/* INDUSTRIAL GREEN TECH — СТРОГАЯ ТЕХНОЛОГИЧНАЯ СЕТКА С ВЫСОКИМ ТЕМНЫМ КОНТРАСТОМ */

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

body {
    font-family: 'Inter', sans-serif;
    color: #cbd5e1; /* Светлый холодный текст для темного фона */
    background-color: #0b0f12; /* Глубокий космический черный/графитовый фон */
    line-height: 1.65;
}

.farm-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* БЛОК 1: СТИЛИ НАВИГАЦИИ (Header Layout) */
.farm-header {
    background-color: rgba(11, 15, 18, 0.95);
    border-bottom: 1px solid #1e252b;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
}

.header-grid-system {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.farm-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.farm-logo span {
    color: #22c55e; /* Неоновый зеленый */
}

.farm-navigation a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    margin-right: 30px;
    font-weight: 500;
    transition: color 0.2s;
}

.farm-navigation a:hover {
    color: #22c55e;
}

.farm-call-link {
    font-family: 'Space Grotesk', sans-serif;
    color: #ffffff;
    border: 1px solid #1e252b;
    background-color: #141a1f;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.farm-call-link:hover {
    border-color: #22c55e;
    color: #22c55e;
}

/* БЛОК 2: ГЛАВНЫЙ ЭКРАН (Hero Layer) */
.farm-hero {
    padding: 100px 0;
    border-bottom: 1px solid #1e252b;
    background: radial-gradient(circle at 80% 20%, rgba(236, 72, 153, 0.08), transparent 50%);
}

.hero-flex-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.farm-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #141a1f;
    border: 1px solid #1e252b;
    padding: 6px 14px;
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Space Grotesk', sans-serif;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
}

.hero-left-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero-left-content p {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 40px;
}

.hero-btn-group {
    display: flex;
    gap: 20px;
}

.f-btn {
    padding: 16px 32px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.f-btn-primary {
    background-color: #22c55e;
    color: #0b0f12;
}

.f-btn-primary:hover {
    background-color: #ffffff;
}

.f-btn-secondary {
    border: 1px solid #1e252b;
    color: #ffffff;
    background-color: #141a1f;
}

.f-btn-secondary:hover {
    border-color: #ec4899;
}

.cyber-grow-box-render {
    background-color: #141a1f;
    border: 1px solid #1e252b;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spectrum-light-simulation {
    position: absolute;
    width: 150%;
    height: 150%;
    background: linear-gradient(45deg, rgba(34, 197, 94, 0.15), rgba(236, 72, 153, 0.2));
    filter: blur(40px);
}

.system-label {
    font-family: 'Space Grotesk', sans-serif;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/* БЛОК 3: ТЕЛЕМЕТРИЯ И ЦИФРЫ (Telemetry Specs) */
.farm-telemetry {
    background-color: #141a1f;
    border-bottom: 1px solid #1e252b;
    padding: 50px 0;
}

.telemetry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.telemetry-card {
    border-left: 2px solid #1e252b;
    padding-left: 20px;
}

.tel-val {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.tel-label {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* БЛОК 4: ИНЖЕНЕРНЫЙ ПРИНЦИП (Core Tech Split) */
.farm-core-tech {
    padding: 100px 0;
    border-bottom: 1px solid #1e252b;
}

.split-tech-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
}

.step-num {
    font-family: 'Space Grotesk', sans-serif;
    color: #ec4899; /* Розовый фито-спектр */
    font-size: 0.85rem;
    display: block;
    margin-bottom: 15px;
}

.tech-title-block h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.3rem;
    color: #ffffff;
}

.tech-description-block p {
    font-size: 1.15rem;
    color: #94a3b8;
}

/* БЛОК 5: КАТАЛОГ СИСТЕМ (Catalog Cards Layout) */
.farm-catalog-section {
    padding: 100px 0;
}

.section-meta-header {
    margin-bottom: 60px;
    max-width: 650px;
}

.section-meta-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 15px;
}

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

.farm-product-card {
    background-color: #141a1f;
    border: 1px solid #1e252b;
}

.card-visual-header {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
}

.green-light { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1530595467537-0b5996c41f2d?q=80&w=400') no-repeat center center/cover; border-bottom: 3px solid #22c55e; }
.purple-light { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=400') no-repeat center center/cover; border-bottom: 3px solid #ec4899; }
.full-spectrum { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1574351881203-c0d16fa8dfce?q=80&w=400') no-repeat center center/cover; border-bottom: 3px solid #ffffff; }

.card-body-content {
    padding: 35px;
}

.card-body-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 15px;
}

.card-body-content p {
    font-size: 0.95rem;
    color: #94a3b8;
}

/* БЛОК 6: СИСТЕМА УПРАВЛЕНИЯ (Software Dashboard View) */
.farm-software {
    padding: 100px 0;
    background-color: #141a1f;
    border-top: 1px solid #1e252b;
    border-bottom: 1px solid #1e252b;
}

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

.tech-tag {
    color: #22c55e;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.software-info h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.3rem;
    color: #ffffff;
    margin-bottom: 25px;
}

.software-feature-list {
    list-style: none;
    margin-top: 25px;
}

.software-feature-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.software-feature-list li::before {
    content: "▫";
    color: #ec4899;
    position: absolute;
    left: 0;
}

.ui-mockup {
    background-color: #0b0f12;
    border: 1px solid #1e252b;
    padding: 40px;
    font-family: 'Space Grotesk', sans-serif;
}

.ui-line {
    border-bottom: 1px solid #1e252b;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}

/* БЛОК 7: АНАЛИЗ ЭКОНОМИКИ (Financial Box) */
.farm-roi-analysis {
    padding: 80px 0;
}

.roi-dark-panel {
    background-color: #141a1f;
    border: 1px solid #1e252b;
    padding: 50px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.roi-left-text h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.roi-right-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.roi-stat-box h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.8rem;
    color: #22c55e;
    margin-bottom: 5px;
}

.roi-stat-box p {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* БЛОК 8: ПОШАГОВЫЙ ПЛАН (Flow Roadmap Layout) */
.farm-steps-section {
    padding: 100px 0;
    border-top: 1px solid #1e252b;
}

.steps-main-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.3rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 70px;
}

.steps-horizontal-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}

.step-flow-card {
    background-color: #141a1f;
    border: 1px solid #1e252b;
    padding: 30px;
}

.step-index-badge {
    font-family: 'Space Grotesk', sans-serif;
    background-color: #0b0f12;
    border: 1px solid #1e252b;
    color: #ec4899;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 25px;
}

.step-flow-card h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 12px;
}

.step-flow-card p {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* БЛОК 9: СЕРТИФИКАТЫ И ЭКОЛОГИЧНОСТЬ (Eco Layer) */
.farm-eco-standards {
    background-color: #141a1f;
    padding: 60px 0;
    border-top: 1px solid #1e252b;
    border-bottom: 1px solid #1e252b;
}

.eco-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.eco-message h2 {
    font-family: 'Space Grotesk', sans-serif;
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.eco-badges {
    display: flex;
    gap: 15px;
}

.eco-tag-item {
    font-family: 'Space Grotesk', sans-serif;
    border: 1px solid #22c55e;
    color: #22c55e;
    font-size: 0.8rem;
    padding: 6px 14px;
    font-weight: 600;
}

/* БЛОК 10: ВОПРОСЫ И ОТВЕТЫ (FAQ Module) */
.farm-faq-block {
    padding: 120px 0;
}

.faq-inner-width {
    max-width: 800px;
}

.faq-inner-width h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.3rem;
    color: #ffffff;
    margin-bottom: 60px;
    text-align: center;
}

.faq-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.faq-row-item {
    border-bottom: 1px solid #1e252b;
    padding-bottom: 25px;
}

.faq-row-item h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 12px;
}

.faq-row-item p {
    color: #94a3b8;
    font-size: 0.95rem;
}

/* БЛОК 11: ФОРМА И КАНАЛ ЗАХВАТА (Lead Dashboard) */
.farm-lead-capture {
    padding: 100px 0;
    background-color: #141a1f;
    border-top: 1px solid #1e252b;
}

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

.lead-text-column h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.labs-location-info {
    margin-top: 40px;
    border-top: 1px solid #1e252b;
    padding-top: 30px;
}

.labs-location-info h5 {
    font-family: 'Space Grotesk', sans-serif;
    color: #ffffff;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.labs-location-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.labs-location-info a {
    color: #22c55e;
    text-decoration: none;
}

.cyber-form {
    background-color: #0b0f12;
    border: 1px solid #1e252b;
    padding: 45px;
}

.cyber-field {
    margin-bottom: 20px;
    width: 100%;
}

.cyber-row-dual {
    display: flex;
    gap: 20px;
}

.cyber-field label {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Space Grotesk', sans-serif;
}

.cyber-field input, .cyber-field select {
    width: 100%;
    padding: 14px;
    background-color: #141a1f;
    border: 1px solid #1e252b;
    color: #ffffff;
    font-size: 0.95rem;
}

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

.cyber-checkbox-privacy {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}

.cyber-checkbox-privacy a {
    color: #22c55e;
}

.cyber-submit-btn {
    background-color: #22c55e;
    color: #0b0f12;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    border: none;
    padding: 16px;
    font-size: 1rem;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s;
}

.cyber-submit-btn:hover {
    background-color: #ffffff;
}

/* БЛОК 12: ЮРИДИЧЕСКИЙ ПОДВАЛ (Footer Compliance Layout) */
.farm-footer {
    background-color: #06080a;
    color: #64748b;
    padding: 80px 0 40px 0;
    font-size: 0.85rem;
    border-top: 1px solid #1e252b;
}

.footer-legal-links {
    margin-bottom: 25px;
}

.footer-legal-links a {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 12px;
}

.footer-legal-links a:hover {
    color: #22c55e;
}

.footer-copyright {
    margin-bottom: 20px;
}

.footer-legal-notice-text {
    font-size: 0.75rem;
    line-height: 1.7;
    text-align: justify;
    color: #334155;
    border-top: 1px solid #1e252b;
    padding-top: 25px;
}

/* СЕТКА ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ */
@media (max-width: 992px) {
    .hero-flex-layout, .split-tech-layout, .software-grid-layout, .roi-dark-panel, .eco-flex-box, .lead-grid-layout {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 40px;
    }
    .roi-right-stats, .cyber-row-dual {
        grid-template-columns: 1fr;
    }
    .hero-left-content h1 {
        font-size: 2.4rem;
    }
    .farm-navigation {
        display: none; /* Чистая минималистичная разметка без громоздких мобильных меню */
    }
    .header-grid-system {
        flex-direction: column;
        gap: 15px;
    }
}