/* АСИММЕТРИЧНЫЙ СТИЛЬ — ИЗМЕНЕНА ВСЯ СТРУКТУРА СЕТКИ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #191a1f; /* Глубокий матовый антрацит */
    background-color: #f4f3ef; /* Мягкий песочно-бежевый журнальный фон */
    line-height: 1.6;
}

.editorial-container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 1. Навигационный блок (Header Layout) */
.main-header {
    border-bottom: 2px solid #191a1f;
    background-color: #f4f3ef;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.brand-zone {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.logo-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #191a1f;
    text-decoration: none;
    letter-spacing: -1px;
}

.logo-text span {
    color: #10b981; /* Цифровой травяной акцент */
}

.tagline {
    font-size: 0.8rem;
    color: #6b6d7a;
    text-transform: uppercase;
    font-weight: 500;
}

.editorial-nav {
    display: flex;
    gap: 40px;
}

.editorial-nav a {
    color: #191a1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
}

.editorial-nav a:hover {
    color: #10b981;
}

.phone-link {
    font-family: 'Space Grotesk', sans-serif;
    color: #191a1f;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #191a1f;
    padding: 8px 18px;
    transition: all 0.2s;
}

.phone-link:hover {
    background-color: #191a1f;
    color: #f4f3ef;
}

/* 2. Асимметричный главный экран (Hero Editorial Grid) */
.hero-editorial {
    padding: 80px 0;
    border-bottom: 2px solid #191a1f;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 45px;
    align-items: start;
}

.hero-main-title {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(25, 26, 31, 0.1);
    padding-bottom: 35px;
}

.meta-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    color: #10b981;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.hero-main-title h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: #191a1f;
    letter-spacing: -1.5px;
}

.hero-side-card {
    padding-right: 20px;
}

.lead-text {
    font-size: 1.2rem;
    color: #444655;
    margin-bottom: 35px;
}

.action-trigger {
    display: inline-block;
    background-color: #10b981;
    color: #ffffff;
    padding: 16px 36px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    transition: background 0.2s;
}

.action-trigger:hover {
    background-color: #191a1f;
}

.visual-placeholder {
    background-color: #e5e3dc;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    border: 1px solid rgba(25, 26, 31, 0.1);
}

.image-caption {
    font-size: 0.8rem;
    color: #6b6d7a;
    margin-top: 10px;
    font-style: italic;
    text-align: right;
}

/* 3. Metrics Layout */
.metrics-grid-section {
    background-color: #ffffff;
    border-bottom: 2px solid #191a1f;
}

.metrics-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.metric-box {
    padding: 45px 30px;
}

.border-right {
    border-right: 1px solid rgba(25, 26, 31, 0.1);
}

.metric-box .num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #10b981;
    display: block;
    margin-bottom: 15px;
}

.metric-box h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    color: #191a1f;
    margin-bottom: 10px;
}

.metric-box p {
    font-size: 0.9rem;
    color: #6b6d7a;
}

/* 4. Editorial Catalog */
.editorial-catalog {
    padding: 100px 0;
    border-bottom: 2px solid #191a1f;
}

.section-intro {
    max-width: 700px;
    margin-bottom: 65px;
}

.section-intro h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.catalog-item {
    background: #ffffff;
    padding: 40px;
    border: 1px solid rgba(25, 26, 31, 0.1);
}

.item-index {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b6d7a;
    display: block;
    margin-bottom: 25px;
}

.catalog-item h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #191a1f;
}

.catalog-item p {
    color: #444655;
    font-size: 0.95rem;
}

/* 5. Split Section */
.tech-editorial-split {
    padding: 100px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #191a1f;
}

.split-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.split-left h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 25px;
}

.split-left p {
    color: #444655;
    margin-bottom: 30px;
}

.editorial-quote {
    border-left: 3px solid #10b981;
    padding-left: 20px;
    font-style: italic;
    color: #191a1f;
    font-size: 1.05rem;
}

.tech-feature-card {
    background-color: #f4f3ef;
    padding: 30px;
    margin-bottom: 20px;
    border-left: 4px solid #191a1f;
}

.tech-feature-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

/* 6. Form Editorial Grid Layout */
.form-editorial-section {
    padding: 100px 0;
}

.form-grid-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}

.form-intro-column h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.form-intro-column p {
    color: #444655;
    margin-bottom: 45px;
}

.office-data {
    margin-top: 40px;
}

.data-block {
    margin-bottom: 25px;
}

.data-block h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    margin-bottom: 6px;
}

.data-block p, .data-block a {
    color: #6b6d7a;
    text-decoration: none;
    font-size: 0.95rem;
}

.editorial-form {
    background-color: #ffffff;
    border: 2px solid #191a1f;
    padding: 45px;
}

.input-row {
    margin-bottom: 25px;
    width: 100%;
}

.split-inputs {
    display: flex;
    gap: 20px;
}

.input-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #191a1f;
}

.input-field input, .input-field select {
    width: 100%;
    padding: 14px;
    background-color: #f4f3ef;
    border: 1px solid rgba(25, 26, 31, 0.15);
    font-size: 1rem;
    color: #191a1f;
}

.input-field input:focus, .input-field select:focus {
    outline: none;
    border-color: #10b981;
}

.legal-checkbox-container {
    font-size: 0.8rem;
    color: #6b6d7a;
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.legal-checkbox-container a {
    color: #191a1f;
    text-decoration: underline;
}

.form-submit-btn {
    background-color: #191a1f;
    color: #ffffff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    border: none;
    padding: 18px;
    font-size: 1rem;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s;
}

.form-submit-btn:hover {
    background-color: #10b981;
}

/* 7. Editorial Footer */
.editorial-footer {
    background-color: #191a1f;
    color: #a0a2b1;
    padding: 80px 0 40px 0;
    font-size: 0.85rem;
}

.footer-meta-links {
    margin-bottom: 30px;
}

.footer-meta-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.footer-meta-links a:hover {
    color: #10b981;
}

.copyright-notice {
    margin-bottom: 20px;
    color: #6b6d7a;
}

.footer-legal-disclosure {
    font-size: 0.75rem;
    line-height: 1.7;
    color: #535563;
    text-align: justify;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 25px;
}

/* Мобильная адаптивность для асимметричной сетки */
@media (max-width: 992px) {
    .hero-grid, .split-layout, .form-grid-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .metrics-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    .border-right {
        border-right: none;
    }
    .metric-box {
        border-bottom: 1px solid rgba(25, 26, 31, 0.1);
    }
    .hero-main-title h1 {
        font-size: 2.4rem;
    }
    .split-inputs {
        flex-direction: column;
        gap: 25px;
    }
    .header-box {
        flex-direction: column;
        gap: 20px;
    }
}