/* Desktop/base styles. All responsive media rules were moved to responsivehomeads.css. */

:root {
            --home-primary: #34a853;
            --home-primary-hover: #2d8f46;
            --home-dark: #0b0f17;
            --home-dark-card: #121824;
            --home-light: #ffffff;
            --home-bg-gray: #f8f9fa;
            --home-text-muted: #6c757d;
            --home-danger: #ea4335;
            
            /* Premium Section Spec updates */
            --fit-success-bg: #f0fdf4;
            --fit-success-border: #bbf7d0;
            --fit-success-text: #166534;
            --fit-danger-bg: #fef2f2;
            --fit-danger-border: #fecaca;
            --fit-danger-text: #991b1b;
            --custom-font-size:18px;
            
        }
        .font22size{font-size: 22px !important}
        .font44size{font-size: 44px !important}
        .font18size{font-size: 18px !important;line-height: 1.7 !important;}
        .fntw700{font-weight: 700 !important}

        h1, h2, h3, h4, h5, h6, .home_font_heading {
            
            letter-spacing: -0.02em;
        }
      
        /* Global UI Utilities */
        .home_btn_primary {
            background-color: var(--home-primary);
            color: var(--home-light);
            font-weight: 600;
            padding: 14px 32px;
            border-radius: 6px;
            border: none;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            text-decoration: none;
            display: inline-block;
        }
        .home_btn_primary:hover {
            background-color: var(--home-primary-hover);
            color: var(--home-light);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(52, 168, 83, 0.35);
        }
        .home_section_padding {
            padding: 90px 0;
        }
        

        /* Navbar Layout */
        .home_navbar {
            background-color: var(--home-dark);
            padding: 22px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .home_logo {
            font-weight: 900;
            font-size: 24px;
            color: var(--home-light);
            text-decoration: none;
            letter-spacing: -0.5px;
        }
        .home_logo span {
            color: var(--home-primary);
        }

        /* Premium Hero Component With Background Image Overlay */
        .home_hero {
            position: relative;
            background-image: linear-gradient(180deg, rgba(11, 15, 23, 0.95) 0%, rgba(11, 15, 23, 0.98) 100%), 
                              url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1400&q=80");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: var(--home-light);
            padding: 50px 0;
            overflow: hidden;
            min-height: 85vh;
            display: flex;
            align-items: center;
        }
        .home_hero_tag {
            background-color: rgba(52, 168, 83, 0.16);
            color: var(--home-primary);
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 24px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .home_hero_title {
            font-size: 60px;
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 24px;
            letter-spacing: -1px;
            min-height: 130px;
        }
        .home_hero_subtitle {
            font-size: 19px;
            color: #cbd5e1;
            margin-bottom: 30px;
            font-weight: 300;
            line-height: 1.6;
        }

        /* Hero Highlights Point Rules with Staggered Entry Animation */
        .home_hero_points {
            margin-bottom: 35px;
        }
        .home_hero_point_item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 16px;
            color: #e2e8f0;
            font-weight: 500;
            opacity: 0;
            transform: translateY(15px);
            animation: heroPointReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }
        .home_hero_point_item i {
            color: var(--home-primary);
            font-size: 18px;
        }
        .home_hero_point_item:nth-child(1) { animation-delay: 0.1s; }
        .home_hero_point_item:nth-child(2) { animation-delay: 0.25s; }
        .home_hero_point_item:nth-child(3) { animation-delay: 0.4s; }
        .home_hero_point_item:nth-child(4) { animation-delay: 0.55s; }
        .home_hero_point_item:nth-child(5) { animation-delay: 0.7s; }

        @keyframes heroPointReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Typewriter Animation styling */
        .typewriter-cursor {
            border-right: 3px solid var(--home-primary);
            animation: typeCursorBlink 0.75s step-end infinite;
        }
        @keyframes typeCursorBlink {
            from, to { border-color: transparent }
            50% { border-color: var(--home-primary); }
        }

        /* Optimized Professional Hero Image Layout */
        .home_hero_image_wrapper {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 5;
            width: 100%;
            max-width: 520px;
            margin: 0 auto;
        }
        .home_hero_girl_canvas {
            position: relative;
            width: 100%;
            height: 520px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }
        .home_hero_girl_img {
            width: 110%;
            height: 115%;
            object-fit: contain;
            z-index: 2;
            filter: drop-shadow(0 20px 35px rgba(0,0,0,0.65));
            position: absolute;
            bottom: -10px;
            transform: scale(1.05);
        }
        .home_hero_circle_bg {
            position: absolute;
            width: 440px;
            height: 440px;
            background: radial-gradient(circle, rgba(52, 168, 83, 0.25) 0%, rgba(11, 15, 23, 0) 75%);
            border: 1px solid rgba(255, 255, 255, 0.04);
            border-radius: 50%;
            bottom: 10px;
            z-index: 1;
        }

        /* Twin Floating Badges Design Styling */
        .home_hero_badge_bottom_left {
            position: absolute;
            bottom: 20px;
            left: -40px;
            background: #121824;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 14px 22px;
            border-radius: 12px;
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.5);
            animation: floatBadgeBottom 6s ease-in-out infinite;
        }
        .home_hero_badge_top_right {
            position: absolute;
            top: 80px;
            right: -40px;
            background: #121824;
            border: 1px solid rgba(52, 168, 83, 0.3);
            padding: 14px 22px;
            border-radius: 12px;
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.5);
            animation: floatBadgeTop 6s ease-in-out infinite;
        }
        
        @keyframes floatBadgeBottom {
            0%, 100% { transform: translateY(0) translateX(0); }
            50% { transform: translateY(-12px) translateX(3px); }
        }
        @keyframes floatBadgeTop {
            0%, 100% { transform: translateY(0) translateX(0); }
            50% { transform: translateY(12px) translateX(-3px); }
        }

        .badge_icon_box {
            width: 42px;
            height: 42px;
            background: rgba(52, 168, 83, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .badge_icon_box i {
            font-size: 18px;
            color: var(--home-primary);
        }

        /* Case Studies Metric Performance Blocks */
        .home_case_card_premium {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 40px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.02);
        }
        .home_case_card_premium::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--home-primary);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        .home_case_card_premium:hover::before {
            transform: scaleX(1);
        }
        .home_case_card_premium:hover {
            box-shadow: 0 20px 50px rgba(0,0,0,0.08);
            transform: translateY(-6px);
            border-color: rgba(52,168,83,0.2);
        }
        .home_case_metric_wrap {
            display: flex;
            align-items: baseline;
            gap: 6px;
            margin-bottom: 16px;
        }
        .home_case_premium_metric {
            font-size: 44px;
            font-weight: 900;
            color: var(--home-dark);
            letter-spacing: -1px;
            line-height: 1;
        }
        .home_case_premium_metric.text_highlight {
            color: var(--home-primary);
        }
        .home_case_premium_metric.text_danger_highlight {
            color: var(--home-danger);
        }

        /* Elevated High-Intent Comparison Frame */
        .home_section_showcase_img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.07);
            object-fit: cover;
            height: 440px;
        }
        .home_compare_card {
            border-radius: 16px;
            padding: 45px;
            height: 100%;
            box-shadow: 0 12px 35px rgba(0,0,0,0.03);
            transition: all 0.3s ease;
        }
        .home_compare_card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 45px rgba(0,0,0,0.06);
        }
        .home_compare_card.home_pain {
            background-color: #fffafb;
            border: 1px solid #fecaca;
        }
        .home_compare_card.home_desire {
            background-color: #f3fbf7;
            border: 1px solid #a7f3d0;
        }
        .home_compare_title {
            font-size: 28px;
            font-weight: 800;
            margin-bottom: 28px;
            letter-spacing: -0.5px;
        }
        .home_compare_list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .home_compare_list li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 20px;
            font-weight: 500;
            line-height: 1.6;
            font-size: 16px;
            color: #334155;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .home_compare_list li.show-item {
            opacity: 1;
            transform: translateY(0);
        }
        .home_compare_list li i {
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 20px;
        }
        .home_pain .home_compare_list li i { color: var(--home-danger); }
        .home_desire .home_compare_list li i { color: var(--home-primary); }

        /* Campaign Leak Identifiers */
        .home_fail_box {
            border-left: 3px solid #cbd5e1;
            padding-left: 24px;
            margin-bottom: 30px;
            break-inside: avoid;
        }

        /* Capabilities & Enterprise Services Modules */
        .home_dark_section {
            background-color: var(--home-dark);
            color: var(--home-light);
        }
        .home_service_card {
            background-color: var(--home-dark-card);
            border: 1px solid rgba(255,255,255,0.04);
            border-radius: 12px;
            padding: 35px;
            height: 100%;
            transition: all 0.3s ease;
        }
        .home_service_card:hover {
            border-color: var(--home-primary);
            transform: translateY(-4px);
        }
        .home_service_icon {
            width: 54px;
            height: 54px;
            background-color: rgba(52, 168, 83, 0.12);
            color: var(--home-primary);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 24px;
        }

        /* ==========================================
           PROFESSIONAL BOX LAYOUT & SCROLL TIMELINE REDESIGN
           ========================================== */
        .home_process_light_section {
            /*background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);*/
            background: #faf8f5 !important;
            position: relative;
        }
        .home_path_timeline_wrapper {
            position: relative;
            padding: 40px 0;
            max-width: 1050px;
            margin: 0 auto;
        }
        .home_path_line_connector {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #e2e8f0;
            transform: translateX(-50%);
            z-index: 1;
            border-radius: 4px;
        }
        .home_path_line_progress {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0%;
            background: var(--home-primary);
            border-radius: 4px;
            transition: height 0.1s linear;
        }
        .home_path_step_row {
            position: relative;
            z-index: 2;
            margin-bottom: 50px;
            display: flex;
            align-items: center;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .home_path_step_row.revealed {
            opacity: 1;
            transform: translateY(0);
        }
        .home_path_node_dot {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #ffffff;
            border: 4px solid #cbd5e1;
            transform: translate(-50%, -50%);
            z-index: 3;
            transition: all 0.4s ease;
        }
        .home_path_step_row.revealed .home_path_node_dot {
            background: var(--home-primary);
            border-color: #ffffff;
            box-shadow: 0 0 0 6px rgba(52, 168, 83, 0.25);
        }
        .home_path_card_panel_premium {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            position: relative;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            /*width: 44%;*/
        }
        .home_path_step_row:nth-child(even) .home_path_card_panel_premium {
            margin-left: auto;
        }
        .home_path_step_row:nth-child(odd) .home_path_card_panel_premium {
            margin-right: auto;
        }
        .home_path_card_panel_premium:hover {
            transform: translateY(-5px);
            border-color: var(--home-primary);
            box-shadow: 0 20px 40px rgba(52, 168, 83, 0.08);
        }
        .home_path_step_num {
            font-size: 11px;
            font-weight: 800;
            color: var(--home-primary);
            text-transform: uppercase;
            margin-bottom: 12px;
            display: inline-block;
            letter-spacing: 1.5px;
            background: rgba(52, 168, 83, 0.08);
            padding: 4px 14px;
            border-radius: 30px;
        }
        .home_path_icon_indicator {
            float: right;
            font-size: 26px;
            color: #cbd5e1;
            transition: color 0.3s ease;
        }
        .home_path_step_row.revealed .home_path_icon_indicator {
            color: var(--home-primary);
        }

        

        /* ==========================================
           PREMIUM UPGRADED STATS OVERLAY BANNER (image_e6fddb.png)
           ========================================== */
        .home_stats_premium_section {
            position: relative;
            background-image: linear-gradient(180deg, rgba(11, 15, 23, 0.92) 0%, rgba(5, 8, 12, 0.96) 100%), 
                              url("https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1400&q=80");
            background-size: cover;
            background-position: center;
            background-attachment: scroll;
            padding: 100px 0;
        }
        .home_stats_bar_container {
            background: rgba(18, 24, 36, 0.75);
            border: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-radius: 24px;
            padding: 50px 40px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        }
        .home_stat_number {
            font-size: 42px;
            font-weight: 600;
            color: var(--home-primary);
            margin-bottom: 8px;
            letter-spacing: -0.5px;
            line-height: 1.1;
        }
        .home_stat_text {
            color: #94a3b8;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            line-height: 1.4;
        }

        /* Re-Designed Fit Modules Styling */
        .home_fit_box_premium_container {
            background-color: #ffffff;
            border-radius: 18px;
            padding: 45px 40px;
            height: 100%;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
        }
        .home_fit_box_premium_container.fit_good {
            background: linear-gradient(180deg, #ffffff 0%, #f7fdfa 100%);
            border: 1px solid var(--fit-success-border);
            box-shadow: 0 10px 30px rgba(52, 168, 83, 0.03);
        }
        .home_fit_box_premium_container.fit_bad {
            background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
            border: 1px solid var(--fit-danger-border);
            box-shadow: 0 10px 30px rgba(234, 67, 53, 0.02);
        }
        
        /* Premium Top Badges */
        .fit_badge_header {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 24px;
        }
        .fit_good .fit_badge_header {
            background-color: #e6f9f0;
            color: var(--fit-success-text);
        }
        .fit_bad .fit_badge_header {
            background-color: #fee2e2;
            color: var(--fit-danger-text);
        }

        .home_fit_box_premium_container .fit_title {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 30px;
            line-height: 1.2;
            color: var(--home-dark);
        }
        
        .home_fit_list_premium {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .home_fit_list_premium li {
            position: relative;
            padding-left: 44px;
            margin-bottom: 24px;
            font-size: 16px;
            color: #000;
            line-height: 1.5;
            font-weight: 500;
        }
        .home_fit_list_premium li:last-child {
            margin-bottom: 0;
        }
        
        /* Modern Micro-Badge Icon Indicators */
        .home_fit_list_premium li .fit_icon_wrapper {
            position: absolute;
            left: 0;
            top: 0;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            transition: all 0.3s ease;
        }
        .fit_good .home_fit_list_premium li .fit_icon_wrapper {
            background-color: #dcfce7;
            color: #34a853;
        }
        .fit_bad .home_fit_list_premium li .fit_icon_wrapper {
            background-color: #ffe4e6;
            color: #dc2626;
        }

        /* Hover Interactive Highlights */
        .home_fit_box_premium_container:hover {
            transform: translateY(-6px);
        }
        .home_fit_box_premium_container.fit_good:hover {
            box-shadow: 0 25px 50px rgba(52, 168, 83, 0.12);
            border-color: var(--home-primary);
        }
        .home_fit_box_premium_container.fit_bad:hover {
            box-shadow: 0 25px 50px rgba(234, 67, 53, 0.08);
            border-color: var(--home-danger);
        }
        .home_fit_box_premium_container:hover .fit_icon_wrapper {
            transform: scale(1.1);
        }

        /* Strategy Lead Generation Form Frame */
        .home_form_wrapper {
            background-color: #ffffff;
            padding: 45px;
            border-radius: 14px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.08);
            border: 1px solid #e2e8f0;
        }
        .home_form_control {
            padding: 14px 18px;
            border-radius: 6px;
            border: 1px solid #cbd5e1;
            margin-bottom: 22px;
            font-size: 15px;
        }
        .home_form_control:focus {
            border-color: var(--home-primary);
            box-shadow: 0 0 0 4px rgba(52, 168, 83, 0.12);
        }

        /* High Intent Testimonials Module */
        .home_testimonial_card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 40px;
            position: relative;
            box-shadow: 0 4px 15px rgba(0,0,0,0.01);
        }
        .home_testimonial_stars {
            color: #ffb400;
            margin-bottom: 18px;
            font-size: 15px;
        }

        /* System FAQ Elements Override */
        .accordion-item {
            border-radius: 8px !important;
            margin-bottom: 14px;
            overflow: hidden;
        }
        .accordion-button {
            font-weight: 700;
            padding: 20px;
        }
        .accordion-button:not(.collapsed) {
            background-color: rgba(52, 168, 83, 0.04);
            color: var(--home-primary);
        }

        /* Footer System Block Rules */
        footer {
            background-color: #05080c;
            color: #94a3b8;
            font-size: 14px;
            border-top: 1px solid rgba(255,255,255,0.06);
        }

        /* Responsive Breakpoint Fine-Tuning */
        
        
        

        @keyframes floatGirlBackground {
            0%, 100% { transform: translateY(0) scale(1); opacity: 0.25; }
            50% { transform: translateY(-15px) scale(1.08); opacity: 0.4; }
        }
        .home_hero_girl_canvas .bg-element {
            position: absolute;
            width: 110%;
            height: 110%;
            background: radial-gradient(circle at 50% 50%, rgba(52, 168, 83, 0.22) 0%, rgba(11, 15, 23, 0) 70%);
            border-radius: 50%;
            z-index: 1;
            animation: floatGirlBackground 7s ease-in-out infinite;
        }

        .customfont{
            font-size: 16px;
        }








        /* ==========================================================================
           NEW SECTION: Trusted by Businesses Across Multiple Industries (home_cpm_)
           ========================================================================== */
        .home_cpm_trusted_section {
            padding: 85px 0 75px 0;
            background-color: var(--home-light);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .home_cpm_header_block {
            max-width: 100%;
            margin: 0 auto 50px auto;
        }

        .home_cpm_main_title {
           
            font-size: 40px;
            font-weight: 700;
            color: var(--home-dark);
            line-height: 1.3;
            letter-spacing: -0.5px;
            margin-bottom: 12px;
        }

        .home_cpm_sub_title {
           
            font-size: 22px;
            color: var(--home-text-muted);
            font-weight: 500;
            margin-bottom: 0;
        }

        /* Industry Grid Layout */
        .home_cpm_industry_grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 65px;
        }

        .home_cpm_industry_card {
            background-color: var(--home-bg-gray);
            border: 1px solid rgba(0, 0, 0, 0.04);
            border-radius: 12px;
            padding: 24px 20px;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 80px;
        }

        .home_cpm_industry_card:hover {
            transform: translateY(-4px);
            background-color: var(--home-light);
            border-color: var(--home-primary);
            box-shadow: 0 12px 30px rgba(52, 168, 83, 0.08);
        }

        .home_cpm_industry_name {
          
            font-size: 1rem;
            font-weight: 600;
            color: var(--home-dark);
            margin: 0;
            line-height: 1.4;
        }

        /* Brands Slider Core Styles */
        .home_cpm_brands_divider {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }

        .home_cpm_brands_divider span {
          
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--home-text-muted);
            font-weight: 600;
            background: var(--home-light);
            padding: 0 15px;
            position: relative;
            z-index: 2;
        }

        .home_cpm_brands_divider::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: rgba(0, 0, 0, 0.06);
            z-index: 1;
        }

        /* Infinite Smooth Marquee Track */
        .home_cpm_marquee_wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 10px 0;
        }

        .home_cpm_marquee_inner {
            display: flex;
            width: max-content;
            animation: home_cpm_marquee_loop 25s linear infinite;
        }

        .home_cpm_logo_item {
            width: 180px;
            margin-right: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       

       

        @keyframes home_cpm_marquee_loop {
            0% { transform: translate3d(0, 0, 0); }
            100% { transform: translate3d(-50%, 0, 0); }
        }

        /* Mobile View Responsive Breakpoints */
        

        

        
    

        /* =========================================================
           100% PROFESSIONAL GOOGLE ADS PAGE UPGRADE
           Add-on overrides: Hero, diagnostics, fit cards, responsive
           ========================================================= */
        :root {
            --home-primary-rgb: 52, 168, 83;
            --home-ink: #09111f;
            --home-slate: #475569;
            --home-border: #e6edf4;
            --home-soft: #f6faf8;
            --home-warning: #f59e0b;
        }

        .tracking-wider { letter-spacing: .12em; }
        .max-w-2xl { max-width: 720px; }
        .max-w-3xl { max-width: 920px; }
        .mx-auto { margin-left: auto; margin-right: auto; }
        .home_section_padding { padding: clamp(68px, 7vw, 110px) 0; }
        .home_section_eyebrow,
        .home_hero_tag {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .11em;
        }
        .home_section_eyebrow {
            padding: 8px 16px;
            background: rgba(var(--home-primary-rgb), .09);
            color: #34a853;
            border: 1px solid rgba(var(--home-primary-rgb), .18);
            margin-bottom: 16px;
        }
        .home_btn_primary {
            border-radius: 14px;
            padding: 16px 26px;
            font-weight: 800;
            box-shadow: 0 14px 34px rgba(var(--home-primary-rgb), .25);
        }
        .home_btn_primary:hover {
            box-shadow: 0 18px 42px rgba(var(--home-primary-rgb), .34);
        }

        /* Hero upgrade */
        .home_hero.home_hero_upgrade {
            min-height: 780px;
            padding: clamp(72px, 7vw, 108px) 0 clamp(60px, 6vw, 88px);
            background:
                radial-gradient(circle at 16% 20%, rgba(52, 168, 83, .24), transparent 31%),
                radial-gradient(circle at 78% 36%, rgba(52, 168, 83, .18), transparent 28%),
                linear-gradient(112deg, rgba(6, 10, 18, .98) 0%, rgba(8, 14, 25, .96) 48%, rgba(3, 7, 12, .98) 100%),
                url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1600&q=80");
            background-size: cover;
            background-position: center;
            isolation: isolate;
        }
        .home_hero_upgrade::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            pointer-events: none;
            background-image:
                linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.58) 46%, transparent 100%);
        }
        .home_hero_upgrade::after {
            content: "";
            position: absolute;
            right: -12%;
            top: 8%;
            width: 54vw;
            height: 54vw;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(52,168,83,.18), transparent 64%);
            filter: blur(14px);
            z-index: -1;
        }
        .home_hero_upgrade .container { position: relative; z-index: 3; }
        .home_hero_left_panel { max-width: 790px; }
        .home_hero_upgrade .home_hero_tag {
            margin-bottom: 24px;
            padding: 11px 18px;
            background: linear-gradient(90deg, rgba(52, 168, 83, .22), rgba(52, 168, 83, .09));
            border: 1px solid rgba(52, 168, 83, .28);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 50px rgba(0,0,0,.18);
        }
        .home_hero_upgrade .home_hero_title {
            max-width: 790px;
            min-height: auto;
            font-size: clamp(42px, 4.6vw, 76px);
            line-height: 1.02;
            letter-spacing: -.055em;
            margin-bottom: 22px;
            text-wrap: balance;
        }
        .home_hero_highlight_text {
            color: #ffffff;
            position: relative;
            white-space: nowrap;
        }
        .home_hero_highlight_text::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: .08em;
            height: .16em;
            background: rgba(52, 168, 83, .5);
            z-index: -1;
            border-radius: 999px;
        }
        .home_hero_upgrade .home_hero_subtitle {
            max-width: 760px;
            font-size: clamp(16px, 1.6vw, 21px);
            line-height: 1.75;
            color: #cbd5e1;
            margin-bottom: 28px;
        }
        .home_hero_points.home_hero_points_grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin: 0 0 28px;
        }
        .home_hero_points_grid .home_hero_point_item {
            margin: 0;
            min-height: 68px;
            align-items: flex-start;
            gap: 12px;
            padding: 15px 16px;
            border: 1px solid rgba(255,255,255,.095);
            border-radius: 18px;
            background: rgba(255,255,255,.055);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: 0 18px 44px rgba(0,0,0,.16);
            color: #eef6f3;
        }
        .home_hero_points_grid .home_hero_point_item:first-child {
            grid-column: 1 / -1;
            background: linear-gradient(90deg, rgba(52, 168, 83, .16), rgba(255,255,255,.055));
            border-color: rgba(52, 168, 83, .28);
        }
        .home_hero_points_grid .home_hero_point_item i {
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(52, 168, 83, .15);
            color: #34a853;
            flex: 0 0 auto;
            margin-top: 1px;
        }
        .home_hero_cta_row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
            margin-top: 8px;
        }
        .home_hero_micro_note {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #cbd5e1;
            font-size: 14px;
            max-width: 430px;
            margin: 0;
        }
        .home_hero_micro_note i {
            color: var(--home-primary);
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            background: rgba(52, 168, 83, .12);
        }
        .home_hero_metric_strip {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin: 30px 0 0;
            max-width: 800px;
        }
        .home_hero_metric_item {
            padding: 16px 14px;
            border-radius: 18px;
            background: rgba(255,255,255,.06);
            border: 1px solid rgba(255,255,255,.09);
        }
        .home_hero_metric_item strong {
            display: block;
            color: #ffffff;
            font-size: clamp(19px, 1.9vw, 26px);
            line-height: 1;
            margin-bottom: 7px;
        }
        .home_hero_metric_item span {
            color: #94a3b8;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: .08em;
        }
        .home_hero_visual_column { position: relative; }
        .home_hero_visual_card {
            position: relative;
            max-width: 548px;
            min-height: 620px;
            margin-left: auto;
            border-radius: 38px;
            overflow: hidden;
            background:
                linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
                radial-gradient(circle at 48% 26%, rgba(52, 168, 83, .28), transparent 40%),
                rgba(15, 23, 42, .64);
            border: 1px solid rgba(255,255,255,.11);
            box-shadow: 0 40px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
        }
        .home_hero_visual_card::before {
            content: "";
            position: absolute;
            inset: 34px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,.12);
            box-shadow: 0 0 0 34px rgba(52,168,83,.03);
        }
        .home_hero_visual_card::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -28%;
            width: 82%;
            height: 46%;
            transform: translateX(-50%);
            border-radius: 50%;
            background: radial-gradient(circle, rgba(52, 168, 83, .25), transparent 65%);
            filter: blur(10px);
        }
        .home_hero_girl_canvas {
            position: absolute;
            inset: 0;
            height: auto;
            width: auto;
            align-items: flex-end;
            overflow: hidden;
        }
        .home_hero_upgrade .home_hero_circle_bg,
        .home_hero_upgrade .bg-element { display: none; }
        .home_hero_upgrade .home_hero_girl_img {
            width: 114%;
            height: 108%;
            bottom: -38px;
            left: 50%;
            transform: translateX(-50%) scale(1.02);
            object-fit: contain;
            object-position: bottom center;
            filter: drop-shadow(0 30px 42px rgba(0,0,0,.64));
        }
        .home_hero_visual_glow {
            position: absolute;
            inset: 16px;
            border-radius: 32px;
            border: 1px solid rgba(52, 168, 83, .16);
            pointer-events: none;
            z-index: 3;
        }
        .home_hero_float_card {
            position: absolute;
            z-index: 6;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 242px;
            padding: 14px 16px;
            border-radius: 18px;
            background: rgba(10, 17, 29, .86);
            border: 1px solid rgba(52, 168, 83, .22);
            box-shadow: 0 24px 58px rgba(0,0,0,.44);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
        }
        .home_hero_float_card.card_top { right: -32px; top: 84px; animation: floatBadgeTop 6.5s ease-in-out infinite; }
        .home_hero_float_card.card_bottom { left: -38px; bottom: 86px; animation: floatBadgeBottom 6s ease-in-out infinite; }
        .home_hero_float_icon {
            width: 46px;
            height: 46px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #34a853;
            background: rgba(52,168,83,.14);
            flex: 0 0 auto;
            font-size: 18px;
        }
        .home_hero_float_card strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
        .home_hero_float_card span { color: #34a853; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
        .home_hero_side_stats {
            position: absolute;
            z-index: 6;
            right: 20px;
            bottom: 22px;
            display: grid;
            gap: 9px;
            width: 170px;
        }
        .home_hero_side_stat {
            padding: 11px 13px;
            border-radius: 16px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.1);
            backdrop-filter: blur(12px);
        }
        .home_hero_side_stat b { display: block; color: #fff; font-size: 18px; line-height: 1; }
        .home_hero_side_stat small { color: #cbd5e1; font-weight: 700; }

        /* Campaign diagnostics upgrade */
        .home_diag_section {
            position: relative;
            background:
                radial-gradient(circle at 8% 12%, rgba(52,168,83,.08), transparent 31%),
                radial-gradient(circle at 92% 42%, rgba(234,67,53,.06), transparent 27%),
                linear-gradient(180deg, #f8fbfa 0%, #ffffff 46%, #f6f8fb 100%);
            overflow: hidden;
        }
        /*.home_diag_header { max-width: 1040px; }*/
        .home_diag_title {
            font-size: 44px;
            line-height: 1.08;
            color: var(--home-ink);
            margin-bottom: 18px;
        }
        .home_diag_subtitle {
            font-size: 18px;
            /*color: #64748b;*/
            max-width: 930px;
            margin: 0 auto;
            line-height: 1.75;
        }
        .home_diag_pair {
            position: relative;
            padding: clamp(22px, 2.5vw, 34px);
            border-radius: 32px;
            background: rgba(255,255,255,.74);
            border: 1px solid var(--home-border);
            box-shadow: 0 30px 80px rgba(15, 23, 42, .08);
        }
        .home_diag_visual_card {
            position: relative;
            min-height: 520px;
            height: 100%;
            border-radius: 28px;
            overflow: hidden;
            isolation: isolate;
            box-shadow: 0 24px 64px rgba(15,23,42,.16);
        }
        .home_diag_visual_card img {
            width: 100%;
            height: 100%;
            min-height: 520px;
            object-fit: cover;
            transform: scale(1.015);
        }
        .home_diag_visual_card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 30%, rgba(2,6,23,.76) 100%);
            z-index: 1;
        }
        .home_diag_image_badge {
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 13px;
            padding: 15px 16px;
            border-radius: 18px;
            background: rgba(2, 6, 23, .72);
            border: 1px solid rgba(255,255,255,.13);
            color: #fff;
            backdrop-filter: blur(16px);
        }
        .home_diag_image_badge i {
            width: 42px;
            height: 42px;
            border-radius: 15px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(52, 168, 83, .16);
            color: #34a853;
            flex: 0 0 auto;
        }
        .home_compare_card.home_diag_card {
            border-radius: 28px;
            padding: clamp(28px, 4vw, 48px);
            box-shadow: none;
            height: 100%;
            border-width: 1px;
            overflow: hidden;
            position: relative;
        }
        .home_compare_card.home_diag_card:hover { transform: translateY(-3px); }
        .home_diag_card.home_pain {
            background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
            border-color: rgba(234,67,53,.20);
        }
        .home_diag_card.home_desire {
            background: linear-gradient(180deg, #fff 0%, #f3fff9 100%);
            border-color: rgba(52,168,83,.22);
        }
        .home_diag_card::before {
            content: "";
            position: absolute;
            inset: 0 0 auto 0;
            height: 6px;
            background: linear-gradient(90deg, var(--home-danger), #fb7185);
        }
        .home_diag_card.home_desire::before { background: linear-gradient(90deg, var(--home-primary), #34a853); }
        .home_diag_card_topline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-bottom: 22px;
        }
        .home_diag_chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 999px;
            padding: 8px 14px;
            font-size: 12px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: .08em;
        }
        .home_pain .home_diag_chip { background: #fee2e2; color: #b91c1c; }
        .home_desire .home_diag_chip { background: #dcfce7; color: #047857; }
        .home_diag_score {
            color: #94a3b8;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
        }
        .home_compare_card.home_diag_card .home_compare_title {
            color: var(--home-ink) !important;
            /*font-size: clamp(26px, 2.5vw, 38px);*/
            line-height: 1.15;
            margin-bottom: 22px;
        }
        .home_compare_card.home_diag_card .home_compare_list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 13px;
        }
        .home_compare_card.home_diag_card .home_compare_list li {
            margin: 0;
            min-height: 52px;
            display: flex;
            align-items: flex-start;
            padding: 14px 14px 14px 52px;
            border-radius: 16px;
            background: rgba(255,255,255,.72);
            border: 1px solid rgba(226,232,240,.8);
            line-height: 1.45;
            font-size: 15.5px;
        }
        .home_compare_card.home_diag_card .home_compare_list li i {
            left: 14px;
            top: 14px;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
        }
        .home_diag_card.home_pain .home_compare_list li i { background: #fee2e2; color: #ef4444; }
        .home_diag_card.home_desire .home_compare_list li i { background: #dcfce7; color: #34a853; }
        .home_diag_final_panel {
            margin-top: 34px;
            border-radius: 28px;
            /*padding: clamp(24px, 3vw, 36px);*/
            background: linear-gradient(135deg, var(--home-ink), #102017);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 22px;
            box-shadow: 0 28px 80px rgba(15,23,42,.22);
        }
        .home_diag_final_panel p { margin: 0; color: #cbd5e1; font-size: 17px; line-height: 1.65; }
        .home_diag_final_panel strong { color: #fff; }

        /* Fourth fit section upgrade */
        .home_fit_decision_section {
            position: relative;
            background:
                radial-gradient(circle at 18% 18%, rgba(52,168,83,.10), transparent 34%),
                radial-gradient(circle at 86% 60%, rgba(234,67,53,.07), transparent 28%),
                linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
            overflow: hidden;
        }
        .home_fit_decision_section::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
            background-size: 44px 44px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 80%);
            pointer-events: none;
        }
        .home_fit_decision_section .container { position: relative; z-index: 1; }
        .home_decision_card {
            min-height: 100%;
            padding: clamp(30px, 4vw, 48px);
            border-radius: 30px;
            box-shadow: 0 30px 80px rgba(15,23,42,.08);
            display: flex;
            flex-direction: column;
        }
        .home_decision_card::before {
            content: "";
            position: absolute;
            right: -65px;
            top: -65px;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: rgba(52,168,83,.10);
        }
        .home_decision_card.fit_bad::before { background: rgba(234,67,53,.10); }
        .home_decision_card .fit_badge_header {
            width: max-content;
            padding: 9px 15px;
            margin-bottom: 26px;
            letter-spacing: .08em;
        }
        .home_decision_card .fit_title {
            font-size: clamp(27px, 3vw, 39px);
            line-height: 1.08;
            letter-spacing: -.045em;
            margin-bottom: 20px;
        }
        .home_decision_intro {
            color: #000;
            line-height: 1.75;
            margin-bottom: 26px;
        }
        .home_decision_card .home_fit_list_premium {
            display: grid;
            gap: 13px;
        }
        .home_decision_card .home_fit_list_premium li {
            margin: 0;
            padding: 16px 16px 16px 58px;
            border-radius: 18px;
            border: 1px solid rgba(226,232,240,.8);
            background: rgba(255,255,255,.72);
            color: #000;
        }
        .home_decision_card .home_fit_list_premium li .fit_icon_wrapper {
            left: 17px;
            top: 15px;
            width: 30px;
            height: 30px;
        }
        .home_fit_card_footer {
            margin-top: auto;
            padding-top: 28px;
            display: grid;
            grid-template-columns: repeat(2, minmax(0,1fr));
            gap: 12px;
        }
        .home_fit_footer_metric {
            border-radius: 18px;
            padding: 16px;
            background: #fff;
            border: 1px solid rgba(226,232,240,.95);
        }
        .home_fit_footer_metric b {
            display: block;
            font-size: 22px;
            color: var(--home-ink);
            line-height: 1;
            margin-bottom: 7px;
        }
        .home_fit_footer_metric span {
            color: #64748b;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        /* Upgrade smaller existing blocks */
        .home_case_card_premium,
        .home_service_card,
        .home_form_wrapper,
        .tst-card {
            border-radius: 22px;
        }
        .home_fail_box {
            border-left: 0;
            padding: 26px;
            border-radius: 22px;
            background: #ffffff;
            border: 1px solid var(--home-border);
            box-shadow: 0 18px 48px rgba(15,23,42,.06);
        }

        
        
        
        


        /* =========================================================
           FINAL HERO FIX: Desktop/Laptop fit + smooth background slider
           ========================================================= */
        .home_hero.home_hero_upgrade {
            min-height: auto !important;
            padding: 74px 0 58px !important;
            background: #061018 !important;
            overflow: hidden !important;
        }
        .home_hero_bg_slider,
        .home_hero_bg_slide {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }
        .home_hero_bg_slider {
            z-index: 0;
            overflow: hidden;
        }
        .home_hero_bg_slide {
            opacity: 0;
            background-size: cover;
            background-position: center;
            transform: scale(1.05);
            animation: homeHeroBgFade 24s ease-in-out infinite;
            will-change: opacity, transform;
        }
        .home_hero_bg_slide:nth-child(1) {
            background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1800&q=85");
            animation-delay: 0s;
        }
        .home_hero_bg_slide:nth-child(2) {
            background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1800&q=85");
            animation-delay: 8s;
        }
        .home_hero_bg_slide:nth-child(3) {
            background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=85");
            animation-delay: 16s;
        }
        .home_hero_bg_slider::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 13% 18%, rgba(52, 168, 83, .26), transparent 33%),
                radial-gradient(circle at 82% 38%, rgba(52, 168, 83, .17), transparent 30%),
                linear-gradient(106deg, rgba(3, 9, 14, .96) 0%, rgba(6, 14, 24, .93) 44%, rgba(3, 7, 12, .98) 100%);
        }
        @keyframes homeHeroBgFade {
            0% { opacity: 0; transform: scale(1.06); }
            8% { opacity: .46; transform: scale(1.035); }
            31% { opacity: .46; transform: scale(1.01); }
            39% { opacity: 0; transform: scale(1); }
            100% { opacity: 0; transform: scale(1.06); }
        }
        .home_hero.home_hero_upgrade::before {
            z-index: 1 !important;
            opacity: .7;
        }
        .home_hero.home_hero_upgrade::after {
            z-index: 1 !important;
            opacity: .9;
        }
        .home_hero_upgrade .container {
            position: relative;
            z-index: 4 !important;
        }
        .home_hero_left_panel {
            max-width: 720px !important;
        }
        .home_hero_upgrade .home_hero_tag {
            padding: 9px 17px !important;
            margin-bottom: 18px !important;
            font-size: 12px !important;
            letter-spacing: .14em !important;
        }
        .home_hero_upgrade .home_hero_title {
            max-width: 720px !important;
            font-size: clamp(34px, 3.15vw, 54px) !important;
            line-height: 1.08 !important;
            letter-spacing: -.04em !important;
            margin-bottom: 18px !important;
        }
        .home_hero_highlight_text {
            display: inline-block !important;
            min-width: 218px;
        }
        .home_hero_upgrade .home_hero_subtitle {
            max-width: 710px !important;
            font-size: clamp(15px, 1.06vw, 17px) !important;
            line-height: 1.68 !important;
            margin-bottom: 22px !important;
        }
        .home_hero_points.home_hero_points_grid {
            gap: 10px !important;
            margin-bottom: 22px !important;
        }
        .home_hero_points_grid .home_hero_point_item {
            min-height: auto !important;
            padding: 12px 14px !important;
            border-radius: 14px !important;
            font-size: 14px !important;
            line-height: 1.45 !important;
            align-items: flex-start !important;
        }
        .home_hero_points_grid .home_hero_point_item i {
            width: 24px !important;
            height: 24px !important;
            font-size: 12px !important;
        }
        .home_hero_cta_row {
            gap: 14px !important;
        }
        .home_hero_cta_row .home_btn_primary {
            padding: 13px 22px !important;
            border-radius: 12px !important;
            font-size: 20px !important;
        }
        .home_hero_micro_note {
            font-size: 13px !important;
            line-height: 1.45 !important;
            max-width: 390px !important;
        }
        .home_hero_micro_note i {
            width: 30px !important;
            height: 30px !important;
            border-radius: 10px !important;
        }
        .home_hero_metric_strip {
            margin-top: 22px !important;
            gap: 10px !important;
            max-width: 720px !important;
        }
        .home_hero_metric_item {
            padding: 12px 12px !important;
            border-radius: 14px !important;
        }
        .home_hero_metric_item strong {
            font-size: clamp(17px, 1.4vw, 22px) !important;
            margin-bottom: 5px !important;
        }
        .home_hero_metric_item span {
            font-size: 10.5px !important;
            letter-spacing: .07em !important;
        }
        .home_hero_visual_column {
            min-width: 0;
        }
        .home_hero_visual_card {
            max-width: 500px !important;
            min-height: 500px !important;
            margin-left: auto !important;
            border-radius: 32px !important;
            overflow: visible !important;
            background:
                linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
                radial-gradient(circle at 45% 24%, rgba(52, 168, 83, .22), transparent 42%),
                rgba(13, 22, 34, .72) !important;
        }
        .home_hero_visual_card::before {
            inset: 22px !important;
            z-index: 1 !important;
        }
        .home_hero_visual_card::after {
            z-index: 1 !important;
        }
        .home_hero_girl_canvas {
            inset: 12px 12px 0 !important;
            border-radius: 28px !important;
            overflow: hidden !important;
            z-index: 2 !important;
        }
        .home_hero_upgrade .home_hero_girl_img {
            width: 104% !important;
            height: 104% !important;
            bottom: -14px !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
            object-fit: contain !important;
            object-position: bottom center !important;
            filter: drop-shadow(0 28px 40px rgba(0,0,0,.58)) !important;
        }
        .home_hero_visual_glow {
            z-index: 4 !important;
            inset: 14px !important;
            border-radius: 26px !important;
        }
        .home_hero_float_card {
            z-index: 8 !important;
            min-width: 220px !important;
            max-width: 250px !important;
            padding: 12px 14px !important;
            border-radius: 16px !important;
        }
        .home_hero_float_card.card_top {
            right: 12px !important;
            top: 88px !important;
        }
        .home_hero_float_card.card_bottom {
            left: 14px !important;
            bottom: 72px !important;
        }
        .home_hero_float_icon {
            width: 40px !important;
            height: 40px !important;
            border-radius: 14px !important;
        }
        .home_hero_float_card strong {
            font-size: 13px !important;
            white-space: nowrap;
        }
        .home_hero_float_card span {
            display: block;
            font-size: 11.5px !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 165px;
        }
        .home_hero_side_stats {
            right: 18px !important;
            bottom: 18px !important;
            width: 150px !important;
            z-index: 8 !important;
        }
        .home_hero_side_stat {
            padding: 9px 11px !important;
            border-radius: 13px !important;
        }
        .home_hero_side_stat b {
            font-size: 15px !important;
        }
        .home_hero_side_stat small {
            font-size: 11px !important;
        }
        
        
        
        


        /* =========================================================
           FINAL MOBILE RESPONSIVE ONLY + HERO TYPE COLOR
           Desktop/laptop layout is unchanged. These rules only improve
           tablet/mobile stacking, no horizontal scroll, and hero readability.
           ========================================================= */
        .home_hero_highlight_text {
            --hero-type-color: #34a853;
        }
        .home_hero_highlight_text.hero_text_green {
            --hero-type-color: #34a853;
        }
        .home_hero_highlight_text.hero_text_amber {
            --hero-type-color: #fbbf24;
        }
        .home_hero_highlight_text.hero_text_blue {
            --hero-type-color: #60a5fa;
        }
        .home_hero_highlight_text #typed-headline-target {
            color: var(--hero-type-color) !important;
            text-shadow: 0 0 24px rgba(32, 228, 155, .28);
            text-shadow: 0 0 24px color-mix(in srgb, var(--hero-type-color) 42%, transparent);
            transition: color .35s ease, text-shadow .35s ease;
        }
        .home_hero_highlight_text::after {
            background: rgba(52, 168, 83, .45) !important;
            background: color-mix(in srgb, var(--hero-type-color) 46%, transparent) !important;
            transition: background .35s ease;
        }
        .home_hero_highlight_text .typewriter-cursor {
            animation: homeTypeCursorColorBlink .75s step-end infinite !important;
        }
        @keyframes homeTypeCursorColorBlink {
            from, to { border-color: transparent; }
            50% { border-color: var(--hero-type-color); }
        }

        

        

        


        /* =========================================================
           USER REQUESTED RESPONSIVE REFINEMENT
           Hero equal info bars, CTA stack, industry cards, logo sizing,
           centered audit CTA, and bigger descriptions.
           ========================================================= */
        .home_hero_points.home_hero_points_grid {
            grid-template-columns: 1fr !important;
            gap: 12px !important;
            width: 100% !important;
            max-width: 900px !important;
            margin-bottom: 24px !important;
        }
        .home_hero_points_grid .home_hero_point_item,
        .home_hero_points_grid .home_hero_point_item:first-child {
            grid-column: auto !important;
            width: 100% !important;
            min-height: 64px !important;
            padding: 16px 18px !important;
            border-radius: 18px !important;
            background: linear-gradient(90deg, rgba(52, 168, 83, .18), rgba(255,255,255,.065)) !important;
            border: 1px solid rgba(52, 168, 83, .30) !important;
            box-shadow: 0 18px 46px rgba(0,0,0,.18) !important;
        }
        .home_hero_points_grid .home_hero_point_item span {
            display: block;
            width: 100%;
        }
        .home_hero_cta_row {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 14px !important;
            width: 100% !important;
            max-width: 900px !important;
            margin-top: 2px !important;
            padding: 0 !important;
        }
        .home_hero_micro_note {
            order: 1 !important;
            width: 100% !important;
            max-width: 640px !important;
            margin: 0 !important;
            padding: 14px 16px !important;
            border-radius: 16px !important;
            background: rgba(255,255,255,.065) !important;
            border: 1px solid rgba(255,255,255,.10) !important;
        }
        .home_hero_cta_row .home_btn_primary {
            order: 2 !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: max-content !important;
            min-width: 380px !important;
            max-width: 100% !important;
            text-align: center !important;
        }

        .home_cpm_trusted_section {
            background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%) !important;
        }
        .home_cpm_industry_grid {
            grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
            gap: 18px !important;
            margin-bottom: 62px !important;
        }
        .home_cpm_industry_card {
            position: relative !important;
            min-height: 154px !important;
            padding: 24px 20px !important;
            align-items: flex-start !important;
            justify-content: flex-start !important;
            text-align: left !important;
            gap: 16px !important;
            display: flex !important;
            background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%) !important;
            border: 1px solid rgba(52, 168, 83, .16) !important;
            box-shadow: 0 14px 34px rgba(15, 23, 42, .055) !important;
            overflow: hidden !important;
        }
        .home_cpm_industry_card::after {
            content: "";
            position: absolute;
            right: -36px;
            top: -36px;
            width: 94px;
            height: 94px;
            border-radius: 50%;
            background: rgba(52, 168, 83, .09);
            transition: all .35s ease;
        }
        .home_cpm_industry_card:hover::after {
            transform: scale(1.28);
            background: rgba(52, 168, 83, .16);
        }
        .home_cpm_industry_icon {
            position: relative;
            z-index: 1;
            width: 48px;
            height: 48px;
            min-width: 48px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--home-primary);
            background: rgba(52, 168, 83, .11);
            border: 1px solid rgba(52, 168, 83, .18);
            font-size: 20px;
        }
        .home_cpm_industry_name {
            position: relative;
            z-index: 1;
            font-size: 1.05rem !important;
            font-weight: 800 !important;
            line-height: 1.25 !important;
            margin-bottom: 8px !important;
            color: #07111f !important;
        }
        .home_cpm_industry_desc {
            position: relative;
            z-index: 1;
            margin: 0;
            color: #64748b;
            font-size: 14.5px;
            line-height: 1.55;
            font-weight: 500;
        }
        .home_cpm_more_card {
            border-style: dashed !important;
            background: linear-gradient(180deg, rgba(52,168,83,.07), #ffffff) !important;
        }
        .home_cpm_more_card .home_cpm_industry_name {
            color: var(--home-primary) !important;
        }
        .home_cpm_brands_divider {
            margin-bottom: 22px !important;
        }
        .home_cpm_brands_divider span {
            font-size: .96rem !important;
            font-weight: 900 !important;
            letter-spacing: .18em !important;
            color: #334155 !important;
        }
        .home_cpm_marquee_wrapper {
            padding: 22px 0 !important;
            border-radius: 24px !important;
            background: #ffffff !important;
            border: 1px solid rgba(15,23,42,.07) !important;
            box-shadow: 0 18px 50px rgba(15,23,42,.06) !important;
        }
        .home_cpm_marquee_inner {
            align-items: center !important;
        }
        .home_cpm_logo_item {
            width: 230px !important;
            height: 96px !important;
            margin-right: 28px !important;
            padding: 16px 22px !important;
            background: #ffffff !important;
            border: 1px solid rgba(226,232,240,.95) !important;
            border-radius: 20px !important;
            box-shadow: 0 10px 28px rgba(15,23,42,.045) !important;
        }
       

        .home_diag_final_panel {
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            text-align: center !important;
            padding: clamp(34px, 4vw, 56px) clamp(24px, 5vw, 78px) !important;
            background: radial-gradient(circle at 50% 0%, rgba(52, 168, 83, .24), transparent 34%), linear-gradient(135deg, #06111f 0%, #082216 100%) !important;
        }
        .home_diag_final_panel p {
            max-width: 1080px !important;
            margin: 0 auto !important;
            font-size: 23px;
            line-height: 1.65 !important;
            color: #e2e8f0 !important;
            font-weight: 500 !important;
        }
        .home_diag_final_panel strong {
            display: block !important;
            color: #ffffff !important;
            font-size: clamp(22px, 2.25vw, 34px) !important;
            margin-bottom: 6px !important;
        }
        .home_diag_final_panel .home_btn_primary {
            margin-top: 8px !important;
            min-width: 310px !important;
            text-align: center !important;
        }

        
        .home_decision_intro,
        .home_service_card p,
        .home_case_card_premium p,
        .home_fail_box p,
        .customfont,
        .home_compare_card.home_diag_card .home_compare_list li,
        .home_fit_list_premium li {
            font-size: 18px !important;
            line-height: 1.7 !important;
        }

        
        
        




        /* custom code */
        .customfont-18{
            font-size: 18px;
        }

        .customfont-17{
            font-size: 17px;
        }

/* =========================================================
   FINAL GREEN BRAND + STRATEGY AUDIT FORM SECTION UPGRADE
   Brand color locked to #34a853 and mobile optimized
   ========================================================= */
:root {
    --home-primary: #34a853 !important;
    --home-primary-hover: #2d8f46 !important;
    --home-primary-rgb: 52, 168, 83 !important;
    --home-brand-soft: #eef8f1;
    --home-brand-soft-2: #f6fbf8;
    --home-brand-dark: #173b24;
}

.text-success,
.home_section_eyebrow,
.home_case_premium_metric.text_highlight,
.home_stat_number,
.home_logo span,
.home_path_step_num,
.home_service_icon,
.home_hero_point_item i,
.home_desire .home_compare_list li i {
    color: #34a853 !important;
}

.bg-success,
.home_btn_primary,
.home_case_card_premium::before,
.home_path_line_progress,
.home_path_step_row.revealed .home_path_node_dot {
    background-color: #34a853 !important;
}

.home_btn_primary {
    background: linear-gradient(135deg, #34a853 0%, #2d8f46 100%) !important;
    box-shadow: 0 16px 36px rgba(52, 168, 83, .28) !important;
}
.home_btn_primary:hover {
    background: linear-gradient(135deg, #2d8f46 0%, #24783b 100%) !important;
    box-shadow: 0 20px 44px rgba(52, 168, 83, .36) !important;
}

.home_form_control:focus,
.form-control:focus,
.form-select:focus {
    border-color: #34a853 !important;
    box-shadow: 0 0 0 4px rgba(52, 168, 83, .14) !important;
}

.home_strategy_audit_section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 11% 18%, rgba(52, 168, 83, .13), transparent 30%),
        radial-gradient(circle at 88% 72%, rgba(52, 168, 83, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
}
.home_strategy_audit_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 78%);
    pointer-events: none;
}
.home_strategy_audit_section .container {
    position: relative;
    z-index: 2;
}
.home_strategy_audit_shell {
    position: relative;
    padding: clamp(24px, 4.4vw, 58px);
    border-radius: 36px;
    border: 1px solid rgba(52, 168, 83, .16);
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,251,248,.96));
    box-shadow: 0 32px 90px rgba(15, 23, 42, .09);
    overflow: hidden;
}
.home_strategy_audit_shell::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -135px;
    top: -135px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 168, 83, .18), transparent 68%);
    pointer-events: none;
}
.home_strategy_content_card {
    max-width: 620px;
}
.home_strategy_eyebrow,
.home_form_badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #34a853;
    background: rgba(52, 168, 83, .10);
    border: 1px solid rgba(52, 168, 83, .20);
}
.home_strategy_title {
    margin: 20px 0 18px;
    font-size: 35px;
    /*font-size: clamp(36px, 3.35vw, 58px);*/
    line-height: 1.04;
    font-weight: 600 !important;
    letter-spacing: -.055em;
    color: #0b1220;
    text-wrap: balance;
}
.home_strategy_title span {
    color: #34a853;
    position: relative;
    display: inline-block;
}
.home_strategy_title span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .06em;
    height: .18em;
    border-radius: 999px;
    background: rgba(52, 168, 83, .20);
    z-index: -1;
}
.home_strategy_subtitle {
    max-width: 610px;
    margin: 0 0 22px;
    color: #475569;
    font-size: clamp(17px, 1.3vw, 20px);
    /*line-height: 1.75;*/
    font-weight: 500;
}
.home_strategy_highlight_bar {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    margin: 0 0 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(52, 168, 83, .12), rgba(255,255,255,.82));
    border: 1px solid rgba(52, 168, 83, .18);
    box-shadow: 0 18px 42px rgba(52, 168, 83, .08);
}
.home_strategy_highlight_bar > i {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #34a853;
    box-shadow: 0 14px 26px rgba(52, 168, 83, .28);
}
.home_strategy_highlight_bar strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.35;
    color: #111827;
}
.home_strategy_highlight_bar small {
    display: block;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 600;
}
.home_strategy_benefit_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.home_strategy_benefit_item {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    min-height: 124px;
    padding: 10px;
    border-radius: 22px;
    border: 1px solid rgba(226, 232, 240, .92);
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 42px rgba(15,23,42,.055);
    transition: all .28s ease;
}
.home_strategy_benefit_item:hover {
    transform: translateY(-4px);
    border-color: rgba(52, 168, 83, .32);
    box-shadow: 0 24px 54px rgba(52, 168, 83, .12);
}
.home_strategy_benefit_icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #34a853;
    background: rgba(52, 168, 83, .10);
    border: 1px solid rgba(52, 168, 83, .16);
    font-size: 18px;
}
.home_strategy_benefit_item h5 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}
.home_strategy_benefit_item p {
    margin: 0;
    color: #64748b;
    font-size: 16.5px;
    line-height: 1.55;
    font-weight: 500;
}
.home_strategy_mini_stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.home_strategy_mini_stats div {
    padding: 15px 14px;
    border-radius: 20px;
    background: #0b1220;
    box-shadow: 0 18px 42px rgba(15,23,42,.15);
}
.home_strategy_mini_stats strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
}
.home_strategy_mini_stats span {
    color: #a7f3d0;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2;
}
.home_strategy_form_card {
    position: relative;
    max-width: 560px;
    margin-left: auto;
    padding: clamp(28px, 3vw, 48px) !important;
    border-radius: 30px !important;
    border: 1px solid rgba(52, 168, 83, .18) !important;
    background: #ffffff !important;
    box-shadow: 0 34px 88px rgba(15,23,42,.14), 0 0 0 8px rgba(52,168,83,.035) !important;
    overflow: hidden;
}
.home_strategy_form_card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #34a853, #8fd19e);
}
.home_form_top {
    margin-bottom: 24px;
}
.home_form_top h4 {
    margin-top: 15px;
    color: #0f172a;
    font-size: clamp(25px, 2.1vw, 34px);
    line-height: 1.15;
    letter-spacing: -.035em;
}
.home_form_top p {
    margin: 0;
    color: #64748b;
    font-size: 15.5px;
    line-height: 1.6;
    font-weight: 500;
}
.home_strategy_form_card .form-label {
    color: #0f172a;
    font-size: 14px !important;
    margin-bottom: 8px;
}
.home_strategy_form_card .home_form_control {
    min-height: 58px;
    margin-bottom: 0 !important;
    border-radius: 14px !important;
    border: 1px solid #d7e2dc !important;
    background-color: #fbfdfc !important;
    color: #0f172a;
    font-size: 15.5px;
}
.home_strategy_form_card .home_form_control::placeholder {
    color: #7b8794;
}
.home_form_privacy_note {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 14px 0 0;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
}
.home_form_privacy_note i {
    color: #34a853;
    margin-top: 2px;
}
