/* ed: 2026-07-26 — Этапы и документы. Селекторы ed- */

.ed-page { padding-top: 0; position: relative; }

/* ===== HERO ===== */
.ed-hero { position: relative; min-height: 100dvh; min-height: 100vh; display: flex; align-items: center; z-index: 1; overflow: hidden; }
.ed-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ed-hero-image { position: absolute; inset: 0; z-index: 1; background: url('/_app/images/hero-interior-ulvlspace-engineering-studio.webp') center/cover no-repeat; transform: scale(1.05); transition: transform 0.6s var(--transition-smooth); will-change: transform; }
.ed-hero:hover .ed-hero-image { transform: scale(1.12); }
.ed-hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(var(--surface-deep-rgb), 0.95) 0%, rgba(var(--surface-deep-rgb), 0.55) 40%, rgba(var(--surface-deep-rgb), 0.9) 75%, var(--surface-deep) 100%); }
.ed-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, var(--surface-deep) 0%, transparent 100%); z-index: 0; pointer-events: none; }
.ed-hero-inner { position: relative; z-index: 3; max-width: 720px; padding: 140px 0 80px; animation: ed-fadeInUp 0.8s ease-out; }
@keyframes ed-fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .ed-hero-inner { animation: none; } }
.ed-hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(var(--accent-gold-rgb), 0.12); border: 1px solid rgba(var(--accent-gold-rgb), 0.25); border-radius: 24px; font-size: var(--text-sm); font-weight: 700; color: var(--accent-gold); margin-bottom: 24px; }
.ed-hero h1 { font-family: var(--font-heading); font-size: clamp(36px, 5.5vw, 64px); font-weight: 800; color: var(--text-body); line-height: 1.05; margin-bottom: 24px; letter-spacing: -0.03em; }
.ed-hero h1 .accent { background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-light) 60%, var(--accent-gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ed-hero-sub { font-size: clamp(18px, 2.2vw, 22px); color: rgba(var(--text-body-rgb), 0.7); margin: 0 0 40px; line-height: 1.6; max-width: 560px; }

/* ===== STATS ===== */
.ed-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.ed-stat { text-align: center; padding: 24px 16px; background: rgba(var(--text-body-rgb), 0.04); border-radius: 12px; }
.ed-stat-val { display: block; font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; color: var(--accent-gold); letter-spacing: -0.02em; margin-bottom: 8px; }
.ed-stat-label { display: block; font-size: var(--text-sm); color: rgba(var(--text-body-rgb), 0.5); line-height: 1.4; }

/* ===== IMPORTANT ===== */
.ed-important { padding: 40px; background: rgba(var(--accent-gold-rgb), 0.04); border: 1px solid rgba(var(--accent-gold-rgb), 0.12); border-radius: 20px; }
.ed-important-label { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(var(--accent-gold-rgb), 0.12); border-radius: 20px; font-size: var(--text-sm); font-weight: 700; color: var(--accent-gold); margin-bottom: 20px; }
.ed-important h3 { font-family: var(--font-heading); font-size: var(--text-2xl); font-weight: 700; color: var(--text-body); margin-bottom: 16px; }
.ed-important p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.7); line-height: 1.7; margin-bottom: 16px; }
.ed-important-list { list-style: none; padding: 0; margin: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.ed-important-list li { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.75); line-height: 1.5; padding-left: 20px; position: relative; }
.ed-important-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: var(--accent-gold); border-radius: 50%; }

/* ===== HEADING ===== */
.ed-section-heading { font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: var(--text-body); margin-bottom: 40px; letter-spacing: -0.02em; }

/* ===== SCENARIOS ===== */
.ed-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ed-scenario { padding: 32px; background: var(--surface-elevated); border: 1px solid rgba(var(--text-body-rgb), 0.06); border-radius: 16px; transition: border-color 0.3s ease; }
.ed-scenario:hover { border-color: rgba(var(--accent-gold-rgb), 0.2); }
.ed-scenario-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(var(--accent-gold-rgb), 0.12); border-radius: 50%; font-family: var(--font-heading); font-size: var(--text-sm); font-weight: 800; color: var(--accent-gold); margin-bottom: 16px; }
.ed-scenario h3 { font-family: var(--font-heading); font-size: var(--text-xl); font-weight: 700; color: var(--text-body); margin-bottom: 8px; }
.ed-scenario p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.6); line-height: 1.6; margin-bottom: 12px; }
.ed-scenario-for { font-size: var(--text-sm); color: var(--accent-gold); font-weight: 600; }

/* ===== TIMELINE STEPS ===== */
.ed-timeline { display: flex; flex-direction: column; max-width: 720px; position: relative; padding-left: 72px; }
.ed-timeline::before { content: ''; position: absolute; left: 23px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--accent-gold), rgba(var(--accent-gold-rgb), 0.2)); }
.ed-tl-step { position: relative; padding: 24px 0; border-bottom: 1px solid rgba(var(--text-body-rgb), 0.06); }
.ed-tl-step:last-child { border-bottom: none; }
.ed-tl-num { position: absolute; left: -72px; top: 24px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: rgba(var(--accent-gold-rgb), 0.08); border: 2px solid rgba(var(--accent-gold-rgb), 0.3); border-radius: 50%; font-family: var(--font-heading); font-size: var(--text-base); font-weight: 800; color: var(--accent-gold); z-index: 2; }
.ed-tl-step h3 { font-family: var(--font-heading); font-size: var(--text-xl); font-weight: 700; color: var(--text-body); margin-bottom: 6px; }
.ed-tl-time { font-size: var(--text-sm); color: var(--accent-gold); font-weight: 600; }
.ed-tl-step p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.6); line-height: 1.5; margin: 8px 0 0; }
.ed-tl-docs { margin-top: 8px; font-size: var(--text-sm); color: rgba(var(--text-body-rgb), 0.5); }
.ed-tl-new { display: inline-block; padding: 2px 8px; background: rgba(var(--accent-gold-rgb), 0.15); border-radius: 4px; font-size: var(--text-xs); font-weight: 700; color: var(--accent-gold); margin-left: 8px; vertical-align: middle; }

/* ===== NAVIGATOR ===== */
.ed-navigator { padding: 40px; background: rgba(var(--accent-gold-rgb), 0.03); border: 1px solid rgba(var(--accent-gold-rgb), 0.08); border-radius: 20px; }
.ed-navigator h3 { font-family: var(--font-heading); font-size: var(--text-2xl); font-weight: 700; color: var(--text-body); margin-bottom: 16px; }
.ed-navigator > p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.7); line-height: 1.7; margin-bottom: 20px; }
.ed-navigator-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.ed-navigator-list li { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.75); line-height: 1.5; padding-left: 20px; position: relative; }
.ed-navigator-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: var(--accent-gold); border-radius: 50%; }

/* ===== DOCS GRID ===== */
.ed-docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ed-docs-card { padding: 32px; background: var(--surface-elevated); border: 1px solid rgba(var(--text-body-rgb), 0.06); border-radius: 16px; }
.ed-docs-card h3 { font-family: var(--font-heading); font-size: var(--text-xl); font-weight: 700; color: var(--text-body); margin-bottom: 16px; }
.ed-docs-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ed-docs-list li { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.7); line-height: 1.5; padding-left: 16px; position: relative; }
.ed-docs-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--accent-gold); border-radius: 50%; }
.ed-docs-new { display: inline-block; padding: 2px 6px; background: rgba(var(--accent-gold-rgb), 0.15); border-radius: 3px; font-size: var(--text-xs); font-weight: 700; color: var(--accent-gold); }

/* ===== REFUSALS TABLE ===== */
.ed-table-wrap { background: var(--surface-elevated); border: 1px solid rgba(var(--text-body-rgb), 0.08); border-radius: 16px; overflow: hidden; }
.ed-table { width: 100%; border-collapse: collapse; font-size: var(--text-base); }
.ed-table thead th { padding: 20px 24px; text-align: left; font-family: var(--font-heading); font-size: var(--text-sm); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(var(--text-body-rgb), 0.5); background: rgba(var(--accent-gold-rgb), 0.04); border-bottom: 1px solid rgba(var(--text-body-rgb), 0.06); }
.ed-table td { padding: 16px 24px; border-bottom: 1px solid rgba(var(--text-body-rgb), 0.04); color: rgba(var(--text-body-rgb), 0.7); vertical-align: top; }
.ed-table td:first-child { font-weight: 600; color: var(--text-body); }
.ed-table td:last-child { color: var(--accent-gold); }
.ed-table tbody tr:last-child td { border-bottom: none; }

/* ===== REGION ===== */
.ed-region { padding: 40px; background: var(--surface-elevated); border: 1px solid rgba(var(--text-body-rgb), 0.06); border-radius: 20px; }
.ed-region p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.7); line-height: 1.7; margin-bottom: 24px; }
.ed-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ed-region-item { padding: 24px; background: rgba(var(--accent-gold-rgb), 0.03); border: 1px solid rgba(var(--accent-gold-rgb), 0.08); border-radius: 12px; }
.ed-region-item h4 { font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 700; color: var(--text-body); margin-bottom: 8px; }
.ed-region-item p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.6); line-height: 1.5; margin: 0; }

/* ===== COMPARE ===== */
.ed-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ed-compare-col { padding: 32px; border-radius: 16px; }
.ed-compare-col--self { background: rgba(var(--text-body-rgb), 0.03); border: 1px solid rgba(var(--text-body-rgb), 0.06); }
.ed-compare-col--us { background: rgba(var(--accent-gold-rgb), 0.04); border: 1px solid rgba(var(--accent-gold-rgb), 0.1); }
.ed-compare-title { font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 700; color: var(--text-body); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(var(--text-body-rgb), 0.08); }
.ed-compare-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.ed-compare-list li { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.7); line-height: 1.5; padding-left: 16px; position: relative; }
.ed-compare-col--self .ed-compare-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: rgba(var(--text-body-rgb), 0.3); border-radius: 50%; }
.ed-compare-col--us .ed-compare-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--accent-gold); border-radius: 50%; }
.ed-compare-list li strong { display: block; color: var(--text-body); font-weight: 600; margin-bottom: 2px; }

/* ===== FAQ ===== */
.ed-faq { max-width: 680px; }
.ed-faq-item { border-bottom: 1px solid rgba(var(--text-body-rgb), 0.08); }
.ed-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 600; color: var(--text-body); cursor: pointer; list-style: none; transition: color 0.2s ease; }
.ed-faq-q::-webkit-details-marker { display: none; }
.ed-faq-q::marker { display: none; content: ''; }
.ed-faq-q::after { content: '+'; font-size: 24px; font-weight: 300; color: var(--accent-gold); flex-shrink: 0; }
details[open] .ed-faq-q::after { content: '−'; }
.ed-faq-q:hover { color: var(--accent-gold); }
.ed-faq-a { padding: 0 0 24px; }
.ed-faq-a p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.65); line-height: 1.7; margin: 0; }

/* ===== GUARANTEES ===== */
.ed-guarantees { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ed-guarantee { padding: 28px; background: var(--surface-elevated); border: 1px solid rgba(var(--text-body-rgb), 0.06); border-radius: 16px; }
.ed-guarantee-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(var(--accent-gold-rgb), 0.1); border-radius: 10px; color: var(--accent-gold); margin-bottom: 16px; }
.ed-guarantee h3 { font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 700; color: var(--text-body); margin-bottom: 8px; }
.ed-guarantee p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.6); line-height: 1.6; margin: 0; }

/* ===== CASE ===== */
.ed-case { padding: 40px; background: rgba(var(--accent-gold-rgb), 0.03); border: 1px solid rgba(var(--accent-gold-rgb), 0.08); border-radius: 20px; }
.ed-case-quote { font-size: var(--text-xl); line-height: 1.75; color: rgba(var(--text-body-rgb), 0.8); font-style: italic; margin: 0 0 28px; padding: 0; border: none; }
.ed-case-quote::before { content: '\201C'; font-size: 48px; color: var(--accent-gold); line-height: 0.5; display: block; margin-bottom: 16px; }
.ed-case-byline { display: flex; flex-direction: column; gap: 4px; margin-bottom: 32px; }
.ed-case-name { font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 700; color: var(--text-body); }
.ed-case-role { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.5); }
.ed-case-badge { display: inline-block; padding: 6px 14px; background: rgba(var(--accent-gold-rgb), 0.12); border-radius: 20px; font-size: var(--text-sm); font-weight: 700; color: var(--accent-gold); margin-bottom: 20px; }
.ed-case h3 { font-family: var(--font-heading); font-size: var(--text-2xl); font-weight: 700; color: var(--text-body); margin-bottom: 16px; }
.ed-case p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.7); line-height: 1.7; margin-bottom: 16px; }
.ed-case-metrics { display: flex; gap: 24px; margin-top: 20px; }
.ed-case-metric { text-align: center; flex: 1; }
.ed-case-metric-val { display: block; font-family: var(--font-heading); font-size: var(--text-2xl); font-weight: 800; color: var(--accent-gold); }
.ed-case-metric-label { display: block; font-size: var(--text-xs); color: rgba(var(--text-body-rgb), 0.5); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 4px; }

/* ===== RELATED ===== */
.ed-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ed-related-card { display: block; padding: 28px 24px; background: rgba(var(--text-body-rgb), 0.04); border: 1px solid rgba(var(--text-body-rgb), 0.06); border-radius: 16px; text-decoration: none; transition: border-color 0.3s ease, transform 0.2s ease; }
.ed-related-card:hover { border-color: rgba(var(--accent-gold-rgb), 0.2); transform: translateY(-2px); }
.ed-related-card h3 { font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 700; color: var(--text-body); margin-bottom: 6px; }
.ed-related-card p { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.55); line-height: 1.5; margin: 0; }

/* ===== FINAL ===== */
.ed-final { padding: 80px 0; }
.ed-final-inner { text-align: center; max-width: 560px; margin: 0 auto; }
.ed-final-inner h2 { font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: var(--text-body); margin-bottom: 16px; letter-spacing: -0.02em; }
.ed-final-inner > p { font-size: var(--text-lg); color: rgba(var(--text-body-rgb), 0.65); line-height: 1.6; margin-bottom: 32px; }
.ed-final-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.ed-final-step { text-align: center; padding: 16px; background: rgba(var(--text-body-rgb), 0.03); border-radius: 12px; }
.ed-final-step-num { display: block; font-family: var(--font-heading); font-size: var(--text-xl); font-weight: 800; color: var(--accent-gold); margin-bottom: 8px; }
.ed-final-step p { font-size: var(--text-sm); color: rgba(var(--text-body-rgb), 0.6); margin: 0; }
.ed-final-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.ed-final-phone { margin-bottom: 8px; }
.ed-final-phone a { font-family: var(--font-heading); font-size: var(--text-2xl); font-weight: 700; color: var(--accent-gold); text-decoration: none; }
.ed-final-phone a:hover { text-decoration: underline; }
.ed-final-telegram { font-size: var(--text-base); color: rgba(var(--text-body-rgb), 0.5); margin-bottom: 16px; }
.ed-final-telegram a { color: var(--accent-gold); font-weight: 600; text-decoration: none; }
.ed-final-telegram a:hover { text-decoration: underline; }
.ed-final-back { display: inline-flex; align-items: center; gap: 8px; font-size: var(--text-base); color: rgba(var(--accent-gold-rgb), 0.5); text-decoration: none; transition: color 0.3s ease; }
.ed-final-back:hover { color: var(--accent-gold); }

/* ===== STICKY CTA ===== */
.ed-sticky-cta { position: fixed; bottom: 24px; right: 24px; z-index: 100; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; }
.ed-sticky-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.ed-sticky-cta-btn { display: flex; align-items: center; gap: 8px; padding: 14px 24px; background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-light) 100%); color: var(--text-on-gold); border: none; border-radius: 12px; font-family: var(--font-heading); font-size: var(--text-base); font-weight: 700; cursor: pointer; box-shadow: 0 4px 20px rgba(var(--accent-gold-rgb), 0.35); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.ed-sticky-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(var(--accent-gold-rgb), 0.45); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) { .ed-stats { grid-template-columns: repeat(2, 1fr); } .ed-scenarios { grid-template-columns: 1fr; } .ed-docs { grid-template-columns: 1fr; } .ed-region-grid { grid-template-columns: 1fr; } .ed-compare { grid-template-columns: 1fr; } .ed-guarantees { grid-template-columns: 1fr; } .ed-related { grid-template-columns: repeat(2, 1fr); } .ed-final-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .ed-hero-inner { padding: 100px 0 60px; } .ed-hero h1 { font-size: clamp(32px, 8vw, 44px); } .ed-related { grid-template-columns: 1fr; } .ed-table thead { display: none; } .ed-table, .ed-table tbody, .ed-table tr, .ed-table td { display: block; } .ed-table tr { padding: 16px 20px; border-bottom: 1px solid rgba(var(--text-body-rgb), 0.06); } .ed-table td { padding: 4px 0; border: none; } .ed-table td:first-child { font-size: var(--text-lg); margin-bottom: 8px; } .ed-final-btns { flex-direction: column; } .ed-final-btns .btn { width: 100%; justify-content: center; } .ed-timeline { padding-left: 56px; } .ed-timeline::before { left: 15px; } .ed-tl-num { left: -56px; width: 32px; height: 32px; font-size: var(--text-xs); } .ed-important, .ed-navigator, .ed-case { padding: 28px; } }
@media (max-width: 480px) { .ed-hero h1 { font-size: 32px; } .ed-hero-inner { padding: 80px 0 48px; } .ed-section-heading { font-size: 24px; margin-bottom: 28px; } .ed-scenario, .ed-docs-card, .ed-region-item, .ed-guarantee { padding: 24px; } .ed-final-steps { grid-template-columns: 1fr; } .ed-timeline { padding-left: 48px; } .ed-timeline::before { left: 11px; } .ed-tl-num { left: -48px; width: 28px; height: 28px; font-size: 11px; } }
