/* 
   Podolog Merva Üçok - Beylikdüzü El ve Ayak Bakım Merkezi
   Özel Sağlık Meslek Hizmet Birimi
   10/10 Ultra-Premium Graphic Design, SEO Regional Architecture & Foot-Shaped Interactive Physics
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Ultra-Rich Deep Navy & Pure White Palette */
  --primary-navy: #061936;
  --primary-navy-dark: #030d1d;
  --primary-navy-light: #0d284f;
  --navy-accent: #153866;
  --navy-glow: rgba(6, 25, 54, 0.4);
  --navy-soft: #ebf1f8;
  
  --white: #ffffff;
  --off-white: #f8fafc;
  --ice-blue: #f1f5f9;
  
  --border-navy-subtle: rgba(6, 25, 54, 0.1);
  --border-light: #e2e8f0;
  
  --text-dark: #0f172a;
  --text-navy: #061936;
  --text-muted: #475569;
  --text-light: #94a3b8;
  
  --whatsapp-green: #25d366;
  --whatsapp-hover: #1ebd5b;
  
  --shadow-sm: 0 2px 10px rgba(6, 25, 54, 0.05);
  --shadow-md: 0 10px 25px rgba(6, 25, 54, 0.12);
  --shadow-lg: 0 20px 45px rgba(6, 25, 54, 0.2);
  --shadow-glow: 0 0 35px rgba(6, 25, 54, 0.25);
  
  --transition-fast: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-normal: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-slow: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
}

/* Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-dark);
  background-color: var(--off-white);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  color: var(--primary-navy);
  font-weight: 700;
  line-height: 1.25;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

ul {
  list-style: none;
}

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

/* ----------------------------------------------------
   1. INTRO / SPLASH OPENING SCREEN ANIMATION
---------------------------------------------------- */
.intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at center, var(--primary-navy-light) 0%, var(--primary-navy-dark) 100%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.intro-screen.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: introPop 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes introPop {
  0% {
    opacity: 0;
    transform: scale(0.88) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.intro-logo-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin-bottom: 1.5rem;
}

.intro-logo {
  width: 100%;
  height: 100%;
  border: 4px solid var(--white);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
}

.intro-pulse-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  animation: introPulse 2s infinite ease-out;
}

@keyframes introPulse {
  0% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1.35); opacity: 0; }
}

.intro-title {
  color: var(--white);
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

.intro-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.intro-bar {
  width: 220px;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.intro-progress {
  width: 0%;
  height: 100%;
  background: var(--white);
  border-radius: 4px;
  animation: loadProgress 1.6s ease-in-out forwards;
}

@keyframes loadProgress {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* ----------------------------------------------------
   2. FOOT-SHAPED CUSTOM MOUSE CURSOR & FOLLOWER
---------------------------------------------------- */
@media (min-width: 1025px) {
  body {
    cursor: default;
  }
  
  .custom-cursor-foot {
    position: fixed;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23061936' d='M256 0c-35.3 0-64 28.7-64 64c0 23.6 12.9 44.3 32 55.4L224 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-136.6c19.1-11.1 32-31.8 32-55.4c0-35.3-28.7-64-64-64zM96 160c-26.5 0-48 21.5-48 48c0 17.5 9.4 32.8 23.4 41.5L71.4 384c-3.1 12.1 4.2 24.7 16.3 27.8s24.7-4.2 27.8-16.3l0-134.5c14.1-8.7 23.4-24 23.4-41.5c0-26.5-21.5-48-48-48zm320 0c-26.5 0-48 21.5-48 48c0 17.5 9.4 32.8 23.4 41.5l0 134.5c3.1 12.1 15.6 19.4 27.8 16.3s19.4-15.6 16.3-27.8l0-134.5c14-8.7 23.4-24 23.4-41.5c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1);
    filter: drop-shadow(0 4px 10px rgba(6, 25, 54, 0.3));
    user-select: none;
  }

  .custom-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border: 2px dashed rgba(6, 25, 54, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999998;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease-out, width 0.25s ease, height 0.25s ease, border-color 0.25s ease;
  }

  body.hovering-link .custom-cursor-ring {
    width: 60px;
    height: 60px;
    border-color: var(--primary-navy);
    background-color: rgba(6, 25, 54, 0.08);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body.hovering-link .custom-cursor-foot {
    transform: translate(-50%, -50%) scale(1.5) rotate(-15deg);
  }
}

/* Circular Logo Utilities */
.logo-circle {
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--white);
  box-shadow: 0 4px 15px rgba(6, 25, 54, 0.2);
  transition: var(--transition-normal);
}

.logo-circle:hover {
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 6px 22px rgba(6, 25, 54, 0.4);
}

/* Layout Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Ministry of Health Notice Top Bar (Deep Navy) */
.top-notice-bar {
  background: var(--primary-navy-dark);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.825rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-notice-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.health-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
}

.top-contact-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  white-space: nowrap;
}

.top-contact-item:hover {
  color: var(--white);
}

/* Navigation Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  color: var(--primary-navy);
  border-bottom: 1px solid rgba(6, 25, 54, 0.08);
  box-shadow: 0 4px 20px rgba(6, 25, 54, 0.05);
  transition: padding 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  animation: headerSlideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes headerSlideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.main-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(6, 25, 54, 0.1);
  padding: -0.2rem 0;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
}

.brand-identity {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.brand-logo-img {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.brand-titles {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-navy);
  letter-spacing: -0.3px;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.775rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  white-space: nowrap;
}

.nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-muted);
  position: relative;
  padding: 0.5rem 0.25rem;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2.5px;
  background-color: var(--primary-navy);
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 2px;
}

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

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

/* Buttons System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  border: none;
  transition: var(--transition-normal);
  white-space: nowrap;
}

.btn-white {
  background: var(--white);
  color: var(--primary-navy);
  border: 2px solid var(--white);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.btn-white:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.35);
}

.btn-navy {
  background: linear-gradient(135deg, var(--primary-navy), var(--primary-navy-light));
  color: var(--white);
  box-shadow: 0 4px 15px rgba(6, 25, 54, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-navy:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary-navy-dark), var(--primary-navy));
  box-shadow: 0 8px 22px rgba(6, 25, 54, 0.4);
}

.btn-whatsapp {
  background-color: var(--whatsapp-green);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  background-color: var(--whatsapp-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.btn-outline-navy {
  background: transparent;
  border: 2px solid var(--primary-navy);
  color: var(--primary-navy);
  font-weight: 700;
}

.btn-outline-navy:hover {
  background: var(--primary-navy);
  color: var(--white);
  transform: translateY(-2px);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary-navy);
  cursor: pointer;
  padding: 0.5rem;
}

/* Hero Section */
.hero-section {
  position: relative;
  padding: 4.5rem 0 5.5rem;
  background: radial-gradient(circle at 85% 15%, rgba(6, 25, 54, 0.05) 0%, rgba(248, 250, 252, 1) 70%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background-color: var(--navy-soft);
  border: 1px solid rgba(6, 25, 54, 0.2);
  color: var(--primary-navy);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: 2.85rem;
  color: var(--primary-navy);
  margin-bottom: 1rem;
  letter-spacing: -0.8px;
}

.hero-title span {
  color: var(--primary-navy-light);
  border-bottom: 4px solid var(--primary-navy);
  padding-bottom: 2px;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(6, 25, 54, 0.1);
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.feature-number {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-navy);
}

.feature-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.hero-banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
  background: var(--white);
  transition: var(--transition-normal);
}

.banner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(6, 25, 54, 0.2);
}

.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.banner-floating-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(6, 25, 54, 0.92);
  backdrop-filter: blur(12px);
  color: var(--white);
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.badge-logo-mini {
  width: 44px;
  height: 44px;
  border: 2px solid var(--white);
}

.badge-info h5 {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
}

.badge-info p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

/* SEO Regional Service Badge Ribbon */
.seo-regions-ribbon {
  background: var(--primary-navy);
  color: var(--white);
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-regions-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.region-pill-item {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-fast);
}

.region-pill-item:hover {
  background: var(--white);
  color: var(--primary-navy);
}

/* ----------------------------------------------------
   SPECIAL SURPRISE 1: FOOT HEALTH INTERACTIVE SELF-CHECK QUIZ
---------------------------------------------------- */
.foot-quiz-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--primary-navy-dark), var(--primary-navy));
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.foot-quiz-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  max-width: 900px;
  margin: 0 auto;
}

.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.quiz-opt-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  color: var(--white);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  transition: var(--transition-fast);
}

.quiz-opt-btn:hover,
.quiz-opt-btn.selected {
  background: var(--white);
  color: var(--primary-navy);
  border-color: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.quiz-opt-icon {
  font-size: 2rem;
}

.quiz-result-box {
  display: none;
  background: var(--white);
  color: var(--primary-navy);
  border-radius: var(--radius-md);
  padding: 2rem;
  margin-top: 2rem;
  animation: fadeIn 0.4s ease forwards;
}

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

/* Regulatory Notice Ribbon (Navy & White) */
.compliance-ribbon {
  background: var(--white);
  padding: 2.25rem 0;
  border-top: 1px solid rgba(6, 25, 54, 0.08);
  border-bottom: 1px solid rgba(6, 25, 54, 0.08);
  box-shadow: var(--shadow-sm);
}

.ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.ribbon-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--off-white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(6, 25, 54, 0.08);
  transition: var(--transition-normal);
}

.ribbon-card:hover {
  background: var(--white);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-navy);
}

.ribbon-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--primary-navy);
  color: var(--white);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.ribbon-details h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 0.2rem;
}

.ribbon-details p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Section Header Component */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.section-subtitle {
  display: inline-block;
  color: var(--primary-navy);
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem;
  background: var(--navy-soft);
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-full);
}

.section-title {
  font-size: 2.35rem;
  color: var(--primary-navy);
  margin-bottom: 1rem;
}

.section-description {
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Podiatry Services Section */
.services-section {
  padding: 6rem 0;
  background: var(--off-white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.75rem;
  border: 1px solid rgba(6, 25, 54, 0.08);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-navy);
  opacity: 0;
  transition: var(--transition-fast);
}

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

.service-card:hover::before {
  opacity: 1;
}

.service-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.service-emoji {
  font-size: 2.5rem;
  background: var(--off-white);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  border: 1px solid rgba(6, 25, 54, 0.08);
}

.service-badge {
  font-size: 0.725rem;
  font-weight: 700;
  color: var(--white);
  background: var(--primary-navy);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
}

.service-title {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--primary-navy);
}

.service-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-bullets {
  margin-bottom: 1.5rem;
}

.service-bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.service-bullets li i {
  color: var(--primary-navy);
}

.service-btn {
  margin-top: auto;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
}

/* Hygiene & Sterilization Section */
.hygiene-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--primary-navy-dark), var(--primary-navy));
  color: var(--white);
  position: relative;
}

.hygiene-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hygiene-content h2 {
  color: var(--white);
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
}

.hygiene-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hygiene-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.hygiene-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.hygiene-check {
  width: 34px;
  height: 34px;
  min-width: 34px;
  background: var(--white);
  color: var(--primary-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hygiene-text h4 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.hygiene-text p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  margin-bottom: 0;
}

.hygiene-card-wrap {
  position: relative;
}

.hygiene-main-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 2.75rem;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hygiene-logo-display {
  width: 145px;
  height: 145px;
  margin: 0 auto 1.5rem;
  border: 4px solid var(--white);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.3);
}

.hygiene-card-wrap h3 {
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.hygiene-card-wrap p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

/* Doctor Bio Section */
.about-section {
  padding: 6rem 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-banner-container {
  position: relative;
}

.about-banner-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 3px solid rgba(6, 25, 54, 0.08);
}

.about-experience-tag {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  background: var(--primary-navy);
  color: var(--white);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 2px solid var(--white);
  text-align: center;
}

.about-experience-tag .num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.about-experience-tag .lbl {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.about-content h2 {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
}

.about-lead {
  font-size: 1.1rem;
  color: var(--primary-navy);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.about-desc {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}

.about-bullet-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.about-bullet-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary-navy);
}

.about-bullet-item i {
  color: var(--primary-navy);
  font-size: 1.1rem;
}

/* Appointment Section */
.appointment-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--off-white) 0%, #eaf0f7 100%);
}

.booking-wizard-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(6, 25, 54, 0.1);
  overflow: hidden;
}

.wizard-header-top {
  background: var(--primary-navy);
  color: var(--white);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.wizard-header-top h3 {
  color: var(--white);
  font-size: 1.4rem;
  margin: 0;
}

/* ----------------------------------------------------
   GOOGLE MAPS REVIEWS WITH PHOTOS STYLES
---------------------------------------------------- */
.google-reviews-section {
  padding: 6rem 0;
  background: var(--white);
  border-top: 1px solid rgba(6, 25, 54, 0.08);
}

.google-rating-summary-card {
  background: var(--off-white);
  border: 1px solid rgba(6, 25, 54, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
  box-shadow: var(--shadow-sm);
}

.google-brand-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.google-score-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1;
}

.google-stars-row {
  color: #f59e0b;
  font-size: 1.1rem;
  display: flex;
  gap: 0.2rem;
  margin-top: 0.2rem;
}

.google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.google-review-card {
  background: var(--white);
  border: 1px solid rgba(6, 25, 54, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-normal);
  position: relative;
}

.google-review-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-navy);
}

.review-user-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.review-avatar-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-navy);
  box-shadow: 0 4px 10px rgba(6, 25, 54, 0.15);
}

.review-user-info h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin: 0 0 0.15rem 0;
}

.review-user-badge {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.review-stars {
  color: #f59e0b;
  font-size: 0.9rem;
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.85rem;
}

.review-text {
  font-size: 0.925rem;
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.google-verified-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(6, 25, 54, 0.08);
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

.google-verified-footer i {
  color: #4285f4;
}

/* FAQ Section */
.faq-section {
  padding: 6rem 0;
  background: var(--off-white);
}

.faq-accordion {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  border: 1px solid rgba(6, 25, 54, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition-fast);
}

.faq-item.active {
  border-color: var(--primary-navy);
  box-shadow: var(--shadow-sm);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  background: var(--off-white);
  border: none;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition-fast);
}

.faq-item.active .faq-question {
  background: var(--white);
  color: var(--primary-navy);
}

.faq-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out, padding 0.35s ease;
  padding: 0 1.5rem;
  background: var(--white);
  color: var(--text-muted);
  font-size: 0.975rem;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 1rem 1.5rem 1.5rem;
}

/* Location Map Section */
.map-section {
  position: relative;
  width: 100%;
  height: 420px;
  background: #cbd5e1;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Ministry of Health Mandatory Legal Footer Disclaimer */
.footer-disclaimer-bar {
  background: var(--primary-navy-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.825rem;
  line-height: 1.6;
  text-align: center;
}

.footer-disclaimer-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  display: inline-block;
  max-width: 960px;
}

.footer-disclaimer-box strong {
  color: var(--white);
}

/* Main Footer */
.main-footer {
  background: var(--primary-navy);
  color: rgba(255, 255, 255, 0.85);
  padding: 4.5rem 0 2rem;
  font-size: 0.925rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-logo {
  width: 72px;
  height: 72px;
}

.footer-brand-title {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-brand-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-col h4 {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2.5px;
  background-color: var(--white);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--white);
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
}

/* Floating Actions Stack */
.floating-action-stack {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}

.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.75rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  transition: var(--transition-normal);
  position: relative;
  cursor: pointer;
}

.floating-btn-whatsapp {
  background-color: var(--whatsapp-green);
}

.floating-btn-whatsapp:hover {
  transform: scale(1.1);
  background-color: var(--whatsapp-hover);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
}

.floating-btn-phone {
  background-color: var(--primary-navy);
  border: 2px solid var(--white);
}

.floating-btn-phone:hover {
  transform: scale(1.1);
  background-color: var(--primary-navy-dark);
  box-shadow: 0 10px 30px rgba(6, 25, 54, 0.6);
}

.pulse-ring::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 2px solid var(--whatsapp-green);
  animation: pulse 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.9; }
  50% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(0.95); opacity: 0; }
}

.floating-tooltip {
  position: absolute;
  right: 70px;
  background: var(--primary-navy-dark);
  color: var(--white);
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-md);
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.floating-btn:hover .floating-tooltip {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

/* Service Detail Modal Window */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 13, 29, 0.8);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--white);
  border-radius: var(--radius-lg);
  max-width: 650px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  border: 2px solid var(--primary-navy);
  transform: translateY(20px) scale(0.95);
  transition: var(--transition-normal);
}

.modal-backdrop.active .modal-content {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--off-white);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--primary-navy);
  transition: var(--transition-fast);
}

.modal-close:hover {
  background: var(--primary-navy);
  color: var(--white);
}

.modal-header-badge {
  display: inline-block;
  background: var(--navy-soft);
  color: var(--primary-navy);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
  border: 1px solid rgba(6, 25, 54, 0.15);
}

.modal-title {
  font-size: 1.85rem;
  margin-bottom: 1rem;
  color: var(--primary-navy);
}

.modal-body {
  font-size: 0.975rem;
  color: var(--text-dark);
  line-height: 1.7;
}

.modal-body p {
  margin-bottom: 1.25rem;
}

.modal-body h4 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.75rem;
  color: var(--primary-navy);
}

.modal-steps {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.modal-step-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: var(--off-white);
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--primary-navy);
}

/* Mobile Responsive Adjustments */
@media (max-width: 1100px) {
  .google-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ribbon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hygiene-grid, .about-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .quiz-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .top-notice-inner {
    justify-content: center;
    text-align: center;
  }
  
  .mobile-toggle {
    display: block;
  }
  
  .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    background: var(--white);
    flex-direction: column;
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow-lg);
    gap: 1.25rem;
    transform: translateY(-150%);
    transition: var(--transition-normal);
    z-index: 999;
    border-bottom: 2px solid rgba(6, 25, 54, 0.1);
  }
  
  .nav-links.active {
    transform: translateY(0);
  }
  
  .header-cta {
    display: none;
  }
  
  .hero-title {
    font-size: 2.15rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .ribbon-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .floating-action-stack {
    bottom: 1.5rem;
    right: 1.25rem;
  }
  
  .floating-btn {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
  }
  
  .google-reviews-grid {
    grid-template-columns: 1fr;
  }
  
  .google-rating-summary-card {
    flex-direction: column;
    text-align: center;
  }
  
  .quiz-options-grid {
    grid-template-columns: 1fr;
  }
  
  .foot-quiz-card {
    padding: 1.75rem 1.25rem;
  }
}
