/* =====================================================
   Anna Massage Therapy P.C. — Global Stylesheet
   Theme: Light & Airy | Medical Spa / Clinical Sanctuary
   ===================================================== */

/* ── Variables ── */
:root {
  --bg:           #F9FAF9;
  --bg-alt:       #f2f6f3;
  --white:        #ffffff;
  --primary:      #064e3b;
  --primary-light:#065f46;
  --primary-dark: #022c22;
  --accent:       #d4af37;
  --accent-light: #f0d060;
  --accent-pale:  #fdf8e8;
  --text-dark:    #1a2e20;
  --text-body:    #374151;
  --text-muted:   #6b7280;
  --border:       #e3ebe5;
  --radius:       14px;
  --radius-lg:    20px;
  --shadow-sm:    0 2px 8px rgba(6,78,59,0.06);
  --shadow:       0 4px 24px rgba(6,78,59,0.09);
  --shadow-lg:    0 12px 48px rgba(6,78,59,0.13);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; font-size: 16px; }
body {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  background: var(--bg);
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--primary);
  line-height: 1.2;
  font-weight: 700;
}
h1 { font-size: clamp(1.9rem, 5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 3vw, 1.4rem); }

/* ── Scroll Reveal ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left  { opacity: 0; transform: translateX(-30px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal-right { opacity: 0; transform: translateX(30px);  transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translateX(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* =====================================================
   NAVIGATION
   ===================================================== */
.site-nav {
  position: sticky; top: 0; z-index: 300;
  background: var(--white);
  border-bottom: 1.5px solid var(--border);
  box-shadow: var(--shadow-sm);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 72px;
}
.nav-brand {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none; flex-shrink: 0;
}
.nav-logo {
  height: 46px; width: auto; object-fit: contain;
  mix-blend-mode: multiply;
}
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.nav-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--primary); white-space: nowrap;
}
.nav-brand-badge {
  font-size: 0.6rem; font-weight: 600;
  color: var(--accent); letter-spacing: 0.02em;
}
.site-nav .nav-links {
  display: flex; align-items: center; gap: 0.25rem; list-style: none;
}
.site-nav .nav-links a {
  color: var(--text-body) !important; font-size: 0.88rem; font-weight: 500;
  padding: 0.5rem 0.85rem; border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap; display: flex; align-items: center; min-height: 40px;
  text-decoration: none; background: transparent !important;
}
.site-nav .nav-links a:hover { background: var(--bg-alt) !important; color: var(--primary) !important; }
.site-nav .nav-links a.active { color: var(--primary) !important; font-weight: 600; }
.nav-book-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--primary); color: var(--white);
  font-size: 0.88rem; font-weight: 700;
  padding: 0.6rem 1.4rem; border-radius: 8px; border: none;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap; min-height: 40px; text-decoration: none;
}
.nav-book-btn:hover { background: var(--primary-light); transform: translateY(-1px); }
.site-nav .nav-toggle {
  display: none; background: none; border: none;
  flex-direction: column; justify-content: center;
  gap: 5px; padding: 10px 8px; min-width: 44px; min-height: 44px; align-items: center;
}
.site-nav .nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--primary) !important; border-radius: 2px; transition: all 0.3s;
}
.site-nav .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-nav .nav-toggle.open span:nth-child(2) { opacity: 0; }
.site-nav .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero {
  background: linear-gradient(160deg, var(--white) 0%, #eef5ef 60%, #dff0e4 100%);
  padding: 5rem 2rem 4rem;
  position: relative; overflow: hidden;
}
.hero-deco {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.hero-deco-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212,175,55,0.07) 0%, transparent 70%);
  top: -100px; right: -100px;
}
.hero-deco-2 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(6,78,59,0.05) 0%, transparent 70%);
  bottom: -60px; left: -60px;
}
.hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-content { }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(212,175,55,0.12); color: var(--primary);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.45rem 1rem; border-radius: 30px; margin-bottom: 1.25rem;
  border: 1px solid rgba(212,175,55,0.35);
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 {
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  color: var(--primary); margin-bottom: 1.1rem; line-height: 1.2;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub {
  font-size: 1rem; color: var(--text-muted);
  line-height: 1.8; margin-bottom: 2rem; max-width: 500px;
}
.hero-actions {
  display: flex; gap: 0.85rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  background: var(--primary); color: var(--white);
  font-size: 0.95rem; font-weight: 700;
  padding: 0.85rem 1.75rem; border-radius: 10px; border: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  min-height: 50px; touch-action: manipulation;
  box-shadow: 0 4px 16px rgba(6,78,59,0.2);
  text-decoration: none;
}
.btn-primary:hover { background: var(--primary-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(6,78,59,0.25); }
.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  background: transparent; color: var(--primary);
  font-size: 0.95rem; font-weight: 600;
  padding: 0.82rem 1.6rem; border-radius: 10px;
  border: 2px solid var(--primary);
  transition: background 0.2s, transform 0.2s;
  min-height: 50px; touch-action: manipulation;
  text-decoration: none;
}
.btn-outline:hover { background: rgba(6,78,59,0.06); transform: translateY(-2px); }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 0.65rem;
}
.trust-badge {
  display: flex; align-items: center; gap: 0.4rem;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 30px; padding: 0.4rem 0.9rem;
  font-size: 0.76rem; font-weight: 500; color: var(--text-body);
  box-shadow: var(--shadow-sm);
}
.trust-badge .check { color: var(--primary); font-weight: 700; }
/* Hero image side */
.hero-image-wrap {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-image-wrap img { width: 100%; height: 480px; object-fit: cover; display: block; }
.hero-image-card {
  position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-radius: 12px; padding: 0.9rem 1.1rem;
  border: 1px solid rgba(212,175,55,0.3);
  display: flex; align-items: center; gap: 0.75rem;
}
.hero-image-card .pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); flex-shrink: 0; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:0.6;transform:scale(1.3);} }
.hero-image-card span { font-size: 0.82rem; color: var(--text-dark); font-weight: 500; line-height: 1.4; }
.hero-image-card span strong { color: var(--primary); display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; }

/* =====================================================
   SECTION COMMONS
   ===================================================== */
.section { padding: 5rem 2rem; }
.section.alt { background: var(--bg-alt); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-header { margin-bottom: 2.5rem; }
.section-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.4rem; display: flex; align-items: center; gap: 0.4rem;
}
.section-label::after { content: ''; flex: 1; height: 1px; background: rgba(212,175,55,0.3); max-width: 60px; }
.section-title { color: var(--primary); margin-bottom: 0.6rem; }
.section-desc { color: var(--text-muted); font-size: 0.95rem; max-width: 520px; }

/* =====================================================
   4-BOX SERVICE GRID
   ===================================================== */
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem;
}
.service-card {
  background: var(--white); border-radius: var(--radius-lg);
  border: 1.5px solid var(--border);
  padding: 2rem 1.75rem;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
  -webkit-tap-highlight-color: transparent; touch-action: manipulation;
}
.service-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #b8d4c4; }
.service-card:hover::before { transform: scaleX(1); }
/* Gold VIP card */
.service-card.vip {
  border-color: var(--accent);
  background: linear-gradient(145deg, #fffdf5 0%, #fff9e6 100%);
}
.service-card.vip::before { background: var(--accent); transform: scaleX(1); }
.service-card.vip:hover { border-color: var(--accent); box-shadow: 0 12px 40px rgba(212,175,55,0.2); }
.service-vip-tag {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--accent); color: var(--primary-dark);
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.22rem 0.65rem; border-radius: 20px;
}
.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--bg-alt); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.1rem;
  border: 1px solid var(--border);
}
.service-card.vip .card-icon { background: rgba(212,175,55,0.12); border-color: rgba(212,175,55,0.3); }
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; font-weight: 700;
  color: var(--primary); margin-bottom: 0.5rem;
}
.card-preview { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1rem; }
.card-cta {
  display: flex; align-items: center; gap: 0.3rem;
  font-size: 0.82rem; font-weight: 700; color: var(--primary);
}
.service-card.vip .card-cta { color: #a07c10; }

/* =====================================================
   INSURANCE STRIP
   ===================================================== */
.ins-strip { background: var(--primary); padding: 4rem 2rem; }
.ins-strip-inner { max-width: 1000px; margin: 0 auto; }
.ins-strip h2 { color: var(--white); margin-bottom: 0.5rem; }
.ins-strip p { color: rgba(255,255,255,0.65); font-size: 0.92rem; margin-bottom: 2.5rem; }
.ins-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; }
.ins-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 1.6rem 1.4rem;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  text-decoration: none; display: block;
}
.ins-card:hover { background: rgba(255,255,255,0.11); border-color: rgba(212,175,55,0.5); transform: translateY(-3px); }
.ins-card-icon { font-size: 1.7rem; margin-bottom: 0.7rem; display: block; }
.ins-card h4 { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1rem; margin-bottom: 0.5rem; }
.ins-bullets { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.85rem; }
.ins-bullets li { font-size: 0.82rem; color: rgba(255,255,255,0.68); display: flex; align-items: flex-start; gap: 0.45rem; line-height: 1.5; }
.ins-bullets li::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 0.52rem; }
.ins-arrow { font-size: 0.82rem; font-weight: 700; color: var(--accent); }

/* =====================================================
   MODALS
   ===================================================== */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 500;
  background: rgba(6,30,20,0.5); backdrop-filter: blur(6px);
  align-items: flex-end; justify-content: center; padding: 0;
}
.modal-overlay.active { display: flex; }
.modal {
  background: var(--white); width: 100%; max-height: 90svh;
  border-radius: 22px 22px 0 0; overflow-y: auto;
  padding: 1.5rem 1.5rem 2.5rem;
  box-shadow: 0 -8px 40px rgba(6,78,59,0.18);
  animation: slideUp 0.3s ease;
  position: relative;
}
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.modal-drag {
  width: 40px; height: 4px; background: var(--border);
  border-radius: 2px; margin: 0 auto 1.5rem;
}
.modal-close {
  position: absolute; top: 1.25rem; right: 1.25rem;
  background: var(--bg-alt); border: none; width: 36px; height: 36px;
  border-radius: 50%; font-size: 1.1rem; color: var(--text-muted);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.modal-close:hover { background: var(--border); }
.modal-icon { font-size: 2rem; margin-bottom: 0.65rem; }
.modal h2 { font-size: 1.3rem; color: var(--primary); margin-bottom: 1.1rem; padding-right: 2.5rem; }
.modal-list { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 1.25rem; }
.modal-list li {
  display: flex; gap: 0.6rem; font-size: 0.9rem; color: var(--text-body); line-height: 1.6;
}
.modal-list li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.modal-perk {
  background: var(--accent-pale); border: 1.5px solid rgba(212,175,55,0.35);
  border-radius: 12px; padding: 1rem 1.1rem;
  font-size: 0.87rem; color: #7a5f00; line-height: 1.65; margin-bottom: 1.25rem;
}
.modal-perk strong { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: #8a6a00; margin-bottom: 0.3rem; }
.modal .btn-primary { width: 100%; justify-content: center; border-radius: 10px; font-size: 1rem; padding: 1rem; }

/* =====================================================
   REVIEWS
   ===================================================== */
.reviews-section { background: var(--white); }

/* =====================================================
   WHY ANNA
   ===================================================== */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.why-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.why-image img { width: 100%; height: 440px; object-fit: cover; }
.why-image-badge {
  position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-radius: 12px; padding: 0.9rem 1.1rem;
  border: 1px solid rgba(212,175,55,0.3);
  display: flex; align-items: center; gap: 0.75rem;
}
.why-image-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; animation: pulse 2s ease-in-out infinite; }
.why-image-badge span { font-size: 0.8rem; color: var(--text-dark); font-weight: 500; line-height: 1.4; }
.why-image-badge span strong { color: var(--primary); display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; }
.pillars { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.5rem; }
.pillar {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 1.35rem 1.25rem;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.pillar::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, var(--primary), var(--accent));
  transform: scaleY(0); transition: transform 0.3s; transform-origin: top;
}
.pillar:hover { transform: translateX(4px); box-shadow: var(--shadow); border-color: #b8d4c4; }
.pillar:hover::before { transform: scaleY(1); }
.pillar-icon {
  width: 44px; height: 44px; background: var(--bg-alt); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: var(--primary); border: 1px solid var(--border);
}
.pillar-text h3 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--primary); margin-bottom: 0.25rem; }
.pillar-text p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; }

/* =====================================================
   CONTACT OPTIONS SECTION
   ===================================================== */
.contact-options {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.contact-option-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem 1.25rem;
  text-decoration: none; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.contact-option-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow);
  border-color: #b8d4c4;
}
.contact-option-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-option-label {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.2rem;
}
.contact-option-value {
  font-family: 'Playfair Display', serif; font-size: 1rem;
  font-weight: 700; color: var(--primary); margin-bottom: 0.2rem;
}
.contact-option-note {
  font-size: 0.78rem; color: var(--text-muted);
}
@media (max-width: 768px) {
  .contact-options { grid-template-columns: 1fr; }
}
@media (min-width: 769px) and (max-width: 900px) {
  .contact-options { grid-template-columns: 1fr 1fr; }
}

/* =====================================================
   LOCATION SECTION
   ===================================================== */
.location-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start;
}
.location-map {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1.5px solid var(--border);
  height: 440px;
}
.location-map iframe { width: 100%; height: 100%; display: block; }
@media (max-width: 900px) {
  .location-grid { grid-template-columns: 1fr; gap: 2rem; }
  .location-map { height: 300px; }
}

/* =====================================================
   PAGE HERO (inner pages)
   ===================================================== */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  padding: 3.5rem 2rem 3rem; text-align: center;
}
.page-hero .eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.6rem; }
.page-hero h1 { color: var(--white); font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 0.6rem; }
.page-hero p { color: rgba(255,255,255,0.68); font-size: 0.92rem; }

/* =====================================================
   CONTACT / FORM
   ===================================================== */
.form-section { padding: 4rem 2rem 5rem; }
.form-wrap { max-width: 660px; margin: 0 auto; }
.form-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.4rem; }
.form-title { color: var(--primary); margin-bottom: 0.5rem; }
.form-desc { color: var(--text-muted); font-size: 0.93rem; margin-bottom: 2rem; line-height: 1.7; }
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem 1.75rem; box-shadow: var(--shadow); border: 1.5px solid var(--border); }
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem; }
label.field-label { display: block; font-size: 0.83rem; font-weight: 700; color: var(--primary); margin-bottom: 0.4rem; }
label.field-label .req { color: #e11d48; margin-left: 2px; }
input[type="text"],
input[type="tel"],
input[type="email"],
select, textarea {
  width: 100%; padding: 0.85rem 1rem;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-family: inherit; font-size: 0.97rem;
  color: var(--text-dark); background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none; -webkit-appearance: none;
  min-height: 52px; outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(6,78,59,0.1);
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem;
}
textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  width: 100%; padding: 1rem; margin-top: 0.25rem;
  background: var(--primary); color: var(--white);
  border: none; border-radius: 10px;
  font-family: inherit; font-size: 1rem; font-weight: 700;
  transition: background 0.2s, transform 0.2s; min-height: 54px;
  touch-action: manipulation;
}
.btn-submit:hover { background: var(--primary-light); transform: translateY(-1px); }
.alert { border-radius: 10px; padding: 1.1rem 1.25rem; margin-bottom: 1.5rem; font-size: 0.92rem; line-height: 1.65; }
.alert-success { background: #d1fae5; border: 1.5px solid #6ee7b7; color: #065f46; }
.alert-error   { background: #fee2e2; border: 1.5px solid #fca5a5; color: #991b1b; }
.success-card { text-align: center; padding: 3rem 1.5rem; }
.success-icon {
  width: 70px; height: 70px; background: #d1fae5; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem;
}
.success-card h2 { color: var(--primary); font-size: 1.5rem; margin-bottom: 0.6rem; }
.success-card p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: var(--primary-dark); color: rgba(255,255,255,0.55);
  padding: 4rem 2rem 2rem;
}
.footer-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2.5rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo { height: 46px; width: auto; object-fit: contain; margin-bottom: 0.75rem; mix-blend-mode: multiply; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.2rem; }
.footer-brand-badge { font-size: 0.68rem; color: var(--accent); margin-bottom: 0.85rem; display: flex; align-items: center; gap: 0.35rem; }
.footer-brand-badge::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.footer-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.75; }
.footer-col h4 { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--accent); margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col ul li { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.55; display: flex; align-items: flex-start; gap: 0.4rem; }
.footer-col a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  max-width: 1100px; margin: 1.5rem auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.74rem; flex-wrap: wrap; gap: 0.5rem;
}

/* =====================================================
   MOBILE STICKY BAR
   ===================================================== */
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 400;
  background: var(--white); border-top: 2px solid var(--accent);
  padding: 0.65rem 1rem; gap: 0.75rem; align-items: stretch;
  box-shadow: 0 -4px 20px rgba(6,78,59,0.1);
}
.mobile-bar a {
  flex: 1; text-align: center; padding: 0.8rem 0.5rem; border-radius: 8px;
  font-weight: 700; font-size: 0.88rem; text-decoration: none;
  touch-action: manipulation; min-height: 48px;
  display: flex; align-items: center; justify-content: center; gap: 0.35rem;
  transition: background 0.2s;
}
.mobile-bar .bar-text { background: var(--accent); color: var(--primary); }
.mobile-bar .bar-text:hover { background: var(--accent-light); }
.mobile-bar .bar-book { background: var(--primary); color: var(--white); }
.mobile-bar .bar-book:hover { background: var(--primary-light); }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
  .hero-inner { gap: 2rem; }
  .ins-cards { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image-wrap { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .why-image img { height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .ins-cards { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 768px) {
  .site-nav { padding: 0 1.25rem; }
  .site-nav .nav-toggle { display: flex; }
  .site-nav .nav-links {
    display: none; flex-direction: column;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--white) !important; padding: 0.75rem 1.25rem 1.25rem;
    border-bottom: 1.5px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08); z-index: 299; gap: 0.2rem;
  }
  .site-nav .nav-links.open { display: flex; }
  .site-nav .nav-links a { font-size: 1rem !important; padding: 0.8rem 1rem !important; min-height: 48px; border-radius: 8px; color: var(--text-body) !important; }
  .nav-book-btn { display: none; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 80px; }
  .hero { padding: 3.5rem 1.25rem 3rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; max-width: 320px; }
  .section { padding: 3.5rem 1.25rem; }
  .services-grid { grid-template-columns: 1fr; }
  .ins-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .modal { border-radius: 22px 22px 0 0; }
  .form-row { grid-template-columns: 1fr; }
}
@media (min-width: 769px) {
  .modal {
    max-width: 520px; width: 90%; margin: auto;
    border-radius: var(--radius-lg); max-height: 85vh;
    animation: modalIn 0.25s ease;
  }
  .modal-overlay { align-items: center; padding: 1.5rem; }
  @keyframes modalIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
  .modal-drag { display: none; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.75rem; }
  .nav-brand-name { font-size: 0.9rem; }
  .nav-logo { height: 38px; }
  .hero-trust { flex-direction: column; align-items: flex-start; }
}
