
:root{
  --navy:#062d5e;
  --navy2:#0b4c8c;
  --green:#08743d;
  --green2:#35ad4d;
  --ink:#0d2c4a;
  --muted:#607286;
  --line:#dbe4e9;
  --soft:#f6faf7;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:white}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #edf1f4}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-pair{display:flex;align-items:center;gap:16px;min-width:310px;height:100%}
.brand-pair img{display:block;object-fit:contain;flex:0 0 auto}
.brand-pair img:first-child{width:auto;height:54px;max-width:165px}
.brand-pair img:last-child{width:auto;height:38px;max-width:120px}
.brand-divider{width:1px;height:36px;background:#b7c4cd;flex:0 0 1px}
.main-nav{display:flex;align-items:center;gap:28px;font-size:12px;font-weight:700}
.main-nav a{padding:28px 0 24px;position:relative}
.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:var(--green)}
.main-nav .nav-cta{padding:12px 18px;background:var(--green);color:white;border-radius:6px}
.main-nav .nav-cta:after{display:none}
.menu-toggle{display:none;border:0;background:transparent;font-size:28px;color:var(--navy)}

.hero{position:relative;color:white;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url("assets/hero.jpg") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,25,42,.89) 0%,rgba(3,34,56,.76) 42%,rgba(2,34,50,.30) 78%,rgba(2,34,50,.15) 100%)}
.hero-content{position:relative;z-index:2;min-height:425px;padding:54px 0 34px;display:flex;align-items:center;justify-content:space-between}
.hero-copy{max-width:560px}
.hero h1{font-size:clamp(38px,5.2vw,64px);line-height:1.02;margin:0;font-weight:800;letter-spacing:-.025em}
.hero h1 span{color:#56d330}
.accent-line{width:54px;height:3px;background:var(--green2);margin:18px 0}
.hero p{font-size:17px;line-height:1.55;max-width:520px;margin:0 0 22px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:800;padding:13px 20px;border-radius:6px;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-green{background:var(--green);color:#fff}
.btn-blue{background:#0e4aa6;color:#fff}
.btn-outline{border:1px solid #d8e4ea;color:#fff;background:rgba(255,255,255,.04)}
.wide{margin-top:20px;min-width:300px}

.hero-tech-card{width:270px;height:195px;background:linear-gradient(145deg,#12334a,#0a1822);border:7px solid #1f2b31;border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.34);transform:perspective(900px) rotateY(-8deg);margin-right:14px}
.tech-screen{height:100%;padding:16px;background:radial-gradient(circle at 50% 55%,rgba(49,193,82,.12),transparent 35%)}
.screen-top{display:flex;gap:6px}.screen-top span{width:7px;height:7px;background:#3ee15b;border-radius:50%}
.gauge{width:70px;height:70px;margin:22px auto 10px;border:8px solid #1b8237;border-top-color:#54db60;border-radius:50%;display:grid;place-items:center;color:#80ff83;font-weight:800}
.metric-row{display:flex;justify-content:center;gap:12px}.metric-row i{width:38px;height:6px;background:#286d4d;border-radius:4px}
.chart{height:26px;margin-top:12px;background:linear-gradient(135deg,transparent 10%,#1fb956 11% 14%,transparent 15% 30%,#1fb956 31% 34%,transparent 35% 47%,#1fb956 48% 51%,transparent 52%)}

.hero-features{position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);padding:18px 0 24px}
.hero-features div{display:flex;align-items:center;gap:10px;padding:0 16px;border-right:1px solid rgba(255,255,255,.28)}
.hero-features div:first-child{padding-left:0}.hero-features div:last-child{border-right:0}
.hero-features b{font-size:28px;font-weight:400}.hero-features span{font-size:11px;line-height:1.45;font-weight:800}

.dual-section{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:32px 0 26px}
.brand-panel{padding:12px 34px 18px;text-align:center}
.brand-panel:first-child{border-right:1px solid var(--line)}
.brand-logo{height:84px;object-fit:contain;margin:0 auto 12px}
.brand-logo.agri{width:315px}.brand-logo.daa{width:250px}
.brand-panel h2{font-size:18px;line-height:1.3;margin:4px 0 8px}
.brand-panel>p{font-size:14px;line-height:1.55;max-width:470px;margin:0 auto 16px;color:#243e55}
.feature-grid{display:grid;gap:10px}
.feature-grid.four{grid-template-columns:repeat(4,1fr)}
.feature-grid.six{grid-template-columns:repeat(3,1fr)}
.feature-card{min-height:134px;border:1px solid var(--line);border-radius:7px;padding:12px 8px;background:#fff}
.fi{font-size:34px;line-height:1;color:var(--green);margin-bottom:6px}
.brand-panel:last-child .fi{color:#124f9e}
.feature-card h3{font-size:10px;line-height:1.2;margin:0 0 6px}
.feature-card p{font-size:10px;line-height:1.35;margin:0;color:#43586a}

.ecosystem{display:grid;grid-template-columns:1.45fr .55fr;background:linear-gradient(90deg,#f2f7f3 0%,#f8faf8 60%,#e9f0e9 100%);border-radius:12px;overflow:hidden;margin-bottom:0}
.ecosystem-content{padding:20px 28px}
.ecosystem h2{text-align:center;font-size:18px;margin:0;color:#0b3344}
.centered{margin:10px auto 15px}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stats div{padding:5px 18px;border-right:1px solid #cad5d0}.stats div:last-child{border-right:0}
.stats strong{display:block;color:#075d37;font-size:20px;line-height:1.1;margin-bottom:5px}
.stats span{font-size:11px;line-height:1.4;color:#354e5e}
.ecosystem>img{height:100%;object-fit:cover}

.presentations{background:linear-gradient(135deg,#00623f 0%,#003f2e 65%,#003328 100%);color:white;padding:26px 0 30px;margin-top:0}
.presentations h2{text-align:center;font-size:19px;margin:0 0 7px}
.section-intro{text-align:center;font-size:13px;line-height:1.45;max-width:620px;margin:0 auto 18px;color:#eef8f3}
.presentation-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:860px;margin:0 auto}
.presentation-card{background:white;color:var(--ink);border-radius:9px;padding:12px;display:grid;grid-template-columns:125px 1fr;gap:14px;align-items:center}
.presentation-card img{width:125px;height:165px;object-fit:cover;border-radius:5px;box-shadow:0 6px 18px rgba(0,0,0,.15)}
.presentation-card h3{font-size:15px;line-height:1.3;margin:0 0 8px;color:#0b3673}
.presentation-card p{font-size:12px;line-height:1.45;margin:0 0 12px;color:#405365}

.partnership{display:grid;grid-template-columns:1.6fr .8fr;gap:32px;padding:24px 0}
.partnership h3{font-size:12px;margin:0 0 14px}
.partner-items{display:grid;grid-template-columns:repeat(4,1fr)}
.partner-items div{display:flex;align-items:center;gap:10px;padding:3px 18px;border-right:1px solid var(--line)}
.partner-items div:first-child{padding-left:0}.partner-items div:last-child{border-right:0}
.partner-items b{font-size:28px;color:#0d4e9a;font-weight:400}
.partner-items span{font-size:11px;line-height:1.35}
.contact-block{border-left:1px solid var(--line);padding-left:28px}
.contact-block p{font-size:12px;margin:6px 0;color:#153654}

.footer{background:#062d5e;color:white;padding:17px 0}
.footer-inner{display:grid;grid-template-columns:1.2fr .8fr 1fr;align-items:center;gap:24px}
.footer-brands{display:flex;align-items:center;gap:18px}
.footer-brands img:first-child{width:155px}.footer-brands img:last-child{width:120px}
.footer-brands span{height:38px;width:1px;background:rgba(255,255,255,.45)}
.footer-sites{display:flex;flex-direction:column;gap:7px;font-size:11px}
.copyright{text-align:right;font-size:10px;line-height:1.45;color:#eef4fa}

@media(max-width:980px){
  .main-nav{position:absolute;top:72px;left:0;right:0;background:white;display:none;flex-direction:column;gap:0;padding:10px 24px 18px;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .main-nav a{padding:12px 0}
  .main-nav a.active:after,.main-nav a:hover:after{bottom:5px}
  .menu-toggle{display:block}
  .brand-pair{min-width:0}
  .hero-tech-card{display:none}
  .hero-copy{max-width:620px}
  .hero-content{min-height:420px}
  .dual-section{grid-template-columns:1fr}
  .brand-panel:first-child{border-right:0;border-bottom:1px solid var(--line)}
  .ecosystem{grid-template-columns:1fr}.ecosystem>img{height:220px}
  .presentation-grid{grid-template-columns:1fr}
  .partnership{grid-template-columns:1fr}
  .contact-block{border-left:0;border-top:1px solid var(--line);padding:18px 0 0}
  .footer-inner{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1;text-align:left}
}
@media(max-width:720px){
  .shell{width:min(100% - 28px,1180px)}
  .header-inner{height:64px}
  .brand-pair img:first-child{width:auto;height:46px;max-width:126px}.brand-pair img:last-child{width:auto;height:32px;max-width:92px}.brand-divider{height:30px}
  .main-nav{top:64px}
  .hero-content{padding:46px 0 28px;min-height:470px}
  .hero h1{font-size:42px}
  .hero-features{grid-template-columns:repeat(2,1fr);row-gap:16px}
  .hero-features div{border-right:0;padding:0}
  .dual-section{padding-top:18px}
  .brand-panel{padding:20px 6px 24px}
  .feature-grid.four,.feature-grid.six{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr);gap:14px}.stats div{border-right:0;padding:5px 8px}
  .presentation-card{grid-template-columns:95px 1fr}.presentation-card img{width:95px;height:128px}
  .partner-items{grid-template-columns:repeat(2,1fr);row-gap:18px}.partner-items div{border-right:0;padding:0}
  .footer-inner{grid-template-columns:1fr}.copyright{text-align:left}
  .footer-brands img:first-child{width:135px}.footer-brands img:last-child{width:105px}
}
@media(max-width:480px){
  .brand-pair{gap:10px}.brand-pair img:first-child{width:auto;height:44px;max-width:116px}.brand-pair img:last-child{width:auto;height:30px;max-width:84px}
  .hero h1{font-size:35px}
  .hero p{font-size:15px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .wide{min-width:0}
  .hero-features{grid-template-columns:1fr 1fr}
  .feature-grid.four,.feature-grid.six{grid-template-columns:1fr 1fr}
  .ecosystem-content{padding:18px 14px}
  .stats{grid-template-columns:1fr 1fr}
  .presentation-card{grid-template-columns:1fr;text-align:center}
  .presentation-card img{margin:0 auto;width:140px;height:185px}
  .presentation-card .btn{width:auto}
}
