/*
Theme Name:  FameSame
Theme URI:   https://sparklesmiles.com
Author:      Famesame
Author URI:  https://famesame.in
Description: A joyful, vibrant pediatric dentistry WordPress theme built for Elementor. Fun, animated, and fully responsive with scroll animations, floating bubbles, and a warm ocean-coral-sunshine palette. Elementor-ready with full-width page support.
Version:     2.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: famesame
Tags:        medical, health, kids, dentist, colorful, animated, one-page, responsive, elementor
*/

/* ============================================================
   CSS CUSTOM PROPERTIES  (original palette — unchanged)
   ============================================================ */
:root {
  --sky:      #E0F7FF;
  --mint:     #B8F0D8;
  --coral:    #FF6B6B;
  --sun:      #FFD166;
  --ocean:    #06A8C4;
  --deep:     #0A3D55;
  --lavender: #C9B8FF;
  --white:    #FFFFFF;
  --soft:     #F7FBFF;
  --text:     #1A2E3B;
  --muted:    #5A7A8A;
  --radius:   28px;
  --shadow:   0 8px 32px rgba(6,168,196,.12);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3, h4, .brand { font-family: 'Fredoka One', cursive; letter-spacing: .5px; }
img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Elementor compatibility */
body.elementor-page .site-main,
body.elementor-page .entry-content { padding: 0 !important; max-width: none !important; }
body.elementor-page .entry-header  { display: none; }

/* ============================================================
   FLOATING BUBBLES
   ============================================================ */
.bubbles-bg { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.bubble { position: absolute; border-radius: 50%; opacity: .08; animation: floatUp linear infinite; }
@keyframes floatUp {
  0%   { transform: translateY(110vh) scale(.8); opacity: .04; }
  50%  { opacity: .1; }
  100% { transform: translateY(-20vh) scale(1.1); opacity: 0; }
}

/* ============================================================
   NAVIGATION
   ============================================================ */
#site-navigation {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 3px solid var(--sky);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:100px;
  box-shadow: 0 4px 24px rgba(6,168,196,.08);
  transition: box-shadow .3s;
}
#site-navigation.scrolled { box-shadow: 0 6px 30px rgba(6,168,196,.15); }

/* Logo float animation */
@keyframes logo-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25%       { transform: translateY(-4px) rotate(-1deg); }
  75%       { transform: translateY(-2px) rotate(1deg); }
}
/* Logo wiggle on hover */
@keyframes logo-wiggle {
  0%   { transform: rotate(0deg) scale(1); }
  15%  { transform: rotate(-6deg) scale(1.08); }
  30%  { transform: rotate(5deg) scale(1.06); }
  45%  { transform: rotate(-4deg) scale(1.05); }
  60%  { transform: rotate(3deg) scale(1.04); }
  75%  { transform: rotate(-2deg) scale(1.02); }
  100% { transform: rotate(0deg) scale(1); }
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-icon { display: none; }

.site-logo {
  height: 82px;
  width: auto;
  display: block;
  animation: logo-float 3.5s ease-in-out infinite;
  transform-origin: center bottom;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.10));
  transition: filter .2s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.brand:hover .site-logo {
  animation: logo-wiggle .6s ease forwards;
  filter: drop-shadow(0 6px 16px rgba(6,168,196,.35));
}

.main-navigation { display: flex; align-items: center; }
.main-navigation ul { display: flex; gap: 4px; align-items: center; }
.main-navigation ul li a {
  padding: 8px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .9rem;
  color: var(--text);
  transition: color .2s, background .2s;
}
.main-navigation ul li a:hover { color: var(--ocean); background: var(--sky); }
.main-navigation ul li a.nav-cta {
  background: var(--coral) !important;
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-family: 'Fredoka One', cursive;
  font-size: .95rem;
}
.main-navigation ul li a.nav-cta:hover { opacity: .9; }

.menu-toggle {
  display: none;
  background: none;
  border: 2px solid var(--ocean);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--ocean);
}

/* ============================================================
   STICKY WHATSAPP BUTTON
   ============================================================ */
.whatsapp-sticky {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.whatsapp-sticky .wa-btn {
  position: relative;
  width: 62px; height: 62px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: transform .25s, box-shadow .25s;
}
.whatsapp-sticky .wa-btn svg { width: 32px; height: 32px; fill: #fff; position: relative; z-index: 1; }
.whatsapp-sticky:hover .wa-btn { transform: scale(1.12); box-shadow: 0 10px 32px rgba(37,211,102,.55); }
.whatsapp-sticky .wa-label {
  background: #25D366;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: .03em;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(37,211,102,.3);
}
.wa-pulse {
  position: absolute; inset: 0;
  border-radius: 50%;
  background: #25D366;
  opacity: .35;
  animation: waPulse 2s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(1); opacity: .35; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* ============================================================
   HERO  — light pastel gradient (original)
   ============================================================ */
.hero {
  position: relative;
  min-height: 92vh;
  background: linear-gradient(135deg, #E8F9FF 0%, #FFF7E6 55%, #F0FFF8 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 100px 7% 80px;
  overflow: hidden;
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lavender);
  color: var(--deep);
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 800;
  font-size: .85rem;
  margin-bottom: 20px;
}
.hero-content h1 {
  font-size: clamp(1.9rem, 5vw, 4.2rem);
  line-height: 1.1;
  color: var(--deep);
  margin-bottom: 20px;
  animation: fadeSlideIn .7s ease both;
}
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
.hero-content h1 span {
  color: var(--coral);
  position: relative;
  display: inline-block;
}
.hero-content h1 span::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0;
  width: 100%; height: 8px;
  background: var(--sun);
  opacity: .5;
  border-radius: 4px;
  z-index: -1;
}
.hero-content p {
  font-size: 1.12rem;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 480px;
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-blob {
  width: clamp(220px, 40vw, 420px); height: clamp(220px, 40vw, 420px);
  background: radial-gradient(circle at 40% 40%, var(--ocean) 0%, #0ABFE0 60%, var(--mint) 100%);
  border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  animation: morphBlob 8s ease-in-out infinite;
  box-shadow: 0 20px 60px rgba(6,168,196,.3);
}
@keyframes morphBlob {
  0%,100% { border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%; }
  33%     { border-radius: 40% 60% 45% 55% / 55% 45% 60% 40%; }
  66%     { border-radius: 55% 45% 60% 40% / 40% 60% 45% 55%; }
}
.hero-tooth { font-size: clamp(3.5rem, 10vw, 7rem); animation: floatBob 3s ease-in-out infinite; filter: drop-shadow(0 8px 20px rgba(0,0,0,.15)); }
@keyframes floatBob {
  0%,100% { transform: translateY(0) rotate(-5deg); }
  50%     { transform: translateY(-18px) rotate(5deg); }
}
.hero-float-badge {
  position: absolute;
  display: flex; align-items: center; gap: 8px;
  background: var(--white);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 800;
  font-size: .88rem;
  color: var(--deep);
  box-shadow: 0 8px 28px rgba(10,61,85,.12);
  animation: floatBadge 4s ease-in-out infinite;
}
.hero-float-badge:nth-child(2) { top: 12%; right: -30px; animation-delay: .5s; }
.hero-float-badge:nth-child(3) { bottom: 14%; left: -40px; animation-delay: 1s; }
@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}
.hero-waves { position: absolute; bottom: -1px; left: 0; right: 0; width: 100%; }

/* ============================================================
   BUTTONS  — coral primary (original)
   ============================================================ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--coral);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 50px;
  font-family: 'Fredoka One', cursive;
  font-size: 1rem;
  border: none; cursor: pointer;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  box-shadow: 0 6px 20px rgba(255,107,107,.35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,107,107,.5); color: var(--white); opacity: .95; }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white);
  color: var(--ocean);
  padding: 14px 30px;
  border-radius: 50px;
  font-family: 'Fredoka One', cursive;
  font-size: 1rem;
  border: 2px solid var(--ocean);
  cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}
.btn-secondary:hover { background: var(--ocean); color: var(--white); transform: translateY(-3px); }

.btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--deep);
  color: var(--white);
  padding: 14px 30px;
  border-radius: 50px;
  font-family: 'Fredoka One', cursive;
  font-size: 1rem;
  border: none; cursor: pointer;
  transition: background .2s, transform .2s;
}
.btn-dark:hover { transform: translateY(-3px); background: var(--ocean); color: var(--white); }

/* ============================================================
   TRUST BAR  — deep navy (original)
   ============================================================ */
.trust-bar {
  background: var(--deep);
  padding: 22px 7%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.trust-item { display: flex; align-items: center; gap: 12px; color: var(--white); }
.trust-item .icon {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.12);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.trust-item h4 { font-family: 'Fredoka One', cursive; font-size: 1.1rem; margin-bottom: 2px; }
.trust-item p  { font-size: .82rem; opacity: .7; font-weight: 600; }

/* ============================================================
   SECTION TYPOGRAPHY
   ============================================================ */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: .82rem;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--ocean);
  margin-bottom: 12px;
}
.section-title { font-size: clamp(2rem, 3.5vw, 3rem); color: var(--deep); margin-bottom: 16px; }
.section-sub   { font-size: 1.05rem; color: var(--muted); font-weight: 600; max-width: 600px; line-height: 1.7; }

/* ============================================================
   SERVICE / APPROACH / TREATMENT CARDS
   ============================================================ */
.services        { padding: 100px 7%; background: #f0f2f5; }
.services-header { text-align: center; margin-bottom: 64px; }
.services-header .section-sub { margin: 0 auto; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

/* ── Outer card shell ── */
.service-card {
  background: #fff;
  border-radius: 32px;
  padding: 5px 14px 20px 14px;
  border: none;
  border-top: 3px solid var(--card-color, var(--ocean));
  box-shadow: 0 2px 16px rgba(0,0,0,.06), 0 8px 32px rgba(0,0,0,.05);
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 32px rgba(0,0,0,.10), 0 24px 56px rgba(0,0,0,.08);
}

/* ── Inset image container ── */
.service-icon {
  width: 100%;
  height: 210px;
  border-radius: 22px;
  overflow: hidden;
  flex-shrink: 0;
  background: #dde8ef;
  position: relative;
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease;
}
.service-card:hover .service-icon img {
  transform: scale(1.05);
}

/* ── Text area below image, inside the white card ── */
.service-card-body {
  padding: 1px 6px 4px 6px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a2e5a;
  margin: 0 0 6px 0;
  line-height: 1.3;
  letter-spacing: -0.1px;
}
.service-card p {
  font-size: .88rem;
  color: #888;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  flex: 1;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  color: var(--ocean);
  font-weight: 700;
  font-size: .85rem;
  transition: gap .2s;
  align-self: flex-start;
  text-decoration: none;
}
.service-link:hover { gap: 9px; }

/* ============================================================
   WHY US / ABOUT
   ============================================================ */
.why-us {
  padding: 100px 7%;
  display: block;
  width: 100%;
}
.why-main-card {
  background: linear-gradient(135deg, var(--ocean), #0ABFE0);
  border-radius: 40px;
  padding: 50px 40px;
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.why-main-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
}
.why-main-card .doctor-img {
  width: 140px; height: 140px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border: 4px solid rgba(255,255,255,.35);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.why-main-card h3 { font-size: 2rem; margin-bottom: 8px; }
.why-main-card p  { opacity: .85; font-weight: 600; font-size: .95rem; }

.why-mini-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.why-mini {
  background: var(--soft);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  border: 2px solid var(--sky);
  transition: border-color .2s, transform .2s;
}
.why-mini:hover { border-color: var(--ocean); transform: translateY(-3px); }
.why-mini .emoji { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.why-mini h4 { font-size: 1rem; color: var(--deep); }
.why-mini p  { font-size: .82rem; color: var(--muted); font-weight: 600; }

.why-content .section-sub { margin-bottom: 36px; }
.why-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.why-list li { display: flex; align-items: flex-start; gap: 16px; }
.why-check {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--mint);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.why-list h4 { font-size: 1rem; color: var(--deep); margin-bottom: 4px; }
.why-list p  { font-size: .88rem; color: var(--muted); font-weight: 600; line-height: 1.5; }

/* ============================================================
   STATS  — sunshine yellow (original)
   ============================================================ */
.stats {
  background: var(--sun);
  padding: 70px 7%;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 300px; height: 300px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-num   { font-family: 'Fredoka One', cursive; font-size: clamp(2.5rem, 4vw, 3.5rem); color: var(--deep); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: .95rem; color: var(--deep); opacity: .75; font-weight: 700; }

/* ============================================================
   TESTIMONIALS  — deep navy (original)
   ============================================================ */
.testimonials {
  padding: 100px 7%;
  background: linear-gradient(135deg, var(--deep) 0%, #0A5276 100%);
  overflow: hidden;
  position: relative;
  text-align: center;
}
.testimonials .section-label { color: var(--sun); }
.testimonials .section-title { color: var(--white); }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
  margin-top: 52px;
  text-align: left;
}
.testi-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 32px;
  backdrop-filter: blur(8px);
  transition: background .25s, transform .25s;
}
.testi-card:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.stars { font-size: 1.1rem; margin-bottom: 14px; }
.testi-card blockquote { font-size: .95rem; color: rgba(255,255,255,.88); font-weight: 600; line-height: 1.75; font-style: italic; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.5rem; flex-shrink: 0;
}
.testi-author h5 { font-weight: 800; color: var(--white); font-size: .92rem; }
.testi-author span { font-size: .8rem; color: rgba(255,255,255,.6); font-weight: 600; }

/* ============================================================
   CTA BANNER  — original tri-gradient card on white bg
   ============================================================ */
.cta-banner { padding: 100px 7%; background: var(--white); text-align: center; }
.cta-inner {
  background: linear-gradient(135deg, #FFF3CD 0%, #FFE8E8 50%, #E0F7FF 100%);
  border-radius: 40px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--sun);
}
.cta-inner::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 250px; height: 250px;
  background: rgba(255,209,102,.25);
  border-radius: 50%;
}
.cta-inner h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--deep);
  margin-bottom: 16px;
}
.cta-inner p { font-size: 1.1rem; color: var(--muted); font-weight: 700; margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER  — deep navy (original)
   ============================================================ */
.site-footer { background: var(--deep); color: var(--white); padding: 70px 7% 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footerdoctor-img {
  width: 60px; height: 60px;
  background: var(--sun);
  border-radius: 50%;
}
.footer-brand-name { font-family: 'Fredoka One', cursive; font-size: 1.3rem; color: var(--white); }
.site-footer .footer-grid > div > p { font-size: .9rem; font-weight: 600; line-height: 1.75; color: rgba(255,255,255,.65); margin-top: 4px; }

.footer-col h4 { font-family: 'Fredoka One', cursive; font-size: 1.1rem; margin-bottom: 20px; color: var(--sun); }
.footer-col ul { padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.65); transition: color .2s; }
.footer-col ul li a:hover { color: var(--sun); }
.footer-col > div > ul { padding: 0; }
.footer-col > div > ul li { margin-bottom: 10px; }
.footer-col > div > ul li a { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.65); transition: color .2s; }
.footer-col > div > ul li a:hover { color: var(--sun); }

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 12px;
  font-size: .88rem; font-weight: 600;
  color: rgba(255,255,255,.7); line-height: 1.6;
}
.footer-contact-item span:first-child { font-size: 1.1rem; margin-top: 1px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.7); transition: color .2s; }
.footer-contact-item a:hover { color: var(--sun); }

.social-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.social-btn {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 12px;
  display: grid; place-items: center;
  transition: background .2s, border-color .2s, transform .2s;
  color: rgba(255,255,255,.85);
  flex-shrink: 0;
}
.social-btn svg { width: 18px; height: 18px; display: block; }
.social-btn:hover { transform: translateY(-3px); color: var(--white); }

/* Brand-specific hover colours */
.social-btn--facebook:hover  { background: #1877F2; border-color: #1877F2; }
.social-btn--instagram:hover { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: transparent; }
.social-btn--linkedin:hover  { background: #0A66C2; border-color: #0A66C2; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; gap: 12px;
  font-size: .82rem; font-weight: 600;
  color: rgba(255,255,255,.4);
}
.footer-bottom a { color: rgba(255,255,255,.4); transition: color .2s; }
.footer-bottom a:hover { color: var(--sun); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   ELEMENTOR FULL-WIDTH
   ============================================================ */
.elementor-page .entry-content,
.elementor-page .site-main { padding: 0 !important; max-width: none !important; }
.elementor-page .entry-header { display: none; }

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
  padding: 100px 7%;
  background: var(--soft);
  position: relative;
  overflow: hidden;
}
/* decorative bubble */
.faq-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--sky) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.faq-section::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, var(--mint) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.faq-header {
  text-align: center;
  margin-bottom: 64px;
  position: relative; z-index: 1;
}
.faq-header .section-sub { margin: 0 auto; }

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: start;
  position: relative; z-index: 1;
}
.faq-col { display: flex; flex-direction: column; gap: 16px; }

/* Individual FAQ item */
.faq-item {
  background: var(--white);
  border: 2px solid var(--sky);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.faq-item:hover {
  border-color: var(--ocean);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(6,168,196,.1);
}
.faq-item.open {
  border-color: var(--coral);
  box-shadow: 0 10px 36px rgba(255,107,107,.12);
}

/* Question button */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  font-size: .97rem;
  font-weight: 800;
  color: var(--deep);
  line-height: 1.45;
  transition: background .2s;
}
.faq-question:hover { background: var(--sky); }
.faq-item.open .faq-question {
  background: linear-gradient(135deg, #FFF3CD, #FFE8E8);
  color: var(--deep);
}

/* Chevron icon */
.faq-icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: var(--coral);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
  stroke-width: 2.5px;
}
.faq-item.open .faq-icon { transform: rotate(180deg); color: var(--ocean); }

/* Answer panel */
.faq-answer {
  padding: 0 24px 20px;
  font-size: .92rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.8;
  border-top: 1.5px solid var(--sky);
  margin-top: 0;
}
.faq-answer[hidden] { display: none; }
.faq-answer.animating {
  display: block;
  overflow: hidden;
  animation: faqSlideIn .3s cubic-bezier(.34,1.1,.64,1) forwards;
}
@keyframes faqSlideIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: none; }
}

/* FAQ bottom CTA */
.faq-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
  padding: 48px 60px;
  background: linear-gradient(135deg, #FFF3CD 0%, #FFE8E8 50%, #E0F7FF 100%);
  border-radius: 40px;
  border: 3px solid var(--sun);
  position: relative; z-index: 1;
}
.faq-cta p {
  font-family: 'Fredoka One', cursive;
  font-size: 1.3rem;
  color: var(--deep);
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 4px;
}
.faq-cta .btn-secondary {
  border-color: var(--ocean);
  color: var(--ocean);
  background: var(--white);
}

/* ============================================================
/* ============================================================
   APPOINTMENT PAGE  — fully responsive, all text visible
   ============================================================ */

/* push content below fixed nav */
.appt-page { padding-top: 96px; }

/* ── Hero ─────────────────────────────────────────────────── */
.appt-hero {
  position: relative;
  background: linear-gradient(135deg, var(--deep) 0%, #0d5475 55%, #0a7a9a 100%);
  padding: 80px 7% 100px;
  text-align: center;
  overflow: hidden;
}
/* decorative blobs */
.appt-hero::before,
.appt-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.appt-hero::before {
  width: 380px; height: 380px;
  top: -120px; left: -100px;
  background: radial-gradient(circle, rgba(255,209,102,.15) 0%, transparent 70%);
}
.appt-hero::after {
  width: 280px; height: 280px;
  bottom: -60px; right: -60px;
  background: radial-gradient(circle, rgba(6,168,196,.2) 0%, transparent 70%);
}

.appt-hero-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }

.appt-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1.5px solid rgba(255,255,255,.3);
  color: var(--sun);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.appt-hero-title {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
}
.appt-hero-sub {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  line-height: 1.75;
  max-width: 500px;
  margin: 0 auto;
}
.appt-waves {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  width: 100%;
}

/* ── Trust strip ───────────────────────────────────────────── */
.appt-trust {
  background: var(--deep);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.appt-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: .87rem;
  font-weight: 700;
  color: var(--white);
  border-right: 1px solid rgba(255,255,255,.08);
  flex: 1 1 200px;
  justify-content: center;
  text-align: center;
}
.appt-trust-item:last-child { border-right: none; }
.appt-trust-item span { font-size: 1.1rem; flex-shrink: 0; }

/* ── Body layout ───────────────────────────────────────────── */
.appt-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  padding: 60px 7%;
  background: var(--soft);
  align-items: start;
}

/* ── Form card ─────────────────────────────────────────────── */
.appt-form-card {
  background: var(--white);
  border-radius: 28px;
  padding: 48px 44px;
  box-shadow: 0 8px 40px rgba(6,168,196,.1);
  border: 2px solid var(--sky);
}
.appt-form-title {
  font-family: 'Fredoka One', cursive;
  font-size: 1.75rem;
  color: var(--deep);
  margin-bottom: 6px;
}
.appt-form-sub {
  font-size: .92rem;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 32px;
}
.req-star { color: var(--coral); font-style: normal; }

/* Success banner */
.appt-success {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #d4f8e8;
  border: 2px solid #25D366;
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 28px;
  font-size: .95rem;
  font-weight: 700;
  color: #0a4422;
  line-height: 1.6;
}
.appt-success-icon { font-size: 1.8rem; flex-shrink: 0; line-height: 1; }

/* Group label */
.appt-group-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fredoka One', cursive;
  font-size: 1.05rem;
  color: var(--ocean);
  margin: 24px 0 14px;
}
.appt-group-label:first-of-type { margin-top: 0; }

.appt-divider {
  border: none;
  border-top: 2px solid var(--sky);
  margin: 28px 0 0;
}

/* Two-col row */
.appt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

/* Field */
.appt-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.appt-field--full {
  grid-column: 1 / -1;
}
.appt-field label {
  font-size: .85rem;
  font-weight: 800;
  color: var(--deep);
}

.appt-field input,
.appt-field select,
.appt-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--sky);
  border-radius: 14px;
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text);
  background: var(--soft);
  transition: border-color .2s, box-shadow .2s, background .2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.appt-field input::placeholder,
.appt-field textarea::placeholder { color: #9fb4bf; }
.appt-field input:focus,
.appt-field select:focus,
.appt-field textarea:focus {
  border-color: var(--ocean);
  box-shadow: 0 0 0 4px rgba(6,168,196,.12);
  background: var(--white);
}
/* Custom select arrow */
.appt-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2306A8C4' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.appt-field textarea { resize: vertical; min-height: 96px; }

/* Radio chips */
.appt-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.appt-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border: 2px solid var(--sky);
  border-radius: 50px;
  background: var(--soft);
  font-size: .85rem;
  font-weight: 700;
  color: var(--deep);
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
  user-select: none;
}
.appt-radio-label:hover { border-color: var(--ocean); background: var(--sky); }
.appt-radio-label input[type="radio"] { accent-color: var(--coral); width: 15px; height: 15px; }
.appt-radio-label:has(input:checked) {
  border-color: var(--coral);
  background: #fff0f0;
  color: var(--coral);
}

/* Submit button */
.appt-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
  padding: 18px 28px;
  background: var(--coral);
  color: var(--white);
  font-family: 'Fredoka One', cursive;
  font-size: 1.15rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255,107,107,.35);
  transition: transform .2s, box-shadow .2s, opacity .2s;
}
.appt-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255,107,107,.45);
  opacity: .95;
}
.appt-submit:active { transform: translateY(0); }

.appt-privacy {
  font-size: .8rem;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  line-height: 1.65;
}

/* ── Sidebar ───────────────────────────────────────────────── */
.appt-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 90px;
}

.appt-info-card {
  background: var(--white);
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 6px 24px rgba(6,168,196,.08);
  border: 2px solid var(--sky);
}
.appt-info-card__title {
  font-family: 'Fredoka One', cursive;
  font-size: 1.1rem;
  color: var(--deep);
  margin-bottom: 10px;
}
.appt-info-card__text {
  font-size: .88rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.65;
}
.appt-info-card__note {
  font-size: .8rem;
  color: var(--muted);
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.5;
}

/* Highlight star card */
.appt-info-card--star {
  background: linear-gradient(135deg, #FFF3CD 0%, #FFE8E8 100%);
  border-color: var(--sun);
  text-align: center;
}
.appt-star-icon {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 6px;
}
.appt-info-card--star .appt-info-card__title { color: var(--deep); }
.appt-info-card--star .appt-info-card__text  { color: var(--muted); margin-bottom: 10px; }

/* Map link */
.appt-map-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--ocean);
  font-weight: 800;
  font-size: .85rem;
  transition: opacity .2s;
}
.appt-map-link:hover { opacity: .7; color: var(--ocean); }

/* Hours rows */
.appt-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1.5px solid var(--sky);
  font-size: .88rem;
}
.appt-hours-row:last-of-type { border-bottom: none; }
.appt-hours-row span  { color: var(--muted); font-weight: 600; }
.appt-hours-row strong { color: var(--deep); font-weight: 800; }

/* Contact buttons */
.appt-contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 50px;
  font-weight: 800;
  font-size: .9rem;
  margin-top: 10px;
  transition: transform .2s, opacity .2s;
}
.appt-contact-btn:hover { transform: translateY(-2px); opacity: .88; }
.appt-contact-btn--call { background: var(--sky); color: var(--deep); }
.appt-contact-btn--wa   { background: #d4f8e8; color: #0a4422; }

/* ── Responsive ────────────────────────────────────────────── */

/* Tablet */
@media (max-width: 1024px) {
  .appt-body {
    grid-template-columns: 1fr;
    padding: 50px 6%;
  }
  .appt-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

/* Mobile large */
@media (max-width: 768px) {
  .appt-hero { padding: 70px 5% 90px; }
  .appt-hero-title { font-size: clamp(1.8rem, 8vw, 2.4rem); }
  .appt-hero-sub { font-size: .95rem; }

  .appt-trust-item {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 14px 16px;
    font-size: .82rem;
  }

  .appt-body { padding: 40px 5%; gap: 28px; }
  .appt-form-card { padding: 32px 24px; }
  .appt-form-title { font-size: 1.4rem; }

  .appt-row { grid-template-columns: 1fr; gap: 14px; }

  .appt-sidebar {
    grid-template-columns: 1fr;
  }
}

/* Mobile small */
@media (max-width: 480px) {
  .appt-hero { padding: 60px 5% 80px; }
  .appt-form-card { padding: 24px 18px; border-radius: 20px; }
  .appt-form-title { font-size: 1.25rem; }
  .appt-trust-item { flex: 1 1 100%; justify-content: flex-start; text-align: left; }
  .appt-radio-label { padding: 8px 13px; font-size: .82rem; }
  .appt-submit { font-size: 1rem; padding: 16px 20px; }
  .appt-info-card { padding: 20px 18px; }
  .appt-body { padding: 32px 4%; }
}

/* ============================================================
   RESPONSIVE  — full coverage across all breakpoints
   ============================================================ */

/* ─────────────────────────────────────────────────────────────
   TABLET LANDSCAPE  ≤ 1024 px
───────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {

  /* Navigation */
  #site-navigation { padding: 0 5%; }
  .site-logo { height: 72px; }

  /* Hero */
  .hero {
    grid-template-columns: 1fr;
    padding: 100px 6% 80px;
    text-align: center;
    min-height: auto;
  }
  .hero p { margin: 0 auto 36px; }
  .hero-buttons { justify-content: center; }
  .hero-visual  { margin-top: 40px; }
  .hero-blob    { width: 300px; height: 300px; }
  .hero-tooth   { font-size: 5.5rem; }
  .hero-float-badge { font-size: .82rem; padding: 9px 16px; }
  .hero-float-badge:nth-child(2) { top: 8%; right: -10px; }
  .hero-float-badge:nth-child(3) { bottom: 8%; left: -10px; }

  /* Trust bar */
  .trust-bar { padding: 20px 5%; flex-wrap: wrap; gap: 14px; }
  .trust-item { flex: 1 1 calc(50% - 14px); }

  /* Services */
  .services      { padding: 80px 5%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .service-icon  { height: 185px; }

  /* Why Us */
  .why-us    { padding: 80px 5%; }
  .why-visual { max-width: 560px; margin: 0 auto; }

  /* Stats */
  .stats      { padding: 60px 5%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

  /* Testimonials */
  .testimonials { padding: 80px 5%; }
  .testi-grid   { grid-template-columns: repeat(2, 1fr); }

  /* CTA */
  .cta-banner { padding: 80px 5%; }
  .cta-inner  { padding: 60px 40px; }

  /* FAQ */
  .faq-section { padding: 80px 5%; }
  .faq-grid    { gap: 16px 28px; }

  /* Footer */
  .site-footer { padding: 60px 5% 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }

  /* Appointment page */
  .appt-body {
    grid-template-columns: 1fr;
    padding: 50px 6%;
    gap: 28px;
  }
  .appt-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .appt-hero { padding: 100px 5% 80px; }
}

/* ─────────────────────────────────────────────────────────────
   TABLET PORTRAIT / LARGE MOBILE  ≤ 768 px
───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Navigation */
  #site-navigation { padding: 0 5%; height: 80px; }
  .site-logo       { height: 64px; }
  .main-navigation {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--white);
    border-top: 2px solid var(--sky);
    padding: 10px 0 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,.1);
    z-index: 999;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
  .main-navigation.nav-open {
    display: block;
  }
  .main-navigation ul      { flex-direction: column; gap: 0; align-items: stretch; }
  .main-navigation ul li a { display: block; padding: 13px 22px; border-radius: 0; font-size: .98rem; }
  .main-navigation ul li a.nav-cta {
    margin: 10px 16px 4px;
    border-radius: 50px;
    text-align: center;
    display: block;
  }
  .menu-toggle { display: block; }

  /* Hero */
  .hero            { padding: 88px 5% 64px; }
  .hero-content h1 { font-size: clamp(2rem, 7vw, 3rem); }
  .hero-content p  { font-size: 1rem; }
  .hero-badge      { font-size: .8rem; }
  .hero-blob    { width: 260px; height: 260px; }
  .hero-tooth   { font-size: 5rem; }
  .hero-float-badge { font-size: .76rem; padding: 8px 13px; gap: 6px; }
  .hero-float-badge:nth-child(2) { top: 6%; right: -8px; }
  .hero-float-badge:nth-child(3) { bottom: 6%; left: -8px; }

  /* Trust bar */
  .trust-bar  { padding: 16px 5%; gap: 10px; }
  .trust-item { flex: 1 1 calc(50% - 10px); }
  .trust-item .icon { width: 40px; height: 40px; font-size: 1.2rem; }
  .trust-item h4    { font-size: 1rem; }

  /* Section spacing */
  .services,
  .why-us,
  .testimonials,
  .cta-banner,
  .faq-section    { padding: 64px 5%; }
  .stats          { padding: 50px 5%; }
  .section-title  { font-size: clamp(1.7rem, 5vw, 2.3rem); }
  .section-sub    { font-size: .98rem; }
  .services-header,
  .faq-header     { margin-bottom: 40px; }

  /* Services */
  .services-grid  { grid-template-columns: 1fr; gap: 16px; }
  .service-icon   { height: 210px; }
  .service-card h3 { font-size: 1.1rem; font-family: 'Nunito', sans-serif; color: #1a2e5a; }

  /* Why Us */
  .why-us         { padding: 64px 5%; }
  .why-visual     { max-width: 100%; }
  .why-list       { grid-template-columns: 1fr; }
  .why-main-card  { padding: 40px 28px; border-radius: 28px; }
  .why-main-card h3 { font-size: 1.7rem; }
  .why-mini-cards { grid-template-columns: 1fr 1fr; gap: 14px; }
  .why-mini       { padding: 18px 14px; border-radius: 16px; }

  /* Stats */
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .stat-num   { font-size: clamp(2rem, 6vw, 3rem); }
  .stat-label { font-size: .88rem; }

  /* Testimonials */
  .testi-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
  .testi-card { padding: 28px 22px; }

  /* CTA */
  .cta-inner    { padding: 48px 28px; border-radius: 28px; }
  .cta-inner h2 { font-size: clamp(1.7rem, 5vw, 2.4rem); }
  .cta-inner p  { font-size: 1rem; margin-bottom: 28px; }
  .cta-buttons  { flex-direction: column; align-items: center; gap: 12px; }
  .cta-buttons .btn-primary,
  .cta-buttons .btn-dark,
  .cta-buttons .btn-secondary { width: 100%; max-width: 340px; justify-content: center; }

  /* FAQ */
  .faq-grid     { grid-template-columns: 1fr; gap: 12px; }
  .faq-question { padding: 18px 20px; font-size: .95rem; }
  .faq-answer   { padding: 0 20px 18px; }
  .faq-cta      { padding: 36px 24px; border-radius: 24px; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
  .faq-cta p    { font-size: 1.15rem; }
  .faq-cta .btn-primary,
  .faq-cta .btn-secondary { width: 100%; max-width: 340px; justify-content: center; }

  /* Footer */
  .site-footer   { padding: 50px 5% 32px; }
  .footer-grid   { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .social-row    { justify-content: flex-start; flex-wrap: wrap; }

  /* WhatsApp sticky */
  .whatsapp-sticky         { bottom: 18px; right: 18px; }
  .whatsapp-sticky .wa-btn { width: 54px; height: 54px; }
  .whatsapp-sticky .wa-btn svg { width: 28px; height: 28px; }
  .whatsapp-sticky .wa-label   { font-size: .68rem; }

  /* Appointment page */
  .appt-page      { padding-top: 64px; }
  .appt-hero      { padding: 80px 5% 80px; }
  .appt-hero-title { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .appt-hero-sub  { font-size: .93rem; }
  .appt-trust     { flex-wrap: wrap; }
  .appt-trust-item {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 14px 16px;
    font-size: .82rem;
    justify-content: center;
  }
  .appt-body      { padding: 40px 5%; gap: 24px; }
  .appt-form-card { padding: 32px 24px; border-radius: 22px; }
  .appt-form-title { font-size: 1.45rem; }
  .appt-row       { grid-template-columns: 1fr; gap: 14px; }
  .appt-sidebar   { grid-template-columns: 1fr 1fr; }
  .appt-info-card { padding: 22px 18px; }
}

/* ─────────────────────────────────────────────────────────────
   MOBILE  ≤ 480 px
───────────────────────────────────────────────────────────── */
@media (max-width: 480px) {

  /* Navigation */
  #site-navigation { padding: 0 4%; height: 72px; }
  .site-logo       { height: 56px; }
  .main-navigation { top: 60px; max-height: calc(100vh - 60px); }
  .main-navigation ul li a { padding: 12px 18px; }
  .menu-toggle     { padding: 5px 12px; font-size: 1rem; }

  /* Hero */
  .hero            { padding: 76px 4% 56px; }
  .hero-content h1 { font-size: clamp(1.8rem, 8.5vw, 2.4rem); }
  .hero-content p  { font-size: .96rem; margin-bottom: 28px; }
  .hero-badge      { font-size: .75rem; padding: 5px 14px; }
  .hero-buttons    { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary { justify-content: center; text-align: center; width: 100%; }
  .hero-blob    { width: 220px; height: 220px; }
  .hero-tooth   { font-size: 4rem; }
  .hero-float-badge { display: none; }
  .hero-visual  { margin-top: 32px; }

  /* Trust bar */
  .trust-bar    { flex-direction: column; padding: 16px 4%; gap: 8px; }
  .trust-item   { flex: 1 1 100%; }
  .trust-item .icon { width: 38px; height: 38px; font-size: 1.1rem; }
  .trust-item h4    { font-size: .95rem; }
  .trust-item p     { font-size: .78rem; }

  /* Sections */
  .services,
  .why-us,
  .testimonials,
  .cta-banner,
  .faq-section   { padding: 52px 4%; }
  .stats         { padding: 42px 4%; }
  .section-title { font-size: clamp(1.55rem, 7vw, 2rem); }
  .section-label { font-size: .76rem; }

  /* Services */
  .service-icon  { height: 185px; }
  .service-card h3 { font-size: 1.05rem; font-family: 'Nunito', sans-serif; color: #1a2e5a; }
  .service-card p  { font-size: .88rem; }

  /* Why Us */
  .why-main-card    { padding: 32px 22px; border-radius: 24px; }
  .why-main-card .big-emoji { font-size: 3rem; }
  .why-main-card h3 { font-size: 1.45rem; }
  .why-mini-cards   { grid-template-columns: 1fr; gap: 12px; }
  .why-mini         { padding: 16px 14px; border-radius: 14px; }
  .why-list li      { gap: 12px; }
  .why-check        { width: 34px; height: 34px; min-width: 34px; font-size: .95rem; border-radius: 10px; }
  .why-list h4      { font-size: .95rem; }
  .why-list p       { font-size: .84rem; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat-num   { font-size: clamp(1.8rem, 9vw, 2.5rem); }
  .stat-label { font-size: .82rem; }

  /* Testimonials */
  .testi-grid { gap: 14px; }
  .testi-card { padding: 22px 16px; border-radius: 20px; }
  .testi-card blockquote { font-size: .9rem; }
  .testi-author h5   { font-size: .88rem; }
  .testi-author span { font-size: .76rem; }

  /* CTA */
  .cta-inner     { padding: 36px 18px; border-radius: 20px; }
  .cta-inner h2  { font-size: clamp(1.5rem, 7vw, 2rem); }
  .cta-inner p   { font-size: .95rem; margin-bottom: 22px; }
  .cta-buttons .btn-primary,
  .cta-buttons .btn-dark,
  .cta-buttons .btn-secondary { max-width: 100%; }

  /* FAQ */
  .faq-question { padding: 15px 16px; font-size: .9rem; gap: 12px; }
  .faq-icon     { width: 18px; height: 18px; }
  .faq-answer   { padding: 0 16px 14px; font-size: .88rem; }
  .faq-cta      { padding: 26px 16px; border-radius: 18px; }
  .faq-cta p    { font-size: 1.05rem; }
  .faq-cta .btn-primary,
  .faq-cta .btn-secondary { max-width: 100%; }

  /* Footer */
  .footer-grid       { gap: 28px; }
  .footer-brand-name { font-size: 1.15rem; }
  .footer-col h4     { font-size: 1rem; margin-bottom: 14px; }
  .footer-col ul li a { font-size: .85rem; }
  .footer-contact-item { font-size: .84rem; }
  .footer-bottom     { font-size: .78rem; gap: 6px; }
  .social-btn        { width: 36px; height: 36px; border-radius: 10px; }
  .social-btn svg    { width: 16px; height: 16px; }

  /* Buttons global */
  .btn-primary, .btn-secondary, .btn-dark { padding: 13px 24px; font-size: .95rem; }

  /* Appointment page */
  .appt-page       { padding-top: 60px; }
  .appt-hero       { padding: 70px 4% 70px; }
  .appt-hero-title { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .appt-hero-sub   { font-size: .88rem; }
  .appt-trust-item { flex: 1 1 100%; justify-content: flex-start; text-align: left; padding: 12px 16px; }
  .appt-body       { padding: 32px 4%; gap: 20px; }
  .appt-form-card  { padding: 24px 16px; border-radius: 18px; }
  .appt-form-title { font-size: 1.25rem; }
  .appt-form-sub   { font-size: .86rem; margin-bottom: 22px; }
  .appt-group-label { font-size: .95rem; margin: 18px 0 10px; }
  .appt-field input,
  .appt-field select,
  .appt-field textarea { padding: 11px 14px; font-size: .9rem; border-radius: 12px; }
  .appt-radio-label    { padding: 8px 13px; font-size: .82rem; }
  .appt-submit         { font-size: 1rem; padding: 15px 20px; margin-top: 18px; }
  .appt-privacy        { font-size: .76rem; }
  .appt-info-card      { padding: 18px 14px; border-radius: 16px; }
  .appt-info-card__title { font-size: 1rem; }
  .appt-info-card__text  { font-size: .84rem; }
  .appt-sidebar          { grid-template-columns: 1fr !important; }
  .appt-hours-row        { font-size: .84rem; padding: 8px 0; }
  .appt-contact-btn      { padding: 11px 14px; font-size: .85rem; }
  .appt-star-icon        { font-size: 2rem; }
}

/* ─────────────────────────────────────────────────────────────
   MOBILE SMALL  ≤ 360 px
───────────────────────────────────────────────────────────── */
@media (max-width: 360px) {
  #site-navigation { height: 66px; padding: 0 4%; }
  .main-navigation { top: 66px; max-height: calc(100vh - 66px); }
  .site-logo        { height: 50px; }

  .hero             { padding: 68px 4% 48px; }
  .hero-content h1  { font-size: 1.6rem; }
  .hero-blob        { width: 190px; height: 190px; }
  .hero-tooth       { font-size: 3.5rem; }

  .section-title    { font-size: 1.4rem; }
  .section-sub      { font-size: .9rem; }

  .trust-bar        { padding: 12px 4%; }
  .trust-item .icon { width: 34px; height: 34px; font-size: 1rem; }
  .trust-item h4    { font-size: .88rem; }

  .service-card     { padding: 10px 10px 0; }
  .service-icon     { height: 180px; border-radius: 16px; }
  .service-icon img { border-radius: 16px; }

  .stat-num         { font-size: 1.7rem; }

  .cta-inner        { padding: 28px 14px; }
  .cta-inner h2     { font-size: 1.4rem; }

  .faq-question     { font-size: .85rem; padding: 13px 14px; }
  .faq-answer       { font-size: .84rem; padding: 0 14px 12px; }

  .testi-card blockquote { font-size: .88rem; }

  .btn-primary, .btn-secondary, .btn-dark { padding: 12px 18px; font-size: .88rem; }

  .appt-hero-title  { font-size: 1.5rem; }
  .appt-form-card   { padding: 18px 12px; }
  .appt-submit      { font-size: .92rem; padding: 13px 16px; }
}
