         .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: #fff;
            background: linear-gradient(270deg, rgba(217, 119, 6, 0.5) 0%, rgba(239, 68, 68, 0.8) 100%) !important;
            background-image: none;
            padding-top: 72px;
            overflow: hidden;
        }


        .section-tag {
            background: #fff;

        }

        .hero-cta-section {
        background: #fff;
        border-radius: 28px;
        border: 1.5px solid #ececec;
        margin: 36px auto 36px auto;
        max-width: 1200px;
        padding: 36px 24px 24px 24px;
        box-sizing: border-box;
    }
    .hero-cta-container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .hero-cta-content {
        text-align: center;
    }
    .hero-cta-title {
        font-size: 44px;
        font-weight: 800;
        margin-bottom: 18px;
        color: #181818;
    }
    .hero-cta-desc {
        font-size: 20px;
        color: #444;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .hero-cta-desc + .hero-cta-desc {
        margin-top: 18px;
    }
    .hero-cta-quote-box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 22px;
        border: 1.5px solid #ececec;
        margin: 38px auto 0 auto;
        padding: 36px 24px;
        max-width: 800px;
        position: relative;
        box-sizing: border-box;
        min-height: 220px;
    }
    .hero-cta-quote-content {
        flex: 2 1 340px;
        text-align: center;
        z-index: 2;
    }
    .hero-cta-quote-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 28px;
        color: #181818;
    }
    .hero-cta-btn {
        display: inline-block;
        background: #FFD966;
        color: #181818;
        font-size: 20px;
        font-weight: 600;
        border-radius: 28px;
        padding: 14px 38px;
        margin-top: 8px;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        transition: background 0.18s;
    }
    .hero-cta-btn:hover {
        background: #ffe699;
    }
    .arrow {
        font-size: 22px;
        margin-left: 8px;
        vertical-align: middle;
    }
    .hero-cta-quote-imgs {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
    }
    .chart-img {
        position: absolute;
        left: -90px;
        bottom: 0;
        width: 140px;
        max-width: 30vw;
        height: auto;
        object-fit: contain;
        z-index: 1;
    }
    .house-img {
        position: absolute;
        right: -90px;
        bottom: 0;
        width: 140px;
        max-width: 30vw;
        height: auto;
        object-fit: contain;
        z-index: 1;
    }
    @media (max-width: 1100px) {
        .hero-cta-section {
            margin: 18px 8px 18px 8px;
        }
        .hero-cta-quote-box {
            max-width: 98vw;
        }
        .chart-img, .house-img {
            width: 100px;
        }
    }
    @media (max-width: 900px) {
        .hero-cta-title {
            font-size: 32px;
        }
        .hero-cta-quote-title {
            font-size: 22px;
        }
        .hero-cta-btn {
            font-size: 16px;
            padding: 10px 22px;
        }
        .chart-img, .house-img {
            width: 70px;
        }
    }
    @media (max-width: 700px) {
        .hero-cta-quote-box {
            flex-direction: column;
            min-height: 180px;
            padding: 24px 8px 24px 8px;
        }
        .hero-cta-quote-content {
            order: 2;
        }
        .hero-cta-quote-imgs {
            position: static;
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 12px;
        }
        .chart-img, .house-img {
            position: static;
            width: 60px;
            margin: 0 8px;
        }
    }
    @media (max-width: 500px) {
        .hero-cta-section {
            padding: 10px 2px 10px 2px;
            border-radius: 12px;
        }
        .hero-cta-title {
            font-size: 18px;
        }
        .hero-cta-desc {
            font-size: 13px;
        }
        .hero-cta-quote-title {
            font-size: 14px;
        }
        .hero-cta-btn {
            font-size: 12px;
            padding: 7px 12px;
            border-radius: 16px;
        }
        .chart-img, .house-img {
            width: 36px;
        }
    }

        .two-sections {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 24px;
        }

        .compare-card {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: 14px;
            padding: 20px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        }

        .compare-card h3 {
            font-size: 24px;
            margin-bottom: 14px;
        }

        .compare-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .compare-card li {
            margin-bottom: 10px;
            padding-left: 22px;
            position: relative;
            color: #333;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .two-sections {
                grid-template-columns: 1fr;
            }
        }

        .coverage-section {
            padding: 60px 0;
            background: #fff;
        }

        .coverage-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            align-items: center;
        }

        .coverage-image {
            display: flex;
            justify-content: center;
            border-radius: 14px;
            overflow: hidden;
        }

        .coverage-image img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 14px;
        }

        .coverage-content {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .coverage-tag {
            color: #dc2626;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .coverage-content h2 {
            font-family: var(--font-heading);
            font-size: 30px;
            color: var(--text-dark);
            line-height: 1.2;
            margin-bottom: 0px;
        }

        .coverage-content h2 .highlight-red {
            color: #dc2626;
        }

        .coverage-content p {
            font-size: 16px;
            line-height: 22px;
            color: #333;
            margin: 0;
        }

        @media (max-width: 900px) {
            .coverage-layout {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .coverage-content h2 {
                font-size: 36px;
            }
        }

        @media (max-width: 600px) {
            .coverage-section {
                padding: 40px 0;
            }

            .coverage-content h2 {
                font-size: 28px;
            }

            .coverage-content p {
                font-size: 14px;
            }
        }

        .provider-selection {
            padding-top: 60px;
            padding-bottom: 60px;
            background: #fff;
        }

        .provider-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 24px;
        }

        .provider-box {
            background: #fff;
            padding: 24px;
            border-radius: 14px;
            border: 1px solid var(--border-light);
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
            min-height: 180px;
        }

        .provider-box h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .provider-box p {
            margin: 0;
            color: #555;
            line-height: 1.6;
            font-size: 15px;
        }

        .provider-cta-bar {
            background: #fffbeb;
            border: 1px solid #fde68a;
            border-radius: 14px;
            padding: 20px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap;
        }

        .provider-cta-bar h3 {
            margin: 0;
            font-size: 24px;
        }

        @media (max-width: 992px) {
            .provider-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .provider-cta-bar h3 {
                font-size: 20px;
            }
        }

        @media (max-width: 600px) {
            .provider-grid {
                grid-template-columns: 1fr;
            }

            .provider-cta-bar {
                flex-direction: column;
                text-align: center;
            }

            .provider-cta-bar h3 {
                font-size: 18px;
            }

            .provider-cta-bar a {
                width: 100%;
                justify-content: center;
            }
        }

        .final-thoughts-section {
            background: #f9fafb;
            padding: 60px 0;
        }

        .final-thoughts-section .section-title {
            margin-bottom: 12px;
        }

        .final-thoughts-section p {
            max-width: 850px;
            margin-bottom: 20px;
            color: #374151;
        }

        .final-thoughts-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .final-thought-card {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: 14px;
            padding: 20px;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
        }

        .final-thought-card h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .final-thought-card ul {
            list-style-type: disc;
            padding-left: 18px;
            margin: 0;
            color: #475569;
        }

        .final-thought-card li {
            margin-bottom: 8px;
        }

        @media (max-width: 992px) {
            .final-thoughts-grid {
                grid-template-columns: 1fr;
            }
        }

        .reduce-cost-section {
            padding: 60px 0;
            background: #fff;
        }

        .reduce-cost-layout {
            display: flex;
            align-items: center;
            gap: 24px;

            margin: 0 auto;
            padding: 0 15px;
        }

        .reduce-cost-icon {
            width: 88px;
            height: 88px;
            border: 2px solid #fecaca;
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff8f3;
            font-size: 38px;
            color: #f43f5e;
            flex-shrink: 0;
        }

        .reduce-cost-content h2 {
            font-family: var(--font-heading);
            font-size: 30px;
            line-height: 1.2;
            margin: 0;
            color: #0f172a;
        }

        .reduce-cost-content p {
            margin-top: 12px;
            font-size: 16px;
            line-height: 1.7;
            color: #334155;

        }

        @media (max-width: 900px) {
            .reduce-cost-layout {
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
            }

            .reduce-cost-content h2 {
                font-size: 32px;
            }

            .reduce-cost-content p {
                font-size: 15px;
            }
        }

        .understanding-section {
            padding: 60px 0;
            background-color: #FFFAFA;
        }

          .identify-section {
        padding: 48px 0 24px 0;
        background: #fff;
    }
    .identify-container {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .identify-left {
        flex: 1 1 340px;
        min-width: 320px;
    }
    .identify-tag {
        display: inline-block;
        background: #fef2f2;
        color: #ef4444;
        font-weight: 600;
        font-size: 16px;
        border-radius: 16px;
        padding: 6px 22px;
        margin-bottom: 18px;
    }
    .identify-title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #222;
        line-height: 1.1;
    }
    .highlight-red {
        color: #ef4444;
    }
    .identify-desc {
        color: #555;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.6;
    }
    .identify-right {
        flex: 1 1 420px;
        min-width: 320px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .identify-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 24px;
    }
    .identify-item {
        background: #fef2f2;
        color: #222;
        font-size: 18px;
        border-radius: 16px;
        padding: 18px 22px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 500;
    }
    .identify-item i {
        color: #ef4444;
        font-size: 18px;
        min-width: 20px;
    }
    .identify-goal {
        background: #f9f9f9;
        border-left: 5px solid #ef4444;
        padding: 16px 18px;
        margin-top: 28px;
        font-size: 17px;
        color: #444;
        border-radius: 8px;
        font-style: italic;
    }
    .goal-bold {
        font-weight: 700;
        font-style: normal;
    }
    .goal-desc {
        font-style: normal;
        color: #555;
    }
    @media (max-width: 900px) {
        .identify-container {
            flex-direction: column;
            gap: 28px;
        }
        .identify-title {
            font-size: 32px;
        }
        .identify-item {
            font-size: 16px;
            padding: 14px 12px;
        }
        .identify-grid {
            gap: 12px 12px;
        }
    }
    @media (max-width: 600px) {
        .identify-section {
            padding: 28px 0 10px 0;
        }
        .identify-title {
            font-size: 22px;
        }
        .identify-tag {
            font-size: 13px;
            padding: 5px 12px;
        }
        .identify-item {
            font-size: 14px;
            padding: 10px 7px;
            border-radius: 10px;
        }
        .identify-grid {
            grid-template-columns: 1fr;
        }
        .identify-goal {
            font-size: 14px;
            padding: 10px 8px;
        }
    } 
        .compare-section {
            padding: 60px 0;
            background: #fff;
        }

        .compare-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .compare-card {
            background: #fff;
            border-radius: 24px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            padding: 36px 32px 28px 32px;
            display: flex;
            flex-direction: column;
            min-width: 0;

            position: relative;
        }

        .compare-card h3 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .compare-underline {
            width: 48px;
            height: 4px;
            background: #ef4444;
            border-radius: 2px;
            margin-bottom: 24px;
        }

        .compare-list {
            list-style: none;
            padding: 0;
            margin: 0 0 24px 0;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .compare-list li {
            background: #fef2f2;
            color: #000;
            font-size: 16px;
            font-weight: 500;
            border-radius: 14px;
            padding: 14px 18px;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 2px 8px rgba(239, 68, 68, 0.03);
        }

        .compare-list li i {
            font-size: 22px;
            min-width: 28px;
            text-align: center;
        }

        .compare-note {
            color: #6b7280;
            font-size: 16px;
            margin-top: 18px;
        }

        @media (max-width: 900px) {
            .compare-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .compare-card {
                min-height: unset;
            }
        }

        @media (max-width: 600px) {
            .compare-section {
                padding: 32px 0;
            }

            .compare-card {
                padding: 22px 10px 18px 10px;
                border-radius: 14px;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
            }

            .compare-list li {
                font-size: 15px;
                padding: 10px 10px;
                border-radius: 10px;
            }

            .compare-card h3 {
                font-size: 20px;
            }

            .compare-underline {
                margin-bottom: 16px;
            }

            .section-title {
                font-size: 22px;
            }

            .compare-note {
                font-size: 13px;
            }
        }