@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.about{max-width:1200px;padding:var(--section-gap) 24px;margin:0 auto}.about h2{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.about__top{justify-content:space-between;align-items:center;gap:48px;margin-bottom:48px;display:flex}.about__logo{flex:1}.about__logo img{width:100%;max-width:600px;height:auto}.about__info{flex:1}.about__item{align-items:center;gap:16px;margin-bottom:20px;font-size:clamp(1.4rem,2vw,2rem);display:flex}.about__item:last-child{margin-bottom:0}.about__item span{font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:600}.about__text{text-align:justify;color:var(--muted);font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.8}@media (width<=900px){.about__top{flex-direction:column;gap:24px}.about__text{text-align:left}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7fc;--surface:#fff;--surface-soft:#f2f6ff;--text:#101828;--muted:#667085;--primary:#2d5bff;--primary-dark:#1738a8;--accent:#ffbf2b;--border:#0f172a14;--shadow:0 20px 50px #0f172a14;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--section-gap:clamp(80px, 10vw, 140px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at top left, #2d5bff14, transparent 28%), linear-gradient(180deg, #fbfcff 0%, var(--bg) 100%);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Manrope,Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}img,video{max-width:100%;display:block}h1,h2,h3,p{margin:0}#root{width:100%;min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #0f172a14;width:100%;position:sticky;top:0}.site-header__inner{align-items:center;gap:28px;max-width:1320px;margin:0 auto;padding:16px 24px;display:flex}.site-header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.site-header__logo img{width:auto;height:56px}.site-nav{flex:1;justify-content:flex-end;align-items:center;gap:18px;display:flex}.site-nav a{color:var(--text);white-space:nowrap;border-radius:999px;padding:8px 12px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.site-nav a:hover,.site-nav a:focus-visible{color:var(--primary-dark);background:#2d5bff1a}@media (width<=1300px){.site-header__inner{flex-direction:column;align-items:stretch;gap:14px;padding:14px 16px;overflow:hidden}.site-header__logo{align-self:flex-start}.site-header__logo img{height:64px}.site-nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:10px;width:100%;min-width:0;max-width:100%;display:flex;overflow:auto hidden}.site-nav::-webkit-scrollbar{display:none}.site-nav a{white-space:nowrap;flex:none}}.results{max-width:1320px;padding:var(--section-gap) 24px;margin:0 auto}.results h2{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.results__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.result-card{text-align:center;border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffffb3;padding:24px 16px}.result-card__value{margin-bottom:14px;font-size:clamp(2rem,3vw,3rem);font-weight:800}.result-card__line{background:#0f172a1f;width:100%;height:1px;margin-bottom:14px}.result-card__text{color:var(--muted);font-size:clamp(1rem,1.25vw,1.15rem);font-weight:500;line-height:1.5}@media (width<=900px){.results{padding:80px 24px}.results__grid{grid-template-columns:1fr 1fr;gap:16px}}@media (width<=560px){.results__grid{grid-template-columns:1fr}}.benefits{max-width:1320px;padding:var(--section-gap) 24px;box-sizing:border-box;margin:0 auto}.benefits h2{text-align:center;letter-spacing:-.02em;margin-bottom:64px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.benefits__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}@media (width<=1024px){.benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.benefits{padding:80px 24px}.benefits h2{margin-bottom:40px}.benefits__grid{grid-template-columns:1fr;gap:24px}}.benefit-card{text-align:center;border:1px solid var(--border);border-radius:var(--radius-lg);min-height:100%;box-shadow:var(--shadow);background:linear-gradient(#fff 0%,#f8fbff 100%);flex-direction:column;align-items:center;padding:32px 24px;display:flex}.benefit-card__icon{object-fit:contain;width:76px;height:76px;margin-bottom:24px}.benefit-card h3{max-width:280px;margin-bottom:14px;font-size:1.2rem;font-weight:700;line-height:1.35}.benefit-card p{color:var(--muted);max-width:320px;font-size:1rem;line-height:1.7}.feature-card{justify-content:space-between;align-items:center;gap:48px;display:flex}.feature-card.reverse{flex-direction:row-reverse}.feature-card__text{flex:1;max-width:520px}.feature-card__image{border-radius:var(--radius-lg);background:linear-gradient(160deg,#2d5bff0f,#ffbf2b14);flex:0 0 420px;justify-content:center;align-items:center;padding:24px;display:flex}.feature-card__image img{object-fit:contain;width:100%;max-width:400px;height:220px}.feature-card h3{margin-bottom:16px;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700;line-height:1.2}.feature-card p{color:var(--muted);font-size:1.05rem;line-height:1.75}@media (width<=1024px){.feature-card{gap:32px}.feature-card__image{flex:0 0 320px}.feature-card__image img{height:190px}}@media (width<=768px){.feature-card,.feature-card.reverse{text-align:center;flex-direction:column;gap:24px}.feature-card__text{max-width:100%}.feature-card__image{flex:none;width:100%}.feature-card__image img{width:min(280px,90%);height:auto}}.features{width:100%;max-width:1320px;padding:var(--section-gap) 24px;box-sizing:border-box;margin:0 auto}.features h2{letter-spacing:-.02em;text-align:center;margin-bottom:56px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.features>.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);margin-bottom:32px;padding:36px}.features>.feature-card:last-child{margin-bottom:0}.hero{background:#050816;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(90deg,#050816e0 0%,#050816b3 45%,#05081673 100%),linear-gradient(#00000026 0%,#00000059 100%);position:absolute;inset:0}.hero__content{z-index:2;border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff14;border:1px solid #ffffff29;max-width:760px;margin-left:clamp(24px,8vw,96px);padding:clamp(32px,5vw,48px);position:relative;box-shadow:0 24px 60px #00000047}.hero__content h1{letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,4rem);font-weight:800;line-height:1.08}.hero__content p{color:#ffffffd1;max-width:640px;margin-top:24px;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.7}.hero__scroll{z-index:2;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero__scroll span{border:2px solid #ffffffb3;border-radius:999px;width:28px;height:46px;display:block;position:relative}.hero__scroll span:before{content:"";background:#fff;border-radius:999px;width:4px;height:8px;animation:1.6s infinite scroll;position:absolute;top:10px;left:50%;transform:translate(-50%)}@keyframes scroll{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,12px)}}.partners{max-width:1320px;padding:var(--section-gap) 24px;margin:0 auto}.partners h2{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.partners__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.partners__item{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-height:120px;box-shadow:var(--shadow);justify-content:center;align-items:center;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.partners__item:hover{transform:translateY(-4px);box-shadow:0 24px 50px #0f172a1f}.partners__item img{object-fit:contain;filter:grayscale(0);max-width:100%;max-height:100%}@media (width<=1024px){.partners__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.partners{padding:80px 24px}.partners__grid{grid-template-columns:1fr}}.solution{max-width:1320px;padding:var(--section-gap) 24px;margin:0 auto}.solution h2{text-align:center;letter-spacing:-.02em;margin-bottom:40px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.solution__desktop{border-radius:var(--radius-xl);width:100%;max-width:1200px;height:auto;box-shadow:var(--shadow);margin:0 auto;display:block}@media (width<=900px){.solution{padding:80px 24px}.solution h2{margin-bottom:24px;font-size:clamp(1.6rem,5vw,2rem)}}.tests{max-width:1320px;padding:var(--section-gap) 24px;box-sizing:border-box;margin:0 auto}.tests__block{margin-bottom:56px}.tests__block:last-child{margin-bottom:0}.tests__block h2{text-align:center;margin-bottom:32px;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800}.tests__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}@media (width<=900px){.tests{padding:80px 24px}.tests__block{margin-bottom:40px}.tests__block h2{margin-bottom:24px}.tests__grid{grid-template-columns:1fr;gap:20px}}.video-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);flex-direction:column;align-items:center;padding:20px;display:flex}.video-card__player{aspect-ratio:16/9;border-radius:16px;width:100%;overflow:hidden}.video-card__player iframe{border:none;width:100%;height:100%}.video-card h3{text-align:center;margin-top:16px;font-size:1.1rem;font-weight:700;line-height:1.4}.why{max-width:1200px;padding:var(--section-gap) 24px;margin:0 auto}.why h2{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.why__list{flex-direction:column;gap:24px;display:flex}.why__item{align-items:flex-start;gap:16px;padding:20px 0;display:flex}.why__icon{width:44px;color:var(--primary);text-align:center;flex-shrink:0;font-size:2rem;font-weight:800;line-height:1}.why__item p{color:var(--muted);margin:0;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:500;line-height:1.7}@media (width<=640px){.why__item{align-items:center}}.work-steps{max-width:1320px;padding:var(--section-gap) 24px;margin:0 auto}.work-steps h2{letter-spacing:-.02em;text-align:center;margin-bottom:48px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.work-steps__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.work-step{border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffffb3;align-items:flex-start;gap:16px;padding:20px;display:flex}.work-step__number{background:var(--accent);color:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex}.work-step__text{color:var(--muted);font-size:1rem;font-weight:600;line-height:1.6}@media (width<=1100px){.work-steps{padding:80px 24px}.work-steps__grid{grid-template-columns:1fr 1fr;gap:16px}}@media (width<=640px){.work-steps__grid{grid-template-columns:1fr}}.contact{padding:var(--section-gap) 24px}.contact__container{text-align:center;max-width:900px;margin:0 auto}.contact h2{margin-bottom:20px;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.contact__subtitle{max-width:650px;color:var(--muted);margin:0 auto 56px;font-size:1.1rem;line-height:1.7}.contact__items{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.contact__item{border-radius:var(--radius-lg);background:var(--surface);min-width:320px;box-shadow:var(--shadow);border:1px solid var(--border);color:inherit;padding:28px;text-decoration:none;transition:transform .25s,box-shadow .25s}.contact__item:hover{transform:translateY(-4px);box-shadow:0 24px 60px #0f172a1f}.contact__item span{color:var(--muted);margin-bottom:10px;font-size:.95rem;display:block}.contact__item strong{word-break:break-word;font-size:1.5rem;font-weight:700}@media (width<=900px){.contact{padding:80px 24px}.contact__subtitle{margin-bottom:40px;font-size:1rem}.contact__items{flex-direction:column;gap:20px}.contact__item{width:100%;min-width:0;padding:24px}.contact__item strong{font-size:1.2rem}}
