@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@500;600;700&display=swap");

:root {
  --green-950: #0c3539;
  --green-800: #154f55;
  --green-700: #1d6669;
  --green-100: #dceeed;
  --cream: #fff9ee;
  --cream-2: #f7f1e6;
  --coral: #ed735d;
  --coral-dark: #d85e49;
  --yellow: #f4c85a;
  --ink: #173739;
  --muted: #637779;
  --white: #fff;
  --line: #dce5e3;
  --shadow: 0 20px 50px rgba(24, 70, 70, 0.12);
  --radius: 24px;
  --font-display: "Fredoka", "Trebuchet MS", sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); line-height: 1.6; }
body, button, input, select, textarea { font-family: var(--font-body); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 104px 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 0 0 10px 10px; font-weight: 700; }
.skip-link:focus { top: 0; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 6vw, 5.1rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.55rem); letter-spacing: -0.035em; margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--coral-dark); text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 800; margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 9px; background: currentColor; }
.eyebrow-light { color: var(--yellow); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--green-800); color: white; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; box-shadow: 0 10px 24px rgba(21, 79, 85, .18); }
.button:hover { transform: translateY(-2px); background: var(--green-950); box-shadow: 0 13px 28px rgba(21, 79, 85, .25); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .9rem; }
.button-full { width: 100%; }
.button-coral { background: var(--coral); box-shadow: 0 10px 24px rgba(237, 115, 93, .25); }
.button-coral:hover { background: var(--coral-dark); }
.button-outline { color: var(--green-800); background: transparent; border: 2px solid var(--green-800); box-shadow: none; }
.button-outline:hover { color: white; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--green-800); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header { height: 84px; position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; background: rgba(255, 255, 255, .93); border-bottom: 1px solid rgba(21, 79, 85, .08); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 49px; height: 49px; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: var(--font-display); font-size: 1.12rem; color: var(--green-800); }
.brand small { font-size: .68rem; letter-spacing: .06em; color: var(--muted); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .91rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; background: var(--coral); left: 0; right: 100%; bottom: -5px; transition: right .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--green-100); border-radius: 12px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--green-800); }

.hero { position: relative; overflow: hidden; background: var(--cream); padding: 70px 0 105px; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(244, 200, 90, .22); top: -230px; left: -140px; }
.hero-grid { min-height: 580px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 690px; margin-bottom: 24px; }
.hero h1 em { color: var(--coral); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 3%; right: 0; height: 9px; bottom: -7px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M4 8c49-7 120-6 192-3' fill='none' stroke='%23f4c85a' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.hero-copy > p { max-width: 590px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 33px 0; }
.trust-note { display: flex; align-items: center; gap: 12px; max-width: 450px; font-size: .88rem; color: var(--muted); line-height: 1.35; }
.trust-note strong { color: var(--ink); }
.trust-icons { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--coral); background: #ffe3da; font-size: 1.4rem; }
.hero-visual { position: relative; align-self: end; }
.hero-visual > img { width: 100%; filter: drop-shadow(0 20px 25px rgba(21, 79, 85, .11)); }
.floating-card { position: absolute; background: white; border-radius: 18px; padding: 12px 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; line-height: 1.05; animation: float 4s ease-in-out infinite; }
.floating-card strong { font-family: var(--font-display); color: var(--coral); font-size: 1.8rem; }
.floating-card span { color: var(--muted); font-size: .75rem; }
.card-team { left: -15px; top: 23%; }
.card-units { right: -10px; bottom: 14%; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-9px) rotate(1deg); } }
.hero-wave { position: absolute; height: 52px; left: -2%; right: -2%; bottom: -28px; background: white; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.impact-strip { background: white; padding: 45px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { text-align: center; padding: 5px 20px; border-right: 1px solid var(--line); }
.stats-grid div:last-child { border: 0; }
.stats-grid strong { display: block; font: 700 2.65rem/1 var(--font-display); color: var(--green-800); }
.stats-grid span { display: block; margin-top: 8px; color: var(--muted); font-size: .9rem; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 95px; }
.about-art { position: relative; padding: 20px; }
.about-art::before { content: ""; position: absolute; inset: 0; background: var(--green-100); border-radius: 48% 52% 51% 49% / 42% 43% 57% 58%; transform: rotate(-4deg); }
.photo-frame { position: relative; overflow: hidden; border-radius: 44% 56% 51% 49% / 52% 43% 57% 48%; background: #f5cf74; }
.photo-frame img { width: 100%; }
.about-seal { position: absolute; right: -12px; bottom: 6%; width: 122px; height: 122px; border-radius: 50%; background: var(--coral); color: white; border: 7px solid white; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(6deg); box-shadow: var(--shadow); }
.about-seal strong { font: 700 1.9rem/1 var(--font-display); }
.about-seal span { font-size: .72rem; line-height: 1.15; text-align: center; margin-top: 5px; }
.section-copy > p { color: var(--muted); font-size: 1.03rem; }
.values-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 32px; }
.values-list article { padding: 18px 14px; border-radius: 18px; background: var(--cream); }
.values-list article > span { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--green-950); font-size: 1.25rem; margin-bottom: 12px; }
.values-list h3 { font-size: 1rem; margin: 0 0 4px; }
.values-list p { font-size: .76rem; line-height: 1.35; color: var(--muted); margin: 0; }

.units-section { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 460px; color: var(--muted); margin-bottom: 5px; }
.section-heading.centered { justify-content: center; text-align: center; }
.unit-search { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; background: white; border-radius: 18px; padding: 14px 18px 14px 24px; margin-bottom: 30px; border: 1px solid var(--line); box-shadow: 0 9px 30px rgba(21, 79, 85, .06); }
.unit-search label { font-weight: 700; white-space: nowrap; }
.search-box { display: flex; align-items: center; gap: 8px; background: #f3f7f6; border-radius: 12px; padding: 0 14px; }
.search-box input { width: 100%; height: 46px; border: 0; outline: 0; background: transparent; }
.units-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.unit-card { overflow: hidden; background: white; border: 1px solid rgba(21, 79, 85, .09); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(21, 79, 85, .07); transition: transform .25s, box-shadow .25s; }
.unit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.unit-image { display: block; height: 210px; overflow: hidden; position: relative; background: var(--green-100); }
.unit-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.unit-card:hover .unit-image img { transform: scale(1.035); }
.unit-image > span { position: absolute; left: 15px; top: 15px; background: rgba(255, 255, 255, .92); border-radius: 999px; padding: 6px 11px; font-size: .73rem; font-weight: 800; color: var(--green-800); }
.unit-card-body { padding: 22px; }
.unit-card-body small { color: var(--coral-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 800; }
.unit-card-body h3 { margin: 5px 0 17px; font-size: 1.45rem; }
.unit-card-body p { display: flex; gap: 8px; color: var(--muted); font-size: .79rem; line-height: 1.4; margin: 0 0 9px; }
.unit-card-body p span { color: var(--coral); font-size: 1rem; }
.unit-card-actions { display: flex; gap: 10px; margin-top: 19px; }
.unit-card-actions .button { flex: 1; }
.icon-link { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #d9f7df; color: #168638; font-size: 1.3rem; }
.empty-state { text-align: center; padding: 50px; background: white; border-radius: var(--radius); color: var(--muted); }

.enrollment { background: white; }
.enrollment-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px; padding: 64px; border-radius: 38px; color: white; background: var(--green-800); position: relative; overflow: hidden; }
.enrollment-card::before { content: ""; position: absolute; width: 350px; height: 350px; border-radius: 50%; border: 60px solid rgba(255, 255, 255, .035); left: -130px; bottom: -190px; }
.enrollment-copy { position: relative; z-index: 1; }
.enrollment-copy h2 { font-size: clamp(2.2rem, 3.5vw, 3.45rem); }
.enrollment-copy > p { color: rgba(255, 255, 255, .75); }
.steps { list-style: none; padding: 0; margin: 35px 0 0; display: grid; gap: 20px; }
.steps li { display: flex; gap: 14px; align-items: center; }
.steps li > span { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--green-950); font-weight: 800; }
.steps div { display: flex; flex-direction: column; }
.steps small { color: rgba(255, 255, 255, .68); }
.enrollment-form { position: relative; z-index: 1; background: white; color: var(--ink); border-radius: 24px; padding: 30px; display: grid; gap: 15px; box-shadow: 0 22px 55px rgba(5, 33, 35, .22); }
.enrollment-contact { position: relative; z-index: 1; align-self: center; background: white; color: var(--ink); border-radius: 24px; padding: 34px; box-shadow: 0 22px 55px rgba(5, 33, 35, .22); }
.enrollment-contact h3 { margin: 10px 0; font-size: 1.55rem; }
.enrollment-contact p { color: var(--muted); line-height: 1.6; margin: 0 0 24px; }
.form-heading h3 { margin: 0 0 4px; font-size: 1.55rem; }
.form-heading p, .form-note { color: var(--muted); font-size: .75rem; margin: 0; }
.enrollment-form label { display: grid; gap: 6px; font-size: .78rem; font-weight: 700; }
.enrollment-form input, .enrollment-form select, .enrollment-form textarea { width: 100%; border: 1px solid var(--line); background: #fbfdfc; padding: 11px 12px; border-radius: 10px; outline: 0; color: var(--ink); font-weight: 400; }
.enrollment-form input:focus, .enrollment-form select:focus, .enrollment-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px var(--green-100); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enrollment-form .check { grid-template-columns: 18px 1fr; align-items: start; font-weight: 400; color: var(--muted); line-height: 1.35; }
.enrollment-form .check input { width: 16px; margin-top: 2px; }
.form-note { text-align: center; }

.transparency { background: var(--cream); }
.transparency-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.documents { display: grid; gap: 13px; }
.documents a { display: grid; grid-template-columns: 55px 1fr auto; gap: 16px; align-items: center; padding: 17px; border-radius: 16px; background: white; border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.documents a:hover { transform: translateX(5px); box-shadow: 0 12px 30px rgba(21, 79, 85, .08); }
.doc-icon { width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; background: #ffe2dc; color: var(--coral-dark); font-size: .68rem; font-weight: 900; }
.documents a > span:nth-child(2) { display: flex; flex-direction: column; }
.documents small { color: var(--muted); }
.documents b { color: var(--green-700); font-size: 1.25rem; }

.faq-section { background: white; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 50px 22px 0; font-family: var(--font-display); font-size: 1.17rem; font-weight: 600; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 7px; top: 17px; font: 400 1.9rem var(--font-body); color: var(--coral); }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding: 0 45px 21px 0; }

.contact-cta { padding: 75px 0; background: var(--coral); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.contact-grid h2 { margin-bottom: 15px; }
.contact-grid > div > p { color: rgba(255, 255, 255, .8); }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-links a { padding: 16px 18px; border-radius: 15px; background: rgba(255, 255, 255, .14); display: flex; flex-direction: column; transition: background .2s; }
.contact-links a:hover { background: rgba(255, 255, 255, .23); }
.contact-links a:last-child { grid-column: 1 / -1; }
.contact-links span { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; opacity: .75; }
.contact-links strong { font-size: .87rem; }

.site-footer { background: var(--green-950); color: rgba(255, 255, 255, .7); padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.brand-light strong { color: white; }
.brand-light small { color: rgba(255, 255, 255, .6); }
.footer-brand > p { max-width: 280px; font-size: .85rem; margin-top: 20px; }
.footer-grid h3 { color: white; font-size: 1rem; margin-bottom: 17px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; font-size: .72rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #27b958; color: white; font-size: 1.7rem; box-shadow: 0 12px 30px rgba(9, 80, 30, .28); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.07); }
.toast { position: fixed; left: 50%; bottom: -100px; z-index: 2000; transform: translateX(-50%); background: var(--green-950); color: white; padding: 13px 20px; border-radius: 999px; font-size: .83rem; box-shadow: var(--shadow); transition: bottom .3s; }
.toast.show { bottom: 25px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s, transform .65s; }
.reveal.visible { opacity: 1; transform: none; }

/* Página da unidade */
.unit-hero { padding: 48px 0 76px; background: var(--cream); }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .78rem; margin-bottom: 40px; }
.breadcrumb strong { color: var(--ink); }
.unit-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 65px; align-items: center; }
.unit-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); margin-bottom: 20px; }
.unit-hero-grid > div:first-child > p { color: var(--muted); font-size: 1.08rem; }
.unit-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.unit-cover { height: 450px; border-radius: 38px 38px 100px 38px; overflow: hidden; box-shadow: var(--shadow); background: var(--green-100); }
.unit-cover img { width: 100%; height: 100%; object-fit: cover; }
.unit-info-section { background: white; }
.unit-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: start; }
.info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.info-cards article { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdfc; }
.info-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--green-100); color: var(--green-800); font-size: 1.25rem; }
.info-cards h3 { font-size: .95rem; margin: 2px 0 6px; }
.info-cards p, .info-cards a { font-size: .78rem; color: var(--muted); margin: 0; }
.info-cards a { display: block; margin-top: 6px; color: var(--coral-dark); font-weight: 700; }
.unit-contact-card { position: sticky; top: 110px; padding: 30px; border-radius: 24px; background: var(--green-800); color: white; box-shadow: var(--shadow); }
.unit-contact-card h2 { font-size: 2rem; margin-bottom: 12px; }
.unit-contact-card > p { color: rgba(255, 255, 255, .7); font-size: .88rem; }
.contact-item { display: flex; flex-direction: column; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.contact-item span { color: var(--yellow); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-item strong { font-size: .84rem; overflow-wrap: anywhere; }
.unit-contact-card .button { margin-top: 22px; }
.gallery-section { background: var(--cream); }
.unit-gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 15px; height: 410px; }
.gallery-item { padding: 0; border: 0; border-radius: 22px; overflow: hidden; cursor: zoom-in; background: var(--green-100); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery-item:hover img { transform: scale(1.04); }
.image-dialog { width: min(980px, calc(100% - 30px)); border: 0; border-radius: 22px; padding: 12px; background: white; }
.image-dialog::backdrop { background: rgba(4, 25, 27, .8); backdrop-filter: blur(5px); }
.image-dialog img { max-height: 82vh; width: 100%; object-fit: contain; border-radius: 14px; }
.image-dialog button { position: absolute; right: 20px; top: 20px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: white; color: var(--ink); font-size: 1.5rem; cursor: pointer; box-shadow: var(--shadow); }
.other-units { background: white; }
.units-grid.compact .unit-image { height: 175px; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.not-found h1 { font-size: 3.5rem; margin-bottom: 10px; }
.not-found[hidden] { display: none; }

@media (max-width: 1000px) {
  .main-nav { gap: 15px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { min-height: auto; }
  .hero h1 { font-size: clamp(2.7rem, 6vw, 4.2rem); }
  .about-grid { gap: 55px; }
  .values-list { grid-template-columns: 1fr; }
  .values-list article { display: flex; align-items: center; gap: 13px; }
  .values-list article > span { margin: 0; }
  .units-grid { grid-template-columns: 1fr 1fr; }
  .enrollment-card { padding: 45px; gap: 35px; }
  .transparency-grid { gap: 50px; }
  .unit-content-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .site-header { height: 72px; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 1rem; }
  .main-nav { position: absolute; display: none; flex-direction: column; align-items: stretch; gap: 6px; top: 72px; left: 14px; right: 14px; padding: 15px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { display: block; padding: 10px 12px; }
  .main-nav .button { margin-top: 4px; }
  .menu-toggle { display: block; }
  .hero { padding: 55px 0 75px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 35px; }
  .hero-copy > p, .trust-note { margin-inline: auto; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 15px; }
  .hero-visual { max-width: 520px; margin: auto; }
  .floating-card { padding: 9px 13px; }
  .floating-card strong { font-size: 1.4rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .stats-grid div:nth-child(2) { border: 0; }
  .stats-grid strong { font-size: 2.2rem; }
  .about-grid, .enrollment-card, .transparency-grid, .contact-grid, .unit-hero-grid, .unit-content-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .about-art { width: min(92%, 470px); margin: auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; margin-bottom: 30px; }
  .unit-search { grid-template-columns: 1fr; gap: 7px; padding: 16px; }
  .units-grid { grid-template-columns: 1fr; }
  .unit-card { max-width: 520px; width: 100%; margin-inline: auto; }
  .enrollment-card { padding: 30px 18px; border-radius: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .documents a { grid-template-columns: 48px 1fr auto; padding: 13px; }
  .contact-grid { gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .unit-hero { padding-top: 30px; }
  .unit-cover { height: 330px; order: -1; }
  .unit-content-grid { gap: 40px; }
  .unit-contact-card { position: static; }
  .unit-gallery { height: auto; grid-template-columns: 1fr 1fr; }
  .gallery-item { height: 210px; }
  .gallery-item:first-child { grid-column: 1 / -1; height: 300px; }
}

@media (max-width: 450px) {
  h2 { font-size: 2.2rem; }
  .hero h1 { font-size: 2.75rem; }
  .hero-actions .button { width: 100%; }
  .trust-note { text-align: left; }
  .stats-grid span { font-size: .78rem; }
  .about-seal { width: 100px; height: 100px; right: -4px; }
  .info-cards { grid-template-columns: 1fr; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .unit-hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
