:root {
  --bg: #071217;
  --panel: rgba(14, 26, 34, 0.8);
  --panel-solid: #0d1b22;
  --panel-light: #112630;
  --text: #f4fbfe;
  --muted: #b0c7d0;
  --line: rgba(135, 198, 214, 0.18);
  --accent: #2cc8d0;
  --accent-2: #86eef1;
  --accent-dark: #1aa4ab;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100vw - 32px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(44, 200, 208, 0.15), transparent 22%),
    radial-gradient(circle at 90% 10%, rgba(134, 238, 241, 0.12), transparent 18%),
    linear-gradient(180deg, #061117 0%, #08161c 40%, #050d12 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin: 0 auto; }
.page-glow { position: fixed; pointer-events: none; inset: auto; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .22; z-index: 0; }
.glow-1 { top: -120px; right: -120px; background: var(--accent); }
.glow-2 { bottom: -150px; left: -100px; background: #1c7c84; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(4, 10, 14, .76);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 90px;
}
.brand img { height: 62px; width: 270px; object-fit: contain; object-position: left center; }
.site-nav, .nav-actions { display: flex; align-items: center; gap: 12px; }
.site-nav a {
  padding: 10px 14px; border-radius: 999px; color: var(--muted); font-weight: 600; font-size: 0.96rem;
}
.site-nav a:hover { background: rgba(255,255,255,.04); color: white; }
.icon-btn, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; transition: .25s ease;
}
.icon-btn {
  width: 48px; height: 48px; background: rgba(255,255,255,.04); border: 1px solid var(--line);
}
.icon-btn svg, .btn svg, .floating-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
.btn {
  min-height: 50px; padding: 0 20px; font-weight: 700; letter-spacing: .01em;
}
.btn-primary {
  color: #02262b;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  box-shadow: 0 12px 30px rgba(44, 200, 208, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-secondary {
  color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.03);
}
.btn-secondary:hover, .icon-btn:hover { background: rgba(255,255,255,.07); transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 0; padding: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; border-radius: 999px; }
.hero { position: relative; padding: 82px 0 44px; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .88fr; gap: 34px; align-items: center; }
.eyebrow, .section-tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--accent-2); background: rgba(44, 200, 208, 0.08); border: 1px solid rgba(44, 200, 208, 0.14);
}
.hero h1, .section h2, .cta-box h2 {
  margin: 18px 0 18px; font-family: 'Playfair Display', serif; line-height: .98; letter-spacing: -.03em;
}
.hero h1 { font-size: clamp(3rem, 7vw, 5.35rem); max-width: 11ch; }
.hero p, .section-head p, .text-block p, .contact-card p, .metric-card p { color: var(--muted); line-height: 1.78; font-size: 1.03rem; }
.hero-points {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0 34px;
}
.hero-points div, .metric-card, .info-card, .feature-card, .testimonial-card, .contact-card, .cta-box, .hero-card {
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-points div {
  padding: 16px 18px; background: rgba(255,255,255,.03);
}
.hero-points strong { display: block; font-size: 1.4rem; color: white; }
.hero-points span { display: block; margin-top: 4px; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-card {
  padding: 26px; background: linear-gradient(180deg, rgba(17, 34, 42, 0.8), rgba(11, 21, 27, 0.9));
}
.hero-logo { border-radius: 24px; overflow: hidden; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.08); }
.hero-card-content h2 { margin: 0; font-size: 2rem; font-family: 'Playfair Display', serif; }
.hero-card-content > p { margin: 6px 0 18px; color: var(--accent-2); }
.hero-card-content ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }
.trust-strip { padding: 12px 0 18px; position: relative; z-index: 1; }
.trust-grid, .cards-grid, .feature-grid, .testimonial-grid, .contact-grid, .footer-grid {
  display: grid; gap: 20px;
}
.trust-grid { grid-template-columns: repeat(3, 1fr); }
.metric-card { padding: 22px; background: rgba(255,255,255,.03); }
.metric-label { display: inline-block; margin-bottom: 8px; color: var(--accent-2); font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; }
.metric-card h3 { margin: 0 0 10px; font-size: 1.4rem; }
.section { padding: 84px 0; position: relative; z-index: 1; }
.section-head { margin-bottom: 28px; }
.section-head.center { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.section h2, .cta-box h2 { font-size: clamp(2.3rem, 5vw, 4rem); max-width: 14ch; }
.section-head.center h2 { margin-left: auto; margin-right: auto; }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: start; }
.text-block p + p { margin-top: 16px; }
.cards-grid { grid-template-columns: repeat(3, 1fr); }
.info-card, .feature-card, .testimonial-card, .contact-card {
  padding: 24px; background: rgba(255,255,255,.03);
}
.card-icon {
  width: 56px; height: 56px; border-radius: 18px; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(134, 238, 241, 0.2), rgba(44, 200, 208, 0.05));
  border: 1px solid rgba(134, 238, 241, 0.12);
  position: relative;
}
.card-icon::before, .card-icon::after { content: ""; position: absolute; inset: 50%; transform: translate(-50%, -50%); background: var(--accent-2); }
.pilates-icon::before { width: 26px; height: 4px; border-radius: 999px; }
.pilates-icon::after { width: 4px; height: 26px; border-radius: 999px; }
.physio-icon::before { width: 30px; height: 18px; border-radius: 10px 10px 10px 2px; }
.physio-icon::after { width: 12px; height: 12px; border-radius: 50%; left: 70%; top: 34%; }
.release-icon::before { width: 20px; height: 20px; border-radius: 50%; box-shadow: -12px 0 0 var(--accent-2), 12px 0 0 var(--accent-2); background: transparent; }
.release-icon::after { width: 4px; height: 30px; border-radius: 999px; }
.posture-icon::before { width: 4px; height: 28px; border-radius: 999px; }
.posture-icon::after { width: 24px; height: 4px; border-radius: 999px; top: 68%; }
.ortho-icon::before { width: 24px; height: 8px; border-radius: 999px; transform: translate(-50%, -50%) rotate(35deg); }
.ortho-icon::after { width: 24px; height: 8px; border-radius: 999px; transform: translate(-50%, -50%) rotate(-35deg); }
.wellness-icon::before { width: 18px; height: 18px; border-radius: 50% 0 50% 50%; transform: translate(-50%, -50%) rotate(45deg); }
.wellness-icon::after { width: 4px; height: 18px; border-radius: 999px; top: 63%; }
.info-card h3, .feature-card h3, .contact-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.info-card p, .feature-card p { margin: 0; color: var(--muted); line-height: 1.72; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.review-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.review-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #072127; font-weight: 800;
}
.review-head h3 { margin: 0 0 4px; font-size: 1.05rem; }
.review-head span { color: var(--muted); font-size: .92rem; }
.stars { margin-bottom: 12px; color: #ffd66e; letter-spacing: .18em; }
.testimonial-card p { margin: 0; color: var(--muted); line-height: 1.74; }
.cta-box {
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  padding: 30px; background: linear-gradient(135deg, rgba(44, 200, 208, 0.12), rgba(255,255,255,.03));
}
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-grid { grid-template-columns: 1fr 1fr; }
.contact-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; color: var(--muted); line-height: 1.7; }
.contact-list a { color: var(--accent-2); }
.map-card { display: flex; flex-direction: column; justify-content: center; }
.site-footer {
  padding: 28px 0 40px; border-top: 1px solid rgba(255,255,255,.05); background: rgba(2, 8, 11, .45);
}
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; align-items: start; }
.footer-logo { height: 64px; width: 285px; object-fit: contain; object-position: left center; margin-bottom: 14px; }
.site-footer h4 { margin: 8px 0 14px; }
.site-footer p, .site-footer a { display: block; color: var(--muted); margin: 0 0 8px; line-height: 1.7; }
.floating-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 30; width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; color: #032327; background: linear-gradient(135deg, #54f2c1, #1adf9d); box-shadow: 0 18px 35px rgba(9, 144, 96, .35);
}

@media (max-width: 1080px) {
  .site-nav { position: fixed; top: 90px; left: 16px; right: 16px; padding: 12px; border-radius: 24px; background: rgba(5,10,14,.96); border: 1px solid var(--line); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
  .menu-toggle { display: block; }
  .hero-grid, .split-layout, .cta-box, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid, .cards-grid, .feature-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-actions .icon-btn { display: none; }
}
@media (max-width: 760px) {
  .nav-wrap { min-height: 78px; }
  .brand img { height: 62px; width: 270px; object-fit: contain; object-position: left center; }
  .btn { min-height: 48px; }
  .hero { padding-top: 54px; }
  .hero h1 { max-width: none; }
  .hero-points, .trust-grid, .cards-grid, .feature-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .section h2, .cta-box h2 { max-width: none; }
}

/* Correção final: logo horizontal e WhatsApp premium */
.site-header{
  background: rgba(3,10,13,.88);
}
.nav-wrap{
  min-height: 96px;
}
.brand{
  display:flex;
  align-items:center;
  min-width:285px;
}
.btn-primary{
  background: linear-gradient(135deg, #69f4f1, #2cc8d0);
  color:#032327;
  border: 1px solid rgba(134,238,241,.56);
  box-shadow: 0 18px 42px rgba(44,200,208,.24);
}
.btn-primary .wpp-mark{
  width:22px;
  height:22px;
  color:#032327;
}
.floating-whatsapp{
  width:58px;
  height:58px;
  right:22px;
  bottom:22px;
  color:#72ffff;
  background:rgba(4,16,20,.86);
  border:1px solid rgba(103,243,242,.78);
  box-shadow:0 0 0 8px rgba(44,200,208,.08), 0 18px 45px rgba(0,0,0,.42), 0 0 28px rgba(44,200,208,.36);
  backdrop-filter:blur(18px);
}
.floating-whatsapp .wpp-mark{
  width:31px;
  height:31px;
}
.map-pin{
  color:var(--accent-2);
  font-size:20px;
  line-height:1;
}
.site-footer{
  background:linear-gradient(180deg, rgba(2,8,11,.72), rgba(2,7,10,.98));
  padding:38px 0 46px;
}
.site-footer .footer-grid{
  align-items:center;
}
@media (max-width: 760px){
  .brand{ min-width: 190px; }
  .brand img{ height:50px; width:200px; }
  .footer-logo{ height:52px; width:220px; }
  .nav-actions .btn-primary{ padding:0 15px; }
}

/* Google Maps incorporado */
.google-map-box{
  width:100%;
  height:320px;
  margin:20px 0 18px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(134,238,241,.22);
  box-shadow:0 18px 45px rgba(0,0,0,.30);
  background:rgba(255,255,255,.03);
}
.google-map-box iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  filter: grayscale(.25) contrast(1.02) brightness(.88);
}
.map-route-btn{
  width:100%;
}
@media (max-width:760px){
  .google-map-box{height:280px}
}
