/*
Theme Name: TheraNest
Theme URI: https://theranestcentre.com
Author: TheraNest
Description: Official theme for TheraNest Physio & Child Rehab Centre, Dispur, Guwahati. Warm, professional, family-centred design with full appointment booking system.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: theranest
Tags: medical, rehabilitation, physiotherapy, child-care, appointment-booking, responsive
*/

/* ─────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────── */
:root {
  /* Brand */
  --tn-gold1:       #F0A500;
  --tn-gold2:       #C87800;
  --tn-gold3:       #E8C040;
  --tn-gold-grad:   linear-gradient(135deg, #F0A500 0%, #C87800 60%, #E8A020 100%);
  --tn-cyan:        #3ABFB0;
  --tn-cyan-l:      #E6F7F5;
  --tn-navy:        #1a1a5e;
  --tn-navy-d:      #0f0f3d;
  --tn-teal:        #2BAB87;
  --tn-teal-l:      #E6F7F2;
  --tn-teal-d:      #1a7a5e;

  /* Supporting */
  --tn-orange:      #FF7043;
  --tn-orange-l:    #FFF0EB;
  --tn-purple:      #7C5CBF;
  --tn-purple-l:    #F0EBFB;
  --tn-blue:        #3B82F6;
  --tn-blue-l:      #EFF6FF;
  --tn-pink:        #EC4899;
  --tn-pink-l:      #FDF2F8;

  /* Neutrals */
  --tn-text:        #1E293B;
  --tn-muted:       #64748B;
  --tn-border:      #E2E8F0;
  --tn-bg:          #FAFAF8;
  --tn-white:       #ffffff;

  /* Radius */
  --tn-r-sm:  8px;
  --tn-r-md:  14px;
  --tn-r-lg:  20px;
  --tn-r-xl:  28px;
  --tn-r-2xl: 40px;

  /* Shadow */
  --tn-sh:    0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.07);
  --tn-sh-lg: 0 4px 6px rgba(0,0,0,.04), 0 12px 40px rgba(0,0,0,.12);
  --tn-sh-xl: 0 20px 60px rgba(0,0,0,.15);

  /* Typography */
  --tn-font-heading: 'Nunito', 'Segoe UI', sans-serif;
  --tn-font-body:    'Nunito', 'Segoe UI', sans-serif;

  --tn-transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--tn-font-body);
  color: var(--tn-text);
  background: var(--tn-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tn-teal); text-decoration: none; transition: color var(--tn-transition); }
a:hover { color: var(--tn-teal-d); }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: var(--tn-font-heading); color: var(--tn-text); line-height: 1.2; font-weight: 800; }
h1 { font-size: clamp(1.75rem, 4.5vw, 2.75rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2.1rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.45rem); }
p { color: var(--tn-muted); line-height: 1.7; }

/* ─────────────────────────────────────────
   UTILITIES
───────────────────────────────────────── */
.container       { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.container-sm    { max-width: 860px;  margin: 0 auto; padding: 0 1.5rem; }
.section-pad     { padding: 5rem 0; }
.section-pad-sm  { padding: 3rem 0; }
.text-center     { text-align: center; }
.text-gold       { background: var(--tn-gold-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.tag {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.tag-gold   { background: #FFF8E1; color: #8a5a00; }
.tag-teal   { background: var(--tn-teal-l); color: var(--tn-teal-d); }
.tag-cyan   { background: var(--tn-cyan-l); color: #1a7a72; }
.tag-orange { background: var(--tn-orange-l); color: #b94a24; }
.tag-purple { background: var(--tn-purple-l); color: #5a3d9a; }

/* ─────────────────────────────────────────
   LOGO COMPONENT
───────────────────────────────────────── */
.tn-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.tn-logo img,
.tn-logo svg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.tn-logo-text .brand {
  font-size: 1.25rem;
  font-weight: 900;
  background: var(--tn-gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.tn-logo-text .sub {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--tn-cyan);
  letter-spacing: 0.04em;
  line-height: 1.3;
}

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-family: var(--tn-font-body);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--tn-transition);
  text-decoration: none;
}
.btn-gold {
  background: var(--tn-gold-grad);
  color: #fff;
}
.btn-gold:hover { opacity: 0.9; transform: translateY(-2px); color: #fff; }

.btn-teal { background: var(--tn-teal); color: #fff; border-color: var(--tn-teal); }
.btn-teal:hover { background: var(--tn-teal-d); color: #fff; transform: translateY(-2px); }

.btn-ghost-w { background: transparent; color: rgba(255,255,255,0.88); border-color: rgba(255,255,255,0.4); }
.btn-ghost-w:hover { background: rgba(255,255,255,0.1); color: #fff; }

.btn-ghost { background: transparent; color: var(--tn-teal); border-color: var(--tn-teal); }
.btn-ghost:hover { background: var(--tn-teal-l); }

.btn-lg { padding: 0.85rem 2.1rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.82rem; }

/* ─────────────────────────────────────────
   HEADER
───────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--tn-white);
  box-shadow: var(--tn-sh);
}
.announce-bar {
  background: var(--tn-navy);
  color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 8px 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(240,165,0,0.2);
}
.announce-bar a { color: var(--tn-gold1); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1.5rem;
}
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a, .main-nav .nav-item {
  padding: 6px 13px;
  border-radius: var(--tn-r-sm);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--tn-muted);
  transition: all var(--tn-transition);
  text-decoration: none;
}
.main-nav a:hover, .main-nav a.current-menu-item { background: var(--tn-teal-l); color: var(--tn-teal-d); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { font-size: 0.85rem; font-weight: 700; color: var(--tn-navy); display: flex; align-items: center; gap: 6px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--tn-navy); border-radius: 2px; transition: all var(--tn-transition); }

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.hero {
  background: var(--tn-navy);
  position: relative;
  overflow: hidden;
  min-height: 88vh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  top: -150px; right: -150px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,165,0,0.08) 0%, transparent 70%);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58,191,176,0.1) 0%, transparent 70%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240,165,0,0.12);
  border: 1px solid rgba(240,165,0,0.28);
  color: var(--tn-gold1);
  padding: 5px 15px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hero-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tn-gold1); animation: tn-pulse 2s infinite; }
@keyframes tn-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.35;transform:scale(1.4)} }

.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero h1 .accent { background: var(--tn-gold-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { color: rgba(255,255,255,.72); font-size: 1rem; margin-bottom: 1.75rem; max-width: 460px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-n {
  font-size: 1.8rem;
  font-weight: 900;
  background: var(--tn-gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.stat-l { font-size: 0.7rem; color: rgba(255,255,255,.5); font-weight: 600; margin-top: 3px; }

/* Hero image area */
.hero-image-area { position: relative; padding: 1rem 1rem 0 0; }
.hero-main-img {
  border-radius: var(--tn-r-xl);
  overflow: visible;   /* allow float cards to show outside the image bounds */
  aspect-ratio: 4/5;
  position: relative;
}
.hero-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--tn-r-xl);  /* rounded corners on img itself */
  display: block;
}
.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 50%, rgba(26,26,94,0.5) 100%);
  border-radius: var(--tn-r-xl);  /* match image rounding */
  pointer-events: none;
  z-index: 1;
}
/* logo badge and float cards above overlay */
.hero-logo-badge { z-index: 20; }
.hero-logo-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--tn-r-md);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--tn-sh-lg);
}
.hero-logo-badge img { width: 36px; height: 36px; }
.hero-logo-badge .b-name { font-size: 0.82rem; font-weight: 900; background: var(--tn-gold-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-logo-badge .b-sub { font-size: 0.6rem; color: var(--tn-cyan); font-weight: 700; }

.float-card {
  position: absolute;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-radius: var(--tn-r-md);
  padding: 0.65rem 1rem;
  box-shadow: var(--tn-sh-lg);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--tn-text);
}
.fc-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Rating float card — bottom-right of hero image */
.float-card-rating {
  bottom: 5.5rem;
  right: 1.25rem;
  z-index: 20;
  animation: fc-float2 3.5s ease-in-out infinite 0.6s;
}
@keyframes fc-float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes fc-float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

/* ─────────────────────────────────────────
   TRUST BAR
───────────────────────────────────────── */
.trust-bar {
  background: linear-gradient(90deg, var(--tn-navy) 0%, #252580 100%);
  padding: 1rem 0;
  border-top: 1px solid rgba(240,165,0,0.15);
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.8); font-size: 0.82rem; font-weight: 600; }
.trust-item svg, .trust-item i { color: var(--tn-gold1); font-size: 1rem; }

/* ─────────────────────────────────────────
   SECTION HEADERS
───────────────────────────────────────── */
.section-header { margin-bottom: 2.5rem; }
.section-header p { max-width: 560px; margin-top: 0.6rem; font-size: 0.95rem; }
.section-header.center { text-align: center; }
.section-header.center p { margin-left: auto; margin-right: auto; }

/* ─────────────────────────────────────────
   WHY US CARDS
───────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.why-card {
  background: var(--tn-white);
  border-radius: var(--tn-r-lg);
  padding: 1.75rem 1.5rem;
  border: 1.5px solid var(--tn-border);
  text-align: center;
  transition: all var(--tn-transition);
}
.why-card:hover { border-color: var(--tn-gold1); box-shadow: var(--tn-sh); transform: translateY(-4px); }
.why-icon { width: 56px; height: 56px; border-radius: 14px; background: #FFF8E1; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; transition: background var(--tn-transition); }
.why-card:hover .why-icon { background: #FEF3C7; }
.why-card h4 { font-size: 0.95rem; margin-bottom: 0.4rem; }
.why-card p { font-size: 0.82rem; margin: 0; }

/* ─────────────────────────────────────────
   IMAGE + TEXT SPLITS
───────────────────────────────────────── */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split-grid.reverse .split-image { order: 2; }
.split-grid.reverse .split-content { order: 1; }
.split-image { position: relative; }
.split-image img { border-radius: var(--tn-r-xl); width: 100%; object-fit: cover; aspect-ratio: 4/5; }
.split-stat-badge {
  position: absolute;
  bottom: -1.25rem; right: -1.25rem;
  background: var(--tn-white);
  border-radius: var(--tn-r-md);
  padding: 1.1rem 1.4rem;
  box-shadow: var(--tn-sh-xl);
  text-align: center;
}
.split-stat-badge .n { font-size: 1.75rem; font-weight: 900; background: var(--tn-gold-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.split-stat-badge .l { font-size: 0.72rem; color: var(--tn-muted); font-weight: 700; }

/* ─────────────────────────────────────────
   PROGRAM/SERVICE CARDS
───────────────────────────────────────── */
.programs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.program-card {
  background: var(--tn-white);
  border-radius: var(--tn-r-lg);
  overflow: hidden;
  border: 1.5px solid var(--tn-border);
  transition: all var(--tn-transition);
}
.program-card:hover { box-shadow: var(--tn-sh-lg); transform: translateY(-5px); }
.program-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.program-card-body { padding: 1.25rem 1.35rem 1.5rem; }
.program-tag { display: inline-block; padding: 3px 11px; border-radius: 999px; font-size: 0.7rem; font-weight: 700; margin-bottom: 0.6rem; }
.program-card-body h4 { font-size: 1rem; margin-bottom: 0.35rem; }
.program-card-body p { font-size: 0.82rem; margin: 0; }

/* Services full grid */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.1rem; }
.service-card {
  background: var(--tn-white);
  border-radius: var(--tn-r-lg);
  padding: 1.5rem 1.25rem;
  border: 1.5px solid var(--tn-border);
  transition: all var(--tn-transition);
}
.service-card:hover { border-color: var(--tn-gold1); box-shadow: var(--tn-sh); transform: translateY(-3px); }
.service-icon { width: 50px; height: 50px; border-radius: 12px; background: #FFF8E1; display: flex; align-items: center; justify-content: center; margin-bottom: 0.85rem; transition: background var(--tn-transition); }
.service-card:hover .service-icon { background: #FEF3C7; }
.service-card h4 { font-size: 0.92rem; margin-bottom: 0.35rem; }
.service-card p { font-size: 0.78rem; margin: 0; }

/* ─────────────────────────────────────────
   HOW IT WORKS
───────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; position: relative; }
.steps-grid::before {
  content: '';
  position: absolute;
  top: 28px; left: 10%; right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--tn-gold1) 0, var(--tn-gold1) 8px, transparent 8px, transparent 18px);
  z-index: 0;
}
.step-card { background: var(--tn-white); border-radius: var(--tn-r-lg); padding: 1.5rem 1.1rem; text-align: center; border: 1.5px solid var(--tn-border); position: relative; z-index: 1; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--tn-gold-grad); color: #fff; font-size: 1rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.9rem; }
.step-card h4 { font-size: 0.9rem; margin-bottom: 0.35rem; }
.step-card p { font-size: 0.78rem; margin: 0; }

/* ─────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────── */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.testi-card {
  background: var(--tn-white);
  border-radius: var(--tn-r-lg);
  padding: 1.75rem;
  border: 1.5px solid var(--tn-border);
  position: relative;
}
.testi-card::before { content: '\201C'; position: absolute; top: 1rem; right: 1.25rem; font-size: 4.5rem; color: #FEF3C7; line-height: 1; font-family: Georgia, serif; }
.stars { font-size: 0.9rem; color: var(--tn-gold1); margin-bottom: 0.75rem; }
.testi-card > p { font-size: 0.88rem; font-style: italic; color: var(--tn-text); margin-bottom: 1.25rem; line-height: 1.65; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.reviewer-avatar { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.reviewer-name { font-size: 0.88rem; font-weight: 700; color: var(--tn-text); }
.reviewer-type { font-size: 0.72rem; color: var(--tn-muted); }

/* ─────────────────────────────────────────
   APPOINTMENT SECTION
───────────────────────────────────────── */
.appt-section {
  background: var(--tn-navy);
  position: relative;
  overflow: hidden;
}
.appt-section::before { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(240,165,0,0.07) 0%, transparent 70%); }
.appt-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; position: relative; z-index: 1; }
.appt-content h2 { color: #fff; margin-bottom: 0.75rem; }
.appt-content p { color: rgba(255,255,255,0.7); font-size: 0.92rem; margin-bottom: 1.5rem; }
.contact-info-list { display: flex; flex-direction: column; gap: 0.75rem; }
.ci-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.82); }
.ci-item a { color: var(--tn-gold1); }
.ci-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(240,165,0,0.12); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--tn-gold1); flex-shrink: 0; }

.appt-form-card { background: var(--tn-white); border-radius: var(--tn-r-xl); padding: 2.5rem; box-shadow: var(--tn-sh-xl); }
.appt-form-card h3 { font-size: 1.2rem; margin-bottom: 1.5rem; color: var(--tn-text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 700; color: var(--tn-text); margin-bottom: 4px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1.5px solid var(--tn-border);
  border-radius: var(--tn-r-md);
  font-family: var(--tn-font-body);
  font-size: 0.88rem;
  color: var(--tn-text);
  background: var(--tn-white);
  transition: border-color var(--tn-transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--tn-gold1); box-shadow: 0 0 0 3px rgba(240,165,0,0.1); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; padding: 0.85rem; font-size: 0.95rem; }

/* ─────────────────────────────────────────
   TEAM
───────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.team-card { background: var(--tn-white); border-radius: var(--tn-r-lg); overflow: hidden; border: 1.5px solid var(--tn-border); text-align: center; transition: all var(--tn-transition); }
.team-card:hover { box-shadow: var(--tn-sh-lg); transform: translateY(-4px); }
.team-card img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: top; }
.team-card-body { padding: 1.1rem; }
.team-card-body h4 { font-size: 0.95rem; margin-bottom: 3px; }
.team-role { font-size: 0.75rem; font-weight: 700; background: var(--tn-gold-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ─────────────────────────────────────────
   INFO STRIP
───────────────────────────────────────── */
.info-strip { background: var(--tn-navy); border-top: 1px solid rgba(240,165,0,0.15); }
.info-strip-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; text-align: center; }
.info-strip-item .ii-icon { font-size: 1.75rem; margin-bottom: 0.4rem; color: var(--tn-gold1); }
.info-strip-item .ii-label { font-size: 0.68rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 3px; }
.info-strip-item .ii-value { font-size: 0.88rem; font-weight: 700; color: var(--tn-gold1); }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.site-footer { background: var(--tn-navy-d); color: rgba(255,255,255,0.6); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.82rem; line-height: 1.65; margin: 0.6rem 0 1.1rem; }
.social-links { display: flex; gap: 8px; }
.social-link { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: background var(--tn-transition); text-decoration: none; color: rgba(255,255,255,0.55); }
.social-link:hover { background: var(--tn-gold-grad); color: #fff; }
.footer-col h5 { color: rgba(255,255,255,0.5); font-size: 0.72rem; font-family: var(--tn-font-body); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.9rem; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col ul li a { font-size: 0.8rem; color: rgba(255,255,255,0.45); transition: color var(--tn-transition); }
.footer-col ul li a:hover { color: var(--tn-gold1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1.25rem 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; }
.footer-bottom a { color: var(--tn-gold1); }

/* ─────────────────────────────────────────
   DIVIDERS
───────────────────────────────────────── */
.svc-divider { display: flex; align-items: center; gap: 1rem; margin: 2.5rem 0 1.25rem; }
.svc-divider span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tn-muted); white-space: nowrap; }
.svc-divider::before, .svc-divider::after { content: ''; flex: 1; height: 1px; background: var(--tn-border); }

/* ─────────────────────────────────────────
   GALLERY STRIP
───────────────────────────────────────── */
.gallery-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.gallery-strip img { border-radius: var(--tn-r-md); width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform var(--tn-transition); }
.gallery-strip img:hover { transform: scale(1.03); }
.gallery-strip img:first-child { border-radius: var(--tn-r-lg); grid-row: span 2; aspect-ratio: auto; height: 100%; }

/* ─────────────────────────────────────────
   STICKY APPT BAR
───────────────────────────────────────── */
.sticky-appt { position: fixed; bottom: 0; left: 0; right: 0; background: var(--tn-navy); padding: 0.85rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; z-index: 999; border-top: 1px solid rgba(240,165,0,0.2); transform: translateY(100%); transition: transform var(--tn-transition); }
.sticky-appt.visible { transform: translateY(0); }
.sticky-appt p { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin: 0; }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 80px; right: 20px; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,0.45); z-index: 998; text-decoration: none; }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image-area { display: none; }
  .split-grid { grid-template-columns: 1fr; }
  .split-grid.reverse .split-image, .split-grid.reverse .split-content { order: unset; }
  .appt-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .gallery-strip { grid-template-columns: repeat(2,1fr); }
  .gallery-strip img:first-child { grid-row: auto; }
}
@media (max-width: 640px) {
  .section-pad { padding: 3rem 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 1.25rem; }
  .trust-bar-inner { justify-content: center; gap: 0.75rem; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: repeat(2,1fr); }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--tn-white); flex-direction: column; padding: 1rem; gap: 4px; box-shadow: var(--tn-sh-lg); z-index: 100; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: flex; }
  .header-actions .btn { display: none; }
  .sticky-appt { display: none; }
}

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.in { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════
   VISIBILITY IMPROVEMENTS v2.1
═══════════════════════════════════════════ */

/* Why cards — bigger numbers, bottom accent bar */
.why-card {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.6rem;
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--tn-gold-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--tn-transition);
}
.why-card:hover::after { transform: scaleX(1); }
.why-card:hover { box-shadow: 0 8px 32px rgba(240,165,0,0.14); }
.why-card:hover .why-icon { transform: scale(1.08); }
.why-num { font-size: 1.75rem; font-weight: 900; line-height: 1; margin-bottom: .35rem; }
.why-icon { transition: background var(--tn-transition), transform var(--tn-transition); }

/* Team card — show qualification + speciality */
.team-qual { font-size: .72rem; color: var(--tn-muted); margin-top: 3px; line-height: 1.4; }

/* Section headers — bigger, more contrast */
.section-header h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
.section-header p { font-size: 1rem; color: var(--tn-muted); }

/* Program cards — taller images, stronger shadow on hover */
.program-card-img { aspect-ratio: 16/9; object-fit: cover; transition: transform .4s ease; }
.program-card:hover .program-card-img { transform: scale(1.04); }
.program-card { overflow: hidden; }
.program-card-body h4 { font-size: 1.05rem; }
.program-card-body p { font-size: .85rem; }

/* Service cards — cleaner icon background transition */
.service-card { position: relative; overflow: hidden; }
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--tn-gold-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--tn-transition);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { box-shadow: 0 8px 32px rgba(240,165,0,0.12); }
.service-icon { transition: background var(--tn-transition), transform var(--tn-transition); }
.service-card:hover .service-icon { transform: scale(1.1); }
.service-card h4 { font-size: 1rem; }
.service-card p { font-size: .83rem; }

/* Testimonial cards — bigger quote mark, stronger text */
.testi-card > p { font-size: .92rem; color: var(--tn-text); }
.testi-card::before { font-size: 6rem; color: #FEF3C7; }
.reviewer-name { font-size: .92rem; }

/* Steps — bigger number circles */
.step-num { width: 52px; height: 52px; font-size: 1.1rem; }
.step-card h4 { font-size: .95rem; }
.step-card p { font-size: .82rem; }

/* Appointment form card — cleaner inputs */
.appt-form-card h3 { font-size: 1.3rem; }
.form-group label { font-size: .82rem; font-weight: 700; color: var(--tn-text); }
.form-group input,
.form-group select,
.form-group textarea { font-size: .9rem; padding: .72rem 1rem; }

/* Hero stats — bigger */
.stat-n { font-size: 2rem; }
.stat-l { font-size: .75rem; }

/* Trust bar — slightly larger text */
.trust-item span { font-size: .85rem; }

/* Buttons — slightly larger */
.btn-lg { padding: .9rem 2.2rem; font-size: 1.02rem; }

/* Gallery — rounded corners on all images */
.gallery-strip img { border-radius: var(--tn-r-md); }

/* Info strip */
.info-strip-item .ii-value { font-size: .95rem; }
.info-strip-item .ii-label { font-size: .72rem; }

/* Announce bar — slightly taller */
.announce-bar { padding: 9px 1rem; font-size: .83rem; }

/* Header phone visible on tablet too */
@media (max-width: 960px) {
  .header-phone { display: none; }
}
