@font-face{font-family:DM Sans;src:url(/fonts/DM%20Sans/DMSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/DM%20Sans/DMSans-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/DM%20Sans/DMSans-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/DM%20Sans/DMSans-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;scrollbar-gutter:stable}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.65;color:var(--text);background-color:var(--aqua);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.scroll-locked{overflow:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}:root{--green-900: #064b15;--green-800: #0f7124;--green-700: #0e7825;--green-600: #2D7A3A;--green-500: #3D8C4F;--green-400: #3db35c;--green-200: #A8D4B2;--green-100: #DFF0E4;--green-50: #F2F8F3;--gold-800: #8B6A08;--gold-700: #d6a000;--gold-600: #D39300;--gold-500: #E5AE20;--gold-400: #F0C040;--gold-100: #FDF0C0;--gold-50: #fefbf0f5;--white: #ffffff;--off-white: #f7f7f5;--gray-50: #F8FAF8;--gray-100: #EEF2EE;--gray-200: #D8E2D9;--gray-300: #B5C8BB;--gray-400: #8AA495;--gray-500: #6A8A78;--gray-600: #4D6B5A;--gray-700: #3A5245;--gray-800: #253830;--gray-900: #1f1f1f;--gray-1000: #5c6a71;--blanco: #ffffff;--aqua: #f4f9ff;--text: #1C2B22;--text-muted: #4D6B5A;--text-light: #7A9485;--border: #D8E2D9;--container-max: 1300px;--container-pad: clamp(1rem, 4vw, 2rem);--section-y: clamp(6rem, 8vw, 6.5rem);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--radius-2xl: 22px;--radius-full: 999px;--shadow-xs: 0 1px 3px rgba(0,0,0,0);--shadow-sm: 0 2px 8px rgba(0,0,0,0);--shadow-md: 0 4px 16px rgba(0,0,0,0);--shadow-lg: 0 8px 32px rgba(0,0,0,0);--shadow-xl: 0 16px 48px rgba(0,0,0,0);--shadow-green: 0 6px 28px rgba(26,92,42,.3);--shadow-gold: 0 6px 28px rgba(200,150,12,.35);--ease: cubic-bezier(.4, 0, .2, 1);--tr: all .25s var(--ease);--tr-slow: all .4s var(--ease)}h1,h2,h3,h4,h5,h6{font-weight:700!important;line-height:1.15;color:var(--text);letter-spacing:-.05em!important}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.625rem,4vw,2.6rem);color:var(--green-800)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:clamp(1.05rem,2vw,1.25rem)}h5{font-size:1rem;font-weight:600}p{color:var(--text-muted);line-height:1.75}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:var(--section-y)}.section--alt{background-color:var(--white)}.section--dark,.section--darker{background-color:var(--green-800)}.section--gold{background:linear-gradient(135deg,var(--gold-600),var(--gold-700))}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--darker h1,.section--darker h2,.section--darker h3{color:var(--aqua)}.section--dark p,.section--darker p{color:var(--white)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.btn svg{width:1.1em;height:1.1em;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-md);font-weight:500;font-size:.95rem;letter-spacing:.01em;transition:var(--tr);border:1px solid transparent;white-space:nowrap;line-height:1}.btn-lg{padding:1.125rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem;text-align:center}.btn-primary{background-color:var(--green-800);color:var(--white);border-color:var(--green-800);text-align:center}.btn-primary:hover{background-color:var(--green-700);border-color:var(--green-700)}.btn-secondary{background-color:transparent;color:var(--green-800);border-color:var(--green-800)}.btn-secondary:hover{background-color:var(--green-800);color:var(--white)}.btn-gold{background-color:var(--gold-600);color:var(--white);border-color:var(--gold-600);padding:15px 17px}.btn-gold:hover{background-color:var(--gold-700);border-color:var(--gold-700)}.btn-white{background-color:var(--white);color:var(--green-800);border-color:var(--white)}.btn-white:hover{background-color:var(--green-100)}.btn-outline-white{background-color:transparent;color:var(--white);border-color:#ffffff8c}.btn-outline-white:hover{background-color:#ffffff1f;border-color:#ffffffd9}.card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:var(--tr)}.card:hover{box-shadow:var(--shadow-md)}.card--bordered{border:2px solid var(--green-100)}.card--gold{border:2px solid var(--gold-100)}.section-header{text-align:center;max-width:680px;margin-inline:auto;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.05rem;max-width:560px;margin-inline:auto}.section-header--left{text-align:left;margin-inline:0}.section-header--left p{margin-inline:0}.accent-line{width:10px;height:10px;border-radius:50%;background:var(--gold-600);margin:1rem auto 0}.accent-line--left{margin-left:0}h2:has(+.accent-line--left){display:flex;align-items:center;gap:.75rem}h2:has(+.accent-line--left):before{content:"";display:block;width:10px;height:10px;border-radius:50%;background:var(--gold-600);flex-shrink:0}h2+.accent-line--left{display:none}h2:has(+.accent-line:not(.accent-line--left)){display:flex;align-items:center;justify-content:center;gap:.75rem}h2:has(+.accent-line:not(.accent-line--left)):before{content:"";display:block;width:10px;height:10px;border-radius:50%;background:var(--gold-600);flex-shrink:0}h2+.accent-line:not(.accent-line--left){display:none}@media(max-width:768px){h2:has(+.accent-line:not(.accent-line--left)),h2:has(+.accent-line--left){display:block;text-align:center}h2:has(+.accent-line:not(.accent-line--left)):before,h2:has(+.accent-line--left):before{display:inline-block;vertical-align:middle;margin-right:.75rem}}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .85rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge-green,.badge-gold{background:var(--green-100);color:var(--green-800)}.badge-white{background:#ffffff26;color:var(--white)}.icon-box{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--green-100);color:var(--green-800)}.icon-box--gold{background-color:var(--gold-100);color:var(--gold-600)}.icon-box--dark{background-color:var(--green-800);color:var(--white)}.icon-box--white{background-color:#ffffff1f;color:var(--white)}.icon-box--lg{width:72px;height:72px;border-radius:var(--radius-lg)}.icon-box--xl{width:88px;height:88px;border-radius:var(--radius-xl)}.check-list{display:flex;flex-direction:column;gap:.875rem}.check-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--text)}.section--dark .check-list li{color:#fff}.check-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;background-color:var(--green-100);margin-top:1px;border-radius:999px}.check-icon svg{color:var(--green-800)}.page-hero{display:grid;grid-template-columns:55fr 45fr;min-height:360px;background:var(--white);overflow:hidden}.page-hero-left{background:linear-gradient(140deg,var(--green-900) 0%,var(--green-800) 55%,var(--green-700) 100%);clip-path:polygon(0 0,100% 0,86% 100%,0 100%);padding:clamp(3.5rem,8vw,5.5rem) clamp(2.5rem,6vw,4rem) clamp(3.5rem,8vw,5.5rem) max(var(--container-pad),calc((100vw - var(--container-max)) / 2 + var(--container-pad)));position:relative}.page-hero-left.has-hero-image{background-image:linear-gradient(140deg,#0a2e13f0,#1a5c2adb 55%,#2d7a3ac2),var(--hero-image);background-size:cover;background-position:center;background-repeat:no-repeat}.page-hero-left:before{content:"";position:absolute;inset:0;background-image:linear-gradient(60deg,rgba(200,150,12,.06) 1px,transparent 1px),linear-gradient(-60deg,rgba(200,150,12,.06) 1px,transparent 1px);background-size:70px 70px;pointer-events:none}.page-hero-left>*{position:relative;z-index:1}.page-hero-left h1{color:var(--white)}.page-hero-left .breadcrumb{margin-bottom:1.5rem}.ph-content{max-width:520px;width:100%}.page-hero-right .ph-content{max-width:460px}.page-hero-right{display:flex;align-items:center;padding:clamp(3.5rem,8vw,5.5rem) max(var(--container-pad),calc((100vw - var(--container-max)) / 2 + var(--container-pad))) clamp(3.5rem,8vw,5.5rem) clamp(2.5rem,5vw,3.5rem)}.page-hero-right p{font-size:1.05rem;line-height:1.85;color:var(--text-muted);margin:0}@media(max-width:1024px){.page-hero-left h1{font-size:clamp(1.9rem,4.2vw,2.7rem);line-height:1.08}}@media(max-width:768px){.page-hero{grid-template-columns:1fr}.page-hero-left{clip-path:none;text-align:center;padding-inline:clamp(1.5rem,5vw,3rem);align-items:center}.page-hero-left .breadcrumb{justify-content:center}.page-hero-left h1{margin-inline:auto}.page-hero-right{align-items:center;justify-content:center;padding:2rem clamp(1.5rem,5vw,3rem) 2.5rem;background:var(--surface-2);text-align:center}.page-hero-right .ph-content{margin-inline:auto}}.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:#ffffff8c}.breadcrumb a{color:#ffffffbf;transition:var(--tr)}.breadcrumb a:hover{color:var(--gold-400)}.breadcrumb-sep{color:#ffffff59}.breadcrumb-current{color:var(--gold-400);font-weight:600}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.stat-item{padding:2rem 1.5rem;text-align:center;border-right:1px solid var(--border);transition:var(--tr)}.stat-item:last-child{border-right:none}.stat-item:hover{background-color:var(--green-50)}.stat-value{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--green-800);line-height:1;margin-bottom:.375rem;letter-spacing:-.03em}.stat-value span{color:var(--gold-600)}.stat-label{font-size:.85rem;font-weight:500;color:var(--text-muted);line-height:1.3}@media(max-width:640px){.stats-row{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid var(--border)}.stat-item:nth-child(2){border-right:none}}.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}.process-steps:before{content:"";position:absolute;top:36px;left:calc(10% + 1px);right:calc(10% + 1px);height:2px;background:linear-gradient(90deg,var(--green-200),var(--gold-400),var(--green-200));z-index:0}.step-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .75rem;position:relative;z-index:1}.step-number{width:72px;height:72px;border-radius:50%;background:var(--green-800);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:var(--tr);flex-shrink:0}.step-number svg{width:32px;height:32px}.step-item:hover .step-number{background:var(--green-900);transform:scale(1.05)}.step-item h4{margin-bottom:.5rem;font-size:.95rem}.step-item p{font-size:.85rem}@media(max-width:900px){.process-steps{grid-template-columns:1fr;gap:0}.process-steps:before{display:none}.step-item{flex-direction:row;text-align:left;gap:1.25rem;align-items:flex-start;padding:0 0 2rem;position:relative}.step-item:last-child{padding-bottom:0}.step-item:not(:last-child):after{content:"";position:absolute;left:35px;top:72px;bottom:0;width:2px;background:linear-gradient(180deg,var(--green-200),var(--gold-400),var(--green-200));z-index:0}.step-number{margin-bottom:0;flex-shrink:0}}.tag-cloud{display:flex;flex-wrap:wrap;gap:.75rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--white);border:2px solid var(--border);border-radius:var(--radius-full);font-weight:600;font-size:.9rem;color:var(--text-muted);transition:var(--tr)}.tag:hover{border-color:var(--green-800);color:var(--green-800);background:var(--green-50)}.tag svg{color:var(--gold-600)}.cta-strip{background:linear-gradient(135deg,var(--gold-600),var(--gold-500));text-align:center;padding:.875rem var(--container-pad);font-weight:600;font-size:.95rem;color:var(--white)}.cta-strip a{color:var(--white);text-decoration:underline}.guarantee-box{background:linear-gradient(135deg,var(--green-900),var(--green-800));border-radius:var(--radius-xl);padding:3rem;position:relative;overflow:hidden}.guarantee-box:before{content:"5";position:absolute;right:-1rem;bottom:-2rem;font-size:14rem;font-weight:700;color:#ffffff0a;line-height:1;pointer-events:none}.machine-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;transition:var(--tr);display:flex;flex-direction:column}.machine-img{height:270px;background:var(--white);position:relative;overflow:hidden}.machine-photo{width:100%;height:100%;object-fit:cover;display:block}.machine-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.machine-category{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-600);margin-bottom:.5rem}.machine-body h3{font-size:1.1rem;margin-bottom:.75rem}.machine-body p{font-size:.9rem;flex:1;margin-bottom:1.25rem}.machine-body .btn{align-self:center}.machine-specs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.spec-tag{padding:.2rem .6rem;background:var(--green-50);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--green-700)}.case-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);display:grid;grid-template-columns:1fr 2fr}.case-client{background:linear-gradient(160deg,var(--green-800),var(--green-900));padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between}.case-logo{font-size:2.5rem;font-weight:700;letter-spacing:-.04em;color:var(--white);line-height:1}.case-logo span{color:var(--gold-500);display:block;font-size:1rem;font-weight:500;letter-spacing:0;margin-top:.25rem}.case-country{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;background:#ffffff1f;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;color:#ffffffd9;margin-top:1.5rem}.case-content{padding:2.5rem}.case-service{color:var(--gold-600);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.case-content h3{margin-bottom:1rem;font-size:1.3rem}.case-content p{margin-bottom:1.5rem}.case-result{padding:1rem 1.25rem;background:var(--green-50);border-left:3px solid var(--green-800);border-radius:0 var(--radius-md) var(--radius-md) 0;font-size:.9rem;font-weight:600;color:var(--green-800)}@media(max-width:768px){.case-card{grid-template-columns:1fr}.case-client{padding:2rem}}.service-card{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--tr)}.service-card:hover{box-shadow:var(--shadow-md);border-color:var(--green-200)}.service-card-body h3{margin-bottom:.5rem;font-size:1.2rem}.service-card-body p{margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text);letter-spacing:.01em}.form-control{padding:.875rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;color:var(--text);background:var(--white);transition:var(--tr);width:100%;outline:none}.form-control:focus{border-color:var(--green-800);box-shadow:0 0 0 3px #1a5c2a1a}.form-control::placeholder{color:var(--gray-400)}textarea.form-control{resize:vertical;min-height:120px}select.form-control{cursor:pointer}.wa-float{position:fixed;right:1.75rem;z-index:9999;width:62px;height:62px;display:flex;align-items:center;justify-content:center;transition:var(--tr);text-decoration:none;border-radius:999px;bottom:1.75rem;background-color:#25d366;box-shadow:0 4px 24px #25d36680}.wa-float:hover{transform:scale(1.08);box-shadow:0 8px 32px #25d36699}.wa-float:before{content:"";position:absolute;width:100%;height:100%;border-radius:999px}.wa-float:before{border:2px solid rgba(37,211,102,.5);animation:wa-ping 2.2s cubic-bezier(0,0,.2,1) infinite}@keyframes wa-ping{0%{transform:scale(1);opacity:.7}to{transform:scale(1.6);opacity:0}}@media(prefers-reduced-motion:reduce){.wa-float:before{animation:none}}.navbar{position:sticky;top:0;z-index:1000;background:var(--green-800);color:var(--white);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 2px 10px #061b0c24;transition:background-color .35s ease,color .35s ease,box-shadow .35s ease,border-color .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease}.navbar.scrolled{background:#fffffff7;color:var(--text);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 6px 20px #061b0c1f}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:84px;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.navbar-brand{display:flex;align-items:center;gap:2rem;flex:1;min-width:0;overflow:hidden}.navbar-logo{display:flex;align-items:center;flex-shrink:0;min-width:250px;min-height:144px;padding-left:10px}.navbar-logo-stack{position:relative;width:250px;height:144px;display:block}.navbar-logo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;transition:opacity .35s ease,transform .35s ease}.navbar-logo-img--light{opacity:1;transform:translateY(0)}.navbar-logo-img--dark{opacity:0;transform:translateY(4px)}.navbar.scrolled .navbar-logo-img--light{opacity:0;transform:translateY(-4px)}.navbar.scrolled .navbar-logo-img--dark{opacity:1;transform:translateY(0)}.navbar:not(.scrolled) .navbar-logo:hover .navbar-logo-img--light{opacity:.92}.navbar.scrolled .navbar-logo:hover .navbar-logo-img--dark{opacity:.92}.navbar-links{display:flex;align-items:center;justify-content:center;gap:.6rem;flex:1;min-width:0}.navbar-links a{padding:.375rem .625rem;font-size:.9rem;font-weight:500;color:#ffffffeb;white-space:nowrap;position:relative;transition:color .35s ease}.navbar-links a:after{content:"";position:absolute;left:.625rem;right:.625rem;bottom:0;height:1px;background:#fffffff2;transform:scaleX(0);transform-origin:left;transition:transform .25s ease,background-color .35s ease}.navbar-links a:hover:after,.navbar-links a.active:after{transform:scaleX(1)}.navbar-links a.active{color:var(--white)}.navbar.scrolled .navbar-links a{color:var(--text-muted)}.navbar.scrolled .navbar-links a:after{background:var(--green-800)}.navbar.scrolled .navbar-links a.active{color:var(--green-800)}.navbar-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar-cta{flex-shrink:0}.navbar-catalog-trigger{flex-shrink:0;padding-inline:.9rem}.navbar-catalog-trigger svg{width:1.15em;height:1.15em}.navbar:not(.scrolled) .navbar-cta{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.62);box-shadow:none}.navbar:not(.scrolled) .navbar-cta:hover{background:#ffffff1f;border-color:#ffffffe0}.navbar:not(.scrolled) .navbar-catalog-trigger{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.62);box-shadow:none}.navbar:not(.scrolled) .navbar-catalog-trigger:hover{background:#ffffff1f;border-color:#ffffffe0}.navbar-hamburger{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;border-radius:var(--radius-md);color:var(--white);transition:background .25s ease,color .35s ease}.navbar-hamburger svg{width:30px;height:30px;display:block}.navbar-hamburger:hover{background:#ffffff1f}.navbar.scrolled .navbar-hamburger{color:var(--green-500)}.navbar.scrolled .navbar-hamburger:hover{background:var(--gray-100)}.navbar-hamburger svg path{transform-box:fill-box;transform-origin:center}@keyframes ham-top-open{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(7px) rotate(0)}to{transform:translateY(7px) rotate(45deg)}}@keyframes ham-mid-open{0%,40%{opacity:1}60%,to{opacity:0}}@keyframes ham-bot-open{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(0)}to{transform:translateY(-7px) rotate(-45deg)}}.navbar-hamburger.open svg path:nth-child(1){animation:ham-top-open .36s cubic-bezier(.23,1,.32,1) forwards}.navbar-hamburger.open svg path:nth-child(2){animation:ham-mid-open .36s ease forwards}.navbar-hamburger.open svg path:nth-child(3){animation:ham-bot-open .36s cubic-bezier(.23,1,.32,1) forwards}@keyframes ham-top-close{0%{transform:translateY(7px) rotate(45deg)}50%{transform:translateY(7px) rotate(0)}to{transform:translateY(0) rotate(0)}}@keyframes ham-mid-close{0%,40%{opacity:0}60%,to{opacity:1}}@keyframes ham-bot-close{0%{transform:translateY(-7px) rotate(-45deg)}50%{transform:translateY(-7px) rotate(0)}to{transform:translateY(0) rotate(0)}}.navbar-hamburger.closing svg path:nth-child(1){animation:ham-top-close .36s cubic-bezier(.23,1,.32,1) forwards}.navbar-hamburger.closing svg path:nth-child(2){animation:ham-mid-close .36s ease forwards}.navbar-hamburger.closing svg path:nth-child(3){animation:ham-bot-close .36s cubic-bezier(.23,1,.32,1) forwards}.nav-overlay{position:fixed;inset:0;z-index:2000;background:var(--white);opacity:0;pointer-events:none;transition:opacity .2s ease}.nav-overlay.open{opacity:1;pointer-events:all}.nav-overlay-close{position:absolute;top:22px;right:var(--container-pad);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:var(--radius-md);color:var(--green-700);transition:background var(--tr)}.nav-overlay-close svg{width:30px;height:30px;display:block}.nav-overlay-close:hover{background:var(--gray-100)}.nav-overlay-links{padding:5rem 2rem 2rem;display:flex;flex-direction:column}.nav-overlay-links a{font-size:1.2rem;font-weight:500;color:var(--text);padding:.875rem 0;border-bottom:1px solid var(--border);transition:color .15s ease}.nav-overlay-links a:last-child{border-bottom:none}.nav-overlay-links a:hover{color:var(--green-700)}.nav-overlay-links a.active{color:var(--green-700);font-weight:600}.nav-overlay-cta{padding:1.5rem 2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.nav-overlay-cta-row{display:flex;gap:.75rem}.nav-overlay-cta-row .btn{flex:1;width:auto;justify-content:center}.nav-overlay-cta>.btn{width:100%;justify-content:center}.nav-overlay-cta-row .navbar-catalog-trigger{flex:0 0 auto;min-width:3.1rem}.catalog-modal{position:fixed;inset:0;z-index:2500;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#061009b8;opacity:0;pointer-events:none;transition:opacity .22s ease}.catalog-modal.open{opacity:1;pointer-events:auto}.catalog-modal-backdrop{position:absolute;inset:0}.catalog-modal-panel{position:relative;width:min(980px,100%);max-height:min(92vh,1180px);overflow:hidden;border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-xl);border:1px solid var(--border)}.catalog-modal-image{width:100%;height:auto;max-height:92vh;object-fit:contain;display:block}.catalog-modal-close{position:absolute;top:.75rem;right:.75rem;z-index:1;width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--gold-600);color:var(--white);border:0;box-shadow:var(--shadow-gold)}.catalog-modal-close:hover{background:var(--gold-700)}.catalog-modal-close svg{width:22px;height:22px;display:block}@media(max-width:900px){.navbar-links,.navbar-cta{display:none}.navbar .navbar-actions>.navbar-catalog-trigger{display:none}.navbar-hamburger{display:flex}.navbar-brand{flex:1}}.footer{background:#fffffff7;color:var(--gray-1000)}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-block:4rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo-link{display:inline-block;margin-bottom:1rem}.footer-logo-img{height:60px;width:auto;object-fit:contain;display:block;transition:var(--tr)}.footer-logo-link:hover .footer-logo-img{opacity:.88}.footer-brand p{font-size:.9rem;line-height:1.7;margin-bottom:1.25rem;color:var(--gray-1000)}.footer-brand-quote-layout{display:grid;grid-template-columns:minmax(120px,148px) minmax(0,1fr);gap:1rem;align-items:center;width:100%}.footer-brand-quote-image{display:flex;align-items:center;justify-content:center}.footer-brand-quote-img{width:100%;max-width:120px;height:auto;display:block;object-fit:contain}.footer-brand-quote{margin:0;padding:.9rem 1rem;background:#1a5c2a14;border-left:3px solid var(--gold-600);border-radius:0 var(--radius-md) var(--radius-md) 0}.footer-brand-quote p{margin:0;font-size:.92rem;line-height:1.45;font-weight:700;font-style:italic;color:var(--green-800)}.footer-col h3{color:var(--green-800);font-size:.9rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.9rem;color:var(--gray-1000);transition:var(--tr)}.footer-links a:hover{color:var(--gold-600)}.footer-contact{display:flex;flex-direction:column;gap:.875rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--gray-1000)}.footer-contact-item svg{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--gold-500)}.footer-contact-item strong{display:block;color:var(--gray-1000);font-weight:600}.footer-contact-link{color:var(--gray-1000);transition:color var(--tr);word-break:break-word}.footer-contact-link:hover{color:var(--gold-600)}.footer-contact-link--mail{word-break:break-all}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-block:1.5rem;font-size:.82rem;color:var(--gray-1000);border-top:1px solid rgba(15,113,36,.28)}.footer-bottom p{color:var(--gray-1000)}.footer-bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-bottom-links a{color:#fff6;transition:var(--tr)}.footer-bottom-links a:hover{color:#ffffffb3}@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr}}@media(max-width:580px){.footer-main{grid-template-columns:1fr;gap:2rem;justify-items:center;text-align:center}.footer-brand,.footer-col{display:flex;flex-direction:column;align-items:center}.footer-logo-link{margin-inline:auto}.footer-brand p{max-width:28rem;margin-inline:auto}.footer-brand-quote-layout{grid-template-columns:1fr;justify-items:center;gap:.9rem;max-width:28rem;margin-inline:auto}.footer-brand-quote-image{width:min(100%,180px)}.footer-brand-quote{max-width:28rem;margin-inline:auto;width:100%}.footer-links,.footer-contact{align-items:center}.footer-contact-item{justify-content:center;align-items:center;gap:.5rem;text-align:center;width:100%;max-width:18rem;margin-inline:auto}.footer-contact-item svg{width:18px;height:18px;margin-top:0;flex-shrink:0}.footer-contact-item div{text-align:center}.footer-bottom{flex-direction:column;justify-content:center;text-align:center}.footer-bottom-links{justify-content:center}.footer-logo-img{height:52px}}.text-green{color:var(--green-800)}.text-gold{color:var(--gold-600)}.text-white{color:var(--white)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.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}
