/* ============================================================
   LANDING PAGES PRO — единый премиум-стиль для страниц футера
   Применяется к: for_owners, for_contractors, offer, prices, cases,
                  product, features, seo_page, find_contractor, lead_status
   Префикс: lpp- (landing-page-pro)
   Активация: добавить класс .lpp-page на корневой <div>
   ============================================================ */

/* Сброс тёмного фона base.html */
body:has(.lpp-page) {
    background:
        radial-gradient(circle at 18% 0%, rgba(99, 102, 241, 0.10), transparent 38%),
        radial-gradient(circle at 86% 8%, rgba(34, 211, 238, 0.08), transparent 36%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%) !important;
    background-attachment: fixed !important;
    color: #0f172a !important;
    padding-top: 0 !important;
}

body:has(.lpp-page) main.page-container {
    padding: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
}

.lpp-page {
    min-height: calc(100vh - 80px);
    padding: 0;
    color: #0f172a;
}

/* ─────────────── HERO ─────────────── */
.lpp-hero {
    position: relative;
    padding: 80px 24px 56px;
    text-align: center;
    overflow: hidden;
}
.lpp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 28%, rgba(99, 102, 241, 0.10), transparent 55%);
    pointer-events: none;
}
.lpp-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
}
.lpp-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    color: #4338ca;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.86rem;
    background: #fff;
    border: 1px solid #dbe4ff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    margin-bottom: 22px;
    transition: transform .15s, box-shadow .15s, color .15s;
}
.lpp-back:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(99, 102, 241, 0.18);
    color: #4338ca;
}

.lpp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(99, 102, 241, 0.22);
    color: #4338ca;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 22px;
    box-shadow: 0 10px 24px rgba(99, 102, 241, 0.10);
}
.lpp-eyebrow i { color: #6366f1; }

.lpp-hero-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 18px 40px rgba(99, 102, 241, 0.32);
}
.lpp-hero-icon.lpp-icon-emerald {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 18px 40px rgba(16, 185, 129, 0.32);
}
.lpp-hero-icon.lpp-icon-amber {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    box-shadow: 0 18px 40px rgba(245, 158, 11, 0.32);
}
.lpp-hero-icon.lpp-icon-pink {
    background: linear-gradient(135deg, #ec4899, #db2777);
    box-shadow: 0 18px 40px rgba(236, 72, 153, 0.32);
}

.lpp-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    margin: 0 0 16px;
    color: #0f172a;
    line-height: 1.08;
    letter-spacing: -0.02em;
}
.lpp-hero-title-accent {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.lpp-hero-subtitle {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: #475569;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 28px;
}

.lpp-hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.lpp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: transform .18s, box-shadow .2s, border-color .2s, background .2s;
    cursor: pointer;
}
.lpp-btn-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    box-shadow: 0 14px 32px rgba(99, 102, 241, 0.28);
}
.lpp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(99, 102, 241, 0.40);
    color: #fff;
}
.lpp-btn-emerald {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 14px 32px rgba(16, 185, 129, 0.28);
}
.lpp-btn-emerald:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(16, 185, 129, 0.40);
    color: #fff;
}
.lpp-btn-ghost {
    background: #fff;
    border-color: #e2e8f0;
    color: #4338ca;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.lpp-btn-ghost:hover {
    border-color: rgba(99, 102, 241, 0.32);
    color: #4338ca;
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(99, 102, 241, 0.14);
}

.lpp-trust {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 28px;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}
.lpp-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lpp-trust i { color: #10b981; }

/* ─────────────── CONTAINER ─────────────── */
.lpp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.lpp-container-narrow {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ─────────────── SECTION ─────────────── */
.lpp-section {
    padding: 56px 0;
    position: relative;
}
.lpp-section-title {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
}
.lpp-section-subtitle {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px;
}
.lpp-section-eyebrow {
    display: block;
    text-align: center;
    color: #4338ca;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}

/* ─────────────── CARDS ─────────────── */
.lpp-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lpp-card:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.32);
    box-shadow: 0 26px 60px rgba(99, 102, 241, 0.12);
}

.lpp-card h3,
.lpp-card .lpp-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
}
.lpp-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.lpp-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 102, 241, 0.10);
    color: #6366f1;
    font-size: 1.4rem;
    margin-bottom: 16px;
}
.lpp-card-icon.lpp-emerald { background: rgba(16, 185, 129, 0.10); color: #10b981; }
.lpp-card-icon.lpp-amber   { background: rgba(245, 158, 11, 0.10); color: #f59e0b; }
.lpp-card-icon.lpp-blue    { background: rgba(59, 130, 246, 0.10); color: #3b82f6; }
.lpp-card-icon.lpp-pink    { background: rgba(236, 72, 153, 0.10); color: #ec4899; }
.lpp-card-icon.lpp-purple  { background: rgba(139, 92, 246, 0.10); color: #8b5cf6; }
.lpp-card-icon.lpp-cyan    { background: rgba(6, 182, 212, 0.10);  color: #06b6d4; }

/* GRID шаблоны */
.lpp-grid {
    display: grid;
    gap: 18px;
}
.lpp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lpp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lpp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 980px) {
    .lpp-grid-3, .lpp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .lpp-grid-2, .lpp-grid-3, .lpp-grid-4 { grid-template-columns: 1fr; }
}

/* ─────────────── STEPS / TIMELINE ─────────────── */
.lpp-steps {
    display: grid;
    gap: 14px;
    margin: 16px 0;
}
.lpp-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    transition: transform .18s, border-color .18s, box-shadow .18s;
}
.lpp-step:hover {
    border-color: rgba(99, 102, 241, 0.30);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(99, 102, 241, 0.08);
}
.lpp-step-num {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 10px 22px rgba(99, 102, 241, 0.32);
    flex-shrink: 0;
}
.lpp-step-num.lpp-step-emerald { background: linear-gradient(135deg, #10b981, #059669); box-shadow: 0 10px 22px rgba(16, 185, 129, 0.32); }
.lpp-step-num.lpp-step-blue    { background: linear-gradient(135deg, #3b82f6, #2563eb); box-shadow: 0 10px 22px rgba(59, 130, 246, 0.32); }
.lpp-step-num.lpp-step-amber   { background: linear-gradient(135deg, #f59e0b, #d97706); box-shadow: 0 10px 22px rgba(245, 158, 11, 0.32); }
.lpp-step-num.lpp-step-pink    { background: linear-gradient(135deg, #ec4899, #db2777); box-shadow: 0 10px 22px rgba(236, 72, 153, 0.32); }
.lpp-step-content h3,
.lpp-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 5px;
}
.lpp-step-content p,
.lpp-step-desc {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

/* ─────────────── HIGHLIGHT BANNER (CTA) ─────────────── */
.lpp-banner {
    position: relative;
    overflow: hidden;
    padding: 36px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.06));
    border: 1px solid rgba(99, 102, 241, 0.20);
    box-shadow: 0 20px 50px rgba(99, 102, 241, 0.10);
    margin: 24px 0;
}
.lpp-banner-emerald {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(6, 182, 212, 0.05));
    border-color: rgba(16, 185, 129, 0.22);
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.10);
}
.lpp-banner-amber {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(234, 88, 12, 0.05));
    border-color: rgba(245, 158, 11, 0.22);
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.10);
}
.lpp-banner h2,
.lpp-banner-title {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
}
.lpp-banner p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 680px;
}
.lpp-banner-with-icon {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    align-items: center;
}
.lpp-banner-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.30);
}
@media (max-width: 640px) {
    .lpp-banner-with-icon {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .lpp-banner-icon { margin: 0 auto; }
}

/* ─────────────── PRICE / OFFER ─────────────── */
.lpp-price-card {
    text-align: center;
    padding: 36px 28px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06), rgba(167, 139, 250, 0.04));
    border: 1.5px solid rgba(99, 102, 241, 0.20);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(99, 102, 241, 0.10);
}
.lpp-price-eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6366f1;
    margin-bottom: 8px;
}
.lpp-price-value {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 6px;
}
.lpp-price-value small {
    font-size: 0.4em;
    color: #64748b;
    font-weight: 600;
    margin-left: 6px;
}
.lpp-price-period {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 18px;
}
.lpp-price-promo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.10);
    color: #047857;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 18px;
}

/* ─────────────── DISCLAIMER ─────────────── */
.lpp-disclaimer {
    text-align: center;
    color: #94a3b8;
    font-size: 0.82rem;
    line-height: 1.55;
    margin: 28px auto 12px;
    max-width: 760px;
    padding: 0 16px;
}

/* ─────────────── FAQ ITEM (compact) ─────────────── */
.lpp-faq {
    display: grid;
    gap: 12px;
    max-width: 880px;
    margin: 0 auto;
}
.lpp-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    transition: border-color .2s;
}
.lpp-faq-item.is-open { border-color: rgba(99, 102, 241, 0.30); }
.lpp-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    color: #0f172a;
    font-size: 0.98rem;
}
.lpp-faq-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.10);
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .25s, background .2s;
}
.lpp-faq-item.is-open .lpp-faq-toggle {
    transform: rotate(45deg);
    background: rgba(99, 102, 241, 0.18);
}
.lpp-faq-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    transition: max-height .3s ease, padding .3s ease;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.6;
}
.lpp-faq-item.is-open .lpp-faq-a {
    max-height: 500px;
    padding: 0 22px 18px;
}

/* ─────────────── FEATURES INLINE LIST ─────────────── */
.lpp-features {
    display: grid;
    gap: 12px;
    margin: 16px 0;
}
.lpp-features-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: border-color .2s, transform .2s;
}
.lpp-features-item:hover {
    border-color: rgba(99, 102, 241, 0.28);
    transform: translateY(-1px);
}
.lpp-features-item i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 102, 241, 0.10);
    color: #6366f1;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.lpp-features-item .lpp-feat-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.95rem;
    margin-bottom: 2px;
}
.lpp-features-item .lpp-feat-desc {
    color: #64748b;
    font-size: 0.84rem;
}

/* ─────────────── BENEFIT (small card) ─────────────── */
.lpp-benefit {
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: transform .18s, border-color .18s, box-shadow .18s;
}
.lpp-benefit:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 102, 241, 0.28);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}
.lpp-benefit i {
    font-size: 1.4rem;
    color: #6366f1;
    margin-bottom: 10px;
    display: inline-block;
}
.lpp-benefit-emerald i { color: #10b981; }
.lpp-benefit-amber   i { color: #f59e0b; }
.lpp-benefit-blue    i { color: #3b82f6; }
.lpp-benefit-pink    i { color: #ec4899; }
.lpp-benefit-purple  i { color: #8b5cf6; }
.lpp-benefit-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.98rem;
    margin: 6px 0 6px;
}
.lpp-benefit-desc {
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.55;
    margin: 0;
}

/* ─────────────── FINAL CTA ─────────────── */
.lpp-final-cta {
    margin: 48px auto 24px;
    padding: 44px 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 30px 70px rgba(99, 102, 241, 0.32);
    position: relative;
    overflow: hidden;
}
.lpp-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.15), transparent 50%);
    pointer-events: none;
}
.lpp-final-cta > * { position: relative; z-index: 1; }
.lpp-final-cta h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}
.lpp-final-cta p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto 22px;
    max-width: 640px;
}
.lpp-final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.lpp-final-cta .lpp-btn-primary {
    background: #fff;
    color: #4338ca;
    border-color: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
.lpp-final-cta .lpp-btn-primary:hover {
    color: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
}
.lpp-final-cta .lpp-btn-ghost {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
}
.lpp-final-cta .lpp-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.20);
    border-color: rgba(255, 255, 255, 0.50);
    color: #fff;
}

/* ─────────────── BADGE / TAG ─────────────── */
.lpp-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.10);
    color: #4338ca;
    font-size: 0.78rem;
    font-weight: 700;
}
.lpp-tag-emerald { background: rgba(16, 185, 129, 0.10); color: #047857; }
.lpp-tag-amber   { background: rgba(245, 158, 11, 0.12); color: #b45309; }

/* ─────────────── TWO-COL LAYOUT ─────────────── */
.lpp-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 900px) {
    .lpp-two-col { grid-template-columns: 1fr; }
}

/* ─────────────── TABLE ─────────────── */
.lpp-table-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
    margin: 16px 0;
    overflow-x: auto;
}
.lpp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    color: #1f2937;
    min-width: 520px;
}
.lpp-table thead th {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.05));
    color: #4338ca;
    text-align: left;
    padding: 14px 16px;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(99, 102, 241, 0.18);
    white-space: nowrap;
}
.lpp-table tbody td {
    padding: 13px 16px;
    color: #475569;
    line-height: 1.55;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}
.lpp-table tbody tr:last-child td { border-bottom: none; }
.lpp-table tbody tr:hover td { background: rgba(248, 250, 252, 0.85); }
.lpp-table .lpp-price-val {
    font-weight: 700;
    color: #4338ca;
    white-space: nowrap;
}

/* ─────────────── SEARCH INPUT ─────────────── */
.lpp-search {
    position: relative;
    max-width: 520px;
    margin: 0 auto 24px;
}
.lpp-search input {
    width: 100%;
    padding: 14px 18px 14px 52px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    color: #0f172a;
    font-size: 0.98rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: border-color .2s, box-shadow .2s;
}
.lpp-search input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12), 0 16px 32px rgba(99, 102, 241, 0.10);
}
.lpp-search input::placeholder { color: #94a3b8; }
.lpp-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
    pointer-events: none;
}

/* ─────────────── TABS ─────────────── */
.lpp-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0;
}
.lpp-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .18s;
}
.lpp-tab:hover,
.lpp-tab.is-active {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.28);
    color: #4338ca;
}

/* ─────────────── SIDES (для для_кого) ─────────────── */
.lpp-side {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
    transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lpp-side:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.30);
    box-shadow: 0 26px 60px rgba(99, 102, 241, 0.10);
}
.lpp-side-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 12px 0 14px;
}
.lpp-side-list {
    list-style: none;
    padding: 0;
    margin: 0 0 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lpp-side-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
}
.lpp-side-list li i {
    color: #ef4444;
    font-size: 1.05rem;
    margin-top: 2px;
}
.lpp-side-list.lpp-positive li i { color: #10b981; }
.lpp-side-divider {
    margin: 16px 0 10px;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ─────────────── BACK TO TOP / TINY UI ─────────────── */
.lpp-link {
    color: #4338ca;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 1px dashed rgba(99, 102, 241, 0.32);
    transition: color .15s, border-color .15s;
}
.lpp-link:hover { color: #4f46e5; border-bottom-color: #4f46e5; }

/* ─────────────── PRINT ─────────────── */
@media print {
    .lpp-back, .lpp-final-cta, .lpp-hero-actions { display: none !important; }
    .lpp-card, .lpp-banner, .lpp-step { box-shadow: none !important; }
}
