:root {
  --green: #12463a;
  --deep: #0a3028;
  --brown: #3a3021;
  --gold: #a16d34;
  --cream: #f5f0e7;
  --paper: #fffdf9;
  --mint: #eef3ef;
  --ink: #14352d;
  --ink-deep: #0a3028;
  --bronze-pale: #e8cb9c;
  --muted: #60736d;
  --line: #d8ded9;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--deep); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.7rem); }
h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); }
h3 { margin: .35rem 0 .55rem; font-size: 1.25rem; }
p { margin-top: 0; }
.skip { position: absolute; left: -9999px; }
.skip:focus { z-index: 100; left: 20px; top: 16px; padding: 10px 16px; background: #fff; border-radius: 8px; }

.top { position: sticky; z-index: 50; top: 0; background: rgba(255, 253, 249, .94); border-bottom: 1px solid rgba(18, 70, 58, .1); backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.55rem; letter-spacing: .14em; }
.brand small { margin-top: 6px; font-size: .48rem; letter-spacing: .15em; }
.links { display: flex; align-items: center; gap: 28px; font-size: .9rem; }
.links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; align-items: center; gap: 10px; padding: 10px 12px; color: var(--green); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle i { width: 20px; display: grid; gap: 4px; }
.menu-toggle b { display: block; width: 100%; height: 1.5px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] b:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] b:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] b:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-menu[hidden] { display: none; }
.mobile-menu { position: fixed; inset: 0; z-index: 100; min-height: 100dvh; color: var(--deep); background: var(--cream); overflow-y: auto; }
.mobile-menu-shell { width: min(100%, 1160px); min-height: 100dvh; margin: 0 auto; padding: 0 34px 40px; }
.mobile-menu-top { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.mobile-menu-top p { margin: 0; font-size: .75rem; font-weight: 700; }
.mobile-menu-top p span { margin-right: 8px; color: var(--gold); }
.menu-close { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; color: var(--deep); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.menu-close i { font: normal 1.35rem/1 "DM Sans", sans-serif; }
.mobile-menu-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-top: 58px; }
.mobile-menu-intro h2 { max-width: 470px; font-size: clamp(2.7rem, 6vw, 4.8rem); line-height: .96; }
.mobile-menu-intro address { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); font: normal .82rem/1.7 "DM Sans", sans-serif; }
.mobile-menu-intro address span { display: block; margin-bottom: 7px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mobile-menu-actions { display: grid; align-content: start; gap: 12px; }
.mobile-menu-link, .mobile-menu-whatsapp { min-height: 100px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 17px 21px; border: 1px solid var(--line); border-radius: 5px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.mobile-menu-link small, .mobile-menu-whatsapp small { grid-column: 1; margin-bottom: 6px; color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu-link > span, .mobile-menu-whatsapp > span { grid-column: 1; font-family: "Playfair Display", serif; font-size: clamp(1.75rem, 4vw, 2.7rem); line-height: 1; }
.mobile-menu-link strong, .mobile-menu-whatsapp strong { grid-column: 2; grid-row: 1/3; font-size: 1.45rem; font-weight: 400; }
.mobile-menu-link:hover, .mobile-menu-link:focus-visible { border-color: var(--gold); background: var(--paper); transform: translateX(3px); }
.mobile-menu-whatsapp { color: #fff; background: #176b50; border-color: #176b50; }
.mobile-menu-whatsapp small { color: #e8cb9c; }
.mobile-menu-whatsapp:hover, .mobile-menu-whatsapp:focus-visible { background: var(--deep); transform: translateX(3px); }
body.menu-open { overflow: hidden; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--green); border-radius: 999px; font-size: .86rem; font-weight: 700; transition: .2s ease; }
.button.primary { background: var(--green); color: white; }
.button.primary:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.button.outline:hover { background: var(--green); color: #fff; }

.hero { overflow: hidden; padding: 74px 0 84px; background: linear-gradient(125deg, var(--cream) 0 62%, #e4dfd2 62%); }
.hero-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 70px; }
.lead { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--muted); font-size: .86rem; }
.stars { color: var(--gold); letter-spacing: .08em; }
.hero-photo { position: relative; }
.hero-photo > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 25%; border-radius: 180px 180px 28px 28px; box-shadow: 0 28px 70px rgba(10, 48, 40, .18); }
.hero-badge { position: absolute; right: -20px; bottom: 35px; padding: 18px 22px; background: var(--deep); color: #fff; border-radius: 18px; box-shadow: 0 18px 40px rgba(10, 48, 40, .25); }
.hero-badge strong { display: block; }

.section { padding: 100px 0; }
.heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.heading > p { color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service { position: relative; min-height: 225px; display: flex; flex-direction: column; padding: 28px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: linear-gradient(145deg, transparent 55%, rgba(161,109,52,.06)); transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.service::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 120px; height: 120px; border: 1px solid rgba(161,109,52,.24); border-radius: 50%; transition: transform .3s ease; }
.service:hover, .service:focus-visible { z-index: 1; background: var(--cream); box-shadow: 0 20px 42px rgba(10,48,40,.12); transform: translateY(-5px); outline: none; }
.service:hover::after, .service:focus-visible::after { transform: scale(1.2); }
.service b { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.service h3 { max-width: 210px; margin: 38px 0 28px; font-family: "Playfair Display", serif; font-size: clamp(1.35rem, 2.1vw, 1.85rem); line-height: 1.12; }
.service > span { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service > span i { color: var(--gold); font: normal 1.15rem/1 "DM Sans", sans-serif; transition: transform .2s ease; }
.service:hover > span i, .service:focus-visible > span i { transform: translateX(5px); }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.about img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--radius); }
.about-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 1.06rem; }

.reviews { background: var(--deep); color: #fff; }
.review-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.score { font-family: "Playfair Display", serif; font-size: 6rem; line-height: 1; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote { margin: 0; padding: 28px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; }
.quote p { font-family: "Playfair Display", serif; font-size: 1.08rem; }
.quote footer { color: #c6d1cd; font-size: .8rem; }

.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: stretch; }
.nap { margin: 32px 0; padding: 26px 0; border-block: 1px solid var(--line); font-style: normal; }
.nap p { margin: 0 0 15px; }
.nap p:last-child { margin: 0; }
.nap span { display: block; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.map { min-height: 510px; border: 0; border-radius: var(--radius); width: 100%; }

.faq { background: var(--cream); }
.faq-list { max-width: 880px; margin: 45px auto 0; }
.faq details { border-bottom: 1px solid #cbd2cc; padding: 20px 0; }
.faq summary { cursor: pointer; display: flex; justify-content: space-between; font-weight: 700; }
.faq details p { max-width: 720px; margin: 14px 0 0; color: var(--muted); }

.final { padding: 85px 20px; text-align: center; background: var(--green); color: #fff; }
.final p { color: #c8d5d1; }
.footer { padding: 55px 0 24px; background: #071f1a; color: #d9e3df; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 45px; }
.footer-logo { width: 175px; filter: brightness(0) invert(1); opacity: .92; }
.footer address { font-style: normal; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }
.legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8ea29b; font-size: .8rem; }
.float { position: fixed; z-index: 60; right: 18px; bottom: 18px; background: #1b8f58; color: #fff; padding: 14px 19px; border-radius: 999px; box-shadow: 0 14px 35px rgba(0, 0, 0, .2); font-weight: 700; transition: .2s ease; }
.float:hover { transform: translateY(-2px); }

/* Páginas de tratamentos */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; color: var(--muted); font-size: .78rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.treatment-hero { padding: 68px 0 86px; background: var(--cream); overflow: hidden; }
.treatment-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.treatment-hero h1 { font-size: clamp(2.75rem, 5.7vw, 5.4rem); }
.treatment-hero .lead { margin-bottom: 0; }
.treatment-photo { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; border-radius: 190px 190px 24px 24px; box-shadow: 0 28px 70px rgba(10, 48, 40, .16); }
.micro-proof { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 26px 0 0; color: var(--muted); font-size: .82rem; }
.micro-proof span::before { content: "•"; margin-right: 8px; color: var(--gold); }
.treatment-intro { max-width: 820px; }
.treatment-intro > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; }
.treatment-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.treatment-grid h2, .decision h2, .treatment-location h2 { font-size: clamp(2.15rem, 4.4vw, 4.2rem); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.check-list article { min-height: 175px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-list b { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.check-list h3 { margin-top: 38px; font-family: "Playfair Display", serif; font-size: 1.35rem; line-height: 1.2; }
.decision { background: var(--cream); }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.decision-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 1.05rem; }
.steps { counter-reset: step; border-top: 1px solid var(--line); }
.steps article { counter-increment: step; display: grid; grid-template-columns: 50px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.steps article::before { content: "0" counter(step); color: var(--gold); font-size: .75rem; font-weight: 700; }
.steps h3 { margin: 0 0 5px; font-family: "Playfair Display", serif; }
.steps p { margin: 0; color: var(--muted); font-size: .9rem; }
.treatment-location { color: #fff; background: var(--deep); }
.treatment-location-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.treatment-location p:not(.eyebrow) { color: #c6d1cd; }
.treatment-location .button.outline { border-color: #fff; }
.treatment-location .button.outline:hover { background: #fff; color: var(--deep); }

/* Página Sobre nós */
.about-page-hero { padding: 72px 0 88px; background: var(--cream); }
.about-page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.about-page-hero img { width: 100%; aspect-ratio: 4/4.7; object-fit: cover; object-position: center 28%; border-radius: 190px 190px 24px 24px; box-shadow: 0 28px 70px rgba(10,48,40,.16); }
.about-page-story { display: grid; grid-template-columns: .8fr 1fr; gap: 80px; align-items: center; background: var(--cream); }
.about-page-story img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 170px 170px 22px 22px; }
.about-page-story p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.team-section { background: var(--paper); }
.team-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: clamp(40px,8vw,120px); margin-bottom: 54px; }
.team-heading > p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.75; }
.professional-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.professional-card { min-height: 490px; display: flex; flex-direction: column; padding: clamp(30px,4vw,52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, transparent 58%, rgba(161,109,52,.06)); }
.professional-card h3 { max-width: 540px; margin: 0 0 10px; font-family: "Playfair Display", serif; font-size: clamp(1.9rem,3.5vw,3rem); font-weight: 600; line-height: 1.04; letter-spacing: -.025em; }
.professional-role { margin: 0; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.professional-credentials { margin: 40px 0 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.professional-credentials p { margin: 0 0 7px; color: var(--muted); line-height: 1.55; }
.professional-areas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.professional-areas span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--deep); background: rgba(255,255,255,.5); font-size: .64rem; font-weight: 700; letter-spacing: .04em; }

/* Blog e artigos educativos */
.blog-hero { padding: clamp(90px,12vw,170px) clamp(24px,9vw,150px); color: #fff; background: var(--ink-deep); }
.blog-hero h1 { max-width: 1080px; font-size: clamp(3.6rem,8vw,7.75rem); }
.blog-hero h1 em { color: var(--bronze-pale); font-weight: 400; }
.blog-hero > .wrap > p:last-child { max-width: 690px; margin: 36px 0 0 auto; color: #b7c8c2; font-size: 1.05rem; line-height: 1.75; }
.blog-listing { background: var(--paper); }
.blog-listing-heading { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.blog-listing-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.blog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.blog-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 410px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover, .blog-card:focus-visible { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(16,58,48,.12); outline: none; }
.blog-card.featured { grid-column: 1/-1; grid-template-columns: 1.08fr .92fr; min-height: 520px; }
.blog-card > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.blog-card-copy { display: flex; flex-direction: column; padding: clamp(28px,4vw,52px); }
.blog-kicker { color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.blog-kicker span { margin-inline: 5px; }
.blog-card h2 { margin: 28px 0 20px; font-size: clamp(1.8rem,3.3vw,3rem); }
.blog-card:not(.featured) h2 { font-size: clamp(1.65rem,2.7vw,2.4rem); }
.blog-card-copy > p:not(.blog-kicker) { color: var(--muted); line-height: 1.7; }
.blog-card footer { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: .65rem; }
.blog-card footer span { color: var(--muted); }
.blog-card footer strong { color: var(--gold); text-transform: uppercase; letter-spacing: .08em; }
.article-header { max-width: 1120px; margin: 0 auto; padding: clamp(75px,9vw,130px) 24px 70px; text-align: center; }
.article-breadcrumb { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-bottom: 48px; color: var(--muted); font-size: .7rem; }
.article-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.article-header h1 { max-width: 1080px; margin-inline: auto; font-size: clamp(3rem,7vw,6rem); }
.article-excerpt { max-width: 790px; margin: 32px auto 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.article-meta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px 34px; margin-top: 38px; color: var(--muted); font-size: .7rem; }
.article-meta > * + * { position: relative; }
.article-meta > * + *::before { content: ""; position: absolute; left: -18px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.article-meta a { display: grid; text-align: left; }
.article-meta a strong { color: var(--ink); }
.article-meta a span { margin-top: 3px; }
.article-image-wrap { width: min(1240px,calc(100% - 48px)); height: min(66vw,720px); margin: 0 auto; overflow: hidden; border-radius: 260px 260px 6px 6px; }
.article-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(.8); }
.article-layout { width: min(1320px,calc(100% - 48px)); display: grid; grid-template-columns: 210px minmax(0,720px) 286px; justify-content: space-between; gap: clamp(32px,4vw,56px); margin: 100px auto 120px; }
.article-aside { position: sticky; top: 110px; align-self: start; }
.article-aside nav { display: grid; border-top: 1px solid var(--line); }
.article-aside nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.45; }
.article-aside nav a:hover { color: var(--gold); }
.author-note { margin-top: 30px; padding: 24px; color: #fff; background: var(--ink); border-radius: 4px 70px 4px 4px; }
.author-note > span { color: var(--bronze-pale); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.author-note strong { display: block; margin-top: 13px; font-family: "Playfair Display", serif; font-size: 1.35rem; line-height: 1.2; }
.author-note p { margin: 13px 0; color: #b7c8c2; font-size: .7rem; line-height: 1.6; }
.author-note a { color: var(--bronze-pale); font-size: .65rem; font-weight: 800; }
.article-body { min-width: 0; }
.article-body > section { scroll-margin-top: 110px; margin-bottom: 70px; }
.article-body h2 { margin-bottom: 28px; font-size: clamp(2.15rem,4.2vw,3.5rem); }
.article-body p, .article-body li { color: #425b54; font-size: 1rem; line-height: 1.85; }
.article-body ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.article-body li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); }
.article-body li::before { content: "•"; position: absolute; left: 5px; color: var(--gold); }
.direct-answer { padding: 42px; background: var(--mint); border-left: 3px solid var(--gold); }
.direct-answer h2 { font-size: clamp(1.9rem,3.5vw,2.75rem); }
.direct-answer > p:not(.eyebrow):not(.article-treatment-link) { color: var(--ink); font-size: 1.12rem; }
.direct-answer p.article-treatment-link { margin: 24px 0 0; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-treatment-link a { color: var(--gold); text-decoration: underline; text-underline-offset: 5px; }
.article-conversion-sidebar { position: sticky; top: 110px; align-self: start; }
.article-conversion-inline { display: none; }
.article-conversion-panel { overflow: hidden; padding: 28px 26px 24px; color: #fdfbf7; background: var(--ink-deep); border-top: 4px solid var(--gold); border-radius: 4px 70px 4px 4px; box-shadow: 0 22px 52px rgba(10,48,40,.2); }
.article-conversion-logo { width: 112px; margin-bottom: 36px; padding: 10px; background: #fdfbf7; border-radius: 2px 28px 2px 2px; }
.article-conversion-logo img { display: block; width: 100%; height: auto; }
.article-conversion-kicker { margin: 0 0 13px; color: var(--bronze-pale); font-size: .58rem !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-conversion-panel h3 { margin: 0; color: #fff; font-family: "Playfair Display", serif; font-size: 2rem; font-weight: 600; line-height: 1.05; letter-spacing: -.025em; }
.article-conversion-panel > p:not(.article-conversion-kicker) { margin: 18px 0 24px; color: #c5d2ce; font-size: .88rem; line-height: 1.65; }
.article-conversion-action { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 17px; color: var(--ink-deep); background: #fdfbf7; border-radius: 999px; font-size: .75rem; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.article-conversion-action:hover, .article-conversion-action:focus-visible { color: #fff; background: var(--gold); transform: translateY(-2px); }
.article-conversion-panel small { display: block; margin-top: 17px; color: #91aaa2; font-size: .58rem; letter-spacing: .04em; text-align: center; }
.medical-note { margin: 80px 0; padding: 28px 32px; border: 1px solid var(--line); background: var(--cream); }
.medical-note strong { color: var(--gold); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.medical-note p { margin: 10px 0 0; font-size: .82rem; }
.article-faq details { padding: 21px 0; border-bottom: 1px solid var(--line); }
.article-faq summary { display: flex; justify-content: space-between; gap: 18px; cursor: pointer; color: var(--ink); font-weight: 700; }
.article-faq details p { margin: 15px 0 0; font-size: .9rem; }
.article-sources { padding-top: 38px; border-top: 1px solid var(--line); }
.article-sources h2 { font-size: 2.1rem; }
.article-sources ol { padding-left: 22px; }
.article-sources li { padding: 8px 0; font-size: .75rem; }
.article-sources li::before { display: none; }
.article-sources a { text-decoration: underline; text-underline-offset: 4px; }
.article-sources > p:last-child { margin-top: 24px; font-size: .7rem; }
.related-reading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; background: var(--mint); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { min-height: 290px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid span { color: var(--gold); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.related-grid h3 { margin: 45px 0 25px; font-family: "Playfair Display", serif; font-size: 1.45rem; line-height: 1.25; }
.related-grid strong { margin-top: auto; color: var(--gold); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 1240px) {
  .article-layout { width: min(1040px,calc(100% - 48px)); grid-template-columns: 220px minmax(0,720px); gap: 45px; }
  .article-conversion-sidebar { display: none; }
  .article-conversion-inline { display: block; margin: 0 0 70px; }
  .article-conversion-inline .article-conversion-panel { max-width: 360px; margin-inline: auto; }
}
@media (max-width: 980px) {
  .links { display: none; }
  .menu-toggle { display: flex; }
  .hero-grid, .about-grid, .review-grid, .location-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 540px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .heading { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .treatment-hero-grid, .treatment-grid, .decision-grid, .treatment-location-grid, .about-page-hero-grid, .about-page-story, .team-heading { grid-template-columns: 1fr; }
  .treatment-photo { max-width: 620px; }
  .article-layout { grid-template-columns: 220px minmax(0,1fr); gap: 45px; }
  .related-reading { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav > .button { display: none; }
  .mobile-menu-shell { padding: 0 18px 28px; }
  .mobile-menu-top { min-height: 70px; }
  .mobile-menu-top p { max-width: 185px; font-size: .65rem; }
  .mobile-menu-content { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
  .mobile-menu-intro .eyebrow { margin-bottom: 10px; }
  .mobile-menu-intro h2 { max-width: none; font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .mobile-menu-intro address { margin-top: 18px; padding-top: 13px; font-size: .75rem; }
  .mobile-menu-link, .mobile-menu-whatsapp { min-height: 76px; padding: 12px 16px; }
  .mobile-menu-link > span, .mobile-menu-whatsapp > span { font-size: clamp(1.55rem, 8vw, 2.15rem); }
  .mobile-menu-link small, .mobile-menu-whatsapp small { margin-bottom: 3px; }
  .hero { padding-top: 48px; }
  .hero-grid { gap: 45px; }
  .hero-badge { right: 8px; }
  .section { padding: 72px 0; }
  .services, .footer-grid { grid-template-columns: 1fr; }
  .location-grid { gap: 35px; }
  .map { min-height: 390px; }
  .float { right: 12px; bottom: 12px; }
  .footer-logo { width: 145px; }
  .treatment-hero { padding: 45px 0 68px; }
  .treatment-hero-grid { gap: 45px; }
  .check-list { grid-template-columns: 1fr; }
  .check-list article { min-height: 145px; }
  .about-page-hero { padding: 46px 0 68px; }
  .about-page-hero-grid { gap: 42px; }
  .about-page-hero img { order: -1; }
  .about-page-story { gap: 46px; }
  .professional-grid { grid-template-columns: 1fr; }
  .professional-card { min-height: 440px; }
  .blog-hero { padding: 80px 22px 100px; }
  .blog-hero > .wrap > p:last-child { margin-left: 0; }
  .blog-listing-heading { grid-template-columns: 1fr; gap: 24px; }
  .blog-grid, .blog-card, .blog-card.featured { grid-template-columns: 1fr; }
  .blog-card, .blog-card.featured { grid-column: auto; min-height: 0; }
  .blog-card > img { height: 310px; }
  .blog-card footer { flex-direction: column; }
  .article-header { padding: 60px 20px 50px; }
  .article-meta { flex-direction: column; }
  .article-meta > * + *::before { display: none; }
  .article-meta a { text-align: center; }
  .article-image-wrap { width: calc(100% - 28px); height: 110vw; max-height: 560px; border-radius: 150px 150px 6px 6px; }
  .article-layout { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 55px; margin: 70px auto 90px; }
  .article-aside { position: static; }
  .author-note { display: none; }
  .direct-answer { padding: 30px 24px; }
  .article-conversion-inline { margin-bottom: 60px; }
  .article-conversion-panel { padding: 26px 23px 22px; }
  .article-body p, .article-body li { font-size: .94rem; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service, .float, .menu-toggle b { transition: none; }
}
