/* ============================================================
   ZYROWTH — Stylesheet
   Palette: ink-black #0d1b2a | prussian-blue #1b263b |
            dusk-blue #415a77 | dusty-denim #778da9 | alabaster #e0e1dd
   Fonts: Exo 2 (headings) + Nunito (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800;900&family=Nunito:wght@300;400;500;600;700;800&display=swap');

/* ── ROOT ── */
:root {
  --ink-black:      #0d1b2a;
  --prussian-blue:  #1b263b;
  --dusk-blue:      #415a77;
  --dusty-denim:    #778da9;
  --alabaster:      #e0e1dd;

  --bg:             var(--ink-black);
  --surface:        var(--prussian-blue);
  --surface2:       #14202f;
  --border:         #2c3e56;
  --text:           var(--alabaster);
  --text2:          var(--dusty-denim);
  --text3:          #506a85;

  --btn-bg:         var(--ink-black);
  --btn-text:       var(--alabaster);
  --btn-border:     var(--dusk-blue);

  --r:   14px;
  --r-s: 8px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--dusk-blue); border-radius: 99px; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: 'Exo 2', sans-serif;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.4rem, 4.5vw, 3.7rem); font-weight: 900; line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.75rem); font-weight: 800; line-height: 1.15; margin-bottom: 14px; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 1.5px solid var(--btn-border);
  padding: 13px 28px;
  border-radius: var(--r-s);
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .22s, border-color .22s, transform .2s, box-shadow .2s;
}
.btn-primary:hover {
  background: var(--prussian-blue);
  border-color: var(--dusty-denim);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(65,90,119,0.35);
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
  padding: 13px 28px;
  border-radius: var(--r-s);
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .22s, background .22s, transform .2s;
}
.btn-secondary:hover {
  border-color: var(--dusk-blue);
  background: rgba(65,90,119,0.1);
  transform: translateY(-2px);
}

/* ── SECTION COMMONS ── */
section { padding: 96px 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dusty-denim);
  margin-bottom: 16px;
}
.section-label::before {
  content: '';
  width: 22px; height: 2px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim));
  border-radius: 1px;
}
.section-desc { color: var(--text2); font-size: .97rem; max-width: 580px; line-height: 1.75; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  backdrop-filter: blur(22px);
  background: rgba(13,27,42,0.9);
  border-bottom: 1px solid var(--border);
  padding: 0 5%;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-icon {
  width: 42px; height: 42px;
  background: linear-gradient(160deg, #253652 0%, #1a2d46 40%, #141f30 100%);
  border-radius: 12px;
  border: none;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 900; font-size: 16px;
  color: #e0e1dd;
  letter-spacing: -0.5px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 4px 14px rgba(0,0,0,0.4);
}
.logo-text { font-family: 'Exo 2', sans-serif; font-weight: 800; font-size: 18px; color: var(--text); }
.logo-sub  { font-size: 10px; color: var(--text3); letter-spacing: .06em; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--text2); font-size: 14px;
  font-weight: 600; transition: color .2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 1.5px solid var(--btn-border);
  padding: 8px 20px;
  border-radius: var(--r-s);
  font-family: 'Nunito', sans-serif;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
}
.nav-cta:hover {
  background: var(--prussian-blue);
  border-color: var(--dusty-denim);
  transform: translateY(-1px);
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }

/* ── TICKER ── */
.ticker-wrap {
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim), var(--dusk-blue));
  overflow: hidden; padding: 9px 0;
  white-space: nowrap; margin-top: 68px;
}
.ticker { display: inline-block; animation: ticker 30s linear infinite; }
.ticker span { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--alabaster); padding: 0 28px; }
.ticker span::after { content: '◆'; margin-left: 28px; opacity: .5; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── HERO ── */
.hero {
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 80px 5% 60px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -200px; left: -100px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(65,90,119,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(119,141,169,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(65,90,119,0.15);
  border: 1px solid rgba(119,141,169,0.3);
  border-radius: 99px; padding: 6px 15px;
  font-size: 12px; font-weight: 700;
  color: var(--dusty-denim); margin-bottom: 22px; letter-spacing: .04em;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--dusty-denim);
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.4; transform:scale(1.6); } }

/* Rotating word */
.hero-heading-label {
  font-family: 'Exo 2', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--text3); margin-bottom: 8px;
}
h1 .static-line { display: block; }
.rotating-wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  min-width: 280px;
}
#rotating-word {
  display: inline-block;
  background: linear-gradient(135deg, var(--dusk-blue), var(--dusty-denim));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity .38s ease, transform .38s ease;
}
#rotating-word.fade-out {
  opacity: 0;
  transform: translateY(-12px);
}

.hero-tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; margin-top: 10px; }
.hero-tag {
  background: rgba(65,90,119,0.12);
  border: 1px solid rgba(119,141,169,0.2);
  border-radius: 6px; padding: 5px 13px;
  font-size: 12px; font-weight: 700;
  color: var(--dusty-denim);
}
.hero-desc { color: var(--text2); font-size: 1rem; line-height: 1.75; margin-bottom: 32px; max-width: 500px; }
.hero-avatars { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.avatar-stack { display: flex; }
.avatar-stack .av {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid var(--bg);
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  color: var(--alabaster);
}
.avatar-stack .av + .av { margin-left: -10px; }
.av-1 { background: linear-gradient(135deg, var(--dusk-blue), var(--dusty-denim)); }
.av-2 { background: var(--prussian-blue); border-color: var(--dusk-blue) !important; }
.av-3 { background: var(--dusk-blue); }
.av-4 { background: var(--dusty-denim); color: var(--ink-black) !important; }
.av-plus { background: var(--surface2); border-color: var(--border) !important; color: var(--text2); font-size: 10px; }
.avatar-text strong { display: block; font-size: 14px; font-weight: 700; }
.avatar-text span   { font-size: 12px; color: var(--text2); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── HERO CARD ── */
.hero-visual { position: relative; }
.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px; padding: 24px;
  position: relative; overflow: hidden;
}
.hero-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim));
}
.card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.card-title  { font-size: 13px; font-weight: 700; color: var(--text2); }
.live-badge  {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; color: var(--dusty-denim);
  background: rgba(119,141,169,0.1); padding: 4px 10px; border-radius: 99px;
}
.live-dot { width: 6px; height: 6px; background: var(--dusty-denim); border-radius: 50%; animation: pulseDot 1.5s infinite; }
.metrics-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 20px; }
.metric { background: var(--surface2); border-radius: 10px; padding: 14px; text-align: center; }
.metric-val   { font-family: 'Exo 2', sans-serif; font-weight: 800; font-size: 22px; color: var(--text); }
.metric-label { font-size: 11px; color: var(--text3); margin-top: 2px; }
.channels { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.channel { display: flex; align-items: center; gap: 10px; }
.channel-name { font-size: 12px; font-weight: 700; width: 78px; }
.channel-bar-bg { flex: 1; background: var(--surface2); border-radius: 99px; height: 6px; overflow: hidden; }
.channel-bar { height: 100%; border-radius: 99px; }
.bar-email { background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim)); width: 82%; }
.bar-sms   { background: linear-gradient(90deg, var(--prussian-blue), var(--dusk-blue)); width: 74%; }
.bar-wa    { background: linear-gradient(90deg, var(--dusty-denim), var(--alabaster)); width: 91%; }
.channel-pct { font-size: 12px; font-weight: 700; width: 34px; text-align: right; color: var(--text2); }
.notif {
  display: flex; align-items: center; gap: 12px;
  background: var(--surface2); border-radius: 10px; padding: 12px;
  border-left: 3px solid var(--dusty-denim);
}
.notif-av {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--dusk-blue), var(--dusty-denim));
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0; color: var(--alabaster);
}
.notif-text { flex: 1; }
.notif-name { font-size: 12px; font-weight: 700; }
.notif-msg  { font-size: 11px; color: var(--text2); }
.notif-time { font-size: 11px; color: var(--dusty-denim); white-space: nowrap; }
.floating-badge {
  position: absolute; top: -13px; right: 20px;
  background: var(--btn-bg);
  border: 1.5px solid var(--dusk-blue);
  color: var(--alabaster); padding: 8px 15px;
  border-radius: 10px; font-size: 12px; font-weight: 700;
  box-shadow: 0 4px 18px rgba(13,27,42,0.6);
}
.hero-card-footer {
  display: flex; justify-content: center; gap: 24px;
  margin-top: 18px; font-size: 12px; color: var(--text3);
}
.hero-card-footer span b { color: var(--text2); font-weight: 700; }

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--surface);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 48px 5%;
}
.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 32px; text-align: center;
}
.stat-num {
  font-family: 'Exo 2', sans-serif; font-size: 2.9rem; font-weight: 900;
  background: linear-gradient(135deg, var(--dusk-blue), var(--dusty-denim));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: 13px; color: var(--text2); margin-top: 4px; font-weight: 600; }

/* ── SERVICES ── */
#services { background: var(--bg); }
.services-header { text-align: center; margin-bottom: 60px; }
.services-header .section-label { justify-content: center; }
.services-header .section-desc { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r); padding: 32px;
  position: relative; transition: border-color .3s, transform .3s;
}
.service-card:hover { border-color: var(--dusty-denim); transform: translateY(-4px); }
.service-card.popular::before {
  content: 'Most Popular';
  position: absolute; top: -1px; right: 20px;
  background: var(--btn-bg);
  border: 1px solid var(--dusk-blue); border-top: none;
  color: var(--alabaster);
  font-size: 11px; font-weight: 700;
  padding: 4px 13px; border-radius: 0 0 8px 8px; letter-spacing: .04em;
}
.service-num  { font-family: 'Exo 2', sans-serif; font-size: 12px; font-weight: 800; color: var(--dusty-denim); margin-bottom: 14px; letter-spacing: .06em; }
.service-card h3 { font-family: 'Exo 2', sans-serif; font-size: 1.2rem; font-weight: 800; margin-bottom: 11px; color: var(--text); }
.service-card p  { color: var(--text2); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.service-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.service-features li { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--text2); }
.service-features li::before { content: '✓'; color: var(--dusty-denim); font-weight: 800; flex-shrink: 0; }
.service-link { color: var(--dusty-denim); font-size: 13px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s, color .2s; }
.service-link:hover { gap: 11px; color: var(--alabaster); }

/* ── PROCESS ── */
#how-it-works { background: var(--surface); }
.process-header { text-align: center; margin-bottom: 64px; }
.process-header .section-label { justify-content: center; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.steps-grid::before {
  content: ''; position: absolute; top: 46px; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim), var(--dusk-blue));
  opacity: .35; z-index: 0;
}
.step { text-align: center; padding: 0 18px; position: relative; z-index: 1; }
.step-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--btn-bg);
  border: 2px solid var(--dusk-blue);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Exo 2', sans-serif; font-size: 21px; font-weight: 900;
  color: var(--alabaster); margin: 0 auto 22px;
  box-shadow: 0 0 22px rgba(65,90,119,0.3);
}
.step h3 { font-family: 'Exo 2', sans-serif; font-size: 1rem; font-weight: 800; margin-bottom: 10px; color: var(--text); }
.step p  { color: var(--text2); font-size: 13px; line-height: 1.65; }

/* ── RESULTS ── */
#results { background: var(--bg); }
.results-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; flex-wrap: wrap; gap: 24px; }
.results-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.result-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r); padding: 32px; text-align: center;
  position: relative; overflow: hidden; transition: border-color .3s;
}
.result-card:hover { border-color: var(--dusty-denim); }
.result-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim));
}
.result-num {
  font-family: 'Exo 2', sans-serif; font-size: 2.7rem; font-weight: 900;
  background: linear-gradient(135deg, var(--dusk-blue), var(--dusty-denim));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 8px;
}
.result-desc { color: var(--text2); font-size: 13px; line-height: 1.6; }

/* ── TESTIMONIALS ── */
#testimonials { background: var(--surface); }
.testi-header { text-align: center; margin-bottom: 56px; }
.testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-bottom: 52px; }
.testi-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r); padding: 28px;
  transition: border-color .3s;
}
.testi-card:hover { border-color: var(--dusty-denim); }
.quote-icon  { font-size: 40px; color: var(--dusk-blue); margin-bottom: 14px; line-height: 1; font-family: Georgia, serif; }
.testi-text  { color: var(--text2); font-size: 14px; line-height: 1.8; margin-bottom: 22px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 13px; }
.author-av   { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; color: var(--alabaster); }
.author-name { font-size: 14px; font-weight: 700; color: var(--text); }
.author-role { font-size: 12px; color: var(--text2); }
.stars       { color: var(--dusty-denim); font-size: 13px; margin-top: 3px; }
.trusted-strip  { text-align: center; }
.trusted-label  { font-size: 11px; font-weight: 700; color: var(--text3); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 22px; }
.trusted-logos  { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.trusted-logo   { background: var(--surface2); border: 1px solid var(--border); border-radius: 8px; padding: 9px 20px; font-size: 13px; font-weight: 600; color: var(--text2); }

/* ── CONTACT ── */
#contact { background: var(--bg); }
.contact-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 80px; align-items: start;
}
.contact-left p { color: var(--text2); font-size: 15px; line-height: 1.75; margin-bottom: 32px; }
.contact-perks  { display: flex; flex-direction: column; gap: 14px; }
.perk { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.perk-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(65,90,119,0.12);
  border: 1px solid rgba(65,90,119,0.28);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0;
}

/* ── FORM ── */
.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px; padding: 24px;
  position: relative; overflow: hidden;
}
.contact-form::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim));
}
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { margin-bottom: 10px; }
label { font-size: 13px; font-weight: 700; color: var(--text2); }
label .req { color: #d96a6a; margin-left: 3px; }
.form-input,
.form-select,
.form-textarea {
  background: var(--surface2);
  border: 1.5px solid var(--border);
  border-radius: var(--r-s);
  padding: 12px 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px; color: var(--text); width: 100%;
  transition: border-color .2s, box-shadow .2s;
  outline: none; appearance: none; -webkit-appearance: none;
}
.form-input::placeholder,
.form-textarea::placeholder { color: var(--text3); }
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--dusk-blue);
  box-shadow: 0 0 0 3px rgba(65,90,119,0.18);
}
.form-input.error,
.form-select.error { border-color: #d96a6a; box-shadow: 0 0 0 3px rgba(217,106,106,0.12); }
.error-msg { font-size: 12px; color: #d96a6a; margin-top: 4px; display: none; align-items: center; gap: 4px; }
.error-msg.show { display: flex; }
.form-textarea { resize: vertical; min-height: 90px; }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23778da9' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px; cursor: pointer;
}
.form-select option { background: var(--surface2); color: var(--text); }
.submit-btn {
  width: 100%;
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 1.5px solid var(--btn-border);
  border-radius: 10px; padding: 15px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px; font-weight: 800;
  cursor: pointer;
  transition: background .22s, border-color .22s, transform .2s, box-shadow .2s;
  margin-top: 8px;
}
.submit-btn:hover {
  background: var(--prussian-blue);
  border-color: var(--dusty-denim);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(65,90,119,0.3);
}
.submit-btn:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.form-privacy { text-align: center; font-size: 12px; color: var(--text3); margin-top: 13px; }
.form-privacy a { color: var(--dusty-denim); text-decoration: none; }
.form-fields   { transition: opacity .3s; }

/* ── SUCCESS ── */
.success-state { display: none; text-align: center; padding: 40px 20px; }
.success-state.show { display: block; }
.success-icon {
  width: 72px; height: 72px;
  background: rgba(65,90,119,0.12);
  border: 2px solid var(--dusk-blue);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin: 0 auto 20px; color: var(--dusty-denim);
}
.success-state h3 { font-family: 'Exo 2', sans-serif; font-size: 1.4rem; font-weight: 800; margin-bottom: 10px; }
.success-state p  { color: var(--text2); font-size: 14px; }

/* ── FOOTER ── */
footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 64px 5% 32px;
}
.footer-inner  { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand p { color: var(--text2); font-size: 14px; line-height: 1.7; margin-top: 14px; max-width: 280px; }
.footer-col h4  { font-family: 'Exo 2', sans-serif; font-size: 14px; font-weight: 800; margin-bottom: 18px; color: var(--text); }
.footer-col ul  { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a   { color: var(--text2); text-decoration: none; font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: var(--dusty-denim); }
.footer-bottom {
  border-top: 1px solid var(--border); padding-top: 26px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 13px; color: var(--text3); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: var(--text3); text-decoration: none; transition: color .2s; }
.footer-bottom-links a:hover { color: var(--dusty-denim); }

/* ── SCROLL ANIMATIONS ── */
.fade-in { opacity: 1; transform: translateY(0); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-inner       { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual      { display: none; }
  .steps-grid       { grid-template-columns: repeat(2,1fr); gap: 36px; }
  .steps-grid::before { display: none; }
  .contact-inner    { grid-template-columns: 1fr; }
  .footer-top       { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta    { display: none; }
  .hamburger              { display: flex; }
  .services-grid,
  .testi-grid,
  .results-grid           { grid-template-columns: 1fr; }
  .stats-inner            { grid-template-columns: repeat(2,1fr); }
  .form-row               { grid-template-columns: 1fr; }
  .footer-top             { grid-template-columns: 1fr; }
  .footer-bottom          { flex-direction: column; text-align: center; }
}

/* ══════════════════════════════════════════════
   UPGRADES — scroll, nav, misc
   ══════════════════════════════════════════════ */

/* ── Scroll Progress Bar ── */
#scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim), var(--alabaster));
  z-index: 9999;
  transition: width .1s linear;
  border-radius: 0 2px 2px 0;
}

/* ── Nav scrolled shadow ── */
nav.scrolled {
  box-shadow: 0 4px 32px rgba(0,0,0,0.35);
  background: rgba(13,27,42,0.97);
}

/* ── Active nav link ── */
.nav-link.active {
  color: var(--alabaster) !important;
  position: relative;
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim));
  border-radius: 1px;
}

/* ── Hamburger open animation ── */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero dot-grid background ── */
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(119,141,169,0.09) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.hero-inner { position: relative; z-index: 1; }

/* ── WhatsApp floating button ── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 56px; height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: transform .25s, box-shadow .25s;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.12) translateY(-3px);
  box-shadow: 0 8px 32px rgba(37,211,102,0.6);
}
.wa-tooltip {
  position: absolute;
  right: 66px;
  background: #25d366;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  transform: translateX(6px);
}
.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px; top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #25d366;
  border-right: none;
}
.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ── Back to top button ── */
.back-to-top {
  position: fixed;
  bottom: 96px;
  right: 28px;
  z-index: 999;
  width: 42px; height: 42px;
  background: var(--prussian-blue);
  border: 1.5px solid var(--dusk-blue);
  border-radius: 50%;
  color: var(--alabaster);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s, background .2s;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--dusk-blue);
  border-color: var(--dusty-denim);
}

/* ── Staggered fade-in delays ── */
.services-grid   .fade-in:nth-child(1) { transition-delay: .05s; }
.services-grid   .fade-in:nth-child(2) { transition-delay: .15s; }
.services-grid   .fade-in:nth-child(3) { transition-delay: .25s; }
.services-grid   .fade-in:nth-child(4) { transition-delay: .35s; }
.results-grid    .fade-in:nth-child(1) { transition-delay: .05s; }
.results-grid    .fade-in:nth-child(2) { transition-delay: .15s; }
.results-grid    .fade-in:nth-child(3) { transition-delay: .25s; }
.results-grid    .fade-in:nth-child(4) { transition-delay: .35s; }
.testi-grid      .fade-in:nth-child(1) { transition-delay: .05s; }
.testi-grid      .fade-in:nth-child(2) { transition-delay: .15s; }
.testi-grid      .fade-in:nth-child(3) { transition-delay: .25s; }
.testi-grid      .fade-in:nth-child(4) { transition-delay: .35s; }
.steps-grid      .fade-in:nth-child(1) { transition-delay: .05s; }
.steps-grid      .fade-in:nth-child(2) { transition-delay: .15s; }
.steps-grid      .fade-in:nth-child(3) { transition-delay: .25s; }
.steps-grid      .fade-in:nth-child(4) { transition-delay: .35s; }

/* ── Stat card hover glow ── */
.stats-inner > div {
  padding: 16px;
  border-radius: var(--r);
  transition: background .25s;
  cursor: default;
}
.stats-inner > div:hover { background: rgba(65,90,119,0.1); }

/* ── Service card bottom accent line on hover ── */
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--dusk-blue), var(--dusty-denim));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  border-radius: 0 0 var(--r) var(--r);
}
.service-card:hover::after { transform: scaleX(1); }

/* ── Trusted logo hover ── */
.trusted-logo {
  transition: border-color .2s, color .2s, transform .2s;
  cursor: default;
}
.trusted-logo:hover {
  border-color: var(--dusk-blue);
  color: var(--alabaster);
  transform: translateY(-2px);
}

/* ── Result card shimmer on hover ── */
.result-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(119,141,169,0.05) 60%, transparent 80%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.result-card:hover::after { opacity: 1; }

/* ── Testi card subtle left border on hover ── */
.testi-card { border-left: 3px solid transparent; transition: border-color .3s, border-left-color .3s; }
.testi-card:hover { border-left-color: var(--dusk-blue); }

/* ── Mobile adjustments ── */
@media (max-width: 768px) {
  .whatsapp-float { bottom: 24px; right: 20px; width: 50px; height: 50px; }
  .back-to-top    { bottom: 84px; right: 20px; }
  .wa-tooltip     { display: none; }
}

/* ══════════════════════════════════════════════
   FOOTER SOCIAL ICONS
   Clean, brand-specific classes (no nth-child)
   ══════════════════════════════════════════════ */

.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}

/* ── Base icon button ── */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text3);
  text-decoration: none;
  flex-shrink: 0;
  transition:
    color        .22s ease,
    background   .22s ease,
    border-color .22s ease,
    transform    .22s ease,
    box-shadow   .22s ease;
}

/* ── Lift on any hover ── */
.social-icon:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* ── LinkedIn brand colour ── */
.social-linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  box-shadow: 0 6px 20px rgba(10, 102, 194, 0.35);
}

/* ── Instagram gradient brand ── */
.social-instagram:hover {
    
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
    
  );
  border-color: #d6249f;
  box-shadow: 0 6px 20px rgba(214, 36, 159, 0.35);
}

/* ── WhatsApp brand colour ── */
.social-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

/* ── Keyboard focus ring ── */
.social-icon:focus-visible {
  outline: 2px solid var(--dusty-denim);
  outline-offset: 3px;
}