.acs-coming-soon {
    min-height: 100vh;
    margin: 0;
    font-family: var(--acs-body-font);
    color: #f7f3ff;
}

.acs-glassline-shell {
    position: relative;
    min-height: 100vh;
    padding: clamp(22px, 4vw, 38px) 18px clamp(24px, 4vh, 40px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    isolation: isolate;
}

.acs-glassline-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(1200px 430px at 50% -120px, color-mix(in srgb, var(--acs-accent-color) 60%, #ff70ff) 0%, color-mix(in srgb, var(--acs-accent-color) 20%, transparent) 52%, transparent 80%),
        radial-gradient(900px 340px at 50% 70%, color-mix(in srgb, var(--acs-accent-color) 22%, #8c35f9) 0%, transparent 78%),
        radial-gradient(760px 220px at 50% 84%, color-mix(in srgb, var(--acs-accent-color) 36%, transparent) 0%, transparent 82%);
    filter: saturate(120%);
}

.acs-glassline-shell::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -160px;
    width: min(920px, 94vw);
    height: 300px;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--acs-accent-color) 30%, transparent), color-mix(in srgb, var(--acs-accent-color) 12%, transparent) 55%, transparent 84%);
    box-shadow: 0 0 80px color-mix(in srgb, var(--acs-accent-color) 26%, transparent), inset 0 0 100px color-mix(in srgb, var(--acs-accent-color) 18%, transparent);
    pointer-events: none;
    z-index: 0;
}

.acs-logo-wrap,
.acs-glassline-content,
.acs-footer {
    position: relative;
    z-index: 2;
}

.acs-logo-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.acs-logo {
    opacity: 0.95;
}

.acs-logo-img {
    max-height: 34px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.acs-logo-text {
    font-family: var(--acs-heading-font);
    font-size: 24px;
    font-weight: 700;
}

.acs-glassline-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-top: clamp(34px, 8vh, 86px);
    text-align: center;
}

.acs-heading {
    position: relative;
    margin: 0;
    padding: 10px 18px 14px;
    font-family: var(--acs-heading-font);
    color: #ffffff;
    font-size: clamp(52px, 9vw, 116px);
    letter-spacing: 0.06em;
    line-height: 0.95;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.1), 0 10px 30px rgba(0, 0, 0, 0.45);
}

.acs-heading::before,
.acs-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    width: min(680px, 88vw);
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.98) 12%, rgba(255, 255, 255, 0.98) 88%, transparent 100%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.55);
}

.acs-heading::before {
    top: -6px;
}

.acs-heading::after {
    bottom: -6px;
}

.acs-subheading {
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(18px, 2.1vw, 28px);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.acs-countdown {
    margin: 26px auto 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.acs-countdown-item {
    min-width: clamp(90px, 9vw, 114px);
    padding: 11px 10px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, color-mix(in srgb, var(--acs-accent-color) 58%, #ffffff) 0%, color-mix(in srgb, var(--acs-accent-color) 82%, #18062e) 100%);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--acs-accent-color) 44%, transparent), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.acs-countdown-number {
    color: #ffffff;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.acs-countdown-label {
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(252, 246, 255, 0.92);
}

.acs-message {
    margin: 14px auto 0;
    max-width: 640px;
    color: rgba(225, 210, 244, 0.72);
    font-size: clamp(11px, 1.2vw, 14px);
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.acs-newsletter-form {
    margin: 26px auto 0;
    max-width: 620px;
}

.acs-newsletter-heading,
.acs-newsletter-description {
    display: none;
}

.acs-subscribe-form {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "email button"
        "gdpr gdpr"
        "msg msg";
    gap: 10px;
    align-items: center;
}

.acs-input-name,
.acs-input-phone {
    display: none;
}

.acs-input-email {
    grid-area: email;
}

.acs-input {
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: color-mix(in srgb, var(--acs-accent-color) 22%, rgba(9, 8, 20, 0.88));
    color: #fdf9ff;
    padding: 0 14px;
}

.acs-input::placeholder {
    color: rgba(245, 237, 255, 0.66);
}

.acs-btn-subscribe {
    grid-area: button;
    height: 48px;
    min-width: 138px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.94);
    color: color-mix(in srgb, var(--acs-accent-color) 44%, #130021);
    font-weight: 700;
    padding: 0 18px;
}

.acs-btn-subscribe:hover {
    background: #ffffff;
}

.acs-gdpr-consent {
    grid-area: gdpr;
    margin-top: 2px;
    color: rgba(234, 222, 247, 0.86);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.acs-gdpr-consent input {
    width: 14px;
    height: 14px;
}

.acs-form-message {
    grid-area: msg;
}

.acs-login-link,
.acs-contact-info {
    margin-top: 10px;
    color: rgba(223, 211, 240, 0.84);
}

.acs-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 24px;
    text-align: center;
}

.acs-contact-info .acs-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.acs-login-link {
    text-align: center;
}

.acs-login-link a,
.acs-contact-info a {
    color: #ffffff;
}

.acs-social-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.acs-social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: color-mix(in srgb, var(--acs-accent-color) 24%, rgba(8, 8, 19, 0.92));
    color: #ffffff;
}

.acs-social-link:hover {
    border-color: rgba(255, 255, 255, 0.56);
    background: color-mix(in srgb, var(--acs-accent-color) 52%, rgba(18, 6, 35, 0.9));
}

.acs-footer {
    margin-top: 16px;
    text-align: center;
}

.acs-footer-text {
    color: rgba(205, 186, 233, 0.72);
    font-size: 12px;
    letter-spacing: 0.02em;
}

@media (max-width: 900px) {
    .acs-contact-info {
        gap: 8px 14px;
    }

    .acs-glassline-content {
        padding-top: clamp(24px, 7vh, 64px);
    }

    .acs-subheading {
        margin-top: 20px;
        letter-spacing: 0.05em;
    }

    .acs-message {
        max-width: 92%;
    }

    .acs-subscribe-form {
        grid-template-columns: 1fr;
        grid-template-areas:
            "email"
            "button"
            "gdpr"
            "msg";
    }

    .acs-btn-subscribe,
    .acs-input {
        width: 100%;
    }
}
