:root {
  --ink: #16333b;
  --muted: #5f7479;
  --petrol: #164f59;
  --petrol-deep: #0d3b43;
  --sky: #d9eef1;
  --mist: #f2f7f6;
  --ivory: #fbfaf6;
  --white: #ffffff;
  --line: rgba(22, 79, 89, .14);
  --shadow: 0 24px 70px rgba(22, 51, 59, .10);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 50; background: var(--white); padding: 10px 14px; border-radius: 10px; }
.skip:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251,250,246,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(22,79,89,.08); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--petrol); font: 700 18px/1 Georgia, serif; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.1; }
.brand small { color: var(--muted); font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 13px; }
.mobile-menu { display: none; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--petrol); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--petrol); box-shadow: 0 12px 32px rgba(22,79,89,.2); }
.button-primary:hover { background: var(--petrol-deep); }
.button-light { background: var(--white); border-color: var(--line); }
.hero { position: relative; overflow: hidden; padding: 72px 0 84px; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; background: var(--sky); right: -260px; top: -280px; opacity: .8; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 18px; color: var(--petrol); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(44px, 7vw, 78px); max-width: 760px; }
h2 { font-size: clamp(34px, 5vw, 54px); }
h3 { font-size: 25px; }
.lead { max-width: 670px; color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-about-link { margin-top: 18px; }
.credential { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.credential li::before { content: "•"; color: var(--petrol); margin-right: 9px; }
.portrait-wrap { position: relative; }
.portrait-card { min-height: 570px; border-radius: 180px 180px var(--radius) var(--radius); overflow: hidden; background: #cadcdf; box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: center 30%; }
.portrait-note { position: absolute; left: -34px; bottom: 30px; width: 220px; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); font-size: 14px; }
.portrait-note strong { display: block; margin-bottom: 4px; color: var(--petrol); }
.section { padding: 96px 0; }
.section-soft { background: var(--mist); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-head h2 { max-width: 660px; margin-bottom: 0; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.74); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; color: var(--petrol); background: var(--sky); font-weight: 800; }
.card p { margin-bottom: 0; color: var(--muted); }
.care-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; border-radius: var(--radius); overflow: hidden; background: var(--petrol-deep); color: var(--white); }
.care-copy { padding: clamp(38px,6vw,72px); align-self: center; }
.care-copy p { color: rgba(255,255,255,.76); }
.care-image { background: #d5e3e4; min-height: 380px; }
.care-image img { width: 100%; height: 100%; object-fit: cover; }
.text-link { display: inline-flex; margin-top: 14px; color: inherit; font-weight: 700; text-underline-offset: 5px; }
.site-footer { padding: 46px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-grid p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.footer-disclaimer { max-width: 640px; margin-top: 18px !important; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.footer-links a { text-underline-offset: 4px; }
.inner-hero { padding: 72px 0 58px; background: linear-gradient(135deg, var(--mist), var(--ivory)); border-bottom: 1px solid var(--line); }
.inner-hero h1 { max-width: 900px; font-size: clamp(42px, 6vw, 68px); }
.breadcrumbs { margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { text-underline-offset: 4px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 48px 0 16px; font-size: clamp(28px, 4vw, 40px); }
.prose h3 { margin: 34px 0 12px; }
.prose p, .prose li { color: #425e64; font-size: 17px; }
.prose ul { padding-left: 22px; }
.sidebar { position: sticky; top: 108px; padding: 28px; border-radius: 22px; background: var(--petrol-deep); color: var(--white); }
.sidebar p { color: rgba(255,255,255,.76); }
.sidebar .button { width: 100%; margin-top: 10px; background: var(--white); color: var(--petrol-deep); }
.condition-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.condition-card { min-height: 210px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 22px; background: var(--white); text-decoration: none; }
.condition-card:hover { border-color: rgba(22,79,89,.35); transform: translateY(-2px); }
.condition-card span { color: var(--petrol); font-size: 13px; font-weight: 800; }
.condition-card h3 { margin: 28px 0 0; }
.condition-card p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }
.notice { margin: 36px 0; padding: 22px 24px; border-left: 4px solid var(--petrol); border-radius: 0 16px 16px 0; background: var(--mist); color: #425e64; }
.screening { margin: 42px 0; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--mist); }
.screening h2 { margin-bottom: 14px; font-size: clamp(26px, 4vw, 36px); }
.screening p { margin-bottom: 0; }
.screening-app { margin-top: 24px; }
.screening-start { padding-top: 4px; }
.screening-start .button { margin-top: 20px; }
.screening-progress { display: grid; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 14px; font-weight: 700; }
.progress-track { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(22,79,89,.13); }
.progress-track i { display: block; height: 100%; border-radius: inherit; background: var(--petrol); transition: width .2s ease; }
.screening-lead { color: var(--muted); font-size: 15px !important; }
.screening-app h3 { margin: 14px 0 24px; font-size: clamp(24px,4vw,34px); }
.answer-options { display: grid; gap: 10px; }
.answer-option { width: 100%; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--white); text-align: left; font: 600 16px/1.35 inherit; cursor: pointer; }
.answer-option:hover, .answer-option:focus-visible, .answer-option.selected { border-color: var(--petrol); outline: 0; background: #e7f3f3; }
.answer-option span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--petrol); background: var(--sky); font-size: 13px; }
.answer-option.selected span { color: var(--white); background: var(--petrol); }
.screening-controls { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.screening-controls button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.screening-result { padding: 26px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.screening-result h3 { color: var(--petrol); }
.screening-safety { margin: 24px 0; border-left-color: #a64542; background: #fff5f4; }
.screening-disclaimer { margin-top: 24px; color: var(--muted); font-size: 14px !important; }
.self-observation { margin: 48px 0; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--mist); }
.self-observation h2 { margin: 10px 0 16px; font-size: clamp(28px,4vw,40px); }
.observation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0; }
.observation-grid fieldset { min-width: 0; margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.observation-grid legend { padding: 0 4px; color: var(--petrol); font: 500 22px/1.15 Georgia, "Times New Roman", serif; }
.observation-grid label { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; color: #425e64; font-size: 16px; cursor: pointer; }
.observation-grid input { width: 19px; height: 19px; flex: 0 0 19px; margin: 3px 0 0; accent-color: var(--petrol); }
.faq { margin-top: 50px; }
.faq details { padding: 17px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 20px; color: var(--ink); }
.faq details p { margin: 12px 0 0; }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin: 34px 0; }
.article-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.article-card h2 { margin-bottom: 14px; font-size: 29px; }
.article-card h3 { font-size: 24px; }
.article-card p { margin-bottom: 0; }
.article-grid.compact { grid-template-columns: repeat(3, minmax(0,1fr)); }
.article-grid.compact .article-card { padding: 22px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 34px 0; }
.comparison-grid section { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.comparison-grid section:last-child { border-color: rgba(22,79,89,.3); background: var(--mist); }
.comparison-grid h3 { margin: 24px 0 6px; font-size: 23px; }
.comparison-grid p { margin: 0; }
.reviewed { margin-top: 52px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 14px !important; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { padding: 32px; border-radius: 24px; border: 1px solid var(--line); background: var(--white); }
.contact-card p { color: var(--muted); }
.about-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: center; }
.about-photo { min-height: 520px; overflow: hidden; border-radius: var(--radius); background: #d7e4e5; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center 30%; }
.about-copy p { color: var(--muted); font-size: 17px; }
.timeline { display: grid; gap: 12px; margin: 28px 0; }
.timeline-item { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; padding-top: 14px; border-top: 1px solid var(--line); }
.timeline-item span { color: var(--petrol); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.timeline-item p { margin: 0; font-size: 15px; }
.reviews-band { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px,7vw,90px); align-items: center; padding: clamp(34px,6vw,68px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.reviews-stat { padding-right: 34px; border-right: 1px solid var(--line); }
.reviews-stat strong { display: block; color: var(--petrol); font: 500 clamp(70px,10vw,118px)/.9 Georgia, serif; }
.reviews-stat span { display: block; max-width: 210px; margin-top: 18px; color: var(--muted); }
.reviews-copy h2 { margin-bottom: 18px; }
.reviews-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.reviews-copy .button { margin-top: 10px; }
.instagram-band { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding: clamp(34px,6vw,68px); border-radius: var(--radius); color: var(--white); background: linear-gradient(125deg, #153f49 0%, #255f68 56%, #8b536c 130%); }
.instagram-band::after { content: "@"; position: absolute; right: -20px; bottom: -120px; color: rgba(255,255,255,.07); font: 300 360px/1 Georgia, serif; }
.instagram-stat { position: relative; z-index: 1; align-self: center; }
.instagram-stat strong { display: block; font: 500 clamp(54px,8vw,94px)/1 Georgia, serif; }
.instagram-stat span { color: rgba(255,255,255,.72); }
.instagram-copy { position: relative; z-index: 1; }
.instagram-copy p { color: rgba(255,255,255,.78); font-size: 17px; }
.instagram-copy .button { margin-top: 14px; background: var(--white); color: var(--petrol-deep); }
.final-cta { padding: clamp(34px,6vw,66px); text-align: center; border-radius: var(--radius); background: var(--mist); border: 1px solid var(--line); }
.final-cta h2 { margin-bottom: 16px; }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 0 auto 26px; color: var(--muted); font-size: 17px; }
@media (max-width: 860px) {
  .nav { gap: 12px; }
  .nav-links a:not(.button) { display: none; }
  .mobile-menu { display: block; position: relative; margin-left: auto; }
  .mobile-menu summary { display: grid; place-items: center; min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--petrol); font-weight: 700; font-size: 14px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-links { position: absolute; right: 0; top: calc(100% + 10px); width: min(300px, calc(100vw - 40px)); padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-links a { display: block; padding: 12px 14px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 650; }
  .mobile-links a:hover, .mobile-links a:focus-visible { background: var(--mist); outline: 0; }
  .nav-links { gap: 0; }
  .hero { padding-top: 48px; }
  .hero-grid, .care-band { grid-template-columns: 1fr; }
  .portrait-wrap { max-width: 560px; }
  .portrait-note { left: 18px; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .pillars { grid-template-columns: 1fr; }
  .care-image { order: -1; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .condition-grid, .article-grid, .article-grid.compact, .comparison-grid { grid-template-columns: 1fr 1fr; }
  .about-feature, .instagram-band, .reviews-band { grid-template-columns: 1fr; }
  .reviews-stat { padding-right: 0; padding-bottom: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 540px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand small { display: none; }
  .nav { min-height: 68px; }
  .nav-links .button { min-height: 42px; padding: 0 15px; font-size: 13px; }
  .hero { padding-bottom: 64px; }
  .hero-grid { gap: 44px; }
  .portrait-card, .portrait-card img { min-height: 440px; }
  .portrait-note { position: static; width: auto; margin: -28px 16px 0; transform: translateY(0); }
  .section { padding: 70px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .condition-grid, .contact-grid, .article-grid, .article-grid.compact, .comparison-grid { grid-template-columns: 1fr; }
  .self-observation { padding: 22px; }
  .observation-grid { grid-template-columns: 1fr; }
  .screening { padding: 22px; }
  .screening-controls { display: grid; grid-template-columns: 1fr; }
  .screening-controls .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media (max-width: 540px) {
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; font-size: 16px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .nav-links .button { min-height: 42px; padding: 0 14px; font-size: 0; }
  .nav-links .button::after { content: "Agendar"; font-size: 13px; }
}
