:root{
  --page-bg:#f5f7fb;
  --page-card:#ffffff;
  --page-line:#e2e8f0;
  --page-text:#0f172a;
  --page-muted:#64748b;
  --page-accent:#0f2f6b;
  --page-teal:#14b8a6;
  --page-shadow:0 18px 50px rgba(15,23,42,.08);
  --static-max:1240px;
  --static-padding:clamp(16px, 2vw, 24px);
}

*{box-sizing:border-box}
html{
  font-size:16px;
}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--page-text);
  overflow-x:hidden;
  background:
    radial-gradient(circle at top left, rgba(20,184,166,.10), transparent 30%),
    linear-gradient(180deg,#f9fbff 0%, #eef4fb 100%);
}

.static-shell{
  width:100%;
  max-width:var(--static-max);
  margin:0 auto;
  padding:24px var(--static-padding) 48px;
}

.static-topbar{
  display:grid;
  grid-template-columns:minmax(220px, 360px) minmax(0, 1fr);
  align-items:center;
  gap:18px;
  margin-bottom:24px;
  padding:2px 10px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:30px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  overflow:visible;
}

.static-logo{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  min-width:0;
  max-width:100%;
  padding:6px 0;
}

.static-logo-image{
  display:block;
  height:72px;
  width:auto;
  max-width:100%;
}

.static-logo-fallback{
  font-size:32px;
  font-weight:900;
  letter-spacing:-.04em;
}

.static-logo .dark{color:var(--page-accent)}
.static-logo .teal{color:var(--page-teal)}

.static-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  min-width:0;
  padding:1px 4px;
  border-radius:999px;
  background:rgba(248,250,252,.92);
  border:1px solid rgba(226,232,240,.9);
}

@media (max-width: 1280px){
  .static-topbar{
    grid-template-columns:1fr;
  }

  .static-nav{
    justify-content:flex-start;
  }
}

.static-nav a,
.static-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid transparent;
  background:transparent;
  color:#475569;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  transition:background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.static-nav a:hover,
.static-cta:hover{
  background:#fff;
  color:var(--page-text);
  border-color:var(--page-line);
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}

.static-cta{
  background:var(--page-accent);
  border-color:var(--page-accent);
  color:#fff;
}

.mobile-nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:92px;
  height:48px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:18px;
  background:
    radial-gradient(circle at top, rgba(34,211,238,.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(241,245,249,.96) 100%);
  box-shadow:0 12px 24px rgba(15,23,42,.08);
  cursor:pointer;
  padding:0 16px;
  color:#0f2f6b;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.mobile-nav-toggle span{
  display:none;
}

.static-grid{
  display:grid;
  gap:18px;
}

.static-hero{
  grid-template-columns:minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items:stretch;
}

.static-card{
  background:var(--page-card);
  border:1px solid var(--page-line);
  border-radius:24px;
  box-shadow:var(--page-shadow);
}

.static-card-pad{
  padding:26px;
}

.static-eyebrow{
  margin:0 0 8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--page-teal);
}

.static-title{
  margin:0 0 12px;
  font-size:48px;
  line-height:1.02;
}

.static-intro{
  margin:0;
  color:var(--page-muted);
  font-size:18px;
  line-height:1.7;
}

.static-support{
  background:
    radial-gradient(circle at top left, rgba(20,184,166,.12), transparent 38%),
    #fff;
}

.static-support h2,
.static-section-head h2{
  margin:0 0 10px;
  font-size:28px;
}

.static-support p,
.static-note{
  margin:0;
  color:var(--page-muted);
  line-height:1.75;
}

.static-section-head{
  margin:6px 0 2px;
}

.static-content-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.static-mini-card{
  padding:18px;
  text-decoration:none;
  color:inherit;
}

.static-mini-card h3{
  margin:14px 0 8px;
  font-size:18px;
}

.static-mini-card p{
  margin:0;
  color:var(--page-muted);
  line-height:1.65;
}

.static-paper,
.static-a4-thumb{
  height:190px;
  border-radius:18px;
  border:1px solid #dbe7ef;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  overflow:hidden;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.static-paper{
  padding:14px;
  display:grid;
  gap:8px;
}

.static-a4-thumb{
  position:relative;
  aspect-ratio:210 / 297;
  height:auto;
}

.static-a4-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}

.static-a4-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
  pointer-events:none;
}

.paper-line{
  height:10px;
  border-radius:999px;
  background:#d7e4ee;
}

.paper-line.short{width:44%}
.paper-line.medium{width:70%}
.paper-line.long{width:100%}

.paper-split{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:10px;
}

.paper-side{
  border-radius:14px;
  background:#edf4fb;
}

.faq-grid{
  display:grid;
  gap:14px;
}

.faq-card{
  padding:20px;
}

.faq-card h3{
  margin:0 0 10px;
  font-size:20px;
}

.faq-card p{
  margin:0;
  color:var(--page-muted);
  line-height:1.75;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.contact-detail{
  display:grid;
  gap:6px;
  padding:16px;
  border:1px solid var(--page-line);
  border-radius:18px;
  background:#f8fafc;
}

.contact-detail strong{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#475569;
}

.checklist{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.checklist span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#334155;
  line-height:1.65;
}

.checklist span::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  margin-top:8px;
  background:linear-gradient(180deg,var(--page-accent),var(--page-teal));
  flex:0 0 auto;
}

.static-footer-links{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}

.static-footer-links a{
  display:block;
  padding:16px;
  border:1px solid var(--page-line);
  border-radius:18px;
  background:#fff;
  text-decoration:none;
  color:#1d4ed8;
  font-weight:700;
  box-shadow:var(--page-shadow);
}

@media (max-width: 1440px){
  .static-hero{
    gap:18px;
  }
}

@media (max-width: 1024px){
  .static-topbar{
    grid-template-columns:1fr;
  }

  .static-nav{
    justify-content:flex-start;
  }

  .static-hero,
  .static-content-grid,
  .contact-grid,
  .static-footer-links{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 768px){
  .static-shell{
    padding:16px 16px 36px;
  }

  .static-topbar{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:stretch;
    gap:14px;
    margin-bottom:18px;
    padding:6px 12px;
    border-radius:22px;
  }

  .static-logo{
    min-height:28px;
    grid-column:1 / -1;
    justify-content:center;
  }

  .static-logo-image{
    height:48px;
  }

  .static-logo-fallback{
    font-size:28px;
  }

  .static-nav{
    display:none;
    grid-column:1 / -1;
    grid-template-columns:1fr;
    gap:10px;
    width:100%;
    border-radius:18px;
    padding:8px;
  }

  .static-nav a,
  .static-cta{
    width:100%;
    min-height:44px;
    padding:10px 12px;
    text-align:center;
    font-size:14px;
    line-height:1.25;
    background:#fff;
    border:1px solid var(--page-line);
    box-shadow:0 8px 18px rgba(15,23,42,.05);
  }

  .mobile-nav-toggle{
    display:inline-flex;
    justify-self:start;
  }

  .static-topbar.is-mobile-nav-open .static-nav{
    display:grid;
  }

  .static-hero,
  .static-content-grid,
  .contact-grid,
  .static-footer-links{
    grid-template-columns:1fr;
  }

  .static-title{
    font-size:36px;
  }
}

@media (max-width: 480px){
  .static-card-pad{
    padding:20px;
  }

  .static-title{
    font-size:32px;
  }

  .static-intro{
    font-size:16px;
  }
}

@media screen{
  .static-topbar,
  .static-nav,
  .static-nav a,
  .static-cta,
  .static-hero,
  .static-content-grid{
    min-width:0;
    max-width:100%;
  }

  .static-nav{
    gap:6px;
  }

  .static-nav a,
  .static-cta{
    min-width:0;
    padding-inline:10px;
    text-align:center;
    line-height:1.15;
    overflow-wrap:anywhere;
  }

  .static-title,
  .static-intro{
    overflow-wrap:anywhere;
  }
}

@media screen and (min-width: 721px){
  html{
    font-size:14px !important;
  }

  .static-shell,
  .static-topbar{
    width:100%;
    max-width:1120px !important;
    margin-inline:auto;
    padding-inline:clamp(14px, 1.2vw, 18px) !important;
  }

  .static-logo-image{
    height:58px !important;
  }

  .static-nav{
    gap:6px !important;
    padding:1px 3px !important;
  }

  .static-nav a,
  .static-cta{
    min-height:34px !important;
    padding:6px 10px !important;
    font-size:.86rem !important;
  }

  .static-title{
    font-size:clamp(2.4rem, 3vw, 3.3rem) !important;
  }

  .static-intro{
    font-size:1rem !important;
  }
}
