:root{--landing-primary: var(--primary-color, #1a1f36);--landing-accent: #2563eb;--landing-dark: #0f1215;--landing-gray: #f7f8fa;--landing-text: #333;--landing-text-light: #666;--landing-radius: 12px;--landing-max-w: 1440px}.landing-section{padding:5rem 0}.landing-section--gray{background:var(--landing-gray)}.landing-section--dark{background:var(--landing-dark);color:#fff}.landing-section--primary{background:var(--landing-primary);color:#fff}.landing-container{max-width:var(--landing-max-w);margin:0 auto;padding:0 1.25rem}.landing-section__header{text-align:center;margin-bottom:3rem}.landing-section__eyebrow{display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.2em;color:#f5a609;margin-bottom:.6rem}.landing-section__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:inherit;line-height:1.3;margin-bottom:.75rem}.landing-section__desc{font-size:clamp(.9rem,1.2vw,1.05rem);color:var(--landing-text-light);line-height:1.9;max-width:1100px;margin:0 auto}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;border:none;cursor:pointer;white-space:nowrap}.landing-btn--primary{background:var(--landing-accent);color:#fff}.landing-btn--primary:hover{background:#1d4ed8;transform:translateY(-1px)}.landing-btn--outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}.landing-btn--outline:hover{background:#ffffff1a;border-color:#ffffffb3}.landing-btn--white{background:#fff;color:var(--landing-primary)}.landing-btn--white:hover{background:#f0f0f0}.landing-hero{position:relative;min-height:max(540px,75vh);display:flex;align-items:center;overflow:hidden;background:var(--landing-dark)}.landing-hero__bg{position:absolute;inset:0;z-index:0}.landing-hero__bg video,.landing-hero__bg img{width:100%;height:100%;object-fit:cover}.landing-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000000a6,#0006,#0000008c);z-index:1}.landing-hero__content{position:relative;z-index:2;max-width:var(--landing-max-w);margin:0 auto;padding:calc(5rem + env(safe-area-inset-top,0px)) 1.25rem 3rem;width:100%}.landing-hero__slides{position:relative;min-height:280px}.landing-hero__slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .6s ease,visibility .6s ease,transform .6s ease}.landing-hero__slide.is-active{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.landing-hero__subtitle{font-size:.85rem;font-weight:600;letter-spacing:.1em;color:#ffffffb3;margin-bottom:.75rem}.landing-hero__title{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:#fff;line-height:1.3;margin-bottom:1rem}.landing-hero__desc{font-size:clamp(.9rem,1.3vw,1.05rem);color:#ffffffb3;line-height:1.8;max-width:600px;margin-bottom:1.5rem}.landing-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.landing-hero__stats{display:flex;gap:0;margin-top:2.5rem}.landing-hero__stat{display:flex;flex-direction:column;align-items:flex-start;padding:0 2rem;border-left:1px solid rgba(255,255,255,.3)}.landing-hero__stat:first-child{padding-left:0;border-left:none}.landing-hero__stat-num{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:#fff;line-height:1.2}.landing-hero__stat-num small{font-size:.7em;color:#ffffffb3}.landing-hero__stat-label{font-size:.8rem;color:#fff9;font-style:italic;margin-top:.25rem}@media(max-width:1024px){.landing-hero__stats{flex-wrap:wrap;gap:1.2rem 0}.landing-hero__stat{padding:0 1.5rem}.landing-hero__stat:nth-child(4){border-left:none;padding-left:0}}@media(max-width:768px){.landing-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 0;margin-top:1.5rem}.landing-hero__stat{padding:0 1rem;align-items:center;text-align:center}.landing-hero__stat:first-child{padding-left:1rem}.landing-hero__stat:nth-child(1),.landing-hero__stat:nth-child(4){border-left:none}.landing-hero__stat-num{font-size:1.5rem}.landing-hero__stat-label{font-size:.7rem}}@media(max-width:480px){.landing-hero__stats{grid-template-columns:repeat(3,1fr);gap:1.2rem 0}.landing-hero__stat{padding:0 .5rem}.landing-hero__stat-num{font-size:1.3rem}}.landing-hero__indicators{display:flex;gap:.5rem;margin-top:2rem}.landing-hero__indicators button{width:32px;height:4px;border-radius:2px;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s}.landing-hero__indicators button.active{background:#fff;width:48px}.landing-hero__product-img{position:absolute;right:5%;bottom:10%;z-index:2;max-width:45%;opacity:.9}.landing-hero__product-img img{width:100%;height:auto}.landing-products__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.landing-products__item{background:#f3f5f9;border-radius:var(--landing-radius);overflow:hidden;transition:all .3s;text-decoration:none;color:inherit;display:block}.landing-products__item:hover{box-shadow:0 8px 32px #00000014}.landing-products__img{aspect-ratio:4/3;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;padding:.4rem}.landing-products__img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s}.landing-products__item:hover .landing-products__img img{transform:scale(1.05)}.landing-products__name{font-size:1rem;font-weight:700;color:var(--landing-text);padding:.75rem 1rem .3rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-products__desc{font-size:.85rem;color:var(--landing-text-light);margin:5px 0 9px;padding:0 1rem;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:0 0 var(--landing-radius) var(--landing-radius);transition:.4s ease-out}.landing-products__item:hover .landing-products__desc{padding:12px 20px;background:var(--landing-primary);color:#fff;margin-bottom:0;margin-top:10px}.landing-products__cta-card{border-radius:var(--landing-radius);display:flex;flex-direction:column;justify-content:space-between;padding:0;color:#fff;background-size:cover;background-position:bottom center;background-color:var(--landing-primary);position:relative;overflow:hidden}.landing-products__cta-text{font-size:1.1rem;font-weight:700;line-height:1.6;padding:2rem 1.5rem;text-shadow:0 1px 4px rgba(0,0,0,.3);text-align:center;flex:1;display:flex;align-items:center;justify-content:center}.landing-products__cta-btn{display:block;width:100%;font-size:.85rem;font-weight:500;color:#fff;text-decoration:none;padding:0 25px 15px;text-align:right;border-radius:0 0 var(--landing-radius) var(--landing-radius);background:transparent;transition:.4s ease-out}.landing-products__cta-card:hover .landing-products__cta-btn{padding:15px 25px;background:#f5a706;text-align:center}.landing-about{position:relative;background-color:#021631;color:#fff;padding-top:5rem;padding-bottom:5rem;overflow:hidden}.landing-about__header{text-align:center;margin-bottom:1.5rem}.landing-about__eyebrow{display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.2em;color:#f5a609;margin-bottom:.6rem}.landing-about__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fff;line-height:1.3;margin-bottom:.75rem}.landing-about__subtitle{font-size:clamp(.9rem,1.2vw,1.05rem);color:#ffffffd9;line-height:1.8;max-width:1100px;margin:0 auto}.landing-about__desc{font-size:clamp(.85rem,1.1vw,.93rem);color:#fff9;line-height:1.9;text-align:center;max-width:1100px;margin:1.5rem auto 0}.landing-about__stats{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-top:3rem;position:relative;z-index:2}.landing-about__stat-item{text-align:center;display:flex;flex-direction:column;align-items:center}.landing-about__stat-num{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;color:#fff;line-height:1.2}.landing-about__stat-num small{font-size:.7em;color:#ffffffb3}.landing-about__stat-label{font-size:.8rem;color:#fff9;margin-top:.4rem}.landing-about__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;position:relative;z-index:2}.landing-btn--accent{background:#f5a609;color:#fff;padding:.75rem 2rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .3s}.landing-btn--accent:hover{background:#e09500}.landing-btn--outline-white{border:1px solid rgba(255,255,255,.5);color:#fff;padding:.75rem 2rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s}.landing-btn--outline-white:hover{background:#ffffff1a;border-color:#fff}.landing-video-modal{position:fixed;inset:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.landing-video-modal.is-open{opacity:1;visibility:visible}.landing-video-modal__inner{position:relative;width:90%;max-width:900px}.landing-video-modal__close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1}.landing-video__wrapper{position:relative;border-radius:var(--landing-radius);overflow:hidden;cursor:pointer;aspect-ratio:16/9;max-width:900px;margin:0 auto}.landing-video__cover{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.landing-video__player{width:100%;height:100%;object-fit:cover}.landing-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;transition:transform .3s}.landing-video__play:hover{transform:translate(-50%,-50%) scale(1.1)}.landing-video__caption{text-align:center;margin-top:1rem;font-size:.9rem;color:#fff9}.landing-why{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.landing-why__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--landing-text);line-height:1.3;margin:.75rem 0 0}.landing-why__desc{font-size:clamp(.9rem,1.2vw,1.05rem);color:var(--landing-text-light);line-height:1.8;margin:1.5rem 0 2rem}.landing-why__faq-item{border-bottom:1px solid #eee}.landing-why__faq-item:first-child{border-top:1px solid #eee}.landing-why__faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--landing-text);cursor:pointer;text-align:left;gap:1rem}.landing-why__faq-icon{font-size:1.4rem;font-weight:300;color:var(--landing-text-light);flex-shrink:0;transition:transform .3s;line-height:1}.landing-why__faq-icon.is-open{transform:rotate(45deg)}.landing-why__faq-a{overflow:hidden}.landing-why__faq-a p{padding:0 0 1.25rem;font-size:.88rem;color:var(--landing-text-light);line-height:1.8}.landing-journey{padding:0 1.25rem 5rem}.landing-journey__inner{max-width:var(--landing-max-w);margin:0 auto;padding:5rem 3rem;background-color:#001432bf;background-image:url(/storage/landing/cta-journey-bg.jpg);background-position:center center;background-size:cover;background-attachment:fixed;background-blend-mode:darken;border-radius:var(--landing-radius);text-align:center;color:#fff;position:relative}.landing-journey__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;margin:.75rem 0 1rem;color:#fff}.landing-journey__desc{font-size:clamp(.9rem,1.2vw,1rem);color:#ffffffbf;line-height:1.8;max-width:600px;margin:0 auto 1.5rem}.landing-journey__tags{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:2rem;font-size:.9rem;color:#ffffffe6}@media(max-width:768px){.landing-journey__inner{padding:3rem 1.5rem}.landing-journey__tags{gap:.5rem 1rem;font-size:.8rem}}.landing-strengths__tabs{display:flex;justify-content:center;gap:0;margin-bottom:3rem;border-bottom:1px solid #eee;overflow-x:auto;max-width:700px;margin-left:auto;margin-right:auto}.landing-strengths__tabs button{padding:1rem 2.5rem;border:none;border-bottom:3px solid transparent;background:none;font-size:.95rem;font-weight:600;color:var(--landing-text-light);cursor:pointer;white-space:nowrap;transition:all .3s}.landing-strengths__tabs button.active{color:#f5a609;border-bottom-color:#f5a609}.landing-strengths__panels{position:relative}.landing-strengths__panel{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;transition:opacity .4s ease,visibility .4s ease}.landing-strengths__panel.is-active{opacity:1;visibility:visible;position:relative}.landing-strengths__img img{width:100%;border-radius:var(--landing-radius)}.landing-strengths__content h3{font-size:clamp(1.5rem,2.5vw,1.8rem);font-weight:800;color:var(--landing-text);margin-bottom:.75rem}.landing-strengths__sub{font-size:.95rem;font-weight:600;color:var(--landing-text);margin-bottom:1.5rem}.landing-strengths__desc{font-size:.9rem;color:var(--landing-text-light);line-height:1.8}.landing-tech{position:relative;overflow:hidden;padding:5rem 0}.landing-tech__video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.landing-tech__video video{width:100%;height:100%;object-fit:cover;opacity:.8}.landing-tech__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#001432bf;z-index:1}.landing-tech__content{position:relative;z-index:2}.landing-tech__header{text-align:center;margin-bottom:3.5rem}.landing-tech__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fff;margin-bottom:.75rem}.landing-tech__desc{font-size:clamp(.9rem,1.2vw,1rem);color:#ffffffbf;max-width:800px;margin:0 auto 1.5rem;line-height:1.8}.landing-tech__link{color:#f5a609;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .3s}.landing-tech__link:hover{opacity:.7}.landing-tech__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.landing-tech__item{text-align:center;padding:2rem 1rem;border-right:1px solid rgba(255,255,255,.1);transition:all .4s ease;min-height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-tech__item:last-child{border-right:none}.landing-tech__item:hover{background:#003ca6d9}.landing-tech__icon{margin-bottom:1rem}.landing-tech__icon img{width:45px;height:auto}.landing-tech__item-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.75rem}.landing-tech__item-desc{font-size:.8rem;color:#ffffffa6;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .4s}.landing-tech__item:hover .landing-tech__item-desc{-webkit-line-clamp:unset}.landing-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.landing-cases__item{overflow:hidden}.landing-cases__img{border-radius:var(--landing-radius);overflow:hidden;aspect-ratio:16/9}.landing-cases__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.landing-cases__item:hover .landing-cases__img img{transform:scale(1.05)}.landing-cases__title{font-size:.85rem;color:var(--landing-text);margin-top:.75rem;line-height:1.6}.landing-distributor{position:relative;background-image:url(/storage/landing/distributor-bg.jpg);background-size:cover;background-position:center;padding:5rem 0}.landing-distributor:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#001432bf}.landing-distributor__content{position:relative;z-index:1;max-width:600px}.landing-distributor__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.landing-distributor__desc{font-size:clamp(.9rem,1.2vw,1rem);color:#ffffffbf;line-height:1.8;margin-bottom:2rem}.landing-distributor__faq-item{border-bottom:1px solid rgba(255,255,255,.15)}.landing-distributor__faq-title{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.1rem 0;background:none;border:none;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;text-align:left}.landing-distributor__faq-icon{font-size:1.2rem;color:#fff9;transition:transform .3s}.landing-distributor__faq-icon.is-open{transform:rotate(45deg)}.landing-distributor__faq-content{overflow:hidden}.landing-distributor__faq-content p{padding:0 0 1rem;font-size:.85rem;color:#ffffffa6;line-height:1.7}.landing-news__slider{overflow:hidden;position:relative}.landing-news__track{display:flex;transition:transform .5s ease}.landing-news__slide{min-width:50%;padding:0 .75rem;box-sizing:border-box}.landing-news__card{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:#fff;border-radius:var(--landing-radius);overflow:hidden;border:1px solid #eee;transition:all .3s;height:100%}.landing-news__card:hover{box-shadow:0 8px 32px #0000000f}.landing-news__img{aspect-ratio:4/3;overflow:hidden}.landing-news__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.landing-news__card:hover .landing-news__img img{transform:scale(1.05)}.landing-news__content{padding:1.5rem 1.5rem 1.5rem 0;display:flex;flex-direction:column;justify-content:center}.landing-news__title{font-size:1rem;font-weight:700;color:var(--landing-text);line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-news__desc{font-size:.85rem;color:var(--landing-text-light);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.landing-news__date{font-size:.75rem;color:var(--landing-text-light);border:1px solid #ddd;border-radius:4px;padding:2px 8px;display:inline-block;width:fit-content;margin-bottom:.75rem}.landing-news__link{font-size:.85rem;color:#003ca6;text-decoration:none;font-weight:600}.landing-news__link:hover{text-decoration:underline}.landing-news__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.landing-news__dot{width:10px;height:10px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s}.landing-news__dot.is-active{background:#003ca6;width:24px;border-radius:5px}.landing-inquiry{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.landing-inquiry__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--landing-text);margin-bottom:1rem}.landing-inquiry__desc{font-size:clamp(.9rem,1.2vw,1rem);color:var(--landing-text-light);line-height:1.8;margin-bottom:2rem}.landing-inquiry__info-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;color:var(--landing-text)}.landing-inquiry__info-item svg{flex-shrink:0;color:#003ca6;opacity:.8}.landing-inquiry__form{background:#f8f9fb;border-radius:var(--landing-radius);padding:2rem;border:1px solid #e8eaee}.landing-inquiry__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.landing-inquiry__field{display:flex;flex-direction:column}.landing-inquiry__field--full{margin-bottom:1.5rem}.landing-inquiry__field label{font-size:.8rem;font-weight:600;color:var(--landing-text);margin-bottom:.3rem}.landing-inquiry__field input,.landing-inquiry__field textarea{background:#fff;border:1px solid #dde0e5;border-radius:8px;padding:.7rem 1rem;font-size:.88rem;color:var(--landing-text);transition:border-color .3s}.landing-inquiry__field input::placeholder,.landing-inquiry__field textarea::placeholder{color:#aab0b8}.landing-inquiry__field input:focus,.landing-inquiry__field textarea:focus{outline:none;border-color:#003ca6;box-shadow:0 0 0 3px #003ca614}@media(max-width:1024px){.landing-hero{padding-top:calc(4rem + env(safe-area-inset-top,0px))}.landing-hero__content{padding-top:calc(6rem + env(safe-area-inset-top,0px))}.landing-products__grid,.landing-about__stats{grid-template-columns:repeat(3,1fr)}.landing-why{grid-template-columns:1fr;gap:2rem}.landing-why__left{order:1}.landing-strengths__panel{grid-template-columns:1fr}.landing-tech__grid{grid-template-columns:repeat(3,1fr)}.landing-tech__item{border-bottom:1px solid rgba(255,255,255,.1);min-height:14rem}.landing-cases__grid{grid-template-columns:repeat(2,1fr)}.landing-news__slide{min-width:100%}.landing-inquiry{grid-template-columns:1fr}.landing-hero__product-img{display:none}}@media(max-width:640px){.landing-section{padding:3rem 0}.landing-products__grid,.landing-about__stats,.landing-tech__grid{grid-template-columns:repeat(2,1fr)}.landing-tech__item{min-height:auto;padding:1.5rem .75rem}.landing-tech__video{display:none}.landing-cases__grid,.landing-news__card{grid-template-columns:1fr}.landing-news__content{padding:1rem}.landing-inquiry__row{grid-template-columns:1fr}.landing-hero__content{padding-top:calc(4rem + env(safe-area-inset-top,0px))}.landing-hero__title{font-size:1.6rem}.landing-strengths__tabs{gap:.25rem}.landing-strengths__tabs button{font-size:.8rem;padding:.5rem .8rem}.landing-br-pc{display:none}}.landing-section__edit-btn{position:absolute;right:1.5rem;bottom:1.5rem;z-index:10;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#555;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #00000014}.landing-section__edit-btn:hover{background:#fff;color:#111;box-shadow:0 4px 16px #0000001f}.landing-section--dark .landing-section__edit-btn,.landing-tech .landing-section__edit-btn,.landing-distributor .landing-section__edit-btn,.landing-journey .landing-section__edit-btn,.landing-about .landing-section__edit-btn{border-color:#ffffff26;background:#ffffff26;color:#ffffffd9}.landing-section--dark .landing-section__edit-btn:hover,.landing-tech .landing-section__edit-btn:hover,.landing-distributor .landing-section__edit-btn:hover,.landing-journey .landing-section__edit-btn:hover,.landing-about .landing-section__edit-btn:hover{background:#ffffff4d;color:#fff}
