:root {
  --ink: #2f2530;
  --muted: #7a6674;
  --rose: #b86f84;
  --rose-deep: #8d435d;
  --rose-soft: #ffe8ef;
  --nude: #fbf3ec;
  --cream: #fffaf7;
  --champagne: #d8b878;
  --sage: #8aa188;
  --line: rgba(117, 76, 93, 0.16);
  --shadow: 0 24px 70px rgba(135, 66, 91, 0.16);
  --radius: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.beauty-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  padding: 13px clamp(18px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(117, 76, 93, 0.08);
  backdrop-filter: blur(16px);
}
.beauty-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-flower {
  width: 50px; height: 50px; flex: 0 0 50px;
  display: grid; place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8c8d5, var(--rose), var(--champagne));
  color: #fff;
  box-shadow: 0 14px 28px rgba(184, 111, 132, 0.22);
}
.beauty-brand strong, .beauty-brand small { display: block; }
.beauty-brand strong { font-family: 'Fraunces', serif; font-size: 1.4rem; line-height: 1; }
.beauty-brand small { margin-top: 3px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.beauty-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(14px, 2vw, 28px); font-size: .94rem; font-weight: 900; }
.beauty-nav a { color: var(--ink); opacity: .78; transition: opacity .2s ease, color .2s ease; }
.beauty-nav a:hover { opacity: 1; color: var(--rose-deep); }
.menu-toggle { display: none; }

.section-wide, .section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  width: 100%;
  min-height: calc(100svh - 78px);
  padding: clamp(58px, 8vw, 108px) clamp(20px, 7vw, 98px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.9fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 18%, rgba(216,184,120,.34), transparent 26%),
    radial-gradient(circle at 12% 80%, rgba(248,200,213,.5), transparent 34%),
    linear-gradient(135deg, #fff8f3 0%, #ffeaf0 52%, #f4d2df 100%);
}
.eyebrow { margin: 0 0 14px; color: var(--rose-deep); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: 'Fraunces', serif; letter-spacing: -0.035em; color: var(--ink); }
h1 { max-width: 820px; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .92; }
h2 { font-size: clamp(2.2rem, 4.8vw, 4.7rem); line-height: .96; }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.05rem); line-height: 1; }
.lead, .section-head p, .before-copy p, .agenda-copy p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.75; }
.hero .lead { max-width: 650px; margin: 24px 0 0; }
.hero-actions, .hero-stats, .contact-pills { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions { margin-top: 30px; }
.btn {
  min-height: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(117,76,93,.18); }
.btn-primary { background: linear-gradient(135deg, var(--rose), var(--rose-deep)); color: #fff; }
.btn-soft, .btn-outline { background: #fff; color: var(--rose-deep); border-color: rgba(184,111,132,.28); }
.hero-stats { margin-top: 34px; }
.hero-stats span {
  flex: 1 1 160px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,111,132,.16);
  color: var(--muted);
}
.hero-stats strong { display: block; color: var(--rose-deep); font-size: 1.4rem; }

.hero-visual { position: relative; min-height: 520px; }
.skin-card {
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius);
  background: rgba(255,255,255,.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.skin-card-large {
  min-height: 455px;
  padding: clamp(28px, 5vw, 52px);
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.skin-card-large::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(184,111,132,.24);
  border-radius: 26px;
}
.skin-card-large::after {
  content: "PURE";
  position: absolute;
  top: 22px; right: -22px;
  color: rgba(184,111,132,.08);
  font-family: 'Fraunces', serif;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 700;
}
.skin-card-large span { width: max-content; max-width: 100%; margin-bottom: 16px; padding: 8px 14px; border-radius: 999px; background: var(--rose-soft); color: var(--rose-deep); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.skin-card-large strong { position: relative; z-index: 1; font-family: 'Fraunces', serif; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: .92; color: var(--rose-deep); }
.skin-card-large p { position: relative; z-index: 1; color: var(--muted); line-height: 1.7; }
.skin-card-small {
  position: absolute; right: -18px; bottom: 38px;
  width: min(285px, 74%);
  padding: 22px;
  background: #fff;
}
.skin-card-small i { color: var(--rose); font-size: 1.7rem; }
.skin-card-small strong, .skin-card-small small { display: block; }
.skin-card-small strong { margin-top: 10px; }
.skin-card-small small { margin-top: 8px; color: var(--muted); line-height: 1.55; }

.beauty-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: #fff; border-block: 1px solid var(--line); }
.beauty-strip span { min-height: 82px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); color: var(--rose-deep); font-weight: 900; text-align: center; }
.section-shell { padding: clamp(58px, 8vw, 106px) 0; }
.section-head { max-width: 880px; margin-bottom: 34px; }
.treatment-grid, .package-grid, .testimonial-grid { display: grid; gap: 18px; }
.treatment-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.treatment-card, .package-card, .testimonial-card, .agenda-form, .result-gallery {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(117,76,93,.08);
}
.treatment-card { min-height: 315px; padding: 26px; display: flex; flex-direction: column; }
.treatment-card i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 20px; background: var(--rose-soft); color: var(--rose-deep); }
.treatment-card h3 { margin-top: 24px; }
.treatment-card p, .package-card p, .testimonial-card p { color: var(--muted); line-height: 1.7; }
.treatment-card span { margin-top: auto; color: var(--sage); font-weight: 900; }
.treatment-card a { margin-top: 14px; color: var(--rose-deep); font-weight: 900; }

.before-after { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1fr); gap: 28px; align-items: center; }
.result-gallery { min-height: 430px; padding: 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.result-card { min-height: 285px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 26px; background: linear-gradient(145deg, #f7dce5, #fff6ef); color: var(--rose-deep); }
.result-card.featured { background: linear-gradient(145deg, var(--rose), #f5c9d6); color: #fff; transform: translateY(24px); }
.result-card span { font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .74rem; opacity: .8; }
.result-card strong { margin-top: 8px; font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: .95; }
.result-note { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; padding: 16px; border-radius: 20px; background: var(--nude); color: var(--muted); line-height: 1.55; }
.result-note i { color: var(--rose); margin-top: 4px; }

.package-section { background: var(--cream); }
.package-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.package-card { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.package-card.featured { background: linear-gradient(145deg, #fff, var(--rose-soft)); border-color: rgba(184,111,132,.3); transform: translateY(-10px); }
.package-card span { color: var(--rose-deep); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.package-card strong { color: var(--sage); }
.package-card .btn { margin-top: auto; }
.testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.testimonial-card { padding: clamp(24px,4vw,42px); }
.stars { color: var(--champagne); letter-spacing: 3px; }

.agenda-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1fr); gap: 28px; align-items: start; }
.contact-pills { margin-top: 24px; }
.contact-pills span { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--rose-deep); font-weight: 900; }
.agenda-form { padding: clamp(22px,4vw,34px); display: grid; gap: 14px; }
.agenda-form label { display: grid; gap: 8px; color: var(--ink); font-weight: 900; }
.agenda-form input, .agenda-form select, .agenda-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); outline: none; }
.agenda-form textarea { resize: vertical; }
.agenda-form input:focus, .agenda-form select:focus, .agenda-form textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(184,111,132,.14); }

.beauty-footer { padding: 30px 20px; display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; background: var(--ink); color: rgba(255,255,255,.74); text-align: center; }
.beauty-footer a { color: var(--rose-soft); font-weight: 900; }
.float-whatsapp, .back-top { position: fixed; z-index: 45; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; border: 0; cursor: pointer; color: #fff; box-shadow: 0 18px 44px rgba(117,76,93,.22); }
.float-whatsapp { right: 22px; background: #19c263; font-size: 1.55rem; }
.back-top { left: 22px; background: var(--rose); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }
.reveal:not(.visible) { transform: translateY(10px); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 430px; }
  .skin-card-large { min-height: 385px; }
  .treatment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .beauty-header { min-height: 72px; padding: 12px 16px; }
  .beauty-brand small { display: none; }
  .beauty-brand strong { font-size: 1.28rem; }
  .brand-flower { width: 44px; height: 44px; flex-basis: 44px; border-radius: 15px; }
  .menu-toggle { width: 48px; height: 48px; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--rose-deep); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .beauty-nav { position: fixed; inset: 72px 12px auto 12px; display: grid; gap: 8px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,250,247,.98); box-shadow: 0 24px 70px rgba(117,76,93,.22); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .beauty-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .beauty-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; border-radius: 14px; background: var(--rose-soft); color: var(--rose-deep); opacity: 1; }
  .section-wide, .section-shell { width: min(100% - 28px, 1180px); }
  .hero { padding-inline: 18px; }
  h1 { font-size: clamp(3rem, 13vw, 5.3rem); }
  .beauty-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .before-after, .agenda-section { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hero-actions .btn { width: 100%; }
  .hero-stats { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .skin-card-large { min-height: 350px; padding: 28px; }
  .skin-card-large::before { inset: 18px; }
  .skin-card-small { position: relative; right: auto; bottom: auto; width: 100%; margin-top: -20px; }
  .beauty-strip, .treatment-grid, .package-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: auto; }
  .package-card.featured { transform: none; }
  .result-gallery { grid-template-columns: 1fr; }
  .result-card.featured { transform: none; }
  .contact-pills span { width: 100%; justify-content: center; }
  .beauty-footer { padding-bottom: 96px; }
  .float-whatsapp, .back-top { bottom: 18px; width: 52px; height: 52px; }
  .float-whatsapp { right: 16px; }
  .back-top { left: 16px; }
}
@media (max-width: 380px) {
  .beauty-brand strong { font-size: 1.12rem; }
  .brand-flower { width: 40px; height: 40px; flex-basis: 40px; }
  .menu-toggle { width: 44px; height: 44px; }
  h1 { font-size: 2.72rem; }
  h2 { font-size: 2rem; }
  .section-wide, .section-shell { width: min(100% - 22px, 1180px); }
  .skin-card, .treatment-card, .package-card, .testimonial-card, .agenda-form, .result-gallery { border-radius: 22px; }
}

/* Ajustes finais de responsividade Bervion - Beleza Pure */
.brand-flower,
.treatment-card i,
.contact-pills i {
  position: relative;
}
.brand-flower i,
.treatment-card i::before,
.contact-pills i::before,
.float-whatsapp i,
.back-top i {
  position: relative;
  z-index: 1;
}
.brand-flower::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  opacity: 0;
}
.brand-flower i:empty + span { display: none; }

@media (max-width: 1100px) {
  .hero {
    padding-top: clamp(44px, 7vw, 72px);
    padding-bottom: clamp(44px, 7vw, 72px);
    gap: 34px;
  }
  h1 {
    font-size: clamp(3rem, 8.6vw, 4.9rem);
    line-height: .94;
  }
  .hero-visual {
    min-height: auto;
  }
  .skin-card-large {
    min-height: 360px;
  }
  .skin-card-large::after {
    top: 14px;
    right: 12px;
    font-size: clamp(4.3rem, 15vw, 7rem);
  }
  .skin-card-small {
    right: 18px;
    bottom: 22px;
  }
}

@media (max-width: 860px) {
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 72px 0 0;
    z-index: 48;
    background: rgba(47, 37, 48, .34);
    backdrop-filter: blur(4px);
  }
  .beauty-header {
    z-index: 80;
  }
  .beauty-nav {
    z-index: 90;
    inset: 82px 14px auto 14px;
    max-height: calc(100svh - 104px);
    overflow-y: auto;
    padding: 18px;
    background: #fffaf7;
    box-shadow: 0 26px 80px rgba(117,76,93,.28);
  }
  .beauty-nav a {
    justify-content: center;
    min-height: 48px;
    border: 1px solid rgba(184,111,132,.12);
    background: #ffe8ef;
  }
  .section-wide,
  .section-shell {
    width: min(100% - 32px, 1180px);
  }
  .hero {
    width: 100%;
    padding-inline: 20px;
    padding-top: 54px;
  }
  h1 {
    font-size: clamp(2.9rem, 8.4vw, 4.2rem);
    max-width: 720px;
  }
  h2 {
    font-size: clamp(2.1rem, 7vw, 3.35rem);
  }
  .lead,
  .section-head p,
  .before-copy p,
  .agenda-copy p {
    font-size: 1rem;
  }
  .hero-stats {
    gap: 12px;
  }
  .hero-stats span {
    flex-basis: calc(33.333% - 8px);
    min-width: 0;
  }
  .skin-card-large {
    min-height: 330px;
    padding: 30px;
  }
  .skin-card-large strong {
    font-size: clamp(2.35rem, 8vw, 3.8rem);
  }
  .skin-card-large p {
    max-width: 520px;
  }
  .skin-card-small {
    right: 22px;
    bottom: 18px;
    width: min(310px, 54%);
  }
  .beauty-strip span {
    min-height: 72px;
  }
  .section-shell {
    padding-block: 64px;
  }
}

@media (max-width: 620px) {
  body.menu-open::before {
    inset: 72px 0 0;
  }
  .beauty-header {
    min-height: 72px;
    padding: 10px 16px;
  }
  .beauty-nav {
    inset: 82px 12px auto 12px;
    border-radius: 24px;
  }
  .hero {
    padding: 42px 18px 58px;
  }
  h1 {
    font-size: clamp(2.65rem, 11.2vw, 3.85rem);
    line-height: .96;
  }
  .eyebrow {
    font-size: .72rem;
    letter-spacing: .13em;
  }
  .hero .lead {
    margin-top: 20px;
  }
  .hero-stats {
    grid-template-columns: 1fr;
  }
  .hero-stats span {
    flex-basis: auto;
  }
  .hero-visual {
    display: grid;
    gap: 14px;
  }
  .skin-card-large {
    min-height: 292px;
    padding: 24px;
    border-radius: 28px;
  }
  .skin-card-large::before {
    inset: 14px;
    border-radius: 22px;
  }
  .skin-card-large::after {
    top: 12px;
    right: 10px;
    font-size: clamp(3.7rem, 19vw, 5.1rem);
  }
  .skin-card-large span {
    white-space: normal;
    width: fit-content;
    max-width: calc(100% - 12px);
  }
  .skin-card-large strong {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
  .skin-card-large p {
    margin-bottom: 0;
    font-size: .96rem;
  }
  .skin-card-small {
    position: static;
    width: 100%;
    margin-top: 0;
    border-radius: 24px;
  }
  .beauty-strip {
    grid-template-columns: 1fr;
  }
  .treatment-card,
  .package-card,
  .testimonial-card,
  .agenda-form,
  .result-gallery {
    padding: 22px;
  }
  .result-card {
    min-height: 220px;
  }
  .agenda-section,
  .before-after {
    gap: 22px;
  }
}

@media (max-width: 390px) {
  .beauty-brand strong { font-size: 1.12rem; }
  .hero { padding-inline: 16px; }
  h1 { font-size: clamp(2.35rem, 11vw, 2.9rem); }
  .skin-card-large { min-height: 270px; }
  .skin-card-large strong { font-size: clamp(1.85rem, 9.5vw, 2.35rem); }
  .btn { min-height: 50px; padding-inline: 16px; }
}

/* Refinos de leitura e menu mobile - 2026-07-24 */
.brand-flower::after {
  opacity: 1;
}
.brand-flower i {
  opacity: 0;
}
.skin-card-small {
  overflow: hidden;
}
.skin-card-small i {
  display: none;
}
.skin-card-small::before {
  content: "♥";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--rose);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 26px rgba(184,111,132,.15);
  font-weight: 900;
}
.beauty-nav a {
  text-align: center;
}
@media (max-width: 860px) {
  body.menu-open .hero,
  body.menu-open main > section:not(.hero) {
    filter: blur(1px);
  }
  .beauty-nav.open {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .beauty-nav {
    left: 12px;
    right: 12px;
    width: auto;
  }
  .beauty-nav.open {
    top: 82px;
  }
  .skin-card-large {
    overflow: hidden;
  }
  .skin-card-large::after {
    max-width: 92%;
    overflow: hidden;
  }
  .skin-card-small::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 420px) {
  .hero-visual {
    margin-inline: auto;
    width: min(100%, 340px);
  }
  .skin-card-large {
    min-height: 282px;
    padding: 22px;
  }
  .skin-card-large strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .skin-card-large p {
    max-width: 100%;
  }
}


/* Correção de flutuantes e card visual tablet - 2026-07-24 */
.float-whatsapp,
.back-top {
  position: fixed;
}
@media (max-width: 860px) {
  .hero-visual {
    display: grid;
    gap: 16px;
  }
  .skin-card-small {
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .skin-card-large p {
    max-width: min(100%, 540px);
  }
}

/* Refinos de leitura visual - 2026-07-27
   Mantem o clima delicado, mas evita que cards e textos parecam apagados no mobile/tablet. */
.skin-card-large {
  background: rgba(255, 255, 255, .74);
  border-color: rgba(184, 111, 132, .2);
}
.skin-card-large::after {
  color: rgba(184, 111, 132, .11);
}
.skin-card-large p {
  color: #745062;
  font-weight: 600;
}
.skin-card-small {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(285px, 74%);
  margin: 18px 0 0 auto;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(184, 111, 132, .18);
}
.skin-card-small strong {
  color: var(--ink);
}
.skin-card-small small {
  color: #745062;
}
@media (max-width: 620px) {
  .skin-card-large {
    background: rgba(255, 255, 255, .86);
  }
  .skin-card-large::after {
    color: rgba(184, 111, 132, .09);
  }
}
