/* ============== YAPIGIDER STYLES ============== */
:root {
  --navy: #0F2A44;
  --navy-dark: #081A2D;
  --navy-darker: #050F1B;
  --amber: #E8902C;
  --amber-dark: #C77119;
  --amber-soft: #FBE8CD;
  --cream: #F7F3ED;
  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --text: #1E293B;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --green: #15803D;
  --pale-blue: #CADCFC;
  --shadow-sm: 0 1px 2px rgba(15, 42, 68, 0.05);
  --shadow-md: 0 4px 12px rgba(15, 42, 68, 0.08);
  --shadow-lg: 0 12px 32px rgba(15, 42, 68, 0.12);
  --shadow-xl: 0 24px 60px rgba(15, 42, 68, 0.18);
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

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

/* ============== TYPOGRAPHY ============== */
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.022em; line-height: 1.1; margin: 0; color: var(--navy); }
.h1 { font-size: clamp(40px, 5.6vw, 64px); line-height: 1.05; }
.h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.1; }
.h3 { font-size: clamp(20px, 1.6vw, 24px); line-height: 1.25; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--amber);
  background: rgba(232, 144, 44, 0.12);
  padding: 6px 12px;
  border-radius: 999px;
}
.eyebrow.on-light { background: rgba(15, 42, 68, 0.06); color: var(--navy); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head p { color: var(--text-muted); font-size: 18px; margin: 16px 0 0; text-wrap: pretty; }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px;
  border-radius: var(--r-md);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--amber);
  color: #fff;
  box-shadow: 0 6px 16px rgba(232, 144, 44, 0.35), inset 0 -2px 0 rgba(0,0,0,0.08);
}
.btn-primary:hover { background: var(--amber-dark); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(232, 144, 44, 0.45), inset 0 -2px 0 rgba(0,0,0,0.08); }
.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.5); }
.btn-outline.dark { color: var(--navy); border-color: var(--gray-200); background: #fff; }
.btn-outline.dark:hover { background: var(--gray-50); border-color: var(--gray-300); transform: translateY(-2px); }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn .arrow { transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============== HEADER ============== */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.header.scrolled {
  border-bottom-color: var(--gray-200);
  box-shadow: 0 1px 0 rgba(15,42,68,0.04);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
  gap: 24px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 20px; letter-spacing: -0.02em;
  color: var(--navy);
}
.logo .yapi { color: var(--navy); }
.logo .gider { color: var(--amber); }
.logo-mark {
  width: 32px; height: 32px;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
  position: relative;
  overflow: hidden;
}
.logo-mark::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--amber);
}
.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
  font-size: 15px; font-weight: 500; color: var(--text);
  position: relative;
  transition: color 0.15s ease;
}
.nav a:hover { color: var(--amber-dark); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 11px 18px; font-size: 14px; }
.header-cta .login {
  font-size: 14px; font-weight: 600; color: var(--navy);
  padding: 11px 4px;
}
.hamburger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 10px;
  align-items: center; justify-content: center;
  color: var(--navy);
}
.hamburger:hover { background: var(--gray-100); }

@media (max-width: 920px) {
  .nav, .header-cta .login { display: none; }
  .hamburger { display: inline-flex; }
  .header-cta .btn { padding: 10px 14px; font-size: 13px; }
}

/* Mobile drawer */
.drawer-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(8, 26, 45, 0.55);
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(86vw, 360px);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  padding: 20px;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.drawer .close {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy);
}
.drawer .close:hover { background: var(--gray-100); }
.drawer-nav { display: flex; flex-direction: column; gap: 4px; }
.drawer-nav a {
  display: block;
  padding: 14px 12px;
  font-size: 17px; font-weight: 600;
  color: var(--navy);
  border-radius: 10px;
}
.drawer-nav a:hover { background: var(--gray-100); }
.drawer-cta { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--gray-200); display: flex; flex-direction: column; gap: 10px; }

/* ============== HERO ============== */
.hero {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 88px 0 120px;
}
.hero::before {
  content: "";
  position: absolute; top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(232, 144, 44, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero h1 {
  color: #fff;
  margin-top: 24px;
  text-wrap: balance;
}
.hero h1 .accent { color: var(--amber); }
.hero-sub {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--pale-blue);
  max-width: 540px;
  text-wrap: pretty;
}
.hero-actions {
  margin-top: 36px;
  display: flex; flex-wrap: wrap; gap: 12px;
}
.hero-trust {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 22px;
  font-size: 14px;
  color: var(--pale-blue);
  opacity: 0.9;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { color: var(--amber); }

@media (max-width: 920px) {
  .hero { padding: 56px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-sub { font-size: 17px; }
}

/* Phone mockup */
.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  perspective: 1400px;
}
.phone {
  width: 320px;
  height: 640px;
  background: #0a0a0a;
  border-radius: 44px;
  padding: 12px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.1) inset,
    0 0 0 2px rgba(255,255,255,0.06),
    var(--shadow-xl);
  transform: rotateY(-8deg) rotateX(4deg) rotateZ(-1deg);
  transform-style: preserve-3d;
  position: relative;
}
.phone::before {
  /* notch */
  content: "";
  position: absolute;
  top: 16px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 26px;
  background: #000;
  border-radius: 999px;
  z-index: 3;
}
.phone-screen {
  width: 100%; height: 100%;
  background: #F7F8FA;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
  font-size: 13px;
  color: var(--text);
}
.phone-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 24px 6px;
  font-size: 12px; font-weight: 700;
  color: var(--navy);
}
.phone-status .icons { display: inline-flex; gap: 4px; align-items: center; }
.phone-app-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 18px 10px;
}
.phone-back {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--gray-100);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy);
}
.phone-title { font-size: 16px; font-weight: 800; color: var(--navy); }
.phone-subtitle { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.phone-form {
  flex: 1;
  padding: 4px 18px 18px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.field {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.field-label { font-size: 10px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.field-value { font-size: 14px; font-weight: 600; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.field-value .chev { color: var(--text-light); }
.amount-field { background: var(--cream); border-color: rgba(232, 144, 44, 0.2); }
.amount-field .field-value { font-size: 22px; font-weight: 800; color: var(--navy); }
.amount-field .currency { color: var(--amber); }
.upload-tile {
  border: 1.5px dashed var(--gray-300);
  border-radius: 10px;
  background: #fff;
  padding: 14px;
  display: flex; align-items: center; gap: 10px;
}
.upload-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--amber-dark);
  display: inline-flex; align-items: center; justify-content: center;
}
.upload-text .t1 { font-size: 12px; font-weight: 700; color: var(--navy); }
.upload-text .t2 { font-size: 10px; color: var(--text-muted); }
.phone-cta {
  background: var(--amber);
  color: #fff;
  border-radius: 12px;
  padding: 14px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  box-shadow: 0 6px 14px rgba(232,144,44,0.35);
}
.phone-tabbar {
  height: 48px;
  border-top: 1px solid var(--gray-200);
  background: #fff;
  display: flex; align-items: center; justify-content: space-around;
  font-size: 10px; color: var(--text-muted); font-weight: 600;
}
.phone-tabbar .tab { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.phone-tabbar .tab.active { color: var(--amber); }

/* Floating little badges around phone */
.float-badge {
  position: absolute;
  background: #fff;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700;
  border: 1px solid var(--gray-200);
}
.float-badge .b-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--amber-dark);
}
.float-badge .b-icon.green { background: rgba(21, 128, 61, 0.1); color: var(--green); }
.float-badge.fb-1 { top: 20px; left: -10px; animation: floaty 6s ease-in-out infinite; }
.float-badge.fb-2 { bottom: 80px; right: -20px; animation: floaty 7s ease-in-out -2s infinite; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (max-width: 540px) {
  .phone { transform: none; width: 280px; height: 560px; }
  .float-badge.fb-1 { left: 0; top: 8px; }
  .float-badge.fb-2 { right: 0; bottom: 40px; }
}

/* ============== SECTIONS ============== */
section { padding: 100px 0; }
.s-cream { background: var(--cream); }
.s-gray { background: var(--gray-50); }
.s-white { background: #fff; }
.s-navy { background: var(--navy); color: #fff; }
.s-navy h2, .s-navy h3 { color: #fff; }

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

/* ============== PROBLEM CARDS ============== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 920px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards-grid, .cards-grid.cols-2 { grid-template-columns: 1fr; } }

.card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--r-lg);
  padding: 28px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--amber);
  transform: scaleY(0.3);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--gray-300);
}
.card:hover::before { transform: scaleY(1); }
.card-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card h3 { color: var(--navy); font-size: 19px; margin-bottom: 8px; }
.card p { color: var(--text-muted); font-size: 15px; line-height: 1.55; margin: 0; text-wrap: pretty; }

/* Numbered feature cards */
.feature-card .num {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--amber);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  background: var(--amber-soft);
  padding: 4px 10px;
  border-radius: 999px;
}

/* ============== SOLUTION (3 big cards) ============== */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 920px) { .solution-grid { grid-template-columns: 1fr; } }
.solution-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.solution-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.solution-top {
  background: var(--navy);
  color: #fff;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.solution-top::after {
  content: ""; position: absolute;
  right: -40px; top: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: rgba(232, 144, 44, 0.12);
}
.solution-top .icon-big {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--amber);
  margin-bottom: 18px;
  position: relative; z-index: 1;
}
.solution-top h3 { color: #fff; font-size: 22px; position: relative; z-index: 1; }
.solution-body { padding: 24px 28px 28px; }
.solution-body p { color: var(--text-muted); margin: 0; line-height: 1.55; text-wrap: pretty; }

/* ============== HOW IT WORKS (timeline) ============== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 8%; right: 8%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gray-200) 0 8px, transparent 8px 16px);
  z-index: 0;
}
@media (max-width: 920px) {
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps::before { display: none; }
}
.step { position: relative; z-index: 1; text-align: left; }
.step-num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--amber);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 26px;
  margin-bottom: 18px;
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px var(--gray-200), 0 6px 14px rgba(232, 144, 44, 0.3);
}
.step h3 { color: var(--navy); margin-bottom: 6px; font-size: 19px; }
.step p { color: var(--text-muted); margin: 0; font-size: 15px; line-height: 1.55; text-wrap: pretty; }

/* ============== MOBILE SECTION (navy) ============== */
.mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 920px) {
  .mobile-grid { grid-template-columns: 1fr; gap: 48px; }
}
.mobile-grid h2 { color: #fff; text-wrap: balance; }
.mobile-grid .lead {
  color: var(--pale-blue);
  font-size: 18px;
  margin: 16px 0 32px;
  text-wrap: pretty;
}
.checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.checklist li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.checklist .ck {
  flex: none;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--amber);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.note-pill {
  margin-top: 28px;
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--pale-blue);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 14px; border-radius: 999px;
}

/* ============== EARLY ACCESS ============== */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 720px) { .benefit-grid { grid-template-columns: 1fr; } }
.benefit {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-left: 4px solid var(--amber);
  border-radius: var(--r-md);
  padding: 24px 26px;
  display: flex; gap: 18px; align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.benefit:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.benefit-icon {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.benefit h3 { font-size: 17px; color: var(--navy); margin-bottom: 4px; }
.benefit p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.5; }
.early-cta { text-align: center; margin-top: 48px; }

/* ============== ROADMAP STRIP ============== */
.roadmap-strip {
  margin-top: 48px;
  padding: 18px 24px;
  background: #fff;
  border: 1px dashed var(--gray-300);
  border-radius: var(--r-md);
  display: flex; gap: 14px; align-items: center;
  font-size: 14px;
  color: var(--text-muted);
  text-wrap: pretty;
}
.roadmap-strip .tag {
  flex: none;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--amber-dark);
  background: var(--amber-soft);
  padding: 4px 10px; border-radius: 999px;
}
.roadmap-strip strong { color: var(--navy); font-weight: 700; }

/* ============== FAQ ============== */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover { border-color: var(--gray-300); }
.faq-item[open] { border-color: var(--amber); box-shadow: 0 4px 14px rgba(232,144,44,0.1); }
.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-weight: 700; font-size: 16px; color: var(--navy);
}
.faq-q::-webkit-details-marker { display: none; }
.faq-icon {
  flex: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--amber-dark);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.25s ease, background 0.2s ease;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--amber); color: #fff; }
.faq-a {
  padding: 0 24px 22px;
  color: var(--text-muted);
  font-size: 15px; line-height: 1.6;
  text-wrap: pretty;
}

/* ============== FINAL CTA ============== */
.final-cta {
  background: var(--navy);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.final-cta-inner {
  background: linear-gradient(135deg, rgba(232, 144, 44, 0.12) 0%, rgba(232, 144, 44, 0.02) 100%);
  border: 1px solid rgba(232, 144, 44, 0.25);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta-inner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--amber);
}
.final-cta h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); text-wrap: balance; }
.final-cta p {
  color: var(--pale-blue);
  font-size: 18px;
  margin: 20px auto 32px;
  max-width: 620px;
  text-wrap: pretty;
}
.final-cta .micro {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(202, 220, 252, 0.7);
}
@media (max-width: 720px) {
  .final-cta-inner { padding: 40px 24px; }
}

/* ============== FOOTER ============== */
.footer {
  background: var(--navy-dark);
  color: var(--pale-blue);
  padding: 64px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 820px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
.footer h4 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-weight: 800;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer ul a { color: var(--pale-blue); opacity: 0.8; transition: opacity 0.15s ease, color 0.15s ease; }
.footer ul a:hover { opacity: 1; color: var(--amber); }
.footer .brand-col p { font-size: 14px; margin: 12px 0 18px; opacity: 0.8; max-width: 320px; line-height: 1.55; }
.contact-block { display: flex; flex-direction: column; gap: 8px; font-size: 14px; opacity: 0.85; }
.contact-block .row { display: inline-flex; align-items: center; gap: 10px; }
.contact-block .row svg { color: var(--amber); flex: none; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
  color: rgba(202, 220, 252, 0.6);
  flex-wrap: wrap;
  gap: 16px;
}
.socials { display: flex; gap: 8px; }
.socials a {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--pale-blue);
  transition: background 0.15s ease, color 0.15s ease;
}
.socials a:hover { background: var(--amber); color: #fff; }

/* ============== REVEAL ANIMATION ============== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============== DEMO PAGE ============== */
.demo-shell {
  background: var(--cream);
  min-height: calc(100vh - 72px);
  padding: 56px 0 80px;
}
.demo-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 920px) { .demo-grid { grid-template-columns: 1fr; gap: 32px; } }
.form-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--r-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}
@media (max-width: 540px) { .form-card { padding: 24px; } }
.form-card h1 { color: var(--navy); font-size: clamp(28px, 3.4vw, 38px); }
.form-card .lead { color: var(--text-muted); margin: 12px 0 28px; font-size: 16px; }
.form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-row label { font-size: 13px; font-weight: 700; color: var(--navy); }
.form-row label .req { color: var(--amber-dark); }
.form-row input, .form-row select, .form-row textarea {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none;
  border-color: var(--amber);
  box-shadow: 0 0 0 4px rgba(232,144,44,0.15);
}
.form-row textarea { resize: vertical; min-height: 110px; }
.form-row .helper { font-size: 12px; color: var(--text-muted); }
.form-row .err { font-size: 12px; color: #B91C1C; min-height: 16px; }
.form-row.invalid input,
.form-row.invalid select,
.form-row.invalid textarea { border-color: #DC2626; }

.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 540px) { .row-2 { grid-template-columns: 1fr; } }

.consent {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--text-muted);
  background: var(--gray-50);
  padding: 14px;
  border-radius: var(--r-md);
  margin: 8px 0 20px;
}
.consent input { margin-top: 2px; flex: none; width: 18px; height: 18px; accent-color: var(--amber); }
.consent a { color: var(--amber-dark); text-decoration: underline; }

.demo-side {
  background: var(--navy);
  border-radius: var(--r-lg);
  color: #fff;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.demo-side::after {
  content: ""; position: absolute; right: -60px; bottom: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(232,144,44,0.1);
}
.demo-side h2 { color: #fff; font-size: 24px; margin-bottom: 20px; position: relative; z-index: 1; }
.demo-side ol { padding: 0; margin: 0; list-style: none; counter-reset: dlist; display: flex; flex-direction: column; gap: 14px; position: relative; z-index: 1; }
.demo-side ol li {
  counter-increment: dlist;
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 15px;
  color: var(--pale-blue);
  line-height: 1.5;
}
.demo-side ol li::before {
  content: counter(dlist);
  flex: none;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--amber);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 13px;
}
.demo-side .quote {
  margin-top: 28px;
  padding: 18px;
  background: rgba(255,255,255,0.05);
  border-left: 3px solid var(--amber);
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  line-height: 1.55;
  position: relative; z-index: 1;
}

/* Success state */
.success-state {
  text-align: center;
  padding: 32px 16px;
  display: none;
}
.success-state.show { display: block; }
.form-card.submitted .form-actual { display: none; }
.success-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(21, 128, 61, 0.1);
  color: var(--green);
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  animation: pop 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes pop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.success-state h2 { color: var(--navy); font-size: 26px; margin-bottom: 10px; }
.success-state p { color: var(--text-muted); margin: 0; }

/* Cookie banner */
.cookies {
  position: fixed; left: 16px; right: 16px; bottom: 16px;
  z-index: 80;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--r-lg);
  padding: 16px 20px;
  box-shadow: var(--shadow-xl);
  display: flex; gap: 16px; align-items: center;
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--text);
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookies.show { transform: translateY(0); }
.cookies p { margin: 0; flex: 1; line-height: 1.5; color: var(--text-muted); }
.cookies p strong { color: var(--navy); }
.cookies .actions { display: flex; gap: 8px; flex: none; }
.cookies button {
  padding: 8px 14px; border-radius: 8px;
  font-size: 13px; font-weight: 700;
  transition: background 0.15s ease;
}
.cookies .accept { background: var(--amber); color: #fff; }
.cookies .accept:hover { background: var(--amber-dark); }
.cookies .reject { background: var(--gray-100); color: var(--navy); }
.cookies .reject:hover { background: var(--gray-200); }
@media (max-width: 540px) {
  .cookies { flex-direction: column; align-items: stretch; }
  .cookies .actions { flex-direction: row; }
  .cookies .actions button { flex: 1; }
}

/* Sticky mobile bottom CTA */
.mobile-stick {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 70;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--gray-200);
  box-shadow: 0 -4px 20px rgba(15,42,68,0.06);
}
.mobile-stick .btn { width: 100%; }
@media (max-width: 720px) {
  .mobile-stick.visible { display: block; }
  body.has-stick { padding-bottom: 80px; }
}
