/* =========================================================
   REFERENCE AGRO — MINIFIED STYLESHEET
   ========================================================= */
:root{--g:#1f5d3b;--gd:#123d28;--o:#e77b32;--cream:#f7f5ef;--ink:#243229;--muted:#637168;--line:#dce5dd;--white:#fff;--shadow:0 10px 32px rgba(18,61,40,.1);--shadow-sm:0 4px 16px rgba(18,61,40,.08);--radius:14px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:target{scroll-margin-top:90px}body{color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}img{display:block;max-width:100%;aspect-ratio:attr(width)/attr(height)}a{text-decoration:none;color:inherit;transition:.2s ease}ul{list-style:none}button{font:inherit;cursor:pointer;border:none;background:0 0}.container{width:min(1200px,calc(100% - 40px));margin:auto}.section{padding:76px 0}.cream{background:var(--cream)}.center{text-align:center}.center .lead{margin-right:auto;margin-left:auto}h1,h2,h3{margin:0 0 16px;color:var(--gd);line-height:1.15}h1{max-width:760px;font-size:clamp(2.4rem,5vw,4.5rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:1.2rem}.eyebrow{display:inline-block;margin-bottom:12px;color:var(--o);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.lead{max-width:700px;color:var(--muted);font-size:1.12rem}.skip-link{position:absolute;top:-40px;left:0;background:var(--o);color:#fff;padding:8px 16px;font-weight:700;font-size:.85rem;z-index:10000;transition:top .2s}.skip-link:focus{top:0}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 23px;border-radius:6px;font-weight:750;transition:.2s;border:none;font:inherit;cursor:pointer}.primary{background:var(--o);color:#fff}.primary:hover{background:#c96324;color:#fff;transform:translateY(-2px)}.outline{border:2px solid rgba(255,255,255,.5);color:#fff;background:0 0}.outline:hover{background:#fff;color:var(--gd)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(31,93,59,.65);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .3s,box-shadow .3s,padding .3s;padding:18px 0}.site-header--scrolled{background:rgba(31,93,59,.75)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 4px 20px rgba(18,61,40,.25);padding:10px 0}.site-header--scrolled .logo-text,.site-header--scrolled .main-nav a{color:#fff}.site-header--scrolled .logo-text strong{color:var(--o)}.site-header--scrolled .main-nav a:hover{color:#ffc38f}.site-header--scrolled .menu-toggle span{background:#fff}.nav-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{display:flex;align-items:center;gap:10px;color:#fff;white-space:nowrap;z-index:1002}.logo-image{display:block;width:52px;height:52px;object-fit:contain}.logo-text{color:#fff;font-size:1.45rem;font-weight:800;line-height:1;transition:color .3s}.logo-text strong{color:var(--o)}.main-nav ul{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.main-nav a{color:#fff;font-size:.9rem;font-weight:700;position:relative}.main-nav a:hover{color:#ffc38f}.main-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--o);transition:width .25s}.main-nav a:hover:after{width:100%}.nav-cta{background:var(--o);color:#fff!important;padding:10px 20px;border-radius:6px;font-weight:700;font-size:.85rem;transition:all .2s;box-shadow:0 3px 12px rgba(231,123,50,.3)}.nav-cta:hover{background:#c96324;transform:translateY(-1px);box-shadow:0 5px 16px rgba(231,123,50,.4)}.nav-cta:after{display:none!important}.menu-toggle{display:none;flex-direction:column;gap:5px;z-index:1002;padding:8px}.menu-toggle span{display:block;width:24px;height:2.5px;background:#fff;border-radius:2px;transition:all .3s}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .3s;z-index:999}.nav-overlay.active{opacity:1;visibility:visible}.has-dropdown{position:relative}@media(min-width:901px){.dropdown{position:absolute;top:calc(100% + 8px);left:-20px;background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:8px 0;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:1000;border:1px solid rgba(0,0,0,.05);pointer-events:none}.has-dropdown.dropdown-open .dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown a{display:block;padding:10px 24px;color:var(--gd)!important;font-size:.88rem;font-weight:600;transition:background .15s,color .15s,padding .2s;border-left:3px solid transparent;background:#fff!important}.dropdown a:hover{background:var(--cream)!important;color:var(--o)!important;border-left-color:var(--o);padding-left:28px}.dropdown a:after{display:none!important}}@media(max-width:900px){.has-dropdown .dropdown{position:static;background:0 0;box-shadow:none;padding:0 0 0 16px;min-width:auto;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;border:none;pointer-events:auto}.has-dropdown.dropdown-open .dropdown{max-height:400px;padding:8px 0 8px 16px}.dropdown a{color:var(--gd)!important;padding:8px 12px;font-size:.95rem;border-left:2px solid transparent;background:0 0!important}.dropdown a:hover{background:var(--cream)!important;border-left-color:var(--o)}.has-dropdown>a{display:flex;align-items:center;justify-content:space-between;width:100%}.has-dropdown>a:after{content:"▾";font-size:.7rem;color:var(--o);transition:transform .3s ease}.has-dropdown.dropdown-open>a:after{transform:rotate(180deg)}}.hero{display:flex;align-items:center;min-height:680px;padding-top:180px;padding-bottom:100px;background:linear-gradient(105deg,rgba(10,35,22,.85),rgba(10,35,22,.5),rgba(10,35,22,.25)),url(../images/reference-agro-bg1.webp) center/cover;position:relative}.hero h1{max-width:900px;font-size:clamp(2.2rem,4.2vw,3.6rem);color:#fff}.hero .lead{color:rgba(255,255,255,.92);font-size:1.18rem}.hero .eyebrow{color:#ffc38f}.hero-credibility{margin-top:18px;color:rgba(255,255,255,.75);font-size:.92rem;font-weight:500;letter-spacing:.02em}.hero-trust{display:flex;flex-wrap:wrap;gap:28px;margin-top:42px}.hero-trust-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.85);font-size:.92rem;font-weight:500}.hero-trust-item svg{width:22px;height:22px;color:var(--o);flex-shrink:0}.scroll-indicator{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:rgba(255,255,255,.6);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;animation:bounce 2s infinite;cursor:pointer}.scroll-indicator svg{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-8px)}60%{transform:translateX(-50%) translateY(-4px)}}.bar{background:var(--gd);color:#fff}.bar-grid{display:grid;grid-template-columns:repeat(4,1fr)}.bar-item{padding:36px 20px;border-right:1px solid rgba(255,255,255,.1);text-align:center}.bar-item:last-child{border:0}.bar-item svg{width:32px;height:32px;color:var(--o);margin-bottom:12px}.bar-item strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:4px}.bar-item span{color:rgba(255,255,255,.7);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.about-section{padding:32px 0 72px;background:#fff}.about-grid{display:grid;grid-template-columns:.95fr 1fr;gap:56px;align-items:center}.about-image-wrap{position:relative}.about-image-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(18,61,40,.12)}.about-image{width:100%;height:380px;object-fit:cover;display:block;transition:transform .5s ease;will-change:transform}.about-image-frame:hover .about-image{transform:scale(1.03)}.about-image-badge{position:absolute;bottom:18px;left:18px;display:inline-flex;align-items:center;gap:6px;background:var(--o);color:#fff;padding:8px 14px;border-radius:6px;font-weight:700;font-size:.8rem;box-shadow:0 3px 12px rgba(231,123,50,.35)}.about-image-badge svg{width:14px;height:14px;flex-shrink:0}.about-content{padding:0}.about-content .eyebrow{margin-bottom:10px;font-size:.72rem}.about-content h2{font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.15;margin-bottom:16px;color:var(--gd)}.about-text{color:var(--muted);line-height:1.65;font-size:.98rem;margin-bottom:24px;max-width:520px}.about-values{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.about-value{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--cream);border-radius:50px;border:1px solid var(--line);font-weight:700;font-size:.82rem;color:var(--gd);transition:all .2s ease}.about-value:hover{background:#fff;border-color:var(--g);box-shadow:0 3px 10px rgba(18,61,40,.08);transform:translateY(-1px)}.about-value svg{width:16px;height:16px;color:var(--g);flex-shrink:0}.about-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px}.about-cta svg{transition:transform .2s}.about-cta:hover svg{transform:translateX(3px)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;content-visibility:auto;contain-intrinsic-size:0 500px}.product-card{--product-primary:#a94655;--product-bar:#f03d87;--product-text:#777;--product-line:#d7d7d7;--product-category:#17145e;width:100%;max-width:380px;height:100%;overflow:hidden;border:2px solid var(--product-primary);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;will-change:transform}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.product-card .product-image{display:block;width:calc(100% - 12px);height:240px;margin:6px;border-radius:16px;object-fit:cover;will-change:transform}.product-card .product-content{padding:12px 16px 22px}.product-card .product-title{margin:0 0 4px;color:var(--product-primary);font-size:31px;font-weight:700;line-height:1.1}.product-card .product-category{margin:0 0 24px;color:var(--product-category);font-size:15px;font-weight:700}.product-card .product-description{margin:0;color:var(--product-text);font-size:15px;line-height:1.4}.product-card .availability{margin-top:14px;color:var(--product-text)}.product-card .availability-header,.product-card .availability-row{display:grid;grid-template-columns:82px minmax(0,1fr)}.product-card .variety-header{display:flex;align-items:flex-end;padding:0 4px 5px 0;color:var(--product-text);font-size:8px;font-weight:600}.product-card .months{display:grid;grid-template-columns:repeat(12,1fr);padding-bottom:5px;color:var(--product-text);font-size:8px;text-align:center}.product-card .variety-name{display:flex;align-items:center;min-height:22px;padding:0 5px;border:1px solid var(--product-line);border-right:0;background:#fff;color:var(--product-text);font-size:8px;line-height:1.1}.product-card .timeline{position:relative;height:22px;overflow:hidden;border:1px solid var(--product-line);background-color:#fff;background-image:linear-gradient(90deg,var(--product-line) 1px,transparent 0);background-size:8.333333% 100%}.product-card .availability-bar{position:absolute;top:7px;z-index:2;display:block;left:calc(var(--start)*8.333333%);width:calc(var(--months)*8.333333%);height:6px;background:var(--product-bar)}.why-us-section{position:relative}.why-us-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--o);border-radius:2px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.feature{text-align:center;padding:8px}.icon-wrap{width:64px;height:64px;border-radius:50%;background:#e8f0eb;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.process{display:flex;align-items:stretch;justify-content:space-between;gap:0;position:relative;margin-top:56px}.process:before{content:"";position:absolute;top:28px;left:12%;right:12%;height:2px;background:repeating-linear-gradient(90deg,var(--o) 0,var(--o) 6px,transparent 0,transparent 12px);z-index:0}.step{flex:1;text-align:center;padding:0 14px;position:relative;z-index:1}.step-badge{width:56px;height:56px;border-radius:50%;background:var(--gd);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;border:4px solid #fff;box-shadow:0 4px 14px rgba(27,58,47,.18)}.step-badge svg{stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.step-card{background:#fafaf8;border-radius:14px;padding:26px 20px;border-top:3px solid var(--o);transition:transform .25s ease,box-shadow .25s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(27,58,47,.08)}.step h3{font-size:16px;font-weight:700;color:var(--gd);margin:0 0 8px}.step p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.step-arrow{position:absolute;right:-10px;top:40px;color:var(--o);opacity:.5;display:flex;align-items:center;justify-content:center}.step-arrow svg{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.step:last-child .step-arrow{display:none}.private{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:42px;border-radius:var(--radius);background:linear-gradient(135deg,var(--gd),var(--g));color:#fff}.private h2{color:#fff;font-size:2rem}.private p{max-width:650px;color:rgba(255,255,255,.88)}.faq{max-width:850px;margin:auto}.faq details{margin-bottom:18px;padding:24px 26px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:border-color .2s,box-shadow .2s}.faq details:hover{border-color:var(--g);box-shadow:var(--shadow-sm)}.faq summary{cursor:pointer;color:var(--gd);font-weight:750;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem}.faq summary:after{content:"+";font-size:1.6rem;color:var(--o);font-weight:400;line-height:1;transition:transform .2s}.faq details[open] summary:after{content:"\2212"}.faq p{margin:14px 0 0;color:var(--muted);font-size:.95rem;line-height:1.6}.contact{background:var(--g);color:#fff}.contact h2,.contact h3{color:#fff}.contact .lead{color:rgba(255,255,255,.88)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:start}.list{margin:18px 0 0;padding:0;list-style:none}.list li{margin:10px 0;padding-left:26px}.list li:before{content:"✓";margin-right:11px;margin-left:-26px;color:var(--o);font-weight:800}.form{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:28px;border-radius:var(--radius);background:#fff;color:var(--ink)}.form label{color:var(--gd);font-size:.88rem;font-weight:700}.form input,.form textarea{display:block;width:100%;margin-top:5px;padding:11px 12px;border:1px solid #cbd8ce;border-radius:6px;font:inherit;transition:border-color .2s,box-shadow .2s}.form input:focus,.form textarea:focus{outline:none;border-color:var(--g);box-shadow:0 0 0 3px rgba(31,93,59,.1)}.form input[type=checkbox]{display:inline-block;width:auto;margin-right:6px}.form textarea{min-height:120px;resize:vertical}.full{grid-column:1/-1}.note{padding:13px 15px;border-left:4px solid var(--o);background:var(--cream);color:var(--muted);font-size:.86rem}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:20;display:inline-flex;align-items:center;gap:10px;padding:12px 20px 12px 16px;border-radius:50px;background:#25d366;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.02em;text-decoration:none;box-shadow:0 4px 16px rgba(37,211,102,.35),0 2px 6px rgba(0,0,0,.1);transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s,background .2s}.whatsapp svg{width:26px;height:26px;flex-shrink:0}.whatsapp:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.45),0 4px 10px rgba(0,0,0,.12);background:#22c55e}.back-to-top{position:fixed;right:22px;bottom:92px;z-index:20;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--gd);color:#fff;box-shadow:0 5px 18px rgba(0,0,0,.2);transition:background .2s ease,opacity .3s,visibility .3s,transform .2s ease;opacity:0;visibility:hidden}.back-to-top svg{width:22px;height:22px;animation:bounce-up 2s infinite}.back-to-top:hover{background:var(--o);color:#fff;transform:translateY(-3px)}@keyframes bounce-up{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-2px)}}.cert-section{width:100%;background:#fff;border-bottom:1px solid #e8e8e6}.cert-section-inner{max-width:1100px;margin:0 auto;padding:35px 24px 12px}.cert-eyebrow-center{display:flex;justify-content:center;align-items:center;gap:8px;color:#e77b32;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.cert-row{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:start}.cert-logo-box{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;margin-top:4px}.cert-logo-box img{width:130px;height:auto;background:#fff;padding:14px;border-radius:10px;border:1px solid #e8e8e6;box-shadow:0 1px 4px rgba(0,0,0,.04);transition:transform .2s}.cert-logo-box img:hover{transform:scale(1.03)}.cert-logo-caption{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e77b32}.cert-content{display:flex;flex-direction:column;gap:10px}.cert-content h2{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;letter-spacing:-.02em;color:#0f3d2e;line-height:1.2}.cert-content p{color:#5c5c5c;font-size:.95rem;line-height:1.55}.cert-meta-row{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:2px}.cert-meta-row span{font-size:.78rem;color:#5c5c5c;display:flex;align-items:center;gap:6px}.cert-meta-row span:before{content:"";width:4px;height:4px;border-radius:50%;background:#e77b32;display:inline-block}.cert-actions-row{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}.cert-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 22px;border-radius:8px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;white-space:nowrap}.cert-btn-primary{background:#0f3d2e;color:#fff}.cert-btn-primary:hover{background:#1a5c45;transform:translateY(-1px)}.cert-btn-outline{background:0 0;color:#0f3d2e;border:1.5px solid #0f3d2e}.cert-btn-outline:hover{background:rgba(15,61,46,.05)}.cert-btn svg{width:15px;height:15px;flex-shrink:0}.cert-id-inline{font-family:SF Mono,monospace;font-size:.72rem;color:#5c5c5c;opacity:.6;margin-top:2px}.product-image-button{display:block;width:calc(100% - 12px);margin:6px;padding:0;border:0;background:0 0;cursor:pointer;overflow:hidden;border-radius:16px}.product-image-button .product-image{display:block;width:100%;height:240px;margin:0;object-fit:cover;transition:transform .35s ease,opacity .35s ease;will-change:transform}.product-image-button:hover .product-image{transform:scale(1.04);opacity:.92}.product-modal[hidden]{display:none}.product-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:30px}.product-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);cursor:pointer}.product-modal-content{position:relative;z-index:2;width:min(1400px,100%);max-height:92vh;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 20px 70px rgba(0,0,0,.35);animation:mangoModalIn .25s ease-out}@keyframes mangoModalIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal-close{position:absolute;top:12px;right:18px;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:#333;font-size:32px;line-height:36px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.15)}.product-modal-close:hover{background:#198c47;color:#fff}.product-modal-grid{display:grid;grid-template-columns:minmax(300px,38%) minmax(0,62%);min-height:560px}.product-modal-image-column{display:flex;align-items:center;justify-content:center;min-height:500px;padding:30px;background:#fff}.product-modal-image-column img{display:block;width:100%;max-height:650px;object-fit:contain}.product-modal-info-column{padding:42px 42px 36px}.product-modal-info-column h2{margin:0 0 18px;color:#187a45;font-size:clamp(26px,3vw,38px);line-height:1.2}.specifications-table{width:100%;border-collapse:collapse;color:#333;font-size:16px;line-height:1.55}.specifications-table td,.specifications-table th{padding:16px;border:1px solid #dfe5e2;text-align:left;vertical-align:middle}.specifications-table th{background:#f0f2f3;color:#33404a;font-weight:700}.specifications-table td:first-child{width:30%;background:#f8faf9;font-weight:500}.specifications-table tr:nth-child(odd) td:not(:first-child){background:#f0fff6}.specifications-table strong{color:#207b4b}.specifications-table .pricing-row td{background:#fffbe7;font-weight:600}.specifications-table .pricing-row td:last-child{color:#c62828}.mango-quote-button{display:block;margin-top:24px;padding:15px 20px;border-radius:8px;background:#198c47;color:#fff;font-size:18px;font-weight:700;text-align:center;text-decoration:none;transition:background .25s ease,transform .25s ease}.mango-quote-button:hover{background:#126b36;color:#fff;transform:translateY(-2px)}body.modal-open{overflow:hidden}.site-footer{width:100%;background:var(--gd);border-top:1px solid rgba(255,255,255,.08)}.site-footer-inner{max-width:1100px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-copy{color:rgba(255,255,255,.65);font-size:.82rem;font-weight:500;letter-spacing:.02em}.footer-copy strong{color:rgba(255,255,255,.9);font-weight:600}.footer-links{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.footer-links button{color:rgba(255,255,255,.65);font-size:.82rem;font-weight:500;padding:4px 8px;border-radius:4px;transition:color .2s,background .2s;white-space:nowrap;background:0 0;border:none;cursor:pointer;font-family:inherit}.footer-links button:hover{color:#fff;background:rgba(255,255,255,.08)}.footer-divider{color:rgba(255,255,255,.25);font-size:.7rem;user-select:none}.modal-overlay{position:fixed;inset:0;background:rgba(18,61,40,.65);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.modal-overlay.active{opacity:1;visibility:visible}.modal-box{background:#fff;border-radius:14px;width:min(720px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,.2);transform:translateY(16px) scale(.98);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.modal-overlay.active .modal-box{transform:translateY(0) scale(1)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--line);flex-shrink:0}.modal-header h3{font-size:1.15rem;font-weight:700;color:var(--gd)}.modal-close{width:36px;height:36px;border-radius:8px;border:none;background:var(--cream);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.modal-close:hover{background:var(--line);color:var(--gd)}.modal-close svg{width:18px;height:18px}.modal-body{padding:20px 24px 28px;overflow-y:auto;font-size:.88rem;line-height:1.7;color:var(--ink)}.modal-body h4{font-size:.95rem;font-weight:700;color:var(--gd);margin:20px 0 8px;padding-bottom:6px;border-bottom:1px solid var(--line)}.modal-body h4:first-child{margin-top:0}.modal-body p{margin-bottom:10px}.modal-body ul{padding-left:20px;margin-bottom:10px}.modal-body li{margin-bottom:6px}.modal-body a{color:var(--o);font-weight:600}.modal-body .effective-date{background:var(--cream);border-left:3px solid var(--o);padding:10px 14px;margin:0 0 16px;border-radius:0 6px 6px 0;font-size:.82rem;color:var(--muted)}@media(max-width:900px){.menu-toggle{display:flex}.main-nav{position:fixed;top:0;right:-100%;width:min(320px,80%);height:100vh;background:#fff;box-shadow:-8px 0 40px rgba(0,0,0,.15);padding:100px 32px 32px;transition:right .35s ease;z-index:1001}.main-nav.active{right:0}.main-nav ul{flex-direction:column;align-items:flex-start;gap:8px}.main-nav a{color:var(--gd);font-size:1.1rem;padding:10px 0;display:block;width:100%}.main-nav a:after{display:none}.nav-cta{margin-top:16px;text-align:center;width:100%}.hero{min-height:auto;padding:140px 24px 90px}.hero-trust{gap:16px}.hero-trust-item{font-size:.85rem}.about-grid,.contact-grid{grid-template-columns:1fr}.about-content{order:-1}.products{grid-template-columns:1fr 1fr}.features{grid-template-columns:1fr 1fr}.private{grid-template-columns:1fr}.bar-grid{grid-template-columns:repeat(2,1fr)}.bar-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:32px 16px}.bar-item:nth-child(2n){border-right:0}.product-modal{padding:15px}.product-modal-grid{grid-template-columns:1fr}.product-modal-image-column{min-height:auto;padding:50px 25px 20px}.product-modal-image-column img{max-height:360px}.product-modal-info-column{padding:25px 20px}.cert-row{grid-template-columns:1fr;gap:20px;text-align:center}.cert-logo-box{margin-top:0}.cert-logo-box img{width:120px;padding:12px}.cert-btn{padding:9px 18px}.cert-actions-row,.cert-meta-row{justify-content:center}}@media(max-width:800px){.process{flex-direction:column;gap:32px}.process:before{top:0;bottom:0;left:27px;right:auto;width:2px;height:auto;background:repeating-linear-gradient(180deg,var(--o) 0,var(--o) 6px,transparent 0,transparent 12px)}.step{display:flex;align-items:flex-start;text-align:left;padding:0 0 0 20px;gap:18px}.step-badge{flex-shrink:0;margin:0;width:52px;height:52px}.step-card{flex:1;padding:22px 18px}.step-arrow{display:none}}@media(max-width:768px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(31,93,59,.85)}}@media(max-width:700px){.site-header{padding:14px 0}.logo-image{width:42px;height:42px}.logo-text{font-size:1.2rem}.hero{padding:120px 24px 80px}}@media(max-width:560px){.container{width:calc(100% - 28px)}.section{padding:55px 0}.bar-grid,.products,.features,.form{grid-template-columns:1fr}.full{grid-column:auto}.hero h1{font-size:2rem}.hero .lead{font-size:1rem}.actions{flex-direction:column}.btn{width:100%;justify-content:center}.private{padding:28px 22px}.about-image{height:300px}.product-modal{padding:0}.product-modal-content{width:100%;max-height:100vh;border-radius:0}.specifications-table{font-size:14px}.specifications-table td,.specifications-table th{padding:11px 9px}.specifications-table td:first-child{width:34%}.mango-quote-button{font-size:16px}.site-footer-inner{flex-direction:column;text-align:center;gap:14px;padding:18px 24px}.footer-links{justify-content:center}.modal-box{border-radius:12px}.modal-header{padding:16px 20px 12px}.modal-body{padding:16px 20px 24px}}@media(max-width:420px){.product-card .product-title{font-size:28px}.product-card .product-description{font-size:14px}.product-card .availability-header,.product-card .availability-row{grid-template-columns:68px minmax(0,1fr)}.product-card .months,.product-card .variety-header,.product-card .variety-name{font-size:7px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}