/* ═══════════════════════════════════════
   RESET & VARIABLES
   ═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --accent: #a7ec4f;
  --accent-dark: #8fd43a;
  --navy: #0d0430;
  --navy-light: #1a0a4a;
  --black: #0f0f0f;
  --dark: #1a1a1a;
  --text: #444;
  --text-light: #777;
  --text-muted: #aaa;
  --border: #e4e4e4;
  --bg: #ffffff;
  --bg-tint: #f4f5f0;
  --bg-warm: #f7f7f3;

  --ff-heading: 'Sora', sans-serif;
  --ff-body: 'Figtree', sans-serif;
  --ff-hand: 'Caveat', cursive;

  --max-w: 1160px;
  --section-px: clamp(5px, 4vw, 40px);
  /* Edge positions for vertical lines — matches where content containers sit */
  --edge-left: max(var(--section-px), calc((100vw - var(--max-w)) / 2));
  --edge-right: max(var(--section-px), calc((100vw - var(--max-w)) / 2));
  --r-pill: 0;
  --r-md: 14px;
  --r-lg: 20px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: var(--ff-body); cursor: pointer; border: none; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--section-px);
}


/* ═══════════════════════════════════════
   SITE HEADER
   ═══════════════════════════════════════ */
.header-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 var(--edge-left);
}

.site-header {
  max-width: var(--max-w);
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: transparent;
  border: solid 1px rgba(255,255,255,0.06);
  border-top: none;
  position: relative;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Sharp background layer — replicates section colours, updated by JS */
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #121212f7;
}

/* Ensure header children sit above */
.header-logo, .header-nav, .header-right {
  position: relative;
  z-index: 1;
}

.header-logo {
  font-family: var(--ff-heading);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  flex-shrink: 0;
  transition: color 0.5s;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-nav a {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

.header-nav a:hover { color: var(--nav-hover, #fff); }

/* Nav dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--hdr-link, rgba(255,255,255,0.5));
  cursor: default;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}

.nav-dropdown:hover .nav-dropdown-trigger {
  color: var(--nav-hover, #fff);
}

.nav-dropdown-trigger svg {
  transition: transform 0.2s;
}

.nav-dropdown:hover .nav-dropdown-trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown-menu a {
  display: block;
  white-space: nowrap;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--dd-link, rgba(255,255,255,0.5)) !important;
  padding: 10px 20px;
  background: var(--dd-bg, #121212);
  border: 1px solid var(--dd-border, rgba(255,255,255,0.08));
  border-bottom: none;
  transition: color 0.2s, background 0.2s;
}

.nav-dropdown-menu a:first-child {
  padding-top: 12px;
}

.nav-dropdown-menu a:last-child {
  border-bottom: 1px solid var(--dd-border, rgba(255,255,255,0.08));
  padding-bottom: 12px;
}

.nav-dropdown-menu a:hover {
  color: var(--dd-link-hover, #fff) !important;
  background: var(--dd-bg-hover, #1a1a1a);
}

.header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.btn-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  background: var(--accent);
  padding: 12px 28px;
  border-radius: var(--r-pill);
  transition: all 0.25s;
}

.btn-header:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 2px 12px rgba(167, 236, 79, 0.25);
}


/* ═══════════════════════════════════════
   SECTION 1 — HERO
   Inspired by: Image 1 (large heading,
   CTA with handwritten annotations) +
   Image 3 (large "empower" background word)
   ═══════════════════════════════════════ */
.hero {
  background: #121212;
  padding: 40px var(--section-px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Structural grid — lines extending from header edges */
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-grid .grid-line {
  position: absolute;
  background: rgba(255,255,255,0.06);
}

.hero-grid .gl-h { height: 1px; left: 0; right: 0; }
.hero-grid .gl-v { width: 1px; top: 0; bottom: 0; }

/* Helper that mirrors the header container exactly */
.hero-grid .grid-frame {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--edge-left);
  right: var(--edge-right);
  max-width: var(--max-w);
  margin: 0 auto;
  pointer-events: none;
}

/* Outer verticals — at left/right edges of the frame (= header borders) */
.hero-grid .grid-frame .gf-left {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.06);
}

.hero-grid .grid-frame .gf-right {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.06);
}

/* Inner verticals — ~200px inward from each outer */
.hero-grid .grid-frame .gf-inner-left {
  position: absolute;
  left: 140px; top: 0; bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.06);
}

.hero-grid .grid-frame .gf-inner-right {
  position: absolute;
  right: 140px; top: 0; bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.06);
}

/* Horizontal lines */
.hero-grid .gl-h1 { top: 28%; }
.hero-grid .gl-h2 { bottom: 32%; }
.hero-grid .gl-h3 { bottom: 12%; }

/* Small square markers at intersections */
.hero-grid .grid-sq {
  position: absolute;
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,0.1);
}

.hero-grid .grid-sq-accent {
  background: #a6eb4e30;
}

/* Diagonal hatching — bottom left
   One block UP: between outer-left/inner-left verticals,
   between gl-h2 and gl-h3 */
.hero-grid .grid-frame .grid-diag-bl {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 140px;
  height: 20%;
  overflow: hidden;
}

.hero-grid .grid-frame .grid-diag-bl::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 18px,
    rgba(255,255,255,0.05) 18px,
    rgba(255,255,255,0.05) 19px
  );
}

/* Diagonal hatching — top right
   Between inner-right/outer-right verticals,
   top of hero to gl-h1 */
.hero-grid .grid-frame .grid-diag-tr {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 28%;
  overflow: hidden;
}

.hero-grid .grid-frame .grid-diag-tr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 18px,
    rgba(255,255,255,0.05) 18px,
    rgba(255,255,255,0.05) 19px
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.hero h1 {
  font-family: var(--ff-heading);
  font-size: clamp(52px, 7vw, 90px);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}

.hero h1 em {
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--accent);
}

.hero .subtitle {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  max-width: 520px;
  margin: 0 auto 52px;
  line-height: 1.65;
}

/* CTA area with button + annotations */
.cta-area {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #121212;
  font-family: var(--ff-body);
  font-size: 17px;
  font-weight: 600;
  padding: 20px 44px;
  border-radius: var(--r-pill);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 24px rgba(167, 236, 79, 0.2);
  letter-spacing: -0.01em;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 36px rgba(167, 236, 79, 0.3);
  background: var(--accent-dark);
}

.btn-cta .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Handwritten annotation */
.annotation {
  position: absolute;
  font-family: var(--ff-hand);
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  line-height: 1.1;
  white-space: nowrap;
}

.annotation-left {
  bottom: -50px;
  left: -100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.annotation-left .ann-arrow {
  align-self: flex-end;
  margin-bottom: 2px;
  position: relative;
  left: -40px;
}

/* The massive background word at bottom of hero */
.hero-bigword {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-heading);
  font-size: clamp(120px, 16vw, 240px);
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  /* Faded white gradient on text */
  background: linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0.02) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 0.85;
}


/* ═══════════════════════════════════════
   SECTION 2 — STATS / MISSION
   Inspired by: Image 2 (large statement
   with accent-coloured words + outlined
   stat numbers)
   ═══════════════════════════════════════ */
.stats-section {
  padding: 120px var(--section-px) 110px;
  background: var(--bg);
  position: relative;
}

/* Vertical connecting line — continues from hero grid left edge */
.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--edge-left);
  width: 1px;
  background: rgba(0,0,0,0.06);
  transform: none;
  pointer-events: none;
}

.stats-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}

.stats-statement {
  font-family: var(--ff-heading);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 400;
  color: #c0c0c0;
  line-height: 1.55;
  letter-spacing: -0.02em;
  max-width: 860px;
  text-align: center;
  margin: 0 auto 80px;
}

.stats-statement .highlight {
  color: var(--accent-dark);
  font-weight: 500;
}

.stats-statement .st-dark {
  color: var(--black);
  font-weight: 500;
}

/* Outlined numbers row */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--ff-heading);
  font-size: clamp(72px, 10vw, 130px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
  /* Outlined text effect */
  color: transparent;
  -webkit-text-stroke: 1.8px var(--accent-dark);
  opacity: 0.55;
}

.stat-label {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 0.01em;
}


/* ═══════════════════════════════════════
   SECTION 3 — FEATURES GRID
   Inspired by: Image 5 (bracketed label,
   split header, 3×2 card grid)
   ═══════════════════════════════════════ */
.features-section {
  padding: 100px var(--section-px) 110px;
  background: #121212;
  border-top: none;
  position: relative;
}

/* Left line — from top, stops at grid top-left (height set by JS) */
.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: var(--edge-left);
  width: 1px;
  background: rgba(255,255,255,0.06);
  transform: none;
  pointer-events: none;
  height: var(--line-to-grid, 280px);
}

/* Right line — from grid bottom to section bottom */
.features-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 110px;
  right: var(--edge-right);
  width: 1px;
  background: rgba(255,255,255,0.06);
  transform: none; left: auto;
  pointer-events: none;
}

.features-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.features-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 64px;
  padding-left: 40px;
}

.features-header-left {
  flex: 1;
}

.features-heading {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.features-heading em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}

.features-header-right {
  max-width: 340px;
  flex-shrink: 0;
}

.features-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}

/* Card grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0;
  overflow: hidden;
}

.feature-card {
  background: #121212;
  padding: 40px 32px;
  transition: background 0.3s;
}

.feature-card:hover {
  background: #1a1a1a;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s;
}

.feature-card:hover .feature-icon {
  background: var(--accent);
  border-color: var(--accent);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: rgba(255,255,255,0.5);
  stroke-width: 1.8;
  fill: none;
  transition: stroke 0.3s;
}

.feature-card:hover .feature-icon svg {
  stroke: #121212;
}

/* Default active card — active unless another card is hovered */
.feature-card.default-active {
  background: #1a1a1a;
}

.feature-card.default-active .feature-icon {
  background: var(--accent);
  border-color: var(--accent);
}

.feature-card.default-active .feature-icon svg {
  stroke: #121212;
}

/* When any other card in the grid is hovered, un-highlight the default */
.features-grid:hover .feature-card.default-active:not(:hover) {
  background: #121212;
}

.features-grid:hover .feature-card.default-active:not(:hover) .feature-icon {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.08);
}

.features-grid:hover .feature-card.default-active:not(:hover) .feature-icon svg {
  stroke: rgba(255,255,255,0.5);
}

.feature-card h3 {
  font-family: var(--ff-heading);
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}

.feature-card p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

/* Decorative hatched card — no content, just diagonal lines */
.feature-card-deco {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.feature-card-deco:hover {
  background: #121212;
}

.feature-deco-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 18px,
    rgba(255,255,255,0.04) 18px,
    rgba(255,255,255,0.04) 19px
  );
}


/* ═══════════════════════════════════════
   SECTION 4 — STATEMENT TEXT
   Centered large text with accent words
   ═══════════════════════════════════════ */
.statement-section {
  padding: 110px var(--section-px);
  background: var(--bg);
  position: relative;
}

/* Right line — continues from features grid bottom-right */
.statement-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1px;
  right: var(--edge-right);
  width: 1px;
  background: rgba(0,0,0,0.08);
  transform: none; left: auto;
  pointer-events: none;
}

.statement-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.statement-text {
  font-family: var(--ff-heading);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 400;
  color: #c0c0c0;
  line-height: 1.55;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}

.statement-text .st-green { color: var(--accent-dark); }
.statement-text .st-navy { color: var(--navy); font-weight: 500; }
.statement-text .st-dark { color: var(--black); font-weight: 500; }

.statement-tag {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.statement-tag::before {
  content: '';
  display: block;
  width: 40px;
  height: 1.5px;
  background: var(--text-muted);
}


/* ═══════════════════════════════════════
   FAQ SECTION
   Left text + features, right accordion
   ═══════════════════════════════════════ */
.faq-section {
  padding: 0 var(--section-px) 0;
  background: var(--bg);
  position: relative;
}

.faq-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
  border-left: 1px solid rgba(0,0,0,0.08);
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 80px;
}

.faq-left {
  padding: 40px 0 0 40px;
}

.faq-left h2 {
  font-family: var(--ff-heading);
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.faq-left .faq-desc {
  font-family: var(--ff-body);
  font-size: 15.5px;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 440px;
}

.faq-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  margin-bottom: 40px;
}

.faq-feat h4 {
  font-family: var(--ff-heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}

.faq-feat p {
  font-size: 13.5px;
  color: var(--text-light);
  line-height: 1.5;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  padding: 20px 44px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--border);
  background: var(--bg);
  transition: all 0.3s;
  letter-spacing: -0.01em;
}

.btn-outline:hover {
  border-color: var(--accent);
  background: rgba(167,236,79,0.06);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(167, 236, 79, 0.15);
}

/* Section CTA — used across light blocks */
.btn-section-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 17px;
  font-weight: 600;
  color: #121212;
  background: var(--accent);
  padding: 20px 44px;
  border-radius: var(--r-pill);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.01em;
  box-shadow: 0 4px 24px rgba(167,236,79,0.2);
}

.btn-section-cta svg path,
.btn-section-cta svg polyline,
.btn-section-cta svg line {
  stroke: #121212;
}

.btn-section-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 36px rgba(167,236,79,0.3);
}

/* Right: FAQ accordion */
.faq-right {
  display: flex;
  align-items: flex-start;
}

.faq-right .faq-accordion {
  width: 100%;
}



/* ═══════════════════════════════════════
   SECTION 7 — BIG NUMBER PROOF
   Massive typographic stat — themed
   ═══════════════════════════════════════ */
.bignumber-section {
  padding: 120px var(--section-px) 130px;
  background: var(--bg-tint);
  text-align: center;
  overflow: hidden;
}

.bignumber-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.bignumber-heading {
  font-family: var(--ff-heading);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: -0.025em;
  margin-bottom: 40px;
  text-align: center;
}

.bignumber-value {
  font-family: var(--ff-heading);
  font-size: clamp(80px, 14vw, 180px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.85;
  color: var(--accent-dark);
  margin-bottom: 32px;
  text-align: center;
}

.bignumber-label {
  font-family: var(--ff-heading);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 300;
  color: var(--black);
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
}


/* Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--border);
  position: relative;
}

.faq-item:first-child {
  border-top: none;
}

/* Active: dashed border, slight spacing */
.faq-item.active {
  border-color: transparent;
  margin: 0;
  position: relative;
}

/* Dashed border box */
.faq-border-box {
  display: none;
}

.faq-item.active .faq-border-box {
  display: block;
  position: absolute;
  inset: 0;
  border: 1.5px dashed var(--accent-dark);
  pointer-events: none;
  z-index: 1;
}

/* Corner crosshairs — small + shapes, no circles */
.crosshair {
  display: none;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.faq-item.active .crosshair { display: block; }

.crosshair::before,
.crosshair::after {
  content: '';
  position: absolute;
  background: var(--accent-dark);
}

/* Horizontal bar */
.crosshair::before {
  width: 12px;
  height: 1.5px;
  top: 0;
  left: -6px;
}

/* Vertical bar */
.crosshair::after {
  width: 1.5px;
  height: 12px;
  top: -6px;
  left: 0;
}

.ch-tl { top: -0.75px; left: -0.75px; }
.ch-tr { top: -0.75px; right: -0.75px; left: auto; }
.ch-tr::before { left: auto; right: -6px; }
.ch-tr::after { left: auto; right: 0; }
.ch-bl { bottom: -0.75px; top: auto; left: -0.75px; }
.ch-bl::before { top: auto; bottom: 0; }
.ch-bl::after { top: auto; bottom: -6px; }
.ch-br { bottom: -0.75px; top: auto; right: -0.75px; left: auto; }
.ch-br::before { left: auto; right: -6px; top: auto; bottom: 0; }
.ch-br::after { left: auto; right: 0; top: auto; bottom: -6px; }

/* Kill the inner span — not needed */
.crosshair .ch-vert { display: none; }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 2;
}

.faq-question span {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  letter-spacing: -0.01em;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-chevron svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-muted);
  stroke-width: 2;
  fill: none;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}

.faq-answer-inner {
  padding: 0 24px 22px;
  font-family: var(--ff-body);
  font-size: 14.5px;
  color: var(--text-light);
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  /* height set by JS */
}



/* ═══════════════════════════════════════
   PRICING SECTION
   ═══════════════════════════════════════ */
.pricing-section {
  padding: 100px var(--section-px) 110px;
  background: #121212;
  position: relative;
}

/* Vertical line — full height, left edge of container */
.pricing-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--edge-left);
  width: 1px;
  background: rgba(255,255,255,0.06);
  transform: none;
  pointer-events: none;
}

.pricing-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 64px;
  padding-left: 32px;
}

.pricing-heading {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.pricing-header-right {
  max-width: 340px;
  flex-shrink: 0;
}

.pricing-header-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}

/* Pricing card — split layout inside bordered grid */
.pricing-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: none;
  overflow: hidden;
}

.pricing-card-left {
  padding: 48px 44px;
  border: none;
  display: flex;
  flex-direction: column;
}

.pricing-plan-label {
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pricing-plan-title {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.pricing-plan-desc {
  font-family: var(--ff-body);
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 360px;
}

.pricing-price {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.pricing-price-sub {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  margin-bottom: 36px;
}

.pricing-card-left .btn-cta-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  color: #121212;
  background: var(--accent);
  padding: 16px 36px;
  border-radius: 0;
  transition: all 0.25s;
  align-self: flex-start;
  margin-bottom: 16px;
}

.pricing-card-left .btn-cta-dark:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(167,236,79,0.2);
}

.pricing-card-left .btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 16px 36px;
  border-radius: 0;
  transition: all 0.25s;
  align-self: flex-start;
}

.pricing-card-left .btn-outline-dark:hover {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}

/* Right side — features list */
.pricing-card-right {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-features-label {
  font-family: var(--ff-heading);
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.015em;
  margin-bottom: 32px;
}

.pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.pricing-feature:last-child {
  border-bottom: none;
}

.pricing-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.pricing-check svg {
  width: 18px;
  height: 18px;
  fill: var(--accent);
}

.pricing-feature-text {
  font-family: var(--ff-body);
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

.pricing-feature-text strong {
  color: #fff;
  font-weight: 600;
}


/* ═══════════════════════════════════════
   BENTO GRID SECTION
   Masonry-style, gapped cards, rounded
   ═══════════════════════════════════════ */
.bento-section {
  padding: 100px var(--section-px) 110px;
  background: var(--bg);
  position: relative;
}

.bento-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: var(--edge-left);
  width: 1px;
  height: var(--bento-line-left, 200px);
  background: rgba(0,0,0,0.06);
  pointer-events: none;
}

.bento-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: var(--edge-right);
  width: 1px;
  height: var(--bento-line-right, 200px);
  background: rgba(0,0,0,0.06);
  pointer-events: none;
}

.bento-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.bento-header {
  margin-bottom: 56px;
  padding-left: 40px;
}

.bento-header h2 {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 18px;
}

.bento-header h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent-dark);
}

.bento-header p {
  font-family: var(--ff-body);
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.65;
  max-width: 560px;
}

.bento-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bento-row {
  display: grid;
  gap: 20px;
}

.bento-row-1 { grid-template-columns: 3fr 2fr; }
.bento-row-2 { grid-template-columns: 2fr 3fr; }

.bento-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bento-card h3 {
  font-family: var(--ff-heading);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.bento-card p {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 20px;
}

/* Mockup — inset with margin, not flush */
.bento-mockup {
  flex: 1;
  min-height: 200px;
  background: var(--bg-tint);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}

.bento-mockup-hatched {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: repeating-linear-gradient(
    -45deg,
    transparent, transparent 24px,
    rgba(0,0,0,0.03) 24px, rgba(0,0,0,0.03) 25px
  );
}

.bento-data-rows {
  display: flex;
  flex-direction: column;
}

.bento-data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  font-family: var(--ff-body);
  font-size: 13px;
  background: #fff;
}

.bento-data-row:last-child { border-bottom: none; }
.bento-data-row .dr-label { color: var(--text-muted); }
.bento-data-row .dr-value { color: var(--black); font-weight: 500; }
.bento-data-row .dr-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  background: rgba(167,236,79,0.18);
  color: var(--accent-dark);
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  /* ── Bento ── */
  .bento-header { padding-left: 20px; }
  .bento-card { padding: 32px 20px; }
  .bento-row-1,
  .bento-row-2 { grid-template-columns: 1fr; }

  /* ── CTA banner ── */
  .cta-banner-content { max-width: unset !important; padding-left: 20px !important; }
  .bento-mockup { min-height: 160px; }
  /* Keep left grid line visible */
}

/* ═══════════════════════════════════════
   CONTACT FORM SECTION
   ═══════════════════════════════════════ */
.contact-section {
  padding: 100px var(--section-px) 110px;
  background: var(--bg);
  position: relative;
}

/* Right vertical line */
.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: var(--edge-right);
  width: 1px;
  background: rgba(0,0,0,0.08);
  transform: none; left: auto;
  pointer-events: none;
}

.contact-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 60px;
  align-items: flex-start;
}

/* Left side — heading + promises */
.contact-left {
  padding-top: 20px;
}

.contact-left h2 {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.contact-left h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent-dark);
}

.contact-desc {
  font-family: var(--ff-body);
  font-size: 15.5px;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 420px;
}

.contact-promises {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.contact-promise {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-promise-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.contact-promise-check svg {
  width: 18px;
  height: 18px;
  fill: var(--accent-dark);
}

.contact-promise span {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  line-height: 1.45;
}

.contact-email {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--text-muted);
}

.contact-email a {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Right side — form */
.contact-form-wrap {
  background: none;
  border: none;
  padding: 0 40px 0 0;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field.full {
  grid-column: 1 / -1;
}

.contact-field label {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.01em;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--black);
  background: #fff;
  border: 1px solid var(--border);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: var(--text-muted);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--accent-dark);
}

.contact-field textarea {
  resize: vertical;
  min-height: 140px;
}

/* Service tags */
.contact-tags-label {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.contact-tag {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
  background: #fff;
  border: 1px solid var(--border);
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s;
}

.contact-tag:hover,
.contact-tag.active {
  background: #121212;
  color: #fff;
  border-color: #121212;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 17px;
  font-weight: 600;
  color: #121212;
  background: var(--accent);
  padding: 20px 44px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 32px;
  letter-spacing: -0.01em;
}

.contact-submit:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(167,236,79,0.3);
}



/* ═══════════════════════════════════════
   SPLIT PANEL SECTION
   Left: media placeholder, Right: heading,
   body, checklist, CTA
   ═══════════════════════════════════════ */
.split-section {
  padding: 100px var(--section-px) 110px;
  background: var(--bg);
}

.split-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: stretch;
}

.split-media {
  background: #e8e8e4;
  border-radius: var(--r-md);
  width: 100%;
  height: 100%;
}

.split-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 0;
}

.split-content h2 {
  font-family: var(--ff-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 18px;
}

.split-content h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent-dark);
}

.split-desc {
  font-family: var(--ff-body);
  font-size: 15.5px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 32px;
}

.split-checklist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.split-check-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.split-check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-check-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--accent-dark);
}

.split-check-item span {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  line-height: 1.45;
}

/* ═══════════════════════════════════════
   FAQ PAGE SECTION
   ═══════════════════════════════════════ */
.faqpage-section {
  padding: 100px var(--section-px) 0;
  background: var(--bg);
}

.faqpage-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.faqpage-heading {
  text-align: center;
  margin-bottom: 72px;
}

.faqpage-heading h2 {
  font-family: var(--ff-heading);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.faqpage-heading h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent-dark);
}

.faqpage-heading p {
  font-family: var(--ff-body);
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 480px;
  margin: 0 auto;
}

/* Two-column split */
.faqpage-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
  align-items: start;
}

/* ── LEFT: category nav ── */
.faqpage-left {
  position: sticky;
  top: 96px;
  padding-top: 4px;
}

.faqpage-filters {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faqpage-tab {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-muted);
  padding: 10px 0 10px 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  text-align: left;
  transition: color 0.2s, border-color 0.2s;
  line-height: 1.3;
}

.faqpage-tab:hover {
  color: var(--black);
}

.faqpage-tab.active {
  font-weight: 700;
  color: var(--black);
  border-left-color: var(--black);
}

/* ── RIGHT: accordion ── */
.faqpage-right {
  border-top: 1px solid var(--border);
}

.faqpage-group {
  display: none;
}

.faqpage-group.active {
  display: block;
}

.faqpage-item {
  border-bottom: 1px solid var(--border);
}

.faqpage-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  user-select: none;
}

.faqpage-q span {
  font-family: var(--ff-heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.02em;
  line-height: 1.35;
}

/* Chevron icon */
.faqpage-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.faqpage-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--text-muted);
  stroke-width: 2;
  fill: none;
}

.faqpage-item.active .faqpage-icon {
  transform: rotate(180deg);
}

.faqpage-a {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faqpage-a-inner {
  padding: 0 40px 24px 0;
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.75;
}

.faqpage-item.active .faqpage-a {
  /* height set by JS */
}

/* Still have questions */
.faqpage-banner {
  margin-top: 48px;
  padding: 52px 56px;
  background: #121212;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.faqpage-banner-text h3 {
  font-family: var(--ff-heading);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.faqpage-banner-text p {
  font-family: var(--ff-body);
  font-size: 15px;
  color: rgba(255,255,255,0.45);
}

.faqpage-banner .btn-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 17px;
  font-weight: 600;
  color: #121212;
  background: var(--accent);
  padding: 20px 44px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 24px rgba(167,236,79,0.2);
}

.faqpage-banner .btn-banner:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 36px rgba(167,236,79,0.3);
}

.faqpage-bottom-pad {
  height: 100px;
}

/* ═══════════════════════════════════════
   FEATURES LIGHT SECTION — dark mode variant
   3 cards, no icons, vertical rules
   ═══════════════════════════════════════ */
.features-light-section {
  padding: 100px var(--section-px) 110px;
  background: #121212;
  position: relative;
}

.features-light-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: var(--edge-left);
  width: 1px;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
  height: var(--line-to-grid-light, 220px);
}

.features-light-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 110px;
  right: var(--edge-right);
  width: 1px;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}

.features-light-section .features-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.features-light-section .features-header {
  display: block;
  padding-left: 32px;
  margin-bottom: 64px;
}

.features-light-section .features-heading {
  color: #fff;
  margin-bottom: 16px;
}

.features-light-section .features-subtext {
  font-family: var(--ff-body);
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  max-width: 480px;
}

.features-grid-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

.feature-card-light {
  background: #121212;
  padding: 40px 32px;
  transition: background 0.3s;
}

.feature-card-light:hover {
  background: #1a1a1a;
}

.feature-card-light h3 {
  font-family: var(--ff-heading);
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}

.feature-card-light p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}


/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.site-footer {
  background: #121212;
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* CTA banner — built into top of footer */
.footer-cta {
  position: relative;
  padding: 120px var(--section-px) 0;
  overflow: visible;
}

/* Vertical line down left side — reaches from top of footer to bottom of CTA inner */
.footer-cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-left: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Extend the left line up to the top of the footer */
.footer-cta-inner::before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 100%;
  width: 1px;
  height: 120px;
  background: rgba(255,255,255,0.08);
}

/* Right vertical line — full height of footer at right edge of container */
.site-footer::after {
  content: '';
  position: absolute;
  right: var(--edge-right);
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.08);
  transform: none;
  left: auto;
  pointer-events: none;
}

.footer-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.footer-cta-label::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 0;
}

.footer-cta h2,
.footer-cta .footer-cta-heading {
  font-family: var(--ff-heading);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  max-width: 600px;
  margin-bottom: 20px;
}

.footer-cta-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.footer-cta-text {
  font-family: var(--ff-body);
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  max-width: 420px;
}

.footer-cta .btn-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  color: #121212;
  background: var(--accent);
  padding: 16px 36px;
  border-radius: var(--r-pill);
  transition: all 0.25s;
  flex-shrink: 0;
  box-shadow: 0 4px 24px rgba(167, 236, 79, 0.15);
}

.footer-cta .btn-footer-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(167, 236, 79, 0.25);
}

/* Main footer body — logo, columns */
.footer-body {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1fr 1fr;
  gap: 40px;
}

.footer-brand-col {
  padding-right: 40px;
}

.footer-logo {
  font-family: var(--ff-heading);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.footer-brand-desc {
  font-family: var(--ff-body);
  font-size: 13.5px;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0;
  transition: all 0.25s;
}

.footer-socials a:hover {
  border-color: var(--accent);
  background: rgba(167,236,79,0.08);
}

.footer-socials a svg {
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,0.4);
  transition: fill 0.25s;
}

.footer-socials a:hover svg {
  fill: var(--accent);
}

.footer-col h5 {
  font-family: var(--ff-heading);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.35);
  transition: color 0.25s;
}

.footer-col ul li a:hover {
  color: var(--accent);
}

/* Bottom bar — copyright + newsletter */
.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--section-px) 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-copyright {
  font-family: var(--ff-body);
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  font-family: var(--ff-body);
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: var(--accent);
}

/* Newsletter */
.footer-newsletter {
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-newsletter input {
  font-family: var(--ff-body);
  font-size: 13px;
  color: #fff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-right: none;
  padding: 10px 16px;
  width: 220px;
  outline: none;
  transition: border-color 0.2s;
}

.footer-newsletter input::placeholder {
  color: rgba(255,255,255,0.3);
}

.footer-newsletter input:focus {
  border-color: var(--accent);
}

.footer-newsletter button {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  color: #121212;
  background: var(--accent);
  border: 1px solid var(--accent);
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-newsletter button:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}


/* ═══════════════════════════════════════
   CTA BANNER SECTION
   Dark, full-left line, 60% content,
   right pillar with diagonal hatching
   ═══════════════════════════════════════ */
.cta-banner-section {
  padding: 100px var(--section-px) 110px;
  background: #121212;
  position: relative;
  overflow: hidden;
}

/* Left line — full height */
.cta-banner-section::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: var(--edge-left);
  width: 1px;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}

.cta-banner-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
}

/* Content capped at 60% */
.cta-banner-content {
  max-width: 60%;
  padding-left: 40px;
}

.cta-banner-content h2 {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.cta-banner-content p {
  font-family: var(--ff-body);
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 480px;
}

/* Right pillar — outer right line + inner line + diagonal fill */
.cta-banner-pillar {
  position: absolute;
  top: -100px; bottom: -110px;
  right: 0;
  width: 140px;
  pointer-events: none;
}

/* Outer right line — full height */
.cta-banner-pillar::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(255,255,255,0.06);
}

/* Inner right line — full height */
.cta-banner-pillar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(255,255,255,0.06);
}

/* Diagonal hatching fills the pillar */
.cta-banner-pillar-diag {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent, transparent 18px,
    rgba(255,255,255,0.04) 18px,
    rgba(255,255,255,0.04) 19px
  );
}

/* ═══════════════════════════════════════
   STAT BREAKER SECTION
   Tinted bg, gridlines, statement + stat
   ═══════════════════════════════════════ */
.stat-breaker {
  background: var(--bg-tint);
  padding: 100px var(--section-px) 110px;
  position: relative;
  overflow: hidden;
}

/* Left line — outer */
.stat-breaker::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: var(--edge-left);
  width: 1px;
  background: rgba(0,0,0,0.06);
  pointer-events: none;
}

/* Right line — single full height */
.stat-breaker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  right: var(--edge-right);
  width: 1px;
  background: rgba(0,0,0,0.06);
  pointer-events: none;
}

/* Left inner line + diagonal fill between the two left lines */
.stat-breaker-frame {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--edge-left);
  right: var(--edge-right);
  max-width: var(--max-w);
  margin: 0 auto;
  pointer-events: none;
}

.stat-breaker-frame .sbf-inner-left {
  position: absolute;
  left: 140px; top: 0; bottom: 0;
  width: 1px;
  background: rgba(0,0,0,0.06);
}

/* Diagonal hatching between outer-left and inner-left */
.stat-breaker-frame .sbf-diag {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 140px;
  overflow: hidden;
  background: repeating-linear-gradient(
    -45deg,
    transparent, transparent 18px,
    rgba(0,0,0,0.025) 18px,
    rgba(0,0,0,0.025) 19px
  );
}

/* Horizontal rule crossing the section */

/* Inner verticals matching the grid frame */
.stat-breaker-frame {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--edge-left);
  right: var(--edge-right);
  max-width: var(--max-w);
  margin: 0 auto;
  pointer-events: none;
}

.stat-breaker-frame .sbf-inner-left {
  position: absolute;
  left: 140px; top: 0; bottom: 0;
  width: 1px;
  background: rgba(0,0,0,0.04);
}

.stat-breaker-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.stat-breaker-statement {
  font-family: var(--ff-heading);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.stat-breaker-statement em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent-dark);
}

/* Stat row — 20/80 split */
.stat-breaker-stat {
  display: grid;
  grid-template-columns: 2fr 8fr;
  align-items: center;
  gap: 0;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.stat-breaker-number {
  font-family: var(--ff-heading);
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.stat-breaker-number span {
  color: var(--black);
}

.stat-breaker-label {
  font-family: var(--ff-body);
  font-size: clamp(14px, 1.6vw, 17px);
  color: var(--text-light);
  line-height: 1.55;
  padding-left: 24px;
}

@media (max-width: 900px) {
  .stat-breaker-frame .sbf-inner-left,
  .stat-breaker-frame .sbf-diag { display: none; }
}

@media (max-width: 600px) {
  .stat-breaker { padding: 80px var(--section-px) 90px; }
  .stat-breaker-stat { grid-template-columns: 1fr; gap: 20px; }
  .stat-breaker-label { padding-left: 0; padding-top: 20px; }
}

/* ═══════════════════════════════════════
   SECONDARY HERO — compact, breadcrumb,
   grid effect, for inner pages
   ═══════════════════════════════════════ */
.hero-secondary {
  background: #121212;
  padding: 140px var(--section-px) 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-secondary .hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-secondary .hero-grid .grid-line { position: absolute; background: rgba(255,255,255,0.06); }
.hero-secondary .hero-grid .gl-h { height: 1px; left: 0; right: 0; }
.hero-secondary .hero-grid .gl-mid { bottom: 30%; }

.hero-secondary .hero-grid .grid-frame {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--edge-left);
  right: var(--edge-right);
  max-width: var(--max-w);
  margin: 0 auto;
  pointer-events: none;
}

.hero-secondary .hero-grid .gf-left  { position: absolute; left: 0;  top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,0.06); }
.hero-secondary .hero-grid .gf-right { position: absolute; right: 0; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,0.06); }
.hero-secondary .hero-grid .gf-inner-left  { position: absolute; left: 140px;  top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,0.06); }
.hero-secondary .hero-grid .gf-inner-right { position: absolute; right: 140px; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,0.06); }

.hero-secondary .hero-grid .grid-sq {
  position: absolute;
  width: 7px; height: 7px;
  background: rgba(255,255,255,0.1);
}
.hero-secondary .hero-grid .grid-sq-accent { background: #a6eb4e30; }

.hero-secondary .hero-grid .grid-frame .grid-diag-tr {
  position: absolute;
  right: 0; top: 0;
  width: 140px;
  height: 70%;
  overflow: hidden;
}

.hero-secondary .hero-grid .grid-frame .grid-diag-tr::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(255,255,255,0.04) 18px, rgba(255,255,255,0.04) 19px);
}

.hero-secondary .hero-grid .grid-frame .grid-diag-bl {
  position: absolute;
  left: 0; bottom: 0;
  width: 140px;
  height: 30%;
  overflow: hidden;
}

.hero-secondary .hero-grid .grid-frame .grid-diag-bl::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(255,255,255,0.04) 18px, rgba(255,255,255,0.04) 19px);
}

.hero-secondary-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 28px;
}

.hero-breadcrumb a {
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}

.hero-breadcrumb a:hover { color: var(--accent); }

.hero-breadcrumb .bc-sep {
  width: 4px; height: 4px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-breadcrumb .bc-current { color: rgba(255,255,255,0.65); }

.hero-secondary h1 {
  font-family: var(--ff-heading);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}

.hero-secondary h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}

.hero-secondary-sub {
  font-family: var(--ff-body);
  font-size: 17px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}


/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 900px) {
  .site-header { padding: 0 24px; height: 64px; }
  .header-nav { display: none; }
  .btn-header { display: none; }

  /* ── Hero ── */
  .hero { padding: 140px var(--section-px) 0; min-height: 100vh; padding-bottom: 160px; }
  .hero h1 { font-size: 42px; }
  .annotation { display: none; }
  .cta-area { margin-bottom: 0; }
  /* Narrow inner verticals so they don't crowd small screens */
  .hero-grid .gf-inner-left { left: 60px; }
  .hero-grid .gf-inner-right { right: 60px; }
  .hero-grid .grid-diag-bl { width: 60px; }
  .hero-grid .grid-diag-tr { width: 60px; }
  .hero-bigword { font-size: 80px; bottom: -20px; }

  /* ── Stats ── */
  .stats-row { grid-template-columns: 1fr; gap: 48px; }
  .stats-statement { font-size: 28px; }
  .stats-inner { margin: 0 40px; }

  /* ── Features ── */
  .features-header { flex-direction: column; align-items: flex-start; gap: 20px; padding-left: 20px; }
  .feature-card { padding: 40px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid-light { grid-template-columns: 1fr; }

  /* ── Statement ── */
  .statement-text { font-size: 24px; }
  .statement-inner { margin: 0 40px; }

  /* ── Big number ── */
  .bignumber-value { font-size: 80px; }

  /* ── Pricing ── */
  .pricing-header { flex-direction: column; align-items: flex-start; gap: 20px; padding-left: 0; }
  .pricing-card { grid-template-columns: 1fr; }
  .pricing-card-left { padding: 32px 24px; }
  .pricing-card-right { border-left: 0; padding: 48px 20px; }

  /* ── Contact ── */
  .contact-inner { grid-template-columns: 1fr; margin: 0 20px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding-right: 0; }

  /* ── Main FAQ ── */
  .faq-inner { grid-template-columns: 1fr; border-left: none; border-top: none; }
  .faq-left { border: 1px solid #e4e4e4; border-right: 0; border-bottom: 0; padding: 40px 0 0 20px; }

  /* ── Secondary FAQ ── */
  .faqpage-heading { margin-bottom: 48px; }
  .faqpage-inner { margin: 0 20px; }
  .faqpage-layout { grid-template-columns: 1fr; gap: 0; }
  .faqpage-left { position: static; padding: 0 0 32px; border-right: none; }
  .faqpage-filters { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .faqpage-tab { border: 1px solid var(--border); border-left: 1px solid var(--border); padding: 9px 18px; }
  .faqpage-tab.active { border-color: #121212; }
  .faqpage-right { border-top: 1px solid var(--border); }
  .faqpage-q { padding: 20px 0; }
  .faqpage-a-inner { padding: 0 0 20px; }
  .faqpage-banner { flex-direction: column; align-items: flex-start; padding: 28px 24px; }

  /* ── Split section ── */
  .split-inner { grid-template-columns: 1fr; gap: 0; margin: 0 20px; }
  .split-media { aspect-ratio: 16 / 9; height: auto; border-radius: var(--r-md) var(--r-md) 0 0; }
  .split-content { padding: 40px 0 0; }
  .split-section { padding: 60px var(--section-px) 80px; }

  .features-light-section .features-header { padding-left: 20px; }
  .feature-card-light { padding: 40px 20px; }

  /* ── Secondary hero — keep grid, narrow inner lines ── */
  .hero-secondary { padding: 120px var(--section-px) 80px; }
  .hero-secondary-content { padding: 0 20px; }
  .hero-secondary .hero-grid .gf-inner-left { left: 60px; }
  .hero-secondary .hero-grid .gf-inner-right { right: 60px; }
  .hero-secondary .hero-grid .grid-frame .grid-diag-tr { width: 60px; }
  .hero-secondary .hero-grid .grid-frame .grid-diag-bl { width: 60px; }
  .hero-secondary-sub { font-size: 15px; }

  /* ── Footer ── */
  .footer-cta-inner::before { height: 60px; }
  .footer-cta-inner { padding-left: 20px; padding-right: 20px; }
  .footer-cta-row { flex-direction: column; align-items: flex-start; }
  .footer-body { grid-template-columns: 1fr 1fr; padding: 32px; gap: 32px; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-bottom { padding: 32px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-bottom-left { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 600px) {
  /* ── Hero ── */
  .hero h1 { font-size: 34px; }
  .btn-cta { font-size: 15px; padding: 16px 32px; }
  .hero-grid .gf-inner-left,
  .hero-grid .gf-inner-right { display: none; }
  .hero-grid .grid-diag-bl,
  .hero-grid .grid-diag-tr { display: none; }
  .hero-bigword { display: none; }

  /* ── Stats ── */
  .stat-number { font-size: 64px; }

  /* ── Features ── */
  .features-heading { font-size: 28px; }

  /* ── Big number ── */
  .bignumber-value { font-size: 52px; }

  /* ── FAQ ── */
  .faq-features { grid-template-columns: 1fr; }

  /* ── Secondary FAQ ── */
  .faqpage-heading h2 { font-size: 36px; }
  .faqpage-banner .btn-banner { width: 100%; justify-content: center; }

  /* ── Split ── */
  .split-media { aspect-ratio: 4 / 3; }
  .split-content h2 { font-size: 28px; }

  /* ── Secondary hero — keep outer lines + horizontal line, hide inner details ── */
  .hero-secondary { padding: 100px var(--section-px) 64px; }
  .hero-secondary h1 { font-size: 34px; }
  .hero-secondary .hero-grid .gf-inner-left,
  .hero-secondary .hero-grid .gf-inner-right,
  .hero-secondary .hero-grid .grid-diag-tr,
  .hero-secondary .hero-grid .grid-diag-bl { display: none; }
  .hero-breadcrumb { font-size: 12px; }

  /* ── Footer ── */
  /* footer-body stays 2-col on small screens too */
}

/* ═══════════════════════════════════════
   COOKIE POPUP
   ═══════════════════════════════════════ */
.cookie-popup {
  position: fixed;
  bottom: 24px;
  right: var(--edge-right);
  width: 420px;
  max-width: calc(100vw - 48px);
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 1000;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cookie-popup.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.cookie-panel {
  padding: 32px;
  display: none;
  flex-direction: column;
  gap: 20px;
}
.cookie-panel.active { display: flex; }
.cookie-title {
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.cookie-desc {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin-top: -8px;
}
.cookie-desc a { color: rgba(255,255,255,0.7); text-decoration: underline; text-underline-offset: 3px; }
.cookie-desc a:hover { color: var(--accent); }
.cookie-btn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-btn {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  letter-spacing: -0.01em;
}
.cookie-btn-customise { grid-column: 1 / -1; background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.12); }
.cookie-btn-customise:hover { border-color: rgba(255,255,255,0.3); color: #fff; }
.cookie-btn-essentials { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.12); }
.cookie-btn-essentials:hover { border-color: rgba(255,255,255,0.3); color: #fff; }
.cookie-btn-accept { background: var(--accent); color: #121212; }
.cookie-btn-accept:hover { background: var(--accent-dark); }
.cookie-btn-save { grid-column: 1 / -1; background: var(--accent); color: #121212; }
.cookie-btn-save:hover { background: var(--accent-dark); }
.cookie-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.cookie-type-info h4 { font-family: var(--ff-heading); font-size: 14px; font-weight: 700; color: #fff; letter-spacing: -0.015em; margin-bottom: 4px; }
.cookie-type-info p { font-family: var(--ff-body); font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.4; }
.cookie-type-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cookie-type-required { font-family: var(--ff-body); font-size: 12px; color: rgba(255,255,255,0.35); }
.cookie-toggle { position: relative; width: 48px; height: 28px; flex-shrink: 0; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.cookie-toggle-track { position: absolute; inset: 0; background: rgba(255,255,255,0.15); cursor: pointer; border-radius: 14px; transition: background 0.2s; }
.cookie-toggle-track::after { content: ''; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform 0.2s; }
.cookie-toggle input:checked + .cookie-toggle-track { background: var(--accent); }
.cookie-toggle input:checked + .cookie-toggle-track::after { transform: translateX(20px); }
@media (max-width: 600px) {
  .cookie-popup { left: 16px; right: 16px; width: auto; max-width: none; bottom: 16px; }
}

/* ═══════════════════════════════════════
   MOBILE MENU
   ═══════════════════════════════════════ */
.mob-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  gap: 0;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.mob-menu-btn span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.2s;
  transform-origin: center;
  position: absolute;
}

.mob-menu-btn span:nth-child(1) { transform: translateY(-7px); }
.mob-menu-btn span:nth-child(2) { transform: translateY(0); }
.mob-menu-btn span:nth-child(3) { transform: translateY(7px); }

.mob-menu-btn.open span:nth-child(1) { transform: translateY(0) rotate(45deg); }
.mob-menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mob-menu-btn.open span:nth-child(3) { transform: translateY(0) rotate(-45deg); }

/* Full-screen overlay menu */
.mob-menu {
  position: fixed;
  inset: 0;
  background: #121212;
  z-index: 90;
  display: flex;
  flex-direction: column;
  padding: 100px 32px 48px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  overflow-y: auto;
}

.mob-menu.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.mob-menu-links {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mob-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  cursor: pointer;
  text-decoration: none;
}

.mob-menu-item span {
  font-family: var(--ff-heading);
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  transition: color 0.2s;
}

.mob-menu-item:hover span { color: var(--accent); }

.mob-menu-item svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255,255,255,0.3);
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
  transition: stroke 0.2s, transform 0.2s;
}

.mob-menu-item:hover svg {
  stroke: var(--accent);
  transform: translate(2px, -2px);
}

.mob-menu-expandable svg {
  transition: stroke 0.2s, transform 0.35s cubic-bezier(0.4,0,0.2,1);
}

.mob-menu-expandable.open svg {
  transform: rotate(180deg);
  stroke: var(--accent);
}

.mob-menu-expandable.open span {
  color: var(--accent);
}

/* Sub-items */
.mob-menu-sub {
  height: 0;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4,0,0.2,1);
}

.mob-menu-sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none;
  color: rgba(255,255,255,0.55);
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}

.mob-menu-sub-item:last-child {
  border-bottom: none;
}

.mob-menu-sub-item svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,0.25);
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
  transition: stroke 0.2s, transform 0.2s;
}

.mob-menu-sub-item:hover {
  color: var(--accent);
}

.mob-menu-sub-item:hover svg {
  stroke: var(--accent);
  transform: translate(2px, -2px);
}

.mob-menu-footer {
  display: flex;
  gap: 32px;
  padding-top: 40px;
}

.mob-menu-footer a {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  transition: color 0.2s;
}

.mob-menu-footer a:hover { color: var(--accent); }

@media (max-width: 900px) {
  .mob-menu-btn { display: flex; }
}



/* ═══════════════════════════════════════
   404 PAGE
   ═══════════════════════════════════════ */
.error-404-page {
  background: var(--bg);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px var(--section-px) 80px;
}

.error-404-page .hero-grid .grid-line,
.error-404-page .hero-grid .gf-left,
.error-404-page .hero-grid .gf-right,
.error-404-page .hero-grid .gf-inner-left,
.error-404-page .hero-grid .gf-inner-right {
  background: rgba(0,0,0,0.06);
}

.error-404-page .hero-grid .grid-sq {
  background: rgba(0,0,0,0.07);
}

.error-404-page .hero-grid .grid-sq-accent {
  background: rgba(143,212,58,0.2);
}

.error-404-page .hero-grid .grid-diag-bl::before,
.error-404-page .hero-grid .grid-diag-tr::before {
  background: repeating-linear-gradient(
    -45deg,
    transparent, transparent 18px,
    rgba(0,0,0,0.025) 18px,
    rgba(0,0,0,0.025) 19px
  );
}

/* Intersection square positions */
.e404-sq-tl  { top: 28%; left: -3px;   margin-top: -3px; }
.e404-sq-til { top: 28%; left: 137px;  margin-top: -3px; }
.e404-sq-tir { top: 28%; right: 137px; margin-top: -3px; }
.e404-sq-tr  { top: 28%; right: -3px;  margin-top: -3px; }
.e404-sq-bl  { bottom: 28%; left: -3px;   margin-bottom: -3px; }
.e404-sq-bil { bottom: 28%; left: 137px;  margin-bottom: -3px; }
.e404-sq-bir { bottom: 28%; right: 137px; margin-bottom: -3px; }
.e404-sq-br  { bottom: 28%; right: -3px;  margin-bottom: -3px; }

.e404-bignum {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ff-heading);
  font-size: clamp(180px, 30vw, 420px);
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.06) 0%,
    rgba(0,0,0,0.02) 60%,
    rgba(0,0,0,0.0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}

.e404-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e404-heading {
  font-family: var(--ff-heading);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.e404-sub {
  font-family: var(--ff-body);
  font-size: 17px;
  color: var(--text-light);
  line-height: 1.65;
  max-width: 440px;
  margin-bottom: 48px;
}

@media (max-width: 600px) {
  .e404-bignum { font-size: 160px; }
  .e404-sub { font-size: 15px; }
}


/* ═══════════════════════════════════════
   COMING SOON PAGE
   Green bg, dark text, white accents
   ═══════════════════════════════════════ */
.coming-soon-page {
  background: var(--accent);
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 80px var(--section-px);
}

/* Grid lines — dark on green */
.coming-soon-page .hero-grid .grid-line,
.coming-soon-page .hero-grid .gf-left,
.coming-soon-page .hero-grid .gf-right,
.coming-soon-page .hero-grid .gf-inner-left,
.coming-soon-page .hero-grid .gf-inner-right {
  background: rgba(0,0,0,0.08);
}

.coming-soon-page .hero-grid .grid-sq {
  background: rgba(0,0,0,0.1);
}

.coming-soon-page .hero-grid .grid-diag-bl::before,
.coming-soon-page .hero-grid .grid-diag-tr::before {
  background: repeating-linear-gradient(
    -45deg,
    transparent, transparent 18px,
    rgba(0,0,0,0.05) 18px,
    rgba(0,0,0,0.05) 19px
  );
}

/* Faded background word — white on green */
.cs-bigword {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-heading);
  font-size: clamp(140px, 22vw, 320px);
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 0.85;
  background: linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.08) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}

/* Intersection square positions */
.cs-sq-tl  { top: 28%; left: -3px;   margin-top: -3px; }
.cs-sq-til { top: 28%; left: 137px;  margin-top: -3px; }
.cs-sq-tir { top: 28%; right: 137px; margin-top: -3px; }
.cs-sq-tr  { top: 28%; right: -3px;  margin-top: -3px; }
.cs-sq-ml  { top: 50%; left: -3px;   margin-top: -3px; }
.cs-sq-mr  { top: 50%; right: -3px;  margin-top: -3px; }
.cs-sq-bl  { bottom: 20%; left: -3px;   margin-bottom: -3px; }
.cs-sq-bil { bottom: 20%; left: 137px;  margin-bottom: -3px; }
.cs-sq-bir { bottom: 20%; right: 137px; margin-bottom: -3px; }
.cs-sq-br  { bottom: 20%; right: -3px;  margin-bottom: -3px; }

.cs-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  width: 100%;
}

.cs-body {
  width: 100%;
}

.cs-heading {
  font-family: var(--ff-heading);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 24px;
}

.cs-heading em {
  font-style: italic;
  font-weight: 300;
  color: #fff;
}

.cs-sub {
  font-family: var(--ff-body);
  font-size: 16px;
  color: rgba(0,0,0,0.55);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 40px;
}

.cs-contact {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}

.cs-contact a {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.cs-contact a:hover {
  color: #fff;
}

@media (max-width: 600px) {
  .cs-content { padding: 0 4px; }
  .cs-bigword { font-size: 120px; }
}