/* ============================================================
   Theme: Spa White
   Clean white & teal  inspired by massagesme.uk. Minimal, modern spa feel.
   ============================================================ */

:root {
  --gold: #0d9488; --gold-dark: #0f766e; --deep: #134e4a;
  --warm-dark: #0f4543; --warm-mid: #2d7a76; --cream: #f9fffe;
  --cream-mid: #e6f7f6; --text: #0a2120; --muted: #5eada8;
}

body { background: var(--cream); color: var(--text); }

/* Navbar */
.site-navbar { background: #ffffff !important; border-bottom: 1px solid #e6f7f6 !important; box-shadow: 0 1px 8px rgba(0,0,0,0.08); }
.site-navbar .navbar-brand { color: #0d9488 !important; }
.site-navbar .nav-link { color: #2d7a76 !important; }
.site-navbar .nav-link:hover { color: #0d9488 !important; }
.navbar-toggler { border-color: #0d9488; }

/* Country Bar */
.country-bar { background: #0a2d2c !important; border-bottom: 1px solid rgba(13,148,136,0.2) !important; }
.country-bar-text { color: rgba(255,255,255,0.4) !important; }
.country-bar-text strong { color: rgba(255,255,255,0.8) !important; }
.flag-label { color: rgba(255,255,255,0.4) !important; }
.flag-btn { border-color: rgba(13,148,136,0.2) !important; color: rgba(255,255,255,0.4) !important; }
.flag-btn:hover, .flag-btn-active { border-color: #5eefea !important; color: #5eefea !important; background: rgba(13,148,136,0.2) !important; }

/* Hero */
.hero-section { background: linear-gradient(135deg,#134e4a 0%,#0f766e 60%,#134e4a 100%) !important; }
.section-dark { background: #134e4a !important; }
.testimonial-section, .cta-section, .stats-section { background: #134e4a !important; }

/* Cards */
.card, [class*="-card"]:not(.adm-card):not(.cp-card) {
  background: #ffffff !important; border: 1px solid #b2e8e5 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}
.feature-card:hover, .type-card:hover, .region-card:hover { border-color: #0d9488 !important; }

/* Search */
.search-wrap, .search-bar { background: #ffffff !important; border: 1px solid #b2e8e5 !important; }
.search-input { background: transparent !important; color: var(--text) !important; }
.search-divider { background: #b2e8e5 !important; }
.search-btn { background: #0d9488 !important; color: #fff !important; }
.search-btn:hover { background: #0f766e !important; }

/* Buttons */
.btn-gold { background: #0d9488 !important; color: #fff !important; border: none !important; }
.btn-gold:hover { background: #0f766e !important; }
.btn-outline-gold { border-color: #0d9488 !important; color: #0d9488 !important; }
.btn-outline-gold:hover { background: #0d9488 !important; color: #fff !important; }

/* Badges */
.badge-gold, .tag-gold { background: rgba(13,148,136,0.08) !important; color: #0f766e !important; border: 1px solid rgba(13,148,136,0.2) !important; }

/* Footer */
.site-footer { background: #0a2d2c !important; border-top: 3px solid #0d9488 !important; }

/* Inputs */
input:focus, select:focus, textarea:focus {
  border-color: #0d9488 !important;
  box-shadow: 0 0 0 3px #0d948822 !important;
}
