/* ── ROOT TOKENS ── */
:root {
  --navy:    #1A1F2E;
  --navy-2:  #222b3d;
  --navy-3:  #2d3650;
  --teal:    #47CEB7;
  --teal-dk: #138c7c;
  --teal-lo: rgba(71,206,183,0.12);
  --coral:   #FF7A5C;
  --mist:    #F6F8FA;
  --white:   #ffffff;
  --g100:    #e8eef2;
  --g300:    #c4ced6;
  --g400:    #7d92a4;
  --g600:    #4a5e6e;
  --pos:     #1FA971;
  --caut:    #F5A524;
  --crit:    #E54B4D;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', sans-serif;
  background: var(--white);
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── MOBILE NAV ── */

.nav-burger { display: none; }
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--navy);
  border-top: 1px solid rgba(71,206,183,0.15);
  padding: 8px 20px 20px;
  gap: 0;
  position: sticky;
  top: 56px;
  z-index: 199;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px; font-weight: 700;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-mobile-menu a:last-child { border-bottom: none; }
.mobile-menu-close {
  align-self: flex-end; background: none; border: none;
  color: rgba(255,255,255,0.4); font-size: 28px; cursor: pointer;
  padding: 8px 0 4px; line-height: 1;
}
.mobile-menu-close {
  align-self: flex-end; background: none; border: none;
  color: rgba(255,255,255,0.5); font-size: 28px; cursor: pointer;
  padding: 0; line-height: 1; margin-bottom: 8px;
}

/* ── UTILS ── */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 40px; }

.eyebrow {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11px; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--teal-dk);
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--teal); border-radius: 2px; flex-shrink: 0; }

.sec-h {
  font-family: 'Nunito Sans', sans-serif;
  font-size: clamp(26px, 3vw, 38px); font-weight: 900;
  letter-spacing: -0.025em; color: var(--navy); margin-bottom: 48px; line-height: 1.15;
}
.sec-h-white {
  font-family: 'Nunito Sans', sans-serif;
  font-size: clamp(26px, 3vw, 38px); font-weight: 900;
  letter-spacing: -0.025em; color: var(--white); margin-bottom: 48px; line-height: 1.15;
}
.sec-h em { color: var(--teal); font-style: italic; }
.teal { color: var(--teal); }

/* ── EARLY BIRD STRIP ── */
.earlybird-strip {
  background: linear-gradient(90deg, #0d3530 0%, #1a5c50 100%);
  padding: 10px 40px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  position: relative; z-index: 300;
}
.eb-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9);
}
.eb-text strong { color: var(--teal); }
.eb-btn {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px; font-weight: 800;
  background: var(--teal); color: var(--navy);
  padding: 6px 18px; border-radius: 100px;
  border: none; cursor: pointer; white-space: nowrap; letter-spacing: 0.04em;
  transition: background 0.15s;
}
.eb-btn:hover { background: #5ddec9; }
.eb-close {
  color: rgba(255,255,255,0.4); cursor: pointer;
  font-size: 20px; line-height: 1; background: none; border: none;
  margin-left: 8px; padding: 0 4px;
}

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: var(--navy);
  border-bottom: 1px solid rgba(71,206,183,0.15);
  height: 64px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
}
.nav-logo img { height: 36px; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.65);
  text-decoration: none; transition: color 0.15s; letter-spacing: 0.01em;
}
.nav-links a:hover { color: var(--white); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-cta {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px; font-weight: 800;
  background: var(--teal); color: var(--navy);
  padding: 8px 20px; border-radius: 8px;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.15s, transform 0.15s;
  display: inline-flex; align-items: center; gap: 7px;
}
.nav-cta:hover { background: #5ddec9; transform: translateY(-1px); }

/* ── HERO ── */
.hero-wrap { background: var(--navy); position: relative; overflow: hidden; }
.hero-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 80% at 75% 40%, rgba(71,206,183,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 35% 50% at 5% 90%, rgba(71,206,183,0.05) 0%, transparent 55%);
}
.hero {
  display: grid; grid-template-columns: 55fr 45fr; gap: 64px;
  align-items: center; padding: 96px 40px 104px;
  max-width: 1160px; margin: 0 auto; position: relative; z-index: 1;
}
.hero-eyebrow {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.hero-eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--teal); border-radius: 2px; }
.hero h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: clamp(36px, 4.5vw, 58px); font-weight: 900;
  line-height: 1.08; letter-spacing: -0.03em; color: var(--white); margin-bottom: 22px;
}
.hero h1 em { color: var(--teal); font-style: italic; }
.hero-sub {
  font-size: 15.5px; color: rgba(255,255,255,0.55); line-height: 1.75;
  margin-bottom: 16px; max-width: 480px;
}
.hero-sub strong { color: rgba(255,255,255,0.8); font-weight: 600; }
.hero-metrics { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 36px; }
.hm-pill {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6); padding: 4px 12px; border-radius: 100px;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--teal); color: var(--navy);
  padding: 14px 28px; border-radius: 9px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px; font-weight: 800; letter-spacing: -0.01em;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
}
.btn-primary:hover { background: #5ddec9; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(71,206,183,0.3); }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; }
.ht-item { font-size: 12px; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 6px; }

/* ── REPORT MOCKUP ── */
.report-card {
  background: var(--navy-2);
  border: 1px solid rgba(71,206,183,0.2);
  border-radius: 18px; padding: 20px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(71,206,183,0.05);
  position: relative;
}
.report-badge {
  position: absolute; top: -11px; left: 20px;
  background: var(--teal); color: var(--navy);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 100px;
}

.rpt-controls { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 0 12px; background: var(--navy-2); }
.rpt-arrow {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: none;
  color: var(--white); font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; padding: 0; flex-shrink: 0;
}
.rpt-arrow:hover { background: var(--teal); color: var(--navy); }
.rpt-arrow:hover { background: var(--teal); color: var(--navy); }
.rpt-inner { background: var(--white); border-radius: 10px; overflow: hidden; }
.rpt-cover { background: var(--navy); padding: 16px 18px 14px; border-bottom: 2px solid var(--teal); }
.rpt-brand { font-family: 'Nunito Sans', sans-serif; font-size: 7px; color: var(--teal); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; }
.rpt-title { font-family: 'Nunito Sans', sans-serif; font-size: 12px; color: var(--white); font-weight: 900; line-height: 1.3; margin-top: 5px; }
.rpt-url { font-size: 8px; color: var(--g400); margin-top: 4px; }
.rpt-score-row { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.rpt-score-big { font-family: 'Nunito Sans', sans-serif; font-size: 28px; font-weight: 900; color: var(--teal); line-height: 1; }
.rpt-score-sub { font-size: 7px; color: var(--g400); text-align: right; }
.rpt-grade { font-family: 'Nunito Sans', sans-serif; font-size: 18px; font-weight: 900; color: var(--caut); }
.rpt-body { padding: 12px 14px; display: flex; flex-direction: column; gap: 9px; }
.rpt-sec { font-family: 'Nunito Sans', sans-serif; font-size: 7px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal-dk); font-weight: 800; margin-top: 2px; }
.rpt-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.rpt-row-label { font-size: 7.5px; color: var(--g600); font-weight: 500; flex: 1; }
.rpt-bar { height: 4px; width: 68px; background: var(--g100); border-radius: 2px; overflow: hidden; flex-shrink: 0; }
.rpt-fill { height: 100%; border-radius: 2px; }
.c-good { background: var(--teal); }
.c-warn { background: var(--caut); }
.c-bad  { background: var(--crit); }
.rpt-fix { display: flex; align-items: flex-start; gap: 6px; }
.rpt-dot { width: 5px; height: 5px; border-radius: 50%; margin-top: 3px; flex-shrink: 0; }
.rpt-fix-text { font-size: 7px; color: var(--g600); line-height: 1.5; }

/* ── STATS BAR ── */
.stats-bar { background: var(--mist); border-bottom: 1px solid var(--g100); padding: 24px 40px; }
.stats-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; gap: 0; align-items: center; justify-content: space-around; flex-wrap: wrap;
}
.stat-item { text-align: center; padding: 8px 24px; }
.stat-num { font-family: 'Nunito Sans', sans-serif; font-size: 32px; font-weight: 900; color: var(--navy); line-height: 1; }
.stat-num span { color: var(--teal); }
.stat-label { font-size: 12px; color: var(--g400); margin-top: 4px; font-weight: 500; }
.stat-div { width: 1px; height: 40px; background: var(--g100); }

/* ── WHY DIFFERENT ── */
.why-section { background: var(--white); padding: 80px 0; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 28px; }
.why-card {
  border: 1px solid var(--g100); border-radius: 14px; padding: 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.why-card:hover { border-color: rgba(71,206,183,0.3); box-shadow: 0 4px 20px rgba(71,206,183,0.07); }
.why-icon { font-size: 24px; margin-bottom: 12px; }
.why-card h4 { font-family: 'Nunito Sans', sans-serif; font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 12.5px; color: var(--g600); line-height: 1.6; font-style: italic; }
.why-vs {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 24px; background: var(--mist);
  border-radius: 12px; border: 1px solid var(--g100);
}
.why-vs p { font-size: 13.5px; color: var(--g600); font-style: italic; }
.why-vs strong { color: var(--navy); font-style: normal; }
.why-vs .teal { font-style: normal; }

/* ── 5 SECTIONS ── */
.sections-wrap{background:var(--mist);padding:88px 0;}
.sections-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.sec-card{
  background:var(--white);border-radius:14px;padding:24px 20px;
  border:1px solid var(--g100);
  transition:border-color 0.2s,box-shadow 0.2s;
}
.sec-card:hover{border-color:rgba(71,206,183,0.35);box-shadow:0 6px 24px rgba(71,206,183,0.08);}
.sec-num{
  font-family:'Nunito Sans',sans-serif;
  font-size:11px;font-weight:800;letter-spacing:0.12em;
  color:var(--teal);margin-bottom:12px;
}
.sec-icon{
  width:40px;height:40px;border-radius:10px;background:var(--teal-lo);
  display:flex;align-items:center;justify-content:center;margin-bottom:14px;
}
.sec-card h4{
  font-family:'Nunito Sans',sans-serif;
  font-size:14px;font-weight:800;color:var(--navy);letter-spacing:-0.01em;margin-bottom:8px;line-height:1.3;
}
.sec-card p{font-size:12px;color:var(--g600);line-height:1.6;}
.sec-pts{
  margin-top:12px;
  font-family:'Nunito Sans',sans-serif;
  font-size:11px;font-weight:700;color:var(--teal-dk);
}


/* ── STEPS / HOW IT WORKS ── */
.steps-section { background: var(--navy); padding: 88px 0; }
.steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.step-card {
  background: var(--white);
  border: 1.5px solid var(--g100); border-radius: 18px; padding: 40px;
  position: relative; overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.step-card:hover { border-color: rgba(71,206,183,0.3); box-shadow: 0 8px 32px rgba(71,206,183,0.08); }
.step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.step-card.s1::before { background: var(--teal); }
.step-card.s2::before { background: var(--coral); }
.step-num {
  font-family: 'Nunito Sans', sans-serif; font-size: 72px; font-weight: 900;
  line-height: 1; opacity: 0.06; position: absolute; top: 20px; right: 28px;
  color: var(--navy);
}
.step-badge {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px; display: inline-block; margin-bottom: 16px;
}
.step-badge.s1 { background: var(--teal-lo); color: var(--teal-dk); }
.step-badge.s2 { background: rgba(255,122,92,0.1); color: #c44a2e; }
.step-card h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px; font-weight: 900; letter-spacing: -0.02em;
  color: var(--navy); margin-bottom: 8px;
}
.step-price { font-family: 'Nunito Sans', sans-serif; font-size: 30px; font-weight: 900; color: var(--navy); margin: 14px 0 4px; }
.step-price-note { font-size: 12px; color: var(--g400); margin-bottom: 20px; }
.step-desc { font-size: 13.5px; color: var(--g600); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.step-features { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.step-features li { font-size: 13px; color: var(--g600); display: flex; align-items: flex-start; gap: 8px; }
.step-features li::before { content: '✓'; color: var(--teal); font-weight: 800; flex-shrink: 0; }
.combo-note {
  text-align: center; margin-top: 20px; padding: 16px 24px;
  background: var(--teal-lo); border: 1px solid rgba(71,206,183,0.25);
  border-radius: 12px; font-size: 13.5px; color: var(--white); font-style: italic;
}
.combo-note strong { font-style: normal; }

/* ── ABOUT ── */
.about-section { background: var(--white); padding: 88px 0; }
.founders-intro {
  max-width: 700px; margin-bottom: 16px;
  font-size: 15px; color: var(--g600); line-height: 1.75; font-style: italic;
}
.founders-intro strong { color: var(--navy); font-style: normal; }
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 8px; }
.founder-card {
  background: var(--mist); border-radius: 20px; overflow: hidden;
  border: 1px solid var(--g100); display: flex; flex-direction: column;
}
.founder-photo-wrap { overflow: hidden; height: 400px; }
.founder-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.founder-body { padding: 28px 32px; flex: 1; }
.founder-name { font-family: 'Nunito Sans', sans-serif; font-size: 20px; font-weight: 900; color: var(--navy); margin-bottom: 4px; }
.founder-title { font-size: 12.5px; color: var(--teal-dk); font-weight: 600; margin-bottom: 16px; font-style: italic; }
.founder-bio { font-size: 13px; color: var(--g600); line-height: 1.75; font-style: italic; }
.founder-bio p { margin-bottom: 8px; }
.founder-bio p:last-child { margin-bottom: 0; }
.founder-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.f-tag {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em;
  background: var(--teal-lo); color: var(--teal-dk);
  padding: 4px 10px; border-radius: 100px;
}

/* ── FOOTER ── */
.footer { background: var(--navy); padding: 40px 0; border-top: 1px solid rgba(71,206,183,0.1); }
.footer-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); font-style: italic; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: var(--teal); }

/* ── POPUP ── */
.popup-overlay {
  position: fixed; inset: 0;
  background: rgba(10,15,25,0.8);
  z-index: 500;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.popup-overlay.active { display: flex; }
.popup-backdrop {
  position: absolute; inset: 0; cursor: pointer;
}
.popup-box {
  background: var(--white); border-radius: 20px;
  max-width: 560px; width: 100%;
  padding: 40px; position: relative;
  max-height: 90vh; overflow-y: auto;
  z-index: 1;
}
.popup-close {
  position: sticky; top: 0; float: right;
  font-size: 24px; color: var(--g400); cursor: pointer;
  border: none; background: none; line-height: 1; padding: 0 2px;
  margin-bottom: -24px;
}
.popup-eyebrow { font-family: 'Nunito Sans', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-dk); margin-bottom: 8px; margin-top: 8px; }
.popup-h { font-family: 'Nunito Sans', sans-serif; font-size: 24px; font-weight: 900; color: var(--navy); margin-bottom: 8px; letter-spacing: -0.02em; }
.popup-sub { font-size: 13.5px; color: var(--g600); line-height: 1.65; margin-bottom: 28px; font-style: italic; }
.popup-sub strong { color: var(--navy); font-style: normal; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 11px; font-weight: 700; color: var(--g600); margin-bottom: 6px; font-family: 'Nunito Sans', sans-serif; letter-spacing: 0.08em; text-transform: uppercase; }
.form-row input, .form-row select {
  width: 100%; padding: 10px 14px;
  border: 1.5px solid var(--g100); border-radius: 8px;
  font-family: 'Poppins', sans-serif; font-size: 13.5px; color: var(--navy); outline: none;
  transition: border-color 0.15s;
}
.form-row input:focus, .form-row select:focus { border-color: var(--teal); }
.btype-row { display: flex; gap: 8px; margin-bottom: 16px; }
.btype-opt {
  flex: 1; padding: 10px 8px; border: 1.5px solid var(--g100);
  border-radius: 8px; text-align: center; cursor: pointer;
  font-size: 12px; font-weight: 600; color: var(--g600);
  transition: all 0.15s; user-select: none;
}
.btype-opt.active { border-color: var(--teal); background: var(--teal-lo); color: var(--teal-dk); }
.popup-note {
  background: rgba(71,206,183,0.07); border: 1px solid rgba(71,206,183,0.2);
  border-radius: 8px; padding: 12px 16px;
  font-size: 12.5px; color: var(--g600); line-height: 1.65;
  margin-bottom: 20px; font-style: italic;
}
.popup-note strong { color: var(--teal-dk); font-style: normal; }
.popup-cta {
  width: 100%; padding: 14px;
  background: var(--teal); color: var(--navy);
  border: none; border-radius: 9px;
  font-family: 'Nunito Sans', sans-serif; font-size: 15px; font-weight: 800;
  cursor: pointer; transition: background 0.15s;
}
.popup-cta:hover { background: #5ddec9; }

/* ── LEGAL ── */
.legal-page { display: none; padding: 60px 40px; max-width: 760px; margin: 0 auto; }
.legal-page.active { display: block; }
.legal-page h1 { font-family: 'Nunito Sans', sans-serif; font-size: 32px; font-weight: 900; margin-bottom: 8px; }
.legal-page h2 { font-family: 'Nunito Sans', sans-serif; font-size: 18px; font-weight: 800; margin: 28px 0 10px; }
.legal-page p, .legal-page li { font-size: 14px; color: var(--g600); line-height: 1.8; margin-bottom: 8px; font-style: italic; }
.legal-page ul { padding-left: 20px; margin-bottom: 12px; }
.legal-page .updated { font-size: 12px; color: var(--g400); margin-bottom: 28px; }
.legal-back { background: none; border: 1px solid var(--g100); border-radius: 8px; padding: 8px 16px; font-size: 13px; cursor: pointer; margin-bottom: 32px; color: var(--g600); }
.legal-back:hover { border-color: var(--teal); color: var(--teal-dk); }

/* ── STATUS BAR ── */
.status-bar { display: none; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.7); }
.status-bar.visible { display: flex; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--g400); flex-shrink: 0; }
.status-dot.done { background: var(--teal); }
.status-dot.error { background: var(--crit); }

/* ── REPORT SCREENSHOT SLIDER ── */
.rpt-slider-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 0 1px rgba(71,206,183,0.12);
  background: var(--navy-2);
}
.rpt-badge-float {
  position: absolute; top: 12px; left: 12px; z-index: 10;
  background: var(--teal); color: var(--navy);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 100px;
}
.rpt-slider { position: relative; width: 100%; min-height: 400px; overflow: hidden; }
.rpt-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
.rpt-slide.active { opacity: 1; pointer-events: auto; }
.rpt-slide img { width: 100%; height: auto; display: block; }
.rpt-dots {
  display: flex; justify-content: center; gap: 6px;
  padding: 10px 0 12px;
  background: var(--navy-2);
}
.rpt-dot-btn {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.2); border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.rpt-dot-btn.active { background: var(--teal); transform: scale(1.3); }

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 768px) {

  /* Strip */
  .earlybird-strip {
    flex-wrap: wrap; gap: 8px; padding: 10px 16px; text-align: center;
    justify-content: center;
  }
  .eb-text { font-size: 12px; }

/* Nav */
.nav { padding: 0 16px; height: 56px; flex-direction: row; justify-content: space-between; }
.nav-logo { order: 2; margin-right: auto; margin-left: 1%; margin-bottom: 2%; }
.nav-logo img { height: 28px; }
.nav-right { order: 3; }
.nav-links { display: none; }
.nav-cta { font-size: 12px; padding: 7px 14px; }
.nav-burger { order: 1; display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-burger span { width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.nav-cta { font-size: 11px; padding: 6px 12px; white-space: nowrap; }

  /* Wrap */
  .wrap { padding: 0 20px; }

  /* Hero */
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 20px 56px;
  }
  .hero h1 { font-size: clamp(30px, 8vw, 42px); }
  .hero-sub { font-size: 14px; max-width: 100%; }
  .hero-metrics { gap: 5px; }
  .hm-pill { font-size: 10px; padding: 3px 10px; }
  .btn-primary { width: 100%; justify-content: center; font-size: 14px; padding: 13px 20px; }
  .hero-trust { gap: 10px; }
  .ht-item { font-size: 11px; }

  /* Slider — appears below hero text on mobile */
  .rpt-slider { aspect-ratio: 4/3; }

  /* Stats bar */
  .stats-bar { padding: 20px 20px; }
  .stats-inner { gap: 0; flex-wrap: wrap; justify-content: space-around; }
  .stat-item { padding: 10px 16px; }
  .stat-num { font-size: 26px; }
  .stat-div { display: none; }

  /* Why different */
  .why-section { padding: 56px 0; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-card { padding: 16px; }
  .why-card h4 { font-size: 13px; }
  .why-card p { font-size: 11.5px; }
  .why-vs { flex-direction: column; gap: 8px; padding: 14px 16px; }
  .why-vs p { font-size: 13px; }
  .sec-h { font-size: clamp(22px, 6vw, 32px); margin-bottom: 32px; }

  /* 5 sections */
  .sections-wrap { padding: 56px 0; }
  .sections-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .sec-card { padding: 16px 14px; }
  .sec-card h4 { font-size: 13px; }
  .sec-card p { font-size: 11.5px; }

  /* Steps */
  .steps-section { padding: 56px 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 20px; }
  .step-card { padding: 28px 24px; }
  .step-card h3 { font-size: 19px; }
  .step-price { font-size: 26px; }
  .sec-h-white { font-size: clamp(22px, 6vw, 32px); margin-bottom: 32px; }

  /* About */
  .about-section { padding: 56px 0; }
  .founders-grid { grid-template-columns: 1fr; gap: 24px; }
  .founder-photo-wrap { height: 280px; }
  .founder-body { padding: 20px 20px; }
  .founder-name { font-size: 18px; }
  .founders-intro { font-size: 14px; }

  /* Audit form */
  #audit-form { padding: 56px 0 !important; }
  .btype-row { gap: 6px; }
  .btype-opt { font-size: 11px; padding: 8px 6px; }

  /* Footer */
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-links { gap: 14px; flex-wrap: wrap; }

  /* Popup */
  .popup-box { padding: 28px 20px; border-radius: 16px; }
  .popup-h { font-size: 20px; }

}

@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
  .sections-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(28px, 9vw, 36px); }
  .eb-text { font-size: 11px; }
}
