/* ==========================================================================
   Sanjeevani Physiotherapy Clinic — Premium Tier (₹24,999)
   Brand kit: Teal #0F766E / Deep Teal #134E4A / Cream #FAF7F2 / Amber #F59E0B
   Type: Poppins (display) + Inter (body)
   ========================================================================== */

:root {
  --teal: #0F766E;
  --teal-dark: #134E4A;
  --teal-soft: #CCE8E5;
  --teal-tint: #E7F4F2;
  --cream: #FAF7F2;
  --amber: #F59E0B;
  --amber-dark: #B45309;
  --ink: #1C2B2A;
  --ink-soft: #4B5D5B;
  --line: #E2E8E6;
  --white: #FFFFFF;
  --shadow-sm: 0 2px 8px rgba(19, 78, 74, 0.07);
  --shadow-md: 0 10px 30px rgba(19, 78, 74, 0.10);
  --shadow-lg: 0 24px 60px rgba(19, 78, 74, 0.16);
  --radius: 16px;
  --radius-lg: 24px;
  --font-display: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --header-h: 76px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--teal-dark);
  line-height: 1.22;
  letter-spacing: -0.015em;
  font-weight: 700;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); }

p { color: var(--ink-soft); }

.container { width: min(1160px, 92%); margin-inline: auto; }

section { padding: clamp(56px, 8vw, 96px) 0; }
section.tight { padding: clamp(36px, 5vw, 56px) 0; }

.ico { width: 22px; height: 22px; flex: none; }
.ico-lg { width: 30px; height: 30px; }

/* ---------- Type helpers ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-tint);
  border: 1px solid var(--teal-soft);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

.section-head { max-width: 640px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 10px; font-size: 1.04rem; }

.lead { font-size: clamp(1.02rem, 1.6vw, 1.15rem); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 26px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn .ico { width: 18px; height: 18px; }

.btn-primary { background: var(--teal); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--teal-dark); color: var(--white); box-shadow: var(--shadow-md); }

.btn-accent { background: var(--amber); color: #3B2A06; box-shadow: var(--shadow-sm); }
.btn-accent:hover { background: #FBBF24; color: #3B2A06; box-shadow: var(--shadow-md); }

.btn-outline { border: 2px solid var(--teal); color: var(--teal); background: transparent; }
.btn-outline:hover { background: var(--teal-tint); color: var(--teal-dark); }

.btn-light { background: var(--white); color: var(--teal-dark); }
.btn-light:hover { background: var(--cream); color: var(--teal-dark); }

.btn-sm { padding: 10px 20px; font-size: 0.88rem; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 247, 242, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--header-h);
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 42px; height: 42px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border-radius: 12px;
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.brand-mark svg { width: 24px; height: 24px; }
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--teal-dark);
  line-height: 1.15;
}
.brand-text small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 9px 13px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}
.main-nav a:hover { color: var(--teal-dark); background: var(--teal-tint); }
.main-nav a.active { color: var(--teal-dark); background: var(--teal-soft); font-weight: 600; }
.main-nav a.nav-cta {
  background: var(--teal);
  color: var(--white);
  font-weight: 600;
  margin-left: 8px;
  padding: 10px 20px;
  box-shadow: var(--shadow-sm);
}
.main-nav a.nav-cta:hover { background: var(--teal-dark); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border-radius: 10px;
}
.nav-toggle span {
  width: 24px; height: 2.5px;
  background: var(--teal-dark);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Home hero (split + layered SVG + glass) ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 88px) 0 clamp(56px, 8vw, 104px);
  background:
    radial-gradient(1100px 520px at 85% -10%, var(--teal-tint) 0%, transparent 60%),
    var(--cream);
}
.hero-blobs { position: absolute; inset: 0; pointer-events: none; }

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.hero-copy h1 span { color: var(--teal); }
.hero-copy .lead { margin: 18px 0 28px; max-width: 34rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-note {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.9rem; color: var(--ink-soft);
}
.hero-note .ico { width: 18px; height: 18px; color: var(--teal); }

.hero-visual { position: relative; min-height: 420px; }
.hero-photo {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.glass-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: 13px 18px;
  box-shadow: var(--shadow-md);
  z-index: 3;
}
.glass-card .ico { color: var(--teal); width: 26px; height: 26px; }
.glass-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--teal-dark);
  line-height: 1.25;
}
.glass-card small { font-size: 0.76rem; color: var(--ink-soft); }
.glass-tl { top: 26px; left: -26px; }
.glass-br { bottom: 30px; right: -18px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--teal-dark); color: var(--white); padding: 26px 0; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item .ico { width: 34px; height: 34px; color: var(--amber); }
.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--white);
}
.trust-item span { font-size: 0.83rem; color: var(--teal-soft); }

/* ---------- Cards & grids ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--teal-soft); }

.card-icon {
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: var(--teal-tint);
  color: var(--teal);
  margin-bottom: 20px;
}
.card-icon .ico { width: 28px; height: 28px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.94rem; flex: 1; }

.card-link {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 18px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}
.card-link .ico { width: 16px; height: 16px; transition: transform 0.2s ease; }
.card-link:hover .ico { transform: translateX(4px); }

/* ---------- Image placeholders (no external assets) ---------- */
.img-ph {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  background:
    linear-gradient(160deg, var(--teal-tint) 0%, var(--teal-soft) 55%, #B8DEDA 100%);
  border-radius: var(--radius-lg);
  min-height: 240px;
  padding: 28px;
  overflow: hidden;
}
.img-ph::before {
  content: "";
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  top: -110px; right: -90px;
}
.img-ph::after {
  content: "";
  position: absolute;
  width: 190px; height: 190px;
  border-radius: 50%;
  background: rgba(15, 118, 110, 0.10);
  bottom: -80px; left: -60px;
}
.img-ph .ico { width: 46px; height: 46px; color: var(--teal); z-index: 1; opacity: 0.85; }
.img-ph figcaption, .img-ph span {
  z-index: 1;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--teal-dark);
  max-width: 22rem;
}
.img-ph small { z-index: 1; font-size: 0.72rem; color: var(--ink-soft); }
.img-ph-tall { min-height: 420px; }
.img-ph-fill { position: absolute; inset: 0; border-radius: 0; min-height: 100%; }

/* ---------- Chips (conditions) ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
a.chip:hover { border-color: var(--teal); background: var(--teal-tint); transform: translateY(-2px); }
.chip .ico { width: 15px; height: 15px; color: var(--teal); }

/* ---------- Team cards ---------- */
.team-card { text-align: center; align-items: center; }
.team-avatar {
  width: 108px; height: 108px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--teal-tint), var(--teal-soft));
  border: 3px solid var(--white);
  outline: 2px solid var(--teal-soft);
  color: var(--teal);
  margin-bottom: 18px;
}
.team-avatar .ico { width: 46px; height: 46px; }
.team-role {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-dark);
  background: #FEF3C7;
  border-radius: 999px;
  padding: 4px 12px;
  margin: 6px 0 12px;
}
.team-quals { font-size: 0.85rem; color: var(--teal); font-weight: 600; margin-bottom: 8px; }
.team-tags { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 14px; }
.team-tags li {
  font-size: 0.75rem;
  background: var(--teal-tint);
  color: var(--teal-dark);
  border-radius: 999px;
  padding: 4px 11px;
}

/* ---------- Blog cards ---------- */
.blog-card { padding: 0; overflow: hidden; }
.blog-card .img-ph { border-radius: 0; min-height: 190px; }
.blog-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.blog-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 0.78rem; color: var(--ink-soft);
  margin-bottom: 12px;
}
.blog-tag {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-tint);
  padding: 3px 10px;
  border-radius: 999px;
}
.blog-body h3 { font-size: 1.08rem; margin-bottom: 10px; }
.blog-note {
  margin-top: 16px;
  font-size: 0.8rem;
  color: var(--amber-dark);
  font-weight: 600;
}

/* ---------- Page hero (inner pages) + breadcrumbs ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 90% -20%, rgba(15, 118, 110, 0.12) 0%, transparent 60%),
    linear-gradient(150deg, var(--teal-tint), var(--cream) 70%);
  padding: clamp(40px, 6vw, 64px) 0;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { max-width: 46rem; }
.page-hero .lead { margin-top: 14px; max-width: 42rem; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.breadcrumbs { margin-bottom: 18px; }
.breadcrumbs ol {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  font-size: 0.82rem;
}
.breadcrumbs a { color: var(--teal); font-weight: 500; }
.breadcrumbs li + li::before { content: "›"; margin-right: 6px; color: var(--ink-soft); }
.breadcrumbs [aria-current="page"] { color: var(--ink-soft); }

/* ---------- Service detail layout ---------- */
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}
.detail-main > section { padding: 0 0 clamp(36px, 5vw, 52px); }
.detail-main h2 { margin-bottom: 16px; }
.detail-main p + p { margin-top: 12px; }

.check-list { display: grid; gap: 12px; margin-top: 18px; }
.check-list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 0.96rem; color: var(--ink-soft);
}
.check-list .ico { width: 21px; height: 21px; color: var(--teal); margin-top: 3px; }
.check-list strong { color: var(--ink); }

.steps { display: grid; gap: 16px; margin-top: 20px; counter-reset: step; }
.steps li {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px 20px 68px;
  counter-increment: step;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 20px; top: 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--teal);
  background: var(--teal-tint);
  border-radius: 10px;
  width: 34px; height: 34px;
  display: grid; place-items: center;
}
.steps strong { display: block; font-family: var(--font-display); color: var(--teal-dark); margin-bottom: 3px; }
.steps li p { font-size: 0.92rem; }

.aside-card {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 28px;
}
.aside-card h3 { margin-bottom: 16px; }
.aside-card .btn { width: 100%; margin-top: 10px; }
.aside-facts { display: grid; gap: 13px; margin-bottom: 18px; }
.aside-facts li { display: flex; gap: 11px; font-size: 0.88rem; color: var(--ink-soft); }
.aside-facts .ico { width: 19px; height: 19px; color: var(--teal); margin-top: 2px; }
.aside-links { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.aside-links h4 { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink-soft); }
.aside-links a { display: block; padding: 6px 0; font-size: 0.9rem; font-weight: 500; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 14px; max-width: 780px; }
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 22px;
  transition: border-color 0.2s ease;
}
.faq-list details[open] { border-color: var(--teal-soft); box-shadow: var(--shadow-sm); }
.faq-list summary {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.99rem;
  color: var(--teal-dark);
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  flex: none;
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--teal-tint);
  color: var(--teal);
  font-size: 1.2rem;
  font-weight: 500;
  transition: transform 0.2s ease;
}
.faq-list details[open] summary::after { content: "–"; transform: rotate(180deg); }
.faq-list details p { padding: 0 0 20px; font-size: 0.94rem; }

/* ---------- Conditions page ---------- */
.cond-group { margin-bottom: 34px; }
.cond-group-head {
  display: flex; align-items: center; gap: 13px;
  margin-bottom: 18px;
}
.cond-group-head .card-icon { width: 46px; height: 46px; border-radius: 13px; margin: 0; }
.cond-group-head .card-icon .ico { width: 23px; height: 23px; }
.cond-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
.cond-list li {
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 13px 17px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.cond-list .ico { width: 18px; height: 18px; color: var(--teal); margin-top: 4px; }
.cond-list strong { color: var(--ink); display: block; font-size: 0.95rem; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-grid figure { margin: 0; }
.gallery-grid .img-ph { min-height: 230px; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(24px, 3vw, 36px);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--teal-dark);
  margin-bottom: 6px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 0.94rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 12px 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
  background: var(--white);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.78rem; margin-top: 12px; }

.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 28px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
}
.info-card h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.info-card h3 .ico { color: var(--teal); }
.info-card p, .info-card li { font-size: 0.93rem; color: var(--ink-soft); }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  margin-top: 34px;
}
.map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ---------- CTA band (pre-footer, every page) ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, var(--teal) 0%, var(--teal-dark) 80%);
  color: var(--white);
  padding: clamp(44px, 6vw, 68px) 0;
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -220px; right: -120px;
}
.cta-band::after {
  content: "";
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.13);
  bottom: -160px; left: -80px;
}
.cta-band-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  z-index: 1;
}
.cta-band h2 { color: var(--white); margin-bottom: 8px; }
.cta-band p { color: var(--teal-soft); max-width: 34rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-dark); color: var(--teal-soft); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding: clamp(48px, 6vw, 72px) 0 44px;
}
.footer-brand .brand-text, .footer-brand .brand-text small { color: var(--white); }
.footer-brand .brand-text small { color: var(--teal-soft); }
.footer-brand > p { font-size: 0.9rem; margin: 16px 0 18px; color: var(--teal-soft); }
.footer-contact {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.footer-contact .ico { width: 18px; height: 18px; color: var(--amber); margin-top: 4px; }
.footer-contact a { color: var(--white); font-weight: 600; }
.footer-contact a:hover { color: var(--amber); }

.footer-col h3 {
  color: var(--white);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { display: grid; gap: 9px; }
.footer-col ul a { color: var(--teal-soft); font-size: 0.92rem; }
.footer-col ul a:hover { color: var(--white); }

.hours-list li {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 0.9rem;
  padding: 4px 0;
}
.hours-list span:first-child { color: var(--white); font-weight: 500; }
.footer-col .btn { margin-top: 16px; }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 20px 0; }
.footer-bottom-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: 0.8rem;
}
.footer-bottom a { color: var(--amber); font-weight: 600; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 70;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #25D366;
  color: var(--white);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); color: var(--white); box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Animations (CSS only, load-triggered) ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { opacity: 0; animation: fadeUp 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; }
.d1 { animation-delay: 0.08s; }
.d2 { animation-delay: 0.18s; }
.d3 { animation-delay: 0.28s; }
.d4 { animation-delay: 0.38s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fade-up { opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .aside-card { position: static; }
}

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 16px 5%;
    transform: translateY(-140%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    z-index: 55;
  }
  body.nav-open .main-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px 16px; font-size: 1rem; }
  .main-nav a.nav-cta { margin: 8px 0 0; text-align: center; justify-content: center; display: flex; }

  .hero-grid, .grid-2, .grid-3, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 340px; }
  .glass-tl { left: 10px; }
  .glass-br { right: 10px; }
  .cond-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .grid-4, .trust-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn, .page-hero-actions .btn, .cta-actions .btn { width: 100%; }
  .brand-text { font-size: 1rem; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .wa-float, .cta-band, .nav-toggle { display: none; }
}

/* ---------- Vide Web Co. scroll reveals ---------- */
@media (prefers-reduced-motion:no-preference){
  html.vw-anim .vw-reveal{
    opacity:0;transform:translateY(26px);
    transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);
  }
  html.vw-anim .vw-reveal.vw-in{opacity:1;transform:none}
}
