@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');

:root{
  --bg:#08111d;
  --bg-2:#0b1725;
  --panel:#101d2c;
  --panel-2:#132234;
  --text:#f4f7fb;
  --muted:#9eb0c4;
  --line:rgba(255,255,255,.10);
  --accent:#59c987;
  --accent-2:#92e3ae;
  --light:#f5f7f9;
  --ink:#132033;
  --ink-muted:#5d6a79;
  --shadow:0 24px 70px rgba(0,0,0,.28);
  --radius:24px;
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-60px;left:20px;background:#fff;color:#000;padding:10px 14px;border-radius:8px;z-index:9999}
.skip-link:focus{top:18px}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(8,17,29,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid transparent;
  transition:.25s ease;
}
.site-header.scrolled{border-color:var(--line);background:rgba(8,17,29,.94)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.03em}
.brand strong{font-weight:800}
.brand-mark{width:38px;height:38px}
.site-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600;color:#c9d4df}
.site-nav a{transition:.2s ease}
.site-nav a:hover{color:#fff}
.nav-cta{padding:10px 16px;border-radius:999px;background:var(--accent);color:#08111d!important}
.nav-toggle{display:none;background:none;border:0;padding:8px}
.nav-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

.hero{position:relative;overflow:hidden;background:
  radial-gradient(circle at 78% 18%,rgba(89,201,135,.17),transparent 30%),
  radial-gradient(circle at 10% 10%,rgba(75,126,184,.13),transparent 25%),
  linear-gradient(180deg,#08111d 0%,#0a1523 100%);
}
.hero-grid-overlay{position:absolute;inset:0;background-image:
  linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);
}
.hero-layout{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center;min-height:730px;padding:90px 0 95px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--accent-2);margin:0 0 18px}
.hero h1,.section-heading h2,.farmflow-copy h2,.about-section h2,.cta-card h2{
  font-family:Manrope,sans-serif;
  letter-spacing:-.045em;
  line-height:1.04;
  margin:0;
}
.hero h1{font-size:clamp(48px,5.5vw,76px);max-width:760px}
.hero h1 span{color:var(--accent-2)}
.hero-lede{max-width:660px;font-size:18px;color:#b7c6d6;margin:28px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:13px;font-size:14px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--accent);color:#07111b;box-shadow:0 14px 28px rgba(89,201,135,.16)}
.btn-primary:hover{background:#6ed596}
.btn-secondary{border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff}
.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:46px;max-width:700px}
.hero-trust div{border-left:1px solid var(--line);padding-left:14px}
.hero-trust strong,.hero-trust span{display:block}
.hero-trust strong{font-size:13px}
.hero-trust span{font-size:11px;color:#7f95ab;margin-top:3px}

.hero-visual{position:relative;perspective:1200px}
.app-shell{
  background:#f6f8fa;
  color:#172537;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 35px 90px rgba(0,0,0,.45);
  transform:rotateY(-5deg) rotateX(2deg);
  border:1px solid rgba(255,255,255,.22);
}
.app-topbar{height:48px;background:#e8edf2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;font-size:11px}
.window-dots{display:flex;gap:6px}
.window-dots span{width:8px;height:8px;border-radius:50%;background:#b7c0ca}
.app-title{font-weight:700;color:#3b4a59}
.status-pill{justify-self:end;display:flex;align-items:center;gap:6px;background:#dcefe3;color:#34704b;padding:5px 8px;border-radius:99px;font-weight:700}
.status-pill i{width:6px;height:6px;border-radius:50%;background:#54b978}
.app-body{display:grid;grid-template-columns:52px 1fr;min-height:450px}
.app-sidebar{background:#122235;display:flex;align-items:center;flex-direction:column;gap:22px;padding:18px 0}
.mini-logo{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#5acb87;color:#0a1621;font-size:10px;font-weight:900}
.app-sidebar span{width:18px;height:18px;border-radius:5px;background:rgba(255,255,255,.12)}
.app-sidebar span.active{background:#5acb87}
.app-content{padding:24px}
.mock-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.mock-header small,.mock-header strong{display:block}
.mock-header small{color:#8190a0;font-size:10px}
.mock-header strong{font-size:16px;margin-top:2px}
.mock-header button{border:0;background:#13253a;color:#fff;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:800}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.metric-card{background:#fff;border:1px solid #e0e6ec;border-radius:12px;padding:14px}
.metric-card small,.metric-card strong,.metric-card em{display:block}
.metric-card small{font-size:9px;color:#7b8997}
.metric-card strong{font-size:25px;line-height:1;margin:10px 0 8px}
.metric-card em{font-size:8px;font-style:normal;color:#5d9870}
.mock-panel{margin-top:12px;border:1px solid #e0e6ec;border-radius:12px;background:#fff;padding:14px}
.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:9px}
.panel-heading span{color:#8a96a4}
.task-row{display:grid;grid-template-columns:12px 1fr auto;gap:8px;align-items:center;padding:10px 0;border-top:1px solid #edf1f4;font-size:8px}
.task-row i{width:10px;height:10px;border-radius:50%;border:1px solid #aab4bf}
.task-row i.done{background:#5acb87;border-color:#5acb87}
.task-row b{font-weight:700;color:#647384}
.float-card{position:absolute;display:flex;align-items:center;gap:10px;background:rgba(17,31,47,.96);border:1px solid rgba(255,255,255,.12);padding:12px 14px;border-radius:14px;box-shadow:var(--shadow)}
.float-card small,.float-card strong{display:block}
.float-card small{font-size:9px;color:#8fa2b7}
.float-card strong{font-size:12px;margin-top:1px}
.float-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#5acb87;color:#07111b;font-weight:900}
.float-card-one{left:-28px;bottom:88px}
.float-card-two{right:-18px;top:90px}

.problem-strip{background:#0e1b2a;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.problem-grid{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.problem-grid p{margin:0;color:#aebed0;font-size:15px}
.problem-grid strong{color:#fff}
.problem-grid a{white-space:nowrap;color:var(--accent-2);font-weight:800;font-size:14px}
.problem-grid a span{margin-left:6px}

.section{padding:110px 0}
.section-heading{max-width:760px;margin-bottom:48px}
.section-heading.narrow{max-width:700px}
.section-heading h2,.farmflow-copy h2,.about-section h2,.cta-card h2{font-size:clamp(36px,4vw,56px)}
.section-heading>p:last-child{color:var(--muted);font-size:17px;margin:20px 0 0;max-width:720px}

#solutions{background:var(--light);color:var(--ink)}
#solutions .eyebrow{color:#278658}
#solutions .section-heading>p:last-child{color:var(--ink-muted)}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.solution-card{position:relative;background:#fff;border:1px solid #dfe5ea;border-radius:22px;padding:30px;min-height:350px;box-shadow:0 10px 35px rgba(32,53,75,.05)}
.solution-card.featured{border-color:#b9e8ca;box-shadow:0 18px 50px rgba(39,134,88,.10)}
.card-badge{position:absolute;right:20px;top:20px;background:#e7f8ed;color:#2b7d51;padding:6px 9px;border-radius:99px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.card-icon{width:44px;height:44px;border-radius:13px;background:#0d1a28;color:#fff;display:grid;place-items:center;font-weight:800;font-size:12px;margin-bottom:34px}
.solution-card.featured .card-icon{background:#49be78;color:#08111d}
.solution-card h3{font-family:Manrope,sans-serif;font-size:22px;line-height:1.2;letter-spacing:-.02em;margin:0 0 12px}
.solution-card p{color:#637080;font-size:14px}
.solution-card ul{padding:0;margin:24px 0 0;list-style:none;border-top:1px solid #e7ebee}
.solution-card li{padding:10px 0;border-bottom:1px solid #eef1f3;font-size:12px;color:#455363}
.solution-card li:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#58c987;margin-right:9px;vertical-align:1px}

.farmflow-section{background:
  radial-gradient(circle at 5% 100%,rgba(89,201,135,.12),transparent 34%),
  var(--bg-2);
}
.farmflow-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:center}
.product-title{display:flex;align-items:center;gap:14px}
.product-mark{width:54px;height:54px;border-radius:16px;background:var(--accent);color:#0a1520;display:grid;place-items:center;font-family:Manrope,sans-serif;font-weight:900}
.product-title span{color:#8ea2b8;font-size:13px}
.product-lede{font-size:17px;color:#aebfd0;margin:24px 0 28px;max-width:560px}
.feature-list{display:grid;gap:16px}
.feature-list>div{display:grid;grid-template-columns:26px 1fr;gap:12px}
.feature-list>div>span{width:24px;height:24px;border-radius:50%;background:rgba(89,201,135,.14);color:var(--accent-2);display:grid;place-items:center;font-weight:900;font-size:12px}
.feature-list p{margin:0;color:#8fa3b7;font-size:13px}
.feature-list strong{color:#eef4fa}
.product-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}
.dev-note{font-size:11px;color:#91a5b9;display:flex;align-items:center;gap:7px}
.dev-note i{width:7px;height:7px;border-radius:50%;background:#f0b653;box-shadow:0 0 0 4px rgba(240,182,83,.10)}
.farmflow-board{background:#f4f7f9;color:#132033;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(1deg)}
.board-top{height:48px;background:#dfe6eb;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:11px;font-weight:800}
.board-top>div{display:flex;gap:5px}
.board-top i{width:8px;height:8px;border-radius:50%;background:#b4bec7}
.board-content{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px}
.board-stat,.board-card{background:#fff;border:1px solid #e0e6eb;border-radius:14px;padding:16px}
.board-stat.wide,.board-card.wide{grid-column:1/-1}
.board-stat small,.board-stat strong,.board-stat span{display:block}
.board-stat small{color:#8594a4;font-size:9px}
.board-stat strong{font-size:28px;line-height:1;margin:9px 0 7px}
.board-stat span{font-size:9px;color:#5f6e7d}
.progress-label{display:flex;align-items:center;justify-content:space-between;margin:9px 0 8px}
.progress-label strong{font-size:20px;margin:0}
.progress-label span{color:#3c915e;font-size:9px;font-weight:800}
.progress{height:8px;background:#e9eef1;border-radius:999px;overflow:hidden}
.progress span{height:100%;width:68%;background:#59c987;border-radius:999px}
.board-card-head{display:flex;align-items:center;justify-content:space-between;font-size:10px}
.board-card-head span{color:#8795a3}
.chart-bars{height:130px;display:flex;align-items:flex-end;gap:8px;margin-top:18px;padding-top:10px;border-top:1px solid #edf1f4}
.chart-bars i{flex:1;background:linear-gradient(180deg,#5ecb8b,#b9ebc9);border-radius:5px 5px 2px 2px}

.process-section{background:#0a1420;border-top:1px solid var(--line)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.process-grid article{border-top:1px solid rgba(255,255,255,.18);padding-top:24px}
.process-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(89,201,135,.12);color:var(--accent-2);font-weight:900;font-size:12px;margin-bottom:50px}
.process-grid h3{font-family:Manrope,sans-serif;font-size:20px;margin:0 0 10px}
.process-grid p{color:#8fa2b7;font-size:13px;max-width:330px}

.about-section{background:#f5f7f9;color:#132033}
.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}
.about-section .eyebrow{color:#278658}
.about-copy{font-size:17px;color:#5e6a78}
.about-copy p{margin-top:0}
.about-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.about-points span{border:1px solid #dce4e9;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700;color:#364657}

.cta-section{padding:80px 0;background:#f5f7f9}
.cta-card{background:linear-gradient(135deg,#17384b 0%,#194d43 100%);border-radius:30px;padding:56px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center;box-shadow:0 22px 60px rgba(15,42,54,.18)}
.cta-card p:not(.eyebrow){color:#c4d4d9;margin:18px 0 0;max-width:650px}
.cta-actions{display:flex;align-items:flex-start;flex-direction:column;gap:14px}
.btn-light{background:#fff;color:#10202e;min-width:170px}
.email-link{font-size:12px;color:#c9ddd8;text-decoration:underline;text-underline-offset:4px}

.site-footer{background:#07101b;border-top:1px solid var(--line);padding:45px 0 50px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:40px;align-items:end}
.footer-brand p{font-size:12px;color:#748ba2;margin:10px 0 0 49px}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;font-size:12px;color:#9aacbe}
.footer-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-end;color:#70859a;font-size:10px}

@media (max-width: 980px){
  .hero-layout,.farmflow-layout,.about-layout,.cta-card{grid-template-columns:1fr}
  .hero-layout{padding-top:70px;gap:70px}
  .hero-visual{max-width:700px;margin-inline:auto}
  .solution-grid,.process-grid{grid-template-columns:1fr}
  .solution-card{min-height:auto}
  .farmflow-layout,.about-layout{gap:50px}
  .cta-card{gap:30px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-meta{grid-column:1/-1;align-items:flex-start}
}

@media (max-width: 760px){
  .container{width:min(var(--container),calc(100% - 28px))}
  .site-nav{
    position:absolute;left:14px;right:14px;top:70px;
    background:#0d1a28;border:1px solid var(--line);border-radius:16px;
    padding:18px;display:none;flex-direction:column;align-items:stretch;gap:6px;box-shadow:var(--shadow)
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:10px 12px}
  .nav-cta{text-align:center;margin-top:5px}
  .nav-toggle{display:block}
  .hero-layout{min-height:auto;padding:64px 0 78px}
  .hero h1{font-size:clamp(42px,13vw,60px)}
  .hero-lede{font-size:16px}
  .hero-trust{grid-template-columns:1fr;gap:12px}
  .hero-trust div{padding:3px 0 3px 14px}
  .app-shell{transform:none}
  .float-card{display:none}
  .metric-grid{grid-template-columns:1fr}
  .metric-card:nth-child(3){display:none}
  .app-body{grid-template-columns:42px 1fr;min-height:420px}
  .app-content{padding:16px 12px}
  .problem-grid{padding:24px 0;align-items:flex-start;flex-direction:column;gap:10px}
  .section{padding:82px 0}
  .section-heading{margin-bottom:34px}
  .section-heading h2,.farmflow-copy h2,.about-section h2,.cta-card h2{font-size:38px}
  .farmflow-board{transform:none}
  .process-grid article>span{margin-bottom:24px}
  .about-copy{font-size:15px}
  .cta-section{padding:40px 0 70px}
  .cta-card{padding:34px 24px;border-radius:22px}
  .footer-grid{grid-template-columns:1fr}
  .footer-meta{grid-column:auto}
  .footer-brand p{margin-left:0}
  .footer-meta{align-items:flex-start}
}

@media (max-width: 430px){
  .brand-text{font-size:15px}
  .brand-mark{width:34px;height:34px}
  .hero-actions .btn{width:100%}
  .mock-header button{display:none}
  .board-content{grid-template-columns:1fr}
  .board-stat.wide,.board-card.wide{grid-column:auto}
}
