/* Modern Coming Soon page */
.cs-modern {
    --cs-bg: #f4f5f7;
    --cs-ink: #1a1d21;
    --cs-muted: #5c6570;
    --cs-accent: #66b04b;
    --cs-line: #e2e5ea;
    position: relative;
    min-height: calc(100vh - 220px);
    overflow: hidden;
    text-align: center;
    padding: 2.5rem 0 3rem;
    background: var(--cs-bg);
    color: var(--cs-ink);
    font-family: var(--font-body, 'Inter', sans-serif);
}

.cs-modern__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(102, 176, 75, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(252, 184, 0, 0.12), transparent 50%),
        linear-gradient(180deg, #f7f8fa 0%, #eef0f3 100%);
    pointer-events: none;
}

.cs-modern__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(26, 29, 33, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 29, 33, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    opacity: 0.7;
}

.cs-modern__shell {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.cs-modern__eyebrow {
    margin: 0 0 0.65rem;
    font-family: var(--font-specs, 'Roboto Condensed', sans-serif);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cs-accent, #66b04b);
}

.cs-modern__main {
    animation: cs-rise 0.7s ease both;
}

.cs-modern__title {
    margin: 0 auto 0.85rem;
    max-width: 100%;
    font-family: var(--font-heading, 'League Spartan', sans-serif);
    font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--cs-ink, #1a1d21);
    text-wrap: balance;
}

.cs-modern__intro {
    max-width: 100%;
    margin: 0 auto 1.75rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--cs-muted, #5c6570);
    text-wrap: pretty;
}

.cs-modern__intro p {
    margin: 0 0 0.85rem;
    font-family: var(--font-body, 'Inter', sans-serif);
}

.cs-modern__intro .ps-page__content {
    margin: 0;
}

.cs-countdown__media {
    margin: 0 auto 1.75rem;
    max-width: 40rem;
}

.cs-countdown__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid var(--cs-line, #e2e5ea);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
    background: #fff;
}

.cs-countdown__figure {
    margin: 0 auto 1.75rem;
    width: 100%;
    animation: cs-rise 0.75s ease 0.12s both;
}

.cs-countdown__figure figcaption {
    margin: 0 0 1rem;
    font-family: var(--font-heading, 'League Spartan', sans-serif);
    font-size: 1rem;
    font-weight: 600;
    color: var(--cs-ink, #1a1d21);
    letter-spacing: 0.02em;
}

.cs-modern .cs-countdown__grid.ps-countdown,
.cs-modern .cs-countdown__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
    width: 100%;
    max-width: 28rem !important;
    margin: 0 auto !important;
    padding: 0;
    justify-content: center;
    flex-flow: unset;
}

.cs-modern .cs-countdown__grid li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    margin-right: 0 !important;
    padding: 0.9rem 0.5rem;
    background: #fff;
    border: 1px solid var(--cs-line, #e2e5ea);
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.cs-countdown__grid li span {
    display: block;
    margin-bottom: 0.25rem !important;
    font-family: var(--font-heading, 'League Spartan', sans-serif);
    font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem) !important;
    font-weight: 700 !important;
    color: var(--cs-ink, #1a1d21) !important;
    line-height: 1.1 !important;
    font-variant-numeric: tabular-nums;
}

.cs-countdown__grid li p {
    margin: 0 !important;
    font-family: var(--font-specs, 'Roboto Condensed', sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--cs-muted, #5c6570);
}

.cs-countdown__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    animation: cs-rise 0.75s ease 0.22s both;
}

.cs-countdown__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1.35rem;
    border-radius: 10px;
    background: var(--color-1st, #fcb800);
    color: #121417;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: translate 0.18s ease, box-shadow 0.18s ease;
}

.cs-countdown__btn:hover {
    color: #121417;
    translate: 0 -1px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
}

.cs-countdown__link {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--cs-muted, #5c6570);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cs-countdown__link:hover {
    color: var(--cs-ink, #1a1d21);
}

.cs-modern__social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin: 0.5rem auto 0;
    padding: 2.5rem 0 0;
    border-top: 1px solid var(--cs-line, #e2e5ea);
    animation: cs-rise 0.75s ease 0.3s both;
}

.cs-modern__social li {
    margin: 0 !important;
    margin-right: 0 !important;
}

.cs-modern__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--cs-line, #e2e5ea);
    color: var(--cs-social, #444) !important;
    font-size: 1.125rem;
    transition: translate 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.cs-modern__social a:hover {
    translate: 0 -1px;
    border-color: #c8ced6;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.08);
    color: var(--cs-social, #444) !important;
}

.cs-modern__social .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;
}

@keyframes cs-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .cs-modern {
        padding: 1.75rem 0 2.25rem;
    }

    .cs-modern .cs-countdown__grid {
        gap: 0.5rem;
    }

    .cs-modern .cs-countdown__grid li {
        padding: 0.7rem 0.25rem;
        border-radius: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cs-modern__main,
    .cs-countdown__figure,
    .cs-countdown__actions,
    .cs-modern__social {
        animation: none;
    }

    .cs-countdown__btn,
    .cs-modern__social a {
        transition: none;
    }

    .cs-countdown__btn:hover,
    .cs-modern__social a:hover {
        translate: 0;
    }
}
