.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}@keyframes drawUnderline{to{stroke-dashoffset:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero{max-height:80vh;padding-top:var(--header-height);background-color:#0000;background-image:radial-gradient(at 100% 100%,#00317c 0%,#121214 60%);align-items:center;display:flex;position:relative;overflow:hidden}.hero__glow{pointer-events:none;z-index:0;background:radial-gradient(#0050a080 0%,#01affe14 40%,#0000 70%);width:60%;height:80%;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.hero__grid{z-index:1;min-height:calc(100vh - var(--header-height));padding-top:var(--space-2xl);padding-bottom:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}@media (max-width:900px){.hero__grid{text-align:center;grid-template-columns:1fr}}.hero__left{gap:var(--space-md);flex-direction:column;animation:.7s both fadeInUp;display:flex}.hero__eyebrow{color:#fff;text-underline-offset:4px;font-size:24px;font-weight:300;text-decoration:underline}.hero__title{font-family:var(--font-kanit);color:var(--color-white);font-size:48px;font-weight:500;line-height:1.1}.hero__highlight{color:var(--color-white);display:inline-block;position:relative}.hero__underline{width:100%;height:10px;position:absolute;bottom:-6px;left:0;overflow:visible}.hero__underline path{stroke:var(--color-primary);stroke-width:3px;fill:none;stroke-linecap:round;stroke-dasharray:300;stroke-dashoffset:300px;animation:1.2s ease-out .6s forwards drawUnderline}.hero__desc{font-size:var(--fs-md);color:#ffffffb8;max-width:500px;line-height:1.75;animation:.7s .1s both fadeInUp}@media (max-width:900px){.hero__desc{margin:0 auto}}.hero__actions{align-items:center;gap:var(--space-lg);flex-wrap:wrap;animation:.7s .2s both fadeInUp;display:flex}@media (max-width:900px){.hero__actions{justify-content:center}}.hero__right{justify-content:center;align-items:center;height:560px;display:flex;position:relative}@media (max-width:900px){.hero__right{order:-1;height:360px}}.hero__machines{z-index:1;width:100%;height:100%;position:relative}.hero__stat-badge{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#ffffff14;border:1px solid #ffffff26;padding:1rem 1.5rem;animation:.7s .4s both fadeInUp;position:absolute}.hero__stat-badge--top{top:6%;right:2%}.hero__stat-badge--bottom{bottom:10%;left:4%}.hero__stat-number{font-family:var(--font-kanit);color:var(--color-white);font-size:2.25rem;font-weight:800;line-height:1;display:block}.hero__stat-plus{color:var(--color-primary);font-size:1.25rem}.hero__stat-label{font-size:var(--fs-xs);color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-weight:500;line-height:1.5;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-carousel-section{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.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:visible}@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:48%;height:72%;min-height:165px;max-height:220px;transition:transform var(--transition-base);justify-content:flex-end;align-items:flex-end;display:flex;position:absolute;bottom:-8px;right:-8px}@media (max-width:900px){.partner-item__img-wrap{width:45%;height:68%;max-height:210px}}@media (max-width:560px){.partner-item__img-wrap{width:50%;max-height:180px;bottom:-4px;right:-4px}}.partner-item__img-wrap img{object-fit:contain!important;object-position:right bottom!important;padding:0!important}.logo-section{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.commitment-section .container{background-color:#effbff;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;font-size:48px;font-weight:500;line-height:1.1em}.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}.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}.home-section-desc{color:var(--color-text-muted);font-size:var(--fs-md);max-width:920px;line-height:1.75}.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}.btn{max-width:fit-content}.industry-section .home-section-title{color:#1c244b}.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}.industry-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}@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);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;display:flex}.industry-card:hover{box-shadow:var(--shadow-cyan-sm);background:#01affe14;border-color:#01affe4d;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;display:flex}.industry-card__icon svg{fill:#03bdf9;color:#03bdf9;width:45px;height:45px}.industry-card__title{color:#1c244b;font-size:22px;font-weight:600;font-family:var(--font-kanit);text-align:center;line-height:1.2em}.industry-card__desc{font-size:var(--fs-sm);color:#324a6d;text-align:center;line-height:1.65}
