:root {
  --wine: #7a123d;
  --wine-dark: #310817;
  --wine-deep: #520d2a;
  --rose: #ff6f9f;
  --blush: #ffe4df;
  --cream: #fff8f1;
  --sand: #f4d5ad;
  --gold: #f6b85d;
  --mint: #d9f5e7;
  --ink: #261019;
  --muted: #795c66;
  --white: #ffffff;
  --shadow: 0 24px 90px rgba(82, 13, 42, 0.18);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 111, 159, 0.24), transparent 24rem),
    radial-gradient(circle at 95% 14%, rgba(246, 184, 93, 0.24), transparent 28rem),
    linear-gradient(180deg, #fff9f4 0%, #fff 46%, #fff7fb 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(122,18,61,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(122,18,61,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { line-height: 1.75; }
ul { padding-left: 1.2rem; }
li { margin: .55rem 0; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--wine); color: #fff; padding: 12px; border-radius: 12px; z-index: 50; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 248, 241, .82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(122, 18, 61, .1); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { font-family: "Playfair Display", Georgia, serif; color: var(--wine); font-size: clamp(1.6rem, 5vw, 2.25rem); font-weight: 800; letter-spacing: -.055em; }
.brand span { color: var(--wine-dark); }
.menu { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: .94rem; font-weight: 800; }
.menu a:hover { color: var(--wine); }
.nav-cta { padding: 11px 16px; border-radius: 999px; color: #fff !important; background: var(--wine); box-shadow: 0 12px 26px rgba(122,18,61,.22); }
.menu-toggle { display: none; }

.hero { padding-top: 48px; overflow: hidden; }
.hero-grid, .two-col, .location-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--wine); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.02; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 14vw, 6.6rem); max-width: 900px; }
h2 { font-size: clamp(2.25rem, 9vw, 4rem); }
h3 { font-size: 1.25rem; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 3vw, 1.22rem); max-width: 720px; }
.lead.small { font-size: 1.05rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 22px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.primary { background: linear-gradient(135deg, var(--wine), var(--rose)); color: #fff; box-shadow: 0 18px 36px rgba(122,18,61,.28); }
.secondary { background: #fff; color: var(--wine); border-color: rgba(122,18,61,.14); }
.ghost { color: var(--wine); border-color: rgba(122,18,61,.24); background: rgba(255,255,255,.55); }
.trust-strip { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.trust-strip span { padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.78); border: 1px solid rgba(122,18,61,.08); color: var(--muted); font-weight: 700; font-size: .9rem; }
.hero-visual { position: relative; border-radius: 42px; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,228,223,.65)); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; filter: drop-shadow(0 26px 44px rgba(82,13,42,.18)); }
.floating-card { position: absolute; left: 18px; right: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 22px; color: #fff; background: rgba(49,8,23,.86); backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(49,8,23,.2); }
.floating-card.top { top: 28px; }
.floating-card.bottom { bottom: 28px; }
.floating-card span { color: rgba(255,255,255,.78); font-size: .86rem; }

.stats { padding: 18px 0 52px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stats-grid div { padding: 20px 12px; text-align: center; border-radius: 24px; background: var(--white); box-shadow: 0 14px 40px rgba(82,13,42,.08); }
.stats-grid strong { display: block; color: var(--wine); font-size: 2rem; font-family: "Playfair Display", Georgia, serif; }
.stats-grid span { color: var(--muted); font-weight: 800; font-size: .82rem; }
.text-block, .section-heading p, .location p, .club p { color: var(--muted); }
.text-block a { color: var(--wine); font-weight: 900; text-decoration: underline; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.center { text-align: center; margin-inline: auto; }
.cards, .pricing-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.service-card, .price-card, .club-card, .post-list article, .location-grid, .stats-grid div { border: 1px solid rgba(122,18,61,.09); }
.service-card { min-height: 220px; padding: 28px; border-radius: var(--radius); background: linear-gradient(155deg, #fff, #fff1f5); box-shadow: 0 16px 50px rgba(82,13,42,.08); }
.service-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: var(--wine); color: #fff; font-weight: 900; }
.service-card p, .price-card li, .post-list p { color: var(--muted); }
.packages { background: linear-gradient(180deg, transparent, rgba(255, 228, 223, .45)); }
.price-card { padding: 28px; border-radius: 32px; background: #fff; box-shadow: 0 18px 50px rgba(82,13,42,.08); }
.price-card.featured { color: #fff; background: radial-gradient(circle at top right, rgba(255,111,159,.42), transparent 13rem), linear-gradient(145deg, var(--wine), var(--wine-dark)); transform: scale(1.02); }
.price-card.featured li, .price-card.featured .tag { color: rgba(255,255,255,.82); }
.tag { margin: 0 0 12px; color: var(--wine); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.price { margin: 18px 0; font-size: 2.5rem; font-family: "Playfair Display", Georgia, serif; font-weight: 800; }
.club-card { display: grid; grid-template-columns: 1fr; gap: 24px; padding: clamp(28px, 6vw, 56px); border-radius: 40px; background: linear-gradient(135deg, #fff, var(--mint)); box-shadow: var(--shadow); }
.benefits { margin: 0; padding: 0; list-style: none; }
.benefits li { padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.75); font-weight: 800; }
.post-list { display: grid; gap: 16px; }
.post-list article { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; padding: 14px; border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(82,13,42,.08); }
.post-list img { border-radius: 18px; background: var(--blush); }
.post-list p { margin: 0 0 6px; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.location-grid { padding: clamp(20px, 4vw, 36px); border-radius: 36px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
iframe { width: 100%; min-height: 360px; border: 0; border-radius: 28px; }
.site-footer { padding: 38px 0; color: rgba(255,255,255,.78); background: var(--wine-dark); }
.footer-grid { display: grid; gap: 20px; }
.footer-brand { display: inline-block; color: #fff; margin-bottom: 8px; }
.footer-brand span { color: var(--sand); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-links a { color: #fff; font-weight: 900; }
.footer-grid p { margin: 0; }

@media (min-width: 760px) {
  .section { padding: 92px 0; }
  .hero-grid, .two-col, .location-grid { grid-template-columns: 1.02fr .98fr; gap: 56px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .club-card { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .footer-grid { grid-template-columns: 1.4fr auto auto; align-items: center; }
}
@media (min-width: 1040px) {
  .cards { grid-template-columns: repeat(4, 1fr); }
  .service-card { min-height: 260px; }
}
@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; border: 1px solid rgba(122,18,61,.16); border-radius: 999px; background: #fff; color: var(--wine); padding: 10px 16px; font-weight: 900; }
  .menu { position: absolute; top: 74px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; padding: 16px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
  .menu.is-open { display: flex; }
  .menu a { padding: 12px; }
  .nav-cta { text-align: center; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 24px, 1160px); }
  .section { padding: 58px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .hero-visual { border-radius: 30px; }
  .floating-card { position: static; margin-top: 10px; }
  .post-list article { grid-template-columns: 1fr; }
  .btn { width: 100%; }
}

.service-card {
  display: block;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(122,18,61,.24);
  box-shadow: 0 22px 58px rgba(82,13,42,.14);
  outline: none;
}
.service-card strong {
  display: inline-flex;
  margin-top: 14px;
  color: var(--wine);
  font-size: .9rem;
}
.service-card strong::after {
  content: "→";
  margin-left: 8px;
}
.service-detail-hero { padding-top: 46px; }
.detail-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.back-link { display: inline-flex; margin-bottom: 24px; color: var(--wine); font-weight: 900; }
.detail-visual { border-radius: 42px; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,228,223,.72)); box-shadow: var(--shadow); }
.detail-visual img { width: 100%; filter: drop-shadow(0 26px 44px rgba(82,13,42,.18)); }
.detail-panels { display: grid; grid-template-columns: 1fr; gap: 22px; }
.detail-panels article,
.detail-panels aside { padding: clamp(24px, 5vw, 42px); border: 1px solid rgba(122,18,61,.09); border-radius: 32px; background: rgba(255,255,255,.82); box-shadow: 0 16px 50px rgba(82,13,42,.08); }
.detail-panels p,
.detail-panels li { color: var(--muted); }
.detail-panels aside h3 { color: var(--wine); }
@media (min-width: 760px) {
  .detail-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; }
  .detail-panels { grid-template-columns: 1.35fr .65fr; }
}

/* Reusable premium service page components */
.service-hero-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 111, 159, .18), transparent 22rem),
    radial-gradient(circle at 92% 6%, rgba(246, 184, 93, .18), transparent 24rem);
}
.service-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}
.service-highlights span {
  padding: 10px 13px;
  border: 1px solid rgba(122,18,61,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(82,13,42,.07);
}
.photo-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 12px;
}
.photo-card img {
  height: min(66vw, 620px);
  min-height: 420px;
  object-fit: cover;
  border-radius: 32px;
  filter: saturate(1.05) contrast(1.02);
}
.photo-badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 24px;
  color: #fff;
  background: rgba(49,8,23,.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px rgba(49,8,23,.22);
}
.photo-badge strong { font-size: 1.05rem; }
.photo-badge span { color: rgba(255,255,255,.8); font-size: .9rem; }
.conversion-card .full { width: 100%; margin-top: 18px; }
.feature-grid,
.before-after-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.feature-grid article,
.before-after figure,
.faq-card,
.final-cta-card {
  border: 1px solid rgba(122,18,61,.09);
  border-radius: 32px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 50px rgba(82,13,42,.08);
}
.feature-grid article {
  padding: clamp(24px, 4vw, 34px);
}
.feature-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--wine), var(--rose));
  font-weight: 900;
}
.feature-grid p,
.before-after p,
.faq-list p,
.final-cta-card p { color: var(--muted); }
.before-after { background: linear-gradient(180deg, rgba(255,228,223,.24), rgba(255,255,255,.2)); }
.before-after figure {
  overflow: hidden;
  margin: 0;
}
.before-after img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.before-after figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 20px;
}
.before-after figcaption strong {
  color: var(--wine);
  font-size: 1.15rem;
}
.before-after figcaption span {
  color: var(--muted);
  text-align: right;
  font-size: .95rem;
  font-weight: 700;
}
.faq-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(26px, 5vw, 46px);
}
.faq-list { display: grid; gap: 12px; }
details {
  border: 1px solid rgba(122,18,61,.1);
  border-radius: 20px;
  background: #fff;
  padding: 16px 18px;
}
summary {
  cursor: pointer;
  color: var(--wine);
  font-weight: 900;
}
.final-cta-card {
  overflow: hidden;
  position: relative;
  padding: clamp(30px, 6vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,111,159,.42), transparent 18rem),
    linear-gradient(145deg, var(--wine), var(--wine-dark));
}
.final-cta-card .eyebrow,
.final-cta-card p { color: rgba(255,255,255,.8); }
.final-cta-card h2 { max-width: 780px; }
.final-cta-card .btn { margin-top: 16px; background: #fff; color: var(--wine); box-shadow: 0 18px 40px rgba(49,8,23,.2); }
@media (min-width: 760px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .before-after-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-card { grid-template-columns: .78fr 1.22fr; align-items: start; }
}
@media (max-width: 520px) {
  .photo-card img { height: 430px; }
  .photo-badge { left: 20px; right: 20px; bottom: 20px; }
  .before-after img { height: 300px; }
  .before-after figcaption { display: grid; }
  .before-after figcaption span { text-align: left; }
}

/* Conversion-focused homepage sections */
.step-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.step-grid article,
.testimonial-grid article {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(122,18,61,.09);
  border-radius: 32px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 50px rgba(82,13,42,.08);
}
.step-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine), var(--rose));
  color: #fff;
  font-weight: 900;
}
.step-grid p,
.testimonial-grid p,
.testimonial-grid span {
  color: var(--muted);
}
.section-cta { margin-top: 28px; }
.testimonials {
  background: linear-gradient(180deg, rgba(255, 228, 223, .38), transparent);
}
.stars {
  margin-bottom: 14px;
  color: var(--gold);
  letter-spacing: .08em;
  font-weight: 900;
}
.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}
.testimonial-grid strong { color: var(--wine); }
.testimonial-grid span { margin-top: 4px; font-size: .9rem; font-weight: 700; }
.floating-whatsapp { display: none; }

@media (min-width: 760px) {
  .step-grid,
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 520px) {
  body { padding-bottom: 84px; }
  .floating-whatsapp {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #128c7e, #25d366);
    box-shadow: 0 18px 42px rgba(18,140,126,.34);
    font-weight: 900;
  }
  .floating-whatsapp::before {
    content: "💬";
    margin-right: 8px;
  }
}
