* { box-sizing: border-box; }

:root {
  --rose: #ead2d4;
  --rose-2: #f6e7e8;
  --rose-3: #d7aeb4;
  --cream: #fff8f4;
  --gold: #c79b4d;
  --gold-2: #e6c988;
  --text: #2c2424;
  --muted: #786866;
  --line: rgba(44,36,36,.12);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.9), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(230,201,136,.22), transparent 30%),
    linear-gradient(180deg, #f3dddd 0%, #fff8f4 48%, #f6e7e8 100%);
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: 30;
  background-image: radial-gradient(rgba(80,54,54,.18) .6px, transparent .6px);
  background-size: 4px 4px;
}

.header {
  width: min(1320px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: 16px 18px;
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,248,244,.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(126,74,80,.08);
}

.logo { display: flex; align-items: center; gap: 12px; }

.logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 800;
}

.logo b, .logo small { display: block; }

.logo b { font-size: 14px; line-height: 1.1; }

.logo small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.nav { display: flex; align-items: center; gap: 22px; color: #6f5d5b; font-size: 13px; font-weight: 900; }
.nav a { transition: .2s; }
.nav a:hover { color: var(--gold); }

.header-btn, .btn-gold, .form button {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(199,155,77,.24);
  cursor: pointer;
  transition: .25s;
}

.header-btn {
  padding: 14px 20px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-btn:hover, .btn-gold:hover, .form button:hover { transform: translateY(-2px); filter: brightness(1.04); }

.burger { display: none; width: 44px; height: 44px; border: none; border-radius: 50%; background: rgba(255,255,255,.56); }
.burger span { width: 18px; height: 2px; display: block; margin: 5px auto; background: var(--text); border-radius: 99px; }

.hero {
  width: min(1320px, calc(100% - 36px));
  min-height: 780px;
  margin: 28px auto 0;
  padding: 72px;
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 54px;
  align-items: center;
  overflow: hidden;
  border-radius: 46px;
  background:
    linear-gradient(135deg, rgba(255,248,244,.86), rgba(234,210,212,.62)),
    radial-gradient(circle at 76% 18%, rgba(230,201,136,.28), transparent 34%),
    linear-gradient(180deg, #f7e6e7, #fff8f4);
  box-shadow: 0 34px 110px rgba(126,74,80,.12);
}

.hero-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -140px;
  top: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,201,136,.38), transparent 64%);
}

.hero-content, .hero-card { position: relative; z-index: 2; }

.eyebrow, .section-label {
  margin: 0 0 18px;
  color: #a98082;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -.05em;
  color: var(--text);
}

h1 { max-width: 740px; font-size: clamp(48px, 7vw, 92px); line-height: .93; }
h2 { font-size: clamp(36px, 5vw, 68px); line-height: .98; }

.hero-text, .about-text > p:not(.section-label), .section-head > p, .contact p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.hero-text { max-width: 570px; margin: 28px 0 0; }

.hero-actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.btn-soft {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
}

.hero-stats {
  max-width: 650px;
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-stats div {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
}

.hero-stats strong { display: block; color: var(--gold); font-size: 26px; }

.hero-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-card {
  padding: 14px;
  border-radius: 42px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(126,74,80,.12);
}

.hero-photo {
  height: 560px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(255,255,255,.72), transparent 25%),
    linear-gradient(145deg, #e4c2c5, #fff2ef);
}

.hero-photo img,
.hero-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 72% center;
}

.portrait-placeholder, .doctor-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(44,36,36,.44);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.hero-card-note {
  margin: -70px 18px 18px;
  position: relative;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(15px);
  box-shadow: 0 14px 40px rgba(126,74,80,.1);
}

.hero-card-note b, .hero-card-note span { display: block; }
.hero-card-note span { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }

.section { width: min(1320px, calc(100% - 36px)); margin: 0 auto; padding: 92px 0; }

.about { display: grid; grid-template-columns: .86fr 1.14fr; gap: 54px; align-items: center; }

.about-image {
  min-height: 600px;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(145deg, #e7c9cc, #fff5f1);
  box-shadow: 0 28px 80px rgba(126,74,80,.11);
}

.about-points { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.point, .service-card, .result-card, .review-card, .step, .contact {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(126,74,80,.07);
}

.point { padding: 24px; border-radius: 28px; }
.point span { color: var(--gold); font-size: 28px; }
.point b { display: block; margin-top: 10px; font-size: 18px; }
.point p, .service-card p, .result-card p, .review-card p, .step p { color: var(--muted); line-height: 1.7; }

.section-head { max-width: 820px; margin-bottom: 38px; }

.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }

.service-card {
  min-height: 290px;
  padding: 28px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(230,201,136,.18);
}

.service-card span { color: var(--gold); font-weight: 900; }
.service-card h3, .result-card h3, .review-card strong, .step h3 { margin: 14px 0 0; font-size: 22px; letter-spacing: -.03em; }

.rose-band {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
  padding: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-radius: 42px;
  background: linear-gradient(135deg, #c9939b, #ead2d4);
  color: #fff;
  box-shadow: 0 28px 80px rgba(126,74,80,.18);
}

.rose-band div { padding: 20px; border-radius: 28px; background: rgba(255,255,255,.13); }
.rose-band span { color: var(--gold-2); font-weight: 900; }
.rose-band b { display: block; margin-top: 10px; font-size: 22px; }
.rose-band p { color: rgba(255,255,255,.78); line-height: 1.65; }

.results-grid, .reviews-grid, .steps-grid { display: grid; gap: 18px; }
.results-grid, .reviews-grid { grid-template-columns: repeat(3, 1fr); }
.steps-grid { grid-template-columns: repeat(4, 1fr); }

.result-card, .review-card, .step { border-radius: 32px; padding: 24px; }

.result-images { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.result-images div {
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #e6c8ca, #fff3ef);
}

.result-images span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 900;
}

.step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  font-weight: 900;
}

.stars { color: var(--gold); letter-spacing: .18em; }

.contact { padding: 54px; border-radius: 42px; display: grid; grid-template-columns: 1fr .82fr; gap: 42px; align-items: start; }

.form { display: grid; gap: 14px; }

.form input {
  min-height: 58px;
  border: 1px solid rgba(44,36,36,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.76);
  padding: 0 20px;
  font: inherit;
  outline: none;
}

.form button { min-height: 58px; font: inherit; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  min-height: 58px;
  padding: 0 22px 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(37,211,102,.32), 0 10px 30px rgba(0,0,0,.12);
  transition: .25s;
}

.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); }

.footer {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 48px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}

.footer a { font-weight: 900; color: var(--text); }

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .78s cubic-bezier(.22,1,.36,1), transform .78s cubic-bezier(.22,1,.36,1);
}

.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .hero-photo img, .hero-main-image { object-position: 74% center; }
  .nav { display: none; }
  .burger { display: block; }

  body.menu-open .nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 86px;
    display: grid;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,248,244,.94);
    box-shadow: 0 24px 80px rgba(126,74,80,.16);
  }

  .hero, .about, .contact { grid-template-columns: 1fr; }
  .services-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid, .reviews-grid, .rose-band { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .header { width: calc(100% - 24px); top: 10px; }
  .header-btn { display: none; }
  .hero, .section, .rose-band, .footer { width: calc(100% - 24px); }
  .hero { padding: 44px 20px; border-radius: 34px; min-height: auto; }
  h1 { font-size: 46px; }
  h2 { font-size: 38px; }
  .hero-actions, .hero-stats, .services-grid, .steps-grid, .about-points { grid-template-columns: 1fr; display: grid; }
  .btn { width: 100%; }
  .hero-photo { height: 430px; }
  .hero-photo img, .hero-main-image { object-position: 76% 22%; }
  .about-image { min-height: 430px; }
  .contact, .rose-band { padding: 26px; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .footer { flex-direction: column; gap: 10px; padding-bottom: 92px; }
}




@media (max-width: 680px) {
  .hero-photo {
    background-position: 76% 22%;
  }

  .hero-photo img,
  .hero-main-image {
    object-position: 76% 22%;
  }
}


/* FULL HERO BACKGROUND FIX */
.hero {
  min-height: 780px;
  grid-template-columns: 1fr;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,248,244,.96) 0%, rgba(255,248,244,.90) 35%, rgba(246,231,232,.52) 58%, rgba(246,231,232,.12) 100%),
    url("hero-face-bg.jpg");
  background-size: cover;
  background-position: 68% center;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 720px;
}

.hero-card {
  display: none;
}

.hero-signature {
  display: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 38%, rgba(230,201,136,.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.22));
  z-index: 1;
}

.hero-content {
  z-index: 2;
}

@media (max-width: 1120px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(255,248,244,.97) 0%, rgba(255,248,244,.86) 46%, rgba(246,231,232,.38) 75%, rgba(246,231,232,.10) 100%),
      url("hero-face-bg.jpg");
    background-size: cover;
    background-position: 70% center;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 760px;
    padding-top: 54px;
    padding-bottom: 54px;
    background:
      linear-gradient(180deg, rgba(255,248,244,.94) 0%, rgba(255,248,244,.82) 42%, rgba(246,231,232,.36) 72%, rgba(246,231,232,.16) 100%),
      url("hero-face-bg.jpg");
    background-size: cover;
    background-position: 72% center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-text {
    max-width: 92%;
  }

  .hero-stats {
    background: rgba(255,248,244,.24);
    border-radius: 28px;
    padding: 2px;
    backdrop-filter: blur(8px);
  }
}


.about-image img,
.result-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.form-status {
  margin: 0;
  color: #786866;
  font-size: 14px;
  font-weight: 800;
}

.form-status.success {
  color: #2f7b48;
}

.form-status.error {
  color: #9b2d2d;
}

.phone-line a {
  color: var(--gold);
  font-weight: 900;
}


/* CLEAN NATURAL VERSION */
.section-head:empty {
  display: none;
}

.section-head h2:empty,
.section-head p:empty {
  display: none;
}

.result-card p:empty {
  display: none;
}
