:root{--navy:#0b415f;--navy-deep:#073249;--green:#658e41;--wine:#70293b;--gold:#b58b49;--cream:#f5f1e9;--paper:#fffdf9;--ink:#17252d;--muted:#60717a;--border:#d9dfdc;--success:#267347;--error:#a32b32;--shadow:0 20px 60px rgba(12,45,61,.12);--radius:18px;--font-display:"Cormorant",Georgia,serif;--font-body:"Montserrat",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.65}img{max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}.skip-link{position:fixed;left:16px;top:-80px;background:#fff;padding:12px 16px;z-index:1000}.skip-link:focus{top:16px}.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}.announcement{background:var(--navy);color:white;text-align:center;padding:10px 20px;font-size:.82rem;letter-spacing:.02em}.site-header{height:92px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:white;position:relative;z-index:20;border-bottom:1px solid rgba(11,65,95,.08)}.brand{display:flex;align-items:center}.brand img{width:142px}.primary-nav{display:flex;align-items:center;gap:clamp(18px,2.3vw,36px)}.primary-nav a{text-decoration:none;font-size:.83rem;font-weight:600;color:#284554;position:relative;padding:34px 0}.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:25px;height:2px;background:var(--green);transition:right .2s ease}.primary-nav a:hover::after,.primary-nav a:focus-visible::after,.primary-nav a.active::after{right:0}.primary-nav a.active{color:var(--green)}.primary-nav .lang-link{border:1px solid var(--border);border-radius:999px;padding:9px 14px}.primary-nav .lang-link::after{display:none}.menu-toggle{display:none;border:0;background:transparent;width:48px;height:48px;padding:12px;cursor:pointer}.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--navy);margin:5px 0}.hero{min-height:650px;display:grid;align-items:center;padding:80px clamp(20px,6vw,88px);background:linear-gradient(90deg,rgba(9,23,28,.88) 0%,rgba(9,23,28,.65) 45%,rgba(9,23,28,.18) 100%),url('/images/agronet-hero.jpg') center/cover no-repeat;color:white}.hero-content{max-width:780px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:.75rem;color:var(--green);margin:0 0 14px}.hero .eyebrow{color:#d5e6bd}.hero h1,.form-intro h1,.dashboard-hero h1,.message-card h1{font-family:var(--font-display);font-weight:600;letter-spacing:-.025em;line-height:.96;margin:0;text-wrap:balance}.hero h1{font-size:clamp(3.4rem,7vw,6.8rem);max-width:900px}.hero-copy{font-size:clamp(1rem,1.5vw,1.22rem);max-width:690px;line-height:1.65;color:rgba(255,255,255,.88);margin:28px 0 34px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border:1px solid transparent;border-radius:6px;text-decoration:none;font-weight:700;font-size:.86rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.button:focus-visible,.primary-nav a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.menu-toggle:focus-visible{outline:3px solid #e9bf70;outline-offset:3px}.button-primary{background:var(--navy);color:white}.button-primary:hover{background:var(--navy-deep);box-shadow:0 12px 28px rgba(6,50,73,.22)}.button-ghost{border-color:rgba(255,255,255,.7);color:white}.button-ghost:hover{background:white;color:var(--navy)}.button-light{background:white;color:var(--navy)}.button:disabled{opacity:.55;cursor:wait}.button.loading::after{content:"";width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:white;border-radius:50%;animation:spin .8s linear infinite}.trust-strip{display:flex;justify-content:center;gap:clamp(24px,6vw,90px);padding:22px clamp(20px,4vw,60px);background:var(--navy);color:white;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.trust-strip span{display:flex;align-items:center;gap:10px}.trust-strip i{width:7px;height:7px;border-radius:50%;background:#a8ca7e}.section{padding:110px clamp(20px,6vw,88px)}.section-light{background:var(--cream)}.section-heading{max-width:760px;margin-bottom:48px}.section h2,.cta-band h2,.dashboard-section h2{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,4.3rem);line-height:1.03;margin:0 0 18px;font-weight:600}.section-heading>p:last-child,.portfolio-copy>p:last-of-type{max-width:670px;color:var(--muted)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-card{background:var(--paper);border:1px solid rgba(11,65,95,.1);padding:34px;min-height:260px;box-shadow:0 8px 30px rgba(11,65,95,.05)}.step-number{font-family:var(--font-display);font-size:2rem;color:var(--green);display:block;border-bottom:1px solid var(--border);padding-bottom:14px}.step-card h3,.wine-card h3{font-family:var(--font-display);font-size:1.75rem;margin:24px 0 10px}.step-card p{color:var(--muted);margin:0}.portfolio-section{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.5fr);gap:60px;align-items:center;background:#fff}.portfolio-copy{max-width:460px}.text-link{color:var(--navy);font-weight:700;text-decoration:none;border-bottom:1px solid var(--navy);padding-bottom:4px}.wine-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.wine-card{background:linear-gradient(180deg,#f4f1ea,#fff);text-align:center;padding:22px 14px 12px;border:1px solid #e8e3d8}.wine-card img{aspect-ratio:1;object-fit:contain}.wine-card h3{font-size:1.2rem;margin:8px 0}.cta-band{background:var(--wine);color:white;padding:58px clamp(20px,6vw,88px);display:flex;justify-content:space-between;gap:30px;align-items:center}.cta-band h2{font-size:clamp(2.2rem,4vw,3.8rem);margin-bottom:6px}.cta-band p{margin:0;color:rgba(255,255,255,.8)}.site-footer{padding:38px clamp(20px,6vw,88px);display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;background:#f7f7f4;color:var(--muted);font-size:.78rem}.site-footer img{width:120px}.site-footer p{text-align:center}.site-footer a{font-weight:700;color:var(--navy)}.form-page{background:linear-gradient(180deg,var(--cream) 0,white 420px);padding:70px 20px 100px}.form-intro{max-width:820px;margin:0 auto 36px;text-align:center}.form-intro h1,.dashboard-hero h1{font-size:clamp(3rem,6vw,5rem);color:var(--navy)}.form-intro>p:last-child{max-width:690px;margin:22px auto;color:var(--muted)}.event-form{max-width:920px;margin:auto;background:white;border:1px solid var(--border);box-shadow:var(--shadow);padding:clamp(24px,5vw,58px)}fieldset{border:0;padding:0;margin:0 0 42px}legend{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--navy);width:100%;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:24px}.form-grid{display:grid;gap:22px;margin-bottom:22px}.form-grid.two{grid-template-columns:repeat(2,1fr)}label>span,.field-label{display:block;font-weight:700;color:#284554;font-size:.84rem;margin:0 0 8px}label small{font-weight:500;color:var(--muted);margin-left:6px}input,select,textarea{width:100%;border:1px solid #bec9ce;border-radius:5px;background:#fff;padding:12px 14px;color:var(--ink);min-height:48px}textarea{resize:vertical}input:hover,select:hover,textarea:hover{border-color:#8199a4}.invalid{border-color:var(--error)}.check-row{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:start;margin:0 0 28px}.check-row input,.choice-card input{width:20px;height:20px;min-height:0;margin:2px 0}.check-row span{font-weight:500;line-height:1.5}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:10px 0 26px}.choice-card{display:flex;align-items:center;gap:12px;border:1px solid var(--border);padding:14px;min-height:52px;cursor:pointer}.choice-card span{margin:0}.submit-button{min-width:240px}.error-summary{background:#fff3f2;border-left:4px solid var(--error);padding:18px 20px;margin-bottom:30px}.error-summary ul{margin:8px 0 0;padding-left:20px}.honeypot{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.dashboard-page{background:#f3f5f4;min-height:70vh;padding-bottom:100px}.dashboard-hero{padding:74px clamp(20px,6vw,88px) 58px;background:var(--cream);display:flex;align-items:end;justify-content:space-between;gap:40px}.dashboard-hero>div{max-width:800px}.dashboard-hero>div>p:last-child{color:var(--muted);max-width:700px}.demo-badge,.status-dot{display:inline-flex;align-items:center;border:1px solid var(--border);background:white;padding:8px 12px;border-radius:999px;font-size:.72rem;font-weight:700;color:var(--muted);white-space:nowrap}.demo-badge.gold{background:#fff8e8;border-color:#e5c98b;color:#7a571e}.status-dot::before{content:"";width:8px;height:8px;background:#9ba8ae;border-radius:50%;margin-right:8px}.status-dot.online::before{background:var(--success)}.dashboard-section{padding:46px clamp(20px,6vw,88px) 0}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.dashboard-section h2{font-size:2.4rem;margin:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric-grid article{background:white;border:1px solid var(--border);padding:24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.metric-grid span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700}.metric-grid strong{font-family:var(--font-display);font-size:3.5rem;line-height:1;color:var(--navy)}.metric-grid small{color:var(--green);font-weight:700}.demo-panel{margin-top:38px}.dashboard-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;margin-top:14px}.chart-card,.pipeline-card{background:white;border:1px solid var(--border);padding:28px}.chart-card h3{font-family:var(--font-display);font-size:1.6rem;color:var(--navy);margin:0 0 24px}.bar-list{display:grid;gap:16px}.bar-list>div>span{display:flex;justify-content:space-between;font-size:.82rem;margin-bottom:6px}.bar-list i{display:block;background:#e8eeeb;height:9px;border-radius:10px;overflow:hidden}.bar-list em{display:block;height:100%;background:linear-gradient(90deg,var(--navy),var(--green));border-radius:10px}.interest-list{display:grid;gap:20px}.interest-list>div{display:flex;gap:14px;align-items:center}.swatch{width:12px;height:42px;border-radius:8px}.swatch.strong{background:var(--wine)}.swatch.medium{background:var(--gold)}.swatch.light{background:var(--green)}.interest-list p{margin:0}.interest-list b{font-family:var(--font-display);font-size:2rem;margin-right:10px}.interest-list small{color:var(--muted)}.pipeline-card{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pipeline-card div{display:grid;text-align:center;min-width:90px}.pipeline-card span{margin:auto;background:var(--navy);color:white;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:.75rem}.pipeline-card b{font-size:.72rem;margin-top:8px}.pipeline-card i{height:1px;background:var(--border);flex:1}.message-page{min-height:65vh;display:grid;place-items:center;padding:70px 20px;background:var(--cream)}.message-card{max-width:720px;text-align:center;background:white;border:1px solid var(--border);box-shadow:var(--shadow);padding:clamp(34px,7vw,76px)}.message-card h1{font-size:clamp(2.8rem,6vw,5rem);color:var(--navy)}.message-card>p:not(.eyebrow){color:var(--muted);margin:22px 0 30px}.success-mark{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 24px;border-radius:50%;background:#e4f2e7;color:var(--success);font-size:1.6rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1024px){.primary-nav{gap:16px}.primary-nav a{font-size:.72rem}.hero{min-height:580px}.portfolio-section{grid-template-columns:1fr}.portfolio-copy{max-width:720px}.metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.announcement{font-size:.67rem;padding:8px 14px}.site-header{height:78px;padding:0 18px}.brand img{width:118px}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;box-shadow:0 18px 35px rgba(5,36,52,.16);padding:12px 20px 20px;align-items:stretch;gap:0}.primary-nav.open{display:grid}.primary-nav a{padding:13px 4px;font-size:.9rem}.primary-nav a::after{bottom:8px}.primary-nav .lang-link{margin-top:8px;text-align:center}.hero{min-height:610px;padding:70px 20px;background-position:60% center}.hero h1{font-size:3.55rem}.hero-actions{display:grid}.button{width:100%}.trust-strip{display:grid;gap:10px;justify-content:start;padding:20px}.section{padding:72px 20px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:0}.wine-grid{grid-template-columns:repeat(2,1fr)}.cta-band{display:grid;padding:48px 20px}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer div{margin:auto}.site-footer p{text-align:center;margin:0}.form-page{padding:54px 14px 72px}.form-grid.two,.choice-grid{grid-template-columns:1fr}.event-form{padding:24px 18px}.dashboard-hero{padding:54px 20px 42px;display:grid}.dashboard-section{padding:38px 14px 0}.section-title-row{align-items:flex-start;display:grid}.dashboard-grid{grid-template-columns:1fr}.pipeline-card{overflow-x:auto;justify-content:flex-start}.pipeline-card i{min-width:28px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid article{padding:18px;min-height:130px}.metric-grid strong{font-size:2.7rem}}
@media(max-width:390px){.hero h1{font-size:3rem}.wine-grid,.metric-grid{grid-template-columns:1fr}.section h2{font-size:2.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button.loading::after{animation:none}}
.bar-list .w-100{width:100%}.bar-list .w-64{width:64%}.bar-list .w-56{width:56%}.bar-list .w-45{width:45%}
