/* ============================================================
   Stage 25 - Hero refine
   - transparent mockup
   - cleaner heading style
   ============================================================ */

.hero {
    background:
        radial-gradient(circle at 68% 28%, rgba(33, 120, 233, .18), transparent 20%),
        radial-gradient(circle at 36% 70%, rgba(0, 158, 255, .10), transparent 16%),
        linear-gradient(115deg, #031125 0%, #062456 44%, #0a4f99 78%, #083968 100%) !important;
}

.hero-grid {
    grid-template-columns: minmax(520px, .92fr) minmax(680px, 1.08fr) !important;
    gap: 28px !important;
}

.hero-text h1 {
    max-width: 700px !important;
    margin-bottom: 18px !important;
    font-size: clamp(56px, 4.5vw, 74px) !important;
    line-height: .94 !important;
    letter-spacing: -1.8px !important;
    font-weight: 900 !important;
    text-transform: none !important;
    color: #edf3ff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.18) !important;
}

.hero-text h1 .hero-line {
    display: block !important;
}

.hero-text h1 .hero-line-primary,
.hero-text h1 .hero-line-secondary {
    background: linear-gradient(180deg, #f9fbff 0%, #e9effa 56%, #d9e4f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text h1 .hero-line-secondary {
    background: linear-gradient(180deg, #f4f8ff 0%, #deebff 58%, #bfd2f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text p {
    max-width: 560px !important;
    color: rgba(255,255,255,.96) !important;
}

.hero-devices-stage24::before,
.hero-devices-stage25::before {
    display: none !important;
    content: none !important;
}

.hero-devices-stage25 {
    min-height: 430px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
}

.hero-devices-stage25 img {
    width: min(860px, 116%) !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    transform: translate(12px, 6px) !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .18)) !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    background: transparent !important;
}

@media (max-width: 1360px) {
    .hero-devices-stage25 img {
        width: min(790px, 114%) !important;
        transform: translate(6px, 8px) !important;
    }
}

@media (max-width: 1180px) {
    .hero-grid {
        grid-template-columns: minmax(440px, .95fr) minmax(500px, 1.05fr) !important;
    }

    .hero-text h1 {
        font-size: clamp(48px, 4vw, 60px) !important;
    }

    .hero-devices-stage25 img {
        width: min(700px, 112%) !important;
        transform: translate(4px, 8px) !important;
    }
}

@media (max-width: 960px) {
    .hero-text h1 {
        font-size: 46px !important;
        line-height: .98 !important;
    }

    .hero-devices-stage25 {
        min-height: 320px !important;
        justify-content: center !important;
    }

    .hero-devices-stage25 img {
        width: min(760px, 108%) !important;
        transform: translate(0, 0) !important;
    }
}

@media (max-width: 620px) {
    .hero-text h1 {
        font-size: 39px !important;
        letter-spacing: -0.7px !important;
    }

    .hero-devices-stage25 {
        min-height: 250px !important;
    }

    .hero-devices-stage25 img {
        width: 560px !important;
        max-width: 122% !important;
    }
}
