:root {
    --lp-bg: #f5f8ff;
    --lp-dark: #0b1220;
    --lp-card: #ffffff;
    --lp-text: #111827;
    --lp-muted: #64748b;
    --lp-border: #e5e7eb;
    --lp-primary: #2563eb;
    --lp-primary-2: #0ea5e9;
    --lp-radius: 24px;
    --lp-shadow: 0 20px 50px rgba(15, 23, 42, .10);
}

* {
    box-sizing: border-box;
}

body.lp-body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--lp-text);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, .10), transparent 360px),
        radial-gradient(circle at top right, rgba(14, 165, 233, .10), transparent 420px),
        var(--lp-bg);
}

a {
    text-decoration: none;
}

.lp-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(229, 231, 235, .85);
}

.lp-nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

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

.lp-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lp-menu a {
    color: var(--lp-text);
    font-weight: 700;
    font-size: 14px;
}

.lp-menu a:hover {
    color: var(--lp-primary);
}

.lp-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-lang {
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--lp-border);
    padding: 0 10px;
    background: #fff;
    font-weight: 700;
}

.lp-login {
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    color: var(--lp-text);
    font-weight: 800;
}

.lp-btn {
    height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 900;
    white-space: nowrap;
}

.lp-btn-primary {
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-2));
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .25);
}

.lp-btn-primary:hover {
    color: #fff;
    opacity: .94;
}

.lp-btn-light {
    background: #fff;
    color: var(--lp-primary);
    border: 1px solid var(--lp-border);
}

.lp-mobile-btn {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--lp-border);
    background: #fff;
    font-size: 22px;
}

.lp-hero {
    padding: 90px 0 70px;
}

.lp-badge {
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--lp-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
    font-size: 13px;
}

.lp-badge.dark {
    background: rgba(15, 23, 42, .08);
    color: var(--lp-dark);
}

.lp-hero h1 {
    margin: 18px 0 16px;
    max-width: 680px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 950;
    color: var(--lp-dark);
}

.lp-hero p {
    max-width: 610px;
    color: var(--lp-muted);
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
}

.lp-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.lp-trust {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.lp-trust strong {
    display: block;
    font-size: 24px;
    font-weight: 950;
    color: var(--lp-dark);
}

.lp-trust span {
    display: block;
    color: var(--lp-muted);
    font-size: 13px;
    margin-top: 3px;
}

.lp-hero-card {
    position: relative;
    min-height: 480px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .95), rgba(14, 165, 233, .82));
    box-shadow: var(--lp-shadow);
    overflow: hidden;
    padding: 28px;
}

.lp-hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
    max-width: 470px;
}

.lp-payment-card {
    position: relative;
    z-index: 2;
    width: 310px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .18);
}

.lp-payment-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--lp-muted);
    font-weight: 800;
    font-size: 13px;
}

.lp-payment-card h3 {
    margin: 24px 0 6px;
    font-size: 30px;
    font-weight: 950;
    color: var(--lp-dark);
}

.lp-payment-card p {
    font-size: 13px;
    color: var(--lp-muted);
}

.lp-mini-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.lp-mini-list div {
    display: flex;
    justify-content: space-between;
    background: #f8fafc;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
}

.lp-mini-list b {
    color: #10b981;
}

.lp-section-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 44px;
}

.lp-section-title span {
    color: var(--lp-primary);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.lp-section-title h2,
.lp-about h2,
.lp-cta-box h2 {
    margin: 10px 0;
    color: var(--lp-dark);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 950;
    letter-spacing: -.04em;
}

.lp-section-title p,
.lp-about p,
.lp-cta-box p {
    color: var(--lp-muted);
    line-height: 1.7;
}

.lp-steps,
.lp-about,
.lp-services,
.lp-cta {
    padding: 76px 0;
}

.lp-step-card,
.lp-service-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 28px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
    transition: .2s ease;
}

.lp-step-card:hover,
.lp-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-step-number {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #eef4ff;
    color: var(--lp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    margin-bottom: 18px;
}

.lp-step-card h3,
.lp-service-card h3 {
    font-size: 20px;
    font-weight: 950;
    color: var(--lp-dark);
}

.lp-step-card p,
.lp-service-card p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.7;
}

.lp-about-image {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 34px;
    box-shadow: var(--lp-shadow);
    padding: 24px;
}

.lp-about-image img {
    width: 100%;
    height: auto;
}

.lp-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.lp-check-grid div {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    padding: 13px 14px;
    font-weight: 800;
    color: var(--lp-dark);
}

.lp-check-grid i {
    color: #10b981;
    margin-right: 8px;
}

.lp-stats {
    padding: 24px 0;
}

.lp-stats-box {
    background: var(--lp-dark);
    color: #fff;
    border-radius: 30px;
    padding: 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    box-shadow: var(--lp-shadow);
}

.lp-stats-box strong {
    display: block;
    font-size: 34px;
    font-weight: 950;
}

.lp-stats-box span {
    color: rgba(255, 255, 255, .70);
}

.lp-service-card i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #eef4ff;
    color: var(--lp-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.lp-cta-box {
    text-align: center;
    border-radius: 34px;
    padding: 60px 24px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .96), rgba(14, 165, 233, .86));
    box-shadow: var(--lp-shadow);
}

.lp-cta-box h2 {
    color: #fff;
}

.lp-cta-box p {
    color: rgba(255, 255, 255, .82);
}

.lp-cta-box .lp-btn {
    margin-top: 16px;
    background: #fff;
    color: var(--lp-primary);
}

.lp-footer {
    background: var(--lp-dark);
    color: rgba(255, 255, 255, .78);
    padding: 60px 0 24px;
}

.lp-footer-logo {
    height: 42px;
    margin-bottom: 18px;
}

.lp-footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    margin-bottom: 16px;
}

.lp-footer a {
    display: block;
    color: rgba(255, 255, 255, .70);
    margin-bottom: 9px;
}

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

.lp-socials {
    display: flex;
    gap: 10px;
}

.lp-socials a {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.lp-footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 14px;
}

.lp-footer-bottom a {
    display: inline;
    color: #fff;
}

@media (max-width: 991px) {
    .lp-menu {
        display: none;
        position: absolute;
        top: 78px;
        left: 12px;
        right: 12px;
        background: #fff;
        border: 1px solid var(--lp-border);
        border-radius: 20px;
        padding: 16px;
        box-shadow: var(--lp-shadow);
    }

    .lp-menu.show {
        display: grid;
        gap: 12px;
    }

    .lp-mobile-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .lp-login,
    .lp-actions .lp-btn {
        display: none;
    }

    .lp-hero {
        padding-top: 60px;
    }

    .lp-hero-card {
        min-height: 380px;
    }

    .lp-stats-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-check-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .lp-nav {
        height: 70px;
    }

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

    .lp-hero h1 {
        font-size: 36px;
    }

    .lp-hero-card {
        min-height: 330px;
        padding: 18px;
    }

    .lp-payment-card {
        width: 100%;
    }

    .lp-hero-img {
        opacity: .35;
    }

    .lp-stats-box {
        grid-template-columns: 1fr;
    }

    .lp-steps,
    .lp-about,
    .lp-services,
    .lp-cta {
        padding: 54px 0;
    }
}