:root{--font-poppins:var(--font-poppins-var), "Poppins", sans-serif;--font-kanit:var(--font-kanit-var), "Kanit", sans-serif;--color-primary:#ff6b35;--color-primary-dark:#ff9a3c;--color-primary-glow:#01affe40;--color-hero-dark:#000b18;--color-dark:#0d0d0d;--color-dark-card:#111;--color-dark-section:#0f0f0f;--color-light-bg:#f5f5f5;--color-white:#fff;--color-black:#000;--color-text:#1a1a1a;--color-text-muted:#666;--color-text-light:#999;--color-border:#e5e5e5;--color-border-dark:#ffffff1a;--gradient-hero:linear-gradient(135deg, #000b18 0%, #001830 50%, #000b18 100%);--gradient-dark:linear-gradient(180deg, #0d0d0d 0%, #111 100%);--gradient-primary:linear-gradient(135deg, #01affe 0%, #0090d9 100%);--gradient-light:linear-gradient(180deg, #fff 0%, #f8f9fa 100%);--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-md:1.125rem;--fs-lg:1.25rem;--fs-xl:1.5rem;--fs-2xl:2rem;--fs-3xl:2.5rem;--fs-4xl:3rem;--fs-5xl:3.75rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 20px #0000001f;--shadow-lg:0 8px 32px #00000029;--shadow-xl:0 16px 48px #00000038;--shadow-cyan-sm:0 4px 20px #01affe33;--shadow-cyan-md:0 8px 32px #01affe59;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.45s ease;--container-max:1280px;--container-padding:0 40px;--header-height:76px}@media (max-width:1024px){:root{--header-height:64px}}@media (max-width:768px){:root{--container-padding:0 20px}}@media (max-width:480px){:root{--header-height:58px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-poppins);font-size:var(--fs-base);color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);transition:color var(--transition-base);text-decoration:none}a:hover{color:var(--color-primary-dark)}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-kanit);font-weight:700;line-height:1.15}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.25rem}h5{font-size:1.1rem}p{line-height:1.75}.container{width:100%;max-width:var(--container-max);padding:var(--container-padding);margin:0 auto}.section{padding:var(--space-3xl) 0}@media (max-width:768px){.section{padding:var(--space-2xl) 0}}.section--white{background:var(--color-white)}.section--light{background:var(--color-light-bg)}.section--dark{background:var(--color-dark-section)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5{color:#fff}.section--dark p{color:#ffffffb3}.section-label{font-family:var(--font-kanit);letter-spacing:.12em;color:#002f6c;margin-bottom:.5rem;font-size:24px;font-weight:500;display:inline-block}.section-title{color:#002f6c;margin-bottom:var(--space-md);font-size:clamp(1.75rem,3.5vw,48px);font-weight:500;line-height:1.15}.section-title--light{color:var(--color-white)}.section-desc{color:var(--color-text-muted);font-size:var(--fs-md);max-width:620px;line-height:1.75}.btn{border-radius:var(--radius-full);font-family:var(--font-poppins);font-size:var(--fs-sm);letter-spacing:.02em;cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;max-width:fit-content;padding:.75rem 2rem;font-weight:600;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:var(--color-white);box-shadow:var(--shadow-cyan-md);transform:translateY(-2px)}.btn--outline{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.btn--outline:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.btn--ghost{color:var(--color-white);background:0 0;border-color:#fff6}.btn--ghost:hover{border-color:var(--color-white);background:#ffffff14;transform:translateY(-2px)}.btn--quote{color:#fff;border-radius:var(--radius-full);background:0 0;border-color:#fff}.btn--quote:hover{background:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-cyan-sm)}.link-arrow{font-size:var(--fs-sm);color:var(--color-white);transition:gap var(--transition-fast);align-items:center;gap:.4rem;font-weight:600;text-decoration:none;display:inline-flex}.link-arrow:hover{color:var(--color-white);gap:.75rem}@keyframes drawUnderline{to{stroke-dashoffset:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:transform var(--transition-base),box-shadow var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.img-zoom-wrapper{position:relative;overflow:hidden}.img-zoom-wrapper img{transition:transform .5s}.img-zoom-wrapper:hover img{transform:scale(1.06)}.feature-list{gap:var(--space-md);flex-direction:column;display:flex}.feature-list__item{padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border);align-items:flex-start;gap:1rem;display:flex}.feature-list__icon{background:var(--color-primary);width:14px;height:14px;box-shadow:0 0 0 4px var(--color-primary-glow);border-radius:50%;flex-shrink:0;margin-top:.5rem}.feature-list h4{font-size:var(--fs-base);color:var(--color-text);margin-bottom:.25rem;font-weight:700}.feature-list p{font-size:var(--fs-sm);color:var(--color-text-muted);margin:0;line-height:1.7}.cta-banner{background:var(--gradient-hero);border-radius:var(--radius-2xl);padding:var(--space-2xl) var(--space-xl);text-align:center;border:1px solid #01affe33;position:relative;overflow:hidden}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#01affe1f 0%,#0000 60%);width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.cta-banner h2{color:var(--color-white);margin-bottom:var(--space-sm);font-size:clamp(1.5rem,3vw,2.25rem)}.cta-banner p{color:#ffffffbf;margin-bottom:var(--space-lg);font-size:var(--fs-md)}.social-icons{gap:.75rem;display:flex}.social-icons a{color:#ffffffb3;width:38px;height:38px;transition:all var(--transition-base);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.social-icons a:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-cyan-sm);transform:translateY(-2px)}.social-icons a svg{fill:currentColor;width:16px;height:16px}.grid-2{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.text-center{text-align:center}.text-white{color:var(--color-white)!important}.text-primary{color:var(--color-primary)!important}.w-full{width:100%}.relative{position:relative}.overflow-hidden{overflow:hidden}@media (max-width:1280px){.container{padding:0 32px}}@media (max-width:1024px){.container{padding:0 28px}h1{font-size:clamp(2rem,4.5vw,3.25rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}.section{padding:var(--space-2xl) 0}.page-hero__title{font-size:52px}}@media (max-width:900px){.container{padding:0 24px}.section{padding:var(--space-xl) 0}.section-label{font-size:20px}.section-title{font-size:clamp(1.5rem,3vw,2.25rem)}.cta-banner{padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-xl)}.page-hero__title{font-size:44px}}@media (max-width:768px){html{font-size:15px}.container{padding:0 20px}h1{font-size:clamp(1.75rem,6vw,2.5rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}h3{font-size:clamp(1.15rem,4vw,1.5rem)}.btn{padding:.65rem 1.6rem;font-size:.8rem}.section-label{font-size:18px}.section-title{font-size:clamp(1.4rem,5vw,2rem)}.section-desc{font-size:var(--fs-base)}.cta-banner{padding:var(--space-lg) var(--space-md);border-radius:var(--radius-lg)}.cta-banner h2{font-size:clamp(1.25rem,4vw,1.75rem)}.page-hero__title{font-size:36px}}@media (max-width:600px){.container{padding:0 16px}.btn{justify-content:center;width:100%;max-width:100%;padding:.6rem 1.4rem}.section{padding:var(--space-lg) 0}}@media (max-width:480px){html{font-size:14px}.section-title{font-size:1.5rem}.page-hero__title{font-size:28px;line-height:1.2}}@media (max-width:380px){.container{padding:0 12px}}@media (max-width:1024px){.site-header__logo-img{height:40px}.site-header__cta,.site-nav{display:none!important}}@media (max-width:900px){.site-header__logo-img{height:36px}}@media (max-width:768px){.site-header__inner{gap:var(--space-md)}.mobile-nav{padding:var(--space-sm) var(--space-md)}.mobile-nav__link,.mobile-nav__toggle{font-size:var(--fs-sm);padding:.75rem .875rem}}@media (max-width:600px){.site-header__logo-img{height:32px}.mobile-nav{padding:var(--space-xs) var(--space-sm)}.mobile-nav__link,.mobile-nav__toggle{font-size:var(--fs-sm);padding:.7rem .75rem}}@media (max-width:480px){.site-header__logo-img{height:28px}}@media (max-width:1024px){.hero{max-height:none!important}.hero__title{font-size:42px}.hero__eyebrow{font-size:20px}.hero__right{height:460px}.hero__stat-badge{padding:.8rem 1.25rem}.hero__stat-number{font-size:1.85rem}}@media (max-width:900px){.hero{padding-top:var(--header-height);min-height:auto;max-height:none!important}.hero__grid{text-align:center;padding-top:var(--space-xl);padding-bottom:var(--space-lg);gap:var(--space-md);min-height:auto;grid-template-columns:1fr!important}.hero__left{align-items:center;gap:var(--space-sm);order:1!important}.hero__right{height:280px;order:2!important}.hero__title{font-size:32px;line-height:1.2}.hero__eyebrow{font-size:17px}.hero__desc{max-width:90%;font-size:var(--fs-base)}.hero__actions{justify-content:center;gap:var(--space-md)}.hero__stat-badge--top,.hero__stat-badge--bottom{display:none}}@media (max-width:768px){.hero__right{height:260px}.hero__title{font-size:30px;line-height:1.2}.hero__eyebrow{font-size:16px}.hero__desc{font-size:var(--fs-sm);max-width:100%}.hero__stat-badge{padding:.6rem .9rem}.hero__stat-number{font-size:1.4rem}.hero__stat-label{font-size:.65rem}.hero__actions{align-items:center;gap:var(--space-sm);flex-direction:column;width:100%}.hero__actions .btn,.hero__actions .link-arrow{justify-content:center;width:auto;min-width:200px}}@media (max-width:600px){.hero__right{height:220px}.hero__title{font-size:26px}.hero__eyebrow{font-size:14px}.hero__stat-badge{padding:.5rem .75rem}.hero__stat-number{font-size:1.25rem}}@media (max-width:480px){.hero{min-height:0}.hero__right{height:200px}.hero__title{font-size:22px}}@media (max-width:768px){.logo-carousel{padding:var(--space-md) 0}.logo-carousel:before,.logo-carousel:after{width:40px}.logo-carousel__item{height:44px}.logo-carousel__track{gap:var(--space-xl);animation-duration:20s}}@media (max-width:600px){.logo-carousel__item{height:36px}.logo-carousel__track{gap:var(--space-lg)}.logo-carousel:before,.logo-carousel:after{width:24px}}@media (max-width:1024px){.commitment-section .container{padding:0 24px}.commitment__title{font-size:38px}.commitment__image-wrap{height:420px}}@media (max-width:900px){.commitment-grid{gap:var(--space-xl);padding:24px 0;grid-template-columns:1fr!important}.commitment__image-wrap{height:300px}.commitment__title{text-align:left;font-size:34px}.commitment__desc{text-align:left;max-width:100%}.commitment__content-col{text-align:left;align-items:flex-start}.commitment__list{justify-content:flex-start}}@media (max-width:768px){.commitment-section .container{border-radius:24px;padding:0 20px}.commitment__title{font-size:28px}.commitment__image-wrap{height:240px}.commitment__item,.commitment__desc{font-size:var(--fs-base)}}@media (max-width:600px){.commitment-section .container{border-radius:16px;padding:0 16px}.commitment__title{font-size:24px}.commitment__image-wrap{height:200px}.commitment__list{gap:var(--space-sm);flex-direction:column}}@media (max-width:480px){.commitment__title{font-size:22px}}@media (max-width:900px){.stats-section{padding:48px 0}.stat-item__number,.stat-item__suffix,.stat-item__super{font-size:46px}.stat-item__label{font-size:15px}}@media (max-width:768px){.stats-section{padding:40px 0}.stats-grid{row-gap:var(--space-lg)}.stat-item__number,.stat-item__suffix,.stat-item__super{font-size:40px}.stat-item__label{font-size:14px}.stat-item:not(:last-child):after{display:none}}@media (max-width:600px){.stat-item__number,.stat-item__suffix,.stat-item__super{font-size:34px}.stat-item__label{font-size:13px}.stats-section{padding:32px 0}}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item__number,.stat-item__suffix,.stat-item__super{font-size:28px}}@media (max-width:1024px){.partner-card__img-wrap{height:180px}.partner-card__name{font-size:var(--fs-lg)}}@media (max-width:900px){.partners-alternating{gap:var(--space-lg);grid-template-columns:1fr!important}.partner-item{min-height:260px}.partner-item__img-wrap{width:40%;min-height:150px;max-height:200px}}@media (max-width:768px){.partner-item{min-height:220px}.partner-item__text{max-width:58%}.partner-item__name{font-size:1.1rem}.partner-item__desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-section-title{font-size:clamp(1.4rem,5vw,2rem)}.home-section-desc{font-size:var(--fs-base)}}@media (max-width:600px){.partner-item{min-height:200px}.partner-item__text{max-width:55%}.partner-item__name{font-size:1rem}.partner-item__desc{-webkit-line-clamp:2;line-clamp:2;font-size:.8rem}.partner-item__img-wrap{width:42%;min-height:130px;max-height:170px}.partners-grid{grid-template-columns:1fr!important}}@media (max-width:480px){.partner-item{min-height:180px}.partner-item__text{max-width:52%}.partner-item__content{padding:1.2rem 1rem}}@media (max-width:380px){.partner-item{min-height:160px}.partner-item__img-wrap{width:40%;min-height:110px;max-height:140px}}@media (max-width:1024px){.industry-section .home-section-desc{font-size:18px}}@media (max-width:900px){.industry-section .home-section-desc{font-size:16px;line-height:1.5}}@media (max-width:768px){.industry-card{padding:var(--space-lg)}.industry-card__icon{width:70px;height:70px;padding:12px}.industry-card__icon svg{width:36px;height:36px}.industry-card__title{font-size:18px}.industry-card__desc{font-size:var(--fs-xs)}.industry-section .home-section-desc{font-size:15px}}@media (max-width:600px){.industry-grid{gap:var(--space-md);grid-template-columns:1fr!important}.industry-card{padding:var(--space-md)}.industry-card__icon{width:60px;height:60px}.industry-card__title{font-size:16px}}@media (max-width:480px){.industry-section .home-section-desc{font-size:14px}}@media (max-width:900px){.brochure-wrapper{margin-top:40px;padding:120px 24px 80px}.brochure-banner{width:85%}.brochure-banner__title{font-size:38px}.brochure-banner__desc{font-size:16px}}@media (max-width:600px){.brochure-wrapper{background-attachment:scroll;margin-top:32px;padding:60px 12px 0}.brochure-banner{width:100%;padding:24px 20px 60px}.brochure-banner__title{margin-bottom:12px;font-size:26px}.brochure-banner__desc{margin-bottom:24px;font-size:14px}.brochure-banner__button{justify-content:center;gap:10px;width:100%;padding:12px 24px;font-size:14px}.brochure-banner__button-container{justify-content:center}}@media (max-width:480px){.brochure-banner__title{font-size:22px}.brochure-banner__desc{font-size:13px}}@media (max-width:1024px){.faq-section{padding:50px 0 90px}.faq-container{max-width:720px}.faq-title{font-size:32px}}@media (max-width:900px){.faq-section{padding:44px 0 70px}.faq-title{font-size:30px}}@media (max-width:600px){.faq-section{padding:32px 0 50px}.faq-container{padding:0 12px}.faq-title{margin-bottom:28px;font-size:24px}.faq-accordion .card-header-button{border-radius:12px;padding:16px;font-size:14px}.faq-accordion .card-body{padding:16px 16px 0;font-size:14px}.faq-accordion .right-icon-group{margin-left:12px}}@media (max-width:480px){.faq-title{font-size:22px}.faq-accordion .card-header-button{padding:14px;font-size:13px}}@media (max-width:900px){.cta-banner{padding:var(--space-xl) var(--space-lg)}}@media (max-width:768px){.cta-banner{padding:var(--space-lg) var(--space-md);border-radius:var(--radius-lg)}.cta-banner h2{font-size:clamp(1.2rem,4vw,1.5rem)}.cta-banner p{font-size:var(--fs-base)}}@media (max-width:600px){.cta-banner{padding:var(--space-md) var(--space-sm);border-radius:var(--radius-md);text-align:center}.cta-banner .btn{margin:0 auto}}@media (max-width:1024px){.site-footer__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr!important}.site-footer__main{padding:var(--space-2xl) 0 var(--space-xl)}.site-footer__logo{width:clamp(170px,22vw,210px);height:auto;max-height:56px}}@media (max-width:900px){.site-footer__grid{gap:var(--space-lg)}.site-footer__heading{font-size:var(--fs-base)}}@media (max-width:768px){.site-footer__main{padding:var(--space-xl) 0 var(--space-lg)}.site-footer__logo{width:clamp(160px,40vw,190px);height:auto;max-height:50px}.site-footer__brand{gap:var(--space-md)}.site-footer__contact-item{gap:.625rem}.site-footer__contact-icon{width:30px;height:30px;padding:6px}.site-footer__bottom-inner{gap:var(--space-sm)}}@media (max-width:600px){.site-footer__grid{gap:var(--space-lg);flex-wrap:wrap;display:flex!important}.site-footer__main{padding:var(--space-lg) 0 var(--space-md)}.site-footer__logo{width:clamp(150px,52vw,180px);height:auto;max-height:46px}.site-footer__bottom{padding:var(--space-sm) 0}.site-footer__bottom-inner{text-align:center;gap:var(--space-xs);flex-direction:column}.site-footer__legal{justify-content:center;gap:var(--space-sm);flex-wrap:wrap}.site-footer__socials{flex-wrap:wrap}}@media (max-width:480px){.site-footer__heading{font-size:var(--fs-sm)}.site-footer__link,.site-footer__contact-value{font-size:var(--fs-xs)}}@media (max-width:1024px){.page-hero__title{font-size:54px}.page-hero__content{padding:var(--space-2xl) 0 var(--space-xl)}}@media (max-width:900px){.page-hero{min-height:35vh}.page-hero__title{font-size:44px}.page-hero__content{padding:var(--space-xl) 0 var(--space-lg)}.page-hero__content p{font-size:var(--fs-base)}}@media (max-width:768px){.page-hero{min-height:30vh}.page-hero__title{margin-top:.25rem;font-size:34px;line-height:1.15}.page-hero__content{padding:var(--space-lg) 0 var(--space-md)}.page-hero__content p{font-size:var(--fs-sm);max-width:100%}}@media (max-width:600px){.page-hero__title{font-size:28px;line-height:1.2}.page-hero__content{padding:var(--space-md) 0 var(--space-sm)}}@media (max-width:480px){.page-hero__title{font-size:24px}}@media (max-width:1024px){.hero-custom-inner{border-radius:28px;margin:-60px auto 0}.hero-custom-image{min-height:440px}}@media (max-width:900px){.hero-custom-inner{border-radius:24px;margin:-40px 16px 0;padding:10px}.hero-custom-image{border-radius:18px;min-height:360px}.hero-custom-banner{padding-bottom:40px}}@media (max-width:768px){.hero-custom-inner{border-radius:20px;margin:-30px 12px 0;padding:8px}.hero-custom-image{border-radius:14px;min-height:280px}.hero-custom-banner{padding-bottom:28px}}@media (max-width:600px){.hero-custom-inner{border-radius:16px;margin:-20px 10px 0;padding:6px}.hero-custom-image{border-radius:12px;min-height:220px}.hero-custom-banner{padding-bottom:20px}}@media (max-width:480px){.hero-custom-inner{border-radius:12px;margin:-16px 8px 0}.hero-custom-image{min-height:180px}}@media (max-width:1024px){.about-story{grid-template-columns:1.5fr 1fr;gap:16px}.about-story__text h4,.about-story__text .highlight-text{font-size:26px}.about-story__text p{font-size:16px}.about-mission__img{min-height:380px}}@media (max-width:900px){.about-story{gap:var(--space-xl);grid-template-columns:1fr!important}.about-story__text{text-align:center;align-items:center}.about-story__text h5{font-size:20px}.about-story__text h4,.about-story__text .highlight-text{font-size:24px}.about-mission{gap:var(--space-xl);grid-template-columns:1fr!important}.about-mission__img{order:-1;min-height:320px}.feature-list h4{font-size:20px}.feature-list p{font-size:16px}}@media (max-width:768px){.about-story__text{text-align:left;align-items:flex-start}.about-story__text h5{font-size:18px}.about-story__text h4,.about-story__text .highlight-text{font-size:22px}.about-story__text p{font-size:15px}.about-carousel__image-wrapper{min-height:300px}.about-mission__img{min-height:260px}.feature-list h4{font-size:18px}.feature-list p{font-size:14px}}@media (max-width:600px){.about-story__text h4,.about-story__text .highlight-text{font-size:18px}.about-story__text p{font-size:14px}.about-mission__img{min-height:220px}.about-carousel__image-wrapper{aspect-ratio:4/3;min-height:240px}}@media (max-width:480px){.about-mission__img{min-height:180px}.about-carousel__image-wrapper{min-height:200px}.feature-list__item{gap:.75rem}}@media (max-width:1024px){.contact-layout{gap:var(--space-xl);grid-template-columns:320px 1fr!important}.contact-info,.contact-form-wrap{padding:var(--space-xl)}}@media (max-width:900px){.contact-layout{gap:var(--space-lg);grid-template-columns:1fr!important}.contact-info{padding:var(--space-lg)}.contact-info h2{font-size:var(--fs-xl)}.contact-form-wrap{padding:var(--space-lg)}}@media (max-width:768px){.contact-form__row{gap:var(--space-sm);grid-template-columns:1fr!important}.contact-info,.contact-form-wrap{padding:var(--space-md)}.contact-details{gap:var(--space-md)}.contact-details__item{gap:.75rem}}@media (max-width:600px){.contact-info,.contact-form-wrap{padding:var(--space-sm);border-radius:var(--radius-lg)}.contact-info h2{font-size:var(--fs-lg)}}@media (max-width:480px){.contact-form__field input,.contact-form__field select,.contact-form__field textarea{font-size:var(--fs-xs);padding:.65rem .85rem}.contact-form__field textarea{min-height:110px}}@media (max-width:1024px){.solutions-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)!important}.solution-card__img-wrap{height:200px}}@media (max-width:900px){.solution-card__body{padding:var(--space-md)}.solution-card__name{font-size:var(--fs-lg)}}@media (max-width:768px){.solution-card__img-wrap{height:180px}.solution-card__desc{font-size:var(--fs-xs)}}@media (max-width:600px){.solutions-grid{gap:var(--space-md);grid-template-columns:1fr!important}.solution-card__img-wrap{height:200px}}@media (max-width:480px){.solution-card__img-wrap{height:170px}}@media (max-width:1024px){.brand-hero__inner{gap:var(--space-xl);padding:var(--space-2xl) 0}.brand-hero__img-wrap{height:300px}.products-grid{grid-template-columns:repeat(2,1fr)!important}.product-card__img{height:340px}}@media (max-width:900px){.brand-hero__inner{gap:var(--space-lg);padding:var(--space-xl) 0;grid-template-columns:1fr!important}.brand-hero__img-wrap{height:260px}.brand-hero__title{font-size:var(--fs-2xl)}.brand-hero__logo{height:40px}}@media (max-width:768px){.brand-hero{padding-top:64px}.brand-hero__inner{padding:0 16px}.brand-hero__img-wrap{height:220px}.brand-hero__title{font-size:var(--fs-xl)}.brand-hero__desc{font-size:var(--fs-base)}.product-card__img{height:280px}}@media (max-width:600px){.products-grid{gap:var(--space-md);grid-template-columns:1fr!important}.product-card__img{height:240px}.product-card__body{padding:var(--space-sm)}.product-card__name{font-size:var(--fs-base)}.brand-hero__img-wrap{height:180px}}@media (max-width:480px){.brand-hero__title{font-size:var(--fs-lg)}.brand-hero__logo{height:32px}.product-card__img{height:200px}}@media (max-width:1024px){.blogs-grid{gap:var(--space-lg)}.blog-card__img{height:200px}}@media (max-width:900px){.blog-card__title{font-size:var(--fs-base)}.blog-card__excerpt{font-size:var(--fs-xs)}}@media (max-width:768px){.blogs-grid{gap:var(--space-lg);grid-template-columns:1fr!important}.blog-card__img{height:200px}.blog-card__body{padding:var(--space-md)}}@media (max-width:600px){.blog-card__img{height:180px}.blog-card__body{padding:var(--space-sm)}.blog-card__title{font-size:var(--fs-sm)}}@media (max-width:1024px){.glimpses-cards .commitment-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr;padding:20px 0}}@media (max-width:900px){.glimpses-cards .commitment-grid{gap:var(--space-md);grid-template-columns:1fr}}@media (max-width:600px){.glimpses-cards .commitment-grid{gap:var(--space-sm);padding:12px 0}}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.products-grid,.grid-2{grid-template-columns:1fr!important}}@media (max-width:768px){.page-content h2{font-size:1.4rem}.page-content h3{font-size:1.15rem}.page-content p,.page-content li{font-size:var(--fs-sm)}}@media (max-width:600px){.page-content h2{font-size:1.25rem}}@media (max-width:768px){.section img[alt="Orgaearth Machines Banner"]{border-radius:var(--radius-md)}}@media (max-width:600px){.partner-item__link span{display:none}}@media (max-width:900px){.home-section-header{text-align:center;margin-bottom:var(--space-xl)!important}.home-section-desc{font-size:var(--fs-base);max-width:100%;margin:0 auto}.home-section-title{font-size:clamp(1.5rem,5vw,2.25rem)}}@media (max-width:600px){.home-section-header{margin-bottom:var(--space-lg)!important}.home-section-title{font-size:clamp(1.3rem,5.5vw,1.75rem)}.home-section-desc{font-size:var(--fs-sm)}}@media (max-width:480px){.home-section-title{font-size:1.25rem}}.site-header{z-index:1000;transition:background var(--transition-base),box-shadow var(--transition-base);background:0 0;position:fixed;top:0;left:0;right:0}.site-header--scrolled,.site-header--open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000b18f7;box-shadow:0 1px #ffffff0d}@media (max-width:1024px){.site-header--scrolled .logo-full,.site-header--open .logo-full{display:none!important}.site-header--scrolled .logo-mobile,.site-header--open .logo-mobile{display:block!important}}.site-header__inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.site-header__logo{flex-shrink:0;align-items:center;display:flex}.site-header__logo-img{object-fit:contain;width:auto;height:48px}.site-header .logo-full{display:block}.site-header .logo-mobile{display:none}.site-header__cta{font-size:var(--fs-xs);flex-shrink:0;padding:.6rem 1.5rem}@media (max-width:1024px){.site-header__cta{display:none}}.site-header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:24px;height:18px;padding:0;display:none}@media (max-width:1024px){.site-header__hamburger{display:flex}}.site-header__hamburger span{background:var(--color-white);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.site-header__hamburger.is-open span:first-child{transform:translateY(8px)rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.site-nav{flex:1;justify-content:center;display:flex}@media (max-width:1024px){.site-nav{display:none}}.site-nav__list{align-items:center;gap:.25rem;display:flex}.site-nav__item{position:relative}.site-nav__item--dropdown:hover .site-nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.site-nav__link{font-size:var(--fs-sm);color:#ffffffe0;border-radius:var(--radius-md);transition:color var(--transition-fast);white-space:nowrap;align-items:center;gap:.2rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;display:inline-flex}.site-nav__link:hover{color:var(--color-primary)}.site-nav__chevron{width:14px;height:14px;transition:transform var(--transition-base)}.site-nav__item--dropdown.is-open .site-nav__chevron{transform:rotate(180deg)}.site-nav__dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);opacity:0;visibility:hidden;pointer-events:none;min-width:220px;transition:all var(--transition-base);background:#0a1228f7;border:1px solid #01affe26;padding:.5rem 0;list-style:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(8px)}.site-nav__dropdown:before{content:"";background:#0a1228f7;border-top:1px solid #01affe26;border-left:1px solid #01affe26;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.site-nav__dropdown:after{content:"";background:0 0;height:20px;position:absolute;top:-20px;left:0;right:0}.site-nav__dropdown-link{font-size:var(--fs-sm);color:#ffffffbf;transition:all var(--transition-fast);padding:.625rem 1.25rem;text-decoration:none;display:block}.site-nav__dropdown-link:hover{color:var(--color-primary);background:#01affe0f;padding-left:1.5rem}.mobile-nav{top:var(--header-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--space-md);max-height:calc(100vh - var(--header-height));opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:999;background:#000b18fa;border-top:1px solid #01affe1a;display:none;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-10px)}@media (max-width:1024px){.mobile-nav{display:block}}.mobile-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav__list{flex-direction:column;gap:.25rem;display:flex}.mobile-nav__link,.mobile-nav__toggle{width:100%;font-family:var(--font-poppins);font-size:var(--fs-base);color:#ffffffd9;border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-weight:500;text-decoration:none;display:flex}.mobile-nav__link:hover,.mobile-nav__toggle:hover{color:var(--color-primary);background:#01affe0f}.mobile-nav__chevron{width:18px;height:18px;transition:transform var(--transition-base)}.mobile-nav__chevron.is-open{transform:rotate(180deg)}.mobile-nav__sub{margin:.25rem 0;padding-left:1rem}.mobile-nav__sub-link{font-size:var(--fs-sm);color:#fff9;border-radius:var(--radius-sm);transition:color var(--transition-fast),background var(--transition-fast);padding:.625rem 1rem;text-decoration:none;display:block}.mobile-nav__sub-link:hover{color:var(--color-primary);background:#01affe0f}.site-footer{color:var(--color-white);background:radial-gradient(at 0 100%,#00317c 0%,#121214 60%);margin-top:auto}.site-footer__main{padding:var(--space-3xl) 0 var(--space-2xl)}.site-footer__grid{gap:var(--space-2xl);grid-template-columns:1.3fr 1fr 1fr 1.4fr;display:grid}@media (max-width:1024px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.site-footer__grid{gap:var(--space-xl);grid-template-columns:1fr}}.site-footer__brand{gap:var(--space-md);flex-direction:column;align-items:flex-start;display:flex}.site-footer__logo{object-fit:contain;filter:brightness(0)invert();width:clamp(240px,30vw,340px);height:auto;max-height:100px;margin-bottom:10px;margin-left:-12px}.site-footer__brand-desc{color:#ffffffb3;margin-bottom:var(--space-xs);max-width:320px;font-size:.85rem;line-height:1.6}.site-footer__socials{gap:var(--space-sm);display:flex}.site-footer__social-link{width:36px;height:36px;transition:background var(--transition-fast),transform var(--transition-fast);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.site-footer__social-link svg{width:16px;height:16px;fill:var(--color-white);transition:fill var(--transition-fast)}.site-footer__social-link:hover{background:var(--color-primary);transform:translateY(-2px)}.site-footer__social-link:hover svg{fill:var(--color-white)}.site-footer__col{gap:var(--space-md);flex-direction:column;display:flex}.site-footer__heading{font-size:var(--fs-lg);color:var(--color-white);margin-bottom:var(--space-sm);padding-bottom:var(--space-xs);font-weight:600;position:relative}.site-footer__heading:after{content:"";background:var(--color-primary);border-radius:2px;width:40px;height:2px;position:absolute;bottom:0;left:0}.site-footer__links{flex-direction:column;gap:.5rem;display:flex}.site-footer__link{font-size:var(--fs-sm);color:#ffffffb3;transition:color var(--transition-fast),padding-left var(--transition-fast)}.site-footer__link:hover{color:var(--color-white);padding-left:4px}.site-footer__contact{gap:var(--space-md);flex-direction:column;display:flex}.site-footer__contact-item{align-items:flex-start;gap:.875rem;display:flex}.site-footer__contact-icon{background:#2d7dd240;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;display:flex}.site-footer__contact-icon svg{width:16px;height:16px;fill:var(--color-primary)}.site-footer__contact-label{font-size:var(--fs-xs);color:#ffffff80;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.2rem;display:block}.site-footer__contact-value{font-size:var(--fs-sm);color:#ffffffd9;transition:color var(--transition-fast);line-height:1.5;display:block}.site-footer__contact-value:hover{color:var(--color-white)}.site-footer__bottom{padding:var(--space-md) 0;border-top:1px solid #ffffff14}.site-footer__bottom-inner{justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.site-footer__bottom-inner p{font-size:var(--fs-xs);color:#ffffff80}@media (max-width:600px){.site-footer__bottom-inner{text-align:center;flex-direction:column}}.site-footer__legal{gap:var(--space-md);display:flex}.site-footer__legal a{font-size:var(--fs-xs);color:#ffffff80;transition:color var(--transition-fast)}.site-footer__legal a:hover{color:var(--color-white)}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stat-item:not(:last-child):after{display:none}}.stat-item__suffix,.stat-item__super{color:var(--color-primary);font-size:58px;font-weight:500;line-height:1}@keyframes heroOrbFloat-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.08)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes heroOrbFloat-2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-50px,20px)scale(1.05)}70%{transform:translate(30px,-40px)scale(.92)}}@keyframes heroOrbFloat-3{0%,to{transform:translate(0)scale(1)}30%{transform:translate(20px,50px)scale(1.1)}60%{transform:translate(-40px,-20px)scale(.96)}}@keyframes heroParticleRise{0%{opacity:.6;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-120px)scale(0)}}@keyframes heroCursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes heroBadgePulse{0%,to{box-shadow:0 0 #ffffff40}50%{box-shadow:0 0 0 10px #fff0}}.hero{min-height:85vh;padding-top:var(--header-height);background:radial-gradient(at 20%,#0050c840 0%,#0000 60%),radial-gradient(at 80% 20%,#0172d72e 0%,#0000 55%),radial-gradient(at 60% 80%,#00287833 0%,#0000 50%),linear-gradient(135deg,#000b18 0%,#001830 50%,#000b18 100%);align-items:center;display:flex;position:relative;overflow:hidden}@media screen and (max-width:768px){.hero{padding-top:100px}}.hero__orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;transition:transform .1s linear;position:absolute}.hero__orb--1{background:#0172d72e;width:520px;height:520px;animation:12s ease-in-out infinite heroOrbFloat-1;top:-120px;left:-80px}.hero__orb--2{background:#0096ff1f;width:400px;height:400px;animation:15s ease-in-out infinite heroOrbFloat-2;bottom:-100px;right:-60px}.hero__orb--3{background:#003ca033;width:280px;height:280px;animation:10s ease-in-out infinite heroOrbFloat-3;top:40%;right:30%}.hero__particles{pointer-events:none;z-index:1;position:absolute;inset:0}.hero__particle{background:#ffffff8c;border-radius:50%;width:6px;height:6px;animation:5s ease-in infinite heroParticleRise;position:absolute}.hero__particle--1{opacity:.4;width:5px;height:5px;animation-duration:5s;animation-delay:.4s;bottom:11%;left:5.7%}.hero__particle--2{opacity:.5;width:6px;height:6px;animation-duration:6s;animation-delay:.8s;bottom:22%;left:11.4%}.hero__particle--3{opacity:.6;width:7px;height:7px;animation-duration:7s;animation-delay:1.2s;bottom:33%;left:17.1%}.hero__particle--4{opacity:.3;width:8px;height:8px;animation-duration:4s;animation-delay:1.6s;bottom:4%;left:22.8%}.hero__particle--5{opacity:.4;width:4px;height:4px;animation-duration:5s;animation-delay:2s;bottom:15%;left:28.5%}.hero__particle--6{opacity:.5;width:5px;height:5px;animation-duration:6s;animation-delay:2.4s;bottom:26%;left:34.2%}.hero__particle--7{opacity:.6;width:6px;height:6px;animation-duration:7s;animation-delay:2.8s;bottom:37%;left:39.9%}.hero__particle--8{opacity:.3;width:7px;height:7px;animation-duration:4s;animation-delay:3.2s;bottom:8%;left:45.6%}.hero__particle--9{opacity:.4;width:8px;height:8px;animation-duration:5s;animation-delay:3.6s;bottom:19%;left:51.3%}.hero__particle--10{opacity:.5;width:4px;height:4px;animation-duration:6s;animation-delay:4s;bottom:30%;left:57%}.hero__particle--11{opacity:.6;width:5px;height:5px;animation-duration:7s;animation-delay:4.4s;bottom:1%;left:62.7%}.hero__particle--12{opacity:.3;width:6px;height:6px;animation-duration:4s;animation-delay:4.8s;bottom:12%;left:68.4%}.hero__particle--13{opacity:.4;width:7px;height:7px;animation-duration:5s;animation-delay:5.2s;bottom:23%;left:74.1%}.hero__particle--14{opacity:.5;width:8px;height:8px;animation-duration:6s;animation-delay:5.6s;bottom:34%;left:79.8%}.hero__particle--15{opacity:.6;width:4px;height:4px;animation-duration:7s;animation-delay:6s;bottom:5%;left:85.5%}.hero__particle--16{opacity:.3;width:5px;height:5px;animation-duration:4s;animation-delay:6.4s;bottom:16%;left:91.2%}.hero__particle--17{opacity:.4;width:6px;height:6px;animation-duration:5s;animation-delay:6.8s;bottom:27%;left:96.9%}.hero__particle--18{opacity:.5;width:7px;height:7px;animation-duration:6s;animation-delay:7.2s;bottom:38%;left:2.6%}.hero__grid{z-index:2;min-height:calc(85vh - var(--header-height));padding-top:var(--space-xl);padding-bottom:var(--space-2xl);grid-template-columns:1.2fr 1fr;align-items:center;display:grid;position:relative}@media (max-width:900px){.hero__grid{text-align:center;padding-top:var(--space-lg);grid-template-columns:1fr}}.hero__left{flex-direction:column;align-items:flex-start;gap:0;animation:.8s both fadeInUp;display:flex}@media (max-width:900px){.hero__left{align-items:center}}.hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-white);letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;margin-bottom:.5rem;padding:6px 14px;font-size:.75rem;font-weight:600;animation:3.5s infinite heroBadgePulse;display:inline-flex}.hero__badge-dot{background:#4fffb0;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #4fffb0}.hero__title{font-family:var(--font-kanit-var),"Kanit",sans-serif;color:var(--color-white);margin-bottom:1rem;font-size:clamp(2.9rem,5vw,3.5rem);font-weight:600;line-height:1.15}.hero__highlight{color:#4fffb0;padding-right:2px;display:inline-block;position:relative}.hero__cursor{color:#4fffb0;font-weight:300;animation:.9s step-start infinite heroCursorBlink}.hero__underline{width:100%;height:8px;position:absolute;bottom:-4px;left:0;overflow:visible}.hero__underline path{stroke:#4fffb099;stroke-width:4px;fill:none;stroke-linecap:round;stroke-dasharray:300;stroke-dashoffset:300px;animation:1.5s ease-out .8s forwards drawUnderline}.hero__desc{color:#fffc;max-width:520px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75;animation:.8s .15s both fadeInUp}.hero__stats{-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:14px 18px;animation:.9s .25s both fadeInUp;display:flex}@media (max-width:600px){.hero__stats{gap:1rem;width:100%}}.hero__stat{text-align:center;flex-direction:column;align-items:center;gap:2px;padding:0 12px;display:flex}@media (max-width:600px){.hero__stat{flex:1;padding:0}}.hero__stat-num{color:var(--color-white);font-size:2rem;font-weight:600;line-height:1;font-family:var(--font-kanit-var),"Kanit",sans-serif}.hero__stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.68rem;font-weight:600}.hero__stat-divider{background:#fff3;flex-shrink:0;width:1px;height:32px}@media (max-width:600px){.hero__stat-divider{display:none}}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;animation:.8s .3s both fadeInUp;display:flex}.hero__actions .btn--primary{border-radius:12px;align-items:center;gap:10px;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}.hero__btn-icon{transition:transform .25s}.btn--primary:hover .hero__btn-icon{transform:translate(4px)}.hero__right{justify-content:center;align-items:center;height:520px;animation:1s .2s both fadeInUp;display:flex;position:relative}@media (max-width:900px){.hero__right{order:-1;height:280px;margin-bottom:2rem}}.hero__machines{z-index:1;filter:drop-shadow(0 20px 40px #0006);width:100%;height:100%;position:relative}.hero__stat-badge{z-index:3;-webkit-backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;align-items:center;gap:12px;padding:12px 18px;animation:.8s .5s both fadeInUp;display:flex;position:absolute;box-shadow:0 8px 32px #00000040}.hero__stat-badge--top{animation-delay:.6s;top:15%;right:2%}.hero__stat-badge--bottom{animation-delay:1.1s;bottom:25%;left:10%}@media (max-width:900px){.hero__stat-badge--bottom{bottom:5%;left:50%;transform:translate(-50%)}}.hero__stat-icon{background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;display:flex}.hero__stat-number{font-family:var(--font-kanit-var),"Kanit",sans-serif;color:var(--color-white);font-size:1.6rem;font-weight:700;line-height:1;display:block}.hero__stat-plus{color:#4fffb0;margin-left:2px;font-size:1.1rem}.hero__stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.65rem;font-weight:600;display:block}.hero__wave{z-index:4;width:100%;line-height:0;position:absolute;bottom:-1px;left:0}.hero__wave svg{width:100%;height:60px;display:block}.hero .link-arrow{color:var(--color-white);white-space:nowrap;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;display:inline-flex}.hero .link-arrow svg{width:1.25rem;height:1.25rem;transition:transform .2s}.hero .link-arrow:hover svg{transform:translate(4px)}.logo-section{padding:0;border-bottom:8px solid #002f6c!important}.logo-carousel-section{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.commitment-section{margin-top:100px}.commitment-section .container{background-color:#faf8f7}.partners-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1100px){.partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.partners-grid{grid-template-columns:1fr}}.partner-card{background:var(--color-dark-card);border-radius:var(--radius-xl);transition:all var(--transition-base);border:1px solid #ffffff0f;flex-direction:column;display:flex;overflow:hidden}.partner-card:hover{box-shadow:0 0 0 1px #01affe26,var(--shadow-cyan-sm);border-color:#01affe4d;transform:translateY(-4px)}.partner-card__img-wrap{background:#ffffff08;height:200px;position:relative}.partner-card__body{padding:var(--space-md) var(--space-lg) var(--space-lg);gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.partner-card__name{font-size:var(--fs-xl);color:var(--color-white);font-weight:700;font-family:var(--font-kanit)}.partner-card__desc{font-size:var(--fs-sm);color:#ffffff8c;flex:1;line-height:1.65}.partner-card__link{font-size:var(--fs-sm);color:var(--color-primary);margin-top:var(--space-sm);transition:gap var(--transition-fast);align-items:center;gap:.3rem;font-weight:600;text-decoration:none;display:inline-flex}.partner-card__link:hover{color:var(--color-primary);gap:.6rem}.exclusive-partners{background:#121214}.exclusive-partners .home-section-title{color:var(--color-white)}.exclusive-partners .home-section-desc{color:#ffffffad}.partners-alternating{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}@media (max-width:900px){.partners-alternating{grid-template-columns:1fr}}.partner-item{border-radius:var(--radius-xl);min-height:280px;transition:all var(--transition-base);isolation:isolate;background:linear-gradient(135deg,#1a2744 0%,#0f1a30 100%);border:1px solid #ffffff0f;position:relative;overflow:hidden}@media (max-width:900px){.partner-item{min-height:320px}}.partner-item:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:inherit;border-radius:inherit;z-index:0;pointer-events:none;position:absolute;inset:0}.partner-item:hover{border-color:#01affe8c;box-shadow:0 0 0 1px #01affe47,0 0 24px #01affe38}.partner-item:hover .partner-item__img-wrap{transform:translate(-12px)scale(1.04)}.partner-item__content{z-index:2;justify-content:flex-start;align-items:flex-start;min-height:100%;padding:1.6rem 1.4rem;display:flex;position:relative}.partner-item__text{flex-direction:column;align-items:flex-start;gap:.75rem;max-width:56%;display:flex}@media (max-width:1100px){.partner-item__text{max-width:60%}}@media (max-width:900px){.partner-item__text{max-width:62%}}.partner-item__name{font-family:var(--font-poppins);color:var(--color-white);margin:0;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700;line-height:1.2}.partner-item__desc{color:#e2ecffcc;margin:0;font-size:.92rem;line-height:1.55}.partner-item__link{color:#6fd6ff;align-items:center;gap:.35rem;width:fit-content;margin-top:.3rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.partner-item__link:hover{color:#9ce7ff;gap:.55rem}.partner-item__link i{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block}.partner-item__img-wrap{z-index:1;width:55%;height:85%;min-height:180px;max-height:280px;transition:transform var(--transition-base);justify-content:flex-end;align-items:flex-end;display:flex;position:absolute;bottom:0;right:0}@media (max-width:900px){.partner-item__img-wrap{width:45%;height:100%;max-height:300px}}@media (max-width:560px){.partner-item__img-wrap{width:100%;height:100%;max-height:280px;bottom:-15px;right:-70px}}.partner-item__img-wrap img{object-fit:contain;object-position:right bottom;padding:0}@media (max-width:900px){.partner-item__img-wrap img{object-position:right bottom}}.partner-item--large .partner-item__img-wrap{width:65%;height:95%}@media (max-width:900px){.partner-item--large .partner-item__img-wrap{width:55%;height:110%}}@media (max-width:560px){.partner-item--large .partner-item__img-wrap{width:100%;height:80%}}.partner-item--domus .partner-item__img-wrap{width:85%;height:115%;bottom:-20px;right:-120px}@media (max-width:900px){.partner-item--domus .partner-item__img-wrap{width:75%;bottom:-15px;right:-60px}}@media (max-width:560px){.partner-item--domus .partner-item__img-wrap{width:110%;bottom:-15px;right:-120px}}@media (max-width:900px){.partner-item--unisecure .partner-item__img-wrap{width:75%;bottom:-15px;right:-60px}}@media (max-width:560px){.partner-item--unisecure .partner-item__img-wrap{width:110%;bottom:-15px;right:-12px}}.logo-section{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.home-section-header{text-align:center}.home-section-eyebrow{font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);margin-bottom:.5rem;font-weight:600;display:inline-block}.home-section-title{margin:0 0 var(--space-md);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:500;line-height:1.15}@media (max-width:900px){.home-section-title{font-size:32px}}.home-section-desc{color:var(--color-text-muted);font-size:var(--fs-md);max-width:920px;line-height:1.75}.btn{max-width:fit-content}.industry-section{position:relative;overflow:hidden}.industry-section.dark-bg{background:linear-gradient(135deg,#000b18 0%,#00111f 50%,#000b18 100%)}.industry-section.dark-bg .home-section-title{color:#fff}.industry-section.dark-bg .home-section-desc{color:#ffffffb3}.industry-section .home-section-title{color:#002f6c}.industry-section .home-section-desc{color:#1c244b;text-transform:none;letter-spacing:0;word-spacing:0;font-family:Poppins,sans-serif;font-size:23px;font-style:normal;font-weight:400;line-height:1.2em;text-decoration:none}@media (max-width:768px){.industry-section .home-section-desc{font-size:18px}}.industry-grid{gap:var(--space-lg);z-index:2;grid-template-columns:repeat(3,1fr);display:grid;position:relative}@media (max-width:1024px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.industry-grid{grid-template-columns:1fr}}.industry-card{border-radius:var(--radius-xl);padding:var(--space-xl);align-items:center;gap:var(--space-sm);transition:all var(--transition-base);-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;display:flex}.dark-bg .industry-card{background:#ffffff08;border-color:#ff6b3526}.dark-bg .industry-card:hover{background:#ff6b3514;border-color:#ff6b354d;box-shadow:0 0 20px #ff6b3526}.dark-bg .industry-card .industry-card__title{color:#fff}.dark-bg .industry-card .industry-card__desc{color:#fff9}.dark-bg .industry-card .industry-card__icon{background:#ff6b351a;border:1px solid #ff6b3533}.dark-bg .industry-card .industry-card__icon svg{fill:#ff6b35;color:#ff6b35}.industry-card:hover{box-shadow:var(--shadow-primary-sm);background:#0b68f214;border-color:#0b68f24d;transform:translateY(-4px)}.industry-card__icon{border-radius:var(--radius-lg);width:85px;height:85px;margin-bottom:var(--space-xs);background:#f3f5f8;justify-content:center;align-items:center;padding:14px;transition:all .3s;display:flex}.industry-card__icon svg{width:45px;height:45px;fill:var(--color-primary);color:var(--color-primary)}.industry-card__title{color:#1c244b;font-size:22px;font-weight:600;font-family:var(--font-kanit);text-align:center;line-height:1.2em;transition:color .3s}.industry-card__desc{font-size:var(--fs-sm);color:#607084;text-align:center;line-height:1.65;transition:color .3s}.mentorship-section{background:var(--color-hero-dark);padding:8rem 0;position:relative;overflow:hidden}@media (max-width:900px){.mentorship-section{padding:4rem 0}}.mentorship-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}@media (max-width:900px){.mentorship-grid{grid-template-columns:1fr;gap:3rem}}.mentorship-content .mentorship-label{text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);border-radius:var(--radius-full);background:#0b68f214;border:1px solid #0b68f226;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-block}.mentorship-content .mentorship-title{color:var(--color-white);font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;line-height:1.1;font-family:var(--font-kanit);margin-bottom:2rem}.mentorship-content .mentorship-subtitle{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:500;line-height:1.4}.mentorship-content .mentorship-desc{color:#ffffffb3;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.mentorship-content .mentorship-actions .btn{border-radius:var(--radius-xl);padding:1rem 2.25rem;font-size:1rem}.mentorship-content .mentorship-actions .btn svg{margin-left:.5rem;transition:transform .3s}.mentorship-content .mentorship-actions .btn:hover svg{transform:translate(3px,-3px)}.mentorship-image{position:relative}.mentorship-image .mentorship-img-frame{border-radius:var(--radius-2xl);background:#ffffff05;padding:12px;position:relative;overflow:visible;box-shadow:0 30px 60px #00000080,0 0 0 1px #ffffff0d}.mentorship-image .mentorship-img{border-radius:calc(var(--radius-2xl) - 8px);object-fit:cover;width:100%;height:auto;display:block}.mentorship-image .mentorship-frame-corner{border:3px solid var(--color-primary);z-index:2;pointer-events:none;width:100px;height:100px;position:absolute}.mentorship-image .mentorship-frame-corner.top-left{border-top-left-radius:var(--radius-2xl);border-bottom:none;border-right:none;top:-10px;left:-10px}.mentorship-image .mentorship-frame-corner.bottom-right{border-bottom-right-radius:var(--radius-2xl);border-top:none;border-left:none;bottom:-10px;right:-10px}.mentorship-image .mentorship-floating-badge{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:3;background:#ffffff08;border:1px solid #ffffff1a;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:.8s ease-out forwards fadeInUp;display:flex;position:absolute;bottom:30px;left:-20px}@media (max-width:600px){.mentorship-image .mentorship-floating-badge{bottom:10px;left:10px}}.mentorship-image .mentorship-floating-badge .badge-icon{font-size:1.5rem}.mentorship-image .mentorship-floating-badge .badge-text-top{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin:0;font-size:.7rem}.mentorship-image .mentorship-floating-badge .badge-text-main{color:var(--color-white);margin:0;font-size:1rem;font-weight:700}.solutions-section{text-align:center;background:radial-gradient(#edf6ff 0%,#fff 100%);padding:8rem 0;position:relative}@media (max-width:900px){.solutions-section{padding:4rem 0}}.solutions-header{max-width:900px;margin:0 auto 5rem}@media (max-width:900px){.solutions-header{margin:0 auto 2rem}}.solutions-header .solutions-title{color:#002f6c;font-size:56px;font-weight:600;font-family:var(--font-kanit);margin-bottom:2rem;line-height:1.2}@media screen and (max-width:768px){.solutions-header .solutions-title{font-size:32px}}.solutions-header .solutions-desc{color:#666;max-width:800px;margin:0 auto;font-size:1rem;line-height:1.6}.comprehensive-solutions-grid{margin-bottom:60px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))!important;align-items:start!important;gap:60px!important;display:grid!important}@media (max-width:900px){.comprehensive-solutions-grid{margin-bottom:20px;grid-template-columns:1fr!important;gap:0!important}}.solution-card{text-align:left;background:#fff;border:1px solid #e4e7ed;border-radius:12px;flex-direction:column;margin-bottom:20px;padding:30px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #0000000d}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.solution-card.is-expanded .solution-card__more-wrap{grid-template-rows:1fr;margin-top:15px}.solution-card__title{font-family:var(--font-kanit);color:#002f6c;margin-bottom:15px;font-size:1.35rem;font-weight:600;line-height:1.3}.solution-card__short{color:#333;margin-bottom:0;font-size:.95rem;line-height:1.6}.solution-card__toggle-link{color:var(--color-primary);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;margin-left:5px;padding:0;text-decoration:none}.solution-card__toggle-link:hover{text-decoration:underline}.solution-card__more-wrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid;overflow:hidden}.solution-card__more{color:#555;min-height:0;font-size:.9rem;line-height:1.5}.solution-card__more p{margin:10px 0}.solution-card__more ul{padding-left:1.25rem}.solution-card__more ul li{margin-bottom:5px;list-style-type:disc}.solutions-footer{margin-top:40px}@media (max-width:400px){.solutions-footer{margin-top:20px}}.solutions-footer .btn--cta{color:#fff;background-color:#012450;border-radius:4px;align-items:center;gap:12px;padding:14px 35px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background-color .3s;display:inline-flex}.solutions-footer .btn--cta:hover{background-color:#003a85}.industry-consulting{background-color:#fff;padding:8rem 0}@media (max-width:900px){.industry-consulting{padding:4rem 0}}.consulting-header{text-align:center;margin-bottom:4rem}@media (max-width:900px){.consulting-header{margin-bottom:2rem}}.consulting-header .consulting-title{color:#002f6c;font-size:clamp(2rem,4vw,3rem);font-weight:600;font-family:var(--font-kanit)}@media (max-width:900px){.consulting-header .consulting-title{font-size:32px}}.consulting-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}@media (max-width:991px){.consulting-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.consulting-grid{grid-template-columns:1fr}}.consulting-card{background:#fff;border-radius:16px;flex-direction:column;height:100%;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000a}.consulting-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000014}.consulting-card:hover .consulting-card__img{transform:scale(1.05)}.consulting-card__image-wrap{width:100%;height:240px;position:relative;overflow:hidden}.consulting-card__img{object-fit:cover;transition:transform .6s}.consulting-card__body{flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}@media (max-width:900px){.consulting-card__body{padding:1.5rem 0}}.consulting-card__title{font-family:var(--font-kanit);color:#002f6c;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.consulting-card__desc{color:#555;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.btn-check-more{color:var(--color-primary);text-transform:none;align-items:center;gap:10px;width:fit-content;font-size:1rem;font-weight:700;text-decoration:none;transition:gap .3s;display:inline-flex}.btn-check-more:hover{color:var(--color-primary-dark);gap:15px}.btn-check-more svg{transition:transform .3s}.product-carousel-section{background-color:#f9fbff;padding:8rem 0;overflow:hidden}@media (max-width:900px){.product-carousel-section{padding:4rem 0}}.carousel-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}@media (max-width:640px){.carousel-header{text-align:center;flex-direction:column;gap:1.5rem}}.carousel-header .carousel-title{color:#002f6c;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;font-family:var(--font-kanit)}@media (max-width:900px){.carousel-header .carousel-title{font-size:2rem}}@media (max-width:640px){.carousel-header .carousel-title{font-size:32px}}.carousel-controls{gap:12px;display:flex}.carousel-controls .control-btn{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #e4e7ed;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000000d}.carousel-controls .control-btn:hover:not(.disabled){background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-2px)}.carousel-controls .control-btn.disabled{opacity:.3;cursor:not-allowed}.carousel-viewport{scrollbar-width:none;overflow-x:auto}.carousel-viewport::-webkit-scrollbar{display:none}.carousel-viewport{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:10px 0 30px}.carousel-track{gap:24px;width:max-content;display:flex}.product-carousel-section .product-card{scroll-snap-align:start;flex-shrink:0;width:320px}@media (max-width:640px){.product-carousel-section .product-card{width:280px}}.page-hero{background:var(--gradient-hero);justify-content:center;align-items:center;min-height:60vh;padding-top:80px;display:flex}.page-hero__content p{color:#bbb;font-size:var(--fs-md);margin-top:var(--space-md);max-width:560px}.about-story{grid-template-columns:2fr 1fr;align-items:center;gap:20px;display:grid}@media (max-width:900px){.about-story{gap:var(--space-xl);grid-template-columns:1fr}}.about-story__text{gap:var(--space-sm);flex-direction:column;display:flex}.about-story__text h5{color:#0b68f2;text-transform:none;margin-bottom:0;font-size:24px;font-weight:500}.about-story__text h4{color:#607084;margin-bottom:.5rem;font-family:Noto Sans Mongolian,sans-serif;font-size:32px;font-weight:500;line-height:1.1em}.about-story__text .highlight-text{color:#121214;margin-bottom:var(--space-md);font-family:Noto Sans Mongolian,sans-serif;font-size:32px;font-weight:500;line-height:1.25}.about-story__text p{color:#607084;font-family:Noto Sans Mongolian,sans-serif;font-size:18px;font-weight:500;line-height:1.6em}.about-story__carousel-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.about-carousel{border-radius:20px;width:100%;position:relative;overflow:hidden}.about-carousel__track{width:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.about-carousel__slide{flex:0 0 100%;width:100%}.about-carousel__image-wrapper{aspect-ratio:1;width:100%;min-height:400px;position:relative}@media (max-width:768px){.about-carousel__image-wrapper{aspect-ratio:4/3}}.about-carousel__dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.about-carousel__dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.about-carousel__dot--active{background:var(--color-white);transform:scale(1.25)}.about-carousel__dot:hover{background:#ffffffb3}.about-mission{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:flex-start;display:grid}@media (max-width:900px){.about-mission{grid-template-columns:1fr}.about-mission .about-mission__img{order:-1}}.about-mission__img{border-radius:var(--radius-lg);min-height:480px;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.about-mission__content{gap:var(--space-md);flex-direction:column;display:flex}.feature-list{margin-top:var(--space-md);gap:0}.feature-list__item{align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:none;display:flex}.feature-list__item:last-child{border-bottom:none}.feature-list__icon{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:.5rem}.feature-list h4{color:#121214;margin-bottom:.25rem;font-size:24px;font-weight:500;line-height:1.2em}.feature-list p{color:#607084;margin:0;font-family:Noto Sans Mongolian,sans-serif;font-size:18px;font-weight:500;line-height:1.65}@media (max-width:1340px){.hero-custom-inner{margin-left:20px;margin-right:20px}}@media (max-width:768px){.hero-custom-image{min-height:300px}}.brochure-wrapper{z-index:0;background-image:url(/images/2024/06/pexels-tima-miroshnichenko-8774376-scaled.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex-direction:row;justify-content:center;align-items:stretch;margin-top:50px;padding:150px 0 1px;display:flex;position:relative}.brochure-wrapper:before{content:"";z-index:-1;background-color:#0000;background-image:radial-gradient(at 100% 100%,#003876e6 0%,#121214bf 60%);width:100%;height:100%;position:absolute;top:0;left:0}.brochure-container{z-index:1;justify-content:left;width:100%;max-width:1300px;margin:0 auto;display:flex;position:relative}.brochure-banner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:left;color:#fff;z-index:1;align-items:left;background-color:#0000;background-image:radial-gradient(at 100% 100%,#418af673 0%,#12121473 60%);border:1px solid #ffffff4d;border-bottom-width:0;border-radius:40px 40px 0 0;flex-direction:column;width:53%;margin:0 0 auto;padding:40px 40px 100px;display:flex;position:relative}.brochure-banner__title{color:#f8f9fa;margin-bottom:20px;font-family:Kanit,sans-serif;font-size:48px;font-weight:500;line-height:1.1em}.brochure-banner__desc{color:#bbb;font-family:var(--font-family-base,"Inter", sans-serif);margin-bottom:40px;font-size:18px;font-weight:500;line-height:1.6em}.brochure-banner__button-container{justify-content:left;display:flex}.brochure-banner__button{color:#fff;text-transform:uppercase;fill:#fff;background-color:#0000;border:1px solid #fff;border-radius:30px;justify-content:center;align-items:center;gap:15px;padding:15px 35px;font-family:inherit;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.brochure-banner__button:hover{color:#121214;fill:#121214;background-color:#fff}.brochure-banner__button svg{width:auto;height:1.2em;transition:inherit}@media (max-width:1024px){.brochure-wrapper{margin-top:60px;padding:160px 30px 120px}.brochure-banner{width:76%;padding:40px}.brochure-wrapper{background-position:0;background-attachment:scroll}}@media (max-width:767px){.brochure-wrapper{margin-top:50px;padding:80px 10px 0}.brochure-banner{width:100%;padding:30px 30px 80px}.brochure-banner__title{font-size:32px}}.contact-bg{z-index:0;pointer-events:none;background:linear-gradient(135deg,#000b18 0%,#00111f 50%,#000b18 100%);position:absolute;inset:0;overflow:hidden}.contact-bg .orb{filter:blur(80px);opacity:.55;border-radius:50%;animation:12s ease-in-out infinite alternate floatOrb;position:absolute}.contact-bg .orb--1{background:radial-gradient(circle,#ff6b3559 0%,#0000 70%);width:520px;height:520px;animation-duration:14s;top:-15%;right:-10%}.contact-bg .orb--2{background:radial-gradient(circle,#ff9a3c40 0%,#0000 70%);width:380px;height:380px;animation-duration:18s;animation-delay:-6s;bottom:-10%;left:-8%}.contact-bg .orb--3{background:radial-gradient(circle,#ff6b352e 0%,#0000 70%);width:260px;height:260px;animation-duration:10s;animation-delay:-3s;top:40%;left:30%}.contact-bg:after{content:"";background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-40px)scale(1.1)}}.contact-page-wrapper{z-index:0;background:linear-gradient(135deg,#000b18 0%,#00111f 50%,#000b18 100%);min-height:100vh;position:relative;overflow:hidden}.contact-hero{padding:calc(var(--header-height) + 4rem) 0 4rem;text-align:center}.contact-hero .contact-hero__label{letter-spacing:.18em;text-transform:uppercase;color:#ff9a3c;background:#ff9a3c1f;border:1px solid #ff9a3c4d;border-radius:9999px;margin-bottom:1.25rem;padding:.35rem 1.1rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-hero h1{font-family:var(--font-kanit,"Kanit", sans-serif);color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.contact-hero h1 span{background:linear-gradient(90deg,#ff6b35,#ff9a3c);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.contact-hero p{color:#fff9;font-size:var(--fs-md);max-width:500px;margin:0 auto}@media (max-width:768px){.contact-hero{padding:calc(var(--header-height) + 2.5rem) 0 2.5rem}}.contact-layout{grid-template-columns:360px 1fr;align-items:start;gap:2rem;padding-bottom:5rem;display:grid}@media (max-width:960px){.contact-layout{grid-template-columns:1fr}}.contact-info{border-radius:var(--radius-xl);padding:var(--space-2xl);color:var(--color-white);-webkit-backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ff6b3533;position:relative;overflow:hidden}.contact-info:before{content:"";border-top-left-radius:var(--radius-xl);pointer-events:none;border-top:2px solid #ff6b35;border-left:2px solid #ff6b35;width:90px;height:90px;position:absolute;top:0;left:0}.contact-info:after{content:"";border-bottom-right-radius:var(--radius-xl);pointer-events:none;border-bottom:2px solid #ff9a3c;border-right:2px solid #ff9a3c;width:90px;height:90px;position:absolute;bottom:0;right:0}.contact-info h2{color:#fff;font-size:var(--fs-2xl);font-family:var(--font-kanit,"Kanit", sans-serif);margin-bottom:var(--space-sm)}.contact-info>p{color:#fff9;font-size:var(--fs-sm);margin-bottom:var(--space-xl);line-height:1.7}.contact-info .info-divider{width:40px;height:2px;margin-bottom:var(--space-xl);background:linear-gradient(90deg,#ff6b35,#0000);border-radius:2px}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-details__item{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0d;align-items:flex-start;gap:1rem;padding:1rem;transition:background .25s,border-color .25s;display:flex}.contact-details__item:hover{background:#ff6b3512;border-color:#ff6b3533}.contact-details__item strong{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.12em;color:#ff9a3c;margin-bottom:.3rem;font-weight:600;display:block}.contact-details__item a,.contact-details__item span{color:#ffffffd9;font-size:var(--fs-sm);line-height:1.6;display:block}.contact-details__item a:hover,.contact-details__item span:hover{color:#ff9a3c}.contact-details__icon-wrap{background:#ff6b351f;border:1px solid #ff6b3540;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;margin-top:.15rem;font-size:1rem;line-height:1;display:flex;overflow:hidden;box-shadow:0 0 12px #ff6b3533}.contact-details span{justify-content:center;align-items:center;display:flex}.contact-form-wrap{border-radius:var(--radius-xl);padding:var(--space-2xl);-webkit-backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14}@media (max-width:600px){.contact-form-wrap{padding:var(--space-lg)}}.contact-form{gap:var(--space-md);flex-direction:column;display:flex}.contact-form__row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}@media (max-width:600px){.contact-form__row{grid-template-columns:1fr}}.contact-form__field{flex-direction:column;gap:.4rem;display:flex}.contact-form__field label{font-size:var(--fs-sm);color:#ffffffbf;letter-spacing:.02em;font-weight:600}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border-radius:var(--radius-md);width:100%;font-family:var(--font-poppins),sans-serif;font-size:var(--fs-sm);color:#ffffffe6;background:#ffffff0d;border:1.5px solid #ffffff1a;outline:none;padding:.85rem 1rem;transition:border-color .25s,box-shadow .25s}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{background:#ffffff12;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b3526}.contact-form__field input::placeholder,.contact-form__field select::placeholder,.contact-form__field textarea::placeholder{color:#ffffff4d}.contact-form__field input option,.contact-form__field select option,.contact-form__field textarea option{color:#fff;background:#001220}.contact-form__field textarea{resize:vertical;min-height:140px}.contact-form .btn-submit{border-radius:var(--radius-full);color:#fff;width:100%;font-family:var(--font-poppins),sans-serif;font-size:var(--fs-sm);letter-spacing:.04em;cursor:pointer;background:linear-gradient(90deg,#ff6b35,#ff9a3c);border:none;padding:1rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 6px 24px #ff6b3559}.contact-form .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 32px #ff6b3580}.contact-form .btn-submit:disabled{opacity:.65;cursor:not-allowed}.contact-success{text-align:center;padding:var(--space-3xl) var(--space-xl);align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.contact-success__icon{filter:drop-shadow(0 0 12px #ff6b3580);font-size:3rem}.contact-success h3{font-size:var(--fs-xl);color:#fff;font-family:var(--font-kanit,"Kanit", sans-serif)}.contact-success p{color:#fff9}.faq-section{background-color:var(--color-background-white,#fff);padding:60px 0 120px}.faq-container{max-width:850px;margin:0 auto;padding:0 20px}.faq-title{text-align:center;font-family:var(--font-family-headings,"Poppins", sans-serif);color:#002f6c;margin-bottom:40px;font-size:38px;font-weight:700;line-height:1.2}.faq-accordion{flex-direction:column;display:flex}.faq-accordion .card-wrapper{border-style:none;margin:0;padding:7px 0 10px}.faq-accordion .card-header-button{text-align:left;cursor:pointer;color:#010630;background-color:#fff;border:1px solid #e4e7ed;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:22px 30px;font-family:inherit;font-size:18px;font-weight:600;line-height:1.4;transition:all .3s;display:flex;box-shadow:0 2px 8px #0e625f14}.faq-accordion .card-wrapper.expand .card-header-button{color:var(--color-primary-dark,#003876);border-color:var(--color-primary-dark,#003876);background-color:#0000;background-image:radial-gradient(at 100% 100%,#0038760d 0%,#00387605 100%)}.faq-accordion .right-icon-group{flex-shrink:0;margin-left:20px}.faq-accordion .normal-icon,.faq-accordion .active-icon{border-radius:50px;justify-content:center;align-items:center;transition:all .3s;display:flex}.faq-accordion .card-wrapper:not(.expand) .normal-icon{background-color:#0000;background-image:linear-gradient(160deg,#fff 0% 100%);border:1px solid #e4e7ed;width:32px;height:32px;box-shadow:0 0 0 5px #2076f014}.faq-accordion .card-wrapper:not(.expand) .active-icon,.faq-accordion .card-wrapper.expand .normal-icon{display:none}.faq-accordion .card-wrapper.expand .active-icon{background-color:#0000;background-image:linear-gradient(160deg, var(--color-primary,#418af6) 0%, var(--color-primary-dark,#003876) 100%);border:1px solid #0000;width:32px;height:32px;box-shadow:0 0 0 5px #f6d94140}.faq-accordion .normal-icon svg{width:12px;fill:var(--color-primary-dark,#003876)}.faq-accordion .active-icon svg{fill:#fff;width:12px}.faq-accordion .card-expand{transition:all .3s;overflow:hidden}.faq-accordion .card-body{color:var(--color-text-body,#666);padding:25px 30px 0;font-size:16px;line-height:1.8}@media (max-width:768px){.faq-section{padding:40px 0 60px}.faq-title{font-size:28px}.faq-accordion .card-header-button{padding:18px 20px;font-size:16px}.faq-accordion .card-body{padding:20px 20px 0}}.glimpses-cards .commitment-grid img{position:relative;object-fit:contain!important}.lc-page{font-family:var(--font-poppins-var),"Poppins",sans-serif;color:#333;overflow-x:hidden}.lc-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.lc-btn{cursor:pointer;letter-spacing:.01em;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:12px 30px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.lc-btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.lc-btn--primary:hover{color:#fff;background:#0056a6;border-color:#0056a6;transform:translateY(-2px);box-shadow:0 6px 20px #0172d759}.lc-btn--white{color:var(--color-primary);background:#fff;border-color:#fff;font-weight:700}.lc-btn--white:hover{color:#fff;background:0 0;border-color:#fff;transform:translateY(-2px)}.lc-btn--outline{color:var(--color-primary);border-color:var(--color-primary);background:0 0;border-radius:30px;padding:10px 28px}.lc-btn--outline:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0172d74d}.lc-btn--dark{color:#fff;background:#1a2b5e;border-color:#1a2b5e}.lc-btn--dark:hover{color:#fff;background:#111c3e;transform:translateY(-2px)}.lc-section{padding:5rem 0}.lc-section--white{background:#fff}.lc-section--light{background:#f0f4f8}.lc-section--chemicals{background:#68caf0;padding:4rem 0}.lc-section--testimonials{background:linear-gradient(160deg,#b8dff5 0%,#d6eeff 50%,#c5e8f8 100%);padding:5rem 0}.lc-section__title{text-align:center;color:#1a2b5e;font-size:56px;font-weight:600;line-height:1.2;font-family:var(--font-kanit,"Kanit", sans-serif);margin-bottom:3rem}.lc-section__title--left{text-align:left}.lc-section__title--white{color:#fff}@media screen and (max-width:900px){.lc-section__title{font-size:2rem}}@media screen and (max-width:640px){.lc-section__title{font-size:32px}}.lc-text-block{text-align:center;max-width:860px;margin:0 auto}.lc-text-block p{color:#555;text-align:left;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.lc-text-block .lc-btn{margin-top:1rem}@keyframes lc-orb-float-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.08)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes lc-orb-float-2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-50px,20px)scale(1.05)}70%{transform:translate(30px,-40px)scale(.92)}}@keyframes lc-orb-float-3{0%,to{transform:translate(0)scale(1)}30%{transform:translate(20px,50px)scale(1.1)}60%{transform:translate(-40px,-20px)scale(.96)}}@keyframes lc-particle-rise{0%{opacity:.6;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-120px)scale(0)}}@keyframes lc-cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes lc-badge-pulse{0%,to{box-shadow:0 0 #ffffff4d}50%{box-shadow:0 0 0 8px #fff0}}@keyframes lc-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes lc-img-reveal{0%{opacity:0;transform:scale(.96)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes lc-glass-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes lc-wave-anim{0%{d:path("M0,40 C360,80 1080,0 1440,40 L1440,80 L0,80 Z")}50%{d:path("M0,60 C400,0 1000,80 1440,20 L1440,80 L0,80 Z")}to{d:path("M0,40 C360,80 1080,0 1440,40 L1440,80 L0,80 Z")}}@keyframes lc-glow-x{0%,to{opacity:.5}50%{opacity:1}}.lc-hero{background:radial-gradient(at 20%,#0050c840 0%,#0000 60%),radial-gradient(at 80% 20%,#0172d72e 0%,#0000 55%),radial-gradient(at 60% 80%,#00287833 0%,#0000 50%),linear-gradient(135deg,#000b18 0%,#001830 50%,#000b18 100%);justify-content:center;align-items:center;min-height:82vh;padding:0;display:flex;position:relative;overflow:hidden}.lc-hero__orb{filter:blur(80px);pointer-events:none;will-change:transform;border-radius:50%;transition:transform .1s linear;position:absolute}.lc-hero__orb--1{background:#0172d72e;width:520px;height:520px;animation:12s ease-in-out infinite lc-orb-float-1;top:-120px;left:-80px}.lc-hero__orb--2{background:#0096ff1f;width:400px;height:400px;animation:15s ease-in-out infinite lc-orb-float-2;bottom:-100px;right:-60px}.lc-hero__orb--3{background:#003ca033;width:280px;height:280px;animation:10s ease-in-out infinite lc-orb-float-3;top:40%;right:30%}.lc-hero__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.lc-hero__particle{background:#ffffff8c;border-radius:50%;width:6px;height:6px;animation:5s ease-in infinite lc-particle-rise;position:absolute}.lc-hero__particle--1{opacity:.4;width:5px;height:5px;animation-duration:5s;animation-delay:.4s;bottom:11%;left:5.7%}.lc-hero__particle--2{opacity:.5;width:6px;height:6px;animation-duration:6s;animation-delay:.8s;bottom:22%;left:11.4%}.lc-hero__particle--3{opacity:.6;width:7px;height:7px;animation-duration:7s;animation-delay:1.2s;bottom:33%;left:17.1%}.lc-hero__particle--4{opacity:.3;width:8px;height:8px;animation-duration:4s;animation-delay:1.6s;bottom:4%;left:22.8%}.lc-hero__particle--5{opacity:.4;width:4px;height:4px;animation-duration:5s;animation-delay:2s;bottom:15%;left:28.5%}.lc-hero__particle--6{opacity:.5;width:5px;height:5px;animation-duration:6s;animation-delay:2.4s;bottom:26%;left:34.2%}.lc-hero__particle--7{opacity:.6;width:6px;height:6px;animation-duration:7s;animation-delay:2.8s;bottom:37%;left:39.9%}.lc-hero__particle--8{opacity:.3;width:7px;height:7px;animation-duration:4s;animation-delay:3.2s;bottom:8%;left:45.6%}.lc-hero__particle--9{opacity:.4;width:8px;height:8px;animation-duration:5s;animation-delay:3.6s;bottom:19%;left:51.3%}.lc-hero__particle--10{opacity:.5;width:4px;height:4px;animation-duration:6s;animation-delay:4s;bottom:30%;left:57%}.lc-hero__particle--11{opacity:.6;width:5px;height:5px;animation-duration:7s;animation-delay:4.4s;bottom:1%;left:62.7%}.lc-hero__particle--12{opacity:.3;width:6px;height:6px;animation-duration:4s;animation-delay:4.8s;bottom:12%;left:68.4%}.lc-hero__particle--13{opacity:.4;width:7px;height:7px;animation-duration:5s;animation-delay:5.2s;bottom:23%;left:74.1%}.lc-hero__particle--14{opacity:.5;width:8px;height:8px;animation-duration:6s;animation-delay:5.6s;bottom:34%;left:79.8%}.lc-hero__particle--15{opacity:.6;width:4px;height:4px;animation-duration:7s;animation-delay:6s;bottom:5%;left:85.5%}.lc-hero__particle--16{opacity:.3;width:5px;height:5px;animation-duration:4s;animation-delay:6.4s;bottom:16%;left:91.2%}.lc-hero__particle--17{opacity:.4;width:6px;height:6px;animation-duration:5s;animation-delay:6.8s;bottom:27%;left:96.9%}.lc-hero__particle--18{opacity:.5;width:7px;height:7px;animation-duration:6s;animation-delay:7.2s;bottom:38%;left:2.6%}.lc-hero__grid{pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.lc-hero__inner{z-index:2;grid-template-columns:1fr minmax(0,380px);align-items:center;gap:3rem;padding-top:6rem;padding-bottom:5rem;display:grid;position:relative}.lc-hero__text{padding-right:1rem;animation:.8s both lc-fade-up}.lc-hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.07em;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:6px 14px;font-size:.8rem;font-weight:600;animation:3s infinite lc-badge-pulse;display:inline-flex}.lc-hero__badge-dot{background:#4fffb0;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite lc-glow-x;box-shadow:0 0 8px #4fffb0}.lc-hero__title{color:#fff;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.18;font-family:var(--font-kanit-var),"Kanit",sans-serif;margin-bottom:1.4rem}.lc-hero__title-static{color:#fff}.lc-hero__title-dynamic{color:#a8e4ff;min-width:3ch;display:inline}.lc-hero__title-sub{color:#ffffffd1;letter-spacing:.01em;margin-top:.3rem;font-size:.62em;font-weight:600;display:block}.lc-hero__cursor{color:#a8e4ff;font-weight:300;animation:.85s step-start infinite lc-cursor-blink;display:inline-block}.lc-hero__subtitle{color:#ffffffe0;max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.lc-hero__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.lc-hero__call{color:#ffffffe6;border-bottom:1px dashed #fff6;align-items:center;gap:8px;padding-bottom:2px;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.lc-hero__call svg{flex-shrink:0}.lc-hero__call:hover{color:#fff;border-color:#ffffffe6}.lc-hero__stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #fff3;border-radius:14px;align-items:center;gap:.5rem;width:fit-content;padding:14px 20px;animation:.9s .3s both lc-fade-up;display:flex}.lc-hero__stat{text-align:center;flex-direction:column;align-items:center;gap:2px;padding:0 14px;display:flex}.lc-hero__stat-num{color:#fff;font-size:1.45rem;font-weight:600;line-height:1;font-family:var(--font-kanit-var),"Kanit",sans-serif}.lc-hero__stat-label{color:#ffffffb8;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:.7rem;font-weight:500}.lc-hero__stat-divider{background:#ffffff40;flex-shrink:0;width:1px;height:36px}.lc-hero__image{z-index:2;justify-content:center;align-items:flex-end;display:flex;position:relative}.lc-hero__img-wrap{width:100%;max-width:280px;margin:0 auto;animation:.9s .15s both lc-img-reveal;position:relative}.lc-hero__img{object-fit:cover;border-radius:20px;width:100%;max-width:280px;height:auto;display:block;box-shadow:0 32px 80px #0000004d,0 0 0 1px #ffffff1a}.lc-hero__glass-card{-webkit-backdrop-filter:blur(16px);white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;animation:.7s .5s both lc-glass-in;display:flex;position:absolute;bottom:-18px;left:-24px;box-shadow:0 8px 32px #0003}.lc-hero__glass-icon{font-size:1.6rem;line-height:1}.lc-hero__glass-title{color:#fff;margin:0;font-size:.92rem;font-weight:700}.lc-hero__glass-sub{color:#ffffffbf;margin:2px 0 0;font-size:.78rem}.lc-hero__trust-badge{color:#043a25;letter-spacing:.03em;background:#4fffb0;border-radius:999px;align-items:center;gap:5px;padding:6px 14px;font-size:.72rem;font-weight:700;animation:.6s .6s both lc-glass-in;display:flex;position:absolute;top:-16px;right:-16px;box-shadow:0 4px 16px #4fffb073}.lc-hero__wave{z-index:3;line-height:0;position:absolute;bottom:-2px;left:0;right:0}.lc-hero__wave svg{width:100%;height:60px;display:block}.lc-float-btn{color:#fff;z-index:900;background:#1a1a1a;border-radius:6px;padding:12px 22px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;position:fixed;bottom:32px;left:20px;box-shadow:0 4px 16px #0000004d}.lc-float-btn:hover{color:#fff;background:#333;transform:translateY(-2px)}.lc-whatsapp{color:#fff;z-index:900;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:32px;right:20px;box-shadow:0 4px 16px #25d36666}.lc-whatsapp:hover{color:#fff;transform:scale(1.1);box-shadow:0 6px 24px #25d3668c}.lc-ready{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lc-ready__image{border-radius:10px;overflow:hidden}.lc-ready__img{border-radius:10px;width:100%;height:auto;transition:transform .4s}.lc-ready__img:hover{transform:scale(1.02)}.lc-ready__title{color:#1a2b5e;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25;font-family:var(--font-kanit-var),"Kanit",sans-serif;margin-bottom:2rem}.lc-ready__list{flex-direction:column;gap:1.25rem;padding:0;list-style:none;display:flex}.lc-ready__list li{color:#555;align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.7;display:flex}.lc-check{color:var(--color-primary);flex-shrink:0;margin-top:2px;font-size:1.2rem;font-weight:700}.lc-achievements{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lc-achievements__content .lc-section__title--left{margin-bottom:2rem}.lc-achievements__list{flex-direction:column;gap:.9rem;padding:0;list-style:none;display:flex}.lc-achievements__list li{color:#555;padding-left:1.4rem;font-size:.98rem;line-height:1.6;position:relative}.lc-achievements__list li:before{content:"•";color:var(--color-primary);font-size:1.2rem;position:absolute;top:-1px;left:0}.lc-achievements__image{border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.lc-achievements__img{border-radius:10px;width:100%;height:auto;transition:transform .5s}.lc-achievements__img:hover{transform:scale(1.02)}.lc-vm-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.lc-vm-card{border-top:4px solid var(--color-primary);background:#fff;border-radius:10px;padding:2.5rem;box-shadow:0 4px 16px #0000000f}.lc-vm-card__title{color:#1a2b5e;text-align:center;font-size:1.5rem;font-weight:700;font-family:var(--font-kanit-var),"Kanit",sans-serif;margin-bottom:1.25rem}.lc-vm-card p{color:#555;font-size:.98rem;line-height:1.75}.lc-vm-list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.lc-vm-list li{color:#555;padding-left:1.4rem;font-size:.98rem;line-height:1.6;position:relative}.lc-vm-list li:before{content:"•";color:var(--color-primary);font-size:1.2rem;position:absolute;top:-1px;left:0}.lc-services-list{flex-direction:column;gap:4rem;display:flex}.lc-service-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lc-service-row--reversed{direction:rtl}.lc-service-row--reversed>*{direction:ltr}.lc-service-row__image{border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.lc-service-row__img{object-fit:cover;border-radius:10px;width:100%;height:280px;transition:transform .4s}.lc-service-row__img:hover{transform:scale(1.04)}.lc-service-row__content{flex-direction:column;gap:1rem;display:flex}.lc-service-row__title{color:#1a2b5e;font-size:1.5rem;font-weight:700;line-height:1.3;font-family:var(--font-kanit-var),"Kanit",sans-serif}.lc-service-row__desc{color:#555;font-size:.97rem;line-height:1.8}.lc-why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1100px){.lc-why-grid{grid-template-columns:repeat(2,1fr)}}.lc-why-card{background:#fff;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.lc-why-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #00000024}.lc-why-card__image{height:200px;overflow:hidden}.lc-why-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.lc-why-card:hover .lc-why-card__img{transform:scale(1.06)}.lc-why-card__body{text-align:center;padding:1.5rem}.lc-why-card__title{color:var(--color-primary);font-size:1.4rem;font-weight:600;line-height:1.35;font-family:var(--font-kanit-var),"Kanit",sans-serif;margin-bottom:.75rem}.lc-why-card p{color:#555;font-size:.87rem;line-height:1.65}.lc-industries-list{flex-direction:column;gap:4rem;display:flex}.lc-industry-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lc-industry-row--reversed{direction:rtl}.lc-industry-row--reversed>*{direction:ltr}.lc-industry-row__image{border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.lc-industry-row__img{object-fit:cover;border-radius:10px;width:100%;height:280px;transition:transform .4s}.lc-industry-row__img:hover{transform:scale(1.04)}.lc-industry-row__content{flex-direction:column;gap:1.25rem;display:flex}.lc-industry-row__title{color:#1a2b5e;font-size:1.5rem;font-weight:700;line-height:1.3;font-family:var(--font-kanit-var),"Kanit",sans-serif}.lc-industry-row__desc{color:#555;font-size:.97rem;line-height:1.8}.lc-chemicals-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.lc-chemicals-grid{grid-template-columns:repeat(2,1fr)}}.lc-chem-card{text-align:center;background:#a0def6;border-radius:10px;transition:transform .3s;overflow:hidden;box-shadow:0 2px 12px #0000001a}.lc-chem-card:hover{transform:translateY(-4px)}.lc-chem-card__img-wrap{background:#fff;justify-content:center;align-items:center;min-height:200px;padding:1.5rem;display:flex}.lc-chem-card__img{object-fit:contain;width:100%;max-height:180px}.lc-chem-card__name{color:#fff;background:0 0;padding:1rem;font-size:1rem;font-weight:600}.lc-testimonial__label{text-align:center;color:#1a2b5e;letter-spacing:.08em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.lc-testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem;display:grid}@media (max-width:768px){.lc-testimonials-grid{grid-template-columns:1fr}}.lc-testimonial-card{background:#fff;border-radius:10px;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 16px #00000014}.lc-testimonial-card__icon{color:var(--color-primary);background:#e6f1fc;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.lc-testimonial-card__text{color:#333;flex:1;font-size:.93rem;line-height:1.75}.lc-testimonial-card__author{border-top:1px solid #e2e8f0;flex-direction:column;gap:.15rem;padding-top:.75rem;display:flex}.lc-testimonial-card__author strong{color:#1a2b5e;font-size:.97rem}.lc-testimonial-card__author span{color:#555;font-size:.83rem}.lc-process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:900px){.lc-process-grid{grid-template-columns:repeat(2,1fr)}}.lc-process-card{border-left:4px solid var(--color-primary);background:#f0f4f8;border-radius:10px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative}.lc-process-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000014}.lc-process-card__num{color:#0172d726;font-size:3rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.5rem}.lc-process-card__icon{margin-bottom:.75rem;font-size:2rem}.lc-process-card__title{color:#1a2b5e;font-size:1.15rem;font-weight:700;font-family:var(--font-kanit-var),"Kanit",sans-serif;margin-bottom:.75rem}.lc-process-card__desc{color:#555;font-size:.93rem;line-height:1.7}.lc-faq__heading{color:var(--color-primary)}.lc-faq-list{background:#e8edf3;border-radius:10px;flex-direction:column;gap:0;max-width:880px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.lc-faq-item{border-bottom:1px solid #d4dde8}.lc-faq-item:last-child{border-bottom:none}.lc-faq-item__question{cursor:pointer;text-align:left;color:#1a2b5e;width:100%;font-size:.98rem;font-weight:600;font-family:var(--font-poppins),sans-serif;background:0 0;border:none;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.lc-faq-item__question:hover{background:#0172d70d}.lc-faq-item__icon{background:var(--color-primary);color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:700;line-height:1;display:flex}.lc-faq-item__arrow{color:#1a2b5e;flex-shrink:0;margin-left:auto;font-size:1.2rem;transition:transform .2s}.lc-faq-item--open .lc-faq-item__arrow{transform:rotate(90deg)}.lc-faq-item__answer{padding:0 1.5rem 1.25rem 4rem}.lc-faq-item__answer p{color:#555;font-size:.93rem;line-height:1.75}@media (max-width:992px){.lc-hero__inner{text-align:center;grid-template-columns:1fr}.lc-hero__inner .lc-hero__text{flex-direction:column;align-items:center;padding-right:0;display:flex}.lc-hero__inner .lc-hero__image{justify-content:center}.lc-hero__stats{flex-wrap:wrap;justify-content:center}.lc-hero__subtitle{max-width:100%}.lc-hero__glass-card{bottom:-24px;left:50%;transform:translate(-50%)}.lc-hero__trust-badge{top:-18px;right:50%;transform:translate(50%)}.lc-ready,.lc-achievements,.lc-vm-grid,.lc-service-row,.lc-industry-row{grid-template-columns:1fr;gap:2rem}.lc-service-row--reversed,.lc-industry-row--reversed{direction:ltr}.lc-chemicals-grid,.lc-process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.lc-section{padding:3rem 0}.lc-section__title{margin-bottom:2rem;font-size:1.6rem}}@media screen and (max-width:640px) and (max-width:900px){.lc-section__title{font-size:2rem}}@media screen and (max-width:640px) and (max-width:640px){.lc-section__title{font-size:32px}}@media (max-width:640px){.lc-hero{min-height:auto}.lc-hero__title{font-size:1.8rem}.lc-hero__stat{padding:0 8px}.lc-hero__stat-num{font-size:1.15rem}.lc-hero__glass-card,.lc-hero__trust-badge{display:none}.lc-hero__actions{justify-content:center}.lc-why-grid,.lc-process-grid,.lc-testimonials-grid{grid-template-columns:1fr}.lc-chemicals-grid{grid-template-columns:1fr 1fr}}.future-ready-container{flex-direction:column!important;gap:60px!important;display:flex!important}.solutions-grid{gap:var(--space-4xl);margin-top:var(--space-2xl);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.solution-row{align-items:center;gap:var(--space-3xl);display:flex}@media (max-width:900px){.solution-row{text-align:center;gap:var(--space-xl);flex-direction:column}}.solution-row--reverse{flex-direction:row-reverse}@media (max-width:900px){.solution-row--reverse{flex-direction:column}}.solution-image-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base);aspect-ratio:4/3;background:#f9f9f9;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.solution-image-card img{object-fit:contain;width:100%;height:100%;padding:var(--space-lg);transition:transform .5s;display:block}.solution-image-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.solution-image-card:hover img{transform:scale(1.05)}.solution-image-card:hover .hover-overlay{opacity:1;bottom:0}.solution-image-card .hover-overlay{width:100%;height:100%;padding:var(--space-lg);opacity:0;background:linear-gradient(#0000 50%,#0009 100%);justify-content:center;align-items:flex-end;transition:all .3s;display:flex;position:absolute;bottom:-20px;left:0}.solution-image-card .hover-overlay .social-btn{background:var(--gradient-primary);color:#fff;width:48px;height:48px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.solution-image-card .hover-overlay .social-btn:hover{transform:scale(1.1)}.solution-image-card .hover-overlay .social-btn svg{fill:currentColor;width:20px;height:20px}.solution-text-card{justify-content:center;gap:var(--space-md);flex-direction:column;flex:1;display:flex}.solution-text-card h4{font-size:var(--fs-2xl);color:var(--color-heading);margin-bottom:var(--space-xs);font-weight:700}.solution-text-card p{font-size:var(--fs-md);color:var(--color-text-light);line-height:1.8}.cleaning-intro{margin-top:var(--space-4xl);text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.cleaning-intro h3{font-size:var(--fs-3xl);color:var(--color-heading);margin-bottom:var(--space-lg)}.cleaning-intro p{font-size:var(--fs-md);color:var(--color-text);margin-bottom:var(--space-md);line-height:1.8}.why-matter-section{margin-top:var(--space-4xl);margin-bottom:var(--space-4xl)}.why-matter-section h3{font-size:var(--fs-2xl);color:var(--color-heading);margin-bottom:var(--space-sm);text-align:center}.why-matter-section .matter-desc{text-align:center;color:var(--color-text-light);margin-bottom:var(--space-2xl)}.icon-box-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr;max-width:800px;margin:0 auto;display:grid}@media (max-width:768px){.icon-box-grid{grid-template-columns:1fr}}.jkit-icon-box{align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s;display:flex}.jkit-icon-box:hover{box-shadow:var(--shadow-md);transform:translate(5px)}.jkit-icon-box .icon{width:40px;height:40px;color:var(--color-primary);background:#2d7dd21a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.jkit-icon-box .icon svg{stroke-width:3px;width:20px;height:20px}.jkit-icon-box .title{font-size:var(--fs-md);color:var(--color-heading);margin:0;font-weight:500}.closing-text{text-align:center;max-width:800px;margin:var(--space-3xl) auto 0;font-size:var(--fs-lg);color:var(--color-text);font-weight:500;line-height:1.6}.future-ready-section{text-align:center;margin:var(--space-4xl) auto;flex-direction:column;justify-content:center;align-items:center;display:flex}.future-ready-section h3{font-size:var(--fs-2xl);color:var(--color-heading);margin-bottom:var(--space-md);text-align:center}.future-ready-section p{font-size:var(--fs-md);color:var(--color-text-light);text-align:center;line-height:1.8}.auto-dosing-grid{gap:var(--space-2xl);margin-top:var(--space-4xl);margin-bottom:var(--space-4xl);grid-template-columns:repeat(3,1fr);max-width:1000px;margin-left:auto;margin-right:auto;display:grid}@media (max-width:900px){.auto-dosing-grid{grid-template-columns:repeat(2,1fr);max-width:700px}}@media (max-width:600px){.auto-dosing-grid{grid-template-columns:1fr;max-width:400px}}.auto-dosing-grid .dosing-card{border-radius:var(--radius-lg);background:var(--color-white);padding:var(--space-xl);box-shadow:var(--shadow-sm);aspect-ratio:4/3;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.auto-dosing-grid .dosing-card img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.auto-dosing-grid .dosing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.auto-dosing-grid .dosing-card:hover img{transform:scale(1.05)}.auto-dosing-grid .dosing-card:hover .hover-overlay{opacity:1;bottom:0}.auto-dosing-grid .dosing-card .hover-overlay{width:100%;height:100%;padding:var(--space-lg);opacity:0;background:linear-gradient(#0000 50%,#0009 100%);justify-content:center;align-items:flex-end;transition:all .3s;display:flex;position:absolute;bottom:-20px;left:0}.auto-dosing-grid .dosing-card .hover-overlay .social-btn{background:var(--gradient-primary);color:#fff;width:48px;height:48px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.auto-dosing-grid .dosing-card .hover-overlay .social-btn:hover{transform:scale(1.1)}.auto-dosing-grid .dosing-card .hover-overlay .social-btn svg{fill:currentColor;width:20px;height:20px}.dosing-desc{text-align:center;max-width:800px;padding-bottom:var(--space-4xl);flex-direction:column;align-items:center;margin:0 auto;display:flex}.dosing-desc h4{font-size:var(--fs-xl);color:var(--color-heading);margin-bottom:var(--space-md);text-align:center}.dosing-desc p{font-size:var(--fs-md);color:var(--color-text-light);text-align:center;line-height:1.8}.brand-hero{background:var(--gradient-dark);align-items:center;min-height:50vh;padding-top:80px;display:flex}.brand-hero__inner{gap:var(--space-2xl);padding:var(--space-3xl) 0;grid-template-columns:1fr 1fr;align-items:center;display:grid}@media (max-width:900px){.brand-hero__inner{grid-template-columns:1fr;padding-top:40px;padding-left:20px;padding-right:20px}}.brand-hero__content{gap:var(--space-md);flex-direction:column;display:flex}.brand-hero__logo{filter:brightness(0)invert();object-fit:contain;width:auto;height:48px}.brand-hero__title{color:var(--color-white);font-size:clamp(var(--fs-2xl),4vw,var(--fs-4xl));font-weight:500}.brand-hero__desc{color:#ffffffc7;font-size:var(--fs-md);line-height:1.75}.brand-hero__img-wrap{border-radius:var(--radius-lg);height:360px;box-shadow:var(--shadow-xl);background:#ffffff0d;position:relative;overflow:hidden}.brand-theme-hero{min-height:clamp(520px,85vh,760px)}.brand-theme-hero__grid-overlay{pointer-events:none;z-index:1;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.brand-theme-hero__bg-image{opacity:.16;filter:saturate(.75);z-index:0;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.brand-theme-hero__grid{z-index:2;position:relative}.brand-theme-hero__logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:44px;margin-bottom:.9rem}.brand-theme-hero__right{height:min(62vh,520px)}@media (max-width:900px){.brand-theme-hero__right{height:300px}}.brand-theme-hero__machines{max-width:560px;margin-inline:auto}.products-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--color-white);border:1.5px solid #f9731633;border-radius:16px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 4px 12px #00000008}.product-card:hover{border-color:#f97316;transform:translateY(-8px);box-shadow:0 15px 35px #f9731626}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__img-container{background:#fdfdfd;justify-content:center;align-items:center;height:280px;padding:20px;display:flex;position:relative;overflow:hidden}.product-card__image{transition:transform .6s;object-fit:contain!important}.product-card__body{flex-direction:column;flex-grow:1;gap:1.25rem;padding:1.5rem;display:flex}.product-card__content{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.product-card__name{font-family:var(--font-kanit);color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__capacity{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.product-card__desc{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.2em;margin:.25rem 0 0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card__actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;display:grid}.product-card__actions:has(.product-btn:only-child){grid-template-columns:1fr}.product-btn{cursor:pointer;text-align:center;width:100%;font-size:.85rem;font-weight:700;font-family:var(--font-poppins);border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1rem;text-decoration:none;transition:all .3s;display:inline-flex}.product-btn--quote{color:#fff;background-color:#012450}.product-btn--quote:hover{background-color:#003a85;transform:translateY(-2px);box-shadow:0 4px 12px #0124504d}.product-btn--view{color:#f97316;background-color:#0000;border:1.5px solid #f97316}.product-btn--view:hover{color:#fff;background-color:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #f9731633}@media (max-width:560px){.product-card__actions{grid-template-columns:1fr}}.page-hero{min-height:40vh;padding-top:var(--header-height);background:var(--gradient-hero);align-items:center;display:flex}.page-hero__content{padding:var(--space-3xl) 0 var(--space-3xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.page-hero__content p{color:#ffffffbf;font-size:var(--fs-md);max-width:560px;margin-top:var(--space-sm)}.page-hero__title{color:var(--color-white);margin-top:.5rem;font-size:64px;font-weight:500;line-height:1.1}.page-hero__highlight{color:var(--color-primary);position:relative}.hero-custom-banner{z-index:7;padding-bottom:60px;position:relative}.hero-custom-inner{background:var(--color-white);border:1px solid #889be9;border-radius:40px;max-width:1300px;margin:-80px auto 0;padding:14px;position:relative;overflow:hidden;box-shadow:0 8px 24px -4px #0e625f1a}@media (max-width:1340px){.hero-custom-inner{margin-left:20px;margin-right:20px}}.hero-custom-image{border-radius:25px;min-height:550px;position:relative;overflow:hidden}.hero-custom-image:after{content:"";pointer-events:none;background:linear-gradient(to bottom right,#0000004d,#0000);transition:opacity .3s;position:absolute;inset:0}.hero-custom-image:hover:after{opacity:.5}.hero-custom-image img{object-fit:cover}@media (max-width:768px){.hero-custom-image{min-height:300px}}.logo-carousel{padding:var(--space-lg) 0;position:relative;overflow:hidden}.logo-carousel:before,.logo-carousel:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.logo-carousel:before{background:linear-gradient(to right, var(--color-white), transparent);left:0}.logo-carousel:after{background:linear-gradient(to left, var(--color-white), transparent);right:0}.logo-carousel__track{align-items:center;gap:var(--space-2xl);width:max-content;animation:30s linear infinite scrollLogos;display:flex}.logo-carousel__track:hover{animation-play-state:paused}.logo-carousel__item{height:56px;transition:filter var(--transition-base);cursor:default;flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo-carousel__item:hover{filter:grayscale(0%)opacity()}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}.commitment-section{padding-top:0}.commitment-section .container{background-color:#faf8f7;border-radius:40px;padding:0 30px}.commitment-grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;padding:30px 0;display:grid}@media (max-width:900px){.commitment-grid{grid-template-columns:1fr}}.commitment__image-col{position:relative}.commitment__image-wrap{border:1px solid #ffffff14;border-radius:12px;width:100%;height:520px;position:relative;overflow:hidden}@media (max-width:900px){.commitment__image-wrap{height:320px}}.commitment__content-col{flex-direction:column;gap:20px;display:flex}.commitment__title{text-align:left;color:#002f6c;font-size:56px;font-weight:500;line-height:1.1em}@media (max-width:900px){.commitment__title{font-size:32px}}.commitment__desc{color:#607084;line-height:1.75;font-size:var(--fs-md);max-width:490px;font-family:Noto Sans Mongolian,sans-serif}.commitment__list{gap:var(--space-md);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.commitment__item{align-items:flex-start;gap:var(--space-sm);font-size:var(--fs-md);color:#121214;display:flex}.commitment__item strong{color:#121214;font-weight:500}.commitment__item span{color:#fff9}.commitment__check{background:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:flex}.commitment__check svg{fill:#fff;width:11px;height:11px}.stats-section{background:var(--color-dark-section);padding:60px 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-item{text-align:center;padding:10px;position:relative}.stat-item:not(:last-child):after{content:"";background:#ffffff1a;width:1px;height:70%;position:absolute;top:15%;right:0}@media (max-width:768px){.stat-item:not(:last-child):after{display:none}}.stat-item__number{font-family:var(--font-kanit);color:var(--color-white);justify-content:center;align-items:flex-start;font-size:58px;font-weight:500;line-height:1;display:flex}.stat-item__suffix,.stat-item__super{color:var(--color-primary);font-size:58px;font-weight:500;line-height:1}.stat-item__label{color:#ffffff8c;margin-top:var(--space-xs);text-transform:capitalize;letter-spacing:.02em;font-size:18px;font-weight:400}.blogs-layout{gap:var(--space-xl);grid-template-columns:1fr 350px;align-items:start;display:grid}@media (max-width:1100px){.blogs-layout{gap:var(--space-xl);grid-template-columns:1fr}}.blogs-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}@media (max-width:768px){.blogs-grid{grid-template-columns:1fr}}.blog-sidebar{z-index:10;align-self:start;gap:var(--space-lg);flex-direction:column;height:fit-content;display:flex;position:sticky;top:6rem}@media (max-width:1100px){.blog-sidebar{order:2;position:static}}.sidebar-cta{border-radius:var(--radius-lg);color:#fff;text-align:center;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#0d1f3c 0%,#1a5fc8 100%);padding:1.5rem;position:relative;overflow:hidden}.sidebar-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.sidebar-cta__header{margin-bottom:1.5rem}.sidebar-cta__title{font-size:1.5rem;font-weight:700;font-family:var(--font-kanit);text-transform:uppercase;letter-spacing:1px;margin:0}.sidebar-cta__action{color:#0d1f3c;border-radius:var(--radius-md);transition:all var(--transition-base);background:#fff;border:2px solid #0000;margin-bottom:1rem;padding:1.25rem;text-decoration:none;display:block}.sidebar-cta__action:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.sidebar-cta__action-heading{margin:0;font-size:1.25rem;font-weight:700}.sidebar-cta__action-subheading{opacity:.8;margin:0;font-size:.9rem;font-weight:500}.sidebar-cta__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);background:#fff3;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.sidebar-cta__quote-btn{color:#fff;border-radius:var(--radius-md);width:100%;font-weight:700;font-family:var(--font-kanit);text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all var(--transition-base);background:#f97316;border:none;margin-top:1.5rem;padding:1rem;box-shadow:0 4px 15px #f973164d}.sidebar-cta__quote-btn:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.blog-sidebar__social{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:1.5rem}.blog-social-icons{justify-content:center;gap:1.5rem;display:flex}.blog-social-icons .social-icon{width:40px;height:40px;transition:all var(--transition-fast);background:#f0f4f8;border-radius:50%;justify-content:center;align-items:center;display:flex;color:#0d1f3c!important}.blog-social-icons .social-icon svg{width:20px;height:20px;fill:currentColor!important}.blog-social-icons .social-icon:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000001a;color:#fff!important}.blog-social-icons .social-icon--facebook:hover{background:#1877f2!important}.blog-social-icons .social-icon--linkedin:hover{background:#0077b5!important}.blog-social-icons .social-icon--youtube:hover{background:red!important}.blog-social-icons .social-icon--instagram:hover{background:#e4405f!important}.blog-sidebar__box{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:1.5rem}.blog-sidebar__header{border-bottom:2px solid var(--color-bg-light);margin-bottom:1.5rem;padding-bottom:.75rem}.blog-sidebar__header h2{color:#0d1f3c;margin:0;font-size:1.25rem;font-weight:700}.blog-sidebar__list{flex-direction:column;gap:1.25rem;display:flex}.sidebar-item{color:inherit;transition:all var(--transition-fast);gap:1rem;text-decoration:none;display:flex}.sidebar-item__image{border-radius:var(--radius-md);flex-shrink:0;width:80px;height:60px;overflow:hidden}.sidebar-item__image img{object-fit:cover;width:100%;height:100%}.sidebar-item__content{flex:1}.sidebar-item__content time{color:var(--color-text-light);text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.sidebar-item__content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.sidebar-item:hover h3{color:var(--color-primary)}.sidebar-item:hover{transform:translate(4px)}.blog-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:var(--color-white);transition:transform var(--transition-base),box-shadow var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.blog-card__img{aspect-ratio:16/9;background:var(--color-bg-light);overflow:hidden}.blog-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card__img:hover img{transform:scale(1.05)}.blog-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.blog-card__meta{align-items:center;gap:var(--space-sm);margin-bottom:.25rem;display:flex}.blog-card__category{color:var(--color-primary);border-radius:var(--radius-full);text-transform:uppercase;background:#2d7dd21a;padding:.15rem .6rem;font-size:.7rem;font-weight:700}.blog-card__date{color:var(--color-text-light);font-size:.75rem}.blog-card__title{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1.15rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.blog-card__title a{color:inherit;transition:color var(--transition-fast);text-decoration:none}.blog-card__title a:hover{color:var(--color-primary)}.blog-card__excerpt{color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card__cta{color:#f97316;border-radius:var(--radius-full);border:1.5px solid #f97316;align-self:flex-start;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s}.blog-card__cta:hover{color:#fff;background:#f97316;transform:translateY(-2px)}.blog-card__author{padding-top:var(--space-md);border-top:1px solid #f0f0f0;align-items:center;gap:.75rem;margin-top:auto;display:flex}.blog-card__author-avatar{color:#fff;background:#012450;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.blog-card__author-name{color:#444;font-size:.85rem;font-weight:600}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes successBounce{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.quote-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000b18d9;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.4s ease-out forwards overlayFadeIn;display:flex;position:fixed;top:0;left:0}@media (max-width:480px){.quote-modal-overlay{padding:0}}.quote-modal-container{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:700px;max-height:90vh;animation:.5s cubic-bezier(.16,1,.3,1) forwards modalSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.quote-modal-container.is-success{text-align:center;max-width:450px;max-height:fit-content}@media (max-height:600px){.quote-modal-container.is-success{max-height:95vh}}@media (max-height:700px){.quote-modal-container{max-height:95vh}}@media (max-width:600px){.quote-modal-container{border-radius:20px;max-width:95vw}}@media (max-width:480px){.quote-modal-container{border-radius:0;height:100%;max-height:100vh}}.quote-modal-close{cursor:pointer;color:#fff;z-index:10;background:#ffffff26;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.quote-modal-close:hover{color:#fff;background:#ff6b35;border-color:#ff6b35;transform:rotate(90deg)}.is-success .quote-modal-close{color:#000b18;background:#000b180d;border-color:#000b181a}.is-success .quote-modal-close:hover{color:#fff;background:#ff6b35}@media (max-width:480px){.quote-modal-close{color:#fff;background:#fff3;top:15px;right:15px}}.quote-modal-header{color:#fff;background:#000b18;flex-shrink:0;padding:30px 40px 20px}.quote-modal-header h2{margin:0 0 8px;font-size:clamp(20px,4vw,32px);font-weight:700}.quote-modal-header h2 .text-highlight{color:#ff6b35}.quote-modal-header p{color:#ffffffb3;max-width:90%;margin:0;font-size:clamp(13px,2.5vw,16px)}@media (max-width:600px){.quote-modal-header{padding:25px 20px 15px}}@media (max-height:600px){.quote-modal-header{padding:15px 20px 10px}.quote-modal-header h2{margin-bottom:4px}}.quote-modal-form{-webkit-overflow-scrolling:touch;flex-grow:1;padding:24px 40px;overflow-y:auto}.quote-modal-form .form-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px;display:grid}@media (max-width:450px){.quote-modal-form .form-grid{grid-template-columns:1fr;gap:10px}}.quote-modal-form .form-group{flex-direction:column;gap:6px;display:flex}.quote-modal-form .form-group.full-width{grid-column:span 2}@media (max-width:450px){.quote-modal-form .form-group.full-width{grid-column:span 1}}.quote-modal-form .form-group label{color:#000b18;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.quote-modal-form .form-group input,.quote-modal-form .form-group select,.quote-modal-form .form-group textarea{background:#fcfcfc;border:1.5px solid #e0e0e0;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .3s}.quote-modal-form .form-group input:focus,.quote-modal-form .form-group select:focus,.quote-modal-form .form-group textarea:focus{background:#fff;border-color:#ff6b35;outline:none;box-shadow:0 0 0 4px #ff6b351a}.quote-modal-form .form-group input::placeholder,.quote-modal-form .form-group select::placeholder,.quote-modal-form .form-group textarea::placeholder{color:#aaa}@media (max-height:700px){.quote-modal-form .form-group{gap:4px}.quote-modal-form .form-group input,.quote-modal-form .form-group select,.quote-modal-form .form-group textarea{padding:8px 12px}}@media (max-width:600px){.quote-modal-form{padding:20px}}.quote-submit-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:10px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.quote-submit-btn:hover{background:#e65a25;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b354d}.quote-submit-btn:hover svg{transform:translate(4px)}@media (max-height:600px){.quote-submit-btn{padding:10px 20px;font-size:14px}}.quote-submit-btn svg{transition:transform .3s}.quote-success-state{-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;align-items:center;gap:15px;padding:40px 30px;display:flex;overflow-y:auto}.quote-success-state .success-icon-wrap{color:#ff6b35;background:#ff6b351a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;animation:.6s cubic-bezier(.175,.885,.32,1.275) forwards successBounce;display:flex}.quote-success-state h3{color:#000b18;margin:0;font-size:22px}.quote-success-state p{color:#666;margin:0 0 5px;font-size:14px;line-height:1.5}@media (max-width:480px){.quote-success-state{padding:30px 24px}.quote-success-state h3{font-size:20px}.quote-success-state p{font-size:15px}}@media (max-height:600px){.quote-success-state{gap:10px;padding:20px}.quote-success-state .success-icon-wrap{width:60px;height:60px}.quote-success-state .success-icon-wrap svg{width:32px;height:32px}}.accessories-intro{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl);background:#f7fbff}.accessories-intro__header{text-align:center;max-width:880px;margin:0 auto var(--space-2xl)}.accessories-intro__header h2{color:#0e2448;margin-bottom:var(--space-sm);font-size:clamp(1.55rem,3.2vw,2.3rem);line-height:1.2;font-family:var(--font-kanit-var),"Kanit",sans-serif;font-weight:600}.accessories-intro__header p{color:#4f617e;line-height:1.75;font-size:var(--fs-md);margin:0}.accessories-intro__grid{gap:var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:900px){.accessories-intro__grid{grid-template-columns:1fr}}.accessories-intro__card{padding:var(--space-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast);background:#fff;border:1px solid #00317c1f;border-radius:14px;box-shadow:0 10px 24px #0021580f}.accessories-intro__card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0021581a}.accessories-intro__card h3{color:#0d2b5e;margin-bottom:var(--space-xs);font-size:1.2rem;font-family:var(--font-kanit-var),"Kanit",sans-serif;font-weight:600}.accessories-intro__card p{color:#546887;line-height:1.7;font-size:var(--fs-sm);margin:0}.whatsapp-float{color:#fff;text-align:center;z-index:1000;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;text-decoration:none;transition:all .3s;animation:2s infinite pulse-whatsapp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #00000026}.whatsapp-float svg{fill:currentColor;width:32px;height:32px}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 16px #00000040}@media (max-width:768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-float svg{width:26px;height:26px}}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.product-gallery{flex-direction:column;gap:1.5rem;width:100%;display:flex}.product-gallery__main{box-shadow:var(--shadow-sm);background:#fff;border:1.5px solid #f0f4fa;border-radius:20px;position:relative;overflow:hidden}.product-gallery__thumbnails{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:480px){.product-gallery__thumbnails{grid-template-columns:repeat(4,1fr);gap:.5rem}}.product-gallery__thumb{cursor:pointer;aspect-ratio:1;background:#fff;border:2px solid #f0f4fa;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.product-gallery__thumb img{max-width:100%;height:auto}.product-gallery__thumb.is-active{border-color:#f97316;box-shadow:0 4px 12px #f9731626}.product-gallery__thumb:hover{border-color:#f97316;transform:translateY(-2px)}.product-detail-actions{gap:1.25rem;margin-top:2.5rem;display:flex}@media (max-width:600px){.product-detail-actions{flex-direction:column;gap:1rem}}.product-detail-actions .product-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:auto;padding:14px 40px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}@media (max-width:600px){.product-detail-actions .product-btn{width:100%}}.product-detail-actions .product-btn--quote{color:#fff;background:#012450;border:2px solid #012450;box-shadow:0 4px 14px #01245033}.product-detail-actions .product-btn--quote:hover{background:#003a85;border-color:#003a85;transform:translateY(-2px);box-shadow:0 6px 20px #0124504d}.product-detail-actions .product-btn--view{color:#f97316;background:0 0;border:2px solid #f97316}.product-detail-actions .product-btn--view:hover{background:#f973160d;transform:translateY(-2px)}.product-related-section{padding:var(--space-3xl) 0;background:#f8faff}.product-related-section .section-title{text-align:center;margin-bottom:var(--space-2xl)}
