:root{--navy:#001925;--navy2:#002634;--cyan:#00e3d0;--blue:#00a5e8;--green:#20ec79;--white:#f7fbff;--muted:#b7c8d2;--line:rgba(56,230,219,.38);--glass:rgba(0,45,60,.74);--font:Montserrat,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:#001522;color:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:1000;padding:18px;background:#001522}.admin-bar .site-header{top:32px}.header-shell{max-width:1480px;margin:auto;min-height:84px;padding:10px 34px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(74,233,226,.7);border-radius:18px;background:linear-gradient(110deg,rgba(230,250,252,.98),rgba(190,237,242,.93));box-shadow:0 0 28px rgba(52,230,220,.36),inset 0 0 18px rgba(255,255,255,.45)}.brand{display:flex;align-items:center;gap:14px;color:#0b3347}.brand img{width:74px;height:60px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:25px;color:#249b40;line-height:1}.brand small{font-size:10px;font-weight:800;letter-spacing:.08em;color:#0e3346}.nav-main{display:flex;align-items:center;gap:44px;color:#061d32;font-size:15px;font-weight:700}.nav-main>a{padding:16px 2px;position:relative}.nav-main>a:not(.client-button):after{content:"";position:absolute;left:0;right:0;bottom:6px;height:2px;background:#00abc4;transform:scaleX(0);transition:.25s}.nav-main>a:hover:after,.nav-main>a.active:after{transform:scaleX(1)}.client-button{padding:17px 28px!important;border-radius:15px;color:#fff!important;background:linear-gradient(100deg,#008bb0,#20d3bd);box-shadow:0 10px 25px rgba(0,190,195,.42)}.menu-toggle{display:none;border:0;background:transparent;font-size:28px;color:#073047}.hero{position:relative;background:radial-gradient(circle at 62% 38%,rgba(0,212,222,.14),transparent 32%),linear-gradient(180deg,#001722,#00202d);overflow:hidden}.hero:after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(180deg,transparent,rgba(0,12,20,.75)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 300'%3E%3Cpath fill='%23002b2f' d='M0 250 160 180l120 45 160-85 150 70 160-120 130 95 180-80 180 110 180-35 200 70v70H0z'/%3E%3C/svg%3E") center bottom/cover no-repeat;pointer-events:none}.hero-shell{position:relative;z-index:2;max-width:1440px;margin:auto;min-height:590px;padding:48px 48px 24px;display:grid;grid-template-columns:360px minmax(560px,1fr) 190px;gap:26px;align-items:center}.hero-copy{align-self:start;padding-top:28px}.pill{display:inline-flex;padding:7px 14px;border:1px solid #00aaa6;border-radius:999px;color:#26ead9;font-size:10px;font-weight:800;letter-spacing:.12em}.hero h1{margin:18px 0 14px;font-size:55px;line-height:1.06;letter-spacing:-.045em}.hero h1 span{background:linear-gradient(180deg,#24ee70,#00a8ea);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p{max-width:350px;color:#d1dce2;font-size:13px;line-height:1.8}.hero-buttons{display:flex;gap:14px;margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:0 26px;border-radius:12px;font-size:13px;font-weight:800}.btn.primary{color:#fff;background:linear-gradient(120deg,#009dc2,#24dec0);box-shadow:0 10px 25px rgba(0,193,202,.33)}.btn.secondary{border:1px solid #0ebdc1;background:rgba(0,29,42,.72);color:#fff}.hero-product{position:relative;min-height:520px;display:grid;place-items:center}.hero-product>img{width:100%;max-width:820px;filter:drop-shadow(0 28px 50px rgba(0,0,0,.45));animation:floatHero 5s ease-in-out infinite}.slide-arrow{position:absolute;top:50%;width:48px;height:48px;border:1px solid #00d6cf;border-radius:50%;background:rgba(0,33,47,.78);color:#20f2de;font-size:38px;line-height:1;z-index:5}.slide-arrow.left{left:3%}.slide-arrow.right{right:4%}.slide-dots{position:absolute;bottom:8%;left:50%;display:flex;gap:9px;transform:translateX(-50%)}.slide-dots i{width:10px;height:10px;border-radius:50%;background:#d9e7ec}.slide-dots i.on{background:#38e967}.hero-metrics{display:grid;gap:10px}.hero-metrics article{min-height:110px;padding:18px;border:1px solid rgba(38,216,213,.42);border-radius:12px;background:linear-gradient(145deg,rgba(0,38,52,.9),rgba(0,30,45,.78));box-shadow:inset 0 0 24px rgba(0,226,208,.04)}.hero-metrics strong,.hero-metrics small{display:block}.hero-metrics strong{margin:11px 0 6px;font-size:15px}.hero-metrics small{font-size:10px;line-height:1.45;color:#c2d1d9}.metric-icon{display:block;width:24px;height:24px;border:2px solid #12e4d4;border-radius:50%;position:relative}.metric-icon.map:after{content:"";position:absolute;inset:5px;border:1px solid #12e4d4;transform:rotate(-25deg)}.metric-icon.users:before,.metric-icon.users:after{content:"";position:absolute;border:2px solid #12e4d4;border-radius:50%;width:6px;height:6px;top:2px}.metric-icon.users:before{left:2px}.metric-icon.users:after{right:2px}.metric-icon.shield{border-radius:7px 7px 12px 12px}.trust-strip{position:relative;z-index:3;padding:0 48px 24px;background:#001522}.trust-shell{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(61,226,216,.65);border-radius:16px;background:linear-gradient(90deg,rgba(0,47,61,.9),rgba(0,29,43,.92));box-shadow:0 0 22px rgba(24,226,216,.26),inset 0 0 18px rgba(0,204,201,.08)}.trust-shell article{min-height:86px;padding:16px 20px;display:flex;align-items:center;gap:17px;border-right:1px solid rgba(72,221,214,.18)}.trust-shell article:last-child{border-right:0}.trust-shell strong,.trust-shell span{display:block}.trust-shell strong{font-size:21px;line-height:1.05}.trust-shell span{margin-top:5px;color:#c5d4db;font-size:10px}.large-icon{width:47px;height:47px;flex:0 0 47px;border:2px solid #16e5d3;border-radius:12px;position:relative}.users-svg:before,.users-svg:after{content:"";position:absolute;border:2px solid #16e5d3;border-radius:50%;width:10px;height:10px;top:7px}.users-svg:before{left:7px}.users-svg:after{right:7px}.users-svg{border:0}.users-svg:after{box-shadow:10px 19px 0 -1px #001e2b,-10px 19px 0 -1px #001e2b}.cart-svg:before{content:"🛒";position:absolute;font-size:34px;left:5px;top:3px}.location-svg:before{content:"⌖";position:absolute;font-size:40px;color:#18e4d4;left:8px;top:-2px}.headset-svg:before{content:"◉";position:absolute;font-size:34px;color:#18e4d4;left:6px;top:2px}.truck-svg:before{content:"▰";position:absolute;font-size:31px;color:#18e4d4;left:7px;top:3px}.products-anchor,.contact-anchor{height:1px;overflow:hidden}.site-footer{padding:25px 42px 10px;background:linear-gradient(180deg,#001926,#00121d);border-top:1px solid rgba(45,211,205,.26)}.footer-shell{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.35fr .7fr .85fr 1.1fr .85fr;gap:28px}.footer-logo-row{display:flex;align-items:center;gap:12px}.footer-logo-row img{width:68px;height:55px;object-fit:contain}.footer-logo-row span{display:flex;flex-direction:column}.footer-logo-row strong{font-size:20px;color:#32c756}.footer-logo-row small{font-size:8px;font-weight:800}.footer-brand p{max-width:300px;color:#c0d0d8;font-size:10px;line-height:1.7}.footer-col h3,.coverage h3{font-size:13px}.footer-col a,.footer-col span{display:block;margin:11px 0;color:#c4d2d9;font-size:10px}.socials{display:flex;gap:10px;margin-top:16px}.socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid #0dd6d2;border-radius:50%;background:rgba(0,39,53,.72)}.socials svg,.whatsapp-float svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.socials .facebook svg{fill:currentColor;stroke:none}.socials .facebook{color:#5ba9ff}.socials .instagram{color:#ff6cae}.socials .whatsapp{color:#36e87a}.socials .mail{color:#70dfff}.coverage{text-align:center}.coverage img{display:block;width:135px;margin:0 auto;mix-blend-mode:screen}.coverage span{font-size:9px;color:#c5d5dc}.footer-bottom{max-width:1400px;margin:20px auto 0;padding-top:14px;display:flex;justify-content:space-between;border-top:1px solid rgba(56,213,207,.15);color:#849fac;font-size:8px}.whatsapp-float{position:fixed;right:28px;bottom:24px;width:64px;height:64px;display:grid;place-items:center;border:3px solid #88ffc0;border-radius:50%;background:#23d366;color:#fff;box-shadow:0 0 26px rgba(35,211,102,.65);z-index:1100}.whatsapp-float svg{width:38px;height:38px}@keyframes floatHero{50%{transform:translateY(-8px)}}.fallback{min-height:60vh;padding:80px 0}.fallback h1{font-size:48px}@media(max-width:1100px){.hero-shell{grid-template-columns:340px 1fr}.hero-metrics{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}.trust-shell{grid-template-columns:repeat(3,1fr)}.footer-shell{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.admin-bar .site-header{top:46px}.site-header{padding:10px}.header-shell{min-height:68px;padding:8px 14px}.brand img{width:58px;height:48px}.brand strong{font-size:18px}.brand small{font-size:7px}.menu-toggle{display:block}.nav-main{position:absolute;left:18px;right:18px;top:88px;display:none;flex-direction:column;align-items:stretch;gap:5px;padding:16px;border-radius:16px;background:#eefbfc;color:#072237;box-shadow:0 20px 40px rgba(0,0,0,.25)}.nav-main.open{display:flex}.hero-shell{grid-template-columns:1fr;padding:36px 24px}.hero-copy{padding-top:0}.hero h1{font-size:44px}.hero-copy p{max-width:none}.hero-product{min-height:410px}.hero-metrics{grid-template-columns:repeat(2,1fr)}.trust-strip{padding:0 20px 20px}.trust-shell{grid-template-columns:1fr 1fr}.footer-shell{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}.brand span{display:none}}@media(max-width:520px){.hero h1{font-size:38px}.hero-buttons{flex-direction:column}.hero-product{min-height:330px}.hero-product>img{width:115%;max-width:none}.slide-arrow{width:40px;height:40px}.hero-metrics,.trust-shell,.footer-shell{grid-template-columns:1fr}.trust-shell article{border-right:0;border-bottom:1px solid rgba(72,221,214,.18)}.site-footer{padding:28px 22px 10px}.footer-bottom{font-size:7px}.whatsapp-float{width:56px;height:56px;right:18px;bottom:18px}}
/* v5.1 integración visual y secciones completas */
.hero-product{isolation:isolate;overflow:visible}.hero-product>img{position:relative;z-index:3;width:112%;max-width:900px;opacity:.98;-webkit-mask-image:radial-gradient(ellipse 78% 72% at 50% 50%,#000 55%,rgba(0,0,0,.92) 70%,transparent 100%);mask-image:radial-gradient(ellipse 78% 72% at 50% 50%,#000 55%,rgba(0,0,0,.92) 70%,transparent 100%);mix-blend-mode:screen;filter:saturate(1.08) contrast(1.04) drop-shadow(0 30px 55px rgba(0,0,0,.4));animation:floatHero 5s ease-in-out infinite}.holo-aura{position:absolute;z-index:0;width:86%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(0,231,220,.22),rgba(0,139,191,.08) 43%,transparent 70%);filter:blur(8px);animation:pulseAura 4s ease-in-out infinite}.holo-grid{position:absolute;z-index:0;inset:11% 3% 4%;background-image:linear-gradient(rgba(28,227,220,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(28,227,220,.08) 1px,transparent 1px);background-size:36px 36px;transform:perspective(650px) rotateX(66deg);transform-origin:center bottom;mask-image:linear-gradient(to top,#000,transparent 82%)}.holo-ring{position:absolute;z-index:2;border:1px solid rgba(41,244,229,.38);border-radius:50%;animation:ringSpin 12s linear infinite}.ring-one{width:78%;aspect-ratio:1;transform:rotateX(68deg)}.ring-two{width:62%;aspect-ratio:1;transform:rotateX(72deg) rotateZ(25deg);animation-direction:reverse;animation-duration:9s}.scan-beam{position:absolute;z-index:4;left:16%;right:16%;height:2px;background:linear-gradient(90deg,transparent,#67fff5,transparent);box-shadow:0 0 15px #2df7ea;animation:scanHero 4.5s ease-in-out infinite}.slide-arrow,.slide-dots{display:none!important}@keyframes pulseAura{50%{transform:scale(1.06);opacity:.7}}@keyframes ringSpin{to{transform:rotateX(68deg) rotateZ(360deg)}}@keyframes scanHero{0%,100%{top:25%;opacity:0}20%,80%{opacity:.9}50%{top:76%}}
.section{position:relative;padding:100px 28px;overflow:hidden;background:linear-gradient(180deg,#001522,#002230)}.section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(29,224,198,.08),transparent 30%),radial-gradient(circle at 90% 70%,rgba(0,165,232,.08),transparent 30%);pointer-events:none}.section-shell{position:relative;z-index:2;max-width:1320px;margin:auto}.eyebrow{color:#34ead7;font-size:11px;font-weight:900;letter-spacing:.16em}.section h2{margin:12px 0 18px;font-size:clamp(36px,5vw,62px);line-height:1.05;letter-spacing:-.045em}.section p{color:#bdd0da;line-height:1.8}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:70px;align-items:center}.section-copy{max-width:590px}.text-link{display:inline-flex;margin-top:15px;color:#3ee9d5;font-weight:800}.future-panel{position:relative;min-height:520px;border:1px solid rgba(51,230,218,.35);border-radius:34px;background:linear-gradient(145deg,rgba(0,53,68,.75),rgba(0,25,40,.9));box-shadow:inset 0 0 60px rgba(0,224,205,.08),0 35px 70px rgba(0,0,0,.25);display:grid;place-items:center;perspective:900px}.future-orbit{position:absolute;width:65%;aspect-ratio:1;border:1px solid rgba(50,243,225,.42);border-radius:50%;box-shadow:0 0 40px rgba(33,226,213,.18);animation:orbitPulse 6s ease-in-out infinite}.future-orbit:before,.future-orbit:after{content:"";position:absolute;inset:12%;border:1px dashed rgba(54,225,211,.28);border-radius:50%;transform:rotateX(65deg)}.future-core{text-align:center;width:230px;height:230px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#0b8291,#003141 62%,#001d2c);box-shadow:0 0 80px rgba(31,232,215,.45);animation:floatHero 5s ease-in-out infinite}.future-core span{font-size:19px;color:#7fffee}.future-core strong{font-size:30px}.future-core small{margin-top:8px;font-size:7px;letter-spacing:.15em;color:#9ed1d7}.future-card{position:absolute;width:210px;padding:17px 18px;border:1px solid rgba(48,225,213,.42);border-radius:16px;background:rgba(0,31,46,.84);box-shadow:0 18px 35px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.future-card b,.future-card span{display:block}.future-card b{color:#fff}.future-card span{margin-top:6px;color:#9fc3ce;font-size:10px;line-height:1.5}.future-card.c1{top:12%;left:5%;animation:floatSmall 5s ease-in-out infinite}.future-card.c2{top:18%;right:4%;animation:floatSmall 5.8s ease-in-out infinite .4s}.future-card.c3{bottom:9%;left:22%;animation:floatSmall 6.4s ease-in-out infinite .8s}@keyframes orbitPulse{50%{transform:rotate(20deg) scale(1.04)}}@keyframes floatSmall{50%{transform:translateY(-10px)}}
.products-section{background:linear-gradient(180deg,#002230,#001826)}.section-heading{text-align:center;max-width:820px;margin:0 auto 48px}.section-heading p{margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-height:390px;padding:22px;border:1px solid rgba(40,221,211,.35);border-radius:22px;background:linear-gradient(155deg,rgba(0,53,68,.76),rgba(0,27,42,.94));box-shadow:inset 0 0 35px rgba(0,226,208,.04);transition:.3s}.product-card:hover{transform:translateY(-10px);border-color:#38ead7;box-shadow:0 25px 50px rgba(0,0,0,.3),0 0 24px rgba(38,226,211,.14)}.product-card h3{font-size:20px}.product-card p{font-size:12px;line-height:1.65}.product-card a{display:inline-flex;margin-top:12px;color:#3cead7;font-size:11px;font-weight:800}.product-visual{height:185px;position:relative;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle at 50% 70%,rgba(27,235,208,.25),transparent 45%),linear-gradient(180deg,rgba(0,26,40,.35),rgba(0,16,27,.75));overflow:hidden}.product-visual:before{content:"";position:absolute;inset:12px;border:1px solid rgba(49,239,218,.12);border-radius:16px;background:linear-gradient(90deg,transparent,rgba(65,245,221,.06),transparent);transform:skewX(-10deg)}.product-visual:after{content:"";position:absolute;bottom:15px;width:72%;height:20px;border:2px solid #2ef5df;border-radius:50%;box-shadow:0 0 25px rgba(46,245,223,.45)}.product-visual span{position:relative;z-index:2;display:grid;place-items:center;width:112px;height:120px;border-radius:28px;background:linear-gradient(145deg,rgba(33,231,194,.18),rgba(0,79,91,.72));border:1px solid rgba(73,244,219,.32);box-shadow:inset 0 0 28px rgba(61,240,214,.13),0 18px 25px rgba(0,0,0,.28);filter:drop-shadow(0 18px 18px rgba(0,0,0,.4))}.product-visual span:after{font-size:58px;line-height:1;filter:drop-shadow(0 0 14px rgba(55,245,216,.35))}.insecticide span:after{content:"🐛"}.fungicide span:after{content:"🍄"}.nematicide span:after{content:"🪱"}.herbicide span:after{content:"🌿"}.edaphic span:after{content:"🧺"}.foliar span:after{content:"💧"}.microorganism span:after{content:"🦠"}.product-grid-seven .product-card:nth-child(5),.product-grid-seven .product-card:nth-child(6),.product-grid-seven .product-card:nth-child(7){grid-column:span 1}
.benefits-section{background:#001522}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.benefit{padding:34px 28px;border:1px solid rgba(44,226,213,.32);border-radius:22px;background:linear-gradient(150deg,rgba(0,49,65,.74),rgba(0,25,40,.9));text-align:center}.benefit-icon{width:72px;height:72px;margin:0 auto 22px;display:grid;place-items:center;border:1px solid #39edd9;border-radius:50%;color:#55f7df;font-size:30px;box-shadow:0 0 30px rgba(43,234,215,.18)}.benefit h3{font-size:19px}.benefit p{font-size:12px}
.contact-section{padding-bottom:115px}.contact-grid{align-items:stretch}.contact-copy{padding:40px}.contact-list{margin-top:30px;display:grid;gap:12px}.contact-list span,.contact-list a{padding:16px 18px;border:1px solid rgba(48,224,214,.2);border-radius:13px;background:rgba(0,38,53,.65);color:#cbe0e7}.contact-form{padding:34px;border:1px solid rgba(48,224,214,.35);border-radius:26px;background:linear-gradient(145deg,rgba(239,252,253,.98),rgba(207,241,244,.96));color:#062334;box-shadow:0 30px 65px rgba(0,0,0,.28)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:8px;margin-bottom:16px;font-size:11px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid #b6d9de;border-radius:13px;padding:14px 15px;background:#fff;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#0bb8b2;box-shadow:0 0 0 4px rgba(11,184,178,.1)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.section{padding:75px 20px}.product-grid{grid-template-columns:1fr 1fr}.future-panel{min-height:430px}.future-card{width:170px}.future-card.c3{left:12%}}@media(max-width:520px){.product-grid,.benefits-grid,.form-row{grid-template-columns:1fr}.future-panel{min-height:520px}.future-core{width:190px;height:190px}.future-card.c1{left:4%}.future-card.c2{right:4%;top:28%}.future-card.c3{left:9%;bottom:6%}}

/* v5.3 integración mejorada del banner */
.hero-product>img{width:118%;max-width:940px;opacity:.97;mix-blend-mode:normal;-webkit-mask-image:none;mask-image:none;filter:saturate(1.06) contrast(1.03) drop-shadow(0 30px 55px rgba(0,0,0,.38));}
.hero-product:before{content:"";position:absolute;z-index:1;inset:8% 0 3%;background:radial-gradient(ellipse at center,rgba(0,231,220,.14),rgba(0,126,160,.05) 50%,transparent 76%);filter:blur(18px);pointer-events:none;}
.hero-metrics article{background:linear-gradient(145deg,rgba(0,38,52,.62),rgba(0,30,45,.48));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:rgba(38,216,213,.3);}
