/* =========================================================
   LEVEL TEN — components
   ========================================================= */

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */
.hero { position: relative; padding: 132px 0 64px; overflow: clip; }
.hero-aura {
  position: absolute; inset: -10% -10% auto -10%; height: 720px; z-index: 0; pointer-events: none;
  background:
    radial-gradient(46% 50% at 78% 18%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%),
    radial-gradient(40% 44% at 12% 6%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 68%);
  opacity: 0; transition: opacity .6s var(--ease);
}
html[data-direction="warm"] .hero-aura,
html[data-direction="dark"] .hero-aura { opacity: 1; }
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.18fr 0.92fr; gap: 56px; align-items: center;
}
.hero-copy { max-width: 700px; }
.hero-kicker { margin-bottom: 26px; }
.hero h1 { font-size: calc(clamp(36px, 4.7vw, 62px) * var(--scale)); text-wrap: pretty; }
.hero h1 .l { display: block; }
.hero p.lead { margin-top: 24px; max-width: 540px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-assure {
  margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--mute);
}
.hero-assure .tick { color: var(--green); font-weight: 700; }
.hero-assure .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }

/* Trust stats strip */
.hero-stats {
  margin-top: 44px; padding-top: 28px; border-top: var(--hair) solid var(--line);
  display: flex; gap: 40px; flex-wrap: wrap;
}
.hero-stats .stat { display: flex; flex-direction: column; gap: 5px; }
.hero-stats .stat strong {
  font-family: var(--display); font-weight: 800; font-size: calc(34px * var(--scale));
  color: var(--ink); letter-spacing: -0.04em; line-height: 1;
}
.hero-stats .stat small { font-size: 12px; color: var(--mute); max-width: 150px; line-height: 1.4; }

@media (max-width: 980px){
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 100%; }
  .hero-panel-wrap { display: none; }
}
@media (max-width: 600px){ .hero { padding: 108px 0 48px; } .hero-stats { gap: 26px; } }

/* ---------------------------------------------------------
   SYSTEM / LIVE OPS PANEL (hero right)
   --------------------------------------------------------- */
.sys-panel {
  position: relative; width: 100%; max-width: 460px; margin-left: auto;
  background: linear-gradient(180deg, #141418, #0C0C0F);
  border: 1px solid rgba(255,255,255,0.09); border-radius: 22px;
  overflow: hidden; color: #F4F3EF;
  box-shadow: 0 2px 4px rgba(16,15,18,0.04), 0 30px 70px -38px rgba(16,15,18,0.30);
  font-family: 'Inter', sans-serif;
}
.sys-panel::before { content:""; position:absolute; top:-1px; left:18%; right:18%; height:2px; background: linear-gradient(90deg, transparent, var(--accent) 50%, transparent); }
.sys-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: rgba(0,0,0,.22); border-bottom: var(--hair) solid var(--night-line); }
.sys-top .l { display: flex; align-items: center; gap: 11px; }
.sys-dots { display: inline-flex; gap: 5px; }
.sys-dots i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.sys-dots i:nth-child(1){ background: rgba(255,95,95,.6); }
.sys-dots i:nth-child(2){ background: rgba(255,190,60,.6); }
.sys-dots i:nth-child(3){ background: rgba(63,191,134,.6); }
.sys-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--night-mute); font-weight: 600; }
.sys-status { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.sys-status::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); animation: ppulse 2s infinite; }
@keyframes ppulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.45;transform:scale(.7)} }

.sys-stats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--hair); background: var(--night-line); }
.sys-stat { background: var(--night-2); padding: 18px 20px; display: flex; flex-direction: column; gap: 5px; }
.sys-stat .k { font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--night-mute); font-weight: 600; }
.sys-stat .v { font-family: var(--display); font-weight: 800; font-size: 30px; color: #fff; letter-spacing: -0.04em; line-height: 1; }
.sys-stat .v small { font-size: 15px; color: var(--night-mute); font-weight: 700; }
.sys-spark { width: 100%; height: 22px; margin-top: 4px; }

.sys-feed { padding: 12px 20px; }
.sys-row { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 10px 0; border-bottom: var(--hair) solid var(--night-line); font-size: 13px; }
.sys-row:last-child { border-bottom: 0; }
.sys-row .t { color: var(--night-mute); font-size: 11px; font-variant-numeric: tabular-nums; }
.sys-row .n { color: rgba(244,243,239,.86); letter-spacing: -0.005em; }
.sys-badge { font-size: 9.5px; padding: 4px 8px; border-radius: 5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.sys-badge.ok { background: rgba(63,191,134,.15); color: var(--green); }
.sys-badge.go { background: var(--accent-soft); color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.sys-badge.go::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: ppulse 1.5s infinite; }
.sys-foot { padding: 12px 20px; background: rgba(0,0,0,.2); border-top: var(--hair) solid var(--night-line); display: flex; justify-content: space-between; font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--night-mute); font-weight: 600; }

/* ---------------------------------------------------------
   PARTNER MARQUEE
   --------------------------------------------------------- */
.partners { padding: 40px 0; border-top: var(--hair) solid var(--line); border-bottom: var(--hair) solid var(--line); }
.partners .ph { text-align: center; margin-bottom: 26px; }
.partners .ph span { font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute-2); }
.marquee { position: relative; 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; align-items: center; gap: 64px; width: max-content; animation: scrollx 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scrollx { to { transform: translateX(-50%); } }
.marquee-track img { height: 26px; width: auto; object-fit: contain; opacity: .62; filter: grayscale(1); transition: opacity .3s var(--ease), filter .3s var(--ease); }
.marquee-track .pcell:hover img { opacity: 1; filter: none; }
html[data-mode="dark"] .marquee-track img { filter: grayscale(1) brightness(0) invert(1); opacity: .5; }
html[data-mode="dark"] .marquee-track .pcell:hover img { filter: brightness(0) invert(1); opacity: .92; }
@media (prefers-reduced-motion: reduce){ .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; } }

/* ---------------------------------------------------------
   SERVICES
   --------------------------------------------------------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-card {
  position: relative; padding: 26px; background: var(--surface);
  border: var(--hair) solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: inherit; min-height: 230px;
  display: flex; flex-direction: column; gap: 13px;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.svc-card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.svc-ic { width: 44px; height: 44px; border-radius: 12px; border: var(--hair) solid var(--accent-line); background: var(--accent-soft); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.svc-ic svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svc-card h4 { font-size: 19px; color: var(--ink); }
.svc-card p { font-size: 13.5px; line-height: 1.55; color: var(--mute); }
.svc-more { margin-top: auto; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent-ink); display: inline-flex; align-items: center; gap: 7px; }
.svc-more .a { transition: transform .25s var(--ease); }
.svc-card:hover .svc-more .a { transform: translate(3px,-3px); }
.svc-tag { position: absolute; top: 22px; right: 22px; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--accent); background: var(--accent-soft); border: var(--hair) solid var(--accent-line); padding: 4px 9px; border-radius: var(--radius-pill); }

/* Dark AI card */
.svc-card.dark { background: var(--night); border-color: var(--night-2); color: var(--night-ink); overflow: hidden; }
.svc-card.dark::before { content:""; position:absolute; top:-1px; left:18%; right:18%; height:2px; background: linear-gradient(90deg, transparent, var(--accent) 50%, transparent); z-index: 2; }
.svc-card.dark .glow { position: absolute; inset: -55%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 55%, transparent), transparent 52%); opacity: .32; animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.svc-card.dark > *:not(.glow){ position: relative; z-index: 2; }
.svc-card.dark:hover { transform: translateY(-4px); border-color: var(--night-2); box-shadow: var(--shadow-lg); }
.svc-card.dark h4 { color: #fff; }
.svc-card.dark p { color: var(--night-mute); }
.svc-card.dark .svc-ic { background: color-mix(in srgb, var(--accent) 18%, transparent); border-color: var(--accent-line); color: var(--accent); }
@media (prefers-reduced-motion: reduce){ .svc-card.dark .glow { animation: none; } }
@media (max-width: 900px){ .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .svc-grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------
   PROOF / TESTIMONIALS (anonymised)
   --------------------------------------------------------- */
.proof { background: var(--bg-2); border-top: var(--hair) solid var(--line); border-bottom: var(--hair) solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quote-card {
  background: var(--surface); border: var(--hair) solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column; gap: 18px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.quote-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.quote-card .mark { font-family: var(--display); font-weight: 800; font-size: 40px; line-height: 0.6; color: var(--accent); height: 22px; }
.quote-card blockquote { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); letter-spacing: -0.01em; }
.quote-card .by { margin-top: auto; display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: var(--hair) solid var(--line-2); }
.quote-card .by .av { width: 38px; height: 38px; border-radius: 50%; background: var(--accent-soft); border: var(--hair) solid var(--accent-line); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 800; font-size: 14px; flex: none; }
.quote-card .by .role { font-size: 12.5px; }
.quote-card .by .role strong { display: block; color: var(--ink); font-weight: 600; font-size: 13px; }
.quote-card .by .role span { color: var(--mute); }
@media (max-width: 900px){ .proof-grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------
   COMPLIANCE
   --------------------------------------------------------- */
.comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,72px); align-items: center; }
.comp-list { background: var(--surface); border: var(--hair) solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.comp-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 15px; align-items: center; padding: 16px 24px; border-bottom: var(--hair) solid var(--line-2); transition: background .25s var(--ease); }
.comp-row:last-child { border-bottom: 0; }
.comp-row:hover { background: var(--surface-2); }
.comp-row .tick { width: 28px; height: 28px; border-radius: 50%; background: rgba(63,191,134,.13); border: var(--hair) solid rgba(63,191,134,.3); color: var(--green); display: inline-flex; align-items: center; justify-content: center; }
.comp-row .tick svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.comp-row .name { font-size: 14.5px; color: var(--ink); font-weight: 500; }
.comp-row .st { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--green); }
.comp-cert { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 16px 20px; background: var(--surface); border: var(--hair) solid var(--line); border-radius: var(--radius); }
.comp-cert img { height: 58px; width: auto; }
.comp-cert .ct strong { display: block; font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 14px; }
.comp-cert .ct span { font-size: 12px; color: var(--mute); }
@media (max-width: 860px){ .comp-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------------------------------------------------------
   DOMAIN CHECK
   --------------------------------------------------------- */
.domain { background: var(--bg-2); border-top: var(--hair) solid var(--line); border-bottom: var(--hair) solid var(--line); }
.domain-card { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px,4.5vw,60px); align-items: center; background: var(--surface); border: var(--hair) solid var(--line); border-radius: var(--radius-lg); padding: clamp(34px,4.5vw,60px); box-shadow: var(--shadow-sm); overflow: hidden; }
.domain-card::before { content:""; position:absolute; top:-1px; left:18%; right:18%; height:2px; background: linear-gradient(90deg, transparent, var(--accent) 50%, transparent); }
.domain-card h2 { font-size: calc(clamp(26px,3.2vw,40px) * var(--scale)); }
.domain-bullets { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.domain-bullets li { position: relative; padding-left: 28px; font-size: 14px; color: var(--ink-2); }
.domain-bullets li::before { content:""; box-sizing: border-box; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent-soft); border: var(--hair) solid var(--accent-line); }
.domain-bullets li::after { content:""; position: absolute; left: 5.5px; top: 11.5px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.domain-form { display: flex; flex-direction: column; gap: 12px; }
.field { width: 100%; padding: 15px 18px; border-radius: var(--radius); border: var(--hair) solid var(--line-strong); background: var(--field); color: var(--ink); font-family: var(--sans); font-size: 15px; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.field::placeholder { color: var(--mute-2); }
.field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.domain-form .btn { justify-content: center; }
.domain-note { font-size: 12px; color: var(--mute); line-height: 1.5; }
@media (max-width: 860px){ .domain-card { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------
   SECTORS
   --------------------------------------------------------- */
.sectors-shell { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px,4vw,56px); align-items: stretch; }
.sectors-list { display: flex; flex-direction: column; border-top: var(--hair) solid var(--line); }
.sector-item { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 18px 8px; border-bottom: var(--hair) solid var(--line); background: none; border-left: 0; border-right: 0; border-top: 0; text-align: left; cursor: pointer; font-family: var(--display); color: var(--mute); transition: color .25s var(--ease), padding .25s var(--ease); }
.sector-item .num { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--mute-2); font-family: var(--sans); }
.sector-item .nm { font-size: calc(20px * var(--scale)); font-weight: 800; letter-spacing: -0.025em; }
.sector-item .ar { opacity: 0; transform: translateX(-6px); color: var(--accent); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.sector-item:hover { color: var(--ink-2); padding-left: 14px; }
.sector-item.active { color: var(--ink); }
.sector-item.active .num { color: var(--accent); }
.sector-item.active .ar { opacity: 1; transform: none; }
.sector-detail { position: relative; background: var(--night); color: var(--night-ink); border-radius: var(--radius-lg); padding: clamp(30px,3.4vw,44px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; min-height: 360px; box-shadow: var(--shadow); }
.sector-detail::before { content:""; position:absolute; inset:-40% -30% auto auto; width: 70%; height: 70%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 40%, transparent), transparent 60%); opacity: .3; }
.sector-detail > * { position: relative; z-index: 2; }
.sector-detail .sd-num { font-family: var(--display); font-weight: 800; font-size: 64px; color: color-mix(in srgb, var(--accent) 85%, white 0%); letter-spacing: -0.05em; line-height: 0.8; opacity: 0.9; }
.sector-detail .sd-title { font-size: calc(clamp(24px,2.6vw,32px) * var(--scale)); color: #fff; margin-top: 14px; }
.sector-detail .sd-body { font-size: 15px; line-height: 1.6; color: var(--night-mute); margin-top: 16px; max-width: 460px; }
.sector-detail .sd-foot { margin-top: 26px; padding-top: 18px; border-top: var(--hair) solid var(--night-line); display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--night-mute); font-weight: 600; }
.sector-detail .sd-foot .privacy { color: var(--green); }
@media (max-width: 860px){ .sectors-shell { grid-template-columns: 1fr; } .sector-item .nm { font-size: 18px; } }

/* ---------------------------------------------------------
   FAQ
   --------------------------------------------------------- */
.faq-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px,5vw,72px); align-items: start; }
.faq-side { position: sticky; top: 110px; }
.faq-side p { margin-top: 16px; max-width: 320px; }
.faq-help { margin-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.faq-help a { display: inline-flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--ink-2); text-decoration: none; font-weight: 500; transition: color .2s var(--ease); }
.faq-help a svg { width: 17px; height: 17px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.faq-help a:hover { color: var(--accent); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: var(--hair) solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 22px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .qn { font-size: 12px; font-weight: 700; color: var(--accent); font-family: var(--sans); letter-spacing: 0.05em; }
.faq-item .q { font-family: var(--display); font-weight: 700; font-size: calc(17px * var(--scale)); color: var(--ink); letter-spacing: -0.015em; line-height: 1.3; }
.faq-item .pm { width: 26px; height: 26px; flex: none; display: inline-flex; align-items: center; justify-content: center; color: var(--mute); transition: transform .3s var(--ease), color .3s var(--ease); }
.faq-item .pm svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.faq-item[open] .pm { transform: rotate(45deg); color: var(--accent); }
.faq-answer { overflow: hidden; }
.faq-answer p { font-size: 14.5px; line-height: 1.6; color: var(--mute); padding: 0 42px 22px 28px; margin: 0; }
.faq-answer p + p { padding-top: 12px; }
@media (max-width: 860px){ .faq-layout { grid-template-columns: 1fr; } .faq-side { position: static; } }

/* ---------------------------------------------------------
   INSIGHTS
   --------------------------------------------------------- */
.ins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ins-card { display: flex; flex-direction: column; background: var(--surface); border: var(--hair) solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.ins-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.ins-thumb { aspect-ratio: 16/9; position: relative; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; overflow: hidden; background: var(--night); }
.ins-thumb::after { content:""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 11px, color-mix(in srgb, var(--accent) 8%, transparent) 11px 12px); opacity: .5; }
.ins-thumb.t1 { background: linear-gradient(150deg, #15151a, #232129); }
.ins-thumb.t2 { background: linear-gradient(150deg, color-mix(in srgb, var(--accent) 88%, black), color-mix(in srgb, var(--accent) 55%, black)); }
.ins-thumb.t3 { background: linear-gradient(150deg, #14141a, #1f1d24); }
.ins-thumb > * { position: relative; z-index: 2; }
.ins-thumb .tag { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.7); }
.ins-thumb .tt { font-family: var(--display); font-weight: 800; font-size: 20px; color: #fff; letter-spacing: -0.025em; line-height: 1.15; }
.ins-meta { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ins-meta time { font-size: 11.5px; color: var(--mute-2); letter-spacing: 0.02em; }
.ins-meta h3 { font-size: calc(16.5px * var(--scale)); color: var(--ink); line-height: 1.3; }
.ins-meta p { font-size: 13px; line-height: 1.55; color: var(--mute); }
.ins-link { margin-top: auto; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent-ink); display: inline-flex; align-items: center; gap: 7px; }
.ins-card:hover .ins-link .a { transform: translate(3px,-3px); }
.ins-link .a { transition: transform .25s var(--ease); }
.ins-foot { text-align: center; margin-top: 36px; }
@media (max-width: 900px){ .ins-grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */
.cta { position: relative; padding: clamp(72px,8vw,128px) 0; background: var(--night); color: var(--night-ink); overflow: hidden; text-align: center; }
.cta::before { content:""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 0%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 60%); opacity: .8; }
.cta .wrap { max-width: 760px; }
.cta .eyebrow { background: color-mix(in srgb, var(--accent) 16%, transparent); border-color: var(--accent-line); }
.cta h2 { color: #fff; font-size: calc(clamp(34px,5vw,62px) * var(--scale)); }
.cta-form { margin: 34px auto 0; max-width: 480px; display: flex; flex-direction: column; gap: 14px; }
.cta-row { display: flex; gap: 10px; }
.cta-row .field { background: rgba(255,255,255,.06); border-color: var(--night-line); color: #fff; }
.cta-row .field::placeholder { color: rgba(255,255,255,.4); }
.cta-row .field:focus { border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 22%, transparent); }
.cta-row .btn { white-space: nowrap; }
.cta-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: var(--night-mute); text-align: left; line-height: 1.45; }
.cta-consent input { margin-top: 2px; accent-color: var(--accent); }
.cta-consent a { color: rgba(255,255,255,.8); }
.cta-alt { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; align-items: center; font-size: 13.5px; color: var(--night-mute); }
.cta-alt a { color: #fff; text-decoration: none; border-bottom: var(--hair) solid rgba(255,255,255,.25); transition: border-color .2s var(--ease); }
.cta-alt a:hover { border-color: var(--accent); color: var(--accent); }

/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */
.site-foot { padding: clamp(56px,6vw,84px) 0 36px; border-top: var(--hair) solid var(--line); background: var(--bg); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand p { margin-top: 14px; max-width: 260px; font-size: 13.5px; line-height: 1.6; }
.foot-loc { display: flex; align-items: flex-start; gap: 8px; margin-top: 14px; color: var(--mute); }
.foot-loc svg { width: 15px; height: 15px; flex: none; margin-top: 2px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.foot-col h5 { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute-2); margin-bottom: 14px; font-weight: 700; }
.foot-col a { display: block; font-size: 13.5px; color: var(--mute); text-decoration: none; padding: 5px 0; transition: color .2s var(--ease); }
.foot-col a:hover { color: var(--accent); }
.foot-base { margin-top: clamp(40px,5vw,60px); padding-top: 24px; border-top: var(--hair) solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-base .cp { font-size: 12.5px; color: var(--mute); }
.foot-base img { height: 56px; width: auto; }
.foot-base-legal { display: flex; flex-direction: column; gap: 6px; }
.foot-reg { font-size: 11.5px; color: var(--mute); line-height: 1.55; max-width: 680px; }
@media (max-width: 860px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 520px){ .foot-grid { grid-template-columns: 1fr; } }
