:root{
  color-scheme:light;
  --navy:#0b1736;
  --navy-2:#15264d;
  --blue:#2563eb;
  --blue-2:#1d4ed8;
  --soft:#f4f8ff;
  --soft-2:#eef4ff;
  --border:#d9e4f3;
  --muted:#5e6e88;
  --green:#0f9f74;
  --green-soft:#e9fbf5;
  --warning:#fff8e8;
  --shadow:0 20px 60px rgba(25,55,110,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  max-width:1180px;
  margin:0 auto;
  padding:0 28px 72px;
  color:var(--navy);
  line-height:1.62;
  background:
    radial-gradient(circle at 8% 2%,#eaf3ff 0,transparent 28rem),
    radial-gradient(circle at 92% 8%,#eefbf6 0,transparent 26rem),
    #fff;
}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.site-header{
  display:flex;justify-content:space-between;align-items:center;gap:28px;
  min-height:92px;border-bottom:1px solid var(--border);
}
.brand-link{display:flex;align-items:center;gap:12px;color:var(--navy)}
.brand-link:hover{text-decoration:none}
.brand-link img{width:48px;height:48px}
.brand-link div{display:flex;flex-direction:column;line-height:1.2}
.brand-link strong{font-size:1rem}
.brand-link span{font-size:.78rem;color:var(--muted);margin-top:4px}
.top-nav{display:flex;gap:20px;flex-wrap:wrap}
.top-nav a{color:var(--navy-2);font-weight:650;font-size:.92rem}

.hero{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:center;padding:76px 0 52px}
.hero h1,.page-hero h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.03;letter-spacing:-.045em;margin:12px 0 22px}
.lead{font-size:1.18rem;color:#445675;max-width:740px}
.eyebrow{
  display:inline-flex;align-items:center;border:1px solid #c9d9fa;background:#f3f7ff;
  color:var(--blue-2);border-radius:999px;padding:6px 11px;font-size:.74rem;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;font-weight:800}
.button:hover{text-decoration:none;transform:translateY(-1px)}
.button.primary{background:var(--blue);color:#fff;box-shadow:0 10px 28px rgba(37,99,235,.22)}
.button.secondary{border:1px solid var(--border);background:#fff;color:var(--navy)}
.disclaimer{font-size:.92rem;color:#55657e;max-width:760px}

.product-card{
  border:1px solid var(--border);border-radius:24px;background:rgba(255,255,255,.94);
  box-shadow:var(--shadow);padding:22px
}
.product-card-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--border)}
.product-card-head div:nth-child(2){display:flex;flex-direction:column}
.product-card-head span{color:var(--muted);font-size:.82rem}
.mini-icon{
  width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#173b8c,#2563eb);
  color:#fff;display:grid;place-items:center;font-size:.8rem;font-weight:900
}
.status-pill{background:var(--green-soft);color:#087557!important;border-radius:999px;padding:6px 9px;font-weight:800}
.metric{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #edf2f8;font-size:.9rem}
.metric span{color:var(--muted)}
.metric strong{text-align:right}
.success-row{margin-top:16px;background:var(--green-soft);color:#087557;border-radius:12px;padding:12px 14px;font-weight:800;font-size:.9rem}

.trust-strip{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px;border:1px solid var(--border);
  border-radius:20px;background:#fff;box-shadow:0 8px 30px rgba(20,50,100,.05)
}
.trust-strip div{display:flex;flex-direction:column;padding:8px 14px}
.trust-strip strong{margin-bottom:4px}
.trust-strip span{color:var(--muted);font-size:.9rem}

.section{padding:76px 0}
.section-heading{max-width:760px;margin-bottom:30px}
.section-heading h2,.pro-section h2,.help-section h2,.support-card h2,.contact-section h2,.alert-section h2{
  font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.1;letter-spacing:-.03em;margin:12px 0
}
.section-heading p,.pro-section p,.help-section p{color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{
  border:1px solid var(--border);border-radius:18px;padding:22px;background:#fff;
  box-shadow:0 8px 28px rgba(20,50,100,.045)
}
.feature-card h3{font-size:1.02rem;margin:15px 0 7px}
.feature-card p{color:var(--muted);font-size:.92rem;margin:0}
.feature-icon{
  width:42px;height:42px;border-radius:12px;background:var(--soft-2);color:var(--blue-2);
  display:grid;place-items:center;font-weight:900;font-size:.78rem
}
.soft-section{background:linear-gradient(145deg,#f8fbff,#f3f8ff);border:1px solid var(--border);border-radius:28px;padding:42px}
.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.step{display:flex;gap:14px;background:#fff;border:1px solid #dfe9f7;border-radius:16px;padding:18px}
.step>span{
  min-width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blue);
  color:#fff;font-weight:900
}
.step p{margin:5px 0 0;color:var(--muted);font-size:.92rem}
.note{background:var(--soft);border:1px solid #bfdbfe;padding:14px 16px;border-radius:14px;margin:18px 0}
.compliance-note{margin-top:20px}
.pro-section,.contact-section{
  display:flex;align-items:center;justify-content:space-between;gap:44px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)
}
.pro-section>div:first-child,.contact-section>div:first-child{max-width:650px}
.pro-list{display:grid;gap:10px;min-width:260px}
.pro-list span{background:var(--green-soft);color:#087557;border-radius:10px;padding:9px 12px;font-weight:750}
.help-section{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.link-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.link-grid a{border:1px solid var(--border);border-radius:14px;padding:15px;background:#fff;font-weight:750;color:var(--navy)}
.link-grid a:hover{text-decoration:none;border-color:#b6cafa;background:#f8fbff}
footer{border-top:1px solid var(--border);padding:24px 0;color:var(--muted);font-size:.86rem;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

.page-hero{padding:64px 0 30px;max-width:800px}
.page-hero h1{font-size:clamp(2.4rem,5vw,4rem)}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.support-card{border:1px solid var(--border);border-radius:20px;background:#fff;padding:24px}
.support-card h2{font-size:1.35rem}
.support-card li{margin-bottom:7px}
.faq{display:grid;gap:10px}
.faq details{background:#fff;border:1px solid var(--border);border-radius:14px;padding:15px 18px}
.faq summary{font-weight:800;cursor:pointer}
.faq p{color:var(--muted);margin:12px 0 3px}
.alert-section{background:var(--warning);border:1px solid #f2dda4;border-radius:20px;padding:28px}
.alert-section h2{font-size:1.45rem}
.contact-section{padding:52px 0}

h1{font-size:2rem;line-height:1.2;margin:.4rem 0 1.5rem}
h2{font-size:1.25rem;margin:2rem 0 .6rem}
h3{font-size:1.05rem}
p,li{font-size:1rem}
code{background:#f1f5f9;padding:.1rem .3rem;border-radius:.25rem}
ul,ol{padding-left:1.5rem}
.brand{display:flex;gap:14px;align-items:center;margin-bottom:24px}
.brand img{width:72px;height:72px}
.muted{color:#64748b}
nav:not(.top-nav){margin-bottom:28px}

@media(max-width:850px){
  .hero{grid-template-columns:1fr;padding-top:48px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .trust-strip{grid-template-columns:1fr}
  .help-section{grid-template-columns:1fr}
  .support-grid{grid-template-columns:1fr}
  .pro-section,.contact-section{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  body{padding:0 18px 48px}
  .site-header{align-items:flex-start;flex-direction:column;padding:18px 0}
  .top-nav{gap:14px}
  .hero{padding-top:38px}
  .feature-grid,.steps,.link-grid{grid-template-columns:1fr}
  .soft-section{padding:24px 18px}
  .product-card-head{grid-template-columns:auto 1fr}
  .status-pill{grid-column:1/-1;width:max-content}
  .metric{flex-direction:column;gap:3px}
  .metric strong{text-align:left}
}