    @import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
    body {
        font-family: "Hanken Grotesk", sans-serif;
        font-size: 16px;
        line-height: 29px;
        color: #000;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        max-width: 100% !important;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    *,
    *:before,
    *:after {
        box-sizing: inherit;
        max-width: 100%;
    }
    /* Hero Banner Section Start */
    
    .hero_bnr_img_box img {
        /* height: 780px; */
        width: 100%;
        object-fit: cover;
        display: block;
    }
    
    .hero_bnr_img_box {
        position: relative;
    }
    
    .hero_bnr_img_box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 957px;
        height: 100%;
        background-image: url(/wp-content/uploads/2026/06/hero_bnr_shaddow.png);
        background-size: 957px 100%;
        background-repeat: no-repeat;
    }
    
    .hero_bnr_content_title {
        font-size: 82px;
        line-height: 89px;
        font-weight: 800;
        display: inline-block;
        position: relative;
        background: linear-gradient(360deg, #000D2E 0%, #03368B 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
    }
    
    .hero_bnr_content_title::after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 364px;
        height: 38px;
        background-image: url(/wp-content/uploads/2026/06/hero_title_btm_line.png);
        background-size: 364px;
        background-repeat: no-repeat;
    }
    
    .hero_bnr_content_title .black_title {
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        display: block;
    }
    
    .hero_bnr_main_box_sub {
        position: relative;
    }
    
    .hero_bnr_content_box {
        position: absolute;
        bottom: 154px;
        left: 89px;
    }
    /* End */
    /* Features Section Start */
    
    .features-section *,
    .features-section *:before,
    .features-section *:after {
        box-sizing: border-box;
    }
    
    .features-section {
        width: 100%;
        padding: 0 15px;
        background: transparent;
        margin-top: -26px;
        position: relative;
        margin-bottom: 50px;
    }
    
    .features-container {
        width: 100%;
        max-width: 1660px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 2px solid #F36D15;
        border-radius: 16px;
        padding: 30px 40px;
        background: #ffffff;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 23px 0px #00000012;
        box-shadow: 0px 13px 44px 0px #F36D1512 inset;
    }
    
    .feature-item {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        padding: 0 10px;
        position: relative;
    }
    
    .feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -40px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50px;
        background-color: #E2E8F0;
    }
    
    .feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .feature-text {
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        color: #000000;
    }
    /* End */
    /* Start */
    
    .duct_sec_feature .features-container {
        max-width: 100% !important;
    }
    
    .duct_system_main_box {
        position: relative;
        border-top: 5px solid transparent;
        border-image: linear-gradient(180deg, #FE7F02 0%, #FC5104 100%);
        border-image-slice: 1;
    }
    
    .duct_sec_feature.features-section {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 0 !important;
    }
    
    .ducted_system_box_main {
        position: absolute;
        top: 35px;
        left: 81px;
    }
    /* Global Reset inside Section */
    
    .hero-banner-section *,
    .hero-banner-section *:before,
    .hero-banner-section *:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    .hero-banner-section {
        width: 100%;
        /* Background tint optional */
        position: relative;
        overflow: hidden;
    }
    
    .hero-banner-container {
        width: 100%;
        max-width: 1660px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    /* Typography */
    
    .ducted_title_box {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px !important;
    }
    
    .hero-title {
        font-size: 60px;
        font-weight: 900;
        line-height: 70px;
        display: flex;
        background: linear-gradient(360deg, #000D2E 0%, #03368B 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
    }
    
    .hero-title_sec {
        font-size: 60px;
        font-weight: 600;
        line-height: 70px;
        color: #E05A00;
    }
    /* Price & Circle Badge Wrapper */
    
    .price-badge-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 26px;
    }
    
    .price-text {
        font-size: 100px;
        font-weight: 800;
        line-height: 1;
        position: relative;
        background: linear-gradient(180deg, #FE7F02 0%, #FC5104 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
    }
    
    .badge-inner img {
        width: 250px;
        height: 250px;
        object-fit: contain;
        display: block;
    }
    
    .price-text .asterisk {
        font-size: 50px;
        vertical-align: top;
        position: relative;
        top: 10px;
    }
    /* Teal Circle Badge */
    
    .interest-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .badge-inner {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }
    
    .badge-num {
        font-size: 74px;
        font-weight: 800;
    }
    
    .badge-months {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: -5px;
    }
    
    .badge-sub {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-top: 5px;
    }
    /* 2x2 Features Grid */
    
    .hero-features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 25px;
        max-width: 718px;
    }
    
    .duct_phone_svg {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F36D15;
        border-radius: 50%;
    }
    
    .grid-item {
        background: #FEFEFE;
        border-radius: 20px;
        padding: 13px 19px;
        display: flex;
        align-items: center;
        gap: 20px;
        box-shadow: 0px 0px 20px 0px #0000000A;
    }
    
    .grid-icon {
        width: 83px;
        height: 83px;
        background: #F1F4FC;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0px 4px 4px 0px #E0E9FD inset;
    }
    
    .grid-text {
        font-size: 20px;
        font-weight: 700;
        color: #333333;
        line-height: 25px;
        text-transform: capitalize;
    }
    /* Footer Actions */
    
    .hero-actions {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .btn-quote {
        color: #ffffff;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        height: 50px;
        text-decoration: none;
        border-radius: 10px;
        transition: background 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        background: linear-gradient(360deg, #000D2E 0%, #03368B 100%);
    }
    
    .btn-quote:hover {
        background: linear-gradient(180deg, #FE7F02 0%, #FC5104 100%);
    }
    
    .phone-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .phone-icon-box {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #E05A00;
        font-size: 20px;
        border: 1px solid #101518;
    }
    
    .call-us {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .rebate-note {
        font-size: 18px;
        color: #F36D15;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 5px;
    }
    /* Right Side Image Area */
    
    .hero-right-image {
        flex: 0 0 40%;
        max-width: 40%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
    }
    
    .hero-right-image img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    /* End */
    
    @media all and (min-width: 320px) and (max-width: 767px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 18px;
            line-height: 20px;
        }
        .hero_bnr_content_title::after {
            bottom: -17px;
            width: 110px;
            height: 12px;
            background-size: 110px;
        }
        .hero_bnr_img_box::after {
            width: 200px;
            background-size: 200px 100%;
        }
        .hero_bnr_content_box {
            bottom: 30px;
            left: 13px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 12px;
            flex-wrap: wrap !important;
        }
        .feature-text {
            font-size: 13px;
            line-height: 18px;
            margin-top: 6px;
        }
        .feature-item:not(:last-child)::after {
            right: -29px;
            height: 100%;
            display: none !important;
        }
        .feature-icon svg {
            transform: scale(0.9);
        }
        .features-section {
            margin-top: 15px;
        }
        .feature-item {
            display: block;
            text-align: center;
            width: 50%;
            padding: 5px;
        }
        /* End */
    }
    
    @media all and (min-width: 481px) and (max-width: 767px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 24px;
            line-height: 29px;
        }
        .hero_bnr_content_title::after {
            bottom: -23px;
            width: 130px;
            height: 16px;
            background-size: 130px;
        }
        .hero_bnr_img_box::after {
            width: 290px;
            background-size: 290px 100%;
        }
        .hero_bnr_content_box {
            bottom: 40px;
            left: 20px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 15px;
            flex-wrap: wrap !important;
        }
        .feature-text {
            font-size: 13px;
            line-height: 18px;
            margin-top: 6px;
        }
        .feature-item:not(:last-child)::after {
            right: -29px;
            height: 100%;
            display: none !important;
        }
        .feature-icon svg {
            transform: scale(0.9);
        }
        .features-section {
            margin-top: 15px;
        }
        .feature-item {
            display: block;
            text-align: center;
            width: 33.33%;
        }
        /* End */
    }
    
    @media all and (min-width: 768px) and (max-width: 980px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 34px;
            line-height: 43px;
        }
        .hero_bnr_content_title::after {
            bottom: -30px;
            width: 200px;
            height: 22px;
            background-size: 200px;
        }
        .hero_bnr_img_box::after {
            width: 350px;
            background-size: 350px 100%;
        }
        .hero_bnr_content_box {
            bottom: 60px;
            left: 30px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 15px;
        }
        .feature-text {
            font-size: 14px;
            line-height: 18px;
            margin-top: 6px;
        }
        .feature-item:not(:last-child)::after {
            right: -29px;
            height: 100%;
            display: none !important;
        }
        .feature-icon svg {
            transform: scale(0.9);
        }
        .features-section {
            margin-top: 15px;
        }
        .feature-item {
            display: block;
            text-align: center;
        }
        /* End */
    }
    
    @media only screen and (min-width: 981px) and (max-width: 1024px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 34px;
            line-height: 43px;
        }
        .hero_bnr_content_title::after {
            bottom: -30px;
            width: 200px;
            height: 22px;
            background-size: 200px;
        }
        .hero_bnr_img_box::after {
            width: 550px;
            background-size: 550px 100%;
        }
        .hero_bnr_content_box {
            bottom: 60px;
            left: 30px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 15px;
        }
        .feature-text {
            font-size: 15px;
            line-height: 21px;
            margin-top: 8px;
        }
        .feature-item:not(:last-child)::after {
            right: -29px;
            height: 100%;
        }
        .feature-icon svg {
            transform: scale(0.9);
        }
        .features-section {
            margin-top: 15px;
        }
        .feature-item {
            display: block;
            text-align: center;
        }
        /* End */
    }
    
    @media all and (min-width: 1025px) and (max-width: 1140px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 40px;
            line-height: 49px;
        }
        .hero_bnr_content_title::after {
            bottom: -35px;
            width: 200px;
            height: 22px;
            background-size: 200px;
        }
        .hero_bnr_img_box::after {
            width: 550px;
            background-size: 550px 100%;
        }
        .hero_bnr_content_box {
            bottom: 70px;
            left: 30px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 15px;
        }
        .feature-text {
            font-size: 15px;
            line-height: 21px;
            margin-top: 8px;
        }
        .feature-item:not(:last-child)::after {
            right: -29px;
            height: 100%;
        }
        .feature-icon svg {
            transform: scale(0.9);
        }
        .features-section {
            margin-top: 15px;
        }
        .feature-item {
            display: block;
            text-align: center;
        }
        /* End */
    }
    
    @media all and (min-width: 1141px) and (max-width: 1280px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 46px;
            line-height: 54px;
        }
        .hero_bnr_content_title::after {
            bottom: -35px;
            width: 200px;
            height: 22px;
            background-size: 200px;
        }
        .hero_bnr_img_box::after {
            width: 600px;
            background-size: 600px 100%;
        }
        .hero_bnr_content_box {
            bottom: 90px;
            left: 40px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 15px;
        }
        .feature-text {
            font-size: 15px;
            line-height: 21px;
        }
        .feature-item:not(:last-child)::after {
            right: -9px;
        }
        .feature-icon svg {
            transform: scale(0.9);
        }
        .features-section {
            margin-top: -16px;
        }
        /* End */
    }
    
    @media all and (min-width: 1281px) and (max-width: 1440px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 46px;
            line-height: 54px;
        }
        .hero_bnr_content_title::after {
            bottom: -35px;
            width: 200px;
            height: 22px;
            background-size: 200px;
        }
        .hero_bnr_img_box::after {
            width: 600px;
            background-size: 600px 100%;
        }
        .hero_bnr_content_box {
            bottom: 90px;
            left: 40px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 15px 20px;
        }
        .feature-text {
            font-size: 16px;
            line-height: 23px;
        }
        .feature-item:not(:last-child)::after {
            right: -20px;
        }
        /* End */
    }
    
    @media all and (min-width: 1441px) and (max-width: 1680px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 56px;
            line-height: 64px;
        }
        .hero_bnr_content_title::after {
            bottom: -45px;
            width: 260px;
            height: 28px;
            background-size: 260px;
        }
        .hero_bnr_img_box::after {
            width: 600px;
            background-size: 600px 100%;
        }
        .hero_bnr_content_box {
            bottom: 100px;
            left: 50px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
            padding: 20px 30px;
        }
        .feature-text {
            font-size: 18px;
            line-height: 24px;
        }
        .feature-item:not(:last-child)::after {
            right: -25px;
        }
        /* End */
    }
    
    @media all and (min-width: 1681px) and (max-width: 1880px) {
        /* Hero Banner Responsive Start */
        .hero_bnr_content_title {
            font-size: 66px;
            line-height: 74px;
        }
        .hero_bnr_content_title::after {
            bottom: -55px;
            width: 320px;
            height: 33px;
            background-size: 320px;
        }
        .hero_bnr_img_box::after {
            width: 750px;
            background-size: 750px 100%;
        }
        .hero_bnr_content_box {
            bottom: 130px;
        }
        /* End */
        /* Features Responsive Start */
        .features-container {
            max-width: 100%;
        }
        /* End */
    }