*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}.header{position:fixed;top:0;width:100%;z-index:1000;background:#fff7d8}body{margin:0;font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#111;background:#fffbeb}img{max-width:100%;display:block}section{scroll-margin-top:80px}:root{--container-width: 1200px;--container-padding: 24px}.app{min-height:100vh;display:flex;flex-direction:column}.app__main{padding-top:120px;flex:1}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}.section{padding:10px 0}@media(max-width:768px){.section{padding:64px 0}}.section__title{font-size:2.5rem;font-weight:700;margin-bottom:16px;text-align:center;color:#222}.section__lead{font-size:1.25rem;font-weight:500;color:#333;text-align:center}.section__text{font-size:1rem;line-height:1.8;color:#555}.section__subtitle{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#222}#app{width:100%}a,.blue{text-decoration:none;color:#5294b8;transition:.4s;padding:3px;border-radius:15px}@media(hover:hover){a:hover{background-color:#e1f5ff}}.logo[data-v-1eb22cc1]{-webkit-user-select:none;user-select:none}.header[data-v-1eb22cc1]{padding:10px 0;border-bottom:1px solid #eee}.header__inner[data-v-1eb22cc1]{display:flex;align-items:center;justify-content:space-between}.nav[data-v-1eb22cc1]{display:flex;gap:24px}@media(max-width:768px){.nav[data-v-1eb22cc1]{flex-direction:column;gap:8px}}.footer[data-v-113201d8]{padding:40px 0;border-top:1px solid #eee;font-size:14px}.section__lead[data-v-a63405b8]{font-size:2rem;font-weight:600;line-height:1.6;margin:0;-webkit-user-select:none;user-select:none}.word[data-v-a63405b8]{padding:2px 6px;border-radius:6px;position:relative;background:linear-gradient(90deg,#5294b8,#8ec5e8,#5294b8);background-size:200%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine-a63405b8 4s linear infinite,outlinePulse-a63405b8 3s ease-in-out infinite}@keyframes shine-a63405b8{0%{background-position:0%}to{background-position:200%}}@keyframes outlinePulse-a63405b8{0%,to{box-shadow:0 0 #5294b800}50%{box-shadow:0 0 6px #5294b880}}.workflow__list[data-v-9be97ce7]{list-style:square inside;padding-left:0;display:flex;flex-direction:column;gap:8px;color:#555}.contact[data-v-9be97ce7]{margin:48px auto 0;display:flex;flex-direction:column;gap:24px;max-width:500px}.contact__row[data-v-9be97ce7]{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #eee}.contact__label[data-v-9be97ce7]{font-weight:500;color:#666}.contact__value[data-v-9be97ce7]{font-size:16px;text-decoration:none;transition:.2s}.contact__value[data-v-9be97ce7]:hover{opacity:.6}.service[data-v-04d4ff7e]{padding:32px;border:1px solid #5294b8;display:flex;flex-direction:column;gap:16px;border-radius:50px 0 0;box-shadow:5px 5px 10px #888}.service__title[data-v-04d4ff7e]{margin:0}.service__description[data-v-04d4ff7e]{margin:0;color:#555}.service__meta[data-v-04d4ff7e]{margin-top:auto;display:flex;justify-content:space-between;font-weight:500;padding-top:40px}.fire[data-v-04d4ff7e]{position:relative;display:inline-block;width:20px;height:20px;vertical-align:middle}.flames[data-v-04d4ff7e]{position:absolute;bottom:0;left:50%;width:60%;height:60%;transform:translate(-50%) rotate(45deg)}.flame[data-v-04d4ff7e]{position:absolute;right:0;bottom:0;width:0;height:0;background:#ffdc01;border-radius:4px}.flame[data-v-04d4ff7e]:nth-child(odd){animation:flameodd-04d4ff7e 1.5s ease-in infinite}.flame[data-v-04d4ff7e]:nth-child(2n){animation:flameeven-04d4ff7e 1.5s ease-in infinite}.flame[data-v-04d4ff7e]:nth-child(1){animation-delay:0s}.flame[data-v-04d4ff7e]:nth-child(2){animation-delay:.375s}.flame[data-v-04d4ff7e]:nth-child(3){animation-delay:.75s}.flame[data-v-04d4ff7e]:nth-child(4){animation-delay:1.125s}@keyframes flameodd-04d4ff7e{0%,to{width:0;height:0;right:0;bottom:0;background:#ffdc01;z-index:10}25%{width:100%;height:100%;right:1%;bottom:2%}40%{background:#fdac01}to{right:150%;bottom:170%;background:#f73b01;z-index:-1}}@keyframes flameeven-04d4ff7e{0%,to{width:0;height:0;right:0;bottom:0;background:#ffdc01;z-index:10}25%{width:100%;height:100%;right:2%;bottom:1%}40%{background:#fdac01}to{right:170%;bottom:150%;background:#f73b01;z-index:-1}}.tech[data-v-93ecc225]{padding:80px 0;-webkit-user-select:none;user-select:none}.tech__viewport[data-v-93ecc225]{overflow:hidden}.tech__track[data-v-93ecc225]{display:flex;width:max-content;animation:scroll-93ecc225 20s linear infinite}.tech__item[data-v-93ecc225]{flex:0 0 auto;margin-right:32px}.tech__item img[data-v-93ecc225]{height:64px;width:auto;display:block;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}@keyframes scroll-93ecc225{0%{transform:translate(0)}to{transform:translate(-50%)}}.services__grid[data-v-6762ebb7]{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;grid-auto-rows:1fr}.service[data-v-6762ebb7]{height:100%}@media(max-width:1024px){.services__grid[data-v-6762ebb7]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services__grid[data-v-6762ebb7]{grid-template-columns:1fr}}
