:root {
  --pantone-9223: #e1d3c7;
  --pantone-7515: #c58b68;
  --pantone-7530: #a39382;
  --pantone-10399: #363432;
  --cream: #f8f4f1;
  --fog: #efe7e2;
  --text: #2f2c2a;
  --shadow: rgba(54, 52, 50, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1200px;
  --cursor-syringe: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 64 64'><g transform='rotate(-45 32 32)' fill='none' stroke='%23363432' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><rect x='14' y='28' width='26' height='8' rx='2'/><line x1='40' y1='32' x2='56' y2='32'/><line x1='56' y1='28' x2='56' y2='36'/><line x1='14' y1='32' x2='6' y2='32'/><line x1='6' y1='30' x2='6' y2='34'/><line x1='22' y1='28' x2='22' y2='36'/></g></svg>") 6 26,
    auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: linear-gradient(135deg, #fefcfb 0%, #f3ece7 45%, #f6f0e9 100%);
  min-height: 100vh;
  cursor: var(--cursor-syringe);
}

a,
button {
  cursor: var(--cursor-syringe);
}

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

img {
  max-width: 100%;
  display: block;
}

main {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 140px 24px 120px;
}

.ambient-glow {
  position: fixed;
  inset: -20% 0 auto 0;
  height: 420px;
  background: radial-gradient(circle at 20% 20%, rgba(197, 139, 104, 0.25), transparent 60%),
    radial-gradient(circle at 70% 10%, rgba(225, 211, 199, 0.45), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(12px);
  background: rgba(248, 244, 241, 0.9);
  border-bottom: 1px solid rgba(197, 139, 104, 0.2);
  z-index: 10;
}

.nav {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}

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

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
}

.logo img {
  display: block;
  height: 76px;
  width: auto;
  background: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(54, 52, 50, 0.35);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  color: var(--pantone-10399);
}

.nav-links a:hover {
  color: var(--pantone-7515);
}

.cta-pill {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--pantone-7515);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(197, 139, 104, 0.3);
}

.hero {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero::before {
  content: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.05;
  color: var(--pantone-10399);
  margin-bottom: 18px;
}

.hero-copy h1 span {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  color: rgba(54, 52, 50, 0.7);
  margin-top: 14px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
  color: var(--pantone-7530);
  margin-bottom: 14px;
}

.lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(54, 52, 50, 0.75);
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cta-primary,
.cta-secondary {
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-primary {
  background: var(--pantone-10399);
  color: #fff;
  box-shadow: 0 14px 30px rgba(54, 52, 50, 0.25);
}

.cta-secondary {
  border: 1px solid rgba(54, 52, 50, 0.4);
  color: var(--pantone-10399);
}

.cta-primary:hover,
.cta-secondary:hover,
.cta-pill:hover {
  transform: translateY(-2px);
}

.hero-subcta {
  margin: -8px 0 28px;
  font-size: 0.92rem;
  color: rgba(54, 52, 50, 0.62);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 220px));
  gap: 16px;
}

.hero-highlights div {
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 26px rgba(54, 52, 50, 0.08);
}

.hero-highlights span {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--pantone-7515);
}

.hero-highlights p {
  font-size: 0.85rem;
  margin-top: 6px;
  color: rgba(54, 52, 50, 0.7);
}


.hero-visual {
  display: grid;
  gap: 18px;
  justify-items: end;
  align-items: end;
}

.hero-feature-stage {
  position: relative;
  width: min(100%, 500px);
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border: none;
  isolation: isolate;
}

.hero-feature-stage::before {
  content: "";
  position: absolute;
  inset: 10% 6% 2% 6%;
  background: radial-gradient(circle at 50% 55%, rgba(225, 211, 199, 0.42), rgba(225, 211, 199, 0.12) 45%, rgba(255, 255, 255, 0) 72%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}

.hero-feature {
  position: relative;
  z-index: 1;
  width: 154%;
  max-width: none;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(-54px);
  filter: drop-shadow(0 18px 28px rgba(54, 52, 50, 0.08));
}

.image-slot {
  border-radius: var(--radius-lg);
  min-height: 220px;
  background: linear-gradient(160deg, rgba(225, 211, 199, 0.6), rgba(255, 255, 255, 0.9));
  border: 1px dashed rgba(54, 52, 50, 0.25);
  position: relative;
  overflow: hidden;
}

.image-slot.tall {
  min-height: 320px;
}

.image-slot.wide {
  min-height: 260px;
}

.hero-logo {
  background-image: url("images/logosteticchique.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 220px;
  padding: 0;
  border: none;
  aspect-ratio: 16 / 9;
  box-shadow: 0 18px 40px rgba(54, 52, 50, 0.12);
}

.hero-logo::after {
  display: none;
}

.balcao-photo {
  background-image: url("images/fundobalcao1.png");
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
}

.about,
.services,
.quiz,
.results,
.comparison,
.testimonials,
.locations,
.contact {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}

.about {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
}

.about h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 20px;
}

.founder-note {
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 20px 40px rgba(54, 52, 50, 0.08);
  line-height: 1.7;
  color: rgba(54, 52, 50, 0.8);
  font-size: 1.02rem;
}

.founder-note p + p {
  margin-top: 16px;
}

.signature {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--pantone-7515);
}

.about-visual {
  display: grid;
  gap: 18px;
}

.about-placeholder {
  min-height: 520px;
  border: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(225, 211, 199, 0.18)),
    url("images/barbarabalcao.jpeg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 48px rgba(54, 52, 50, 0.08);
}

.section-head {
  text-align: center;
  margin-bottom: 40px;
}

.section-head h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 12px;
}

.section-head p {
  color: rgba(54, 52, 50, 0.7);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-grid,
.testimonial-cards,
.locations-grid,
.results-grid {
  display: grid;
  gap: 20px;
}

.services-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.services-grid article,
.testimonial-cards article,
.locations-grid article {
  background: rgba(255, 255, 255, 0.75);
  padding: 24px;
  border-radius: var(--radius-md);
  box-shadow: 0 16px 32px rgba(54, 52, 50, 0.08);
  border: 1px solid rgba(225, 211, 199, 0.6);
}

.services-grid article {
  display: flex;
  flex-direction: column;

}

.service-link {
  margin-top: auto;
  padding-top: 16px;
  font-weight: 700;
  color: var(--pantone-7515);
}

.service-link:hover {
  color: var(--pantone-10399);
}

.services-grid h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.services-grid p,
.testimonial-cards p,
.locations-grid p {
  color: rgba(54, 52, 50, 0.7);
  line-height: 1.6;
}

.quiz-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 28px;
  background: rgba(255, 255, 255, 0.8);
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px rgba(54, 52, 50, 0.08);
  border: 1px solid rgba(225, 211, 199, 0.7);
}

.quiz-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.quiz-question h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.quiz-options label {
  position: relative;
  display: flex;
  align-items: center;
}

.quiz-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quiz-options span {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(54, 52, 50, 0.2);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(54, 52, 50, 0.8);
  transition: all 0.25s ease;
}

.quiz-options input:checked + span {
  background: rgba(197, 139, 104, 0.2);
  border-color: rgba(197, 139, 104, 0.6);
  color: var(--pantone-10399);
  box-shadow: 0 12px 24px rgba(197, 139, 104, 0.2);
}

.quiz-submit {
  align-self: flex-start;
}

.quiz-error {
  color: #a04c42;
  font-size: 0.9rem;
  min-height: 20px;
}

.quiz-result {
  background: linear-gradient(160deg, rgba(225, 211, 199, 0.45), rgba(197, 139, 104, 0.2));
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 260px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.quiz-result::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/fundobalcao.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  z-index: 0;
}

.quiz-result > * {
  position: relative;
  z-index: 1;
}

.quiz-result-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--pantone-10399);
}

.quiz-result-body {
  color: rgba(54, 52, 50, 0.75);
  line-height: 1.6;
}

.comparison-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 28px;
  align-items: center;
}

.comparison-frame {
  position: relative;
  min-height: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(54, 52, 50, 0.12);
  --pos: 50%;
  background: #f7f1ed;
}

.comparison-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
}

.comparison-image.before {
  background-image: linear-gradient(140deg, rgba(225, 211, 199, 0.25), rgba(255, 255, 255, 0.4)),
    url("images/labioantes1.jpeg");
  background-size: 134% auto;
  background-position: center 16%;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.comparison-image.after {
  background-image: linear-gradient(140deg, rgba(197, 139, 104, 0.2), rgba(54, 52, 50, 0.05)),
    url("images/labiodepois1.jpeg");
  background-size: 110% auto;
  background-position: center 35%;
  clip-path: inset(0 0 0 var(--pos));
  border-right: 2px solid rgba(255, 255, 255, 0.8);
}

.comparison-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--pos) - 1px);
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px rgba(54, 52, 50, 0.2);
}

.comparison-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(54, 52, 50, 0.2);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.15);
}

.comparison-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  appearance: none;
  background: transparent;
  touch-action: none;
}

.comparison-text h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.comparison-text p {
  color: rgba(54, 52, 50, 0.7);
  line-height: 1.6;
}

.results-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.results-1 {
  background-image: url("images/lindolabio.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.results-2 {
  background-image: url("images/depoistesta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.results-3 {
  background-image: url("images/labiodepois2.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-cards article span {
  display: block;
  margin-top: 14px;
  font-size: 0.85rem;
  color: rgba(54, 52, 50, 0.6);
}

.feedback-photo {
  margin: 0 auto 26px;
  max-width: 720px;
  min-height: 240px;
  border: none;
  background-image:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(225, 211, 199, 0.18)),
    url("images/balcao1mini.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-weight: 600;
  color: var(--pantone-7515);
}

.link-disabled {
  color: rgba(54, 52, 50, 0.58);
  cursor: default;
}

.contact-card {
  background: linear-gradient(135deg, rgba(197, 139, 104, 0.18), rgba(225, 211, 199, 0.45));
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 20px 45px rgba(54, 52, 50, 0.12);
}

.contact-card h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 10px;
}

.contact-card p {
  color: rgba(54, 52, 50, 0.7);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: var(--pantone-10399);
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 16px 34px rgba(54, 52, 50, 0.3);
  z-index: 20;
}

.mobile-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: none;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(225, 211, 199, 0.7);
  box-shadow: 0 20px 40px rgba(54, 52, 50, 0.2);
  z-index: 30;
}

.mobile-bar__primary,
.mobile-bar__secondary {
  flex: 1;
  text-align: center;
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  font-family: "Manrope", sans-serif;
}

.mobile-bar__primary {
  background: var(--pantone-10399);
  color: #fff;
}

.mobile-bar__secondary {
  background: rgba(197, 139, 104, 0.18);
  color: var(--pantone-10399);
}

.mobile-map-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 74px;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  display: none;
  gap: 10px;
  box-shadow: 0 18px 32px rgba(54, 52, 50, 0.18);
}

.mobile-map-panel a {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(225, 211, 199, 0.4);
  font-weight: 600;
  text-align: center;
}

.mobile-map-panel__label {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(225, 211, 199, 0.22);
  color: rgba(54, 52, 50, 0.62);
  font-weight: 600;
  text-align: center;
}

.mobile-map-panel.is-open {
  display: grid;
}

.footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 36px 24px 48px;
  color: rgba(54, 52, 50, 0.6);
}

.footer-actions {
  display: flex;
  gap: 10px;
}

.footer-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(54, 52, 50, 0.2);
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(54, 52, 50, 0.12);
}

.footer-whatsapp {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23363432' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M20 11.5a8.5 8.5 0 0 1-12.7 7.4L4 20l1.2-3.3A8.5 8.5 0 1 1 20 11.5z'/><path d='M8.8 7.8c.2-1 .5-1.4 1-1.5h.8c.3 0 .6.2.7.5l.6 1.6c.1.3 0 .6-.2.8l-.6.7c-.2.2-.2.5-.1.7.7 1.3 1.8 2.4 3.1 3.1.2.1.5.1.7-.1l.7-.6c.2-.2.5-.2.8-.2l1.6.6c.3.1.5.4.5.7v.8c-.1.5-.6.8-1.5 1-1.5.3-3.7-.7-5.7-2.6-1.9-2-2.9-4.2-2.6-5.7z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.footer-instagram {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23363432' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='5'/><circle cx='12' cy='12' r='4'/><circle cx='17.5' cy='6.5' r='1'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 68px;
    right: 24px;
    flex-direction: column;
    gap: 14px;
    background: rgba(255, 255, 255, 0.95);
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(197, 139, 104, 0.25);
    box-shadow: 0 16px 30px rgba(54, 52, 50, 0.15);
    display: none;
  }

  .nav-links.is-open {
    display: flex;
  }

  main {
    padding-top: 120px;
  }

  .hero,
  .about {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-items: center;
  }

  .hero-feature-stage {
    width: min(100%, 520px);
    min-height: 520px;
  }

  .hero-feature-stage::before {
    inset: 12% 4% 4% 4%;
    filter: blur(16px);
  }

  .hero-feature {
    width: 138%;
    transform: translateY(-30px);
  }

  .hero-highlights {
    grid-template-columns: 1fr 1fr;
  }

  .contact-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-placeholder {
    min-height: 420px;
  }

  .quiz-card,
  .comparison-card {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-bar {
    display: flex;
  }
}

@media (max-width: 640px) {
  main {
    gap: 72px;
    padding: 120px 18px 140px;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .hero-feature-stage {
    min-height: 430px;
  }

  .hero-feature-stage::before {
    inset: 14% 2% 6% 2%;
    filter: blur(14px);
  }

  .hero-feature {
    width: 128%;
    transform: translateY(-18px);
  }

  .about-placeholder {
    min-height: 320px;
  }

}
