@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* Prevent browser translation from affecting navigation text */
.notranslate {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

:root {
  --primary: #1a1a1a;
  --primary-dark: #000000;
  --primary-light: #4a4a4a;
  --accent: #007b7b;
  --accent-light: #009696;
  --accent-soft: rgba(0, 123, 123, 0.1);
  --text: #000000;
  --text-secondary: #000000;
  --text-muted: #1a1a1a;
  --bg: #f2efe8;
  --bg-alt: #ffffff;
  --white: #ffffff;
  --border: rgba(0,0,0,0.06);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.08);
  --radius: 24px;
  --radius-lg: 32px;
  --transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  --accent-glow: rgba(0, 123, 123, 0.25);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  line-height: 1.1;
  color: var(--primary);
  letter-spacing: -0.01em;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

/* ── MORE VARIABLES ── */
:root {
  --surface: #ffffff;
  --text-light: #4a4a4a;
  --font-heading: 'Instrument Serif', serif;
  --primary-btn: var(--accent);
  --primary-btn-dark: #d2e22a;
}

/* ── FORCE LIGHT MODE — strip Tailwind dark: variants ── */
/* This ensures our custom theme is always applied on sub-pages */
.bg-gray-800, [class*="dark:bg-gray-800"] {
  background-color: var(--bg) !important;
}

.bg-gray-100 {
  background-color: var(--bg) !important;
}

/* Fix for inner page white text issues */
.text-white, [class*="text-white"] {
  color: var(--text) !important;
}

/* Don't darken text that IS supposed to be white (on primary buttons/dark cards) */
.btn-primary, 
.btn-secondary, 
.btn-whatsapp, 
.form-submit-styled, 
.form-submit-btn,
.site-footer .text-white, 
.site-footer [class*="text-white"], 
.bg-primary .text-white, 
.service-featured .text-white,
.bg-primary h2,
.bg-primary p,
.bg-primary span {
  color: white !important;
}

.bg-white\/10 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.border-white\/40 {
  border-color: var(--border) !important;
}

.placeholder\:text-white\/60::placeholder,
.placeholder\:text-white\/60::-webkit-input-placeholder,
.placeholder\:text-white\/60::-moz-placeholder,
.placeholder\:text-white\/60:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

.bg-background-secondary {
  background-color: var(--bg-alt) !important;
}

/* Global Input Text Fix */
input, textarea, select {
  color: #000000 !important;
}

input::placeholder, 
textarea::placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

/* Author bio card */
section.w-full.mt-12 .bg-gray-100,
section.w-full.mt-12 [class*="bg-gray"] {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

/* Force text visibility in author bio */
.text-text-primary-light,
.font-display.text-xl.font-bold {
  color: #000000 !important;
}

.text-text-secondary-light,
.font-body.text-sm {
  color: #1a1a1a !important;
}

/* Author avatar — keep image visible */
.w-24.h-24.rounded-full {
  border: 3px solid #e2e8f0;
  background: #f1f5f9;
}

/* ── INNER PAGES (Procedures / Conditions / Costs) ── */
.page-hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 120px 0 80px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.page-hero-light {
  background: var(--bg);
  padding: 140px 0 80px;
  border-bottom: 1px solid var(--border);
}

.page-hero-light h1 {
  color: var(--primary);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  margin-bottom: 1rem;
}

.page-hero-light p {
  color: var(--text-secondary);
  font-size: 1.125rem;
  max-width: 700px;
  line-height: 1.6;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-bottom: 24px;
  font-size: 0.875rem;
  color: var(--text-light);
}

.breadcrumb a {
  color: var(--accent);
  font-weight: 500;
  transition: var(--transition);
}

.breadcrumb a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.breadcrumb .separator {
  color: var(--border);
  font-size: 0.75rem;
}

.breadcrumb .current {
  color: var(--text-muted);
  font-weight: 400;
}

/* Hero banner inside page content (scraped from WP) */
.relative.flex.min-h-\[120px\] {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
}

.relative.flex.min-h-\[120px\] h1 {
  color: white !important;
}

/* ── ARTICLE CONTENT ── */
.article {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-light);
}

.article p {
  margin-bottom: 1.5rem;
  color: var(--text-light);
}

.article h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--primary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--border);
}

.article h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--primary-dark);
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.article ul, .article ol {
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
}

.article ul {
  list-style: disc;
}

.article ol {
  list-style: decimal;
}

.article li {
  margin-bottom: 0.5rem;
  color: var(--text-light);
  line-height: 1.7;
}

.article strong {
  color: var(--text);
  font-weight: 600;
}

.article a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article a:hover {
  color: var(--accent);
}

.article em {
  font-style: italic;
  color: var(--text-light);
}

.article blockquote {
  border-left: 4px solid var(--accent);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--text-light);
  background: var(--bg-alt);
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  border-radius: 0 var(--radius) var(--radius) 0;
}

/* ── SIDEBAR / TOC ── */
.toc-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-light);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}

.toc-link:hover, .toc-link.active {
  color: var(--primary);
}

.toc-link .material-symbols-outlined {
  font-size: 20px;
  color: var(--accent);
}

/* ── INNER PAGE FORM ── */
.procedure-form input,
.procedure-form textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  width: 100%;
  transition: border-color 0.2s;
  background: var(--white);
  color: var(--text) !important;
}

.procedure-form input:focus,
.procedure-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-submit-btn {
  background: var(--primary) !important;
  color: white !important;
  border: none;
  border-radius: var(--radius);
  padding: 14px 28px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  width: 100%;
  letter-spacing: 0.05em;
}

.form-submit-btn:hover {
  background: var(--primary-dark) !important;
  transform: translateY(-1px);
}

/* ── 3D FORM CARD (matching teal wrapper) ── */
.form-card-3d {
  background: #ffffff;
  border-radius: 20px;
  /* Multi-layer 3D shadow: deep shadow below + inner top-edge highlight */
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.15) inset,
    0 -2px 0 rgba(0, 0, 0, 0.15) inset,
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.15);
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.form-card-3d:hover {
  transform: perspective(1000px) translateY(-4px) translateZ(10px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.15) inset,
    0 -2px 0 rgba(0, 0, 0, 0.15) inset,
    0 28px 60px rgba(0, 0, 0, 0.4),
    0 12px 24px rgba(0, 0, 0, 0.25),
    0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Inputs inside the 3D card */
.form-input-styled {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  color: var(--text) !important;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04);
}

.form-input-styled:focus {
  outline: none;
  border-color: var(--primary);
  background: #ffffff;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.04),
    0 0 0 3px rgba(37, 99, 235, 0.12);
}

.form-input-styled::placeholder {
  color: #555555;
}

/* Submit button inside 3D card */
.form-submit-styled {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 50%, var(--primary-dark) 100%);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  letter-spacing: 0.06em;
  width: 100%;
  box-shadow:
    0 4px 14px rgba(37, 99, 235, 0.4),
    0 2px 4px rgba(37, 99, 235, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.form-submit-styled::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, transparent 100%);
  border-radius: 10px 10px 0 0;
}

.form-submit-styled:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 20px rgba(37, 99, 235, 0.5),
    0 4px 8px rgba(37, 99, 235, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.form-submit-styled:active {
  transform: translateY(0);
}

/* ── AUTHOR BIO ── */
.author-bio {
  margin-top: 48px;
  padding: 32px;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Flex-grow main */
.flex-grow {
  flex: 1 1 0%;
}

/* Tailwind prose-like resets for article area */
.prose h2 {
  font-family: var(--font-heading);
  color: var(--primary);
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--border);
  padding-bottom: 0.5rem;
}

.prose h3 {
  font-family: var(--font-heading);
  color: var(--primary-dark);
  font-size: 1.25rem;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.prose p {
  margin-bottom: 1.25rem;
  color: var(--text-light);
  line-height: 1.8;
}

.prose ul {
  list-style: disc;
  padding-left: 1.75rem;
  margin-bottom: 1.25rem;
}

.prose li {
  margin-bottom: 0.5rem;
  color: var(--text-light);
}

.prose strong {
  color: var(--text);
  font-weight: 600;
}

.prose a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* primary color text for Tailwind-styled elements */
.text-primary {
  color: var(--primary) !important;
}

.text-primary\/80 {
  color: rgba(37, 99, 235, 0.8) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

/* ── NAVIGATION ── */

.navbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: calc(100% - 32px);
  max-width: 1300px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.navbar .container {
  pointer-events: auto;
}



/* Base Navbar Styles (Shared) */
.navbar .nav-inner {
  width: 100%;
}


/* Default: transparent for dark hero (homepage) */
.navbar .nav-logo-img {
  height: 60px;
  transition: all 0.3s ease;
}

body.home .navbar:not(.scrolled) .nav-logo-img {
  /* filter: brightness(0) invert(1); */
}

.navbar .nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  transition: all 0.4s ease;
}

body.home .navbar:not(.scrolled) .nav-pill {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.navbar .nav-links-center a {
  color: #1a1a1a;
  font-weight: 600;
  transition: all 0.3s ease;
}

body.home .navbar:not(.scrolled) .nav-links-center a {
  color: rgba(255, 255, 255, 0.9);
}

.navbar .nav-links-center a:hover {
  color: var(--accent);
}

.navbar .hamburger span {
  background: #1a1a1a;
}

body.home .navbar:not(.scrolled) .hamburger span {
  background: #ffffff;
}

/* Scrolled state */
.navbar.scrolled .nav-logo {
  max-width: 220px;
  opacity: 1;
  transform: scale(0.85);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.scrolled .nav-logo-img {
  height: 60px;
  filter: none;
}

.navbar.scrolled .nav-pill {
  flex: 1;
  justify-content: space-between;
  height: 60px;
  background: var(--bg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.navbar.scrolled .nav-links-center a {
  color: var(--primary);
}

.navbar.scrolled .nav-links-center a:hover {
  color: var(--accent);
}

.navbar.scrolled .hamburger span {
  background: var(--primary);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 16px;
  padding: 0;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  max-width: 300px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-logo-img {
  height: 70px;
  width: auto;
  display: block;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 2px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.nav-logo-text .dr-prefix {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}

.nav-logo-text .dr-name {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--primary);
}

.nav-links-center {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}

.nav-links-center>a,
.nav-dropdown-trigger {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: var(--transition);
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 8px 10px;
  border-radius: 50px;
  white-space: nowrap;
}

.nav-links-center>a:hover,
.nav-dropdown-trigger:hover {
  color: var(--accent);
  background: rgba(245, 158, 11, 0.08);
  box-shadow:
    0 2px 4px rgba(245, 158, 11, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  max-height: 60vh;
  overflow-y: auto;
  background: var(--white);
  border-radius: 16px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  box-shadow:
    0 4px 6px rgba(37, 99, 235, 0.04),
    0 10px 20px rgba(37, 99, 235, 0.08),
    0 20px 40px rgba(37, 99, 235, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(37, 99, 235, 0.06);
}

/* Slim scrollbar for dropdown */
.nav-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.nav-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.nav-dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, 0.2);
  border-radius: 10px;
}

.nav-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(37, 99, 235, 0.4);
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown-menu a {
  display: block;
  padding: 12px 20px;
  font-size: 0.85rem;
  color: #1a1a1a !important; /* Force dark color even on transparent navbar */
  transition: var(--transition);
}

.nav-dropdown-menu a:hover {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.08) 0%, transparent 100%);
  color: #0a1628;
  padding-left: 26px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nav-right .btn-primary {
  padding: 10px 24px;
  font-size: 0.8rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #1a5d5d 0%, #0d4a4a 100%);
  color: white !important;
  box-shadow: 0 2px 10px rgba(26, 93, 93, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-right .btn-primary:hover {
  background: linear-gradient(135deg, #0d4a4a 0%, #1a5d5d 100%);
  transform: translateY(-2px);
}

/* Scrolled nav button */
.navbar.scrolled .nav-right .btn-primary {
  background: var(--accent);
  color: white !important;
  box-shadow: 0 2px 10px rgba(0, 123, 123, 0.2);
}

.navbar.scrolled .nav-right .btn-primary:hover {
  background: var(--accent-light);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: var(--primary);
  padding: 12px 28px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  border-radius: 50px 50px 0 0;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(226, 243, 59, 0.3);
  background: var(--accent-light);
}

.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.hamburger:hover {
  background: var(--bg);
  border-color: var(--primary);
}

.hamburger span {
  width: 20px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
  background: var(--primary);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
  background: var(--primary);
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(10, 22, 40, 0.98);
  backdrop-filter: blur(20px);
  padding: 10px 24px 40px;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  z-index: 999;
  pointer-events: auto;
}

.mobile-menu.active {
  display: flex;
  animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-menu > a {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition);
}

.mobile-menu > a:hover {
  color: #4fc3f7;
  padding-left: 10px;
}

.mobile-submenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-submenu-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 1.1rem;
  transition: var(--transition);
  text-decoration: none !important;
}

.mobile-submenu-header span.material-symbols-outlined {
  transition: transform 0.3s ease;
  font-size: 22px;
  color: #4fc3f7;
  pointer-events: none;
}

.mobile-submenu.active .mobile-submenu-header {
  color: #4fc3f7;
}

.mobile-submenu.active .mobile-submenu-header span.material-symbols-outlined {
  transform: rotate(180deg);
}

.mobile-submenu-content {
  display: none;
  padding-bottom: 15px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-submenu.active .mobile-submenu-content,
.mobile-submenu.active > a:not(.mobile-submenu-header) {
  display: block !important;
}

.mobile-submenu > a:not(.mobile-submenu-header) {
  display: none;
  padding-left: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: none;
}

.mobile-submenu-content a {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 0;
  transition: var(--transition);
}

.mobile-submenu-content a:hover {
  color: #4fc3f7;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  background: #0a1628;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 40, 80, 0.85) 0%, rgba(10, 22, 40, 0.95) 100%),
    url('assets/hero-bg.jpg') center/cover no-repeat;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 22, 40, 1) 0%, rgba(10, 22, 40, 0.8) 40%, rgba(10, 22, 40, 0) 100%);
}

.hero-svg-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 50%, rgba(26, 93, 93, 0.3) 0%, transparent 40%),
    radial-gradient(circle at 70% 30%, rgba(0, 80, 120, 0.2) 0%, transparent 50%);
  opacity: 0.8;
}

/* Blue overlay for medical feel */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 60, 100, 0.3) 0%, rgba(10, 22, 40, 0.5) 100%);
  z-index: 1;
}

/* Grid pattern overlay */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 2;
}

.hero-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 3;
  min-height: 100vh;
}

.hero-content {
  color: white;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 80px;
  flex: 1;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 24px;
  color: white;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.2);
}

.hero-content h1 span {
  color: #e8a838;
  font-style: italic;
  text-shadow: 0 0 20px rgba(232, 168, 56, 0.3);
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 45%;
}

.hero-image img {
  width: 100%;
  max-width: 550px;
  max-height: 85vh;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 40px rgba(10, 22, 40, 0.5));
  border-radius: 30px;
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(10, 22, 40, 0.8) 50%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

/* Mobile */
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  section {
    padding: 60px 0;
  }

  /* Hero Mobile */
  .hero {
    padding: 70px 0 30px;
    min-height: auto;
    position: relative;
  }

  /* Add dark overlay behind content for better readability */
  .hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.95) 0%, rgba(10, 22, 40, 0.7) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: auto;
    position: relative;
    z-index: 2;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
    flex: none;
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .hero-image img {
    max-width: 110px;
    max-height: 150px;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }

  .hero-content {
    padding: 0 15px;
    text-align: center;
    align-items: center;
    order: 2;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .hero-badge {
    font-size: 0.55rem;
    padding: 4px 10px;
    margin-bottom: 8px;
  }

  .hero-content h1 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    text-shadow:
      0 0 10px rgba(0,0,0,1),
      0 0 20px rgba(0,0,0,1),
      0 0 30px rgba(0,0,0,1),
      3px 3px 6px rgba(0,0,0,0.9),
      -1px -1px 0 rgba(0,0,0,0.3),
      1px -1px 0 rgba(0,0,0,0.3),
      -1px 1px 0 rgba(0,0,0,0.3),
      1px 1px 0 rgba(0,0,0,0.3);
  }

  .hero-content h1 span {
    color: #ffd700;
    text-shadow:
      0 0 10px rgba(255,215,0,0.8),
      0 0 20px rgba(255,215,0,0.5),
      3px 3px 6px rgba(0,0,0,0.9);
  }

  .hero-content p {
    font-size: 0.7rem;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #ffffff;
    text-shadow:
      0 0 8px rgba(0,0,0,1),
      0 0 15px rgba(0,0,0,0.9),
      2px 2px 4px rgba(0,0,0,0.9);
  }

  .location-badge {
    font-size: 0.65rem;
    padding: 6px 12px;
    margin-bottom: 8px;
  }

  .hero-cta {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 0 30px;
  }

  .btn-primary {
    width: 100%;
    max-width: 260px;
    justify-content: center;
    margin: 0 auto;
    padding: 11px 20px;
    font-size: 0.8rem;
  }

  .btn-whatsapp, .contact-btn-whatsapp {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 0;
  }

  .btn-whatsapp span, .contact-btn-whatsapp span {
    display: none;
  }

  .btn-whatsapp svg, .contact-btn-whatsapp svg {
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
  }

  .hero-image {
    width: 100%;
    padding: 0;
  }

  .hero-image img {
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: scale(1.15);
  }

  .hero-contact-btns {
    bottom: 16px;
    right: 16px;
    gap: 8px;
  }

  .contact-btn-phone {
    width: 44px;
    height: 44px;
  }
}



.hero-content p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 24px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.location-indicator {
  margin-bottom: 32px;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(26, 93, 93, 0.4);
  backdrop-filter: blur(10px);
  color: #4dd0e1;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(77, 208, 225, 0.3);
}

.location-dot {
  width: 8px;
  height: 8px;
  background: #4dd0e1;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.btn-primary {
  background: linear-gradient(135deg, #1a5d5d 0%, #0d4a4a 100%);
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(26, 93, 93, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0d4a4a 0%, #1a5d5d 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(26, 93, 93, 0.5);
  color: white !important;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 16px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
  transform: translateY(-2px);
  color: white !important;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--primary);
  padding: 12px 28px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid var(--border);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: var(--white);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-secondary svg {
  width: 18px;
  height: 18px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 20px 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat {
  text-align: center;
}

.hero-stat-num {
  display: block;
  font-family: 'Instrument Serif', serif;
  font-size: 2.2rem;
  color: white;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.hero-stat .stat-icon {
  font-size: 28px;
  color: #4fc3f7;
  margin-bottom: 8px;
}

.rating-stars {
  color: #f5a623;
}

.hero-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-image img {
  width: 100%;
  max-width: 550px;
  max-height: 85vh;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 40px rgba(10, 22, 40, 0.5));
  border-radius: 30px;
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 50%, rgba(10, 22, 40, 0.8) 100%);
  pointer-events: none;
  z-index: 3;
}

.hero-contact-btns {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

.contact-btn-phone {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1a5d5d 0%, #0d4a4a 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(26, 93, 93, 0.4);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.contact-btn-phone:hover {
  background: linear-gradient(135deg, #0d4a4a 0%, #1a5d5d 100%);
  transform: scale(1.08);
  box-shadow: 0 6px 25px rgba(26, 93, 93, 0.5);
}

.contact-btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: white;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-btn-whatsapp:hover {
  background: #20bd5a;
  transform: translateX(-4px);
}

.hero-image {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.hero-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}

.hero-image img {
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 500px;
  object-fit: contain;
  object-position: bottom right;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  transform-origin: bottom right;
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

/* ── SECTIONS ── */
section {
  padding: 80px 0;
}

.section-header {
  max-width: 640px;
  margin-bottom: 40px;
}

.section-header.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-tag {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ── ABOUT ── */
.about {
  background: var(--bg);
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.03) 0%, transparent 40%);
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.about-image {
  position: sticky;
  top: 110px;
  align-self: start;
}

.about-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about-badge {
  position: absolute;
  bottom: 40px;
  right: -40px;
  background: var(--white);
  padding: 32px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
  border: 1px solid var(--border);
  z-index: 10;
}

.about-badge .num {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  display: block;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 4px;
}

.about-badge span {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.about-tag {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--bg);
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-weight: 600;
  color: var(--primary);
}

.about-cta svg {
  width: 18px;
  height: 18px;
  transition: var(--transition);
}

.about-cta:hover svg {
  transform: translateX(4px);
}

/* ── CONTACT ── */
.contact {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.contact-list {
  margin-top: 40px;
}

.contact-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: var(--bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: var(--primary);
}

.contact-item h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-item p,
.contact-item a {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.contact-item a:hover {
  color: var(--accent);
}

.contact-form {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 48px;
  border: 1px solid var(--border);
}

.contact-form h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 32px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--white);
  transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #666666 !important;
  opacity: 1;
}

.form-group input,
.form-group textarea,
.form-group select {
  color: #000000 !important;
}

.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
}

.form-submit:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px var(--accent-glow);
}

.form-submit {
  width: 100%;
  background: var(--primary);
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.form-submit:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

/* ── FOOTER WOW STYLING ── */
.site-footer {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.7);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

/* Subtle glow effect */
.site-footer::after {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.1), transparent 70%);
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
  gap: 50px;
  margin-bottom: 80px;
  align-items: start;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.footer-logo img {
  height: 75px;
  width: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.brand-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 30px;
  max-width: 340px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link .material-symbols-outlined {
  font-size: 20px;
}

.social-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-5px) rotate(8deg);
  color: white;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.footer-heading {
  font-family: 'Instrument Serif', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
  margin-bottom: 35px;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--accent);
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--accent-light) !important;
  transform: translateX(8px);
}

.quick-nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quick-nav-grid a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.quick-nav-grid a:hover {
  color: var(--accent-light);
}

/* Contact Section Styling */
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-item .material-symbols-outlined {
  color: var(--accent);
  font-size: 22px;
}

.contact-info-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.footer-cta-btn {
  display: block;
  text-align: center;
  background: var(--accent);
  color: var(--primary);
  padding: 15px 25px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(226, 243, 59, 0.2);
  transition: all 0.3s ease;
}

.footer-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(226, 243, 59, 0.3);
  background: var(--accent-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: var(--accent-light);
}

@media (max-width: 768px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

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

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ── GALLERY ── */
.gallery {
  background: var(--white);
  padding: 100px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 350px 350px;
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  background: var(--bg);
  box-shadow: var(--shadow);
  position: relative;
}

.gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item:nth-child(5) {
  grid-column: span 2;
}

.gallery-item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}


.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover img {
  transform: scale(1.1);
}



.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover::after {
  opacity: 1;
}

/* ── LOCATION INDICATOR ── */
.location-indicator {
  margin-bottom: 20px;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.location-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* ── WHATSAPP BUTTON ── */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: var(--transition);
  border: none;
}

.btn-whatsapp:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

/* ── STATS ICONS ── */
.stat-icon {
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 8px;
}

/* ── RATING STARS ── */
.rating-stars {
  color: #fbbf24;
}

/* ── PHILOSOPHY TIMELINE ── */
.philosophy-timeline {
  margin: 40px 0;
  border-left: 2px solid var(--border);
  padding-left: 24px;
}

.timeline-item {
  position: relative;
  margin-bottom: 32px;
  padding-left: 24px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  position: absolute;
  left: -42px;
  width: 42px;
  height: 42px;
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.1);
  z-index: 2;
}

.timeline-icon .material-symbols-outlined {
  font-size: 20px;
}

.timeline-content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
}

.timeline-content p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ── VIDEOS ── */
.videos {
  background: var(--bg);
  padding: 80px 0;
}

.videos-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
}

.videos-slider::-webkit-scrollbar {
  height: 8px;
}

.videos-slider::-webkit-scrollbar-track {
  background: var(--bg);
  border-radius: 4px;
}

.videos-slider::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

.video-card {
  flex-shrink: 0;
  width: 100%;
  max-width: 380px;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.video-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-info {
  padding: 24px;
}

.video-info h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
}

.video-info p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ── TREATMENTS REDESIGN (Featured + Grid) ── */
.services {
    background: var(--bg);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.services::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(circle, rgba(226, 243, 59, 0.05), transparent 70%);
    pointer-events: none;
}

.services-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 48px;
    margin-top: 60px;
    align-items: start;
}

.service-featured {
    background: var(--primary);
    color: white;
    padding: 60px 40px;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
}

.service-featured-icon {
    width: 80px;
    height: 80px;
    background: var(--accent);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 40px;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.service-featured h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-family: 'Instrument Serif', serif;
}

.service-featured p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 40px;
}

.service-featured .btn-secondary {
    align-self: flex-start;
    border-color: rgba(255, 255, 255, 0.3);
}

.services-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card-sleek {
    background: var(--white);
    padding: 32px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    border-top: 4px solid var(--accent);
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-card-sleek:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-top-color: var(--accent-light);
}

.service-card-sleek-icon {
    width: 44px;
    height: 44px;
    background: var(--accent-soft);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    margin-bottom: 8px;
}

.service-card-sleek h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    margin: 0;
}

.service-card-sleek p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
}

/* ── BLOG CARDS PREMIUM ── */
.blog-card-premium {
    background: var(--white);
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px -4px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
    border-color: var(--accent);
}

.blog-card-img-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card-premium:hover .blog-card-img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.4;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif; /* Using Inter for blog titles for modern look */
}

.blog-card-excerpt {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-link {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--accent);
    transition: gap 0.3s ease;
}

.blog-card-link:hover {
    gap: 12px;
    color: var(--accent-light);
}

.service-card-sleek:hover {
    border-color: var(--accent);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.service-card-sleek-icon {
    width: 50px;
    height: 50px;
    background: var(--bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 24px;
    transition: all 0.3s ease;
}

.service-card-sleek:hover .service-card-sleek-icon {
    background: var(--primary);
    color: white;
}

.service-card-sleek h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
}

.service-card-sleek p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ── CONDITIONS REDESIGN (Categorized) ── */
.conditions {
    background: white;
    padding: 100px 0;
}

.conditions-hub {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.condition-category {
    background: var(--white);
    padding: 32px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    border-top: 4px solid var(--accent);
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
}

.condition-category:hover {
    background: white;
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.category-icon {
    font-size: 32px;
    color: var(--accent);
}

.category-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
}

.condition-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.condition-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: white;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.condition-category:hover .condition-list-item {
    background: var(--bg);
}

.condition-list-item:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateX(5px);
}

.condition-list-item svg {
    color: var(--accent);
    opacity: 0.6;
}

/* ── COSTS REDESIGN ── */
.costs {
    background: var(--bg);
    padding: 100px 0;
}

.costs-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.cost-feature-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 48px;
    border: 1px solid var(--border);
    border-top: 6px solid var(--accent);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
}

.cost-feature-card:hover {
    border-color: var(--primary);
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.cost-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(226, 243, 59, 0.1) 50%);
}

.cost-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent);
    letter-spacing: 0.1em;
}

.cost-feature-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary);
}

.cost-feature-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 1rem;
}

.cost-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid var(--border);
}

.cost-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
}

.btn-cost {
    color: var(--accent);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-cost:hover {
    color: var(--primary);
}

/* ── FAQ ── */
.faq {
  background: var(--white);
  padding: 80px 0;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow);
  border-color: var(--primary-light);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
}

.faq-icon {
  font-size: 24px;
  color: var(--primary);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--bg-alt);
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 24px 24px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ── HIGHLIGHTS ── */
.highlights {
  background: var(--bg);
  padding: 80px 0;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.highlight-card {
  display: flex;
  gap: 24px;
  background: var(--white);
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all 0.4s ease;
  box-shadow: var(--shadow-sm);
  color: var(--text);
}

.highlight-card:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  background: var(--accent);
  color: var(--primary);
}

.highlight-icon {
  width: 56px;
  height: 56px;
  background: var(--accent);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary);
}

.highlight-icon .material-symbols-outlined {
  font-size: 28px;
  color: var(--primary);
}

.highlight-content .highlight-date {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.highlight-content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
}

.highlight-content p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ── RECOGNITIONS & CONTRIBUTIONS ── */
.recognition-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .recognition-grid {
        grid-template-columns: 1fr;
    }
}

.recognition-card {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    border-left: 4px solid var(--accent);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    color: #000000;
}

.recognition-card:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow);
    border-left-width: 8px;
}

.recognition-icon-box {
    width: 44px;
    height: 44px;
    background: var(--accent-soft);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--accent);
}

.recognition-content p {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    color: #000000 !important;
}

/* ── SERVICE ICON IMAGES ── */
.service-icon-img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
}

/* ── SERVICES / TREATMENTS ── */
.services {
  background: var(--bg);
  padding: 100px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.service-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: var(--primary);
}

.service-icon .material-symbols-outlined {
  font-size: 28px;
  color: var(--primary);
  transition: var(--transition);
}

.service-card:hover .service-icon .material-symbols-outlined {
  color: white;
}

.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
}

/* ── TESTIMONIALS ── */
.testimonials {
  background: var(--bg-alt);
  padding: 100px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.testimonial-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
}

.testi-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}

.testi-stars svg {
  width: 20px;
  height: 20px;
  fill: #F59E0B;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #1a1a1a !important;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
  flex-grow: 1;
}

.testimonial-text::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: -15px;
  font-size: 4rem;
  color: var(--accent);
  opacity: 0.1;
  font-family: var(--font-heading);
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.testi-avatar {
  width: 48px;
  height: 48px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: var(--font-heading);
}

.testi-name {
  font-weight: 700;
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 4px;
}

.testi-role {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ── RESPONSIVE ── */

/* Tablet - Landscape */
@media (max-width: 1200px) {
  .hero-inner {
    grid-template-columns: 1fr 0.8fr;
    gap: 40px;
  }

  .hero-content h1 {
    font-size: 2.8rem;
  }

  .hero-stat-num {
    font-size: 2.2rem;
  }
}

/* Tablet - Portrait */
@media (max-width: 1024px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    top: 0;
  }

  /* Mobile Scroll Animation: Transfer Logo to Right */
  .navbar.scrolled .nav-inner {
    position: relative;
  }

  .navbar.scrolled .nav-logo {
    max-width: 180px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scale(0.85);
    pointer-events: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar.scrolled .nav-logo-img {
    height: 48px;
    width: auto;
  }

  .navbar.scrolled .nav-pill {
    width: 100%;
    flex: 1;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 200px; /* Space for the logo on the right */
  }

  .nav-links-center {
    display: none;
  }

  .hamburger {
    display: flex;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .nav-right .btn-primary {
    display: none;
  }

  /* Navbar pill on mobile - maintain rounded shape */
  .nav-pill {
    width: calc(100% - 24px);
    margin: 10px auto;
    border-radius: 50px;
    background: transparent;
    box-shadow: none;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .navbar.scrolled .nav-pill {
    border-radius: 50px;
    width: calc(100% - 16px);
    margin: 4px auto;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid var(--accent);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.1);
  }

  .navbar.scrolled .hamburger {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.15) 100%);
    border: 2px solid rgba(245, 158, 11, 0.3);
  }

  .nav-inner {
    padding: 0 16px;
  }

  /* Hero - Full mobile */
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 80px 0 40px;
    display: flex;
    flex-direction: column;
  }

  .hero-inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    gap: 24px;
    padding: 0;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
    align-items: center;
  }

  .hero-badge {
    font-size: 0.65rem;
    padding: 6px 12px;
  }

  .hero-content h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .location-indicator {
    display: flex;
    justify-content: center;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    gap: 12px;
  }

  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .hero-stat {
    padding: 12px 8px;
  }

  .hero-stat-num {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .hero-stat-label {
    font-size: 0.65rem;
  }

  .hero-stat-divider {
    display: none;
  }

  .hero-image {
    width: 100%;
    padding: 0;
  }

  .hero-image img {
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: scale(1.15);
  }

  /* Contact Buttons - Adjust for mobile */
  .hero-contact-btns {
    bottom: 16px;
    right: 16px;
    gap: 8px;
    flex-direction: column;
  }

  .contact-btn-phone {
    width: 44px;
    height: 44px;
  }

  .contact-btn-whatsapp {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    font-size: 0;
    border-radius: 50%;
  }

  .contact-btn-whatsapp svg {
    margin: 0;
  }

  /* Grid layouts */
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-image {
    order: -1;
    max-width: 300px;
    margin: 0 auto;
  }

  .about-badge {
    right: 0;
    bottom: -16px;
    padding: 16px 20px;
  }

  .about-badge .num {
    font-size: 1.8rem;
  }

  .about-content {
    background: #ffffff;
    padding: 40px 24px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 10;
    margin-top: -40px;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.1);
    text-align: center;
  }

  .philosophy-timeline {
    text-align: left;
  }

  .section-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-desc {
    font-size: 0.95rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-card {
    padding: 24px 16px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .blog-body {
    padding: 20px 16px;
  }

  .blog-card h3 {
    font-size: 1rem;
  }

  /* Conditions & Costs - 2 columns on tablet */
  .conditions-grid,
  .costs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .condition-card,
  .cost-card {
    padding: 20px 16px;
  }

  .condition-card h3,
  .cost-header h3 {
    font-size: 0.9rem;
  }

  .condition-card p,
  .cost-card p {
    font-size: 0.8rem;
  }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 12px;
  }

  .gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery-item {
    aspect-ratio: 1;
  }

  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6) {
    grid-column: span 1;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer-logo {
    grid-column: span 2;
  }

  .footer-newsletter {
    grid-column: span 2;
  }

  /* Videos */
  .videos-slider {
    gap: 16px;
  }

  .video-card {
    max-width: 320px;
  }

  /* Highlights */
  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* FAQ */
  .faq-list {
    padding: 0 16px;
  }

  .faq-question {
    padding: 16px;
    font-size: 0.9rem;
  }

  /* Contact Form */
  .contact-form {
    padding: 32px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form-group {
    margin-bottom: 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  section {
    padding: 60px 0;
  }

  /* Hero Mobile */
  .hero {
    padding: 70px 0 30px;
    min-height: auto;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: auto;
  }

  .hero-content {
    padding: 0;
    text-align: center;
    align-items: center;
    order: 2;
  }

  .hero-badge {
    font-size: 0.6rem;
    padding: 5px 12px;
  }

  .hero-content h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .hero-content p {
    font-size: 0.75rem;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .location-badge {
    font-size: 0.7rem;
    padding: 6px 12px;
    margin-bottom: 8px;
  }

  .hero-cta {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .btn-primary {
    width: 100%;
    max-width: 260px;
    justify-content: center;
    padding: 11px 20px;
    font-size: 0.85rem;
    border-radius: 50px;
  }

  .btn-whatsapp, .contact-btn-whatsapp {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 0;
  }

  .btn-whatsapp span, .contact-btn-whatsapp span {
    display: none;
  }

  .btn-whatsapp svg, .contact-btn-whatsapp svg {
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
  }

  .hero-image {
    justify-content: center;
    order: 1;
    margin-bottom: 0;
  }

  .hero-image img {
    max-width: 140px;
    max-height: 180px;
    margin: 0 auto;
    border-radius: 14px;
  }

  .hero-image-overlay {
    display: none;
  }

  .hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    width: 100%;
  }

  .hero-stat {
    min-width: 55px;
    padding: 0 4px;
  }

  .hero-stat-num {
    font-size: 1.1rem;
  }

  .hero-stat-label {
    font-size: 0.45rem;
  }

  .hero-stat-divider {
    display: none;
  }

  .hero-stat .stat-icon {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .hero-contact-btns {
    bottom: 12px;
    right: 12px;
    gap: 6px;
    flex-direction: column;
  }

  .contact-btn-phone {
    width: 42px;
    height: 42px;
  }

  .section-title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 20px;
  }

  .service-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .service-icon-img {
    width: 48px;
    height: 48px;
  }

  .service-card h3 {
    font-size: 0.95rem;
    margin-bottom: 4px;
  }

  .service-card p {
    display: none;
  }

  /* Testimonials */
  .testimonials-grid {
    gap: 16px;
  }

  .testimonial-card {
    padding: 24px 20px;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  /* Blogs */
  .blogs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-img {
    height: 160px;
  }

  /* Conditions & Costs - 1 column on mobile */
  .conditions-hub,
  .costs-highlight-grid,
  .services-layout,
  .services-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-featured {
    padding: 40px 24px;
    height: auto;
  }

  .cost-feature-card {
    padding: 30px 24px;
  }

  .cost-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .condition-category {
    padding: 24px;
  }

  .condition-card,
  .cost-card {
    padding: 20px 16px;
  }

  /* Gallery - 2 columns */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item:nth-child(1) {
    grid-column: span 2;
  }

  .gallery {
    padding: 40px 0;
  }

  /* Footer Mobile */
  .site-footer {
    padding: 60px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-logo {
    grid-column: 1;
  }

  .footer-newsletter {
    grid-column: 1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px 0;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .footer-legal a {
    margin: 0;
  }

  .footer-heading {
    margin-bottom: 20px;
  }

  /* Videos */
  .videos {
    padding: 60px 0;
  }

  .video-card {
    max-width: 280px;
  }

  .video-info h3 {
    font-size: 0.9rem;
  }

  .video-info p {
    font-size: 0.8rem;
  }

  /* Highlights */
  .highlights {
    padding: 60px 0;
  }

  .highlight-card {
    padding: 20px 16px;
  }

  /* FAQ */
  .faq {
    padding: 60px 0;
  }

  .faq-answer p {
    padding: 16px;
    font-size: 0.9rem;
  }

  /* Contact */
  .contact {
    padding: 60px 0;
  }

  .contact-info {
    text-align: center;
  }

  .contact-list {
    margin-top: 24px;
  }

  .contact-item {
    flex-direction: column;
    text-align: center;
    padding: 16px 0;
  }

  .contact-form {
    padding: 24px 20px;
  }

  .contact-form h3 {
    font-size: 1.25rem;
    text-align: center;
  }

  /* About */
  .about {
    padding: 60px 0;
  }

  .about-tags {
    justify-content: center;
  }

  /* Philosophy Timeline */
  .philosophy-timeline {
    margin: 24px 0;
    padding-left: 20px;
  }

  .timeline-item {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .timeline-icon {
    width: 28px;
    height: 28px;
    left: -28px;
  }

  .timeline-icon .material-symbols-outlined {
    font-size: 14px;
  }

  .timeline-content h3 {
    font-size: 0.95rem;
  }

  .timeline-content p {
    font-size: 0.85rem;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.4rem;
  }

  .hero-badge {
    font-size: 0.6rem;
    padding: 5px 10px;
  }

  .hero-stat-num {
    font-size: 1.2rem;
  }

  .hero-stat-label {
    font-size: 0.55rem;
  }

  .hero-image img {
    max-width: 320px;
  }

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

  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    font-size: 0.85rem;
    padding: 12px 16px;
  }

  /* Service cards - icon only on very small screens */
  .service-card {
    padding: 16px 12px;
  }

  .service-icon-img {
    width: 40px;
    height: 40px;
  }

  .service-card h3 {
    font-size: 0.85rem;
  }

  /* Condition & Cost cards */
  .condition-card,
  .cost-card {
    padding: 16px 12px;
  }

  .condition-card h3,
  .cost-header h3 {
    font-size: 0.85rem;
  }

  .condition-icon {
    font-size: 28px;
  }

  /* Gallery */
  .gallery-grid {
    gap: 8px;
    padding: 0 8px;
  }

  .gallery-item:nth-child(1) {
    grid-column: span 2;
  }

  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6) {
    display: none;
  }

  /* Testimonial avatar */
  .testi-avatar {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .testi-name {
    font-size: 0.9rem;
  }

  /* Blog */
  .blog-body {
    padding: 16px 12px;
  }

  .blog-card h3 {
    font-size: 0.9rem;
  }

  .blog-meta {
    font-size: 0.7rem;
  }

  /* Contact buttons */
  .hero-contact-btns {
    bottom: 12px;
    right: 12px;
  }

  .contact-btn-phone {
    width: 40px;
    height: 40px;
  }

  .contact-btn-whatsapp {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
  }
  
  .contact-btn-whatsapp span {
    display: none;
  }
  
  .contact-btn-whatsapp svg {
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
  }

  /* Footer */
  .footer-logo-icon {
    width: 36px;
    height: 36px;
  }

  .footer-logo {
    font-size: 1.1rem;
  }

  .social-link {
    width: 38px;
    height: 38px;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    font-size: 0.85rem;
  }

  /* FAQ */
  .faq-question {
    font-size: 0.85rem;
    padding: 14px 12px;
  }

  .faq-icon {
    font-size: 20px;
  }

  /* Highlight cards */
  .highlight-card {
    flex-direction: column;
    text-align: center;
  }

  .highlight-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
  }

  .highlight-content .highlight-date {
    font-size: 0.7rem;
  }

  .highlight-content h3 {
    font-size: 0.95rem;
  }

  .highlight-content p {
    font-size: 0.8rem;
  }

  /* Video cards */
  .video-card {
    max-width: 260px;
  }

  .video-info {
    padding: 16px 12px;
  }

  .video-info h3 {
    font-size: 0.85rem;
  }

  .video-info p {
    font-size: 0.75rem;
  }
}

/* ── NEW SERVICES SECTION ── */
.services-new {
  padding: 100px 0;
  background: var(--bg-alt);
}

.services-grid-premium {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-premium-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.service-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-light);
}

.service-premium-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.service-premium-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.service-premium-card:hover .service-premium-image img {
  transform: scale(1.1);
}

.service-premium-icon {
  position: absolute;
  bottom: -25px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: var(--accent);
  color: white;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 123, 123, 0.3);
  z-index: 2;
}

.service-premium-content {
  padding: 40px 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-premium-content h3 {
  font-size: 1.75rem;
  margin-bottom: 15px;
  color: var(--primary);
}

.service-premium-content p {
  font-size: 0.95rem;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-features-list {
  margin-bottom: 25px;
  padding: 0;
}

.service-features-list li {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-features-list li::before {
  content: '→';
  color: var(--accent);
  font-weight: bold;
}

.service-premium-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--accent);
  font-size: 0.9rem;
  transition: var(--transition);
}

.service-premium-link:hover {
  gap: 12px;
  color: var(--primary);
}

/* ── PROCEDURES SCROLLABLE CARDS ── */
.procedures-compact {
  padding: 80px 0;
  background: var(--bg);
}

.procedures-scroll-container {
  margin-top: 50px;
  overflow-x: auto;
  padding: 20px 0 40px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--bg);
  -webkit-overflow-scrolling: touch;
}

.procedures-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.procedures-scroll-container::-webkit-scrollbar-track {
  background: var(--bg);
}

.procedures-scroll-container::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 4px;
}

.procedures-scroll {
  display: flex;
  gap: 30px;
  min-width: max-content;
  padding: 0 40px;
  align-items: stretch;
}

.proc-card {
  flex-shrink: 0;
  width: 300px;
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.proc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(26, 93, 93, 0.18);
  border-color: var(--accent);
}

.proc-card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1a5d5d 0%, #0d4a4a 100%);
}

.proc-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.5s ease;
}

.proc-card:hover .proc-card-image img {
  transform: scale(1.08);
}

/* Overlay gradient */
.proc-card-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(26, 93, 93, 0.15), transparent);
  pointer-events: none;
}

/* Icon badge on image */
.proc-card-icon-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 2;
}

.proc-card-icon-badge .material-symbols-outlined {
  font-size: 22px;
  color: var(--accent);
}

.proc-card-content {
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.proc-card-content h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
}

.proc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  transition: all 0.3s ease;
}

.proc-card-link .material-symbols-outlined {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.proc-card:hover .proc-card-link .material-symbols-outlined {
  transform: translateX(5px);
}

.proc-card:hover .proc-card-link {
  color: var(--accent-light);
}

@media (max-width: 768px) {
  .services-grid-premium {
    grid-template-columns: 1fr;
  }
  .service-premium-image {
    height: 200px;
  }

  .proc-card {
    width: 260px;
  }

  .proc-card-image {
    height: 180px;
  }

  .procedures-scroll {
    padding: 0 20px;
    gap: 20px;
  }
}

/* ── VISIBILITY FIXES ── */
/* Force white text in dark primary background sections */
.bg-primary {
  color: #ffffff !important;
}

.bg-primary h1, 
.bg-primary h2, 
.bg-primary h3, 
.bg-primary h4,
.bg-primary p,
.bg-primary span:not(.material-symbols-outlined),
.bg-primary div:not(.form-card-3d):not(.w-10) {
  color: #ffffff !important;
}

/* Specific fix for the opacity text class used in many pages */
.bg-primary .text-primary-foreground\/80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Ensure form labels are white */
.bg-primary label .pb-2 {
  color: #ffffff !important;
}

/* Keep form inputs readable with dark text */
.bg-primary input, 
.bg-primary textarea, 
.bg-primary select {
  color: #1a1a1a !important;
}

/* Fix for icons in the dark box */
.bg-primary .material-symbols-outlined {
  color: #ffffff !important;
}