    /* ══════════════════════════════════════════
       DESIGN TOKENS
    ══════════════════════════════════════════ */
    :root {
        --bg: #0c3d28;
        --bg-2: #0c3d28;
        --bg-3: #fffff;
        --bg-card: #111d15;
        --bg-card-h: #152119;
        --green-deep: #174d2e;
        --green-mid: #1f7042;
        --green-vivid: #e2c06a;
        --green-glow: rgba(40, 160, 88, 0.12);
        --gold: #b89142;
        --gold-light: #d4ae6e;
        --white: #f0f5f1;
        --text-1: #eaf2ec;
        --text-2: #8fb09a;
        --text-3: #4e7259;
        --border: #182b1e;
        --border-2: #1e3626;
    }

    /* ══════════════════════════════════════════
       RESET
    ══════════════════════════════════════════ */
    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    html {
        scroll-behavior: smooth;
        font-size: 16px;
    }

    body {
        font-family: 'DM Sans', sans-serif;
        background: var(--bg);
        color: var(--text-1);
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
    }

    img {
        display: block;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    /* subtle grain texture via SVG data-uri */
    body::after {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 999;
        pointer-events: none;
        opacity: 0.03;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
        background-size: 300px;
    }


    /* ══════════════════════════════════════════
       HERO — no background image, geometric
    ══════════════════════════════════════════ */
    .hero {
        padding: 50px 64px 50px;
        position: relative;
        overflow: hidden;
        /* border-bottom: 1px solid var(--border); */
    }

    /* decorative geometric rings */
    .hero-ring {
        position: absolute;
        border-radius: 50%;
        border: 1px solid var(--green-deep);
        pointer-events: none;
    }

    .hero-ring-1 {
        width: 500px;
        height: 500px;
        top: -180px;
        right: -120px;
        opacity: 0.5;
    }

    .hero-ring-2 {
        width: 320px;
        height: 320px;
        top: -60px;
        right: 60px;
        opacity: 0.3;
    }

    .hero-ring-3 {
        width: 700px;
        height: 700px;
        top: -280px;
        right: -240px;
        opacity: 0.2;
    }

    /* decorative corner lines */
    .hero-corner {
        position: absolute;
        bottom: 64px;
        right: 64px;
        width: 80px;
        height: 80px;
        border-right: 1px solid var(--border-2);
        border-bottom: 1px solid var(--border-2);
        pointer-events: none;
    }

    .hero-inner {
        max-width: 820px;
        position: relative;
        z-index: 2;
    }

   .hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0px;
}

    .eyebrow-dash {
        width: 36px;
        height: 1px;
        background: var(--green-vivid);
    }

    .eyebrow-text {
        font-size: 0.68rem;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        color: var(--green-vivid);
        font-weight: 500;
    }

    .hero h1 {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(3.2rem, 7vw, 6.8rem);
        font-weight: 300;
        line-height: 1.0;
        letter-spacing: -0.02em;
        color: var(--text-1);
        margin-bottom: 36px;
    }

    .hero h1 em {
        font-style: italic;
        color: var(--green-vivid);
    }

    .hero-lead {
        font-size: 1.05rem;
        line-height: 1.9;
        color: var(--text-2);
        max-width: 640px;
        font-weight: 300;
        border-left: 2px solid var(--green-deep);
        padding-left: 22px;
        margin-bottom: 48px;
    }

    .hero-stats {
        display: flex;
        gap: 0;
        border: 1px solid var(--border);
        width: fit-content;
    }

    .hero-stat {
    padding: 8px 15px;
    border-right: 1px solid var(--border);
    text-align: center;
}
    .hero-stat:last-child {
        border-right: none;
    }

    .stat-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--green-vivid);
        line-height: 1;
        display: block;
        margin-bottom: 4px;
    }

    .stat-label {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--text-3);
        font-weight: 500;
    }

    /* ══════════════════════════════════════════
       SHARED UTILITIES
    ══════════════════════════════════════════ */
    .wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 64px;
    }

    .label-row {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 5px;
    }

    .label-dash {
        width: 26px;
        height: 1px;
        background: var(--green-vivid);
        flex-shrink: 0;
    }

    .label-text {
        font-size: 0.67rem;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        color: var(--green-vivid);
        font-weight: 500;
    }

    .section-h {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(1.9rem, 3.8vw, 3.2rem);
        font-weight: 300;
        line-height: 1.15;
        color: var(--text-1);
        letter-spacing: -0.01em;
    }

    .section-h em {
        font-style: italic;
        color: var(--green-vivid);
    }

    .section-body {
        font-size: 0.95rem;
        line-height: 1.9;
        color: var(--text-2);
        font-weight: 300;
    }

    /* ══════════════════════════════════════════
       INTRO / WHO CAN APPLY
    ══════════════════════════════════════════ */
    .intro-section {
        padding: 50px 0;
        border-bottom: 1px solid var(--border);
        background: white;
    }

    .intro-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: start;
    }

    .intro-img-wrap {
        position: relative;
    }

    .intro-img {
        width: 100%;
        overflow: hidden;
        border: 1px solid var(--border);
    }

    .intro-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.75) saturate(0.7);
        transition: transform 0.8s ease, filter 0.8s ease;
    }

    .intro-img:hover img {
        transform: scale(1.04);
        filter: brightness(0.85) saturate(0.9);
    }

    /* accent box */
    .img-accent {
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 140px;
        height: 140px;
        border: 1px solid var(--green-deep);
        background: var(--bg-card);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        z-index: 2;
    }

    .img-accent-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 2.6rem;
        font-weight: 300;
        color: var(--green-vivid);
        line-height: 1;
    }

    .img-accent-text {
        font-size: 0.65rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--text-3);
        text-align: center;
        padding: 0 12px;
        line-height: 1.5;
    }

    .intro-content {
        padding-top: 12px;
    }

    .intro-content .section-h {
        margin-bottom: 28px;
        color: #0c3d28;
    }

    .intro-content p {
        font-size: 0.95rem;
        line-height: 1.9;
        color: #333534;
        font-weight: 300;
        margin-bottom: 0.2rem;
    }

    .criteria-list {
        list-style: none;
        margin-top: 28px;
        border-top: 1px solid var(--border);
    }

   .criteria-list li {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 7px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.9rem;
    color: #333534;
    line-height: 1.6;
    font-weight: 300;
    transition: color 0.2s;
}

    .criteria-list li:hover {
        color: #2b6140;
    }

    .crit-icon {
        color: var(--green-vivid);
        font-size: 0.9rem;
        flex-shrink: 0;
        margin-top: 1px;
    }

    /* ══════════════════════════════════════════
       PROGRAMS SECTION
    ══════════════════════════════════════════ */
    .programs-section {
        padding: 50px 0;
        background: var(--bg-2);
        border-bottom: 1px solid var(--border);
    }

    .programs-header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: end;
        margin-bottom: 10px;
    }

    .programs-header p {
        font-size: 0.95rem;
        line-height: 1.85;
        color: var(--text-2);
        font-weight: 300;
        align-self: end;
    }

    .program-tracks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

   .track-card {
    background: rgb(1 37 23);
    padding: 28px 20px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}

    .track-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        transition: background 0.3s;
    }

    .track-card:nth-child(1)::before {
        background: #2a7a9a;
    }

    .track-card:nth-child(2)::before {
        background: var(--green-vivid);
    }

    .track-card:nth-child(3)::before {
        background: var(--gold);
    }

    .track-card:hover {
        background: var(--bg-card-h);
    }

    .track-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 5px 14px;
        margin-bottom: 28px;
        font-size: 0.67rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid var(--border-2);
    }

    .track-card:nth-child(1) .track-badge {
        color: #5bb8d8;
        border-color: #2a7a9a40;
    }

    .track-card:nth-child(2) .track-badge {
        color: var(--green-vivid);
        border-color: var(--green-deep);
    }

    .track-card:nth-child(3) .track-badge {
        color: var(--gold-light);
        border-color: #b8914230;
    }

    .track-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.7rem;
        font-weight: 600;
        color: var(--text-1);
        margin-bottom: 6px;
        line-height: 1.2;
    }

.track-grades {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: var(--text-3);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}
    .track-divider {
        width: 36px;
        height: 1px;
        background: var(--border-2);
        margin-bottom: 10px;
    }

    .track-focus-label {
        font-size: 0.67rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--text-3);
        font-weight: 500;
        margin-bottom: 12px;
    }

    .track-focus {
        font-size: 0.9rem;
        line-height: 1.8;
        color: var(--text-2);
        font-weight: 300;
    }

    /* ══════════════════════════════════════════
       IMAGE + CONTENT SPLIT — WEEKEND STRUCTURE
    ══════════════════════════════════════════ */
    .split-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-bottom: 1px solid var(--border);
    }

    .split-img {
        overflow: hidden;
        position: relative;
    }

    .split-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: brightness(0.68) saturate(0.65); */
    transition: transform 0.8s ease;
}
    .split-section:hover .split-img img {
        transform: scale(1.03);
    }

    /* green tint overlay (not a background image — it's a CSS layer) */
    .split-img::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(15, 26, 19, 0.6) 0%, transparent 60%);
    }

    .split-content {
        padding: 20px 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #ffffff;
    }

    .split-content .section-h {
        margin-bottom: 0px;
        color: #0c3d28;
    }

   .split-content p {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333534;
    font-weight: 300;
    margin-bottom: 0em;
}
    .session-list {
        list-style: none;
        margin-top: 8px;
    }

   .session-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 5px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.88rem;
    color: #333534;
    font-weight: 300;
    transition: color 0.2s;
}

    .session-list li:hover {
        color: var(--text-1);
    }

    .session-list li:last-child {
        border-bottom: none;
    }

    .session-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green-vivid);
        flex-shrink: 0;
    }

    .note-line {
        margin-top: 24px;
        font-size: 0.85rem;
        font-style: italic;
        color: var(--text-3);
        line-height: 1.7;
        border-left: 2px solid var(--green-deep);
        padding-left: 16px;
    }

    /* ══════════════════════════════════════════
       INFO CARDS ROW — Duration, Fees, Registration
    ══════════════════════════════════════════ */
    .info-section {
        padding: 50px 0;
        background: var(--bg-2);
        border-bottom: 1px solid var(--border);
    }


    .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 15px;
        grid-gap: 20px;
    }

    .info-card {
        background: rgb(1 37 23);
        padding: 14px 40px;
        transition: background 0.3s;
        position: relative;
    }

    .info-card:hover {
        background: var(--bg-card-h);
    }

    .info-card-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 3.8rem;
        font-weight: 300;
        color: var(--border);
        line-height: 1;
        margin-bottom: 20px;
        transition: color 0.3s;
        letter-spacing: -0.03em;
    }

    .info-card:hover .info-card-num {
        color: var(--green-deep);
    }

    .info-card-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.4rem;
        font-weight: 600;
        color: var(--text-1);
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .info-card p {
        font-size: 0.88rem;
        line-height: 1.85;
        color: var(--text-2);
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .info-card p:last-child {
        margin-bottom: 0;
    }

    .info-sub-list {
        list-style: none;
        margin: 8px 0;
    }

    .info-sub-list li {
        font-size: 0.85rem;
        color: var(--text-3);
        padding: 7px 0;
        border-bottom: 1px solid var(--border);
        display: flex;
        align-items: baseline;
        gap: 10px;
        transition: color 0.2s;
    }

    .info-card:hover .info-sub-list li {
        color: var(--text-2);
    }

    .info-sub-list li::before {
        content: '›';
        color: var(--green-vivid);
        font-size: 1rem;
        flex-shrink: 0;
    }

    .info-sub-list li:last-child {
        border-bottom: none;
    }

    /* ══════════════════════════════════════════
       REGISTRATION STEPS
    ══════════════════════════════════════════ */
    .reg-section {
        padding: 50px 0;
        border-bottom: 1px solid var(--border);
        background-color: #ffffff;
    }

    .reg-inner {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 80px;
        align-items: start;
    }

    .reg-left .section-h {
        margin-bottom: 0px;
        color: rgb(12, 61, 40);
    }

    .reg-left p {
        font-size: 0.95rem;
        line-height: 1.9;
        color: #333534;
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .reg-contact {
        margin-top: 5px;
        padding: 24px 28px;
        border: 1px solid var(--border);
        background: var(--bg-card);
    }

    .reg-contact-label {
        font-size: 0.67rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--text-3);
        font-weight: 500;
        margin-bottom: 10px;
    }

    .reg-email {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.2rem;
        color: var(--gold-light);
        font-style: italic;
        transition: color 0.2s;
    }

    .reg-email:hover {
        color: var(--gold);
    }

    .steps {
        list-style: none;
    }

    .step {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 20px;
        padding: 8px 0;
        border-bottom: 1px solid var(--border);
        align-items: start;
    }

    .step:last-child {
        border-bottom: none;
    }

    .step-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 2rem;
        font-weight: 300;
        color: var(--green-deep);
        line-height: 1;
        transition: color 0.3s;
    }

    .step:hover .step-num {
        color: var(--green-vivid);
    }

    .step-title {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--text-1);
        margin-bottom: 6px;
        letter-spacing: 0.02em;
        color: rgb(12, 61, 40);
    }

    .step-body {
        font-size: 0.85rem;
        line-height: 1.7;
        color: var(--text-3);
        font-weight: 300;
    }

    .reg-sources {
        margin-top: 20px;
    }

    .reg-sources-label {
        font-size: 0.67rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--text-3);
        font-weight: 500;
        margin-bottom: 12px;
    }

    .sources-list {
        list-style: none;
    }

    .sources-list li {
        font-size: 0.85rem;
        color: #333534;
        padding: 8px 0;
        border-bottom: 1px solid var(--border);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .sources-list li:last-child {
        border-bottom: none;
    }

    .sources-list li::before {
        content: '—';
        color: var(--green-vivid);
        font-size: 0.8rem;
    }

    /* ══════════════════════════════════════════
       CLOSING IMAGE + NOTE TO PARENTS
    ══════════════════════════════════════════ */
    .closing-section {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        border-bottom: 1px solid var(--border);
    }

   .closing-content {
    padding: 10px 50px 10px 54px;
    background: var(--bg-2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--border);
}
    .closing-content .section-h {
        margin-bottom: 12px;
    }

    .closing-content p {
        font-size: 0.97rem;
        line-height: 1.7;
        color: var(--text-2);
        font-weight: 300;
        margin-bottom: 010px;
    }

    .closing-highlight {
    margin: 10px 0;
    border: 1px solid var(--green-deep);
    padding: 8px 32px;
    background: var(--green-glow);
}

    .closing-highlight p {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.25rem;
        font-style: italic;
        font-weight: 400;
        color: var(--text-1);
        line-height: 1.6;
        margin-bottom: 0;
    }

    .closing-final {
        font-size: 0.88rem;
        line-height: 1.85;
        color: var(--text-3);
        font-weight: 300;
        font-style: italic;
        border-left: 2px solid var(--green-deep);
        padding-left: 18px;
    }

    .closing-img-stack {
        display: flex;
        flex-direction: column;
    }

    .closing-img-item {
        flex: 1;
        overflow: hidden;
        position: relative;
    }

    .closing-img-item img {
        width: 100%;
        height: 530px;
        object-fit: cover;
        filter: brightness(0.65) saturate(0.6);
        transition: transform 0.8s ease, filter 0.8s ease;
    }

    .closing-img-item:hover img {
        transform: scale(1.05);
        filter: brightness(0.8) saturate(0.85);
    }

    .img-stack-sep {
        height: 1px;
        background: var(--border);
        flex-shrink: 0;
    }

    .img-label {
        position: absolute;
        bottom: 14px;
        left: 18px;
        font-size: 0.65rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
    }


    /* ══════════════════════════════════════════
       CTA BUTTON
    ══════════════════════════════════════════ */
    .btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: var(--green-mid);
        color: var(--text-1);
        padding: 14px 32px;
        margin-top: 28px;
        font-size: 0.75rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid transparent;
        transition: background 0.25s, border-color 0.25s, color 0.25s;
        width: fit-content;
    }

    .btn-primary:hover {
        background: transparent;
        border-color: var(--green-mid);
        color: var(--green-vivid);
    }

    .btn-primary svg {
        width: 13px;
        height: 13px;
        transition: transform 0.2s;
    }

    .btn-primary:hover svg {
        transform: translateX(3px);
    }

    /* ══════════════════════════════════════════
       ANIMATIONS
    ══════════════════════════════════════════ */
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(28px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .hero-eyebrow {
        animation: fadeUp 0.85s ease both;
    }

    .hero h1 {
        animation: fadeUp 0.85s 0.12s ease both;
    }

    .hero-lead {
        animation: fadeUp 0.85s 0.24s ease both;
    }

    .hero-stats {
        animation: fadeUp 0.85s 0.36s ease both;
        background-color: #ffffff;
    }

    /* ══════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════ */
    @media (max-width: 1024px) {
        .wrap {
            padding: 0 32px;
        }

        nav {
            padding: 0 32px;
        }

        .hero {
            padding: 128px 32px 80px;
        }

        .intro-grid {
            grid-template-columns: 1fr;
            gap: 48px;
        }

        .intro-img {
            aspect-ratio: 16/9;
        }

        .img-accent {
            bottom: -16px;
            right: 0;
        }

        .programs-header {
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .program-tracks {
            grid-template-columns: 1fr;
        }

        .split-section {
            grid-template-columns: 1fr;
        }

        .split-img {
            min-height: 320px;
        }

        .split-content {
            padding: 60px 32px;
            border-left: none;
            border-top: 1px solid var(--border);
        }

        .info-grid {
            grid-template-columns: 1fr;
        }

        .reg-inner {
            grid-template-columns: 1fr;
            gap: 48px;
        }

        .closing-section {
            grid-template-columns: 1fr;
        }

        .closing-content {
            padding: 64px 32px;
            border-right: none;
            border-bottom: 1px solid var(--border);
        }

        .closing-img-stack {
            flex-direction: row;
            height: 320px;
        }

        .img-stack-sep {
            width: 1px;
            height: auto;
        }


        .hero-stats {
            flex-wrap: wrap;
        }

        .hero-stat {
            flex: 1;
            min-width: 120px;
        }
    }

    @media (max-width: 600px) {
        .hero {
            padding: 110px 20px 64px;
        }

        .wrap {
            padding: 0 20px;
        }

        .closing-img-stack {
            flex-direction: column;
            height: 360px;
        }

        .img-stack-sep {
            width: 100%;
            height: 1px;
        }

        .hero {
            padding: 30px 15px 31px;
        }

        .hero-lead {
            color: #fff;
            border-left: none;
            padding-left: 0;
            margin-bottom: 18px;
        }

        .hero-stats {
            margin: 0 0 20px 0;
        }

        .learning-one_image {
            margin-left: 0px;
            border-radius: 20px;
            border: 5px solid #fff;
        }

        .intro-img {
            aspect-ratio: unset;
            height: 500px;
        }

        .programs-section {
            padding: 40px 0;
        }

        .programs-header {
            margin-bottom: 20px;
        }

        .track-card {
            padding: 30px 17px;
        }

        .split-img {
            min-height: unset;
        }

        .split-content {
            padding: 30px 15px;
        }

        .info-grid {
            margin-top: 20px;
        }

        .info-card {
            padding: 30px 20px;
        }

        .reg-section {
            padding: 30px 0;
        }

        .step {
            padding: 18px 0;

        }

        .reg-right ol.steps {
            margin: 0;
        }

        .closing-content {
            padding: 30px 15px;
        }

        .closing-content .section-h {
            margin-bottom: 10px;
        }

        .closing-highlight {
            margin: 16px 0;
            padding: 30px 20px;
        }



    }