        .hero-v2 {
            position: relative;
            min-height: 100vh;
            min-height: 100svh;
            display: flex;
            align-items: center;
            overflow: hidden;
            color: #fff;
            background: #111827;
            isolation: isolate;
        }

        .hero-v2 .hero-bg {
            position: absolute;
            inset: 0;
            z-index: -3;
            background:
                linear-gradient(90deg, rgba(9, 11, 16, .84) 0%, rgba(9, 11, 16, .50) 48%, rgba(9, 11, 16, .18) 100%),
                url('img/PAN0030.jpg') center / cover no-repeat;
            transform: scale(1.02);
        }

        .hero-v2 .hero-overlay {
            position: absolute;
            inset: 0;
            z-index: -2;
            background:
                radial-gradient(circle at 20% 28%, rgba(250, 69, 0, .22), transparent 30%),
                linear-gradient(180deg, rgba(9, 11, 16, .22) 0%, rgba(9, 11, 16, .66) 100%);
            pointer-events: none;
        }

        .hero-v2 .hero-content {
            position: relative;
            z-index: 2;
            padding-top: 126px;
            padding-bottom: 92px;
        }

        .hero-copy-card {
            max-width: 830px;
        }

        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
            color: rgba(255, 255, 255, .88);
            font-size: 13px;
            font-weight: 850;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .hero-kicker::before {
            content: "";
            width: 34px;
            height: 2px;
            border-radius: 999px;
            background: #FA4500;
            box-shadow: 0 0 22px rgba(250, 69, 0, .72);
        }

        .hero-kicker i {
            display: none;
        }

        .hero-title {
            margin: 0 0 20px;
            max-width: 840px;
            color: #fff;
            font-family: 'Unbounded', 'Manrope', system-ui, sans-serif;
            font-size: clamp(52px, 7vw, 94px);
            line-height: 1.01;
            letter-spacing: -.055em;
            font-weight: 900;
            text-wrap: balance;
        }

        .hero-title .hero-title-long {
            display: block;
            max-width: 100%;
            white-space: normal;
        }

        .hero-title .hero-title-accent {
            position: relative;
            display: inline-block;
            color: #fff;
        }

        .hero-title .hero-title-accent::after {
            content: "";
            position: absolute;
            left: .04em;
            right: -.04em;
            bottom: .06em;
            height: .15em;
            z-index: -1;
            border-radius: 999px;
            background: #FA4500;
            box-shadow: 0 12px 36px rgba(250, 69, 0, .38);
        }

        .hero-v2 .hero-text {
            max-width: 680px;
            margin: 0 0 28px;
            color: rgba(255, 255, 255, .88);
            font-size: clamp(18px, 1.42vw, 22px);
            line-height: 1.52;
            font-weight: 550;
        }

        .hero-meta-list {
            display: grid;
            gap: 8px;
            margin: 0 0 32px;
            color: rgba(255, 255, 255, .90);
            font-size: 15px;
            font-weight: 750;
        }

        .hero-meta-item {
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .hero-meta-item i {
            width: 22px;
            color: #FA4500;
            font-size: 17px;
            text-align: center;
        }

        .hero-v2 .hero-actions .btn {
            min-height: 58px;
            padding: 0 25px;
            border-radius: 999px;
            font-weight: 900;
        }

        .hero-v2 .hero-actions .btn-primary-custom {
            background: #FA4500;
            border-color: #FA4500;
            box-shadow: 0 18px 42px rgba(250, 69, 0, .34);
        }

        .hero-v2 .hero-actions .btn-outline-custom {
            border-color: rgba(255, 255, 255, .48);
            color: #fff;
            background: rgba(255, 255, 255, .08);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        @media (max-width: 991.98px) {
            .hero-v2 {
                min-height: calc(var(--vh, 1vh) * 100);
                align-items: flex-start;
            }

            .hero-v2 .hero-bg {
                background:
                    linear-gradient(180deg, rgba(9, 11, 16, .04) 0%, rgba(9, 11, 16, .30) 38%, rgba(9, 11, 16, .91) 100%),
                    url('img/PAN0030.jpg') center top / cover no-repeat;
            }

            .hero-v2 .hero-overlay {
                background:
                    radial-gradient(circle at 50% 36%, rgba(250, 69, 0, .20), transparent 35%),
                    linear-gradient(180deg, rgba(9, 11, 16, .02) 0%, rgba(9, 11, 16, .72) 100%);
            }

            .hero-v2 .hero-content {
                width: 100%;
                max-width: 100%;
                padding-top: 104px;
                padding-bottom: 84px;
                overflow: hidden;
            }

            .hero-copy-card {
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
                padding: 0 0 0 18px;
                border-left: 3px solid #FA4500;
                overflow-wrap: anywhere;
            }

            .hero-kicker {
                max-width: 100%;
                margin-bottom: 13px;
                font-size: 11px;
                line-height: 1.35;
                letter-spacing: .08em;
                white-space: normal;
            }

            .hero-kicker::before {
                display: none;
            }

            .hero-title {
                width: 100%;
                max-width: 100%;
                margin-bottom: 14px;
                font-size: clamp(30px, 8.7vw, 40px);
                line-height: 1.04;
                letter-spacing: -.035em;
                overflow-wrap: break-word;
                word-break: normal;
                hyphens: auto;
            }

            .hero-title .hero-title-long {
                font-size: clamp(28px, 8.2vw, 36px);
                letter-spacing: -.025em;
                max-width: calc(100vw - 56px);
            }

            .hero-v2 .hero-text {
                width: 100%;
                max-width: 100%;
                margin-bottom: 18px;
                color: rgba(255, 255, 255, .88);
                font-size: 16px;
                line-height: 1.45;
                overflow-wrap: break-word;
            }

            .hero-meta-list {
                width: 100%;
                max-width: 100%;
                gap: 7px;
                margin-bottom: 22px;
                font-size: 13.5px;
                line-height: 1.35;
            }

            .hero-meta-item {
                display: flex;
                align-items: flex-start;
                width: 100%;
                max-width: 100%;
                gap: 8px;
            }

            .hero-meta-item i {
                flex: 0 0 18px;
                width: 18px;
                padding-top: 1px;
                font-size: 15px;
            }

            .hero-meta-item span {
                min-width: 0;
                max-width: 100%;
                overflow-wrap: break-word;
            }

            .hero-v2 .hero-actions {
                display: grid !important;
                grid-template-columns: minmax(0, 1fr);
                width: 100%;
                max-width: 100%;
                gap: 10px !important;
            }

            .hero-v2 .hero-actions .btn {
                width: 100%;
                max-width: 100%;
                min-width: 0;
                min-height: 54px;
                padding: 0 16px;
                border-radius: 18px;
                font-size: 15px;
                white-space: normal;
            }

            .quick-nav {
                margin-top: -76px;
            }
        }

        @media (max-width: 575.98px) {
            .hero-v2 .hero-content {
                padding-top: 92px;
                padding-bottom: 78px;
            }

            .hero-copy-card {
                padding-left: 14px;
            }

            .hero-title {
                font-size: clamp(28px, 8.2vw, 34px);
                line-height: 1.05;
            }

            .hero-title .hero-title-long {
                font-size: clamp(25px, 7.7vw, 31px);
                max-width: calc(100vw - 52px);
            }

            .hero-v2 .hero-text {
                font-size: 15px;
            }
        }



        @media (max-width: 430px) {
            .hero-v2 .hero-content {
                padding-top: 88px;
                padding-bottom: 74px;
            }

            .quick-nav {
                margin-top: -58px;
            }
        }

        @media (max-width: 374.98px) {
            .hero-copy-card {
                padding-left: 12px;
            }

            .hero-kicker {
                font-size: 10px;
                letter-spacing: .06em;
            }

            .hero-title {
                font-size: clamp(25px, 7.8vw, 29px);
                letter-spacing: -.025em;
            }

            .hero-title .hero-title-long {
                font-size: clamp(23px, 7.2vw, 27px);
                max-width: calc(100vw - 48px);
            }

            .hero-v2 .hero-text {
                font-size: 14.5px;
            }

            .hero-meta-list {
                font-size: 12.8px;
            }

            .hero-v2 .hero-actions .btn {
                min-height: 50px;
                font-size: 14px;
            }
        }
