
.height-title .hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: bottom center;
}

.hero-arrow span {
	position: relative;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: flex;
	box-sizing: border-box;
	background: transparent;
	justify-content: center;
	align-items: center;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	border-radius: 50px;
	border: 2px solid rgba(0, 0, 0, 0.4);
	cursor: pointer;
	-webkit-transition: border 0.2s ease-in-out 0s;
	transition: border 0.2s ease-in-out 0s;
}




        .product-hero-banner {
            --hero-accent: #43b5ff;
            --hero-accent-soft: rgba(67, 181, 255, 0.35);
            --hero-accent-2: #64ffd4;
            position: relative;
            overflow: hidden;
            padding: 170px 0 90px;
            background:
                radial-gradient(1100px 460px at 15% -5%, rgba(255, 255, 255, 0.16), transparent 65%),
                linear-gradient(130deg, #111c2f 0%, #0d1020 52%, #1d1025 100%);
        }

        .product-hero-banner__noise {
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: 0.12;
            background-image:
                repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 8px);
        }

        .product-hero-banner__orb {
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
            background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.45), var(--hero-accent-soft) 55%, transparent 75%);
            mix-blend-mode: screen;
        }

        .product-hero-banner__orb--1 {
            width: 330px;
            height: 330px;
            top: -90px;
            left: -90px;
        }

        .product-hero-banner__orb--2 {
            width: 240px;
            height: 240px;
            right: 8%;
            top: 18%;
        }

        .product-hero-banner__orb--3 {
            width: 280px;
            height: 280px;
            right: -90px;
            bottom: -100px;
        }

        .product-hero-banner__grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1.08fr 0.92fr;
            gap: 40px;
            align-items: center;
        }

        .product-hero-banner__eyebrow {
            display: inline-flex;
            margin-bottom: 16px;
            padding: 6px 14px;
            border-radius: 999px;
            color: #ffffff;
            letter-spacing: 0.08em;
            font-size: 12px;
            text-transform: uppercase;
            background: linear-gradient(120deg, var(--hero-accent-soft), rgba(255, 255, 255, 0.15));
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .product-hero-banner__title {
            margin: 0 0 12px;
            color: #ffffff;
            font-size: clamp(40px, 7vw, 74px);
            line-height: 0.96;
            font-family: "Sofia", cursive;
            text-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
        }

        .product-hero-banner__desc {
            max-width: 560px;
            margin-bottom: 22px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
            line-height: 1.6;
        }

        .product-hero-banner__chips {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 28px;
        }

        .product-hero-banner__chip {
            padding: 8px 14px;
            border-radius: 999px;
            color: #ffffff;
            font-size: 13px;
            line-height: 1;
            border: 1px solid rgba(255, 255, 255, 0.26);
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(3px);
        }

        .product-hero-banner__actions .rr-btn {
            border-color: rgba(255, 255, 255, 0.55);
            color: #ffffff;
            background: transparent;
        }

        .product-hero-banner__actions .rr-btn:hover {
            border-color: var(--hero-accent);
            background: var(--hero-accent);
        }

        .product-hero-banner__visual {
            position: relative;
            min-height: 420px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-hero-banner__halo {
            position: absolute;
            inset: 16% 10%;
            border-radius: 50%;
            background: radial-gradient(circle, var(--hero-accent-soft) 0%, transparent 68%);
            filter: blur(4px);
        }

        .product-hero-banner__image-wrap {
            position: relative;
            width: min(390px, 88%);
            aspect-ratio: 1/1;
            border-radius: 26px;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
            backdrop-filter: blur(7px);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
        }

        .product-hero-banner__image {
            width: 84%;
            max-width: 300px;
            object-fit: contain;
            filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.48));
        }

        .product-hero-banner__stat {
            position: absolute;
            min-width: 118px;
            padding: 12px 14px;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(10, 16, 27, 0.62);
            backdrop-filter: blur(6px);
            color: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        }

        .product-hero-banner__stat span {
            display: block;
            font-size: 11px;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            opacity: 0.78;
            margin-bottom: 4px;
        }

        .product-hero-banner__stat strong {
            font-size: 17px;
            line-height: 1.2;
            font-weight: 700;
        }

        .product-hero-banner__stat--top {
            top: 10%;
            right: 2%;
        }

        .product-hero-banner__stat--bottom {
            bottom: 12%;
            left: 2%;
        }

        @media (max-width: 991px) {
            .product-hero-banner {
                padding: 150px 0 70px;
            }

            .product-hero-banner__grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .product-hero-banner__content {
                text-align: center;
            }

            .product-hero-banner__desc {
                margin-left: auto;
                margin-right: auto;
            }

            .product-hero-banner__chips {
                justify-content: center;
            }

            .product-hero-banner__stat--top {
                right: 8%;
            }

            .product-hero-banner__stat--bottom {
                left: 8%;
            }
        }

        @media (max-width: 575px) {
            .product-hero-banner {
                padding: 138px 0 58px;
            }

            .product-hero-banner__title {
                font-size: clamp(34px, 11vw, 50px);
            }

            .product-hero-banner__desc {
                font-size: 16px;
            }

            .product-hero-banner__visual {
                min-height: 360px;
            }

            .product-hero-banner__stat {
                min-width: 100px;
                padding: 10px 12px;
            }

            .product-hero-banner__stat strong {
                font-size: 15px;
            }
        }

.bh-hero {
    position: relative;
    overflow: hidden;
    padding: 170px 0 95px;
    background:
        radial-gradient(1200px 500px at -8% 12%, rgba(255, 180, 76, 0.32), transparent 65%),
        radial-gradient(680px 340px at 100% 100%, rgba(80, 205, 179, 0.2), transparent 70%),
        linear-gradient(138deg, #19192b 0%, #121729 54%, #1f1a2b 100%);
}

.bh-hero__noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.11;
    background-image:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.07) 0, rgba(255, 255, 255, 0.07) 1px, transparent 1px, transparent 7px);
}

.bh-hero__orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    mix-blend-mode: screen;
}

.bh-hero__orb--left {
    width: 360px;
    height: 360px;
    top: -120px;
    left: -90px;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.46), rgba(255, 157, 37, 0.4) 55%, transparent 74%);
}

.bh-hero__orb--right {
    width: 280px;
    height: 280px;
    right: -90px;
    bottom: -100px;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.38), rgba(40, 205, 161, 0.35) 55%, transparent 74%);
}

.bh-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 36px;
}

.bh-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(120deg, rgba(255, 175, 66, 0.32), rgba(255, 255, 255, 0.12));
}

.bh-hero__title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(44px, 7.8vw, 86px);
    line-height: 0.94;
    text-transform: capitalize;
    text-shadow: 0 12px 36px rgba(0, 0, 0, 0.44);
}

.bh-hero__copy {
    margin-bottom: 24px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.7;
}

.bh-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.bh-hero__chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(3px);
}

.bh-hero__actions .rr-btn {
    border-color: rgba(255, 255, 255, 0.62);
    color: #fff;
}

.bh-hero__actions .rr-btn:hover {
    border-color: #ffa837;
    background: #ffa837;
}

.bh-hero__visual {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bh-hero__halo {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 177, 66, 0.36) 0%, transparent 70%);
    filter: blur(3px);
}

.bh-hero__logo-wrap {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: min(290px, 85%);
    padding: 18px 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(6px);
}

.bh-hero__logo {
    width: 100%;
    display: block;
}

.bh-hero__can {
    position: relative;
    z-index: 2;
    width: min(310px, 78%);
    object-fit: contain;
    filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.42));
}

.bh-hero__badge {
    position: absolute;
    z-index: 3;
    min-width: 120px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(9, 12, 22, 0.66);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    color: #fff;
}

.bh-hero__badge span {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    opacity: 0.82;
}

.bh-hero__badge strong {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.bh-hero__badge--top {
    top: 12%;
    right: 4%;
}

.bh-hero__badge--bottom {
    bottom: 11%;
    left: 3%;
}

@media (max-width: 1199px) {
    .bh-hero__title {
        font-size: clamp(42px, 6.8vw, 72px);
    }

    .bh-hero__copy {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .bh-hero {
        padding: 150px 0 70px;
    }

    .bh-hero__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .bh-hero__content {
        text-align: center;
    }

    .bh-hero__copy {
        margin-left: auto;
        margin-right: auto;
    }

    .bh-hero__chips {
        justify-content: center;
    }

    .bh-hero__actions {
        display: inline-flex;
    }

    .bh-hero__visual {
        min-height: 380px;
    }

    .bh-hero__badge--top {
        right: 10%;
    }

    .bh-hero__badge--bottom {
        left: 10%;
    }
}

@media (max-width: 575px) {
    .bh-hero {
        padding: 132px 0 56px;
    }

    .bh-hero__title {
        font-size: clamp(36px, 12vw, 52px);
    }

    .bh-hero__copy {
        font-size: 15px;
        line-height: 1.6;
    }

    .bh-hero__chip {
        font-size: 12px;
        padding: 8px 11px;
    }

    .bh-hero__visual {
        min-height: 330px;
    }

    .bh-hero__logo-wrap {
        width: min(240px, 80%);
        top: 18%;
    }

    .bh-hero__can {
        width: min(240px, 78%);
    }

    .bh-hero__badge {
        min-width: 100px;
        padding: 10px 11px;
    }

    .bh-hero__badge strong {
        font-size: 14px;
    }
}
