@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root{--zb-dark-green:#164b2d;--zb-green:#267347;--zb-red:#a71930;--zb-burgundy:#751323;--zb-cream:#f7f3ea;--zb-light-green:#f4f7f2;--zb-dark:#17231b;--zb-muted:#4a6b58;--zb-white:#fff;--zb-border:rgba(22,75,45,.12);--zb-shadow:0 18px 50px rgba(22,75,45,.12);--zb-radius:16px;--zb-header-h:76px;--zb-container:1320px;--zb-font:'Manrope',sans-serif;--zb-serif:'Playfair Display',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--zb-light-green);color:var(--zb-dark);font-family:var(--zb-font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open,body.modal-open{overflow:hidden}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease}button,input,select,textarea{font:inherit}button{transition:all .2s ease}.zb-container{width:100%;max-width:var(--zb-container);margin:0 auto;padding-left:24px;padding-right:24px}.section{position:relative;padding:96px 0}.section-sm{padding:72px 0}.section-lg{padding:120px 0}.section-white{background:var(--zb-white)}.section-cream{background:var(--zb-cream)}.section-green{background:var(--zb-dark-green);color:var(--zb-white)}.section-label{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--zb-red);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-label:before{content:"";width:28px;height:2px;background:currentColor}.section-title{margin:0 0 20px;font-family:var(--zb-serif);font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.12;color:var(--zb-dark-green)}.section-green .section-title{color:var(--zb-white)}.section-lead{max-width:760px;margin:0;color:#557061;font-size:18px;line-height:1.8}.section-green .section-lead{color:rgba(255,255,255,.72)}.text-green{color:var(--zb-dark-green)!important}.text-red{color:var(--zb-red)!important}.text-muted-zb{color:var(--zb-muted)!important}.font-serif{font-family:var(--zb-serif)!important}.overflow-hidden{overflow:hidden}.object-cover{width:100%;height:100%;object-fit:cover}.ratio-img{position:relative;overflow:hidden}.ratio-img>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hover-zoom img{transition:transform .6s cubic-bezier(.2,.6,.2,1)}.hover-zoom:hover img{transform:scale(1.045)}

/* Buttons */
.btn-zb{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 22px;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:800;line-height:1.2;cursor:pointer}.btn-zb-primary{background:var(--zb-red);color:var(--zb-white);border-color:var(--zb-red)}.btn-zb-primary:hover{background:var(--zb-burgundy);border-color:var(--zb-burgundy);color:var(--zb-white);transform:translateY(-1px)}.btn-zb-green{background:var(--zb-dark-green);color:var(--zb-white);border-color:var(--zb-dark-green)}.btn-zb-green:hover{background:var(--zb-green);border-color:var(--zb-green);color:var(--zb-white)}.btn-zb-outline{background:transparent;color:var(--zb-dark-green);border-color:rgba(22,75,45,.3)}.btn-zb-outline:hover{background:var(--zb-dark-green);border-color:var(--zb-dark-green);color:var(--zb-white)}.btn-zb-light{background:rgba(255,255,255,.1);color:var(--zb-white);border-color:rgba(255,255,255,.3)}.btn-zb-light:hover{background:var(--zb-white);color:var(--zb-dark-green);border-color:var(--zb-white)}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1030;height:var(--zb-header-h);background:transparent;transition:background .35s ease,box-shadow .35s ease,border-color .35s ease,backdrop-filter .35s ease;border-bottom:1px solid transparent}.site-header.is-scrolled,.site-header.is-solid,.site-header.search-open{background:rgba(22,75,45,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 24px rgba(0,0,0,.18);border-bottom-color:rgba(255,255,255,.08)}.site-header-inner{height:var(--zb-header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{display:inline-flex;align-items:center;flex:0 0 auto;border:0;background:none;padding:0}.site-logo img{display:block;width:auto;max-width:200px;height:48px;object-fit:contain}.site-nav{display:flex;align-items:center;justify-content:center;gap:24px;flex:1}.site-nav a{position:relative;color:rgba(255,255,255,.88);font-size:13.5px;font-weight:700;white-space:nowrap}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--zb-cream);transition:right .25s ease}.site-nav a:hover,.site-nav a.active{color:var(--zb-white)}.site-nav a:hover:after,.site-nav a.active:after{right:0}.site-header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.header-icon-btn,.mobile-menu-btn{width:40px;height:40px;border:1px solid transparent;border-radius:8px;background:transparent;color:rgba(255,255,255,.88);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.header-icon-btn:hover,.mobile-menu-btn:hover,.site-header.search-open [data-search-open]{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:var(--zb-white)}.language-switcher{display:flex;align-items:center;gap:4px}.language-switcher a,.language-switcher button{min-width:34px;padding:5px 8px;border:1px solid rgba(255,255,255,.4);border-radius:4px;background:transparent;color:var(--zb-white);font-size:11px;font-weight:800;line-height:1;letter-spacing:.05em;text-align:center}.language-switcher .active,.language-switcher a:hover,.language-switcher button:hover{background:var(--zb-red);border-color:var(--zb-red);color:var(--zb-white)}.header-cta{padding:11px 20px;border-radius:6px;background:var(--zb-red);color:var(--zb-white);font-size:13.5px;font-weight:800;white-space:nowrap}.header-cta:hover{background:var(--zb-burgundy);color:var(--zb-white)}.mobile-menu-btn{display:none;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}

/* Search */
.header-search{display:none;align-items:center;justify-content:center;flex:1;min-width:0}.site-header.search-open .header-search{display:flex}.site-header.search-open .site-nav,.site-header.search-open .header-cta{display:none!important}.header-search form{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;width:100%;max-width:640px;margin:0 auto;gap:8px!important}.header-search-box{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:rgba(255,255,255,.1)}.header-search-box.is-error{border-color:rgba(230,90,90,.85)}.header-search-box i{flex:0 0 auto;color:rgba(255,255,255,.65)}.header-search-box input{display:block;flex:1 1 auto;min-width:0;width:100%;height:40px;padding:0;border:0;outline:0;background:transparent;color:var(--zb-white);font-size:14px;box-shadow:none}.header-search-box input:focus{outline:0;box-shadow:none}.header-search-box input::placeholder{color:rgba(255,255,255,.5)}.search-submit{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;height:42px;min-height:42px;margin:0!important;padding:0 22px;border:0;border-radius:8px;background:var(--zb-red);color:var(--zb-white);font-size:13px;font-weight:800;white-space:nowrap}.search-submit:hover{background:var(--zb-burgundy);color:var(--zb-white)}.header-search [data-search-close]{flex:0 0 40px;margin:0!important}.search-error{margin:6px 0 0;color:#ffc0b0;font-size:12px}

/* Search results */
.search-page{min-height:70vh;background:var(--zb-white)}.search-page-inner{width:100%;max-width:860px;margin:0 auto;padding-left:24px;padding-right:24px}.search-page-head{padding:calc(var(--zb-header-h) + 32px) 0 36px;border-bottom:1px solid rgba(22,75,45,.08);background:#f6faf7}.search-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:28px;color:#9ab0a3;font-size:13px}.search-breadcrumb a{color:#6b8278;font-weight:500}.search-breadcrumb a:hover{color:var(--zb-green)}.search-breadcrumb i{font-size:9px;color:#a9bab0}.search-breadcrumb span{color:var(--zb-dark-green);font-weight:600}.search-page-title{margin:0 0 24px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;line-height:1.2}.search-page-form{display:flex;width:100%;max-width:none;margin:0;gap:10px}.search-page-box{display:flex;align-items:center;gap:10px;flex:1;min-width:0;height:50px;padding:0 14px;border:1.5px solid #c8d9ce;border-radius:10px;background:var(--zb-white);box-shadow:0 2px 12px rgba(22,75,45,.06);transition:border-color .2s ease,box-shadow .2s ease}.search-page-box:focus-within{border-color:var(--zb-green);box-shadow:0 0 0 3px rgba(38,115,71,.08)}.search-page-box>i{flex:0 0 auto;color:#9ab0a3;font-size:15px}.search-page-box input{display:block;flex:1;min-width:0;width:100%;height:48px;padding:0;border:0;outline:0;background:transparent;color:var(--zb-dark);font-size:15px;box-shadow:none}.search-page-box input::placeholder{color:#9ab0a3}.search-page-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;min-width:120px;height:50px;padding:0 24px;border:0;border-radius:10px;background:var(--zb-dark-green);color:var(--zb-white);font-size:13.5px;font-weight:700;box-shadow:0 2px 12px rgba(22,75,45,.18);cursor:pointer}.search-page-submit:hover{background:var(--zb-green);color:var(--zb-white)}.search-results-section{padding:36px 0 80px}.search-results-list{width:100%}.search-result-item{margin:0;padding:24px 0;border-bottom:1px solid rgba(22,75,45,.08)}.search-result-item:first-child{padding-top:0}.search-result-item:last-child{border-bottom:0}.search-result-link{display:block;text-decoration:none}.search-result-type{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--zb-green);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.search-result-type i{font-size:11px}.search-result-main{display:flex;align-items:center;justify-content:space-between;gap:20px}.result-title{margin:0;color:var(--zb-dark-green);font-family:var(--zb-font);font-size:clamp(1rem,2vw,1.15rem);font-weight:700;line-height:1.4;transition:color .2s ease}.search-result-arrow{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(22,75,45,.14);border-radius:8px;color:var(--zb-green);font-size:12px;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.search-result-link:hover .result-title{color:var(--zb-burgundy)}.search-result-link:hover .search-result-arrow{border-color:var(--zb-dark-green);background:var(--zb-dark-green);color:var(--zb-white);transform:translateX(3px)}

/* Mobile menu */
.mobile-menu{position:fixed;inset:0;z-index:1050;display:flex;flex-direction:column;background:#0d2818;color:var(--zb-white);opacity:0;visibility:hidden;transform:translateX(100%);transition:transform .3s ease,opacity .3s ease,visibility .3s ease;overflow-y:auto}.mobile-menu.show{opacity:1;visibility:visible;transform:translateX(0)}.mobile-menu-head{height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);flex:0 0 auto}.mobile-menu-head .site-logo img{height:46px}.mobile-menu-close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(255,255,255,.08);color:var(--zb-white)}.mobile-menu-body{padding:8px 24px 28px}.mobile-nav a{display:block;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.9);font-family:var(--zb-serif);font-size:19px;font-weight:600}.mobile-nav a:hover,.mobile-nav a.active{color:var(--zb-cream)}.mobile-menu-langs{display:flex;gap:8px;margin:26px 0}.mobile-menu-langs a{padding:7px 12px;border:1px solid rgba(255,255,255,.25);border-radius:5px;font-size:12px;font-weight:800}.mobile-menu-langs .active{background:var(--zb-red);border-color:var(--zb-red)}

.nav-item-dropdown{position:relative;display:flex;align-items:center;height:var(--zb-header-h)}.nav-dropdown-menu{position:absolute;top:calc(100% - 8px);left:50%;min-width:220px;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(13,40,24,.98);box-shadow:0 18px 40px rgba(0,0,0,.22);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.2s ease}.nav-item-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav-dropdown-link{display:block!important;padding:10px 14px;color:rgba(255,255,255,.82)!important;border-radius:6px;font-size:13px!important}.nav-dropdown-link:after{display:none!important}.nav-dropdown-link:hover{background:rgba(255,255,255,.08);color:#fff!important}.nav-dropdown-link-sub{padding-left:24px}.mobile-nav-parent{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.07)}.mobile-nav-parent>a{flex:1;border-bottom:0!important}.mobile-submenu-toggle{width:44px;height:44px;border:0;background:transparent;color:#fff}.mobile-submenu-toggle i{transition:transform .2s ease}.mobile-nav-item.open .mobile-submenu-toggle i{transform:rotate(180deg)}.mobile-submenu{display:none;padding:0 0 8px 16px}.mobile-nav-item.open .mobile-submenu{display:block}.mobile-submenu-link{padding:11px 0!important;border-bottom:0!important;font-family:var(--zb-font)!important;font-size:14px!important;color:rgba(255,255,255,.68)!important}.mobile-submenu-link:hover{color:#fff!important}.mobile-submenu-link-sub{padding-left:16px!important}

/* Hero */
.home-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--zb-dark-green);color:var(--zb-white)}.home-hero-slides{position:absolute;inset:0;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .8s ease,visibility .8s ease,transform 6.5s ease}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}.home-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,37,20,.84) 0%,rgba(14,54,29,.62) 48%,rgba(15,58,31,.18) 78%,rgba(15,58,31,.06) 100%)}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--zb-container);margin:0 auto;padding:140px 100px 115px 24px}.hero-content-slides{position:relative;max-width:760px}.hero-content-slide{display:none}.hero-content-slide.active{display:block;animation:heroContentIn .65s ease both}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:26px;padding:7px 16px;border:1px solid rgba(255,255,255,.24);border-radius:100px;background:rgba(255,255,255,.08);color:var(--zb-white);font-size:11px;font-weight:800;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-eyebrow-dot{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#91ca3e}.hero-editor h1{max-width:720px;margin:0 0 24px;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(3rem,5.5vw,5.2rem);font-weight:700;line-height:.98}.hero-editor h1 em{color:#f1b98e;font-weight:600}.hero-editor p{max-width:620px;margin:0 0 36px;color:rgba(255,255,255,.88);font-size:17px;line-height:1.75}.hero-editor>*:last-child{margin-bottom:36px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .btn-zb{min-height:52px;padding:13px 26px}.hero-arrow{position:absolute;z-index:4;top:50%;display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-top:-26px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(17,46,28,.28);color:var(--zb-white);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-arrow:hover{background:var(--zb-red);border-color:var(--zb-red)}.hero-arrow.left{left:28px}.hero-arrow.right{right:28px}.hero-dots{position:absolute;z-index:4;left:50%;bottom:28px;display:flex;align-items:center;gap:8px;transform:translateX(-50%)}.hero-dot{display:block;width:8px;height:8px;margin:0;padding:0;border:0;border-radius:100px;background:rgba(255,255,255,.45);cursor:pointer;transition:width .25s ease,background .25s ease}.hero-dot.active{width:30px;background:var(--zb-white)}@keyframes heroContentIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero-features{position:absolute;z-index:5;left:0;right:0;bottom:-112px}.hero-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.hero-feature-card{min-height:200px;padding:28px 24px;border:1px solid rgba(22,75,45,.08);border-radius:14px;background:var(--zb-white);box-shadow:0 8px 28px rgba(22,75,45,.08)}.hero-feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:20px;border-radius:10px;background:#edf4ef;color:var(--zb-green);font-size:20px}.hero-feature-card h3{margin:0 0 10px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:17px;font-weight:700;line-height:1.35}.hero-feature-text{color:#64796d;font-size:13px;line-height:1.7}.hero-feature-text p{margin:0}.home-hero{margin-bottom:112px;overflow:visible}

@media(max-width:1199.98px){
	.hero-features-grid{gap:16px}
	.hero-feature-card{padding:24px 20px}
}

@media(max-width:991.98px){
	.hero-features{position:relative;bottom:auto;margin-top:auto;padding:0 0 24px}
	.hero-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.home-hero{display:flex;flex-direction:column;justify-content:center;margin-bottom:0;overflow:hidden}
	.hero-content{flex:1;display:flex;align-items:center}
}

@media(max-width:575.98px){
	.hero-features-grid{grid-template-columns:1fr}
	.hero-feature-card{min-height:0}
}

@media(max-width:991.98px){.hero-content{padding:135px 70px 100px 24px}.hero-arrow{width:44px;height:44px;margin-top:-22px}.hero-arrow.left{left:14px}.hero-arrow.right{right:14px}}

@media(max-width:767.98px){.home-hero{min-height:760px}.home-hero:after{background:linear-gradient(180deg,rgba(8,37,20,.55) 0%,rgba(8,37,20,.78) 60%,rgba(8,37,20,.94) 100%)}.hero-content{padding:130px 18px 110px}.hero-content-slides{max-width:100%}.hero-editor h1{font-size:clamp(2.55rem,12vw,4rem)}.hero-editor p{font-size:16px;line-height:1.7}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn-zb{width:100%}.hero-arrow{top:auto;bottom:24px}.hero-arrow.left{left:18px}.hero-arrow.right{right:18px}.hero-dots{bottom:42px}}

@media(max-width:479.98px){.hero-editor h1{font-size:clamp(2.35rem,12vw,3.3rem)}.hero-eyebrow{font-size:10px}.hero-content{padding-top:120px}}

/* Home export */
.home-export-section{padding:110px 0;background:var(--zb-cream)}.home-export-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.82fr);gap:76px;align-items:center}.home-export-image{height:430px;border-radius:18px;overflow:hidden;background:#dfe7df}.home-export-image img{display:block;width:100%;height:100%;object-fit:cover}.home-export-content{min-width:0}.home-export-label{margin-bottom:18px;color:var(--zb-green);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.home-export-editor h2{max-width:560px;margin:0 0 28px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.12}.home-export-editor ul{display:flex;flex-direction:column;gap:15px;margin:0;padding:0;list-style:none}.home-export-editor li{position:relative;margin:0;padding-left:34px;color:#526b5d;font-size:14px;line-height:1.65}.home-export-editor li:before{content:"✓";position:absolute;top:1px;left:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(38,115,71,.1);color:var(--zb-green);font-size:10px;font-weight:800}.home-export-btn{margin-top:36px;min-height:50px;padding-left:28px;padding-right:28px}

@media(max-width:991.98px){
	.home-export-section{padding:90px 0}
	.home-export-layout{grid-template-columns:1fr;gap:48px}
	.home-export-image{height:460px}
}

@media(max-width:767.98px){
	.home-export-section{padding:72px 0}
	.home-export-image{height:360px}
	.home-export-editor h2{font-size:clamp(1.8rem,8vw,2.5rem)}
}

@media(max-width:479.98px){
	.home-export-image{height:300px}
	.home-export-btn{width:100%}
}

.home-quality .quality-card{min-height:188px}.home-quality .icon-box{width:44px;height:44px;margin-bottom:16px;border-radius:50%;font-size:18px}.home-quality .card-title-zb{font-size:16px}.home-quality .card-text-zb{font-size:13px}

/* Home gallery & stats */
.home-visual-stats-section{position:relative;overflow:hidden;padding:100px 0 110px;background-color:#145634;background-image:radial-gradient(rgba(255,255,255,.045) 1px,transparent 1px);background-size:22px 22px;color:var(--zb-white)}.home-visual-stats-section:before{content:"";position:absolute;z-index:0;left:-80px;bottom:-95px;width:280px;height:280px;background:url('/era_cms/images/nar.svg') center/contain no-repeat;opacity:.11;pointer-events:none}.home-visual-stats-section:after{content:"";position:absolute;z-index:0;right:-105px;bottom:-90px;width:500px;height:500px;background:url('/era_cms/images/nar-big.svg') center/contain no-repeat;opacity:.1;pointer-events:none}.home-visual-stats-section>.zb-container{position:relative;z-index:1;max-width:1240px}

/* Gallery */
.home-gallery-head{margin-bottom:44px}.home-gallery-label{margin-bottom:14px;color:#80c96c;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-gallery-editor h2{margin:0 0 10px;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(2rem,3.7vw,3rem);font-weight:700;line-height:1.15}.home-gallery-editor p{margin:0;color:rgba(255,255,255,.58);font-size:13px;line-height:1.7}.home-gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(6,100px);gap:9px;width:100%}.home-gallery-item{position:relative;min-width:0;overflow:hidden;border-radius:8px;background:rgba(255,255,255,.06)}.home-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-gallery-item:hover img{transform:scale(1.035)}.home-gallery-item-1{grid-column:1/6;grid-row:1/5}.home-gallery-item-2{grid-column:6/9;grid-row:1/3}.home-gallery-item-3{grid-column:9/13;grid-row:1/3}.home-gallery-item-4{grid-column:6/9;grid-row:3/5}.home-gallery-item-5{grid-column:9/13;grid-row:3/5}.home-gallery-item-6{grid-column:1/5;grid-row:5/7}.home-gallery-item-7{grid-column:5/9;grid-row:5/7}.home-gallery-item-8{grid-column:9/13;grid-row:5/7}

/* Stats */
.home-stats-block{padding-top:130px}.home-stats-head{text-align:center}.home-stats-label{margin-bottom:14px;color:#80c96c;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-stats-editor h2{margin:0;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(2rem,3.3vw,2.8rem);font-weight:700;line-height:1.15}.home-stats-editor p{max-width:600px;margin:10px auto 0;color:rgba(255,255,255,.58);font-size:13px}.home-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:68px}.home-stat-item{position:relative;display:flex;min-width:0;min-height:215px;flex-direction:column;align-items:center;justify-content:center;padding:18px 30px;text-align:center}.home-stat-item+.home-stat-item{border-left:1px solid rgba(255,255,255,.1)}.home-stat-line{order:1;display:block;width:30px;height:2px;margin-bottom:26px;background:var(--zb-red)}.home-stat-content{display:contents}.home-stat-content h3{order:2;margin:0;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(2.7rem,4.4vw,4.2rem);font-weight:700;line-height:.98;letter-spacing:-.02em}.home-stat-label{order:3;margin-top:12px;color:#7bc866;font-size:10px;font-weight:800;line-height:1.4;letter-spacing:.07em;text-transform:uppercase}.home-stat-content p{order:4;max-width:220px;margin:8px 0 0;color:rgba(255,255,255,.48);font-size:11px;line-height:1.55}

@media(max-width:1199.98px){
	.home-visual-stats-section>.zb-container{max-width:1100px}
	.home-gallery-grid{grid-template-rows:repeat(6,88px)}
	.home-visual-stats-section:after{right:-180px;width:440px;height:440px}
}

@media(max-width:991.98px){
	.home-visual-stats-section{padding:90px 0}
	.home-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}
	.home-gallery-item{grid-column:auto!important;grid-row:auto!important;height:240px}
	.home-gallery-item-1{grid-column:1/-1!important;height:460px}
	.home-stats-block{padding-top:95px}
	.home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.home-stat-item:nth-child(3){border-left:0}
	.home-stat-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.1)}
	.home-visual-stats-section:before{left:-100px;bottom:-60px;width:230px;height:230px}
	.home-visual-stats-section:after{right:-160px;bottom:-40px;width:380px;height:380px}
}

@media(max-width:767.98px){
	.home-visual-stats-section{padding:72px 0}
	.home-gallery-head{margin-bottom:32px}
	.home-gallery-item{height:210px}
	.home-gallery-item-1{height:370px}
	.home-stats-block{padding-top:76px}
	.home-stats-grid{margin-top:48px}
	.home-stat-item{min-height:190px;padding:22px}
}

@media(max-width:575.98px){
	.home-gallery-grid{grid-template-columns:1fr}
	.home-gallery-item,.home-gallery-item-1{grid-column:auto!important;height:230px}
	.home-gallery-item-1{height:320px}
	.home-stats-grid{grid-template-columns:1fr}
	.home-stat-item{min-height:165px;border-left:0!important}
	.home-stat-item+.home-stat-item{border-top:1px solid rgba(255,255,255,.1)}
	.home-stat-content h3{font-size:3rem}
	.home-visual-stats-section:before{width:180px;height:180px}
	.home-visual-stats-section:after{right:-150px;width:310px;height:310px}
}

/* Inner hero */
.inner-hero{position:relative;min-height:320px;padding-top:var(--zb-header-h);display:flex;align-items:center;overflow:hidden;background:var(--zb-dark-green);color:var(--zb-white)}.inner-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.inner-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(22,75,45,.94) 0%,rgba(22,75,45,.8) 60%,rgba(38,115,71,.7) 100%)}.inner-hero-content{position:relative;z-index:2;width:100%;max-width:var(--zb-container);margin:0 auto;padding:56px 24px 64px}.breadcrumb-zb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:28px}.breadcrumb-zb>*{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.62);font-size:13px;font-weight:500}.breadcrumb-zb>*:not(:first-child):before{content:"›";color:rgba(255,255,255,.38);font-size:18px;line-height:1}.breadcrumb-zb .active{color:rgba(255,255,255,.92);font-weight:700}.inner-hero-pill{display:inline-flex;margin-bottom:22px;padding:7px 20px;border:1px solid rgba(255,255,255,.22);border-radius:100px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.88);font-size:12px;font-weight:700;letter-spacing:.06em}.inner-hero-title{margin:0;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.1}

/* Cards / generic grids */
.features-grid,.quality-grid,.advantages-grid,.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.feature-card,.quality-card,.advantage-card,.stat-card{height:100%;padding:28px;border:1px solid var(--zb-border);border-radius:var(--zb-radius);background:var(--zb-white);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card:hover,.quality-card:hover,.advantage-card:hover,.stat-card:hover{transform:translateY(-5px);box-shadow:var(--zb-shadow);border-color:rgba(22,75,45,.2)}.icon-box{width:52px;height:52px;margin-bottom:22px;border-radius:14px;background:rgba(38,115,71,.09);color:var(--zb-green);display:flex;align-items:center;justify-content:center}.card-title-zb{margin:0 0 10px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:21px;font-weight:700}.card-text-zb{margin:0;color:#62776b;font-size:14px;line-height:1.75}.grid-about{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;align-items:center}.about-image{position:relative;min-height:520px;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px rgba(20,67,39,.16)}.about-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-badge{position:absolute;right:24px;bottom:24px;z-index:2;max-width:230px;padding:18px 20px;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}

/* Home gallery */
.gallery-main{position:relative;height:560px;border-radius:20px;overflow:hidden;background:#dfe9df}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.gallery-thumb{height:110px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:none;opacity:.68;cursor:pointer}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--zb-green)}

/* Home news */
.home-news-section{padding:100px 0 110px;background:var(--zb-white)}.home-news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:52px}.home-news-heading{min-width:0}.home-news-label{margin-bottom:16px;color:var(--zb-red);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.home-news-heading h2{margin:0;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2rem,3.7vw,3.2rem);font-weight:700;line-height:1.15}.home-news-all{display:inline-flex;align-items:center;justify-content:center;gap:14px;flex:0 0 auto;min-height:48px;padding:11px 24px;border:1.5px solid var(--zb-dark-green);border-radius:9px;background:transparent;color:var(--zb-dark-green);font-size:13px;font-weight:700}.home-news-all:hover{background:var(--zb-dark-green);color:var(--zb-white)}.home-news-all i{font-size:12px}.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.home-news-card{display:flex;min-width:0;flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(22,75,45,.1);border-radius:16px;background:var(--zb-white);box-shadow:0 4px 16px rgba(22,75,45,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-news-card:hover{transform:translateY(-3px);border-color:rgba(22,75,45,.17);box-shadow:0 12px 32px rgba(22,75,45,.1)}.home-news-image{display:block;width:100%;height:220px;overflow:hidden;background:#dfe7df}.home-news-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.home-news-card:hover .home-news-image img{transform:scale(1.035)}.home-news-body{display:flex;flex:1;flex-direction:column;padding:24px 24px 26px}.home-news-date{margin-bottom:12px;color:#8da397;font-size:11.5px;font-weight:500}.home-news-card h3{margin:0 0 12px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:18px;font-weight:700;line-height:1.38}.home-news-card h3 a:hover{color:var(--zb-green)}.home-news-description{display:-webkit-box;overflow:hidden;margin:0 0 20px;color:#5a7066;font-size:13.5px;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-news-description p{margin:0}.home-news-read{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:auto;color:var(--zb-green);font-size:13px;font-weight:700}.home-news-read:hover{color:var(--zb-red)}.home-news-read i{font-size:11px;transition:transform .2s ease}.home-news-read:hover i{transform:translateX(3px)}

@media(max-width:1024px){
	.home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.home-news-card:nth-child(n+3){display:none}
}

@media(max-width:767.98px){
	.home-news-section{padding:72px 0}
	.home-news-head{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:38px}
	.home-news-all{min-height:44px;padding:9px 20px}
	.home-news-image{height:240px}
}

@media(max-width:575.98px){
	.home-news-grid{grid-template-columns:1fr;gap:18px}
	.home-news-card:nth-child(n+3){display:flex}
	.home-news-image{height:230px}
	.home-news-body{padding:20px}
}

/* Home partners */
.home-partners-section{padding:76px 0 82px;overflow:hidden;background:var(--zb-light-green)}.home-partners-title{margin:0 0 42px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.2;text-align:center}.home-partners-slider{width:100%;overflow:hidden}.home-partners-track{display:flex;align-items:center;gap:32px;width:max-content;will-change:transform}.home-partner-item{display:flex;align-items:center;justify-content:center;flex:0 0 170px;width:170px;height:54px;padding:10px 18px;border:1px solid rgba(22,75,45,.1);border-radius:10px;background:var(--zb-white);box-shadow:0 4px 16px rgba(22,75,45,.06);color:#667c70;font-size:13px;font-weight:700;text-align:center;white-space:nowrap}.home-partners-slider:hover .home-partners-track{animation-play-state:paused}

@media(max-width:767.98px){
	.home-partners-section{padding:60px 0 66px}
	.home-partners-title{margin-bottom:32px}
	.home-partners-track{gap:16px}
	.home-partner-item{flex-basis:150px;width:150px;height:52px;font-size:12px}
}

/* Home products */
.home-products-section{padding:100px 0 110px;background:var(--zb-light-green);overflow:hidden}.home-products-head{max-width:820px;margin:0 auto;text-align:center}.home-products-label{margin-bottom:16px;color:var(--zb-red);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-products-head h2{margin:0;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,4vw,3.6rem);font-weight:700;line-height:1.12}.home-products-tabs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:58px 0 68px}.home-products-tab{min-height:44px;padding:9px 24px;border:1px solid rgba(22,75,45,.16);border-radius:100px;background:var(--zb-white);color:var(--zb-dark-green);font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}.home-products-tab:hover{border-color:rgba(22,75,45,.35);background:#f9fbf9}.home-products-tab.active{border-color:var(--zb-dark-green);background:var(--zb-dark-green);color:var(--zb-white);box-shadow:0 6px 18px rgba(22,75,45,.18)}.home-products-slides{position:relative;width:100%}.home-product-slide{display:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:center}.home-product-slide.active{display:grid;animation:homeProductIn .45s ease both}.home-product-visual{min-width:0}.home-product-image{position:relative;height:440px;border-radius:18px;overflow:hidden;background:#dde7df}.home-product-image>img{display:block;width:100%;height:100%;object-fit:cover}.home-product-image-meta{position:absolute;left:24px;right:24px;bottom:24px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:34px;padding:17px 20px;border-radius:12px;background:rgba(22,75,45,.92);color:var(--zb-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-product-image-meta-item{display:flex;min-width:0;flex-direction:column;gap:3px}.home-product-image-meta-item span{color:rgba(255,255,255,.58);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-product-image-meta-item strong{overflow:hidden;color:var(--zb-white);font-size:13px;font-weight:700;line-height:1.45;text-overflow:ellipsis}.home-product-content{min-width:0}.home-product-content h3{margin:0 0 18px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2rem,3vw,2.8rem);font-weight:700;line-height:1.15}.home-product-description{margin-bottom:28px;color:#50695b;font-size:14px;line-height:1.8}.home-product-description p{margin:0}.home-product-specs{display:flex;flex-direction:column}.home-product-spec-row{display:grid;grid-template-columns:145px minmax(0,1fr);gap:22px;align-items:start;padding:13px 0;border-bottom:1px solid rgba(22,75,45,.1)}.home-product-spec-row span{padding-top:1px;color:#86a093;font-size:11px;font-weight:700;letter-spacing:.04em}.home-product-spec-row strong{color:var(--zb-dark-green);font-size:13px;font-weight:500;line-height:1.55}.home-product-controls{display:flex;align-items:center;gap:10px;margin-top:28px}.home-product-arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(22,75,45,.22);border-radius:50%;background:transparent;color:var(--zb-dark-green);font-size:12px;cursor:pointer}.home-product-arrow:hover:not(:disabled){border-color:var(--zb-dark-green);background:var(--zb-dark-green);color:var(--zb-white)}.home-product-arrow:disabled{color:#a9b9b0;border-color:rgba(22,75,45,.12);cursor:default;opacity:.65}.home-product-counter{margin-left:6px;color:#86a093;font-size:12px;font-weight:600;letter-spacing:.06em}@keyframes homeProductIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

@media(max-width:1024px){
	.home-product-slide{gap:42px}
	.home-product-image{height:410px}
	.home-product-spec-row{grid-template-columns:125px minmax(0,1fr);gap:16px}
}

@media(max-width:991.98px){
	.home-products-section{padding:90px 0}
	.home-products-tabs{margin:44px 0 50px}
	.home-product-slide{grid-template-columns:1fr;gap:38px}
	.home-product-image{height:500px}
	.home-product-content{max-width:680px}
}

@media(max-width:767.98px){
	.home-products-section{padding:72px 0}
	.home-products-head h2{font-size:clamp(2rem,9vw,3rem)}
	.home-products-tabs{justify-content:flex-start;flex-wrap:nowrap;gap:8px;margin:36px -18px 42px;padding:0 18px;overflow-x:auto;scrollbar-width:none}
	.home-products-tabs::-webkit-scrollbar{display:none}
	.home-products-tab{flex:0 0 auto}
	.home-product-image{height:400px}
	.home-product-image-meta{left:16px;right:16px;bottom:16px;gap:18px;padding:14px 16px}
}

@media(max-width:575.98px){
	.home-product-image{height:340px}
	.home-product-image-meta{grid-template-columns:1fr;gap:10px}
	.home-product-image-meta-item:nth-child(2){display:none}
	.home-product-spec-row{grid-template-columns:110px minmax(0,1fr);gap:12px}
	.home-product-content h3{font-size:2rem}
	.home-product-description{font-size:13.5px}
}

@media(max-width:399.98px){
	.home-product-image{height:300px}
	.home-product-spec-row{grid-template-columns:1fr;gap:4px}
}

/* Home about */
.home-about-section{padding:110px 0;background:var(--zb-cream)}.home-about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:86px;align-items:center}.home-about-visual{position:relative;min-width:0;padding:20px 0 0 20px}.home-about-frame{position:absolute;top:0;left:0;width:calc(100% - 36px);height:calc(100% - 36px);border:2px solid rgba(38,115,71,.28);border-radius:18px}.home-about-image{position:relative;z-index:1;height:520px;border-radius:16px;overflow:hidden;background:#dfe7df}.home-about-image img{display:block;width:100%;height:100%;object-fit:cover}.home-about-image-label{position:absolute;top:24px;left:24px;padding:8px 16px;border-radius:8px;background:var(--zb-red);color:var(--zb-white);font-size:12px;font-weight:800;line-height:1.3}.home-about-content{min-width:0}.home-about-label{margin-bottom:20px;color:var(--zb-green);font-size:12px;font-weight:300;letter-spacing:.14em;text-transform:uppercase}.home-about-editor h2{max-width:650px;margin:0 0 26px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.home-about-editor p{margin:0 0 20px;color:#50695b;font-size:15px;line-height:1.85}.home-about-editor p:last-child{margin-bottom:0}.home-about-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:38px}.home-about-feature{text-align:center;color:var(--zb-dark-green);font-size:13px;font-weight:600;line-height:1.45}.home-about-feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:rgba(38,115,71,.09);color:var(--zb-green);font-size:18px}.home-about-btn{margin-top:38px;min-height:50px;padding-left:28px;padding-right:28px}

@media(max-width:1024px){
	.home-about-grid{gap:52px}
	.home-about-image{height:470px}
}

@media(max-width:991.98px){
	.home-about-section{padding:90px 0}
	.home-about-grid{grid-template-columns:1fr;gap:58px}
	.home-about-visual{max-width:680px;width:100%;margin:0 auto}
	.home-about-image{height:500px}
}

@media(max-width:767.98px){
	.home-about-section{padding:72px 0}
	.home-about-visual{padding:12px 0 0 12px}
	.home-about-frame{width:calc(100% - 22px);height:calc(100% - 22px)}
	.home-about-image{height:410px}
	.home-about-image-label{top:18px;left:18px}
	.home-about-features{gap:16px;margin-top:30px}
	.home-about-editor h2{font-size:clamp(1.8rem,8vw,2.5rem)}
	.home-about-btn{margin-top:30px}
}

@media(max-width:575.98px){
	.home-about-image{height:340px}
	.home-about-features{grid-template-columns:1fr}
	.home-about-feature{display:flex;align-items:center;gap:14px;text-align:left}
	.home-about-feature-icon{flex:0 0 44px;width:44px;height:44px;margin:0}
	.home-about-btn{width:100%}
}

/* About */
.about-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:34px}.about-editorial-block{padding:34px;border:1px solid var(--zb-border);border-radius:18px;background:var(--zb-white)}.about-editorial-block h3{margin:0 0 14px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:25px}.about-editorial-block p:last-child{margin-bottom:0}.about-gallery-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:16px}.about-gallery-grid>div{min-height:460px;border-radius:18px;overflow:hidden}.about-gallery-strip{display:grid;grid-template-rows:1fr 1fr;gap:16px}.about-gallery-strip>div{min-height:0;border-radius:18px;overflow:hidden}.about-gallery-grid img,.about-gallery-strip img{width:100%;height:100%;object-fit:cover}.about-roadmap{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:34px}.about-roadmap-line{position:absolute;top:51px;left:8%;right:8%;height:1px;background:rgba(22,75,45,.2)}.roadmap-item{position:relative;z-index:1;text-align:center}.roadmap-dot{width:34px;height:34px;margin:0 auto 18px;border:8px solid var(--zb-light-green);border-radius:50%;background:var(--zb-red);box-shadow:0 0 0 1px rgba(167,25,48,.25)}.roadmap-year{color:var(--zb-red);font-size:13px;font-weight:800;letter-spacing:.08em}.roadmap-title{margin:6px 0 8px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:19px;font-weight:700}.roadmap-text{margin:0;color:#687a70;font-size:13px}

/* About principles */
.about-principles-section{padding:100px 0 110px;background:var(--zb-white)}.about-principles-section>.zb-container{max-width:1180px}.about-principles-head{margin-bottom:64px;text-align:center}.about-principles-label{margin-bottom:18px;color:var(--zb-green);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-principles-heading h2{margin:0;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.15}.about-principle-card{position:relative;overflow:hidden;padding:50px 52px;border-radius:18px}.about-principle-card+.about-principle-card{margin-top:26px}.about-principle-mission{background:var(--zb-cream);color:var(--zb-dark-green)}.about-principle-vision{background:var(--zb-dark-green);color:var(--zb-white)}.about-principle-label{position:relative;z-index:1;margin-bottom:22px;color:var(--zb-red);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.about-principle-vision .about-principle-label{color:#78c96c}.about-principle-content{position:relative;z-index:1;max-width:1040px}.about-principle-content p{margin:0;font-family:var(--zb-serif);font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:700;line-height:1.55}.about-principle-quote{position:absolute;top:-12px;left:12px;color:rgba(22,75,45,.045);font-family:Georgia,serif;font-size:130px;font-weight:700;line-height:1}.about-principle-vision .about-principle-quote{right:25px;left:auto;color:rgba(255,255,255,.045)}

/* About orchards */
.about-orchards-section{padding:110px 0;background:var(--zb-light-green)}.about-orchards-section>.zb-container{max-width:1180px}.about-orchards-head{margin-bottom:66px;text-align:center}.about-orchards-label{margin-bottom:18px;color:var(--zb-green);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-orchards-heading h2{margin:0;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.15}.about-orchards-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.about-orchards-image{width:100%;overflow:hidden;border-radius:18px;background:#dfe7df}.about-orchards-image img{display:block;width:100%;height:100%;object-fit:cover}.about-orchards-list{display:flex;flex-direction:column;gap:22px}.about-orchard-card{position:relative;padding:28px 30px;border-left:4px solid var(--zb-red);border-radius:14px;background:var(--zb-white);box-shadow:0 8px 26px rgba(22,75,45,.07)}.about-orchard-green{border-left-color:var(--zb-green)}.about-orchard-card h3{display:flex;align-items:center;gap:12px;margin:0 0 12px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:18px;font-weight:700;line-height:1.35}.about-orchard-card h3 i{color:var(--zb-red);font-size:16px}.about-orchard-green h3 i{color:var(--zb-green)}.about-orchard-text{color:#5a7066;font-size:13.5px;line-height:1.75}.about-orchard-text p{margin:0}

@media(max-width:991.98px){
	.about-principles-section,.about-orchards-section{padding:90px 0}
	.about-orchards-layout{grid-template-columns:1fr;gap:42px}
	.about-orchards-image{width:100%}
}

@media(max-width:767.98px){
	.about-principles-section,.about-orchards-section{padding:72px 0}
	.about-principles-head,.about-orchards-head{margin-bottom:44px}
	.about-principle-card{padding:36px 30px}
	.about-orchards-image{width:100%}
	.about-orchard-card{padding:24px}
}

@media(max-width:479.98px){
	.about-principle-card{padding:30px 22px}
	.about-principle-content p{font-size:1.25rem}
	.about-orchards-image{width:100%}
	.about-orchard-card{padding:22px 20px}
}

/* About development */
.about-development-section{padding:110px 0;background:var(--zb-cream)}.about-development-section>.zb-container{max-width:1240px}.about-development-label{margin-bottom:20px;color:var(--zb-green);font-size:11px;font-weight:800;letter-spacing:.14em;text-align:center;text-transform:uppercase}.about-development-editor>h2{margin:0 0 76px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.15;text-align:center}.about-development-editor ol{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none;counter-reset:development}.about-development-editor ol:before{content:"";position:absolute;top:28px;left:8.333%;right:8.333%;height:1px;background:linear-gradient(90deg,rgba(22,75,45,.35) 0%,rgba(22,75,45,.35) 42%,rgba(167,25,48,.3) 58%,rgba(167,25,48,.3) 100%)}.about-development-editor li{position:relative;z-index:1;min-width:0;padding:0 16px;text-align:center;counter-increment:development}.about-development-editor li:before{content:counter(development);display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 24px;border-radius:50%;background:var(--zb-dark-green);color:var(--zb-white);font-family:var(--zb-serif);font-size:16px;font-weight:800;box-shadow:0 8px 20px rgba(22,75,45,.13)}.about-development-editor li:nth-child(n+4):before{background:var(--zb-red)}.about-development-editor li h3{margin:0 0 10px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:15px;font-weight:700;line-height:1.45}.about-development-editor li p{margin:0;color:#5a7066;font-size:12.5px;line-height:1.65}

@media(max-width:991.98px){
	.about-development-section{padding:90px 0}
	.about-development-editor>h2{margin-bottom:56px}
	.about-development-editor ol{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:48px}
	.about-development-editor ol:before{display:none}
}

@media(max-width:767.98px){
	.about-development-section{padding:72px 0}
	.about-development-editor>h2{margin-bottom:44px}
	.about-development-editor ol{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:479.98px){
	.about-development-editor ol{grid-template-columns:1fr;gap:0}
	.about-development-editor li{position:relative;padding:0 0 34px 72px;text-align:left}
	.about-development-editor li:before{position:absolute;top:0;left:0;width:48px;height:48px;margin:0}
	.about-development-editor li:not(:last-child):after{content:"";position:absolute;top:48px;bottom:0;left:23px;width:1px;background:rgba(22,75,45,.15)}
}

/* Products */
.products-varieties-section{padding:100px 0;background:var(--zb-cream)}.products-section-head{max-width:700px;margin:0 auto 72px;text-align:center}.products-section-label{display:block;margin-bottom:14px;color:var(--zb-green);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.products-section-head h2{margin:0 0 20px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.25}.products-section-head p{max-width:560px;margin:0 auto;color:#5a7066;font-size:15px;line-height:1.72}.products-varieties-list{width:100%}.variety-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;align-items:center;margin-bottom:80px}.variety-row:last-child{margin-bottom:0}.variety-row:nth-child(even) .variety-photo{order:2}.variety-row:nth-child(even) .variety-text{order:1}

/* Product gallery */
.variety-photo{min-width:0}.variety-photo .product-gallery{width:100%;min-width:0}.variety-photo .product-gallery-carousel{position:relative;width:100%}.variety-photo .carousel-inner{width:100%;height:420px;border-radius:16px;overflow:hidden;background:var(--zb-light-green)}.variety-photo .carousel-item{width:100%;height:100%}.variety-photo .product-gallery-main-image{display:block;width:100%;height:420px;object-fit:cover}.variety-photo .product-gallery-prev,.variety-photo .product-gallery-next{top:50%;bottom:auto;width:42px;height:42px;margin:0;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--zb-dark-green);opacity:1;transform:translateY(-50%);box-shadow:0 4px 16px rgba(0,0,0,.15)}.variety-photo .product-gallery-prev{left:14px}.variety-photo .product-gallery-next{right:14px}.variety-photo .product-gallery-prev:hover,.variety-photo .product-gallery-next:hover{background:var(--zb-white);color:var(--zb-green)}.variety-photo .product-gallery-prev i,.variety-photo .product-gallery-next i{font-size:14px}.variety-photo .product-gallery-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;margin-top:12px}.variety-photo .product-gallery-thumbnail{display:block;width:100%;height:72px;margin:0;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:transparent;opacity:.6;cursor:pointer;transition:border-color .2s ease,opacity .2s ease}.variety-photo .product-gallery-thumbnail:hover{opacity:.85}.variety-photo .product-gallery-thumbnail.active{border-color:var(--zb-dark-green);opacity:1}.variety-photo .product-gallery-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}

/* Product content */
.variety-text{display:flex;flex-direction:column;justify-content:center;min-width:0}.variety-text h2{margin:0 0 16px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:28px;font-weight:700;line-height:1.3}.variety-description{margin:0 0 28px;color:#5a7066;font-size:15px;line-height:1.72}.variety-description p{margin:0 0 12px}.variety-description p:last-child{margin-bottom:0}.variety-info{display:flex;flex-direction:column}.variety-info-row{display:flex;align-items:flex-start;gap:16px;padding:12px 0;border-bottom:1px solid rgba(22,75,45,.09)}.variety-info-row:last-child{border-bottom:0}.variety-info-row>span{flex:0 0 140px;min-width:140px;padding-top:1px;color:#9ab0a3;font-size:11px;font-weight:700;letter-spacing:.07em;line-height:1.5;text-transform:uppercase}.variety-info-row>strong{min-width:0;color:var(--zb-dark-green);font-size:14px;font-weight:500;line-height:1.5}

/* Products advantages */
.products-advantages-section{padding:100px 0;background:var(--zb-white)}.products-advantages-section .products-section-head{margin-bottom:72px}.products-advantages-section .products-section-head h2{margin-bottom:0}.products-advantages-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.products-advantages-image{height:560px;border-radius:20px;overflow:hidden}.products-advantages-image img{display:block;width:100%;height:100%;object-fit:cover}.products-advantages-list ol{display:flex;flex-direction:column;gap:32px;margin:0;padding:0;list-style:none;counter-reset:product-advantage}.products-advantages-list li{position:relative;min-height:44px;margin:0;padding:0 0 0 64px;counter-increment:product-advantage}.products-advantages-list li:before{content:counter(product-advantage);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(22,75,45,.08);color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:16px;font-weight:800}.products-advantages-list li h3{margin:0 0 6px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:16px;font-weight:700;line-height:1.4}.products-advantages-list li p{margin:0;color:#5a7066;font-size:13.5px;line-height:1.68}

@media(max-width:1024px){
	.variety-row{grid-template-columns:1fr;gap:40px}
	.variety-row .variety-photo,.variety-row:nth-child(even) .variety-photo{order:1}
	.variety-row .variety-text,.variety-row:nth-child(even) .variety-text{order:2}
	.products-advantages-layout{grid-template-columns:1fr;gap:48px}
	.products-advantages-image{height:480px}
}

@media(max-width:767.98px){
	.products-varieties-section,.products-advantages-section{padding:72px 0}
	.products-section-head,.products-advantages-section .products-section-head{margin-bottom:48px}
	.variety-row{gap:28px;margin-bottom:64px}
	.variety-photo .carousel-inner,.variety-photo .product-gallery-main-image{height:360px}
	.variety-photo .product-gallery-thumbnail{height:64px}
	.variety-text h2{font-size:25px}
	.products-advantages-image{height:400px}
}

@media(max-width:479.98px){
	.products-varieties-section,.products-advantages-section{padding:60px 0}
	.variety-photo .carousel-inner,.variety-photo .product-gallery-main-image{height:300px}
	.variety-photo .product-gallery-thumbnails{gap:7px}
	.variety-photo .product-gallery-thumbnail{height:54px}
	.variety-photo .product-gallery-prev,.variety-photo .product-gallery-next{width:36px;height:36px}
	.variety-photo .product-gallery-prev{left:10px}
	.variety-photo .product-gallery-next{right:10px}
	.variety-info-row{gap:12px}
	.variety-info-row>span{flex-basis:110px;min-width:110px;font-size:10px}
	.variety-info-row>strong{font-size:13px}
	.products-advantages-image{height:320px}
	.products-advantages-list{gap:26px}
}

/* Export */
.export-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.export-process-desktop{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:46px}.process-step{position:relative;padding:0 22px;text-align:center}.process-step:not(:last-child):after{content:"";position:absolute;top:26px;left:65%;right:-35%;height:1px;background:rgba(22,75,45,.2)}.process-number{position:relative;z-index:1;width:54px;height:54px;margin:0 auto 18px;border-radius:50%;background:var(--zb-dark-green);color:var(--zb-white);display:flex;align-items:center;justify-content:center;font-family:var(--zb-serif);font-size:20px;font-weight:700}.process-step h4{margin:0 0 8px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:18px}.process-step p{margin:0;color:#697b71;font-size:13px}.export-process-mobile{display:none}.export-quality{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.export-partnership{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}.export-form-grid{display:grid;gap:16px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}

.export-main-section{padding:100px 0 110px;background:var(--zb-white)}.export-main-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:90px;align-items:center}.export-main-content{min-width:0}.export-main-editor>p:first-child{margin:0 0 20px;color:var(--zb-green);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.export-main-editor h2{max-width:560px;margin:0 0 26px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,3.8vw,2.8rem);font-weight:700;line-height:1.12}.export-main-editor h2+ p{max-width:620px;margin:0 0 30px;color:#536b5e;font-size:15px;line-height:1.85}.export-main-editor ul{display:flex;flex-direction:column;gap:15px;margin:0;padding:0;list-style:none}.export-main-editor li{position:relative;padding-left:22px;color:#314a3d;font-size:14px;line-height:1.65}.export-main-editor li:before{content:"";position:absolute;top:9px;left:0;width:8px;height:8px;border-radius:50%;background:var(--zb-red)}.export-main-image{height:440px;overflow:hidden;border-radius:18px;background:var(--zb-light-green)}.export-main-image img{display:block;width:100%;height:100%;object-fit:cover}

@media(max-width:1024px){
	.export-main-layout{gap:56px}
}

@media(max-width:991.98px){
	.export-main-section{padding:90px 0}
	.export-main-layout{grid-template-columns:1fr;gap:44px}
	.export-main-image{height:460px}
}

@media(max-width:767.98px){
	.export-main-section{padding:72px 0}
	.export-main-editor h2{font-size:clamp(2rem,8vw,2.8rem)}
	.export-main-image{height:360px}
}

@media(max-width:479.98px){
	.export-main-image{height:300px}
}

/* Export process */
.export-process-section{padding:100px 0 110px;background:var(--zb-dark-green);color:var(--zb-white)}.export-process-section>.zb-container{max-width:1260px}.export-process-label{margin-bottom:18px;color:#8acb7c;font-size:11px;font-weight:800;letter-spacing:.13em;text-align:center;text-transform:uppercase}.export-process-editor>h2{margin:0 0 72px;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(2.2rem,3.7vw,3.2rem);font-weight:700;line-height:1.15;text-align:center}.export-process-editor ol{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin:0;padding:0;list-style:none;counter-reset:export-process}.export-process-editor ol:before{content:"";position:absolute;top:24px;left:7%;right:7%;height:1px;background:rgba(255,255,255,.25)}.export-process-editor li{position:relative;z-index:1;min-width:0;padding:0 14px;text-align:center;counter-increment:export-process}.export-process-editor li:before{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 18px;border-radius:50%;background:var(--zb-red);color:var(--zb-white);font-family:"Font Awesome 6 Pro";font-size:18px;font-weight:300}.export-process-editor li:nth-child(1):before{content:"\f06c"}.export-process-editor li:nth-child(2):before{content:"\f002"}.export-process-editor li:nth-child(3):before{content:"\f058"}.export-process-editor li:nth-child(4):before{content:"\f466"}.export-process-editor li:nth-child(5):before{content:"\f15c"}.export-process-editor li:nth-child(6):before{content:"\f0d1"}.export-process-editor li:nth-child(7):before{content:"\f0ac"}.export-process-editor li h3{margin:0 0 9px;color:var(--zb-white);font-family:var(--zb-font);font-size:14px;font-weight:700;line-height:1.4}.export-process-editor li h3:before{content:counter(export-process,decimal-leading-zero);display:block;margin-bottom:6px;color:rgba(255,255,255,.55);font-size:10px;font-weight:700}.export-process-editor li p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.65}

@media(max-width:1199.98px){
	.export-process-editor ol{grid-template-columns:repeat(4,minmax(0,1fr));gap:46px 10px}
	.export-process-editor ol:before{display:none}
}

@media(max-width:767.98px){
	.export-process-section{padding:72px 0}
	.export-process-editor>h2{margin-bottom:52px}
	.export-process-editor ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 16px}
}

@media(max-width:479.98px){
	.export-process-editor ol{grid-template-columns:1fr;gap:0}
	.export-process-editor li{position:relative;min-height:92px;padding:0 0 32px 68px;text-align:left}
	.export-process-editor li:before{position:absolute;top:0;left:0;width:46px;height:46px;margin:0}
	.export-process-editor li h3:before{text-align:left}
	.export-process-editor li:not(:last-child):after{content:"";position:absolute;top:46px;bottom:0;left:22px;width:1px;background:rgba(255,255,255,.18)}
}

/* Export quality & packaging */
.export-quality-section{padding:110px 0;background:var(--zb-white)}.export-quality-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:64px;align-items:start}.export-quality-content{min-width:0;padding-top:56px}.export-quality-label{margin-bottom:18px;color:var(--zb-green);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.export-quality-editor>h2{max-width:520px;margin:0 0 32px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2rem,3.4vw,2rem);font-weight:700;line-height:1.15}.export-quality-editor ul{display:flex;flex-direction:column;gap:18px;margin:0;padding:0;list-style:none}.export-quality-editor li{padding:22px 24px;border-left:4px solid var(--zb-green);border-radius:12px;background:var(--zb-light-green)}.export-quality-editor li h3{margin:0 0 8px;color:var(--zb-dark-green);font-family:var(--zb-font);font-size:14px;font-weight:800;line-height:1.4}.export-quality-editor li p{margin:0;color:#5a7066;font-size:13px;line-height:1.65}.export-quality-gallery{display:flex;min-width:0;flex-direction:column;gap:14px}.export-quality-main-image{height:380px;overflow:hidden;border-radius:18px;background:#111}.export-quality-main-image img{display:block;width:100%;height:100%;object-fit:cover}.export-quality-small-images{display:grid;grid-template-columns:1fr 1fr;gap:14px}.export-quality-small-image{height:380px;overflow:hidden;border-radius:16px;background:var(--zb-light-green)}.export-quality-small-image img{display:block;width:100%;height:100%;object-fit:cover}

@media(max-width:1100px){
	.export-quality-layout{gap:46px}
	.export-quality-content{padding-top:30px}
	.export-quality-main-image{height:340px}
	.export-quality-small-image{height:340px}
}

@media(max-width:991.98px){
	.export-quality-section{padding:90px 0}
	.export-quality-layout{grid-template-columns:1fr;gap:48px}
	.export-quality-content{padding-top:0}
	.export-quality-main-image{height:460px}
	.export-quality-small-image{height:340px}
}

@media(max-width:767.98px){
	.export-quality-section{padding:72px 0}
	.export-quality-editor>h2{font-size:clamp(1.9rem,8vw,2.6rem)}
	.export-quality-editor li{padding:20px}
	.export-quality-main-image{height:360px}
	.export-quality-small-image{height:280px}
}

@media(max-width:575.98px){
	.export-quality-small-images{grid-template-columns:1fr}
	.export-quality-main-image{height:310px}
	.export-quality-small-image{height:300px}
}

/* Export partnerships */
.export-partnerships-section{padding:110px 0;background:var(--zb-light-green)}.export-partnerships-section>.zb-container{max-width:1240px}.export-partnerships-label{margin-bottom:18px;color:var(--zb-green);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.export-partnerships-editor{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-template-areas:"title title" "intro intro" "image list";column-gap:64px;align-items:start}.export-partnerships-editor>h2{grid-area:title;max-width:620px;margin:0 0 22px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,3.7vw,3.2rem);font-weight:700;line-height:1.15}.export-partnerships-editor>p{grid-area:intro;max-width:650px;margin:0 0 56px;color:#536b5e;font-size:15px;line-height:1.85}.export-partnerships-editor>ul{grid-area:list;margin:0;padding:0;list-style:none}.export-partnerships-image{grid-area:image;height:540px;overflow:hidden;border-radius:18px;background:#dfe7df}.export-partnerships-image img{display:block;width:100%;height:100%;object-fit:cover}.export-partnerships-editor li{position:relative;min-height:88px;padding:18px 0 18px 78px;border-bottom:1px solid rgba(22,75,45,.12)}.export-partnerships-editor li:first-child{padding-top:6px}.export-partnerships-editor li:last-child{border-bottom:0}.export-partnerships-editor li:before{position:absolute;top:18px;left:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(22,75,45,.16);border-radius:13px;background:var(--zb-white);color:var(--zb-green);font-family:"Font Awesome 6 Pro";font-size:18px;font-weight:300}.export-partnerships-editor li:first-child:before{top:6px;background:var(--zb-dark-green);border-color:var(--zb-dark-green);color:var(--zb-white)}.export-partnerships-editor li:nth-child(1):before{content:"\f1ad"}.export-partnerships-editor li:nth-child(2):before{content:"\f0d1"}.export-partnerships-editor li:nth-child(3):before{content:"\f54f"}.export-partnerships-editor li:nth-child(4):before{content:"\f2e7"}.export-partnerships-editor li:nth-child(5):before{content:"\f2b5"}.export-partnerships-editor li:nth-child(6):before{content:"\f013"}.export-partnerships-editor li h3{margin:0 0 7px;color:var(--zb-dark-green);font-family:var(--zb-font);font-size:15px;font-weight:800;line-height:1.4}.export-partnerships-editor li p{margin:0;color:#5a7066;font-size:13px;line-height:1.65}

@media(max-width:1024px){
	.export-partnerships-editor{column-gap:44px}
	.export-partnerships-image{height:500px}
}

@media(max-width:991.98px){
	.export-partnerships-section{padding:90px 0}
	.export-partnerships-editor{grid-template-columns:1fr;grid-template-areas:"title" "intro" "image" "list"}
	.export-partnerships-editor>p{margin-bottom:40px}
	.export-partnerships-image{height:460px;margin-bottom:34px}
}

@media(max-width:767.98px){
	.export-partnerships-section{padding:72px 0}
	.export-partnerships-editor>h2{font-size:clamp(2rem,8vw,2.8rem)}
	.export-partnerships-image{height:360px}
	.export-partnerships-editor li{padding-left:68px}
}

@media(max-width:479.98px){
	.export-partnerships-image{height:300px}
	.export-partnerships-editor li{padding-left:62px}
	.export-partnerships-editor li:before{width:44px;height:44px}
}

/* Export inquiry */
.export-inquiry-section{padding:100px 0 110px;background:var(--zb-white)}.export-inquiry-section>.zb-container{max-width:1240px}.export-inquiry-title{margin:0 0 18px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:700;line-height:1.15;text-align:center}.export-inquiry-content{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);grid-template-areas:"intro intro" "form steps";column-gap:64px;align-items:start}.export-inquiry-content>p{grid-area:intro;max-width:640px;margin:0 auto 58px;color:#536b5e;font-size:15px;line-height:1.75;text-align:center}.export-inquiry-content>ol{grid-area:steps;margin:0;padding:0;list-style:none;counter-reset:export-inquiry}.export-inquiry-form{grid-area:form;min-width:0}.export-inquiry-content li{position:relative;min-height:110px;margin-bottom:18px;padding:24px 26px 24px 78px;border-radius:14px;background:var(--zb-light-green);counter-increment:export-inquiry}.export-inquiry-content li:last-child{margin-bottom:0}.export-inquiry-content li:before{content:counter(export-inquiry,decimal-leading-zero);position:absolute;top:19px;left:24px;color:rgba(22,75,45,.13);font-family:var(--zb-serif);font-size:30px;font-weight:800;line-height:1}.export-inquiry-content li h3{margin:0 0 8px;color:var(--zb-dark-green);font-family:var(--zb-font);font-size:15px;font-weight:800;line-height:1.4}.export-inquiry-content li p{margin:0;color:#5a7066;font-size:13px;line-height:1.65}

@media(max-width:991.98px){
	.export-inquiry-section{padding:90px 0}
	.export-inquiry-content{grid-template-columns:1fr;grid-template-areas:"intro" "form" "steps";gap:40px}
	.export-inquiry-content>p{margin-bottom:0}
}

@media(max-width:767.98px){
	.export-inquiry-section{padding:72px 0}
	.export-inquiry-title{font-size:clamp(2rem,8vw,2.8rem)}
	.export-inquiry-content li{padding:22px 20px 22px 68px}
	.export-inquiry-content li:before{left:20px;font-size:27px}
}

/* Forms */
.form-label-zb{display:block;margin-bottom:7px;color:var(--zb-dark-green);font-size:13px;font-weight:800}.form-control-zb,.form-select-zb{width:100%;min-height:50px;padding:12px 14px;border:1px solid rgba(22,75,45,.18);border-radius:8px;outline:0;background:var(--zb-white);color:var(--zb-dark);transition:border-color .2s ease,box-shadow .2s ease}.form-control-zb:focus,.form-select-zb:focus{border-color:var(--zb-green);box-shadow:0 0 0 3px rgba(38,115,71,.1)}textarea.form-control-zb{min-height:140px;resize:vertical}.form-control-zb.is-invalid,.form-select-zb.is-invalid{border-color:var(--zb-red);box-shadow:none}.field-error{margin-top:5px;color:var(--zb-red);font-size:12px}.form-check-zb{display:flex;align-items:flex-start;gap:10px}.form-check-zb input{margin-top:5px}.form-note{color:#78877e;font-size:12px}.form-check-input{margin-top:0}

/* Careers */
.careers-section{padding:80px 0 96px;background:var(--zb-light-green)}.careers-section-head{margin-bottom:36px}.careers-section-head h2{margin:0;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.careers-list{display:grid;gap:20px}.vacancy-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:28px 32px;border:1.5px solid #e5ede8;border-radius:16px;background:var(--zb-white);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.vacancy-card:hover{transform:translateY(-2px);border-color:var(--zb-green);box-shadow:0 8px 32px rgba(22,75,45,.09)}.vacancy-content{min-width:0}.vacancy-title{margin:0 0 10px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:21px;font-weight:700;line-height:1.35}.vacancy-title a:hover{color:var(--zb-green)}.vacancy-description{max-width:820px;margin:0 0 16px;color:#4a5e52;font-size:14px;line-height:1.65}.vacancy-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:#6b7f73;font-size:12.5px;font-weight:500}.vacancy-meta span{display:inline-flex;align-items:center;gap:6px}.vacancy-meta i{color:#9ab0a3}.vacancy-action{flex:0 0 auto}.vacancy-action .btn-zb{min-width:140px}

/* Career detail */
.career-detail-section{padding:80px 0 96px;background:var(--zb-white)}.cd-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:64px;align-items:start}.career-detail-content{min-width:0}.career-detail-editor{color:#4a5e52;font-size:15px;line-height:1.85}.career-detail-editor>*:first-child{margin-top:0}.career-detail-editor>*:last-child{margin-bottom:0}.career-detail-editor h1,.career-detail-editor h2,.career-detail-editor h3,.career-detail-editor h4{color:var(--zb-dark-green);font-family:var(--zb-serif);font-weight:700}.career-detail-editor h2{margin:0 0 18px;font-size:20px}.career-detail-editor h2:not(:first-child){margin-top:40px}.career-detail-editor h3{margin:34px 0 16px;font-size:18px}.career-detail-editor p{margin:0 0 20px}.career-detail-editor ul,.career-detail-editor ol{margin:0 0 28px;padding:0;list-style:none}.career-detail-editor li{position:relative;margin:0 0 12px;padding-left:36px;color:#4a5e52;line-height:1.72}.career-detail-editor ul li:before{content:"✓";position:absolute;top:1px;left:0;width:22px;height:22px;border-radius:50%;background:rgba(38,115,71,.1);color:var(--zb-green);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.career-detail-editor ol{counter-reset:career-counter}.career-detail-editor ol li{counter-increment:career-counter}.career-detail-editor ol li:before{content:counter(career-counter);position:absolute;top:0;left:0;width:24px;height:24px;border-radius:50%;background:var(--zb-dark-green);color:var(--zb-white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.career-detail-editor a{color:var(--zb-green);font-weight:700}.career-apply-box{margin-top:40px;padding:28px 32px;border-left:4px solid var(--zb-green);border-radius:16px;background:var(--zb-light-green)}.career-apply-box p{margin:0;color:var(--zb-dark-green);font-size:15px;line-height:1.75}.career-apply-box a{color:var(--zb-green);font-weight:700}.career-detail-sidebar{position:sticky;top:100px}.career-info-card{padding:28px 24px;border-radius:16px;background:var(--zb-light-green)}.career-info-card h3{margin:0 0 20px;color:var(--zb-dark-green);font-family:var(--zb-font);font-size:14px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.career-info-list{display:flex;flex-direction:column}.career-info-list .grid-attribute-item{display:flex;flex-direction:column;gap:3px;padding:12px 0;border-bottom:1px solid rgba(22,75,45,.1)}.career-info-list .grid-attribute-item:first-child{padding-top:0}.career-info-list .grid-attribute-item:last-child{padding-bottom:0;border-bottom:0}.career-info-list .grid-attribute-key{color:#9ab0a3;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.career-info-list .grid-attribute-value{color:var(--zb-dark-green);font-size:14px;font-weight:600}

@media(max-width:1100px){
	.cd-layout{grid-template-columns:1fr;gap:40px}
	.career-detail-sidebar{position:static}
}

@media(max-width:767.98px){
	.career-detail-section{padding:64px 0 72px}
	.career-apply-box{padding:22px 20px}
}

@media(max-width:479.98px){
	.career-info-card{padding:24px 20px}
}

@media(max-width:1100px){
	.cd-layout{grid-template-columns:1fr;gap:40px}
	.career-detail-sidebar{position:static}
}

@media(max-width:767.98px){
	.careers-section,.career-detail-section{padding:64px 0 72px}
	.vacancy-card{grid-template-columns:1fr;gap:20px;padding:22px}
	.vacancy-action .btn-zb{width:100%}
	.career-apply-box{padding:22px 20px}
}

@media(max-width:479.98px){
	.career-info-card{padding:24px 20px}
}

/* News */
.news-featured-section{padding:80px 0;background:var(--zb-cream)}.news-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.news-featured-image{display:block;height:460px;border-radius:16px;overflow:hidden;background:#dfe7df}.news-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-featured-image:hover img{transform:scale(1.035)}.news-featured-content{min-width:0}.news-featured-date{margin-bottom:16px;color:#9ab0a3;font-size:12.5px}.news-featured-content h2{margin:0 0 16px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;line-height:1.25}.news-featured-content h2 a:hover{color:var(--zb-green)}.news-featured-content p{margin:0 0 12px;color:#4a6b58;font-size:14.5px;line-height:1.78}.news-featured-content p:last-of-type{margin-bottom:28px}.news-featured-link{display:inline-flex;align-items:center;gap:8px;padding-bottom:2px;border-bottom:2px solid var(--zb-red);color:var(--zb-dark-green);font-size:14px;font-weight:700}.news-featured-link:hover{color:var(--zb-red)}.news-list-section{padding:80px 0;background:var(--zb-white)}.news-grid,.news-grid-full{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.news-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(22,75,45,.07);border-radius:14px;background:var(--zb-white);box-shadow:0 2px 12px rgba(22,75,45,.06);transition:transform .3s ease,box-shadow .3s ease}.news-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(22,75,45,.14)}.news-card-image{display:block;height:210px;overflow:hidden;background:#dfe7df}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-card:hover .news-card-image img{transform:scale(1.04)}.news-card-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px}.news-meta{margin-bottom:10px;color:#9ab0a3;font-size:11.5px}.news-title{margin:0 0 8px;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:16.5px;font-weight:700;line-height:1.35}.news-title a:hover{color:var(--zb-green)}.news-excerpt{margin:0;color:#5a7066;font-size:13px;line-height:1.65}.news-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--zb-green);font-size:12.5px;font-weight:700}.news-link:hover{color:var(--zb-red)}.pagination-zb{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:52px}.pagination-btn{width:40px;height:40px;padding:0;border:1.5px solid rgba(22,75,45,.2);border-radius:8px;background:transparent;color:var(--zb-dark-green);display:inline-flex;align-items:center;justify-content:center;font-size:13.5px;font-weight:700}.pagination-btn:hover,.pagination-btn.active{background:var(--zb-dark-green);border-color:var(--zb-dark-green);color:var(--zb-white)}.pagination-btn.disabled{pointer-events:none;opacity:.4}.news-featured-description{margin-bottom:28px;color:#4a6b58;font-size:14.5px;line-height:1.78}.news-featured-description p{margin:0 0 12px}.news-featured-description p:last-child{margin-bottom:0}

@media(max-width:1024px){
	.news-featured-grid{grid-template-columns:1fr;gap:40px}
	.news-grid,.news-grid-full{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
}

@media(max-width:767.98px){
	.news-featured-section,.news-list-section{padding:64px 0}
	.news-featured-image{height:380px}
	.news-grid,.news-grid-full{gap:16px}
}

@media(max-width:479.98px){
	.news-featured-image{height:300px}
	.news-grid,.news-grid-full{grid-template-columns:1fr}
}

/* News detail */
.nd-wrap{width:100%;overflow-x:hidden}.detail-section{padding:64px 0 100px;background:var(--zb-white)}.detail-inner{width:100%;max-width:var(--zb-container);margin:0 auto;padding:0 24px}.detail-layout{display:grid;grid-template-columns:minmax(0,10fr) minmax(190px,2fr);gap:48px;align-items:start}.detail-layout>*{min-width:0}.detail-main{min-width:0}.detail-article{width:100%;max-width:760px}.detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px;margin:0 0 26px;color:#9ab0a3;font-size:12px}.detail-meta span{display:inline-flex;align-items:center;gap:7px}.detail-meta i{color:var(--zb-green)}.detail-content{color:#4a6b58;font-size:15px;line-height:1.82}.detail-content>*:first-child{margin-top:0}.detail-content>*:last-child{margin-bottom:0}.detail-content p{margin:0 0 20px}.detail-content>p:first-child{color:#3d5e4f;font-size:16.5px;font-weight:500;line-height:1.85}.detail-content h1,.detail-content h2,.detail-content h3,.detail-content h4,.detail-content h5,.detail-content h6{color:var(--zb-dark-green);font-family:var(--zb-serif);font-weight:700;line-height:1.35}.detail-content h2{margin:32px 0 16px;font-size:22px}.detail-content h3{margin:28px 0 14px;font-size:19px}.detail-content ul,.detail-content ol{margin:0 0 24px;padding-left:22px}.detail-content li{margin-bottom:9px}.detail-content strong{color:var(--zb-dark-green);font-weight:700}.detail-content a{color:var(--zb-green);font-weight:700}.detail-content a:hover{color:var(--zb-red)}.detail-content blockquote,.detail-blockquote{margin:36px 0;padding:24px 32px;border:0;border-left:4px solid var(--zb-red);border-radius:0 12px 12px 0;background:var(--zb-cream);color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(1.05rem,1.6vw,1.28rem);font-weight:600;font-style:italic;line-height:1.6}.detail-content blockquote p{margin:0;color:inherit;font:inherit}.detail-content img{max-width:100%;height:auto;border-radius:12px}.detail-content table{width:100%;margin:24px 0;border-collapse:collapse}.detail-content th,.detail-content td{padding:11px 13px;border:1px solid var(--zb-border);vertical-align:top}.detail-footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(22,75,45,.1)}.detail-sidebar{position:sticky;top:96px}.detail-relateds{padding-left:20px;border-left:3px solid rgba(22,75,45,.1)}.detail-relateds-title{margin:0 0 4px;color:var(--zb-green);font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.detail-related-item{display:flex;flex-direction:column;gap:6px;padding:16px 0;border-bottom:1px solid rgba(22,75,45,.07)}.detail-related-item:last-child{border-bottom:0}.detail-related-image{height:80px;margin-bottom:4px;border-radius:8px;overflow:hidden;background:#e7eee7}.detail-related-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.detail-related-item:hover .detail-related-image img{transform:scale(1.05)}.detail-related-date{color:#9ab0a3;font-size:10.5px;font-weight:600}.detail-related-title{color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:13px;font-weight:700;line-height:1.4}.detail-related-item:hover .detail-related-title{color:var(--zb-green)}

/* News detail slider */
.slider-wrap.news-detail-slider{position:relative;width:100%;margin:0 0 40px;border-radius:14px;overflow:hidden;background:#e7eee7}.news-detail-slider .slider-main{position:relative;width:100%;height:460px}.news-detail-slider .carousel-item{height:100%}.news-detail-slider .carousel-item img{display:block;width:100%;height:460px;object-fit:cover}.news-detail-slider .carousel-control-prev,.news-detail-slider .carousel-control-next{top:50%;bottom:auto;width:40px;height:40px;margin-top:-20px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--zb-dark-green);opacity:1;box-shadow:0 2px 12px rgba(0,0,0,.15)}.news-detail-slider .carousel-control-prev{left:16px}.news-detail-slider .carousel-control-next{right:16px}.news-detail-slider .carousel-control-prev:hover,.news-detail-slider .carousel-control-next:hover{background:var(--zb-white);color:var(--zb-red)}.news-detail-slider .carousel-indicators{gap:5px;margin-bottom:14px}.news-detail-slider .carousel-indicators [data-bs-target]{width:7px;height:7px;margin:0;border:0;border-radius:50%;background:rgba(255,255,255,.65);opacity:1}.news-detail-slider .carousel-indicators .active{width:22px;border-radius:10px;background:var(--zb-white)}

@media(max-width:1024px){
	.detail-layout{grid-template-columns:1fr;gap:32px}
	.detail-sidebar{display:none}
	.detail-section{padding:40px 0 64px}
	.detail-article{max-width:100%}
}

@media(max-width:767.98px){
	.detail-inner{padding:0 16px}
	.news-detail-slider .slider-main,.news-detail-slider .carousel-item img{height:260px}
	.detail-content>p:first-child{font-size:15.5px}
	.detail-content h2{font-size:20px}
	.detail-content blockquote,.detail-blockquote{margin:24px 0;padding:18px 20px}
	.news-detail-slider .carousel-control-prev,.news-detail-slider .carousel-control-next{width:36px;height:36px;margin-top:-18px}
	.news-detail-slider .carousel-control-prev{left:10px}
	.news-detail-slider .carousel-control-next{right:10px}
}

@media(max-width:479.98px){
	.detail-inner{padding:0 14px}
	.news-detail-slider .slider-main,.news-detail-slider .carousel-item img{height:200px}
	.detail-meta{gap:8px 14px}
}

/* News detail - Files, tags, share */
.detail-files-wrap:empty,.detail-tags:empty,.detail-footer:empty{display:none}.detail-files-wrap{margin-top:40px}.detail-files{width:100%}.detail-files-title,.detail-share-title{margin:0 0 12px;color:#8a9d91;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.detail-files-list{display:flex;flex-direction:column;gap:10px}.detail-file-card{display:flex;align-items:center;gap:16px;width:100%;padding:16px 18px;border:1.5px solid rgba(22,75,45,.14);border-radius:12px;background:var(--zb-white);box-shadow:0 1px 6px rgba(22,75,45,.06);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.detail-file-card:hover{border-color:var(--zb-green);background:rgba(38,115,71,.035);box-shadow:0 4px 20px rgba(22,75,45,.09);transform:translateY(-1px)}.detail-file-icon{width:44px;height:44px;flex:0 0 44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(167,25,48,.15);border-radius:10px;background:rgba(167,25,48,.07);color:var(--zb-red);font-size:19px}.detail-file-info{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px}.detail-file-info strong{overflow:hidden;color:var(--zb-dark-green);font-size:14px;font-weight:700;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.detail-file-info small{color:#9ab0a3;font-size:11.5px;font-weight:500}.detail-file-download{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(22,75,45,.15);border-radius:8px;color:#83978a;transition:.2s ease}.detail-file-card:hover .detail-file-download{border-color:var(--zb-green);background:var(--zb-green);color:var(--zb-white)}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:36px}.detail-tags a{display:inline-flex;align-items:center;padding:6px 13px;border:1.5px solid rgba(22,75,45,.16);border-radius:100px;background:transparent;color:var(--zb-dark-green);font-size:12px;font-weight:600;line-height:1.4}.detail-tags a:before{content:"#";margin-right:2px;color:var(--zb-green)}.detail-tags a:hover{border-color:var(--zb-green);background:var(--zb-light-green);color:var(--zb-green)}.detail-footer{margin-top:32px;padding-top:26px;border-top:1px solid rgba(22,75,45,.1)}.detail-share{display:flex;align-items:center;justify-content:space-between;gap:20px}.detail-share-title{margin:0}.detail-share-list{display:flex;align-items:center;gap:8px}.detail-share-list a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(22,75,45,.14);border-radius:10px;background:var(--zb-white);color:var(--zb-dark-green);font-size:14px;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.detail-share-list a:hover{transform:translateY(-2px);border-color:var(--zb-dark-green);background:var(--zb-dark-green);color:var(--zb-white)}

@media(max-width:575.98px){
	.detail-file-card{gap:12px;padding:13px}
	.detail-file-icon{width:40px;height:40px;flex-basis:40px}
	.detail-share{align-items:flex-start;flex-direction:column;gap:12px}
	.detail-share-list{width:100%}
	.detail-share-list a{flex:1}
}

@media(max-width:767.98px){
	.search-page-inner{padding-left:18px;padding-right:18px}
	.search-page-head{padding-top:calc(var(--zb-header-h) + 24px)}
	.search-page-form{flex-direction:column}
	.search-page-submit{width:100%}
	.search-results-section{padding:30px 0 60px}
	.search-result-item{padding:20px 0}
}

@media(max-width:479.98px){
	.search-result-main{gap:12px}
	.search-result-arrow{width:32px;height:32px;flex-basis:32px}
}

/* Contact */
.contact-section{padding:100px 0}.contact-section-head{max-width:720px;margin:0 auto 56px}.contact-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr);gap:48px;align-items:start}.contact-form-card{padding:44px 40px;border-radius:20px;background:var(--zb-white);box-shadow:0 4px 40px rgba(22,75,45,.08)}.contact-form-card .divError:empty{display:none}.contact-dynamic-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-dynamic-form>.col-12,.contact-dynamic-form>.col-md-12,.contact-dynamic-form>.col-lg-12{grid-column:1/-1}.contact-form-card .form-label,.contact-form-card label{display:block;margin-bottom:6px;color:var(--zb-dark-green);font-size:12.5px;font-weight:700;letter-spacing:.03em}.contact-form-card .form-control,.contact-form-card .form-select,.contact-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),.contact-form-card select,.contact-form-card textarea{width:100%;min-height:46px;padding:10px 14px;border:1.5px solid rgba(22,75,45,.15);border-radius:8px;outline:0;background:var(--zb-white);color:var(--zb-dark);font-size:14px;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.contact-form-card textarea{min-height:120px;resize:vertical}.contact-form-card .form-control:focus,.contact-form-card .form-select:focus,.contact-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:var(--zb-green);box-shadow:0 0 0 3px rgba(38,115,71,.08)}.contact-form-card input[type="checkbox"],.contact-form-card input[type="radio"]{accent-color:var(--zb-green)}.contact-form-card .invalid-feedback,.contact-form-card .field-error{margin-top:5px;color:var(--zb-red);font-size:12px}.contact-form-card .btn-zb{min-height:50px}.contact-sidebar{display:flex;flex-direction:column;gap:24px}.contact-info-card{padding:32px;border-radius:16px;background:var(--zb-dark-green);color:var(--zb-white)}.contact-info-card h3,.contact-b2b-card h3{margin:0 0 24px;font-family:var(--zb-serif);font-size:20px;font-weight:700}.contact-info-item{display:flex;align-items:flex-start;gap:14px}.contact-info-item+.contact-info-item{margin-top:18px}.contact-info-icon{width:20px;flex:0 0 20px;padding-top:2px;color:#7ecf6e;font-size:16px}.contact-info-item>div:last-child{min-width:0}.contact-info-item span{display:block;margin-bottom:3px;color:rgba(255,255,255,.55);font-size:11px;font-weight:600;letter-spacing:.06em}.contact-info-item a,.contact-info-item p{display:block;margin:0;color:rgba(255,255,255,.9);font-size:14.5px;line-height:1.55;word-break:break-word}.contact-info-item a:hover{color:var(--zb-white)}.contact-b2b-card{padding:28px;border:1px solid rgba(22,75,45,.1);border-radius:16px;background:var(--zb-white)}.contact-b2b-card h3{margin-bottom:12px;font-size:17px;color:var(--zb-dark-green)}.contact-b2b-card>p{margin:0 0 16px;color:#5a7066;font-size:13.5px;line-height:1.65}.contact-b2b-card ul{margin:0;padding:0;list-style:none}.contact-b2b-card li{display:flex;align-items:center;gap:8px;color:#4a6b58;font-size:13px}.contact-b2b-card li+li{margin-top:8px}.contact-b2b-card li i{color:var(--zb-green);font-size:12px}.contact-socials{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.contact-socials a{min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 8px;border:1px solid rgba(22,75,45,.12);border-radius:10px;background:var(--zb-white);color:var(--zb-dark-green);font-size:12.5px;font-weight:600}.contact-socials a:hover{border-color:var(--zb-green);background:rgba(22,75,45,.04);color:var(--zb-green)}.contact-socials a span{overflow:hidden;text-overflow:ellipsis}.contact-map-section{padding:80px 0 100px}.contact-map-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:32px}.contact-map-head h2{margin:0;color:var(--zb-dark-green);font-family:var(--zb-serif);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.contact-map-head a{display:inline-flex;align-items:center;gap:6px;color:var(--zb-green);font-size:13.5px;font-weight:700}.contact-map-head a:hover{color:var(--zb-red)}.map-wrap{height:430px;border-radius:18px;overflow:hidden;background:#dfe7df}.map-wrap iframe{width:100%;height:100%;border:0}

@media(max-width:991.98px){.contact-section{padding:80px 0}.contact-layout{grid-template-columns:1fr;gap:40px}.contact-form-card{padding:36px 32px}}

@media(max-width:767.98px){.contact-section{padding:64px 0}.contact-section-head{margin-bottom:40px}.contact-form-card{padding:28px 22px;border-radius:16px}.contact-dynamic-form{grid-template-columns:1fr}.contact-dynamic-form>*{grid-column:1/-1}.contact-socials{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-map-section{padding:60px 0 72px}}

@media(max-width:479.98px){.contact-info-card,.contact-b2b-card{padding:24px 20px}.contact-socials{grid-template-columns:1fr}}

/* Legal pages */
.legal-content-section{padding:72px 0 96px}.legal-wrap{max-width:960px;margin:0 auto}.legal-content{font-size:15px;color:#3d5248;line-height:1.85}.legal-content>*:first-child{margin-top:0}.legal-content>*:last-child{margin-bottom:0}.legal-content h1,.legal-content h2,.legal-content h3,.legal-content h4,.legal-content h5,.legal-content h6{font-family:var(--zb-serif);font-weight:700;color:var(--zb-dark-green)}.legal-content h1{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 24px}.legal-content h2{font-size:clamp(1.1rem,2vw,1.35rem);margin:44px 0 16px;padding-bottom:10px;border-bottom:2px solid rgba(22,75,45,.08)}.legal-content h3{font-size:1.1rem;margin:32px 0 14px}.legal-content p{margin:0 0 16px}.legal-content ul,.legal-content ol{margin:0 0 18px;padding-left:22px}.legal-content li{margin-bottom:7px}.legal-content a{color:var(--zb-green);font-weight:600;text-decoration:none}.legal-content a:hover{color:var(--zb-red)}.legal-content strong{font-weight:700;color:inherit}.legal-content blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid var(--zb-green);background:var(--zb-cream);color:var(--zb-dark-green)}.legal-content table{width:100%;margin:24px 0;border-collapse:collapse}.legal-content th,.legal-content td{padding:12px 14px;border:1px solid var(--zb-border);vertical-align:top}.legal-content th{background:var(--zb-light-green);color:var(--zb-dark-green);font-weight:700}.legal-content img{max-width:100%;height:auto}.legal-content hr{margin:40px 0;border:0;border-top:1px solid rgba(22,75,45,.1)}

@media(max-width:767.98px){
	.legal-content-section{padding:54px 0 72px}
	.legal-content{font-size:14px}
	.legal-content h2{margin-top:36px}
	.legal-content table{display:block;overflow-x:auto}
}

/* 404 */
.nf-page{position:relative;min-height:100vh;display:flex;overflow:hidden;background:var(--zb-dark-green)}.nf-bg{position:absolute;inset:0;background-image:url('/era_cms/images/hero.png');background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.18}.nf-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,75,45,.85) 0%,rgba(22,75,45,.97) 60%,rgba(10,40,22,1) 100%)}.nf-content{position:relative;z-index:2;width:100%;min-height:100vh;padding:120px 24px 80px;display:flex;align-items:center;justify-content:center;text-align:center}.nf-inner{width:100%;max-width:640px}.nf-code{margin:0 0 14px;color:transparent;font-family:var(--zb-serif);font-size:clamp(7rem,22vw,15rem);font-weight:700;line-height:.85;letter-spacing:-.04em;-webkit-text-stroke:2px rgba(255,255,255,.12);user-select:none;pointer-events:none}.nf-badge{display:inline-flex;align-items:center;justify-content:center;margin:8px 0 20px;padding:6px 18px;border:1px solid rgba(255,255,255,.15);border-radius:100px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.6);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nf-title{margin:0 0 18px;color:var(--zb-white);font-family:var(--zb-serif);font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;line-height:1.2}.nf-text{max-width:480px;margin:0 auto 40px;color:rgba(255,255,255,.6);font-size:15.5px;line-height:1.7}.nf-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.nf-btn-primary,.nf-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 28px;border-radius:8px;font-size:14px;font-weight:700}.nf-btn-primary{border:1px solid var(--zb-red);background:var(--zb-red);color:var(--zb-white)}.nf-btn-primary:hover{border-color:var(--zb-burgundy);background:var(--zb-burgundy);color:var(--zb-white);transform:translateY(-1px)}.nf-btn-secondary{border:1.5px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:rgba(255,255,255,.85)}.nf-btn-secondary:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.14);color:var(--zb-white)}.nf-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:32px}.nf-link{padding:6px 16px;border:1px solid rgba(255,255,255,.15);border-radius:100px;color:rgba(255,255,255,.55);font-size:13px}.nf-link:hover{border-color:rgba(255,255,255,.35);color:rgba(255,255,255,.9)}

@media(max-width:600px){
	.nf-content{padding:105px 18px 60px}
	.nf-actions{align-items:stretch;flex-direction:column}
	.nf-btn-primary,.nf-btn-secondary{width:100%}
}

/* Footer */
.site-footer{background:#164f31;color:#fff}.footer-main{padding:72px 0 70px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.65fr;gap:72px}.footer-logo{display:inline-flex;margin-bottom:24px}.footer-logo img{width:auto;height:58px;object-fit:contain}.footer-description{max-width:280px;margin:0 0 26px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.8}.footer-socials{display:flex;gap:10px}.footer-socials a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:rgba(255,255,255,.75);font-size:14px}.footer-socials a:hover{background:var(--zb-red);border-color:var(--zb-red);color:#fff}.footer-title{margin:4px 0 22px;color:#fff;font-family:var(--zb-font);font-size:13px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin:0 0 12px}.footer-links a{color:rgba(255,255,255,.68);font-size:13px}.footer-links a:hover{color:#fff}.footer-newsletter-text{margin:0 0 18px;color:rgba(255,255,255,.65);font-size:12.5px;line-height:1.7}.footer-newsletter-form{display:flex;gap:8px;margin-bottom:26px}.footer-newsletter-form input{width:100%;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(255,255,255,.08);outline:0;color:#fff;font-size:12px}.footer-newsletter-form input::placeholder{color:rgba(255,255,255,.5)}.footer-newsletter-form input:focus{border-color:rgba(255,255,255,.45)}.footer-newsletter-form button{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:7px;background:var(--zb-red);color:#fff}.footer-newsletter-form button:hover{background:var(--zb-burgundy)}.footer-contact-list{display:flex;flex-direction:column;gap:11px}.footer-contact-list a{display:flex;align-items:center;gap:11px;color:#fff;font-size:12.5px}.footer-contact-list i{width:14px;color:#91ca3e}.footer-bottom{min-height:94px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.67);font-size:11.5px}.footer-copyright{justify-self:start}.footer-developed{justify-self:center;display:flex;align-items:center;gap:8px}.footer-developed img{width:auto;height:30px;opacity:.75}.footer-legal{justify-self:end;display:flex;gap:26px}.footer-legal a{color:rgba(255,255,255,.6)}.footer-legal a:hover{color:#fff}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:1020;width:42px;height:42px;border:0;border-radius:50%;background:var(--zb-red);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--zb-burgundy)}

@media(max-width:991.98px){
	.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}
	.footer-bottom{grid-template-columns:1fr;gap:18px;padding:28px 0;text-align:center}
	.footer-copyright,.footer-developed,.footer-legal{justify-self:center}
}

@media(max-width:575.98px){
	.footer-main{padding:56px 0}
	.footer-grid{grid-template-columns:1fr;gap:38px}
	.footer-description{max-width:100%}
	.footer-legal{flex-direction:column;gap:8px}
}

/* Modal */
.zb-modal{position:fixed;inset:0;z-index:1080;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(7,24,13,.78);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.zb-modal.show{opacity:1;visibility:visible}.zb-modal-dialog{position:relative;width:min(1100px,100%);max-height:90vh;border-radius:14px;overflow:hidden;background:var(--zb-white);box-shadow:0 30px 80px rgba(0,0,0,.35)}.zb-modal-head{height:54px;padding:0 16px 0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--zb-border)}.zb-modal-body{height:calc(90vh - 54px);overflow:auto}.zb-modal-body iframe{display:block;width:100%;height:100%;min-height:650px;border:0}.zb-modal-close{width:36px;height:36px;border:0;border-radius:8px;background:rgba(22,75,45,.07);color:var(--zb-dark-green);display:flex;align-items:center;justify-content:center}

/* Reveal animation hooks */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:none}

@media (max-width:1199.98px){.site-nav{gap:16px}.site-nav a{font-size:12.5px}.header-cta{padding-left:15px;padding-right:15px}.features-grid,.quality-grid,.advantages-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.grid-about,.variety-row,.export-intro{gap:46px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.detail-layout{grid-template-columns:minmax(0,1fr) 290px}.cd-layout{grid-template-columns:minmax(0,1fr) 310px}}
@media (max-width:991.98px){:root{--zb-header-h:72px}.site-header,.site-header-inner{height:72px}.site-logo img{height:44px;max-width:180px}.site-nav,.header-cta{display:none}.mobile-menu-btn{display:inline-flex}.header-search{max-width:none}.hero-content{padding:135px 70px 90px 24px}.hero-arrow{width:42px;height:42px}.hero-arrow.left{left:14px}.hero-arrow.right{right:14px}.grid-about,.export-intro,.export-partnership,.cd-layout,.detail-layout{grid-template-columns:1fr}.about-image{min-height:460px}.featured-grid{grid-template-columns:1fr}.featured-news{min-height:450px}.about-grid-2col{gap:20px}.about-roadmap{grid-template-columns:repeat(2,1fr);gap:36px 24px}.about-roadmap-line{display:none}.variety-row{gap:36px}.export-process-desktop{display:none}.export-process-mobile{display:grid;gap:14px}.process-step{display:grid;grid-template-columns:54px 1fr;gap:16px;text-align:left;padding:0}.process-number{margin:0}.process-step:not(:last-child):after{left:26px;right:auto;top:54px;bottom:-15px;width:1px;height:auto}.export-quality{grid-template-columns:1fr 1fr}.detail-sidebar,.career-apply-card{position:static}.news-grid,.news-grid-full{grid-template-columns:repeat(2,1fr)}.thumb-strip{grid-template-columns:repeat(4,1fr)}}
@media (max-width:767.98px){.zb-container{padding-left:18px;padding-right:18px}.section{padding:70px 0}.section-sm{padding:56px 0}.section-lg{padding:82px 0}.section-lead{font-size:16px}.site-logo img{height:40px;max-width:150px}.language-switcher{display:none}.header-icon-btn,.mobile-menu-btn{width:38px;height:38px}.site-header.search-open{height:auto}.site-header.search-open .site-header-inner{height:72px}.header-search{position:absolute;left:0;right:0;top:72px;padding:10px 14px 13px;background:rgba(22,75,45,.97);border-top:1px solid rgba(255,255,255,.08)}.home-hero{min-height:760px}.home-hero:after{background:linear-gradient(180deg,rgba(8,37,20,.6) 0%,rgba(8,37,20,.82) 68%,rgba(8,37,20,.92) 100%)}.hero-content{padding:135px 18px 92px}.hero-title{font-size:clamp(2.55rem,12vw,4rem)}.hero-text{font-size:16px}.hero-arrow{top:auto;bottom:26px}.hero-arrow.left{left:18px}.hero-arrow.right{right:18px}.hero-dots{bottom:42px}.inner-hero{min-height:290px}.inner-hero-content{padding:46px 18px 50px}.breadcrumb-zb{margin-bottom:21px}.features-grid,.quality-grid,.advantages-grid,.stats-grid,.news-grid,.news-grid-full,.about-grid-2col,.export-quality{grid-template-columns:1fr}.grid-about,.export-intro,.export-partnership{gap:32px}.about-image{min-height:360px}.gallery-main{height:380px}.gallery-strip{grid-template-columns:repeat(3,1fr)}.gallery-thumb{height:88px}.featured-news{min-height:390px}.featured-news-content{padding:24px}.featured-news .news-title{font-size:26px}.about-gallery-grid{grid-template-columns:1fr}.about-gallery-grid>div{min-height:340px}.about-gallery-strip{grid-template-columns:1fr 1fr;grid-template-rows:none}.about-gallery-strip>div{height:180px}.about-roadmap{grid-template-columns:1fr;text-align:left}.roadmap-item{text-align:left;display:grid;grid-template-columns:34px 1fr;column-gap:16px}.roadmap-dot{grid-row:1/4;margin:2px 0 0}.variety-row{grid-template-columns:1fr;padding:52px 0}.variety-row:nth-child(even) .variety-text,.variety-row:nth-child(even) .variety-photo{order:initial}.variety-photo{min-height:330px}.form-row-2{grid-template-columns:1fr}.vacancy-card{grid-template-columns:1fr;gap:18px;padding:22px}.slider-main{height:360px}.thumb-strip{grid-template-columns:repeat(3,1fr)}.thumb-btn{height:70px}.pdf-card{align-items:flex-start;flex-direction:column}.search-page-form{flex-direction:column}.map-wrap{height:350px}.legal-card{padding:28px 22px}.footer-main{padding:55px 0 38px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom-inner{align-items:flex-start;flex-direction:column;gap:10px}.nf-404{padding-top:120px}.nf-code{font-size:9rem}}
@media (max-width:479.98px){.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn-zb{width:100%}.gallery-main{height:310px}.gallery-strip{grid-template-columns:repeat(2,1fr)}.about-gallery-strip{grid-template-columns:1fr}.about-gallery-strip>div{height:220px}.variety-photo{min-height:290px}.slider-main{height:290px}.thumb-strip{grid-template-columns:repeat(3,1fr)}.footer-logo img{height:50px}.nf-code{font-size:7.6rem}.nf-title{margin-top:-10px}}
