/* ===== CSS RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Hanken Grotesk', sans-serif;
  background-color: #f7fafb;
  color: #181c1d;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button, input, select, textarea { font-family: inherit; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f4f5; }
::-webkit-scrollbar-thumb { background: #c2caad; border-radius: 3px; }

/* ===== CSS CUSTOM PROPERTIES ===== */
:root {
  --color-primary: #4b6700;
  --color-on-primary: #ffffff;
  --color-primary-container: #bdff00;
  --color-on-primary-container: #547300;
  --color-electric-lime: #BDFF00;
  --color-deep-slate: #2D2E38;
  --color-ink-black: #000001;
  --color-surface: #f7fafb;
  --color-surface-container-low: #f1f4f5;
  --color-surface-container: #ebeeef;
  --color-surface-container-high: #e6e9ea;
  --color-surface-container-lowest: #ffffff;
  --color-surface-variant: #e0e3e4;
  --color-on-surface: #181c1d;
  --color-on-surface-variant: #434933;
  --color-outline: #737a61;
  --color-outline-variant: #c2caad;
  --color-tertiary: #0061a3;
  --color-tertiary-container: #deebff;
  --color-on-tertiary-container: #006cb5;
  --color-error: #ba1a1a;
  --color-error-container: #ffdad6;
  --container-max: 1280px;
  --section-gap: 120px;
  --section-gap-mobile: 64px;
}

/* ===== TYPOGRAPHY ===== */
.headline-xl { font-size: clamp(40px, 5vw, 64px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
.headline-lg { font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; line-height: 1.17; letter-spacing: -0.01em; }
.headline-md { font-size: clamp(22px, 2.5vw, 32px); font-weight: 600; line-height: 1.25; }
.headline-sm { font-size: 20px; font-weight: 600; line-height: 1.3; }
.body-lg { font-size: 18px; font-weight: 400; line-height: 1.6; }
.body-md { font-size: 16px; font-weight: 400; line-height: 1.5; }
.label-caps { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; line-height: 1.33; letter-spacing: 0.1em; text-transform: uppercase; }
.section-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 12px; display: block; }

/* ===== LAYOUT ===== */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 48px; }
@media (max-width: 768px) { .container { padding: 0 20px; } }
@media (min-width: 769px) and (max-width: 1024px) { .container { padding: 0 32px; } }
.section-padding { padding: var(--section-gap) 0; }
@media (max-width: 768px) { .section-padding { padding: var(--section-gap-mobile) 0; } }
.section-bg-alt { background: var(--color-surface-container-low); }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-header p { color: var(--color-on-surface-variant); margin-top: 14px; font-size: 17px; line-height: 1.6; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 16px; font-weight: 600; line-height: 1; cursor: pointer; border: none; transition: all 0.2s ease; white-space: nowrap; text-decoration: none; }
.btn-primary { background: var(--color-electric-lime); color: var(--color-ink-black); padding: 16px 32px; border-radius: 999px; }
.btn-primary:hover { box-shadow: 0 8px 24px rgba(189,255,0,0.35); transform: translateY(-2px); }
.btn-primary:active { transform: scale(0.97); }
.btn-secondary { background: transparent; color: var(--color-on-surface); border: 2px solid var(--color-deep-slate); padding: 14px 32px; border-radius: 999px; }
.btn-secondary:hover { background: var(--color-surface-variant); }
.btn-whatsapp { background: #25D366; color: #fff; padding: 16px 32px; border-radius: 999px; }
.btn-whatsapp:hover { background: #1ebe5d; box-shadow: 0 8px 24px rgba(37,211,102,0.3); transform: translateY(-2px); }
.btn-sm { padding: 10px 24px; font-size: 14px; border-radius: 999px; }

/* ===== BADGES ===== */
.badge { padding: 4px 12px; border-radius: 999px; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.badge-blue { background: var(--color-tertiary-container); color: var(--color-on-tertiary-container); }
.badge-lime { background: var(--color-primary-container); color: var(--color-on-primary-container); }

/* ===== MISC ===== */
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.filled { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@keyframes statGlow {
  0%, 100% { box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
  50% { box-shadow: 0 16px 48px rgba(189,255,0,0.22), 0 12px 40px rgba(0,0,0,0.12); }
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

/* count-up utility — used by JS counter */
.count-up { display: inline; }


/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(247,250,251,0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(194,202,173,0.3); transition: box-shadow 0.3s ease; }
.navbar.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.08); }
.navbar-inner { max-width: var(--container-max); margin: 0 auto; padding: 0 48px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
@media (max-width: 768px) { .navbar-inner { padding: 0 20px; } }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.nav-brand-name { font-size: 17px; font-weight: 700; color: var(--color-on-surface); line-height: 1.2; }
.nav-brand-name small { display: block; font-size: 11px; font-weight: 500; color: var(--color-on-surface-variant); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.05em; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--color-on-surface-variant); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--color-primary); font-weight: 600; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--color-on-surface); border-radius: 2px; transition: all 0.3s; }
.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); }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: rgba(247,250,251,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--color-outline-variant); padding: 24px 20px; z-index: 999; }
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu a { display: block; padding: 12px 16px; font-size: 16px; font-weight: 500; color: var(--color-on-surface); border-radius: 8px; transition: background 0.2s; }
.mobile-menu a:hover { background: var(--color-surface-container); }
.mobile-menu .mobile-cta { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 1023px) { .nav-links { display: none; } .hamburger { display: flex; } .nav-cta .btn { display: none; } }
@media (min-width: 640px) and (max-width: 1023px) { .nav-cta .btn { display: inline-flex !important; } }

/* ===== CTA BANNER ===== */
.cta-banner { background: var(--color-deep-slate); padding: 80px 0; }
@media (max-width: 768px) { .cta-banner { padding: 56px 0; } }
.cta-banner-inner { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cta-banner-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-electric-lime); opacity: 0.8; }
.cta-banner-headline { color: #fff; font-size: clamp(26px, 4vw, 44px); font-weight: 800; line-height: 1.15; letter-spacing: -0.01em; }
.cta-banner-sub { color: rgba(255,255,255,0.6); max-width: 500px; font-size: 16px; line-height: 1.6; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ===== PAGE HERO (shared across inner pages) ===== */
.page-hero { padding-top: calc(72px + 64px); padding-bottom: 80px; background: var(--color-deep-slate); position: relative; overflow: hidden; }
@media (max-width: 768px) { .page-hero { padding-top: calc(72px + 40px); padding-bottom: 56px; } }
.page-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(189,255,0,0.07) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.page-hero-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-electric-lime); margin-bottom: 14px; }
.page-hero-title { color: #fff; font-size: clamp(30px, 4.5vw, 52px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 20px; }
.page-hero-sub { color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.7; max-width: 500px; }
.page-hero-inner { max-width: var(--container-max); margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 768px) { .page-hero-inner { padding: 0 20px; grid-template-columns: 1fr; gap: 36px; } }
.page-hero-img { border-radius: 20px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.4); }
.page-hero-img img { width: 100%; height: 360px; object-fit: cover; display: block; }
.page-hero-centered { text-align: center; max-width: var(--container-max); margin: 0 auto; padding: 0 48px; }
@media (max-width: 768px) { .page-hero-centered { padding: 0 20px; } }

/* ===== FOOTER ===== */
.footer { background: var(--color-deep-slate); color: rgba(255,255,255,0.85); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (min-width: 769px) and (max-width: 1023px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.footer-brand-name { font-size: 16px; font-weight: 700; color: #fff; }
.footer-tagline { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.55); max-width: 280px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 12px; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.2s; text-decoration: none; }
.social-icon:hover { background: var(--color-electric-lime); }
.social-icon:hover svg { fill: var(--color-ink-black); }
.social-icon svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.75); }
.footer-col-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); margin-bottom: 20px; font-family: 'JetBrains Mono', monospace; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.7); transition: color 0.2s; }
.footer-links a:hover { color: var(--color-electric-lime); }
.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.7); }
.footer-contact-item .material-symbols-outlined { font-size: 16px; color: var(--color-electric-lime); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: rgba(255,255,255,0.7); }
.footer-contact-item a:hover { color: var(--color-electric-lime); }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-copyright { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* ===== MOBILE FLOATING BUTTONS (round, stacked, right side) ===== */
.mobile-float-btns {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 1100;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .mobile-float-btns { display: flex; }
}
.mfb-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.mfb-btn:active { transform: scale(0.92); }
.mfb-btn svg { width: 26px; height: 26px; fill: #fff; }
.mfb-phone {
  background: #2196F3;
  box-shadow: 0 4px 20px rgba(33,150,243,0.5);
}
.mfb-phone:hover { box-shadow: 0 6px 24px rgba(33,150,243,0.65); transform: scale(1.07); }
.mfb-wa {
  background: #25D366;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
}
.mfb-wa:hover { box-shadow: 0 6px 24px rgba(37,211,102,0.65); transform: scale(1.07); }

/* ===== BOOK FREE DEMO MODAL ===== */
.demo-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.demo-overlay.open { display: flex; }

.demo-modal {
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  position: relative;
  box-shadow: 0 32px 80px rgba(0,0,0,0.3);
  animation: modalIn 0.25s ease;
  overflow: hidden;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(24px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.demo-modal-header {
  background: var(--color-deep-slate);
  padding: 28px 32px 24px;
  position: relative;
}
@media (max-width: 480px) { .demo-modal-header { padding: 24px 20px 20px; } }

.demo-modal-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-electric-lime);
  margin-bottom: 6px;
}
.demo-modal-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 6px;
}
.demo-modal-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.demo-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: background 0.2s;
  font-family: inherit;
  line-height: 1;
}
.demo-modal-close:hover { background: rgba(255,255,255,0.22); }

.demo-modal-body { padding: 28px 32px 32px; }
@media (max-width: 480px) { .demo-modal-body { padding: 20px 20px 24px; } }

.demo-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .demo-form-row { grid-template-columns: 1fr; gap: 0; } }

.demo-form-group { margin-bottom: 16px; }
.demo-form-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-on-surface-variant);
  margin-bottom: 6px;
}
.demo-form-input, .demo-form-select, .demo-form-textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--color-outline-variant);
  border-radius: 8px;
  font-size: 15px;
  color: var(--color-on-surface);
  background: var(--color-surface-container-low);
  transition: all 0.2s;
  outline: none;
  font-family: 'Hanken Grotesk', sans-serif;
}
.demo-form-input:focus, .demo-form-select:focus, .demo-form-textarea:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(75,103,0,0.12);
}
.demo-form-input.error, .demo-form-select.error { border-color: var(--color-error); background: var(--color-error-container); }
.demo-form-error { font-size: 11px; color: var(--color-error); margin-top: 4px; display: none; }
.demo-form-error.visible { display: block; }
.demo-form-textarea { resize: none; height: 90px; }

.demo-submit-btn {
  width: 100%;
  padding: 15px;
  background: var(--color-electric-lime);
  color: var(--color-ink-black);
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Hanken Grotesk', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  transition: all 0.2s;
}
.demo-submit-btn:hover { box-shadow: 0 8px 24px rgba(189,255,0,0.4); transform: translateY(-1px); }
.demo-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

.demo-success {
  display: none;
  text-align: center;
  padding: 32px 24px;
}
.demo-success.visible { display: block; }
.demo-success-icon { font-size: 48px; margin-bottom: 12px; }
.demo-success-title { font-size: 20px; font-weight: 800; color: var(--color-on-surface); margin-bottom: 8px; }
.demo-success-sub { font-size: 15px; color: var(--color-on-surface-variant); line-height: 1.6; }
.demo-success-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: #25D366;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.demo-success-wa:hover { background: #1ebe5d; }

/* ===== CHOICE POPUP (WhatsApp or Book Online) ===== */
.choice-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2100;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.choice-overlay.open { display: flex; }

.choice-popup {
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.3);
  animation: modalIn 0.22s ease;
}
.choice-popup-header {
  background: var(--color-deep-slate);
  padding: 24px 28px 20px;
  position: relative;
}
.choice-popup-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.choice-popup-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.choice-popup-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.choice-popup-close:hover { background: rgba(255,255,255,0.22); }

.choice-popup-body {
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.choice-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  font-family: 'Hanken Grotesk', sans-serif;
  width: 100%;
  text-align: left;
  background: var(--color-surface-container-low);
}
.choice-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.choice-btn-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.choice-btn-icon svg { width: 24px; height: 24px; fill: #fff; }
.choice-btn.wa { border-color: #25D366; }
.choice-btn.wa .choice-btn-icon { background: #25D366; }
.choice-btn.wa:hover { background: #f0fdf4; }
.choice-btn.online { border-color: var(--color-primary); }
.choice-btn.online .choice-btn-icon { background: var(--color-electric-lime); }
.choice-btn.online:hover { background: #f7fce8; }
.choice-btn-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-on-surface);
  margin-bottom: 2px;
}
.choice-btn-desc {
  font-size: 13px;
  color: var(--color-on-surface-variant);
  line-height: 1.4;
}

/* ===================================================
   COMPREHENSIVE RESPONSIVE FIXES
   Mobile: ≤640px | Tablet: 641–1023px | Desktop: ≥1024px
   =================================================== */

/* ── Choice popup mobile ── */
@media (max-width: 480px) {
  .choice-popup { border-radius: 20px 20px 0 0; max-width: 100%; margin-top: auto; }
  .choice-overlay { align-items: flex-end; padding: 0; }
  .choice-popup-header { padding: 20px 20px 16px; }
  .choice-popup-title { font-size: 17px; }
  .choice-popup-body { padding: 16px 16px 24px; gap: 12px; }
  .choice-btn { padding: 14px 16px; gap: 12px; }
  .choice-btn-icon { width: 40px; height: 40px; border-radius: 10px; }
  .choice-btn-label { font-size: 15px; }
  .choice-btn-desc { font-size: 12px; }
}

/* ── Demo modal mobile ── */
@media (max-width: 480px) {
  .demo-overlay { padding: 0; align-items: flex-end; }
  .demo-modal { border-radius: 20px 20px 0 0; max-width: 100%; max-height: 92vh; overflow-y: auto; }
  .demo-modal-title { font-size: 18px; }
  .demo-modal-sub { font-size: 13px; }
  .demo-submit-btn { font-size: 15px; padding: 14px; }
}

/* ── Demo modal tablet ── */
@media (min-width: 481px) and (max-width: 768px) {
  .demo-modal { max-width: 94%; }
}

/* ── Success box mobile ── */
@media (max-width: 480px) {
  .demo-success { padding: 24px 16px; }
  .demo-success-title { font-size: 18px; }
  .demo-success-wa { font-size: 14px; padding: 11px 18px; }
}

/* ── Hero section mobile ── */
@media (max-width: 640px) {
  .hero-actions { gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ── Demo video section mobile ── */
@media (max-width: 768px) {
  #demo-video .container > div {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  #demo-video { padding: 56px 0 !important; }
  #demo-video > .container > div > div:last-child > div[style*="flex-direction:column"] {
    gap: 10px !important;
  }
}

/* ── CTA banner buttons mobile ── */
@media (max-width: 480px) {
  .cta-banner-actions { flex-direction: column; width: 100%; }
  .cta-banner-actions .btn { width: 100%; justify-content: center; }
}

/* ── Floating mobile buttons — safe area ── */
@media (max-width: 768px) {
  .mobile-float-btns { bottom: 72px; right: 12px; }
  .mfb-btn { width: 52px; height: 52px; }
}

/* ── Footer mobile ── */
@media (max-width: 480px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-bottom-links { gap: 16px; }
}

/* ── General button touch targets (min 44px) ── */
@media (max-width: 1023px) {
  .btn { min-height: 44px; }
  .carousel-arrow { width: 44px; height: 44px; }
}

/* ── Gallery grid mobile ── */
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery-img {
    height: auto !important;
    aspect-ratio: unset !important;
    object-fit: contain !important;
    background: #0a0a0a;
    border-radius: 10px;
  }
}

/* ── Testimonial cards mobile ── */
@media (max-width: 640px) {
  #testimonials [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
}
@media (min-width: 641px) and (max-width: 1023px) {
  #testimonials [style*="grid-template-columns:repeat(3"] { grid-template-columns: repeat(2,1fr) !important; }
}

/* ── Section header mobile ── */
@media (max-width: 640px) {
  .section-header { margin-bottom: 36px; }
  .section-header .headline-lg { font-size: clamp(24px, 6vw, 32px); }
}

/* ── Page hero image mobile ── */
@media (max-width: 640px) {
  .page-hero-img img { height: 240px; }
}

/* ── FAQ mobile ── */
@media (max-width: 640px) {
  .faq-item summary { font-size: 15px; padding: 16px 18px; }
  .faq-answer { padding: 0 18px 16px; font-size: 14px; }
}

/* ── Find Us map mobile ── */
@media (max-width: 640px) {
  .find-us-map iframe { min-height: 280px !important; }
}

/* ── Demo video section responsive text ── */
@media (max-width: 480px) {
  #demo-video p, #demo-video h2 { text-align: center !important; }
  #demo-video > .container > div > div:last-child > div[style*="display:flex"] {
    justify-content: center !important;
  }
}

/* ── Prevent horizontal scroll everywhere ── */
html, body { max-width: 100%; overflow-x: hidden; }

/* ── Contact page form row mobile ── */
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr !important; }
  .contact-layout { grid-template-columns: 1fr !important; gap: 32px !important; }
  .contact-form-card { padding: 24px 16px !important; }
  .quick-cards { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .qc-value { font-size: 13px; }
}

/* ── About team/values grid mobile ── */
@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr !important; }
  .values-grid { grid-template-columns: 1fr !important; }
  .mission-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .mission-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat-box-number { font-size: 30px; }
  .team-card-body { padding: 20px !important; }
}

/* ── Results page stats banner mobile ── */
@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr 1fr !important; }
  .stat-num { font-size: 30px; }
}

/* ── Choice popup — tablet bottom sheet ── */
@media (min-width: 481px) and (max-width: 768px) {
  .choice-popup { max-width: 460px; }
}

/* ── Courses plan cards padding mobile ── */
@media (max-width: 480px) {
  .plan-header { padding: 20px 20px 16px !important; }
  .plan-body { padding: 20px !important; }
  .plan-name { font-size: 17px; }
}

/* ── Video grid mobile gap ── */
@media (max-width: 480px) {
  .video-grid { gap: 14px !important; }
  .video-meta { padding: 12px 14px !important; }
  .video-title { font-size: 13px; }
}

/* ── Ensure open-choice-popup button is full-width on small screens ── */
@media (max-width: 480px) {
  .page-hero-center .open-choice-popup { width: 100%; }
}

/* ── Touch active states (no hover on mobile) ── */
@media (hover: none) {
  .feature-card:hover { transform: none; box-shadow: none; }
  .btn-primary:hover { transform: none; box-shadow: none; }
  .btn-whatsapp:hover { transform: none; box-shadow: none; }
  .choice-btn:hover { transform: none; box-shadow: none; }
  .inclusion-item:hover { transform: none; box-shadow: none; }
  .team-card:hover { transform: none; box-shadow: none; }
}
