/* ============================================================================
   HRGC Mentors LLC — hrgcmentors.net
   Modern startup design system: vibrant gradient brand, dark animated hero,
   glassmorphism, motion (scroll reveal, hover glow, count-up, marquee).
   ========================================================================== */
:root {
  --brand: #6d5efc;
  --brand-2: #9b5cff;
  --cyan: #22d3ee;
  --pink: #f472b6;
  --grad: linear-gradient(120deg, #6d5efc 0%, #9b5cff 45%, #22d3ee 100%);
  --grad-soft: linear-gradient(120deg, #6d5efc, #22d3ee);
  --ink: #0b1020;
  --ink-2: #11182e;
  --body: #444c63;
  --muted: #6b7488;
  --line: #e9ebf4;
  --line-2: #eef0f7;
  --bg: #ffffff;
  --soft: #f6f7fc;
  --soft-2: #eef0fb;
  --dark: #0a0e1c;
  --dark-2: #0e1430;
  --ok: #10b981;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(16,24,48,.06), 0 2px 6px rgba(16,24,48,.05);
  --shadow: 0 18px 40px -18px rgba(40,30,120,.22);
  --shadow-lg: 0 40px 80px -28px rgba(50,30,140,.40);
  --glow: 0 0 0 1px rgba(109,94,252,.18), 0 20px 50px -20px rgba(109,94,252,.45);
  --wrap: 1180px;
  --display: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--body); background: var(--bg);
  font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.3rem, 1.5rem + 3.4vw, 4rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.7rem); font-weight: 800; letter-spacing: -0.03em; }
h3 { font-size: 1.24rem; font-weight: 700; }
p { margin: 0 0 1rem; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 1rem;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: clamp(1.08rem, 1rem + .5vw, 1.32rem); color: var(--muted); line-height: 1.6; max-width: 60ch; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 6px; }

/* ── Buttons ───────────────────────────────────────────────────────────── */
.btn { position: relative; display: inline-flex; align-items: center; gap: .5em; font-family: var(--display);
  font-weight: 600; font-size: .98rem; line-height: 1; padding: 13px 22px; border-radius: 12px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .25s, background .25s, color .2s, border-color .2s; min-height: 46px; text-decoration: none; white-space: nowrap; overflow: hidden; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn .ico { width: 1.05em; height: 1.05em; transition: transform .2s ease; }
.btn:hover .ico { transform: translateX(3px); }
.btn-primary { background: var(--grad); background-size: 160% 160%; color: #fff; box-shadow: 0 10px 26px -10px rgba(109,94,252,.6); }
.btn-primary:hover { box-shadow: 0 16px 38px -12px rgba(109,94,252,.75); background-position: 100% 0; }
.btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.35) 50%, transparent 75%); transform: translateX(-120%); transition: transform .7s ease; }
.btn-primary:hover::after { transform: translateX(120%); }
.btn-blue { background: var(--brand); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: rgba(109,94,252,.5); background: var(--soft); color: var(--brand); }
.btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); }
.btn-lg { padding: 16px 28px; font-size: 1.04rem; border-radius: 14px; }

/* ── Header ────────────────────────────────────────────────────────────── */
.site-head { position: sticky; top: 0; z-index: 100; transition: background .3s, box-shadow .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-head.scrolled { background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(14px); border-bottom-color: var(--line); box-shadow: 0 8px 30px -20px rgba(16,24,48,.4); }
.head-inner { display: flex; align-items: center; gap: 22px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.mark { width: 40px; height: 40px; flex: none; filter: drop-shadow(0 4px 10px rgba(109,94,252,.4)); transition: transform .3s cubic-bezier(.2,.7,.3,1); }
.brand:hover .mark { transform: translateY(-1px) rotate(-4deg) scale(1.07); }
.brand-tx { display: flex; flex-direction: column; line-height: 1.05; }
.brand-tx strong { font-family: var(--display); color: var(--ink); font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.brand-tx em { color: var(--muted); font-size: .67rem; font-style: normal; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.nav-desktop { display: flex; gap: 2px; margin-left: 10px; }
.nav-desktop a { color: var(--body); font-family: var(--display); font-weight: 500; font-size: .95rem; padding: 9px 14px; border-radius: 9px; position: relative; transition: color .2s; }
.nav-desktop a:hover { color: var(--ink); background: var(--soft); text-decoration: none; }
.nav-desktop a[aria-current="page"] { color: var(--brand); }
.head-cta { display: flex; gap: 10px; margin-left: auto; align-items: center; }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; flex-direction: column; gap: 4px; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 22px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.nav-mobile a { padding: 13px 12px; border-radius: 9px; color: var(--ink); font-family: var(--display); font-weight: 500; }
.nav-mobile a:hover { background: var(--soft); text-decoration: none; }
.nav-mobile .btn { margin-top: 8px; justify-content: center; }

/* ── Hero (dark, animated) ─────────────────────────────────────────────── */
.hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; isolation: isolate; }
.hero .aurora { position: absolute; inset: -30% -10% auto -10%; height: 130%; z-index: -2;
  background:
    radial-gradient(40% 50% at 20% 25%, rgba(109,94,252,.55), transparent 60%),
    radial-gradient(35% 45% at 80% 20%, rgba(34,211,238,.42), transparent 60%),
    radial-gradient(45% 55% at 60% 80%, rgba(155,92,255,.42), transparent 60%);
  filter: blur(20px); background-size: 200% 200%; animation: aurora 18s ease-in-out infinite; }
.hero .grid-overlay { position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: radial-gradient(80% 80% at 50% 30%, #000, transparent 75%); }
.hero .orb { position: absolute; border-radius: 50%; filter: blur(8px); z-index: -1; opacity: .6; }
.hero .orb-1 { width: 240px; height: 240px; background: radial-gradient(circle at 30% 30%, rgba(109,94,252,.9), transparent 70%); top: 8%; right: 6%; animation: float 9s ease-in-out infinite; }
.hero .orb-2 { width: 180px; height: 180px; background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.8), transparent 70%); bottom: 6%; left: 4%; animation: float 11s ease-in-out infinite reverse; }
@keyframes aurora { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes float { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-26px) translateX(14px); } }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; padding: clamp(64px, 6vw, 116px) 24px; }
.hero .kicker { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); padding: 7px 14px; border-radius: 999px; -webkit-text-fill-color: #fff; backdrop-filter: blur(6px); }
.hero .kicker.grad { background: rgba(109,94,252,.16); border-color: rgba(155,124,255,.4); }
.hero h1 { color: #fff; margin-bottom: .3em; }
.hero h1 .grad-text { -webkit-text-fill-color: transparent; }
.hero .lede { color: rgba(255,255,255,.72); margin-bottom: 2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 2rem; color: rgba(255,255,255,.62); font-size: .9rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust .chk { width: 16px; height: 16px; color: var(--cyan); }

/* glass UI mock (hero aside) */
.glass { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); backdrop-filter: blur(16px); box-shadow: var(--shadow-lg); padding: 22px; }
.mock-head { display: flex; align-items: center; gap: 9px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 14px; }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; } .mock-dot.r{background:#ff5f57} .mock-dot.y{background:#febc2e} .mock-dot.g{background:#28c840}
.mock-title { margin-left: auto; font-size: .78rem; color: rgba(255,255,255,.6); font-family: var(--display); }
.mock-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.mock-row:last-child { border-bottom: 0; }
.mock-row .lab { color: rgba(255,255,255,.82); font-size: .9rem; }
.mock-tag { font-size: .72rem; font-weight: 600; padding: 4px 10px; border-radius: 999px; font-family: var(--display); }
.mock-tag.done { background: rgba(16,185,129,.18); color: #34e0a1; }
.mock-tag.live { background: rgba(34,211,238,.18); color: #5be7f7; }
.mock-tag.wip { background: rgba(155,124,255,.2); color: #c4b3ff; }
.mock-bar { height: 8px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; margin-top: 14px; }
.mock-bar i { display: block; height: 100%; width: 78%; background: var(--grad); border-radius: 999px; animation: grow 1.6s cubic-bezier(.2,.7,.3,1) both; }
@keyframes grow { from { width: 0; } }

/* ── Sections ──────────────────────────────────────────────────────────── */
section { scroll-margin-top: 92px; }
.sec { padding: clamp(60px, 6vw, 110px) 0; position: relative; }
.sec-soft { background: var(--soft); }
.sec-dark { background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.sec-dark h2 { color: #fff; }
.sec-head { max-width: 58ch; margin: 0 0 48px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head p { color: var(--muted); margin: 0; font-size: 1.08rem; }
.sec-dark .sec-head p { color: rgba(255,255,255,.66); }

/* ── Card grids ────────────────────────────────────────────────────────── */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s, border-color .28s; overflow: hidden; }
.card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .28s; pointer-events: none; }
.card:hover { transform: translateY(-6px); box-shadow: var(--glow); border-color: transparent; }
.card:hover::before { opacity: 1; }
.card .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--grad); color: #fff; display: grid; place-items: center; margin-bottom: 18px; box-shadow: 0 10px 22px -10px rgba(109,94,252,.7); transition: transform .28s; }
.card:hover .ic { transform: scale(1.08) rotate(-4deg); }
.card .ic .ico { width: 23px; height: 23px; }
a.card { color: inherit; display: block; }
a.card:hover { text-decoration: none; }
.card h3 { margin-bottom: .4em; color: var(--ink); }
.card p { margin: 0; color: var(--muted); font-size: .97rem; }
.card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--display); font-weight: 600; font-size: .92rem; color: var(--brand); }
.card:hover .more .ico { transform: translateX(4px); }

/* checks */
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.checks li { display: flex; gap: 11px; align-items: flex-start; font-size: .97rem; color: var(--body); }
.checks .chk { width: 21px; height: 21px; flex: none; margin-top: 1px; color: #fff; background: var(--grad); border-radius: 6px; padding: 3px; }

/* split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.alt { direction: rtl; } .split.alt > * { direction: ltr; }

/* pills / badges */
.pillrow { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: .86rem; font-weight: 600; font-family: var(--display); box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s; }
.pill:hover { transform: translateY(-2px); border-color: rgba(109,94,252,.5); }
.pill .ico { width: 16px; height: 16px; color: var(--brand); }

/* factlist (about / compliance asides) */
.factlist { display: flex; flex-direction: column; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 10px 22px; box-shadow: var(--shadow); }
.factlist .row { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.factlist .row:last-child { border-bottom: 0; }
.factlist .ic { width: 40px; height: 40px; flex: none; border-radius: 11px; background: var(--soft-2); color: var(--brand); display: grid; place-items: center; }
.factlist .ic .ico { width: 20px; height: 20px; }
.factlist h4 { margin: 0 0 2px; font-size: .98rem; color: var(--ink); font-family: var(--display); }
.factlist p { margin: 0; font-size: .89rem; color: var(--muted); line-height: 1.5; }

/* ── Stats band ────────────────────────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat .num { font-family: var(--display); font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3.4rem); font-weight: 800; letter-spacing: -.03em; line-height: 1;
  background: linear-gradient(120deg, #fff, #c9c2ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .lab { margin-top: 10px; color: rgba(255,255,255,.6); font-size: .92rem; }

/* ── Marquee ───────────────────────────────────────────────────────────── */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: scroll 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ── Services detail blocks ────────────────────────────────────────────── */
.svc { scroll-margin-top: 100px; padding: 38px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.svc:first-of-type { border-top: 0; }
.svc-aside .ic { width: 56px; height: 56px; border-radius: 15px; background: var(--grad); color: #fff; display: grid; place-items: center; margin-bottom: 16px; box-shadow: 0 12px 26px -12px rgba(109,94,252,.7); }
.svc-aside .ic .ico { width: 27px; height: 27px; }
.svc-aside h2 { font-size: 1.55rem; }
.svc-body p { color: var(--body); }
.svc-body h4 { margin: 18px 0 12px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); font-family: var(--display); }

/* ── Pricing ───────────────────────────────────────────────────────────── */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.plan.featured { border-color: transparent; box-shadow: var(--glow); background: linear-gradient(#fff,#fff) padding-box, var(--grad) border-box; border: 1.5px solid transparent; }
.plan.featured::before { content: 'Most popular'; position: absolute; top: -12px; left: 24px; background: var(--grad); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; font-family: var(--display); box-shadow: 0 8px 18px -8px rgba(109,94,252,.8); }
.plan .pname { font-family: var(--display); font-size: 1.08rem; font-weight: 700; color: var(--ink); }
.plan .pbest { color: var(--muted); font-size: .85rem; margin: 2px 0 16px; }
.plan .pprice { font-family: var(--display); font-size: 2.1rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; }
.plan .pcad { color: var(--muted); font-size: .82rem; margin-bottom: 4px; }
.plan .ppay { font-size: .74rem; font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 18px; font-family: var(--display); }
.plan .checks { margin-bottom: 22px; } .plan .checks li { font-size: .9rem; }
.plan .btn { margin-top: auto; justify-content: center; }
.price-note { color: var(--muted); font-size: .9rem; max-width: 78ch; margin: 28px auto 0; text-align: center; }

/* ── CTA band ──────────────────────────────────────────────────────────── */
.cta-band { position: relative; background: var(--dark); color: #fff; overflow: hidden; isolation: isolate; }
.cta-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(50% 80% at 15% 20%, rgba(109,94,252,.5), transparent 60%),
  radial-gradient(45% 80% at 85% 90%, rgba(34,211,238,.4), transparent 60%); animation: aurora 16s ease-in-out infinite; background-size: 180% 180%; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(48px, 5vw, 78px) 24px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: .25em; }
.cta-band p { color: rgba(255,255,255,.78); margin: 0; max-width: 52ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Page header (interior) ────────────────────────────────────────────── */
.page-head { position: relative; background: var(--soft); border-bottom: 1px solid var(--line); padding: clamp(48px, 5vw, 84px) 0 clamp(34px, 3vw, 52px); overflow: hidden; isolation: isolate; }
.page-head::before { content: ''; position: absolute; inset: -40% -10% auto -10%; height: 120%; z-index: -1; opacity: .6;
  background: radial-gradient(35% 60% at 12% 10%, rgba(109,94,252,.18), transparent 60%), radial-gradient(35% 60% at 88% 0%, rgba(34,211,238,.16), transparent 60%); }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 18px; display: flex; gap: 8px; align-items: center; }
.crumbs a { color: var(--muted); } .crumbs a:hover { color: var(--brand); }
.crumbs span[aria-current] { color: var(--body); }
.page-head h1 { margin-bottom: .25em; }

/* ── Forms ─────────────────────────────────────────────────────────────── */
.formcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--display); font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: 7px; }
.field .req { color: var(--brand); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: .98rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 13px 15px; min-height: 48px; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(109,94,252,.14); }
.consent { display: flex; gap: 11px; align-items: flex-start; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; padding: 15px; font-size: .85rem; color: var(--muted); }
.consent input { width: 19px; height: 19px; margin-top: 2px; flex: none; accent-color: var(--brand); }
.consent a { font-weight: 600; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; }
.form-status { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 11px; font-size: .92rem; }
.form-status.ok { display: block; background: #e9fbf3; color: #0a6b46; border: 1px solid #b6ecd3; }

/* contact list */
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line-2); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--soft-2); color: var(--brand); display: grid; place-items: center; }
.contact-list .lbl { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; font-family: var(--display); }
.contact-list .val { color: var(--ink); font-weight: 500; }
.contact-list a.val { color: var(--brand); }

/* ── Prose (legal) ─────────────────────────────────────────────────────── */
.legal { padding: clamp(38px, 4vw, 66px) 0 clamp(56px, 5vw, 92px); }
.legal-grid { display: grid; grid-template-columns: 250px 1fr; gap: 52px; align-items: start; }
.toc { position: sticky; top: 94px; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; background: var(--soft); font-size: .88rem; }
.toc h2 { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; font-family: var(--display); }
.toc a { display: block; color: var(--body); padding: 5px 0; line-height: 1.4; }
.toc a:hover { color: var(--brand); text-decoration: none; }
.prose { max-width: 75ch; }
.prose .updated { display: inline-block; font-size: .82rem; color: var(--brand); background: var(--soft-2); border: 1px solid rgba(109,94,252,.2); padding: 6px 13px; border-radius: 999px; margin-bottom: 28px; font-weight: 600; }
.prose h2 { font-size: 1.5rem; margin: 2.2em 0 .6em; scroll-margin-top: 94px; }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { font-size: 1.1rem; margin: 1.6em 0 .5em; color: var(--ink); }
.prose p, .prose li { color: var(--body); font-size: 1rem; line-height: 1.72; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.1rem; }
.prose li { margin-bottom: .5em; }
.prose strong { color: var(--ink); }
.prose .lead { font-size: 1.12rem; color: var(--muted); }
.prose .note { background: var(--soft); border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 12px; padding: 16px 18px; margin: 20px 0; font-size: .95rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .92rem; }
.prose th, .prose td { text-align: left; padding: 11px 13px; border: 1px solid var(--line); vertical-align: top; }
.prose th { background: var(--soft); color: var(--ink); font-weight: 600; }

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.qa { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: var(--shadow-sm); }
.qa details { border-bottom: 1px solid var(--line-2); }
.qa details:last-child { border-bottom: 0; }
.qa summary { cursor: pointer; padding: 20px 24px; font-family: var(--display); font-weight: 600; color: var(--ink); list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; transition: color .2s; }
.qa summary:hover { color: var(--brand); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: '+'; font-size: 1.5rem; color: var(--brand); font-weight: 400; line-height: 1; transition: transform .2s; }
.qa details[open] summary::after { content: '–'; }
.qa .ans { padding: 0 24px 22px; color: var(--body); margin: 0; max-width: 78ch; }

/* ── Footer ────────────────────────────────────────────────────────────── */
.site-foot { background: var(--dark); color: #97a0b8; font-size: .92rem; position: relative; overflow: hidden; }
.site-foot::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 700px; height: 300px; background: radial-gradient(circle, rgba(109,94,252,.16), transparent 70%); pointer-events: none; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.2fr; gap: 36px; padding: 64px 24px 40px; position: relative; }
.site-foot .brand-tx strong { color: #fff; }
.site-foot .brand-tx em { color: #7c87a3; }
.foot-brand p { margin: 16px 0 0; max-width: 34ch; line-height: 1.6; color: #828ca8; }
.foot-id { font-size: .82rem; color: #6f7a96 !important; }
.foot-col h3 { color: #fff; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px; font-family: var(--display); }
.foot-col a { display: block; color: #97a0b8; padding: 5px 0; transition: color .2s; }
.foot-col a:hover { color: #fff; text-decoration: none; }
.foot-contact a { display: inline-flex; align-items: center; gap: 9px; }
.foot-contact .ico { width: 16px; height: 16px; color: var(--brand-2); }
.foot-addr { display: flex; gap: 9px; align-items: flex-start; margin: 8px 0 0; }
.foot-addr .ico { width: 16px; height: 16px; color: var(--brand-2); margin-top: 3px; }
.foot-sms { border-top: 1px solid rgba(255,255,255,.08); position: relative; }
.foot-sms p { font-size: .8rem; line-height: 1.7; color: #828ca8; padding: 22px 24px; margin: 0; max-width: 1100px; }
.foot-sms strong { color: #b9c2d6; }
.foot-sms a { color: #97a0b8; text-decoration: underline; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.08); padding: 20px 24px 40px; font-size: .82rem; color: #6f7a96; position: relative; }
.foot-pay { display: inline-flex; align-items: center; gap: 8px; }
.foot-pay .ico { width: 15px; height: 15px; color: var(--brand-2); }

/* ── Scroll reveal (JS-gated; safe without JS) ─────────────────────────── */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js .grid [data-reveal]:nth-child(2), .js .price-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.js .grid [data-reveal]:nth-child(3), .js .price-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
.js .grid [data-reveal]:nth-child(4), .js .price-grid [data-reveal]:nth-child(4) { transition-delay: .24s; }
.js .grid [data-reveal]:nth-child(5) { transition-delay: .32s; }
.js .grid [data-reveal]:nth-child(6) { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px 36px; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .nav-desktop, .head-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-mobile.open { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-aside { order: 2; }
  .split, .split.alt { grid-template-columns: 1fr; gap: 32px; direction: ltr; }
  .svc { grid-template-columns: 1fr; gap: 18px; }
  .legal-grid { grid-template-columns: 1fr; gap: 22px; }
  .toc { position: static; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid-3, .grid-2, .price-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .brand-tx em { display: none; }
}
