/* === VARIÁVEIS === */
:root {
  --purpura: #5C1D72; --purpura-700: #3A0D52; --purpura-900: #1A0530; --purpura-400: #6B2D85;
  --magenta: #b1237f; --violeta: #7B3FA5; --violeta-400: #9B55CC; --indigo: #3D4F82;
  --creme: #EDE7D6; --white: #FFFFFF; --offwhite: #F8F5F2; --bege: #EDE6DF;
  --line: #E4DCD3; --ink: #2A2233; --ink-soft: #4A4A4A; --ink-muted: #8A8090;
  --on-dark: #EDE7D6; --on-dark-soft: #B9A7CC;
  --whatsapp: #25D366; --whatsapp-700: #1DA851; --star: #F5A623;
  --brand-grad: linear-gradient(90deg,#C23490 0%,#9B55CC 50%,#3D4F82 100%);
  --field-grad: radial-gradient(120% 90% at 50% 25%, #7a3073 0%, #5a1e54 70%, #40123b 100%);
  --font: 'Montserrat', system-ui, sans-serif;
  --script: 'Great Vibes', cursive;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--offwhite); color: var(--ink); overflow-x: hidden; }
img { max-width: 100%; display: block; }
button { font-family: var(--font); cursor: pointer; }
a { text-decoration: none; color: inherit; }

/* === COMPONENTES === */
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--magenta); }
.eyebrow2 { font-size: 13px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--on-dark-soft); }

.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font); font-weight: 600;
  border: none; border-radius: 999px; cursor: pointer; transition: all .22s cubic-bezier(.22,.61,.36,1); }
.btn i { width: 1em; height: 1em; flex-shrink: 0; }
.btn-sm  { padding: 12px 22px; font-size: 14.5px; }
.btn-md  { padding: 15px 28px; font-size: 16px; }
.btn-lg  { padding: 19px 40px; font-size: 18px; }
.btn-whatsapp   { background: var(--whatsapp); color: #fff; box-shadow: 0 10px 30px rgba(37,211,102,.35); }
.btn-whatsapp:hover { background: var(--whatsapp-700); transform: translateY(-2px); }
.btn-primary    { background: var(--purpura); color: var(--creme); box-shadow: 0 8px 24px rgba(92,29,114,.28); }
.btn-primary:hover { background: var(--purpura-700); transform: translateY(-2px); }
.btn-outline    { background: transparent; color: var(--purpura); box-shadow: inset 0 0 0 1.5px var(--purpura); }
.btn-outline:hover { transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: var(--creme); box-shadow: inset 0 0 0 1.5px rgba(237,231,214,.5); }
.btn-outline-light:hover { background: rgba(237,231,214,.12); transform: translateY(-2px); }

.logo { line-height: 1; user-select: none; }
.logo-script { font-family: var(--script); font-size: 40px; color: var(--purpura); line-height: .82; }
.logo-studio  { font-family: var(--font); font-weight: 600; font-size: 9.5px; letter-spacing: .62em; padding-left: .62em; color: var(--magenta); text-transform: uppercase; }
.logo-tagline { font-family: var(--font); font-weight: 300; font-size: 8px; letter-spacing: .18em; color: var(--ink-muted); text-transform: uppercase; margin-top: 7px; }
.logo-light .logo-script  { color: var(--creme); }
.logo-light .logo-tagline { color: var(--on-dark-soft); }

.stars { display: inline-flex; gap: 2px; }
.stars svg { fill: var(--star); stroke: var(--star); width: 18px; height: 18px; }

/* Placeholder de foto — substitua pelo <img> real */
.photo-slot {
  position: relative; background: linear-gradient(135deg,#EFE7DD 0%,#E3D7E6 100%);
  border-radius: 18px; overflow: hidden; width: 100%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(92,29,114,.08);
}
.photo-slot.dark { background: linear-gradient(135deg,#5C1D72,#3A0D52); box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.photo-slot-label { position: absolute; bottom: 12px; left: 14px; font-size: 10.5px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(92,29,114,.55); z-index: 1; }
.photo-slot.dark .photo-slot-label { color: rgba(237,231,214,.8); }
.photo-slot > i { color: rgba(92,29,114,.55); z-index: 1; width: 30px; height: 30px; }
.photo-slot.dark > i { color: rgba(237,231,214,.8); }

.sh { }  /* section-head */
.sh.center { text-align: center; }
.sh h2 { font-family: var(--font); font-weight: 700; font-size: clamp(28px,3.2vw,42px);
  line-height: 1.15; letter-spacing: -.01em; color: var(--ink); margin: 0; text-wrap: balance; }
.sh.dark h2 { color: var(--creme); }
.sh p  { font-size: 18px; font-weight: 300; line-height: 1.65; color: var(--ink-soft); margin: 18px 0 0; text-wrap: pretty; }
.sh.dark p { color: var(--on-dark-soft); }
.sh .eyebrow { margin-bottom: 14px; }
.wrap { max-width: 1200px; margin: 0 auto; }

/* ======================== HEADER ======================== */
#site-header { /*position: sticky;*/ top: 0; z-index: 50; background: #5a1e54; border-bottom: 1px solid transparent; transition: all .3s ease; }
#site-header.scrolled { background: #5a1e54; backdrop-filter: blur(12px); border-bottom-color: var(--line); }
#site-header .inner { max-width: 100%; margin: 0 auto; padding: 16px 32px; /*display: flex;*/ align-items: center; justify-content: space-between; text-align:center; }
.lp-nav {  align-items: center;  /*gap: 30px; display: flex;*/}
.lp-nav a { font-size: 14.5px; font-weight: 500; color: rgba(237, 231, 214, .8); transition: color .2s; margin: 0 12px; border: 2px solid rgba(237, 231, 214, .8); border-radius: 999px; padding: 6px 14px; }
.lp-nav a:hover { color: var(--bege); }
.lp-nav a:active { color: var(--offwhite); }
#logo {text-align:center;}
#logo img {margin:auto;}
#site-header .btn {background-color:rgba(237, 231, 214) !important; color: #5a1e54 !important; border: 2px solid rgba(237, 231, 214) !important; font-weight:bold !important;}
#site-header .btn-mobile {display:none; font-weight:bold !important;}
#site-header .inner {background: #4e1949; display: flex; text-align: center; justify-content: center;}
/* ======================== HERO ======================== */
#hero { background: var(--offwhite); padding: 40px 32px 88px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .4; pointer-events: none; }
.hero-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; }
.hero-copy .eyebrow { margin-bottom: 20px; }
.hero-copy h1 { font-family: var(--font); font-weight: 700; font-size: clamp(38px,4.4vw,60px); line-height: 1.06; letter-spacing: -.01em; color: var(--ink); margin: 0; text-wrap: balance; }
.hero-copy h1 span { color: var(--purpura); }
.hero-copy > p { font-size: 20px; font-weight: 300; line-height: 1.6; color: var(--ink-soft); margin: 24px 0 0; max-width: 520px; text-wrap: pretty; }
.hero-ctas  { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.hero-rating { display: flex; align-items: center; gap: 12px; margin-top: 30px; font-size: 14.5px; color: var(--ink-soft); }
.hero-rating b { color: var(--ink); font-weight: 700; }
.hero-badges { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 22px; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--ink-muted); font-weight: 500; }
.hero-badge i { color: var(--violeta); width: 15px; height: 15px; }
.hero-visual { position: relative; }
.hero-card { position: absolute; bottom: -22px; left: -22px; background: var(--white); border-radius: 18px;
  padding: 14px 18px; box-shadow: 0 20px 60px rgba(42,16,64,.18); display: flex; align-items: center; gap: 12px; }
.hero-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--brand-grad); flex-shrink: 0; }
.hero-card-name { font-size: 13px; font-weight: 700; color: var(--ink); }
.hero-card-loc  { font-size: 12px; color: var(--ink-muted); }

/* ======================== DOR ======================== */
#dor { background: var(--offwhite); padding: 96px 32px; }
.pain-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 52px; }
.pain-card { background: var(--white); border: 1px solid #E7DFEA; border-radius: 16px; overflow: hidden; transition: all .35s cubic-bezier(.22,.61,.36,1); }
.pain-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(92,29,114,.12); border-color: #D8C6E0; }
.pain-card-vis { height: 138px; background: #FBFAFC; border-bottom: 1px solid #EFE9F0; position: relative; }
.pain-card-lbl { position: absolute; top: 10px; left: 12px; font-size: 9px; font-weight: 500; letter-spacing: .14em; color: #B49ABF; text-transform: uppercase; }
.pain-card-body { padding: 14px 16px 16px; }
.pain-card-title { font-size: 15.5px; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.pain-card-tag  { display: inline-block; margin-top: 8px; font-size: 9.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #8A8090; border: 1px solid #E7DFEA; border-radius: 5px; padding: 3px 8px; }
@keyframes sbe-ping { 0%{opacity:.5}70%{opacity:0;r:20}100%{opacity:0;r:20} }
#dor img.dores { position: absolute; inset: 0; width: auto; height: 100%; overflow: hidden; }
/* ======================== SERVIÇOS ======================== */
#servicos { background: var(--white); padding: 96px 32px; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 52px; }
.svc-card { background: var(--white); border-radius: 22px; overflow: hidden; border: 1px solid var(--bege); box-shadow: 0 8px 24px rgba(42,16,64,.08); transition: all .32s cubic-bezier(.22,.61,.36,1); }
.svc-card:hover { box-shadow: 0 22px 54px rgba(42,16,64,.14); transform: translateY(-6px); }
.svc-card-body { padding: 26px 26px 30px; }
.svc-card-tag { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.svc-card-tag i { color: var(--magenta); width: 17px; height: 17px; }
.svc-card-tag .eyebrow { font-size: 10.5px; }
.svc-card-body h3 { font-family: var(--font); font-weight: 700; font-size: 25px; color: var(--ink); margin: 0 0 10px; }
.svc-card-body p { font-size: 15.5px; line-height: 1.62; color: var(--ink-soft); margin: 0; }
.svc-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 15px; color: var(--purpura); cursor: pointer; margin-top: 16px; }
.svc-more i { width: 16px; height: 16px; }
.svc-cta { text-align: center; margin-top: 48px; }
#servicos img.tratamentos { width: 100%; height: 190px; object-fit: cover; }

/* ======================== DIFERENCIAIS ======================== */
#diferenciais { background: var(--field-grad); padding: 96px 32px; position: relative; overflow: hidden; }
.diff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.diff-item { display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: rgba(237,231,214,.06); border: 1px solid rgba(237,231,214,.12); border-radius: 16px; }
.diff-icon { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: rgba(194,52,144,.18); display: flex; align-items: center; justify-content: center; }
.diff-icon svg { color: var(--creme)  !important; width: 22px; height: 22px; }
.diff-label { font-size: 16px; font-weight: 600; color: var(--creme); }

/* ======================== SOBRE ======================== */
#sobre { background: var(--white); padding: 96px 32px; }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.about-text p { font-size: 16.5px; line-height: 1.65; color: var(--ink-soft); margin-top: 20px; max-width: 540px; }

/* ======================== DEPOIMENTOS ======================== */
#depoimentos { background: var(--bege); padding: 96px 32px; }
.test-wrap { max-width: 760px; margin: 48px auto 0; }
.test-card { background: var(--white); border-radius: 24px; padding: 40px 48px; text-align: center;
  box-shadow: 0 14px 40px rgba(42,16,64,.10); min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.test-text { font-size: 21px; font-weight: 400; line-height: 1.5; color: var(--ink); margin: 18px 0 0; text-wrap: balance; }
.test-author { display: flex; align-items: center; gap: 11px; margin-top: 26px; }
.test-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand-grad); flex-shrink: 0; }
.test-name { font-size: 13.5px; font-weight: 700; color: var(--ink); text-align: left; }
.test-loc  { font-size: 12.5px; color: var(--ink-muted); }
.test-nav  { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 26px; }
.nav-btn   { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.nav-btn i { color: var(--purpura); width: 20px; height: 20px; }
.test-dots { display: flex; gap: 8px; align-items: center; }
.dot { width: 8px; height: 8px; border-radius: 99px; background: #CDBFD6; cursor: pointer; transition: all .3s; }
.dot.active { width: 24px; background: var(--purpura); }

/* ======================== EQUIPE ======================== */
#equipe { background: var(--offwhite); padding: 96px 32px; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 52px; }
.team-card { background: var(--white); border-radius: 22px; overflow: hidden; border: 1px solid var(--bege); box-shadow: 0 8px 24px rgba(42,16,64,.07); }
.team-card-body { padding: 22px 24px 26px; }
.team-name { font-size: 19px; font-weight: 700; color: var(--ink); }
.team-role { font-size: 14.5px; color: var(--magenta); font-weight: 600; margin-top: 3px; }
.team-spec { font-size: 14px; color: var(--ink-soft); margin-top: 10px; line-height: 1.55; }
#equipe img { width: 100%; height: 290px; object-fit: cover; }
/* ======================== AMBIENTE ======================== */
#ambiente { background: var(--white); padding: 96px 32px; }
.gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 180px; gap: 16px; margin-top: 48px; }
.g-item { }
.g-item.big { grid-column: span 2; grid-row: span 2; }
.g-item .photo-slot { height: 100%; border-radius: 18px; }

/* ======================== OFERTA ======================== */
#oferta { background: linear-gradient(135deg,#3A0D52,#5C1D72); padding: 104px 32px; position: relative; overflow: hidden; text-align: center; }
#oferta .overlay { position: absolute; inset: 0; background: var(--field-grad); filter: blur(2px); opacity: .8; pointer-events: none; }
#oferta .inner { max-width: 760px; margin: 0 auto; position: relative; }
#oferta .eyebrow { margin-bottom: 16px; }
#oferta h2 { font-family: var(--font); font-weight: 700; font-size: clamp(30px,3.6vw,46px); line-height: 1.12; color: var(--creme); margin: 0; text-wrap: balance; }
#oferta p  { font-size: 19px; font-weight: 300; line-height: 1.6; color: var(--on-dark-soft); margin: 20px auto 0; max-width: 580px; }
.offer-cta { margin-top: 36px; }
.offer-badges { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.offer-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: var(--creme); font-weight: 500; opacity: .9; }
.offer-badge i { color: var(--magenta); width: 15px; height: 15px; }

/* ======================== LOCALIZAÇÃO ======================== */
#localizacao { background: var(--white); }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; }
.loc-copy { padding: 88px 64px; display: flex; flex-direction: column; justify-content: center; }
.loc-copy .eyebrow { margin-bottom: 14px; }
.loc-copy h2 { font-size: 36px; font-weight: 700; color: var(--ink); margin: 0 0 16px; }
.loc-copy > p { font-size: 17px; font-weight: 300; line-height: 1.6; color: var(--ink-soft); margin: 0 0 24px; max-width: 440px; }
.loc-addr { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; font-size: 16.5px; color: var(--ink); line-height: 1.5; }
.loc-addr i { color: var(--magenta); width: 22px; height: 22px; margin-top: 2px; flex-shrink: 0; }
.loc-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.loc-map  { background: var(--bege); min-height: 380px; position: relative; overflow: hidden; }
.loc-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-pin { position: absolute; top: 46%; left: 50%; transform: translate(-50%,-100%); }
.map-pin-dot { width: 46px; height: 46px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--magenta); box-shadow: 0 8px 24px rgba(194,52,144,.45); display: flex; align-items: center; justify-content: center; }
.map-pin-dot i { transform: rotate(45deg); color: #fff; width: 20px; height: 20px; }

/* ======================== FAQ ======================== */
#faq { background: var(--offwhite); padding: 96px 32px; }
.faq-list { max-width: 720px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: all .25s; overflow: hidden; }
.faq-item.open { border-color: #D8C9E0; box-shadow: 0 10px 28px rgba(42,16,64,.08); }
.faq-btn { width: 100%; background: none; border: none; cursor: pointer; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 14px; text-align: left; }
.faq-btn span { font-family: var(--font); font-weight: 600; font-size: 16.5px; color: var(--ink); }
.faq-btn .faq-icon { color: var(--violeta); width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; }
.faq-answer { padding: 0 22px 22px; font-size: 15.5px; line-height: 1.62; color: var(--ink-soft); display: none; }
.faq-item.open .faq-answer { display: block; }

/* ======================== FINAL CTA ======================== */
#cta-final { background: var(--field-grad); padding: 100px 32px; text-align: center; position: relative; overflow: hidden; }
#cta-final .inner { max-width: 720px; margin: 0 auto; position: relative; }
#cta-final h2 { font-family: var(--font); font-weight: 700; font-size: clamp(30px,3.8vw,48px); line-height: 1.12; color: var(--creme); margin: 0; text-wrap: balance; }
#cta-final p  { font-size: 19px; font-weight: 300; line-height: 1.6; color: var(--on-dark-soft); margin: 22px auto 0; max-width: 560px; }
#cta-final .btn { margin-top: 36px; }

/* ======================== FOOTER ======================== */
footer { background: #5a1e54;  color: var(--on-dark-soft); padding: 64px 32px 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.foot-col-title { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--magenta); margin-bottom: 16px; }
.foot-link { font-size: 14.5px; margin-bottom: 10px; color: var(--on-dark-soft); }
.foot-contact { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; line-height: 1.45; }
.foot-contact i { color: var(--violeta-400); width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; }
.foot-bottom { max-width: 1200px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(237,231,214,.12); font-size: 12.5px; color: rgba(185,167,204,.7); text-align: center; }

/* ======================== FLOAT + MOBILE BAR ======================== */
.float-wa { position: fixed; right: 24px; bottom: 24px; z-index: 60; border: none; width: 60px; height: 60px; border-radius: 50%; background: var(--whatsapp); cursor: pointer; box-shadow: 0 10px 30px rgba(37,211,102,.45); display: flex; align-items: center; justify-content: center; transition: transform .2s; }
.float-wa:hover { transform: scale(1.08); }
.float-wa i { color: #fff; width: 28px; height: 28px; }
.sticky-mobile { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none; gap: 10px; padding: 12px 14px; background: rgba(248,245,242,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.sticky-mobile .btn { flex: 1; justify-content: center; }

/* ======================== RESPONSIVO ======================== */
@media (max-width: 960px) {
  .hero-grid  { grid-template-columns: 1fr; }
  /*.hero-visual { display: none; }*/
  .pain-grid  { grid-template-columns: repeat(2,1fr); }
  .svc-grid   { grid-template-columns: 1fr; }
  .diff-grid  { grid-template-columns: repeat(2,1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .team-grid  { grid-template-columns: 1fr; }
  .gallery    { grid-template-columns: repeat(2,1fr); }
  .g-item.big { grid-column: span 2; }
  .loc-grid   { grid-template-columns: 1fr; }
  .foot-grid  { grid-template-columns: 1fr 1fr; }
  .lp-nav     { display: none; }
  .sticky-mobile { display: flex; }
  #site-header .btn-mobile {display:block;}
  .float-wa {display:none;}
}
@media (max-width: 600px) {
  .pain-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .gallery   { grid-template-columns: 1fr; }
  .g-item.big { grid-column: span 1; }
  .foot-grid { grid-template-columns: 1fr; }
  .test-card { padding: 30px 24px; }
  .loc-copy  { padding: 48px 32px; }
}