/* ========================================================================
   POMPE-A-CHALEUR2.CSS - Persuasive Landing Page Variant
   Overrides for content-first layout with form at bottom.
   Loaded AFTER pompe-a-chaleur.css to inherit form/section styles.
   ======================================================================== */

/* ========================================================================
   HERO OVERRIDE - Full Width Centered (no side-by-side form)
   ======================================================================== */
.v2-hero .hero-container {
    grid-template-columns: 1fr;
    max-width: 900px;
    text-align: center;
}

.v2-hero .hero-content {
    text-align: center;
}

.v2-hero .hero-subtitle {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
}

.v2-hero .trust-indicators {
    justify-content: center;
}

.v2-hero .hero-stats {
    justify-content: center;
}

/* Hero CTA Button */
.v2-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, var(--primary-color), #e65c00);
    color: white;
    padding: 22px 55px;
    border-radius: 60px;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(255, 107, 0, 0.45);
    animation: heroCTAPulse 2.5s infinite;
    margin-bottom: 40px;
}

.v2-hero-cta:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 50px rgba(255, 107, 0, 0.6);
}

@keyframes heroCTAPulse {
    0%, 100% {
        box-shadow: 0 10px 40px rgba(255, 107, 0, 0.45);
    }
    50% {
        box-shadow: 0 10px 50px rgba(255, 107, 0, 0.65), 0 0 0 15px rgba(255, 107, 0, 0.1);
    }
}

/* ========================================================================
   PAIN SECTION - Energy Cost Problem
   ======================================================================== */
.v2-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.v2-pain-card {
    background: white;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 4px solid #dc3545;
}

.v2-pain-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.v2-pain-number {
    font-size: 3.2rem;
    font-weight: 800;
    color: #dc3545;
    line-height: 1;
    margin-bottom: 16px;
}

.v2-pain-card p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.v2-pain-conclusion {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.08) 0%, rgba(40, 167, 69, 0.02) 100%);
    border: 2px solid rgba(40, 167, 69, 0.2);
    border-radius: 20px;
    padding: 30px 35px;
    max-width: 850px;
    margin: 0 auto;
}

.v2-pain-conclusion > i {
    font-size: 2rem;
    color: #28a745;
    flex-shrink: 0;
    margin-top: 2px;
}

.v2-pain-conclusion p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* ========================================================================
   SAVINGS COMPARISON - Before/After
   ======================================================================== */
.v2-savings-comparison {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 950px;
    margin: 0 auto 45px;
}

.v2-savings-card {
    flex: 1;
    border-radius: 24px;
    padding: 35px 30px;
    position: relative;
}

.v2-savings-before {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    border: 2px solid rgba(220, 53, 69, 0.2);
}

.v2-savings-after {
    background: linear-gradient(135deg, #f0fff4 0%, #fff 100%);
    border: 2px solid rgba(40, 167, 69, 0.25);
    box-shadow: 0 15px 50px rgba(40, 167, 69, 0.1);
}

.v2-savings-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.v2-savings-before .v2-savings-label {
    color: #dc3545;
}

.v2-savings-after .v2-savings-label {
    color: #28a745;
}

.v2-savings-card h3 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 16px;
    font-weight: 700;
}

.v2-savings-amount {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 24px;
}

.v2-savings-amount span {
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.7;
}

.v2-savings-amount.v2-bad {
    color: #dc3545;
}

.v2-savings-amount.v2-good {
    color: #28a745;
}

.v2-savings-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.v2-savings-card ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.v2-savings-card ul li:last-child {
    border-bottom: none;
}

.v2-savings-before ul li i {
    color: #dc3545;
    font-size: 0.85rem;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.v2-savings-after ul li i {
    color: #28a745;
    font-size: 0.85rem;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.v2-savings-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 2rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

/* Savings Highlight Box */
.v2-savings-highlight {
    display: flex;
    align-items: center;
    gap: 28px;
    background: linear-gradient(135deg, var(--secondary-color) 0%, #004080 100%);
    color: white;
    border-radius: 24px;
    padding: 35px 40px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 15px 50px rgba(0, 51, 102, 0.25);
}

.v2-savings-highlight-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: rgba(255, 107, 0, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary-color);
}

.v2-savings-highlight-text {
    flex: 1;
}

.v2-big-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
    margin-bottom: 8px;
}

.v2-savings-highlight-text p {
    font-size: 1.05rem;
    opacity: 0.92;
    line-height: 1.65;
    margin: 0;
}

/* ========================================================================
   GOVERNMENT AIDS SECTION
   ======================================================================== */
.v2-aids-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.v2-aid-card {
    background: white;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.v2-aid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.v2-aid-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.12) 0%, rgba(255, 107, 0, 0.04) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.v2-aid-icon i {
    font-size: 1.6rem;
    color: var(--primary-color);
}

.v2-aid-card h3 {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 12px;
    font-weight: 700;
}

.v2-aid-amount {
    font-size: 1.4rem;
    font-weight: 800;
    color: #28a745;
    margin-bottom: 14px;
}

.v2-aid-card p {
    color: #666;
    line-height: 1.65;
    font-size: 0.95rem;
    margin: 0;
}

/* Urgency Banner */
.v2-aids-urgency {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.08) 0%, rgba(220, 53, 69, 0.02) 100%);
    border: 2px solid rgba(220, 53, 69, 0.2);
    border-radius: 18px;
    padding: 22px 30px;
    margin-bottom: 35px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.v2-aids-urgency > i {
    font-size: 1.8rem;
    color: #dc3545;
    flex-shrink: 0;
}

.v2-aids-urgency p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* Section inline CTA */
.v2-section-cta {
    text-align: center;
    margin-top: 50px;
}

/* ========================================================================
   TESTIMONIALS SECTION
   ======================================================================== */
.v2-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.v2-testimonial-card {
    background: white;
    border-radius: 24px;
    padding: 35px 28px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.v2-testimonial-card::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2rem;
    color: rgba(255, 107, 0, 0.1);
}

.v2-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.v2-testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
}

.v2-testimonial-stars i {
    color: #ffc107;
    font-size: 1rem;
}

.v2-testimonial-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    font-style: italic;
    flex: 1;
    margin-bottom: 22px;
}

.v2-testimonial-author {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.v2-testimonial-author strong {
    display: block;
    color: var(--secondary-color);
    font-size: 1rem;
    margin-bottom: 4px;
}

.v2-testimonial-author span {
    color: #888;
    font-size: 0.88rem;
}

/* ========================================================================
   FORM SECTION - Bottom of Page
   ======================================================================== */
.v2-form-section {
    padding: 90px 20px 100px;
    background: linear-gradient(180deg, var(--light-bg) 0%, #e8ecf0 100%);
    position: relative;
}

.v2-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary-color), #e65c00, var(--primary-color));
}

.v2-form-intro {
    text-align: center;
    margin-bottom: 50px;
}

.v2-form-intro h2 {
    font-size: 2.6rem;
    color: var(--secondary-color);
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.v2-form-intro p {
    font-size: 1.2rem;
    color: #555;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.v2-form-wrapper {
    max-width: 680px;
    margin: 0 auto;
}

/* ========================================================================
   RESPONSIVE OVERRIDES
   ======================================================================== */
@media (max-width: 992px) {
    .v2-hero .hero-container {
        text-align: center;
    }

    .v2-pain-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .v2-savings-comparison {
        flex-direction: column;
        gap: 20px;
    }

    .v2-savings-arrow {
        transform: rotate(90deg);
        padding: 10px 0;
    }

    .v2-aids-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .v2-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .v2-hero-cta {
        padding: 18px 40px;
        font-size: 1.1rem;
    }

    .v2-pain-number {
        font-size: 2.5rem;
    }

    .v2-pain-card {
        padding: 30px 24px;
    }

    .v2-pain-conclusion {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .v2-savings-amount {
        font-size: 2.4rem;
    }

    .v2-savings-card {
        padding: 28px 22px;
    }

    .v2-savings-highlight {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
    }

    .v2-big-number {
        font-size: 1.5rem;
    }

    .v2-aids-urgency {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .v2-form-intro h2 {
        font-size: 2rem;
    }

    .v2-form-intro p {
        font-size: 1.05rem;
    }
}

@media (max-width: 480px) {
    .v2-hero-cta {
        padding: 16px 30px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }

    .v2-pain-number {
        font-size: 2.2rem;
    }

    .v2-savings-amount {
        font-size: 2rem;
    }

    .v2-form-intro h2 {
        font-size: 1.7rem;
    }

    .v2-form-section {
        padding: 60px 15px 70px;
    }
}
