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

:root {
  --navy: #0B1628;
  --navy-mid: #1A2A3A;
  --coral: #FF4D2C;
  --cream: #F5F0E8;
  --cream-dark: #EDE8DC;
  --text-dark: #0B1628;
  --text-mid: #4A5568;
  --text-light: #F5F0E8;
  --text-muted: #8896A8;
  --border: rgba(255,255,255,0.08);
  --green: #22C55E;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Instrument Sans', 'Helvetica Neue', Arial, sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Instrument Serif', Georgia, serif; line-height: 1.15; }
em { font-style: italic; }
a { text-decoration: none; color: inherit; }

/* === TYPOGRAPHY === */
.section-label {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 1rem;
}

.section-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--navy);
  margin-bottom: 1.5rem;
}

/* === TOP LOGO === */
.top-logo-wrap {
  background: var(--cream);
  padding: 1.5rem 0 0.5rem;
  display: flex;
  justify-content: center;
}

.top-logo-img {
  height: 140px;
  width: auto;
  object-fit: contain;
}

/* === NAV === */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 22, 40, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  letter-spacing: -0.01em;
  background: transparent;
}
.nav-logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
  background: transparent;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}

.nav-links a:hover { color: #fff; }

/* === HERO === */
.hero {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 77, 44, 0.08);
}

.hero-ring-1 { width: 600px; height: 600px; right: -100px; top: -150px; }
.hero-ring-2 { width: 400px; height: 400px; right: -50px; top: -50px; }
.hero-ring-3 { width: 250px; height: 250px; right: 50px; top: 20px; border-color: rgba(255,77,44,0.15); }

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,77,44,0.12);
  border: 1px solid rgba(255,77,44,0.3);
  color: #FF9F8C;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}

.badge-dot {
  width: 7px; height: 7px;
  background: var(--coral);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.hero-headline {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-headline em { color: var(--coral); font-style: italic; }

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 480px;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.hero-cta-btn {
  background: var(--coral);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  transition: background 0.2s, transform 0.1s;
  display: inline-block;
  text-decoration: none;
}

.hero-cta-btn:hover { background: #e63d1f; }
.hero-cta-btn:active { transform: scale(0.98); }

.hero-price-badge {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.hero-price-num {
  font-family: 'Instrument Serif', serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}

.hero-price-period {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.hero-stat { display: flex; flex-direction: column; gap: 0.2rem; }

.stat-num {
  font-family: 'Instrument Serif', serif;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
  max-width: 140px;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.15);
}

/* === PHONE WIDGET === */
.phone-widget {
  background: #131D2E;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}

.phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.phone-dots { display: flex; gap: 5px; }
.phone-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.phone-dots span:nth-child(1) { background: #FF5F57; }
.phone-dots span:nth-child(2) { background: #FFBD2E; }
.phone-dots span:nth-child(3) { background: #28CA42; }

.phone-title { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.6); }

.phone-live {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.phone-live::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.phone-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.phone-tab {
  flex: 1;
  background: none;
  border: none;
  color: rgba(255,255,255,0.45);
  font-size: 0.72rem;
  font-weight: 600;
  font-family: 'Instrument Sans', sans-serif;
  padding: 0.6rem 0.5rem;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.03em;
}

.phone-tab:hover { color: rgba(255,255,255,0.7); }

.phone-tab.active {
  color: #fff;
  border-bottom-color: var(--coral);
}

.call-saved-text { transition: all 0.3s; }

.phone-body {
  padding: 1rem 1rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 24px;
}

.waveform span {
  width: 3px;
  background: var(--coral);
  border-radius: 2px;
  animation: wave 1.2s ease-in-out infinite;
}

.waveform span:nth-child(1) { height: 8px; animation-delay: 0s; }
.waveform span:nth-child(2) { height: 14px; animation-delay: 0.1s; }
.waveform span:nth-child(3) { height: 20px; animation-delay: 0.2s; }
.waveform span:nth-child(4) { height: 10px; animation-delay: 0.3s; }
.waveform span:nth-child(5) { height: 18px; animation-delay: 0.4s; }
.waveform span:nth-child(6) { height: 12px; animation-delay: 0.5s; }
.waveform span:nth-child(7) { height: 22px; animation-delay: 0.6s; }
.waveform span:nth-child(8) { height: 8px; animation-delay: 0.7s; }
.waveform span:nth-child(9) { height: 16px; animation-delay: 0.8s; }
.waveform span:nth-child(10) { height: 6px; animation-delay: 0.9s; }
.waveform span:nth-child(11) { height: 20px; animation-delay: 1.0s; }
.waveform span:nth-child(12) { height: 12px; animation-delay: 1.1s; }

@keyframes wave {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}

.call-duration {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  font-variant-numeric: tabular-nums;
}

.call-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
}

.phone-transcript {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.transcript-ai, .transcript-user { display: flex; align-items: flex-start; gap: 0.5rem; }
.transcript-user { justify-content: flex-end; }

.transcript-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ai-icon { background: var(--coral); color: #fff; }

.transcript-bubble {
  max-width: 80%;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  font-size: 0.78rem;
  line-height: 1.5;
}

.transcript-ai .transcript-bubble {
  background: rgba(255,77,44,0.12);
  color: rgba(255,255,255,0.9);
  border-bottom-left-radius: 4px;
}

.transcript-user .transcript-bubble {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
  border-bottom-right-radius: 4px;
}

.confirmed { color: var(--green) !important; }

.phone-footer {
  padding: 0.5rem 1rem 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.call-saved {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green);
}

/* === TESTIMONIALS === */
.testimonials {
  background: #fff;
  padding: 60px 0;
}

.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.testimonial-card {
  background: var(--cream);
  border: 1px solid rgba(11,22,40,0.07);
  border-radius: 16px;
  padding: 1.75rem;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1rem;
}

.testimonial-quote {
  font-size: 0.95rem;
  color: var(--navy);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.author-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
}

.author-title {
  font-size: 0.78rem;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* === PROBLEM === */
.problem {
  background: var(--cream-dark);
  padding: 80px 0;
}

.problem-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.problem-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 1.5rem;
}

.problem-headline {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 3rem;
  max-width: 800px;
}

.problem-headline em { color: var(--coral); }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.problem-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(11,22,40,0.08);
}

.problem-icon {
  width: 44px; height: 44px;
  background: rgba(255,77,44,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--coral);
}

.problem-num {
  font-family: 'Instrument Serif', serif;
  font-size: 2.5rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.problem-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.problem-cta {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(11,22,40,0.1);
}

/* === FEATURES === */
.features {
  background: var(--cream);
  padding: 80px 0;
}

.features-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-card {
  background: var(--navy);
  color: #fff;
  border-radius: 16px;
  padding: 1.75rem;
}

.feature-icon-wrap {
  width: 48px; height: 48px;
  background: rgba(255,77,44,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.feature-card h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #fff;
}

.feature-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* === HOW IT WORKS === */
.howitworks {
  background: var(--navy);
  color: #fff;
  padding: 80px 0;
}

.howitworks-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; text-align: center; }

.howitworks-inner .section-label { color: var(--coral); }

.howitworks-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 3rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.step {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 2rem;
  text-align: left;
  max-width: 320px;
}

.step-num {
  font-family: 'Instrument Serif', serif;
  font-size: 2rem;
  color: var(--coral);
  margin-bottom: 1rem;
}

.step h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}

.step p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

.step-arrow { color: rgba(255,255,255,0.2); }

/* === OUTCOMES === */
.outcomes {
  background: var(--cream-dark);
  padding: 80px 0;
}

.outcomes-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.outcomes-headline {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--navy);
  margin-bottom: 1.25rem;
}

.outcomes-body {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.outcomes-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.outcome-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--navy);
}

.comparison-block {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(11,22,40,0.08);
}

.comparison-header {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.comparison-row { margin-bottom: 1.25rem; }

.comparison-label {
  font-size: 0.8rem;
  color: var(--text-mid);
  margin-bottom: 0.5rem;
}

.comparison-bar-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.comparison-bar {
  height: 8px;
  border-radius: 4px;
  background: var(--navy);
  opacity: 0.12;
}

.before-bar { background: #FF4D2C; }

.comparison-val {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}

/* === VERTICALS === */
.verticals {
  background: var(--cream);
  padding: 80px 0;
}

.verticals-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.verticals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.vertical-card {
  background: var(--navy);
  color: #fff;
  border-radius: 16px;
  padding: 1.75rem;
}

.vertical-icon {
  color: var(--coral);
  margin-bottom: 1rem;
}

.vertical-card h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}

.vertical-card p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* === MANIFESTO === */
.manifesto {
  background: var(--navy);
  color: #fff;
  padding: 80px 0;
}

.manifesto-inner { max-width: 800px; margin: 0 auto; padding: 0 2rem; text-align: center; }

.manifesto-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 2rem;
}

.manifesto-quote {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 2rem;
  font-style: normal;
}

.manifesto-quote em { color: var(--coral); }

.manifesto-body {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* === CLOSING === */
.closing {
  background: var(--cream-dark);
  padding: 80px 0;
  text-align: center;
}

.closing-inner { max-width: 700px; margin: 0 auto; padding: 0 2rem; }

.closing-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--navy);
  margin-bottom: 1rem;
}

.closing-headline em { color: var(--coral); }

.closing-sub {
  font-size: 1rem;
  color: var(--text-mid);
  margin-bottom: 2.5rem;
}

.closing-cta { margin-bottom: 1.5rem; }

.cta-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.cta-from {
  font-size: 1rem;
  color: var(--text-mid);
}

.cta-amount {
  font-family: 'Instrument Serif', serif;
  font-size: 3rem;
  color: var(--navy);
  line-height: 1;
}

.cta-period {
  font-size: 1rem;
  color: var(--text-mid);
}

.cta-note {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.closing-promise {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin-bottom: 2.5rem;
}

.promise-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--navy);
}

.closing-tagline {
  font-family: 'Instrument Serif', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-muted);
}

/* === CLOSING FORM === */
.closing-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
  text-align: left;
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid rgba(11,22,40,0.08);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

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

.form-field label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.form-field input {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(11,22,40,0.12);
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--text-dark);
  background: var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-field input:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(255,77,44,0.08);
}

.form-field input::placeholder { color: var(--text-muted); }

.btn-submit {
  background: var(--coral);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}

.btn-submit:hover { background: #e63d1f; }
.btn-submit:active { transform: scale(0.98); }

.form-footer {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
}

.form-footer a {
  color: var(--coral);
  font-weight: 600;
}

.form-footer a:hover { text-decoration: underline; }

/* === FOOTER === */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.5);
  padding: 40px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.footer-logo img, .footer-inner > img, .footer-logo-img {
  height: 90px;
  width: auto;
  object-fit: contain;
  background-color: var(--navy);
  padding: 0;
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}

.footer-links a:hover { color: rgba(255,255,255,0.8); }

.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.25); }

/* === DEMO SECTION === */
.demo-section {
  background: var(--navy);
  color: #fff;
  padding: 80px 0;
}

.demo-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.demo-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 1rem;
}

.demo-headline {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #fff;
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

.demo-headline em { color: var(--coral); font-style: italic; }

.demo-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.demo-promises {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.demo-promise-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

/* Demo form */
.demo-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.demo-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.demo-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.demo-form-field label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em;
}

.demo-form-field input,
.demo-form-field select {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: inherit;
  color: #fff;
  background: rgba(255,255,255,0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.demo-form-field input::placeholder { color: rgba(255,255,255,0.35); }

.demo-form-field input:focus,
.demo-form-field select:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(255,77,44,0.12);
}

.demo-form-field select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.demo-form-field select option { background: #1A2A3A; color: #fff; }

.demo-submit-btn {
  background: var(--coral);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}

.demo-submit-btn:hover:not(:disabled) { background: #e63d1f; }
.demo-submit-btn:active { transform: scale(0.98); }
.demo-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.demo-form-footer {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
  min-height: 1.2em;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-right { display: none; }
  .hero-headline { font-size: 2.2rem; }
  .features-grid, .verticals-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid { grid-template-columns: 1fr; }
  .outcomes-inner { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; justify-content: center; }
  .step-arrow { display: none; }
  .demo-section-inner { grid-template-columns: 1fr; gap: 3rem; }
  .demo-form-row { grid-template-columns: 1fr; }
}

/* === TRUST BADGES === */
.trust-badges {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.trust-badge-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
}

/* === GUARANTEE BOX === */
.guarantee-box {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: #166534;
  font-weight: 500;
  line-height: 1.4;
}

.guarantee-box svg { flex-shrink: 0; margin-top: 1px; }

/* === FAQ SECTION === */
.faq-section {
  background: #fff;
  padding: 80px 0;
}

.faq-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(11,22,40,0.08);
}

.faq-item:first-child {
  border-top: 1px solid rgba(11,22,40,0.08);
}

.faq-q {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.faq-a {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .features-grid, .verticals-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 80px; }
  .nav-links { display: none; }
  .closing-tagline { font-size: 0.95rem; }
  .trust-badges { gap: 0.5rem; }
  .trust-badge-sep { display: none; }
  .trust-badge { font-size: 0.7rem; }
}