/* =========================
   HERO SECTION
   ========================= */

.page-section--hero::before {
    background: none;
}

.page-section--hero::after {
    background: none;
}

.hero-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
    width: min(980px, 100%);
    text-align: center;
}

.hero-brand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(780px, 100%);
    padding: 6px 0 4px;
}

.hero-brand__halo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(820px, 78vw);
    height: min(420px, 46vw);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 215, 227, 0.16) 0%, rgba(8, 110, 146, 0.10) 34%, rgba(3, 10, 20, 0) 72%);
    filter: blur(24px);
    pointer-events: none;
}

.hero-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: min(760px, 62vw);
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 36px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 24px rgba(0, 215, 227, 0.10));
}

.hero-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-logo {
    display: block;
    max-width: 100%;
    height: auto;
    background: transparent;
}

.hero-logo--image {
    display: none;
}

html.is-ios .hero-logo--video {
    display: none;
}

html.is-ios .hero-logo--image {
    display: block;
}

.hero-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(0, 224, 234, 0.28);
    border-radius: 12px;
    background: rgba(6, 16, 30, 0.34);
    backdrop-filter: blur(10px);
    color: #e2fdff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 18px rgba(0, 215, 227, 0.10);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hero-copy {
    position: relative;
    width: min(760px, 100%);
    padding: 2px 0 0;
}

.hero-copy::before {
    content: "";
    position: absolute;
    inset: -34px -56px -42px;
    background: radial-gradient(circle at center, rgba(4, 12, 24, 0.66), rgba(4, 12, 24, 0.24) 48%, transparent 74%);
    filter: blur(18px);
    z-index: -1;
    pointer-events: none;
}

.hero-copy__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5.8vw, 82px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.02em;
    color: var(--text);
    text-wrap: balance;
}

.hero-copy__text {
    /*max-width: 60ch;*/
    margin: 18px auto 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.42);
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.hero-scroll {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    color: rgba(234, 252, 255, 0.78);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.hero-scroll::before {
    content: "";
    width: 52px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 215, 227, 0.72));
}

.hero-scroll::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(0, 215, 227, 0.72);
    border-bottom: 1px solid rgba(0, 215, 227, 0.72);
    transform: rotate(45deg) translateY(-1px);
}

.hero-scroll:hover {
    color: var(--text);
    transform: translateY(2px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {
    .hero-brand {
        width: min(560px, 100%);
    }

    .hero-brand__halo {
        width: min(600px, 90vw);
        height: min(320px, 56vw);
    }

    .hero-logo {
        width: min(520px, 82vw);
    }

    .hero-copy::before {
        inset: -28px -24px -28px;
        filter: blur(14px);
    }

    .hero-copy__title {
        font-size: clamp(36px, 7vw, 58px);
    }

    .hero-copy__text {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .page-section--hero .section-content--intro {
        padding: 104px 24px 54px;
    }

    .hero-intro {
        gap: 18px;
    }

    .hero-status {
        min-height: 34px;
        padding: 0 14px;
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .hero-brand__halo {
        width: min(440px, 96vw);
        height: min(240px, 56vw);
    }

    .hero-logo {
        width: min(360px, 84vw);
    }

    .hero-copy__title {
        font-size: clamp(30px, 10.5vw, 44px);
    }

    .hero-copy__text {
        font-size: 15.5px;
        line-height: 1.72;
    }

    .hero-actions {
        width: 100%;
        flex-direction: column;
    }

    .hero-actions .button {
        width: 100%;
        min-width: 0;
    }

    .hero-scroll {
        gap: 10px;
        letter-spacing: 0.22em;
    }

    .hero-scroll::before {
        width: 36px;
    }
}
