.hero-home {
    height: auto;
    min-height: max(760px, 100vh);
}

.hero-home::before {
    height: 100%;
    background-position: center center;
}

.hero-home .overlay {
    min-height: max(760px, 100vh);
    box-sizing: border-box;
    align-items: flex-start;
    gap: clamp(26px, 3vw, 50px);
    padding: 128px 5% 54px;
}

.hero-home .content {
    flex: 1 1 560px;
    padding-top: clamp(18px, 5vh, 62px);
}

.hero-home .hero-side-grid {
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(260px, 330px);
    gap: 18px;
    align-items: stretch;
    flex: 0 1 728px;
}

.hero-home .hero-promo {
    width: auto;
    height: 100%;
}

.hero-home .hero-side-grid.no-featured {
    grid-template-columns: minmax(300px, 380px);
    flex-basis: 380px;
}

.home-featured[hidden] {
    display: none;
}

.home-featured {
    display: flex;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius-lg);
    background: linear-gradient(145deg, rgba(16, 36, 58, 0.96), rgba(9, 25, 43, 0.96));
    box-shadow: var(--brand-shadow);
    backdrop-filter: blur(14px);
}

.home-featured-card,
.home-featured-placeholder {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    color: var(--brand-text);
    text-decoration: none;
}

.home-featured-media {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #0d2741, #124c79);
}

.home-featured-card[data-type="youtube"] .home-featured-media {
    background: linear-gradient(135deg, #34121a, #9d1832);
}

.home-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-featured-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 11px;
    background: #fff;
    color: #176fcf;
    font: 800 38px/1 Arial, sans-serif;
}

.home-featured-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 18px;
}

.home-featured-label {
    color: var(--brand-blue-hover);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-featured-card[data-type="youtube"] .home-featured-label {
    color: #ff7186;
}

.home-featured-copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.22;
    letter-spacing: -0.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-featured-action {
    margin-top: auto;
    color: var(--brand-muted);
    font-size: 13px;
    font-weight: 750;
}

.home-featured-card {
    transition: transform var(--brand-transition), background var(--brand-transition);
}

.home-featured-card:hover {
    transform: translateY(-3px);
    background: rgba(36, 130, 255, 0.05);
}

.home-featured-placeholder .home-featured-copy {
    justify-content: center;
}

.home-featured-placeholder p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 14px;
}

.customer-value {
    position: relative;
    padding: 78px clamp(24px, 8vw, 140px) 82px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 8%, rgba(36, 130, 255, 0.1), transparent 34%),
        linear-gradient(180deg, #071421, var(--brand-bg));
    border-top: 1px solid var(--brand-line);
    border-bottom: 1px solid var(--brand-line);
}

.customer-value-head {
    max-width: 920px;
    margin: 0 auto 38px;
    text-align: center;
}

.customer-value-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--brand-blue-hover);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.customer-value-head h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.customer-value-head p {
    max-width: 780px;
    margin: 0 auto;
    color: var(--brand-muted);
    font-size: clamp(16px, 1.6vw, 20px);
}

.customer-value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1160px;
    margin: 0 auto;
}

.customer-value-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius-lg);
    background: linear-gradient(145deg, rgba(16, 36, 58, 0.96), rgba(9, 25, 43, 0.96));
    box-shadow: var(--brand-shadow);
}

.customer-value-card--manufacturer {
    border-color: rgba(33, 185, 128, 0.34);
}

.customer-value-audience {
    color: var(--brand-blue-hover);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.customer-value-card--manufacturer .customer-value-audience {
    color: var(--brand-green-hover);
}

.customer-value-card h3 {
    margin: 10px 0 18px;
    font-size: clamp(25px, 2.5vw, 36px);
    line-height: 1.13;
    letter-spacing: -0.035em;
}

.customer-value-card ul {
    display: grid;
    gap: 11px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.customer-value-card li {
    position: relative;
    padding-left: 25px;
    color: #d4e0eb;
}

.customer-value-card li::before {
    content: "";
    position: absolute;
    top: 0.56em;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--brand-blue);
    box-shadow: 0 0 0 5px rgba(36, 130, 255, 0.12);
}

.customer-value-card--manufacturer li::before {
    background: var(--brand-green);
    box-shadow: 0 0 0 5px rgba(33, 185, 128, 0.12);
}

.customer-value-card .btn {
    align-self: flex-start;
    margin: auto 0 0;
}

.customer-value-card--manufacturer .btn {
    background: var(--brand-green);
    box-shadow: 0 8px 20px rgba(33, 185, 128, 0.17);
}

.customer-value-card--manufacturer .btn:hover {
    background: var(--brand-green-hover);
}

@media (max-width: 1320px) {
    .hero-home .overlay {
        gap: 24px;
        padding-inline: 4%;
    }

    .hero-home .content {
        flex-basis: 430px;
    }

    .hero-home .content h1 {
        font-size: clamp(46px, 5vw, 64px);
    }

    .hero-home .hero-side-grid {
        grid-template-columns: minmax(280px, 340px) minmax(240px, 285px);
        flex-basis: 643px;
    }
}

@media (max-width: 1050px) {
    .hero-home .overlay {
        align-items: stretch;
        padding: 116px 6% 64px;
    }

    .hero-home .content {
        padding-top: 0;
    }

    .hero-home .hero-side-grid {
        width: 100%;
        max-width: 760px;
        flex-basis: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hero-home .hero-side-grid,
    .customer-value-grid {
        grid-template-columns: 1fr;
    }

    .customer-value {
        padding: 58px 6%;
    }

    .home-featured-copy strong {
        -webkit-line-clamp: 3;
    }
}
