
:root{
  --navy:#102942; --navy-2:#183b5c; --gold:#c9a45b; --gold-dark:#9c762f;
  --ink:#1d2732; --muted:#5f6b77; --light:#f3f6f8; --white:#fff; --line:#dfe6eb;
  --shadow:0 18px 50px rgba(16,41,66,.12); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65;background:#fff}
img{max-width:100%;display:block} a{color:inherit} h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.13;color:var(--navy);margin-top:0}
h1{font-size:clamp(2.6rem,6vw,5.4rem)} h2{font-size:clamp(2rem,4vw,3.5rem)} h3{font-size:1.45rem}
p{margin:0 0 1rem}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,235,.8)}
.header-inner{min-height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;text-decoration:none;margin-right:auto}.brand-logo{width:62px;height:62px;flex:0 0 auto}
.main-nav{display:flex;gap:20px;align-items:center}.nav-link{text-decoration:none;font-size:.92rem;font-weight:650;color:#334353;padding:31px 0 28px;border-bottom:3px solid transparent}.nav-link:hover,.nav-link.active{color:var(--navy);border-color:var(--gold)}
.menu-button{display:none;border:1px solid var(--line);background:white;border-radius:10px;padding:10px 13px;font-weight:700;color:var(--navy)}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:750;border:1px solid transparent;transition:.2s}.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:#142536}.button-navy{background:var(--navy);color:#fff}.button-outline{border-color:rgba(255,255,255,.7);color:#fff}
.hero{background:linear-gradient(120deg,var(--navy),#1c4d72);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(201,164,91,.25);border-radius:50%;right:-200px;top:-250px}
.hero-grid{min-height:680px;display:grid;grid-template-columns:1.18fr .82fr;gap:50px;align-items:center;position:relative;z-index:1}.eyebrow{letter-spacing:.2em;text-transform:uppercase;font-size:.78rem;font-weight:800;color:var(--gold);margin-bottom:18px}.hero h1,.dark h1,.dark h2{color:#fff}.hero p{font-size:1.18rem;color:#dbe7f0;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-visual{min-height:460px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.17);display:grid;place-items:center;box-shadow:var(--shadow)}
.hero-visual img{width:78%;filter:drop-shadow(0 25px 30px rgba(0,0,0,.25))}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 0}.trust-item strong{display:block;color:var(--navy);font-family:Georgia,serif;font-size:1.22rem}.trust-item span{font-size:.88rem;color:var(--muted)}
.section{padding:92px 0}.section-light{background:var(--light)}.section-head{max-width:800px;margin-bottom:44px}.section-head p{color:var(--muted);font-size:1.08rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:36px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 30px rgba(16,41,66,.06)}.card p{color:var(--muted)}.card-link{text-decoration:none;transition:.2s}.card-link:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.icon-badge{width:48px;height:48px;border-radius:14px;background:#f6ead1;color:var(--gold-dark);display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.portrait-placeholder{min-height:520px;border-radius:30px;background:linear-gradient(160deg,#dfe8ee,#f7f9fa);border:1px solid var(--line);display:flex;align-items:end;padding:38px;position:relative;overflow:hidden}.portrait-placeholder:before{content:"FH";position:absolute;font-family:Georgia,serif;font-size:12rem;color:rgba(16,41,66,.07);right:15px;top:20px}.portrait-placeholder div{position:relative;z-index:1}
.list-check{list-style:none;padding:0;margin:24px 0}.list-check li{padding:9px 0 9px 30px;position:relative}.list-check li:before{content:"✓";position:absolute;left:0;color:var(--gold-dark);font-weight:900}
.page-hero{padding:88px 0 72px;background:linear-gradient(120deg,var(--navy),#1b4a70);color:#fff}.page-hero h1{color:#fff;margin-bottom:18px}.page-hero p{max-width:780px;font-size:1.15rem;color:#d9e6ef}
.anchor-nav{position:sticky;top:87px;background:#fff;border-bottom:1px solid var(--line);z-index:20;overflow:auto}.anchor-nav .container{display:flex;gap:10px;padding:14px 0}.anchor-nav a{white-space:nowrap;text-decoration:none;background:var(--light);padding:8px 14px;border-radius:999px;font-size:.86rem;font-weight:700;color:var(--navy)}
.condition{padding:56px 0;border-bottom:1px solid var(--line);scroll-margin-top:155px}.condition-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.condition h2{font-size:2.3rem}.label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:850;color:var(--gold-dark)}
.treatment-box{background:var(--light);border-radius:20px;padding:24px}.treatment-box ul{margin:0;padding-left:20px}.treatment-box li{margin-bottom:8px}
.notice{border-left:4px solid var(--gold);background:#fff7e7;padding:20px 22px;border-radius:0 14px 14px 0;color:#5e4a21}
.rehab-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.exercise{overflow:hidden;padding:0}.exercise img{width:100%;aspect-ratio:3/2;object-fit:cover}.exercise-content{padding:26px}.exercise ol{padding-left:20px}.exercise li{margin-bottom:8px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.phase{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.phase span{display:inline-block;color:var(--gold-dark);font-weight:850;margin-bottom:10px}
.cta{background:var(--navy);color:#fff;padding:72px 0}.cta h2{color:#fff}.cta-grid{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta p{color:#d8e4ed;max-width:680px}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.contact-card{background:var(--navy);color:#fff;border-radius:28px;padding:36px}.contact-card h2,.contact-card h3{color:#fff}.form{display:grid;gap:16px}.form label{font-weight:700;color:var(--navy)}.form input,.form textarea,.form select{width:100%;padding:14px 16px;border:1px solid #ccd6dd;border-radius:12px;font:inherit}.form textarea{min-height:140px;resize:vertical}
.site-footer{background:#0b2033;color:#cbd8e1;padding:64px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px}.footer-grid h3{color:#fff;font-family:inherit;font-size:1rem}.footer-grid a{color:#e6eef4}.footer-logo{width:250px;margin-bottom:20px}.footer-bottom{margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:20px;font-size:.82rem}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;background:#1f9d5b;color:white;text-decoration:none;padding:13px 18px;border-radius:999px;font-weight:800;box-shadow:0 15px 35px rgba(0,0,0,.25)}
.prose{max-width:820px}.prose h2{margin-top:44px}.prose a{color:var(--navy-2)}
@media(max-width:1000px){.header-cta{display:none}.menu-button{display:block}.main-nav{display:none;position:absolute;left:20px;right:20px;top:78px;background:white;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.nav-link{padding:10px;border-bottom:0}.brand-logo{width:62px;height:62px;flex:0 0 auto}.hero-grid,.split,.grid-2,.condition-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:70px 0}.hero-visual{min-height:330px}.grid-4,.timeline{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.section{padding:68px 0}.grid-3,.grid-4,.rehab-grid,.timeline,.trust-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero-visual{display:none}.brand-logo{width:62px;height:62px;flex:0 0 auto}.footer-bottom,.cta-grid{flex-direction:column;align-items:flex-start}.anchor-nav{top:77px}.page-hero{padding:60px 0 50px}}

.doctor-photo{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center top;
  border-radius:30px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.hero-doctor-photo{
  width:82%;
  max-width:430px;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center top;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.2);
}
.address-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  box-shadow:0 8px 30px rgba(16,41,66,.06);
}

.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:1.24rem;letter-spacing:.01em;color:var(--navy)}
.brand-copy small{font-size:.70rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-top:7px;font-weight:700}
@media(max-width:1000px){
  .header-inner{min-height:74px;gap:14px}
  .brand-logo{width:50px;height:50px}
}
@media(max-width:520px){
  .brand-copy strong{font-size:1rem}
  .brand-copy small{font-size:.56rem;letter-spacing:.08em}
  .brand-logo{width:44px;height:44px}
  .menu-button{padding:8px 10px;font-size:.9rem}
}

.brand-approved{display:flex;align-items:center;text-decoration:none;margin-right:auto;min-width:0}
.approved-logo{display:block;width:390px;max-width:44vw;height:auto;object-fit:contain}
@media(max-width:1000px){.approved-logo{width:330px;max-width:66vw}}
@media(max-width:700px){.approved-logo{width:290px;max-width:68vw}}
@media(max-width:520px){.approved-logo{width:235px;max-width:64vw}}

/* Home atualizada: fundo branco e mensagem de qualidade de vida */
.hero{
  background:#ffffff !important;
  color:var(--ink) !important;
  border-bottom:1px solid var(--line);
}
.hero:after{
  border-color:rgba(201,164,91,.18) !important;
}
.hero h1{
  color:var(--navy) !important;
}
.hero p{
  color:var(--ink) !important;
}
.hero .button-outline{
  color:var(--navy) !important;
  border-color:var(--navy) !important;
  background:#fff;
}
.hero-grid{
  min-height:620px;
}
.hero-visual{
  min-height:500px;
  background:#fff !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:hidden;
  align-self:stretch;
}
.hero-life-photo{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:28px;
  box-shadow:var(--shadow);
}
@media(max-width:1000px){
  .hero-grid{padding:44px 0 62px}
  .hero-visual{display:block;min-height:360px}
}
@media(max-width:700px){
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{display:block;min-height:300px}
  .hero-life-photo{border-radius:22px}
}

/* Logo aprovado com fundo transparente */
.site-header,
.header-inner,
.brand-approved,
.approved-logo {
  background:#ffffff !important;
}
.approved-logo {
  mix-blend-mode:normal !important;
  box-shadow:none !important;
  border:0 !important;
}

/* Rodapé branco com o mesmo logo do cabeçalho */
.site-footer{
  background:#ffffff !important;
  color:var(--muted) !important;
  border-top:1px solid var(--line);
}
.site-footer h3{
  color:var(--navy) !important;
}
.site-footer a{
  color:var(--navy) !important;
}
.footer-grid{
  align-items:start;
}
.footer-brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  margin-bottom:22px;
  background:#fff;
}
.footer-approved-logo{
  display:block;
  width:360px;
  max-width:100%;
  height:auto;
  background:#fff;
  box-shadow:none;
  border:0;
}
.footer-bottom{
  border-top:1px solid var(--line) !important;
  color:var(--muted) !important;
}
@media(max-width:700px){
  .footer-approved-logo{
    width:310px;
    max-width:92vw;
  }
  .site-footer{
    padding-top:46px;
  }
}

/* Ilustrações profissionais de reabilitação */
.exercise img,
.grid-4 .card img{
  background:#ffffff;
  object-fit:contain !important;
  object-position:center;
  padding:8px;
}
.exercise img{
  aspect-ratio:4/3 !important;
  border-bottom:1px solid var(--line);
}
.grid-4 .card img{
  aspect-ratio:4/3;
  width:100%;
  border-radius:16px;
}

.logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px}.logo-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px;display:flex;justify-content:center;align-items:center}.logo-card img{max-width:100%;max-height:60px;object-fit:contain}
#convenios{margin-top:0!important;padding-top:10px!important}.rehabilitacao,#reabilitacao{margin-bottom:10px!important;padding-bottom:10px!important}
/* v8 branding improvements */
.site-header .approved-logo,
.site-header .footer-approved-logo,
.site-header .brand img,
header .brand img{
  max-height:90px !important;
  width:auto !important;
  transform:scale(1.3);
  transform-origin:left center;
}
.site-header,.header-inner{padding-top:6px!important;padding-bottom:6px!important;min-height:92px!important;}
.hero h1{font-size:clamp(2rem,4vw,3rem)!important;line-height:1.15!important;}

.site-header,.header-inner{min-height:82px!important;padding:4px 0!important}.site-header .approved-logo,.site-header .brand img{max-height:74px!important;transform:scale(1.6)!important;transform-origin:left center}.hero h1{font-size:clamp(1.8rem,3vw,2.5rem)!important}.button-primary,.btn-primary{padding:16px 28px!important;font-weight:700}

/* Hero title lighter */
.hero h1,
.hero-title,
h1.display-title{
  font-weight:600 !important;
  letter-spacing:-0.02em;
}


/* Header alignment fix */
header,.site-header,.header,.top-header{overflow:visible!important}
.logo-wrap,.brand,.header-inner{margin-bottom:0!important;padding-bottom:0!important}
.header-divider,.header-border{width:100%!important;left:0!important;right:0!important}


/* Move logo slightly upward */
.logo-container,.logo-wrapper,.brand,.header-brand,.approved-logo,.brand img{
  position:relative!important;
  top:-8px!important;
}

/* PRP feature and dedicated page */
.prp-feature{
  padding:78px 0;
  background:linear-gradient(135deg,#102942 0%,#183d60 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.prp-feature:before{
  content:"";
  position:absolute;
  width:420px;height:420px;border:1px solid rgba(201,164,91,.25);
  border-radius:50%;right:-140px;top:-180px;
}
.prp-feature-grid,.prp-page-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:56px;
  align-items:center;
}
.prp-feature h2{color:#fff;font-size:clamp(2.1rem,4vw,3.7rem);margin-bottom:10px}
.prp-feature h3{color:#e9cf98;font-size:clamp(1.2rem,2vw,1.55rem);margin:0 0 24px}
.prp-feature p{color:#eef4f7;max-width:720px}
.prp-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#c9a45b!important;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-size:.78rem;
}
.prp-feature-visual img,.prp-page-hero img{
  width:100%;height:auto;display:block;border-radius:28px;
}
.prp-home-points{
  display:flex;flex-wrap:wrap;gap:10px;margin:24px 0;
}
.prp-home-points span{
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
  border-radius:999px;padding:9px 13px;font-size:.9rem;
}
.prp-feature .button-outline{border-color:#fff!important;color:#fff!important;background:transparent!important}
.prp-note{font-size:.86rem;opacity:.82;margin-top:20px}

.prp-page-hero{padding:72px 0;background:#f7f4ed;border-bottom:1px solid var(--line)}
.prp-page-hero h1{font-size:clamp(2.3rem,5vw,4.4rem);color:var(--navy);margin-bottom:8px}
.prp-page-hero h2{font-size:clamp(1.25rem,2.2vw,1.7rem);color:#8f7135;font-weight:600}
.prp-page-hero p{font-size:1.13rem;max-width:690px}
.prp-readable{max-width:900px}
.prp-readable>p{font-size:1.08rem;line-height:1.8}
.prp-callout{
  margin-top:28px;padding:20px 22px;border-left:5px solid var(--gold);
  background:#f7f4ed;border-radius:0 16px 16px 0;
}
.prp-process-image,.prp-mechanism-image{display:block;width:100%;height:auto;margin:30px 0}
.prp-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.prp-step-grid article{
  padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;
}
.prp-step-grid strong{color:var(--navy);font-size:1.05rem}
.prp-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.check-list{padding-left:0;list-style:none}
.check-list li{position:relative;padding:8px 0 8px 30px}
.check-list li:before{content:"✓";position:absolute;left:0;color:#a67c2d;font-weight:800}
.prp-benefit-grid .card{min-height:185px}
.prp-readable details{
  border-bottom:1px solid var(--line);padding:18px 0;
}
.prp-readable summary{cursor:pointer;color:var(--navy);font-weight:700;font-size:1.05rem}
.prp-readable details p{margin:12px 0 0;line-height:1.7}
.prp-references{font-size:.92rem;background:#fafafa}
.prp-references ul{padding-left:20px}
.prp-references a{text-decoration:underline}
@media(max-width:900px){
  .prp-feature-grid,.prp-page-hero-grid,.prp-two-columns{grid-template-columns:1fr}
  .prp-feature-visual{max-width:650px;margin:0 auto}
  .prp-step-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .prp-feature{padding:54px 0}
  .prp-step-grid{grid-template-columns:1fr}
  .prp-feature h2{font-size:2.15rem}
}

/* PRP premium medical illustrations */
.prp-feature-visual img,.prp-page-hero img,.prp-process-image,.prp-mechanism-image{
  width:100%;object-fit:cover;border-radius:24px;
  box-shadow:0 22px 55px rgba(16,41,66,.18);
  border:1px solid rgba(201,164,91,.22);
}
.prp-feature-visual img,.prp-page-hero img{aspect-ratio:16/7}
.prp-process-image{aspect-ratio:8/1}
.prp-mechanism-image{aspect-ratio:2.4/1}
@media(max-width:700px){
  .prp-feature-visual img,.prp-page-hero img{aspect-ratio:16/9}
  .prp-process-image{aspect-ratio:3/1}
  .prp-mechanism-image{aspect-ratio:1.6/1}
}

/* Fix PRP illustrations cropping */
.prp-process-image,
.prp-mechanism-image,
.prp-feature-visual img,
.prp-page-hero img{
  object-fit:contain !important;
  aspect-ratio:auto !important;
  height:auto !important;
  background:#fff;
}

.prp-feature h2,.section-head h2{font-size:clamp(2.6rem,5vw,4rem)!important;font-weight:800!important;line-height:1.1!important;}





/* v40 reduce PRP/section title size to match hero */
.prp-feature h2,
.prp-page-hero h1,
.section-head h2{
  font-size: clamp(2rem,3.2vw,3rem) !important;
  line-height:1.08 !important;
}
.exercise-video-link{margin-top:12px}.exercise-video-link a{display:inline-flex;padding:8px 14px;border:1px solid currentColor;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-decoration:none}
/* Centraliza os botões VIDEO na base dos cards de exercícios */
.exercise-video-link{
  margin-top:auto !important;
  padding-top:14px;
  text-align:center !important;
  width:100%;
}
.exercise-video-link a{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin:0 auto;
}
.exercise-card, .rehab-card, .exercise-item{
  display:flex;
  flex-direction:column;
}

/* Dois espaçamentos antes de "Fases gerais da recuperação" */
.fases-recuperacao-title{margin-top:2.4em !important;}
.fases-recuperacao-spacer{height:2.4em;}

/* Folder de Exercícios */
.folder-exercicios-section{padding-top:72px;padding-bottom:72px}
.folder-exercicios-head{text-align:center;max-width:820px;margin:0 auto 28px}
.folder-exercicios-head h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:700}
.folder-exercicios-card{max-width:1100px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 16px 38px rgba(16,41,66,.10)}
.folder-preview-link{display:block}
.folder-preview-link img{display:block;width:100%;height:auto;border-radius:16px}
.folder-exercicios-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.folder-exercicios-actions .button{min-width:150px}
@media(max-width:600px){
  .folder-exercicios-card{padding:10px;border-radius:18px}
  .folder-preview-link img{border-radius:12px}
}

/* Reabilitação por fases */
.phase-link-wrapper{display:block;color:inherit;text-decoration:none}
.phase-link-wrapper:hover{transform:translateY(-2px)}
.phase-exercise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.phase-exercise-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(16,41,66,.08)}
.phase-exercise-card img{width:100%;height:auto;display:block;background:#fff}
.phase-exercise-copy{padding:22px;display:flex;flex-direction:column;flex:1}
.phase-exercise-copy h2{font-size:1.35rem;margin:0 0 12px;color:var(--navy)}
.phase-exercise-copy p{line-height:1.65}
.phase-frequency{font-weight:700;color:var(--navy);margin-top:auto;padding-top:12px}
.phase-video-button{display:inline-flex;align-items:center;justify-content:center;align-self:center;margin-top:14px;padding:8px 16px;border:1px solid currentColor;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-decoration:none}
.rehab-phase-hero .button{margin-top:16px}
@media(max-width:760px){.phase-exercise-grid{grid-template-columns:1fr}}

/* v43 - ilustrações dos exercícios: somente manequim */
.phase-exercise-card img{
  width:100%;
  height:260px;
  object-fit:contain !important;
  object-position:center;
  background:#fff;
  padding:12px;
}
@media(max-width:760px){
  .phase-exercise-card img{height:240px}
}

/* v44 - imagem limpa: apenas demonstração do movimento */
.phase-exercise-card img{
  height:280px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:18px !important;
  background:#fff !important;
}

/* v46 - Fases 2 e 3 no mesmo padrão visual da Fase 1 */
.phase-exercise-card img{
  height:300px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  padding:18px !important;
}

.phase-exercise-card img{width:100%!important;height:360px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;padding:8px!important}@media(max-width:760px){.phase-exercise-card img{height:320px!important}}

/* v49 — cabeçalho mais alto + logotipo 30% maior em todas as páginas */
.site-header{
  min-height:130px !important;
}
.site-header .container,
.site-header .header-inner,
.site-header .nav-wrap{
  min-height:130px !important;
}
.site-header img,
.site-logo img,
.logo img,
.brand img{
  width:auto !important;
  max-width:none !important;
  transform-origin:left center;
}

/* Desktop */
@media (min-width: 769px){
  .site-header{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }
  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .brand img{
    height:104px !important;
  }
}

/* Mobile — área indicada na imagem */
@media (max-width: 768px){
  .site-header{
    min-height:178px !important;
    padding-top:18px !important;
    padding-bottom:18px !important;
  }
  .site-header .container,
  .site-header .header-inner,
  .site-header .nav-wrap{
    min-height:142px !important;
    align-items:center !important;
  }
  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .brand img{
    height:130px !important;
    width:auto !important;
    object-fit:contain !important;
  }
  .site-header .menu-toggle,
  .site-header .nav-toggle{
    flex:0 0 auto;
    align-self:center;
  }
}

/* v50 — aumento efetivo de 30% do logo Fábio Helmer, mantendo o cabeçalho da v49 */
.site-header .brand,
.site-header .logo,
.site-header .site-logo,
.site-header a[aria-label*="Fábio"],
.site-header a[aria-label*="Fabio"]{
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
  width:auto !important;
  max-width:none !important;
}
.site-header .brand img,
.site-header .logo img,
.site-header .site-logo img,
.site-header a[href="index.html"] img{
  max-width:none !important;
  width:auto !important;
  height:auto !important;
  transform:scale(1.30) !important;
  transform-origin:left center !important;
}

/* reserva largura para o logo ampliado sem alterar a altura já aprovada */
@media (min-width:769px){
  .site-header .brand,
  .site-header .logo,
  .site-header .site-logo,
  .site-header a[href="index.html"]:has(img){
    margin-right:60px !important;
  }
}
@media (max-width:768px){
  .site-header .brand,
  .site-header .logo,
  .site-header .site-logo,
  .site-header a[href="index.html"]:has(img){
    margin-left:14px !important;
    max-width:72% !important;
  }
  .site-header .brand img,
  .site-header .logo img,
  .site-header .site-logo img,
  .site-header a[href="index.html"] img{
    transform:scale(1.30) !important;
    transform-origin:left center !important;
  }
}

/* v51 — correção definitiva do tamanho do logo do cabeçalho */
.site-header .brand-approved{
  overflow:visible !important;
  flex-shrink:0 !important;
}

.site-header .approved-logo{
  transform:none !important;
  top:0 !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  display:block !important;
}

/* 390px era a largura-base original no desktop; +30% = 507px */
@media (min-width:769px){
  .site-header .approved-logo{
    width:507px !important;
    max-width:46vw !important;
  }
}

/* 235px era a regra final efetiva no celular; +30% = 306px */
@media (max-width:768px){
  .site-header .approved-logo{
    width:306px !important;
    max-width:58vw !important;
  }
  .site-header .brand-approved{
    max-width:none !important;
    margin-left:0 !important;
    margin-right:auto !important;
  }
}

/* v52 — logo recortado (sem margem interna) + cabeçalho compacto */
.site-header{
  min-height:120px !important;
  padding:8px 0 !important;
}
.site-header .header-inner,
.site-header .container{
  min-height:104px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  align-items:center !important;
}
.site-header .brand-approved{
  overflow:visible !important;
  margin-right:auto !important;
  max-width:none !important;
}
.site-header .approved-logo{
  transform:none !important;
  top:0 !important;
  width:430px !important;
  max-width:42vw !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
}

@media(max-width:768px){
  .site-header{
    min-height:162px !important;
    padding:8px 0 !important;
  }
  .site-header .header-inner,
  .site-header .container{
    min-height:146px !important;
  }
  .site-header .approved-logo{
    width:335px !important;
    max-width:62vw !important;
  }
  .site-header .brand-approved{
    margin-left:0 !important;
  }
  .site-header .menu-button,
  .site-header .menu-toggle,
  .site-header .nav-toggle{
    align-self:center !important;
    flex:0 0 auto !important;
  }
}

/* v53 — ajuste final aprovado do logo */
@media (min-width:769px){
  .site-header .approved-logo{
    width:410px !important;
    max-width:41vw !important;
  }
}
@media (max-width:768px){
  .site-header .approved-logo{
    width:315px !important;
    max-width:60vw !important;
  }
}

/* v54 — tamanho do logo igual ao esboço aprovado */
@media (max-width:768px){
  .site-header .approved-logo{
    width:285px !important;
    max-width:285px !important;
    height:auto !important;
    max-height:none !important;
    transform:none !important;
  }
  .site-header .brand-approved{
    width:285px !important;
    max-width:calc(100vw - 112px) !important;
    overflow:visible !important;
    flex-shrink:0 !important;
  }
}
@media (min-width:769px){
  .site-header .approved-logo{
    width:430px !important;
    max-width:none !important;
    height:auto !important;
  }
}

/* v55 — correção real: sobrescreve a regra mais específica que bloqueava o aumento */
@media (max-width:768px){
  .site-header .brand.brand-approved img.approved-logo{
    width:315px !important;
    max-width:315px !important;
    height:auto !important;
    max-height:none !important;
    transform:none !important;
    top:0 !important;
    object-fit:contain !important;
  }
  .site-header .brand.brand-approved{
    width:315px !important;
    max-width:calc(100vw - 112px) !important;
    flex:0 0 auto !important;
    overflow:visible !important;
  }
}
@media (min-width:769px){
  .site-header .brand.brand-approved img.approved-logo{
    width:430px !important;
    max-width:none !important;
    height:auto !important;
    max-height:none !important;
    transform:none !important;
    top:0 !important;
  }
}

/* v56 — logo 10% menor que a v55 (tamanho aprovado no esboço/imagem 2) */
@media (max-width:768px){
  .site-header .brand.brand-approved img.approved-logo{
    width:284px !important;
    max-width:284px !important;
    height:auto !important;
    max-height:none !important;
    transform:none !important;
  }
  .site-header .brand.brand-approved{
    width:284px !important;
    max-width:calc(100vw - 112px) !important;
  }
}
@media (min-width:769px){
  .site-header .brand.brand-approved img.approved-logo{
    width:387px !important;
    max-width:none !important;
    height:auto !important;
  }
}

/* v57 — página exclusiva de vídeos de reabilitação */
.videos-rehab-hero{padding:54px 0 32px;background:#fff}
.videos-rehab-hero .eyebrow{font-weight:800;letter-spacing:.18em;color:#b8862d;margin:0 0 10px}
.videos-rehab-hero h1{margin:0 0 14px;color:#102b4e;font-size:clamp(2rem,5vw,3.4rem)}
.videos-rehab-hero p{max-width:820px;line-height:1.7;font-size:1.08rem}
.videos-rehab-content{padding-bottom:70px}
.video-phase{margin:24px 0 48px}
.video-phase>h2{color:#102b4e;font-size:1.65rem;margin:0 0 22px;padding-bottom:10px;border-bottom:2px solid #d4aa55}
.video-rehab-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.video-rehab-card{border:1px solid #e4e7eb;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(16,43,78,.08)}
.video-thumb{position:relative;display:block;aspect-ratio:16/9;background:#f4f5f7;overflow:hidden}
.video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.play-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#102b4e;color:white;display:grid;place-items:center;font-size:22px;padding-left:4px;box-shadow:0 5px 18px rgba(0,0,0,.25)}
.video-card-body{padding:18px}
.video-card-body h3{margin:0 0 16px;color:#102b4e;font-size:1.12rem;min-height:2.5em}
.btn-video-rehab{display:inline-flex;align-items:center;justify-content:center;background:#d4aa55;color:#102b4e!important;font-weight:800;text-decoration:none;border-radius:999px;padding:11px 18px;font-size:.9rem}
.video-safety{border-left:4px solid #d4aa55;background:#f8f6f1;border-radius:10px;padding:18px 20px;line-height:1.6;color:#24364b}
@media(max-width:900px){.video-rehab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
 .videos-rehab-hero{padding:34px 0 20px}
 .video-rehab-grid{grid-template-columns:1fr;gap:18px}
 .video-card-body h3{min-height:auto}
 .video-phase{margin-bottom:38px}
}

/* v60 — foto e Currículo Lattes na página Dr. Fabio */
.doctor-profile-v60{padding:46px 0 30px;background:#fff}
.doctor-profile-v60-inner{display:grid;grid-template-columns:minmax(240px,360px) 1fr;gap:48px;align-items:center}
.doctor-profile-v60-photo img{display:block;width:100%;max-height:470px;object-fit:cover;object-position:center top;border-radius:20px;box-shadow:0 12px 34px rgba(16,43,78,.12)}
.doctor-profile-v60-info .eyebrow{color:#b8862d;font-weight:800;letter-spacing:.16em;margin:0 0 8px}
.doctor-profile-v60-info h1{color:#102b4e;margin:0 0 14px;font-size:clamp(2rem,4vw,3.2rem)}
.doctor-profile-v60-info p{font-size:1.08rem;line-height:1.65;margin:0 0 22px}
.btn-lattes-v60{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;background:#d4aa55;color:#102b4e!important;font-weight:800;text-decoration:none}
@media(max-width:700px){
 .doctor-profile-v60{padding:28px 0 20px}
 .doctor-profile-v60-inner{grid-template-columns:1fr;gap:24px}
 .doctor-profile-v60-photo{display:flex;justify-content:center}
 .doctor-profile-v60-photo img{width:min(78vw,330px);max-height:430px}
 .doctor-profile-v60-info{text-align:center}
}
