/* ============================================================
   PAGE-SPECIFIC STYLES
   ============================================================ */

/* ═══ HOME HERO ═══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  margin-top: 78px;
  padding: 80px 0 100px;
  display: flex; align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(242, 162, 188, 0.7) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 90%, rgba(248, 200, 216, 0.8) 0%, transparent 55%),
    linear-gradient(135deg, var(--rose-100) 0%, var(--rose-50) 50%, var(--cream-100) 100%);
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23DC4F7C' opacity='0.15'/%3E%3C/svg%3E");
  opacity: 0.6;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative; z-index: 2;
}
.hero-content .eyebrow { animation: fadeUp 0.8s ease-out both; }
.hero h1 {
  font-size: clamp(52px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin: 22px 0 24px;
  animation: fadeUp 0.9s ease-out 0.1s both;
}
.hero h1 .display {
  display: block;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(120deg, var(--rose-600) 0%, var(--rose-800) 50%, var(--rose-600) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero h1 .accent {
  display: block;
  font-family: var(--font-script);
  font-style: normal;
  font-size: 0.5em;
  color: var(--rose-500);
  margin-top: 4px;
}
.hero-tag {
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rose-700);
  margin: 22px 0 28px;
  animation: fadeUp 0.9s ease-out 0.2s both;
}
.hero-tag span { display: inline-flex; align-items: center; gap: 8px; }
.hero-tag span::before {
  content: ''; width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose-500);
}
.hero-lede {
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 38px;
  animation: fadeUp 0.9s ease-out 0.3s both;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  animation: fadeUp 0.9s ease-out 0.4s both;
}
.hero-stats {
  display: flex; gap: 40px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  animation: fadeUp 0.9s ease-out 0.5s both;
}
.hero-stats .stat .num {
  font-family: var(--font-display);
  font-size: 38px; font-style: italic;
  font-weight: 500;
  color: var(--rose-700);
  line-height: 1;
}
.hero-stats .stat .label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}

.hero-visual {
  position: relative;
  height: 600px;
  animation: fadeUp 1s ease-out 0.3s both;
}
.hero-img {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--rose-200);
}
.hero-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(46, 13, 24, 0.4) 100%);
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-1 {
  top: 0; right: 0;
  width: 70%; height: 65%;
  border-radius: 200px 30px 30px 200px;
}
.hero-img-2 {
  bottom: 0; left: 0;
  width: 55%; height: 50%;
  border: 8px solid #fff;
  z-index: 2;
}
.hero-img-3 {
  bottom: 8%; right: 12%;
  width: 35%; height: 35%;
  border-radius: 50%;
  border: 6px solid #fff;
  z-index: 3;
  animation: float 6s ease-in-out infinite;
}
.hero-badge {
  position: absolute;
  top: 12%; left: -20px;
  z-index: 4;
  background: #fff;
  border-radius: 100px;
  padding: 14px 22px 14px 14px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
.hero-badge .icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--rose-400), var(--rose-600));
  border-radius: 50%;
  display: grid; place-items: center;
}
.hero-badge .icon svg { width: 22px; height: 22px; color: #fff; }
.hero-badge .text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px; font-style: italic;
  color: var(--rose-700);
}
.hero-badge .text small {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 480px; }
}

/* ═══ WELCOME / ABOUT STRIP ════════════════════════════════ */
.welcome-strip {
  background: linear-gradient(180deg, var(--rose-50) 0%, #fff 100%);
}
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .welcome-grid { grid-template-columns: 1fr; gap: 50px; } }
.welcome-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 250px 30px 250px 30px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.welcome-image img { width: 100%; height: 100%; object-fit: cover; }
.welcome-quote {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 24px;
  border-radius: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.4;
  border-left: 3px solid var(--rose-500);
}
.welcome-content h2 { margin-bottom: 18px; }
.welcome-content .section-lede { margin-bottom: 32px; }
.welcome-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 36px;
}
.welcome-feat { display: flex; gap: 14px; align-items: flex-start; }
.welcome-feat-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--rose-100);
  display: grid; place-items: center;
  color: var(--rose-600);
  transition: all 0.3s ease;
}
.welcome-feat:hover .welcome-feat-icon {
  background: var(--rose-500);
  color: #fff;
  transform: rotate(-6deg);
}
.welcome-feat-icon svg { width: 22px; height: 22px; }
.welcome-feat-text strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
}
.welcome-feat-text p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* ═══ SERVICES ═════════════════════════════════════════════ */
.services-section {
  background: linear-gradient(180deg, #fff 0%, var(--rose-50) 100%);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
  border: 1px solid var(--line);
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--rose-300);
}
.service-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--rose-200);
}
.service-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.service-card:hover .service-image img { transform: scale(1.08); }
.service-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(92, 26, 48, 0.6) 100%);
}
.service-icon {
  position: absolute;
  bottom: -28px; right: 28px;
  z-index: 2;
  width: 64px; height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
  display: grid; place-items: center;
  box-shadow: 0 12px 28px rgba(220, 79, 124, 0.4);
  transition: transform 0.4s ease;
}
.service-card:hover .service-icon { transform: rotate(-8deg) scale(1.05); }
.service-icon svg { width: 28px; height: 28px; color: #fff; }
.service-body { padding: 50px 28px 32px; }
.service-body h3 {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 12px;
}
.service-body p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 20px;
}
.service-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-600);
  transition: gap 0.3s ease;
}
.service-link:hover { gap: 14px; color: var(--rose-700); }
.service-link svg { width: 14px; height: 14px; }

/* ═══ FEATURES STRIP (dark pink) ═══════════════════════════ */
.features-strip {
  background: linear-gradient(135deg, var(--rose-700) 0%, var(--rose-800) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.features-strip::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 200, 216, 0.2) 0%, transparent 70%);
}
.features-strip::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 200, 216, 0.15) 0%, transparent 70%);
}
.features-strip .section-head h2 { color: #fff; }
.features-strip .section-head .section-lede { color: rgba(255, 255, 255, 0.8); }
.features-strip .eyebrow { color: var(--rose-200); }
.features-strip .section-title em {
  background: linear-gradient(120deg, var(--rose-200), #fff);
  -webkit-background-clip: text; background-clip: text;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative; z-index: 2;
}
@media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .features-grid { grid-template-columns: 1fr; } }

.feature-card {
  padding: 36px 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--rose-300), var(--rose-100));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.feature-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--rose-300);
  transform: translateY(-6px);
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 56px;
  color: var(--rose-300);
  opacity: 0.6;
  line-height: 1;
  margin-bottom: 14px;
}
.feature-card h4 {
  color: #fff;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

/* ═══ PACKAGES ═════════════════════════════════════════════ */
.packages-section { background: var(--rose-50); }
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) { .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.package-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  position: relative;
  border: 1px solid var(--line);
  transition: all 0.4s ease;
  overflow: hidden;
}
.package-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--rose-300), var(--rose-500), var(--rose-300));
}
.package-card.featured {
  background: linear-gradient(180deg, var(--rose-700) 0%, var(--rose-800) 100%);
  color: #fff;
  transform: scale(1.04);
  box-shadow: var(--shadow-lg);
}
.package-card.featured::before {
  background: linear-gradient(90deg, var(--gold), var(--rose-200), var(--gold));
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--rose-300);
}
.package-card.featured:hover { transform: scale(1.04) translateY(-8px); }
.package-badge {
  position: absolute;
  top: 24px; right: 24px;
  background: var(--gold);
  color: var(--rose-900);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.package-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  margin-bottom: 6px;
}
.package-tag {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-500);
  margin-bottom: 26px;
}
.package-card.featured .package-tag { color: var(--rose-200); }
.package-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px dashed var(--line);
}
.package-card.featured .package-price { border-color: rgba(255, 255, 255, 0.2); }
.package-price .currency {
  font-size: 18px; font-weight: 600;
  color: var(--rose-500);
}
.package-card.featured .package-price .currency { color: var(--rose-200); }
.package-price .amount {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}
.package-price .period { font-size: 13px; color: var(--muted); }
.package-card.featured .package-price .period { color: rgba(255, 255, 255, 0.6); }
.package-features {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.package-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.55;
}
.package-features li::before {
  content: '';
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--rose-100);
  border-radius: 50%;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DC4F7C' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.package-card.featured .package-features li::before {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.package-card .btn { width: 100%; justify-content: center; }
.package-card.featured .btn-primary { background: #fff; color: var(--rose-700); }
.package-card.featured .btn-primary:hover { color: var(--rose-800); background: var(--rose-100); }

/* ═══ WHY CHOOSE US ════════════════════════════════════════ */
.why-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 162, 188, 0.2) 0%, transparent 70%);
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
  position: relative; z-index: 2;
}
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; } }

.why-visual { position: relative; aspect-ratio: 1; }
.why-visual .main-img {
  width: 78%; height: 78%;
  border-radius: 30px 200px 30px 200px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: absolute;
  top: 0; left: 0;
}
.why-visual .main-img img { width: 100%; height: 100%; object-fit: cover; }
.why-visual .accent-img {
  width: 50%; aspect-ratio: 1;
  border-radius: 30px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: var(--shadow);
  position: absolute;
  bottom: 0; right: 0;
  z-index: 2;
}
.why-visual .accent-img img { width: 100%; height: 100%; object-fit: cover; }
.why-visual .floating-card {
  position: absolute;
  top: 8%; right: 0;
  background: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
  z-index: 3;
  animation: float 5s ease-in-out infinite;
}
.why-visual .floating-card .stars { color: var(--gold); display: flex; gap: 2px; }
.why-visual .floating-card .stars svg { width: 16px; height: 16px; fill: currentColor; }
.why-visual .floating-card strong {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--rose-700);
}
.why-visual .floating-card small {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
}
.why-content h2 { margin-bottom: 24px; }
.why-list { list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 22px; }
.why-list li { display: flex; gap: 18px; align-items: flex-start; }
.why-list .num {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--rose-100), var(--rose-200));
  color: var(--rose-700);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid var(--rose-200);
}
.why-list .text strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 21px;
  margin-bottom: 6px;
}
.why-list .text p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; }

/* ═══ GALLERY ══════════════════════════════════════════════ */
.gallery-section { background: var(--rose-50); }
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.gallery-tab {
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #fff;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  transition: all 0.3s ease;
}
.gallery-tab:hover { border-color: var(--rose-400); color: var(--rose-600); }
.gallery-tab.active {
  background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
  color: #fff;
  border-color: transparent;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; } }

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--rose-200);
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(46, 13, 24, 0.85) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-meta {
  position: absolute;
  bottom: 20px; left: 22px; right: 22px;
  z-index: 2;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}
.gallery-item:hover .gallery-meta { transform: translateY(0); opacity: 1; }
.gallery-meta strong {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  display: block;
  margin-bottom: 4px;
}
.gallery-meta span {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-200);
}

/* ═══ TESTIMONIALS ═════════════════════════════════════════ */
.testimonials-section {
  background: linear-gradient(180deg, var(--rose-50) 0%, var(--rose-100) 100%);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: all 0.4s ease;
}
.testi-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 28px;
  font-family: var(--font-display);
  font-size: 90px;
  line-height: 1;
  color: var(--rose-200);
  font-style: italic;
}
.testi-stars { color: var(--gold); display: flex; gap: 3px; margin-bottom: 18px; }
.testi-stars svg { width: 18px; height: 18px; fill: currentColor; }
.testi-card p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.testi-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px dashed var(--line);
}
.testi-avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-300), var(--rose-500));
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
}
.testi-person strong { display: block; font-size: 15px; font-weight: 600; }
.testi-person span {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose-500);
}

/* ═══ CTA STRIP ════════════════════════════════════════════ */
.cta-strip {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(242, 162, 188, 0.4) 0%, transparent 60%),
    linear-gradient(135deg, var(--rose-100) 0%, var(--rose-200) 100%);
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath d='M100 20 Q140 60 100 100 Q60 60 100 20 Z M100 100 Q140 140 100 180 Q60 140 100 100 Z' fill='none' stroke='%23DC4F7C' stroke-width='1' opacity='0.2'/%3E%3C/svg%3E");
  background-size: 240px;
  opacity: 0.7;
}
.cta-strip .container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.cta-strip h2 {
  font-size: clamp(40px, 5vw, 68px);
  font-style: italic;
  margin-bottom: 16px;
}
.cta-strip h2 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--rose-600), var(--rose-800));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.cta-strip .section-lede { margin: 0 auto 36px; max-width: 580px; }
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ═══ ABOUT — STORY TIMELINE ═══════════════════════════════ */
.story-section { background: #fff; }
.story-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 900px) { .story-intro { grid-template-columns: 1fr; } }
.story-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-image-tag {
  position: absolute;
  bottom: 24px; left: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 22px;
  border-radius: 14px;
}
.story-image-tag .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 38px;
  font-weight: 500;
  color: var(--rose-700);
  line-height: 1;
}
.story-image-tag .lbl {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.timeline {
  position: relative;
  padding-left: 50px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 14px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--rose-300), var(--rose-500), var(--rose-300));
}
.timeline-item { position: relative; padding-bottom: 38px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -42px; top: 6px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--rose-500);
  box-shadow: 0 0 0 4px var(--rose-100);
}
.timeline-year {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  color: var(--rose-600);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.timeline-item h4 {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 8px;
}
.timeline-item p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

/* ═══ TEAM ════════════════════════════════════════════════ */
.team-section { background: var(--rose-50); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .team-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; } }

.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s ease;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.team-photo {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--rose-200), var(--rose-300));
  position: relative;
  overflow: hidden;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-info { padding: 24px; text-align: center; }
.team-info h4 {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 4px;
}
.team-info span {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-500);
}

/* ═══ CONTACT ═════════════════════════════════════════════ */
.contact-section { background: #fff; }
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info {
  background: linear-gradient(135deg, var(--rose-700) 0%, var(--rose-800) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 162, 188, 0.2) 0%, transparent 70%);
}
.contact-info h2 { color: #fff; font-style: italic; margin-bottom: 14px; }
.contact-info > p { color: rgba(255, 255, 255, 0.8); margin-bottom: 38px; line-height: 1.7; }
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative; z-index: 1;
}
.contact-row:last-child { border-bottom: none; }
.contact-row .ico {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  display: grid; place-items: center;
}
.contact-row .ico svg { width: 22px; height: 22px; color: var(--rose-200); }
.contact-row strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-200);
  margin-bottom: 4px;
}
.contact-row span { font-size: 15px; line-height: 1.5; }

.contact-form {
  background: var(--rose-50);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  border: 1px solid var(--line);
}
.contact-form h2 { font-style: italic; margin-bottom: 8px; }
.contact-form > p { color: var(--ink-soft); margin-bottom: 32px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.form-row.single { grid-template-columns: 1fr; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-700);
  font-weight: 600;
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--rose-200);
  border-radius: 12px;
  transition: all 0.3s ease;
  outline: none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--rose-500);
  box-shadow: 0 0 0 4px rgba(220, 79, 124, 0.12);
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; justify-content: center; margin-top: 8px; }

/* ═══ MAP STRIP ═══════════════════════════════════════════ */
.map-strip {
  height: 420px;
  background: linear-gradient(135deg, var(--rose-200), var(--rose-300));
  position: relative;
  overflow: hidden;
}
.map-strip iframe { width: 100%; height: 100%; border: 0; filter: grayscale(20%) saturate(0.9); }

/* ═══ BOOKING PAGE ════════════════════════════════════════ */
.booking-section { background: var(--rose-50); }
.booking-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
}
@media (max-width: 900px) { .booking-grid { grid-template-columns: 1fr; } }
.booking-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.booking-form-card h2 { font-style: italic; margin-bottom: 8px; }
.booking-summary {
  background: linear-gradient(135deg, var(--rose-100), var(--rose-200));
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  position: sticky;
  top: 100px;
  height: fit-content;
}
.booking-summary h3 {
  font-style: italic;
  margin-bottom: 24px;
  font-size: 28px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(140, 30, 70, 0.2);
  font-size: 14.5px;
}
.summary-row:last-of-type { border-bottom: none; }
.summary-row span:first-child { color: var(--ink-soft); }
.summary-row span:last-child { font-weight: 600; }
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid var(--rose-400);
}
.summary-total span:first-child {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
}
.summary-total .price {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 36px;
  font-weight: 500;
  color: var(--rose-700);
}
.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 10%; right: 10%;
  height: 2px;
  background: var(--rose-200);
  z-index: 0;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.step .step-num {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--rose-200);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  color: var(--rose-400);
  transition: all 0.3s ease;
}
.step.active .step-num {
  background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
  color: #fff;
  border-color: var(--rose-500);
  box-shadow: 0 0 0 5px rgba(220, 79, 124, 0.15);
}
.step .step-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.step.active .step-label { color: var(--rose-700); font-weight: 600; }

/* ═══ PROCESS / HOW IT WORKS ══════════════════════════════ */
.process-section { background: #fff; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .process-grid { grid-template-columns: 1fr; } }

.process-step {
  text-align: center;
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  background: var(--rose-50);
  border: 1px solid var(--line);
  position: relative;
  transition: all 0.4s ease;
}
.process-step:hover {
  transform: translateY(-6px);
  background: #fff;
  border-color: var(--rose-300);
  box-shadow: var(--shadow);
}
.process-step .num-circle {
  width: 80px; height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-400), var(--rose-600));
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 36px;
  font-weight: 500;
  box-shadow: 0 12px 30px rgba(220, 79, 124, 0.35);
  position: relative;
}
.process-step .num-circle::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px dashed var(--rose-300);
  border-radius: 50%;
  animation: rotate 12s linear infinite;
}
.process-step h4 {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 10px;
}
.process-step p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ═══ ADDON CARDS ═════════════════════════════════════════ */
.addon-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--rose-100), var(--rose-200));
  display: grid; place-items: center;
  margin-bottom: 18px;
  color: var(--rose-700);
}
.addon-price {
  color: var(--rose-700);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
}

/* ═══ SERVICE DETAIL PAGE ═════════════════════════════════ */
.detail-section { background: var(--rose-50); padding-top: 80px; padding-bottom: 80px; }

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 980px) { .detail-grid { grid-template-columns: 1fr; } }

/* MAIN ARTICLE CARD */
.detail-main {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.detail-hero {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--rose-200);
}
.detail-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.detail-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(46, 13, 24, 0.5) 100%);
}
.detail-tag {
  position: absolute;
  top: 24px; left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px 10px 14px;
  background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
  color: #fff;
  border-radius: 999px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(220, 79, 124, 0.4);
}
.detail-tag svg { width: 16px; height: 16px; fill: var(--gold); stroke: var(--gold); }

.detail-quick-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 32px 40px 0;
}
@media (max-width: 600px) { .detail-quick-info { grid-template-columns: 1fr; padding: 24px 24px 0; } }
.quick-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--rose-50);
  border-radius: 14px;
  border: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-soft);
}
.quick-row svg {
  width: 22px; height: 22px;
  color: var(--rose-600);
  flex-shrink: 0;
}
.quick-row strong { color: var(--ink); font-weight: 600; }

.detail-quote {
  margin: 36px 40px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--cream-100), var(--rose-100));
  border-left: 4px solid var(--rose-500);
  border-radius: 14px;
  position: relative;
}
@media (max-width: 600px) { .detail-quote { margin: 28px 24px 0; padding: 24px; } }
.detail-quote .quote-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 80px;
  line-height: 0.6;
  color: var(--rose-300);
  position: absolute;
  top: 18px; right: 24px;
}
.detail-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.55;
  color: var(--rose-800);
  margin-bottom: 14px;
  position: relative; z-index: 1;
  max-width: 90%;
}
.detail-quote small {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-700);
  font-weight: 600;
}

.detail-prose { padding: 36px 40px; }
@media (max-width: 600px) { .detail-prose { padding: 28px 24px; } }
.detail-prose h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  color: var(--rose-700);
  margin: 28px 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}
.detail-prose h2:first-child { margin-top: 0; }
.detail-prose p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.detail-prose a {
  color: var(--rose-600);
  border-bottom: 1px solid var(--rose-300);
  transition: all 0.3s ease;
}
.detail-prose a:hover {
  color: var(--rose-800);
  border-bottom-color: var(--rose-700);
}
.detail-list {
  list-style: none;
  margin: 14px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.detail-list li::before {
  content: '';
  flex-shrink: 0;
  width: 24px; height: 24px;
  background: var(--rose-100);
  border-radius: 50%;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DC4F7C' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.detail-list li strong { color: var(--ink); font-weight: 600; }

.detail-callout {
  margin-top: 26px;
  padding: 22px 26px;
  background: linear-gradient(135deg, var(--rose-100), var(--rose-200));
  border-radius: 14px;
  border-left: 3px solid var(--rose-600);
}
.detail-callout strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--rose-700);
  margin-bottom: 6px;
}
.detail-callout p {
  font-size: 14.5px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  background: linear-gradient(135deg, var(--rose-700), var(--rose-800));
  color: #fff;
  flex-wrap: wrap;
}
@media (max-width: 600px) { .detail-cta { padding: 28px 24px; } }
.detail-cta .eyebrow { color: var(--rose-200); }
.detail-cta .eyebrow.left::after { background: linear-gradient(90deg, var(--rose-300), transparent); }
.detail-cta h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 8px 0 6px;
}
.detail-cta h3 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--rose-200), #fff);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.detail-cta p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 420px;
}
.detail-cta .btn-primary {
  background: #fff;
  color: var(--rose-700);
  flex-shrink: 0;
}
.detail-cta .btn-primary:hover {
  background: var(--rose-100);
  color: var(--rose-800);
}

/* SIDEBAR */
.detail-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 980px) { .detail-sidebar { position: static; } }
.sidebar-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.sidebar-card h4 {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rose-800);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--rose-500);
  display: inline-block;
}

/* OTHER SERVICES — SCROLLABLE LIST WITH PINK SCROLLBAR */
.other-services-scroll {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -6px;
  display: flex;
  flex-direction: column;
  gap: 12px;

  /* Firefox scrollbar */
  scrollbar-width: thin;
  scrollbar-color: var(--rose-500) var(--rose-100);
}

/* Webkit (Chrome / Safari / Edge) — pink scrollbar */
.other-services-scroll::-webkit-scrollbar {
  width: 8px;
}
.other-services-scroll::-webkit-scrollbar-track {
  background: var(--rose-100);
  border-radius: 999px;
}
.other-services-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--rose-400), var(--rose-600));
  border-radius: 999px;
  border: 2px solid var(--rose-100);
  background-clip: padding-box;
}
.other-services-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--rose-500), var(--rose-700));
  background-clip: padding-box;
  border: 2px solid var(--rose-100);
}

.other-service {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.other-service:hover {
  background: var(--rose-50);
  border-color: var(--rose-200);
  transform: translateX(2px);
}
.other-thumb {
  flex-shrink: 0;
  width: 64px; height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--rose-200);
}
.other-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.other-info { flex: 1; min-width: 0; }
.other-info strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}
.other-service:hover .other-info strong { color: var(--rose-700); }
.other-info span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-500);
  font-weight: 600;
}
.other-info span svg { width: 12px; height: 12px; }

/* SIDEBAR HELP CARD */
.sidebar-help {
  background: linear-gradient(135deg, var(--rose-700) 0%, var(--rose-800) 100%);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sidebar-help::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 162, 188, 0.25) 0%, transparent 70%);
}
.sidebar-help .help-icon {
  width: 60px; height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: grid; place-items: center;
  position: relative; z-index: 1;
}
.sidebar-help .help-icon svg { width: 26px; height: 26px; color: var(--rose-200); }
.sidebar-help h4 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
  position: relative; z-index: 1;
}
.sidebar-help p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.sidebar-help .btn-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  position: relative; z-index: 1;
}
.sidebar-help .btn-outline:hover {
  background: #fff;
  color: var(--rose-700);
  border-color: #fff;
}

/* ═══ GLOBAL PINK SCROLLBAR (whole page) ══════════════════ */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--rose-500) var(--rose-100);
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: var(--rose-100);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--rose-400) 0%, var(--rose-600) 100%);
  border-radius: 999px;
  border: 3px solid var(--rose-100);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--rose-500) 0%, var(--rose-700) 100%);
  background-clip: padding-box;
  border: 3px solid var(--rose-100);
}
::-webkit-scrollbar-corner { background: var(--rose-100); }

/* ═══ QUICK BOOK MODAL ════════════════════════════════════ */
.qb-overlay {
  position: fixed; inset: 0;
  background: rgba(46, 13, 24, 0.65);
  backdrop-filter: blur(8px);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  display: grid;
  place-items: center;
  padding: 20px;
}
.qb-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.qb-modal {
  background: #fff;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(46, 13, 24, 0.4);
  transform: translateY(30px) scale(0.96);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.qb-overlay.open .qb-modal { transform: translateY(0) scale(1); }

.qb-header {
  position: relative;
  padding: 32px 36px 26px;
  background: linear-gradient(135deg, var(--rose-700) 0%, var(--rose-800) 100%);
  color: #fff;
  overflow: hidden;
}
.qb-header::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 162, 188, 0.3) 0%, transparent 70%);
}
.qb-header .eyebrow {
  color: var(--rose-200);
  position: relative; z-index: 1;
}
.qb-header h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  position: relative; z-index: 1;
}
.qb-header h3 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--rose-200), #fff);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.qb-header p {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  position: relative; z-index: 1;
}
.qb-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid; place-items: center;
  color: #fff;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.qb-close:hover {
  background: #fff;
  color: var(--rose-700);
  transform: rotate(90deg);
}
.qb-close svg { width: 18px; height: 18px; }

.qb-body {
  padding: 28px 36px 32px;
  overflow-y: auto;
  flex: 1;
  /* pink scrollbar inside modal */
  scrollbar-width: thin;
  scrollbar-color: var(--rose-500) var(--rose-100);
}
.qb-body::-webkit-scrollbar { width: 6px; }
.qb-body::-webkit-scrollbar-track { background: var(--rose-100); }
.qb-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--rose-400), var(--rose-600));
  border-radius: 999px;
}

.qb-body .form-row { margin-bottom: 16px; }
.qb-body .form-field label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-700);
  font-weight: 600;
}
.qb-body .form-field input,
.qb-body .form-field select {
  padding: 12px 16px;
  font-size: 14px;
  border: 1.5px solid var(--rose-200);
  border-radius: 10px;
  background: var(--rose-50);
  transition: all 0.3s ease;
  outline: none;
  font-family: var(--font-body);
}
.qb-body .form-field input:focus,
.qb-body .form-field select:focus {
  background: #fff;
  border-color: var(--rose-500);
  box-shadow: 0 0 0 4px rgba(220, 79, 124, 0.12);
}

.qb-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.qb-actions .btn { flex: 1; justify-content: center; }
.qb-actions .qb-btn-secondary {
  background: var(--rose-50);
  color: var(--rose-700);
  border: 1.5px solid var(--rose-200);
}
.qb-actions .qb-btn-secondary:hover {
  background: var(--rose-100);
  border-color: var(--rose-400);
}

.qb-footnote {
  margin-top: 20px;
  padding: 14px 18px;
  background: var(--rose-50);
  border-radius: 12px;
  border-left: 3px solid var(--rose-400);
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.qb-footnote strong {
  display: block;
  color: var(--rose-700);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  margin-bottom: 2px;
}

/* prevent body scroll when modal open */
body.qb-locked { overflow: hidden; }

@media (max-width: 540px) {
  .qb-header { padding: 26px 24px 22px; }
  .qb-header h3 { font-size: 26px; }
  .qb-body { padding: 22px 24px 26px; }
  .qb-actions { flex-direction: column; }
}
