@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Merriweather+Sans:wght@400;500;600;700&display=swap');

:root {
  --navy:   #1B2A4A;
  --coral:  #E8614D;
  --slate:  #4A6274;
  --cream:  #F5F3EE;
  --white:  #FFFFFF;
  --border: #D8D4CC;
  --fs-hero: clamp(2rem,5vw,3.2rem);
  --fs-h2:   clamp(1.5rem,3vw,2.2rem);
  --fs-h3:   1.25rem;
  --r: 8px;
  --shadow: 0 4px 24px rgba(27,42,74,.10);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Merriweather Sans', Georgia, serif; color: var(--navy); background: var(--white); }
h1,h2,h3,h4 { font-family: 'Merriweather', Georgia, serif; }
a { color: inherit; text-decoration: none; }
.ctr { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* NAV */
#nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
#nav.scrolled { border-color: var(--border); box-shadow: 0 2px 12px rgba(27,42,74,.08); }
.nav-inner { display: flex; align-items: center; gap: 8px; height: 64px; }
.nav-logo { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; color: #2C3E50; letter-spacing: -1px; white-space: nowrap; flex-shrink: 0; }
.nav-logo span { color: #FF7F50; font-style: italic; }
.nav-persona { display: flex; align-items: center; gap: 6px; margin-left: 52px; flex-shrink: 0; margin-top: 6px; }
.nav-persona-label { font-family: 'Merriweather Sans', sans-serif; font-size: .8rem; font-weight: 600; color: var(--slate); letter-spacing: .3px; white-space: nowrap; }
.persona-select-wrap { position: relative; }
.persona-select-wrap select { appearance: none; -webkit-appearance: none; background: var(--cream); border: 1.5px solid var(--border); border-radius: 20px; padding: 5px 28px 5px 12px; font-family: 'Merriweather Sans', sans-serif; font-size: .82rem; font-weight: 700; color: var(--navy); cursor: pointer; outline: none; transition: border-color .15s, background .15s, box-shadow .15s; }
.persona-select-wrap select:hover, .persona-select-wrap select:focus { border-color: var(--coral); background: var(--white); box-shadow: 0 0 0 3px rgba(232,97,77,.12); }
.persona-select-wrap::after { content: ''; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--coral); pointer-events: none; }
.persona-select-wrap.is-super select { background: rgba(232,97,77,.08); border-color: var(--coral); color: var(--coral); }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links .nav-link { font-size: .88rem; font-weight: 600; padding: 6px 12px; border-radius: var(--r); color: var(--slate); transition: color .15s, background .15s; white-space: nowrap; cursor: pointer; }
.nav-links .nav-link:hover { color: var(--navy); background: var(--cream); }
.btn-ghost { cursor: pointer; }
.nav-cta { background: var(--coral) !important; color: var(--white) !important; border-radius: 20px !important; padding: 8px 18px !important; margin-left: 8px; transition: opacity .15s !important; }
.nav-cta:hover { opacity: .88 !important; background: var(--coral) !important; }

/* PERSONA TOGGLE */
.sb { display: block; }
.ad { display: none; }
body.va .sb { display: none; }
body.va .ad { display: block; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #263a5e 100%); color: var(--white); padding: 80px 0 72px; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-kicker { display: inline-block; background: rgba(232,97,77,.18); border: 1px solid rgba(232,97,77,.4); color: #F4997D; font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 20px; }
.hero h1 { font-size: var(--fs-hero); line-height: 1.18; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: #F4997D; }
.hero-sub { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,.82); margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-spots { margin-top: 10px; font-size: .78rem; color: rgba(255,255,255,.5); letter-spacing: .3px; }
.btn-primary { background: var(--coral); color: var(--white); padding: 13px 26px; border-radius: 6px; font-weight: 700; font-size: .95rem; border: none; cursor: pointer; transition: opacity .15s; display: inline-block; }
.btn-primary:hover { opacity: .88; }
.btn-ghost { background: transparent; color: var(--white); padding: 12px 24px; border-radius: 6px; font-weight: 600; font-size: .95rem; border: 2px solid rgba(255,255,255,.35); cursor: pointer; transition: border-color .15s, background .15s; display: inline-block; }
.btn-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.hero-visual { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: .9rem; }

/* HOW IT WORKS */
#how { background: var(--cream); padding: 80px 0; }
.section-kicker { font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--coral); margin-bottom: 12px; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-head h2 { font-size: var(--fs-h2); margin-bottom: 14px; }
.section-head p { color: var(--slate); line-height: 1.7; }
.how-subhead { color: var(--slate); line-height: 1.7; margin-top: 12px; font-size: .97rem; }
.how-stat {
  text-align: center; margin-top: 40px;
  font-size: .88rem; color: var(--slate);
  max-width: 580px; margin-left: auto; margin-right: auto;
  padding-top: 28px; border-top: 1px solid var(--border);
  line-height: 1.7;
}
.how-stat strong { color: var(--coral); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: var(--white); border-radius: 10px; padding: 24px 28px 28px;
  border: 1px solid var(--border); position: relative; overflow: hidden;
}
.step-header {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 14px; position: relative;
}
.step-num {
  font-family: 'Merriweather', serif; font-weight: 900;
  font-size: 4.2rem; line-height: 1; color: rgba(232,97,77,.12);
  user-select: none; pointer-events: none; letter-spacing: -2px;
  flex-shrink: 0;
}
.step h3 {
  font-family: 'Merriweather', serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--navy); line-height: 1.25; margin: 0;
}
.step p { font-size: .92rem; color: var(--slate); line-height: 1.7; margin: 0; }

/* FEATURES ZONE 1 — always-visible sidebar + swapping screenshot */
#features { background: var(--white); padding: 80px 0; }
.feat-zone-head { margin-bottom: 44px; }
.feat-zone-head h2 { font-size: var(--fs-h2); margin-bottom: 12px; }
.feat-zone-head p { color: var(--slate); line-height: 1.7; max-width: 680px; }
.feat-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
/* Sidebar — always visible stacked items */
.feat-nav { border-top: 2px solid var(--border); }
.feat-nav-item {
  padding: 22px 20px;
  border-top: 2px solid transparent; margin-top: -2px;
  cursor: pointer; transition: border-color .15s;
  border-bottom: 1px solid var(--border);
}
.feat-nav-item:last-child { border-bottom: none; }
.feat-nav-item.active { border-top-color: var(--coral); }
.feat-nav-item h4 {
  font-family: 'Merriweather', serif; font-size: .97rem; font-weight: 700;
  color: var(--slate); margin-bottom: 6px; transition: color .15s;
}
.feat-nav-item.active h4 { color: var(--navy); }
.feat-nav-item p { font-size: .86rem; color: var(--slate); line-height: 1.65; margin: 0; }
/* Right — sticky screenshot + benefit */
.feat-panels { position: sticky; top: 88px; }
.feat-panel { display: none; flex-direction: column; }
.feat-panel.active { display: flex; }
.feat-img {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 10px;
  min-height: 220px;
  display: flex; align-items: center; justify-content: center;
  color: var(--slate); font-size: .85rem; text-align: center; padding: 16px;
}
.feat-benefit {
  background: none; border: none;
  padding: 14px 4px 0;
  font-size: .9rem; font-weight: 600; color: var(--navy); text-align: center;
}

/* Video player in Zone 1 */
.feat-video-window {
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(27,42,74,.10), 0 1px 4px rgba(27,42,74,.06);
  border: 1px solid var(--border);
}
.feat-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--navy);
  overflow: hidden;
}
.feat-video-wrapper video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.feat-play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(27,42,74,.35);
  cursor: pointer;
  z-index: 2;
}
.feat-play-overlay:hover { background: rgba(27,42,74,.25); }
.feat-play-overlay.hidden {
  opacity: 0; pointer-events: none;
  transition: opacity .4s ease;
}
.feat-play-btn {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feat-play-overlay:hover .feat-play-btn {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(0,0,0,.25);
}
.feat-play-btn svg {
  width: 28px; height: 28px;
  margin-left: 3px;
  color: var(--navy);
}
.feat-mute-toggle {
  position: absolute; bottom: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,.5);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 3;
  opacity: 0; pointer-events: none;
}
.feat-mute-toggle.visible { opacity: 1; pointer-events: auto; }
.feat-mute-toggle:hover { background: rgba(0,0,0,.7); }
.feat-mute-toggle svg { width: 18px; height: 18px; color: white; }
.feat-video-tagline { padding: 20px 24px; text-align: center; }
.feat-video-tagline p {
  font-family: 'Merriweather', serif;
  font-size: .93rem; font-weight: 700;
  color: var(--navy); line-height: 1.5; margin: 0;
}

/* FEATURES ZONE 2 — always-visible tabs + large screenshot */
#features2 { background: var(--cream); padding: 80px 0; }
.zone2-head { margin-bottom: 12px; }
.zone2-headline { font-family: 'Merriweather', serif; font-size: var(--fs-h2); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 14px; display: block; }
.zone2-subtext { color: var(--slate); font-size: .93rem; line-height: 1.7; margin-bottom: 44px; max-width: 760px; }

/* Tab grid — always shown, Intercom-style */
.tab-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border-top: 2px solid var(--border);
  margin-bottom: 0;
}
.tab-card {
  padding: 24px 28px 24px 0;
  cursor: pointer;
  border-top: 2px solid transparent;
  margin-top: -2px;
  transition: border-color .15s;
}
.tab-card.active { border-top-color: var(--coral); }
.tab-card h4 {
  font-family: 'Merriweather', serif;
  font-size: .97rem; font-weight: 700;
  color: var(--slate); margin-bottom: 6px;
  transition: color .15s;
}
.tab-card.active h4 { color: var(--navy); }
.tab-card p {
  font-size: .88rem; color: var(--slate); line-height: 1.65;
  margin: 0; transition: color .15s;
}

/* Large screenshot area */
.zone2-visual-wrap {
  margin-top: 32px;
}
.zone2-screenshot-frame {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.zone2-screenshot {
  min-height: 260px;
  display: flex; align-items: stretch; justify-content: center;
  color: var(--slate); font-size: .92rem; text-align: center;
  padding: 0;
}
.zone2-screenshot { display: none; }
.zone2-screenshot.active { display: flex; }
.zone2-benefit {
  padding: 14px 4px 0;
  font-size: .9rem; font-weight: 600; color: var(--navy);
  background: none;
  text-align: center;
}
.zone2-benefit-inner { display: none; }
.zone2-benefit-inner.active { display: block; }

/* PRICING */
#pricing { background: var(--white); padding: 80px 0; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 900px; margin: 0 auto; align-items: stretch; }
.price-card { background: var(--navy); color: var(--white); border: 1.5px solid var(--navy); border-radius: 12px; padding: 36px 32px; position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--coral); box-shadow: 0 8px 32px rgba(232,97,77,.15); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--coral); color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.price-card h3 { font-family: 'Merriweather', serif; font-size: 1.4rem; font-weight: 900; color: var(--white); margin-bottom: 16px; }
.price-card > p { color: rgba(255,255,255,.75); font-size: .9rem; line-height: 1.6; margin-bottom: 24px; }
.price-features { list-style: none; margin-bottom: 0; padding-bottom: 0; }
.price-features li { font-size: .88rem; color: rgba(255,255,255,.82); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.price-features li:last-child { border-bottom: none; }
.price-features li::before { content: '\2713'; color: var(--coral); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.price-features li.highlight { color: var(--white); font-weight: 600; }
.price-features li.highlight::before { color: #F4997D; }

/* Interest form panel */
.price-form-panel { background: var(--cream); border: 1.5px solid var(--border); border-radius: 12px; padding: 36px 32px; }
.price-form-panel h3 { font-family: 'Merriweather', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.price-form-panel > p { color: var(--slate); font-size: .88rem; line-height: 1.6; margin-bottom: 20px; }
.pf-field { margin-bottom: 14px; } .pf-field:first-of-type { margin-top: 8px; }
.pf-label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--slate); margin-bottom: 6px; margin-top: 4px; }
.pf-input { width: 100%; padding: 9px 12px; border: 1.5px solid var(--border); border-radius: 6px; font-family: 'Merriweather Sans', sans-serif; font-size: .88rem; color: var(--navy); background: var(--white); outline: none; transition: border-color .15s; }
.pf-input:focus { border-color: var(--coral); }
.pf-input::placeholder { color: rgba(74,98,116,.45); }
.pf-select { width: 100%; padding: 9px 12px; border: 1.5px solid var(--border); border-radius: 6px; font-family: 'Merriweather Sans', sans-serif; font-size: .88rem; color: var(--navy); background: var(--white); outline: none; appearance: none; -webkit-appearance: none; cursor: pointer; transition: border-color .15s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A6274' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.pf-select:focus { border-color: var(--coral); }
.pf-divider { border: none; border-top: 1px solid var(--border); margin: 18px 0 14px; }
.pf-check-label { font-size: .75rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--slate); margin-bottom: 10px; display: block; }
.pf-checkbox { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; cursor: pointer; }
.pf-checkbox input[type="checkbox"] { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--coral); flex-shrink: 0; cursor: pointer; }
.pf-checkbox span { font-size: .86rem; color: var(--navy); line-height: 1.45; }
.pf-asterisk { font-size: .72rem; color: var(--slate); margin-top: 8px; line-height: 1.5; }
.btn-submit { width: 100%; background: var(--coral); color: var(--white); padding: 13px; border-radius: 6px; font-family: 'Merriweather Sans', sans-serif; font-weight: 700; font-size: .95rem; border: none; cursor: pointer; transition: opacity .15s; margin-top: 18px; }
.btn-submit:hover { opacity: .88; }
.pf-success { text-align: center; padding: 32px 16px; }
.pf-success-icon { font-size: 2rem; margin-bottom: 12px; }
.pf-success h4 { font-family: 'Merriweather', serif; font-size: 1.1rem; color: var(--navy); margin-bottom: 8px; }
.pf-success p { font-size: .88rem; color: var(--slate); line-height: 1.6; }


/* Testimonial inside left pricing panel */
.price-testimonial { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); display: flex; gap: 14px; align-items: flex-start; padding-top: 24px; }
.price-test-img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(255,255,255,.2); }
.price-test-body { flex: 1; }
.price-test-quote { font-size: .82rem; color: rgba(255,255,255,.85); line-height: 1.65; font-style: italic; margin-bottom: 10px; }
.price-test-name { font-size: .75rem; font-weight: 700; color: var(--white); letter-spacing: .2px; }
.price-test-title { font-size: .72rem; color: rgba(255,255,255,.55); line-height: 1.5; margin-top: 2px; }
.btn-price { display: block; text-align: center; background: var(--navy); color: var(--white); padding: 12px; border-radius: 6px; font-weight: 700; font-size: .9rem; transition: opacity .15s; }
.btn-price:hover { opacity: .85; }
.price-card.featured .btn-price { background: var(--coral); }

/* ABOUT */
#about { background: var(--cream); padding: 80px 0; }
.about-header { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.about-header h2 { font-size: var(--fs-h2); margin-bottom: 0; }
.about-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; margin-bottom: 48px; }
.about-text p { color: var(--slate); line-height: 1.8; margin-bottom: 18px; }
.about-text p:last-child { margin-bottom: 0; }
.about-stool h3 { font-size: 1.05rem; margin-bottom: 20px; color: var(--navy); }
.stool-items { display: flex; flex-direction: column; gap: 14px; }
.stool-item { background: var(--white); border-left: 3px solid var(--coral); border-radius: 0 var(--r) var(--r) 0; padding: 14px 16px; }
.stool-item strong { display: block; color: var(--navy); margin-bottom: 4px; font-size: .9rem; }
.stool-item span { color: var(--slate); font-size: .85rem; line-height: 1.5; }
.about-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.val-card { background: var(--white); border-radius: var(--r); padding: 20px; border: 1px solid var(--border); }
.val-card h4 { font-size: .9rem; margin-bottom: 6px; color: var(--navy); }
.val-card p { font-size: .82rem; color: var(--slate); line-height: 1.5; margin: 0; }

/* FAQ */
#faq { background: var(--white); padding: 80px 0; }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.fq-i { border-bottom: 1px solid var(--border); }
.fq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-weight: 600; font-size: .95rem; color: var(--navy); transition: color .15s; }
.fq-q:hover { color: var(--coral); }
.arr { color: var(--coral); font-style: normal; transition: transform .2s; display: inline-block; }
.fq-i.op .arr { transform: rotate(180deg); }
.fq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; font-size: .9rem; color: var(--slate); line-height: 1.75; }
.fq-i.op .fq-a { max-height: 400px; padding-bottom: 18px; }

/* CTA BANNER */
.cta { background: linear-gradient(135deg, #E8614D 0%, #d4503c 100%); color: var(--white); text-align: center; padding: 80px 0; }
.cta h2 { font-size: var(--fs-h2); margin-bottom: 14px; text-shadow: 0 1px 4px rgba(0,0,0,.12); }
.cta p { color: rgba(255,255,255,.88); margin-bottom: 32px; font-size: 1.08rem; line-height: 1.6; }
.btn-white { background: var(--white); color: var(--coral); padding: 14px 32px; border-radius: 6px; font-weight: 700; font-size: 1rem; display: inline-block; transition: background .15s, color .15s, box-shadow .15s; box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.btn-white:hover { background: var(--navy); color: var(--white); box-shadow: 0 6px 20px rgba(0,0,0,.22); }

/* FOOTER */
.ftr { background: var(--navy); color: rgba(255,255,255,.7); padding: 56px 0 28px; }
.ftr-g { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.ftr-logo { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; color: var(--white); letter-spacing: -1px; margin-bottom: 12px; }
.ftr-logo span { color: #FF7F50; font-style: italic; }
.ftr-brand p { font-size: .85rem; line-height: 1.6; }
.ftr-col h4 { color: var(--white); font-size: .82rem; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 14px; }
.ftr-col a, .ftr-col .nav-link { display: block; font-size: .85rem; margin-bottom: 8px; transition: color .15s; cursor: pointer; }
.ftr-col a:hover, .ftr-col .nav-link:hover { color: var(--white); }
.ftr-btm { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; font-size: .82rem; display: flex; justify-content: space-between; align-items: center; }
.ftr-login { color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.25); border-radius: 6px; padding: 5px 12px; transition: color .15s, border-color .15s; font-size: .82rem; }
.ftr-login:hover { color: var(--white); border-color: rgba(255,255,255,.6); }

/* SUCCESS SECTION */
.success-band { background: var(--navy); padding: 64px 0; }
.success-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 0 auto; }
.success-card {
  background: var(--cream); border-radius: 10px; padding: 32px 36px;
  position: relative; overflow: hidden;
}
.success-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--coral);
}
.success-label {
  font-size: .72rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--coral);
  margin-bottom: 14px; display: block;
}
.success-card p {
  font-family: 'Merriweather', serif; font-size: .97rem;
  line-height: 1.8; color: var(--navy); margin: 0; font-style: italic;
}

/* FOUNDER CREDIBILITY */
.founder-section { background: var(--white); padding: 64px 0; border-bottom: 1px solid var(--border); }
.founder-inner {
  display: grid; grid-template-columns: 220px 1fr; gap: 56px; align-items: center;
  max-width: 900px; margin: 0 auto;
}
.founder-left { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.founder-avatar {
  width: 120px; height: 120px; border-radius: 50%; overflow: hidden;
  border: 3px solid var(--border); flex-shrink: 0;
}
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-id { display: flex; flex-direction: column; gap: 3px; }
.founder-id strong { font-family: 'Merriweather', serif; font-size: .95rem; color: var(--navy); }
.founder-id span { font-size: .82rem; color: var(--slate); line-height: 1.5; }
.founder-quote { position: relative; padding-left: 28px; border-left: 3px solid var(--coral); }
.quote-mark { font-family: 'Merriweather', serif; font-size: 4rem; line-height: .8; color: rgba(232,97,77,.2); margin-bottom: 8px; }
.founder-quote p { font-family: 'Merriweather', serif; font-size: 1rem; line-height: 1.85; color: var(--navy); font-style: italic; margin: 0; }

/* FADE-UP */
.fu { opacity: 0; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }
.fu.vis { opacity: 1; transform: none; }

/* ——— PRODUCT MOCKUP STYLES ——— */

/* Hero mockup */
.hero-mockup { border-radius: 12px; overflow: hidden; background: #f0f4f8; box-shadow: 0 24px 64px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.1); }
.hm-bar { background: #1e2d45; display: flex; align-items: center; gap: 7px; padding: 10px 16px; }
.hm-dot { width: 11px; height: 11px; border-radius: 50%; }
.hm-dot:nth-child(1) { background: #ff5f57; }
.hm-dot:nth-child(2) { background: #febc2e; }
.hm-dot:nth-child(3) { background: #28c840; }
.hm-title { font-size: .72rem; color: rgba(255,255,255,.5); margin-left: 8px; font-family: 'Merriweather Sans', sans-serif; letter-spacing: .3px; }
.hm-body { background: #f5f3ee; padding: 16px; }
.hm-agenda-header { font-size: .68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #4A6274; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #D8D4CC; }
.hm-item { background: white; border-radius: 7px; padding: 12px 14px; margin-bottom: 8px; border: 1px solid #D8D4CC; }
.hm-item-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 7px; }
.hm-item-title { font-size: .78rem; font-weight: 700; color: #1B2A4A; font-family: 'Merriweather', serif; line-height: 1.3; }
.hm-tag { font-size: .62rem; font-weight: 700; padding: 2px 7px; border-radius: 10px; white-space: nowrap; flex-shrink: 0; }
.hm-tag.hot { background: rgba(232,97,77,.12); color: #E8614D; border: 1px solid rgba(232,97,77,.3); }
.hm-tag.ok { background: rgba(27,42,74,.07); color: #4A6274; border: 1px solid rgba(27,42,74,.15); }
.hm-chips { display: flex; gap: 5px; flex-wrap: wrap; }
.hm-chip { font-size: .62rem; background: rgba(74,98,116,.1); color: #4A6274; border-radius: 8px; padding: 2px 7px; }
.hm-chat-area { background: #EBF0F5; border-radius: 7px; padding: 10px 12px; margin-top: 8px; }
.hm-chat-row { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 7px; }
.hm-chat-row:last-child { margin-bottom: 0; }
.hm-avatar { width: 24px; height: 24px; border-radius: 50%; font-size: .6rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hm-avatar.user { background: #1B2A4A; color: white; }
.hm-avatar.ai { background: #E8614D; color: white; }
.hm-bubble { font-size: .72rem; line-height: 1.5; padding: 7px 10px; border-radius: 8px; color: #1B2A4A; }
.hm-bubble.user-b { background: white; }
.hm-bubble.ai-b { background: #1B2A4A; color: white; }

/* Feature mockups — shared shell */
.fm-shell { background: #f5f3ee; border-radius: 10px 10px 0 0; overflow: hidden; }
.fm-bar { background: #1B2A4A; display: flex; align-items: center; gap: 6px; padding: 8px 14px; }
.fm-dot { width: 9px; height: 9px; border-radius: 50%; }
.fm-dot:nth-child(1) { background: #ff5f57; }
.fm-dot:nth-child(2) { background: #febc2e; }
.fm-dot:nth-child(3) { background: #28c840; }
.fm-page-title { font-size: .65rem; color: rgba(255,255,255,.45); margin-left: 8px; font-family: 'Merriweather Sans', sans-serif; }
.fm-body { padding: 14px 16px; }

/* f1: AI Agenda Analysis */
.fm-item-label { font-size: .62rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #4A6274; margin-bottom: 8px; }
.fm-item-name { font-size: .82rem; font-weight: 700; color: #1B2A4A; font-family: 'Merriweather', serif; margin-bottom: 10px; }
.fm-analysis-tabs { display: flex; gap: 0; margin-bottom: 10px; border-bottom: 2px solid #D8D4CC; }
.fm-tab { font-size: .65rem; font-weight: 700; padding: 5px 10px; color: #4A6274; cursor: default; }
.fm-tab.act { color: #E8614D; border-bottom: 2px solid #E8614D; margin-bottom: -2px; }
.fm-analysis-block { background: white; border-radius: 7px; border: 1px solid #D8D4CC; padding: 10px 12px; margin-bottom: 7px; }
.fm-ab-label { font-size: .6rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #E8614D; margin-bottom: 5px; }
.fm-ab-text { font-size: .72rem; color: #4A6274; line-height: 1.55; }
.fm-ab-text strong { color: #1B2A4A; }
.fm-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }

/* f2: Chat */
.fm-chat-header { font-size: .62rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #4A6274; margin-bottom: 10px; }
.fm-chat-item-ref { background: white; border: 1px solid #D8D4CC; border-radius: 7px; padding: 8px 12px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.fm-chat-item-ref span { font-size: .72rem; font-weight: 700; color: #1B2A4A; }
.fm-chat-item-ref em { font-size: .65rem; color: #4A6274; font-style: normal; }
.fm-chat-stream { display: flex; flex-direction: column; gap: 8px; }
.fm-cr { display: flex; gap: 8px; align-items: flex-start; }
.fm-cr.flip { flex-direction: row-reverse; }
.fm-av { width: 22px; height: 22px; border-radius: 50%; font-size: .58rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fm-av.u { background: #1B2A4A; color: white; }
.fm-av.a { background: #E8614D; color: white; }
.fm-bub { font-size: .7rem; line-height: 1.5; padding: 7px 10px; border-radius: 8px; }
.fm-bub.ub { background: white; color: #1B2A4A; border: 1px solid #D8D4CC; }
.fm-bub.ab { background: #1B2A4A; color: rgba(255,255,255,.9); }

/* f3: Speech Writer */
.fm-sw-item { background: white; border: 1px solid #D8D4CC; border-radius: 7px; padding: 8px 12px; margin-bottom: 8px; }
.fm-sw-row { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.fm-sw-label { font-size: .62rem; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: #4A6274; flex-shrink: 0; width: 52px; }
.fm-sw-pills { display: flex; gap: 5px; flex-wrap: wrap; }
.fm-sw-pill { font-size: .63rem; padding: 2px 9px; border-radius: 10px; background: #f5f3ee; border: 1px solid #D8D4CC; color: #4A6274; }
.fm-sw-pill.sel { background: rgba(27,42,74,.08); border-color: #1B2A4A; color: #1B2A4A; font-weight: 700; }
.fm-sw-draft { background: #f5f3ee; border-radius: 7px; border: 1px solid #D8D4CC; padding: 10px 12px; }
.fm-sw-draft-label { font-size: .6rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #E8614D; margin-bottom: 6px; }
.fm-sw-draft-text { font-size: .7rem; color: #1B2A4A; line-height: 1.6; font-family: 'Merriweather', serif; font-style: italic; }

/* f4: My Notes */
.fm-notes-header { background: #1B2A4A; color: white; border-radius: 7px; padding: 8px 12px; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; }
.fm-notes-header span { font-size: .72rem; font-weight: 700; }
.fm-notes-header em { font-size: .62rem; color: rgba(255,255,255,.55); font-style: normal; }
.fm-note-item { background: white; border: 1px solid #D8D4CC; border-radius: 7px; padding: 10px 12px; margin-bottom: 7px; border-left: 3px solid #E8614D; }
.fm-note-tag { font-size: .6rem; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: #E8614D; margin-bottom: 4px; }
.fm-note-title { font-size: .74rem; font-weight: 700; color: #1B2A4A; font-family: 'Merriweather', serif; margin-bottom: 3px; }
.fm-note-text { font-size: .68rem; color: #4A6274; line-height: 1.5; }
.fm-print-bar { display: flex; justify-content: flex-end; margin-top: 6px; }
.fm-print-btn { font-size: .65rem; font-weight: 700; background: #1B2A4A; color: white; border-radius: 5px; padding: 5px 12px; }

/* Zone 2 mockups */
.z2m { padding: 18px 20px; }
.z2m-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.z2m-title { font-size: .72rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #4A6274; }
.z2m-meta { font-size: .65rem; color: #4A6274; }
.z2m-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 14px; }
.z2m-stat { background: #f5f3ee; border-radius: 8px; padding: 10px 12px; border: 1px solid #D8D4CC; text-align: center; }
.z2m-stat-num { font-family: 'Merriweather', serif; font-size: 1.4rem; font-weight: 900; color: #1B2A4A; display: block; line-height: 1; }
.z2m-stat-label { font-size: .62rem; color: #4A6274; margin-top: 3px; display: block; }
.z2m-stat.hot .z2m-stat-num { color: #E8614D; }
.z2m-items-label { font-size: .62rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #4A6274; margin-bottom: 8px; }
.z2m-item-row { background: white; border: 1px solid #D8D4CC; border-radius: 7px; padding: 10px 14px; margin-bottom: 6px; display: flex; justify-content: space-between; align-items: center; }
.z2m-item-name { font-size: .74rem; font-weight: 700; color: #1B2A4A; }
.z2m-item-sub { font-size: .65rem; color: #4A6274; margin-top: 2px; }
.z2m-badges { display: flex; gap: 5px; flex-shrink: 0; }
.z2m-badge { font-size: .6rem; font-weight: 700; padding: 2px 8px; border-radius: 10px; }
.z2m-badge.red { background: rgba(232,97,77,.12); color: #E8614D; border: 1px solid rgba(232,97,77,.3); }
.z2m-badge.blue { background: rgba(27,42,74,.08); color: #1B2A4A; border: 1px solid rgba(27,42,74,.18); }
.z2m-badge.green { background: rgba(40,200,64,.1); color: #1a7a2a; border: 1px solid rgba(40,200,64,.3); }

/* Policy chat mockup */
.z2m-policy-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.z2m-policy-panel { background: white; border: 1px solid #D8D4CC; border-radius: 8px; overflow: hidden; }
.z2m-policy-head { background: #1B2A4A; color: white; padding: 8px 12px; font-size: .68rem; font-weight: 700; letter-spacing: .5px; }
.z2m-policy-body { padding: 10px 12px; }
.z2m-pchat { display: flex; flex-direction: column; gap: 6px; }
.z2m-pchat-row { display: flex; gap: 6px; align-items: flex-start; }
.z2m-pchat-row.flip { flex-direction: row-reverse; }
.z2m-pav { width: 18px; height: 18px; border-radius: 50%; font-size: .55rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.z2m-pav.u { background: #1B2A4A; color: white; }
.z2m-pav.a { background: #E8614D; color: white; }
.z2m-pbub { font-size: .67rem; line-height: 1.45; padding: 5px 8px; border-radius: 6px; }
.z2m-pbub.ub { background: #f5f3ee; color: #1B2A4A; }
.z2m-pbub.ab { background: #1B2A4A; color: rgba(255,255,255,.9); }

/* In-meeting mockup */
.z2m-meeting-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; }
.z2m-agenda-col { display: flex; flex-direction: column; gap: 6px; }
.z2m-agenda-item { background: white; border: 1px solid #D8D4CC; border-radius: 7px; padding: 8px 10px; }
.z2m-agenda-item.active { border-color: #E8614D; border-left: 3px solid #E8614D; background: rgba(232,97,77,.03); }
.z2m-ai-num { font-size: .6rem; font-weight: 700; color: #4A6274; margin-bottom: 2px; }
.z2m-ai-title { font-size: .7rem; font-weight: 700; color: #1B2A4A; line-height: 1.25; }
.z2m-support-col { background: white; border: 1px solid #D8D4CC; border-radius: 8px; overflow: hidden; }
.z2m-sup-head { background: #E8614D; color: white; padding: 7px 12px; font-size: .65rem; font-weight: 700; }
.z2m-sup-body { padding: 8px 10px; }
.z2m-sup-item { display: flex; gap: 6px; align-items: flex-start; margin-bottom: 7px; font-size: .67rem; color: #4A6274; line-height: 1.45; }
.z2m-sup-icon { color: #E8614D; font-size: .75rem; flex-shrink: 0; margin-top: 1px; }

/* HAMBURGER */
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; flex-direction: column; gap: 5px; z-index: 110; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-inner, .about-body, .price-grid, .ftr-g, .steps { grid-template-columns: 1fr; }
  .price-grid { align-items: start; }
  .price-form-panel, .price-card { border-radius: 10px; padding: 28px 20px; }
  .feat-layout { grid-template-columns: 1fr; }
  .feat-panels { position: static; }
  .about-values { grid-template-columns: 1fr 1fr; }
  .nav-persona-label { display: none; }

  /* Hamburger mobile menu */
  .hamburger { display: flex; }
  .nav-links {
    display: none; flex-direction: column; position: absolute;
    top: 64px; left: 0; right: 0; background: var(--white);
    border-bottom: 1px solid var(--border); box-shadow: 0 4px 16px rgba(27,42,74,.1);
    padding: 12px 24px 16px; gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links .nav-link { padding: 12px 0; border-bottom: 1px solid var(--border); font-size: .95rem; }
  .nav-links .nav-link:last-of-type { border-bottom: none; }
  .nav-links .nav-cta { margin: 12px 0 0; text-align: center; display: block; }

  /* Founder quote stacked on mobile */
  .founder-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .founder-quote { border-left: none; padding-left: 0; border-top: 3px solid var(--coral); padding-top: 20px; }
  .quote-mark { text-align: center; }
}
