/* ============================================
   Preschool at Agudas Achim — Stylesheet
   Palette: Charcoal (#36454F) + Coral (#E88A7A)
   Fonts: Cormorant Garamond (serif) + Lato (sans)
   ============================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #36454F;
    background-color: #FAFAF8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

ul, ol {
    list-style: none;
}

address {
    font-style: normal;
}

/* ---------- Focus ---------- */
.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    background: #36454F;
    color: #FAFAF8;
    padding: 0.5rem 1rem;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
}

.skip-link:focus {
    top: 0;
}

*:focus-visible {
    outline: 2px solid #E88A7A;
    outline-offset: 2px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-weight: 600;
    line-height: 1.2;
    color: #36454F;
}

/* ---------- Container ---------- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ---------- Section ---------- */
.section {
    padding: 6rem 0;
}

.section--light {
    background-color: #FAFAF8;
}

.section--dark {
    background-color: #36454F;
}

.section--coral {
    background-color: #E88A7A;
}

/* ---------- Eyebrow ---------- */
.section-eyebrow {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #E88A7A;
    margin-bottom: 1rem;
}

.section-eyebrow--light {
    color: rgba(255, 255, 255, 0.7);
}

.section-eyebrow--dark {
    color: rgba(54, 69, 79, 0.7);
}

/* ---------- Heading ---------- */
.section-heading {
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-bottom: 1.25rem;
}

.section-heading--light {
    color: #FAFAF8;
}

.section-heading--dark {
    color: #36454F;
}

.section-header--center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3.5rem;
}

/* ---------- Lead ---------- */
.section-lead {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #5A6B76;
    max-width: 640px;
}

.section-lead--light {
    color: rgba(250, 250, 248, 0.8);
}

.section-lead--dark {
    color: rgba(54, 69, 79, 0.8);
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn--coral {
    background-color: #E88A7A;
    color: #36454F;
    border: 2px solid #E88A7A;
}

.btn--coral:hover,
.btn--coral:focus-visible {
    background-color: #D97A6A;
    border-color: #D97A6A;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(232, 138, 122, 0.3);
}

.btn--outline-light {
    background-color: transparent;
    color: #FAFAF8;
    border: 2px solid rgba(250, 250, 248, 0.6);
}

.btn--outline-light:hover,
.btn--outline-light:focus-visible {
    background-color: rgba(250, 250, 248, 0.1);
    border-color: #FAFAF8;
    transform: translateY(-1px);
}

.btn--outline-dark {
    background-color: transparent;
    color: #36454F;
    border: 2px solid rgba(54, 69, 79, 0.3);
}

.btn--outline-dark:hover,
.btn--outline-dark:focus-visible {
    border-color: #36454F;
    background-color: rgba(54, 69, 79, 0.04);
}

.btn--lg {
    padding: 1rem 2.25rem;
    font-size: 0.9rem;
}

.btn--full {
    width: 100%;
}

/* ---------- Header / Nav ---------- */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(54, 69, 79, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(250, 250, 248, 0.08);
    transition: background-color 0.3s ease;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    height: 72px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #FAFAF8;
    text-decoration: none;
}

.nav-logo__icon {
    color: #E88A7A;
    flex-shrink: 0;
}

.nav-logo__text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nav-logo__sub {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250, 250, 248, 0.6);
    margin-top: -2px;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 4px;
    border-radius: 4px;
}

.nav-toggle:hover {
    background-color: rgba(250, 250, 248, 0.1);
}

.nav-toggle__bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FAFAF8;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link {
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(250, 250, 248, 0.8);
    padding: 0.5rem 0.875rem;
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: #FAFAF8;
    background-color: rgba(250, 250, 248, 0.08);
}

.nav-link--cta {
    margin-left: 0.75rem;
    background-color: #E88A7A;
    color: #36454F;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.625rem 1.25rem;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.nav-link--cta:hover,
.nav-link--cta:focus-visible {
    background-color: #D97A6A;
    color: #36454F;
    transform: translateY(-1px);
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #36454F;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(54, 69, 79, 0.88) 0%,
        rgba(54, 69, 79, 0.75) 50%,
        rgba(54, 69, 79, 0.6) 100%
    );
}

.hero__content {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    padding-bottom: 3rem;
    max-width: 780px;
}

.hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #E88A7A;
    margin-bottom: 1.5rem;
}

.hero__headline {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 600;
    color: #FAFAF8;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    max-width: 680px;
}

.hero__subheadline {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.8;
    color: rgba(250, 250, 248, 0.8);
    margin-bottom: 2.5rem;
    max-width: 580px;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero__trust {
    font-size: 0.8125rem;
    color: rgba(250, 250, 248, 0.5);
    letter-spacing: 0.04em;
}

.hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(250, 250, 248, 0.5);
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

/* ---------- About ---------- */
.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about__text .section-lead {
    margin-bottom: 1.25rem;
}

.about__text p {
    color: #5A6B76;
    margin-bottom: 1rem;
}

.about__values {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.value-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.value-card__icon {
    color: #E88A7A;
    flex-shrink: 0;
    margin-top: 2px;
}

.value-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.value-card p {
    font-size: 0.9375rem;
    color: #5A6B76;
    margin-bottom: 0;
    line-height: 1.6;
}

.about__image {
    position: relative;
}

.image-frame {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(54, 69, 79, 0.12);
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-frame--accent {
    position: absolute;
    bottom: -2rem;
    right: -1rem;
    width: 55%;
    border: 4px solid #FAFAF8;
}

/* ---------- Programs ---------- */
.programs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.program-card {
    position: relative;
    background-color: rgba(250, 250, 248, 0.06);
    border: 1px solid rgba(250, 250, 248, 0.1);
    border-radius: 6px;
    padding: 2.5rem 2rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.program-card:hover {
    transform: translateY(-4px);
    background-color: rgba(250, 250, 248, 0.09);
}

.program-card--featured {
    background-color: rgba(232, 138, 122, 0.12);
    border-color: rgba(232, 138, 122, 0.3);
}

.program-card--featured:hover {
    background-color: rgba(232, 138, 122, 0.18);
}

.program-card__badge {
    position: absolute;
    top: 0;
    right: 1.5rem;
    background-color: #E88A7A;
    color: #36454F;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    border-radius: 0 0 4px 4px;
}

.program-card__number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(232, 138, 122, 0.25);
    line-height: 1;
    margin-bottom: 1rem;
}

.program-card__title {
    font-size: 1.5rem;
    color: #FAFAF8;
    margin-bottom: 0.75rem;
}

.program-card__desc {
    font-size: 0.9375rem;
    color: rgba(250, 250, 248, 0.7);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.program-card__features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.program-card__features li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    color: rgba(250, 250, 248, 0.65);
}

.program-card__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    background-color: #E88A7A;
    border-radius: 50%;
}

/* ---------- Approach ---------- */
.approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.approach__image-col .image-frame {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(54, 69, 79, 0.12);
}

.approach__image-col .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.approach__content .section-lead {
    margin-bottom: 2.5rem;
}

.approach-pillars {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pillar {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.pillar__number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #E88A7A;
    line-height: 1;
    flex-shrink: 0;
    width: 2.5rem;
}

.pillar__title {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
}

.pillar p {
    font-size: 0.9375rem;
    color: #5A6B76;
    line-height: 1.7;
}

/* ---------- Testimonials ---------- */
.testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.testimonial {
    background-color: rgba(250, 250, 248, 0.15);
    border-radius: 6px;
    padding: 2.5rem;
    position: relative;
}

.testimonial__quote-mark {
    color: rgba(54, 69, 79, 0.3);
    margin-bottom: 1rem;
}

.testimonial__text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 500;
    font-style: italic;
    color: #36454F;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.testimonial__footer {
    border-top: 1px solid rgba(54, 69, 79, 0.15);
    padding-top: 1rem;
}

.testimonial__author {
    font-family: 'Lato', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(54, 69, 79, 0.7);
}

/* ---------- Stats ---------- */
.stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 2rem 0;
}

.stat {
    text-align: center;
}

.stat__number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #36454F;
    line-height: 1;
    margin-bottom: 0.375rem;
}

.stat__label {
    font-size: 0.8125rem;
    color: rgba(54, 69, 79, 0.7);
    letter-spacing: 0.02em;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(54, 69, 79, 0.2);
}

/* ---------- Visit Section ---------- */
.visit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.visit__details {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.visit__detail {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.visit__icon {
    color: #E88A7A;
    flex-shrink: 0;
    margin-top: 2px;
}

.visit__detail strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #FAFAF8;
    margin-bottom: 0.125rem;
}

.visit__detail span,
.visit__detail a {
    font-size: 0.9375rem;
    color: rgba(250, 250, 248, 0.7);
}

.visit__detail a:hover,
.visit__detail a:focus-visible {
    color: #E88A7A;
}

/* ---------- Form ---------- */
.visit-form {
    background-color: rgba(250, 250, 248, 0.08);
    border: 1px solid rgba(250, 250, 248, 0.12);
    border-radius: 6px;
    padding: 2.5rem;
}

.visit-form__title {
    font-size: 1.75rem;
    color: #FAFAF8;
    margin-bottom: 0.5rem;
}

.visit-form__note {
    font-size: 0.875rem;
    color: rgba(250, 250, 248, 0.6);
    margin-bottom: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(250, 250, 248, 0.7);
    margin-bottom: 0.375rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.9375rem;
    color: #FAFAF8;
    background-color: rgba(250, 250, 248, 0.08);
    border: 1px solid rgba(250, 250, 248, 0.15);
    border-radius: 4px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(250, 250, 248, 0.35);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #E88A7A;
    background-color: rgba(250, 250, 248, 0.12);
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(250,250,248,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-group select option {
    background-color: #36454F;
    color: #FAFAF8;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.visit-form__privacy {
    font-size: 0.75rem;
    color: rgba(250, 250, 248, 0.4);
    margin-top: 1rem;
    text-align: center;
}

.visit-form__success {
    text-align: center;
    padding: 3rem 2rem;
}

.visit-form__success-icon {
    color: #E88A7A;
    margin-bottom: 1.25rem;
}

.visit-form__success h3 {
    font-size: 1.75rem;
    color: #FAFAF8;
    margin-bottom: 0.75rem;
}

.visit-form__success p {
    font-size: 0.9375rem;
    color: rgba(250, 250, 248, 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

/* ---------- Footer ---------- */
.site-footer {
    background-color: #2A373F;
    color: rgba(250, 250, 248, 0.7);
    padding: 4rem 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-brand p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(250, 250, 248, 0.55);
    max-width: 280px;
}

.footer-col h4 {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #E88A7A;
    margin-bottom: 1.25rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-links a {
    font-size: 0.9375rem;
    color: rgba(250, 250, 248, 0.6);
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: #FAFAF8;
}

.footer-col address {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.footer-col address a {
    color: rgba(250, 250, 248, 0.6);
    transition: color 0.2s ease;
}

.footer-col address a:hover,
.footer-col address a:focus-visible {
    color: #E88A7A;
}

.footer-note {
    font-size: 0.8125rem !important;
    color: rgba(250, 250, 248, 0.4) !important;
    margin-top: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid rgba(250, 250, 248, 0.08);
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-bottom p {
    font-size: 0.8125rem;
    color: rgba(250, 250, 248, 0.4);
}

.footer-tagline {
    font-size: 0.75rem !important;
    font-style: italic;
    color: rgba(250, 250, 248, 0.3) !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .about,
    .approach,
    .visit {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about__image {
        order: -1;
        max-width: 500px;
    }

    .image-frame--accent {
        right: 0;
    }

    .approach__image-col {
        max-width: 500px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 4rem 0;
    }

    .nav-toggle {
        display: flex;
    }

    .main-nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background-color: rgba(54, 69, 79, 0.98);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 1rem 1.5rem 1.5rem;
        border-bottom: 1px solid rgba(250, 250, 248, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .main-nav.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-link {
        padding: 0.875rem 0;
        border-bottom: 1px solid rgba(250, 250, 248, 0.06);
    }

    .nav-link--cta {
        margin-left: 0;
        margin-top: 0.75rem;
        text-align: center;
        display: block;
    }

    .hero__headline {
        font-size: clamp(1.75rem, 6vw, 2.75rem);
    }

    .hero__actions {
        flex-direction: column;
    }

    .hero__actions .btn {
        width: 100%;
    }

    .programs {
        grid-template-columns: 1fr;
    }

    .testimonials {
        grid-template-columns: 1fr;
    }

    .stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .stat-divider {
        width: 40px;
        height: 1px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1.25rem;
    }

    .section {
        padding: 3rem 0;
    }

    .program-card {
        padding: 2rem 1.5rem;
    }

    .visit-form {
        padding: 1.75rem 1.5rem;
    }

    .testimonial {
        padding: 1.75rem;
    }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }

    .hero__scroll {
        animation: none;
    }
}
</style>
