.l-hero{min-height:100vh;display:flex;align-items:center;background:var(--dark-bg);position:relative;overflow:hidden}.l-hero__video-bg{position:absolute;inset:0;overflow:hidden}.l-hero__video-bg video{width:100%;height:100%;object-fit:cover;pointer-events:none}.l-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(7 11 20 / .4) 0%,rgb(7 11 20 / .4) 50%,rgb(7 11 20 / .4) 100%)}.l-hero__inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:6rem var(--desktop-px) 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.l-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(16 117 189 / .12);border:1px solid rgb(16 117 189 / .25);border-radius:var(--radius-full);padding:.375rem .875rem;font-size:.8rem;font-weight:600;color:var(--color-primary-light);margin-bottom:1.5rem;font-family:var(--font-heading)}.l-hero__badge-dot{width:6px;height:6px;background:var(--color-primary);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.l-hero__title{font-size:clamp(2.5rem, 3vw, 3.5rem);font-weight:800;line-height:1.3;letter-spacing:-.035em;color:var(--color-white);margin-bottom:1.5rem;font-family:var(--font-heading)}.l-hero__desc{font-size:1.1rem;color:rgb(255 255 255 / .7);max-width:480px;margin-bottom:2.5rem;line-height:1.7}.l-hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.l-hero__stats{display:flex;align-items:center;justify-content:center}.l-hero__stats-card{background:rgb(13 21 37 / .45);backdrop-filter:blur(24px);border:1px solid rgb(255 255 255 / .1);border-radius:24px;padding:2.5rem;width:100%;box-shadow:0 30px 60px rgb(0 0 0 / .4);color:var(--color-white)}.l-hero__stats-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.l-hero__stats-row{display:flex;gap:2rem;justify-content:space-between}.l-hero__stat-val{font-size:1.75rem;font-weight:800;color:var(--color-white);line-height:1;display:block}.l-hero__stat-lbl{font-size:.75rem;color:rgb(255 255 255 / .65);margin-top:.4rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;display:block}.l-advantages{background:var(--color-white);padding:4rem 0}.l-advantages__header{margin-bottom:4rem}.l-advantages__title{font-size:clamp(2rem, 5vw, 3rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;margin-top:1rem;max-width:800px;font-family:var(--font-heading)}.l-advantages__list{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;grid-auto-rows:1fr}.l-advantages__row{display:flex;align-items:center;padding:2rem 1rem;gap:2.5rem;transition:all 0.4s ease}.l-advantages__row:first-child,.l-advantages__row:last-child{background:rgb(16 117 189 / .1)}.l-advantages__row:hover{transform:translateY(-10px)!important;border-color:#fff0}.l-advantages__num{font-size:clamp(2rem, 3vw, 3rem);font-weight:900;color:#fff0;-webkit-text-stroke:1px rgb(16 117 189 / .4);line-height:1;font-family:var(--font-heading);transition:all 0.4s ease}.l-advantages__row:hover .l-advantages__num{-webkit-text-stroke-color:var(--color-primary);color:rgb(16 117 189 / .05)}.l-advantages__content{flex:1}.l-advantages__item-title{font-size:clamp(1.5rem, 2vw, 2rem);color:var(--color-primary);font-weight:700;margin-bottom:.8rem;font-family:var(--font-heading);transition:color 0.4s ease}.l-advantages__row:hover .l-advantages__item-title{color:var(--color-primary-dark)}.l-advantages__desc{font-size:1.05rem;color:var(--gray-text);line-height:1.7}.l-advantages__icon{font-size:2rem;color:rgb(0 0 0 / .15);transition:transform 0.4s ease,color 0.4s ease}.l-advantages__row:hover .l-advantages__icon{transform:translateX(10px);color:var(--color-primary)}.l-product-showcase{position:relative;padding:4rem 0;background:url(https://bod-tools.com/wp-content/themes/GlobalZT/assets/images/factory6.webp) center/cover no-repeat}.l-product-showcase::before{content:"";position:absolute;inset:0;background:inherit;background-attachment:fixed;filter:blur(8px);z-index:0}.l-product-showcase::after{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .75);z-index:0}.l-product-showcase>*{position:relative;z-index:1}.l-product-showcase .section-header{text-align:left}.l-product-showcase .section-title{color:#fff}.l-product-showcase .btn-outline{width:fit-content}.l-product-showcase__outer{position:relative;width:100%;overflow:hidden;cursor:grab}.l-product-showcase__outer.is-dragging{cursor:grabbing}.l-product-showcase__track{display:flex;width:100%;transition:transform 0.65s var(--ease-in-out)}.l-product-showcase__slide{flex:0 0 100%;width:100%;position:relative;overflow:hidden}.l-product-showcase__slide-content{position:relative;z-index:2;display:flex;align-items:center;gap:clamp(2rem, 5vw, 5rem);padding:1rem 0;min-height:500px}.l-product-showcase__slide-left{flex:1;max-width:500px;min-height:380px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgb(0 0 0 / .4);opacity:0;transform:translateX(-20px);transition:opacity 0.6s ease,transform 0.6s ease;user-select:none;-webkit-user-drag:none}.l-product-showcase__slide.is-active .l-product-showcase__slide-left{opacity:1;transform:translateX(0);transition-delay:0.1s}.l-product-showcase__slide-left img{width:100%;height:100%;object-fit:cover}.l-product-showcase__slide-right{flex:1;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateX(20px);transition:opacity 0.6s ease,transform 0.6s ease}.l-product-showcase__slide.is-active .l-product-showcase__slide-right{opacity:1;transform:translateX(0);transition-delay:0.2s}.l-product-showcase__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.l-product-showcase__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary-light);border:1px solid rgb(16 117 189 / .35);background:rgb(16 117 189 / .1);font-family:var(--font-heading)}.l-product-showcase__num{font-size:.8rem;font-weight:600;color:rgb(255 255 255 / .35);letter-spacing:.1em}.l-product-showcase__slide-title{font-size:clamp(2rem, 3vw, 2.5rem);font-weight:800;color:#fff;margin-bottom:1rem;font-family:var(--font-heading)}.l-product-showcase__slide-desc{font-size:clamp(0.9rem, 1.5vw, 1.05rem);color:rgb(255 255 255 / .6);line-height:1.65;max-width:520px;margin-bottom:1.5rem}.l-product-showcase__features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.l-product-showcase__features li{color:rgb(255 255 255 / .85);font-size:.9rem;display:flex;align-items:center;gap:.6rem}.l-product-showcase__features li i{color:var(--color-primary-light);font-size:.8rem}.l-product-showcase__specs{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.l-product-showcase__spec-val{font-size:1.1rem;font-weight:800;color:var(--color-primary-light);line-height:1;display:block}.l-product-showcase__spec-lbl{font-size:.7rem;font-weight:600;color:rgb(255 255 255 / .4);text-transform:uppercase;letter-spacing:.1em;display:block;margin-top:.2rem}.l-product-showcase__btn{width:52px;height:52px;border-radius:50%;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.25s ease}.l-product-showcase__btn:hover{background:var(--color-primary);border-color:var(--color-primary)}.l-product-showcase__dots{position:absolute;bottom:0;right:var(--desktop-px);display:flex;gap:1rem;z-index:10}.l-product-showcase__dot{width:10px;height:10px;border-radius:50%;background:rgb(255 255 255 / .3);border:none;cursor:pointer;padding:0;transition:all 0.3s ease}.l-product-showcase__dot--active{background:var(--color-primary);width:24px;border-radius:4px}.l-company{padding:4rem 0;background:linear-gradient(180deg,var(--gray-light) 0%,#e8edf5 100%)}.l-company__inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--desktop-px);display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.l-company__image img{width:100%;aspect-ratio:16/10;border-radius:20px;box-shadow:var(--shadow-lg)}.l-company__title{font-size:clamp(2.25rem, 5vw, 3.25rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;margin-bottom:1.25rem;font-family:var(--font-heading)}.l-company__desc{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.l-company__content .btn-outline{margin-top:1rem}.l-company__stats{display:flex;gap:2rem;margin-top:2rem}.l-company__stat-val{font-size:1.75rem;font-weight:800;color:var(--color-primary);display:block;font-family:var(--font-heading)}.l-company__stat-lbl{font-size:.8rem;color:var(--gray-text);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.l-cases{padding:4rem 0;background:var(--color-white)}.l-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.l-cases__card{position:relative;background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-mid);transition:transform 0.3s ease,box-shadow 0.3s ease}.l-cases__card>a:first-child::after{content:"";position:absolute;inset:0;z-index:2}.l-cases__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.l-cases__card-img{overflow:hidden}.l-cases__card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.l-cases__card:hover .l-cases__card-img img{transform:scale(1.06)}.l-cases__card-body{padding:1.5rem}.l-cases__card-tag{display:inline-block;background:rgb(16 117 189 / .08);color:var(--color-primary);font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--radius-full);margin-bottom:.75rem;font-family:var(--font-heading)}.l-cases__card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.l-cases__card-meta-item{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--gray-text);font-family:var(--font-heading)}.l-cases__card-meta-item i{font-size:.7rem;color:var(--color-primary);opacity:.7}.l-cases__card-title{font-size:1.05rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:.75rem;font-family:var(--font-heading)}.l-cases__card-desc{font-size:.875rem;color:var(--gray-text);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.l-cases__card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--color-primary);font-family:var(--font-heading);position:relative}.l-cases__card:hover .l-cases__card-link{gap:.625rem}.l-cases__view-all-wrap{text-align:center;margin-top:2.5rem}.l-tech-story{position:relative;background:url(https://bod-tools.com/wp-content/themes/GlobalZT/assets/images/factory6.webp) center/cover no-repeat}.l-tech-story::before{content:"";position:absolute;inset:0;background:inherit;background-attachment:fixed;filter:blur(8px);z-index:0}.l-tech-story::after{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .75);z-index:0}.l-tech-story>*{position:relative;z-index:1}.l-tech-story__inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--desktop-px);display:grid;grid-template-columns:1fr 1fr;gap:4rem}.l-tech-story__visual{position:sticky;top:0;height:100vh;display:flex;align-items:center}.l-tech-story__visual-item{position:absolute;width:100%;opacity:0;transition:opacity 0.6s ease,transform 0.6s ease;pointer-events:none}.l-tech-story__visual-item.active{opacity:1;pointer-events:auto;position:relative}.l-tech-story__visual-placeholder{width:100%;aspect-ratio:4/3;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 10px rgb(255 255 255 / .2)}.l-tech-story__steps{padding:10vh 0}.l-tech-story__step{min-height:50vh;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;opacity:.25;transition:opacity 0.5s ease;border-bottom:1px solid rgb(255 255 255 / .05)}.l-tech-story__step.active{opacity:1}.l-tech-story__step:last-child{border-bottom:none}.l-tech-story__step-num{font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--color-primary);margin-bottom:.75rem;text-transform:uppercase;font-family:var(--font-heading)}.l-tech-story__step-title{font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:.75rem;line-height:1.2;font-family:var(--font-heading)}.l-tech-story__step-desc{font-size:.95rem;color:rgb(255 255 255 / .5);line-height:1.8;max-width:75%}.l-tech-story__step-img{display:none}.l-news{padding:4rem 0;background:var(--color-white)}.l-news__layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}.l-news__hero{position:relative;border-radius:20px;overflow:hidden;min-height:500px;background:var(--dark-bg);text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;transition:transform 0.35s ease,box-shadow 0.35s ease}.l-news__hero:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgb(0 0 0 / .2)}.l-news__hero-img{position:absolute;inset:0;z-index:0}.l-news__hero-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.55s ease}.l-news__hero:hover .l-news__hero-img img{transform:scale(1.05)}.l-news__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgb(7 11 20 / .93) 0%,rgb(7 11 20 / .5) 45%,rgb(7 11 20 / .1) 100%);z-index:1}.l-news__hero-body{position:relative;z-index:2;padding:2rem}.l-news__hero-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.l-news__hero-date{display:flex;align-items:baseline;gap:.3rem;background:var(--color-primary);color:#fff;border-radius:8px;padding:.3rem .7rem;line-height:1}.l-news__hero-day{font-size:1.2rem;font-weight:800;font-family:var(--font-heading)}.l-news__hero-month{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.l-news__hero-tag{background:rgb(255 255 255 / .12);color:rgb(255 255 255 / .85);font-size:.72rem;font-weight:600;padding:.25rem .6rem;border-radius:var(--radius-full)}.l-news__hero-title{font-size:clamp(1.2rem, 2.5vw, 1.5rem);font-weight:800;color:#fff;line-height:1.3;letter-spacing:-.02em;margin-bottom:.75rem;font-family:var(--font-heading)}.l-news__hero-excerpt{font-size:.9rem;color:rgb(255 255 255 / .65);line-height:1.65;margin-bottom:1.25rem}.l-news__hero-cta{display:inline-flex;align-items:center;gap:.4rem;background:#fff;color:var(--color-primary);font-size:.85rem;font-weight:700;padding:.6rem 1.4rem;border-radius:var(--radius-full);transition:transform 0.2s;font-family:var(--font-heading)}.l-news__hero-cta:hover{transform:translateY(-2px)}.l-news__list-col{display:flex;flex-direction:column;justify-content:space-between}.l-news__list{display:flex;flex-direction:column}.l-news__item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--gray-mid);text-decoration:none;transition:background 0.2s}.l-news__item:first-child{border-top:1px solid var(--gray-mid)}.l-news__item:hover .l-news__item-title{color:var(--color-primary)}.l-news__item-date{display:flex;flex-direction:column;align-items:center;min-width:44px;flex-shrink:0}.l-news__item-day{font-size:1.75rem;font-weight:800;color:var(--color-primary);line-height:1;font-family:var(--font-heading)}.l-news__item-month{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-text);margin-top:.15rem}.l-news__item-content{flex:1;min-width:0}.l-news__item-title{font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:.3rem;transition:color 0.2s;font-family:var(--font-heading)}.l-news__item-excerpt{font-size:.82rem;color:var(--gray-text);line-height:1.6}.l-news__view-all-wrap{padding-top:1.5rem}.l-news__view-all{width:fit-content}@media (max-width:1024px){.l-company__inner{grid-template-columns:1fr;gap:3rem}.l-cases__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.l-advantages__row:nth-child(3){background:rgb(16 117 189 / .1)}.l-advantages__row:last-child{background:none}.l-hero__inner{grid-template-columns:1fr;text-align:center;gap:2.5rem;padding:calc(4rem + 100px) var(--desktop-px) 4rem}.l-hero__desc{max-width:100%}.l-hero__cta{justify-content:center}.l-hero__stats-row{justify-content:center;flex-wrap:wrap}.l-advantages__header{margin-bottom:3rem}.l-advantages__list{grid-template-columns:1fr}.l-advantages__row{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:20px}.l-advantages__row:hover{padding-left:0;padding-right:0}.l-advantages__num{min-width:unset;font-size:3.5rem}.l-advantages__desc{max-width:100%}.l-advantages__icon{display:none}.l-product-title{flex-direction:column!important;align-items:flex-start}.l-product-showcase__slide-content{flex-direction:column;min-height:auto;gap:1.5rem}.l-product-showcase__dots{bottom:1rem}.l-product-showcase__slide-left{max-width:100%;width:100%;min-height:250px}.l-company__inner{padding:0 var(--mobile-px)}.l-cases__grid{grid-template-columns:1fr}.l-tech-story__inner{grid-template-columns:1fr;gap:2rem}.l-tech-story__visual{position:relative;height:auto;padding:2rem 0 0;display:none}.l-tech-story__visual-item{position:relative;opacity:1;pointer-events:auto;margin-bottom:1rem}.l-tech-story__step-desc{max-width:100%}.l-tech-story__visual-item:last-child{margin-bottom:0}.l-tech-story__steps{padding:0}.l-tech-story__step{min-height:auto;opacity:1;padding:1.5rem 0}.l-tech-story__step-img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin:1rem 0}.l-news__layout{grid-template-columns:1fr}.l-news__hero{min-height:350px}}@media (max-width:480px){.l-company__stats{flex-direction:column;gap:1rem}}