/* ==============================================
   Landing Page Styles — Psycholog Warszawa
   (синхронизировано с astra-child/landing.css)
   ============================================== */
html { overflow-x: clip; }

:root {
    /* Лавандово-голубая палитра (periwinkle) */
    --lp-primary:      #a4b4e3;   /* мягкий лавандово-голубой */
    --lp-primary-dark: #6b7cb8;   /* приглушённый сине-сиреневый */
    --lp-primary-pale: #eef1fb;   /* очень бледный голубо-лавандовый */
    --lp-primary-light:#cdd6f0;
    --lp-accent:       #8d9dd6;   /* акцент того же тона, чуть глубже */
    --lp-accent-dark:  #5f6fae;
    --lp-text:         #242c40;   /* тёмно-сине-сливовый */
    --lp-muted:        #646e88;
    --lp-border:       #dbe1f2;
    --lp-white:        #ffffff;
    --lp-font-head:    'Montserrat', sans-serif;
    --lp-font-body:    'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--lp-font-body); color: var(--lp-text); background: #fff; }

/* ── Top bar (имитация Astra header) ── */
.lp-topbar {
    background: #ffffff;
    color: var(--lp-text);
    border-bottom: 1px solid var(--lp-border);
    font-family: var(--lp-font-body);
    font-size: 13px;
    padding: 10px 0;
}
.lp-topbar__inner {
    max-width: 1200px; margin: 0 auto; padding: 0 60px;
    display: flex; align-items: center; gap: 22px;
}
.lp-topbar__contact {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--lp-text); text-decoration: none;
}
.lp-topbar__contact:hover { color: var(--lp-primary-dark); }
.lp-topbar__socials { display: inline-flex; gap: 12px; margin-left: 4px; }
.lp-topbar__socials a {
    color: var(--lp-primary-dark); text-decoration: none; opacity: .85;
    font-weight: 600;
}
.lp-topbar__socials a:hover { opacity: 1; }
.lp-topbar__cta { margin-left: auto; }
.lp-topbar__cta a {
    background: var(--lp-primary-pale);
    border: 1px solid var(--lp-border);
    color: var(--lp-primary-dark); text-decoration: none;
    font-family: var(--lp-font-head); font-weight: 700; font-size: 13px;
    padding: 8px 16px; border-radius: 8px;
    transition: background .15s, color .15s;
}
.lp-topbar__cta a:hover { background: var(--lp-primary-dark); color: #fff; border-color: var(--lp-primary-dark); }

.lp-nav {
    background: #f5f1fb;
    border-bottom: 1px solid #e7defa;
    padding: 14px 0;
}
.lp-nav__inner {
    max-width: 1200px; margin: 0 auto; padding: 0 60px;
    display: flex; align-items: center; gap: 32px;
}
.lp-nav__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.lp-nav__logo {
    width: 40px; height: 40px; border-radius: 10px;
    background: linear-gradient(160deg, var(--lp-primary), var(--lp-primary-dark));
    display: grid; place-items: center; color: #fff;
}
.lp-nav__brand-text { line-height: 1.1; }
.lp-nav__brand-name { font-family: var(--lp-font-head); font-weight: 800; font-size: 18px; color: var(--lp-text); letter-spacing: -.01em; }
.lp-nav__brand-sub { font-family: var(--lp-font-body); font-size: 11px; color: var(--lp-muted); }
.lp-nav__menu { display: flex; gap: 28px; margin-left: 32px; }
.lp-nav__menu a {
    text-decoration: none; color: var(--lp-text);
    font-family: var(--lp-font-head); font-weight: 600; font-size: 17px;
}
.lp-nav__menu a:hover { color: var(--lp-primary-dark); }
.lp-nav__actions { margin-left: auto; display: flex; gap: 10px; }
.lp-nav__btn {
    text-decoration: none;
    font-family: var(--lp-font-head); font-weight: 700; font-size: 13.5px;
    padding: 9px 18px; border-radius: 8px;
    border: 1.5px solid var(--lp-primary-dark);
    color: var(--lp-primary-dark);
    background: #fff;
    transition: background .15s, color .15s;
}
.lp-nav__btn:hover { background: var(--lp-primary-dark); color: #fff; }

/* ── Общие блоки ── */
.lp-section { padding: 80px 0; }
#specialists, #services, #faq, #booking { scroll-margin-top: 50px; }
body.admin-bar #specialists,
body.admin-bar #services,
body.admin-bar #faq,
body.admin-bar #booking { scroll-margin-top: 50px; }
.lp-section--alt { background: #f5faff; }
.lp-inner { max-width: 1200px; margin: 0 auto; padding: 0 60px; }

.lp-section-tag {
    display: inline-block;
    background: var(--lp-primary-pale);
    color: var(--lp-primary-dark);
    font-family: var(--lp-font-head);
    font-size: 11.5px; font-weight: 700;
    padding: 5px 14px; border-radius: 20px;
    margin-bottom: 14px; letter-spacing: .06em; text-transform: uppercase;
}
.lp-section-tag--green { background: var(--lp-primary-pale); color: var(--lp-accent-dark); }
.lp-section-header { text-align: center; margin-bottom: 52px; }
.lp-section-header--left { text-align: left; }
.lp-section-header--left .lp-section-sub { margin: 0; }
.lp-section-header--right { text-align: right; }
.lp-section-header--right .lp-section-sub { margin: 0 0 0 auto; }
.lp-section-h2 {
    font-family: var(--lp-font-head); font-weight: 800;
    font-size: clamp(24px, 3vw, 36px);
    color: var(--lp-text); line-height: 1.2; margin: 0 0 14px;
}
.lp-section-h2 span { color: var(--lp-primary-dark); }
.lp-section-sub {
    font-family: var(--lp-font-body); font-size: 16px;
    color: var(--lp-muted); line-height: 1.65;
    max-width: 580px; margin: 0 auto;
}

/* ── HERO ── */
.lp-hero {
    background: linear-gradient(135deg, #eef1fb 0%, #e4eaf7 35%, #dfe6f5 65%, #d0dbf0 100%);
    overflow: hidden; position: relative;
}
.lp-hero::before {
    content: ''; position: absolute; top: -80px; right: -80px;
    width: 520px; height: 520px;
    background: radial-gradient(circle, rgba(107,124,184,0.18) 0%, transparent 68%);
    pointer-events: none;
}
.lp-hero::after {
    content: ''; position: absolute; bottom: -60px; left: 28%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(164,180,227,0.20) 0%, transparent 68%);
    pointer-events: none;
}
.lp-hero__inner {
    max-width: 1200px; margin: 0 auto;
    padding: 48px 24px;
    display: grid; grid-template-columns: 1fr 440px;
    align-items: center; gap: 48px;
    position: relative; z-index: 1;
}
.lp-hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--lp-primary-dark); color: #fff;
    font-family: var(--lp-font-head); font-size: 12px; font-weight: 700;
    padding: 6px 14px; border-radius: 20px;
    margin-bottom: 20px; letter-spacing: .04em; text-transform: uppercase;
}
.lp-hero h1 {
    font-family: var(--lp-font-head); font-weight: 800;
    font-size: clamp(28px, 3.5vw, 46px); line-height: 1.15;
    color: var(--lp-text); margin: 0 0 20px;
}
.lp-hero h1 span { color: var(--lp-primary-dark); }
.lp-hero__desc {
    font-family: var(--lp-font-body); font-size: 17px;
    color: #555e72; line-height: 1.7;
    margin: 0 0 20px; max-width: 500px;
}
.lp-hero__divider {
    border: none; border-top: 1px solid rgba(107,124,184,0.25);
    margin: 20px 0; max-width: 400px;
}
.lp-hero__hotline {
    font-family: var(--lp-font-body); font-size: 14px;
    color: #6b7a90; margin: 0 0 16px;
    display: flex; align-items: center; gap: 6px;
}
.lp-hero__hotline-icon {
    display: inline-flex; align-items: center;
    color: #6b7cb8; cursor: default;
}
.lp-float-btn--jitter { animation: lp-jitter .4s ease infinite; }
@keyframes lp-jitter {
    0%   { transform: rotate(0deg); }
    15%  { transform: rotate(-15deg); }
    30%  { transform: rotate(12deg); }
    45%  { transform: rotate(-10deg); }
    60%  { transform: rotate(8deg); }
    75%  { transform: rotate(-5deg); }
    90%  { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}
.lp-hero__trust {
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
    margin: 0 0 20px;
}
.lp-hero__trust-item {
    display: flex; align-items: center; gap: 6px;
    font-family: var(--lp-font-body); font-size: 13.5px;
    color: #6b7a90;
}
.lp-hero__trust-item svg { color: #6b7cb8; flex-shrink: 0; }
.lp-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.lp-btn-primary {
    background: var(--lp-primary); color: #fff;
    font-family: var(--lp-font-head); font-size: 15px; font-weight: 700;
    padding: 13px 28px; border-radius: 8px; text-decoration: none;
    display: inline-flex; align-items: center; border: none; cursor: pointer;
    transition: background .2s, transform .15s;
}
.lp-btn-primary:hover { background: var(--lp-primary-dark); color: #fff; transform: translateY(-2px); }

.lp-btn-outline {
    background: transparent; color: var(--lp-primary-dark);
    border: 2px solid var(--lp-primary-dark);
    font-family: var(--lp-font-head); font-size: 15px; font-weight: 700;
    padding: 11px 26px; border-radius: 8px; text-decoration: none;
    display: inline-flex; align-items: center; cursor: pointer; transition: all .2s;
}
.lp-btn-outline:hover { background: var(--lp-primary-dark); color: #fff; }

.lp-hero__trust {
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
    margin: 0 0 20px;
}
.lp-hero__trust-item { display: flex; align-items: center; gap: 8px; }
.lp-hero__trust-num { font-family: var(--lp-font-head); font-weight: 800; font-size: 26px; color: var(--lp-primary-dark); line-height: 1; }
.lp-hero__trust-lbl { font-family: var(--lp-font-body); font-size: 12px; color: var(--lp-muted); line-height: 1.3; max-width: 76px; }
.lp-hero__trust-div { width: 1px; height: 36px; background: var(--lp-border); }

.lp-hero__visual { position: relative; display: flex; justify-content: center; align-items: center; }

/* Слайд с логотипом */
.lp-hero__photo--logo {
    background: #000 !important;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-hero__logo-big {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lp-carousel {
    position: relative; width: 100%; height: 520px;
    border-radius: 24px 24px 80px 24px; overflow: hidden;
    box-shadow: 0 24px 60px rgba(123,47,212,0.25);
}
.lp-carousel__track { width: 100%; height: 100%; position: relative; }
.lp-carousel__slide {
    position: absolute; inset: 0; opacity: 0;
    transition: opacity .55s ease; pointer-events: none;
}
.lp-carousel__slide--active { opacity: 1; pointer-events: all; }
.lp-hero__photo {
    width: 100%; height: 100%; position: relative; overflow: hidden;
    background: linear-gradient(160deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%);
    display: flex; align-items: flex-end; justify-content: center;
}
.lp-hero__photo-stripes {
    position: absolute; inset: 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,0.06) 0px, rgba(255,255,255,0.06) 1px, transparent 1px, transparent 12px);
}
.lp-hero__photo-label {
    position: relative; z-index: 1; text-align: center;
    color: rgba(255,255,255,0.55);
    font-family: var(--lp-font-body); font-size: 11px;
    padding-bottom: 80px;
}
.lp-hero__photo-label svg { display: block; margin: 0 auto 6px; opacity: .45; }

.lp-carousel__arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.25); backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: rgba(255,255,255,0.7); z-index: 10;
    padding: 0; opacity: 0; pointer-events: none;
    transition: background .2s, color .2s, transform .2s, border-color .2s, opacity .2s;
}
.lp-carousel:hover .lp-carousel__arrow {
    opacity: .5; pointer-events: all;
}
.lp-carousel__arrow:hover {
    background: rgba(255,255,255,0.92); color: var(--lp-primary-dark);
    border-color: transparent; transform: translateY(-50%) scale(1.08); opacity: 1;
}
.lp-carousel__arrow--prev { left: 14px; }
.lp-carousel__arrow--next { right: 14px; }
.lp-carousel__arrow:focus { outline: none; background: rgba(255,255,255,0.75); }
.lp-carousel__arrow:focus:not(:focus-visible) { background: rgba(255,255,255,0.75); box-shadow: none; }
.lp-carousel__arrow:focus-visible { outline: 2px solid rgba(255,255,255,0.6); }
.lp-carousel__dots {
    position: absolute; bottom: 14px; left: 0; right: 0;
    display: flex; justify-content: center; gap: 7px; z-index: 10;
}
.lp-carousel__dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,0.45); border: none; cursor: pointer; padding: 0;
    transition: background .2s, transform .2s;
}
.lp-carousel__dot--active { background: #fff; transform: scale(1.3); }
.lp-hero__overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 44px 16px 36px;
    background: linear-gradient(to top, rgba(26,16,53,0.88) 0%, transparent 100%);
    z-index: 5;
}
.lp-hero__overlay-name { color: #fff; font-family: var(--lp-font-head); font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.lp-hero__services { display: flex; flex-wrap: wrap; gap: 5px; }
.lp-hero__service-tag {
    background: rgba(255,255,255,0.18); backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.3); color: #fff;
    font-family: var(--lp-font-body); font-size: 11px; font-weight: 500;
    padding: 3px 10px; border-radius: 20px; white-space: nowrap;
}

/* ── КОНТАКТНАЯ ПОЛОСКА ── */
.lp-contact-strip { display: none; }
.lp-contact-strip__inner {
    max-width: 1200px; margin: 0 auto; padding: 0 60px;
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 24px; align-items: center;
}
.lp-contact-item { display: flex; align-items: center; gap: 14px; color: #fff; }
.lp-contact-item__icon {
    width: 44px; height: 44px;
    background: rgba(255,255,255,0.15); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
}
.lp-contact-item__val { font-family: var(--lp-font-head); font-weight: 700; font-size: 16px; }
.lp-contact-item__lbl { font-family: var(--lp-font-body); font-size: 12px; opacity: .7; margin-top: 2px; }
.lp-contact-strip__cta { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.lp-btn-ghost {
    background: rgba(255,255,255,0.15); color: #fff;
    border: 1.5px solid rgba(255,255,255,0.35);
    font-family: var(--lp-font-head); font-size: 14px; font-weight: 700;
    padding: 10px 20px; border-radius: 8px; text-decoration: none; cursor: pointer;
    transition: background .2s;
}
.lp-btn-ghost:hover { background: rgba(255,255,255,0.25); color: #fff; }
.lp-btn-accent {
    background: var(--lp-accent); color: #fff;
    font-family: var(--lp-font-head); font-size: 14px; font-weight: 700;
    padding: 10px 22px; border-radius: 8px; text-decoration: none; border: none; cursor: pointer;
    transition: background .2s;
}
.lp-btn-accent:hover { background: var(--lp-accent-dark); color: #fff; }

/* ── ПОЧЕМУ МЫ ── */
.lp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-why-card {
    background: var(--lp-white); border: 1.5px solid var(--lp-border);
    border-radius: 16px; padding: 28px 24px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.lp-why-card:hover { border-color: var(--lp-primary); box-shadow: 0 8px 32px rgba(123,47,212,0.10); transform: translateY(-4px); }
.lp-why-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 16px;
}
.lp-why-icon--blue  { background: var(--lp-primary-pale); }
.lp-why-icon--green { background: #ecf3fb; }
.lp-why-icon--warm  { background: #fbf5ec; }
.lp-why-card h3 { font-family: var(--lp-font-head); font-weight: 700; font-size: 16px; margin: 0 0 10px; color: var(--lp-text); }
.lp-why-card p { font-family: var(--lp-font-body); font-size: 14px; color: var(--lp-muted); line-height: 1.65; margin: 0; }

/* ── СПЕЦИАЛИСТЫ ── */
.lp-specs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.lp-spec-card {
    background: var(--lp-white); border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(123,47,212,0.08);
    transition: box-shadow .2s, transform .2s;
}
.lp-spec-card:hover { box-shadow: 0 12px 40px rgba(123,47,212,0.15); transform: translateY(-5px); }
.lp-spec-photo {
    height: 200px; display: flex; align-items: flex-end; justify-content: center;
    position: relative; overflow: hidden;
}
.lp-spec-photo-bg { position: absolute; inset: 0; background: linear-gradient(160deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%); }
.lp-spec-photo-stripes {
    position: absolute; inset: 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,0.07) 0px, rgba(255,255,255,0.07) 1px, transparent 1px, transparent 10px);
}
.lp-spec-photo-label {
    position: relative; z-index: 1; text-align: center;
    color: rgba(255,255,255,0.5); font-size: 10px; font-family: var(--lp-font-body);
    padding-bottom: 12px;
}
.lp-spec-photo-label svg { display: block; margin: 0 auto 4px; }
.lp-spec-body { padding: 20px 22px 24px; }
.lp-spec-name { font-family: var(--lp-font-head); font-weight: 700; font-size: 17px; margin: 0 0 4px; }
.lp-spec-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 10px; }
.lp-spec-tag {
    font-family: var(--lp-font-body); font-size: 11.5px; font-weight: 500;
    padding: 4px 10px; border-radius: 20px;
    background: var(--lp-primary-pale); color: var(--lp-primary-dark);
}

/* ── СПЕЦИАЛИСТЫ: переопределение psych-team на лендинге ── */
#specialists .psych-team-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px; margin: 0;
}
#specialists .psych-team-card {
    background: var(--lp-white); border: none;
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(123,47,212,0.08);
    padding: 0; text-align: left; align-items: stretch;
    transition: box-shadow .2s, transform .2s;
}
#specialists .psych-team-card:hover {
    box-shadow: 0 12px 40px rgba(123,47,212,0.15);
    transform: translateY(-5px);
    border: none;
}
#specialists .psych-team-card--selected {
    background: var(--lp-white);
    box-shadow: 0 12px 40px rgba(123,47,212,0.2);
    border: none;
}
#specialists .psych-team-card--selected .psych-team-card__photo,
#specialists .psych-team-card--selected .psych-team-card__placeholder {
    filter: brightness(0.55);
    transition: filter 0.3s ease;
}
#specialists .psych-team-card__photo,
#specialists .psych-team-card__placeholder {
    transition: filter 0.3s ease;
}
#specialists .psych-team-card__collapsed {
    display: flex; flex-direction: column; align-items: center;
}
/* Фото — прямоугольное, на всю ширину */
#specialists .psych-team-card__photo {
    width: 100%; height: 200px;
    border-radius: 0; border: none; margin: 0;
    object-fit: cover; object-position: top center;
    display: block;
}
#specialists .psych-team-card__placeholder {
    width: 100%; height: 200px;
    border-radius: 0; border: none; margin: 0;
    background: linear-gradient(160deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%);
    font-size: 3.5rem;
}
/* Тело карточки */
#specialists .psych-team-card__name {
    font-family: var(--lp-font-head); font-weight: 700; font-size: 17px;
    color: var(--lp-text); margin: 0 0 4px; padding: 20px 0 0;
    width: 100%; box-sizing: border-box; text-align: left;
}
#specialists .psych-team-card__bio--short {
    font-family: var(--lp-font-body); font-size: 13px;
    color: #5a4880; line-height: 1.6;
    padding: 0 22px 16px; margin: 0;
    -webkit-line-clamp: 3;
}
#specialists .psych-team-card__btn {
    margin: 0 22px 22px; border-radius: 10px;
    font-family: var(--lp-font-head); font-size: 14px;
    background: var(--lp-primary-dark); padding: 9px 20px;
    align-self: flex-start;
}
/* Развёрнутая панель */
#specialists .psych-team-panel {
    border: 2px solid var(--lp-border);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(123,47,212,0.1);
}
#specialists .psych-team-panel .psych-team-card__photo--large {
    width: 160px; height: 160px;
    border-radius: 50%; border: 3px solid var(--lp-border);
    object-fit: cover; object-position: top center;
}
#specialists .psych-team-panel .psych-team-card__placeholder--large {
    width: 160px; height: 160px; border-radius: 50%;
    background: linear-gradient(160deg, var(--lp-primary) 0%, var(--lp-primary-dark) 100%);
}
#specialists .psych-team-panel .psych-team-card__name {
    padding: 0; font-size: 1.3rem;
}
#specialists .psych-team-panel .psych-team-card__bio {
    padding: 0; font-family: var(--lp-font-body); color: #5a4880;
}

/* ── УСЛУГИ ── */
.lp-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.lp-service-card {
    background: var(--lp-white); border: 1.5px solid var(--lp-border);
    border-radius: 16px; padding: 24px;
    display: flex; align-items: flex-start; gap: 18px;
    transition: border-color .2s, box-shadow .2s, transform .15s;
}
.lp-service-card:hover { border-color: var(--lp-primary); box-shadow: 0 6px 24px rgba(123,47,212,0.10); transform: translateY(-3px); }
.lp-service-icon {
    width: 50px; height: 50px; border-radius: 14px;
    background: var(--lp-primary-pale);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.lp-service-name { font-family: var(--lp-font-head); font-weight: 700; font-size: 15px; margin: 0 0 6px; color: var(--lp-text); }
.lp-service-desc { font-family: var(--lp-font-body); font-size: 13.5px; color: var(--lp-muted); line-height: 1.6; margin: 0 0 8px; }
.lp-service-price { font-family: var(--lp-font-head); font-weight: 700; font-size: 14px; color: var(--lp-primary-dark); }

/* ── FAQ ── */
#faq { background: #fff; }
.lp-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; max-width: 1000px; margin: 0 auto; }
.lp-faq-group { margin-bottom: 36px; }
.lp-faq-group-title {
    font-family: var(--lp-font-head); font-weight: 700; font-size: 11px;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--lp-primary); margin-bottom: 8px; padding-bottom: 8px;
    border-bottom: 2px solid var(--lp-primary-pale);
}
.lp-faq-item { border-bottom: 1px solid var(--lp-border); }
.lp-faq-question {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    padding: 15px 10px; background: none; border: none; cursor: pointer;
    font-family: var(--lp-font-head); font-weight: 600; font-size: 14.5px; color: var(--lp-text);
    text-align: left; gap: 12px; transition: color .15s, background .15s;
    border-radius: 8px; margin: 0 -10px; width: calc(100% + 20px);
}
.lp-faq-question:hover { color: var(--lp-text); background: rgba(123, 47, 212, 0.12); }
.lp-faq-question:focus { outline: none; }
.lp-faq-item.open .lp-faq-question { color: var(--lp-text); background: rgba(123, 47, 212, 0.07); }
.lp-faq-arrow {
    width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
    background: var(--lp-primary-pale); display: flex; align-items: center; justify-content: center;
    transition: transform .25s, background .15s; color: var(--lp-primary-dark);
}
.lp-faq-item.open .lp-faq-arrow { transform: rotate(180deg); background: var(--lp-primary); color: #fff; }
.lp-faq-answer {
    overflow: hidden; max-height: 0; transition: max-height .3s ease;
}
.lp-faq-answer-inner {
    padding: 0 0 16px; font-family: var(--lp-font-body); font-size: 14px;
    color: var(--lp-muted); line-height: 1.7;
}

/* ── ВИДЖЕТ ЗАПИСИ (плейсхолдер) ── */
.lp-booking-placeholder {
    background: #fff; border: 1.5px dashed var(--lp-border); border-radius: 24px;
    padding: 60px 40px; text-align: center;
    color: var(--lp-muted); font-family: var(--lp-font-body); font-size: 14px;
}
.lp-booking-placeholder strong { color: var(--lp-primary-dark); display: block; font-family: var(--lp-font-head); font-size: 16px; margin-bottom: 6px; }

/* ── ФУТЕР ── */
.lp-locations { background: var(--lp-primary-dark); }
.lp-locations__inner {
    max-width: 1400px; margin: 0 auto; padding: 36px 80px;
    display: flex; align-items: stretch; gap: 0;
}

/* Две половины */
.lp-locations__half {
    flex: 1; min-width: 0;
    display: flex; align-items: center;
}
.lp-locations__half--legal {
    padding: 16px 48px 16px 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.lp-locations__half--contacts {
    padding: 16px 0 16px 48px;
    justify-content: space-evenly;
    gap: 16px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

/* Разделитель */
.lp-locations__divider {
    width: 1px;
    background: rgba(255,255,255,0.2);
    align-self: stretch;
    flex-shrink: 0;
}

/* Название бренда в футере */
.lp-locations__brand {
    font-family: var(--lp-font-head); font-weight: 900; font-size: 28px;
    color: #fff; letter-spacing: 0.02em; margin-bottom: 8px;
}

/* Заголовок юридической части */
.lp-locations__legal-title {
    font-family: var(--lp-font-head); font-weight: 800; font-size: 22px;
    color: rgba(255,255,255,0.9); margin: 0;
}

.lp-locations__col { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1 1 0; text-align: center; min-width: 0; }
.lp-locations__col-title {
    font-family: var(--lp-font-head); font-weight: 800; font-size: 15px;
    color: #fff; margin: 0;
    min-height: 0;
    display: flex; align-items: flex-start; justify-content: center;
    white-space: nowrap;
}
.lp-loc-card {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px; padding: 8px 12px;
    color: #fff; text-decoration: none;
    font-family: var(--lp-font-body); font-size: 12px; line-height: 1.4;
    transition: background .2s, border-color .2s;
    width: 100%; box-sizing: border-box;
}
.lp-loc-card:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.5); color: #fff; }
.lp-loc-card__icon { font-size: 15px; flex-shrink: 0; }

/* Разделители между колонками контактов — только в зоне заголовков */
.lp-locations__half--contacts .lp-locations__col:not(:last-child) { position: relative; }
.lp-locations__half--contacts .lp-locations__col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -8px; top: 0;
    width: 1px; height: 62px;
    background: rgba(255,255,255,0.22);
}

/* ── ТАБЫ ЗАПИСИ ── */
.lp-btabs {
    display: flex; gap: 12px; justify-content: center;
    margin: 0 0 24px;
}
.lp-btab {
    background: #fff; border: 2px solid #dbe1f2; cursor: pointer;
    font-family: var(--lp-font-head); font-weight: 700; font-size: 16px;
    color: var(--lp-muted);
    padding: 12px 32px;
    border-radius: 10px;
    transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.lp-btab:hover { color: var(--lp-primary-dark); border-color: var(--lp-primary-dark); }
.lp-btab--active {
    background: var(--lp-primary-dark); color: #fff;
    border-color: var(--lp-primary-dark);
    box-shadow: 0 4px 16px rgba(107,124,184,0.25);
}

#lp-tab-online { margin: 0 -40px; }

/* Форма обратного звонка */
.lp-cb-wrap {
    display: grid; grid-template-columns: 1fr 1px 1.6fr;
    gap: 0; border-radius: 20px; overflow: hidden;
    background: #a8b4d0;
    border: 1.5px solid #94a2c0;
    box-shadow: 0 8px 32px rgba(107,124,184,0.18);
    min-height: 360px;
}
.lp-cb-divider {
    width: 1px;
    background: rgba(107,124,184,0.3);
    align-self: stretch;
    flex-shrink: 0;
}
.lp-cb-left {
    padding: 52px 44px;
    display: flex; flex-direction: column; justify-content: center;
    background: #a8b4d0;
}
.lp-cb-title {
    font-family: var(--lp-font-head); font-weight: 800; font-size: 32px;
    color: var(--lp-text); margin: 0 0 16px; line-height: 1.25;
}
.lp-cb-heading {
    font-family: var(--lp-font-head); font-weight: 800; font-size: 24px;
    color: var(--lp-text); margin: 0 0 14px; line-height: 1.25;
}
.lp-cb-sub {
    font-family: var(--lp-font-body); font-size: 14px;
    color: var(--lp-muted); margin: 0 0 20px; line-height: 1.65;
}
.lp-cb-guarantee {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(107,124,184,0.10); border-radius: 10px;
    padding: 10px 14px;
    font-family: var(--lp-font-body); font-size: 13px;
    color: var(--lp-muted);
}
.lp-cb-form {
    padding: 40px 44px 36px;
    background: #a8b4d0;
    display: flex; flex-direction: column; gap: 10px;
}
.lp-cb-input,
input.lp-cb-input,
textarea.lp-cb-input {
    background: #eef1fb !important;
    border: 1.5px solid #c5d0ee !important;
    border-radius: 50px !important; padding: 13px 22px !important;
    font-family: var(--lp-font-body); font-size: 14px;
    color: var(--lp-text) !important; outline: none !important; width: 100%; box-sizing: border-box;
    transition: border-color 0.2s, background 0.2s;
    -webkit-text-fill-color: var(--lp-text);
    box-shadow: none !important;
}
.lp-cb-input::placeholder { color: #a0aec0; }
.lp-cb-input:focus { border-color: var(--lp-primary-dark) !important; background: #fff !important; }
.lp-cb-input:-webkit-autofill { -webkit-box-shadow: 0 0 0 100px var(--lp-primary-pale) inset !important; -webkit-text-fill-color: var(--lp-text) !important; }
.lp-cb-textarea { min-height: 72px; resize: none; border-radius: 50px; }
.lp-cb-submit {
    background: var(--lp-primary-dark); color: #fff; border: none;
    border-radius: 8px; padding: 14px;
    font-family: var(--lp-font-head); font-size: 15px; font-weight: 700;
    cursor: pointer; transition: background 0.2s, transform 0.15s;
    margin-top: 2px;
}
.lp-cb-submit:hover { background: #4f5e96; transform: translateY(-1px); }
.lp-cb-submit--inactive { opacity: 0.45; cursor: default !important; transform: none !important; }
.lp-cb-submit--inactive:hover { background: var(--lp-primary-dark); transform: none; }
.lp-cb-policy {
    font-family: var(--lp-font-body); font-size: 11px;
    color: var(--lp-muted); margin: 0; line-height: 1.5; text-align: center;
}
/* Тултип над кнопкой формы */
.lp-cb-tooltip {
    position: absolute;
    z-index: 99999;
    background: rgba(30, 30, 46, 0.95);
    color: #fff;
    font-family: var(--lp-font-body);
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    pointer-events: none;
}
.lp-cb-tooltip--visible {
    opacity: 1;
    transform: translateY(0);
}
.lp-cb-tooltip--hide {
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.lp-callback-form__msg {
    border-radius: 8px; padding: 10px 14px; font-size: 13px;
}
.lp-callback-form__msg--ok  { background: rgba(39,174,96,0.15); color: #6fcf97; border: 1px solid rgba(39,174,96,0.3); }
.lp-callback-form__msg--err { background: rgba(231,76,60,0.15);  color: #eb6b6b; border: 1px solid rgba(231,76,60,0.3); }

/* ── ТОГЛ ЗАПИСИ ── */
.lp-booking-toggle {
    background: none; border: none; cursor: pointer; padding: 0;
    display: inline-flex; align-items: center; gap: 12px;
    color: inherit;
}
.lp-booking-toggle:hover .lp-section-h2 { opacity: 0.82; }
.lp-booking-toggle__arrow {
    color: var(--lp-primary); flex-shrink: 0;
    transition: transform 0.35s ease;
}
.lp-booking-toggle[aria-expanded="true"] .lp-booking-toggle__arrow {
    transform: rotate(180deg);
}
.lp-booking-body { transition: height 0.4s ease; overflow: hidden; }

/* Скрываем стандартную кнопку Astra scroll-to-top */
.ast-scroll-top { display: none !important; }
#ast-scroll-top { display: none !important; }

/* ── FLOATING BUTTONS GROUP ── */

/* Десктоп: слева, кнопки всегда видны, toggle скрыт */
.lp-float-group {
    position: fixed; bottom: 78px; left: 28px;
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    z-index: 999;
}
.lp-float-menu {
    display: flex; flex-direction: column; gap: 8px; align-items: center;
}
.lp-float-toggle { display: none; }

.lp-float-social {
    width: 40px; height: 40px;
    background: rgba(107,124,184,0.15);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(107,124,184,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--lp-primary-dark); text-decoration: none;
    transition: background .2s, transform .2s;
}
.lp-float-social:hover { background: var(--lp-primary-dark); color: #fff; transform: scale(1.1); }

/* ── Cookie Consent ── */
.lp-cookie {
    position: fixed; bottom: 24px; right: 24px; z-index: 1100;
    background: #fff; border: 1.5px solid #c5d0ee;
    border-radius: 16px; padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(107,124,184,0.18);
    display: flex; align-items: center; gap: 12px;
    max-width: 400px;
    animation: lp-cookie-in .3s ease;
}
@keyframes lp-cookie-in {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}
.lp-cookie__icon { font-size: 28px; flex-shrink: 0; }
.lp-cookie__text {
    font-family: 'Inter', sans-serif; font-size: 13px;
    color: #4a5568; line-height: 1.5; margin: 0; flex: 1;
}
.lp-cookie__link { color: #6b7cb8; text-decoration: underline; }
.lp-cookie__actions { display: flex; gap: 8px; flex-shrink: 0; }
.lp-cookie__btn {
    border: none; border-radius: 8px; padding: 8px 14px;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: opacity .15s;
}
.lp-cookie__btn:hover { opacity: 0.85; }
.lp-cookie__btn--accept  { background: #6b7cb8; color: #fff; }
.lp-cookie__btn--decline { background: #f0f3fb; color: #6b7cb8; }

/* ── Чат-виджет ── */
.lp-chat {
    position: fixed; bottom: 28px; right: 28px; z-index: 1100;
    display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
}
.lp-chat__btn {
    width: 56px; height: 56px; border-radius: 50%;
    background: #22c55e; color: #fff; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(34,197,94,0.4);
    transition: transform .2s, box-shadow .2s;
    position: relative;
}
.lp-chat__btn:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(34,197,94,0.5); }
.lp-chat__badge {
    position: absolute; top: -2px; right: -2px;
    width: 18px; height: 18px; border-radius: 50%;
    background: #ef4444; color: #fff;
    font-size: 11px; font-weight: 700; font-family: 'Inter', sans-serif;
    display: flex; align-items: center; justify-content: center;
    display: none;
    border: 2px solid #fff;
}
.lp-chat__panel {
    background: #fff; border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
    width: 300px; overflow: hidden;
    transform: scale(0.8) translateY(20px); transform-origin: bottom right;
    opacity: 0; pointer-events: none;
    transition: transform .25s, opacity .25s;
}
.lp-chat__panel.is-open {
    transform: scale(1) translateY(0);
    opacity: 1; pointer-events: all;
}
.lp-chat__header {
    background: #22c55e; padding: 14px 16px;
    display: flex; align-items: center; justify-content: space-between;
}
.lp-chat__header-info { display: flex; align-items: center; gap: 8px; }
.lp-chat__header-dot {
    width: 8px; height: 8px; border-radius: 50%; background: #fff;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.4);
}
.lp-chat__header-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: #fff; }
.lp-chat__close {
    background: none; border: none; color: rgba(255,255,255,0.8);
    font-size: 16px; cursor: pointer; padding: 0; line-height: 1;
}
.lp-chat__close:hover { color: #fff; }
.lp-chat__body { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.lp-chat__bubble {
    background: #f4f6fb; border-radius: 12px 12px 12px 2px;
    padding: 12px 14px; margin-bottom: 4px;
}
.lp-chat__bubble p { font-family: 'Inter', sans-serif; font-size: 13.5px; color: #242c40; margin: 0 0 4px; line-height: 1.5; }
.lp-chat__bubble p:last-child { margin: 0; }
.lp-chat__form { display: flex; flex-direction: column; gap: 8px; }
.lp-chat__input {
    width: 100%; box-sizing: border-box;
    padding: 10px 14px; border-radius: 10px;
    border: 1.5px solid #dde3f5; background: #f4f6fb;
    font-family: 'Inter', sans-serif; font-size: 13.5px; color: #242c40;
    outline: none; transition: border-color .15s;
    resize: none;
}
.lp-chat__input:focus { border-color: #6b7cb8; background: #fff; }
.lp-chat__input::placeholder { color: #a0aec0; }
.lp-chat__textarea { min-height: 80px; border-radius: 10px; }
.lp-chat__send {
    background: #22c55e; color: #fff; border: none;
    border-radius: 10px; padding: 10px;
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
    cursor: pointer; transition: background .2s;
}
.lp-chat__send:hover { background: #16a34a; }
.lp-chat__sent { font-family: 'Inter', sans-serif; font-size: 13px; color: #16a34a; text-align: center; padding: 4px 0; }

.lp-float-top {
    position: fixed; bottom: 28px; left: 28px; z-index: 999;
    width: 40px; height: 40px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%; cursor: pointer; padding: 0;
    -webkit-appearance: none; appearance: none;
    display: flex; align-items: center; justify-content: center;
    color: var(--lp-primary-dark);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: background .2s, color .2s, transform .2s, opacity .25s, visibility .25s;
}
.lp-float-top.is-visible { opacity: 1; visibility: visible; pointer-events: all; }
.lp-float-top.on-dark { color: #c5d0f0; }
.lp-float-top:hover { background: var(--lp-primary-dark); color: #fff; transform: scale(1.1); }
.lp-float-top.on-dark:hover { background: #c5d0f0; color: var(--lp-primary-dark); }

/* ── FEATURE CARDS ── */
.feat-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255,255,255,0.9);
    border-radius: 12px;
    min-height: 135px;
    height: 135px;
    overflow: hidden;
    position: relative;
    cursor: default;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.feat-card:hover {
    background: rgba(255,255,255,0.95);
    border-color: #a4b4e3;
    box-shadow: 0 4px 18px rgba(107,124,184,0.18);
}

/* Блок 1: иконка + заголовок — центрирован, на hover едет ВВЕРХ */
.feat-card__top {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 14px;
    text-align: center;
    transition: transform 0.35s ease;
}
.feat-card:hover .feat-card__top {
    transform: translateY(calc(-50% - var(--feat-offset-top, 20px)));
}

.feat-card__icon  { font-size: 22px; margin-bottom: 7px; line-height: 1; }
.feat-card__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px; font-weight: 700;
    color: #242c40; line-height: 1.3;
}

/* Блок 2: комментарий — центрирован, невидим, на hover едет ВНИЗ */
.feat-card__desc {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 14px;
    font-family: 'Inter', sans-serif;
    font-size: 11px; color: #646e88;
    line-height: 1.5; text-align: center;
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.3s ease 0.05s;
}
.feat-card:hover .feat-card__desc {
    transform: translateY(calc(-50% + var(--feat-offset-desc, 20px)));
    opacity: 1;
}

/* ── АДАПТИВНОСТЬ ── */
@media (max-width: 1024px) {
    .lp-hero__inner { grid-template-columns: 1fr 340px; gap: 32px; }
    .lp-why-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-nav__menu { display: none; }
}
@media (max-width: 768px) {
    .lp-section { padding: 52px 0; }
    .lp-inner { padding: 0 20px; }
    .lp-hero__inner { grid-template-columns: 1fr; padding: 40px 20px; }
    .lp-hero__visual { display: none; }
    .lp-feat-section { display: none; }
    .lp-faq { grid-template-columns: 1fr; gap: 0; }
    .lp-faq-question { margin: 0; width: 100%; }
    /* Мобиль: группа справа, toggle видим, меню скрыто до клика */
    .lp-float-group { left: auto; right: 16px; }
    .lp-float-toggle {
        display: flex; align-items: center; justify-content: center;
        width: 54px; height: 54px;
        background: #6b7cb8; border: none; border-radius: 50%;
        box-shadow: 0 6px 24px rgba(107,124,184,0.5);
        cursor: pointer; flex-shrink: 0;
        transition: transform .2s, background .2s;
    }
    .lp-float-toggle:hover { transform: scale(1.08); }
    .lp-float-toggle.is-active { background: #5567a0; }
    .lp-float-toggle__img {
        filter: invert(1); mix-blend-mode: screen;
        width: 30px !important; height: 30px !important; max-width: none !important;
    }
    .lp-float-menu {
        overflow: hidden; max-height: 0; opacity: 0; pointer-events: none;
        transition: max-height .35s ease, opacity .2s ease;
    }
    .lp-float-menu.is-open {
        max-height: 240px; opacity: 1; pointer-events: all;
    }
    .lp-contact-strip__inner { grid-template-columns: 1fr; gap: 16px; }
    .lp-contact-strip__cta { justify-content: flex-start; }
    .lp-why-grid { grid-template-columns: 1fr; }
    .lp-specs-grid { grid-template-columns: 1fr; }
    .lp-services-grid { grid-template-columns: 1fr; }
    /* Форма обратного звонка */
    .lp-cb-wrap { grid-template-columns: 1fr; }
    .lp-cb-divider { display: none; }
    .lp-cb-left { padding: 20px 44px; }
    #lp-tab-online { margin: 0; }
    /* Виджет записи */
    .psych-datetime-split { grid-template-columns: 1fr !important; }
    .psych-psychologist-list { grid-template-columns: 1fr !important; }
    /* Карусель специалистов */
    .psych-team-grid.lp-mob-carousel {
        display: block; position: relative; overflow: hidden;
    }
    .lp-mob-track {
        display: flex;
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
    }
    .lp-mob-track.lp-dragging { transition: none; }
    .lp-mob-carousel .psych-team-card {
        display: flex !important; flex-direction: column;
        flex: 0 0 100%; width: 100%; min-width: 0;
    }
    #specialists .lp-section-header { display: none; }
    /* Стрелки поверх фото */
    .lp-team-carousel-btn {
        position: absolute; top: 130px; z-index: 10;
        width: 44px; height: 44px; border-radius: 50%;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        background: rgba(255,255,255,0.92);
        border: none; cursor: pointer;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 3px 14px rgba(0,0,0,0.25);
        transition: background .15s, transform .15s; touch-action: manipulation;
    }
    .lp-team-carousel-btn:active { background: #fff; transform: scale(0.93); }
    .lp-team-carousel-btn:focus,
    .lp-team-carousel-btn:active {
        outline: none !important;
        box-shadow: none !important;
        background-color: rgba(255,255,255,0.82) !important;
        background: rgba(255,255,255,0.82) !important;
        border-color: transparent !important;
        color: #3a4870 !important;
    }
    .lp-team-carousel-btn:focus-visible {
        outline: none !important;
        background-color: rgba(255,255,255,0.92) !important;
        background: rgba(255,255,255,0.92) !important;
        box-shadow: 0 3px 14px rgba(0,0,0,0.25) !important;
        border-color: transparent !important;
        color: #3a4870 !important;
    }
    .lp-team-carousel-btn svg { overflow: visible; display: block; flex-shrink: 0; }
    .lp-team-carousel-btn--prev { left: 10px; }
    .lp-team-carousel-btn--next { right: 10px; }
    /* Точки под карточкой */
    .lp-team-carousel-dots {
        display: flex; justify-content: center; gap: 8px;
        align-items: center; margin-top: 16px;
    }
    .lp-team-carousel-dot {
        width: 8px; height: 8px; border-radius: 50%;
        background: rgba(107,124,184,0.25); border: none; cursor: pointer; padding: 0;
        transition: background .2s, transform .2s;
    }
    .lp-team-carousel-dot.lp-mob-dot-active { background: #6b7cb8; transform: scale(1.4); }
    /* Футер */
    .lp-locations__inner { flex-direction: column; padding: 36px 20px; }
    .lp-locations__half--legal { padding: 0 0 24px 0; justify-content: center; }
    .lp-locations__half--contacts {
        padding: 24px 0 0 0; flex-direction: column;
        align-items: stretch; gap: 20px;
    }
    .lp-locations__col { align-items: flex-start; }
    .lp-locations__half--contacts .lp-locations__col::after { display: none; }
    .lp-loc-card { width: 100%; }
    .lp-locations__divider { width: 100%; height: 1px; align-self: auto; }
    .lp-topbar__socials { display: none; }
    /* Страховка от горизонтального скролла */
    body { overflow-x: hidden; }
}
