
:root{
  --bg:#120b10;
  --bg2:#1b1016;
  --panel:rgba(255,255,255,.075);
  --panel2:rgba(255,255,255,.115);
  --line:rgba(255,255,255,.14);
  --text:#fff8f4;
  --muted:#d8c7bd;
  --rose:#d87969;
  --rose2:#ffb4a6;
  --wood:#b36f4f;
  --shadow:0 26px 85px rgba(0,0,0,.42);
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
  line-height:1.58;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 42px));margin:auto}
.page-bg{
  position:fixed;inset:0;z-index:-2;
  background:
    radial-gradient(circle at 84% 7%,rgba(216,121,105,.20),transparent 28%),
    radial-gradient(circle at 9% 18%,rgba(179,111,79,.18),transparent 30%),
    linear-gradient(135deg,#120b10,#1b1116 55%,#0c080b);
}
.page-bg:after{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:70px 70px;
  opacity:.25;
}
.header{
  position:sticky;top:14px;margin-top:14px;z-index:50;
}
.nav{
  min-height:82px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:12px 20px;
  background:rgba(18,11,16,.76);
  border:1px solid var(--line);
  border-radius:26px;
  backdrop-filter:blur(22px);
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}
.brand{display:flex;align-items:center;gap:14px;min-width:max-content}
.brand img{
  width:62px;height:62px;border-radius:50%;object-fit:cover;
  box-shadow:0 0 0 2px rgba(255,255,255,.34),0 0 0 6px rgba(216,121,105,.20);
}
.brand strong{display:block;font-family:"Playfair Display",serif;font-size:24px;line-height:1}
.brand small{display:block;margin-top:5px;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);font-weight:900}
.menu{display:flex;align-items:center;gap:21px;font-size:14px;font-weight:850}
.menu a{color:var(--muted)}
.menu a:hover{color:#fff}
.btn{
  min-height:50px;padding:0 22px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid transparent;font-weight:900;transition:.22s;white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--rose2),var(--rose));
  color:#190b08;
  box-shadow:0 18px 38px rgba(216,121,105,.24);
}
.btn-outline,.btn-instagram{
  background:rgba(255,255,255,.055);
  border-color:var(--line);
  color:#fff;
}
.btn-instagram{padding:0 18px}
.menu-btn{display:none;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.07);width:46px;height:46px;padding:12px}
.menu-btn span{display:block;height:2px;background:#fff;border-radius:99px;margin:5px 0}
.icon-instagram{
  width:20px;height:20px;display:inline-block;border:2px solid currentColor;border-radius:7px;position:relative;flex:0 0 auto;
}
.icon-instagram:before{content:"";position:absolute;inset:4px;border:2px solid currentColor;border-radius:50%}
.icon-instagram:after{content:"";position:absolute;right:3px;top:3px;width:3px;height:3px;border-radius:50%;background:currentColor}
.hero{padding:92px 0 40px}
.hero-grid{display:grid;grid-template-columns:1fr .82fr;gap:30px;align-items:center}
.eyebrow{
  display:inline-flex;
  padding:9px 15px;border-radius:999px;
  background:rgba(216,121,105,.12);
  border:1px solid rgba(216,121,105,.22);
  color:var(--rose2);
  text-transform:uppercase;letter-spacing:.20em;font-size:12px;font-weight:950;
}
h1,h2{
  margin:18px 0;
  font-family:"Playfair Display",serif;
  line-height:1.04;
  letter-spacing:-.035em;
}
h1{font-size:clamp(44px,6.5vw,86px);max-width:10.7ch}
h2{font-size:clamp(34px,4vw,58px)}
h3{margin:0}
.hero-lead,.about-content p,.section-head p,.contact-card p{color:#eadbd2;font-size:17px;max-width:680px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;max-width:710px}
.numbers article,.service-card,.review-card,.contact-card,.map-card,.about-content,.about-img{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 18px 55px rgba(0,0,0,.24);
  backdrop-filter:blur(18px);
}
.numbers article{padding:18px;text-align:center}
.numbers strong{display:block;color:var(--rose2);font-size:30px}
.numbers span{display:block;color:var(--muted);font-size:13px;font-weight:800}
.hero-card{position:relative;border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:rgba(255,255,255,.05)}
.hero-card img{width:100%;height:620px;object-fit:cover;object-position:center top}
.floating-badge{
  position:absolute;left:18px;right:18px;bottom:18px;
  padding:14px 18px;border-radius:18px;
  background:rgba(18,11,16,.70);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.16);
  font-weight:900;color:#fff;
}
.section{padding:84px 0}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}
.about-img{overflow:hidden}
.about-img img{width:100%;height:100%;min-height:480px;object-fit:cover}
.about-content{padding:40px}
.pill-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.pill-list span{
  padding:12px 15px;border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--line);
  color:#fff;font-weight:850;
}
.section-head{text-align:center;max-width:820px;margin:0 auto 40px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{padding:28px;transition:.22s}
.service-card:hover,.review-card:hover{transform:translateY(-5px);background:var(--panel2)}
.service-card p,.review-card p{color:var(--muted)}
.icon{
  width:58px;height:58px;border-radius:19px;margin-bottom:18px;
  background:rgba(216,121,105,.13);
  border:1px solid rgba(216,121,105,.22);
  position:relative;
}
.icon:before,.icon:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--rose2)}
.pilates:before{width:30px;height:4px;border-radius:99px}.pilates:after{width:4px;height:30px;border-radius:99px}
.posture:before{width:4px;height:32px;border-radius:99px}.posture:after{width:26px;height:4px;border-radius:99px;top:66%}
.strength:before{width:32px;height:12px;border-radius:99px}.strength:after{width:12px;height:32px;border-radius:99px}
.prevention:before{width:28px;height:28px;border-radius:50%;background:transparent;border:4px solid var(--rose2)}.prevention:after{width:14px;height:5px;border-radius:99px;transform:translate(-50%,-50%) rotate(-38deg)}
.wellbeing:before{width:24px;height:24px;border-radius:50% 0 50% 50%;transform:translate(-50%,-50%) rotate(45deg)}.wellbeing:after{width:4px;height:20px;border-radius:99px;top:68%}
.group:before{width:18px;height:18px;border-radius:50%;box-shadow:-16px 7px 0 var(--rose2),16px 7px 0 var(--rose2)}
.group:after{width:38px;height:12px;border-radius:99px;top:68%}
.photo-band{display:grid;grid-template-columns:1fr .85fr 1fr;border-block:1px solid var(--line);background:rgba(255,255,255,.04)}
.photo-band img{width:100%;height:390px;object-fit:cover}
.photo-band-text{display:flex;flex-direction:column;justify-content:center;text-align:center;padding:32px;background:#120b10}
.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}
.gallery-grid img{
  width:100%;height:290px;object-fit:cover;border-radius:22px;border:1px solid var(--line);box-shadow:0 16px 46px rgba(0,0,0,.26)
}
.gallery-grid .wide{grid-column:span 2}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{padding:26px}
.review-head{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;min-height:60px}
.avatar{
  width:56px;height:56px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--rose2),var(--rose));
  color:#1c0c09;font-weight:950;
}
.review-head p{margin:4px 0 0;color:var(--muted);font-size:13px}
.stars{color:#ffc05a;letter-spacing:.14em;margin:14px 0}
.contact{background:linear-gradient(135deg,rgba(216,121,105,.10),rgba(255,255,255,.03))}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:22px}
.contact-card{padding:38px}
.contact-list{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:13px;color:var(--muted)}
.contact-list a{color:var(--rose2)}
.map-card{overflow:hidden;min-height:430px}
.map-card iframe{width:100%;height:100%;min-height:430px;border:0;filter:grayscale(.52) invert(.88) contrast(.86);opacity:.88}
.footer{padding:70px 0 30px;border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(18,11,16,.92),rgba(8,5,7,1))}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr;gap:30px}
.footer-brand img{width:92px;height:92px;border-radius:50%;object-fit:cover;margin-bottom:16px}
.footer h3{margin:0 0 16px;text-transform:uppercase;letter-spacing:.12em;font-size:14px}
.footer a,.footer p,.footer-bottom{display:block;color:var(--muted);margin:9px 0;line-height:1.7}
.footer a:hover{color:var(--rose2)}
.footer-bottom{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11);font-size:14px}
.floating-instagram{
  position:fixed;right:22px;bottom:22px;z-index:40;
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(18,11,16,.82);
  border:1px solid rgba(255,180,166,.65);
  color:var(--rose2);
  box-shadow:0 0 0 8px rgba(216,121,105,.07),0 18px 45px rgba(0,0,0,.42),0 0 26px rgba(216,121,105,.28);
  backdrop-filter:blur(16px)
}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1080px){
  .btn-instagram{display:none}
  .menu{
    position:fixed;inset:96px 16px auto 16px;
    display:grid;gap:0;padding:16px;
    background:rgba(18,11,16,.97);
    border:1px solid var(--line);border-radius:22px;
    opacity:0;pointer-events:none;transform:translateY(-14px);transition:.2s;
  }
  .menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}
  .menu a{padding:13px}
  .menu-btn{display:block}
  .hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .service-grid,.review-grid,.footer-grid{grid-template-columns:1fr}
  .photo-band{grid-template-columns:1fr}
}
@media(max-width:720px){
  .container{width:min(100% - 28px,var(--max))}
  .header{top:8px;margin-top:8px}
  .nav{min-height:72px;border-radius:20px}
  .brand img{width:50px;height:50px}
  .brand strong{font-size:19px}
  .brand small{font-size:8px}
  .hero{padding:62px 0 20px}
  h1{max-width:none}
  .hero-card img{height:470px}
  .numbers{grid-template-columns:1fr}
  .hero-actions{display:grid}
  .btn{width:100%}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-grid .wide{grid-column:span 1}
  .section{padding:66px 0}
}

/* Correção: ícones coerentes + WhatsApp */
.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.btn-whatsapp{
  background:linear-gradient(135deg,#58f2bb,#21d887);
  color:#06110d;
  box-shadow:0 18px 38px rgba(33,216,135,.22);
}
.btn-whatsapp .svg-icon,
.btn-primary .svg-icon{
  width:22px;
  height:22px;
  flex:0 0 auto;
}
.service-icon{
  width:62px;
  height:62px;
  border-radius:20px;
  margin-bottom:18px;
  color:var(--rose2);
  background:rgba(216,121,105,.13);
  border:1px solid rgba(216,121,105,.24);
  display:flex;
  align-items:center;
  justify-content:center;
}
.service-svg{
  width:34px;
  height:34px;
  display:block;
}
.service-card .icon{
  display:none;
}
.floating-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:40;
  width:60px;
  height:60px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(18,11,16,.86);
  border:1px solid rgba(88,242,187,.72);
  color:#66ffc0;
  box-shadow:0 0 0 8px rgba(33,216,135,.08),0 18px 45px rgba(0,0,0,.42),0 0 26px rgba(33,216,135,.30);
  backdrop-filter:blur(16px);
}
.floating-whatsapp .svg-icon{
  width:31px;
  height:31px;
}
@media(max-width:1080px){
  .header-actions .btn-instagram{display:none}
}
@media(max-width:720px){
  .header-actions .btn-whatsapp{padding:0 16px;font-size:13px}
}

/* Ajuste final de escala: menos zoom e layout mais equilibrado */
:root{
  --max:1120px;
}
body{
  font-size:15px;
}
.container{
  width:min(var(--max),calc(100% - 56px));
}
.header{
  top:10px;
  margin-top:10px;
}
.nav{
  min-height:72px;
  padding:9px 16px;
  border-radius:22px;
}
.brand img{
  width:54px;
  height:54px;
}
.brand strong{
  font-size:21px;
}
.brand small{
  font-size:9px;
}
.menu{
  gap:17px;
  font-size:13px;
}
.btn{
  min-height:44px;
  padding:0 18px;
  font-size:13px;
}
.hero{
  padding:64px 0 28px;
}
.hero-grid{
  gap:24px;
  grid-template-columns:1.03fr .78fr;
}
h1{
  font-size:clamp(36px,4.9vw,66px);
  max-width:11.8ch;
}
h2{
  font-size:clamp(28px,3.1vw,46px);
}
.hero-lead,
.about-content p,
.section-head p,
.contact-card p{
  font-size:15.5px;
}
.hero-card img{
  height:520px;
}
.numbers{
  gap:11px;
  margin-top:24px;
}
.numbers article{
  padding:14px;
}
.numbers strong{
  font-size:25px;
}
.section{
  padding:64px 0;
}
.about-content{
  padding:32px;
}
.about-img img{
  min-height:410px;
}
.service-grid{
  gap:15px;
}
.service-card{
  padding:22px;
  border-radius:21px;
}
.service-card h3{
  font-size:18px;
}
.service-card p,
.review-card p{
  font-size:14.5px;
}
.service-icon{
  width:54px;
  height:54px;
  border-radius:17px;
}
.service-svg{
  width:30px;
  height:30px;
}
.photo-band img{
  height:320px;
}
.photo-band-text{
  padding:28px;
}

/* Galeria sem cortes: mantém proporção real das fotos */
.gallery-grid,
.gallery-grid.gallery-masonry{
  display:block;
  column-count:3;
  column-gap:16px;
}
.gallery-item{
  display:block;
  width:100%;
  margin:0 0 16px;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  border-radius:22px;
  overflow:hidden;
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
  box-shadow:0 16px 46px rgba(0,0,0,.25);
}
.gallery-grid img,
.gallery-item img,
.gallery-grid .wide{
  width:100%;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#0f0a0d;
}
.gallery-item:hover img{
  transform:scale(1.012);
}
.gallery-item img{
  transition:transform .24s ease;
}

/* Rodapé premium melhorado */
.footer{
  padding:54px 0 28px;
  border-top:1px solid var(--line);
  background:
    radial-gradient(circle at 14% 0%, rgba(216,121,105,.17), transparent 32%),
    linear-gradient(180deg,rgba(18,11,16,.96),rgba(7,4,6,1));
}
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:0 0 30px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:18px;
  max-width:620px;
}
.footer-brand img{
  width:78px;
  height:78px;
  border-radius:50%;
  object-fit:cover;
  box-shadow:0 0 0 2px rgba(255,255,255,.25),0 0 0 6px rgba(216,121,105,.16);
  margin:0;
}
.footer-brand h2{
  margin:0 0 6px;
  font-size:29px;
  max-width:none;
}
.footer-brand p{
  margin:0;
  color:var(--muted);
}
.footer-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:linear-gradient(135deg,#58f2bb,#21d887);
  color:#06110d;
  font-weight:900;
  box-shadow:0 18px 38px rgba(33,216,135,.20);
  white-space:nowrap;
}
.footer-cta .svg-icon{
  width:22px;
  height:22px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr 1.2fr;
  gap:28px;
  padding:28px 0 0;
}
.footer-col h3{
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:13px;
  color:#fff;
}
.footer-col a,
.footer-col span,
.footer-col p{
  display:block;
  margin:9px 0;
  color:var(--muted);
  line-height:1.65;
}
.footer-col a:hover{
  color:var(--rose2);
}
.footer-bottom{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:var(--muted);
  font-size:13px;
}

/* Responsivo */
@media(max-width:1080px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-card img{
    height:500px;
  }
  .gallery-grid,
  .gallery-grid.gallery-masonry{
    column-count:2;
  }
  .footer-top{
    display:grid;
    align-items:start;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:720px){
  .container{
    width:min(100% - 28px,var(--max));
  }
  .hero{
    padding:52px 0 20px;
  }
  h1{
    font-size:clamp(34px,12vw,48px);
    max-width:none;
  }
  h2{
    font-size:clamp(28px,9vw,40px);
  }
  .hero-card img{
    height:auto;
    max-height:none;
  }
  .about-img img{
    min-height:0;
    height:auto;
  }
  .gallery-grid,
  .gallery-grid.gallery-masonry{
    column-count:1;
  }
  .footer-brand{
    align-items:flex-start;
  }
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    display:grid;
    text-align:center;
    justify-content:center;
  }
  .footer-cta{
    width:100%;
    justify-content:center;
  }
}

/* Correção visual do botão WhatsApp no rodapé */
.footer-cta{
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#fff8f4 !important;
  font-weight:900;
  background:
    linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.035)) !important;
  border:1px solid rgba(255,180,166,.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 38px rgba(0,0,0,.30),
    0 0 22px rgba(216,121,105,.12) !important;
  backdrop-filter:blur(16px);
  transition:.22s ease;
}
.footer-cta:hover{
  transform:translateY(-2px);
  border-color:rgba(255,180,166,.58);
  background:
    linear-gradient(135deg, rgba(216,121,105,.28), rgba(255,255,255,.055)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 18px 42px rgba(0,0,0,.36),
    0 0 26px rgba(216,121,105,.22) !important;
}
.footer-cta .svg-icon{
  width:21px;
  height:21px;
  color:#45f0a4;
  filter:drop-shadow(0 0 8px rgba(69,240,164,.22));
}
.footer-top{
  align-items:center;
}
@media(max-width:720px){
  .footer-cta{
    width:100%;
    max-width:320px;
    justify-self:start;
  }
}

/* Correção de alinhamento do rodapé e botão */
.footer-top{
  display:grid !important;
  grid-template-columns:1fr auto;
  align-items:center !important;
  gap:32px;
}

.footer-brand{
  display:flex !important;
  align-items:center !important;
  gap:18px;
}

.footer-brand h2,
.footer-brand p{
  text-align:left;
}

.footer-cta{
  height:52px !important;
  min-height:52px !important;
  min-width:236px;
  padding:0 24px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1 !important;
  gap:10px !important;
  white-space:nowrap;
}

.footer-cta .svg-icon{
  display:block !important;
  flex:0 0 21px !important;
  width:21px !important;
  height:21px !important;
  margin:0 !important;
  transform:none !important;
}

.footer-grid{
  grid-template-columns:repeat(3, 1fr) !important;
  align-items:start !important;
}

.footer-col{
  display:flex;
  flex-direction:column;
}

.footer-col h3{
  line-height:1.2;
}

.footer-col a,
.footer-col span,
.footer-col p{
  line-height:1.65;
}

.footer-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  text-align:center;
}

@media(max-width:900px){
  .footer-top{
    grid-template-columns:1fr !important;
    justify-items:start;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
  }

  .footer-cta{
    width:100%;
    max-width:320px;
  }

  .footer-bottom{
    display:grid !important;
    justify-content:center !important;
    gap:8px;
  }
}

@media(max-width:620px){
  .footer-brand{
    align-items:center !important;
  }

  .footer-brand h2,
  .footer-brand p,
  .footer-col,
  .footer-col h3,
  .footer-col a,
  .footer-col span,
  .footer-col p{
    text-align:center !important;
  }

  .footer-brand{
    flex-direction:column;
  }

  .footer-top{
    justify-items:center;
  }
}
