/* =====================================================================
   GO DENTAL — Premium Design System
   "Clean, Low-Price, Hi-Tech Dentistry for All."
   Primary Lime Green #79c142 · Corporate Navy #2c3e50 · White-led
   ===================================================================== */

/* ----------------------------- Reset ----------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 3px; border-radius: 6px; }

/* --------------------------- Tokens ------------------------------ */
:root {
  /* Brand */
  --c-primary:        #79c142;   /* Lime / Apple Green */
  --c-primary-600:    #5fae2e;
  --c-primary-700:    #4a9021;
  --c-primary-tint:   #eef8e4;   /* soft green wash */
  --c-primary-tint-2: #e3f2d4;
  --c-accent:         #79c142;

  --c-navy:           #2c3e50;   /* Corporate Slate Navy */
  --c-navy-700:       #243343;
  --c-navy-600:       #1c2833;
  --c-navy-tint:      #eef2f6;
  --c-navy-tint-2:    #e3eaf1;

  /* Neutrals */
  --c-bg:        #ffffff;
  --c-surface:   #ffffff;
  --c-mist:      #f7f9fb;   /* page-section tint */
  --c-mist-2:    #f1f5f9;
  --c-ink:       #16222e;   /* near-black slate text */
  --c-text:      #1f2d3a;
  --c-body:      #4a5a6a;
  --c-muted:     #6b7c8c;
  --c-line:      #e6ecf2;   /* hairlines */
  --c-line-soft: #eef2f6;

  /* Effects */
  --shadow-xs: 0 1px 2px rgba(20,40,60,.05), 0 1px 1px rgba(20,40,60,.04);
  --shadow-sm: 0 4px 12px -4px rgba(20,40,60,.10), 0 2px 4px -2px rgba(20,40,60,.06);
  --shadow-md: 0 14px 30px -12px rgba(20,40,60,.16), 0 6px 12px -6px rgba(20,40,60,.08);
  --shadow-lg: 0 30px 60px -18px rgba(20,40,60,.22), 0 12px 24px -12px rgba(20,40,60,.10);
  --shadow-glow: 0 18px 40px -12px rgba(121,193,66,.45);

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  --grad-primary: linear-gradient(135deg, #8ad14a 0%, #5fae2e 100%);
  --grad-primary-deep: linear-gradient(135deg, #6cbe36 0%, #4a9021 100%);
  --grad-navy: linear-gradient(150deg, #2c3e50 0%, #16222e 100%);
  --grad-hero: radial-gradient(120% 120% at 80% 0%, #f6fbef 0%, #ffffff 45%);

  --container: 1200px;
  --container-narrow: 940px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --dur: .35s;

  --font-display: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* --------------------------- Base type --------------------------- */
body {
  font-family: var(--font-body);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.7;
  font-size: clamp(16px, 1.05vw, 17px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--c-ink);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
p  { color: var(--c-body); }
strong { color: var(--c-ink); font-weight: 600; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--c-body); line-height: 1.75; }

::selection { background: var(--c-primary); color: #fff; }

/* --------------------------- Layout ------------------------------ */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.container.narrow { max-width: var(--container-narrow); }

.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section--mist  { background: var(--c-mist); }
.section--navy  { background: var(--grad-navy); color: #cdd9e3; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy p { color: #aebfcd; }
.section--tint  { background: var(--c-primary-tint); }

.section-head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.section-head--left { margin-left: 0; text-align: left; }
.section-head p { margin-top: 14px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--c-primary-700);
  background: var(--c-primary-tint);
  padding: 7px 14px; border-radius: var(--radius-pill);
  border: 1px solid var(--c-primary-tint-2);
}
.section--navy .eyebrow { color: #b6e58a; background: rgba(121,193,66,.14); border-color: rgba(121,193,66,.28); }

.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-primary); box-shadow: 0 0 0 4px rgba(121,193,66,.25); }

.grid { display: grid; gap: clamp(20px, 2.4vw, 32px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.divider { height: 1px; background: var(--c-line); border: 0; }

/* --------------------------- Buttons ----------------------------- */
.btn {
  --btn-bg: var(--grad-primary);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 600; font-size: .98rem; letter-spacing: -.01em;
  padding: 15px 26px; border-radius: var(--radius-pill);
  background: var(--btn-bg); color: #16260a;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-glow);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
  will-change: transform;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -12px rgba(121,193,66,.6); }
.btn:active { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; }

.btn--ghost {
  background: rgba(255,255,255,.85); color: var(--c-navy);
  box-shadow: var(--shadow-sm); border: 1px solid var(--c-line);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: #fff; box-shadow: var(--shadow-md); }

.btn--outline {
  background: transparent; color: var(--c-navy);
  border: 1.5px solid var(--c-navy-tint-2); box-shadow: none;
}
.btn--outline:hover { border-color: var(--c-primary); color: var(--c-primary-700); background: var(--c-primary-tint); box-shadow: none; transform: translateY(-3px); }

.btn--light { background: #fff; color: var(--c-navy); box-shadow: var(--shadow-md); }
.btn--light:hover { box-shadow: var(--shadow-lg); }

.btn--lg { padding: 18px 34px; font-size: 1.05rem; }
.btn--sm { padding: 10px 18px; font-size: .9rem; }
.btn--block { display: flex; width: 100%; }

.btn--wa { background: linear-gradient(135deg, #25d366 0%, #128c4a 100%); color: #fff; box-shadow: 0 18px 40px -12px rgba(37,211,102,.5); }
.btn--wa:hover { box-shadow: 0 22px 46px -12px rgba(37,211,102,.65); }

/* Ripple */
.ripple { position: absolute; border-radius: 50%; transform: scale(0); background: rgba(255,255,255,.55); pointer-events: none; animation: ripple .65s var(--ease-out); }
.btn--wa .ripple, .btn--ghost .ripple, .btn--outline .ripple, .btn--light .ripple { background: rgba(121,193,66,.3); }
@keyframes ripple { to { transform: scale(2.6); opacity: 0; } }

/* Pills / badges */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: .74rem; letter-spacing: .04em;
  padding: 5px 11px; border-radius: var(--radius-pill);
  background: var(--c-primary); color: #16260a;
}
.pill--free { background: var(--grad-primary); box-shadow: 0 6px 16px -4px rgba(121,193,66,.5); }

/* --------------------------- Navbar ------------------------------ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), padding var(--dur) var(--ease);
  padding: 18px 0;
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 10px 14px 10px 22px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 8px 28px -12px rgba(20,40,60,.16);
  transition: box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nav.is-scrolled .nav__inner { box-shadow: 0 12px 34px -12px rgba(20,40,60,.22); background: rgba(255,255,255,.9); }

.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; color: var(--c-ink); letter-spacing: -.02em; }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand span b { color: var(--c-primary-700); }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--c-navy);
  padding: 9px 14px; border-radius: var(--radius-pill);
  display:flex; align-items:center; justify-content:center; text-align:center;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nav__links a:hover { color: var(--c-primary-700); background: var(--c-primary-tint); }
.nav__links a.is-active { color: var(--c-primary-700); background: var(--c-primary-tint); }

.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__cta .btn { padding: 12px 22px; }

.nav__toggle { display: none; width: 46px; height: 46px; border-radius: 50%; align-items: center; justify-content: center; background: var(--c-primary-tint); }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after {
  content: ""; display: block; width: 20px; height: 2px; background: var(--c-navy); border-radius: 2px; position: relative; transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav__toggle span::before { position: absolute; top: -6px; left: 0; }
.nav__toggle span::after  { position: absolute; top: 6px;  left: 0; }
body.menu-open .nav__toggle span { background: transparent; }
body.menu-open .nav__toggle span::before { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav__toggle span::after  { transform: translateY(-6px) rotate(-45deg); }

/* Mobile overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(255,255,255,.96); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px;
  padding: 90px 30px 40px;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu a {
  font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--c-navy);
  padding: 10px 18px; border-radius: 14px;
}
.mobile-menu a:hover { color: var(--c-primary-700); background: var(--c-primary-tint); }
.mobile-menu .btn { margin-top: 18px; }

body.menu-open { overflow: hidden; }

/* nav spacer so content isn't hidden under fixed nav */
.nav-spacer { height: 92px; }

/* --------------------------- Hero -------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--grad-hero);
  padding: clamp(70px, 11vw, 150px) 0 clamp(60px, 8vw, 110px);
}
.hero::before {
  content:""; position:absolute; top:-20%; right:-10%; width: 60vw; height: 60vw; max-width:760px; max-height:760px;
  background: radial-gradient(circle, rgba(121,193,66,.30) 0%, rgba(121,193,66,0) 60%);
  filter: blur(20px); z-index:0;
}
.hero::after {
  content:""; position:absolute; bottom:-30%; left:-15%; width:50vw; height:50vw; max-width:600px; max-height:600px;
  background: radial-gradient(circle, rgba(44,62,80,.10) 0%, rgba(44,62,80,0) 60%); filter:blur(20px); z-index:0;
}
.hero .container { position: relative; z-index: 1; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }

.hero__title { margin: 22px 0 18px; }
.hero__title .accent { color: var(--c-primary-700); position: relative; white-space: nowrap; }
.hero__sub { max-width: 540px; font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__micro { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--c-muted); font-size: .92rem; }
.hero__micro .stars { color: #f5a623; letter-spacing: 2px; }

/* Hero visual */
.hero__visual { position: relative; }
.hero__card {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  background: var(--grad-navy); padding: 26px; min-height: 420px;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; justify-content: space-between;
}
.hero__card .glass {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-lg); padding: 18px 20px; backdrop-filter: blur(8px);
  color: #fff;
}
.hero__card .glass h4 { color:#fff; font-size: 1.05rem; margin-bottom: 4px; }
.hero__card .glass p { color:#bcd0de; font-size: .9rem; margin:0; }
.hero__card-top { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.hero__card-bot { display:flex; gap: 14px; }
.hero__card-bot .glass { flex:1; }
.hero__badge {
  position:absolute; top:18px; right:18px;
  background: var(--grad-primary); color:#16260a; font-family: var(--font-display); font-weight:800;
  padding: 10px 16px; border-radius: var(--radius-pill); font-size:.82rem;
  box-shadow: var(--shadow-glow); display:flex; align-items:center; gap:8px;
}

/* Floating stat chip */
.float-chip {
  position:absolute; background:#fff; border-radius: var(--radius); padding: 14px 18px;
  box-shadow: var(--shadow-lg); display:flex; align-items:center; gap:12px;
}
.float-chip .ic { width:42px; height:42px; border-radius: 12px; background: var(--c-primary-tint); display:grid; place-items:center; color: var(--c-primary-700); }
.float-chip .ic svg { width:22px; height:22px; }
.float-chip b { font-family: var(--font-display); font-size: 1.15rem; color: var(--c-ink); display:block; line-height:1.1; }
.float-chip small { color: var(--c-muted); font-size: .8rem; }
.float-chip--1 { left:-26px; top: 52%; }
.float-chip--2 { right:-18px; top: 22%; }

/* Floating animation for chips */
@keyframes float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.float-chip--1 { animation: float-gentle 4s ease-in-out infinite; }
.float-chip--2 { animation: float-gentle 4s ease-in-out 1s infinite; }

/* ---------------------- Trust strip ----------------------------- */
.trust { border-bottom: 1px solid var(--c-line); }
.trust__row { display:flex; flex-wrap: wrap; align-items:center; justify-content: space-around; gap: 22px 40px; padding: 30px 0; }
.trust__item { display:flex; align-items:center; gap:12px; color: var(--c-navy); }
.trust__item .ic { width:44px; height:44px; border-radius:12px; background: var(--c-primary-tint); color: var(--c-primary-700); display:grid; place-items:center; flex:none; }
.trust__item .ic svg { width:22px; height:22px; }
.trust__item b { font-family: var(--font-display); font-size: 1.05rem; color: var(--c-ink); display:block; line-height:1.2; }
.trust__item span { color: var(--c-muted); font-size: .86rem; }

/* ---------------------- Feature / Pillar cards ------------------ */
.card {
  background: var(--c-surface); border: 1px solid var(--c-line);
  border-radius: var(--radius-lg); padding: 30px;
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--c-primary-tint-2); }
.card__icon {
  width: 58px; height: 58px; border-radius: 16px;
  display:grid; place-items:center; color: var(--c-primary-700);
  background: var(--c-primary-tint); margin-bottom: 20px;
  transition: transform var(--dur) var(--ease);
}
.card:hover .card__icon { transform: scale(1.06) rotate(-3deg); }
.card__icon svg { width: 30px; height: 30px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .97rem; }

.card--navy { background: var(--grad-navy); color:#cdd9e3; border:none; }
.card--navy h3, .card--navy b { color:#fff; }
.card--navy p { color:#aebfcd; }
.card--navy .card__icon { background: rgba(121,193,66,.16); color:#b6e58a; }
.card--navy:hover { border:none; }

/* number badge card */
.card__num { font-family: var(--font-display); font-weight:800; font-size: 2.6rem; color: var(--c-primary); line-height:1; }

/* ---------------------- Service cards --------------------------- */
.svc {
  background:#fff; border:1px solid var(--c-line); border-radius: var(--radius-lg);
  padding: 30px; display:flex; flex-direction:column; gap: 14px;
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  position: relative; overflow:hidden;
}
.svc::after {
  content:""; position:absolute; inset:0 0 auto 0; height:4px; background: var(--grad-primary);
  transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease);
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--c-primary-tint-2); }
.svc:hover::after { transform: scaleX(1); }
.svc__icon {
  width: 60px; height: 60px; border-radius: 18px; display:grid; place-items:center;
  background: var(--c-primary-tint); color: var(--c-primary-700);
  box-shadow: inset 0 0 0 1px var(--c-primary-tint-2);
}
.svc__icon svg { width: 30px; height: 30px; }
.svc h3 { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.svc__desc { font-size: .95rem; color: var(--c-body); flex:1; }
.svc__actions { display:flex; flex-direction:column; gap:10px; margin-top: 8px; }
.svc__inclusions { display:flex; flex-wrap:wrap; gap:7px; margin-top: 4px; }
.tag { font-size:.78rem; color: var(--c-navy); background: var(--c-navy-tint); padding: 5px 11px; border-radius: var(--radius-pill); font-weight:600; }

/* ---------------------- Stats / counters ------------------------ */
.stats { display:grid; grid-template-columns: repeat(4,1fr); gap: clamp(20px,3vw,40px); }
.stat { text-align:center; }
.stat__num { font-family: var(--font-display); font-weight:800; font-size: clamp(2.4rem, 4.5vw, 3.4rem); color:#fff; line-height:1; letter-spacing:-.03em; }
.stat__num .suffix { color: var(--c-primary); }
.stat__label { margin-top: 8px; color:#aebfcd; font-size: .92rem; letter-spacing:.02em; }
.section--navy .stat__label { color:#aebfcd; }

/* ---------------------- Split feature --------------------------- */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 70px); align-items:center; }
.split--rev .split__media { order: 2; }
.split__body h2 { margin-bottom: 18px; }
.split__body p + p { margin-top: 14px; }
.split__list { margin-top: 24px; display:flex; flex-direction:column; gap: 16px; }
.split__list li { display:flex; gap:14px; align-items:flex-start; }
.split__list .ic { width:34px; height:34px; border-radius: 10px; background: var(--c-primary-tint); color: var(--c-primary-700); display:grid; place-items:center; flex:none; margin-top:2px; }
.split__list .ic svg { width:18px; height:18px; }
.split__list b { color: var(--c-ink); font-family: var(--font-display); display:block; }
.split__list span { display:block; color: var(--c-body); font-size:.94rem; }

/* Visual panel (CSS-built, no stock images) */
.panel {
  position: relative; border-radius: var(--radius-xl); overflow:hidden;
  padding: 34px; min-height: 380px;
  background: var(--grad-navy);
  box-shadow: var(--shadow-lg);
  color:#fff;
}
.panel--green { background: var(--grad-primary); color:#16260a; }
.panel--mist  { background: var(--c-mist); color: var(--c-text); border:1px solid var(--c-line); }
.panel__title { font-family: var(--font-display); font-weight:800; font-size: 1.3rem; color:#fff; margin-bottom:6px; }
.panel--green .panel__title, .panel--mist .panel__title { color: inherit; }

/* tech grid inside panel */
.techgrid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 8px; }
.techgrid .tg {
  background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); border-radius: 14px;
  min-width: 0; padding: 16px; display:flex; gap:12px; align-items:center; backdrop-filter: blur(6px);
}
.panel--mist .techgrid .tg { background:#fff; border-color: var(--c-line); }
.techgrid .ic { width:36px; height:36px; border-radius:10px; background: rgba(121,193,66,.2); color:#b6e58a; display:grid; place-items:center; flex:none; }
.panel--mist .techgrid .ic { background: var(--c-primary-tint); color: var(--c-primary-700); }
.techgrid .ic svg { width:20px; height:20px; }
.techgrid .tg > span:not(.ic) { min-width: 0; }
.techgrid b { color:#fff; font-family: var(--font-display); font-size:.92rem; display:block; overflow-wrap:anywhere; }
.panel--mist .techgrid b { color: var(--c-ink); }
.techgrid small { color:#aebfcd; font-size:.78rem; overflow-wrap:anywhere; }
.panel--mist .techgrid small { color: var(--c-muted); }

/* ---------------------- Step / process -------------------------- */
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap: clamp(18px,2vw,26px); counter-reset: step; }
.step { position:relative; padding: 28px 24px; background:#fff; border:1px solid var(--c-line); border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); }
.step__n { font-family: var(--font-display); font-weight:800; font-size:.85rem; color: var(--c-primary-700); background: var(--c-primary-tint); width:40px; height:40px; border-radius:12px; display:grid; place-items:center; margin-bottom:16px; }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { font-size:.92rem; }

/* ---------------------- Gallery ---------------------------------- */
.gallery { display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 16px; }
.tile {
  position:relative; border-radius: var(--radius-lg); overflow:hidden;
  background: var(--grad-navy); box-shadow: var(--shadow-sm);
  display:flex; flex-direction:column; justify-content:flex-end; padding: 22px; color:#fff;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.tile:hover { transform: translateY(-5px) scale(1.01); box-shadow: var(--shadow-lg); }
.tile--green { background: var(--grad-primary); color:#15300a; }
.tile--wide  { grid-column: span 2; }
.tile--tall  { grid-row: span 2; }
.tile h4 { color:#fff; font-size: 1.05rem; }
.tile--green h4 { color:#15300a; }
.tile small { color:#cfe0ec; font-size:.82rem; }
.tile--green small { color:#2c4a16; }
.tile .glyph { position:absolute; opacity:.16; }
.tile .glyph svg { width: 120px; height:120px; }

/* ---------------------- Branch / location cards ----------------- */
.branch {
  background:#fff; border:1px solid var(--c-line); border-radius: var(--radius-lg);
  overflow:hidden; box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.branch:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.branch__map { height: 200px; background: var(--c-navy-tint); position:relative; border-bottom:1px solid var(--c-line); }
.branch__map iframe { width:100%; height:100%; border:0; filter: grayscale(.2) contrast(1.02); }
.branch__body { padding: 26px; }
.branch__body h3 { display:flex; align-items:center; gap:10px; margin-bottom: 14px; }
.branch__body h3 .ic { color: var(--c-primary-700); }
.branch__row { display:flex; gap:12px; padding: 11px 0; border-bottom:1px dashed var(--c-line); }
.branch__row:last-of-type { border-bottom:none; }
.branch__row .ic { width:20px; height:20px; color: var(--c-primary-700); flex:none; margin-top:3px; }
.branch__row .ic svg { width:20px; height:20px; }
.branch__row b { font-family: var(--font-display); color: var(--c-ink); display:block; font-size:.86rem; letter-spacing:.03em; }
.branch__row span, .branch__row a { color: var(--c-body); font-size:.95rem; }
.branch__row a:hover { color: var(--c-primary-700); }
.branch__actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }

/* ---------------------- Testimonial ----------------------------- */
.quote {
  background:#fff; border:1px solid var(--c-line); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow-xs); position:relative;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.quote:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.quote .stars { color:#f5a623; letter-spacing:2px; margin-bottom:14px; }
.quote p { color: var(--c-text); font-size: 1.02rem; line-height:1.75; }
.quote__who { display:flex; align-items:center; gap:12px; margin-top: 20px; }
.quote__avatar { width:46px; height:46px; border-radius:50%; background: var(--grad-primary); color:#16260a; display:grid; place-items:center; font-family:var(--font-display); font-weight:800; flex:none; }
.quote__who b { font-family: var(--font-display); color: var(--c-ink); display:block; }
.quote__who small { color: var(--c-muted); }

/* ---------------------- FAQ accordion --------------------------- */
.faq-item { background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-xs); }
.faq-item + .faq-item { margin-top: 12px; }
.faq-q {
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding: 22px 26px; font-family: var(--font-display); font-weight:600; font-size: 1.05rem; color: var(--c-ink); text-align:left;
  transition: background var(--dur) var(--ease);
}
.faq-q:hover { background: var(--c-primary-tint); }
.faq-q .pm { position:relative; width:22px; height:22px; flex:none; }
.faq-q .pm::before, .faq-q .pm::after { content:""; position:absolute; background: var(--c-primary-700); border-radius:2px; transition: transform var(--dur) var(--ease); }
.faq-q .pm::before { width:14px; height:2px; top:10px; left:4px; }
.faq-q .pm::after  { width:2px; height:14px; top:4px; left:10px; }
.faq-item.is-open .pm::after { transform: rotate(90deg); opacity:0; }
.faq-a { max-height:0; overflow:hidden; transition: max-height var(--dur) var(--ease); }
.faq-a__inner { padding: 0 26px 24px; color: var(--c-body); }

/* ---------------------- Final CTA ------------------------------- */
.cta-band {
  position:relative; overflow:hidden;
  background: var(--grad-navy); border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 70px); color:#fff; text-align:center;
  box-shadow: var(--shadow-lg);
}
.cta-band::before {
  content:""; position:absolute; top:-40%; right:-10%; width: 50vw; height: 50vw; max-width:520px; max-height:520px;
  background: radial-gradient(circle, rgba(121,193,66,.35) 0%, rgba(121,193,66,0) 60%); filter:blur(10px);
}
.cta-band::after {
  content:""; position:absolute; bottom:-50%; left:-10%; width:40vw; height:40vw; max-width:440px; max-height:440px;
  background: radial-gradient(circle, rgba(121,193,66,.18) 0%, rgba(121,193,66,0) 60%);
}
.cta-band .container, .cta-band > * { position:relative; z-index:1; }
.cta-band h2 { color:#fff; }
.cta-band p { color:#c2d2de; max-width: 600px; margin: 16px auto 0; }
.cta-band__actions { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin-top: 30px; }

/* ---------------------- Page header (interior) ------------------ */
.pagehead {
  position:relative; overflow:hidden;
  background: var(--grad-navy); color:#cdd9e3;
  padding: clamp(110px, 14vw, 170px) 0 clamp(50px, 7vw, 90px);
}
.pagehead::before {
  content:""; position:absolute; top:-30%; right:-10%; width:55vw; height:55vw; max-width:620px; max-height:620px;
  background: radial-gradient(circle, rgba(121,193,66,.28) 0%, rgba(121,193,66,0) 60%); filter:blur(10px);
}
.pagehead .container { position:relative; z-index:1; max-width: 820px; }
.pagehead h1 { color:#fff; }
.pagehead p { color:#b9c8d4; font-size: clamp(1.05rem,1.4vw,1.2rem); margin-top: 16px; max-width: 640px; }
.breadcrumb { display:flex; gap:8px; align-items:center; color:#8aa0b0; font-size:.88rem; margin-bottom:18px; }
.breadcrumb a:hover { color:#b6e58a; }
.breadcrumb span { color: var(--c-primary); }

/* ---------------------- Footer ----------------------------------- */
.footer { background: #11202c; color: #9fb2c0; padding: clamp(56px,7vw,90px) 0 0; }
.footer a:hover { color:#fff; }
.footer__grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: clamp(28px,4vw,48px); padding-bottom: 50px; border-bottom:1px solid rgba(255,255,255,.08); }
.footer__brand { color:#fff; }
.footer__about { color:#9fb2c0; margin: 16px 0 22px; font-size:.94rem; max-width: 320px; }
.footer h5 { color:#fff; font-family: var(--font-display); font-size:.95rem; letter-spacing:.04em; margin-bottom: 18px; text-transform:uppercase; }
.footer ul { display:flex; flex-direction:column; gap: 11px; }
.footer ul a { color:#9fb2c0; font-size:.94rem; }
.footer__contact li { display:flex; gap:10px; align-items:flex-start; color:#9fb2c0; font-size:.94rem; }
.footer__contact .ic { width:18px; height:18px; color: var(--c-primary); flex:none; margin-top:3px; }
.footer__social { display:flex; gap:10px; margin-top: 18px; }
.footer__social a { width:40px; height:40px; border-radius:12px; background: rgba(255,255,255,.06); display:grid; place-items:center; color:#cdd9e3; transition: background var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease); }
.footer__social a:hover { background: var(--c-primary); color:#16260a; transform: translateY(-3px); }
.footer__social a svg { width:18px; height:18px; }
.footer__bottom { display:flex; flex-wrap:wrap; justify-content:space-between; gap:14px; align-items:center; padding: 24px 0; color:#7a8d9c; font-size:.86rem; }
.footer__bottom a { color:#9fb2c0; }

/* ---------------------- Scroll reveal --------------------------- */
.reveal { opacity:0; transform: translateY(28px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); will-change: opacity, transform; }
.reveal.in { opacity:1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }
.reveal.from-left  { transform: translateX(-32px); }
.reveal.from-right { transform: translateX(32px); }
.reveal.from-left.in, .reveal.from-right.in { transform: translateX(0); }
.reveal.zoom { transform: scale(.92); }
.reveal.zoom.in { transform: scale(1); }

/* ---------------------- Floating WA button ---------------------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg,#25d366,#128c4a); color:#fff;
  display:grid; place-items:center; box-shadow: 0 14px 30px -8px rgba(37,211,102,.6);
  transition: transform var(--dur) var(--ease);
}
.fab:hover { transform: scale(1.08) translateY(-2px); }
.fab svg { width: 30px; height: 30px; }
.fab::after {
  content:""; position:absolute; inset:0; border-radius:50%; border:2px solid #25d366;
  animation: fabpulse 2.4s var(--ease) infinite;
}
@keyframes fabpulse { 0%{ transform:scale(1); opacity:.7; } 100%{ transform:scale(1.6); opacity:0; } }
.fab__label {
  position:absolute; right:72px; top:50%; transform: translateY(-50%);
  background:#fff; color: var(--c-navy); font-family: var(--font-display); font-weight:600; font-size:.85rem;
  padding: 8px 14px; border-radius: var(--radius-pill); box-shadow: var(--shadow-md); white-space:nowrap;
  opacity:0; pointer-events:none; transition: opacity var(--dur) var(--ease);
}
.fab:hover .fab__label { opacity:1; }

/* ---------------------- Forms ----------------------------------- */
.form { display:grid; gap: 18px; }
.field label { display:block; font-family: var(--font-display); font-weight:600; font-size:.9rem; color: var(--c-ink); margin-bottom:8px; }
.field input, .field textarea, .field select {
  width:100%; padding: 14px 16px; border-radius: var(--radius-sm); border:1.5px solid var(--c-line);
  background:#fff; color: var(--c-text); transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--c-primary); box-shadow: 0 0 0 4px rgba(121,193,66,.18); outline:none; }
.field textarea { resize: vertical; min-height: 130px; }
.form__row { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size:.84rem; color: var(--c-muted); }
.form-success { display:none; align-items:center; gap:12px; padding:16px 18px; border-radius: var(--radius-sm); background: var(--c-primary-tint); color: var(--c-primary-700); border:1px solid var(--c-primary-tint-2); font-weight:600; }
.form-success.show { display:flex; }

/* ---------------------- Helpers --------------------------------- */
.center { text-align:center; }
.mt-s { margin-top: 12px; } .mt-m { margin-top: 24px; } .mt-l { margin-top: 40px; }
.muted { color: var(--c-muted); }
.text-navy { color: var(--c-navy); }
.cluster { display:flex; flex-wrap:wrap; gap: 12px; align-items:center; }
.cluster--center { justify-content:center; }
.bg-deco-dots {
  background-image: radial-gradient(rgba(44,62,80,.06) 1.4px, transparent 1.4px);
  background-size: 22px 22px;
}
.kbd { font-family: var(--font-display); font-weight:700; color: var(--c-primary-700); }

.skip-link { position:absolute; left:-9999px; top:8px; z-index:200; background:#fff; color: var(--c-navy); padding:10px 16px; border-radius:10px; box-shadow: var(--shadow-md); }
.skip-link:focus { left: 12px; }

/* ---------------------- Responsive ------------------------------ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 520px; margin-top: 20px; }
  .split, .split--rev .split__media { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 30px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .nav__links, .nav__cta .btn:not(.nav__book) { display:none; }
  .nav__toggle { display:flex; }
  .nav__cta { gap: 6px; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .panel { padding: 24px; min-height: auto; }
  .techgrid { grid-template-columns: 1fr; }
  .reveal.from-left, .reveal.from-right { transform: translateY(28px); }
  .reveal.from-left.in, .reveal.from-right.in { transform: translateY(0); }
  .stats { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .tile--wide, .tile--tall { grid-column: auto; grid-row: auto; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .float-chip { display:none; }
  .hero__actions .btn { flex: 1 1 auto; }
}
@media (max-width: 380px) {
  .stats { grid-template-columns: 1fr; }
}
