/* ============================================================
   Лендинг «Зарядка для дома» (раздел «Услуги»)
   Доп. стили к parking-zhk.css. Используют .lp-shell, .lp-hero,
   .lp-section-title, .lp-btn-primary/.lp-btn-secondary из базового лендинг-CSS.
   Все классы в зоне .lp-shell, чтобы не конфликтовать с глобальными.
   ============================================================ */

/* ===== светлые секции ===== */
.lp-shell .is-light {
    background: #F3F5F7;
    color: #0E1A2E;
}
.lp-shell .is-light .lp-section-title { color: #0E1A2E; }
.lp-shell .is-light .lp-section-title span { color: #0079C2; }
.lp-shell .is-light .lp-section-lead { color: rgba(14, 26, 46, 0.65); }

/* ===== HERO: чек-лист с галочками ===== */
.lp-shell .lp-hero__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-shell .lp-hero__checks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}
.lp-shell .lp-hero__checks svg {
    flex-shrink: 0;
    color: #00B2FF;
}
.lp-shell .lp-hero__sub {
    margin: 18px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}
.lp-shell .lp-hero__sub a {
    color: #B2E0FF;
    border-bottom: 1px solid rgba(178, 224, 255, 0.3);
}

/* ===== PAGE NAV ===== */
.lp-shell .lp-pagenav {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(14, 26, 46, 0.6);
    padding: 0 30px;
}
.lp-shell .lp-pagenav__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 4px;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
}
.lp-shell .lp-pagenav__inner::-webkit-scrollbar { display: none; }
.lp-shell .lp-pagenav a {
    flex-shrink: 0;
    padding: 14px 16px;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: color .2s, border-color .2s;
}
.lp-shell .lp-pagenav a:hover {
    color: #B2E0FF;
    border-bottom-color: rgba(0, 178, 255, 0.4);
}

/* ===== AUDIENCES (3 cards, light) ===== */
.lp-shell .lp-audiences { padding: clamp(48px, 6vw, 80px) 30px; }
.lp-shell .lp-audiences__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.lp-shell .lp-aud-card {
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.08);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}
.lp-shell .lp-aud-card:hover {
    border-color: rgba(0, 178, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(14, 26, 46, 0.08);
}
.lp-shell .lp-aud-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 178, 255, 0.10);
    border: 1px solid rgba(0, 178, 255, 0.3);
    color: #0079C2;
    margin-bottom: 6px;
}
.lp-shell .lp-aud-card h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.8vw, 22px);
    text-transform: uppercase;
    color: #0E1A2E;
    margin: 16px 0 12px;
    line-height: 1.15;
}
.lp-shell .lp-aud-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.lp-shell .lp-aud-card ul li {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(14, 26, 46, 0.72);
    padding-left: 18px;
    position: relative;
}
.lp-shell .lp-aud-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #00B2FF;
    border-radius: 50%;
}
.lp-shell .lp-aud-card__price {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(20px, 2vw, 26px);
    color: #0E1A2E;
    margin: 0 0 12px;
    line-height: 1;
}
.lp-shell .lp-aud-card__price small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(14, 26, 46, 0.55);
    margin-top: 4px;
    letter-spacing: .04em;
}
.lp-shell .lp-aud-card__link {
    margin-top: auto;
    color: #0079C2;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 121, 194, 0.35);
    align-self: flex-start;
    padding-bottom: 2px;
    text-decoration: none;
    transition: color .2s, border-color .2s;
}
.lp-shell .lp-aud-card__link:hover {
    color: #00B2FF;
    border-color: #00B2FF;
}

/* ===== PAINS (4 cards, dark) ===== */
.lp-shell .lp-pains__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.lp-shell .lp-pain {
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    gap: 18px;
}
.lp-shell .lp-pain__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(0, 178, 255, 0.10);
    border: 1px solid rgba(0, 178, 255, 0.3);
    color: #00B2FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lp-shell .lp-pain h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(17px, 1.6vw, 20px);
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.15;
}
.lp-shell .lp-pain p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.7);
}
.lp-shell .lp-pains__more {
    margin: 32px 0 0;
}
.lp-shell .lp-pains__more a {
    color: #00B2FF;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 178, 255, 0.4);
    padding-bottom: 3px;
    text-decoration: none;
}
.lp-shell .lp-pains__more a:hover {
    color: #B2E0FF;
    border-color: #B2E0FF;
}

/* ===== EQUIPMENT (3 cards, light) ===== */
.lp-shell .lp-equipment { padding: clamp(48px, 6vw, 80px) 30px; }
.lp-shell .lp-equipment__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.lp-shell .lp-eq-card {
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.08);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}
.lp-shell .lp-eq-card:hover {
    border-color: rgba(0, 178, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(14, 26, 46, 0.08);
}
.lp-shell .lp-eq-card__tag {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 10px;
    background: rgba(0, 178, 255, 0.10);
    border: 1px solid rgba(0, 178, 255, 0.4);
    border-radius: 6px;
    color: #0079C2;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px;
}
.lp-shell .lp-eq-card__image {
    margin: 0 0 20px;
    width: 100%;
    aspect-ratio: 4/3;
    background: #F3F5F7;
    border: 1px solid rgba(14, 26, 46, 0.06);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.lp-shell .lp-eq-card__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.lp-shell .lp-eq-card h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.8vw, 22px);
    text-transform: uppercase;
    color: #0E1A2E;
    margin: 0 0 12px;
    line-height: 1.15;
}
.lp-shell .lp-eq-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lp-shell .lp-eq-card ul li {
    font-size: 14px;
    color: rgba(14, 26, 46, 0.72);
    padding-left: 18px;
    position: relative;
    line-height: 1.45;
}
.lp-shell .lp-eq-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #00B2FF;
    border-radius: 2px;
    transform: rotate(45deg);
}
.lp-shell .lp-eq-card__price {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(20px, 1.8vw, 24px);
    color: #0E1A2E;
    margin: 0 0 4px;
    line-height: 1.1;
}
.lp-shell .lp-eq-card__price-sub {
    font-size: 13px;
    color: rgba(14, 26, 46, 0.55);
    margin: 0 0 16px;
}
.lp-shell .lp-eq-card > a {
    margin-top: auto;
    align-self: flex-start;
    color: #0079C2;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 121, 194, 0.35);
    padding-bottom: 2px;
    text-decoration: none;
    transition: color .2s, border-color .2s;
}
.lp-shell .lp-eq-card > a:hover {
    color: #00B2FF;
    border-color: #00B2FF;
}
.lp-shell .lp-equipment__more {
    margin: 32px 0 0;
    text-align: center;
}
.lp-shell .lp-equipment__more a {
    color: #0079C2;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 121, 194, 0.4);
    padding-bottom: 3px;
    text-decoration: none;
}
.lp-shell .lp-equipment__more a:hover {
    color: #00B2FF;
    border-color: #00B2FF;
}

.lp-shell .lp-eq-guides {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(14, 26, 46, 0.08);
}
.lp-shell .lp-eq-guides h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.6vw, 22px);
    text-transform: uppercase;
    color: #0E1A2E;
    margin: 0 0 18px;
    line-height: 1.15;
}
.lp-shell .lp-eq-guides__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}
.lp-shell .lp-eq-guides__grid a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.08);
    border-radius: 12px;
    color: #0E1A2E;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
.lp-shell .lp-eq-guides__grid a:hover {
    border-color: rgba(0, 178, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(14, 26, 46, 0.06);
}
.lp-shell .lp-eq-guides__grid a::before {
    content: "";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 178, 255, 0.10);
    border: 1px solid rgba(0, 178, 255, 0.3);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path d='M3 9h12M11 5l4 4-4 4' stroke='%2300B2FF' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== STEPS (5 cards, dark) ===== */
.lp-shell .lp-steps { padding: clamp(48px, 6vw, 80px) 30px; }
.lp-shell .lp-steps__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.lp-shell .lp-steps__list li {
    position: relative;
    padding: 24px 28px 24px 96px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}
.lp-shell .lp-steps__num {
    position: absolute;
    left: 24px;
    top: 22px;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    color: #00B2FF;
    font-weight: 500;
    line-height: 1;
}
.lp-shell .lp-steps__list h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(17px, 1.6vw, 20px);
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.15;
}
.lp-shell .lp-steps__list p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}
.lp-shell .lp-steps__time {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    border: 1px solid rgba(0, 178, 255, 0.4);
    color: #B2E0FF;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 500;
}

/* ===== SMETA (table, light) ===== */
.lp-shell .lp-smeta { padding: clamp(48px, 6vw, 80px) 30px; }
.lp-shell .lp-smeta__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
}
.lp-shell .lp-smeta__table th {
    background: #0E1A2E;
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 18px 24px;
    text-align: left;
}
.lp-shell .lp-smeta__table th:last-child { text-align: right; }
.lp-shell .lp-smeta__table td {
    padding: 18px 24px;
    font-size: 15px;
    color: #0E1A2E;
    line-height: 1.4;
    border-top: 1px solid rgba(14, 26, 46, 0.06);
}
.lp-shell .lp-smeta__table td:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.lp-shell .lp-smeta__table tr.is-total td {
    background: rgba(0, 178, 255, 0.06);
    font-weight: 700;
    border-top: 1px solid rgba(0, 178, 255, 0.3);
}
.lp-shell .lp-smeta__table tr.is-total td:last-child {
    color: #0079C2;
    font-size: 20px;
}
.lp-shell .lp-smeta__guides {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}
.lp-shell .lp-smeta__guides a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.08);
    border-radius: 12px;
    color: #0E1A2E;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
.lp-shell .lp-smeta__guides a:hover {
    border-color: rgba(0, 178, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(14, 26, 46, 0.06);
}
.lp-shell .lp-smeta__guides a::before {
    content: "";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 178, 255, 0.10);
    border: 1px solid rgba(0, 178, 255, 0.3);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path d='M3 9h12M11 5l4 4-4 4' stroke='%2300B2FF' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
.lp-shell .lp-smeta__note {
    margin: 24px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(14, 26, 46, 0.6);
    padding: 16px 20px;
    background: rgba(0, 178, 255, 0.06);
    border-left: 3px solid #00B2FF;
    border-radius: 6px;
}
.lp-shell .lp-smeta__note a {
    color: #0079C2;
    border-bottom: 1px solid rgba(0, 121, 194, 0.35);
    text-decoration: none;
}

/* ===== CASES (dark) ===== */
.lp-shell .lp-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.lp-shell .lp-case {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color .25s, transform .3s;
}
.lp-shell .lp-case:hover {
    border-color: rgba(0, 178, 255, 0.35);
    transform: translateY(-3px);
}
.lp-shell .lp-case__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: #0A1424;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-shell .lp-case__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lp-shell .lp-case__image::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 60%, rgba(14, 26, 46, 0.5) 100%);
}
.lp-shell .lp-case__body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.lp-shell .lp-case__tag {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 10px;
    border: 1px solid rgba(0, 178, 255, 0.4);
    border-radius: 6px;
    color: #B2E0FF;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px;
}
.lp-shell .lp-case h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.8vw, 22px);
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
    word-break: break-word;
    line-height: 1.15;
}
.lp-shell .lp-case p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}
.lp-shell .lp-case__meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: auto 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-shell .lp-case__meta > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.lp-shell .lp-case__meta dt {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0;
}
.lp-shell .lp-case__meta dd {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

/* ===== FAQ (details, light) ===== */
.lp-shell .lp-faq { padding: clamp(48px, 6vw, 80px) 30px; }
.lp-shell .lp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 880px;
}
.lp-shell .lp-faq details {
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.08);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .2s, background .2s;
}
.lp-shell .lp-faq details[open] {
    border-color: rgba(0, 178, 255, 0.4);
    background: rgba(0, 178, 255, 0.03);
}
.lp-shell .lp-faq summary {
    cursor: pointer;
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 500;
    color: #0E1A2E;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    line-height: 1.4;
}
.lp-shell .lp-faq summary::-webkit-details-marker { display: none; }
.lp-shell .lp-faq summary::after {
    content: "+";
    color: #00B2FF;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform .25s;
}
.lp-shell .lp-faq details[open] summary::after {
    transform: rotate(45deg);
}
.lp-shell .lp-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    color: rgba(14, 26, 46, 0.72);
    font-size: 15px;
    line-height: 1.6;
}
.lp-shell .lp-faq details p a {
    color: #0079C2;
    border-bottom: 1px solid rgba(0, 121, 194, 0.35);
    text-decoration: none;
}

/* ===== FINAL CTA с фоновой картинкой ===== */
.lp-shell .lp-cta {
    position: relative;
    overflow: hidden;
}
.lp-shell .lp-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(14, 26, 46, 0.85), rgba(14, 26, 46, 0.95)),
        var(--lp-cta-bg, none) center/cover no-repeat;
    filter: blur(2px) saturate(0.85);
}
.lp-shell .lp-cta .lp-inner {
    position: relative;
    z-index: 1;
}
.lp-shell .lp-cta__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 60px);
    background: linear-gradient(135deg, rgba(0, 178, 255, 0.12), rgba(0, 178, 255, 0.02));
    border: 1px solid rgba(0, 178, 255, 0.3);
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.lp-shell .lp-cta__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(500px 280px at 100% 0%, rgba(0, 178, 255, 0.15), transparent 60%);
}
.lp-shell .lp-cta__title {
    text-align: center;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    letter-spacing: .005em;
}
.lp-shell .lp-cta__title span { color: #00B2FF; }
.lp-shell .lp-cta__lead {
    text-align: center;
    margin: 0 auto 28px;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    z-index: 1;
}
.lp-shell .lp-cta__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.lp-shell .lp-cta__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.lp-shell .lp-cta__form input,
.lp-shell .lp-cta__form select {
    padding: 14px 18px;
    background: rgba(14, 26, 46, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    transition: border-color .2s, background .2s;
    width: 100%;
}
.lp-shell .lp-cta__form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%2300B2FF' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 42px;
}
.lp-shell .lp-cta__form select option {
    background: #0E1A2E;
    color: #fff;
}
.lp-shell .lp-cta__form input:focus,
.lp-shell .lp-cta__form select:focus {
    outline: none;
    border-color: #00B2FF;
    background: rgba(14, 26, 46, 0.85);
}
.lp-shell .lp-cta__form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.lp-shell .lp-cta__submit {
    width: 100%;
    padding: 18px;
    font-size: 16px;
    justify-content: center;
    letter-spacing: .02em;
}
.lp-shell .lp-cta__contacts {
    margin: 28px 0 14px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.lp-shell .lp-cta__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color .2s;
}
.lp-shell .lp-cta__contacts a:hover { color: #B2E0FF; }
.lp-shell .lp-cta__contacts svg {
    color: #00B2FF;
    flex-shrink: 0;
}
.lp-shell .lp-cta__privacy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.lp-shell .lp-cta__privacy a {
    color: #00B2FF;
    border-bottom: 1px solid rgba(0, 178, 255, 0.3);
    text-decoration: none;
}
.lp-shell .lp-cta__success {
    display: none;
    padding: 32px;
    text-align: center;
    color: #B2E0FF;
    font-size: 16px;
    background: rgba(0, 178, 255, 0.08);
    border: 1px solid rgba(0, 178, 255, 0.3);
    border-radius: 12px;
}
.lp-shell .lp-cta__inner.is-sent .lp-cta__form { display: none; }
.lp-shell .lp-cta__inner.is-sent .lp-cta__contacts { display: none; }
.lp-shell .lp-cta__inner.is-sent .lp-cta__privacy { display: none; }
.lp-shell .lp-cta__inner.is-sent .lp-cta__success { display: block; }

/* ===== Responsive ===== */
@media (max-width: 990px) {
    .lp-shell .lp-audiences__grid,
    .lp-shell .lp-equipment__grid,
    .lp-shell .lp-cases__grid { grid-template-columns: 1fr; }
    .lp-shell .lp-steps__list { grid-template-columns: 1fr; }
    .lp-shell .lp-cta__row { grid-template-columns: 1fr; }
    .lp-shell .lp-smeta__guides,
    .lp-shell .lp-eq-guides__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .lp-shell .lp-pains__grid { grid-template-columns: 1fr; }
    .lp-shell .lp-smeta__table th,
    .lp-shell .lp-smeta__table td { padding: 14px 16px; font-size: 14px; }
    .lp-shell .lp-smeta__table th { font-size: 11px; }
}
