/* ═══════════════════════════════════════════
   JustNow Landing Page — Editorial Modern
   ═══════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap");

.landing-page {
    --color-primary: #1a73e8;
    --color-primary-light: #36a0ff;
    --color-primary-dark: #0d47a1;
    --color-bg: #fafbff;
    --color-surface: #ffffff;
    --color-text: #1a1a2e;
    --color-text-secondary: #5a5f72;
    --color-accent: #ff6b35;
    --font-display: "Playfair Display", Georgia, serif;
    --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;

    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ─── Shared Section Utilities ─── */
.lp-section-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
}

.lp-section-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-primary);
    margin-bottom: 0.8rem;
    background: rgba(26, 115, 232, 0.08);
    padding: 0.35rem 1rem;
    border-radius: 100px;
}

.lp-section-title {
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.lp-section-subtitle {
    font-size: 1.1rem;
    color: var(--color-text-secondary);
    max-width: 600px;
    line-height: 1.7;
    margin-bottom: 3rem;
}

/* ═══════════════════════════════════
   Hero
   ═══════════════════════════════════ */
.lp-hero {
    position: relative;
    padding: 8rem 2rem 5rem;
    text-align: center;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-hero-bg {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(ellipse 80% 60% at 50% 0%, rgba(54, 160, 255, 0.82) 0%, transparent 90%),
            radial-gradient(ellipse 50% 50% at 80% 80%, rgba(255, 107, 53, 0.06) 0%, transparent 70%),
            linear-gradient(180deg, #f4f7ff 0%, #fafbff 70%);
    z-index: 0;
}

.lp-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            radial-gradient(circle at 20% 50%, rgba(26, 115, 232, 0.04) 1px, transparent 1px),
            radial-gradient(circle at 80% 30%, rgba(26, 115, 232, 0.04) 1px, transparent 1px);
    background-size: 48px 48px, 64px 64px;
}

.lp-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    animation: heroFadeUp 0.8s ease-out;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lp-hero-badge {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-primary);
    border: 1.5px solid rgba(26, 115, 232, 0.25);
    padding: 0.4rem 1.2rem;
    border-radius: 100px;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
}

.lp-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--color-text);
    letter-spacing: -0.03em;
}

.lp-hero-accent {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.75;
    color: var(--color-text-secondary);
    max-width: 560px;
    margin: 0 auto 2.5rem;
}

.lp-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.lp-store-badge img {
    height: 100px;
    transition: transform 0.2s, filter 0.2s;
    border-radius: 8px;
}

.lp-store-badge:hover img {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.lp-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.lp-stat {
    text-align: center;
}

.lp-stat strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text);
}

.lp-stat span {
    font-size: 0.82rem;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.lp-stat-divider {
    width: 1px;
    height: 36px;
    background: #d8dce6;
}

/* ═══════════════════════════════════
   Features
   ═══════════════════════════════════ */
.lp-features {
    padding: 6rem 0;
    background: var(--color-surface);
    position: relative;
}

.lp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
}

.lp-feature-card {
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #eef1f6;
    background: linear-gradient(180deg, #fff 0%, #fafbff 100%);
    transition: transform 0.25s, box-shadow 0.3s, border-color 0.3s;
    cursor: default;
}

.lp-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(26, 115, 232, 0.08);
    border-color: rgba(54, 160, 255, 0.25);
}

.lp-feature-icon {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(54, 160, 255, 0.08) 0%, rgba(26, 115, 232, 0.04) 100%);
}

.lp-feature-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--color-text);
}

.lp-feature-desc {
    font-size: 0.93rem;
    color: var(--color-text-secondary);
    line-height: 1.65;
}

/* ═══════════════════════════════════
   How It Works
   ═══════════════════════════════════ */
.lp-howitworks {
    padding: 6rem 0;
    background:
            radial-gradient(ellipse 80% 60% at 50% 100%, rgba(54, 160, 255, 0.62) 0%, transparent 90%),
            radial-gradient(ellipse 50% 50% at 80% 20%, rgba(255, 107, 53, 0.06) 0%, transparent 90%),
            linear-gradient(0deg, #f4f7ff 0%, #fafbff 70%);

    /*background:*/
    /*        linear-gradient(180deg, #f7f9ff 0%, #fafbff 100%);*/
}

.lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.lp-step-card {
    position: relative;
    padding: 2.2rem 2rem;
    border-radius: 16px;
    background: var(--color-surface);
    border: 1px solid #eef1f6;
    transition: box-shadow 0.3s;
}

.lp-step-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.lp-step-number {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 800;
    color: rgba(26, 115, 232, 0.1);
    position: absolute;
    top: 0.8rem;
    right: 1.4rem;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.lp-step-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--color-text);
}

.lp-step-desc {
    font-size: 0.93rem;
    color: var(--color-text-secondary);
    line-height: 1.65;
}

/* ═══════════════════════════════════
   Pro Section
   ═══════════════════════════════════ */
.lp-pro-section {
    padding: 6rem 0;
    background:
            linear-gradient(135deg, #0d47a1 0%, #1565c0 40%, #1a73e8 100%);
    position: relative;
    overflow: hidden;
}

.lp-pro-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 90% 10%, rgba(255, 107, 53, 0.08) 0%, transparent 50%);
}

.lp-pro-content {
    position: relative;
    max-width: 700px;
}

.lp-label-light {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.lp-pro-title {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.lp-pro-text {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    margin-bottom: 2rem;
}

.lp-pro-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ─── Pro Video ─── */
.lp-pro-video-wrapper {
    position: relative;
    margin-top: 3rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    aspect-ratio: 16 / 9;
    background: #000;
}

.lp-pro-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.lp-pro-video-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, opacity 0.3s;
    opacity: 0;
    z-index: 2;
}

.lp-pro-video-wrapper:hover .lp-pro-video-btn {
    opacity: 1;
}

.lp-pro-video-btn:hover {
    background: rgba(0, 0, 0, 0.65);
    transform: scale(1.08);
}

/* Quand la vidéo est en pause, le bouton reste visible */
.lp-pro-video-btn:not(.lp-pro-video-btn--playing) {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.lp-btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.25s, background 0.2s;
    cursor: pointer;
    text-align: center;
}

.lp-btn-light {
    background: #fff;
    color: var(--color-primary-dark);
}

.lp-btn-light:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    color: var(--color-primary-dark);
    text-decoration: none;
}

.lp-btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

.lp-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    text-decoration: none;
}

/* ═══════════════════════════════════
   Social Strip
   ═══════════════════════════════════ */
.lp-social-strip {
    padding: 2rem 0;
    background: var(--color-surface);
    border-bottom: 1px solid #eef1f6;
}

.lp-social-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.lp-social-inner > span {
    font-size: 0.92rem;
    color: var(--color-text-secondary);
    font-weight: 500;
}

.lp-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.2rem;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}

.lp-social-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    filter: brightness(1.1);
    color: #fff;
    text-decoration: none;
}

/* ─── Brand colors ─── */
.lp-social-link--facebook  { background: #1877f2; }
.lp-social-link--instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.lp-social-link--linkedin  { background: #0a66c2; }
.lp-social-link--tiktok    { background: #010101; }

/* ═══════════════════════════════════
   Footer
   ═══════════════════════════════════ */
.lp-footer {
    background: #0f1729;
    color: rgba(255, 255, 255, 0.6);
    padding: 3.5rem 2rem 2rem;
}

.lp-footer-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: start;
}

.lp-footer-logo {
    height: 36px;
    margin-bottom: 0.8rem;
    filter: brightness(0) invert(1);
}

.lp-footer-tagline {
    font-size: 0.9rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.45);
}

.lp-footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.lp-footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.lp-footer-links a:hover {
    color: #fff;
}

.lp-footer-legal {
    text-align: right;
}

.lp-footer-legal p {
    font-size: 0.78rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.35);
}

/* ═══════════════════════════════════
   Responsive
   ═══════════════════════════════════ */
@media (max-width: 768px) {
    .lp-hero {
        padding: 6rem 1.5rem 4rem;
        min-height: auto;
    }

    .lp-hero-title {
        font-size: 2.2rem;
    }

    .lp-hero-stats {
        gap: 1.2rem;
    }

    .lp-section-title {
        font-size: 2rem;
    }

    .lp-features,
    .lp-howitworks,
    .lp-pro-section {
        padding: 4rem 0;
    }

    .lp-section-inner {
        padding: 0 1.2rem;
    }

    .lp-pro-title {
        font-size: 1.8rem;
    }

    .lp-pro-video-wrapper {
        margin-top: 2rem;
        border-radius: 12px;
    }

    .lp-pro-video {
        border-radius: 12px;
    }

    .lp-social-inner {
        flex-direction: column;
    }

    .lp-social-link {
        width: 10rem;
    }

    .lp-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .lp-footer-legal {
        text-align: center;
    }
}
/*!* ═══════════════════════════════════════════*/
/*   JustNow Landing Page — Editorial Modern*/
/*   ═══════════════════════════════════════════ *!*/

/*@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap");*/

/*.landing-page {*/
/*    --color-primary: #1a73e8;*/
/*    --color-primary-light: #36a0ff;*/
/*    --color-primary-dark: #0d47a1;*/
/*    --color-bg: #fafbff;*/
/*    --color-surface: #ffffff;*/
/*    --color-text: #1a1a2e;*/
/*    --color-text-secondary: #5a5f72;*/
/*    --color-accent: #ff6b35;*/
/*    --font-display: "Playfair Display", Georgia, serif;*/
/*    --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;*/

/*    font-family: var(--font-body);*/
/*    color: var(--color-text);*/
/*    background: var(--color-bg);*/
/*    overflow-x: hidden;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/

/*!* ─── Shared Section Utilities ─── *!*/
/*.lp-section-inner {*/
/*    max-width: 1140px;*/
/*    margin: 0 auto;*/
/*    padding: 0 2rem;*/
/*}*/

/*.lp-section-label {*/
/*    display: inline-block;*/
/*    font-size: 0.78rem;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.14em;*/
/*    color: var(--color-primary);*/
/*    margin-bottom: 0.8rem;*/
/*    background: rgba(26, 115, 232, 0.08);*/
/*    padding: 0.35rem 1rem;*/
/*    border-radius: 100px;*/
/*}*/

/*.lp-section-title {*/
/*    font-family: var(--font-display);*/
/*    font-size: 2.6rem;*/
/*    font-weight: 700;*/
/*    color: var(--color-text);*/
/*    margin-bottom: 1rem;*/
/*    letter-spacing: -0.02em;*/
/*    line-height: 1.18;*/
/*}*/

/*.lp-section-subtitle {*/
/*    font-size: 1.1rem;*/
/*    color: var(--color-text-secondary);*/
/*    max-width: 600px;*/
/*    line-height: 1.7;*/
/*    margin-bottom: 3rem;*/
/*}*/

/*!* ═══════════════════════════════════*/
/*   Hero*/
/*   ═══════════════════════════════════ *!*/
/*.lp-hero {*/
/*    position: relative;*/
/*    padding: 8rem 2rem 5rem;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*    min-height: 85vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.lp-hero-bg {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background:*/
/*            radial-gradient(ellipse 80% 60% at 50% 0%, rgba(54, 160, 255, 0.82) 0%, transparent 90%),*/
/*            radial-gradient(ellipse 50% 50% at 80% 80%, rgba(255, 107, 53, 0.06) 0%, transparent 70%),*/
/*            linear-gradient(180deg, #f4f7ff 0%, #fafbff 70%);*/
/*    z-index: 0;*/
/*}*/

/*.lp-hero-bg::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background-image:*/
/*            radial-gradient(circle at 20% 50%, rgba(26, 115, 232, 0.04) 1px, transparent 1px),*/
/*            radial-gradient(circle at 80% 30%, rgba(26, 115, 232, 0.04) 1px, transparent 1px);*/
/*    background-size: 48px 48px, 64px 64px;*/
/*}*/

/*.lp-hero-content {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*    animation: heroFadeUp 0.8s ease-out;*/
/*}*/

/*@keyframes heroFadeUp {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(30px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*.lp-hero-badge {*/
/*    display: inline-block;*/
/*    font-size: 0.78rem;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.12em;*/
/*    color: var(--color-primary);*/
/*    border: 1.5px solid rgba(26, 115, 232, 0.25);*/
/*    padding: 0.4rem 1.2rem;*/
/*    border-radius: 100px;*/
/*    margin-bottom: 2rem;*/
/*    background: rgba(255, 255, 255, 0.7);*/
/*    backdrop-filter: blur(8px);*/
/*}*/

/*.lp-hero-title {*/
/*    font-family: var(--font-display);*/
/*    font-size: clamp(2.4rem, 5.5vw, 4rem);*/
/*    font-weight: 800;*/
/*    line-height: 1.1;*/
/*    margin-bottom: 1.5rem;*/
/*    color: var(--color-text);*/
/*    letter-spacing: -0.03em;*/
/*}*/

/*.lp-hero-accent {*/
/*    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.lp-hero-subtitle {*/
/*    font-size: 1.15rem;*/
/*    line-height: 1.75;*/
/*    color: var(--color-text-secondary);*/
/*    max-width: 560px;*/
/*    margin: 0 auto 2.5rem;*/
/*}*/

/*.lp-hero-actions {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 1rem;*/
/*    margin-bottom: 3rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.lp-store-badge img {*/
/*    height: 100px;*/
/*    transition: transform 0.2s, filter 0.2s;*/
/*    border-radius: 8px;*/
/*}*/

/*.lp-store-badge:hover img {*/
/*    transform: translateY(-2px);*/
/*    filter: brightness(1.05);*/
/*}*/

/*.lp-hero-stats {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 2rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.lp-stat {*/
/*    text-align: center;*/
/*}*/

/*.lp-stat strong {*/
/*    display: block;*/
/*    font-size: 1.05rem;*/
/*    font-weight: 700;*/
/*    color: var(--color-text);*/
/*}*/

/*.lp-stat span {*/
/*    font-size: 0.82rem;*/
/*    color: var(--color-text-secondary);*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.06em;*/
/*}*/

/*.lp-stat-divider {*/
/*    width: 1px;*/
/*    height: 36px;*/
/*    background: #d8dce6;*/
/*}*/

/*!* ═══════════════════════════════════*/
/*   Features*/
/*   ═══════════════════════════════════ *!*/
/*.lp-features {*/
/*    padding: 6rem 0;*/
/*    background: var(--color-surface);*/
/*    position: relative;*/
/*}*/

/*.lp-features-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));*/
/*    gap: 1.8rem;*/
/*}*/

/*.lp-feature-card {*/
/*    padding: 2rem;*/
/*    border-radius: 16px;*/
/*    border: 1px solid #eef1f6;*/
/*    background: linear-gradient(180deg, #fff 0%, #fafbff 100%);*/
/*    transition: transform 0.25s, box-shadow 0.3s, border-color 0.3s;*/
/*    cursor: default;*/
/*}*/

/*.lp-feature-card:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 12px 40px rgba(26, 115, 232, 0.08);*/
/*    border-color: rgba(54, 160, 255, 0.25);*/
/*}*/

/*.lp-feature-icon {*/
/*    font-size: 2.2rem;*/
/*    margin-bottom: 1rem;*/
/*    width: 56px;*/
/*    height: 56px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 14px;*/
/*    background: linear-gradient(135deg, rgba(54, 160, 255, 0.08) 0%, rgba(26, 115, 232, 0.04) 100%);*/
/*}*/

/*.lp-feature-title {*/
/*    font-family: var(--font-display);*/
/*    font-size: 1.2rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 0.6rem;*/
/*    color: var(--color-text);*/
/*}*/

/*.lp-feature-desc {*/
/*    font-size: 0.93rem;*/
/*    color: var(--color-text-secondary);*/
/*    line-height: 1.65;*/
/*}*/

/*!* ═══════════════════════════════════*/
/*   How It Works*/
/*   ═══════════════════════════════════ *!*/
/*.lp-howitworks {*/
/*    padding: 6rem 0;*/
/*    background:*/
/*            radial-gradient(ellipse 80% 60% at 50% 100%, rgba(54, 160, 255, 0.62) 0%, transparent 90%),*/
/*            radial-gradient(ellipse 50% 50% at 80% 20%, rgba(255, 107, 53, 0.06) 0%, transparent 90%),*/
/*            linear-gradient(0deg, #f4f7ff 0%, #fafbff 70%);*/

/*    !*background:*!*/
/*    !*        linear-gradient(180deg, #f7f9ff 0%, #fafbff 100%);*!*/
/*}*/

/*.lp-steps-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
/*    gap: 2rem;*/
/*    margin-top: 2.5rem;*/
/*}*/

/*.lp-step-card {*/
/*    position: relative;*/
/*    padding: 2.2rem 2rem;*/
/*    border-radius: 16px;*/
/*    background: var(--color-surface);*/
/*    border: 1px solid #eef1f6;*/
/*    transition: box-shadow 0.3s;*/
/*}*/

/*.lp-step-card:hover {*/
/*    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);*/
/*}*/

/*.lp-step-number {*/
/*    font-family: var(--font-display);*/
/*    font-size: 3rem;*/
/*    font-weight: 800;*/
/*    color: rgba(26, 115, 232, 0.1);*/
/*    position: absolute;*/
/*    top: 0.8rem;*/
/*    right: 1.4rem;*/
/*    line-height: 1;*/
/*    pointer-events: none;*/
/*    user-select: none;*/
/*}*/

/*.lp-step-title {*/
/*    font-size: 1.1rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 0.6rem;*/
/*    color: var(--color-text);*/
/*}*/

/*.lp-step-desc {*/
/*    font-size: 0.93rem;*/
/*    color: var(--color-text-secondary);*/
/*    line-height: 1.65;*/
/*}*/

/*!* ═══════════════════════════════════*/
/*   Pro Section*/
/*   ═══════════════════════════════════ *!*/
/*.lp-pro-section {*/
/*    padding: 6rem 0;*/
/*    background:*/
/*            linear-gradient(135deg, #0d47a1 0%, #1565c0 40%, #1a73e8 100%);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.lp-pro-section::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background:*/
/*            radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),*/
/*            radial-gradient(circle at 90% 10%, rgba(255, 107, 53, 0.08) 0%, transparent 50%);*/
/*}*/

/*.lp-pro-content {*/
/*    position: relative;*/
/*    max-width: 700px;*/
/*}*/

/*.lp-label-light {*/
/*    color: #fff;*/
/*    background: rgba(255, 255, 255, 0.12);*/
/*    border: 1px solid rgba(255, 255, 255, 0.15);*/
/*}*/

/*.lp-pro-title {*/
/*    font-family: var(--font-display);*/
/*    font-size: 2.4rem;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    margin-bottom: 1.2rem;*/
/*    line-height: 1.2;*/
/*    letter-spacing: -0.01em;*/
/*}*/

/*.lp-pro-text {*/
/*    font-size: 1.08rem;*/
/*    color: rgba(255, 255, 255, 0.82);*/
/*    line-height: 1.75;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.lp-pro-actions {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.lp-btn {*/
/*    display: inline-block;*/
/*    padding: 0.8rem 1.8rem;*/
/*    border-radius: 10px;*/
/*    font-weight: 700;*/
/*    font-size: 0.95rem;*/
/*    text-decoration: none;*/
/*    transition: transform 0.15s, box-shadow 0.25s, background 0.2s;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*}*/

/*.lp-btn-light {*/
/*    background: #fff;*/
/*    color: var(--color-primary-dark);*/
/*}*/

/*.lp-btn-light:hover {*/
/*    transform: translateY(-1px);*/
/*    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);*/
/*    color: var(--color-primary-dark);*/
/*    text-decoration: none;*/
/*}*/

/*.lp-btn-outline-light {*/
/*    background: transparent;*/
/*    color: #fff;*/
/*    border: 1.5px solid rgba(255, 255, 255, 0.4);*/
/*}*/

/*.lp-btn-outline-light:hover {*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*    border-color: rgba(255, 255, 255, 0.7);*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/

/*!* ═══════════════════════════════════*/
/*   Social Strip*/
/*   ═══════════════════════════════════ *!*/
/*.lp-social-strip {*/
/*    padding: 2rem 0;*/
/*    background: var(--color-surface);*/
/*    border-bottom: 1px solid #eef1f6;*/
/*}*/

/*.lp-social-inner {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 1.5rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.lp-social-inner > span {*/
/*    font-size: 0.92rem;*/
/*    color: var(--color-text-secondary);*/
/*    font-weight: 500;*/
/*}*/

/*.lp-social-link {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*    padding: 0.55rem 1.2rem;*/
/*    border-radius: 10px;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 0.9rem;*/
/*    text-decoration: none;*/
/*    transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;*/
/*}*/

/*.lp-social-link:hover {*/
/*    transform: translateY(-1px);*/
/*    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);*/
/*    filter: brightness(1.1);*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/

/*!* ─── Brand colors ─── *!*/
/*.lp-social-link--facebook  { background: #1877f2; }*/
/*.lp-social-link--instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }*/
/*.lp-social-link--linkedin  { background: #0a66c2; }*/
/*.lp-social-link--tiktok    { background: #010101; }*/

/*!* ═══════════════════════════════════*/
/*   Footer*/
/*   ═══════════════════════════════════ *!*/
/*.lp-footer {*/
/*    background: #0f1729;*/
/*    color: rgba(255, 255, 255, 0.6);*/
/*    padding: 3.5rem 2rem 2rem;*/
/*}*/

/*.lp-footer-inner {*/
/*    max-width: 1140px;*/
/*    margin: 0 auto;*/
/*    display: grid;*/
/*    grid-template-columns: 1fr auto 1fr;*/
/*    gap: 3rem;*/
/*    align-items: start;*/
/*}*/

/*.lp-footer-logo {*/
/*    height: 36px;*/
/*    margin-bottom: 0.8rem;*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.lp-footer-tagline {*/
/*    font-size: 0.9rem;*/
/*    font-style: italic;*/
/*    color: rgba(255, 255, 255, 0.45);*/
/*}*/

/*.lp-footer-links {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 0.5rem;*/
/*    text-align: center;*/
/*}*/

/*.lp-footer-links a {*/
/*    color: rgba(255, 255, 255, 0.6);*/
/*    text-decoration: none;*/
/*    font-size: 0.9rem;*/
/*    transition: color 0.2s;*/
/*}*/

/*.lp-footer-links a:hover {*/
/*    color: #fff;*/
/*}*/

/*.lp-footer-legal {*/
/*    text-align: right;*/
/*}*/

/*.lp-footer-legal p {*/
/*    font-size: 0.78rem;*/
/*    line-height: 1.6;*/
/*    margin: 0;*/
/*    color: rgba(255, 255, 255, 0.35);*/
/*}*/

/*!* ═══════════════════════════════════*/
/*   Responsive*/
/*   ═══════════════════════════════════ *!*/
/*@media (max-width: 768px) {*/
/*    .lp-hero {*/
/*        padding: 6rem 1.5rem 4rem;*/
/*        min-height: auto;*/
/*    }*/

/*    .lp-hero-title {*/
/*        font-size: 2.2rem;*/
/*    }*/

/*    .lp-hero-stats {*/
/*        gap: 1.2rem;*/
/*    }*/

/*    .lp-section-title {*/
/*        font-size: 2rem;*/
/*    }*/

/*    .lp-features,*/
/*    .lp-howitworks,*/
/*    .lp-pro-section {*/
/*        padding: 4rem 0;*/
/*    }*/

/*    .lp-section-inner {*/
/*        padding: 0 1.2rem;*/
/*    }*/

/*    .lp-pro-title {*/
/*        font-size: 1.8rem;*/
/*    }*/

/*    .lp-social-inner {*/
/*        flex-direction: column;*/
/*    }*/

/*    .lp-social-link {*/
/*        width: 10rem;*/
/*    }*/

/*    .lp-footer-inner {*/
/*        grid-template-columns: 1fr;*/
/*        text-align: center;*/
/*        gap: 2rem;*/
/*    }*/

/*    .lp-footer-legal {*/
/*        text-align: center;*/
/*    }*/
/*}*/
