*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-size:14px;overflow-x:hidden;width:100%}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh;width:100%;position:relative}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}p{margin:0}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit;background-color:transparent}button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none}input,textarea,select{font:inherit;color:inherit;background:transparent;border:none;outline:none}img{max-width:100%;height:auto;display:block;border-style:none}table{border-collapse:collapse;border-spacing:0}hr{border:0;height:1px;background-color:#ccc;margin:20px 0}details{display:block}summary{display:list-item}canvas{display:block}template{display:none}[hidden]{display:none}.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}:focus:not(.hero-nav-button):not(.button){outline:2px solid #0072ce;outline-offset:2px}@media screen and (min-width: 768px){html{font-size:15px}}@media screen and (min-width: 1200px){html{font-size:16px}}@supports (-webkit-touch-callout: none){@media (max-width: 767px){html,body{overflow-x:hidden;width:100vw;max-width:100vw}*{-webkit-overflow-scrolling:touch}.hero,.hero *{overflow-x:visible;width:auto;max-width:none}}}h2{font-size:1.8em;text-align:center}p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.section{position:relative}.section:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:20px;background:linear-gradient(to bottom,rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 50%,transparent 100%);pointer-events:none;z-index:1}.container{max-width:100%;margin:0 auto;padding:0 15px 20px;overflow:visible}.solutions__grid,.products__grid{display:grid;grid-template-columns:1fr;gap:20px;margin:20px 0}.products__slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding:15px 0}.products__slider>*{flex:0 0 auto;scroll-snap-align:start}@media screen and (min-width: 768px){h2{font-size:2.2em;margin-bottom:25px}.container{max-width:100%}.button{padding:10px 20px;font-size:13px}.solutions__grid,.products__grid{grid-template-columns:repeat(2,1fr);gap:25px;margin:30px 0}.products__slider{gap:18px;padding:18px 0}}@media screen and (min-width: 1200px){h2{font-size:2.5em;margin-bottom:30px}.container{max-width:1200px}.button{padding:10px 20px;font-size:14px}.solutions__grid,.products__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}.products__slider{gap:20px;padding:20px 0}}.header{width:100%;background-color:#fff;box-shadow:0 1px #eee;position:fixed;top:0;left:0;z-index:100}.header:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:20px;background:linear-gradient(to bottom,rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 50%,transparent 100%);pointer-events:none;z-index:1}.header__main{padding:15px 0}.header__main .container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:0}.header__logo{order:1}.header__logo a{display:block;text-decoration:none;transition:opacity .3s ease}.header__logo a:hover{opacity:.8}.header__nav{order:2}.header__nav ul{display:flex;flex-direction:column;gap:10px;text-align:center}.header__nav ul li{margin-left:0}.nav-item{font-size:12px;color:#0072ce;font-weight:600;padding:6px 12px;border-radius:5px;transition:background-color .3s ease;text-transform:uppercase;display:block}.nav-item:hover{color:#004abf}@media screen and (min-width: 768px){.header__main{padding:20px 0}.header__main .container,.header__nav ul{flex-direction:row;gap:0}.header__nav ul li{margin-left:20px}.nav-item{font-size:13px;padding:8px 15px;display:inline-block}}@media screen and (min-width: 1200px){.header__nav ul li{margin-left:25px}.nav-item{font-size:18px;padding:8px 15px}}@media screen and (max-width: 767px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}}html{scroll-behavior:smooth}body{padding-top:80px}section[id]{scroll-margin-top:80px}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .3s ease}.mobile-menu-toggle:hover{background-color:#0072ce1a}.burger-icon{transition:transform .3s ease;fill:#0072ce}.mobile-menu-toggle.active .burger-icon{transform:rotate(90deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:absolute;top:0;right:0;width:320px;height:100vh;background-color:#fff;box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.mobile-menu-overlay.active .mobile-menu{transform:translate(0)}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;flex-direction:row-reverse}.mobile-menu__header .header__logo a{display:block;text-decoration:none;transition:opacity .3s ease}.mobile-menu__header .header__logo a:hover{opacity:.8}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .3s ease}.close-icon{position:relative;display:block;width:24px;height:24px}.close-icon:before,.close-icon:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;background-color:#0072ce;transform-origin:center}.close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu-close:hover{background-color:#0000001a}.mobile-menu__nav{flex:1;padding:20px}.mobile-menu__nav ul{list-style:none;padding:0;margin:0}.mobile-menu__nav li{margin-bottom:0}.mobile-nav-item{display:block;font-size:18px;color:#0072ce;font-weight:600;padding:16px 0;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}.mobile-nav-item:before{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,114,206,.1),transparent);transition:left .5s ease}.mobile-nav-item:hover:before{left:100%}.mobile-nav-item:hover{color:#004abf;padding-left:10px}.mobile-menu__footer{padding:20px;border-top:1px solid #eee;margin-top:auto}.mobile-phone-button{display:block;width:100%;background:linear-gradient(135deg,#0072ce,#0056a3);color:#fff;font-size:16px;font-weight:700;padding:16px 24px;border-radius:12px;text-decoration:none;text-align:center;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 12px #0072ce4d}.mobile-phone-button:hover{background:linear-gradient(135deg,#0056a3,#004080);transform:translateY(-2px);box-shadow:0 6px 16px #0072ce66}@media screen and (max-width: 767px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}.header .container{flex-direction:row-reverse}}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;color:#fff;height:57.2vh;position:relative;transition:background-image .5s ease;width:100%;margin:0;touch-action:manipulation}.hero:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:20px;background:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,.25) 15%,rgba(0,0,0,.15) 30%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.04) 70%,rgba(0,0,0,.01) 90%,transparent 100%);pointer-events:none;z-index:1}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;z-index:-1;margin:0;padding:0}.hero-background.current{opacity:1}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-background.slide-in-right{animation:slideInFromRight .8s forwards}.hero-background.slide-in-left{animation:slideInFromLeft .8s forwards}.hero-background.slide-out-right{animation:slideOutToRight .8s forwards}.hero-background.slide-out-left{animation:slideOutToLeft .8s forwards}.hero__container{position:relative;z-index:1;height:100%;margin:0;display:flex;align-items:center}.hero__slides{position:relative;height:100%;width:100%;margin:0;padding:0}.hero__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;margin:0;padding:0;display:flex;align-items:center}.hero__slide.active{opacity:1;visibility:visible;transform:translateY(0)}.hero__content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;padding-top:100px;animation:textFadeIn .5s ease .3s both;opacity:0;margin-bottom:60px;position:relative;z-index:5}.hero__content h1{font-size:32px;font-weight:800;text-align:left;max-width:100%;line-height:1;margin-bottom:15px}.hero__content p{font-size:14px;text-align:left;max-width:100%;line-height:1.5;color:#f0f0f0;margin-bottom:20px}.hero-button{display:inline-block!important;background-color:#fff!important;color:#0072ce!important;font-size:16px!important;font-weight:700!important;padding:10px 25px!important;margin-top:15px!important;border-radius:5px!important;text-transform:uppercase!important;transition:background-color .3s ease!important;position:relative!important;z-index:6!important;text-align:center!important;line-height:1.2!important;vertical-align:middle!important;text-decoration:none!important;cursor:pointer!important;border:none!important}.hero-button:hover{background-color:#a5def6!important}.hero__solutions.c-hro3__button-row{position:absolute;bottom:0;left:0;width:100%;padding:15px 0 20px;background:#0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background .34s ease;margin:0;box-sizing:border-box;z-index:10}.button-group--cells.flex{position:relative;display:flex;justify-content:center;gap:10px;padding:8px;max-width:100%;margin:0 auto;flex-wrap:wrap}.button,.hero-nav-button{display:flex;align-items:center;gap:10px;padding:8px 14px;background-color:transparent;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;outline:none}.button:hover,.hero-nav-button:hover{background-color:#ffffff1a}.button.is-selected,.hero-nav-button.is-selected{background-color:#fff3}.button:focus,.hero-nav-button:focus{outline:none;box-shadow:0 0 0 2px #ffffff80}.button.is-selected:focus,.hero-nav-button.is-selected:focus{outline:none;box-shadow:0 0 0 2px #fffc}.number-circle,.hero-nav-button .number-circle{width:25px;height:25px;border-radius:50%;border:1px solid #fff;background-color:transparent;color:#fff9;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:14px;aspect-ratio:1 / 1}.button.is-selected .number-circle,.hero-nav-button.is-selected .number-circle{color:#fff}.button-text,.hero-nav-button .button-text{color:#fff;font-weight:700;font-family:Arial,sans-serif;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:12px}.button.is-selected .button-text,.hero-nav-button.is-selected .button-text{color:#000;text-shadow:none}.indicator{position:absolute;bottom:0;height:3px;background-color:#fff;transition:left .3s ease,width .3s ease;opacity:0;visibility:hidden}@media (max-width: 767px){.hero{padding-top:180px;height:57.2vh;overflow-x:visible;width:100%}.hero *{overflow-x:visible}.indicator{display:none}.hero__content{max-width:100%;margin-bottom:60px}.hero__content h1{font-size:24px;margin-bottom:15px}.hero__content p{font-size:14px;margin-bottom:20px}.hero-button{font-size:16px;padding:10px 25px;display:flex;align-items:center;justify-content:center;min-height:44px}.hero__solutions.c-hro3__button-row{padding:15px 0 20px}.button-group--cells.flex{gap:8px;padding:6px}.button,.hero-nav-button{padding:6px;gap:0;min-width:32px;height:32px;border-radius:50%;justify-content:center}.button-text,.hero-nav-button .button-text{display:none}.number-circle,.hero-nav-button .number-circle{width:20px;height:20px;font-size:10px;border:2px solid #fff}.button.is-selected,.hero-nav-button.is-selected{background-color:#ffffff4d;border-color:#fff}.button.is-selected .number-circle,.hero-nav-button.is-selected .number-circle{background-color:#fff;color:#000}}@media (min-width: 768px) and (max-width: 1023px){.hero{padding-top:200px;height:78.65vh}.hero__content{max-width:100%;margin-bottom:70px}.hero__content h1{font-size:40px;margin-bottom:15px}.hero__content p{font-size:16px;margin-bottom:20px}.hero-button{font-size:18px;padding:12px 30px}.hero__solutions.c-hro3__button-row{padding:20px 10px 24px}.button-group--cells.flex{gap:8px;padding:6px 3px;justify-content:center}.button,.hero-nav-button{padding:6px 8px;gap:4px;border-radius:20px;min-width:60px;justify-content:center}.button-text,.hero-nav-button .button-text{font-size:10px;white-space:nowrap}.number-circle,.hero-nav-button .number-circle{width:20px;height:20px;font-size:10px}.button.is-selected,.hero-nav-button.is-selected{background-color:#fff3;border-color:#fff}}@media (min-width: 1024px){.hero{padding-top:250px;height:70vh}.hero__content{max-width:600px;margin-bottom:100px}.hero__content h1{font-size:48px;max-width:600px;margin-bottom:20px}.hero__content p{font-size:18px;max-width:550px;margin-bottom:25px}.hero-button{font-size:19px;padding:15px 35px}.hero__solutions.c-hro3__button-row{padding:25px 15px 30px}.button-group--cells.flex{gap:24px;padding:8px 5px;max-width:1200px;flex-wrap:nowrap}.number-circle,.hero-nav-button .number-circle{width:34px;height:34px;font-size:18px}.button-text,.hero-nav-button .button-text{font-size:18px;white-space:nowrap}}.section.about{padding:36px 0;background:#fff;position:relative}.section.about .container{display:flex;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;align-items:flex-end}.left-column{flex:1;display:flex;flex-direction:column}.right-column{flex:1;display:flex;justify-content:center;align-items:flex-end}.text-section{margin-bottom:16px}.text-section h2{font-size:36px;color:#0072ce;font-weight:700;margin-bottom:12px;text-align:left;line-height:1.2}.text-section h3{font-size:18px;color:#64748b;font-weight:600;margin-bottom:16px;text-align:left;text-transform:uppercase;letter-spacing:.5px}.text-section p{font-size:16px;color:#475569;margin-bottom:26px;line-height:1.6;text-align:justify;font-weight:400;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.image-section{display:flex;justify-content:flex-end;align-items:center;position:relative;height:100%}.image-section img{border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease;object-fit:cover}.image-section img:hover{transform:translateY(-4px)}.details-section{background:#0072ce;border-radius:12px;padding:24px;border:1px solid #0056a3;box-shadow:0 2px 6px #0000001a,0 12px 14px #00000026;transition:all .3s ease}.details-section:hover{transform:translateY(-3px);box-shadow:0 6px 10px #0000001a,0 8px 8px #0000001a}.details-section p{font-size:15px;color:#fff;margin-bottom:12px;line-height:1.6;font-weight:400;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.details-section strong{color:#facc15;font-weight:600}@media (max-width: 767px){.section.about .container{flex-direction:column;padding:0 16px;gap:24px;width:100%}.left-column{width:100%}.text-section h2{font-size:28px}.text-section h3{font-size:16px}.text-section p{font-size:15px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.image-section{display:none}.details-section{padding:20px}}@media (min-width: 768px) and (max-width: 1023px){.section.about .container{flex-direction:row;padding:0 24px;gap:32px;align-items:flex-end}.text-section h2{font-size:32px}.text-section h3{font-size:17px}.text-section p{font-size:15px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.image-section{height:auto;align-items:flex-end}.image-section img{max-width:90%;height:auto;object-fit:contain}.details-section{padding:20px}}@media (min-width: 1024px){.section.about .container{flex-direction:row;padding:0 40px;gap:40px;align-items:flex-end}.text-section h2{font-size:36px}.text-section h3{font-size:18px}.text-section p{font-size:16px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.image-section{height:auto;align-items:flex-end}.image-section img{max-width:82%;height:auto;object-fit:contain}.details-section{padding:24px}}.section.geo{padding:36px 0;background:#fff;position:relative}.section.geo .container{max-width:1200px;margin:0 auto;padding:0 20px}.geo-text-section{margin-bottom:40px}.geo-text-section h2{font-size:36px;color:#0072ce;font-weight:700;margin-bottom:12px;text-align:left;line-height:1.2}.geo-text-section h3{font-size:18px;color:#64748b;font-weight:600;margin-bottom:16px;text-align:left;text-transform:uppercase;letter-spacing:.5px}.geo-content{display:flex;gap:40px;margin-bottom:-60px;position:relative;z-index:2}.geo-text-column{flex:1;background:#fffffff2;padding-:30px;border-radius:12px}.geo-text{font-size:16px;color:#475569;margin-bottom:16px;line-height:1.6;text-align:justify;font-weight:400;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.geo-text:last-child{margin-bottom:0}.geo-map{width:100%;border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease;object-fit:cover;position:relative;z-index:1}.geo-map:hover{transform:translateY(-4px)}@media (max-width: 767px){.section.geo .container{padding:0 16px}.geo-text-section h2{font-size:28px}.geo-text-section h3{font-size:16px}.geo-content{flex-direction:column;gap:24px;margin-bottom:-40px}.geo-text-column{padding-bottom:20px}.geo-text{font-size:15px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}}@media (min-width: 768px) and (max-width: 1023px){.section.geo .container{padding:0 24px}.geo-text-section h2{font-size:32px}.geo-text-section h3{font-size:17px}.geo-content{gap:32px;margin-bottom:-50px}.geo-text-column{padding-bottom:25px}.geo-text{font-size:15px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}}@media (min-width: 1024px){.section.geo .container{padding:0 40px}.geo-text-section h2{font-size:36px}.geo-text-section h3{font-size:18px}.geo-content{gap:40px;margin-bottom:-60px}.geo-text-column{padding-bottom:30px}.geo-text{font-size:16px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}}.section.promo{padding:40px 0 60px;background:#fff;position:relative}.section.promo .container{max-width:1200px;margin:0 auto;padding:0 20px}.promo-container{display:flex;gap:40px}.promo-column{flex:1;display:flex;flex-direction:column;gap:30px}.promo-text{flex:1}.promo-text h2{font-size:36px;color:#0072ce;font-weight:700;margin-bottom:20px;text-align:left;line-height:1.2}.promo-text p{font-size:16px;color:#475569;margin-bottom:16px;line-height:1.6;text-align:justify;font-weight:400;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.promo-text p:last-child{margin-bottom:0}.promo-image{flex:1;display:flex;justify-content:center;align-items:center}.promo-image img{width:100%;max-width:500px;border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease;object-fit:cover}.promo-image img:hover{transform:translateY(-4px)}.promo-cta{margin-top:30px;text-align:center}.promo-cta p{font-size:18px;color:#0072ce;font-weight:600;margin-bottom:20px}.promo-button{background:#0072ce;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.promo-button:hover{background:#0056a3;transform:translateY(-2px)}@media (max-width: 767px){.section.promo .container{padding:0 16px}.promo-container{flex-direction:column;gap:40px}.promo-column{gap:20px}.promo-text h2{font-size:28px;text-align:left}.promo-text p{font-size:15px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.promo-image-desktop{display:none}.promo-image img{max-width:100%}.promo-cta{margin-top:20px}.promo-cta p{font-size:16px}.promo-button{padding:12px 24px;font-size:15px}}@media (min-width: 768px) and (max-width: 1023px){.section.promo .container{padding:0 24px}.promo-container{gap:30px}.promo-column{gap:25px}.promo-text h2{font-size:32px}.promo-text p{font-size:15px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.promo-image img{max-width:400px}.promo-cta p{font-size:17px}.promo-button{padding:14px 28px;font-size:15px}}@media (min-width: 1024px){.section.promo .container{padding:0 40px}.promo-container{gap:40px}.promo-column{gap:30px}.promo-text h2{font-size:36px}.promo-text p{font-size:16px;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.promo-image img{max-width:500px}.promo-cta p{font-size:18px}.promo-button{padding:15px 30px;font-size:16px}}.farm-section{padding:36px 0 40px;background-color:#3c92e815;overflow:visible;min-height:auto;position:relative;margin-bottom:20px}.farm-container{max-width:1200px;margin:0 auto;padding:0 16px}.farm-header{text-align:center;margin-bottom:40px}.farm-header h2{font-size:32px;font-weight:700;color:#0072ce;margin:0;line-height:1.2}.farm-grid{display:flex;flex-direction:column;gap:20px;width:100%;margin:0 auto;overflow:visible;padding-bottom:40px}.farm-card{background-color:#fff;border:none;border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column;height:auto;min-height:300px;width:100%}.farm-image{position:relative;width:100%;height:200px;flex-shrink:0}.farm-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.farm-content{width:100%;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;flex:1;min-height:0}.farm-card-title{font-size:24px;font-weight:700;color:#0072ce;margin-bottom:12px;line-height:1.2}.farm-card-description{font-size:14px;color:#333;margin-bottom:18px;line-height:1.5;flex:1}.farm-card-link{font-size:16px;font-weight:700;color:#0072ce;text-decoration:none;display:inline-flex;align-items:center;transition:color .3s ease;margin-top:auto}.farm-card-link .farm-arrow{margin-left:8px;transition:transform .3s ease}.farm-card-link:hover{color:#004abf}.farm-card-link:hover .farm-arrow{transform:translate(4px)}@media screen and (min-width: 768px){.farm-section{padding:50px 0 90px}.farm-container{padding:0 24px}.farm-header{margin-bottom:50px}.farm-header h2{font-size:36px}.farm-grid{gap:30px}.farm-content{padding:25px}.farm-card-title{font-size:22px}}@media screen and (min-width: 1200px){.farm-section{padding:36px 0 40px}.farm-container{padding:0 40px}.farm-header{margin-bottom:60px}.farm-header h2{font-size:40px}.farm-grid{gap:30px}.farm-card{flex-direction:row;height:auto;min-height:280px}.farm-image{width:50%;height:auto;flex-shrink:0}.farm-content{width:50%;padding:28px;height:auto}.farm-card-title{font-size:22px}.farm-card-description{font-size:14px}}.farm-gallery-modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease}.farm-gallery-modal.active{opacity:1;visibility:visible}.farm-gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.farm-gallery-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;height:90%;background-color:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.farm-gallery-close{position:absolute;top:20px;right:20px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.farm-gallery-close:hover{background:#fff;transform:scale(1.1)}.farm-gallery-close svg{color:#333}.farm-gallery-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:flex-start;align-items:center;background-color:#f8f9fa;position:relative;z-index:1}.farm-gallery-header-left{display:flex;flex-direction:column;gap:8px;margin-right:60px}.farm-gallery-title{font-size:24px;font-weight:700;color:#333;margin:0}.farm-gallery-counter{font-size:16px;color:#666;font-weight:500}.farm-gallery-slider{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:20px}@media (min-width: 769px) and (max-width: 1024px){.farm-gallery-slider{padding:10px}}@media (min-width: 1025px){.farm-gallery-slider{padding:10px}}.farm-gallery-main{flex:1;display:flex;align-items:center;justify-content:center;height:100%}.farm-gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000001a}@media (min-width: 769px) and (max-width: 1024px){.farm-gallery-slider{height:300px!important}.farm-gallery-image{max-width:90%;max-height:90%}}@media (min-width: 1025px){.farm-gallery-slider{height:400px!important}.farm-gallery-image{max-width:95%;max-height:95%}}.farm-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.farm-gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.farm-gallery-prev{left:20px}.farm-gallery-next{right:20px}.farm-gallery-nav svg{color:#333}.farm-gallery-thumbnails{padding:20px;background-color:#f8f9fa;border-top:1px solid #eee;display:flex;gap:10px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent}.farm-gallery-thumbnails::-webkit-scrollbar{height:6px}.farm-gallery-thumbnails::-webkit-scrollbar-track{background:transparent}.farm-gallery-thumbnails::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.farm-gallery-thumbnail{flex-shrink:0;width:80px;height:60px;border-radius:6px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}@media (min-width: 769px) and (max-width: 1024px){.farm-gallery-thumbnail{width:60px;height:45px}}@media (min-width: 1025px){.farm-gallery-thumbnail{width:60px;height:45px}}.farm-gallery-thumbnail:hover{transform:scale(1.05)}.farm-gallery-thumbnail.active{border-color:#0072ce}.farm-gallery-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:4px}@media (max-width: 768px){.farm-gallery-container{width:95%;height:95%}.farm-gallery-header{padding:15px}.farm-gallery-header-left{margin-right:50px}.farm-gallery-title{font-size:18px}.farm-gallery-counter{font-size:14px}.farm-gallery-close{top:15px;right:15px;width:35px;height:35px}.farm-gallery-nav{width:40px;height:40px}.farm-gallery-prev{left:10px}.farm-gallery-next{right:10px}.farm-gallery-thumbnails{padding:15px}.farm-gallery-thumbnail{width:60px;height:45px}}@media (min-width: 769px) and (max-width: 1024px){.farm-gallery-modal .farm-gallery-container{height:85%;max-height:700px}}@media (min-width: 1025px){.farm-gallery-modal .farm-gallery-container{height:80%;max-height:800px}}.farm-gallery-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;color:#0072ce;padding:0;margin:0;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.farm-gallery-btn:hover{color:#004abf}.farm-gallery-btn .farm-arrow{transition:transform .3s ease}.farm-gallery-btn:hover .farm-arrow{transform:translate(4px)}.schedule-section{padding:60px 0;background:#fff;position:relative}.schedule-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.schedule-title{font-size:42px;color:#0072ce;font-weight:800;margin-bottom:40px;text-align:center;line-height:1.2}.schedule-day{margin-bottom:12px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease;background:#fff}.schedule-day:hover{border-color:#0072ce;box-shadow:0 4px 20px #0072ce1a}.schedule-day[open]{border-color:#0072ce;box-shadow:0 8px 30px #0072ce26}.schedule-summary{padding:18px 24px;background:linear-gradient(135deg,#0072ce,#0056a3);color:#fff;font-size:18px;font-weight:600;cursor:pointer;position:relative;transition:all .3s ease;list-style:none;display:flex;align-items:center;justify-content:space-between}.schedule-summary::marker{display:none}.schedule-summary:after{content:"▼";font-size:16px;transition:transform .3s ease;color:#fff;font-weight:700}.schedule-day[open] .schedule-summary:after{transform:rotate(180deg)}.schedule-summary:hover{background:linear-gradient(135deg,#0056a3,#004080)}.schedule-description{padding:20px 24px;background:#f8fafc;border-top:1px solid #e2e8f0}.schedule-description p{font-size:15px;color:#475569;line-height:1.6;margin:0;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.schedule-day{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767px){.schedule-section{padding:40px 0}.schedule-section .container{padding:0 16px}.schedule-title{font-size:32px;margin-bottom:30px}.schedule-summary{padding:16px 18px;font-size:15px}.schedule-description{padding:16px 18px}.schedule-description p{font-size:14px;line-height:1.5}}@media (min-width: 768px) and (max-width: 1023px){.schedule-section{padding:50px 0}.schedule-section .container{padding:0 24px}.schedule-title{font-size:40px;margin-bottom:40px}.schedule-summary{padding:20px 22px;font-size:17px}.schedule-description{padding:20px 22px}.schedule-description p{font-size:15px}}@media (min-width: 1024px){.schedule-section{padding:60px 0}.schedule-section .container{padding:0 40px}.schedule-title{font-size:48px;margin-bottom:50px}.schedule-summary{padding:18px 24px;font-size:18px}.schedule-description{padding:20px 24px}.schedule-description p{font-size:15px}}.price-section{padding:60px 0;background:linear-gradient(135deg,#ff6b9d,#ff8fab);position:relative}.price-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.price-title{font-size:48px;color:#fff;font-weight:800;margin-bottom:20px;text-align:center;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1)}.price-paragraph{font-size:20px;color:#fff;margin-bottom:50px;line-height:1.6;text-align:center;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.1)}.price-strong{color:#fff;font-weight:700;background:#fff3;padding:4px 12px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.price-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:40px}.price-included,.price-not-included{background:#fffffff2;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.price-included:hover,.price-not-included:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.price-subtitle{font-size:24px;color:#ff6b9d;font-weight:700;margin-bottom:25px;text-align:center;text-transform:uppercase;letter-spacing:1px}.price-subtitle-coordinator{font-size:18px;color:#ff6b9d;font-weight:600;margin:40px 0 25px;text-align:center;text-transform:uppercase;letter-spacing:1px}.price-list{list-style:none;padding:0;margin:0}.price-item{font-size:16px;color:#475569;line-height:1.1;margin-bottom:16px;padding-left:30px;position:relative;text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}.price-item:before{content:"✓";position:absolute;left:0;top:0;color:#ff6b9d;font-weight:700;font-size:16px;background:#ff6b9d1a;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.coordinator-info{margin-top:20px;padding-top:20px;border-top:2px solid rgba(255,107,157,.2)}.coordinator-name{font-size:18px;color:#ff6b9d;font-weight:700;margin-bottom:8px;text-align:center}.coordinator-company{font-size:14px;color:#64748b;font-weight:600;margin-bottom:12px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.coordinator-contact{font-size:14px;color:#475569;margin-bottom:6px;text-align:center}.coordinator-address{font-size:14px;color:#475569;margin-bottom:6px;text-align:center;line-height:1.4}.coordinator-site{font-size:14px;color:#ff6b9d;font-weight:600;margin-bottom:0;text-align:center}@media (max-width: 767px){.price-section{padding:40px 0}.price-section .container{padding:0 16px}.price-title{font-size:32px}.price-paragraph{font-size:16px;margin-bottom:40px}.price-strong{display:block;margin-top:8px}.price-content{grid-template-columns:1fr;gap:30px;margin-top:30px}.price-included,.price-not-included{padding:30px 20px}.price-subtitle{font-size:20px}.price-item{font-size:15px;padding-left:25px}.coordinator-name{font-size:16px}.coordinator-company{font-size:12px}.coordinator-contact,.coordinator-address,.coordinator-site{font-size:13px}}@media (min-width: 768px) and (max-width: 1023px){.price-section{padding:50px 0}.price-section .container{padding:0 24px}.price-title{font-size:40px}.price-paragraph{font-size:18px}.price-content{gap:40px}.price-included,.price-not-included{padding:35px 25px}.price-subtitle{font-size:22px}.price-item{font-size:15px}.coordinator-name{font-size:17px}.coordinator-company,.coordinator-contact,.coordinator-address,.coordinator-site{font-size:13px}}@media (min-width: 1024px){.price-section{padding:60px 0}.price-section .container{padding:0 40px}.price-title{font-size:48px}.price-paragraph{font-size:20px}.price-content{gap:60px}.price-included,.price-not-included{padding:40px}.price-subtitle{font-size:24px}.price-item{font-size:16px}.coordinator-name{font-size:18px}.coordinator-company,.coordinator-contact,.coordinator-address,.coordinator-site{font-size:14px}}footer{background-color:#0072ce;color:#fff;padding:100px 0 80px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:30px;position:relative;justify-content:center;align-items:center}.footer-logo{text-align:center;order:1;position:relative;margin-bottom:40px}.footer-logo svg{max-width:100px;height:auto;fill:#fff;position:relative;z-index:1}.footer-logo a{display:block;text-decoration:none;transition:opacity .3s ease}.footer-logo a:hover{opacity:.8}.footer-circle{width:140px;height:140px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;opacity:1!important;box-shadow:inset 0 4px 8px #00000026}.footer-menu{order:2;text-align:center}.footer-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.footer-menu ul li{margin:0}.footer-menu ul li a{color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px}.footer-menu ul li a:hover{color:#b3d9ff}.footer-contacts{order:3;text-align:center}.footer-contacts p{margin:0 0 15px;font-size:14px;line-height:1.6;color:#e6f3ff}.footer-contacts p:last-child{margin-bottom:0}@media screen and (min-width: 768px){footer{padding:50px 0 30px}.footer-container{padding:0 30px;flex-direction:column;gap:30px;justify-content:center;align-items:center}.footer-logo{order:1;text-align:center;position:relative;margin-bottom:30px}.footer-circle{width:160px;height:160px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;opacity:1!important}.footer-logo svg{max-width:90px;position:relative;z-index:1}.footer-menu{order:2;text-align:center}.footer-menu ul{flex-direction:column;gap:15px}.footer-menu ul li a{font-size:16px}.footer-contacts{order:3;text-align:center}.footer-contacts p{font-size:14px;margin-bottom:15px}}@media screen and (min-width: 1200px){footer{padding:120px 0 20px}.footer-container{padding:0 140px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:60px}.footer-logo{order:1;text-align:left;flex:0 0 auto;position:relative;margin-bottom:0}.footer-circle{width:180px;height:180px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;opacity:1!important}.footer-logo svg{max-width:110px;position:relative;z-index:1}.footer-menu{order:2;font-size:12px;text-align:center;flex:1;display:flex;justify-content:center}.footer-menu ul{flex-direction:row;justify-content:center;gap:40px}.footer-menu ul li a{font-size:14px}.footer-contacts{order:3;text-align:center;flex:0 0 auto;margin-left:auto}.footer-contacts p{font-size:14px;margin-bottom:12px}}.footer-menu ul li a:focus{outline:2px solid #fff;outline-offset:2px}.footer-logo svg{transition:opacity .3s ease}.footer-logo svg:hover{opacity:.8}.footer-copyright{width:100%;text-align:center;padding:20px 0;margin-top:40px;display:flex;justify-content:center;align-items:center}.copyr{font-size:12px;color:#ffffffb3;margin:0;font-weight:400;letter-spacing:.5px}@media screen and (max-width: 767px){.footer-copyright{padding:15px 0;margin-top:30px}.copyr{font-size:11px}}@media screen and (min-width: 768px) and (max-width: 1199px){.footer-copyright{padding:18px 0;margin-top:35px}.copyr{font-size:10px}}@media screen and (min-width: 1200px){.footer-copyright{padding:25px 0;margin-top:120px}.copyr{font-size:13px}}
