.friocell-promo,
.friocell-promo * {
    box-sizing: border-box;
}

.friocell-promo {
    --fc-blue: #0568bf;
    --fc-deep: #043d82;
    --fc-navy: #022957;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(circle at 75% 25%, rgba(255,255,255,.95) 0 8%, rgba(175,226,255,.55) 28%, transparent 55%),
        linear-gradient(118deg, #032b64 0%, #056ec5 42%, #c9efff 100%);
    box-shadow: 0 18px 60px rgba(0, 45, 95, .30);
}

.friocell-promo::before,
.friocell-promo::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
}

.friocell-promo::before {
    width: 580px;
    height: 580px;
    left: -220px;
    bottom: -420px;
    background: rgba(255,255,255,.15);
    border: 70px solid rgba(255,255,255,.10);
}

.friocell-promo::after {
    width: 520px;
    height: 520px;
    right: -140px;
    top: -390px;
    background: rgba(255,255,255,.22);
    border: 55px solid rgba(255,255,255,.12);
}

.friocell-promo__snow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .50;
    background-image:
        radial-gradient(circle, #fff 0 2px, transparent 3px),
        radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 2px);
    background-position: 0 0, 37px 29px;
    background-size: 96px 96px, 68px 68px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 50%, #000 100%);
}

.friocell-promo__inner {
    position: relative;
    width: min(1600px, 100%);
    min-height: 480px;
    margin: 0 auto;
    padding: clamp(42px, 5vw, 78px) clamp(24px, 5vw, 82px);
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(520px, .97fr);
    align-items: center;
    gap: clamp(20px, 4vw, 70px);
}

.friocell-promo__content {
    position: relative;
    z-index: 5;
    max-width: 820px;
    text-shadow: 0 2px 10px rgba(0,30,70,.28);
}

.friocell-promo__eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.34);
    backdrop-filter: blur(8px);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 800;
    letter-spacing: .09em;
}

.friocell-promo__offer {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 32px);
    margin-top: 20px;
}

.friocell-promo__discount {
    flex: 0 0 auto;
    font-size: clamp(92px, 10vw, 178px);
    line-height: .82;
    font-weight: 1000;
    letter-spacing: -.08em;
    color: #fff;
    -webkit-text-stroke: 2px rgba(255,255,255,.5);
    text-shadow:
        0 3px 0 #c5ebff,
        0 7px 0 #69bde9,
        0 11px 0 #0871bd,
        0 20px 28px rgba(0,25,75,.48);
}

.friocell-promo__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.7vw, 64px);
    line-height: .96;
    font-weight: 1000;
    letter-spacing: -.035em;
}

.friocell-promo__audience {
    margin: 14px 0 0;
    font-size: clamp(18px, 1.7vw, 29px);
    line-height: 1.05;
    font-weight: 900;
    color: #dff6ff;
}

.friocell-promo__tagline {
    margin: 24px 0 0;
    font-size: clamp(20px, 1.8vw, 31px);
    font-weight: 800;
}

.friocell-promo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.friocell-promo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.friocell-promo__button:hover {
    transform: translateY(-3px);
}

.friocell-promo__button--primary {
    color: var(--fc-navy) !important;
    background: #fff;
    box-shadow: 0 12px 26px rgba(0,25,65,.24);
}

.friocell-promo__button--secondary {
    color: #fff !important;
    background: rgba(1,39,87,.42);
    border: 1px solid rgba(255,255,255,.38);
    backdrop-filter: blur(8px);
}

.friocell-promo__legal {
    margin: 18px 0 0;
    max-width: 680px;
    font-size: 11px;
    line-height: 1.35;
    opacity: .82;
}

.friocell-promo__products {
    position: relative;
    min-height: 420px;
    align-self: stretch;
}

.friocell-promo__glow {
    position: absolute;
    width: 500px;
    height: 270px;
    right: 3%;
    bottom: 2%;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    filter: blur(65px);
    opacity: .75;
}

.friocell-product {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(0,35,70,.30));
    transition: transform .35s ease;
}

.friocell-promo:hover .friocell-product--door { transform: translateY(-7px) rotate(-2deg); }
.friocell-promo:hover .friocell-product--camera { transform: translateY(-5px) scale(1.02); }
.friocell-promo:hover .friocell-product--reach { transform: translateY(-8px) rotate(1deg); }

.friocell-product--camera {
    z-index: 1;
    width: 59%;
    max-height: 390px;
    right: 24%;
    bottom: 12px;
}

.friocell-product--door {
    z-index: 3;
    width: 42%;
    max-height: 410px;
    left: -1%;
    bottom: -2px;
}

.friocell-product--reach {
    z-index: 4;
    width: 46%;
    max-height: 390px;
    right: -4%;
    bottom: -8px;
}

@media (max-width: 1100px) {
    .friocell-promo__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-bottom: 0;
    }

    .friocell-promo__content {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .friocell-promo__eyebrow,
    .friocell-promo__actions {
        justify-content: center;
    }

    .friocell-promo__offer {
        justify-content: center;
    }

    .friocell-promo__products {
        width: min(780px, 100%);
        min-height: 390px;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .friocell-promo__inner {
        padding: 34px 18px 0;
    }

    .friocell-promo__offer {
        display: block;
    }

    .friocell-promo__discount {
        display: block;
        margin-bottom: 22px;
        font-size: clamp(92px, 29vw, 140px);
    }

    .friocell-promo__copy h2 {
        font-size: clamp(32px, 10vw, 48px);
    }

    .friocell-promo__actions {
        display: grid;
    }

    .friocell-promo__button {
        width: 100%;
    }

    .friocell-promo__products {
        min-height: 285px;
        margin-top: 16px;
    }

    .friocell-product--camera { width: 66%; right: 18%; max-height: 275px; }
    .friocell-product--door { width: 45%; left: -8%; max-height: 285px; }
    .friocell-product--reach { width: 48%; right: -8%; max-height: 275px; }
}

@media (prefers-reduced-motion: reduce) {
    .friocell-product,
    .friocell-promo__button {
        transition: none;
    }
}
