:root {
  --rose: #e85d86;
  --rose-dark: #c83e6a;
  --orange: #ff8a3d;
  --orange-soft: #fff0e5;
  --pink-soft: #fff0f5;
  --ink: #2a1d23;
  --muted: #75666d;
  --line: rgba(232, 93, 134, 0.18);
  --shadow: 0 24px 70px rgba(200, 62, 106, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(180deg, #fffaf7 0%, #fff5ef 48%, #fffaf7 100%);
}

a {
  color: var(--rose-dark);
}

.navbar {
  background: rgba(255, 250, 247, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.navbar.scrolled {
  background: rgba(255, 250, 247, 0.98);
  box-shadow: 0 12px 40px rgba(42, 29, 35, 0.08);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--orange));
  border-radius: 50%;
}

.nav-link {
  color: var(--ink);
  font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
  color: var(--rose-dark);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.78rem 1.35rem;
}

.btn-primary {
  --bs-btn-bg: var(--rose);
  --bs-btn-border-color: var(--rose);
  --bs-btn-hover-bg: var(--rose-dark);
  --bs-btn-hover-border-color: var(--rose-dark);
  --bs-btn-active-bg: var(--rose-dark);
  --bs-btn-active-border-color: var(--rose-dark);
  box-shadow: 0 12px 28px rgba(232, 93, 134, 0.26);
}

.btn-outline-primary {
  --bs-btn-color: var(--rose-dark);
  --bs-btn-border-color: rgba(200, 62, 106, 0.35);
  --bs-btn-hover-bg: var(--rose);
  --bs-btn-hover-border-color: var(--rose);
  --bs-btn-active-bg: var(--rose-dark);
  --bs-btn-active-border-color: var(--rose-dark);
}

.section-pad {
  padding: 96px 0;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 132px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--rose-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.05;
}

h3 {
  font-size: 1.25rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 650px;
  margin: 1.5rem 0 2rem;
  color: #5e4b53;
  font-size: 1.18rem;
}

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

.hero-stats {
  max-width: 620px;
  margin-top: 2.5rem;
}

.hero-stats strong {
  display: block;
  color: var(--rose-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.hero-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
  margin-top: 0.35rem;
}

.hero-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-visual img,
.rounded-media,
.portrait-wrap img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hero-visual img {
  aspect-ratio: 4 / 5;
}

.floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(42, 29, 35, 0.12);
  backdrop-filter: blur(12px);
  font-weight: 700;
}

.floating-card i,
.feature-card i {
  color: var(--orange);
  font-size: 1.8rem;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 3rem;
}

.feature-card,
.zone-card,
.price-card,
.contact-card,
.review-card,
.result-slide,
.certificate-slide,
.article-card,
.accent-panel,
.mini-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(42, 29, 35, 0.06);
}

.feature-card {
  padding: 1.5rem;
}

.feature-card h3,
.zone-card h3 {
  margin-top: 1rem;
}

.feature-card ul {
  padding-left: 1.1rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.feature-card li + li {
  margin-top: 0.45rem;
}

.warm-band {
  background: linear-gradient(135deg, var(--pink-soft), var(--orange-soft));
}

.rounded-media {
  aspect-ratio: 5 / 4;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.method-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.method-list div {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #4e3c44;
  font-weight: 600;
}

.method-list i {
  color: var(--rose);
  font-size: 1.2rem;
}

.zone-card {
  height: 100%;
  padding: 1.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zone-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 65px rgba(232, 93, 134, 0.14);
}

.zone-card span {
  color: var(--orange);
  font-weight: 800;
}

.accent-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(255, 240, 245, 0.94), rgba(255, 255, 255, 0.9));
}

.accent-panel.orange {
  background: linear-gradient(135deg, rgba(255, 240, 229, 0.94), rgba(255, 255, 255, 0.9));
}

.icon-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.icon-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: #4e3c44;
  font-weight: 600;
}

.icon-list i {
  color: var(--orange);
  font-size: 1.25rem;
}

.portrait-wrap {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.portrait-wrap img {
  aspect-ratio: 4 / 5;
}

.mini-card {
  min-height: 100%;
  padding: 1rem 1.1rem;
  color: #4e3c44;
  font-weight: 700;
}

.site-swiper {
  position: relative;
  padding: 0 0 56px;
}

.site-swiper .swiper-button-prev,
.site-swiper .swiper-button-next {
  width: 46px;
  height: 46px;
  color: var(--rose-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 14px 35px rgba(42, 29, 35, 0.1);
}

.site-swiper .swiper-button-prev::after,
.site-swiper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 800;
}

.site-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(200, 62, 106, 0.42);
  opacity: 1;
}

.site-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, var(--rose), var(--orange));
}

.certificate-slide {
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  padding: 1.2rem;
}

.certificate-slide img {
  display: block;
  max-width: 100%;
  max-height: 660px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(42, 29, 35, 0.12);
}

.result-slide {
  overflow: hidden;
}

.result-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.result-caption {
  padding: 1.3rem 1.5rem 1.5rem;
}

.result-caption h3 {
  margin-bottom: 0.45rem;
}

.result-caption p {
  margin-bottom: 0;
}

.review-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.review-card p {
  color: var(--ink);
  font-size: 1.25rem;
}

.review-card span {
  color: var(--rose-dark);
  font-weight: 800;
}

.price-card {
  position: relative;
  padding: 2rem;
}

.price-card.featured {
  border-color: rgba(255, 138, 61, 0.45);
  transform: translateY(-10px);
}

.price-card .badge {
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  margin-bottom: 1rem;
}

.price {
  color: var(--rose-dark);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  margin: 1.5rem 0 0.5rem;
}

.old-price {
  min-height: 1.5rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  text-decoration: line-through;
}

.price-card:not(.featured) .old-price {
  visibility: hidden;
}

.article-card {
  overflow: hidden;
}

.article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.article-card-body {
  padding: 1.35rem;
}

.article-card time,
.article-header time {
  display: inline-block;
  color: var(--rose-dark);
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.article-card h2,
.article-card h3 {
  font-size: 1.22rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.article-card h2 a,
.article-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.article-card h2 a:hover,
.article-card h3 a:hover {
  color: var(--rose-dark);
}

.article-card p {
  margin-bottom: 0;
}

.inner-page {
  padding-top: 82px;
}

.breadcrumbs {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.95rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(117, 102, 109, 0.62);
  margin-left: 0.55rem;
}

.breadcrumbs a {
  color: var(--rose-dark);
  text-decoration: none;
  font-weight: 700;
}

.article-layout {
  max-width: 900px;
  margin: 0 auto;
}

.article-header {
  text-align: center;
  margin-bottom: 2rem;
}

.article-header h1 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.article-header p {
  max-width: 720px;
  margin: 1rem auto 0;
  font-size: 1.1rem;
}

.article-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
}

.article-content {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(42, 29, 35, 0.06);
}

.article-content p {
  color: #4e3c44;
  font-size: 1.08rem;
}

.article-content p:last-child {
  margin-bottom: 0;
}

.pagination-wrap {
  margin-top: 2.4rem;
}

.page-link {
  color: var(--rose-dark);
  border-color: var(--line);
}

.page-item.active .page-link {
  background: var(--rose);
  border-color: var(--rose);
}

.booking-section {
  background: linear-gradient(135deg, #2a1d23, #6d2947 58%, #ff8a3d);
}

.booking-section h2,
.booking-section .eyebrow,
.booking-section p,
.booking-section .contact-line {
  color: #fff;
}

.contact-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-method:hover {
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(200, 62, 106, 0.13);
}

.contact-method i {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--orange));
  border-radius: 50%;
  font-size: 1.35rem;
}

.contact-method span {
  display: grid;
  gap: 0.15rem;
}

.contact-method strong {
  font-size: 1.1rem;
}

.contact-method small {
  color: var(--muted);
}

.contact-note {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-line {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}

.faq-accordion {
  max-width: 920px;
  margin: 0 auto;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 1rem;
  background: #fff;
}

.accordion-button {
  color: var(--ink);
  background: #fff;
  font-weight: 800;
  padding: 1.25rem 1.4rem;
}

.accordion-button:not(.collapsed) {
  color: var(--rose-dark);
  background: var(--pink-soft);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 0.25rem rgba(232, 93, 134, 0.16);
}

.accordion-body {
  color: var(--muted);
  line-height: 1.7;
}

.final-cta {
  padding: 76px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--rose), var(--orange));
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.site-footer {
  padding: 38px 0;
  background: #fff;
}

.site-footer p {
  margin-bottom: 0.25rem;
}

.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--rose);
  box-shadow: 0 14px 30px rgba(200, 62, 106, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0;
  }

  .hero-section {
    min-height: auto;
  }

  .section-pad {
    padding: 76px 0;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 64px 0;
  }

  .hero-section {
    padding-top: 112px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats strong {
    font-size: 1.45rem;
  }

  .hero-stats span {
    font-size: 0.8rem;
  }

  .floating-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.92rem;
  }
}
