*{box-sizing:border-box}
:root{
  --card:#ffffff;
  --text:#111827;
  --muted:#4b5563;
  --stroke:#e5e9ef;
  --green:#22a447;
  --green2:#18b166;
  --navy:#0f2a4a;
  --amber:#f59e0b;
}

html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Source Sans 3','Source Sans Pro',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
}

.wrap{max-width:1120px;margin:0 auto;padding:0 24px}

.header{background:#fff;border-bottom:1px solid var(--stroke);position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:18px}
.logo{font-weight:800;letter-spacing:.2px;color:var(--navy);text-decoration:none}
.nav{display:flex;gap:18px;align-items:center}
.nav a{color:#374151;text-decoration:none;font-weight:700;font-size:16px} 
.nav a:hover{color:var(--navy);text-decoration:underline}

@media(max-width:768px){.nav{display:none}}
@media(max-width:768px){
  body{padding-bottom:74px}
}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:6px;font-weight:900;text-decoration:none;white-space:nowrap}
.btn-primary{background:#ffffff;color:#fff;box-shadow:0 10px 22px rgba(34,164,71,.22)}
.btn-ghost{border:1px solid #d1d5db;color:#111827;background:#fff}
.btn-lg{padding:14px 22px;border-radius:10px;font-size:16px}
.btn-wide{min-width:220px}
@media(max-width:520px){.btn-wide{min-width:100%}}

.hero{background:#fff;padding:62px 0;position:relative;overflow:hidden}
.hero::before{
  content:"";
  position:absolute;inset:-220px -220px auto auto;
  width:520px;height:520px;border-radius:999px;
  background:#ffffff;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative}
@media(max-width:768px){.hero-grid{grid-template-columns:1fr;gap:28px}}

.eyebrow{font-size:13px;font-weight:700;color:#0f2a4a;margin-bottom:10px}
.hero-copy h1{
font-size:46px;
  line-height:1.08;
  margin:0 0 14px;
  color:#0b1220;
  font-weight:800;
  letter-spacing:-0.02em;
}
@media(max-width:768px){.hero-copy h1{font-size:38px;line-height:1.1}}
.sub{
font-size:18px;
  line-height:1.55;
  color:var(--muted);
  margin:0 0 18px;
  max-width:62ch;
}

.hero-cta{display:grid;gap:8px;align-items:start}
.cta-note{
font-size:12px;
  line-height:1.35;
  color:#6b7280;
  font-weight:500;
} 
.checklist{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:8px;font-size:14px;color:#374151}
.checklist li{display:flex;align-items:center;gap:8px}
.dot{width:8px;height:8px;border-radius:50%;background:#ffffff;flex:0 0 auto}

.hero-visual{position:relative}
.glow{
  position:absolute;inset:-30px -30px -30px -30px;
  background:#ffffff;
  filter: blur(18px);
  z-index:0;
}
.device{
  position:relative;z-index:1;
  border-radius:14px;
  background:#ffffff;
  border:1px solid rgba(15,42,74,.14);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
  overflow:hidden;
}
.device-top{
  display:flex;align-items:center;gap:8px;
  padding:12px 14px;
  background:#ffffff;
  border-bottom:1px solid rgba(15,42,74,.10);
}
.w-dot{width:10px;height:10px;border-radius:50%;background:rgba(15,42,74,.18)}
.device-title{margin-left:8px;font-size:12px;color:#334155;font-weight:800;letter-spacing:.02em}
.device-body{padding:16px 16px 18px}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:520px){.kpis{grid-template-columns:1fr}}
.kpi{background:#fff;border:1px solid rgba(15,42,74,.10);border-radius:10px;padding:12px}
.kpi-label{font-size:12px;color:#64748b;font-weight:700}
.kpi-value{font-size:26px;font-weight:900;color:#0b1220;margin-top:6px}

.scorecard{
  margin-top:14px;
  background:#ffffff;
  border:1px solid rgba(15,42,74,.10);
  border-radius:12px;
  padding:14px 14px;
}
.score-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.score-title{font-weight:900;color:#0b1220}
.score-pill{
  font-size:12px;font-weight:800;color:#0b4a2a;
  background:rgba(34,164,71,.14);
  border:1px solid rgba(34,164,71,.20);
  padding:6px 10px;border-radius:999px;white-space:nowrap;
}
.bars{display:grid;gap:10px}
.barline{height:10px;border-radius:999px;background:rgba(15,42,74,.10);overflow:hidden}
.barline span{display:block;height:100%;background:linear-gradient(90deg,var(--green),#30d38a)}
.barline.faint span{background:linear-gradient(90deg,#60a5fa,#34d399)}
.scale{display:flex;justify-content:space-between;font-size:11px;color:#64748b;margin-top:10px}

.mini{margin-top:14px}
.mini-card{background:#fff;border:1px solid rgba(15,42,74,.10);border-radius:12px;padding:14px}
.mini-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.mini-top b{margin-right:auto;color:#0b1220}
.tag{font-size:11px;font-weight:900;color:#0f2a4a;background:rgba(15,42,74,.06);border:1px solid rgba(15,42,74,.10);padding:5px 8px;border-radius:999px}
.mini-list{display:grid;gap:9px}
.mini-item{display:flex;align-items:flex-start;gap:10px;color:#475569;font-size:13px;line-height:1.45}
.bullet{width:10px;height:10px;border-radius:3px;background:rgba(34,164,71,.22);border:1px solid rgba(34,164,71,.28);margin-top:4px;flex:0 0 auto}

.band{padding:30px 0;background:var(--bg)}
.band-icons{background:#ffffff;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}
.band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:768px){.band-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.band-grid{grid-template-columns:1fr}}
.band-item{
  background:rgba(255,255,255,.70);
  border:1px solid rgba(15,42,74,.08);
  border-radius:14px;
  padding:16px 14px;
  text-align:center;
}
.band-ic{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;margin:0 auto 10px;
  background:rgba(34,164,71,.10);
  border:1px solid rgba(34,164,71,.16);
  color:#0f2a4a;
}
.band-ic svg{width:22px;height:22px}
.band-item strong{display:block;color:#0b1220;font-weight:900}
.band-item span{display:block;color:#6b7280;font-size:13px;margin-top:3px}

.section-head{display:flex;gap:18px;align-items:flex-end;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap}
.section-head h2{margin:0;color:#0b1220;font-size:28px}
.section-head p{margin:0;color:#6b7280;max-width:58ch}

.how{padding:62px 0;background:#fff;border-top:1px solid var(--stroke);position:relative;overflow:hidden}
.how-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:start}
@media(max-width:768px){.how-grid{grid-template-columns:1fr}}
.timeline{display:grid;gap:14px;margin-top:16px}
.tstep{display:flex;gap:12px;align-items:flex-start;background:rgba(246,248,251,.75);border:1px solid rgba(15,42,74,.08);border-radius:14px;padding:14px}
.ticon{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;
  background:rgba(34,164,71,.12);
  border:1px solid rgba(34,164,71,.18);
  color:#0b4a2a;font-weight:900;
  flex:0 0 auto;
}
.ttext h3{margin:0 0 6px;color:#0b1220}
.ttext p{margin:0;color:#6b7280;line-height:1.6}
.how-cta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:16px}
.cta-mini{font-size:13px;color:#6b7280}

.how-visual{position:relative}
.media-card{
  position:relative;z-index:1;
  background:#fff;border:1px solid rgba(15,42,74,.10);
  border-radius:16px;overflow:hidden;
  box-shadow:0 18px 44px rgba(0,0,0,.10);
}
.media-top{
  display:flex;align-items:center;gap:10px;
  padding:14px 16px;
  background:#ffffff;
  border-bottom:1px solid rgba(15,42,74,.10);
}
.pulse{
  width:10px;height:10px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 0 rgba(34,164,71,.30);
  animation:pulse 1.8s infinite;
}
.media-title{font-weight:900;color:#0b1220}
.media-body{padding:16px}
.meter-label{font-size:12px;color:#64748b;font-weight:700;margin-bottom:8px}
.meter-track{height:10px;border-radius:999px;background:rgba(15,42,74,.10);overflow:hidden}
.meter-fill{display:block;height:100%;width:78%;background:#ffffff;animation:fill 2.0s ease-in-out infinite alternate}
.meter-legend{display:flex;justify-content:space-between;font-size:11px;color:#6b7280;margin-top:8px}
.chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 10px}
.chip{font-size:12px;font-weight:800;color:#0f2a4a;background:rgba(15,42,74,.06);border:1px solid rgba(15,42,74,.10);padding:6px 10px;border-radius:999px}
.media-lines{display:grid;gap:10px;margin-top:10px}
.media-lines span{height:10px;border-radius:999px;background:#ffffff;position:relative;overflow:hidden}
.media-lines span::after{
  content:"";position:absolute;inset:0;
  background:#ffffff;
  transform:translateX(-100%);animation:shine 2.8s ease-in-out infinite;
}
.media-lines span:nth-child(2)::after{animation-delay:.25s}
.media-lines span:nth-child(3)::after{animation-delay:.5s}
.media-lines span:nth-child(4)::after{animation-delay:.75s}

.how-blobs{
  position:absolute;inset:-80px -80px -80px -80px;z-index:0;
  background:#ffffff;
  filter: blur(18px);
}

.benefits{padding:62px 0;background:var(--bg);border-top:1px solid var(--stroke)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:768px){.cards{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:18px;transition:transform .25s ease, box-shadow .25s ease}
.card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.06)}
.card-ic{
  width:38px;height:38px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(15,42,74,.06);
  border:1px solid rgba(15,42,74,.10);
  color:#0f2a4a;
  margin-bottom:10px;
}
.card-ic svg{width:20px;height:20px}
.card h3{margin:0 0 6px;color:#0b1220}
.card p{margin:0;color:#6b7280;line-height:1.6}

.band-kpis{padding:30px 0;background:#fff;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}
.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:768px){.kpi-row{grid-template-columns:1fr}}
.kpi-pill{background:#ffffff;border:1px solid rgba(15,42,74,.08);border-radius:16px;padding:16px;text-align:center}
.kpi-pill strong{display:block;font-size:30px;letter-spacing:-.02em;color:#0b1220}
.kpi-pill span{display:block;color:#6b7280;margin-top:4px}
.band-note{margin:10px 0 0;text-align:center;color:#6b7280;font-size:12px}

.cta{background:#ffffff;border-top:1px solid var(--stroke);padding:46px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.cta h2{margin:0 0 6px;color:#0b1220}
.cta p{margin:0;color:#6b7280}

.faq{padding:62px 0;background:#ffffff;border-top:1px solid var(--stroke)}
.faq-list{display:grid;gap:10px}
.faq-item{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:12px 14px}
.faq-item summary{cursor:pointer;font-weight:900;color:#0b1220}
.faq-body{margin-top:10px;color:#6b7280;line-height:1.6}


.foot{
  padding:32px 0;
  background:#0f172a;
  border-top:1px solid rgba(255,255,255,0.06);
  color:#94a3b8;
  font-size:12px;
}

.foot-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:start;
}

.foot-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.foot-logo .brand-name{
  color:#0b1220;
  font-weight:800;
  font-size:16px;
}

.foot-disclaimer{
  margin:10px 0 10px;
  max-width:78ch;
  line-height:1.55;
  color:#6b7280;
}

.foot-copy{
  margin:0;
  color:#94a3b8;
}

.foot-nav{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  padding-top:8px;
}

.foot-nav a{
  color:#e2e8f0;
  text-decoration:none;
  font-weight:600;
  font-size:13px;
  position:relative;
}

.foot-nav a:hover{
  color:#ffffff;
}

.foot-nav a:not(:last-child)::after{
  content:"|";
  margin-left:18px;
  color:rgba(255,255,255,0.35);
}

@media(max-width:768px){
  .foot-nav{
    grid-template-columns:repeat(2, minmax(0,1fr));
}
}

@media(max-width:768px){
  .foot-grid{grid-template-columns:1fr}
  .foot-nav{grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px}
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(34,164,71,.30)}
  70%{box-shadow:0 0 0 10px rgba(34,164,71,0)}
  100%{box-shadow:0 0 0 0 rgba(34,164,71,0)}
}
@keyframes fill{from{width:62%}to{width:86%}}
@keyframes shine{
  0%{transform:translateX(-100%)}
  55%{transform:translateX(140%)}
  100%{transform:translateX(140%)}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .pulse,.meter-fill,.media-lines span::after{animation:none}
}

.btn-primary{
  background:#07b2ac !important;
  color:#ffffff !important;
  box-shadow:0 10px 22px rgba(7,178,172,.25) !important;
}

.btn-primary:hover{
  background:#059a95 !important;
  box-shadow:0 12px 26px rgba(7,178,172,.35) !important;
}

.hero-features{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
  font-size:14px;
  color:#475569;
}

.hero-features span{
  position:relative;
  padding-left:18px;
  white-space:nowrap;
}

.hero-features span::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:6px;
  height:6px;
  border-radius:50%;
  background:#07b2ac;
}


.hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-image-wrap{
  position:relative;
  width:100%;
  max-width:640px;
}

.hero-img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  box-shadow:0 30px 80px rgba(0,0,0,0.18);
  object-fit:cover;
}

.hero-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  pointer-events:none;
  background:#ffffff;
}

@media(max-width:768px){
  .hero-image-wrap{max-width:100%}
  .hero-img, .hero-image-wrap::after{border-radius:14px}
}


.hero::before{display:none !important;}
.glow{display:none !important;}
.how-blobs{display:none !important;}

.hero{background:#ffffff !important;}
.band-icons{background:#f6f8fb !important;}
.cta{background:#f6f8fb !important;}
.scorecard{background:#ffffff !important;}
.kpi-pill{background:#ffffff !important;}

.hero-image-wrap::after{display:none !important;}
.hero-image-wrap{max-width:560px !important;}
.hero-img{
  border-radius:16px !important;
  box-shadow:0 26px 70px rgba(0,0,0,0.14) !important;
  object-fit:contain !important;
  background:#ffffff !important;
}


.hero{
  background:#ffffff !important;
}

.hero-image-wrap,
.hero-img{
  box-shadow:none !important;
}

.hero-image-wrap::after{
  display:none !important;
}

.hero-img{
  border-radius:0 !important;
}


.hero{background:#ffffff !important;}
.hero::before{display:none !important;}
.glow{display:none !important;}

.hero-image-wrap{max-width:560px !important;}
.hero-img{
  width:100% !important;
  height:auto !important;
  display:block !important;
  box-shadow:none !important;
  border-radius:0 !important;
  background:transparent !important;
  object-fit:contain !important;
}

.hero-inline-features{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
  font-size:13px;
  line-height:1.3;
  color:#5b677a;
}
.hero-inline-features span{
  position:relative;
  padding-left:12px;
  white-space:nowrap;
}
.hero-inline-features span::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:4px;
  height:4px;
  border-radius:50%;
  background:#07b2ac;
}


@media(max-width:768px){
  .hero-visual{display:none !important;}
}


.opps{
  padding:64px 0 54px;
  background:var(--bg);
}
.opps h2{
  text-align:center;
  font-size:40px;
  line-height:1.1;
  margin:0 0 10px;
  letter-spacing:-0.02em;
}
.opps-sub{
  text-align:center;
  max-width:72ch;
  margin:0 auto 26px;
  color:#5b677a;
  font-size:16px;
  line-height:1.55;
}
.opps-grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:14px;
  margin-top:12px;
}
.opps-card{
  appearance:none;
  border:1px solid rgba(15, 23, 42, 0.10);
  background:#ffffff;
  border-radius:14px;
  padding:14px 14px 12px;
  text-align:left;
  cursor:pointer;
  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease;
  min-height:108px;
}
.opps-card:hover{
  transform:translateY(-1px);
  border-color:rgba(7,178,172,0.35);
  box-shadow:0 10px 24px rgba(15,23,42,0.06);
}
.opps-ico{
  display:inline-flex;
  width:34px;
  height:34px;
  border-radius:10px;
  align-items:center;
  justify-content:center;
  color:#07b2ac;
  background:rgba(7,178,172,0.10);
  margin-bottom:10px;
}
.opps-ico svg{width:20px;height:20px}
.opps-title{
  display:block;
  font-weight:700;
  color:#0b1220;
  margin-bottom:2px;
  font-size:14px;
}
.opps-text{
  display:block;
  color:#5b677a;
  font-size:12.5px;
  line-height:1.35;
}
.opps-cta{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

@media(max-width:1100px){
  .opps-grid{grid-template-columns:repeat(3, 1fr);}
}
@media(max-width:680px){
  .opps{padding:44px 0 38px;}
  .opps h2{font-size:30px;}
  .opps-grid{grid-template-columns:repeat(2, 1fr); gap:12px;}
  .opps-card{min-height:102px;}
}


.opps{
  background:#f6f8fb !important;
}
.opps .container{
  max-width:1040px;
}
.opps-grid{
  max-width:980px;
  margin:16px auto 0;
  grid-template-columns:repeat(6,1fr) !important;
}
.opps-card{
  aspect-ratio:1 / 1;
  padding:14px 12px !important;
  border-radius:14px !important;
  min-height:140px;
}
.opps-ico{
  width:38px !important;
  height:38px !important;
  border-radius:12px !important;
}
.opps-ico svg{width:22px !important;height:22px !important;}
.opps-text{max-width:22ch;}
.opps-cta{
  justify-content:center !important;
  margin-top:20px !important;
}
.opps-cta .btn{
  display:inline-flex;
  justify-content:center;
  min-width:280px;
}
@media(max-width:680px){
  .opps-grid{max-width:100%;}
  .opps-card{min-height:132px;}
}


.opps .container{
  margin-left:auto !important;
  margin-right:auto !important;
}

.opps-grid{
  margin-left:auto !important;
  margin-right:auto !important;
}

.opps-card{
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
}

.opps-title{
  text-align:center !important;
}

.opps-text{
  text-align:left !important;
  align-self:stretch !important;
}


.opps-text{
  text-align:center !important;
  align-self:auto !important;
}


.trusted{
  background:#ffffff;
  padding:44px 0;
}
.trusted-wrap{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:34px;
  align-items:center;
}
.trusted-left h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#0b1220;
}
.trusted-left p{
  margin:0;
  color:#334155;
  font-size:14.5px;
  line-height:1.55;
  max-width:54ch;
}

.trusted-right{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.trusted-big{
  padding-left:18px;
  border-left:2px solid rgba(15, 23, 42, 0.10);
}
.trusted-num{
  font-weight:800;
  font-size:22px;
  color:#0b1220;
  margin-bottom:6px;
}
.trusted-desc{
  color:#334155;
  font-size:13px;
  line-height:1.45;
  max-width:52ch;
}

.trusted-mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  padding-top:14px;
  border-top:1px solid rgba(15, 23, 42, 0.10);
}
.trusted-mini-item{}
.trusted-mini-num{
  font-weight:800;
  font-size:18px;
  color:#0b1220;
  margin-bottom:4px;
}
.trusted-mini-label{
  color:#334155;
  font-size:12.5px;
  line-height:1.45;
  max-width:28ch;
}

@media(max-width:768px){
  .trusted-wrap{grid-template-columns:1fr; gap:18px;}
  .trusted{padding:34px 0;}
  .trusted-left h2{font-size:28px;}
  .trusted-big{padding-left:14px;}
}


.trusted .container{
  margin-left:auto !important;
  margin-right:auto !important;
}
.trusted-wrap{
  width:100%;
  box-sizing:border-box;
}
.trusted-left, .trusted-right{
  min-width:0;
}


.trusted .container{
  max-width:1040px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:20px;
  padding-right:20px;
}
.trusted-wrap{
  width:100%;
  box-sizing:border-box;
  margin-left:auto;
  margin-right:auto;
}


.process{
  background:var(--bg);
  padding:58px 0 54px;
}
.process h2{
  text-align:center;
  margin:0 0 10px;
  font-size:40px;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#0b1220;
}
.process-sub{
  text-align:center;
  margin:0 auto 30px;
  max-width:76ch;
  color:#5b677a;
  font-size:15.5px;
  line-height:1.6;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
  align-items:start;
  justify-items:center;
  max-width:1040px;
  margin:0 auto;
}
.process-step{
  text-align:center;
  max-width:320px;
}
.process-ico{
  width:92px;
  height:92px;
  border-radius:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  color:#0b1220;
  background:#f6f8fb;
  border:1px solid rgba(15,23,42,0.08);
}
.process-ico svg{width:56px;height:56px;color:#0b1220}
.process-num{
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 10px;
  font-weight:800;
  color:#9a4b25;
  background:#f9dccb;
}
.process-step h3{
  margin:0 0 8px;
  font-size:22px;
  color:#0b1220;
  letter-spacing:-0.01em;
}
.process-step p{
  margin:0;
  color:#4b5565;
  font-size:14px;
  line-height:1.55;
}
.process-cta{
  display:flex;
  justify-content:center;
  margin-top:22px;
}
.process-cta .btn{
  min-width:220px;
}

@media(max-width:768px){
  .process{padding:44px 0 40px;}
  .process h2{font-size:32px;}
  .process-grid{grid-template-columns:1fr; gap:22px;}
  .process-step{max-width:420px;}
  .process-ico{width:86px;height:86px;border-radius:24px;}
}

.process-ico{
  width:120px;
  height:120px;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
}
.process-ico img{
  max-width:100%;
  height:auto;
  display:block;
}


.process-num{
  color:#ffffff !important;
  background:#07b2ac !important;
  box-shadow:0 10px 18px rgba(7,178,172,0.22) !important;
}


.site-logo{
  height:34px;
  width:auto;
  display:block;
}
@media(max-width:680px){
  .site-logo{height:30px;}
}


.faq{
  background:#ffffff;
  padding:64px 0 66px;
}
.faq h2{
  text-align:center;
  margin:0 0 26px;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#0b1220;
}
.faq-list{
  max-width:780px;
  margin:0 auto;
  border-top:1px solid rgba(15,23,42,0.16);
}
.faq-item{
  width:100%;
  background:transparent;
  border:none;
  padding:20px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
  font-family:inherit;
  text-align:left;
}
.faq-item + .faq-a{
  border-bottom:1px solid rgba(15,23,42,0.16);
}
.faq-q{
  font-size:20px;
  font-weight:600;
  color:#0b1220;
}
.faq-icon{
  width:22px;
  height:22px;
  position:relative;
  flex:0 0 22px;
}
.faq-icon::before,
.faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:2px;
  background:#07b2ac;
  transform:translate(-50%,-50%);
  border-radius:2px;
}
.faq-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.faq-item[aria-expanded="true"] .faq-icon::after{
  opacity:0;
}
.faq-a{
  overflow:hidden;
  max-height:0;
  transition:max-height 240ms ease;
  color:#4b5565;
  font-size:14.5px;
  line-height:1.65;
  padding:0 0 18px 0;
}
.faq-a[data-open="true"]{}
.faq-cta{
  text-align:center;
  margin-top:26px;
}
.faq-cta-title{
  margin:0 0 12px;
  color:#4b5565;
  font-size:16px;
}
@media(max-width:768px){
  .faq{padding:54px 0 56px;}
  .faq h2{font-size:34px;}
  .faq-q{font-size:18px;}
}


.faq{background:#fff;padding:72px 0 64px;}
.faq h2{text-align:center;margin:0 0 26px;font-size:44px;line-height:1.08;letter-spacing:-0.02em;color:#0b1220;}
.faq-accordion{max-width:780px;margin:0 auto;border-top:1px solid rgba(15,23,42,0.20);}
.faq-row{border-bottom:1px solid rgba(15,23,42,0.20);}
.faq-q{
  width:100%;
  background:transparent;
  border:0;
  padding:18px 0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  text-align:left;
  font:inherit;
  font-size:20px;
  font-weight:600;
  color:#0b1220;
}
.faq-plus{
  width:18px;height:18px;position:relative;flex:0 0 18px;
}
.faq-plus::before,.faq-plus::after{
  content:"";position:absolute;left:50%;top:50%;
  width:14px;height:2px;background:#07b2ac;border-radius:2px;
  transform:translate(-50%,-50%);
}
.faq-plus::after{transform:translate(-50%,-50%) rotate(90deg);}
.faq-row.is-open .faq-plus::after{opacity:0;}
.faq-a{
  overflow:hidden;
  max-height:0;
  transition:max-height 220ms ease;
  padding:0 0 18px 0;
  color:#4b5565;
  font-size:14.5px;
  line-height:1.65;
}
.faq-footer{text-align:center;margin-top:28px;}
.faq-footer-title{margin:0 0 12px;color:#4b5565;font-size:16px;}
@media(max-width:768px){
  .faq{padding:56px 0 52px;}
  .faq h2{font-size:34px;}
  .faq-q{font-size:18px;}
}

.band-kpis{
  background:#f7fafc;
  padding:0 0 48px 0;
}
.kpis-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  max-width:1000px;
  margin:0 auto;
  text-align:center;
}
.kpi-item strong{
  display:block;
  font-size:26px;
  color:#07b2ac;
  margin-bottom:6px;
}
.kpi-item span{
  font-size:14px;
  color:#4b5565;
}
@media(max-width:768px){
  .kpis-grid{grid-template-columns:1fr;}
}

.faq-item{
  padding:28px 0 !important;
}
.faq-q{
  font-size:20px;
}
.faq-a{
  padding:0 0 10px 0 !important;
}


:root{
  --bg-white:#ffffff;
  --bg-alt:#f1f5f9;
  --brand:#07b2ac;
}

.hero{ background: var(--bg-white) !important; }

.band-kpis{ background: var(--bg-white) !important; }
.opps{ background: var(--bg-alt) !important; }

.trusted{ background: var(--bg-white) !important; }

.process{ background: var(--bg-alt) !important; }

.faq{ background: var(--bg-white) !important; }

.cta{ background: var(--bg-alt) !important; }

.logo{ display:flex; align-items:center; gap:10px; }
.site-logo{ height:34px; width:auto; display:block; }
.brand-name{ font-weight:800; font-size:20px; letter-spacing:-0.3px; color:#111; }
.brand-long{display:inline}
.brand-short{display:none}
@media (max-width:483px){
  .brand-long{display:none}
  .brand-short{display:inline}
}
@media(max-width:680px){
  .site-logo{ height:30px; }
  .brand-name{ font-size:18px; }
}

.faq-plus,.faq-icon{display:inline-block;}
}


.opps-grid{
  max-width:980px;
  margin:16px auto 0;
  display:grid;
  gap:14px;
  grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
  justify-items:center;
}

.opps-card{
  width:100%;
  max-width:220px;
  justify-self:center;
  aspect-ratio:1 / 1;
}

@media (max-width:920px){
  .opps-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
}
}

@media (max-width:480px){
  .opps-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
}
  .opps-card{
    max-width:180px;
}
}


.trusted-big{
  border-left:none !important;
  padding-left:0 !important;
}
.trusted-mini{
  border-top:none !important;
  padding-top:0 !important;
}

@media (max-width:768px){
  .trusted-right{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:14px !important;
    align-items:stretch !important;
}

  .trusted-mini{
    display:contents !important;
}

  .trusted-big,
  .trusted-mini-item{
    border:1px solid rgba(15,23,42,0.10);
    border-radius:14px;
    padding:14px;
    background:#ffffff;
}

  .trusted-num{ font-size:16px !important; margin-bottom:6px !important; }
  .trusted-mini-num{ font-size:16px !important; margin-bottom:6px !important; }
  .trusted-desc,
  .trusted-mini-label{ font-size:12.5px !important; line-height:1.45 !important; }
}


.trusted-big{ border-left:none !important; }
.trusted-mini{ border-top:none !important; }

.trusted-big,
.trusted-mini-item{
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media (max-width:768px){
  .trusted-left p{ max-width:none !important; }
}


@media (max-width:480px){
  .trusted-right{
    grid-template-columns:1fr !important;
}
}


@media (max-width:480px){
  .trusted-left p{
    max-width:none !important;
}
}


@media (max-width:480px){
  .trusted-left{
    max-width:none !important;
    width:100% !important;
}
  .trusted-left *{
    max-width:none !important;
}
}


@media (max-width:480px){
  .trusted-right{
    grid-template-columns:1fr !important;
    justify-items:stretch !important;
}

  .trusted-big,
  .trusted-mini-item{
    width:100% !important;
    max-width:none !important;
}

  .trusted-desc,
  .trusted-mini-label{
    max-width:none !important;
}
}

@media (max-width:480px){
  .trusted-mini{
    padding-left:0 !important;
    margin-left:0 !important;
}

  .trusted-mini-item{
    margin-left:0 !important;
    padding-left:0 !important;
}
}




@media (max-width:768px){
  body{
    padding-bottom:64px;
}
}

.sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  display:none;
  padding:16px;
  text-align:center;
  text-decoration:none;
  font-weight:900;
  background:#07b2ac;
  color:#ffffff;
  border-radius:0;
  box-shadow:none;
  z-index:60;
}

@media (max-width:768px){
  .sticky-cta{ display:block; }
  body{ padding-bottom:50px; }
}

.foot .brand-name{
  color:#ffffff;
}

.foot .site-logo{
  height:40px;
  width:auto;
}
.trusted + .band-kpis{
  border-top:none;
}
.micro-trust{
  background:#ffffff;
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
  padding:14px 0;
}

.micro-trust-inner{
  text-align:center;
  font-size:13.5px;
  color:#5b677a;
  line-height:1.6;
  max-width:102ch;
}
.mini-process{
  background:var(--bg-alt);
  padding:48px 0;
}

.mini-process-inner{
  text-align:center;
}

.mini-process h2{
  margin:0 0 22px;
  font-size:26px;
  letter-spacing:-0.01em;
}
.mini-process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}
.mini-process-grid strong{
  display:block;
  font-size:18px;
  margin-bottom:6px;
  color:#0b1220;
}

.mini-process-grid p{
  margin:0;
  font-size:14.5px;
  color:#4b5565;
  line-height:1.6;
}

@media(max-width:768px){
  .mini-process-grid{grid-template-columns:1fr; gap:20px;}
}
.trusted-sub{
  margin-top:18px;
  font-size:15px;
  line-height:1.7;
  color:#4b5565;
}
.trusted-left p{
  margin-bottom:18px;
}
.mini-process{
  padding:60px 0;
}

.mini-process-grid > div{
  background:#ffffff;
  border:1px solid var(--stroke);
  border-radius:18px;
  padding:22px;
  transition:all .2s ease;
}

.mini-process-grid > div:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 30px rgba(0,0,0,0.04);
}
.page-section{padding:56px 0}
.page-prose{max-width:880px}
.page-prose h1{margin:0 0 14px;font-size:36px;letter-spacing:-.02em}
.page-prose h2{margin:22px 0 10px;font-size:22px}
.page-prose h3{margin:18px 0 8px;font-size:18px}
.page-prose p{margin:0 0 12px;line-height:1.7}
.page-prose ul{margin:0 0 14px 18px}
.page-prose li{margin:6px 0;line-height:1.7}
.note-box{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:16px;margin:16px 0}
.small{font-size:13.5px;opacity:.9}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}
@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}
.form-card{background:#fff;border:1px solid var(--stroke);border-radius:18px;padding:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:520px){.form-row{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:6px;margin:0 0 12px}
.field label{font-weight:700;font-size:14px}
.field input,.field textarea{
  border:1px solid var(--stroke);
  border-radius:14px;
  padding:12px 12px;
  font:inherit;
  background:#fff;
}
.field textarea{min-height:140px;resize:vertical}
.helper{font-size:13px;opacity:.85;margin-top:-4px}
.contact-form .btn-primary{
  border:none !important;
  box-shadow:none !important;
}

.form-alert{
  margin: 14px 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  font-size: 15px;
  line-height: 1.4;
}
.form-alert--error{ background: rgba(255, 60, 60, .12); }
.form-alert--success{ background: rgba(40, 200, 120, .12); }
.field.has-error input,
.field.has-error textarea{
  border-color: rgba(255,60,60,.65);
}

#lbzlb { display:none; }