/* Landing Page Styles - Conversion Focused */

.lp-body {
    font-family: 'Archivo', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #1a1a1a;
}

/* Hero Section */
.lp-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65)),
                url('https://res.cloudinary.com/dfpg7wqyu/image/upload/w_1400,h_800,c_fill,f_webp,q_85/v1756732142/1_nwskiy.webp') center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative;
}

/* Minimal Header */
.lp-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-logo img {
    height: 50px;
    width: auto;
}

.lp-header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.lp-header-phone svg {
    color: #FFD700;
}

/* Hero Content */
.lp-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 24px 60px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.lp-badge {
    display: inline-block;
    background: rgba(255, 215, 0, 0.15);
    border: 1px solid #FFD700;
    color: #FFD700;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lp-headline {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px;
}

.lp-subheadline {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.5;
    margin: 0 0 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Section */
.lp-cta-section {
    margin-bottom: 40px;
}

.lp-cta-label {
    font-size: 13px;
    font-weight: 700;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.lp-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    color: #1a1a1a;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.lp-cta-button svg {
    color: #E53935;
}

/* Trust Bar */
.lp-trust-bar {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.lp-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.lp-trust-item svg {
    color: #FFD700;
}

/* Benefits Section */
.lp-benefits {
    padding: 60px 24px;
    background: #f8f8f8;
}

.lp-benefits-container {
    max-width: 1000px;
    margin: 0 auto;
}

.lp-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 40px;
    color: #1a1a1a;
}

.lp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.lp-benefit-card {
    background: #fff;
    padding: 32px 24px;
    border-left: 4px solid #FFD700;
}

.lp-benefit-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a1a1a;
}

.lp-benefit-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #555;
}

/* Social Proof Section */
.lp-social-proof {
    padding: 60px 24px;
    background: #1a1a1a;
    color: #fff;
}

.lp-social-proof-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.lp-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.lp-stars {
    color: #FFD700;
    font-size: 24px;
}

.lp-rating-text {
    font-size: 16px;
    opacity: 0.9;
}

.lp-testimonial {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 16px;
    opacity: 0.95;
}

.lp-testimonial-author {
    font-size: 14px;
    opacity: 0.7;
}

/* Credentials Section */
.lp-credentials {
    padding: 40px 24px;
    background: #fff;
}

.lp-credentials-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.lp-credential {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #555;
}

.lp-credential img {
    height: 50px;
    width: auto;
}

.lp-credential-text {
    font-weight: 600;
    color: #1a1a1a;
}

/* Final CTA Section */
.lp-final-cta {
    padding: 60px 24px;
    background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
    color: #fff;
    text-align: center;
}

.lp-final-cta-container {
    max-width: 600px;
    margin: 0 auto;
}

.lp-final-cta h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px;
}

.lp-final-cta p {
    font-size: 16px;
    margin: 0 0 24px;
    opacity: 0.95;
}

.lp-final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
    color: #C62828;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.lp-final-cta-button:hover {
    transform: translateY(-2px);
}

/* Footer */
.lp-footer {
    padding: 24px;
    background: #111;
    color: #fff;
    text-align: center;
}

.lp-footer-text {
    font-size: 13px;
    opacity: 0.7;
    margin: 0;
}

.lp-footer-text a {
    color: #fff;
    text-decoration: underline;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .lp-header {
        padding: 16px 20px;
    }

    .lp-logo img {
        height: 40px;
    }

    .lp-header-phone span {
        display: none;
    }

    .lp-hero-content {
        padding: 30px 20px 50px;
    }

    .lp-cta-button {
        width: 100%;
        padding: 18px 24px;
        font-size: 18px;
    }

    .lp-trust-bar {
        gap: 20px;
    }

    .lp-trust-item {
        font-size: 12px;
    }

    .lp-benefits {
        padding: 40px 20px;
    }

    .lp-social-proof {
        padding: 40px 20px;
    }

    .lp-testimonial {
        font-size: 17px;
    }

    .lp-credentials-container {
        gap: 24px;
    }

    .lp-final-cta {
        padding: 40px 20px;
    }
}

/* Sticky Mobile CTA */
.lp-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E53935;
    padding: 12px 20px;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.lp-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .lp-sticky-cta {
        display: block;
    }

    .lp-footer {
        padding-bottom: 80px;
    }
}
