:root {
  --ink: #102d31;
  --muted: #5e7476;
  --teal: #0c6867;
  --teal-dark: #084c4d;
  --mint: #dceeea;
  --warm: #f6f4ed;
  --line: rgba(16, 45, 49, .12);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbfbf8; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
main { overflow: hidden; }

.site-header { position: fixed; z-index: 20; top: 12px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 32px)); height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px 0 18px; border: 1px solid rgba(255,255,255,.72); background: rgba(255,255,255,.76); backdrop-filter: blur(22px) saturate(1.3); border-radius: 22px; box-shadow: 0 12px 40px rgba(22,58,61,.09); }
.brand { display: flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; line-height: 1.05; }
.brand small { color: var(--muted); font-size: 10px; font-weight: 500; }
.brand-mark { width: 36px; height: 36px; border-radius: 50%; background: var(--teal); display: grid; place-items: center; flex: none; }
.brand-mark::before { content: ""; width: 19px; height: 11px; border: 1.7px solid white; border-radius: 70% 10%; transform: rotate(45deg); }
.brand-mark i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: white; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--teal); }
.header-cta { background: var(--ink); color: white; padding: 13px 21px; border-radius: 14px; font-size: 13px; font-weight: 700; }

.hero { min-height: 820px; padding: 170px max(6vw, 28px) 90px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5vw; background: radial-gradient(circle at 78% 28%, #d9eeea 0, transparent 28%), linear-gradient(150deg, #fbfbf8 0%, #f0f4ef 100%); }
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; color: var(--teal); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 750; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 23px; height: 1px; background: currentColor; }
.eyebrow.light { color: #a8dad4; }
h1, h2, h3, p { text-wrap: pretty; }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 88px); line-height: .97; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { color: var(--teal); font-weight: 400; }
.hero-lead { max-width: 575px; margin: 32px 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 50px; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 250px; gap: 20px; background: var(--teal); color: white; padding: 18px 20px; border-radius: 16px; font-size: 14px; font-weight: 700; box-shadow: 0 12px 26px rgba(12,104,103,.2); }
.primary-button span { font-size: 20px; }
.text-button { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.trust-row { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #89a3a2; }
.hero-visual { position: relative; width: min(100%, 540px); aspect-ratio: .9; justify-self: center; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 82%; aspect-ratio: 1; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(157,205,197,.35)); box-shadow: inset -20px -25px 50px rgba(18,98,94,.08), 0 30px 80px rgba(24,81,79,.12); }
.orb-two { width: 63%; aspect-ratio: 1; border: 1px solid rgba(12,104,103,.16); }
.eye-card { position: relative; z-index: 2; width: 52%; aspect-ratio: .78; padding: 40px 28px; background: rgba(255,255,255,.54); border: 1px solid rgba(255,255,255,.9); border-radius: 100px 100px 32px 32px; backdrop-filter: blur(20px); box-shadow: 0 25px 60px rgba(8,76,77,.12); display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; }
.eye-ring { width: 128px; height: 128px; border-radius: 50%; border: 20px solid rgba(12,104,103,.14); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(12,104,103,.2); }
.pupil { width: 45px; height: 45px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #9bc9be 0 5%, #0e5d5b 25%, #062e31 70%); box-shadow: 0 0 0 8px rgba(255,255,255,.7); }
.eye-card p { margin: 0; font-family: Georgia, serif; font-size: 19px; line-height: 1.4; }
.floating-note { position: absolute; z-index: 3; bottom: 9%; left: 0; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.86); backdrop-filter: blur(15px); padding: 13px 17px; border-radius: 17px; box-shadow: 0 15px 40px rgba(8,76,77,.12); }
.floating-note > span { width: 32px; height: 32px; display: grid; place-items: center; background: var(--mint); color: var(--teal); border-radius: 50%; font-weight: 800; }
.floating-note p { margin: 0; font-size: 12px; line-height: 1.25; }
.floating-note small { color: var(--muted); }
.hero-doctor-profile { width: min(100%, 540px); justify-self: center; align-self: center; overflow: hidden; border-radius: 36px; background: var(--teal-dark); color: white; box-shadow: 0 28px 70px rgba(8,76,77,.2); }
.hero-doctor-profile .doctor-portrait { min-height: 410px; margin: 0; border-radius: 0; }
.hero-doctor-profile .doctor-copy { padding: 46px 38px 42px; }
.hero-doctor-profile .doctor-copy h2 { font-size: clamp(38px, 4vw, 50px); }
.hero-doctor-profile .doctor-role { margin-bottom: 32px; }
.hero-doctor-profile .doctor-copy blockquote { padding-top: 18px; padding-bottom: 18px; font-size: 17px; }
.hero-doctor-profile .doctor-facts { gap: 24px; margin-top: 34px; }
.hero-doctor-profile .prodoctorov-link { margin-top: 30px; }

.section { padding: 120px max(6vw, 28px); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.section-heading h2, .doctor-copy h2, .appointment-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 66px); line-height: 1.03; letter-spacing: -.04em; font-weight: 500; }
.section-heading > p:last-child { margin: 0 0 5px; color: var(--muted); line-height: 1.7; max-width: 470px; }
.services-section { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { grid-column: span 2; min-height: 285px; border: 1px solid var(--line); border-radius: 26px; padding: 26px; display: flex; flex-direction: column; transition: transform .25s, background .25s; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { transform: translateY(-5px); background: #f7faf7; }
.service-top { display: flex; justify-content: space-between; color: #839596; font-size: 12px; }
.service-top i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; color: var(--teal); }
.service-card h3 { margin: auto 0 13px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.doctor-section { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 700px; background: var(--teal-dark); color: white; }
.doctor-portrait { min-height: 560px; margin: 52px 0 52px max(6vw, 28px); border-radius: 34px; background: linear-gradient(145deg, #d8e7df, #93b8ad); position: relative; display: grid; place-items: center; overflow: hidden; }
.doctor-portrait::before, .doctor-portrait::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); }
.doctor-portrait::before { width: 440px; height: 440px; }
.doctor-portrait::after { width: 300px; height: 300px; }
.portrait-initials { width: 190px; height: 190px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.34); backdrop-filter: blur(15px); font-family: Georgia, serif; font-size: 58px; z-index: 1; }
.doctor-portrait p { position: absolute; z-index: 1; bottom: 25px; text-align: center; color: rgba(16,45,49,.65); font-size: 12px; line-height: 1.5; }
.doctor-copy { padding: 105px max(7vw, 45px); align-self: center; }
.doctor-role { color: #a8dad4; font-size: 16px; margin: 22px 0 50px; }
.doctor-copy blockquote { margin: 0; padding: 25px 0 25px 26px; max-width: 600px; border-left: 2px solid #80beb5; font-family: Georgia, serif; font-size: 20px; line-height: 1.65; color: rgba(255,255,255,.82); }
.doctor-facts { display: flex; gap: 55px; margin-top: 55px; }
.doctor-facts div { display: flex; flex-direction: column; gap: 6px; }
.doctor-facts strong { font-size: 14px; }
.doctor-facts span { color: rgba(255,255,255,.55); font-size: 12px; }
.prodoctorov-link { margin-top: 38px; width: fit-content; display: inline-flex; align-items: center; gap: 22px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; color: white; font-size: 13px; font-weight: 700; transition: background .2s, border-color .2s; }
.prodoctorov-link:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.36); }
.prodoctorov-link i { color: #a8dad4; font-style: normal; }

.articles-section { background: var(--warm); }
.inline-heading { grid-template-columns: 1fr .55fr; }
.inline-heading > div .eyebrow { margin-bottom: 24px; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { background: white; border-radius: 26px; overflow: hidden; box-shadow: 0 14px 35px rgba(16,45,49,.05); transition: transform .25s; }
.article-card:hover { transform: translateY(-6px); }
.article-cover { height: 220px; padding: 20px; position: relative; overflow: hidden; }
.cover-1 { background: #cfe3dc; }.cover-2 { background: #d7dfca; }.cover-3 { background: #d8e4ea; }
.article-cover > span { position: relative; z-index: 2; display: inline-block; background: rgba(255,255,255,.72); padding: 7px 10px; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.cover-eye { position: absolute; width: 230px; height: 230px; border: 55px solid rgba(255,255,255,.38); border-radius: 50%; right: -15px; bottom: -83px; display: grid; place-items: center; }
.cover-eye i { width: 55px; height: 55px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 15px rgba(255,255,255,.4); }
.article-body { padding: 25px; }
.article-body > p { margin: 0 0 15px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.article-body h3 { margin: 0 0 24px; font-family: Georgia, serif; font-size: 23px; line-height: 1.25; font-weight: 500; }
.read-link { color: var(--teal); font-size: 13px; font-weight: 700; }

.appointment-section { padding: 110px max(6vw, 28px); background: #0d393d; color: white; display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: center; }
.appointment-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.62); line-height: 1.7; margin: 28px 0 44px; }
.location-chip { display: inline-flex; gap: 13px; align-items: center; border: 1px solid rgba(255,255,255,.13); padding: 13px 17px; border-radius: 16px; }
.location-chip > span { color: #a8dad4; font-size: 25px; }
.location-chip div { display: flex; flex-direction: column; gap: 3px; }
.location-chip small { color: rgba(255,255,255,.5); }
.location-chip strong { font-size: 13px; }
.callback-form { background: white; color: var(--ink); border-radius: 28px; padding: 30px; box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.form-heading { display: flex; justify-content: space-between; font-weight: 750; margin-bottom: 28px; }
.form-heading i { font-style: normal; color: #8b9a9b; font-size: 11px; }
.callback-form > label:not(.consent) { display: block; color: var(--muted); font-size: 11px; margin-top: 18px; }
.callback-form label small { float: right; }
.callback-form input:not([type="checkbox"]), .callback-form textarea { width: 100%; border: 0; border-bottom: 1px solid #dfe5e3; outline: 0; padding: 10px 0 12px; color: var(--ink); background: transparent; border-radius: 0; resize: vertical; }
.callback-form input:focus, .callback-form textarea:focus { border-color: var(--teal); }
.consent { margin: 21px 0; display: flex; gap: 9px; align-items: flex-start; color: var(--muted); font-size: 11px; line-height: 1.45; }
.consent input { accent-color: var(--teal); margin-top: 2px; }
.consent a { color: var(--teal); text-decoration: underline; }
.submit-button { width: 100%; border: 0; padding: 17px 18px; border-radius: 15px; background: var(--teal); color: white; display: flex; justify-content: space-between; font-weight: 700; cursor: pointer; }
.submit-button:disabled { opacity: .65; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 18px; margin: 12px 0 0; font-size: 12px; }
.form-status:empty { display: none; }
.form-status.success { color: var(--teal); }.form-status.error { color: #a13a3a; }

footer { background: #072d30; color: white; padding: 50px max(6vw, 28px) 100px; display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 35px; align-items: center; border-top: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand p { margin: 0; font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.55); }.footer-brand strong { color: white; font-size: 12px; }
.footer-note { color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.5; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: rgba(255,255,255,.5); font-size: 10px; }
.mobile-nav { display: none; }

.article-page, .legal-page { min-height: 100vh; background: #fbfbf8; padding-bottom: 100px; }
.article-header { height: 84px; max-width: 920px; padding: 18px 24px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.back-link { font-size: 13px; color: var(--teal); font-weight: 700; }
.article-content { max-width: 760px; margin: 70px auto 0; padding: 0 24px; overflow: visible; }
.article-content h1, .legal-page h1 { font-family: Georgia, serif; font-size: clamp(44px, 6vw, 70px); line-height: 1.03; letter-spacing: -.045em; font-weight: 500; margin: 0 0 28px; }
.article-lead { font-size: 21px; line-height: 1.65; color: var(--muted); margin-bottom: 36px; }
.article-warning { display: flex; gap: 18px; background: var(--mint); border-radius: 17px; padding: 18px 20px; margin: 40px 0 55px; font-size: 13px; }
.article-warning p { margin: 0; color: var(--muted); }
.article-content section { margin: 50px 0; }
.article-content section h2, .legal-page h2 { font-family: Georgia, serif; font-size: 33px; font-weight: 500; margin: 0 0 18px; }
.article-content section p, .legal-page > p { color: #415d5f; font-family: Georgia, serif; font-size: 18px; line-height: 1.85; }
.article-cta { margin-top: 70px; background: #e6efeb; padding: 35px; border-radius: 26px; }
.article-cta h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.article-cta p { color: var(--muted); line-height: 1.6; margin-bottom: 25px; }
.legal-page { max-width: 840px; margin: 0 auto; padding: 50px 24px 100px; overflow: visible; }
.legal-page .back-link { display: block; margin-bottom: 80px; }
.legal-note { background: #f7e7ca; border-radius: 14px; padding: 16px; font-family: inherit !important; font-size: 13px !important; }

@media (min-width: 901px) {
  .brand { font-size: 1rem; }.brand small { font-size: .8125rem; line-height: 1.25; }
  .desktop-nav { font-size: 1rem; }.header-cta { font-size: 1rem; }
  .eyebrow { font-size: .875rem; }.hero-lead { font-size: 1.25rem; }.trust-row { font-size: .875rem; }
  .section-heading > p:last-child { font-size: 1.125rem; line-height: 1.65; }
  .service-card h3 { font-size: 1.75rem; }.service-card p { font-size: 1.0625rem; line-height: 1.65; }.service-top { font-size: .875rem; }
  .doctor-role { font-size: 1.125rem; }.doctor-copy blockquote { font-size: 1.25rem; }.doctor-facts strong { font-size: 1rem; }.doctor-facts span { font-size: .9375rem; }.prodoctorov-link { font-size: 1rem; }
  .article-cover > span { font-size: .875rem; }.article-body > p { font-size: .875rem; }.article-body h3 { font-size: 1.625rem; }.read-link { font-size: 1rem; }
  .callback-form { font-size: 1rem; }.form-heading { font-size: 1.25rem; }.form-heading i { font-size: .875rem; }.callback-form > label:not(.consent) { font-size: 1rem; }.callback-form label small { font-size: .875rem; }.callback-form input:not([type="checkbox"]), .callback-form textarea { font-size: 1.125rem; line-height: 1.5; }.consent { font-size: .9375rem; }.submit-button { font-size: 1.0625rem; }.form-status { font-size: .875rem; }
  .location-chip small { font-size: .875rem; }.location-chip strong { font-size: 1rem; }
  .footer-brand p { font-size: .9375rem; line-height: 1.45; }.footer-brand strong { font-size: 1rem; }.footer-note { font-size: .875rem; line-height: 1.55; }.footer-links { font-size: .875rem; line-height: 1.45; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { text-align: center; margin: auto; }.eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(90%, 500px); }
  .section-heading, .inline-heading { grid-template-columns: 1fr; }.section-heading .eyebrow { margin-bottom: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }.service-card:last-child { grid-column: span 2; }
  .doctor-section { grid-template-columns: 1fr; }.doctor-portrait { min-height: 500px; margin: 40px max(6vw, 28px) 0; }.doctor-copy { padding-top: 65px; }
  .articles-grid { grid-template-columns: 1fr 1fr; }.article-card:last-child { grid-column: span 2; }
  .appointment-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }.footer-note { grid-column: 1 / -1; grid-row: 2; }.footer-links { align-items: flex-end; }
}

@media (max-width: 600px) {
  body { padding-bottom: 100px; background: #072d30; }
  .site-header { position: absolute; top: 9px; width: calc(100% - 18px); height: 60px; border-radius: 19px; }.brand { font-size: 15px; line-height: 1.08; }.brand small { font-size: 11px; }.brand-mark { width: 32px; height: 32px; }.header-cta { padding: 11px 15px; }
  .hero { min-height: auto; padding: 125px 18px 36px; gap: 18px; }.hero h1 { font-size: clamp(43px, 12.7vw, 60px); }.hero-lead { font-size: 16px; line-height: 1.55; margin: 25px auto; }
  .hero-actions { flex-direction: column; gap: 18px; margin-bottom: 35px; }.primary-button { width: 100%; min-width: 0; }.text-button { font-size: 16px; }.trust-row { gap: 8px; font-size: 11px; }
  .hero-doctor-profile { width: calc(100% + 12px); border-radius: 30px; }.hero-doctor-profile .doctor-portrait { min-height: 380px; margin: 0; border-radius: 0; }.hero-doctor-profile .doctor-copy { padding: 38px 24px 34px; }.hero-doctor-profile .doctor-copy h2 { font-size: 39px; }.hero-doctor-profile .doctor-role { margin: 18px 0 28px; }.hero-doctor-profile .doctor-copy blockquote { padding: 18px 0 18px 20px; font-size: 16px; }.hero-doctor-profile .doctor-facts { gap: 18px; margin-top: 30px; }.hero-doctor-profile .prodoctorov-link { margin-top: 28px; }
  .section { padding: 78px 18px; }.services-section { padding-top: 36px; }.section-heading { margin-bottom: 35px; gap: 20px; }.section-heading h2, .doctor-copy h2, .appointment-copy h2 { font-size: 41px; }.section-heading > p:last-child { font-size: 14px; }
  .services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -18px; padding-right: 18px; scrollbar-width: none; }.service-card, .service-card:last-child { min-width: 82vw; min-height: 255px; scroll-snap-align: start; }
  .doctor-portrait { min-height: 380px; margin: 18px 18px 0; border-radius: 26px; }.portrait-initials { width: 140px; height: 140px; font-size: 44px; }.doctor-copy { padding: 60px 18px 78px; }.doctor-copy .eyebrow { justify-content: flex-start; }.doctor-copy blockquote { font-size: 17px; }.doctor-facts { flex-direction: column; gap: 22px; margin-top: 40px; }
  .articles-section { padding-top: 62px; padding-bottom: 62px; }.articles-section .section-heading { margin-bottom: 26px; }.articles-grid { display: flex; overflow-x: auto; margin-right: -18px; padding-right: 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }.article-card, .article-card:last-child { min-width: 78vw; scroll-snap-align: start; }.article-cover { height: 145px; padding: 16px; }.cover-eye { width: 175px; height: 175px; border-width: 42px; right: -12px; bottom: -65px; }.cover-eye i { width: 44px; height: 44px; box-shadow: 0 0 0 12px rgba(255,255,255,.4); }.article-body { padding: 19px; }.article-body > p { margin-bottom: 10px; }.article-body h3 { margin-bottom: 16px; font-size: 21px; }
  .appointment-section { padding: 36px 18px 58px; gap: 24px; }.appointment-copy .eyebrow { justify-content: flex-start; margin-bottom: 14px; }.appointment-copy h2 { font-size: 35px; line-height: 1; }.appointment-copy > p:not(.eyebrow) { display: none; }.location-chip { display: none; }.callback-form { padding: 20px 18px 18px; border-radius: 23px; }.form-heading { margin-bottom: 18px; font-size: 20px; }.callback-form > label:not(.consent) { margin-top: 16px; font-size: 15px; line-height: 1.35; }.callback-form label small { font-size: 12px; line-height: 1.5; }.callback-form input:not([type="checkbox"]), .callback-form textarea { padding: 11px 0 13px; font-size: 17px; line-height: 1.4; }.callback-form textarea { min-height: 82px; }.consent { margin: 20px 0 18px; gap: 11px; font-size: 14px; line-height: 1.45; }.consent input { flex: 0 0 auto; width: 22px; height: 22px; }.submit-button { padding: 16px 18px; font-size: 17px; }.form-status { font-size: 14px; }
  .hero, .services-section, .articles-section, .appointment-section { min-height: 100vh; min-height: 100svh; }
  footer { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 38px 18px 15px; }.footer-brand { gap: 12px; }.footer-brand strong { font-size: 15px; }.footer-brand p { font-size: 13px; line-height: 1.3; }.footer-note { font-size: 13px; line-height: 1.4; }.footer-links { align-items: flex-start; gap: 5px; font-size: 13px; line-height: 1.35; }
  .mobile-nav { position: fixed; z-index: 30; display: grid; grid-template-columns: repeat(4, 1fr); bottom: 8px; left: 9px; width: calc(100% - 18px); padding: 8px; background: rgba(255,255,255,.9); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.85); border-radius: 20px; box-shadow: 0 8px 30px rgba(16,45,49,.2); }
  .mobile-nav a { min-height: 62px; padding: 6px 2px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--muted); font-size: 12px; line-height: 1.2; text-align: center; }.mobile-nav a > span { width: 28px; height: 28px; display: grid; place-items: center; font-size: 22px; line-height: 1; }
  .mobile-nav .nav-person { position: relative; display: block; }.mobile-nav .nav-person::before { content: ""; position: absolute; top: 5px; left: 50%; width: 6px; height: 6px; border: 1.5px solid currentColor; border-radius: 50%; transform: translateX(-50%); }.mobile-nav .nav-person::after { content: ""; position: absolute; bottom: 4px; left: 50%; width: 13px; height: 8px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; transform: translateX(-50%); }
  .article-content { margin-top: 45px; }.article-content h1, .legal-page h1 { font-size: 43px; }.article-lead { font-size: 18px; }.article-content section p, .legal-page > p { font-size: 17px; }.article-cta { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
