/* ===================================================================
   Slim Automation — Landing Page Styles
   Dark, Framer-inspired system rebuilt on the Slim Automation brand:
   Roboto Mono (display) + Montserrat (body), Slim Blue accent on black.
   =================================================================== */

:root{
  /* Brand palette — sampled directly from Slim Brand Guideline.png */
  --black:       #000000;
  --surface:     #0a0a0a;
  --surface-2:   #111214;
  --surface-3:   #17181b;
  --line:        rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.18);

  --blue:        #2CB0F0;
  --blue-bright: #5cc4f5;
  --blue-dim:    rgba(44,176,240,.15);

  --midnight:    #0D203E;
  --teal:        #0E707B;
  --steel:       #316493;
  --orange:      #FB8C21;
  --charcoal:    #343F45;
  --concrete:    #B0B2B1;

  --white:       #ffffff;
  --text:        #ffffff;
  --text-muted:  rgba(255,255,255,.66);
  --text-dim:    rgba(255,255,255,.42);

  --font-display: 'Roboto Mono', ui-monospace, monospace;
  --font-body: 'Montserrat', system-ui, -apple-system, sans-serif;

  --container: 1180px;
  --radius: 16px;
  --radius-sm: 10px;

  color-scheme: dark;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width: 100%; display: block; }

.container{
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
.container-narrow{ max-width: 780px; }

.skip-link{
  position: absolute; left: -9999px; top: 0;
  background: var(--blue); color: var(--black);
  padding: 10px 16px; z-index: 999; font-weight: 700;
}
.skip-link:focus{ left: 16px; top: 16px; }

section.section{ padding: 108px 0; position: relative; }
@media (max-width: 720px){ section.section{ padding: 72px 0; } }

.legal-page-top{ padding-top: 160px; }
.legal-content h2{ font-size: 1.7rem; margin-top: 48px; }
.legal-content h2:first-of-type{ margin-top: 0; }
.legal-content h3{ color: var(--blue); margin-top: 28px; }
.legal-content ul{ margin: 0 0 16px; padding-left: 22px; color: var(--text-muted); }
.legal-content li{ line-height: 1.7; margin-bottom: 8px; }
.legal-content a{ color: var(--blue-bright); }
.legal-updated{ color: var(--text-dim); font-size: 0.9rem; margin-bottom: 40px; }

h1,h2,h3,h4{
  font-family: var(--font-display);
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  color: var(--white);
  font-weight: 700;
}
h2{ font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3{ font-size: 1.2rem; }
p{ line-height: 1.7; margin: 0 0 16px; color: var(--text-muted); }
.lead{ font-size: 1.05rem; color: var(--text-muted); }

.center{ text-align: center; margin-inline: auto; }
.center.lead{ max-width: 620px; }

.eyebrow{
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--blue);
  margin-bottom: 14px;
  display: block;
}
.eyebrow.center{ text-align: center; }

.link-arrow{
  color: var(--white); text-decoration: none; font-weight: 700;
  font-size: 0.95rem; display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 1px solid transparent; transition: border-color .2s ease, color .2s ease;
}
.link-arrow:hover{ color: var(--blue-bright); border-color: currentColor; }

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 28px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn-white{
  background: var(--white);
  color: #05070a;
  box-shadow: 0 8px 24px -8px rgba(255,255,255,.25);
}
.btn-white:hover{ transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(255,255,255,.35); }
.btn-outline{
  background: rgba(255,255,255,.04);
  color: var(--white);
  border-color: var(--line-strong);
}
.btn-outline:hover{ background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.35); transform: translateY(-2px); }
.btn-lg{ padding: 16px 34px; font-size: 1rem; }
.btn-sm{ padding: 9px 20px; font-size: 0.85rem; }
.btn-block{ width: 100%; }

/* ---------- Header / Nav ---------- */
.site-header{
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(0,0,0,0);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled{
  background: rgba(0,0,0,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner{
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.brand{ display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark{ height: 30px; width: auto; }
.brand-word{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: var(--white);
}
.brand-word span{ color: var(--blue); }

.nav-links{ display: flex; gap: 34px; }
.nav-links a{
  color: rgba(255,255,255,.75); text-decoration: none; font-weight: 500; font-size: 0.92rem;
  position: relative; padding: 4px 0;
}
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:-2px; width:0; height:2px;
  background: var(--blue); transition: width .2s ease;
}
.nav-links a:hover{ color: var(--white); }
.nav-links a:hover::after{ width: 100%; }

.nav-actions{ display: flex; align-items: center; gap: 20px; }
.nav-ghost-link{ color: rgba(255,255,255,.75); text-decoration: none; font-size: 0.9rem; font-weight: 500; }
.nav-ghost-link:hover{ color: var(--white); }

.nav-toggle{
  display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-toggle span{ width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 860px){
  .nav-links{
    position: fixed; top: 76px; left: 0; right: 0; width: 100%;
    background: rgba(0,0,0,.98); backdrop-filter: blur(12px);
    flex-direction: column; gap: 0;
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open{ max-height: 400px; }
  .nav-links a{ padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-links a::after{ display: none; }
  .nav-actions .nav-ghost-link, .nav-actions .btn-sm{ display: none; }
  .nav-toggle{ display: flex; }
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  background: radial-gradient(120% 90% at 50% -10%, #10233d 0%, var(--midnight) 45%, var(--black) 100%);
  overflow: hidden;
  padding-top: 76px;
}
.hero-bg{ position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.circuit-canvas{ position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; }
.glow{ position: absolute; border-radius: 50%; filter: blur(110px); opacity: .28; }
.glow-a{ width: 560px; height: 560px; background: var(--blue); top: -160px; right: -140px; }
.glow-b{ width: 460px; height: 460px; background: var(--teal); bottom: -180px; left: -140px; opacity: .22; }
.glow-c{ width: 480px; height: 480px; background: var(--blue); top: 40%; left: 50%; transform: translate(-50%,-50%); opacity: .16; }
.glow-steel{ width: 480px; height: 480px; background: var(--steel); top: -140px; left: -120px; opacity: .2; }
.glow-blue-top{ width: 520px; height: 520px; background: var(--blue); top: -180px; left: 50%; transform: translateX(-50%); opacity: .16; }
.glow-charcoal{ width: 500px; height: 500px; background: var(--concrete); top: -160px; right: -120px; opacity: .08; }
.glow-teal{ width: 520px; height: 520px; background: var(--teal); bottom: -180px; right: -100px; opacity: .24; }
.glow-midnight{ width: 480px; height: 480px; background: var(--steel); top: 50%; left: -140px; transform: translateY(-50%); opacity: .18; }

/* Lift section content above its decorative .hero-bg layer */
.section > .container{ position: relative; z-index: 1; }

.hero-grid{
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 56px;
  padding-block: 64px 80px;
}
.hero-copy{ max-width: 760px; }
.hero h1{
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  margin-bottom: 30px;
}
.hero-cta{ display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-proof{ color: var(--text-muted); font-size: 0.98rem; margin: 0; }
.hero-proof strong{ color: var(--white); }

.hero-visual{ position: relative; min-height: 420px; }
.hero-panel-back{
  position: absolute; top: 0; left: 0; width: 62%; max-width: 480px;
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px;
  opacity: .55; filter: saturate(.8);
  z-index: 1;
}
.hero-panel-front{
  position: relative; margin-left: auto; width: min(100%, 720px);
  background: var(--surface); border: 1px solid rgba(44,176,240,.5);
  border-radius: var(--radius); padding: 32px;
  box-shadow: 0 0 0 1px rgba(44,176,240,.15), 0 0 60px rgba(44,176,240,.25), 0 30px 80px -30px rgba(0,0,0,.8);
  z-index: 2;
}
.hero-panel-label{
  font-family: var(--font-display); font-size: 0.7rem; letter-spacing: .1em;
  color: var(--blue); margin-bottom: 14px; font-weight: 700;
}
.hero-panel-front h3{ font-size: clamp(1.1rem, 2vw, 1.5rem); margin-bottom: 10px; }
.hero-panel-sub{ font-size: 0.92rem; margin-bottom: 24px; }

.hero-flow{ display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-flow.small{ margin-bottom: 0; }
.hero-flow.center-flow{ justify-content: center; margin-top: 22px; margin-bottom: 0; }
.flow-node{
  font-family: var(--font-display); font-size: 0.78rem; font-weight: 600;
  background: var(--surface-3); border: 1px solid var(--line-strong);
  color: var(--text-muted); padding: 7px 13px; border-radius: 999px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.flow-node:hover{
  border-color: rgba(44,176,240,.5); transform: translateY(-2px);
  box-shadow: 0 0 16px rgba(44,176,240,.25);
}
.flow-node-done{ color: var(--blue-bright); border-color: rgba(44,176,240,.5); background: var(--blue-dim); }
.flow-arrow{ color: var(--text-dim); font-size: .9rem; }

.hero-apps{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.app-tile{
  background: var(--surface-3); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 14px 10px; text-align: center;
  font-size: 1.3rem; display: flex; flex-direction: column; gap: 6px; align-items: center;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tile) 25%, transparent);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.app-tile:hover{
  transform: translateY(-3px);
  border-color: rgba(44,176,240,.5);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tile) 25%, transparent), 0 10px 24px -10px rgba(44,176,240,.4);
}
.app-tile span{ font-family: var(--font-display); font-size: 0.68rem; color: var(--text-muted); font-weight: 600; }
.app-tile-blue{ --tile: var(--blue); }
.app-tile-teal{ --tile: var(--teal); }
.app-tile-orange{ --tile: var(--orange); }
.app-tile-steel{ --tile: var(--steel); }

.mock-topbar{ display: flex; align-items: center; gap: 6px; padding-bottom: 14px; }
.mock-dot{ width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.18); }
.mock-title{ margin-left: 10px; font-family: var(--font-display); font-size: .72rem; color: var(--text-dim); }

.mock-table{ display: flex; flex-direction: column; gap: 2px; }
.mock-table-row{
  display: grid; grid-template-columns: 1.4fr 1fr 0.8fr; gap: 10px;
  padding: 10px 12px; font-size: 0.8rem; color: var(--text-muted);
  border-bottom: 1px solid var(--line);
}
.mock-table-head{ color: var(--text-dim); font-family: var(--font-display); font-size: .68rem; letter-spacing: .05em; }
.tag-live{ color: #4cd963; font-weight: 700; font-size: .75rem; }

/* ---------- Marquee (auto-scrolling table rows) ---------- */
.marquee-mask{
  position: relative; overflow: hidden; max-height: 168px;
  mask-image: linear-gradient(180deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
}
.marquee-track{ display: flex; flex-direction: column; animation: marqueeScroll 16s linear infinite; }
.marquee-mask:hover .marquee-track{ animation-play-state: paused; }

@keyframes marqueeScroll{
  from{ transform: translateY(0); }
  to{ transform: translateY(-50%); }
}

/* ---------- Staggered build-in reveal ---------- */
.stagger-children > *{
  opacity: 0; transform: translateY(6px);
  transition: opacity .45s ease, transform .45s ease;
}
.stagger-children.stagger-in > *{ opacity: 1; transform: translateY(0); }

/* ---------- Pulsing glow border ---------- */
@keyframes borderPulse{
  0%, 100%{ box-shadow: 0 0 0 1px rgba(44,176,240,.15), 0 0 40px rgba(44,176,240,.18), 0 30px 80px -30px rgba(0,0,0,.8); }
  50%{ box-shadow: 0 0 0 1px rgba(44,176,240,.32), 0 0 70px rgba(44,176,240,.38), 0 30px 80px -30px rgba(0,0,0,.8); }
}
.hero-panel-front{ animation: borderPulse 4.5s ease-in-out infinite; }
.mock-browser.glow-border{ animation: borderPulse 4.5s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce){
  .stagger-children > *{ transition-duration: .01ms !important; transition-delay: 0ms !important; }
}

@media (max-width: 900px){
  .hero-panel-back{ display: none; }
}

/* ---------- Reveal animation ---------- */
.reveal{ opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view{ opacity: 1; transform: translateY(0); }

/* ---------- Problem ---------- */
.problem{
  background: linear-gradient(180deg, var(--black) 0%, #10161c 50%, var(--black) 100%);
  border-top: 1px solid var(--line);
}
.pain-list{
  list-style: none; margin: 40px auto 0; padding: 0; max-width: 720px;
  display: flex; flex-direction: column; gap: 14px;
}
.pain-list li{
  display: flex; align-items: flex-start; gap: 12px;
  font-weight: 500; color: var(--text-muted); font-size: 0.98rem;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 16px 18px;
}
.x-icon{
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(251,140,33,.12); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700; margin-top: 1px;
}

/* ---------- Services / Showcase ---------- */
.services{
  background: radial-gradient(90% 60% at 50% 0%, #0c1b2e 0%, var(--black) 65%);
  border-top: 1px solid var(--line);
}
.services-head{
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 48px;
}
.services-head h2{ margin: 0; max-width: 620px; }

.showcase{
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: 40px; margin-bottom: 96px;
}
.showcase-tabs{ display: flex; gap: 28px; margin-bottom: 28px; flex-wrap: wrap; }
.showcase-tab{
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem;
  color: var(--text-dim); padding: 6px 0; border-bottom: 2px solid transparent;
}
.showcase-tab.active{ color: var(--blue); border-color: var(--blue); }
.showcase-panels{ position: relative; }
.showcase-panel{ display: none; }
.showcase-panel.active{ display: block; }

.mock-browser{
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px;
}
.mock-browser.glow-border{ border-color: rgba(44,176,240,.4); box-shadow: 0 0 40px rgba(44,176,240,.12); }
.mock-body{ border-radius: var(--radius-sm); padding: 28px; }
.mock-badge{
  display: inline-block; font-family: var(--font-display); font-size: 0.68rem;
  letter-spacing: .06em; color: var(--text-muted); background: rgba(255,255,255,.06);
  border: 1px solid var(--line); padding: 5px 10px; border-radius: 999px; margin-bottom: 18px;
}
.mock-gradient-blue{ background: linear-gradient(135deg, rgba(44,176,240,.18), rgba(13,32,62,.4)); }
.mock-gradient-teal{ background: linear-gradient(135deg, rgba(14,112,123,.25), rgba(13,32,62,.4)); }
.mock-gradient-orange{ background: linear-gradient(135deg, rgba(251,140,33,.16), rgba(13,32,62,.4)); }
.mock-dark{ background: var(--surface-3); }
.mock-table-dark{ background: transparent; }

.diagram{ display: flex; flex-wrap: wrap; gap: 10px; }
.diagram-node{
  font-family: var(--font-display); font-size: 0.75rem; color: var(--text-muted);
  background: var(--surface-2); border: 1px solid var(--line-strong);
  padding: 8px 12px; border-radius: var(--radius-sm);
}
.diagram-flag{ color: var(--orange); border-color: rgba(251,140,33,.4); background: rgba(251,140,33,.08); }

.mock-code{ background: #060606; }
.mock-code pre{ margin: 0; overflow-x: auto; }
.mock-code code{
  font-family: var(--font-display); font-size: 0.82rem; line-height: 1.8;
  color: var(--blue-bright); white-space: pre;
}

/* ---------- Feature rows ---------- */
.feature-row{
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  padding: 56px 0; border-top: 1px solid var(--line);
}
.feature-row-reverse .feature-visual{ order: -1; }
@media (max-width: 900px){
  .feature-row{ grid-template-columns: 1fr; gap: 32px; }
  .feature-row-reverse .feature-visual{ order: 0; }
}
.feature-text h3{ font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.feature-text p{ margin-bottom: 20px; }

.logo-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.logo-tile{
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 24px 10px; text-align: center;
  font-family: var(--font-display); font-size: 0.78rem; font-weight: 600;
  color: var(--text-muted);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.logo-tile:hover{
  transform: translateY(-3px); color: var(--white);
  border-color: rgba(44,176,240,.5); box-shadow: 0 10px 24px -10px rgba(44,176,240,.35);
}

/* ---------- Process timeline ---------- */
.process{
  background: linear-gradient(180deg, var(--black), var(--midnight) 55%, var(--black));
  border-top: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.timeline{ position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 56px; }
.timeline-line{
  position: absolute; top: 26px; left: 12.5%; right: 12.5%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue) 15%, var(--blue) 85%, transparent);
  opacity: .35;
}
@media (max-width: 860px){
  .timeline{ grid-template-columns: 1fr; gap: 40px; }
  .timeline-line{ display: none; }
}
.timeline-step{ position: relative; text-align: left; }
.step-num{
  font-family: var(--font-display); font-weight: 700; color: var(--blue);
  font-size: 0.8rem; letter-spacing: .1em; margin-bottom: 14px; opacity: .8;
}
.step-icon{
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--surface); border: 1px solid var(--line-strong);
  color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 0 0 6px rgba(44,176,240,.06);
}
.step-icon svg{ width: 24px; height: 24px; }
.timeline-step h3{ color: var(--white); }
.timeline-step p{ color: var(--text-muted); font-size: 0.92rem; }

/* ---------- Capabilities accordion ---------- */
.capabilities{
  background: linear-gradient(180deg, var(--black) 0%, #14181c 50%, var(--black) 100%);
  border-top: 1px solid var(--line);
}
.cap-accordion{ margin-top: 40px; border-top: 1px solid var(--line); }
.cap-row{ border-bottom: 1px solid var(--line); }
.cap-trigger{
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; text-align: left; cursor: pointer;
  padding: 24px 4px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  color: var(--white);
}
.cap-arrow{ color: var(--blue); transition: transform .25s ease; flex: none; margin-left: 16px; }
.cap-row.open .cap-arrow{ transform: rotate(90deg); }
.cap-panel{
  max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease;
  padding: 0 4px;
}
.cap-panel p{ margin: 0 0 20px; font-size: 0.96rem; max-width: 640px; }
.cap-row.open .cap-panel{ max-height: 320px; padding-bottom: 8px; }

.cap-stat{ display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.cap-stat-num{ font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 3.6rem); color: var(--white); }
.cap-stat-label{ color: var(--text-muted); font-size: 0.9rem; }

.mock-urlbar{
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--surface); border: 1px solid var(--line-strong);
  border-radius: 999px; padding: 10px 18px; margin-bottom: 20px;
  font-family: var(--font-display); font-size: 0.82rem; color: var(--text-muted);
}
.url-icon{ font-size: 0.9rem; }

/* ---------- Shipped gallery ---------- */
.shipped{
  background: radial-gradient(90% 70% at 85% 100%, #08201f 0%, var(--black) 60%);
  border-top: 1px solid var(--line);
}
.shipped-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
@media (max-width: 900px){ .shipped-grid{ grid-template-columns: 1fr; } }
.shipped-card{
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}
.shipped-card:hover{ transform: translateY(-6px); border-color: rgba(44,176,240,.4); }
.shipped-thumb{ padding: 28px 20px; }
.shipped-card h3{ padding: 20px 20px 0; font-size: 1.05rem; }
.shipped-card p{ padding: 0 20px 22px; font-size: 0.9rem; margin: 0; }

/* ---------- Trusted logo wall ---------- */
.trusted{
  background: linear-gradient(180deg, var(--black) 0%, #0d1620 50%, var(--black) 100%);
  border-top: 1px solid var(--line);
}
.logo-wall{
  display: flex; flex-wrap: wrap; justify-content: center; gap: 32px 48px;
  margin-top: 40px;
}
.logo-wall span{
  font-family: var(--font-display); font-size: 0.85rem; letter-spacing: .06em;
  color: var(--text-dim); font-weight: 600;
}

/* ---------- Community / stat CTA ---------- */
.community{
  background: radial-gradient(80% 100% at 0% 50%, #0c1a2e 0%, var(--black) 60%);
  border-top: 1px solid var(--line);
}
.community-inner{
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; flex-wrap: wrap;
}
.community-inner h2{ max-width: 520px; }
.community-inner .lead{ max-width: 480px; margin: 0; }
.community-cta{ display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.community-stat{ font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--white); }
.community-stat-label{ color: var(--text-muted); font-size: 0.85rem; margin-right: 12px; }

/* ---------- FAQ ---------- */
.faq{
  background: linear-gradient(180deg, var(--black) 0%, #12161a 50%, var(--black) 100%);
  border-top: 1px solid var(--line);
}
.accordion{ margin-top: 40px; border-top: 1px solid var(--line); }
.accordion-item{ border-bottom: 1px solid var(--line); }
.accordion-trigger{
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; text-align: left; cursor: pointer;
  padding: 22px 4px; font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  color: var(--white);
}
.accordion-icon{
  font-family: var(--font-display); font-size: 1.2rem; color: var(--blue);
  transition: transform .25s ease; flex: none; margin-left: 16px;
}
.accordion-trigger[aria-expanded="true"] .accordion-icon{ transform: rotate(45deg); }
.accordion-panel{
  max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease;
  padding: 0 4px;
}
.accordion-panel p{ margin: 0 0 20px; font-size: 0.94rem; }
.accordion-item.open .accordion-panel{ max-height: 240px; }

/* ---------- Final CTA ---------- */
.final-cta{
  background: radial-gradient(120% 140% at 50% 0%, #10233d 0%, var(--midnight) 50%, var(--black) 100%);
  border-top: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}
.final-cta .lead{ margin-inline: auto; max-width: 560px; }
.final-mock{
  position: relative; z-index: 1; margin: 56px auto 0; max-width: 640px;
  background: var(--surface); border: 1px solid rgba(44,176,240,.35);
  border-radius: var(--radius); padding: 22px 26px;
  box-shadow: 0 0 50px rgba(44,176,240,.15);
}

/* ---------- Contact ---------- */
.contact{
  background: linear-gradient(180deg, var(--black) 0%, #0e141c 60%, var(--black) 100%);
  border-top: 1px solid var(--line);
}
.contact-form{
  margin-top: 40px; display: flex; flex-direction: column; gap: 18px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px;
}
.form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.botcheck-field{ display: none; }
@media (max-width: 600px){ .form-row{ grid-template-columns: 1fr; } }
.form-field{ display: flex; flex-direction: column; gap: 6px; }
.form-field label{ font-size: 0.85rem; font-weight: 600; color: var(--text-muted); }
.optional{ font-weight: 400; color: var(--text-dim); }
.form-field input, .form-field textarea{
  font-family: var(--font-body); font-size: 0.95rem;
  padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line-strong); background: var(--surface-2); color: var(--white);
  transition: border-color .2s ease, box-shadow .2s ease;
  resize: vertical;
}
.form-field input::placeholder, .form-field textarea::placeholder{ color: var(--text-dim); }
.form-field input:focus, .form-field textarea:focus{
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(44,176,240,.18);
}
.form-note{ text-align: center; font-size: 0.9rem; min-height: 1.4em; font-weight: 600; }
.form-note.success{ color: #4cd963; }
.form-note.error{ color: #ff6b6b; }

.contact-direct{
  margin-top: 28px; text-align: center; font-size: 0.92rem; color: var(--text-muted);
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}
.contact-direct a{ color: var(--blue-bright); font-weight: 700; text-decoration: none; }
.contact-direct a:hover{ text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer{ background: var(--black); border-top: 1px solid var(--line); padding-top: 64px; }
.footer-inner{
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid var(--line);
}
@media (max-width: 700px){ .footer-inner{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .footer-inner{ grid-template-columns: 1fr; } }
.footer-logo{ height: 34px; margin-bottom: 14px; }
.footer-brand p{ color: var(--text-dim); font-size: 0.88rem; max-width: 280px; }
.footer-col h4{
  font-family: var(--font-display); color: var(--white); font-size: 0.82rem;
  letter-spacing: .08em; margin-bottom: 16px;
}
.footer-col{ display: flex; flex-direction: column; gap: 12px; }
.footer-col a{ color: var(--text-muted); text-decoration: none; font-size: 0.9rem; }
.footer-col a:hover{ color: var(--blue-bright); }
.footer-bottom{ padding: 22px 24px; }
.footer-bottom p{ margin: 0; text-align: center; color: var(--text-dim); font-size: 0.82rem; }
.footer-bottom a{ color: var(--text-dim); text-decoration: underline; }
.footer-bottom a:hover{ color: var(--blue-bright); }
