:root {
  --blue-950: #052f5b;
  --blue-900: #064477;
  --blue-800: #075ba8;
  --blue-700: #0867bc;
  --blue-600: #1379d0;
  --blue-100: #e7f3ff;
  --blue-50: #f3f9ff;
  --cyan: #30c2d8;
  --yellow: #f5c451;
  --ink: #102337;
  --muted: #607184;
  --line: #dce7f0;
  --white: #fff;
  --surface: #f7fafc;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 10px 35px rgba(14, 57, 92, 0.08);
  --shadow-lg: 0 24px 65px rgba(9, 58, 99, 0.18);
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--blue-950); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.demo-bar { color: #dcecff; background: var(--blue-950); font-size: 12px; letter-spacing: .02em; }
.demo-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-bar__inner > span:first-child { color: var(--white); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.demo-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--yellow); border-radius: 50%; }

.site-header { position: relative; z-index: 50; background: var(--white); }
.utility-bar { color: #deedfb; background: var(--blue-800); font-size: 13px; }
.utility-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-links a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.utility-links a:hover { color: var(--white); }
.utility-links svg { width: 14px; height: 14px; }

.main-nav { background: rgba(255, 255, 255, .96); transition: box-shadow .25s; }
.main-nav.is-sticky { position: fixed; top: 0; right: 0; left: 0; box-shadow: 0 10px 35px rgba(9, 49, 83, .1); animation: slideDown .3s ease; }
.main-nav__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand__mark { width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--blue-700); border-radius: 13px; }
.brand__mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.52); }
.brand__fallback { font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -.08em; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand__copy strong { color: var(--blue-800); font-family: "Manrope", sans-serif; font-size: 20px; letter-spacing: -.03em; }
.brand__copy small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #34475a; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; padding: 31px 0; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 23px; left: 0; height: 2px; background: var(--blue-600); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-links > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links > a.nav-transparency { padding: 9px 12px; color: var(--blue-900); background: var(--blue-100); border: 1px solid #c7e2f8; border-radius: 9px; font-weight: 800; }
.nav-links > a.nav-transparency::after { display: none; }
.nav-links > a.nav-transparency:hover { color: var(--white); background: var(--blue-700); border-color: var(--blue-700); }
.nav-transparency span { font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: var(--blue-800); background: var(--blue-50); border-radius: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 3px; transition: transform .25s, opacity .25s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; line-height: 1.2; transition: transform .2s, box-shadow .2s, color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button--small { min-height: 44px; padding: 10px 18px; border-radius: 9px; }
.button--primary { color: var(--white); background: var(--blue-700); box-shadow: 0 10px 24px rgba(7, 91, 168, .2); }
.button--primary:hover { background: var(--blue-900); box-shadow: 0 14px 30px rgba(7, 91, 168, .28); }
.button--ghost { color: var(--blue-800); border-color: #b8d1e7; background: rgba(255,255,255,.72); }
.button--ghost:hover { border-color: var(--blue-700); background: var(--white); }
.button--white { color: var(--blue-900); background: var(--white); box-shadow: 0 12px 28px rgba(4, 38, 69, .18); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(110deg, #f5faff 0%, #eef8ff 55%, #e6f4ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(#5f9fd2 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 58%); }
.hero__grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 54px; padding-bottom: 72px; }
.hero__content { padding: 20px 0; }
.eyebrow { margin: 0 0 14px; display: flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
.hero h1, .section h2, .contact h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { max-width: 650px; font-size: clamp(44px, 5.25vw, 69px); }
.hero h1 em { display: block; color: var(--blue-700); font-style: normal; }
.hero__lead { max-width: 610px; margin: 25px 0 29px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.hero__trust p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.hero__trust strong { color: var(--ink); font-size: 14px; }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { width: 36px; height: 36px; margin-left: -10px; background: var(--avatar) center/cover; border: 3px solid var(--white); border-radius: 50%; }
.hero__visual { position: relative; min-height: 535px; }
.hero__image-wrap { position: absolute; inset: 0 5px 0 35px; overflow: hidden; border: 9px solid rgba(255,255,255,.7); border-radius: 46% 46% 24px 24px; box-shadow: var(--shadow-lg); }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero__image-overlay { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(2,47,87,.15)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 16px 42px rgba(9, 55, 92, .16); backdrop-filter: blur(8px); }
.floating-card--care { bottom: 53px; left: -12px; gap: 12px; padding: 14px 18px; border-radius: 15px; }
.floating-card--care span:last-child { display: flex; flex-direction: column; }
.floating-card--care strong { font-size: 14px; }
.floating-card--care small { color: var(--muted); font-size: 11px; }
.floating-card__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--blue-700); border-radius: 10px; }
.floating-card__icon svg { width: 19px; }
.floating-card--region { top: 65px; right: -16px; align-items: flex-start; flex-direction: column; padding: 13px 22px; border-radius: 13px; line-height: 1.3; }
.floating-card--region strong { color: var(--blue-700); font: 800 21px "Manrope", sans-serif; }
.floating-card--region span { color: var(--muted); font-size: 12px; }
.hero__shape { position: absolute; border-radius: 50%; }
.hero__shape--one { width: 340px; height: 340px; right: -180px; bottom: -80px; border: 70px solid rgba(48,194,216,.12); }
.hero__shape--two { width: 80px; height: 80px; left: 47%; top: 70px; background: rgba(245,196,81,.19); }

.quick-actions { position: relative; z-index: 5; margin-top: -34px; }
.quick-actions__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: var(--white); border: 1px solid #e0eaf2; border-radius: 17px; box-shadow: var(--shadow-sm); }
.quick-card { min-height: 105px; display: flex; align-items: center; gap: 15px; padding: 23px 28px; border-right: 1px solid var(--line); transition: background .2s; }
.quick-card:last-child { border-right: 0; }
.quick-card:hover { background: var(--blue-50); }
.quick-card__icon { flex: 0 0 47px; height: 47px; display: grid; place-items: center; border-radius: 12px; }
.quick-card__icon svg { width: 23px; height: 23px; }
.quick-card__icon--blue { color: var(--blue-700); background: var(--blue-100); }
.quick-card__icon--cyan { color: #138b9c; background: #dff8fa; }
.quick-card__icon--yellow { color: #a56d00; background: #fff4d6; }
.quick-card > span:nth-child(2) { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.quick-card small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.quick-card strong { font-family: "Manrope", sans-serif; font-size: 15px; }
.quick-card__arrow { width: 20px; color: var(--blue-700); transition: transform .2s; }
.quick-card:hover .quick-card__arrow { transform: translateX(4px); }

.section-heading { max-width: 675px; margin-bottom: 53px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .projects h2, .about h2, .help h2 { font-size: clamp(34px, 4vw, 49px); }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; }

.services { background: var(--white); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 323px; padding: 31px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b9d7ef; box-shadow: var(--shadow-sm); }
.service-card__number { position: absolute; top: 20px; right: 24px; color: #dbe6ee; font: 800 36px "Manrope", sans-serif; }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue-700); background: var(--blue-50); border-radius: 15px; }
.service-card__icon svg { width: 29px; height: 29px; }
.service-card h3 { margin: 24px 0 9px; font: 700 20px "Manrope", sans-serif; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card__more { position: absolute; bottom: 27px; left: 31px; padding: 0; color: var(--blue-700); background: transparent; border: 0; font-size: 13px; font-weight: 700; cursor: pointer; }
.service-card__more span { margin-left: 4px; transition: margin .2s; }
.service-card__more:hover span { margin-left: 8px; }
.service-card__more:focus-visible { outline: 3px solid rgba(19,121,208,.28); outline-offset: 5px; border-radius: 3px; }
.service-card--highlight { color: var(--white); background: linear-gradient(135deg, var(--blue-800), var(--blue-950)); border-color: transparent; }
.service-card--highlight::after { content: ""; position: absolute; width: 160px; height: 160px; right: -55px; bottom: -60px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; }
.service-card--highlight .service-card__number { color: rgba(255,255,255,.15); }
.service-card--highlight .service-card__icon { color: var(--white); background: rgba(255,255,255,.13); }
.service-card--highlight p { color: #d8e9f7; }
.service-card--highlight .service-card__more { z-index: 2; color: var(--white); }
.services__note { margin: 19px 0 0; color: #83919e; font-size: 12px; text-align: center; }

.about { overflow: hidden; background: var(--surface); }
.about__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.about__visual { position: relative; min-height: 540px; }
.about__image-main { position: absolute; inset: 0 65px 35px 0; overflow: hidden; border-radius: 27px; box-shadow: var(--shadow-lg); }
.about__image-main img, .about__image-small img { width: 100%; height: 100%; object-fit: cover; }
.about__image-small { position: absolute; right: 0; bottom: 0; width: 220px; height: 230px; overflow: hidden; border: 8px solid var(--surface); border-radius: 22px; box-shadow: var(--shadow-sm); }
.about__badge { position: absolute; top: 54px; right: 3px; width: 132px; height: 132px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--blue-700); border: 7px solid var(--surface); border-radius: 50%; box-shadow: 0 16px 30px rgba(7,91,168,.2); }
.about__badge strong { font: 800 34px "Manrope", sans-serif; }
.about__badge span { font-size: 10px; line-height: 1.3; text-transform: uppercase; }
.about__content { max-width: 560px; }
.about__lead { margin: 24px 0 15px; color: #31475b; font-size: 18px; font-weight: 500; }
.about__content > p:not(.eyebrow):not(.about__lead) { color: var(--muted); }
.check-list { margin: 26px 0 28px; padding: 0; display: grid; gap: 11px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 600; }
.check-list span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--cyan); border-radius: 50%; font-size: 12px; }
.text-link { color: var(--blue-700); font-weight: 700; }
.text-link span { margin-left: 4px; transition: margin .2s; }
.text-link:hover span { margin-left: 9px; }

.impact { position: relative; overflow: hidden; color: var(--white); background: var(--blue-800); }
.impact::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -250px; border: 80px solid rgba(255,255,255,.05); border-radius: 50%; }
.impact__grid { position: relative; min-height: 190px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; }
.impact__intro { display: flex; align-items: center; gap: 20px; color: #d9eafa; }
.impact__intro p { line-height: 1.45; }
.impact__line { width: 3px; height: 45px; background: var(--yellow); border-radius: 2px; }
.impact__item { min-height: 95px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-left: 1px solid rgba(255,255,255,.18); text-align: center; }
.impact__item strong { font: 800 27px "Manrope", sans-serif; }
.impact__item span { color: #cfe4f5; font-size: 12px; }

.projects { background: var(--white); }
.projects__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.projects__heading > p { max-width: 390px; margin: 0 0 3px; color: var(--muted); }
.projects__grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 245px 245px; gap: 20px; }
.project-card { position: relative; overflow: hidden; border-radius: var(--radius-md); }
.project-card--large { grid-row: 1 / 3; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover img { transform: scale(1.045); }
.project-card__shade { position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(4, 33, 59, .88)); }
.project-card--large .project-card__shade { background: linear-gradient(transparent 35%, rgba(4, 33, 59, .9)); }
.project-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 27px; color: var(--white); }
.project-card--large .project-card__content { padding: 38px; }
.project-card__content > span { color: #bceef5; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.project-card h3 { max-width: 490px; margin: 7px 0 3px; font: 700 22px/1.25 "Manrope", sans-serif; }
.project-card--large h3 { font-size: 31px; }
.project-card p { max-width: 530px; margin: 10px 0 17px; color: #d7e5ef; }
.project-card a { font-size: 13px; font-weight: 700; }
.race-modal__icon { color: var(--blue-950); background: var(--yellow); }
.race-modal__details section:first-child { background: #fffaf0; border-color: #f3dfaf; }

.diagnosis { padding-top: 10px; }
.diagnosis__card { position: relative; min-height: 265px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 45px 54px; overflow: hidden; color: var(--white); background: linear-gradient(120deg, var(--blue-950), var(--blue-700)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.diagnosis__card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -100px; top: -190px; border: 65px solid rgba(255,255,255,.055); border-radius: 50%; }
.diagnosis__icon { width: 78px; height: 78px; display: grid; place-items: center; color: var(--yellow); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; }
.diagnosis__icon svg { width: 40px; height: 40px; }
.eyebrow--light { color: #aeeef5; }
.diagnosis h2 { font: 700 clamp(30px, 3.5vw, 44px)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.diagnosis__content > p:last-child { max-width: 650px; margin: 15px 0 0; color: #d5e7f6; }
.diagnosis__actions { z-index: 2; min-width: 185px; display: flex; align-items: center; flex-direction: column; gap: 13px; }
.diagnosis__link { color: #d9edf9; font-size: 12px; font-weight: 600; }

.help { background: var(--blue-50); }
.help__grid { display: grid; grid-template-columns: 1fr .93fr; align-items: center; gap: 95px; }
.help__content > p:not(.eyebrow) { max-width: 600px; margin: 22px 0 28px; color: var(--muted); font-size: 17px; }
.help__options { display: grid; gap: 15px; margin-bottom: 31px; }
.help__options > div { display: flex; align-items: center; gap: 14px; }
.help__options > div > span { width: 40px; height: 40px; display: grid; flex: 0 0 40px; place-items: center; color: var(--blue-700); background: var(--white); border: 1px solid #d4e4f0; border-radius: 10px; font-size: 12px; font-weight: 800; }
.help__options p { margin: 0; display: flex; flex-direction: column; color: var(--muted); font-size: 13px; }
.help__options strong { color: var(--ink); font-size: 15px; }
.help__visual { position: relative; min-height: 510px; }
.help__visual > img { width: 100%; height: 510px; object-fit: cover; border-radius: 25px; box-shadow: var(--shadow-lg); }
.help__quote { position: absolute; right: -25px; bottom: -25px; width: 285px; padding: 25px 27px; color: var(--white); background: var(--blue-800); border-radius: 18px; box-shadow: 0 18px 35px rgba(7,91,168,.25); }
.help__quote svg { width: 27px; height: 27px; color: var(--cyan); }
.help__quote p { margin: 8px 0 0; font: 600 17px/1.45 "Manrope", sans-serif; }

.contact { padding: 88px 0; color: var(--white); background: var(--blue-950); }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.contact h2 { max-width: 430px; font-size: clamp(35px, 4vw, 50px); }
.contact__intro > p:not(.eyebrow) { max-width: 500px; margin: 18px 0 0; color: #bcd2e4; }
.contact__button { margin-top: 25px; }
.contact__details { display: grid; grid-template-columns: 1.25fr .85fr; gap: 14px; font-style: normal; }
.contact__details a { min-height: 108px; display: flex; align-items: center; gap: 14px; padding: 20px; color: #e5f2fb; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; transition: background .2s, border-color .2s; }
.contact__details a:first-child { grid-row: 1 / 3; }
.contact__details a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.contact__details a > span { width: 43px; height: 43px; display: grid; flex: 0 0 43px; place-items: center; color: var(--cyan); background: rgba(48,194,216,.12); border-radius: 11px; }
.contact__details svg { width: 22px; height: 22px; }
.contact__details p { margin: 0; display: flex; flex-direction: column; }
.contact__details small { color: #8faec6; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact__details strong { font-size: 13px; line-height: 1.55; }

.site-footer { color: #63788a; background: #f7fafc; }
.footer__top { display: grid; grid-template-columns: 1.05fr 1.4fr; gap: 90px; padding-top: 65px; padding-bottom: 45px; }
.brand--footer .brand__copy strong { color: var(--blue-800); }
.footer__brand > p { max-width: 360px; margin: 20px 0 0; font-size: 14px; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer__links > div { display: flex; flex-direction: column; gap: 8px; }
.footer__links h3 { margin: 0 0 8px; color: var(--ink); font: 700 14px "Manrope", sans-serif; }
.footer__links a { font-size: 13px; transition: color .2s; }
.footer__links a:hover { color: var(--blue-700); }
.footer__notice { padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer__notice p { margin: 0; font-size: 11px; line-height: 1.6; }
.footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer__demo { color: var(--blue-700); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.floating-contact { position: fixed; z-index: 40; right: 22px; bottom: 22px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; color: var(--white); background: #128c4a; border: 3px solid rgba(255,255,255,.9); border-radius: 30px; box-shadow: 0 12px 30px rgba(15,98,52,.28); font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.floating-contact:hover { transform: translateY(-3px); background: #0c783d; }
.floating-contact svg { width: 20px; height: 20px; }

.modal { position: fixed; inset: 0; width: fit-content; max-width: 100vw; max-height: 100vh; margin: auto; padding: 0; overflow: visible; background: transparent; border: 0; color: var(--ink); }
.modal:focus { outline: none; }
.modal[open] { animation: modalIn .24s ease both; }
.modal::backdrop { background: rgba(3, 27, 50, .72); backdrop-filter: blur(5px); animation: backdropIn .2s ease both; }
.modal__surface { position: relative; width: min(700px, calc(100vw - 36px)); max-height: min(840px, calc(100vh - 36px)); padding: 38px; overflow-y: auto; background: var(--white); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; box-shadow: 0 30px 90px rgba(2, 31, 56, .35); overscroll-behavior: contain; }
.modal__close { position: absolute; z-index: 3; top: 19px; right: 19px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.modal__close:hover { color: var(--blue-800); background: var(--blue-50); transform: rotate(3deg); }
.modal__close:focus-visible { outline: 3px solid rgba(19,121,208,.28); outline-offset: 2px; }
.modal__close svg { width: 18px; height: 18px; }
.modal__eyebrow { margin: 0 0 4px; color: var(--blue-700); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.modal__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.modal__note { margin: 23px 0 0; padding: 13px 15px; color: #687c8e; background: var(--surface); border-left: 3px solid var(--cyan); border-radius: 0 9px 9px 0; font-size: 11px; line-height: 1.55; }

.service-modal__header { display: flex; align-items: center; gap: 16px; padding-right: 45px; }
.service-modal__icon { width: 58px; height: 58px; display: grid; flex: 0 0 58px; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--blue-700), var(--blue-950)); border-radius: 16px; box-shadow: 0 10px 24px rgba(7,91,168,.2); }
.service-modal__icon svg { width: 28px; height: 28px; }
.service-modal h2, .contact-modal h2 { margin: 0; font: 700 31px/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.service-modal__description { margin: 23px 0; color: #40566a; font-size: 16px; }
.service-modal__details { display: grid; gap: 10px; }
.service-modal__details section { display: flex; gap: 14px; padding: 17px; background: var(--blue-50); border: 1px solid #dfecf6; border-radius: 12px; }
.service-modal__details section > span { width: 30px; height: 30px; display: grid; flex: 0 0 30px; place-items: center; color: var(--blue-700); background: var(--white); border: 1px solid #d3e4f1; border-radius: 8px; font-size: 10px; font-weight: 800; }
.service-modal__details h3 { margin: 0 0 3px; font: 700 14px "Manrope", sans-serif; }
.service-modal__details p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.contact-modal .modal__surface { width: min(760px, calc(100vw - 36px)); }
.contact-modal__heading { padding-right: 45px; }
.contact-modal__heading > p:last-child { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.contact-form { margin-top: 27px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 6px; color: #34495c; font-size: 12px; font-weight: 700; }
.form-field label span { color: #c33e4c; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 47px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #cbdbe7; border-radius: 9px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field textarea { min-height: 105px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(19,121,208,.12); }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"] { background: #fff9fa; border-color: #cf4d5a; }
.form-error { min-height: 17px; display: block; margin-top: 3px; color: #b82f3c; font-size: 10px; }
.form-error--check { margin: -2px 0 9px 29px; }
.form-hint { margin: 6px 0 0; color: #718394; font-size: 10px; line-height: 1.45; }
.form-field--trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-check { margin-top: 17px; display: flex; align-items: flex-start; gap: 9px; color: #53687b; font-size: 11px; line-height: 1.45; cursor: pointer; }
.form-check input { width: 17px; height: 17px; flex: 0 0 17px; margin: 1px 0 0; accent-color: var(--blue-700); }
.form-demo-notice { display: flex; align-items: flex-start; gap: 9px; padding: 11px 13px; color: #675320; background: #fff8e6; border: 1px solid #f4df9f; border-radius: 9px; }
.form-demo-notice svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; }
.form-demo-notice p { margin: 0; font-size: 10px; line-height: 1.5; }
.contact-form__footer { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 19px; }
.form-status { margin: 0; color: #177245; font-size: 12px; font-weight: 700; }
.form-status.is-error { color: #b82f3c; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes backdropIn { from { opacity: 0; } to { opacity: 1; } }

/* Internal pages */
.nav-links > a.is-active:not(.button)::after { transform: scaleX(1); }
.is-current-button { box-shadow: 0 0 0 3px rgba(19,121,208,.14), 0 10px 24px rgba(7,91,168,.2); }
.inner-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(120deg, #f4faff, #e9f5ff); }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(#5f9fd2 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.inner-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; bottom: -280px; border: 75px solid rgba(48,194,216,.1); border-radius: 50%; }
.inner-hero__grid { position: relative; z-index: 2; min-height: 430px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding-top: 55px; padding-bottom: 60px; }
.inner-hero__content { max-width: 790px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 36px; color: #71879a; font-size: 12px; }
.breadcrumb a { color: var(--blue-700); font-weight: 700; }
.breadcrumb span:last-child { color: var(--muted); }
.inner-hero h1 { margin: 0; max-width: 800px; font: 800 clamp(42px, 5vw, 65px)/1.08 "Manrope", sans-serif; letter-spacing: -.05em; }
.inner-hero__content > p:last-child { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.inner-hero__symbol { width: 205px; height: 205px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue-700), var(--blue-950)); border: 12px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: var(--shadow-lg); transform: rotate(4deg); }
.inner-hero__symbol svg { width: 92px; height: 92px; stroke-width: 1.4; }
.inner-hero--diabetes .inner-hero__symbol { background: linear-gradient(145deg, #178ca1, #075b7d); }
.inner-hero--help .inner-hero__symbol { color: #fff7db; background: linear-gradient(145deg, #148b62, #075747); }
.inner-hero--privacy .inner-hero__symbol { background: linear-gradient(145deg, #596fb5, #283a77); }
.page-section { padding: 96px 0; }
.page-section--compact { padding: 45px 0; }
.page-section--surface { background: var(--surface); }
.transparency-access { position: relative; z-index: 4; padding: 38px 0 8px; background: var(--white); }
.transparency-access__card { min-height: 190px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 27px; padding: 34px 38px; overflow: hidden; color: var(--white); background: linear-gradient(125deg, var(--blue-950), var(--blue-700)); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; box-shadow: 0 22px 55px rgba(5,47,91,.22); transition: transform .2s, box-shadow .2s; }
.transparency-access__card:hover { transform: translateY(-4px); box-shadow: 0 28px 65px rgba(5,47,91,.28); }
.transparency-access__icon { width: 68px; height: 68px; display: grid; place-items: center; color: var(--blue-900); background: var(--white); border-radius: 18px; }
.transparency-access__icon svg { width: 31px; height: 31px; }
.transparency-access__content { min-width: 0; display: flex; flex-direction: column; }
.transparency-access__label { margin-bottom: 8px; color: #bdeffd; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.transparency-access__content strong { font: 700 clamp(25px, 3vw, 36px)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.transparency-access__content > span:last-child { max-width: 710px; margin-top: 8px; color: #dbeeff; font-size: 14px; line-height: 1.55; }
.transparency-access__action { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; color: var(--blue-950); background: var(--yellow); border-radius: 10px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.transparency-access__note { margin: 12px 4px 0; color: #718394; font-size: 11px; text-align: right; }
.page-heading { max-width: 720px; margin-bottom: 42px; }
.page-heading h2, .governance-content h2, .support-split h2, .partnership-content h2, .material-callout h2, .split-panel h2 { margin: 0; font: 700 clamp(34px, 4vw, 48px)/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.page-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 16px; }
.page-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; }
.page-heading--split > p { margin: 0 0 4px; color: var(--muted); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fact-card { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); }
.fact-card > span { color: var(--blue-700); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.fact-card strong { margin: 8px 0 5px; display: block; font: 700 23px "Manrope", sans-serif; }
.fact-card:first-child strong { font-size: 20px; overflow-wrap: anywhere; }
.fact-card p { margin: 0; color: var(--muted); font-size: 12px; }
.document-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.document-card { min-height: 155px; display: flex; align-items: flex-start; gap: 18px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.document-card--link:hover { transform: translateY(-4px); border-color: #abd0ec; box-shadow: var(--shadow-sm); }
.document-card__icon { width: 49px; height: 49px; display: grid; flex: 0 0 49px; place-items: center; color: var(--blue-700); background: var(--blue-50); border-radius: 13px; }
.document-card__icon svg { width: 24px; height: 24px; }
.document-card h3 { margin: 9px 0 3px; font: 700 17px "Manrope", sans-serif; }
.document-card p { margin: 0; color: var(--muted); font-size: 12px; }
.status-pill { display: inline-flex; padding: 4px 8px; border-radius: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.status-pill--pending { color: #806013; background: #fff3d3; }
.status-pill--public { color: #177147; background: #e3f7ed; }
.governance-grid { display: grid; grid-template-columns: 1fr .65fr; align-items: center; gap: 90px; }
.governance-content > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 16px; }
.prototype-note { padding: 34px; color: var(--white); background: linear-gradient(140deg, var(--blue-800), var(--blue-950)); border-radius: 21px; box-shadow: var(--shadow-lg); }
.prototype-note > span { color: var(--cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.prototype-note h3 { margin: 10px 0 12px; font: 700 25px "Manrope", sans-serif; }
.prototype-note p { color: #d3e7f5; font-size: 13px; }
.prototype-note a { color: var(--white); font-size: 13px; font-weight: 700; }
.page-cta { color: var(--white); background: linear-gradient(120deg, var(--blue-950), var(--blue-700)); }
.page-cta__inner { min-height: 235px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-cta h2 { max-width: 760px; margin: 0; font: 700 clamp(31px, 4vw, 46px)/1.12 "Manrope", sans-serif; letter-spacing: -.04em; }
.health-notice { display: flex; align-items: flex-start; gap: 16px; padding: 22px; color: #5d4a18; background: #fff8e5; border: 1px solid #f1dda2; border-radius: 14px; }
.health-notice > span { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; color: #987415; background: #fff; border-radius: 11px; }
.health-notice svg { width: 22px; }
.health-notice strong { color: #5a4310; font: 700 14px "Manrope", sans-serif; }
.health-notice p { margin: 4px 0 0; font-size: 12px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.topic-card { position: relative; min-height: 285px; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: transform .2s, box-shadow .2s; }
.topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.topic-card__tag { display: inline-flex; padding: 5px 10px; color: var(--blue-700); background: var(--blue-50); border-radius: 20px; font-size: 10px; font-weight: 800; }
.topic-card h3 { margin: 20px 0 9px; font: 700 21px "Manrope", sans-serif; }
.topic-card p { margin: 0; color: var(--muted); font-size: 13px; }
.topic-card a { position: absolute; bottom: 27px; left: 29px; color: var(--blue-700); font-size: 12px; font-weight: 700; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.care-card { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.care-card > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue-700); background: var(--blue-50); border-radius: 13px; }
.care-card svg { width: 24px; height: 24px; }
.care-card h3 { margin: 18px 0 6px; font: 700 17px "Manrope", sans-serif; }
.care-card p { margin: 0; color: var(--muted); font-size: 12px; }
.split-panel { display: grid; grid-template-columns: 1fr .75fr; align-items: stretch; gap: 30px; }
.split-panel__content { padding: 25px 20px 25px 0; }
.split-panel__content > p:not(.eyebrow) { color: var(--muted); }
.plain-list { margin: 25px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.plain-list li { position: relative; padding-left: 22px; color: #41576a; font-size: 14px; }
.plain-list li::before { content: ""; position: absolute; top: 10px; left: 0; width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; }
.split-panel__aside { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 38px; color: var(--white); background: linear-gradient(140deg, #118da1, #075b7d); border-radius: 22px; }
.split-panel__aside > span { color: #bff4fa; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.split-panel__aside h3 { margin: 12px 0 25px; font: 700 25px/1.35 "Manrope", sans-serif; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.source-grid a { min-height: 115px; display: flex; justify-content: center; flex-direction: column; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s, transform .2s; }
.source-grid a:hover { transform: translateY(-3px); border-color: #9fc9e8; }
.source-grid strong { font: 700 15px "Manrope", sans-serif; }
.source-grid span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.support-split { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.support-split__content > p:not(.eyebrow) { margin: 20px 0 25px; color: var(--muted); font-size: 16px; }
.pix-card { max-width: 540px; min-height: 125px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 25px; padding: 24px; color: var(--white); background: linear-gradient(135deg, #128a65, #075c50); border-radius: 17px; box-shadow: var(--shadow-sm); }
.pix-card > div { display: flex; flex-direction: column; }
.pix-card span { color: #bcebdc; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.pix-card strong { margin: 3px 0; font: 700 21px "Manrope", sans-serif; }
.pix-card small { color: #d5eee7; font-size: 10px; }
.pix-card__symbol { width: 60px; height: 60px; display: grid; flex: 0 0 60px; place-items: center; color: var(--white) !important; background: rgba(255,255,255,.12); border-radius: 15px; font: 800 14px "Manrope", sans-serif; }
.support-impact { padding: 35px; background: var(--blue-50); border: 1px solid #dbeaf5; border-radius: 20px; }
.support-impact > span { color: var(--blue-700); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.support-impact ul { margin: 20px 0 23px; padding: 0; display: grid; gap: 5px; list-style: none; }
.support-impact li { min-height: 48px; display: flex; align-items: center; gap: 13px; color: #3d5366; border-bottom: 1px solid #dce9f3; font-size: 13px; }
.support-impact li strong { color: var(--blue-700); font-size: 10px; }
.support-impact > a { color: var(--blue-700); font-size: 12px; font-weight: 700; }
.volunteer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.volunteer-card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.volunteer-card > span { width: 52px; height: 52px; display: grid; place-items: center; color: #167b5d; background: #e5f7ef; border-radius: 14px; }
.volunteer-card svg { width: 26px; }
.volunteer-card h3 { margin: 20px 0 7px; font: 700 18px "Manrope", sans-serif; }
.volunteer-card p { margin: 0; color: var(--muted); font-size: 12px; }
.center-action { margin-top: 32px; text-align: center; }
.partnership-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
.partnership-visual { position: relative; min-height: 500px; }
.partnership-visual img { width: 100%; height: 500px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow-lg); }
.partnership-visual > div { position: absolute; right: -25px; bottom: 25px; max-width: 275px; display: flex; flex-direction: column; padding: 22px; color: var(--white); background: var(--blue-800); border-radius: 15px; box-shadow: var(--shadow-sm); }
.partnership-visual strong { font: 700 17px "Manrope", sans-serif; }
.partnership-visual span { color: #d4e7f5; font-size: 11px; }
.partnership-content > p:not(.eyebrow) { margin: 20px 0; color: var(--muted); }
.material-callout { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: 21px; box-shadow: var(--shadow-sm); }
.material-callout > div { max-width: 700px; }
.material-callout p:last-child { margin: 15px 0 0; color: var(--muted); }
.policy-demo { padding: 21px 24px; color: #5c4b1c; background: #fff8e5; border: 1px solid #f0d996; border-radius: 13px; }
.policy-demo strong { font: 700 14px "Manrope", sans-serif; }
.policy-demo p { margin: 5px 0 0; font-size: 12px; }
.policy-layout { padding-top: 45px; }
.policy-grid { display: grid; grid-template-columns: 235px 1fr; align-items: start; gap: 75px; }
.policy-nav { position: sticky; top: 115px; display: flex; flex-direction: column; padding: 23px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.policy-nav strong { margin-bottom: 10px; color: var(--ink); font: 700 13px "Manrope", sans-serif; }
.policy-nav a { padding: 7px 0; color: var(--muted); font-size: 11px; border-bottom: 1px solid #e5edf3; }
.policy-nav a:hover { color: var(--blue-700); }
.policy-content { max-width: 790px; }
.policy-updated { margin: 0 0 35px; color: #7d8d9a; font-size: 11px; }
.policy-content section { position: relative; padding: 0 0 35px 60px; margin-bottom: 35px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.policy-content section > span { position: absolute; top: 1px; left: 0; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue-700); background: var(--blue-50); border-radius: 10px; font-size: 10px; font-weight: 800; }
.policy-content h2 { margin: 0 0 14px; font: 700 25px "Manrope", sans-serif; letter-spacing: -.03em; }
.policy-content p, .policy-content li { color: #53697c; font-size: 14px; }
.policy-content a { color: var(--blue-700); font-weight: 700; }
.policy-content li { margin-bottom: 5px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-sm { transition-delay: .08s; }
.reveal--delay-md { transition-delay: .16s; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

@media (max-width: 1120px) {
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: 40; top: 0; right: 0; bottom: 0; width: min(82vw, 390px); padding: 105px 30px 30px; align-items: stretch; flex-direction: column; gap: 0; color: var(--ink); background: var(--white); box-shadow: -15px 0 50px rgba(4,36,65,.18); transform: translateX(110%); transition: transform .3s ease; }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links > a:not(.button) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-links > a:not(.button)::after { display: none; }
  .nav-links .button { margin-top: 24px; }
  .menu-toggle { position: relative; z-index: 50; }
}

@media (max-width: 1060px) {
  .nav-links { gap: 18px; }
  .hero__grid { gap: 35px; }
  .about__grid, .help__grid { gap: 55px; }
  .contact__grid { gap: 50px; }
}

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .utility-bar { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: 40; top: 0; right: 0; bottom: 0; width: min(82vw, 390px); padding: 105px 30px 30px; align-items: stretch; flex-direction: column; gap: 0; color: var(--ink); background: var(--white); box-shadow: -15px 0 50px rgba(4,36,65,.18); transform: translateX(110%); transition: transform .3s ease; }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links > a:not(.button) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-links > a:not(.button)::after { display: none; }
  .nav-links .button { margin-top: 24px; }
  .menu-toggle { position: relative; z-index: 50; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero__content { max-width: 690px; }
  .hero__visual { min-height: 570px; }
  .hero__image-wrap { left: 8%; right: 8%; }
  .floating-card--care { left: 3%; }
  .floating-card--region { right: 3%; }
  .quick-actions { margin-top: 25px; }
  .quick-actions__grid { grid-template-columns: 1fr; }
  .quick-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-card:last-child { border-bottom: 0; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid, .help__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__content { max-width: none; }
  .impact__grid { grid-template-columns: repeat(4, 1fr); padding: 30px 0; }
  .impact__intro { grid-column: 1 / -1; justify-content: center; margin-bottom: 22px; text-align: center; }
  .projects__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 290px; }
  .project-card--large { grid-column: 1 / -1; grid-row: auto; }
  .diagnosis__card { grid-template-columns: auto 1fr; }
  .diagnosis__actions { grid-column: 2; align-items: flex-start; }
  .help__visual { width: min(650px, 100%); }
  .help__quote { right: -10px; }
  .contact__details { max-width: 750px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 70px 0; }
  .demo-bar__inner { justify-content: center; text-align: center; }
  .demo-bar__inner > span:last-child { display: none; }
  .main-nav__inner { min-height: 75px; }
  .brand__mark { width: 45px; height: 45px; border-radius: 11px; }
  .brand__copy strong { font-size: 17px; }
  .brand__copy small { font-size: 9px; }
  .hero__grid { min-height: auto; padding-top: 48px; padding-bottom: 55px; }
  .hero h1 { font-size: 42px; }
  .hero__lead { font-size: 17px; }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 430px; }
  .hero__image-wrap { inset: 0 0 0 25px; border-width: 6px; border-radius: 43% 43% 20px 20px; }
  .floating-card--region { top: 40px; right: -5px; }
  .floating-card--care { bottom: 25px; left: 0; }
  .section-heading h2, .projects h2, .about h2, .help h2 { font-size: 34px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .about__visual { min-height: 430px; }
  .about__image-main { right: 35px; }
  .about__image-small { width: 160px; height: 175px; }
  .about__badge { top: 30px; width: 108px; height: 108px; }
  .about__badge strong { font-size: 27px; }
  .impact__grid { grid-template-columns: 1fr 1fr; }
  .impact__item { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .projects__heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .projects__grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 390px); }
  .project-card--large { grid-column: auto; }
  .project-card--large .project-card__content, .project-card__content { padding: 25px; }
  .project-card--large h3 { font-size: 26px; }
  .diagnosis { padding-top: 0; }
  .diagnosis__card { grid-template-columns: 1fr; gap: 24px; padding: 35px 27px; }
  .diagnosis__actions { grid-column: auto; align-items: stretch; }
  .diagnosis__link { text-align: center; }
  .help__visual, .help__visual > img { min-height: 410px; height: 410px; }
  .help__quote { right: 10px; bottom: -25px; width: calc(100% - 20px); }
  .contact { padding: 70px 0; }
  .contact__details { grid-template-columns: 1fr; }
  .contact__details a:first-child { grid-row: auto; }
  .footer__top { grid-template-columns: 1fr; gap: 45px; }
  .footer__links { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; padding: 18px 0; }
  .footer__bottom p { margin: 0; }
  .floating-contact { width: 50px; height: 50px; right: 15px; bottom: 15px; padding: 0; justify-content: center; }
  .floating-contact span { display: none; }
  .modal__surface { width: calc(100vw - 20px); max-height: calc(100vh - 20px); padding: 29px 20px 22px; border-radius: 18px; }
  .modal__close { top: 13px; right: 13px; }
  .service-modal__header { padding-right: 35px; }
  .service-modal__icon { width: 48px; height: 48px; flex-basis: 48px; border-radius: 13px; }
  .service-modal h2, .contact-modal h2 { font-size: 25px; }
  .service-modal__description { margin: 19px 0; font-size: 14px; }
  .modal__actions .button { width: 100%; }
  .contact-modal__heading { padding-right: 35px; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .form-field--full { grid-column: auto; }
  .contact-form__footer { align-items: stretch; flex-direction: column; gap: 10px; }
  .contact-form__footer .button { width: 100%; }
}

@media (max-width: 900px) {
  .inner-hero__grid { gap: 35px; }
  .inner-hero__symbol { width: 155px; height: 155px; border-width: 9px; }
  .inner-hero__symbol svg { width: 68px; height: 68px; }
  .page-heading--split { grid-template-columns: 1fr; align-items: start; gap: 16px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .governance-grid, .support-split, .partnership-grid, .policy-grid { grid-template-columns: 1fr; gap: 50px; }
  .topic-grid, .volunteer-grid { grid-template-columns: 1fr 1fr; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .split-panel { grid-template-columns: 1fr; }
  .source-grid { grid-template-columns: 1fr; }
  .transparency-access__card { grid-template-columns: auto 1fr; }
  .transparency-access__action { grid-column: 2; justify-self: start; }
  .partnership-visual { width: min(650px, calc(100% - 20px)); }
  .policy-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .policy-nav strong { grid-column: 1 / -1; }
  .policy-content { max-width: none; }
}

@media (max-width: 620px) {
  .inner-hero, .inner-hero__grid { min-height: 395px; }
  .inner-hero__grid { grid-template-columns: 1fr; padding-top: 38px; padding-bottom: 45px; }
  .inner-hero__symbol { display: none; }
  .breadcrumb { margin-bottom: 28px; }
  .inner-hero h1 { font-size: 39px; }
  .inner-hero__content > p:last-child { font-size: 16px; }
  .page-section { padding: 70px 0; }
  .page-section--compact { padding: 32px 0; }
  .page-heading h2, .governance-content h2, .support-split h2, .partnership-content h2, .material-callout h2, .split-panel h2 { font-size: 34px; }
  .fact-grid, .document-grid, .topic-grid, .care-grid, .volunteer-grid { grid-template-columns: 1fr; }
  .transparency-access { padding-top: 24px; }
  .transparency-access__card { grid-template-columns: 1fr; gap: 19px; padding: 27px 23px; }
  .transparency-access__icon { width: 56px; height: 56px; border-radius: 15px; }
  .transparency-access__action { grid-column: 1; width: 100%; }
  .transparency-access__note { text-align: left; }
  .document-card { min-height: 145px; padding: 21px; }
  .governance-grid, .support-split, .partnership-grid, .policy-grid { gap: 38px; }
  .page-cta__inner { min-height: 270px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 25px; padding-top: 45px; padding-bottom: 45px; }
  .page-cta__inner .button { width: 100%; }
  .health-notice { padding: 18px; }
  .health-notice > span { display: none; }
  .topic-card { min-height: 270px; }
  .split-panel__content { padding-right: 0; }
  .split-panel__aside { padding: 30px; }
  .pix-card { align-items: flex-start; }
  .pix-card__symbol { width: 48px; height: 48px; flex-basis: 48px; }
  .support-impact { padding: 27px; }
  .partnership-visual, .partnership-visual img { min-height: 410px; height: 410px; }
  .partnership-visual { width: calc(100% - 10px); }
  .partnership-visual > div { right: -10px; bottom: 18px; }
  .material-callout { align-items: stretch; flex-direction: column; gap: 28px; padding: 28px; }
  .policy-nav { grid-template-columns: 1fr; }
  .policy-nav strong { grid-column: auto; }
  .policy-content section { padding-left: 0; padding-top: 53px; }
  .policy-content section > span { top: 0; }
  .policy-content h2 { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Página temporária e acesso à prévia */
.preview-session { display: inline-flex; align-items: center; gap: 10px; }
.preview-session a { padding: 2px 9px; color: var(--blue-950); background: var(--yellow); border-radius: 999px; font-weight: 800; }
.maintenance-page, .access-page { min-height: 100vh; background: #eff7fd; }
.maintenance-page { background-image: radial-gradient(circle at 12% 18%, rgba(48,194,216,.18), transparent 25%), radial-gradient(circle at 88% 76%, rgba(7,91,168,.14), transparent 28%); }
.maintenance-shell { width: min(calc(100% - 48px), 1160px); min-height: 100vh; display: flex; flex-direction: column; margin-inline: auto; padding: 28px 0 22px; }
.maintenance-topbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.maintenance-brand { display: inline-flex; align-items: center; gap: 13px; }
.maintenance-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 14px; transform: scale(1); box-shadow: 0 8px 22px rgba(5,47,91,.13); }
.maintenance-brand > span { display: flex; flex-direction: column; line-height: 1.25; }
.maintenance-brand strong { color: var(--blue-800); font: 800 21px "Manrope", sans-serif; letter-spacing: -.03em; }
.maintenance-brand small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.maintenance-status { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; color: var(--blue-900); background: rgba(255,255,255,.75); border: 1px solid rgba(7,91,168,.13); border-radius: 999px; font-size: 12px; font-weight: 700; }
.maintenance-status > span { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 4px rgba(245,196,81,.2); }
.maintenance-hero { flex: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 75px; padding: 70px 0 55px; }
.maintenance-copy h1 { max-width: 720px; margin: 0; color: var(--blue-950); font: 800 clamp(44px, 5.6vw, 72px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.maintenance-copy > p:last-child { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.maintenance-transparency { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 35px; color: var(--white); background: linear-gradient(145deg, var(--blue-800), var(--blue-950)); border-radius: 28px; box-shadow: 0 28px 65px rgba(5,47,91,.22); }
.maintenance-transparency::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -90px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; }
.maintenance-transparency__icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue-950); background: var(--yellow); border-radius: 16px; }
.maintenance-transparency__icon svg { width: 28px; height: 28px; }
.maintenance-transparency > div { position: relative; z-index: 1; }
.maintenance-transparency .eyebrow { margin-bottom: 7px; color: #b9e8ff; }
.maintenance-transparency h2 { margin: 0; font: 800 29px/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.maintenance-transparency p:not(.eyebrow) { margin: 13px 0 22px; color: #dcecff; font-size: 14px; }
.maintenance-transparency .button { color: var(--blue-950); background: var(--yellow); box-shadow: none; }
.maintenance-transparency .button:hover { background: #ffd36b; }
.maintenance-contact { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: center; gap: 18px; padding: 22px 25px; background: rgba(255,255,255,.82); border: 1px solid rgba(7,91,168,.1); border-radius: 18px; box-shadow: var(--shadow-sm); }
.maintenance-contact > div, .maintenance-contact a { display: flex; flex-direction: column; line-height: 1.35; }
.maintenance-contact a { padding-left: 22px; border-left: 1px solid var(--line); }
.maintenance-contact span { color: var(--muted); font-size: 12px; }
.maintenance-contact strong { color: var(--blue-950); font-size: 15px; }
.maintenance-contact a:hover strong { color: var(--blue-700); }
.maintenance-footer { display: flex; justify-content: space-between; gap: 25px; padding: 20px 3px 0; color: #718294; font-size: 11px; }
.maintenance-footer p { margin: 0; }
.maintenance-footer a { text-decoration: underline; text-underline-offset: 3px; }
.maintenance-footer a:hover { color: var(--blue-700); }

.access-page { display: grid; place-items: center; padding: 28px; background-image: linear-gradient(125deg, rgba(7,91,168,.09), transparent 55%), radial-gradient(circle at 85% 15%, rgba(48,194,216,.15), transparent 22%); }
.access-shell { width: min(100%, 520px); }
.access-card { padding: 42px; background: rgba(255,255,255,.96); border: 1px solid rgba(7,91,168,.1); border-radius: 28px; box-shadow: 0 30px 80px rgba(5,47,91,.17); }
.access-brand { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.access-heading { position: relative; margin-top: 31px; padding-left: 64px; }
.access-heading .eyebrow { margin-bottom: 5px; }
.access-heading h1 { margin: 0; color: var(--blue-950); font: 800 30px/1.15 "Manrope", sans-serif; letter-spacing: -.04em; }
.access-heading > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.access-icon { position: absolute; top: 0; left: 0; width: 47px; height: 47px; display: grid; place-items: center; color: var(--white); background: var(--blue-700); border-radius: 13px; }
.access-icon svg { width: 23px; height: 23px; }
.access-alert { margin-top: 22px; padding: 13px 15px; color: #7c261f; background: #fff0ee; border: 1px solid #f6cbc5; border-radius: 10px; font-size: 13px; }
.access-form { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.access-form label { color: var(--ink); font-size: 13px; font-weight: 700; }
.access-form input { width: 100%; height: 51px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid #cbdbe8; border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; }
.access-form input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(19,121,208,.12); }
.access-form .button { width: 100%; margin-top: 6px; cursor: pointer; }
.access-back { display: block; margin-top: 22px; color: var(--muted); font-size: 12px; text-align: center; }
.access-back:hover { color: var(--blue-700); }

/* Notícias e catálogo público de transparência */
.container--article { width: min(calc(100% - 40px), 850px); }
.inner-hero--news { background: linear-gradient(120deg, #f5faff, #edf9f6); }
.public-filters { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(180px, .45fr) auto auto; align-items: end; gap: 14px; margin-bottom: 38px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.public-filters label { display: grid; gap: 6px; color: #34495c; font-size: 12px; font-weight: 800; }
.public-filters input, .public-filters select { width: 100%; min-height: 49px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid #c4d5e1; border-radius: 9px; outline: none; }
.public-filters input:focus, .public-filters select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(19,121,208,.12); }
.filter-clear { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 12px; color: var(--blue-700); font-weight: 800; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.news-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.news-card__image { height: 225px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--blue-700), var(--blue-950)); font: 800 30px "Manrope", sans-serif; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.news-card:hover .news-card__image img { transform: scale(1.035); }
.news-card__content { padding: 23px; }
.news-card__content > span { color: var(--blue-700); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.news-card h2, .news-card h3 { margin: 9px 0; font: 700 21px/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.news-card p { margin: 0 0 18px; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-news { background: var(--blue-50); }
.news-detail__header { padding: 85px 0 50px; background: linear-gradient(120deg, #f5faff, #edf7ff); }
.news-detail__header .breadcrumb { margin-bottom: 32px; }
.news-detail h1 { margin: 0; font: 800 clamp(41px, 5.5vw, 67px)/1.07 "Manrope", sans-serif; letter-spacing: -.05em; }
.news-detail__excerpt { margin: 24px 0; color: var(--muted); font-size: 20px; }
.news-detail__meta { display: flex; flex-wrap: wrap; gap: 10px 25px; color: #6b8092; font-size: 12px; }
.news-detail__cover { margin: 50px 0 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow-lg); }
.news-detail__cover img { width: 100%; max-height: 560px; object-fit: cover; }
.news-content { padding: 55px 0 20px; color: #324b60; font-size: 18px; line-height: 1.85; }
.news-content h2, .news-content h3 { margin: 42px 0 16px; color: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.25; }
.news-content a { color: var(--blue-700); text-decoration: underline; text-underline-offset: 3px; }
.news-content blockquote { margin: 30px 0; padding: 18px 24px; color: var(--blue-950); background: var(--blue-50); border-left: 4px solid var(--cyan); }
.news-content figure { margin: 35px 0; }
.news-content figure img { width: 100%; border-radius: 14px; }
.news-content figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; text-align: center; }
.news-detail__footer { margin: 25px 0 85px; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-700); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-weight: 800; }
.pagination a.is-current { color: var(--white); background: var(--blue-700); border-color: var(--blue-700); }
.public-empty { padding: 55px 25px; color: var(--muted); background: var(--white); border: 1px dashed #bfd0dd; border-radius: 16px; text-align: center; }
.public-empty h1, .public-empty h2, .public-empty h3 { margin-top: 0; color: var(--ink); font-family: "Manrope", sans-serif; }
.transparency-filters { grid-template-columns: 1.3fr .45fr 1fr 1fr .8fr auto auto; }
#documentos { scroll-margin-top: 110px; }
.transparency-results { transition: opacity .18s ease; }
.transparency-results:focus { outline: none; }
.transparency-results.is-loading { opacity: .48; pointer-events: none; }
.transparency-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 20px; }
.transparency-tools p { margin: 0; color: var(--muted); }
.transparency-tools div { display: flex; flex-wrap: wrap; gap: 9px; }
.transparency-tools a { padding: 8px 11px; color: var(--blue-700); background: var(--white); border: 1px solid #bfd5e6; border-radius: 8px; font-size: 12px; font-weight: 800; }
.transparency-list { display: grid; gap: 15px; }
.transparency-item { position: relative; display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.transparency-item__meta { display: flex; flex-direction: column; gap: 8px; padding-right: 20px; border-right: 1px solid var(--line); }
.transparency-item__meta span { color: var(--blue-700); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.transparency-item__meta strong { font: 800 27px "Manrope", sans-serif; }
.transparency-item__labels { display: flex; flex-wrap: wrap; gap: 7px; }
.transparency-item__labels span { padding: 4px 8px; color: #406079; background: #eef5f9; border-radius: 999px; font-size: 9px; font-weight: 800; }
.transparency-item h3 { margin: 9px 0 6px; font: 700 20px "Manrope", sans-serif; }
.transparency-item__content > p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.transparency-item dl { margin: 12px 0; display: flex; flex-wrap: wrap; gap: 8px 25px; }
.transparency-item dl div { display: flex; gap: 6px; }
.transparency-item dt { color: var(--muted); font-size: 11px; }
.transparency-item dd { margin: 0; font-size: 11px; font-weight: 700; }
.transparency-item > time { color: var(--muted); font-size: 10px; white-space: nowrap; }
.transparency-item details { margin-top: 12px; color: var(--muted); font-size: 10px; }
.transparency-item details code { display: block; margin-top: 6px; overflow-wrap: anywhere; }
.transparency-statement { margin: 13px 0; padding: 14px; color: #40586b; background: #f5f9fb; border-radius: 9px; font-size: 13px; }

@media (max-width: 1120px) {
  .transparency-filters { grid-template-columns: repeat(3, 1fr); }
  .transparency-filters .button, .transparency-filters .filter-clear { align-self: end; }
}
@media (max-width: 900px) {
  .news-grid { grid-template-columns: 1fr 1fr; }
  .public-filters { grid-template-columns: 1fr 1fr; }
  .transparency-item { grid-template-columns: 95px 1fr; }
  .transparency-item > time { grid-column: 2; }
}
@media (max-width: 620px) {
  .news-grid, .public-filters, .transparency-filters { grid-template-columns: 1fr; }
  .news-card__image { height: 210px; }
  .news-detail__header { padding: 55px 0 35px; }
  .news-detail h1 { font-size: 39px; }
  .news-detail__excerpt { font-size: 17px; }
  .news-content { padding-top: 35px; font-size: 16px; }
  .news-detail__footer, .transparency-tools { align-items: stretch; flex-direction: column; }
  .transparency-item { grid-template-columns: 1fr; gap: 15px; padding: 21px; }
  .transparency-item__meta { padding: 0 0 12px; flex-direction: row; align-items: center; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .transparency-item > time { grid-column: 1; }
}

@media (max-width: 840px) {
  .maintenance-hero { grid-template-columns: 1fr; gap: 40px; padding: 65px 0 45px; }
  .maintenance-copy h1 { max-width: 760px; }
  .maintenance-transparency { max-width: 650px; }
  .maintenance-contact { grid-template-columns: 1fr 1fr; }
  .maintenance-contact > div { grid-column: 1 / -1; }
  .maintenance-contact a:first-of-type { padding-left: 0; border-left: 0; }
}

@media (max-width: 570px) {
  .maintenance-shell { width: min(calc(100% - 30px), 1160px); padding-top: 18px; }
  .maintenance-status { display: none; }
  .maintenance-brand img { width: 50px; height: 50px; }
  .maintenance-brand strong { font-size: 18px; }
  .maintenance-hero { padding: 52px 0 37px; }
  .maintenance-copy h1 { font-size: 43px; }
  .maintenance-copy > p:last-child { margin-top: 21px; font-size: 16px; }
  .maintenance-transparency { grid-template-columns: 1fr; padding: 28px 23px; border-radius: 22px; }
  .maintenance-transparency .button { width: 100%; }
  .maintenance-contact { grid-template-columns: 1fr; padding: 21px; }
  .maintenance-contact > div { grid-column: auto; }
  .maintenance-contact a, .maintenance-contact a:first-of-type { padding: 13px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .maintenance-footer { align-items: flex-start; flex-direction: column; gap: 6px; }
  .access-page { padding: 15px; }
  .access-card { padding: 28px 22px; border-radius: 21px; }
  .access-heading { padding-left: 0; }
  .access-icon { position: static; margin-bottom: 16px; }
  .access-heading h1 { font-size: 27px; }
}
