﻿/* Klonsitzat Premium AgTech CSS */
:root {
    --bg-dark: #022c22; /* Deep forest green */
    --panel-glass: rgba(6, 78, 59, 0.45);
    --neon-green: #a3e635;
    --emerald: #10b981;
    --text-white: #f8fafc;
    --text-gray: #94a3b8;
    --border-glass: rgba(163, 230, 53, 0.2);
    --font-display: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
}

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

body {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Unique Element: Animated Topographic Grid Background */
.topo-bg {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(163, 230, 53, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 40%);
    background-color: #022c22;
}
.topo-bg::before {
    content: ""; position: absolute; width: 200%; height: 200%; top: -50%; left: -50%;
    background-image: 
        linear-gradient(rgba(163, 230, 53, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(163, 230, 53, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    transform: perspective(1000px) rotateX(60deg) translateY(-100px);
    animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
    0% { transform: perspective(1000px) rotateX(60deg) translateY(0); }
    100% { transform: perspective(1000px) rotateX(60deg) translateY(80px); }
}

/* Typography */
h1, h2, h3, .brand-name { font-family: var(--font-display); font-weight: 900; }
a { color: var(--text-white); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--neon-green); }
.text-center { text-align: center; }

/* Global Components */
.container { max-width: 1250px; margin: 0 auto; padding: 0 5%; }
.glass-panel {
    background: var(--panel-glass);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-glass);
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

/* Buttons & Badges */
.pill-badge { display: inline-block; padding: 0.5rem 1.5rem; border: 1px solid var(--neon-green); color: var(--neon-green); border-radius: 50px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 2rem; background: rgba(163, 230, 53, 0.1); }
.btn-primary { display: inline-block; background: linear-gradient(135deg, var(--neon-green), var(--emerald)); color: #022c22 !important; padding: 1.2rem 2.5rem; border-radius: 50px; font-weight: 800; font-family: var(--font-body); border: none; cursor: pointer; transition: 0.4s; box-shadow: 0 4px 20px rgba(163, 230, 53, 0.3); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(163, 230, 53, 0.5); }
.btn-outline { padding: 0.8rem 1.8rem; border: 1px solid var(--neon-green); color: var(--text-white); border-radius: 50px; font-weight: 600; transition: 0.3s; }
.btn-outline:hover { background: var(--neon-green); color: #022c22; }
.btn-full { width: 100%; font-size: 1.1rem; }

/* Navigation */
.glass-nav { position: fixed; width: 100%; top: 0; z-index: 1000; background: rgba(2, 44, 34, 0.85); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-content { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 2rem; letter-spacing: -1px; }
.accent-color { color: var(--neon-green); }
.desktop-menu { display: flex; gap: 3rem; align-items: center; }
.desktop-menu a { font-size: 1rem; font-weight: 500; }

/* Generic Sections */
section { padding: 9rem 0; }
.section-heading { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; margin-bottom: 1.5rem; }
.section-sub { color: var(--text-gray); font-size: 1.15rem; margin-bottom: 4rem; }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 130px; }
.hero-glass-card { background: rgba(6, 78, 59, 0.3); backdrop-filter: blur(20px); border: 1px solid var(--border-glass); border-radius: 30px; padding: 5rem; max-width: 900px; box-shadow: 0 30px 60px rgba(0,0,0,0.6); }
.mega-title { font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: 1; margin-bottom: 2rem; letter-spacing: -2px; }
.accent-gradient { background: linear-gradient(90deg, var(--neon-green), var(--emerald)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { font-size: 1.25rem; color: var(--text-gray); margin-bottom: 3rem; max-width: 700px; line-height: 1.7; }

/* Methodology */
.method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.method-card { padding: 3.5rem 2.5rem; position: relative; transition: 0.3s; overflow: hidden; }
.method-card:hover { transform: translateY(-10px); border-color: var(--neon-green); }
.card-number { position: absolute; top: -10px; right: 10px; font-family: var(--font-display); font-size: 8rem; font-weight: 900; color: rgba(255,255,255,0.03); line-height: 1; }
.method-card h3 { font-size: 1.5rem; color: var(--neon-green); margin-bottom: 1rem; position: relative; z-index: 2; }
.method-card p { color: var(--text-gray); position: relative; z-index: 2; }

/* About */
.about-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center; }
.about-info { padding: 4rem; }
.about-info p { margin-bottom: 1.5rem; color: var(--text-gray); font-size: 1.05rem; }
.img-responsive { width: 100%; border-radius: 20px; border: 1px solid var(--border-glass); opacity: 0.9; filter: contrast(1.1); }

/* Features */
.feature-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: center; }
.image-wrap { padding: 1.5rem; position: relative; }
.image-wrap img { width: 100%; border-radius: 12px; display: block; }
.data-float { position: absolute; bottom: -20px; right: -20px; background: #022c22; border: 1px solid var(--neon-green); padding: 1.5rem 2rem; border-radius: 16px; display: flex; align-items: center; gap: 15px; box-shadow: 0 15px 30px rgba(0,0,0,0.8); }
.data-float i { font-size: 2rem; color: var(--neon-green); }
.float-val { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--text-white); line-height: 1; }
.float-lbl { font-size: 0.8rem; color: var(--text-gray); text-transform: uppercase; }
.bullet-list { list-style: none; margin-top: 2rem; }
.bullet-list li { display: flex; gap: 20px; margin-bottom: 2.5rem; }
.icon-box { background: rgba(163, 230, 53, 0.1); width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 12px; border: 1px solid var(--border-glass); flex-shrink: 0; }
.icon-box i { font-size: 1.5rem; color: var(--neon-green); }
.text-box h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.text-box p { color: var(--text-gray); }

/* Lead Form */
.form-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: 5rem; }
.trust-icons { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; color: var(--neon-green); font-weight: 600; }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.input-col { margin-bottom: 1.5rem; }
label { display: block; margin-bottom: 0.5rem; font-size: 0.85rem; color: var(--text-gray); text-transform: uppercase; letter-spacing: 0.5px; }
input { width: 100%; padding: 1.2rem; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; color: #fff; font-family: var(--font-body); font-size: 1rem; transition: 0.3s; }
input:focus { outline: none; border-color: var(--neon-green); background: rgba(0,0,0,0.6); box-shadow: 0 0 15px rgba(163, 230, 53, 0.2); }
.legal-checkbox { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 2.5rem; font-size: 0.85rem; color: var(--text-gray); }
.legal-checkbox input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--neon-green); }
.legal-checkbox a { color: var(--neon-green); text-decoration: underline; }
.alert-success { text-align: center; padding: 3rem 2rem; border: 1px solid var(--neon-green); border-radius: 12px; background: rgba(163, 230, 53, 0.1); color: var(--neon-green); margin-top: 1rem; }
.alert-success i { margin-bottom: 1rem; }

/* FAQ */
.accordion { max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5rem; }
.faq-box { padding: 1.5rem 2rem; cursor: pointer; }
.faq-box summary { font-weight: 600; font-size: 1.2rem; list-style: none; display: flex; justify-content: space-between; align-items: center; outline: none; }
.faq-box summary::-webkit-details-marker { display: none; }
.faq-box summary::after { content: '\f067'; font-family: 'FontAwesome'; color: var(--neon-green); transition: 0.3s; }
.faq-box[open] summary::after { transform: rotate(45deg); }
.faq-content { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.05); color: var(--text-gray); }

/* Footer */
.footer-area { border-radius: 0; border-bottom: none; border-left: none; border-right: none; padding: 6rem 0 2rem; margin-top: 4rem; background: rgba(2,44,34,0.95); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; margin-bottom: 4rem; }
.hq-text { color: var(--text-gray); margin: 1.5rem 0; line-height: 1.8; }
.contact-footer p { color: var(--text-gray); margin-bottom: 0.5rem; }
.contact-footer i { color: var(--neon-green); margin-right: 10px; width: 20px; text-align: center; }
.links-col h3 { margin-bottom: 1.5rem; font-size: 1.2rem; }
.footer-nav { display: flex; flex-direction: column; gap: 1rem; }
.footer-nav a { color: var(--text-gray); }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; color: #475569; font-size: 0.85rem; }

/* Cookie Banner */
.cookie-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 800px; padding: 1.5rem 2.5rem; z-index: 9999; display: none; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--neon-green); border-radius: 50px; }
.cookie-text { font-size: 0.9rem; color: var(--text-white); }
.cookie-text a { color: var(--neon-green); text-decoration: underline; }

/* Legal Pages Styling (White Cards) */
.legal-main { padding-top: 150px; padding-bottom: 100px; }
.legal-container { max-width: 900px; margin: 0 auto; padding: 5rem; background: #ffffff; color: #0f172a; border-radius: 24px; box-shadow: 0 25px 50px rgba(0,0,0,0.5); }
.legal-container h1 { font-size: 2.5rem; border-bottom: 3px solid #f1f5f9; padding-bottom: 1.5rem; margin-bottom: 2.5rem; color: #022c22; }
.legal-container h2 { font-size: 1.5rem; margin-top: 3rem; margin-bottom: 1rem; color: #15803d; }
.legal-container p, .legal-container li { color: #475569; margin-bottom: 1.2rem; line-height: 1.8; font-size: 1.05rem; }
.legal-container ul { margin-left: 2.5rem; margin-bottom: 2rem; }
.legal-container a { color: #15803d; font-weight: 700; }

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-layout, .feature-split, .form-wrapper, .footer-grid { grid-template-columns: 1fr; gap: 3rem; }
    .input-row { grid-template-columns: 1fr; }
    .desktop-menu { display: none; }
    .hero-glass-card, .form-wrapper { padding: 2.5rem; }
    .mega-title { font-size: clamp(2.5rem, 10vw, 4rem); }
    .data-float { position: relative; bottom: auto; right: auto; margin-top: -20px; display: inline-flex; }
    .cookie-banner { flex-direction: column; text-align: center; border-radius: 24px; }
    .legal-container { padding: 2.5rem; }
}
