:root {
  --navy: #7a1e21;
  --navy-deep: #481113;
  --teal: #7a1e21;
  --teal-bright: #d9a7a9;
  --mint: #eee5e5;
  --mist: #e5e5e5;
  --cream: #f8f7f5;
  --gold: #a95b5e;
  --ink: #321a1b;
  --muted: #726566;
  --line: rgba(122, 30, 33, 0.13);
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.topbar { background: var(--navy-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-inner p { margin: 0; }
.topbar-contact { display: flex; gap: 26px; }
.topbar a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(248,247,245,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(122,30,33,.08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-logo { display: block; width: min(270px, 46vw); height: auto; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { color: var(--navy); font-family: Georgia, serif; font-size: 18px; font-weight: 600; line-height: 1.05; }
.brand small { color: var(--teal); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; }
.brand-mark { position: relative; width: 38px; height: 38px; border: 1px solid rgba(122,30,33,.32); border-radius: 50%; display: inline-grid; place-items: center; }
.brand-mark::before, .brand-mark::after, .brand-mark i, .brand-mark b { content: ""; position: absolute; background: var(--teal); border-radius: 100px; }
.brand-mark::before { width: 4px; height: 22px; }
.brand-mark::after { height: 4px; width: 22px; }
.brand-mark i { width: 4px; height: 17px; transform: rotate(45deg); opacity: .38; }
.brand-mark b { width: 4px; height: 17px; transform: rotate(-45deg); opacity: .38; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: 13px; color: #68595a; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--teal); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 99px; padding: 0 25px; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; }
.button-small { min-height: 46px; padding: 0 21px; background: var(--navy); color: var(--white); gap: 14px; }
.button-small:hover { background: #64171a; box-shadow: 0 10px 28px rgba(122,30,33,.2); }
.button-primary { background: var(--teal); color: var(--white); box-shadow: 0 16px 36px rgba(122,30,33,.23); }
.button-primary:hover { background: #64171a; box-shadow: 0 18px 42px rgba(122,30,33,.3); }

.hero { position: relative; overflow: hidden; padding: 80px 0 0; background: linear-gradient(135deg, #faf8f6 0%, #e5e5e5 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(122,30,33,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(122,30,33,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 45%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 470px; height: 470px; background: radial-gradient(circle, rgba(122,30,33,.14), transparent 68%); top: -130px; right: -60px; }
.hero-glow-two { width: 360px; height: 360px; border: 1px solid rgba(122,30,33,.12); left: -240px; top: 80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; align-items: center; }
.hero-copy { padding-bottom: 76px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: 11px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(55px, 5.7vw, 83px); line-height: .98; max-width: 680px; }
.hero h1 em, h2 em { color: var(--teal); font-weight: 400; }
.hero-lead { margin: 30px 0 0; max-width: 590px; font-size: 18px; line-height: 1.72; color: #6d5d5e; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 13px; font-weight: 700; color: var(--navy); display: inline-flex; gap: 8px; align-items: center; }
.text-link span { color: var(--teal); }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 38px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack img { width: 42px; height: 42px; object-fit: cover; object-position: center top; border-radius: 50%; border: 3px solid var(--cream); margin-left: -9px; }
.avatar-single { padding-left: 0; }
.avatar-single img { width: 48px; height: 48px; margin-left: 0; }
.hero-proof p { margin: 0; font-size: 12px; color: #796b6c; line-height: 1.5; }
.hero-proof strong { color: var(--navy); font-size: 13px; }

.hero-visual { position: relative; min-height: 610px; display: flex; align-items: flex-end; }
.image-frame { position: relative; width: 100%; height: 570px; border-radius: 260px 260px 22px 22px; overflow: hidden; background: #e5e5e5; box-shadow: 0 30px 80px rgba(122,30,33,.18); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(72,17,19,.28), transparent 55%); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.floating-card { position: absolute; z-index: 2; background: rgba(255,255,255,.93); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 16px 44px rgba(122,30,33,.14); border-radius: 16px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--navy); font-size: 12px; }
.floating-card small { color: #756667; font-size: 10px; margin-top: 3px; }
.floating-card-top { left: -42px; top: 165px; }
.floating-card-bottom { right: -32px; bottom: 54px; display: block; max-width: 205px; }
.pulse-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 7px rgba(122,30,33,.12); }
.circle-note { position: absolute; right: -34px; top: 32px; width: 92px; height: 92px; border-radius: 50%; background: var(--navy); color: var(--white); display: grid; place-items: center; text-align: center; font-size: 9px; line-height: 1.45; letter-spacing: .18em; transform: rotate(8deg); }

.trust-row { position: relative; min-height: 84px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 24px; align-items: center; border-top: 1px solid rgba(122,30,33,.1); }
.trust-row p { color: #776869; font-size: 12px; max-width: 260px; }
.trust-row div { color: var(--navy); font-size: 12px; font-weight: 650; }
.trust-row span { color: var(--teal); font-size: 10px; margin-right: 7px; }

.pain-section { background: var(--white); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: start; }
.sticky-copy { position: sticky; top: 130px; }
.eyebrow-dark { color: var(--teal); }
.sticky-copy h2, .section-heading h2, .explain-copy h2, .faq-intro h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 4.2vw, 61px); line-height: 1.08; }
.sticky-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 520px; }
.doctor-note { margin-top: 35px; padding: 25px 26px; border-left: 2px solid var(--gold); background: var(--cream); display: flex; gap: 16px; }
.doctor-note span { font-family: Georgia, serif; color: var(--gold); font-size: 42px; line-height: .8; }
.doctor-note p { margin: 0; font-family: Georgia, serif; color: #685859; font-size: 15px; font-style: italic; line-height: 1.65; }
.symptom-panel { background: var(--navy); color: var(--white); border-radius: 26px; padding: 44px; box-shadow: 0 34px 70px rgba(122,30,33,.16); }
.panel-kicker { margin: 0 0 10px; color: var(--teal-bright); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.symptom-panel h3 { margin: 0 0 28px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.symptom-list { border-top: 1px solid rgba(255,255,255,.12); }
.symptom-item { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.symptom-item span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(229,229,229,.5); border-radius: 50%; color: var(--teal-bright); font-size: 11px; }
.symptom-item p { margin: 0; color: rgba(255,255,255,.83); font-size: 13px; line-height: 1.5; }
.soft-alert { margin-top: 28px; padding: 17px; display: flex; gap: 14px; align-items: flex-start; background: rgba(229,229,229,.08); border: 1px solid rgba(229,229,229,.18); border-radius: 12px; }
.soft-alert > span { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--teal-bright); color: var(--navy); display: grid; place-items: center; font-weight: 800; font-size: 11px; }
.soft-alert p { margin: 0; font-size: 11px; line-height: 1.55; color: rgba(255,255,255,.7); }
.soft-alert strong { color: var(--white); }

.explain-section { background: var(--mist); }
.explain-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 98px; align-items: center; }
.explain-art { position: relative; min-height: 500px; border-radius: 26px; background: var(--navy); overflow: hidden; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; }
.explain-photo { padding: 0; background: #d8d2cc; }
.explain-photo::before { display: none; }
.explain-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; }
.explain-art::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(229,229,229,.16); border-radius: 50%; top: -140px; right: -110px; box-shadow: 0 0 0 60px rgba(229,229,229,.035), 0 0 0 120px rgba(229,229,229,.02); }
.lymph-lines { position: absolute; inset: 40px 60px 100px; }
.lymph-lines i { position: absolute; display: block; width: 12px; height: 12px; background: var(--teal-bright); border: 3px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 28px rgba(229,229,229,.32); }
.lymph-lines i::after { content: ""; position: absolute; left: 50%; top: 8px; width: 2px; height: 115px; background: linear-gradient(var(--teal-bright), transparent); transform-origin: top; }
.lymph-lines i:nth-child(1) { left: 42%; top: 3%; }
.lymph-lines i:nth-child(1)::after { transform: rotate(24deg); }
.lymph-lines i:nth-child(2) { left: 62%; top: 30%; }
.lymph-lines i:nth-child(2)::after { transform: rotate(63deg); height: 95px; }
.lymph-lines i:nth-child(3) { left: 29%; top: 49%; }
.lymph-lines i:nth-child(3)::after { transform: rotate(-38deg); height: 80px; }
.lymph-lines i:nth-child(4) { left: 52%; top: 70%; }
.lymph-lines i:nth-child(4)::after { transform: rotate(45deg); height: 70px; }
.lymph-lines i:nth-child(5) { left: 77%; top: 79%; }
.explain-number { position: absolute; top: 32px; left: 40px; color: rgba(255,255,255,.11); font-family: Georgia, serif; font-size: 90px; }
.explain-art p { position: relative; margin: 0; max-width: 340px; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.65; }
.explain-copy p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.inline-cta { margin-top: 28px; display: inline-flex; align-items: center; gap: 18px; color: var(--teal); font-weight: 750; font-size: 13px; padding-bottom: 6px; border-bottom: 1px solid rgba(122,30,33,.3); }

.treatment-section { background: var(--navy-deep); color: var(--white); overflow: hidden; }
.heading-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.eyebrow-light { color: var(--teal-bright); }
.treatment-section .section-heading h2, .heading-dark h2 { color: var(--white); max-width: 720px; }
.section-heading > p, .heading-row > p { margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.treatment-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.treatment-card { position: relative; min-height: 460px; padding: 38px 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.035); overflow: hidden; transition: transform .25s ease, border .25s ease, background .25s ease; }
.treatment-card:hover { transform: translateY(-7px); border-color: rgba(229,229,229,.36); background: rgba(229,229,229,.05); }
.card-number { position: absolute; top: 28px; right: 29px; color: rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 13px; }
.card-icon { position: relative; width: 54px; height: 54px; border: 1px solid rgba(229,229,229,.3); border-radius: 50%; margin-bottom: 50px; }
.card-icon::before, .card-icon::after, .card-icon i, .card-icon b { content: ""; position: absolute; background: var(--teal-bright); border-radius: 99px; }
.card-icon::before { width: 3px; height: 25px; left: 25px; top: 14px; }
.card-icon::after { width: 25px; height: 3px; left: 14px; top: 25px; }
.card-icon i { width: 3px; height: 19px; left: 25px; top: 17px; transform: rotate(45deg); opacity: .42; }
.card-icon b { width: 3px; height: 19px; left: 25px; top: 17px; transform: rotate(-45deg); opacity: .42; }
.treatment-card h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.treatment-card > p { margin: 16px 0 0; color: rgba(255,255,255,.59); font-size: 13px; line-height: 1.7; }
.treatment-card ul { margin: 27px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.09); list-style: none; }
.treatment-card li { position: relative; padding-left: 15px; margin: 10px 0; color: rgba(255,255,255,.78); font-size: 11px; }
.treatment-card li::before { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 4px; background: var(--teal-bright); border-radius: 50%; }
.treatment-note { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 25px 28px; border-radius: 14px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.treatment-note p { margin: 0; max-width: 760px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }
.treatment-note strong { color: var(--white); }
.treatment-note a { display: inline-flex; align-items: center; gap: 14px; color: var(--teal-bright); min-width: max-content; font-size: 12px; font-weight: 750; }

.journey-section { background: var(--cream); }
.centered-heading { max-width: 780px; margin: 0 auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.journey-grid { position: relative; margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.journey-grid::before { content: ""; position: absolute; height: 1px; background: rgba(122,30,33,.2); left: 9%; right: 9%; top: 24px; }
.journey-grid article { position: relative; text-align: center; padding: 0 14px; }
.journey-grid span { position: relative; z-index: 1; width: 48px; height: 48px; margin: 0 auto 24px; background: var(--cream); border: 1px solid rgba(122,30,33,.32); color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; }
.journey-grid h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-weight: 400; font-size: 19px; }
.journey-grid p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.team-section { background: #5f171a; color: var(--white); }
.team-grid { margin-top: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.team-grid-single { grid-template-columns: 1fr; }
.team-grid-single .team-card { grid-template-columns: 42% 58%; min-height: 560px; }
.team-card { display: grid; grid-template-columns: 52% 48%; min-height: 420px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.035); }
.team-photo { position: relative; overflow: hidden; background: #e5e5e5; }
.team-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(72,17,19,.34), transparent 50%); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .4s ease; }
.team-card:hover .team-photo img { transform: scale(1.025); }
.team-photo span { position: absolute; z-index: 1; left: 18px; bottom: 18px; padding: 8px 12px; border-radius: 99px; background: rgba(255,255,255,.9); color: var(--navy); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.team-info { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.team-info > p:first-child { margin: 0 0 4px; color: var(--teal-bright); font-family: Georgia, serif; font-size: 13px; }
.team-info h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.credentials { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.credentials li { position: relative; padding: 14px 0 14px 22px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.credentials li::before { content: ""; position: absolute; left: 0; top: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal-bright); }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.button-outline { margin-top: 28px; border: 1px solid rgba(122,30,33,.22); color: var(--navy); }
.button-outline:hover { border-color: var(--teal); color: var(--teal); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 26px 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--navy); font-family: Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-family: Arial, sans-serif; font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 60px 26px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta { background: var(--white); padding-top: 0; }
.cta-box { position: relative; min-height: 350px; padding: 70px 76px; border-radius: 28px; background: var(--teal); color: var(--white); overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.cta-box h2 { margin: 0; color: var(--white); font-size: clamp(40px, 4vw, 58px); line-height: 1.03; max-width: 680px; }
.cta-box p:not(.eyebrow) { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.cta-actions { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.button-light { background: var(--white); color: var(--navy); min-width: 260px; }
.button-light:hover { box-shadow: 0 18px 40px rgba(72,17,19,.16); }
.cta-actions > a:last-child { margin-left: 17px; color: rgba(255,255,255,.76); font-size: 12px; }
.cta-orb { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -120px; top: -110px; box-shadow: 0 0 0 64px rgba(255,255,255,.025), 0 0 0 128px rgba(255,255,255,.02); }

footer { background: var(--navy-deep); color: var(--white); padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .8fr; gap: 70px; align-items: start; }
.brand-footer { width: max-content; padding: 10px 14px; border-radius: 12px; background: var(--white); }
.brand-footer .brand-logo { width: 250px; }
.footer-grid h3 { margin: 0 0 13px; color: var(--teal-bright); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 40; right: 24px; bottom: 24px; min-height: 50px; padding: 0 20px 0 12px; background: #1f9d68; color: white; border-radius: 99px; box-shadow: 0 12px 35px rgba(11,82,53,.27); display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.dr-eduardo-linfedema-page .whatsapp-float { display: none; }
.whatsapp-float:hover { background: #168a59; transform: translateY(-3px); }
.whatsapp-glyph { width: 28px; height: 28px; border: 2px solid rgba(255,255,255,.88); border-radius: 50%; display: grid; place-items: center; font-size: 10px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: 58px; }
  .floating-card-top { left: -12px; }
  .floating-card-bottom { right: -10px; }
  .circle-note { right: -5px; }
  .two-col, .explain-grid { gap: 55px; }
  .heading-row { gap: 45px; }
  .team-card { grid-template-columns: 48% 52%; }
  .faq-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .topbar-contact a:first-child { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .two-col, .explain-grid, .heading-row, .faq-grid, .cta-box { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero h1 { font-size: clamp(50px, 11vw, 72px); }
  .hero-visual { min-height: 560px; width: min(560px, 100%); margin-inline: auto; }
  .image-frame { height: 530px; }
  .trust-row { grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
  .trust-row p { grid-column: 1 / -1; margin-bottom: -8px; }
  .sticky-copy, .faq-intro { position: static; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: auto; }
  .journey-grid { grid-template-columns: 1fr 1fr; gap: 46px 22px; }
  .journey-grid::before { display: none; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 390px; }
  .team-grid-single .team-card { grid-template-columns: 48% 52%; min-height: 520px; }
  .faq-intro { max-width: 600px; }
  .cta-box { gap: 40px; padding: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .brand-footer { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 68px 0; }
  .topbar-inner { justify-content: center; text-align: center; min-height: 32px; }
  .topbar-contact { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 33px; height: 33px; }
  .button-small { width: 42px; min-width: 42px; min-height: 42px; padding: 0; font-size: 0; gap: 0; }
  .button-small span { font-size: 18px; }
  .hero { padding-top: 44px; }
  .eyebrow { font-size: 9px; line-height: 1.5; }
  .hero h1 { font-size: 49px; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-proof { margin-top: 30px; }
  .hero-visual { min-height: 470px; }
  .image-frame { height: 445px; border-radius: 180px 180px 18px 18px; }
  .floating-card { padding: 12px 13px; }
  .floating-card-top { top: 135px; left: -5px; }
  .floating-card-bottom { right: -4px; bottom: 30px; max-width: 170px; }
  .circle-note { width: 70px; height: 70px; right: 0; top: 20px; font-size: 7px; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .trust-row p { margin: 0 0 8px; }
  .sticky-copy h2, .section-heading h2, .explain-copy h2, .faq-intro h2 { font-size: 39px; }
  .symptom-panel { padding: 30px 22px; border-radius: 20px; }
  .symptom-panel h3 { font-size: 27px; }
  .doctor-note { padding: 21px; }
  .explain-art { min-height: 430px; padding: 30px; }
  .heading-row { gap: 20px; }
  .treatment-grid { margin-top: 38px; }
  .treatment-card { padding: 30px 24px; }
  .treatment-note { align-items: flex-start; flex-direction: column; }
  .journey-grid { grid-template-columns: 1fr; gap: 38px; }
  .team-card { grid-template-columns: 1fr; }
  .team-grid-single .team-card { grid-template-columns: 1fr; min-height: auto; }
  .team-photo { min-height: 330px; }
  .team-info { padding: 27px; }
  .faq-grid { gap: 45px; }
  .faq-list summary { font-size: 18px; }
  .faq-list details p { margin-right: 20px; }
  .cta-box { width: calc(100% - 24px); padding: 46px 28px; border-radius: 22px; }
  .cta-box h2 { font-size: 39px; }
  .button-light { min-width: 100%; width: 100%; }
  .cta-actions > a:last-child { margin-left: 0; align-self: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .brand-footer { grid-column: auto; }
  .footer-bottom { flex-direction: column; margin-top: 38px; }
  .whatsapp-float { width: 50px; height: 50px; padding: 0; justify-content: center; }
  .whatsapp-float > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Correções de contraste contra estilos globais do Divi */
.dr-eduardo-linfedema-page .topbar-contact a,
.dr-eduardo-linfedema-page .topbar-contact a:visited {
  color: #ffffff !important;
}

.dr-eduardo-linfedema-page a.button-small,
.dr-eduardo-linfedema-page a.button-small:visited,
.dr-eduardo-linfedema-page a.button-small *,
.dr-eduardo-linfedema-page a.button-primary,
.dr-eduardo-linfedema-page a.button-primary:visited,
.dr-eduardo-linfedema-page a.button-primary * {
  color: #ffffff !important;
}

.dr-eduardo-linfedema-page .symptom-panel h3,
.dr-eduardo-linfedema-page .treatment-card h3,
.dr-eduardo-linfedema-page .team-info h3 {
  color: #ffffff !important;
}

.dr-eduardo-linfedema-page .team-info h3 {
  font-size: clamp(34px, 3vw, 42px) !important;
  line-height: 1.08;
}
