﻿        /* Container */
        .x7b9_container_main {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .k3m2_hero_guide {
            background: linear-gradient(135deg, #0a2b62 0%, #0d3570 50%, #164a8a 100%);
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .k3m2_hero_guide::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -15%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(233, 65, 50, 0.12) 0%, transparent 65%);
            border-radius: 50%;
            animation: float 20s ease-in-out infinite;
        }

        .p9f2_hero_content {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 10;
        }

        .r4t8_breadcrumb {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .r4t8_breadcrumb a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .r4t8_breadcrumb a:hover {
            color: #e94132;
        }

        .h5j9_guide_title {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
            letter-spacing: -1px;
            color: #ffffff;
        }

        .m7v1_guide_subtitle {
            font-size: 20px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 40px;
        }

        .d8k3_hero_stats {
            display: flex;
            gap: 40px;
            margin-top: 30px;
            flex-wrap: wrap;
        }

        .s2l4_stat_item {
            text-align: center;
        }

        .n6p7_stat_number {
            font-size: 32px;
            font-weight: 700;
            color: #e94132;
            margin-bottom: 5px;
        }

        .q9r3_stat_label {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .x4f9_hero_image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
            transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .x4f9_hero_image:hover {
            transform: perspective(1000px) rotateY(0) rotateX(0);
        }

        .x4f9_hero_image img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Introduction Section */
        .f4g8_intro_section {
            padding: 100px 0;
            background: #ffffff;
        }

        .t5h2_section_container {
            max-width: 1320px;
            margin: 0 auto;
        }

        .v7k9_section_header {
            text-align: center;
            margin-bottom: 60px;
        }

        .l3m4_section_title {
            font-size: 36px;
            font-weight: 700;
            color: #0a2b62;
            margin-bottom: 15px;
        }

        .b9j8_section_subtitle {
            font-size: 18px;
            color: #5a6c7d;
            max-width: 600px;
            margin: 0 auto;
        }

        .p2r6_content_grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .k8s4_text_content {
            font-size: 16px;
            line-height: 1.8;
            color: #4a5568;
        }

        .k8s4_text_content p {
            margin-bottom: 20px;
        }

        .x4f9_image_wrapper {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }

        .x4f9_image_wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Key Features/Benefits Section */
        .g7h3_features_section {
            padding: 100px 0;
            background: #f8f9fc;
        }

        .d5f2_features_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .s8k9_feature_card {
            background: #ffffff;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .s8k9_feature_card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .m3j7_feature_icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #e94132 0%, #ff6b5e 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }

        .m3j7_feature_icon i {
            font-size: 32px;
            color: #ffffff;
        }

        .r9t4_feature_title {
            font-size: 20px;
            font-weight: 700;
            color: #0a2b62;
            margin-bottom: 15px;
        }

        .p5k8_feature_desc {
            font-size: 15px;
            color: #5a6c7d;
            line-height: 1.6;
        }

        /* Benefits Table Section */
        .z5f8_table_section {
            padding: 100px 0;
            background: #ffffff;
        }

        .t9k4_table_container {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }

        .r7m3_table {
            width: 100%;
            border-collapse: collapse;
        }

        .r7m3_table thead {
            background: linear-gradient(135deg, #0a2b62 0%, #0d3570 100%);
        }

        .r7m3_table th {
            padding: 20px 25px;
            text-align: left;
            color: #ffffff;
            font-weight: 600;
            font-size: 18px;
        }

        .r7m3_table tbody tr {
            border-bottom: 1px solid #e2e8f0;
            transition: background-color 0.3s ease;
        }

        .r7m3_table tbody tr:hover {
            background: #f8f9fc;
        }

        .r7m3_table tbody tr:last-child {
            border-bottom: none;
        }

        .r7m3_table td {
            padding: 25px;
            vertical-align: top;
        }

        .r7m3_table td:first-child {
            font-weight: 600;
            color: #0a2b62;
            width: 25%;
        }

        .r7m3_table td:last-child {
            color: #4a5568;
            line-height: 1.6;
        }

        /* YouTube Videos Section */
        .y8t3_videos_section {
            padding: 100px 0;
            background: #f8f9fc;
        }

        .v5f7_videos_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .h9k4_video_card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .h9k4_video_card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .j7m2_video_thumbnail {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .j7m2_video_thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .h9k4_video_card:hover .j7m2_video_thumbnail img {
            transform: scale(1.1);
        }

        .p8f3_play_button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(233, 65, 50, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .h9k4_video_card:hover .p8f3_play_button {
            background: #e94132;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .k9r4_video_content {
            padding: 25px;
        }

        .l5m8_video_title {
            font-size: 18px;
            font-weight: 700;
            color: #0a2b62;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .b3f7_video_desc {
            font-size: 14px;
            color: #5a6c7d;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .n8k2_video_meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: #8a9bad;
        }

        /* Video Modal */
        .t4k9_video_modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .t4k9_video_modal.active {
            opacity: 1;
            visibility: visible;
        }

        .m7f3_modal_content {
            position: relative;
            width: 90%;
            max-width: 900px;
            background: #000;
            border-radius: 12px;
            overflow: hidden;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .t4k9_video_modal.active .m7f3_modal_content {
            transform: scale(1);
        }

        .r9d2_modal_iframe {
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            position: relative;
        }

        .r9d2_modal_iframe iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .p5h8_modal_close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .p5h8_modal_close:hover {
            background: #e94132;
            transform: rotate(90deg);
        }

        /* AirSense 11 Feature Section */
        .cm-airsense-section-2026 {
            padding: 80px 24px;
            background: #ffffff;
        }

        .cm-airsense-shell-2026 {
            max-width: 1320px;
            margin: 0 auto;
        }

        .cm-airsense-grid-2026 {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            gap: 56px;
            align-items: center;
        }

        .cm-airsense-main-2026 {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .cm-airsense-kicker-2026 {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #e94132;
            margin: 0 0 8px;
        }

        .cm-airsense-title-2026 {
            font-size: 40px;
            font-weight: 800;
            color: #0a2b62;
            margin: 0;
        }

        .cm-airsense-description-2026 {
            font-size: 17px;
            line-height: 1.7;
            color: #4a5568;
            margin: 0;
            max-width: 620px;
        }

        .cm-airsense-cta-2026 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 32px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(233, 65, 50, 0.3);
            transition: all 0.25s ease;
            width: fit-content;
        }

        .cm-airsense-cta-2026:hover {
            background: #d43728;
            transform: translateY(-2px);
            box-shadow: 0 14px 40px rgba(233, 65, 50, 0.35);
            color: #ffffff;
        }

        .cm-airsense-hero-image-wrap-2026 {
            margin-top: 10px;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
            background: #f3f4f6;
            padding: 16px;
            max-width: 520px;
        }

        .cm-airsense-hero-image-2026 {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .cm-airsense-products-2026 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .cm-airsense-card-2026 {
            display: grid;
            grid-template-columns: 120px minmax(0, 1fr);
            gap: 18px;
            padding: 14px 16px;
            border-radius: 14px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
            align-items: center;
        }

        .cm-airsense-card-image-wrap-2026 {
            border-radius: 10px;
            overflow: hidden;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px;
        }

        .cm-airsense-card-image-2026 {
            width: 100%;
            height: 90px;
            object-fit: contain;
        }

        .cm-airsense-card-body-2026 {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .cm-airsense-card-title-2026 {
            font-size: 15px;
            font-weight: 600;
            color: #0f172a;
            margin: 0;
        }

        .cm-airsense-card-price-2026 {
            font-size: 15px;
            font-weight: 700;
            color: #e94132;
        }

        .cm-airsense-card-btn-2026 {
            margin-top: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 8px 14px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .cm-airsense-card-btn-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(233, 65, 50, 0.3);
        }

        @media (max-width: 1024px) {
            .cm-airsense-grid-2026 {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .cm-airsense-main-2026 {
                align-items: center;
                text-align: center;
            }

            .cm-airsense-description-2026 {
                max-width: 100%;
            }

            .cm-airsense-cta-2026 {
                align-self: center;
            }

            .cm-airsense-hero-image-wrap-2026 {
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (max-width: 640px) {
            .cm-airsense-section-2026 {
                padding: 60px 16px;
            }

            .cm-airsense-title-2026 {
                font-size: 32px;
            }

            .cm-airsense-card-2026 {
                grid-template-columns: 1fr;
            }

            .cm-airsense-card-image-2026 {
                height: 80px;
            }
        }

        /* AirSense 10 Section */
        .cm-airsense10-section-2026 {
            padding: 80px 24px;
            background: #f8f9fb;
        }

        .cm-airsense10-shell-2026 {
            max-width: 1320px;
            margin: 0 auto;
        }

        .cm-airsense10-grid-2026 {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
            gap: 56px;
            align-items: center;
        }

        .cm-airsense10-main-2026 {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cm-airsense10-kicker-2026 {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #e94132;
            margin: 0 0 4px;
        }

        .cm-airsense10-title-2026 {
            font-size: 34px;
            font-weight: 800;
            color: #0a2b62;
            margin: 0;
        }

        .cm-airsense10-description-2026 {
            font-size: 16px;
            line-height: 1.75;
            color: #4a5568;
            margin: 0;
            max-width: 640px;
        }

        .cm-airsense10-cta-2026 {
            margin-top: 4px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(233, 65, 50, 0.28);
            transition: all 0.2s ease;
            width: fit-content;
        }

        .cm-airsense10-cta-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 14px 38px rgba(233, 65, 50, 0.35);
        }

        .cm-airsense10-hero-wrap-2026 {
            margin-top: 14px;
            border-radius: 18px;
            overflow: hidden;
            background: #ffffff;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
            padding: 18px;
            max-width: 540px;
        }

        .cm-airsense10-hero-image-2026 {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .cm-airsense10-card-col-2026 {
            display: flex;
            justify-content: center;
        }

        .cm-airsense10-card-2026 {
            position: relative;
            width: 100%;
            max-width: 420px;
            padding: 28px 24px 24px;
            border-radius: 18px;
            background: #ffffff;
            box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
            border: 1px solid #e5e7eb;
            text-align: center;
        }

        .cm-airsense10-badge-2026 {
            position: absolute;
            top: 18px;
            right: 18px;
            padding: 6px 12px;
            border-radius: 999px;
            background: #fef2f2;
            color: #b91c1c;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .cm-airsense10-card-image-wrap-2026 {
            margin-bottom: 18px;
        }

        .cm-airsense10-card-image-2026 {
            width: 100%;
            max-width: 260px;
            height: auto;
            object-fit: contain;
            margin: 0 auto;
        }

        .cm-airsense10-card-body-2026 {
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: center;
        }

        .cm-airsense10-card-title-2026 {
            font-size: 17px;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
        }

        .cm-airsense10-card-price-2026 {
            font-size: 16px;
            font-weight: 700;
            color: #e94132;
        }

        .cm-airsense10-card-btn-2026 {
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 26px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .cm-airsense10-card-btn-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 10px 26px rgba(233, 65, 50, 0.3);
        }

        @media (max-width: 1024px) {
            .cm-airsense10-grid-2026 {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .cm-airsense10-main-2026 {
                align-items: center;
                text-align: center;
            }

            .cm-airsense10-description-2026 {
                max-width: 100%;
            }

            .cm-airsense10-cta-2026 {
                align-self: center;
            }

            .cm-airsense10-card-col-2026 {
                justify-content: center;
            }
        }

        @media (max-width: 640px) {
            .cm-airsense10-section-2026 {
                padding: 60px 16px;
            }

            .cm-airsense10-title-2026 {
                font-size: 28px;
            }

            .cm-airsense10-card-2026 {
                padding: 24px 18px 20px;
            }
        }

        /* AirMini Section */
        .cm-airmini-section-2026 {
            padding: 80px 24px;
            background: #f8f9fb;
        }

        .cm-airmini-shell-2026 {
            max-width: 1320px;
            margin: 0 auto;
        }

        .cm-airmini-grid-2026 {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            gap: 56px;
            align-items: center;
        }

        .cm-airmini-main-2026 {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .cm-airmini-kicker-2026 {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #e94132;
            margin: 0 0 4px;
        }

        .cm-airmini-title-2026 {
            font-size: 34px;
            font-weight: 800;
            color: #0a2b62;
            margin: 0;
        }

        .cm-airmini-description-2026 {
            font-size: 16px;
            line-height: 1.8;
            color: #4a5568;
            margin: 0;
            max-width: 640px;
        }

        .cm-airmini-cta-2026 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 30px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(233, 65, 50, 0.3);
            transition: all 0.2s ease;
            width: fit-content;
        }

        .cm-airmini-cta-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 14px 38px rgba(233, 65, 50, 0.35);
        }

        .cm-airmini-hero-wrap-2026 {
            margin-top: 14px;
            border-radius: 18px;
            overflow: hidden;
            background: #f3f4f6;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
            padding: 18px;
            max-width: 540px;
        }

        .cm-airmini-hero-image-2026 {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .cm-airmini-products-2026 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .cm-airmini-card-2026 {
            display: grid;
            grid-template-columns: 120px minmax(0, 1fr);
            gap: 18px;
            padding: 16px 18px;
            border-radius: 14px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
            align-items: center;
        }

        .cm-airmini-card-image-wrap-2026 {
            border-radius: 10px;
            overflow: hidden;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px;
        }

        .cm-airmini-card-image-2026 {
            width: 100%;
            height: 90px;
            object-fit: contain;
        }

        .cm-airmini-card-body-2026 {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .cm-airmini-card-title-2026 {
            font-size: 15px;
            font-weight: 600;
            color: #0f172a;
            margin: 0;
        }

        .cm-airmini-card-price-2026 {
            font-size: 15px;
            font-weight: 700;
            color: #e94132;
        }

        .cm-airmini-card-btn-2026 {
            margin-top: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 8px 14px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .cm-airmini-card-btn-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(233, 65, 50, 0.3);
        }

        @media (max-width: 1024px) {
            .cm-airmini-grid-2026 {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .cm-airmini-main-2026 {
                align-items: center;
                text-align: center;
            }

            .cm-airmini-description-2026 {
                max-width: 100%;
            }

            .cm-airmini-cta-2026 {
                align-self: center;
            }
        }

        @media (max-width: 640px) {
            .cm-airmini-section-2026 {
                padding: 60px 16px;
            }

            .cm-airmini-title-2026 {
                font-size: 28px;
            }

            .cm-airmini-card-2026 {
                grid-template-columns: 1fr;
            }

            .cm-airmini-card-image-2026 {
                height: 80px;
            }
        }

        /* AirCurve 10 Section */
        .cm-aircurve10-section-2026 {
            padding: 80px 24px;
            background: #ffffff;
        }

        .cm-aircurve10-shell-2026 {
            max-width: 1320px;
            margin: 0 auto;
        }

        .cm-aircurve10-grid-2026 {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            gap: 56px;
            align-items: center;
        }

        .cm-aircurve10-main-2026 {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cm-aircurve10-kicker-2026 {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #e94132;
            margin: 0 0 4px;
        }

        .cm-aircurve10-title-2026 {
            font-size: 34px;
            font-weight: 800;
            color: #0a2b62;
            margin: 0;
        }

        .cm-aircurve10-description-2026 {
            font-size: 16px;
            line-height: 1.75;
            color: #4a5568;
            margin: 0;
            max-width: 640px;
        }

        .cm-aircurve10-cta-2026 {
            margin-top: 4px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(233, 65, 50, 0.28);
            transition: all 0.2s ease;
            width: fit-content;
        }

        .cm-aircurve10-cta-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 14px 38px rgba(233, 65, 50, 0.35);
        }

        .cm-aircurve10-hero-wrap-2026 {
            margin-top: 14px;
            border-radius: 18px;
            overflow: hidden;
            background: #ffffff;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
            padding: 18px;
            max-width: 540px;
        }

        .cm-aircurve10-hero-image-2026 {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .cm-aircurve10-card-col-2026 {
            display: flex;
            justify-content: center;
        }

        .cm-aircurve10-card-2026 {
            width: 100%;
            max-width: 420px;
            padding: 26px 24px 24px;
            border-radius: 18px;
            background: #ffffff;
            box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
            border: 1px solid #e5e7eb;
            text-align: center;
        }

        .cm-aircurve10-card-image-wrap-2026 {
            margin-bottom: 18px;
        }

        .cm-aircurve10-card-image-2026 {
            width: 100%;
            max-width: 260px;
            height: auto;
            object-fit: contain;
            margin: 0 auto;
        }

        .cm-aircurve10-card-body-2026 {
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: center;
        }

        .cm-aircurve10-card-title-2026 {
            font-size: 17px;
            font-weight: 700;
            color: #0f172a;
            margin: 0;
        }

        .cm-aircurve10-card-price-2026 {
            font-size: 16px;
            font-weight: 700;
            color: #e94132;
        }

        .cm-aircurve10-card-btn-2026 {
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 26px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .cm-aircurve10-card-btn-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 10px 26px rgba(233, 65, 50, 0.3);
        }

        @media (max-width: 1024px) {
            .cm-aircurve10-grid-2026 {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .cm-aircurve10-main-2026 {
                align-items: center;
                text-align: center;
            }

            .cm-aircurve10-description-2026 {
                max-width: 100%;
            }

            .cm-aircurve10-cta-2026 {
                align-self: center;
            }

            .cm-aircurve10-hero-wrap-2026 {
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (max-width: 640px) {
            .cm-aircurve10-section-2026 {
                padding: 60px 16px;
            }

            .cm-aircurve10-title-2026 {
                font-size: 28px;
            }

            .cm-aircurve10-card-2026 {
                padding: 24px 18px 20px;
            }
        }

        /* Resvent iBreeze Section */
        .cm-ibreeze-section-2026 {
            padding: 80px 24px;
            background: #f8f9fb;
        }

        .cm-ibreeze-shell-2026 {
            max-width: 1320px;
            margin: 0 auto;
        }

        .cm-ibreeze-grid-2026 {
            display: grid;

            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .cm-ibreeze-main-2026 {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cm-ibreeze-header-2026 {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .cm-ibreeze-kicker-2026 {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #e94132;
            margin: 0 0 4px;
        }

        .cm-ibreeze-title-2026 {
            font-size: 34px;
            font-weight: 800;
            color: #0a2b62;
            margin: 0;
        }

        .cm-ibreeze-description-2026 {
            font-size: 16px;
            line-height: 1.75;
            color: #4a5568;
            margin: 0;
            max-width: 640px;
        }

        .cm-ibreeze-cta-2026 {
            margin-top: 4px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 28px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(233, 65, 50, 0.28);
            transition: all 0.2s ease;
            width: fit-content;
        }

        .cm-ibreeze-cta-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 14px 38px rgba(233, 65, 50, 0.35);
        }

        .cm-ibreeze-hero-wrap-2026 {
            margin-top: 14px;
            border-radius: 18px;
            overflow: hidden;
            background: #f3f4f6;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
            padding: 18px;
            max-width: 540px;
        }

        .cm-ibreeze-hero-image-2026 {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .cm-ibreeze-card-col-2026 {
            display: flex;
            flex-direction: column;
        }

        .cm-ibreeze-card-2026 {
            padding: 28px 24px 24px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .cm-ibreeze-card-image-wrap-2026 {
            border-radius: 12px;
            overflow: hidden;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            min-height: 200px;
        }

        .cm-ibreeze-card-image-2026 {
            width: 100%;
            height: auto;
            max-height: 180px;
            object-fit: contain;
        }

        .cm-ibreeze-card-body-2026 {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .cm-ibreeze-card-title-2026 {
            font-size: 18px;
            font-weight: 700;
            color: #0a2b62;
            margin: 0;
            line-height: 1.3;
        }

        .cm-ibreeze-sale-badge-2026 {
            display: inline-block;
            padding: 4px 16px;
            background: #e94132;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            border-radius: 4px;
            width: fit-content;
            margin: 4px 0;
        }

        .cm-ibreeze-card-price-2026 {
            font-size: 20px;
            font-weight: 700;
            color: #4a5568;
        }

        .cm-ibreeze-card-btn-2026 {
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 10px 26px;
            border-radius: 999px;
            background: #e94132;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .cm-ibreeze-card-btn-2026:hover {
            background: #d43728;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(233, 65, 50, 0.3);
        }

        @media (max-width: 1024px) {
            .cm-ibreeze-grid-2026 {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .cm-ibreeze-main-2026 {
                align-items: center;
                text-align: center;
            }

            .cm-ibreeze-description-2026 {
                max-width: 100%;
            }

            .cm-ibreeze-cta-2026 {
                align-self: center;
            }

            .cm-ibreeze-hero-wrap-2026 {
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (max-width: 640px) {
            .cm-ibreeze-section-2026 {
                padding: 60px 16px;
            }

            .cm-ibreeze-title-2026 {
                font-size: 32px;
            }

            .cm-ibreeze-card-2026 {
                padding: 24px 18px 20px;
            }

            .cm-ibreeze-card-image-wrap-2026 {
                min-height: 160px;
                padding: 16px;
            }
        }
/* Types/Comparison Section */
.h4f7_types_section {
    padding: 100px 0;
    background: #ffffff;
}

.j8d3_types_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.v9s2_type_card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.v9s2_type_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.k7m4_type_image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.l3p9_type_content {
    padding: 25px;
}

.b8f2_type_title {
    font-size: 22px;
    font-weight: 700;
    color: #0a2b62;
    margin-bottom: 15px;
}

.n5k7_type_desc {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.q9r4_type_features {
    list-style: none;
    margin-bottom: 25px;
}

.q9r4_type_features li {
    padding: 6px 0;
    color: #4a5568;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.q9r4_type_features li i {
    color: #e94132;
    font-size: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.x3m8_type_cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #e94132 0%, #ff6b5e 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.x3m8_type_cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(233, 65, 50, 0.3);
}

/* Responsive Design for Types Section */
@media (max-width: 1200px) {
    .j8d3_types_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .j8d3_types_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .l3p9_type_content {
        padding: 20px;
    }

    .b8f2_type_title {
        font-size: 20px;
    }
}
/* Just add these lines to your existing CSS */
.l3p9_type_content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
    min-height: 300px;
}

.x3m8_type_cta {
    margin-top: auto;
    width: fit-content;
    /* Keep your existing button styles */
}

        /* Buying Guide Section */
        .f8k3_buying_section {
            padding: 100px 0;
            background: #ffffff;
        }

        .d7j2_steps_container {
            max-width: 900px;
            margin: 0 auto;
        }

        .s4m9_step_item {
            display: flex;
            gap: 40px;
            margin-bottom: 60px;
            align-items: flex-start;
        }

        .s4m9_step_item:last-child {
            margin-bottom: 0;
        }

        .p8f3_step_number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #e94132 0%, #ff6b5e 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            flex-shrink: 0;
        }

        .k9r4_step_content {
            flex: 1;
        }

        .l5m8_step_title {
            font-size: 24px;
            font-weight: 700;
            color: #0a2b62;
            margin-bottom: 15px;
        }

        .b3f7_step_desc {
            font-size: 16px;
            color: #5a6c7d;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .n8k2_step_tips {
            background: #f8f9fc;
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #e94132;
        }

        .n8k2_step_tips h4 {
            font-size: 16px;
            font-weight: 600;
            color: #0a2b62;
            margin-bottom: 10px;
        }

        .n8k2_step_tips ul {
            list-style: none;
            padding-left: 0;
        }

        .n8k2_step_tips li {
            padding: 5px 0;
            color: #4a5568;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .n8k2_step_tips li i {
            color: #e94132;
            font-size: 12px;
            margin-top: 6px;
            flex-shrink: 0;
        }

        /* FAQ Section */
        .q4h8_faq_section {
            padding: 100px 0;
            background: #f8f9fc;
        }

        .w7f3_faq_container {
            max-width: 800px;
            margin: 0 auto;
        }

        .e9k5_faq_item {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .e9k5_faq_item:hover {
            border-color: #e94132;
        }

        .r8m2_faq_question {
            padding: 25px 30px;
            font-size: 18px;
            font-weight: 600;
            color: #0a2b62;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }

        .r8m2_faq_question:hover {
            background: #f8f9fc;
        }

        .r8m2_faq_question i {
            color: #e94132;
            transition: transform 0.3s ease;
        }

        .e9k5_faq_item.active .r8m2_faq_question i {
            transform: rotate(180deg);
        }

        .t7f4_faq_answer {
            padding: 0 30px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            font-size: 15px;
            color: #5a6c7d;
            line-height: 1.7;
        }

        .e9k5_faq_item.active .t7f4_faq_answer {
            padding: 0 30px 25px;
            max-height: 500px;
        }

        /* CTA Section */
        .m4g9_cta_section {
            padding: 100px 0;
            background: linear-gradient(135deg, #0a2b62 0%, #0d3570 100%);
            color: #ffffff;
            text-align: center;
        }

        .c8f2_cta_content {
            max-width: 700px;
            margin: 0 auto;
        }

        .v9m3_cta_title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .b5k8_cta_desc {
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .n7f4_cta_buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .h3j9_primary_btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 38px;
            background: linear-gradient(135deg, #e94132 0%, #ff6b5e 100%);
            color: #ffffff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .h3j9_primary_btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(233, 65, 50, 0.4);
        }

        .k8m2_secondary_btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 38px;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .k8m2_secondary_btn:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-3px);
        }

        /* Animations */
        @keyframes float {
            0%, 100% {
                transform: translate(0, 0) scale(1);
            }
            50% {
                transform: translate(30px, -30px) scale(1.1);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .d5f2_features_grid,
            .v5f7_videos_grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .h5j9_guide_title {
                font-size: 40px;
            }

            .p9f2_hero_content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .p2r6_content_grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .j8d3_types_grid {
                grid-template-columns: 1fr;
            }

            .s4m9_step_item {
                flex-direction: column;
                gap: 20px;
            }

            .r7m3_table {
                display: block;
                overflow-x: auto;
            }
        }

        @media (max-width: 768px) {
            .k3m2_hero_guide {
                padding: 80px 0 60px;
            }

            .h5j9_guide_title {
                font-size: 32px;
            }

            .m7v1_guide_subtitle {
                font-size: 18px;
            }

            .d8k3_hero_stats {
                gap: 30px;
            }

            .d5f2_features_grid,
            .v5f7_videos_grid {
                grid-template-columns: 1fr;
            }

            .l3m4_section_title {
                font-size: 28px;
            }

            .v9m3_cta_title {
                font-size: 28px;
            }

            .n7f4_cta_buttons {
                flex-direction: column;
                align-items: center;
            }

            .h3j9_primary_btn,
            .k8m2_secondary_btn {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }

            .r7m3_table th,
            .r7m3_table td {
                padding: 15px;
            }
        }

        @media (max-width: 576px) {
            .x7b9_container_main {
                padding: 0 15px;
            }

            .k3m2_hero_guide {
                padding: 60px 0 40px;
            }

            .h5j9_guide_title {
                font-size: 28px;
            }

            .m7v1_guide_subtitle {
                font-size: 16px;
            }

            .n6p7_stat_number {
                font-size: 24px;
            }

            .s8k9_feature_card {
                padding: 30px 20px;
            }

            .r8m2_faq_question {
                padding: 20px;
                font-size: 16px;
            }

            .t7f4_faq_answer {
                padding: 0 20px;
            }

            .e9k5_faq_item.active .t7f4_faq_answer {
                padding: 0 20px 20px;
            }
        }
        .xq3p_section_main {
            padding: 80px 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .r9t2_container_wrapper {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .k5m8_content_layout {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
        }

        .b4n6_navigation_path {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 14px;
            color: #666;
        }

        .b4n6_navigation_path a {
            color: #0a2b62;
            text-decoration: none;
            transition: color 0.3s;
        }

        .b4n6_navigation_path a:hover {
            color: #e94132;
        }

        .b4n6_navigation_path i {
            margin: 0 10px;
            font-size: 12px;
        }

        .b4n6_navigation_path span {
            color: #777;
        }

        .z8l1_main_heading {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #0a2b62;
            line-height: 1.1;
        }

        .p2f7_description_text {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 30px;
            max-width: 500px;
        }

        .d3k9_slider_content {
            flex: 0 0 45%;
            position: relative;
        }

        .w7j4_slider_wrapper {
            position: relative;
            width: 100%;
            height: 450px;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .t6h3_slider_track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100%;
        }

        .m1v8_slide_item {
            min-width: 100%;
            height: 100%;
            position: relative;
        }

        .m1v8_slide_item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .c5n2_slide_overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(10, 43, 98, 0.8), transparent);
            color: white;
            padding: 25px;
        }

        .s9q4_slide_title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .l3r7_slide_description {
            font-size: 0.95rem;
            opacity: 0.9;
        }

        .h2p6_slider_controls {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .y8k3_slider_indicator {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .y8k3_slider_indicator.active {
            background: white;
            transform: scale(1.2);
        }

        .n4f9_nav_button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s;
            color: #0a2b62;
            font-size: 18px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .n4f9_nav_button:hover {
            background: white;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
            color: #e94132;
        }

        .v7m1_prev_button {
            left: 20px;
        }

        .g6t2_next_button {
            right: 20px;
        }

        .j8p5_content_area {
            flex: 1;
        }

        .f3k7_cta_button {
            display: inline-block;
            background: #e94132;
            color: white;
            padding: 14px 32px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(233, 65, 50, 0.3);
            border: none;
            cursor: pointer;
            margin-top: 10px;
        }

        .f3k7_cta_button:hover {
            background: #d63425;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(233, 65, 50, 0.4);
        }

        .q9r2_dynamic_content {
            transition: opacity 0.3s ease;
        }

        .q9r2_dynamic_content h2 {
            font-size: 48px;
            color: #0a2b62;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .q9r2_dynamic_content p {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 25px;
            max-width: 500px;
        }

        @media (max-width: 992px) {
            .k5m8_content_layout {
                flex-direction: column;
                text-align: center;
            }

            .d3k9_slider_content {
                width: 100%;
                max-width: 500px;
                margin: 0 auto;
            }

            .z8l1_main_heading {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 576px) {
            .w7j4_slider_wrapper {
                height: 350px;
            }

            .z8l1_main_heading {
                font-size: 2rem;
            }

            .q9r2_dynamic_content h2 {
                font-size: 1.8rem;
            }
        }
