﻿.event-childcare-page {
    --ds-primary: #2D6CDF;
    --ds-secondary: #14B8A6;
    --ds-warm: #FFAA78;
    --ds-green: #34D399;
    --ds-ink: #1f2a37;
    --ds-border: rgba(0,0,0,.07);
    --ds-shadow: 0 18px 55px rgba(17,24,39,.10);
}

    .event-childcare-page .ds-section-white {
        position: relative;
        overflow: hidden;
        background: #ffffff !important;
    }

    .event-childcare-page .ds-section-white-pad {
        padding: 95px 18px;
    }

    .event-childcare-page .ds-premium-band {
        position: relative;
        overflow: hidden;
        padding: 95px 18px;
        background: linear-gradient(135deg,#F4F8FF 0%,#EEF5FF 60%,#F7FBFF 100%);
    }

    .event-childcare-page .ds-section-peach {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg,#FFF9F6 0%,#FFF4EE 100%) !important;
    }

    .event-childcare-page .ds-premium-wrap {
        position: relative;
        max-width: 1200px;
        padding: 0 18px;
        z-index: 5;
    }

    .event-childcare-page .ds-has-noise:after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 2;
        opacity: .035;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
        mix-blend-mode: multiply;
    }

    .event-childcare-page .ds-left,
    .event-childcare-page .ds-card,
    .event-childcare-page .ds-v3-stripe,
    .event-childcare-page .ds-s3-card {
        position: relative;
        z-index: 6;
    }

    .event-childcare-page .ds-eyebrow {
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        letter-spacing: .14em;
        text-transform: uppercase;
        font-weight: 800;
        color: var(--ds-ink);
        background: rgba(255,255,255,.96);
        border: 1px solid rgba(45,108,223,.22);
        padding: 8px 14px;
        border-radius: 999px;
        margin-bottom: 14px;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 10px 24px rgba(17,24,39,.10);
    }

    .event-childcare-page .ds-title {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        color: var(--ds-ink);
        letter-spacing: .03em;
    }

    .event-childcare-page .ds-lede {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: .03em;
        color: rgba(31,42,55,.85);
    }

    .event-childcare-page .ds-proof {
        display: flex;
        align-items: stretch;
        background: rgba(255,255,255,.6);
        border: 1px solid rgba(255,255,255,.7);
        border-radius: 14px;
        padding: 14px 16px;
        box-shadow: 0 12px 30px rgba(17,24,39,.05);
    }

    .event-childcare-page .ds-proof-item {
        flex: 1;
    }

    .event-childcare-page .ds-proof-label {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: rgba(31,42,55,.55);
        margin-bottom: 4px;
    }

    .event-childcare-page .ds-proof-value {
        font-size: 14px;
        font-weight: 600;
        color: rgba(31,42,55,.85);
    }

    .event-childcare-page .ds-proof-divider {
        width: 1px;
        margin: 0 14px;
        background: rgba(31,42,55,.12);
    }

    .event-childcare-page .ds-card {
        background: rgba(255,255,255,.92);
        border: 1px solid rgba(255,255,255,.85);
        border-radius: 18px;
        padding: 34px 36px;
        box-shadow: var(--ds-shadow);
        backdrop-filter: blur(6px);
    }

    .event-childcare-page .ds-card-top {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(31,42,55,.08);
    }

    .event-childcare-page .ds-card-title {
        font-size: 22px;
        font-weight: 700;
        color: var(--ds-ink);
    }

    .event-childcare-page .ds-card-sub {
        font-size: 15px;
        color: rgba(31,42,55,.7);
    }

    .event-childcare-page .ds-checklist,
    .event-childcare-page .ds-fa-list {
        list-style: none;
        padding-left: 0;
        margin-left: 12px;
    }

        .event-childcare-page .ds-checklist li {
            position: relative;
            padding-left: 34px;
            margin-bottom: 14px;
            font-size: 16px;
            color: rgba(31,42,55,.85);
        }

            .event-childcare-page .ds-checklist li:before {
                content: "✓";
                position: absolute;
                left: 0;
                top: 2px;
                width: 22px;
                height: 22px;
                border-radius: 999px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 13px;
                font-weight: 800;
                color: #fff;
                background: linear-gradient(135deg,#4A90E2 0%,#2D6CDF 100%);
                box-shadow: 0 8px 18px rgba(74,144,226,.28);
            }

    .event-childcare-page .ds-close {
        font-weight: 600;
        color: rgba(31,42,55,.85);
        margin-bottom: 14px;
    }

    .event-childcare-page .ds-cta-btn {
        border-radius: 999px;
        padding: 12px 18px;
        font-weight: 700;
        box-shadow: 0 12px 26px rgba(45,108,223,.25);
    }

    .event-childcare-page .ds-micro {
        font-size: 12px;
        color: rgba(31,42,55,.6);
        text-align: center;
    }

    .event-childcare-page .ds-v3-stripe {
        background: #fff;
        border: 1px solid rgba(0,0,0,.06);
        border-left: 6px solid var(--ds-primary);
        border-radius: 12px;
        padding: 26px;
        box-shadow: 0 10px 26px rgba(17,24,39,.06);
    }

    .event-childcare-page .ds-fa-list {
        margin-bottom: 18px;
    }

        .event-childcare-page .ds-fa-list li {
            position: relative;
            padding-left: 34px;
            margin-bottom: 12px;
            color: rgba(31,42,55,.88);
        }

        .event-childcare-page .ds-fa-list .ds-li-icon {
            position: absolute;
            left: 0;
            top: 2px;
            width: 22px;
            height: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .event-childcare-page .ds-fa-list .ds-li-icon i.fa-duotone {
                font-size: 18px;
                line-height: 1;
                filter: drop-shadow(0 6px 12px rgba(45,108,223,.14));
                --fa-primary-color: var(--ds-primary);
                --fa-secondary-color: var(--ds-secondary);
                --fa-primary-opacity: 1;
                --fa-secondary-opacity: .36;
            }

        .event-childcare-page .ds-fa-list.ds-icon-warm .ds-li-icon i.fa-duotone {
            --fa-secondary-color: var(--ds-warm);
            --fa-secondary-opacity: .32;
        }

        .event-childcare-page .ds-fa-list.ds-icon-green .ds-li-icon i.fa-duotone {
            --fa-secondary-color: var(--ds-green);
            --fa-secondary-opacity: .34;
        }

    .event-childcare-page .ds-s3-card {
        background: #fff;
        border: 1px solid var(--ds-border);
        border-radius: 18px;
        padding: 34px;
        box-shadow: 0 14px 40px rgba(17,24,39,.08);
    }

    .event-childcare-page .ds-s3-head {
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(31,42,55,.08);
        margin-bottom: 18px;
    }

    .event-childcare-page .ds-stepper {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

        .event-childcare-page .ds-stepper:before {
            content: "";
            position: absolute;
            left: 24px;
            right: 24px;
            top: 26px;
            height: 2px;
            background: linear-gradient(90deg, rgba(45,108,223,.22), rgba(20,184,166,.18), rgba(45,108,223,.22));
            z-index: 0;
        }

    .event-childcare-page .ds-step-card {
        position: relative;
        z-index: 1;
        flex: 1 1 0;
        min-width: 240px;
        background: #fff;
        border: 1px solid rgba(45,108,223,.10);
        border-radius: 16px;
        padding: 18px;
        box-shadow: 0 10px 28px rgba(17,24,39,.06);
    }

    .event-childcare-page .ds-step-top {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .event-childcare-page .ds-step-badge {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        background: linear-gradient(135deg, rgba(74,144,226,.18) 0%, rgba(45,108,223,.08) 100%);
        border: 1px solid rgba(45,108,223,.18);
        box-shadow: 0 10px 22px rgba(45,108,223,.10);
        flex: 0 0 auto;
    }

        .event-childcare-page .ds-step-badge i.fa-duotone {
            font-size: 18px;
            --fa-primary-color: var(--ds-primary);
            --fa-secondary-color: var(--ds-secondary);
            --fa-primary-opacity: 1;
            --fa-secondary-opacity: .32;
        }

    .event-childcare-page .ds-step-label {
        font-weight: 800;
        color: var(--ds-ink);
        margin: 0;
        line-height: 1.2;
    }

    .event-childcare-page .ds-step-body {
        color: rgba(31,42,55,.85);
        margin: 0;
    }

    .event-childcare-page .ds-quote-row {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.25;
    }

        .event-childcare-page .ds-quote-row a {
            text-decoration: none;
        }

        .event-childcare-page .ds-quote-row .ds-quote-sep {
            opacity: .65;
            padding: 0 10px;
            display: inline-block;
        }

@media (max-width: 991.98px) {
    .event-childcare-page .ds-premium-band,
    .event-childcare-page .ds-section-white-pad {
        padding: 75px 14px;
    }

    .event-childcare-page .ds-card {
        padding: 28px 22px;
    }
}

@media (max-width: 767.98px) {
    .event-childcare-page .ds-stepper:before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .event-childcare-page .ds-proof {
        flex-direction: column;
    }

    .event-childcare-page .ds-proof-divider {
        width: 100%;
        height: 1px;
        margin: 12px 0;
    }

    .event-childcare-page .ds-quote-row {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .event-childcare-page .ds-quote-row .ds-quote-sep {
        display: block;
        padding: 4px 0;
        opacity: .55;
    }
}

@media (max-width: 380px) {
    .event-childcare-page .ds-quote-row {
        font-size: 18px;
    }
}
