/* ====================================================
   STRUCTURED. — Shared Stylesheet
   structured.co
   ==================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:      #ffffff;
  --bg2:     #f5f5f5;
  --bg3:     #eaeaea;
  --text:    #0a0a0a;
  --text2:   #555555;
  --text3:   #999999;
  --border:  rgba(0,0,0,0.08);
  --border2: rgba(0,0,0,0.14);
  --black:   #0a0a0a;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--bg3); }

.container { max-width: 1060px; margin: 0 auto; padding: 0 48px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ─────────────────────────────────────
   NAV
───────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.nav-logo svg { width: 26px; height: 26px; flex-shrink: 0; }
.nav-wordmark {
  font-size: 20px; font-weight: 800;
  letter-spacing: -0.04em; color: var(--text); line-height: 1;
}
.nav-wordmark span { color: var(--text); font-weight: 900; font-size: 1.15em; line-height: 0; vertical-align: -0.05em; }

.nav-right { display: flex; align-items: center; gap: 8px; }
.nav-links-desktop { display: flex; align-items: center; gap: 8px; }

/* ─────────────────────────────────────
   BUTTONS
───────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px;
  font-size: 13px; font-weight: 700; letter-spacing: -0.01em;
  border-radius: 8px; cursor: pointer; text-decoration: none;
  transition: all .18s ease; border: none; white-space: nowrap;
  font-family: inherit; line-height: 1;
}
.btn-black { background: var(--black); color: #fff; }
.btn-black:hover { background: #222; }
.btn-outline {
  background: transparent; color: var(--text);
  border: 1.5px solid var(--border2);
}
.btn-outline:hover { background: var(--bg2); border-color: var(--text); }
.btn-white { background: #fff; color: var(--black); }
.btn-white:hover { background: rgba(255,255,255,.88); }
.btn-white-outline {
  background: transparent; color: rgba(255,255,255,.8);
  border: 1.5px solid rgba(255,255,255,.25);
}
.btn-white-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff; }
.btn-lg { padding: 16px 32px; font-size: 15px; border-radius: 10px; }

/* ─────────────────────────────────────
   HAMBURGER + MOBILE MENU
───────────────────────────────────── */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none;
  padding: 8px; border-radius: 6px; margin-right: -8px;
}
.hamburger span { width: 22px; height: 2px; background: var(--text); display: block; border-radius: 2px; }

.mobile-menu {
  display: none; position: fixed;
  top: 64px; left: 0; right: 0;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  flex-direction: column; z-index: 998;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 17px; font-weight: 600;
  color: var(--text); text-decoration: none;
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
  letter-spacing: -0.01em;
}
.mobile-menu a:active { background: var(--bg2); }

/* ─────────────────────────────────────
   HOME HERO
───────────────────────────────────── */
#hero {
  min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 110px 24px 72px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.hero-logo {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; margin-bottom: 40px;
}
.hero-logo svg { width: 52px; height: 52px; }
.hero-logo-name {
  font-size: clamp(24px, 6vw, 40px);
  font-weight: 900; letter-spacing: -0.04em;
  color: var(--text); line-height: 1;
}
.hero-logo-name span { color: var(--text); font-weight: 900; font-size: 1.2em; line-height: 0; vertical-align: -0.05em; }

/* ─────────────────────────────────────
   VIDEO SECTION
───────────────────────────────────── */
.hero-video {
  width: 100%; max-width: 700px;
  margin-bottom: 40px;
  position: relative;
}

.video-thumb {
  position: relative; border-radius: 18px; overflow: hidden;
  cursor: pointer; aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
  box-shadow: 0 24px 64px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.video-thumb:hover { transform: scale(1.008); box-shadow: 0 32px 80px rgba(0,0,0,0.24); }
.video-thumb:active { transform: scale(0.998); }

/* Real video thumbnail behind the overlay */
.video-thumb-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  display: block; opacity: 0.35;
}

/* Transparent overlay variant — lets thumbnail show through */
.thumb-c-overlay {
  background: transparent !important;
}
.thumb-c-overlay .c-vignette {
  background: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.88) 100%);
}

.video-embed {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.08);
}
.video-embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none; display: block;
}

.video-facade {
  position: absolute; inset: 0;
  cursor: pointer;
}
.video-facade:hover .facade-play-btn { transform: scale(1.12); }

.facade-play-btn {
  position: absolute; bottom: 18px; right: 18px;
  width: clamp(40px, 6vw, 52px); height: clamp(40px, 6vw, 52px);
  transition: transform .2s ease;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.5));
  z-index: 10;
}
.facade-play-btn svg { width: 100%; height: 100%; }

.video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.0) 45%);
  display: flex; flex-direction: row;
  align-items: flex-end; justify-content: flex-start;
  padding: 0 20px 20px;
  gap: 12px;
}

/* Decorative noise texture on video thumb */
.video-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.06; pointer-events: none;
}

.play-btn {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
  backdrop-filter: blur(8px);
}
.video-thumb:hover .play-btn {
  background: rgba(255,255,255,0.25);
  transform: scale(1.08);
}
.play-btn svg { width: 16px; height: 16px; margin-left: 3px; }

.video-label {
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.75);
  line-height: 1.3;
}
.video-thumb:hover .video-label { color: #fff; }

/* Video caption below thumb */
.video-caption {
  margin-top: 14px;
  font-size: 12px; font-weight: 600;
  color: var(--text3); letter-spacing: -0.01em;
}

/* ─────────────────────────────────────
   VIDEO MODAL / LIGHTBOX
───────────────────────────────────── */
.video-modal {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center; justify-content: center;
  padding: 24px;
}
.video-modal.open { display: flex; }
.video-modal-inner {
  position: relative;
  width: 100%; max-width: 960px;
}
.video-modal-close {
  position: absolute; top: -48px; right: 0;
  background: none; border: none;
  color: rgba(255,255,255,0.5); font-size: 28px;
  cursor: pointer; padding: 8px; line-height: 1;
  transition: color .15s; font-family: inherit;
}
.video-modal-close:hover { color: #fff; }
.video-modal-frame {
  position: relative; padding-top: 56.25%;
  border-radius: 14px; overflow: hidden;
  background: #000;
}
.video-modal-frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none;
}

/* ─────────────────────────────────────
   HERO DESCRIPTOR + PATH CARDS
───────────────────────────────────── */
.hero-descriptor { margin-bottom: 48px; }
.hero-desc-top {
  font-size: clamp(13px, 3.2vw, 17px);
  font-weight: 800; letter-spacing: -0.01em;
  color: var(--text); margin-bottom: 4px;
}
.hero-desc-bottom {
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text3);
}

.hero-paths {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; width: 100%; max-width: 640px;
  margin-bottom: 52px;
}

.path-card {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 8px; padding: 22px 22px 20px;
  border: 1.5px solid var(--border2); background: var(--bg);
  border-radius: 14px; cursor: pointer; text-decoration: none;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.path-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  border-color: var(--text); transform: translateY(-2px);
}
.path-card:active { transform: translateY(0); }
.path-card-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text3);
}
.path-card-title { font-size: 19px; font-weight: 800; color: var(--text); line-height: 1.15; letter-spacing: -0.025em; }
.path-card-arrow { font-size: 20px; color: var(--text3); margin-top: 2px; }

.hero-scroll {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; color: var(--text3);
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 600;
}
.hero-scroll-line { width: 1px; height: 32px; background: var(--border2); }

/* ─────────────────────────────────────
   PROOF STRIP
───────────────────────────────────── */
.proof-header {
  background: var(--black);
  padding: 18px 28px 0;
  text-align: center;
}
.proof-header-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.22);
}
#proof { background: var(--black); overflow: hidden; }

.proof-inner { display: flex; align-items: stretch; }
.proof-label-col {
  padding: 36px 40px;
  border-right: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column; justify-content: center;
  gap: 4px; flex-shrink: 0; min-width: 200px;
}
.proof-label-col .eyebrow {
  font-size: 9px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 4px;
}
.proof-label-col p {
  font-size: 22px; font-weight: 800; letter-spacing: -0.03em;
  color: rgba(255,255,255,.8); line-height: 1.2;
}
.proof-scroll { flex: 1; overflow: hidden; position: relative; }
.proof-track {
  display: flex; gap: 1px;
  animation: proofScroll 55s linear infinite; width: max-content;
}
.proof-track:hover { animation-play-state: paused; }
@keyframes proofScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.proof-card {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 28px; border-right: 1px solid rgba(255,255,255,.06);
  min-width: 190px; gap: 16px; flex-shrink: 0;
}
.proof-card-top { display: flex; flex-direction: column; gap: 4px; }
.proof-card-structure {
  font-size: 9px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.35);
}
.proof-card-location {
  font-size: 18px; font-weight: 800; letter-spacing: -0.03em;
  color: rgba(255,255,255,.8); line-height: 1.1;
}
.proof-card-terms { display: flex; flex-direction: column; gap: 5px; }
.proof-card-term { display: flex; justify-content: space-between; gap: 12px; }
.proof-card-key {
  font-size: 9px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.28);
}
.proof-card-val { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.7); }

/* ─────────────────────────────────────
   SECTION TAGS + SHARED
───────────────────────────────────── */
.section-tag {
  font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text3);
  margin-bottom: 16px; display: block;
}
.section-tag-dot {
  display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: var(--text3); margin-right: 8px;
  vertical-align: middle;
}

/* ─────────────────────────────────────
   HOW IT WORKS (home)
───────────────────────────────────── */
#how { padding: 80px 0; background: var(--bg2); }
.how-intro { text-align: center; max-width: 500px; margin: 0 auto 48px; }
.how-intro h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900; color: var(--text);
  margin-top: 10px; line-height: 1.05; letter-spacing: -0.04em;
}
.how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--border);
  border-radius: 14px; overflow: hidden;
}
.how-card { background: var(--bg); padding: 36px 28px; }
.how-num {
  font-size: 48px; font-weight: 900; color: var(--bg3);
  line-height: 1; margin-bottom: 16px; letter-spacing: -0.04em;
}
.how-card h3 {
  font-size: 17px; font-weight: 800; color: var(--text);
  margin-bottom: 10px; letter-spacing: -0.02em;
}
.how-card p { font-size: 14px; color: var(--text2); line-height: 1.75; }

/* ─────────────────────────────────────
   HOW IT WORKS BY ROLE
───────────────────────────────────── */
#how-roles { padding: 88px 0; background: #1e1e1e; }
.how-roles-intro { text-align: center; max-width: 500px; margin: 0 auto 52px; }
.how-roles-intro .section-tag { color: rgba(255,255,255,0.38); }
.how-roles-intro h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900; letter-spacing: -0.04em;
  color: rgba(255,255,255,0.93); margin-top: 10px; line-height: 1.05;
}
.how-roles-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.1);
  border-radius: 18px; overflow: hidden;
}
.role-card {
  border: none; border-radius: 0;
  padding: 36px 32px; display: flex; flex-direction: column; gap: 16px;
  background: #272727;
}
.role-card-label {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,0.48);
}
.role-card h3 {
  font-size: 20px; font-weight: 900; letter-spacing: -0.03em;
  color: rgba(255,255,255,0.95); line-height: 1.2;
}
.role-steps {
  list-style: none; display: flex; flex-direction: column;
  gap: 10px; margin: 0; padding: 0; flex: 1;
}
.role-steps li {
  font-size: 13.5px; color: rgba(255,255,255,0.72);
  padding-left: 24px; position: relative; line-height: 1.6;
  counter-increment: step;
}
.role-steps li::before {
  content: counter(step);
  counter-reset: none;
  position: absolute; left: 0; top: 0;
  font-size: 10px; font-weight: 800;
  color: rgba(255,255,255,0.38); line-height: 1.8;
}
.role-steps { counter-reset: step; }
.role-card-cta {
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.58);
  text-decoration: none; letter-spacing: -0.01em;
  margin-top: 4px;
}
.role-card-cta:hover { color: rgba(255,255,255,0.92); }

/* ─────────────────────────────────────
   SERVICE TEASERS (home page)
───────────────────────────────────── */
#services { padding: 88px 0; background: var(--bg); }
.services-intro { text-align: center; max-width: 520px; margin: 0 auto 56px; }
.services-intro h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900; letter-spacing: -0.04em; color: var(--text);
  margin-top: 10px; line-height: 1.05;
}
.services-intro p { font-size: 15px; color: var(--text2); margin-top: 14px; line-height: 1.7; }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  border: 1.5px solid var(--border2); border-radius: 18px;
  padding: 36px 32px; display: flex; flex-direction: column;
  gap: 16px; transition: box-shadow .2s, border-color .2s, transform .2s;
  text-decoration: none; color: inherit;
}
.service-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.09);
  border-color: var(--text); transform: translateY(-3px);
}
.service-card-icon {
  width: 44px; height: 44px; background: var(--bg2);
  border-radius: 12px; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.service-card-icon svg { width: 22px; height: 22px; }
.service-card-label {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text3);
}
.service-card h3 {
  font-size: 22px; font-weight: 900; letter-spacing: -0.03em;
  color: var(--text); line-height: 1.15;
}
.service-card p { font-size: 14px; color: var(--text2); line-height: 1.75; flex: 1; }
.service-card-cta {
  font-size: 13px; font-weight: 700; color: var(--text);
  letter-spacing: -0.01em; display: flex; align-items: center; gap: 6px;
}

/* ─────────────────────────────────────
   CREDIBILITY BAR
───────────────────────────────────── */
#credibility {
  padding: 52px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cred-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.cred-item {
  padding: 24px 20px; border-right: 1px solid var(--border);
  text-align: center;
}
.cred-item:last-child { border-right: none; }
.cred-val {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900; color: var(--text); line-height: 1;
  letter-spacing: -0.04em; margin-bottom: 6px;
}
.cred-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text3);
}

/* ─────────────────────────────────────
   CTA BANNER (home page)
───────────────────────────────────── */
#cta-banner {
  background: var(--black); padding: 80px 0; text-align: center;
}
.cta-banner-inner { max-width: 560px; margin: 0 auto; }
.cta-banner-inner h2 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 900; letter-spacing: -0.04em;
  color: #fff; line-height: 1.05; margin-bottom: 16px;
}
.cta-banner-inner p {
  font-size: 15px; color: rgba(255,255,255,.5);
  margin-bottom: 32px; line-height: 1.7;
}
.cta-banner-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ─────────────────────────────────────
   PAGE HERO (sub-pages)
───────────────────────────────────── */
.page-hero {
  background: var(--black); padding: 128px 0 72px;
  text-align: center; position: relative; overflow: hidden;
}
.page-hero-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.3);
  margin-bottom: 18px; display: block;
}
.page-hero h1 {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900; letter-spacing: -0.04em;
  color: #fff; line-height: 1.0; margin-bottom: 20px;
}
.page-hero p {
  font-size: clamp(14px, 2.5vw, 18px);
  color: rgba(255,255,255,.45); max-width: 540px;
  margin: 0 auto; line-height: 1.7;
}
/* Subtle grid bg on page hero */
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

/* ─────────────────────────────────────
   PAGE VIDEO SECTION (sub-pages)
───────────────────────────────────── */
.page-video-section {
  background: var(--bg);
  padding: 48px 0 0;
  display: flex; justify-content: center;
}
.page-video-section .video-embed {
  width: 100%; max-width: 700px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 640px) {
  .page-video-section { padding: 28px 0 0; }
  .page-video-section .video-embed { padding: 0 18px; }
}

/* ─────────────────────────────────────
   CONVERSION SECTION (sub-pages)
───────────────────────────────────── */
.conversion-section { padding: 88px 0; }
.conversion-section:nth-child(even) { background: var(--bg2); }

.conv-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: start;
}
.conv-left h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900; line-height: 1.0;
  letter-spacing: -0.04em; color: var(--text);
  margin-bottom: 18px;
}
.conv-lead {
  font-size: 15px; color: var(--text2);
  line-height: 1.8; margin-bottom: 24px;
}
.conv-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.conv-bullets li {
  font-size: 14px; color: var(--text2);
  padding-left: 18px; position: relative; line-height: 1.55;
}
.conv-bullets li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--text3);
}
.conv-legal {
  font-size: 11px; color: var(--text3); line-height: 1.65;
  margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border);
}

/* ─────────────────────────────────────
   FORMS
───────────────────────────────────── */
.form-card {
  background: var(--bg); border: 1px solid var(--border2);
  border-radius: 16px; padding: 32px;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}
.form-card-title {
  font-size: 16px; font-weight: 800; color: var(--text);
  margin-bottom: 4px; letter-spacing: -0.02em;
}
.form-card-sub { font-size: 12px; color: var(--text3); margin-bottom: 20px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-group { margin-bottom: 10px; }
.form-group label {
  display: block; font-size: 10px; font-weight: 700;
  color: var(--text3); margin-bottom: 6px;
  letter-spacing: .14em; text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 14px;
  font-size: 15px; font-family: inherit;
  background: var(--bg2); border: 1.5px solid var(--border2);
  border-radius: 10px; color: var(--text);
  outline: none; transition: border .18s, background .18s;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--text); background: var(--bg); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text3); }
.form-group textarea { resize: vertical; min-height: 80px; line-height: 1.55; }
.form-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}
.form-submit {
  width: 100%; margin-top: 6px; padding: 16px;
  font-size: 15px; font-weight: 800; border-radius: 10px;
  letter-spacing: -0.01em; border: none; cursor: pointer;
  background: var(--black); color: #fff;
  font-family: inherit;
  transition: background .18s, transform .15s;
  -webkit-tap-highlight-color: transparent;
}
.form-submit:hover { background: #222; }
.form-submit:active { transform: scale(0.99); }
.form-privacy {
  display: flex; align-items: flex-start; gap: 8px;
  background: var(--bg2); border-radius: 8px;
  padding: 10px 12px; margin-bottom: 14px;
  border: 1px solid var(--border);
}
.form-privacy svg { width: 13px; height: 13px; flex-shrink: 0; margin-top: 1px; opacity: 0.4; }
.form-privacy p {
  font-size: 11px; color: var(--text3); line-height: 1.65; margin: 0;
}

.form-success {
  display: none; background: var(--bg2); border: 1px solid var(--border2);
  border-radius: 10px; padding: 14px 18px;
  font-size: 13px; color: var(--text2);
  margin-top: 12px; text-align: center; line-height: 1.6;
  font-weight: 500;
}
.form-success.show { display: block; }

/* ─────────────────────────────────────
   FAQ ACCORDION
───────────────────────────────────── */
#faq { padding: 80px 0; background: var(--bg2); }
.faq-intro { text-align: center; max-width: 480px; margin: 0 auto 48px; }
.faq-intro h2 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900; letter-spacing: -0.04em;
  color: var(--text); margin-top: 10px; line-height: 1.05;
}
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-btn {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 4px; cursor: pointer; text-align: left;
  font-family: inherit; gap: 16px;
}
.faq-q {
  font-size: 16px; font-weight: 700;
  color: var(--text); letter-spacing: -0.02em; line-height: 1.3;
}
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--bg3); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--text2);
  transition: transform .25s ease, background .2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--text); color: #fff; }
.faq-answer {
  display: none; padding: 0 4px 22px;
  font-size: 14px; color: var(--text2); line-height: 1.8;
}
.faq-item.open .faq-answer { display: block; }

/* ─────────────────────────────────────
   STRIP / TRUST BAR (sub-pages)
───────────────────────────────────── */
.trust-strip {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.trust-items {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; color: var(--text2);
  letter-spacing: -0.01em;
}
.trust-item svg { width: 18px; height: 18px; flex-shrink: 0; opacity: 0.5; }

/* ─────────────────────────────────────
   FOOTER
───────────────────────────────────── */
footer { background: var(--black); padding: 52px 0 36px; }
.footer-inner {
  display: flex; align-items: flex-start;
  justify-content: space-between;
  gap: 48px; padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand-name {
  font-size: 22px; font-weight: 900; letter-spacing: -0.04em;
  color: rgba(255,255,255,.7); margin-bottom: 12px;
}
.footer-brand-name span { color: rgba(255,255,255,1); font-size: 1.2em; line-height: 0; vertical-align: -0.05em; }
.footer-brand p {
  font-size: 13px; color: rgba(255,255,255,.3);
  line-height: 1.7; max-width: 240px;
}
.footer-links { display: flex; gap: 48px; }
.footer-col h5 {
  font-size: 10px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 14px;
}
.footer-col a {
  display: block; font-size: 13px; color: rgba(255,255,255,.38);
  text-decoration: none; margin-bottom: 10px; font-weight: 500;
  transition: color .18s;
}
.footer-col a:hover { color: rgba(255,255,255,.75); }
.footer-bottom {
  padding-top: 24px; display: flex;
  align-items: flex-start; justify-content: space-between; gap: 40px;
}
.footer-copy { font-size: 11px; color: rgba(255,255,255,.2); white-space: nowrap; padding-top: 2px; }
.footer-legal { font-size: 11px; color: rgba(255,255,255,.18); line-height: 1.75; max-width: 620px; }

/* ─────────────────────────────────────
   THANK YOU PAGE
───────────────────────────────────── */
.thankyou-section {
  min-height: 100svh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 80px 24px;
}
.thankyou-icon {
  width: 72px; height: 72px; background: var(--bg2);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; margin: 0 auto 28px;
}
.thankyou-icon svg { width: 32px; height: 32px; }
.thankyou-section h1 {
  font-size: clamp(28px, 5vw, 48px); font-weight: 900;
  letter-spacing: -0.04em; color: var(--text);
  margin-bottom: 14px; line-height: 1.05;
}
.thankyou-section p { font-size: 16px; color: var(--text2); max-width: 400px; margin: 0 auto 36px; line-height: 1.7; }

/* ─────────────────────────────────────
   RESPONSIVE — TABLET
───────────────────────────────────── */
@media (max-width: 900px) {
  .container { padding: 0 32px; }
  .conv-layout { grid-template-columns: 1fr; gap: 40px; }
  .proof-label-col { display: none; }
  .how-grid { grid-template-columns: 1fr; }
  .cred-grid { grid-template-columns: 1fr 1fr; }
  .cred-item:nth-child(2) { border-right: none; }
  .cred-item:nth-child(3) { border-top: 1px solid var(--border); }
  .cred-item:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
  .footer-inner { flex-direction: column; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 28px 24px; }
  .nav-links-desktop { display: none; }
  .hamburger { display: flex; }
  .mobile-menu { top: 64px; }
}

/* ─────────────────────────────────────
   SPOTLIGHT THUMBNAIL PLACEHOLDER
───────────────────────────────────── */
.thumb-c {
  position: absolute; inset: 0;
  background: #020202;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}

/* Spotlight cone from top */
.c-light {
  position: absolute;
  top: -10%; left: 50%; transform: translateX(-50%);
  width: 70%; height: 130%;
  background: conic-gradient(
    from 180deg at 50% 0%,
    transparent 68deg,
    rgba(255,255,255,0.045) 78deg,
    rgba(255,255,255,0.09) 90deg,
    rgba(255,255,255,0.045) 102deg,
    transparent 112deg
  );
  pointer-events: none;
  animation: spotPulse 4s ease-in-out infinite;
}
@keyframes spotPulse {
  0%, 100% { opacity: 0.8; }
  50%       { opacity: 1; }
}

/* Soft floor reflection */
.c-floor {
  position: absolute; bottom: 0; left: 0; right: 0; height: 35%;
  background: linear-gradient(to top, rgba(255,255,255,0.025) 0%, transparent 100%);
  pointer-events: none;
}

/* Scanline haze */
.c-haze {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 3px,
    rgba(255,255,255,0.008) 3px,
    rgba(255,255,255,0.008) 4px
  );
  pointer-events: none;
}

/* Vignette */
.c-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 20%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
}

/* Centered content */
.c-content {
  position: relative; z-index: 2;
  text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 0;
}

.c-wordmark {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: clamp(28px, 7vw, 56px);
  font-weight: 900; letter-spacing: -0.045em;
  color: #fff; line-height: 1;
  text-shadow:
    0 -2px 20px rgba(255,255,255,0.6),
    0 0 60px rgba(255,255,255,0.3),
    0 4px 40px rgba(0,0,0,0.9);
}
.c-wordmark em {
  font-style: normal;
  font-size: 1.2em; line-height: 0; vertical-align: -0.05em;
  color: rgba(255,255,255,0.4);
}

/* Thin line below wordmark */
.c-line {
  width: 80px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
  margin-top: 16px;
}

/* ─────────────────────────────────────
   STRUCTURED INVESTOR NETWORK BADGE
───────────────────────────────────── */
.sin-badge {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--text);
}
.sin-icon { width: 20px; height: 20px; flex-shrink: 0; }
.sin-text { display: flex; flex-direction: column; gap: 3px; }
.sin-brand {
  font-size: 14px; font-weight: 900; letter-spacing: -0.04em; line-height: 1;
  font-family: 'Inter', -apple-system, sans-serif;
}
.sin-dot { font-size: 1.1em; line-height: 0; vertical-align: -0.04em; }
.sin-divider {
  width: 100%; height: 1px; background: currentColor; opacity: 0.12;
}
.sin-sub {
  font-size: 7px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; opacity: 0.4; line-height: 1;
  font-family: 'Inter', -apple-system, sans-serif;
}
.sin-badge-light { color: #fff; }

/* ─────────────────────────────────────
   HIDE ON MOBILE (desktop-only copy)
───────────────────────────────────── */
.desktop-only { }

/* ─────────────────────────────────────
   RESPONSIVE — MOBILE
───────────────────────────────────── */
@media (max-width: 640px) {
  .desktop-only { display: none !important; }

  .container { padding: 0 18px; }
  nav { padding: 0 18px; height: 60px; }
  .nav-wordmark { font-size: 18px; }
  .nav-logo svg { width: 22px; height: 22px; }
  .hamburger { display: flex; }
  .mobile-menu { top: 60px; }

  /* ── Hero ── */
  #hero { padding: 80px 18px 48px; }
  .hero-logo { margin-bottom: 28px; gap: 10px; }
  .hero-logo svg { width: 40px; height: 40px; }
  .hero-logo-name { font-size: 22px; }
  .hero-video { margin-bottom: 24px; }
  .video-thumb { border-radius: 14px; }
  .play-btn { width: 60px; height: 60px; }
  .play-btn svg { width: 22px; height: 22px; }
  .video-caption { font-size: 11px; margin-top: 10px; }
  .hero-descriptor { margin-bottom: 28px; }
  .hero-desc-top { font-size: 14px; font-weight: 700; }
  .hero-desc-bottom { font-size: 10px; letter-spacing: 0.14em; }

  /* Path cards — stacked tappable rows */
  .hero-paths { grid-template-columns: 1fr; max-width: 100%; gap: 10px; margin-bottom: 36px; }
  .path-card { flex-direction: row; align-items: center; justify-content: space-between; padding: 18px 20px; border-radius: 12px; gap: 12px; }
  .path-card-label { font-size: 9px; }
  .path-card-title { font-size: 17px; }
  .path-card-arrow { font-size: 20px; margin-top: 0; flex-shrink: 0; }

  /* ── Trust strip — horizontal scroll chips ── */
  .trust-strip { padding: 16px 0; }
  .trust-items {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    padding: 0 18px;
    gap: 8px;
  }
  .trust-items::-webkit-scrollbar { display: none; }
  .trust-item {
    flex-shrink: 0;
    background: var(--bg3);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--text2);
    gap: 0;
  }
  .trust-item svg { display: none; }

  /* ── Page hero ── */
  .page-hero { padding: 88px 18px 40px; text-align: left; }
  .page-hero::before { display: none; }
  .page-hero-eyebrow { font-size: 10px; }
  .page-hero h1 { font-size: clamp(32px, 9vw, 48px); margin-bottom: 12px; }
  .page-hero p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.5); margin: 0; }

  /* ── Conversion section — form first on mobile ── */
  .conversion-section { padding: 40px 0; }
  .conv-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .conv-layout .form-card { order: -1; } /* form above copy on mobile */
  .conv-left h2 { font-size: clamp(24px, 7vw, 32px); margin-bottom: 12px; }
  .conv-lead { font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
  .conv-bullets { gap: 12px; margin-bottom: 20px; }
  .conv-bullets li { font-size: 14px; line-height: 1.5; }
  .conv-legal { font-size: 10px; }
  .section-tag { font-size: 10px; margin-bottom: 10px; }

  /* ── Forms ── */
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 22px 18px; border-radius: 14px; border: none; box-shadow: 0 2px 24px rgba(0,0,0,.08); }
  .form-card-title { font-size: 17px; }
  .form-card-sub { font-size: 12px; margin-bottom: 16px; }
  .form-group { margin-bottom: 8px; }
  .form-group input,
  .form-group select,
  .form-group textarea { font-size: 16px; padding: 13px 14px; }
  .form-submit { padding: 17px; font-size: 16px; margin-top: 8px; }

  /* ── How It Works ── */
  #how { padding: 48px 0; }
  .how-intro { margin-bottom: 28px; }
  .how-intro h2 { font-size: clamp(24px, 7vw, 32px); }
  .how-card { padding: 24px 20px; }
  .how-num { font-size: 36px; margin-bottom: 10px; }
  .how-card h3 { font-size: 16px; margin-bottom: 8px; }
  .how-card p { font-size: 14px; }

  /* ── How It Works by role ── */
  #how-roles { padding: 48px 0; }
  .how-roles-intro { margin-bottom: 28px; }
  .how-roles-intro h2 { font-size: clamp(24px, 7vw, 32px); }
  .how-roles-grid { grid-template-columns: 1fr; gap: 14px; }
  .role-card { padding: 24px 20px; border-radius: 14px; }
  .role-card h3 { font-size: 18px; }
  .role-steps li { font-size: 13px; }

  /* ── Services grid ── */
  #services { padding: 48px 0; }
  .services-intro h2 { font-size: clamp(24px, 7vw, 32px); }
  .services-intro p { font-size: 14px; margin-top: 10px; }
  .service-card { padding: 24px 20px; border-radius: 14px; gap: 12px; }
  .service-card h3 { font-size: 19px; }
  .service-card p { font-size: 14px; }

  /* ── Credibility ── */
  #credibility { padding: 32px 0; }
  .cred-item { padding: 20px 12px; }
  .cred-label { font-size: 10px; }

  /* ── FAQ ── */
  #faq { padding: 48px 0; }
  .faq-intro h2 { font-size: clamp(22px, 7vw, 30px); }
  .faq-q { font-size: 15px; }
  .faq-btn { padding: 18px 4px; }
  .faq-answer { font-size: 14px; line-height: 1.7; }

  /* ── CTA banner ── */
  #cta-banner { padding: 52px 0; }
  .cta-banner-inner h2 { font-size: clamp(24px, 7vw, 36px); }
  .cta-banner-inner p { font-size: 14px; margin-bottom: 24px; }
  .cta-banner-btns { flex-direction: column; align-items: stretch; }
  .cta-banner-btns .btn { text-align: center; }

  /* ── Footer ── */
  .footer-links { flex-direction: column; gap: 24px; }
  .footer-inner { padding-bottom: 24px; gap: 24px; }
  footer { padding: 36px 0 24px; }
  .footer-brand p { font-size: 12px; }
  .footer-legal { font-size: 10px; }

  /* ── Video modal ── */
  .video-modal { padding: 16px; align-items: flex-end; padding-bottom: 32px; }
  .video-modal-inner { max-width: 100%; }
  .video-modal-close { top: -44px; font-size: 24px; }
}

@media (max-width: 380px) {
  .hero-logo-name { font-size: 20px; }
  .page-hero h1 { font-size: 30px; }
}
