:root{
  --bg:#0b1220;
  --surface:#0f1a2d;
  --surface-2:#111c31;
  --surface-3:#0a1c31;
  --line:#1e3553;
  --line-strong:#2c4164;
  --text:#f8fafc;
  --text-2:#bac9e0;
  --text-3:#aab7ca;
  --blue:#246bfe;
  --blue-2:#7cc9ff;
  --cyan:#17c7d4;
  --brand-mark:#73a8ff;
  --shadow:0 20px 60px rgba(0,0,0,.22);
  --radius:18px;
  color-scheme:dark;
}
html[data-theme="light"]{
  --bg:#f5f7fa;
  --surface:#ffffff;
  --surface-2:#f7fbff;
  --surface-3:#edf4ff;
  --line:#d7e0eb;
  --line-strong:#c8d7e8;
  --text:#101828;
  --text-2:#475467;
  --text-3:#667085;
  --blue:#246bfe;
  --blue-2:#2f80ed;
  --cyan:#0b9da9;
  --brand-mark:#246bfe;
  --shadow:0 20px 50px rgba(16,24,40,.10);
  color-scheme:light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
svg{display:block}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.page-shell{width:1248px;max-width:calc(100% - 48px);margin:0 auto}
.anchor-alias{position:absolute;top:-88px}
.section-dark{background:var(--bg)}
.site-header{height:88px;position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 94%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 72%,transparent);backdrop-filter:blur(14px)}
.header-inner{height:88px;display:flex;align-items:center}
.brand{display:flex;align-items:center;gap:11px;font-size:24px;line-height:30px;font-weight:600;white-space:nowrap}
.brand-mark{display:inline-block;width:38px;height:38px;flex:0 0 38px;background:var(--brand-mark);-webkit-mask:url("emblem.svg") center/contain no-repeat;mask:url("emblem.svg") center/contain no-repeat}
.brand-mark-small{width:28px;height:28px;flex-basis:28px}
.primary-nav{display:flex;align-items:center;gap:10px;margin-left:auto;margin-right:12px;height:44px}
.primary-nav a{height:44px;display:flex;align-items:center;justify-content:center;padding:0 9px;border-radius:8px;color:var(--text-3);font-size:18.2px;line-height:25px;font-weight:500;transition:.2s}
.primary-nav a:hover{background:var(--surface-2);color:var(--text)}
.header-actions{display:flex;align-items:center;gap:12px}
.theme-toggle{width:44px;height:44px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-2);display:grid;place-items:center;cursor:pointer}
.theme-toggle svg{width:18px;height:18px;fill:none;stroke:var(--text-2);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.theme-toggle .moon{display:none}
html[data-theme="light"] .theme-toggle .sun{display:none}
html[data-theme="light"] .theme-toggle .moon{display:block}
.language{position:relative;width:44px;height:44px;flex:0 0 44px}
.language-trigger{width:44px;height:44px;border:1px solid var(--line-strong);background:var(--surface-2);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:.2s}
.language-trigger:hover{border-color:color-mix(in srgb,var(--blue-2) 58%,var(--line-strong));background:color-mix(in srgb,var(--surface-2) 88%,var(--blue) 12%)}
.language-trigger span:last-child{display:none}
.language-menu{position:absolute;top:50px;right:0;min-width:96px;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);display:none}
.language.open .language-menu{display:grid}
.language-menu button{border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:8px;cursor:pointer;text-transform:uppercase}
.language-menu button[data-lang="Uz"]{order:1}
.language-menu button[data-lang="Ru"]{order:2}
.language-menu button[data-lang="En"]{order:3}
.language-menu button.active{background:var(--surface-2)}
.language-menu button:disabled{opacity:.35;cursor:not-allowed}
.mobile-language-switch{display:none}
.mobile-language-switch a{display:flex;align-items:center;justify-content:center;min-width:48px;height:38px;border:1px solid var(--line);border-radius:10px;color:var(--text-2);font-size:13px;font-weight:600}
.mobile-language-switch a.active{border-color:var(--blue-2);color:var(--text);background:var(--surface-2)}
.contact-button{width:190px;height:52px;border-radius:12px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:.2s}
.contact-button:hover,.submit-button:hover,.advantages-cta a:hover{filter:brightness(1.08);transform:translateY(-1px)}
.mobile-menu-button,.mobile-nav{display:none}

.hero{height:812px;position:relative;overflow:hidden}
.hero-copy{position:absolute;top:72px;left:50%;transform:translateX(-50%);width:1120px;max-width:calc(100% - 48px);text-align:center}
.hero-copy h1{margin:0;font-size:48px;line-height:56px;letter-spacing:-1.25px;font-weight:600}
.hero-copy p{width:645px;max-width:100%;margin:20px auto 0;color:var(--text-2);font-size:20px;line-height:30px}
.solutions-orbit{position:absolute;left:50%;top:316px;transform:translateX(-50%);width:1200px;height:440px}
.orbit-svg{position:absolute;inset:0;width:1200px;height:440px;overflow:visible;pointer-events:none}
.orbit-front-ellipse{opacity:1}
.orbit-glow{position:absolute;border-radius:50%;pointer-events:none;background:#3975ff}
.glow-data{left:70px;top:210px;width:300px;height:130px;opacity:.0384;filter:blur(66px)}
.glow-ai{left:320px;top:255px;width:560px;height:185px;opacity:.0984;filter:blur(88px)}
.glow-auto{left:830px;top:210px;width:300px;height:130px;opacity:.0384;filter:blur(66px)}

.hero-solution{position:absolute;height:282px;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
.solution-data{left:27px;top:53.9767px;width:346px}
.solution-ai{left:417px;top:102px;width:366px}
.solution-auto{left:827px;top:53.9767px;width:346px}

.solution-glow{position:absolute;top:206.5px;width:256px;height:95px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(57,117,255,.52) 0%,rgba(57,117,255,.20) 38%,rgba(57,117,255,0) 72%);filter:blur(24px);opacity:.06;transition:opacity .32s ease-out;pointer-events:none}
.solution-data .solution-glow,.solution-auto .solution-glow{left:45px}
.solution-ai .solution-glow{left:55px}

.solution-motion{position:absolute;left:0;top:12px;width:100%;height:270px;transition:top .32s ease-out}
.solution-artwork{position:absolute;inset:0;border-radius:24px;overflow:hidden;background:rgba(9,20,39,.96);border:1px solid rgba(111,174,255,.55);box-shadow:0 10px 42px rgba(37,105,255,.16),0 25px 65px rgba(0,0,0,.44);backdrop-filter:blur(10px)}
.solution-artwork:before{content:"";position:absolute;inset:0;border-radius:24px;background:linear-gradient(90deg,rgba(47,104,191,.38) 0%,rgba(29,65,121,.23) 46%,rgba(6,16,29,0) 100%);pointer-events:none}
.solution-artwork:after{content:"";position:absolute;left:38px;right:39px;top:0;height:1px;background:linear-gradient(90deg,rgba(124,201,255,0),rgba(212,238,255,.85),rgba(124,201,255,0));opacity:.8;pointer-events:none}

.solution-content{position:absolute;left:38px;top:28px;width:270px;height:214px}
.solution-ai .solution-content{width:290px;height:220px}
.solution-icon{position:absolute;left:0;top:0;width:58px;height:58px;display:grid;place-items:center;color:#73a8ff;opacity:1;transition:opacity .32s ease-out;filter:drop-shadow(0 0 4px rgba(115,168,255,.85)) drop-shadow(0 0 11px rgba(57,117,255,.58))}
.solution-icon svg{width:46.8px;height:46.8px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.solution-icon-ai{font-size:18px;line-height:36px;font-weight:600;letter-spacing:.02em}

.solution-title{position:absolute;left:0;top:72px;width:270px;margin:0;color:var(--text);font-size:22px;line-height:27px;font-weight:600;opacity:1;transition:opacity .32s ease-out}
.solution-ai .solution-title{width:300px;height:27px;font-size:20px;line-height:27px;white-space:nowrap}
.solution-description{position:absolute;left:0;top:113px;width:270px;margin:0;color:var(--text-3);font-size:15px;line-height:21px;font-weight:400;opacity:1;transition:opacity .32s ease-out,top .32s ease-out}
.solution-ai .solution-description{top:113px;height:63px}

.solution-hover-copy{position:absolute;inset:0;pointer-events:none}
.solution-hover-copy h3,.solution-hover-copy p,.solution-hover-copy small{position:absolute;left:0;width:270px;margin:0;opacity:0;transition:opacity .32s ease-out,top .32s ease-out}
.solution-hover-copy h3{top:6px;color:var(--text);font-size:17px;line-height:22px;font-weight:600}
.solution-hover-copy p{top:57px;color:var(--text-3);font-size:13px;line-height:18px;font-weight:400}
.solution-hover-copy small{top:173px;color:var(--blue-2);font-size:12px;line-height:17px;font-weight:600}
.solution-ai .solution-hover-copy h3{top:6px;height:66px}
.solution-ai .solution-hover-copy p{top:79px}
.solution-ai .solution-hover-copy small{top:195px}

.solution-value-line{position:absolute;left:38px;top:230px;width:210px;height:24px;display:flex;align-items:center;gap:8px;color:var(--blue-2);font-size:12.5px;line-height:19px;font-weight:500;white-space:nowrap;opacity:1;transition:opacity .32s ease-out,top .32s ease-out}
.solution-ai .solution-value-line{top:230px}
.value-leading{width:24px;height:1px;flex:0 0 24px;background:rgba(124,201,255,.64)}
.value-arrow{width:18px;line-height:16px;font-size:14px;transform:translateX(0);transition:transform .32s ease-out}

.hero-solution:hover .solution-glow{opacity:.38}
.hero-solution:hover .solution-motion{top:6px}
.hero-solution:hover .solution-icon,
.hero-solution:hover .solution-title,
.hero-solution:hover .solution-description{opacity:0}
.hero-solution:hover .solution-description{top:107px}
.hero-solution:hover .solution-hover-copy h3,
.hero-solution:hover .solution-hover-copy p,
.hero-solution:hover .solution-hover-copy small{opacity:1}
.hero-solution:hover .solution-hover-copy h3{top:0}
.hero-solution:hover .solution-hover-copy p{top:51px}
.hero-solution:hover .solution-hover-copy small{top:167px}
.solution-ai:hover .solution-description{top:113px}
.solution-ai:hover .solution-hover-copy h3{top:0}
.solution-ai:hover .solution-hover-copy p{top:73px}
.solution-ai:hover .solution-hover-copy small{top:189px}
.hero-solution:hover .solution-value-line{top:235px;opacity:0}
.solution-ai:hover .solution-value-line{top:235px;opacity:0}
.hero-solution:hover .value-arrow{transform:translateX(3px)}

.orbit-node{position:absolute;background:transparent;border:0;border-radius:0;box-shadow:none;pointer-events:none}
.orbit-node:before,.orbit-node:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none}
.orbit-node:before{background:#79bcff;opacity:.76}
.orbit-node:after{background:#f3fbff;box-shadow:0 0 9px 6px rgba(121,188,255,.76),0 0 21px 14px rgba(49,122,255,.35)}
.node-data{width:64px;height:64px;left:168px;top:303.9767px}
.node-data:before,.node-auto:before{width:24px;height:24px;filter:blur(9px)}
.node-data:after,.node-auto:after{width:11px;height:11px}
.node-ai{width:72px;height:72px;left:564px;top:348px}
.node-ai:before{width:30px;height:30px;filter:blur(10px)}
.node-ai:after{width:14px;height:14px;box-shadow:0 0 10px 8px rgba(121,188,255,.76),0 0 24px 16px rgba(49,122,255,.35)}
.node-auto{width:64px;height:64px;left:968px;top:303.9767px}

.section-intro{text-align:center;padding-top:96px}
.section-intro h2{margin:0;font-size:40px;line-height:48px;font-weight:600;letter-spacing:-.65px}
.section-intro p{margin:14px auto 0;color:var(--text-3);font-size:16px;line-height:24px}
.eyebrow{display:block;margin:0 0 10px;color:var(--cyan);font-size:12px;line-height:18px;font-weight:700;letter-spacing:.14em}
.industries{height:1120px}
.industry-grid{display:grid;grid-template-columns:repeat(3,404px);gap:18px;margin-top:40px}
.industry-card{height:390px;border:1px solid #293f60;border-radius:21px;background:#111c31;padding:24px;display:flex;flex-direction:column;transition:.22s}
.industry-card:hover,.service-card:hover,.technology-card:hover,.advantage-card:hover{border-color:color-mix(in srgb,var(--blue-2) 58%,var(--line));background:color-mix(in srgb,var(--surface) 90%,var(--blue) 10%);transform:translateY(-2px)}
.card-icon,.service-icon,.value-icon,.cta-icon,.contact-icon{width:56px;height:56px;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface-2);display:grid;place-items:center;color:var(--blue-2);flex:0 0 auto}
.card-icon svg,.service-icon svg,.value-icon svg,.cta-icon svg,.contact-icon svg,.about-panel-title svg,.brief-note svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;color:#73a8ff;filter:drop-shadow(0 0 4px rgba(115,168,255,.85)) drop-shadow(0 0 11px rgba(57,117,255,.58))}
.industry-card h3{margin:18px 0 6px;font-size:20px;line-height:28px;font-weight:600}
.industry-card>p{margin:0;color:var(--text-3);font-size:15px;line-height:22px;min-height:66px}
.divider{height:1px;background:var(--line);margin:18px 0 14px}
.industry-card ul,.advantage-card ul{list-style:none;margin:0;padding:0;color:var(--text-3);font-size:14px;line-height:22px;display:grid;gap:10px}
.industry-card li,.advantage-card li{position:relative;padding-left:31px}
.industry-card li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:7px;border:1px solid var(--line-strong);display:grid;place-items:center;color:var(--blue-2);font-size:11px}

.services{min-height:1054px;height:auto;padding-bottom:96px}
.services .section-intro{padding-top:96px}
.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 20px;margin-top:22px;align-items:start}
.service-card{min-height:220px;height:auto;border:1px solid #293f60;border-radius:22px;background:#111c31;padding:24px;display:grid;grid-template-columns:56px 1fr;grid-template-rows:minmax(112px,1fr) auto auto;column-gap:20px;align-self:start;cursor:pointer;transition:background .22s ease-out,border-color .22s ease-out,box-shadow .22s ease-out,transform .22s ease-out}
.service-card>div:nth-child(2){align-self:start}
.service-card h3{margin:0 0 8px;font-size:20px;line-height:28px;font-weight:600}
.service-card p{margin:0;color:var(--text-3);font-size:15px;line-height:22px}
.service-details{grid-column:1/-1;max-height:0;opacity:0;overflow:hidden;margin-top:0;border-top:1px solid transparent;transition:max-height .22s ease-out,opacity .16s ease-out,margin-top .22s ease-out,padding-top .22s ease-out,border-color .22s ease-out}
.service-details-label{display:block;margin:0 0 14px;color:var(--text-3);font-size:12px;line-height:18px;font-weight:600;letter-spacing:.08em}
.service-details ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:var(--text-3);font-size:14px;line-height:22px}
.service-details li{position:relative;padding-left:17px}
.service-details li:before{content:"";position:absolute;left:1px;top:9px;width:4px;height:4px;border-radius:50%;background:var(--blue-2)}
.service-toggle{grid-column:2;align-self:end;width:100%;border:0;border-top:1px solid var(--line);background:transparent;color:var(--blue-2);padding:13px 0 0;margin:0;font:inherit;font-size:14px;line-height:22px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}
.service-chevron{width:8px;height:8px;margin-right:3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .22s ease-out}
.service-card.is-expanded{background:#12213a;border-color:#3d6999;box-shadow:0 6px 22px rgba(61,128,255,.06)}
.service-card.is-expanded .service-details{max-height:340px;opacity:1;margin-top:16px;padding-top:16px;border-color:var(--line)}
.service-card.is-expanded .service-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.service-card:focus-within{outline:2px solid color-mix(in srgb,var(--blue-2) 55%,transparent);outline-offset:2px}

.technologies{height:1208px;position:relative;scroll-margin-top:28px}
.technology-intro{padding-top:76px}
.technology-intro p{margin-top:8px}
.technology-stack{margin-top:10px;display:grid;gap:12px}
.technology-card{height:168px;border:1px solid #245a88;border-radius:18px;background:#0e1d31;padding:20px 22px;display:grid;grid-template-columns:390px 1fr;gap:28px;align-items:center;transition:.22s}
.technology-heading{display:flex;gap:18px;align-items:flex-start}
.technology-heading .card-icon{width:52px;height:52px}
.technology-heading h3{margin:0 0 6px;font-size:20px;line-height:28px;font-weight:600}
.technology-heading p{margin:0;color:var(--text-3);font-size:15px;line-height:22px}
.tech-list{display:flex;flex-wrap:wrap;gap:10px 12px;align-content:center}
.tech-list span{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;padding:9px 12px;color:var(--text-3);font-size:15px;line-height:20px;white-space:nowrap}

.advantages{height:1248px;position:relative}
.advantages .technology-intro{padding-top:96px}
.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}
.advantage-card{height:360px;border:1px solid rgba(30,74,117,.9);border-radius:20px;background:#0c1b30;padding:24px;transition:.22s}
.advantage-top{display:flex;align-items:flex-start;justify-content:space-between}
.advantage-top span{font-size:22px;line-height:28px;color:var(--text-3);font-weight:600}
.advantage-card h3{margin:16px 0 8px;font-size:20px;line-height:28px}
.advantage-card>p{margin:0;color:var(--text-3);font-size:15px;line-height:22px;min-height:66px}
.advantage-card .divider{margin:14px 0 12px}
.advantage-card ul{gap:8px}
.advantage-card li{padding-left:15px}
.advantage-card li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--blue-2)}
.advantages-cta{height:176px;margin-top:30px;border:1px solid color-mix(in srgb,var(--blue-2) 38%,var(--line));border-radius:20px;background:#0a1c31;display:grid;grid-template-columns:64px 1fr 217px;gap:24px;align-items:start;padding:24px 28px;color:#f8fafc}
html[data-theme="light"] .advantages-cta{background:#eaf2ff;color:#101828}
.cta-icon{width:64px;height:64px}
.advantages-cta h3{margin:0 0 6px;font-size:20px;line-height:28px}
.advantages-cta p{margin:0;max-width:720px;color:color-mix(in srgb,currentColor 65%,transparent);font-size:15px;line-height:22px}
.advantages-cta a{width:217px;height:54px;background:var(--blue);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;font-weight:600;transition:.2s}

.about{height:1047px}
.about-intro{padding-top:96px}
.about-values{height:406px;margin-top:44px;border:1px solid rgba(30,74,117,.9);border-radius:20px;background:#0c1b30;padding:28px 32px}
.about-panel-title{height:36px;display:flex;align-items:center;gap:14px;font-size:20px;line-height:28px;font-weight:600}
.about-panel-title svg{width:36px;height:36px;color:var(--blue-2)}
.about-divider{height:1px;background:var(--line);margin:20px 0}
.values-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:86px;row-gap:16px}
.value-item{min-height:124px;display:flex;gap:18px;padding:4px 0}
.value-item:nth-child(1),.value-item:nth-child(2){border-bottom:1px solid var(--line);padding-bottom:20px}
.value-icon{width:64px;height:64px;border-radius:16px}
.value-item h3{margin:0 0 5px;font-size:20px;line-height:28px}
.value-item p{margin:0;color:var(--text-3);font-size:15px;line-height:22px}
.company-requisites{height:271px;margin-top:44px;border:1px solid rgba(30,74,117,.9);border-radius:20px;background:#0c1b30;padding:28px 32px}
.requisites-grid{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px 44px}
.requisites-grid div{min-width:0}
.requisites-grid dt{color:var(--text-3);font-size:12.5px;line-height:20px;font-weight:600;letter-spacing:.04em}
.requisites-grid dd{margin:7px 0 0;font-size:15px;line-height:22px;font-weight:500}

.contact{height:880px;background:var(--bg)}
.contact-intro{text-align:center;padding-top:60px}
.contact-intro h2{margin:0;font-size:40px;line-height:60px;font-weight:600}
.contact-intro p{margin:2px auto 0;color:var(--text-3);font-size:16px;line-height:28px}
.contact-panel{height:590px;margin-top:16px;border:1px solid #234e7d;border-radius:20px;background:#0b1a2e;display:grid;grid-template-columns:448px 1px 1fr;position:relative;overflow:hidden}
.contact-panel:after{content:"";grid-column:2;background:var(--line);margin:34px 0 36px}
.contact-details{grid-column:1;grid-row:1;padding:36px 44px}
.contact-heading,.form-heading{display:flex;align-items:center;gap:18px}
.contact-icon{width:48px;height:48px;border-radius:14px}
.contact-icon svg{width:30px;height:30px}
.contact-heading h3,.form-heading h3{margin:0;font-size:20px;line-height:28px}
.contact-block{margin-top:28px}
.contact-block>span{display:block;color:var(--text-3);font-size:14px;line-height:20px}
.contact-block>a{display:inline-block;margin-top:7px;font-size:15px;line-height:24px;font-weight:600}
.contact-block>a b{color:var(--blue-2)}
.contact-divider{height:1px;background:var(--line);margin:23px 0}
.contact-block ul{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:16px;color:var(--text-2);font-size:14px}
.contact-block li{padding-left:20px;position:relative}
.contact-block li:before{content:"";position:absolute;left:2px;top:7px;width:5px;height:5px;border-radius:50%;background:var(--blue-2)}
.brief-note{display:flex;gap:12px;align-items:flex-start;color:var(--text-2)}
.brief-note svg{width:36px;height:36px;color:var(--blue-2);flex:0 0 auto}
.brief-note p{margin:0;font-size:15px;line-height:20px}
.project-form{grid-column:3;grid-row:1;padding:36px 88px 16px 43px;display:flex;flex-direction:column;gap:14px}
.project-form label{display:flex;flex-direction:column;gap:6px;color:var(--text-2);font-size:14px;line-height:20px}
.form-heading{margin-bottom:10px}
.form-row{display:grid;grid-template-columns:326px 318px;gap:24px}
.project-form input,.project-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-2);color:var(--text);outline:0;padding:0 16px;font-size:15px;transition:.18s}
.project-form input{height:54px}
.project-form textarea{height:120px;padding-top:14px;resize:none;line-height:22px}
.project-form input:focus,.project-form textarea:focus{border-color:var(--blue-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 18%,transparent)}
.form-bottom{display:grid;grid-template-columns:1fr 210px;gap:18px;align-items:end}
.consents{display:grid;gap:9px}
.checkbox-row{display:grid!important;grid-template-columns:20px 1fr;gap:14px!important;align-items:start}
.checkbox-row input{width:20px;height:20px;margin:0;accent-color:var(--blue)}
.checkbox-row span{font-size:14px;line-height:18px;color:var(--text-3)}
.checkbox-row a{text-decoration:underline;text-underline-offset:2px;color:var(--text-2)}
.submit-button{height:52px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}
.mail-status{position:absolute;right:44px;bottom:10px;max-width:668px;font-size:12px;color:var(--blue-2);opacity:0;transition:.2s;pointer-events:none}
.mail-status.show{opacity:1}

.site-footer{height:144px;background:var(--bg);margin-bottom:18px}
.footer-inner{height:144px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px;position:relative}.footer-inner:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:rgba(41,63,96,.9)}
.footer-brand{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:600}
.footer-legal{display:flex;gap:22px;justify-content:center;align-items:center;flex-wrap:wrap;color:var(--text-3);font-size:12px}
.footer-legal a:hover{color:var(--text)}
.footer-disabled{opacity:.5}
.copyright{color:var(--text-3);font-size:12px;white-space:nowrap}


/* Figma light theme — surfaces and cards */
html[data-theme="light"] .section-dark,
html[data-theme="light"] .hero,
html[data-theme="light"] .industries,
html[data-theme="light"] .services,
html[data-theme="light"] .technologies,
html[data-theme="light"] .advantages,
html[data-theme="light"] .about,
html[data-theme="light"] .contact,
html[data-theme="light"] .site-footer{
  background:#f5f7fa;
}

html[data-theme="light"] .industry-card{
  background:#fff;
  border-color:#d7e0eb;
  box-shadow:none;
}
html[data-theme="light"] .service-card{
  background:#fff;
  border-color:#cbd7e6;
  box-shadow:0 6px 22px rgba(91,141,239,.05);
}
html[data-theme="light"] .service-card.is-expanded{
  background:#f7fafe;
  border-color:#6d9ad0;
  box-shadow:0 6px 22px rgba(91,141,239,.05);
}
html[data-theme="light"] .technology-card{
  background:#fbfdff;
  border-color:#c7dbf0;
  box-shadow:none;
}
html[data-theme="light"] .advantage-card{
  background:#fff;
  border-color:#c8d7e8;
  box-shadow:none;
}
html[data-theme="light"] .about-values,
html[data-theme="light"] .company-requisites{
  background:#fff;
  border-color:#dce3ec;
}
html[data-theme="light"] .contact-panel{
  background:#fff;
  border-color:#d7e0eb;
  box-shadow:0 18px 48px rgba(27,60,112,.06);
}
html[data-theme="light"] .project-form input,
html[data-theme="light"] .project-form textarea{
  background:#fff;
  border-color:#d6dfea;
}
html[data-theme="light"] .advantages-cta{
  background:#fff;
  color:#101828;
  border-color:#c8d7e8;
}
html[data-theme="light"] .advantages-cta p{
  color:#667085;
}

html[data-theme="light"] .card-icon,
html[data-theme="light"] .service-icon,
html[data-theme="light"] .value-icon,
html[data-theme="light"] .cta-icon,
html[data-theme="light"] .contact-icon{
  background:#edf4ff;
  border-color:rgba(61,120,191,.95);
  color:#246bfe;
}
html[data-theme="light"] .tech-list span{
  background:#f7fbff;
  border-color:#8db7df;
  color:#475467;
}
html[data-theme="light"] .divider,
html[data-theme="light"] .about-divider,
html[data-theme="light"] .contact-divider,
html[data-theme="light"] .service-card a{
  border-color:#d8e2ee;
}
html[data-theme="light"] .divider,
html[data-theme="light"] .about-divider,
html[data-theme="light"] .contact-divider{
  background:#d8e2ee;
}

html[data-theme="light"] .solution-artwork{
  background:linear-gradient(90deg,#fff 0%,#f7faff 52%,rgba(228,239,255,.72) 100%);
  border-color:#bdd5fc;
  box-shadow:0 22px 56px rgba(27,60,112,.15),0 9px 34px rgba(43,112,255,.09);
}
html[data-theme="light"] .solution-artwork:before{
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(247,250,255,.70) 52%,rgba(228,239,255,.18) 100%);
}
html[data-theme="light"] .solution-artwork:after{
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.92),rgba(255,255,255,0));
}
html[data-theme="light"] .solution-glow{
  background:radial-gradient(circle at 50% 50%,rgba(55,139,255,.18) 0%,rgba(40,101,255,.07) 50%,rgba(40,101,255,0) 76%);
}
html[data-theme="light"] .hero-solution:hover .solution-glow{opacity:.22}
html[data-theme="light"] .solution-icon{
  color:#246bfe;
  filter:drop-shadow(0 0 5px rgba(36,107,254,.18)) drop-shadow(0 0 12px rgba(76,142,255,.13));
}
html[data-theme="light"] .card-icon svg,
html[data-theme="light"] .service-icon svg,
html[data-theme="light"] .value-icon svg,
html[data-theme="light"] .cta-icon svg,
html[data-theme="light"] .contact-icon svg,
html[data-theme="light"] .about-panel-title svg,
html[data-theme="light"] .brief-note svg{
  color:#246bfe;
  filter:drop-shadow(0 0 5px rgba(36,107,254,.18)) drop-shadow(0 0 12px rgba(76,142,255,.13));
}
html[data-theme="light"] .orbit-node:before{
  background:#4b91ff;
  opacity:.36;
}
html[data-theme="light"] .orbit-node:after{
  background:#fff;
  border:1px solid #2878ff;
  box-shadow:0 0 7px 4px rgba(75,145,255,.36),0 0 16px 10px rgba(49,122,255,.15);
}
html[data-theme="light"] .industry-card:hover,
html[data-theme="light"] .service-card:hover,
html[data-theme="light"] .technology-card:hover,
html[data-theme="light"] .advantage-card:hover{
  background:#fff;
  border-color:#8db7df;
}
html[data-theme="light"] .hero-solution:hover{
  background:transparent;
  border-color:transparent;
}
html[data-theme="light"] .technology-card:hover{
  background:#fbfdff;
}
html[data-theme="light"] .site-footer{
  border-color:#d7e0eb;
}

/* Legal pages */
.legal-page{min-height:100vh;background:var(--bg)}
.legal-page .site-header,.legal-page .header{position:sticky}
.header{height:88px;position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--line)}
.header .container{width:1248px;max-width:calc(100% - 48px);margin:auto}
.container{width:1248px;max-width:calc(100% - 48px);margin:auto}
.header .header-inner{display:flex;align-items:center;justify-content:space-between}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;border:1px solid var(--line-strong);font-size:14px;font-weight:600}
.btn.secondary{background:var(--surface);color:var(--text)}
.legal-hero{padding:72px 0 40px;background:var(--surface);border-bottom:1px solid var(--line)}
.legal-hero h1{font-size:48px;line-height:1.12;letter-spacing:-1px;margin:10px 0 16px}
.legal-hero p{max-width:780px;color:var(--text-3);font-size:16px;line-height:1.7}
.legal-content{padding:56px 0 96px}
.legal-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:36px;max-width:920px}
.legal-card h2{font-size:24px;margin:34px 0 12px}.legal-card h2:first-child{margin-top:0}
.legal-card p,.legal-card li{font-size:15px;line-height:1.75;color:var(--text-2)}
.legal-card ul{padding-left:22px}.legal-card a{text-decoration:underline;text-underline-offset:2px}
.legal-meta{display:grid;grid-template-columns:180px 1fr;gap:10px 24px;padding:18px 0;border-block:1px solid var(--line);margin:22px 0}
.legal-meta dt{font-size:13px;font-weight:700;color:var(--text)}.legal-meta dd{margin:0;font-size:14px;color:var(--text-3)}
.footer{background:var(--bg);color:var(--text);padding:32px 0;border-top:1px solid var(--line)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--text-3);font-size:12px}.footer-legal{display:flex;gap:18px;flex-wrap:wrap}

@media(max-width:1180px){
  .primary-nav{display:none}
  .header-inner{justify-content:space-between}
  .mobile-menu-button{display:flex;width:44px;height:44px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-2);position:relative;align-items:center;justify-content:center}
  .mobile-menu-button span,.mobile-menu-button:before,.mobile-menu-button:after{content:"";position:absolute;width:20px;height:2px;background:var(--text);transition:.2s}
  .mobile-menu-button:before{transform:translateY(-6px)}.mobile-menu-button:after{transform:translateY(6px)}
  .mobile-nav{position:fixed;top:88px;left:0;right:0;padding:14px 24px 22px;border-bottom:1px solid var(--line);background:var(--bg);display:none;box-shadow:var(--shadow)}
  .mobile-nav.open{display:grid}.mobile-nav>a{padding:12px;border-radius:10px;color:var(--text-2)}.mobile-nav>a:hover{background:var(--surface)}.mobile-nav .mobile-language-switch{display:none}
  .hero{height:auto;min-height:780px;padding:70px 0 60px}.hero-copy{position:relative;left:auto;top:auto;transform:none;margin:auto}.solutions-orbit{position:relative;left:auto;top:auto;transform:none;margin:70px auto 0;max-width:100%}
  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-card{height:auto;min-height:390px}
  .industries,.services,.technologies,.advantages,.about,.contact{height:auto;min-height:0;padding-bottom:80px}
  .services-grid{grid-template-columns:1fr 1fr}
  .technology-card{grid-template-columns:1fr;gap:18px;height:auto;min-height:168px}
  .advantages-grid{grid-template-columns:1fr 1fr}.advantage-card{height:auto;min-height:350px}
  .about-values{height:auto}.values-grid{column-gap:36px}
  .company-requisites{height:auto}
  .contact-panel{height:auto;grid-template-columns:360px 1px 1fr}.project-form{padding-right:32px}.form-row{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:auto 1fr}.copyright{grid-column:1/-1;text-align:center;padding-bottom:16px}
  .site-footer,.footer-inner{height:auto;min-height:144px;padding:20px 0}
}
@media(max-width:820px){
  .page-shell,.container,.header .container{max-width:calc(100% - 32px)}
  .site-header,.header-inner{height:72px}.mobile-nav{top:72px}
  .header-actions .contact-button{display:none}
  .mobile-nav .mobile-language-switch{display:none}
  .brand{font-size:21px}.brand-mark{width:32px;height:32px;flex-basis:32px}
  .hero{min-height:0;padding:52px 0 64px}
  .hero-copy h1{font-size:38px;line-height:45px}.hero-copy p{font-size:17px;line-height:26px;margin-top:16px}
  .solutions-orbit{height:auto;display:grid;gap:16px;margin-top:44px}
  .orbit-svg,.orbit-line,.orbit-glow,.orbit-node{display:none}
  .hero-solution,.solution-data,.solution-ai,.solution-auto{position:relative;left:auto;top:auto;width:100%;height:282px}
  .industry-grid,.services-grid,.advantages-grid{grid-template-columns:1fr}
  .section-intro{padding-top:70px}.section-intro h2,.contact-intro h2{font-size:34px;line-height:42px}
  .industry-card{min-height:360px}
  .service-card{height:auto;min-height:220px}
  .technology-stack{margin-top:22px}.technology-card{padding:20px}
  .advantages-cta{height:auto;grid-template-columns:56px 1fr;padding:22px}.advantages-cta a{grid-column:1/-1;width:100%}
  .values-grid{grid-template-columns:1fr}.value-item{border-bottom:1px solid var(--line);padding-bottom:18px}.value-item:last-child{border:0}
  .requisites-grid{grid-template-columns:1fr 1fr}
  .contact-intro{padding-top:56px}.contact-panel{grid-template-columns:1fr;margin-top:24px}.contact-panel:after{display:none}.contact-details,.project-form{grid-column:1;padding:28px}.project-form{grid-row:2;border-top:1px solid var(--line)}
  .form-row{grid-template-columns:1fr}.form-bottom{grid-template-columns:1fr}.submit-button{width:100%}
  .mail-status{position:static;margin:0 28px 22px;opacity:1;display:none}.mail-status.show{display:block}
  .footer-inner{display:flex;flex-direction:column;justify-content:center;text-align:center}.footer-legal{justify-content:center}.copyright{white-space:normal}
  .legal-hero{padding:48px 0 28px}.legal-hero h1{font-size:36px}.legal-content{padding:36px 0 72px}.legal-card{padding:24px}.legal-meta{grid-template-columns:1fr;gap:4px}
}
@media(max-width:520px){
  .hero-copy h1{font-size:32px;line-height:38px}
  .requisites-grid{grid-template-columns:1fr}
  .header-actions{gap:8px}
  .theme-toggle,.language,.language-trigger,.mobile-menu-button{width:42px;height:42px}
  .language{flex-basis:42px}
  .industry-card,.advantage-card{padding:20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
