/* Cleaned page-specific CSS. Global navbar/marquee/promo/OHSEM/WhatsApp moved to assets/css/global.css */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #1a1a1a;
            background-color: #ffffff;
            line-height: 1.5;
            overflow-x: hidden;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .section-padding {
            padding: 60px 0;
        }
        .btn-primary {
            display: inline-block;
            background: #c9002c;
            color: white;
            padding: 12px 32px;
            border-radius: 40px;
            font-weight: 600;
            transition: 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }
        .btn-primary:hover {
            background: #a30023;
            transform: translateY(-2px);
        }
        .btn-outline {
            background: transparent;
            border: 1px solid #c9002c;
            color: #c9002c;
            padding: 10px 24px;
            border-radius: 40px;
            font-weight: 500;
            transition: 0.3s;
            display: inline-block;
        }
        .btn-outline:hover {
            background: #c9002c;
            color: white;
        }

        .aircond-hero {
            position: relative;
            min-height: 720px;
            background: url("../../backgroundac.webp") no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
        }
        .aircond-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0,0,0,0.42), rgba(0,0,0,0.10));
        }
        .aircond-hero-content {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 40px;
        }
        .aircond-hero-left {
            max-width: 680px;
            color: #fff;
        }
        .aircond-hero-badge {
            width: 220px;
            display: block;
            margin-bottom: 24px;
        }
        .aircond-hero-left h1 {
            font-size: 3.2rem;
            line-height: 1.15;
            font-weight: 500;
            margin-bottom: 24px;
        }
        .aircond-hero-left p {
            font-size: 1.2rem;
            line-height: 1.6;
            max-width: 620px;
            margin-bottom: 30px;
            color: rgba(255,255,255,0.92);
        }
        .aircond-hero-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 34px;
            border-radius: 999px;
            background: #c9002c;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            transition: 0.3s ease;
        }
        .aircond-hero-btn:hover {
            transform: translateY(-2px);
        }

        .feature-highlight {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin: 50px 0;
        }
        .feature-highlight-item {
            background: #fff;
            border-radius: 24px;
            padding: 30px 24px;
            text-align: center;
            box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        }
        .feature-highlight-item h3 {
            font-size: 1.15rem;
            margin: 16px 0 8px;
        }
        .feature-highlight-item p {
            color: #666;
            font-size: 0.95rem;
        }

        .video-bg-card {
            position: relative;
            overflow: hidden;
            border-radius: 28px;
            box-shadow: 0 10px 28px rgba(0,0,0,0.12);
            margin-bottom: 40px;
        }
        .video-bg-card .overlay {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 30px;
            background: linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0.08));
            color: #fff;
        }
        .video-bg-card .overlay h3 {
            font-size: 1.7rem;
            margin-bottom: 8px;
        }

        .feature-grid-2 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            margin: 30px 0;
        }
        .feature-card-bg {
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            box-shadow: none;
        }
        .feature-card-bg img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            display: block;
        }
        .feature-card-bg .content {
            padding: 10px 8px;
        }
        .feature-card-bg .content h3 {
            font-size: 13px;
            margin-bottom: 4px;
        }
        .feature-card-bg .content p {
            font-size: 10px;
            line-height: 1.35;
            color: #333;
        }
        .dual-inverter-card {
            grid-column: span 4;
            position: relative;
        }
        .dual-inverter-card img {
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
        }
        .dual-inverter-text {
            position: absolute;
            top: 38px;
            right: 50px;
            text-align: right;
            color: #111;
        }
        .dual-inverter-text h3 {
            font-size: 30px;
            font-weight: 500;
        }
        .dual-inverter-text p {
            font-size: 14px;
            margin-top: 6px;
        }

        .product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 26px;
            margin: 30px 0 60px;
        }
        .product-card {
            background: #fff;
            border-radius: 24px;
            padding: 26px 22px;
            text-align: center;
            box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        }
        .product-card img {
            max-width: 100%;
            height: auto;
        }
        .product-card h4 {
            font-size: 1.15rem;
            margin: 16px 0 8px;
        }
        .product-card .model {
            font-size: 0.95rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }
        .product-card .desc {
            font-size: 0.9rem;
            color: #666;
        }
        .product-card .divider {
            width: 100%;
            height: 1px;
            background: #eee;
            margin: 18px 0;
        }
        .lg-subscribe-logo {
            width: 120px;
            margin: 0 auto 12px;
            display: block;
        }
        .product-card .price {
            font-size: 2rem;
            font-weight: 700;
            color: #c9002c;
            margin-bottom: 16px;
        }
        .product-card .price small {
            font-size: 1rem;
            font-weight: 500;
            color: #444;
        }

        /* ===== FAQ ACCORDION ===== */
        #faqAccordion {
            max-width: 700px;
            margin: 0 auto;
        }
        .accordion-item {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            margin-bottom: 12px;
            overflow: hidden;
            transition: 0.2s;
        }
        .accordion-header {
            padding: 18px 22px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            color: #1a1a1a;
        }
        .accordion-header i {
            color: #999;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        .accordion-content {
            padding: 0 22px 20px 22px;
            display: none;
            border-top: none;
            color: #555;
            font-size: 0.9rem;
            line-height: 1.5;
        }
        .accordion-item.active .accordion-header {
            color: #c9002c;
        }
        .accordion-item.active .accordion-header i {
            color: #c9002c;
        }
        .accordion-item.active .accordion-content {
            display: block;
        }
        .accordion-header:hover {
            color: #c9002c;
        }
        .accordion-header:hover i {
            color: #c9002c;
        }
        .section-title {
            text-align: center;
        }

        .footer {
            background: #971D37;
            color: #fff;
            padding: 100px 0 28px;
            position: relative;
            margin-top: 60px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 1.35fr 0.8fr 1fr 1.3fr;
            gap: 50px;
            max-width: 1380px;
            margin: 0 auto;
            padding: 0 32px;
            align-items: start;
        }
        .footer-col h4 {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .footer-col p,
        .footer-col a,
        .footer-contact-item {
            color: #fff;
            font-size: 17px;
            line-height: 1.45;
        }
        .footer-intro-title {
            font-size: 28px;
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 24px;
            max-width: 360px;
        }
        .footer-intro-desc {
            max-width: 360px;
            margin-bottom: 28px;
        }
        .footer-bullet-list a,
        .footer-bullet-list .footer-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 10px;
            color: #fff;
        }
        .footer-bullet-list a::before {
            content: "●";
            font-size: 12px;
            line-height: 1.8;
            flex-shrink: 0;
        }
        .footer-contact-item i {
            width: 20px;
            margin-top: 4px;
            flex-shrink: 0;
        }
        .footer-branch-label {
            font-weight: 700;
            margin: 6px 0 4px 0;
        }
        .footer-whatsapp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            background: #fff;
            color: #111 !important;
            min-width: 330px;
            padding: 16px 28px;
            border-radius: 999px;
            font-size: 16px;
            font-weight: 600;
            margin-top: 28px;
        }
        .footer-bottom {
            text-align: center;
            margin-top: 44px;
            color: #fff;
            font-size: 18px;
        }

        @media (max-width: 1100px) {.footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 36px;
            }
            .product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
}
        @media (max-width: 1024px) {.feature-highlight {
                grid-template-columns: 1fr;
            }
            .feature-grid-2 {
                grid-template-columns: repeat(2, 1fr);
            }
            .dual-inverter-card {
                grid-column: span 2;
            }
            .product-grid {
                grid-template-columns: 1fr;
            }
            .aircond-hero-left h1 {
                font-size: 2.3rem;
            }
            .aircond-hero {
                min-height: 600px;
            }
}
        @media (max-width: 768px) {.aircond-hero-content {
                padding: 0 20px;
            }
            .aircond-hero-badge {
                width: 170px;
            }
            .aircond-hero-left h1 {
                font-size: 1.9rem;
            }
            .aircond-hero-left p {
                font-size: 1rem;
            }
            .footer {
                padding: 50px 0 24px;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 28px;
                padding: 0 20px;
            }
            .footer-intro-title {
                font-size: 24px;
                max-width: 100%;
            }
            .footer-intro-desc {
                max-width: 100%;
            }
            .footer-col p,
            .footer-col a,
            .footer-contact-item {
                font-size: 16px;
            }
            .footer-whatsapp-btn {
                min-width: 100%;
                width: 100%;
            }
            .footer-bottom {
                font-size: 16px;
                margin-top: 34px;
            }
            .feature-grid-2 {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }
            .dual-inverter-card {
                grid-column: span 2;
            }
            .dual-inverter-card img {
                height: auto;
            }
            .dual-inverter-text {
                top: 15px;
                right: 15px;
            }
            .dual-inverter-text h3 {
                font-size: 16px;
            }
            .dual-inverter-text p {
                font-size: 10px;
            }
            .feature-card-bg img {
                height: 100px;
            }
            .feature-card-bg .content h3 {
                font-size: 11px;
            }
            .feature-card-bg .content p {
                font-size: 9px;
            }
}
        .lg-cta {
            position: relative;
            width: 100%;
            margin-top: 80px;
            margin-bottom: -74px;
            z-index: 20;
            padding: 0 20px;
            background: transparent;
        }
        .lg-cta::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            bottom: 0;
            background: #971D37;
            z-index: 0;
        }
        .cta-container {
            max-width: 980px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 999px;
            padding: 20px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
            position: relative;
            z-index: 2;
        }
        .cta-logo {
            flex-shrink: 0;
            width: 78px;
            height: 78px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .cta-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .cta-text {
            flex: 1;
            font-size: 25px;
            line-height: 1.4;
            color: #555;
            font-weight: 400;
            max-width: 560px;
        }
        .cta-btn {
            flex-shrink: 0;
        }
        .cta-btn a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #a50034;
            color: #ffffff;
            padding: 13px 30px;
            border-radius: 999px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 600;
            white-space: nowrap;
            min-width: 170px;
            transition: all 0.3s ease;
        }

        @media (max-width: 768px) {html, body { 
                width: 100% !important; 
                max-width: 100% !important; 
                overflow-x: hidden !important; 
            }
            body { 
                padding-top: 115px !important; 
            }
}
        /* ===== FIX .lg-cta MOBILE FOLLOW INDEX STYLE ===== */
@media (max-width: 768px) {.lg-cta {
        position: relative !important;
        width: 100% !important;
        margin-top: -55px !important;
        margin-bottom: -65px !important;
        padding: 0 18px !important;
        z-index: 60 !important;
        background: transparent !important;
    }

    .lg-cta::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 55% !important;
        bottom: 0 !important;
        background: #971D37 !important;
        z-index: 0 !important;
    }

    .cta-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 26px 22px 24px !important;
        border-radius: 38px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 18px !important;
        text-align: center !important;
        background: #fff !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .cta-logo {
        width: 86px !important;
        height: 86px !important;
        margin: 0 auto !important;
    }

    .cta-text {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        color: #555 !important;
        text-align: center !important;
    }

    .cta-btn {
        width: 100% !important;
    }

    .cta-btn a {
        width: 100% !important;
        min-width: 0 !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
        border-radius: 999px !important;
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 155px !important;
    }
}

/* =========================================================
   AIR CONDITIONER HP CALCULATOR
   ========================================================= */
.aircond-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.aircond-hero-btn-light {
    background: rgba(255, 255, 255, 0.96);
    color: #a50034;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.aircond-hero-btn-light:hover {
    background: #fff;
    color: #7f0028;
}

.hp-calculator-section {
    scroll-margin-top: 150px;
}

.hp-calculator-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 36px;
    align-items: stretch;
    padding: 42px;
    border: 1px solid #eadbe0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 10%, rgba(200, 0, 44, 0.10), transparent 31%),
        linear-gradient(135deg, #fff 0%, #fff8fa 100%);
    box-shadow: 0 18px 55px rgba(88, 15, 37, 0.10);
}

.hp-calculator-shell::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -75px;
    top: -90px;
    border-radius: 50%;
    background: rgba(201, 0, 44, 0.055);
    pointer-events: none;
}

.hp-calculator-copy,
.hp-calculator-panel {
    position: relative;
    z-index: 1;
}

.hp-calculator-copy {
    padding: 18px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp-calculator-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 17px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #fde9ee;
    color: #a50034;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hp-calculator-copy h2 {
    max-width: 570px;
    margin-bottom: 16px;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: #191316;
}

.hp-calculator-copy > p {
    max-width: 560px;
    color: #675d61;
    font-size: 1rem;
    line-height: 1.7;
}

.hp-calculator-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 24px;
    padding: 15px 17px;
    border-left: 3px solid #c9002c;
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, 0.75);
    color: #51474b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.hp-calculator-note i {
    margin-top: 3px;
    color: #c9002c;
}

.hp-calculator-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.82fr);
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 35px rgba(73, 18, 34, 0.09);
    backdrop-filter: blur(10px);
}

.hp-calculator-form,
.hp-calculator-result {
    min-width: 0;
}

.hp-calculator-form {
    padding: 6px;
}

.hp-unit-switch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}

.hp-unit-switch legend {
    grid-column: 1 / -1;
    margin-bottom: 7px;
    color: #40373b;
    font-size: 0.88rem;
    font-weight: 700;
}

.hp-unit-switch label {
    position: relative;
    cursor: pointer;
}

.hp-unit-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hp-unit-switch span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 9px 12px;
    border: 1px solid #e2d9dc;
    border-radius: 12px;
    background: #fff;
    color: #554b4f;
    font-size: 0.9rem;
    font-weight: 700;
    transition: 0.2s ease;
}

.hp-unit-switch input:checked + span {
    border-color: #c9002c;
    background: #c9002c;
    color: #fff;
    box-shadow: 0 7px 16px rgba(201, 0, 44, 0.18);
}

.hp-unit-switch input:focus-visible + span {
    outline: 3px solid rgba(201, 0, 44, 0.22);
    outline-offset: 2px;
}

.hp-input-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hp-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.hp-field-full {
    margin-top: 12px;
}

.hp-field > span {
    color: #40373b;
    font-size: 0.88rem;
    font-weight: 700;
}

.hp-field > span strong {
    color: #81757a;
    font-weight: 600;
}

.hp-field input,
.hp-field select {
    width: 100%;
    min-height: 47px;
    padding: 11px 13px;
    border: 1px solid #ded5d8;
    border-radius: 12px;
    outline: 0;
    background: #fff;
    color: #221d1f;
    font: inherit;
    font-size: 0.94rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hp-field input:focus,
.hp-field select:focus {
    border-color: #c9002c;
    box-shadow: 0 0 0 3px rgba(201, 0, 44, 0.10);
}

.hp-field input.is-invalid {
    border-color: #c9002c;
    box-shadow: 0 0 0 3px rgba(201, 0, 44, 0.08);
}

.hp-form-error {
    min-height: 20px;
    margin: 9px 0 2px;
    color: #b00020;
    font-size: 0.8rem;
    font-weight: 600;
}

.hp-calculate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 49px;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    background: #c9002c;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 9px 20px rgba(201, 0, 44, 0.20);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hp-calculate-btn:hover {
    transform: translateY(-2px);
    background: #a90027;
    box-shadow: 0 12px 25px rgba(169, 0, 39, 0.24);
}

.hp-calculator-result {
    display: flex;
    min-height: 100%;
    padding: 22px;
    border-radius: 19px;
    background: linear-gradient(145deg, #221a1e 0%, #461023 100%);
    color: #fff;
}

.hp-result-placeholder,
.hp-result-content {
    width: 100%;
}

.hp-result-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 260px;
    text-align: center;
}

.hp-result-placeholder i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: #ffb2c3;
    font-size: 1.35rem;
}

.hp-result-placeholder strong {
    font-size: 1rem;
    line-height: 1.35;
}

.hp-result-placeholder span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    line-height: 1.5;
}

.hp-result-content {
    align-self: center;
}

.hp-result-label {
    display: block;
    margin-bottom: 7px;
    color: #ffc7d4;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hp-result-main {
    font-size: clamp(2.1rem, 4vw, 3.15rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
}

.hp-result-btu {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
}

.hp-result-breakdown {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 19px 0 15px;
}

.hp-result-breakdown > div {
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.06);
}

.hp-result-breakdown span,
.hp-result-breakdown strong {
    display: block;
}

.hp-result-breakdown span {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
}

.hp-result-breakdown strong {
    color: #fff;
    font-size: 0.9rem;
}

.hp-result-advice {
    min-height: 42px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    line-height: 1.52;
}

.hp-result-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 15px;
}

.hp-result-products,
.hp-result-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 41px;
    padding: 9px 13px;
    border-radius: 999px;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hp-result-products {
    background: #fff;
    color: #971d37;
}

.hp-result-whatsapp {
    background: #25d366;
    color: #fff;
}

.hp-result-products:hover,
.hp-result-whatsapp:hover {
    transform: translateY(-1px);
    opacity: 0.94;
}

.hp-calculator-disclaimer {
    max-width: 980px;
    margin: 15px auto 0;
    color: #766b6f;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.55;
}

.hp-product-match-notice {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fde9ee;
    color: #9c002b;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 700;
}

.product-card {
    border: 2px solid transparent;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.product-card.hp-match {
    border-color: #c9002c;
    box-shadow: 0 13px 32px rgba(201, 0, 44, 0.15);
    transform: translateY(-4px);
}

.product-card.hp-match::before {
    content: "Recommended match";
    display: inline-flex;
    margin: -8px auto 4px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #c9002c;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

@media (max-width: 1120px) {
    .hp-calculator-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hp-calculator-copy {
        padding: 0;
    }
}

@media (max-width: 820px) {
    .hp-calculator-shell {
        padding: 24px;
        border-radius: 24px;
    }

    .hp-calculator-panel {
        grid-template-columns: 1fr;
    }

    .hp-result-placeholder {
        min-height: 190px;
    }
}

@media (max-width: 560px) {
    .aircond-hero-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .aircond-hero-actions .aircond-hero-btn {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .hp-calculator-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .hp-calculator-shell {
        padding: 18px;
        border-radius: 20px;
    }

    .hp-calculator-copy h2 {
        font-size: 1.72rem;
    }

    .hp-calculator-panel {
        padding: 12px;
        border-radius: 18px;
    }

    .hp-input-grid {
        grid-template-columns: 1fr;
    }

    .hp-calculator-result {
        padding: 19px;
    }

    .hp-result-breakdown {
        grid-template-columns: 1fr;
    }

    .hp-product-match-notice {
        border-radius: 16px;
    }
}

/* =========================================================
   HP CALCULATOR — RESULT LAYOUT FIX
   The result uses the full panel width after calculation so long
   recommendations cannot overlap or be cut off.
   ========================================================= */
.hp-calculator-shell.has-result {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.hp-calculator-panel.has-result {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.hp-calculator-panel.has-result .hp-calculator-form {
    width: 100%;
}

.hp-calculator-panel.has-result .hp-calculator-result {
    width: 100%;
    min-width: 0;
    min-height: 360px;
    padding: 32px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 18px 40px rgba(50, 5, 23, 0.22);
}

.hp-calculator-panel.has-result .hp-result-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 100%;
}

.hp-calculator-panel.has-result .hp-result-label {
    margin-bottom: 10px;
    font-size: 0.86rem;
}

.hp-calculator-panel.has-result .hp-result-main {
    max-width: 100%;
    font-size: clamp(3rem, 4.2vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
}

.hp-calculator-panel.has-result.is-long-result .hp-result-main {
    font-size: clamp(2.25rem, 3.3vw, 3.55rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.hp-calculator-panel.has-result .hp-result-btu {
    margin-top: 12px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.45;
}

.hp-calculator-panel.has-result .hp-result-breakdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 25px 0 19px;
}

.hp-calculator-panel.has-result .hp-result-breakdown > div {
    min-width: 0;
    padding: 16px;
    border-radius: 14px;
}

.hp-calculator-panel.has-result .hp-result-breakdown span {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.hp-calculator-panel.has-result .hp-result-breakdown strong {
    font-size: 1.12rem;
    overflow-wrap: anywhere;
}

.hp-calculator-panel.has-result .hp-result-advice {
    min-height: 0;
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.62;
}

.hp-calculator-panel.has-result .hp-result-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.hp-calculator-panel.has-result .hp-result-products,
.hp-calculator-panel.has-result .hp-result-whatsapp {
    min-width: 0;
    min-height: 49px;
    padding: 12px 16px;
    font-size: 0.86rem;
    line-height: 1.35;
}

@media (max-width: 1120px) {
    .hp-calculator-shell.has-result {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .hp-calculator-panel.has-result .hp-calculator-result {
        min-height: 0;
        padding: 26px 22px;
    }

    .hp-calculator-panel.has-result .hp-result-main {
        font-size: clamp(2.75rem, 14vw, 4rem);
    }

    .hp-calculator-panel.has-result.is-long-result .hp-result-main {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hp-calculator-panel.has-result .hp-result-breakdown,
    .hp-calculator-panel.has-result .hp-result-actions {
        grid-template-columns: 1fr;
    }
}
