/* ============================================================
   Лендинг B2B — дополнение к parking-zhk.css.
   Подключается ПОСЛЕ parking-zhk.css, использует тот же контейнер .lp-shell
   и общие классы (lp-hero, lp-section-title, lp-steps, lp-equipment,
   lp-cta, lp-faq, lp-btn-*). Здесь только B2B-специфичные блоки:
   lp-value, lp-segments, lp-projects.
   ============================================================ */

/* ===== VALUE (4 карточки) ===== */
.lp-shell .lp-value { padding: clamp(48px, 6vw, 80px) 30px; position: relative; z-index: 1; }

.lp-shell .lp-value__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.lp-shell .lp-value__card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    transition: border-color .25s, background .25s;
}

.lp-shell .lp-value__card:hover {
    border-color: rgba(0, 178, 255, 0.35);
    background: rgba(0, 178, 255, 0.04);
}

.lp-shell .lp-value__icon {
    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;
    margin-bottom: 14px;
}

.lp-shell .lp-value__card 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;
    word-break: break-word;
}

.lp-shell .lp-value__card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

/* ===== SEGMENTS (6 карточек) ===== */
.lp-shell .lp-segments { padding: clamp(48px, 6vw, 80px) 30px; position: relative; z-index: 1; }

.lp-shell .lp-segments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.lp-shell .lp-segment {
    padding: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    transition: border-color .25s, background .25s;
}

.lp-shell .lp-segment:hover {
    border-color: rgba(0, 178, 255, 0.35);
    background: rgba(0, 178, 255, 0.04);
}

.lp-shell .lp-segment__icon {
    width: 52px;
    height: 52px;
    background: rgba(0, 178, 255, 0.10);
    border: 1px solid rgba(0, 178, 255, 0.3);
    border-radius: 12px;
    color: #00B2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.lp-shell .lp-segment h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.8vw, 22px);
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.15;
    word-break: break-word;
}

.lp-shell .lp-segment__sub {
    color: #B2E0FF;
    font-size: 13px;
    margin: 0 0 16px;
    font-weight: 500;
}

.lp-shell .lp-segment ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lp-shell .lp-segment ul li {
    padding: 4px 0 4px 20px;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
}

.lp-shell .lp-segment ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border: 1px solid #00B2FF;
    transform: rotate(45deg);
}

.lp-shell .lp-segment__price {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #00B2FF;
    font-weight: 500;
    margin: auto 0 0;
    padding-top: 16px;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===== PROJECTS (3 карточки) ===== */
.lp-shell .lp-projects { padding: clamp(48px, 6vw, 80px) 30px; position: relative; z-index: 1; }

.lp-shell .lp-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.lp-shell .lp-project {
    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-project:hover {
    border-color: rgba(0, 178, 255, 0.35);
    transform: translateY(-3px);
}

.lp-shell .lp-project__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-project__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lp-shell .lp-project__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-project__tag {
    display: inline-block;
    align-self: flex-start;
    margin: 24px 24px 0;
    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;
    width: fit-content;
}

.lp-shell .lp-project h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.8vw, 22px);
    text-transform: uppercase;
    color: #fff;
    margin: 12px 24px;
    line-height: 1.15;
    word-break: break-word;
}

.lp-shell .lp-project > p {
    margin: 0 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.lp-shell .lp-project__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: auto 24px 24px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-shell .lp-project__meta > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-shell .lp-project__meta dt {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0;
}

.lp-shell .lp-project__meta dd {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

/* ===== EQUIPMENT — добавка к существующему ===== */
.lp-shell .lp-equipment__more span {
    color: rgba(255, 255, 255, 0.4);
    padding: 0 10px;
}

/* ===== CTA — textarea ===== */
.lp-shell .lp-cta__form textarea {
    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%;
    resize: vertical;
    min-height: 90px;
    line-height: 1.5;
}

.lp-shell .lp-cta__form textarea:focus {
    outline: none;
    border-color: #00B2FF;
    background: rgba(14, 26, 46, 0.85);
}

.lp-shell .lp-cta__form textarea::placeholder { color: rgba(255, 255, 255, 0.4); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .lp-shell .lp-value__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 990px) {
    .lp-shell .lp-segments__grid,
    .lp-shell .lp-projects__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .lp-shell .lp-value,
    .lp-shell .lp-segments,
    .lp-shell .lp-projects { padding: 48px 20px; }
    .lp-shell .lp-value__grid { grid-template-columns: 1fr; }
}
