  /*==============================================
    Landing / Offer Pages
    Extends Suntop template components for
    standalone conversion-focused landing pages.
===============================================*/

/* ---- Hero ---- */
.lp-hero {
    position: relative;
    background: var(--suntop-black);
    padding: 0;
    overflow: hidden;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.35;
    z-index: 0;
}

.lp-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 60px;
}

.lp-hero__logos {
    text-align: center;
    margin-bottom: 40px;
}

.lp-hero__logos img {
    max-width: 100%;
    max-height: 240px;
    margin: 0 12px 10px;
}

.lp-hero__logos .generac-badge {
    max-height: 30px;
    vertical-align: middle;
    opacity: 0.9;
}

.lp-hero__phone-bar {
    text-align: center;
    margin-bottom: 30px;
}


.lp-hero__phone-bar a {
    color: var(--suntop-white);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.lp-hero__phone-bar a:hover {
    color: var(--suntop-base);
}

.lp-hero__phone-bar .phone-icon {
    color: var(--suntop-base);
    margin-right: 8px;
}

.lp-hero__content {
    color: var(--suntop-white);
}

.lp-hero__content h1 {
    color: var(--suntop-white);
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 16px;
}

.lp-hero__content h1 .text-accent {
    color: #ffffff;
}

.lp-hero__content .lead {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.lp-hero__content .lp-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.lp-hero__content .lp-checklist li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 4px 0;
}

.lp-hero__content .lp-checklist li i {
    color: var(--suntop-base);
    margin-right: 8px;
    width: 18px;
}

.lp-hero__form-wrap {
    position: relative;
}

.lp-hero__form-card {
    background: var(--suntop-white);
    border-radius: 12px;
    padding: 28px 24px 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.lp-hero__form-card h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    color: var(--suntop-black);
}

.lp-hero__form-card .form-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.lp-hero__form-card iframe {
    width: 100%;
    min-height: 600px;
    border: none;
    border-radius: 3px;
}

.lp-hero__start-arrow {
    text-align: left;
    margin-bottom: 8px;
    padding-left: 20px;
}

.lp-hero__start-arrow p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: -4px;
    letter-spacing: 1px;
}

.lp-hero__start-arrow i {
    color: #ffffff;
    font-size: 48px;
}

/* ---- Counter / Trust Stats ---- */
.lp-counter {
    position: relative;
    background: var(--suntop-black);
    padding: 70px 0;
    z-index: 3;
}

.lp-counter__single {
    text-align: center;
    padding: 20px 10px;
}

.lp-counter__number {
    font-size: 52px;
    font-weight: 700;
    color: var(--suntop-base);
    line-height: 1.1;
    margin-bottom: 6px;
}

.lp-counter__label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Value Props / Why Choose ---- */
.lp-value-props {
    position: relative;
    padding: 80px 0;
    background: var(--suntop-white);
}

.lp-value-props h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--suntop-black);
}

.lp-value-prop__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.lp-value-prop__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--suntop-base);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-top: 2px;
}

.lp-value-prop__icon i {
    color: var(--suntop-white);
    font-size: 18px;
}

.lp-value-prop__text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--suntop-black);
}

.lp-value-prop__text p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.lp-value-props__image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.lp-value-props__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- Process Steps ---- */
.lp-process {
    padding: 80px 0;
    background: #f8f9fa;
}

.lp-process h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--suntop-black);
}

.lp-process__step {
    text-align: center;
    padding: 20px;
    position: relative;
}

.lp-process__step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--suntop-base);
    color: var(--suntop-white);
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.lp-process__step h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--suntop-black);
}

.lp-process__step p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* ---- Testimonials Override ---- */
.lp-testimonials {
    padding: 80px 0;
    background: var(--suntop-white);
}

.lp-testimonials .testimonial-one__single {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin: 10px;
}

.lp-testimonials .testimonial-one__single-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    font-style: italic;
}

.lp-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
}

.lp-review-avatar {
    flex-shrink: 0;
}

.lp-review-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.lp-review-meta h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px;
    color: var(--suntop-black);
}

.lp-review-stars i {
    color: #f4b400;
    font-size: 13px;
}

.lp-review-source {
    margin-left: auto;
    flex-shrink: 0;
}

.lp-review-source svg {
    opacity: 0.8;
}

/* ---- CTA Phone Section ---- */
.lp-cta {
    position: relative;
    padding: 70px 0;
    text-align: center;
    z-index: 1;
}

.lp-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.lp-cta__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.88);
}

.lp-cta__tagline {
    color: var(--suntop-base);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.lp-cta h2 {
    color: var(--suntop-white);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.lp-cta .lp-cta__phone {
    display: inline-block;
    color: var(--suntop-white);
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--suntop-base);
    border-radius: 60px;
    padding: 12px 40px;
    transition: all 0.3s;
}

.lp-cta .lp-cta__phone:hover {
    background: var(--suntop-base);
    color: var(--suntop-white);
}

.lp-cta .lp-cta__phone i {
    margin-right: 10px;
    color: var(--suntop-base);
    transition: color 0.3s;
}

.lp-cta .lp-cta__phone:hover i {
    color: var(--suntop-white);
}

.lp-cta__or {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: 16px;
}

.lp-cta__or a {
    color: var(--suntop-base);
    text-decoration: underline;
}

/* ---- Minimal Footer ---- */
.lp-footer {
    background: var(--suntop-black);
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.lp-footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s;
}

.lp-footer a:hover {
    color: var(--suntop-base);
}

.lp-footer .separator {
    margin: 0 8px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .lp-hero__content h1 {
        font-size: 30px;
        text-align: center;
    }

    .lp-hero__content .lead {
        text-align: center;
    }

    .lp-hero__content .lp-checklist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 16px;
    }

    .lp-hero__form-wrap {
        margin-top: 30px;
    }

    .lp-hero__start-arrow {
        display: none;
    }

    .lp-counter__single {
        padding: 15px 8px;
    }

    .lp-counter__number {
        font-size: 38px;
    }

    .lp-cta h2 {
        font-size: 28px;
    }

    .lp-cta .lp-cta__phone {
        font-size: 24px;
        padding: 10px 28px;
    }

    .lp-value-props__image {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .lp-hero__logos img {
        max-height: 40px;
    }

    .lp-hero__content h1 {
        font-size: 26px;
    }

    .lp-counter__number {
        font-size: 30px;
    }

    .lp-counter__label {
        font-size: 11px;
    }
}
