/* Ocifri — продающий лендинг v2 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.landing-page {
    --lp-accent: #4F46E5;
    --lp-accent-dark: #3730A3;
    --lp-accent-light: #818CF8;
    --lp-accent-soft: #EEF2FF;
    --lp-accent-glow: rgba(79, 70, 229, 0.35);
    --lp-success: #059669;
    --lp-success-soft: #D1FAE5;
    --lp-text: #0F172A;
    --lp-text-secondary: #334155;
    --lp-muted: #64748B;
    --lp-border: #E2E8F0;
    --lp-card: #FFFFFF;
    --lp-bg: #F8FAFC;
    --lp-dark: #0F172A;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--lp-bg);
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}
.landing-page .main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.landing-page footer.bg-light {
    background: var(--lp-dark) !important;
    color: #94A3B8 !important;
    margin-top: 0 !important;
}
.landing-page footer.bg-light a { color: #CBD5E1 !important; }
.landing-page footer.bg-light a:hover { color: #fff !important; }
.landing-page footer.bg-light p { color: #64748B !important; }

/* Nav */
.landing-page .beige-navbar {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}
.landing-nav .nav-link {
    color: var(--lp-muted) !important;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.4rem 0.85rem !important;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}
.landing-nav .nav-link:hover {
    color: var(--lp-accent) !important;
    background: var(--lp-accent-soft);
}
.landing-nav-cta,
.landing-page a.btn-landing-nav-cta {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--lp-accent) 0%, #6366F1 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.5rem 1.15rem !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px var(--lp-accent-glow);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    white-space: nowrap;
}
.landing-page a.btn-landing-nav-cta:hover,
.landing-page a.btn-landing-nav-cta:focus {
    color: #fff !important;
    background: linear-gradient(135deg, var(--lp-accent-dark) 0%, var(--lp-accent) 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px var(--lp-accent-glow);
}

/* Buttons */
.btn-landing-primary {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #6366F1 100%);
    border: none;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    box-shadow: 0 8px 24px var(--lp-accent-glow);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-landing-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px var(--lp-accent-glow);
}
.btn-landing-outline {
    color: var(--lp-text-secondary);
    border: 1.5px solid var(--lp-border);
    background: #fff;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    transition: border-color 0.2s, background 0.2s;
}
.btn-landing-outline:hover {
    border-color: var(--lp-accent-light);
    background: var(--lp-accent-soft);
    color: var(--lp-accent-dark);
}
.btn-landing-ghost {
    color: var(--lp-accent);
    background: transparent;
    border: none;
    font-weight: 600;
    padding: 0.85rem 1rem;
}
.btn-landing-ghost:hover { color: var(--lp-accent-dark); }

.landing-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-accent);
    margin-bottom: 0.75rem;
}

/* Hero */
.landing-hero {
    position: relative;
    padding: 6rem 0 5rem;
    overflow: hidden;
}
.landing-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.landing-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}
.landing-hero-orb-1 {
    width: 520px; height: 520px;
    background: radial-gradient(circle, #C7D2FE 0%, transparent 70%);
    top: -180px; right: -100px;
}
.landing-hero-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, #A5B4FC 0%, transparent 70%);
    bottom: -100px; left: -80px;
    opacity: 0.35;
}
.landing-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(79, 70, 229, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 70, 229, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 30%, transparent 90%);
}
.landing-hero .container { position: relative; z-index: 1; }

.landing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: var(--lp-text-secondary);
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    padding: 0.4rem 1rem 0.4rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.landing-hero-badge-dot {
    width: 8px; height: 8px;
    background: var(--lp-success);
    border-radius: 50%;
    animation: lp-pulse 2s infinite;
}
@keyframes lp-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

.landing-hero h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    color: var(--lp-text);
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}
.landing-hero h1 .highlight {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #7C3AED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.landing-hero-lead {
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--lp-muted);
    max-width: 32rem;
    margin-bottom: 2rem;
}
.landing-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--lp-border);
}
.landing-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp-muted);
}
.landing-hero-trust-item i {
    color: var(--lp-success);
    font-size: 1rem;
}

/* Dashboard mockup */
.landing-mockup {
    position: relative;
    perspective: 1200px;
}
.landing-mockup-glow {
    position: absolute;
    inset: 10% 5%;
    background: var(--lp-accent);
    filter: blur(60px);
    opacity: 0.2;
    border-radius: 50%;
}
.landing-mockup-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.8) inset,
        0 24px 64px rgba(15, 23, 42, 0.12),
        0 8px 24px rgba(79, 70, 229, 0.08);
    overflow: hidden;
    transform: rotateY(-4deg) rotateX(2deg);
    transition: transform 0.4s ease;
}
.landing-mockup:hover .landing-mockup-card {
    transform: rotateY(0) rotateX(0);
}
.landing-mockup-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: #F8FAFC;
    border-bottom: 1px solid var(--lp-border);
}
.landing-mockup-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #E2E8F0;
}
.landing-mockup-dot:nth-child(1) { background: #FCA5A5; }
.landing-mockup-dot:nth-child(2) { background: #FCD34D; }
.landing-mockup-dot:nth-child(3) { background: #86EFAC; }
.landing-mockup-body { padding: 1.25rem; }
.landing-mockup-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}
.landing-mockup-metric {
    background: #F8FAFC;
    border-radius: 10px;
    padding: 0.75rem;
    border: 1px solid var(--lp-border);
}
.landing-mockup-metric label {
    display: block;
    font-size: 0.65rem;
    color: var(--lp-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}
.landing-mockup-metric strong {
    font-size: 1.1rem;
    color: var(--lp-text);
    font-weight: 700;
}
.landing-mockup-metric.positive strong { color: var(--lp-success); }
.landing-mockup-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 100px;
    padding: 0.5rem 0;
}
.landing-mockup-chart span {
    flex: 1;
    background: linear-gradient(to top, var(--lp-accent), var(--lp-accent-light));
    border-radius: 4px 4px 0 0;
    opacity: 0.85;
    animation: lp-bar-grow 1s ease backwards;
}
.landing-mockup-chart span:nth-child(1) { height: 45%; animation-delay: 0.1s; }
.landing-mockup-chart span:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.landing-mockup-chart span:nth-child(3) { height: 55%; animation-delay: 0.2s; }
.landing-mockup-chart span:nth-child(4) { height: 85%; animation-delay: 0.25s; }
.landing-mockup-chart span:nth-child(5) { height: 60%; animation-delay: 0.3s; }
.landing-mockup-chart span:nth-child(6) { height: 95%; animation-delay: 0.35s; }
.landing-mockup-chart span:nth-child(7) { height: 75%; animation-delay: 0.4s; }
@keyframes lp-bar-grow {
    from { height: 0; opacity: 0; }
}

/* Trust strip */
.landing-trust-strip {
    padding: 2rem 0;
    background: #fff;
    border-bottom: 1px solid var(--lp-border);
}
.landing-trust-strip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3rem;
}
.landing-trust-strip-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--lp-muted);
    font-size: 0.9rem;
    font-weight: 500;
}
.landing-trust-strip-item i {
    font-size: 1.25rem;
    color: var(--lp-accent);
}

/* Sections */
.landing-section {
    padding: 5.5rem 0;
}
.landing-section-dark {
    background: var(--lp-dark);
    color: #fff;
}
.landing-section-alt {
    background: #fff;
}
.landing-section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--lp-text);
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.landing-section-dark .landing-section-title { color: #fff; }
.landing-section-sub {
    color: var(--lp-muted);
    font-size: 1.1rem;
    line-height: 1.65;
    max-width: 36rem;
}
.landing-section-sub.center {
    margin-left: auto;
    margin-right: auto;
}

/* Pain cards */
.landing-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}
.landing-pain-card {
    background: #FFF1F2;
    border: 1px solid #FECDD3;
    border-radius: 16px;
    padding: 1.75rem;
}
.landing-pain-card i {
    font-size: 1.5rem;
    color: #E11D48;
    margin-bottom: 1rem;
}
.landing-pain-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #881337;
    margin-bottom: 0.5rem;
}
.landing-pain-card p {
    font-size: 0.9rem;
    color: #9F1239;
    margin: 0;
    opacity: 0.85;
}

/* Benefit cards */
.landing-benefit-card {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
}
.landing-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}
.landing-benefit-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--lp-accent-soft);
    line-height: 1;
    margin-bottom: 0.75rem;
}
.landing-benefit-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.landing-benefit-card p {
    color: var(--lp-muted);
    font-size: 0.95rem;
    margin: 0;
}

/* Feature bento */
.landing-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
}
.landing-bento-item {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 20px;
    padding: 2rem;
    overflow: hidden;
    position: relative;
}
.landing-bento-item.span-4 { grid-column: span 4; }
.landing-bento-item.span-6 { grid-column: span 6; }
.landing-bento-item.span-8 { grid-column: span 8; }
.landing-bento-item.span-12 { grid-column: span 12; }
.landing-bento-item.featured {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #6366F1 50%, #7C3AED 100%);
    border: none;
    color: #fff;
}
.landing-bento-item.featured p { color: rgba(255,255,255,0.85); }
.landing-bento-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: var(--lp-accent-soft);
    color: var(--lp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}
.landing-bento-item.featured .landing-bento-icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.landing-bento-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.landing-bento-item p {
    color: var(--lp-muted);
    font-size: 0.95rem;
    margin: 0;
}

/* Video */
.landing-video-section {
    position: relative;
}
.landing-video-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.15);
    border: 4px solid #fff;
}
.landing-video-frame::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--lp-accent), #7C3AED);
    border-radius: 26px;
    z-index: -1;
}
.landing-video-wrap {
    position: absolute;
    inset: 0;
    background: var(--lp-dark);
}
.landing-video-wrap iframe {
    width: 100%; height: 100%;
    border: 0;
}
.landing-video-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #1E293B 0%, #0F172A 100%);
    color: #94A3B8;
    text-align: center;
    padding: 2rem;
}
.landing-video-play {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.25rem;
    cursor: default;
    transition: transform 0.2s, background 0.2s;
}
.landing-video-play:hover {
    background: var(--lp-accent);
    border-color: var(--lp-accent);
    transform: scale(1.05);
}

/* ===== How it works ===== */
.landing-how-section {
    background: linear-gradient(180deg, #fff 0%, #F8FAFC 40%, #EEF2FF 100%);
    position: relative;
    overflow: hidden;
}
.landing-how-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(ellipse, rgba(79, 70, 229, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.landing-steps-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.landing-step-card {
    flex: 1;
    min-width: 0;
    max-width: 320px;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 20px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.landing-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(79, 70, 229, 0.12);
    border-color: #C7D2FE;
}
.landing-step-card-accent {
    border-color: #C7D2FE;
    background: linear-gradient(180deg, #fff 0%, #FAFAFF 100%);
    box-shadow: 0 12px 40px rgba(79, 70, 229, 0.1);
}

.landing-step-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.landing-step-index {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #E2E8F0;
    letter-spacing: -0.03em;
}
.landing-step-card-accent .landing-step-index {
    color: #C7D2FE;
}
.landing-step-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--lp-accent-soft);
    color: var(--lp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}
.landing-step-icon-accent {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #6366F1 100%);
    color: #fff;
    box-shadow: 0 6px 16px var(--lp-accent-glow);
}

.landing-step-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--lp-text);
    margin: 0 0 0.65rem;
    letter-spacing: -0.01em;
}
.landing-step-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--lp-muted);
    margin: 0 0 1.25rem;
    flex: 1;
}
.landing-step-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--lp-accent-dark);
    background: var(--lp-accent-soft);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    width: fit-content;
}
.landing-step-meta i { font-size: 0.75rem; opacity: 0.85; }

.landing-step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    flex-shrink: 0;
    color: #C7D2FE;
    font-size: 1rem;
    padding-top: 3rem;
}

.landing-how-cta {
    text-align: center;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}
.landing-how-cta-note {
    margin: 1rem 0 0;
    font-size: 0.9rem;
    color: var(--lp-muted);
}
.landing-how-cta-note a {
    color: var(--lp-accent);
    font-weight: 600;
    text-decoration: none;
}
.landing-how-cta-note a:hover { text-decoration: underline; }

/* Testimonials */
.landing-testimonial {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.landing-testimonial-stars {
    color: #FBBF24;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}
.landing-testimonial-text {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--lp-text-secondary);
    flex: 1;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.landing-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.landing-testimonial-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-accent-soft), #C7D2FE);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--lp-accent-dark);
    font-size: 0.9rem;
}
.landing-testimonial-author strong {
    display: block;
    font-size: 0.9rem;
}
.landing-testimonial-author span {
    font-size: 0.8rem;
    color: var(--lp-muted);
}

/* ===== Pricing ===== */
.landing-pricing-section {
    background: linear-gradient(180deg, #F8FAFC 0%, #EEF2FF 50%, #F8FAFC 100%);
    position: relative;
    overflow: hidden;
}
.landing-pricing-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.landing-pricing-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}
.landing-pricing-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: #047857;
    border: 1px solid #A7F3D0;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 1.25rem;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.08);
}
.landing-pricing-guarantee i { color: #059669; }

.landing-pricing-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 2.5rem;
    background: #fff;
    padding: 0.3rem;
    border-radius: 999px;
    border: 1px solid var(--lp-border);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    position: relative;
    z-index: 1;
}
.landing-toggle-label {
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lp-muted);
    cursor: pointer;
    border: none;
    background: transparent;
    transition: all 0.25s ease;
    font-family: inherit;
}
.landing-toggle-label.active {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #6366F1 100%);
    color: #fff;
    box-shadow: 0 4px 12px var(--lp-accent-glow);
}
.landing-save-badge {
    background: #059669;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    margin-left: 0.35rem;
    vertical-align: middle;
}
.landing-toggle-label.active .landing-save-badge {
    background: rgba(255,255,255,0.25);
}

.landing-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 1080px;
    margin: 0 auto;
    align-items: stretch;
    position: relative;
    z-index: 1;
}
.landing-plan {
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}
.landing-plan:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
    border-color: #C7D2FE;
}
.landing-plan.featured {
    border: 2px solid var(--lp-accent);
    box-shadow: 0 12px 40px var(--lp-accent-glow);
    transform: scale(1.02);
}
.landing-plan.featured:hover {
    transform: scale(1.02) translateY(-6px);
}
.landing-plan-head {
    padding: 1.75rem 1.75rem 0;
}
.landing-plan-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--lp-accent-soft) 0%, #E0E7FF 100%);
    color: var(--lp-accent-dark);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}
.landing-plan.featured .landing-plan-badge {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #7C3AED 100%);
    color: #fff;
}
.landing-plan-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lp-text);
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}
.landing-plan-desc {
    font-size: 0.9rem;
    color: var(--lp-muted);
    line-height: 1.5;
    min-height: auto;
    margin: 0;
}
.landing-plan-price-box {
    margin: 1.5rem 1.75rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    border-radius: 14px;
    border: 1px solid #E2E8F0;
    text-align: center;
}
.landing-plan.featured .landing-plan-price-box {
    background: linear-gradient(135deg, var(--lp-accent-soft) 0%, #E0E7FF 100%);
    border-color: #C7D2FE;
}
.landing-plan-price .amount {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--lp-text);
    line-height: 1;
    letter-spacing: -0.03em;
}
.landing-plan.featured .landing-plan-price .amount {
    color: var(--lp-accent-dark);
}
.landing-plan-price .currency {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--lp-muted);
}
.landing-plan-price .period {
    font-size: 0.85rem;
    color: var(--lp-muted);
    margin-top: 0.35rem;
}
.landing-plan-price .price-yearly { display: none; }
body.landing-yearly .landing-plan-price .price-monthly { display: none; }
body.landing-yearly .landing-plan-price .price-yearly { display: block; }

.landing-plan-body {
    padding: 0 1.75rem;
    flex: 1;
}
.landing-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.landing-plan-features li {
    padding: 0.55rem 0;
    font-size: 0.875rem;
    color: var(--lp-text-secondary);
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    border-bottom: 1px solid #F1F5F9;
}
.landing-plan-features li:last-child { border-bottom: none; }
.landing-plan-features li i {
    color: var(--lp-success);
    font-size: 0.8rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: var(--lp-success-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-plan-foot {
    padding: 1.5rem 1.75rem 1.75rem;
}
.landing-plan-foot .btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
}
.landing-pricing-note {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.875rem;
    color: var(--lp-muted);
    position: relative;
    z-index: 1;
}
.landing-pricing-note a {
    color: var(--lp-accent);
    font-weight: 600;
    text-decoration: none;
}
.landing-pricing-note a:hover { text-decoration: underline; }

/* FAQ */
.landing-faq .accordion-item {
    border: 1px solid var(--lp-border);
    border-radius: 16px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #fff;
}
.landing-faq .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: var(--lp-text);
    background: #fff;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
}
.landing-faq .accordion-button:not(.collapsed) {
    background: var(--lp-accent-soft);
    color: var(--lp-accent-dark);
}
.landing-faq .accordion-body {
    padding: 0 1.5rem 1.25rem;
    color: var(--lp-muted);
    line-height: 1.65;
}

/* CTA */
.landing-cta-block {
    position: relative;
    border-radius: 28px;
    padding: 4rem 2rem;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--lp-accent) 0%, #6366F1 40%, #7C3AED 100%);
    color: #fff;
}
.landing-cta-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.landing-cta-block .inner { position: relative; z-index: 1; }
.landing-cta-block h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}
.landing-cta-block p {
    font-size: 1.1rem;
    opacity: 0.92;
    max-width: 28rem;
    margin: 0 auto 1.75rem;
}
.landing-cta-block .btn-landing-primary {
    background: #fff !important;
    color: var(--lp-accent-dark) !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.landing-cta-block .btn-landing-primary:hover {
    background: #F8FAFC !important;
    color: var(--lp-accent-dark) !important;
    transform: translateY(-2px);
}
.landing-cta-note {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Documents */
.landing-docs {
    background: #F1F5F9;
    padding: 3.5rem 0;
}
.landing-docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}
.landing-doc-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    text-decoration: none;
    color: var(--lp-text-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
}
.landing-doc-link:hover {
    border-color: var(--lp-accent-light);
    color: var(--lp-accent);
    background: var(--lp-accent-soft);
    text-decoration: none;
}
.landing-doc-link i { color: var(--lp-accent); width: 1.25rem; text-align: center; }

/* Sticky mobile CTA */
.landing-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--lp-border);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.08);
}
.landing-sticky-cta .btn { width: 100%; }

/* Mobile nav pills */
.landing-mobile-nav {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 1rem 0 0;
    scrollbar-width: none;
}
.landing-mobile-nav::-webkit-scrollbar { display: none; }
.landing-mobile-nav a {
    flex-shrink: 0;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--lp-border);
    background: #fff;
    color: var(--lp-muted);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
}

/* Scroll reveal — visible by default if no JS */
.lp-reveal {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-lp-reveal .lp-reveal {
    opacity: 0;
    transform: translateY(24px);
}
.js-lp-reveal .lp-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .landing-hero { padding-top: 5rem; }
    .landing-mockup { margin-top: 3rem; }
    .landing-mockup-card { transform: none; }
    .landing-bento-item.span-4,
    .landing-bento-item.span-6,
    .landing-bento-item.span-8 { grid-column: span 12; }
    .landing-steps-track {
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: 360px;
    }
    .landing-step-connector {
        width: auto;
        padding: 0.5rem 0;
        transform: rotate(90deg);
    }
    .landing-step-card { max-width: 100%; width: 100%; }
    .landing-plan.featured { transform: none; }
    .landing-sticky-cta { display: block; }
    .landing-page footer.bg-light { padding-bottom: 5rem !important; }
}
@media (max-width: 767px) {
    .landing-section { padding: 4rem 0; }
}
