/* ============================================
   LEVITA Studio Landing - HTML+CSS Prototype v2
   Чёрно-белый wireframe (Фаза 3)
   Только типографика и блочная структура.
   Цвета/шрифты/визуал - в Фазе 6 от дизайнера.
   ============================================ */

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #111;
    background: #fff;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
a:hover { text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

/* ===== CONTAINER ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 { line-height: 1.2; font-weight: 700; }
h1 { font-size: 2rem; margin-bottom: 1rem; }
h2.section-title { font-size: 1.75rem; margin-bottom: 1.5rem; text-align: center; letter-spacing: -0.02em; }
h3 { font-size: 1.25rem; margin-bottom: 0.75rem; }
p { margin-bottom: 1rem; }
.section-sub { text-align: center; color: #555; margin-bottom: 2rem; max-width: 700px; margin-left: auto; margin-right: auto; }

/* ===== BUTTONS ===== */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #111;
    background: #111;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.2s;
}
.btn-primary { background: #111; color: #fff; }
.btn-secondary { background: #fff; color: #111; }
.btn:hover { opacity: 0.85; }
.btn:disabled, .btn[disabled] {
    background: #999; border-color: #999; cursor: not-allowed; opacity: 0.5;
}
.btn-large { padding: 16px 32px; font-size: 1.125rem; }

/* ===== LIVE marker ===== */
.live-marker {
    display: inline-block; font-size: 0.65rem; font-weight: 700;
    background: #ff0; color: #111; padding: 1px 4px; border-radius: 2px;
    vertical-align: middle; margin-left: 4px;
}
.live-marker-inline {
    display: inline-block; font-size: 0.6rem; font-weight: 700;
    background: #ff0; color: #111; padding: 1px 3px; border-radius: 2px;
    margin-right: 4px;
}

/* ===== PLACEHOLDERS ===== */
.placeholder {
    background: repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 10px, #fafafa 10px, #fafafa 20px);
    border: 1px dashed #999;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center;
    padding: 20px; color: #555; font-size: 0.85rem;
}
.placeholder span { font-weight: 700; letter-spacing: 0.05em; display: block; margin-bottom: 4px; }
.placeholder small { font-size: 0.7rem; color: #777; }
.placeholder-hero { min-height: 320px; }
.placeholder-square { aspect-ratio: 1 / 1; }
.placeholder-photo { aspect-ratio: 4 / 3; }
.placeholder-avatar { aspect-ratio: 1 / 1; max-width: 120px; margin: 0 auto 1rem; border-radius: 50%; }
.placeholder-video { aspect-ratio: 16 / 9; }
.placeholder-map { aspect-ratio: 16 / 9; grid-column: 1 / -1; }
.placeholder-award { aspect-ratio: 1 / 1; max-width: 100px; }
.placeholder-document { aspect-ratio: 3 / 4; min-height: 280px; }

/* =====================================================
   HEADER (sticky после первого экрана)
   ===================================================== */
.site-header {
    position: fixed; top: -100px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid #eee;
    z-index: 100; transition: top 0.3s ease;
}
.site-header.visible { top: 0; }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; }
.logo { font-weight: 700; font-size: 1.25rem; letter-spacing: 0.1em; }
.header-contacts { display: flex; align-items: center; gap: 16px; }
.header-city { font-size: 0.9rem; color: #555; }
.header-phone { font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.btn-header-cta { padding: 8px 16px; font-size: 0.9rem; }

/* =====================================================
   БЛОК 1. HERO
   ===================================================== */
.hero { padding: 60px 0 80px; min-height: 100vh; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero-title { font-size: 2.5rem; line-height: 1.15; margin-bottom: 1rem; }
.hero-subtitle { font-size: 1.25rem; color: #555; margin-bottom: 2rem; line-height: 1.45; }
.hero-trust {
    margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
    font-size: 0.9rem; color: #555;
}
.trust-divider { color: #ccc; }

/* =====================================================
   БЛОК 1.5. TRUST-ЛЕНТОЧКА НАГРАД (новое в v2)
   ===================================================== */
.trust-strip {
    background: #111; color: #fff;
    padding: 16px 0;
    border-top: 1px solid #333; border-bottom: 1px solid #333;
}
.trust-strip-inner {
    display: flex; align-items: center; gap: 24px;
    justify-content: center;
}
.trust-strip .placeholder-award {
    background: #222; border-color: #444; color: #aaa;
    max-width: 70px; aspect-ratio: 1/1;
    padding: 8px; flex-shrink: 0;
}
.trust-strip .placeholder-award span { font-size: 0.7rem; }
.trust-strip .placeholder-award small { font-size: 0.6rem; color: #999; }
.trust-strip-text { text-align: left; flex: 0 1 auto; }
.trust-headline {
    font-size: 1.15rem; font-weight: 700; margin-bottom: 4px; color: #fff;
}
.trust-sub { font-size: 0.85rem; color: #ccc; margin: 0; }

/* =====================================================
   БЛОК 2. PAIN RECOGNITION
   ===================================================== */
.pain-recognition { padding: 80px 0; background: #fafafa; }
.pain-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 2rem; }
.pain-tab {
    padding: 10px 16px; border: 1px solid #ccc; background: #fff; border-radius: 4px;
    font-size: 0.9rem; transition: all 0.2s;
}
.pain-tab:hover { border-color: #111; }
.pain-tab.active { background: #111; color: #fff; border-color: #111; }
.pain-content { max-width: 700px; margin: 0 auto; }
.pain-card {
    display: none; padding: 24px; background: #fff;
    border: 1px solid #eee; border-radius: 8px;
}
.pain-card.active { display: block; }
.pain-card h3 { margin-bottom: 1rem; }
.pain-card blockquote {
    margin: 1.5rem 0; padding-left: 16px; border-left: 3px solid #111;
    font-style: italic; font-size: 1.1rem;
}
.pain-card cite {
    display: block; margin-top: 8px; font-style: normal;
    font-size: 0.85rem; color: #555;
}
.archetype-seo { color: #999; font-size: 0.8rem; margin-top: 1rem; }

/* =====================================================
   БЛОК 2.5. ПОЧЕМУ ПОЛУЧИТСЯ ДАЖЕ У НОВИЧКА (compare: что есть / чего нет)
   ===================================================== */
.newbie { padding: 80px 0; }
.newbie .section-title {
    max-width: 820px; margin: 0 auto 16px;
    text-align: center;
}
.newbie-text {
    text-align: center; max-width: 680px; margin: 0 auto 40px;
    color: #444; font-size: 1.1rem; line-height: 1.55;
}
.newbie-compare {
    display: grid; grid-template-columns: 1fr; gap: 24px;
    max-width: 520px; margin: 0 auto 36px;
}
.newbie-col {
    background: #fff; border-radius: 10px;
    padding: 24px 28px; border: 1px solid #eee;
}
.newbie-col h3 {
    text-align: center; margin-bottom: 16px;
    font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em;
    color: #888; font-weight: 600;
}
.newbie-col ul { list-style: none; padding: 0; margin: 0; }
.newbie-col li {
    display: grid; grid-template-columns: 26px 1fr; gap: 12px;
    align-items: baseline; padding: 12px 0;
    font-size: 1.02rem; line-height: 1.4;
    border-bottom: 1px solid #f0f0f0;
}
.newbie-col li:last-child { border-bottom: none; }
.newbie-col .mark {
    text-align: center; font-weight: 700; font-size: 1.1rem; line-height: 1;
}
.mark-yes { color: #111; }
.mark-no { color: #bbb; }
.newbie-list-final {
    text-align: center;
    max-width: 680px; margin: 0 auto 28px;
    padding: 18px 0 0;
    font-size: 1.2rem; font-weight: 600; color: #111;
    border-top: 2px solid #111;
}
.newbie-list-final .mark {
    font-size: 1.4rem; color: #111;
    margin-right: 12px; line-height: 1;
}
.newbie-cta { display: flex; justify-content: center; }

/* =====================================================
   БЛОК 3. USP - что только в LEVITA (чистые сетевые отстройки)
   ===================================================== */
.usp { padding: 80px 0; }
.usp-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.usp-card {
    padding: 24px; border: 1px solid #eee; border-radius: 8px;
    position: relative; transition: border-color 0.2s;
}
.usp-card:hover { border-color: #111; }
.usp-card.usp-highlight {
    background: #111; color: #fff; border-color: #111;
}
.usp-card.usp-highlight strong { color: #fff; }
.usp-number {
    position: absolute; top: 16px; right: 20px;
    width: 36px; height: 36px; line-height: 36px;
    background: #111; color: #fff; border-radius: 50%;
    text-align: center; font-weight: 700;
}
.usp-card.usp-highlight .usp-number { background: #fff; color: #111; }
.usp-card h3 { padding-right: 50px; font-size: 1.1rem; }

/* =====================================================
   БЛОК 9. ЧТО ГАРАНТИРУЕТ КАЧЕСТВО
   ===================================================== */
.quality { padding: 80px 0; }
.quality-grid {
    display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start;
}
.quality-facts {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.quality-fact {
    padding: 20px; background: #fff; border: 1px solid #eee; border-radius: 8px;
}
.quality-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.quality-fact h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.quality-fact p { font-size: 0.9rem; color: #555; margin: 0 0 0.5rem; }
.quality-fact p:last-child { margin-bottom: 0; }
.quality-fact-wide { grid-column: span 2; }
.quality-sub {
    text-align: center; max-width: 720px; margin: -8px auto 36px;
    color: #555; font-size: 1.05rem; line-height: 1.5;
}
.quality-finale {
    text-align: center;
    font-size: 1.5rem; font-weight: 700; color: #111;
    letter-spacing: 0.03em;
    padding: 28px 0 0;
    max-width: 720px; margin: 40px auto 0;
    border-top: 2px solid #111;
}

/* =====================================================
   БЛОК 4. НАПРАВЛЕНИЯ (16 в 5 группах, обновлено в v2)
   ===================================================== */
.directions { padding: 80px 0; background: #fafafa; }
.directions-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.direction-card {
    border: 1px solid #eee; padding: 16px; border-radius: 8px;
}
.direction-card .placeholder { margin-bottom: 0.75rem; }
.direction-card .placeholder-square { aspect-ratio: 16 / 9; }
.direction-card h3 { margin-bottom: 0.5rem; font-size: 1.05rem; line-height: 1.3; }
.archetype-tag {
    color: #111; font-size: 0.85rem; margin-top: 0.5rem; margin-bottom: 1rem;
    padding: 6px 10px; background: #fafafa; border-radius: 4px; display: inline-block;
}
.direction-list { padding-left: 0; margin: 0; }
.direction-list li {
    padding: 4px 0 4px 16px; font-size: 0.9rem; position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.direction-list li:last-child { border-bottom: none; }
.direction-list li::before {
    content: "·"; position: absolute; left: 0; font-weight: 700; color: #111;
}
.directions-all {
    margin-top: 2rem; padding: 16px 20px;
    border: 1px dashed #999; border-radius: 8px; background: #fafafa;
}
.directions-all summary {
    cursor: pointer; font-weight: 600;
}
.all-list {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
    margin-top: 1rem;
}
.all-list span {
    padding: 6px 10px; background: #fff; border: 1px solid #eee;
    border-radius: 4px; font-size: 0.85rem;
}

/* =====================================================
   БЛОК 5. PLAN
   ===================================================== */
.plan { padding: 80px 0; background: #fafafa; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan-step { text-align: center; padding: 24px; }
.step-icon {
    width: 60px; height: 60px; line-height: 60px; text-align: center;
    background: #111; color: #fff; font-size: 1.5rem; font-weight: 700;
    border-radius: 50%; margin: 0 auto 1rem;
}
.plan-step h3 { font-size: 1.1rem; }

/* =====================================================
   БЛОК 6. SOCIAL PROOF (расширен в v2)
   ===================================================== */
.social-proof { padding: 80px 0; background: #fafafa; }
.awards-block {
    display: grid; grid-template-columns: 1fr auto; gap: 40px;
    align-items: center; padding: 24px;
    background: #111; color: #fff; border-radius: 8px;
    margin-bottom: 2.5rem;
}
.awards-text h3 { font-size: 1.5rem; color: #fff; margin-bottom: 0.5rem; }
.awards-text p { color: #ccc; margin: 0; }
.awards-text strong { color: #fff; }
.awards-photos { display: flex; gap: 12px; }
.awards-photos .placeholder-award {
    background: #222; border-color: #444; color: #aaa;
    max-width: 90px;
}
.network-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
    padding: 24px; border: 1px solid #eee;
    border-radius: 8px; margin-bottom: 2.5rem; text-align: center;
}
.network-stats .stat strong {
    display: block; font-size: 1.5rem; margin-bottom: 4px;
}
.network-stats .stat { font-size: 0.85rem; color: #555; }
.testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    margin-bottom: 2.5rem;
}
.testimonial-card {
    background: #fff; padding: 24px;
    border: 1px solid #eee; border-radius: 8px; text-align: center;
}
.testimonial-card blockquote {
    font-style: italic; font-size: 1rem; margin-bottom: 1rem;
}
.testimonial-card cite {
    font-style: normal; font-size: 0.8rem; color: #555;
}
.video-case { max-width: 800px; margin: 0 auto 2.5rem; }

/* =====================================================
   БЛОК 10. ИСТОРИИ КЛИЕНТОК (отзывы + видео-кейс, вынесено из Social Proof)
   ===================================================== */
.stories { padding: 80px 0; background: #fafafa; }
.cta-block {
    text-align: center; padding: 32px;
    background: #fafafa; border-radius: 8px;
}
.cta-text {
    font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem;
}

/* =====================================================
   БЛОК 7. СООБЩЕСТВО LEVITA (новое в v2)
   ===================================================== */
.community { padding: 80px 0; }
.community-sub {
    text-align: center; max-width: 720px; margin: -8px auto 36px;
    color: #555; font-size: 1.05rem; line-height: 1.5;
}
/* горизонтальное листание (скролл вбок) - большие фото с цитатами */
.community-scroll {
    display: flex; gap: 20px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 4px 4px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    cursor: grab;
}
.community-scroll.dragging {
    cursor: grabbing; scroll-snap-type: none; user-select: none;
}
.community-scroll.dragging img { pointer-events: none; }
.community-card {
    flex: 0 0 320px; max-width: 320px;
    scroll-snap-align: start;
    background: #fff; border: 1px solid #eee; border-radius: 12px;
    overflow: hidden; display: flex; flex-direction: column;
}
.community-card .placeholder {
    aspect-ratio: 4 / 5; border: none; border-bottom: 1px dashed #ccc;
}
.community-quote { padding: 18px 20px 20px; }
.community-quote blockquote {
    margin: 0 0 10px; font-style: italic;
    font-size: 1rem; line-height: 1.45; color: #222;
}
.community-quote cite {
    font-style: normal; font-size: 0.8rem; color: #777;
}
.community-hint {
    text-align: center; margin-top: 8px; color: #999;
}

/* =====================================================
   БЛОК 8. TRANSFORMATION
   ===================================================== */
.transformation { padding: 80px 0; }
.transformation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.transform-card { padding: 24px; border: 1px solid #eee; border-radius: 8px; }
.transform-card blockquote {
    margin-top: 1rem; padding-left: 16px;
    border-left: 3px solid #111; font-style: italic;
}
.transform-card cite {
    display: block; margin-top: 8px; font-style: normal;
    font-size: 0.85rem; color: #555;
}

/* =====================================================
   БЛОК 9. LOCAL
   ===================================================== */
.local { padding: 80px 0; background: #fafafa; }
.local-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.local-info p { margin-bottom: 12px; }
.local-info .btn { margin-top: 1rem; }
.local-visual {
    display: grid; grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto; gap: 12px;
}

/* =====================================================
   БЛОК 10. МИНИ-FAQ + БРИДЖ
   ===================================================== */
.mini-faq { padding: 80px 0; }
.faq-grid { max-width: 800px; margin: 0 auto; }
.faq-item {
    border: 1px solid #eee; border-radius: 8px;
    margin-bottom: 12px; padding: 16px 20px;
}
.faq-item summary {
    font-weight: 600; font-size: 1.1rem; cursor: pointer;
    list-style: none; position: relative; padding-right: 30px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; position: absolute; right: 0; top: 0;
    font-size: 1.5rem; line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { margin-bottom: 12px; }
.bridge-message {
    text-align: center; font-size: 1.1rem; font-style: italic;
    max-width: 700px; margin: 3rem auto 0;
    padding: 24px; background: #fafafa; border-radius: 8px;
}

/* =====================================================
   БЛОК 11. ФИНАЛЬНАЯ ФОРМА
   ===================================================== */
.final-form { padding: 80px 0; background: #fafafa; }
.form-motivator { text-align: center; color: #555; margin-bottom: 2rem; }
.trial-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    max-width: 900px; margin: 0 auto 2rem;
}
.trial-info {
    padding: 20px;
    background: #fff; border: 1px solid #eee; border-radius: 8px;
}
.trial-info h3 { margin-bottom: 12px; font-size: 1.1rem; }
.trial-info ul, .trial-info ol { padding-left: 0; }
.trial-info ul li {
    padding: 6px 0 6px 24px; position: relative;
}
.trial-info ul li::before {
    content: "✓"; position: absolute; left: 0; font-weight: 700;
}
.trial-info .trial-steps {
    counter-reset: step;
    list-style: none;
}
.trial-info .trial-steps li {
    padding: 6px 0 6px 28px; position: relative;
    counter-increment: step;
}
.trial-info .trial-steps li::before {
    content: counter(step);
    position: absolute; left: 0; top: 4px;
    width: 20px; height: 20px; line-height: 20px;
    background: #111; color: #fff;
    border-radius: 50%; text-align: center;
    font-size: 0.75rem; font-weight: 700;
}
.lead-form {
    max-width: 500px; margin: 0 auto; background: #fff;
    padding: 32px; border: 1px solid #eee; border-radius: 8px;
}
.form-field { margin-bottom: 1rem; }
.form-field label {
    display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.95rem;
}
.required { color: #c00; }
.form-field input, .form-field select {
    width: 100%; padding: 12px; border: 1px solid #ccc;
    border-radius: 4px; font-size: 1rem; font-family: inherit;
}
.form-field input:focus, .form-field select:focus {
    outline: 2px solid #111; border-color: #111;
}
.form-checkbox {
    display: flex; align-items: flex-start; gap: 10px;
}
.form-checkbox input[type="checkbox"] {
    width: auto; margin-top: 4px; flex-shrink: 0;
}
.form-checkbox label {
    font-weight: 400; font-size: 0.9rem; line-height: 1.4; margin: 0;
}
.btn-submit { width: 100%; margin-top: 0.5rem; }
.form-disclaimer {
    margin-top: 1rem; font-size: 0.85rem; color: #555; text-align: center;
}

/* =====================================================
   БЛОК 10. ЕДИНЫЙ FAQ (v2.2 - объединённый перед формой)
   ===================================================== */
.unified-faq { padding: 80px 0; }
.faq-note { text-align: center; color: #999; margin-bottom: 1.5rem; }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer { background: #111; color: #fff; padding: 40px 0 24px; }
.site-footer .logo { color: #fff; margin-bottom: 8px; }
.site-footer a { color: #ccc; }
.footer-grid {
    display: grid; grid-template-columns: 1fr 1.5fr 1.5fr 1fr; gap: 24px;
}
.footer-grid p { margin-bottom: 8px; }
.footer-grid small { color: #999; }

/* =====================================================
   STICKY CTA
   ===================================================== */
.sticky-cta {
    position: fixed; bottom: -100px; left: 0; right: 0;
    background: #fff; border-top: 1px solid #eee;
    padding: 12px 20px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 90; transition: bottom 0.3s ease;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
}
.sticky-cta.visible { bottom: 0; }
.sticky-cta.hidden { bottom: -100px; }
.btn-sticky { width: 100%; padding: 14px 20px; font-size: 1rem; }

/* =====================================================
   MODAL
   ===================================================== */
.modal {
    display: none; position: fixed; inset: 0; z-index: 200;
    align-items: center; justify-content: center; padding: 20px;
}
.modal[aria-hidden="false"] { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.modal-content {
    position: relative; background: #fff;
    padding: 40px 32px 32px; max-width: 500px; width: 100%;
    border-radius: 8px; max-height: 90vh; overflow-y: auto;
}
.modal-content h2 { margin-bottom: 0.5rem; }
.modal-content p { margin-bottom: 1.5rem; color: #555; }
.modal-content .lead-form { border: none; padding: 0; background: transparent; }
.modal-close {
    position: absolute; top: 8px; right: 12px;
    background: transparent; border: none;
    font-size: 2rem; line-height: 1; color: #555;
}

/* =====================================================
   RESPONSIVE - TABLET (768px - 1023px)
   ===================================================== */
@media (max-width: 1023px) {
    .hero-grid { gap: 24px; }
    .hero-title { font-size: 2rem; }
    /* USP на tablet: 4 карточки в 2 колонки */
    .usp-grid { grid-template-columns: repeat(2, 1fr); }
    .directions-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .network-stats { grid-template-columns: repeat(2, 1fr); }
    .all-list { grid-template-columns: repeat(3, 1fr); }
    .quality-grid { grid-template-columns: 1fr; }
    .quality-facts { grid-template-columns: 1fr 1fr; }
    .awards-block { grid-template-columns: 1fr; text-align: center; }
    .awards-photos { justify-content: center; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =====================================================
   RESPONSIVE - MOBILE (до 767px)
   ===================================================== */
@media (max-width: 767px) {
    .container { padding: 0 16px; }

    h1, .hero-title { font-size: 1.75rem; }
    h2.section-title { font-size: 1.5rem; margin-bottom: 1.25rem; }
    h3 { font-size: 1.1rem; }

    /* Header */
    .site-header { display: none; }

    /* Hero */
    .hero { padding: 32px 0 48px; min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 24px; }
    .hero-visual { order: -1; }
    .hero-trust { font-size: 0.8rem; }

    /* Trust-ленточка */
    .trust-strip-inner { flex-direction: column; text-align: center; gap: 12px; }
    .trust-strip-text { text-align: center; }
    .trust-headline { font-size: 1rem; }
    .trust-sub { font-size: 0.8rem; }

    /* Pain Recognition */
    .pain-recognition { padding: 48px 0; }
    .pain-tabs { display: none; }
    .pain-card {
        display: block; margin-bottom: 12px;
    }
    .pain-card h3 {
        cursor: pointer; position: relative; padding-right: 30px;
    }
    .pain-card h3::after {
        content: "+"; position: absolute; right: 0; top: -4px;
        font-size: 1.5rem; line-height: 1;
    }
    .pain-card.expanded h3::after { content: "−"; }
    .pain-card:not(.expanded) p,
    .pain-card:not(.expanded) blockquote,
    .pain-card:not(.expanded) .archetype-seo { display: none; }

    /* USP - на mobile все в 1 колонку */
    .usp { padding: 48px 0; }
    .usp-grid { grid-template-columns: 1fr; }
    /* Newbie compare - на mobile в 1 колонку */
    .newbie { padding: 56px 0; }
    .newbie-text { font-size: 1rem; }
    .newbie-compare { grid-template-columns: 1fr; gap: 16px; }
    .newbie-list-final { font-size: 1.1rem; }

    /* Качество - все 3 карточки в одну колонку, сбрасываем span у широкой */
    .quality { padding: 48px 0; }
    .quality-grid { grid-template-columns: 1fr; gap: 20px; }
    .quality-facts { grid-template-columns: 1fr; gap: 14px; }
    .quality-fact-wide { grid-column: auto; }
    .quality-fact { padding: 18px 20px; }
    .quality-icon { font-size: 1.6rem; margin-bottom: 0.5rem; }
    .quality-visual { order: 2; }

    /* Direction */
    .directions { padding: 48px 0; }
    .directions-grid { grid-template-columns: 1fr; }
    .all-list { grid-template-columns: 1fr 1fr; }

    /* Plan */
    .plan { padding: 48px 0; }
    .plan-grid { grid-template-columns: 1fr; }

    /* Social Proof */
    .social-proof { padding: 48px 0; }
    .awards-block {
        grid-template-columns: 1fr; padding: 20px; text-align: center;
    }
    .awards-text h3 { font-size: 1.2rem; }
    .awards-photos { justify-content: center; }
    .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
    .network-stats {
        grid-template-columns: 1fr 1fr; padding: 16px; gap: 12px;
    }
    .network-stats .stat strong { font-size: 1.25rem; }

    /* Атмосфера студии - карусель, карточки уже экрана */
    .community { padding: 48px 0; }
    .community-card { flex-basis: 78vw; max-width: 78vw; }
    .community-sub { font-size: 1rem; }

    /* Transformation */
    .transformation { padding: 48px 0; }
    .transformation-grid { grid-template-columns: 1fr; }

    /* Local */
    .local { padding: 48px 0; }
    .local-grid { grid-template-columns: 1fr; gap: 24px; }
    .local-visual { grid-template-columns: 1fr 1fr; }

    /* Mini FAQ */
    .mini-faq { padding: 48px 0; }
    .bridge-message { padding: 16px; font-size: 1rem; }

    /* Form */
    .final-form { padding: 48px 0; }
    .lead-form { padding: 20px; }
    .trial-grid { grid-template-columns: 1fr; gap: 16px; }

    /* Footer */
    .site-footer { padding: 32px 0 80px; }
    .footer-grid { grid-template-columns: 1fr; gap: 16px; }

    /* Sticky CTA */
    .sticky-cta { bottom: 0 !important; }
    .sticky-cta.hidden { bottom: -100px !important; }

    /* Modal */
    .modal { padding: 0; }
    .modal-content {
        max-width: 100%; max-height: 100vh; border-radius: 0;
        padding: 40px 16px 24px;
    }
}

/* iPhone SE (320px) */
@media (max-width: 360px) {
    .hero-title { font-size: 1.5rem; }
    h2.section-title { font-size: 1.35rem; }
    .pain-tabs { display: none; }
    .hero-trust { font-size: 0.75rem; }
    .all-list { grid-template-columns: 1fr; }
}

/* =====================================================
   v2.1 QUIZ CTA (под Направлениями)
   ===================================================== */
.quiz-cta {
    display: grid; grid-template-columns: 1fr auto; gap: 24px;
    align-items: center;
    margin-bottom: 2rem; padding: 24px 32px;
    background: #fafafa; border: 2px dashed #111;
    border-radius: 8px;
}
.quiz-cta h3 { margin-bottom: 4px; font-size: 1.25rem; }
.quiz-cta p { margin: 0; color: #555; }

/* =====================================================
   v2.1 КЛИКАБЕЛЬНЫЕ НАПРАВЛЕНИЯ - кнопки внутри списка
   ===================================================== */
.direction-link-btn {
    background: transparent; border: none; padding: 0; margin: 0;
    color: #111; font: inherit; cursor: pointer;
    text-align: left; text-decoration: underline;
    text-underline-offset: 3px; text-decoration-color: #ccc;
    transition: text-decoration-color 0.2s;
}
.direction-link-btn:hover { text-decoration-color: #111; }

.all-list-btn {
    background: #fff; border: 1px solid #eee; border-radius: 4px;
    padding: 6px 10px; font: inherit; font-size: 0.85rem;
    color: #111; cursor: pointer; text-align: left;
    transition: border-color 0.2s, background 0.2s;
}
.all-list-btn:hover { border-color: #111; background: #fafafa; }

/* =====================================================
   v2.1 МОДАЛКА НАПРАВЛЕНИЯ (детали)
   ===================================================== */
.modal-content-wide { max-width: 800px; }

.direction-modal-grid {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px;
    align-items: start;
}
.direction-modal-visual .placeholder-photo { aspect-ratio: 3/4; }
.direction-modal-group {
    font-size: 0.85rem; color: #888; text-transform: uppercase;
    letter-spacing: 0.05em; margin-bottom: 8px;
}
.direction-modal-info h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.direction-modal-section { margin-bottom: 1.25rem; }
.direction-modal-section h4 {
    font-size: 0.95rem; font-weight: 700; margin-bottom: 4px;
    text-transform: uppercase; letter-spacing: 0.03em; color: #555;
}
.direction-modal-section p { font-size: 0.95rem; margin: 0; }
.btn-direction-cta { margin-top: 1rem; width: 100%; }

/* =====================================================
   v2.1 БАННЕР "ИНТЕРЕСУЮЩЕЕ НАПРАВЛЕНИЕ" в форме
   ===================================================== */
.interested-direction-banner {
    padding: 12px 16px;
    background: #f4f1e9; border: 1px solid #d4c89b;
    border-radius: 4px; margin-bottom: 1rem;
    font-size: 0.9rem;
}

/* =====================================================
   v2.1 КВИЗ (модалка многошаговая)
   ===================================================== */
.quiz-progress { margin-bottom: 1.5rem; }
.quiz-progress-bar {
    height: 6px; background: #eee; border-radius: 3px;
    overflow: hidden;
}
.quiz-progress-fill {
    height: 100%; background: #111;
    transition: width 0.4s ease;
}
.quiz-progress-text {
    text-align: right; font-size: 0.85rem; color: #888;
    margin: 8px 0 0;
}
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-step h2 {
    font-size: 1.5rem; margin-bottom: 0.5rem;
}
.quiz-step-sub {
    color: #555; margin-bottom: 1.5rem;
}
.quiz-options {
    display: grid; gap: 12px;
}
.quiz-option {
    display: grid; grid-template-columns: 48px 1fr; gap: 16px;
    align-items: center;
    padding: 16px 20px;
    background: #fff; border: 2px solid #eee; border-radius: 8px;
    cursor: pointer; text-align: left;
    transition: border-color 0.2s, background 0.2s;
    font-family: inherit;
}
.quiz-option:hover { border-color: #111; background: #fafafa; }
.quiz-option.selected { border-color: #111; background: #111; color: #fff; }
.quiz-option.selected small { color: #ccc; }
.quiz-option-icon { font-size: 2rem; line-height: 1; }
.quiz-option-text { display: flex; flex-direction: column; gap: 2px; }
.quiz-option-text strong { font-size: 1rem; }
.quiz-option-text small { font-size: 0.85rem; color: #555; }

/* Результат квиза */
.quiz-result h2 { font-size: 1.6rem; }
.quiz-recommendations {
    display: grid; gap: 16px; margin-bottom: 1.5rem;
}
.quiz-rec-card {
    display: grid; grid-template-columns: 48px 1fr auto;
    gap: 16px; align-items: center;
    padding: 16px 20px;
    background: #fafafa; border: 1px solid #eee; border-radius: 8px;
}
.quiz-rec-rank {
    width: 40px; height: 40px; line-height: 40px;
    background: #111; color: #fff; border-radius: 50%;
    text-align: center; font-weight: 700;
}
.quiz-rec-info h3 { font-size: 1.05rem; margin-bottom: 2px; }
.quiz-rec-group {
    font-size: 0.8rem; color: #888; margin-bottom: 6px;
    text-transform: uppercase; letter-spacing: 0.03em;
}
.quiz-rec-info p { font-size: 0.9rem; margin: 0; color: #555; }
.quiz-rec-detail-btn { padding: 8px 14px; font-size: 0.9rem; }
.quiz-empty {
    text-align: center; padding: 24px;
    background: #fafafa; border-radius: 8px; color: #555;
}
.quiz-result-actions {
    display: flex; gap: 12px; justify-content: center;
    flex-wrap: wrap; margin-top: 1.5rem;
}

/* =====================================================
   RESPONSIVE для новых блоков
   ===================================================== */
@media (max-width: 1023px) {
    .quiz-cta { grid-template-columns: 1fr; text-align: center; }
    .direction-modal-grid { grid-template-columns: 1fr; }
    .direction-modal-visual .placeholder-photo { aspect-ratio: 16/9; max-height: 200px; }
}

@media (max-width: 767px) {
    .quiz-cta { padding: 20px; }
    .quiz-cta h3 { font-size: 1.1rem; }
    .quiz-option { padding: 12px 16px; grid-template-columns: 40px 1fr; gap: 12px; }
    .quiz-option-icon { font-size: 1.5rem; }
    .quiz-rec-card { grid-template-columns: 1fr; gap: 8px; text-align: center; }
    .quiz-rec-rank { margin: 0 auto; }
    .quiz-result-actions .btn { width: 100%; }
}
