:root {
  --burgundy: #b90e3f;
  --rose: #ff4f87;
  --gold: #ff8cac;
  --ivory: #fff7fa;
  --charcoal: #0b090c;
  --soft: #ffffff;
  --shadow: 0 24px 70px rgba(61, 4, 24, 0.14);
}

body {
  background: #fff7fa;
  color: #171217;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.01em;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(3rem, 8vw, 7rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }

.site-header {
  background: rgba(10, 8, 11, 0.94);
  border-color: rgba(255, 79, 135, 0.18);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

.brand { color: #fff; }
.brand span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
}

.nav a {
  color: #f9edf2;
  font-size: 0.88rem;
  letter-spacing: 0.035em;
}

.nav a:hover { color: #ff6d9a; }
.nav-toggle span { background: #ff6d9a; }

.hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 79, 135, 0.24), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(185, 14, 63, 0.14), transparent 30%),
    linear-gradient(135deg, #fff9fb 0%, #fce8ef 100%);
}

.eyebrow {
  color: #c20d45;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.hero-copy p:not(.eyebrow) {
  color: #544650;
  line-height: 1.85;
}

.hero-card {
  background:
    linear-gradient(145deg, rgba(8, 7, 9, 0.96), rgba(132, 5, 43, 0.88)),
    url("../img/luxury-bg.svg");
  border: 1px solid rgba(255, 79, 135, 0.28);
  box-shadow: 0 32px 90px rgba(74, 3, 26, 0.25);
}

.hero-card::before { border-color: rgba(255, 100, 151, 0.58); }
.hero-card span { color: #ff7fa8; }
.hero-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
}

.btn {
  background: linear-gradient(135deg, #9f0a35, #ec2864);
  box-shadow: 0 14px 34px rgba(185, 14, 63, 0.28);
  font-size: 0.84rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(185, 14, 63, 0.36);
}

.profile-card,
.review-card,
.step,
.content-band,
details {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(185, 14, 63, 0.11);
  box-shadow: 0 18px 55px rgba(67, 8, 28, 0.09);
}

.profile-card { border-radius: 20px; }
.profile-card img { border-radius: 14px; }
.profile-card h3 { font-size: 1.8rem; }

.profile-contact-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.profile-contact-buttons .btn {
  gap: 7px;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  font-size: 0.7rem;
  white-space: nowrap;
}

.profile-contact-buttons svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: currentColor;
}

.profile-call-button {
  background: linear-gradient(135deg, #9e092f, #e4215b);
}

.profile-whatsapp-button {
  background: linear-gradient(135deg, #128c4a, #25d366);
}

.video-section {
  background: #0b090c;
  color: #fff;
}

.video-section video {
  border-color: #21171d;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.gallery-section {
  background: linear-gradient(120deg, #0b090c, #230b15);
  color: #fff;
}

.gallery-track img {
  border: 1px solid rgba(255, 79, 135, 0.25);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.36);
}

.step span { background: linear-gradient(135deg, #a80b38, #f13b72); }
.stars { color: #e91e5b; }
.faq summary { color: #a90b39; }

.footer {
  background: linear-gradient(135deg, #070608, #16080e);
  border-top: 1px solid rgba(255, 79, 135, 0.22);
}

.footer h2,
.socials a { color: #ff6d9a; }

.fixed-contact-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 240px));
  gap: 10px;
  width: max-content;
  transform: translateX(-50%);
  filter: drop-shadow(0 15px 28px rgba(10, 4, 7, 0.3));
}

.fixed-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.fixed-contact-button:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.fixed-contact-button svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  fill: currentColor;
}

.call-now-button {
  background: linear-gradient(135deg, #9e092f, #e4215b);
}

.whatsapp-button {
  background: linear-gradient(135deg, #128c4a, #25d366);
}

@media (max-width: 800px) {
  .nav {
    background: #100c10;
    border: 1px solid rgba(255, 79, 135, 0.18);
  }

  .nav a { color: #fff; }

  body { padding-bottom: 68px; }

  .fixed-contact-bar {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    transform: none;
  }

  .fixed-contact-button {
    min-height: 64px;
    padding: 10px 14px;
    border: 0;
    border-radius: 0;
    font-size: 0.82rem;
  }

  .profile-contact-buttons .btn {
    font-size: 0.66rem;
    padding-inline: 8px;
  }
}
