/* ==========================================================================
   WhatsPro - Landing Page Styling ([wlc_landing_page])
   ========================================================================== */

.wlc-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wlc-landing {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 620px;
    margin: 2rem auto;
    padding: 3rem 2rem;
    text-align: center;
    color: #0f172a;
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.wlc-landing-icon {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75rem;
    box-shadow: 0 10px 25px -5px rgba(34, 197, 94, 0.3);
}

.wlc-landing-icon svg {
    width: 3rem;
    height: 3rem;
    fill: #16a34a;
}

.wlc-landing h1 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.wlc-landing .subheadline {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2.25rem;
    line-height: 1.6;
}

.wlc-landing-bullets {
    text-align: left;
    list-style: none;
    margin-bottom: 2.5rem;
    background: #f8fafc;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #e2e8f0;
}

.wlc-landing-bullets li {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: #334155;
    border-bottom: 1px dashed #e2e8f0;
}

.wlc-landing-bullets li:last-child {
    border-bottom: none;
}

.wlc-landing-bullets li::before {
    content: "";
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: #25D366 url("data:image/svg+xml,%3Csvg viewBox=%220 0 16 16%22 fill=%22%23ffffff%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.75.75 0 0 1 1.06-1.06L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0z%22/%3E%3C/svg%3E") center/0.875rem no-repeat;
    box-shadow: 0 3px 8px rgba(37, 211, 102, 0.3);
}

.wlc-landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 400px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 1.125rem 2rem;
    border-radius: 0.875rem;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.4);
}

.wlc-landing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -4px rgba(37, 211, 102, 0.55);
}

.wlc-landing-btn svg {
    width: 1.75rem;
    height: 1.75rem;
    fill: currentColor;
}

.wlc-landing-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: #64748b;
    margin-bottom: 0.875rem;
}

.wlc-landing-proof strong {
    color: #16a34a;
    font-weight: 700;
}

.wlc-landing-privacy {
    font-size: 0.8125rem;
    color: #94a3b8;
}
