@import url("/static/css/main.css?v=20260129");

:root{
  --ods-bg:linear-gradient(180deg,#fff3eb 0%,#ffe5d4 100%);
  --ods-text:#190066;
  --ods-muted:#5a1f8f;
  --ods-card:#fffaf7;
  --ods-card-strong:#ffffff;
  --ods-border:rgba(25,0,102,0.12);
  --ods-border-strong:rgba(25,0,102,0.2);
  --ods-brand:#ff5c16;
  --ods-brand-2:#d075ff;
  --ods-brand-soft:#ffefe7;
  --ods-brand-grad:linear-gradient(135deg,#ff5c16,#d075ff);
  --ods-shadow-sm:0 12px 28px rgba(25,0,102,0.12);
  --ods-shadow-md:0 18px 42px rgba(25,0,102,0.16);
}

body[data-page]{
  background:
    radial-gradient(circle at top right, rgba(255,92,22,0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(208,117,255,0.14), transparent 28%),
    var(--ods-bg);
  color:var(--ods-text);
}

body[data-page] .site-shell{
  max-width:1200px;
  padding:22px 18px 44px;
}

body[data-page] .site-shell main{
  gap:24px;
}

body[data-page] .topbar{
  position:sticky;
  top:12px;
  z-index:30;
  margin:0 0 24px;
  padding:14px 18px;
  border-radius:24px;
  border:1px solid var(--ods-border-strong);
  background:linear-gradient(180deg,#ffb38f 0%,#ffe6d6 100%);
  box-shadow:0 24px 60px rgba(25,0,102,0.18);
  overflow:hidden;
}

body[data-page] .topbar::before{
  content:"";
  position:absolute;
  inset:-30px -30px auto -30px;
  height:92px;
  background:linear-gradient(90deg,#3b2c8a 0%,#3b2c8a 42%,rgba(59,44,138,0.68) 60%,rgba(59,44,138,0.3) 72%,rgba(59,44,138,0.12) 82%,transparent 90%);
  clip-path:polygon(0 0, 72% 0, 86% 100%, 0 100%);
  opacity:.7;
  pointer-events:none;
}

body[data-page] .topbar::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-80px;
  top:-120px;
  background:radial-gradient(circle at 35% 35%, rgba(255,92,22,0.35), rgba(208,117,255,0.2), transparent 70%);
  pointer-events:none;
}

body[data-page] .topbar > *{
  position:relative;
  z-index:1;
}

body[data-page] .brand{
  gap:10px;
}

body[data-page] .brand-mark{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:14px;
  background:rgba(255,255,255,0.9);
  box-shadow:0 10px 24px rgba(25,0,102,0.18);
}

body[data-page] .brand-copy strong,
body[data-page] .brand-copy span,
body[data-page] .nav a{
  color:#fff;
}

body[data-page] .brand-copy strong{
  font-size:1.28rem;
  letter-spacing:-0.04em;
}

body[data-page] .brand-copy span:last-child{
  color:#ffd9c8;
}

body[data-page] .nav{
  gap:10px;
}

body[data-page] .nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  font-weight:600;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1);
  transition:background .18s ease, transform .18s ease;
}

body[data-page] .nav a:hover,
body[data-page] .nav a.is-active{
  background:rgba(255,92,22,0.22);
  transform:translateY(-1px);
}

body[data-page] .btn{
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  font-weight:700;
  font-size:.82rem;
  letter-spacing:-0.01em;
  color:#fff;
  background:linear-gradient(135deg,#4f6fff 0%, #25c6b8 100%);
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 10px 22px rgba(37,198,184,0.22);
}

body[data-page] .btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#4f6fff 0%, #25c6b8 100%);
  border-color:rgba(255,255,255,0.12);
  box-shadow:0 10px 22px rgba(37,198,184,0.22);
}

body[data-page] .btn-secondary{
  color:#fff;
  background:linear-gradient(135deg,#4f6fff 0%, #25c6b8 100%);
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 10px 22px rgba(37,198,184,0.22);
}

body[data-page] .btn-ghost{
  color:#fff;
  background:linear-gradient(135deg,#4f6fff 0%, #25c6b8 100%);
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 10px 22px rgba(37,198,184,0.22);
}

body[data-page] .hero-copy,
body[data-page] .hero-panel,
body[data-page] .hero-unit,
body[data-page] .panel,
body[data-page] .page-hero,
body[data-page] .timeline-card,
body[data-page] .payment-card,
body[data-page] .faq-list details,
body[data-page] .market-table-shell,
body[data-page] .section-block,
body[data-page] .utility-card,
body[data-page] .capability-panel,
body[data-page] .site-footer{
  border-color:var(--ods-border);
  background:var(--ods-card);
  box-shadow:var(--ods-shadow-sm);
}

body[data-page] .hero-copy,
body[data-page] .page-hero,
body[data-page] .panel,
body[data-page] .timeline-card,
body[data-page] .payment-card,
body[data-page] .faq-list details{
  border-radius:22px;
}

body[data-page] .hero-copy::before,
body[data-page] .page-hero::before,
body[data-page] .panel::before,
body[data-page] .timeline-card::before,
body[data-page] .payment-card::before,
body[data-page] .faq-list details::before,
body[data-page] .utility-card::before,
body[data-page] .capability-panel::before{
  background:var(--ods-brand-grad);
}

body[data-page] .hero-unit{
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(25,0,102,0.18);
  background:linear-gradient(180deg,#ffb38f 0%,#ffe6d6 100%);
  box-shadow:0 24px 60px rgba(25,0,102,0.18);
}

body[data-page] .hero-unit::before{
  display:none;
}

body[data-page="home"] .hero-unit{
  grid-template-columns:minmax(0,1fr);
  background:linear-gradient(180deg,#ffb08f 0%,#ffd9c8 100%);
}

body[data-page] .hero-unit .hero-copy{
  background:transparent;
  color:var(--ods-text);
  padding:22px 22px 18px;
}

body[data-page="home"] .hero-unit .hero-copy{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.82fr);
  gap:18px;
  align-items:end;
}

body[data-page="home"] .hero-copy-main{
  display:grid;
  gap:8px;
  align-content:start;
  max-width:none;
}

body[data-page] .hero-unit .hero-copy::before{
  height:100px;
  background:linear-gradient(90deg,#3b2c8a 0%,#3b2c8a 42%,rgba(59,44,138,0.72) 60%,rgba(59,44,138,0.28) 72%,rgba(59,44,138,0.1) 82%,transparent 90%);
  clip-path:polygon(0 0, 76% 0, 89% 100%, 0 100%);
  opacity:.9;
}

body[data-page] .hero-unit .hero-copy > *{
  position:relative;
  z-index:1;
}

body[data-page] .hero-unit h1,
body[data-page] .hero-unit .lede{
  color:var(--ods-text);
}

body[data-page="home"] .hero-unit h1{
  max-width:18ch;
  margin-bottom:0;
  font-size:clamp(1.9rem,2.7vw,2.55rem);
  line-height:1.02;
}

body[data-page="home"] .hero-unit .lede{
  max-width:70ch;
  color:#4b3d74;
  font-size:.92rem;
  line-height:1.6;
}

body[data-page] .hero-unit .eyebrow,
body[data-page] .mini-label,
body[data-page] .label,
body[data-page] .subsection-head .eyebrow,
body[data-page] .section-head .eyebrow{
  color:var(--ods-brand);
}

body[data-page] h1,
body[data-page] h2,
body[data-page] h3,
body[data-page] strong{
  color:var(--ods-text);
}

body[data-page] .hero-unit .hero-trust div,
body[data-page] .hero-standard-item,
body[data-page] .hero-note,
body[data-page] .stack-row,
body[data-page] .quote-chip{
  border-color:rgba(25,0,102,0.1);
  background:rgba(255,250,247,0.86);
  box-shadow:0 8px 18px rgba(25,0,102,0.08);
}

body[data-page="home"] .hero-actions{
  margin:2px 0 0;
  align-items:center;
  gap:8px;
}

body[data-page="home"] .hero-trust{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  padding-top:0;
  width:min(100%, 410px);
  justify-self:end;
}

body[data-page="home"] .hero-trust div{
  background:rgba(255,255,255,0.92);
  border:1px solid rgba(25,0,102,0.1);
  box-shadow:0 10px 18px rgba(25,0,102,0.08);
  min-height:auto;
  padding:10px 12px;
}

body[data-page="home"] .hero-trust .label{
  color:#ff5c16;
}

body[data-page="home"] .hero-trust strong{
  color:#1b0b66;
  font-size:.88rem;
  line-height:1.3;
}

body[data-page] .hero-side{
  border-left:1px solid rgba(25,0,102,0.14);
  background:linear-gradient(180deg, rgba(255,250,247,0.9) 0%, rgba(255,240,231,0.9) 100%);
}

body[data-page] .section-block{
  border-radius:26px;
  background:rgba(255,250,247,0.84);
  box-shadow:0 18px 36px rgba(25,0,102,0.08);
}

body[data-page="home"] #crbot .section-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}

body[data-page="home"] #crbot .panel{
  height:100%;
}

body[data-page="home"] #crbot .compact-stack{
  gap:10px;
}

body[data-page="home"] #crbot .link-row{
  margin-top:auto;
}

body[data-page] .note-strip,
body[data-page] .split-band{
  border-radius:22px;
  border:1px solid rgba(25,0,102,0.16);
  background:linear-gradient(135deg, rgba(255,92,22,0.08), rgba(208,117,255,0.1));
  box-shadow:var(--ods-shadow-sm);
}

body[data-page] .site-footer{
  border-radius:28px;
  background:linear-gradient(180deg,#4d3e96 0%,#4c2d93 100%);
  border-color:rgba(255,255,255,0.08);
  box-shadow:0 24px 60px rgba(25,0,102,0.22);
}

body[data-page] .site-footer,
body[data-page] .site-footer p,
body[data-page] .site-footer a,
body[data-page] .site-footer strong{
  color:#fff;
}

body[data-page] .site-footer .brand-copy span:last-child{
  color:#ffd9c8;
}

body[data-page] .site-footer .footer-links a{
  color:#ffe6d6;
}

@media (max-width: 980px){
  body[data-page] .topbar{
    border-radius:20px;
    padding:14px 16px;
  }

  body[data-page] .nav{
    width:100%;
    justify-content:flex-start;
  }
}

@media (max-width: 720px){
  body[data-page] .site-shell{
    padding:14px 12px 28px;
  }

  body[data-page] .topbar{
    top:8px;
    gap:12px;
  }

  body[data-page] .nav a{
    min-height:38px;
    padding:0 12px;
  }

  body[data-page] .btn{
    width:100%;
  }

  body[data-page="home"] .hero-unit .hero-copy{
    grid-template-columns:1fr;
    padding:24px;
  }

  body[data-page="home"] .hero-trust{
    grid-template-columns:1fr;
    width:100%;
    justify-self:stretch;
  }

  body[data-page="home"] #crbot .section-grid{
    grid-template-columns:1fr;
  }
}
