
:root {
  --brand-950: #17375f;
  --brand-900: #204a7d;
  --brand-800: #285c98;
  --brand-700: #3f72aa;
  --brand-600: #668fbd;
  --brand-400: #9dbdd8;
  --brand-300: #b8d2e5;
  --brand-200: #d7e8f3;
  --brand-100: #eaf4fa;
  --brand-50: #f6fafc;
  --ink: #21364d;
  --text: #44566a;
  --muted: #6d7d8d;
  --line: #dbe7ef;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(26, 68, 108, .10);
  --shadow-soft: 0 12px 35px rgba(26, 68, 108, .07);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--font); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-800); text-underline-offset: .18em; }
a:hover { color: var(--brand-950); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.nowrap { white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 16px; background: var(--brand-950); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--brand-800); font-size: .82rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--brand-600); }
h1, h2, h3 { margin: 0 0 .65em; color: var(--ink); line-height: 1.14; letter-spacing: -.03em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.7rem); font-weight: 520; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 540; }
h3 { font-size: clamp(1.22rem, 2vw, 1.52rem); font-weight: 650; }
p { margin: 0 0 1.2em; }
.lead { color: #50657a; font-size: clamp(1.08rem, 2vw, 1.33rem); line-height: 1.65; }
.section { padding: clamp(76px, 9vw, 130px) 0; }
.section--soft { background: var(--brand-50); }
.section--blue { background: linear-gradient(135deg, var(--brand-950), var(--brand-800)); color: #edf6fb; }
.section--blue h2, .section--blue h3 { color: #fff; }
.section--blue .eyebrow { color: var(--brand-300); }
.section--blue .eyebrow::before { background: var(--brand-400); }
.section--blue .lead { color: #dcebf4; }
.cta-panel .eyebrow { color: var(--brand-300); }
.cta-panel .eyebrow::before { background: var(--brand-400); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::before { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--brand-800); border-radius: 999px; background: var(--brand-800); color: #fff; font-size: .96rem; font-weight: 700; text-decoration: none; box-shadow: 0 10px 28px rgba(40,92,152,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--brand-950); color: #fff; box-shadow: 0 14px 36px rgba(40,92,152,.24); }
.button--secondary { background: transparent; color: var(--brand-900); box-shadow: none; border-color: var(--brand-300); }
.button--secondary:hover { background: var(--brand-100); color: var(--brand-950); border-color: var(--brand-400); box-shadow: none; }
.button--light { background: #fff; border-color: #fff; color: var(--brand-900); }
.button--light:hover { background: var(--brand-100); color: var(--brand-950); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; }
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,231,239,.9); backdrop-filter: blur(18px); }
.topbar { background: var(--brand-950); color: #fff; font-size: .82rem; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #eaf4fa; text-decoration: none; }
.topbar a:hover { color: #fff; }
.header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { flex: 0 1 340px; }
.brand img { width: min(100%, 340px); }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav > ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-nav a, .submenu-toggle { color: var(--ink); font-size: .92rem; font-weight: 650; text-decoration: none; }
.primary-nav a:hover, .submenu-toggle:hover, .primary-nav a[aria-current="page"] { color: var(--brand-800); }
.has-submenu { position: relative; }
.submenu-toggle { display: flex; gap: 6px; align-items: center; padding: 14px 0; border: 0; background: transparent; cursor: pointer; }
.submenu { position: absolute; top: calc(100% + 6px); left: -24px; width: 244px; margin: 0; padding: 12px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: .2s ease; }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu, .has-submenu.is-open .submenu { opacity: 1; visibility: visible; transform: none; }
.submenu a { display: block; padding: 10px 12px; border-radius: 10px; }
.submenu a:hover { background: var(--brand-50); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--brand-900); transition: .2s ease; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 110px) 0 clamp(86px, 10vw, 150px); background: radial-gradient(circle at 83% 18%, rgba(184,210,229,.55), transparent 28%), linear-gradient(180deg, #fbfdfe, var(--brand-50)); }
.hero::after { content: ""; position: absolute; width: 570px; height: 570px; right: -280px; bottom: -330px; border: 1px solid rgba(102,143,189,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(184,210,229,.09), 0 0 0 110px rgba(184,210,229,.06); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.hero__copy { max-width: 720px; }
.hero__copy h1 em { color: var(--brand-700); font-style: normal; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 32px 0 0; padding: 0; list-style: none; color: var(--brand-900); font-size: .92rem; font-weight: 650; }
.hero__trust li { display: flex; align-items: center; gap: 8px; }
.hero__trust li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-400); box-shadow: 0 0 0 5px rgba(157,189,216,.18); }
.hero__visual { position: relative; min-height: 520px; }
.hero__image-wrap { position: absolute; inset: 0 0 40px 45px; overflow: hidden; border-radius: 42% 58% 45% 55% / 48% 42% 58% 52%; background: var(--brand-200); box-shadow: var(--shadow); }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,55,95,.02), rgba(22,55,95,.18)); }
.hero__note { position: absolute; z-index: 2; left: 0; bottom: 0; max-width: 270px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); color: var(--brand-900); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.hero__note strong { display: block; color: var(--brand-950); font-size: 1.05rem; }
.hero__mark { position: absolute; z-index: 1; right: -35px; top: -35px; width: 170px; opacity: .22; }

/* Grids/cards */
.intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.intro-grid__aside { position: sticky; top: 150px; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.value { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.value strong { display: block; margin-bottom: 6px; color: var(--brand-900); }
.treatment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.treatment-card { position: relative; min-height: 320px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 32px rgba(30,67,104,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.treatment-card:hover { transform: translateY(-5px); border-color: var(--brand-300); box-shadow: var(--shadow-soft); }
.treatment-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; bottom: -85px; border-radius: 50%; background: var(--brand-100); transition: transform .3s ease; }
.treatment-card:hover::after { transform: scale(1.15); }
.treatment-card__number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 52px; border-radius: 50%; background: var(--brand-100); color: var(--brand-800); font-weight: 800; }
.treatment-card p { color: var(--muted); font-size: .96rem; }
.treatment-card .link-arrow { position: relative; z-index: 1; margin-top: 10px; }
.treatment-card--quiet { background: linear-gradient(145deg, var(--brand-950), var(--brand-800)); border-color: transparent; }
.treatment-card--quiet h3, .treatment-card--quiet p, .treatment-card--quiet .link-arrow { color: #fff; }
.treatment-card--quiet .treatment-card__number { background: rgba(255,255,255,.13); color: #fff; }
.treatment-card--quiet::after { background: rgba(255,255,255,.06); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.media-card { position: relative; }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media-card__badge { position: absolute; right: -18px; bottom: -22px; max-width: 250px; padding: 19px 21px; border-radius: 16px; background: #fff; color: var(--brand-900); box-shadow: var(--shadow-soft); font-weight: 700; }
.check-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; top: .12em; left: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--brand-100); color: var(--brand-800); font-size: .78rem; font-weight: 900; }
.doctor-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.doctor-card { display: grid; grid-template-columns: 220px 1fr; align-items: end; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, var(--brand-100), #fff 60%); }
.doctor-card__image { align-self: stretch; display: flex; align-items: end; background: linear-gradient(180deg, transparent, var(--brand-200)); }
.doctor-card__image img { width: 100%; max-height: 410px; object-fit: contain; object-position: bottom center; }
.doctor-card__copy { padding: 38px 34px; }
.doctor-card__copy p { font-size: .96rem; }
.credentials { display: block; margin-bottom: 14px; color: var(--brand-700); font-size: .84rem; font-weight: 760; line-height: 1.45; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 28px 25px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.process-card::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 40px; color: var(--brand-400); font-size: 1.35rem; font-weight: 800; }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: var(--ink); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 22px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand-100); color: var(--brand-900); font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 48px 22px 0; color: var(--muted); }
.cta-panel { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; overflow: hidden; padding: clamp(42px, 6vw, 76px); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--brand-950), var(--brand-800)); color: #e8f3f9; box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; width: 350px; height: 350px; right: -150px; top: -160px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.025); }
.cta-panel h2 { color: #fff; }
.cta-panel__action { position: relative; z-index: 1; display: flex; justify-content: flex-end; }

/* Treatment page */
.page-hero { position: relative; overflow: hidden; padding: clamp(58px, 7vw, 96px) 0 clamp(70px, 8vw, 115px); background: linear-gradient(145deg, var(--brand-50), #fff); }
.page-hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(184,210,229,.65), rgba(234,244,250,.05) 70%); }
.page-hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.page-hero h1 { font-size: clamp(2.6rem, 5.6vw, 5.1rem); }
.page-hero__card { position: relative; padding: 34px; border: 1px solid rgba(184,210,229,.8); border-radius: var(--radius-md); background: rgba(255,255,255,.75); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.page-hero__card img { position: absolute; width: 120px; right: 18px; top: -44px; opacity: .16; }
.page-hero__card h2 { font-size: 1.15rem; letter-spacing: 0; }
.fact-list { display: grid; gap: 0; margin: 0; }
.fact-list div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.fact-list div:last-child { border-bottom: 0; }
.fact-list dt { color: var(--muted); font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.fact-list dd { margin: 0; color: var(--ink); font-weight: 650; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(44px, 8vw, 100px); align-items: start; }
.content-grid__main { max-width: 760px; }
.content-grid__main h2 { margin-top: 1.8em; font-size: clamp(1.75rem,3vw,2.45rem); }
.content-grid__main h2:first-child { margin-top: 0; }
.content-grid__main h3 { margin-top: 1.7em; }
.content-grid__side { position: sticky; top: 150px; display: grid; gap: 18px; }
.side-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--brand-50); }
.side-card h2 { font-size: 1.2rem; letter-spacing: -.015em; }
.side-card ul { margin: 0; padding-left: 20px; }
.notice { margin: 30px 0; padding: 22px 24px; border-left: 4px solid var(--brand-600); border-radius: 0 12px 12px 0; background: var(--brand-50); }
.breadcrumbs { margin: 0 0 24px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .86rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--brand-300); }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand-800); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; text-decoration: none; }
.related-card strong { display: block; color: var(--ink); font-size: 1.15rem; }
.related-card span { color: var(--muted); font-size: .92rem; }
.related-card:hover { border-color: var(--brand-400); box-shadow: var(--shadow-soft); }

/* Footer */
.site-footer { padding: 78px 0 28px; background: #edf4f8; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr .9fr .8fr; gap: 38px; }
.footer__brand img { width: 270px; margin-bottom: 20px; }
.footer__brand p { max-width: 360px; color: var(--muted); }
.footer__heading { margin: 0 0 16px; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer address { font-style: normal; }
.site-footer a { color: var(--text); text-decoration: none; }
.site-footer a:hover { color: var(--brand-800); }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(102,143,189,.24); color: var(--muted); font-size: .8rem; }
.footer__bottom p { margin: 0; }
.mobile-cta { display: none; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header__inner { min-height: 80px; }
  .brand { flex-basis: 280px; }
  .brand img { width: 280px; }
  .nav-toggle { display: block; position: relative; z-index: 4; }
  .primary-nav { position: fixed; inset: 114px 0 auto 0; display: block; max-height: calc(100vh - 114px); overflow: auto; padding: 28px 20px 40px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > ul { display: block; }
  .primary-nav > ul > li { border-bottom: 1px solid var(--line); }
  .primary-nav > ul > li > a, .submenu-toggle { display: flex; width: 100%; padding: 17px 0; justify-content: space-between; }
  .primary-nav .button { margin-top: 24px; width: 100%; }
  .submenu { position: static; display: none; width: auto; padding: 0 0 14px 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .has-submenu.is-open .submenu { display: block; }
  .hero__grid, .page-hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 800px; }
  .hero__visual { min-height: 500px; max-width: 720px; }
  .treatment-grid { grid-template-columns: repeat(2,1fr); }
  .doctor-card { grid-template-columns: 180px 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 780px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__back { max-width: 60%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .brand { flex-basis: 235px; }
  .brand img { width: 235px; }
  .primary-nav { inset: 114px 0 auto; }
  .hero { padding-top: 46px; }
  .hero__visual { min-height: 410px; }
  .hero__image-wrap { inset: 0 0 35px 20px; }
  .hero__mark { width: 120px; right: -10px; }
  .hero__note { max-width: 235px; padding: 16px 18px; }
  .intro-grid, .split, .cta-panel, .content-grid { grid-template-columns: 1fr; }
  .intro-grid__aside, .content-grid__side { position: static; }
  .values { grid-template-columns: 1fr; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 270px; }
  .doctor-grid { grid-template-columns: 1fr; }
  .doctor-card { grid-template-columns: 140px 1fr; min-height: 360px; }
  .doctor-card__copy { padding: 28px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-panel__action { justify-content: flex-start; }
  .related-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { display: block; padding-bottom: 60px; }
  .footer__bottom p + p { margin-top: 8px; }
  .mobile-cta { position: fixed; z-index: 999; right: 14px; bottom: 14px; left: 14px; display: flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; background: var(--brand-900); color: #fff; font-weight: 750; text-decoration: none; box-shadow: 0 12px 32px rgba(23,55,95,.28); }
  .mobile-cta:hover { color: #fff; background: var(--brand-950); }
}
@media (max-width: 520px) {
  .topbar__inner { min-height: 30px; }
  .header__inner { min-height: 74px; gap: 15px; }
  .brand { flex-basis: 205px; }
  .brand img { width: 205px; }
  .nav-toggle { width: 44px; height: 44px; }
  .primary-nav { inset: 104px 0 auto; max-height: calc(100vh - 104px); }
  h1 { font-size: 2.62rem; }
  .hero__visual { min-height: 350px; }
  .hero__image-wrap { left: 0; border-radius: 28px; }
  .hero__note { left: 10px; bottom: 4px; }
  .hero__actions .button { width: 100%; }
  .doctor-card { display: block; }
  .doctor-card__image { height: 310px; }
  .doctor-card__image img { height: 100%; width: auto; margin-inline: auto; }
  .media-card__badge { right: 10px; bottom: -20px; }
  .fact-list div { grid-template-columns: 1fr; gap: 3px; }
  .page-hero__card { padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .mobile-cta, .hero__actions, .cta-panel, .site-footer { display: none !important; }
  body { color: #000; font-size: 12pt; }
  .section { padding: 24px 0; }
  a { color: #000; text-decoration: none; }
}
