/* =========================================================
   Landing-страницы отдельных услуг Lumera Cleaning
   Дополняет style.css (навбар, футер, кнопки, модалка, cookie)
   ========================================================= */
.lp-main { --lp-ink: #0f172a; --lp-muted: #64748b; }

/* HERO */
.lp-hero {
    position: relative; margin: 15px; overflow: hidden; isolation: isolate;
    border-radius: 28px; background: #0b2138; color: #fff;
}
.lp-hero-bg {
    position: absolute; inset: 0; z-index: -1; opacity: .5;
    /* фон задаётся инлайном на странице (линейный градиент + фото услуги) */
    background-position: center; background-size: cover;
}
.lp-hero::before {
    content: ''; position: absolute; z-index: -1; width: 460px; height: 460px;
    right: -140px; top: -180px; border-radius: 50%; background: rgba(14,165,233,.28); filter: blur(4px);
}
.lp-hero-inner {
    display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr);
    align-items: center; gap: 42px; padding: 68px 0 52px;
}
.lp-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; font-size: .78rem; color: #94a3b8; }
.lp-breadcrumb a { color: #cbd5e1; font-weight: 700; }
.lp-breadcrumb a:hover { color: #67e8f9; }
.lp-breadcrumb span { color: #67e8f9; }
.lp-eyebrow {
    display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; padding: 7px 12px;
    border: 1px solid rgba(103,232,249,.3); border-radius: 999px; color: #a5f3fc; background: rgba(14,165,233,.1);
    font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.lp-eyebrow i { color: #34d399; }
.lp-hero h1 { color: #fff; font-size: clamp(2.15rem, 4.6vw, 3.9rem); line-height: 1.04; letter-spacing: -.05em; margin-bottom: 14px; }
.lp-hero h1 span { color: #67e8f9; }
.lp-price-badge {
    display: inline-flex; align-items: baseline; gap: 8px; margin-bottom: 16px; padding: 8px 14px;
    border-radius: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
    font-weight: 800; font-size: .98rem;
}
.lp-price-badge small { color: #cbd5e1; font-weight: 600; font-size: .76rem; }
.lp-hero > .container > .lp-hero-inner .lp-copy p { max-width: 560px; color: #cbd5e1; font-size: 1rem; line-height: 1.62; margin-bottom: 20px; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-page .lp-actions .btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.lp-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; color: #cbd5e1; font-size: .78rem; font-weight: 700; }
.lp-proof span { display: inline-flex; align-items: center; gap: 7px; }
.lp-proof i { color: #34d399; }
.lp-photo-card {
    justify-self: end; width: min(100%, 380px); padding: 10px; border-radius: 22px;
    border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); backdrop-filter: blur(16px);
    box-shadow: 0 22px 48px rgba(0,0,0,.28);
}
.lp-photo-card img { width: 100%; height: 250px; object-fit: cover; border-radius: 14px; display: block; }

/* СЕКЦИИ */
.lp-section { padding: 80px 0; }
.lp-section.alt { background: #eef8fb; }
.lp-sec-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--primary-hover); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-sec-kicker::before { content: ''; width: 26px; height: 2px; background: var(--accent); }
.lp-sec-head { max-width: 640px; margin-bottom: 40px; }
.lp-sec-head h2 { color: var(--lp-ink); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.04; letter-spacing: -.05em; margin-bottom: 12px; }
.lp-sec-head p { color: var(--lp-muted); font-size: .98rem; line-height: 1.6; }

/* Что входит / дополнительно */
.lp-includes { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lp-include-col {
    padding: 28px 26px; border: 1px solid rgba(148,163,184,.22); border-radius: 22px;
    background: rgba(255,255,255,.85); box-shadow: 0 14px 45px rgba(15,23,42,.06);
}
.lp-include-col h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--lp-ink); font-size: 1.15rem; }
.lp-include-col h3 i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; font-size: .85rem; background: linear-gradient(135deg, var(--primary), #06b6d4); }
.lp-list { display: grid; gap: 10px; }
.lp-list li { display: flex; align-items: flex-start; gap: 10px; color: #475569; font-size: .9rem; line-height: 1.45; }
.lp-list i { flex: 0 0 16px; padding-top: 3px; color: var(--accent); font-size: .78rem; }
.lp-list.extra i { color: var(--primary); }

/* Преимущества */
.lp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-benefit { padding: 26px 22px; border: 1px solid rgba(148,163,184,.2); border-radius: 20px; background: rgba(255,255,255,.75); transition: .3s ease; }
.lp-benefit:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 16px 38px rgba(15,23,42,.08); }
.lp-benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; border-radius: 14px; color: #fff; font-size: 1.1rem; background: linear-gradient(135deg, var(--primary), var(--accent)); }
.lp-benefit h4 { margin-bottom: 8px; color: var(--lp-ink); font-size: 1.08rem; }
.lp-benefit p { color: var(--lp-muted); font-size: .86rem; line-height: 1.55; }

/* Шаги */
.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lp-step { padding: 24px 20px; border: 1px solid rgba(148,163,184,.24); border-radius: 20px; background: rgba(255,255,255,.8); }
.lp-step span { display: block; margin-bottom: 10px; color: var(--primary-hover); font-size: .72rem; font-weight: 800; letter-spacing: .07em; }
.lp-step h4 { margin-bottom: 6px; color: var(--lp-ink); font-size: 1rem; }
.lp-step p { color: var(--lp-muted); font-size: .8rem; line-height: 1.5; }

/* CTA */
.lp-cta { padding: 30px 0 96px; }
.lp-cta-card {
    position: relative; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: 28px; padding: 46px 52px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, #0b2138, #0c4a6e);
    background-color: #0b2138;
    box-shadow: 0 24px 60px rgba(7,46,77,.22);
}
.lp-cta-card::after { content: ''; position: absolute; width: 320px; height: 320px; right: -90px; top: -120px; border-radius: 50%; background: rgba(103,232,249,.14); }
.lp-cta-card > div { position: relative; z-index: 1; }
.lp-cta-card h2 { margin-bottom: 10px; color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.04; letter-spacing: -.05em; }
.lp-cta-card p { max-width: 520px; color: #cbd5e1; font-size: .92rem; line-height: 1.6; }
.lp-cta-card .btn { position: relative; z-index: 1; flex: 0 0 auto; background: #a7f3d0; color: #064e3b; box-shadow: none; }

@media (max-width: 980px) {
    /* padding-top держит отступ от фиксированного стеклянного навбара
       (~80px его нижний край на этой ширине) — иначе текст уезжает под него */
    .lp-hero-inner { grid-template-columns: 1fr; gap: 22px; padding: 78px 0 34px; }
    .lp-photo-card { justify-self: start; width: min(100%, 420px); }
    .lp-photo-card img { height: 210px; }
    .lp-includes { grid-template-columns: 1fr; }
    .lp-benefits { grid-template-columns: 1fr; }
    .lp-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
    .lp-hero { margin: 8px; border-radius: 20px; }
    .lp-hero::before { width: 260px; height: 260px; right: -100px; top: -110px; }
    /* тот же расчёт клиренса под навбар, но с учётом уменьшенного margin у hero (8px) */
    .lp-hero-inner { padding: 78px 0 28px; gap: 18px; }
    .lp-breadcrumb { margin-bottom: 12px; }
    .lp-eyebrow { margin-bottom: 12px; }
    .lp-hero h1 { margin-bottom: 10px; }
    .lp-price-badge { margin-bottom: 12px; }
    .lp-hero > .container > .lp-hero-inner .lp-copy p { margin-bottom: 14px; font-size: .92rem; }
    .lp-proof { margin-top: 14px; gap: 10px 14px; }
    .lp-photo-card { padding: 8px; }
    .lp-photo-card img { height: 165px; }
    .lp-section { padding: 48px 0; }
    .lp-steps { grid-template-columns: 1fr; }
    .lp-cta-card { padding: 32px 24px; }
    .lp-cta-card .btn { width: 100%; margin-top: 18px; }
}
@media (max-width: 400px) {
    .lp-hero h1 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
    .lp-photo-card img { height: 145px; }
    .lp-actions { gap: 8px; }
    .lp-actions .btn { width: 100%; justify-content: center; }
}
