:root {
    --lp-primary: #0d6efd;
    --lp-primary-dark: #0b5ed7;
    --lp-ink: #212529;
    --lp-muted: #6c757d;
    --lp-border: #eef0f2;
    --lp-surface: #f8f9fb;
}

body {
    color: var(--lp-ink);
    -webkit-font-smoothing: antialiased;
}

.lp-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(8px);
    border-bottom: 1px solid var(--lp-border);
}

.lp-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--lp-ink);
    text-decoration: none;
}

.lp-brand-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.4rem;
}

.lp-nav-link {
    color: var(--lp-muted);
    font-size: 0.925rem;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
}

.lp-nav-link:hover {
    color: var(--lp-ink);
}

.lp-locale-switcher a {
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.8rem;
    padding: 0 0.35rem;
}

.lp-locale-switcher a.active {
    color: var(--lp-primary);
    font-weight: 600;
}

/* Hero */
.lp-hero {
    background: linear-gradient(180deg, #eef4ff 0%, #ffffff 65%);
    padding: 4.5rem 0 3.5rem;
}

.lp-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--lp-primary);
    background: rgba(13, 110, 253, 0.1);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
}

.lp-hero h1 {
    font-size: clamp(1.9rem, 3.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.lp-hero-subtitle {
    font-size: 1.05rem;
    color: var(--lp-muted);
    max-width: 42rem;
    margin: 0 auto 1.75rem;
}

.lp-hero-note {
    font-size: 0.85rem;
    color: var(--lp-muted);
    margin-top: 0.9rem;
}

.lp-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 2.25rem;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.825rem;
    color: var(--lp-ink);
    background: #fff;
    border: 1px solid var(--lp-border);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.lp-badge i {
    color: var(--lp-primary);
}

/* Sections */
.lp-section {
    padding: 4.5rem 0;
}

.lp-section-alt {
    background: var(--lp-surface);
}

.lp-section-title {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.lp-section-subtitle {
    color: var(--lp-muted);
    max-width: 34rem;
    margin: 0 auto;
}

.lp-section-head {
    margin-bottom: 3rem;
}

/* Feature cards */
.lp-feature-card {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 0.9rem;
    padding: 1.6rem;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lp-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.06);
}

.lp-feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.1);
    color: var(--lp-primary);
    border-radius: 0.65rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.lp-feature-card h3 {
    font-size: 1.02rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.lp-feature-card p {
    color: var(--lp-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* How it works */
.lp-step {
    text-align: center;
    padding: 0 1rem;
}

.lp-step-number {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--lp-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.lp-step h3 {
    font-size: 1.02rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.lp-step p {
    color: var(--lp-muted);
    font-size: 0.9rem;
}

/* Pricing */
.lp-pricing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    padding: 0.35rem;
    margin-bottom: 3rem;
}

.lp-pricing-toggle button {
    border: none;
    background: transparent;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lp-muted);
}

.lp-pricing-toggle button.active {
    background: var(--lp-primary);
    color: #fff;
}

.lp-pricing-toggle .lp-save-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: #198754;
    background: rgba(25, 135, 84, 0.12);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    margin-left: 0.35rem;
}

.lp-plan-card {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lp-plan-card.lp-plan-highlight {
    border-color: var(--lp-primary);
    box-shadow: 0 16px 32px rgba(13, 110, 253, 0.12);
}

.lp-plan-badge {
    position: absolute;
    top: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lp-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    white-space: nowrap;
}

.lp-plan-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.lp-plan-desc {
    color: var(--lp-muted);
    font-size: 0.875rem;
    min-height: 2.6rem;
}

.lp-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    margin: 1.1rem 0 1.4rem;
}

.lp-plan-price .lp-amount {
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1;
}

.lp-plan-price .lp-period {
    color: var(--lp-muted);
    font-size: 0.9rem;
}

.lp-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    flex: 1;
}

.lp-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.9rem;
    padding: 0.4rem 0;
    color: var(--lp-ink);
}

.lp-plan-features li i {
    color: #198754;
    margin-top: 0.2rem;
}

.lp-pricing-note {
    color: var(--lp-muted);
    font-size: 0.85rem;
    max-width: 40rem;
    margin: 0 auto;
}

/* FAQ */
.lp-faq .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
}

.lp-faq .accordion-button:not(.collapsed) {
    color: var(--lp-primary);
    background: rgba(13, 110, 253, 0.06);
    box-shadow: none;
}

.lp-faq .accordion-body {
    color: var(--lp-muted);
    font-size: 0.9rem;
}

/* Final CTA */
.lp-cta-section {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: #fff;
    border-radius: 1.25rem;
    padding: 3.5rem 2rem;
    text-align: center;
    margin: 0 auto;
}

.lp-cta-section h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.lp-cta-section p {
    opacity: 0.9;
    margin-bottom: 1.75rem;
}

.lp-cta-section .btn-light {
    color: var(--lp-primary);
    font-weight: 600;
    border: none;
}

.lp-cta-section .btn-light:hover {
    background: #f1f5ff;
    color: var(--lp-primary-dark);
}

.lp-cta-section .btn-outline-light {
    font-weight: 600;
}

/* Footer */
.lp-footer {
    border-top: 1px solid var(--lp-border);
    padding: 2.5rem 0;
    color: var(--lp-muted);
    font-size: 0.875rem;
}

.lp-footer a {
    color: var(--lp-muted);
    text-decoration: none;
}

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

.lp-footer-address {
    margin-top: 0.25rem;
    font-size: 0.8125rem;
}

@media (max-width: 767.98px) {
    .lp-section {
        padding: 3rem 0;
    }

    .lp-hero {
        padding: 3rem 0 2.5rem;
    }
}

/* Floating Telegram chat bubble */
.lp-chat-bubble {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #229ed9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1040;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lp-chat-bubble::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #229ed9;
    opacity: 0.5;
    z-index: -1;
    animation: lp-chat-pulse 2.5s ease-out infinite;
}

.lp-chat-bubble:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

@keyframes lp-chat-pulse {
    0% {
        opacity: 0.45;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

@media (max-width: 575.98px) {
    .lp-chat-bubble {
        right: 1rem;
        bottom: 1rem;
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.5rem;
    }
}
