.ols-product-hero {
    --hero-bg: #071721;
    --hero-panel: #0d2938;
    --hero-blue: #249fd6;
    --hero-blue-dark: #147eae;
    --hero-text: #fff;
    --hero-muted: #c2d2da;
    position: relative;
    isolation: isolate;
    min-height: clamp(620px, 72vh, 780px);
    overflow: hidden;
    color: var(--hero-text);
    background:
        linear-gradient(105deg, rgba(4, 18, 27, .98) 0%, rgba(7, 23, 33, .96) 48%, rgba(9, 37, 51, .92) 100%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
}

.ols-product-hero__glow {
    position: absolute;
    z-index: -1;
    width: 760px;
    height: 760px;
    right: -180px;
    top: -240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36,159,214,.26), rgba(36,159,214,0) 68%);
}

.ols-product-hero__inner {
    width: min(1440px, calc(100% - 80px));
    min-height: inherit;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
    align-items: center;
    gap: clamp(42px, 6vw, 110px);
    padding: 74px 0 66px;
}

.ols-product-hero__copy,
.ols-product-hero__visual {
    min-width: 0;
}

.ols-product-hero__eyebrow {
    margin: 0 0 20px;
    color: #78c9ec;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ols-product-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--hero-text);
    font-size: clamp(40px, 4.3vw, 68px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.ols-product-hero__rule {
    width: 64px;
    height: 3px;
    margin: 26px 0;
    background: var(--hero-blue);
}

.ols-product-hero__slogan {
    max-width: 680px;
    color: var(--hero-muted);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.75;
}

.ols-product-hero__slogan p {
    margin: 0;
}

.ols-product-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.ols-product-hero__facts li {
    min-height: 68px;
    display: flex;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(153, 211, 236, .22);
    border-radius: 8px;
    color: #eaf6fb;
    background: rgba(255,255,255,.045);
    font-size: 14px;
    line-height: 1.45;
}

.ols-product-hero__facts li:nth-child(n+4) {
    display: none;
}

.ols-product-hero__actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.ols-product-hero__button {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.ols-product-hero__button--primary {
    color: #fff;
    background: var(--hero-blue-dark);
}

.ols-product-hero__button--video {
    color: #fff;
    border-color: rgba(255,255,255,.55);
    background: rgba(255,255,255,.03);
}

.ols-product-hero__button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.ols-product-hero__button--primary:hover {
    background: var(--hero-blue);
}

.ols-product-hero__button--video:hover {
    border-color: #fff;
    background: rgba(255,255,255,.09);
}

.ols-product-hero__button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.ols-product-hero__play {
    width: 21px;
    height: 21px;
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 50%;
    position: relative;
}

.ols-product-hero__play::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    border-left: 6px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.ols-product-hero__trust {
    margin: 24px 0 0;
    color: #9fbbc8;
    font-size: 13px;
    line-height: 1.7;
}

.ols-product-hero__trust span {
    color: #5fc8f2;
}

.ols-product-hero__visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ols-product-hero__halo {
    position: absolute;
    width: min(42vw, 620px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(133, 205, 234, .15);
    background: radial-gradient(circle, rgba(47,141,180,.18), rgba(11,43,58,.05) 55%, transparent 72%);
    box-shadow: inset 0 0 80px rgba(36,159,214,.07);
}

.ols-product-hero__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 680px);
    max-height: 600px;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(0,0,0,.38));
}

@media (max-width: 1024px) {
    .ols-product-hero__inner {
        width: min(100% - 48px, 920px);
        grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
        gap: 34px;
    }

    .ols-product-hero__facts {
        grid-template-columns: 1fr;
    }

    .ols-product-hero__facts li {
        min-height: 48px;
    }
}

@media (max-width: 768px) {
    .ols-product-hero {
        min-height: auto;
    }

    .ols-product-hero__inner {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 38px 0 44px;
    }

    .ols-product-hero__visual {
        grid-row: 1;
        min-height: 280px;
    }

    .ols-product-hero__copy {
        grid-row: 2;
    }

    .ols-product-hero__halo {
        width: min(86vw, 420px);
    }

    .ols-product-hero__visual img {
        width: min(92%, 440px);
        max-height: 330px;
    }

    .ols-product-hero__eyebrow {
        margin-bottom: 12px;
    }

    .ols-product-hero h1 {
        font-size: clamp(32px, 9vw, 42px);
    }

    .ols-product-hero__rule {
        margin: 18px 0;
    }

    .ols-product-hero__facts {
        margin-top: 22px;
    }

    .ols-product-hero__actions {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .ols-product-hero__button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding-right: 16px;
        padding-left: 16px;
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .ols-product-hero__trust {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ols-product-hero__button {
        transition: none;
    }

    .ols-product-hero__button:hover {
        transform: none;
    }
}
