/* ===== GLOBAL RESET & FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
html, body { overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar, *::-webkit-scrollbar { display: none; }
body { font-family: 'Poppins', sans-serif; font-weight: 300; background: #ffffff; color: #1B2A4A; }
h1, h2, h3, h4, h5, h6 { font-family: 'Caveat', cursive !important; font-weight: 600; }

/* ===== NAVIGATION ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 60px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(27,42,74,0.08);
  transition: all 0.4s ease;
}
.nav.scrolled { padding: 12px 60px; box-shadow: 0 2px 30px rgba(0,0,0,0.08); }
.nav-logo { display: flex; align-items: center; }
.logo-img { height: 45px; width: auto; }
.nav-links { display: flex; gap: 32px; }
.nav-link {
  font-size: 0.88rem; font-weight: 400; letter-spacing: 0.3px;
  color: #1B2A4A; position: relative; transition: color 0.3s;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1.5px;
  background: #C9A96E; transition: width 0.3s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-link:hover { color: #C9A96E; }
.nav-cta {
  padding: 10px 28px; background: #C9A96E; color: #1B2A4A;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.5px;
  border-radius: 50px; transition: all 0.3s ease;
}
.nav-cta:hover { background: #1B2A4A; color: white; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 5px; }
.mobile-menu-btn span { display: block; width: 24px; height: 2px; background: #1B2A4A; transition: 0.3s; }

/* ===== MOBILE MENU ===== */
.mobile-menu {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: white; z-index: 2000;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu-header {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px;
}
/* Hero logo art — centered overlay on the hero video */
.hero-logo-art{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42%;                 /* smaller — scales with the video frame */
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;                 /* sits above the video */
  pointer-events: none;       /* clicks pass through to mute button etc. */
}
.hero-logo-art img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;
}

/* Floating back arrow — gold, top-left inset */
.back-fab{position:fixed;top:100px;left:62.2px;z-index:3000;width:46px;height:46px;border-radius:50%;background:#C9A96E;color:#1B2A4A;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(201,169,110,.4);transition:all .3s ease;text-decoration:none}
.back-fab:hover{background:#1B2A4A;color:#C9A96E;transform:translateX(-3px)}
@media(max-width:1024px){.back-fab{top:90px;left:30px}}
@media(max-width:640px){.back-fab{top:80px;left:20px;width:40px;height:40px}}

.mobile-logo { height: 40px; }
.mobile-close { background: none; border: none; font-size: 2rem; cursor: pointer; color: #1B2A4A; }
.mobile-menu-links { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.mobile-menu-links a {
  font-size: 1.5rem; font-family: 'Caveat', cursive; font-weight: 600;
  color: #1B2A4A; transition: color 0.3s;
}
.mobile-menu-links a:hover { color: #C9A96E; }
.mobile-cta {
  margin-top: 40px; padding: 14px 40px; background: #C9A96E; color: #1B2A4A;
  font-weight: 500; border-radius: 50px; font-size: 1rem;
}

/* Hide scrollbar but keep scrolling */
html { scrollbar-width: none; -ms-overflow-style: none; }
body::-webkit-scrollbar,
html::-webkit-scrollbar,
*::-webkit-scrollbar { display: none; width: 0; height: 0; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 60px 80px; position: relative; overflow: hidden;
  background: #ffffff;
}
.hero.compact-hero { min-height: auto; padding: 140px 60px 60px; }
.hero-content {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; width: 100%; gap: 60px;
}
.hero-content.hero-centered {
  justify-content: center; flex-direction: column; text-align: center;
  max-width: 700px;
}
.hero-left { flex: 1; max-width: 550px; }
.hero-badge { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.badge-line { width: 40px; height: 1.5px; background: #C9A96E; }
.badge-text { font-size: 0.85rem; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #C9A96E; }
.hero-title { margin-bottom: 24px; }
.title-line { display: block; font-size: 4rem; line-height: 1.15; color: #1B2A4A; font-family: 'Caveat', cursive; font-weight: 600; }
.title-accent { color: #C9A96E; font-style: italic; }
.hero-subtitle { font-size: 1rem; line-height: 1.8; color: #666; margin-bottom: 36px; font-weight: 300; }
.hero-buttons { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-social { display: flex; gap: 16px; margin-top: 40px; }
.social-link {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(27,42,74,0.15);
  display: flex; align-items: center; justify-content: center;
  color: #1B2A4A; transition: all 0.3s ease;
}
.social-link:hover { background: #C9A96E; border-color: #C9A96E; color: white; }
.hero-right { flex: 1; display: flex; justify-content: center; }
.hero-image-wrapper { width: 380px; height: 460px; border-radius: 24px; overflow: hidden; position: relative; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }

/* Hero Video */
.hero-video {
  width: 100%; height: 100%; object-fit: cover;
}
.mute-btn {
  position: absolute; bottom: 16px; right: 16px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(27,42,74,0.7); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: white; backdrop-filter: blur(8px);
  transition: background 0.3s ease, transform 0.2s; z-index: 10;
}
.mute-btn:hover { background: rgba(201,169,110,0.9); transform: scale(1.1); }
.mute-btn svg { position: absolute; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; background: #1B2A4A; color: white;
  font-size: 0.9rem; font-weight: 500; letter-spacing: 0.5px;
  border-radius: 50px; transition: all 0.4s ease;
}
.btn-primary:hover { background: #C9A96E; color: #1B2A4A; transform: translateY(-2px); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; border: 1.5px solid #1B2A4A; color: #1B2A4A;
  font-size: 0.9rem; font-weight: 500; letter-spacing: 0.5px;
  border-radius: 50px; transition: all 0.4s ease;
}
.btn-secondary:hover { background: #1B2A4A; color: white; }
.btn-outline-gold {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; border: 1.5px solid #C9A96E; color: #C9A96E;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.5px;
  border-radius: 50px; transition: all 0.4s ease;
}
.btn-outline-gold:hover { background: #C9A96E; color: #1B2A4A; }

/* ===== SECTION TITLES ===== */
.section-container { max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.section-title {
  font-size: 3rem; color: #1B2A4A; text-align: center;
  margin-bottom: 60px; font-family: 'Caveat', cursive; font-weight: 600;
}

/* ===== SERVICES ===== */
.services { padding: 100px 0; background: #F8F6F2; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card {
  background: white; padding: 40px 32px; border-radius: 16px;
  border: 1px solid rgba(27,42,74,0.06); transition: all 0.4s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(27,42,74,0.1); border-color: #C9A96E; }
.service-icon { margin-bottom: 20px; }
.service-card h3 {
  font-size: 1.6rem; color: #1B2A4A; margin-bottom: 12px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.service-card p { font-size: 0.9rem; line-height: 1.7; color: #777; font-weight: 300; }

/* ===== ABOUT ===== */
.about { padding: 100px 60px; background: #ffffff; }
.about-container {
  display: flex; align-items: center; gap: 80px;
  max-width: 1200px; margin: 0 auto;
}
.about-image { flex: 1; }
.about-img { width: 100%; height: 500px; object-fit: cover; border-radius: 20px; }
.about-content { flex: 1; }
.about-badge { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.about-content h2 {
  font-size: 3rem; color: #1B2A4A; margin-bottom: 20px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.about-content p { font-size: 0.95rem; line-height: 1.8; color: #666; margin-bottom: 16px; font-weight: 300; }

/* ===== REVIEWS (HOME) ===== */
.reviews-section { padding: 100px 0; background: #F8F6F2; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.review-card {
  background: white; padding: 36px 30px; border-radius: 16px;
  border: 1px solid rgba(27,42,74,0.06); transition: all 0.4s ease;
}
.review-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(27,42,74,0.08); }
.review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.review-text {
  font-size: 0.9rem; line-height: 1.8; color: #555;
  margin-bottom: 24px; font-weight: 300; font-style: italic;
}
.review-author { display: flex; align-items: center; gap: 14px; }
.review-name { font-size: 0.9rem; font-weight: 500; color: #1B2A4A; }
.review-time { font-size: 0.78rem; color: #999; margin-top: 2px; }
.reviews-cta { text-align: center; margin-top: 50px; }

/* ===== FAQ ===== */
.faq-section { padding: 100px 0; background: #ffffff; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(27,42,74,0.08);
}
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0; background: none; border: none; cursor: pointer;
  font-family: 'Caveat', cursive; font-size: 1.4rem; font-weight: 600;
  color: #1B2A4A; text-align: left; transition: color 0.3s;
}
.faq-question:hover { color: #C9A96E; }
.faq-icon {
  flex-shrink: 0; transition: transform 0.3s ease; color: #C9A96E;
}
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-answer { max-height: 200px; }
.faq-answer p {
  padding: 0 0 24px; font-size: 0.9rem; line-height: 1.8; color: #666; font-weight: 300;
}

/* ===== NATIVE BUTTON RESET (font + border) ===== */
button {
  font-family: 'Poppins', sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #1B2A4A;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.btn-primary:hover {
  background: #C9A96E;
  color: #1B2A4A;
  border: none;
  transform: translateY(-2px);
}

/* ===== BOOK SECTION ===== */
.book-section { padding: 100px 60px; background: #F8F6F2; }
.book-container {
  display: flex; align-items: center; gap: 80px;
  max-width: 1200px; margin: 0 auto;
}
.book-image { flex: 1; }
.book-img { width: 100%; height: 500px; object-fit: cover; border-radius: 20px; }
.book-content { flex: 1; }
.book-content h2 {
  font-size: 3rem; color: #1B2A4A; margin-bottom: 20px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.book-content p { font-size: 0.95rem; line-height: 1.8; color: #666; font-weight: 300; }

/* ===== FOOTER ===== */
.footer { padding: 60px 60px 30px; background: #1B2A4A; }
.footer-container { max-width: 1200px; margin: 0 auto; text-align: center; }
.footer-logo { margin-bottom: 24px; }
.footer-logo-img { height: 50px; margin: 0 auto; }
.footer-links { display: flex; justify-content: center; gap: 40px; margin-bottom: 20px; }
.footer-links a {
  font-size: 0.85rem; color: rgba(255,255,255,0.7); transition: color 0.3s; font-weight: 300;
}
.footer-links a:hover { color: #C9A96E; }
.footer-divider { margin: 0 12px; color: #C9A96E; opacity: 0.7; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 6px; font-weight: 300; }
.footer-credit { font-size: 0.78rem; color: rgba(255,255,255,0.5); font-weight: 300; }
.footer-credit a { color: #C9A96E; transition: color 0.3s; }
.footer-credit a:hover { color: white; }

/* ===== COMPACT HERO (inner pages) ===== */
.compact-hero .hero-content { justify-content: center; }
.compact-hero .hero-subtitle { margin-bottom: 0; }

/* ===== GALLERY SPECIFIC ===== */
.gallery-scroll {
  display: flex; gap: 24px; overflow-x: auto;
  padding: 20px 0 40px; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-card {
  flex-shrink: 0; width: 400px; height: 500px;
  border-radius: 16px; overflow: hidden; position: relative;
  box-shadow: 0 10px 40px rgba(27,42,74,0.12);
  transition: border 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent; scroll-snap-align: center;
}
.gallery-card:hover { border: 2px solid #C9A96E; box-shadow: 0 16px 50px rgba(27,42,74,0.18); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.gallery-card-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 24px;
  background: linear-gradient(transparent, rgba(27,42,74,0.8));
  color: white; font-size: 0.88rem; font-weight: 400;
  opacity: 0; transition: opacity 0.4s ease;
}
.gallery-card:hover .gallery-card-overlay { opacity: 1; }

/* ===== CLINIC DETAILS (gallery) ===== */
.clinic-details { padding: 100px 0; background: #ffffff; }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.detail-card {
  background: #F8F6F2; padding: 40px 32px; border-radius: 16px;
  transition: all 0.4s ease;
}
.detail-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(27,42,74,0.08); }
.detail-icon { margin-bottom: 20px; }
.detail-card h3 {
  font-size: 1.6rem; color: #1B2A4A; margin-bottom: 12px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.detail-card p { font-size: 0.9rem; line-height: 1.7; color: #777; font-weight: 300; }

/* ===== REVIEW QR (gallery) ===== */
.review-qr-section { padding: 100px 0; background: #F8F6F2; }
.review-qr-content {
  display: flex; align-items: center; justify-content: space-between;
  gap: 60px; max-width: 900px; margin: 0 auto;
}
.review-qr-text { flex: 1; }
.review-qr-text h2 {
  font-size: 2.8rem; color: #1B2A4A; margin-bottom: 16px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.review-qr-text p { font-size: 0.95rem; line-height: 1.8; color: #666; margin-bottom: 30px; font-weight: 300; }
.review-qr-image {
  flex-shrink: 0; width: 200px; height: 200px;
  background: white; padding: 16px; border-radius: 16px;
  box-shadow: 0 8px 30px rgba(27,42,74,0.08);
}
.review-qr-image img { width: 100%; height: 100%; object-fit: contain; }

/* ===== REVIEWS PAGE ===== */
.rating-summary { padding: 0 0 80px; background: #ffffff; }
.rating-card {
  display: flex; align-items: center; gap: 60px;
  background: #F8F6F2; border-radius: 20px; padding: 48px 60px;
}
.rating-left { text-align: center; flex-shrink: 0; }
.rating-big { font-size: 4.5rem; font-family: 'Caveat', cursive; font-weight: 600; color: #1B2A4A; line-height: 1; }
.rating-stars-row { display: flex; gap: 4px; justify-content: center; margin: 8px 0 12px; }
.rating-count { font-size: 0.85rem; color: #999; font-weight: 300; }
.rating-right { flex: 1; }
.rating-bars { display: flex; flex-direction: column; gap: 10px; }
.rating-bar-row { display: flex; align-items: center; gap: 10px; }
.bar-label { font-size: 0.85rem; color: #1B2A4A; width: 12px; text-align: right; font-weight: 400; }
.bar-track { flex: 1; height: 8px; background: rgba(27,42,74,0.08); border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; background: #C9A96E; border-radius: 4px; transition: width 1s ease; }
.bar-count { font-size: 0.8rem; color: #999; width: 30px; font-weight: 300; }
.rating-cta { flex-shrink: 0; }

.reviews-all { padding: 0 0 100px; background: #ffffff; }
.reviews-all .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-badge {
  display: flex; align-items: center; gap: 6px; margin-top: 16px;
  padding-top: 16px; border-top: 1px solid rgba(27,42,74,0.06);
}
.review-badge span { font-size: 0.72rem; color: #4CAF50; font-weight: 400; }

.reviews-cta-section { padding: 100px 0; background: #1B2A4A; text-align: center; border-top: 1px solid rgba(201,169,110,0.4); }
.reviews-cta-section h2 { font-size: 2.8rem; color: white; margin-bottom: 16px; font-family: 'Caveat', cursive; font-weight: 600; }
.reviews-cta-section p { font-size: 0.95rem; line-height: 1.8; color: rgba(255,255,255,0.7); margin-bottom: 36px; font-weight: 300; max-width: 500px; margin-left: auto; margin-right: auto; }
.reviews-cta-section .btn-primary { background: #C9A96E; color: #1B2A4A; }
.reviews-cta-section .btn-primary:hover { background: white; color: #1B2A4A; }

/* ===== CONTACT PAGE ===== */
.contact-info { padding: 100px 0; background: #ffffff; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.contact-card {
  background: #F8F6F2; padding: 40px 32px; border-radius: 16px;
  transition: all 0.4s ease; text-align: center;
}
.contact-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(27,42,74,0.08); }
.contact-card-icon { margin-bottom: 20px; }
.contact-card h3 {
  font-size: 1.6rem; color: #1B2A4A; margin-bottom: 12px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.contact-card p { font-size: 0.9rem; line-height: 1.7; color: #777; font-weight: 300; }
.contact-card a { color: #C9A96E; font-weight: 400; transition: color 0.3s; }
.contact-card a:hover { color: #1B2A4A; }

.contact-form-section { padding: 100px 0; background: #F8F6F2; }
.contact-form-wrapper {
  display: flex; gap: 80px; max-width: 1200px; margin: 0 auto;
  align-items: flex-start;
}
.contact-form-info { flex: 1; }
.contact-form-info h2 {
  font-size: 2.8rem; color: #1B2A4A; margin-bottom: 16px;
  font-family: 'Caveat', cursive; font-weight: 600;
}
.contact-form-info p { font-size: 0.95rem; line-height: 1.8; color: #666; margin-bottom: 30px; font-weight: 300; }
.contact-form-detail { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.contact-form-detail svg { flex-shrink: 0; color: #C9A96E; }
.contact-form-detail span { font-size: 0.9rem; color: #555; font-weight: 300; }

.contact-form { flex: 1; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-size: 0.85rem; color: #1B2A4A; margin-bottom: 8px;
  font-weight: 400; letter-spacing: 0.3px;
}
.form-group input, .form-group textarea {
  width: 100%; padding: 14px 20px; border: 1px solid rgba(27,42,74,0.12);
  border-radius: 12px; font-family: 'Poppins', sans-serif; font-size: 0.9rem;
  font-weight: 300; color: #1B2A4A; background: white;
  transition: border-color 0.3s ease, box-shadow 0.3s ease; outline: none;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: #C9A96E; box-shadow: 0 0 0 3px rgba(201,169,110,0.15);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.contact-map { padding: 0 0 100px; background: #ffffff; }
.contact-map iframe {
  width: 100%; height: 400px; border: none; border-radius: 16px;
  box-shadow: 0 10px 40px rgba(27,42,74,0.08);
}

/* ===== CUSTOM SELECT DROPDOWN ===== */
.custom-select {
  position: relative;
  width: 100%;
}
.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(27, 42, 74, 0.12);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border 0.3s ease;
  user-select: none;
}
.select-trigger:hover, .select-trigger.active {
  border-color: #C9A96E;
}
.select-value {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #1B2A4A;
}
.select-value.placeholder {
  color: #999;
}
.select-arrow {
  transition: transform 0.3s ease;
}
.select-trigger.active .select-arrow {
  transform: rotate(180deg);
}
.select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(27, 42, 74, 0.12);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: all 0.25s ease;
  max-height: 220px;
  overflow-y: auto;
}
.select-options.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.select-option {
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 300;
  color: #1B2A4A;
  cursor: pointer;
  transition: background 0.2s ease;
}
.select-option:first-child {
  border-radius: 10px 10px 0 0;
}
.select-option:last-child {
  border-radius: 0 0 10px 10px;
}
.select-option:hover {
  background: #F8F6F2;
}
.select-option.selected {
  color: #C9A96E;
  font-weight: 400;
  background: rgba(201, 169, 110, 0.08);
}

/* ===== INLINE FORM ERRORS ===== */
.form-group.error .select-trigger,
.form-group.error input,
.form-group.error textarea {
  border-color: #e74c3c;
}
.form-error {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 6px;
  display: none;
  font-weight: 400;
}
.form-group.error .form-error {
  display: block;
}

/* ===== TOAST NOTIFICATIONS ===== */
.toast-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.toast {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  background: #1B2A4A;
  border-radius: 14px;
  box-shadow: 0 16px 50px rgba(27, 42, 74, 0.25);
  min-width: 320px;
  max-width: 420px;
  transform: translateX(120%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.toast.show {
  transform: translateX(0);
  opacity: 1;
}
.toast-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.toast-icon.error { background: rgba(231, 76, 60, 0.15); color: #e74c3c; }
.toast-icon.success { background: rgba(46, 204, 113, 0.15); color: #2ecc71; }
.toast-content { flex: 1; }
.toast-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}
.toast-message {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  line-height: 1.5;
}
.toast-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}
.toast-close:hover { color: #fff; }

/* ===== MODAL ===== */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(27, 42, 74, 0.6);
  backdrop-filter: blur(8px);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.modal-card {
  background: #fff;
  border-radius: 20px;
  padding: 48px 44px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal-overlay.open .modal-card {
  transform: scale(1) translateY(0);
}
.modal-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.modal-icon.success { background: rgba(46, 204, 113, 0.12); color: #2ecc71; }
.modal-icon.error { background: rgba(231, 76, 60, 0.12); color: #e74c3c; }
.modal-card h3 {
  font-size: 1.8rem;
  color: #1B2A4A;
  margin-bottom: 10px;
  font-family: 'Caveat', cursive;
}
.modal-card p {
  font-size: 0.9rem;
  color: #777;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* ===== ANIMATIONS ===== */
.animate-fade-in { animation: fadeIn 0.8s ease forwards; opacity: 0; }
.animate-slide-up { animation: slideUp 0.8s ease forwards; opacity: 0; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .mobile-menu-btn { display: flex; }
  .hero { padding: 100px 30px 60px; }
  .hero.compact-hero { padding: 120px 30px 40px; }
  .hero-content { flex-direction: column; text-align: center; }
  .hero-left { max-width: 100%; }
  .hero-badge { justify-content: center; }
  .hero-buttons { justify-content: center; }
  .hero-social { justify-content: center; }
  .title-line { font-size: 3rem; }
  .section-container { padding: 0 30px; }
  .services-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .about-container { flex-direction: column; gap: 40px; }
  .about { padding: 80px 30px; }
  .reviews-section .reviews-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .rating-card { flex-direction: column; padding: 36px 40px; gap: 30px; }
  .rating-cta { width: 100%; text-align: center; }
  .rating-cta .btn-primary { width: 100%; justify-content: center; }
  .reviews-all .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .details-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .review-qr-content { flex-direction: column; text-align: center; }
  .gallery-card { width: 320px; height: 400px; }
  .book-container { flex-direction: column; gap: 40px; }
  .contact-form-wrapper { flex-direction: column; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .footer { padding: 40px 30px 20px; }
}
@media (max-width: 768px) {
  .nav { padding: 15px 20px; }
  .nav.scrolled { padding: 12px 20px; }
  .logo-img { height: 36px; }
  .hero { padding: 90px 20px 50px; min-height: auto; }
  .hero.compact-hero { padding: 100px 20px 30px; }
  .hero-image-wrapper { width: 260px; height: 320px; }
  .title-line { font-size: 2.5rem; }
  .about-img { height: 350px; }
  .book-img { height: 350px; }
  .rating-card { padding: 28px 24px; }
  .rating-big { font-size: 3.5rem; }
  .reviews-all .reviews-grid { grid-template-columns: 1fr; }
  .gallery-card { width: 280px; height: 360px; }
  .form-row { grid-template-columns: 1fr; }
  .reviews-cta-section h2 { font-size: 2.2rem; }
}
