*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #08090e; --bg2: #0e1017; --bg-card: #13151d; --bg-card-h: #191c26; --bg-el: #1b1e28;
  --accent: #3b82f6; --accent-l: #60a5fa; --accent-g: rgba(59,130,246,0.1); --accent-d: #2563eb;
  --sec: #8b5cf6; --sec-g: rgba(139,92,246,0.08); --ok: #22c55e; --warn: #f59e0b;
  --t1: #eef0f6; --t2: #8f93a6; --t3: #585c6e;
  --bdr: rgba(255,255,255,0.06); --bdr-h: rgba(255,255,255,0.1); --bdr-a: rgba(59,130,246,0.18);
  --grad: linear-gradient(135deg, #3b82f6, #60a5fa); --grad-h: linear-gradient(135deg, #3b82f6, #8b5cf6);
  --font: 'Plus Jakarta Sans', -apple-system, sans-serif;
  --r: 20px; --r-lg: 28px; --r-sm: 14px; --pill: 100px;
  --ease: 0.3s cubic-bezier(0.4,0,0.2,1);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--t1); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--t3); border-radius: 3px; }

dialog{margin: auto;border-radius: var(--r);padding: 1.5rem; color:var(--t1); background: var(--bg-card); border: 1px solid var(--bdr); box-shadow: 0 0 0 1px var(--bdr); }
dialog .content{display: flex;flex-direction: column;gap: 24px; align-items: center;}
dialog .content .icon{display: block;margin:0 auto 12px;}
dialog::backdrop{background: rgba(0,0,0,.2); backdrop-filter: blur(12px);}

.success .icon{color:var(--ok);}
.warning .icon{color:var(--warn);}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; }
.section-label { font-size: .78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px; background: var(--accent-g); border: 1px solid var(--bdr-a); border-radius: var(--pill); }
.section-title { font-size: clamp(1.9rem,3.8vw,2.8rem); font-weight: 800; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.5px; }
.section-desc { font-size: 1.02rem; color: var(--t2); max-width: 530px; line-height: 1.75; }
.gradient-text { background: var(--grad-h); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-weight: 600; font-size: .88rem; padding: 13px 28px; border-radius: var(--pill); border: none; cursor: pointer; transition: var(--ease); text-decoration: none; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-l); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(59,130,246,.25); }
.btn-secondary { background: var(--bg-card); color: var(--t1); border: 1px solid var(--bdr); }
.btn-secondary:hover { border-color: var(--bdr-h); background: var(--bg-card-h); }
.btn-ghost { background: transparent; color: var(--t2); padding: 13px 14px; }
.btn-ghost:hover { color: var(--accent); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 13px 0; transition: var(--ease); }
.nav.scrolled { background: rgba(8,9,14,.9); backdrop-filter: blur(24px); border-bottom: 1px solid var(--bdr); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { text-decoration: none; display: flex; align-items: center; gap: 9px; }
.logo-icon { width: 32px; height: 32px; }
.logo-svg { width: 32px; height: 32px; }
.logo-wordmark { font-size: 1.15rem; font-weight: 800; color: var(--t1); letter-spacing: 2.5px; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a { font-size: .86rem; font-weight: 500; color: var(--t2); text-decoration: none; padding: 7px 14px; border-radius: var(--pill); transition: var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--t1); background: rgba(255,255,255,.05); }
.nav-right { display: flex; gap: 8px; align-items: center; }
.nav-right .btn { padding: 9px 20px; font-size: .84rem; }

/* Language Switcher */
.lang-switch { display: flex; align-items: center; background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--pill); overflow: hidden; margin-right: 6px; }
.lang-btn { font-family: var(--font); font-size: .78rem; font-weight: 600; padding: 6px 12px; border: none; background: transparent; color: var(--t3); cursor: pointer; transition: var(--ease); }
.lang-btn.active { background: var(--accent); color: #fff; }
.lang-btn:hover:not(.active) { color: var(--t1); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--t1); border-radius: 2px; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 80px; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg .b1 { position: absolute; top: -15%; right: -8%; width: 550px; height: 550px; background: radial-gradient(circle, rgba(59,130,246,.06) 0%, transparent 70%); border-radius: 50%; animation: bf 14s ease-in-out infinite; }
.hero-bg .b2 { position: absolute; bottom: -8%; left: -5%; width: 450px; height: 450px; background: radial-gradient(circle, rgba(139,92,246,.04) 0%, transparent 70%); border-radius: 50%; animation: bf 18s ease-in-out infinite reverse; }
@keyframes bf { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(25px,-18px) scale(1.04); } 66% { transform: translate(-18px,12px) scale(.96); } }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.hero-text h1 { font-size: clamp(2.4rem,4.8vw,3.6rem); font-weight: 800; line-height: 1.08; margin-bottom: 18px; letter-spacing: -1px; }
.hero-text p { font-size: 1.05rem; color: var(--t2); margin-bottom: 32px; max-width: 440px; line-height: 1.75; }
.hero-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--bdr); }
.hero-stat-value { font-size: 1.5rem; font-weight: 800; }
.hero-stat-label { font-size: .8rem; color: var(--t3); margin-top: 2px; }

/* Code block */
.code-block { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 26px; font-family: 'SF Mono','Fira Code', monospace; font-size: .8rem; line-height: 1.8; color: var(--t2); position: relative; box-shadow: 0 30px 60px rgba(0,0,0,.3); }
.code-block::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad); }
.code-dots { display: flex; gap: 6px; margin-bottom: 16px; }
.code-dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--bg-el); border: 1px solid var(--bdr); }
.ck { color: var(--sec); } .cs { color: var(--ok); } .cp { color: var(--accent-l); } .cc { color: var(--t3); font-style: italic; }

.hero-badge { position: absolute; background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r-sm); padding: 10px 15px; display: flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 500; color: var(--t2); box-shadow: 0 10px 28px rgba(0,0,0,.3); animation: hbf 6s ease-in-out infinite; }
.hero-badge.hb1 { top: -10px; right: -15px; } .hero-badge.hb2 { bottom: -10px; left: -15px; animation-delay: 2s; }
@keyframes hbf { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot-b { background: var(--accent); box-shadow: 0 0 8px rgba(59,130,246,.4); }
.dot-g { background: var(--ok); box-shadow: 0 0 8px rgba(34,197,94,.4); }

/* Partners */
.partners { padding: 28px 0; border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); background: var(--bg2); overflow: hidden; }
.partners-label { text-align: center; font-size: .72rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--t3); margin-bottom: 16px; }
.marquee { display: flex; gap: 48px; animation: mq 35s linear infinite; width: max-content; }
@keyframes mq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-item { font-size: .95rem; font-weight: 600; color: var(--t3); white-space: nowrap; opacity: .35; letter-spacing: .5px; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.svc { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 30px; transition: var(--ease); }
.svc:hover { border-color: var(--bdr-h); background: var(--bg-card-h); transform: translateY(-3px); }
.svc-icon { width: 44px; height: 44px; background: var(--accent-g); border: 1px solid var(--bdr-a); border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 16px; }
.svc-icon.p { background: var(--sec-g); border-color: rgba(139,92,246,.18); }
.svc h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 7px; }
.svc p { color: var(--t2); font-size: .86rem; line-height: 1.7; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 14px; }
.tag { font-size: .72rem; padding: 4px 10px; border-radius: var(--pill); background: rgba(255,255,255,.03); border: 1px solid var(--bdr); color: var(--t3); font-weight: 500; }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.why { text-align: center; padding: 38px 22px; background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); transition: var(--ease); }
.why:hover { border-color: var(--bdr-h); transform: translateY(-3px); }
.why-i { width: 50px; height: 50px; margin: 0 auto 16px; background: var(--accent-g); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.why h3 { font-size: .98rem; font-weight: 700; margin-bottom: 7px; }
.why p { color: var(--t2); font-size: .84rem; line-height: 1.7; }

/* Stats */
.stats { background: var(--bg2); border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); padding: 50px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; text-align: center; }
.stat-n { font-size: 2rem; font-weight: 800; }
.stat-t { color: var(--t3); font-size: .84rem; margin-top: 4px; }

/* Testimonials */
.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.test { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 28px; transition: var(--ease); }
.test:hover { border-color: var(--bdr-h); }
.test-stars { color: #fbbf24; font-size: .82rem; margin-bottom: 12px; }
.test-txt { color: var(--t2); font-size: .88rem; line-height: 1.7; margin-bottom: 16px; }
.test-a { display: flex; align-items: center; gap: 10px; }
.test-av { width: 34px; height: 34px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .76rem; color: #fff; }
.test-name { font-weight: 600; font-size: .84rem; }
.test-role { font-size: .74rem; color: var(--t3); }

/* CTA */
.cta { padding: 90px 0; text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 480px; height: 320px; background: radial-gradient(circle, rgba(59,130,246,.05) 0%, transparent 70%); border-radius: 50%; }
.cta-c { position: relative; z-index: 2; }
.cta h2 { font-size: clamp(1.7rem,3.2vw,2.4rem); font-weight: 800; margin-bottom: 14px; letter-spacing: -.5px; }
.cta p { color: var(--t2); font-size: 1rem; margin-bottom: 28px; max-width: 460px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 10px; justify-content: center; }

/* Page hero */
.ph { padding-top: 130px; padding-bottom: 60px; }
.ph.c { text-align: center; }
.ph.c .section-label { margin: 0 auto 14px; }
.ph.c .section-desc { margin: 0 auto; }
.ph.c .section-btns{margin: 26px auto;}

/* Card types */
.ct-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 50px; }
.ct { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 38px; transition: var(--ease); }
.ct:hover { border-color: var(--bdr-h); transform: translateY(-3px); }
.ct-badge { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: var(--pill); background: var(--accent-g); color: var(--accent); border: 1px solid var(--bdr-a); margin-bottom: 16px; }
.ct h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 9px; }
.ct>p { color: var(--t2); line-height: 1.7; margin-bottom: 20px; font-size: .9rem; }
.fl { list-style: none; }
.fl li { padding: 7px 0; border-bottom: 1px solid var(--bdr); color: var(--t2); font-size: .86rem; display: flex; align-items: center; gap: 9px; }
.fl li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.fl li:last-child { border-bottom: none; }

/* Solutions */
.sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; margin-top: 44px; }
.sol-v { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 30px; }
.step { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.step:last-child { margin-bottom: 0; }
.step-n { width: 28px; height: 28px; min-width: 28px; background: var(--accent-g); border: 1px solid var(--bdr-a); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .76rem; color: var(--accent); }
.step h4 { font-weight: 600; font-size: .9rem; margin-bottom: 2px; }
.step p { color: var(--t2); font-size: .82rem; }
.mg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.mc { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r-sm); padding: 16px; transition: var(--ease); }
.mc:hover { border-color: var(--bdr-h); }
.mc h4 { font-weight: 600; font-size: .84rem; margin-bottom: 4px; }
.mc p { color: var(--t2); font-size: .78rem; line-height: 1.6; }

/* Form panel */
.fp { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 30px; }
.fp h3 { font-weight: 700; font-size: 1.1rem; margin-bottom: 16px; }
.fg { margin-bottom: 13px; }
.fg label { display: block; font-size: .78rem; font-weight: 600; color: var(--t3); margin-bottom: 5px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 11px 14px; background: var(--bg); border: 1px solid var(--bdr); border-radius: var(--r-sm); color: var(--t1); font-family: var(--font); font-size: .86rem; transition: var(--ease); outline: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-g); }
.fg textarea { resize: vertical; min-height: 90px; }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* About */
.av { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 50px; }
.vc { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 30px 22px; text-align: center; transition: var(--ease); }
.vc:hover { border-color: var(--bdr-h); transform: translateY(-3px); }
.vc .vi { font-size: 1.5rem; margin-bottom: 12px; }
.vc h3 { font-weight: 700; font-size: .98rem; margin-bottom: 7px; }
.vc p { color: var(--t2); font-size: .84rem; line-height: 1.7; }

.as { margin-top: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.as h2 { font-size: 1.7rem; font-weight: 700; margin-bottom: 14px; }
.as p { color: var(--t2); line-height: 1.8; margin-bottom: 11px; font-size: .9rem; }
.cp { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 2px 8px; }
.cp h3 { font-weight: 700; margin-bottom: 16px; }
.ci { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--bdr); }
.ci:last-child { border-bottom: none; }
.ci-i { width: 32px; height: 32px; min-width: 32px; background: var(--accent-g); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.ci-i + div { flex: 1; }
.ci h4 { font-weight: 600; font-size: .86rem; margin-bottom: 2px; }
.ci p { color: var(--t2); font-size: .78rem; }

/* Entities */
.ent { margin-top: 56px; }
.ent h2 { font-size: 1.7rem; font-weight: 700; margin-bottom: 18px; }
.ent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ec { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 30px; transition: var(--ease); }
.ec:hover { border-color: var(--bdr-h); }
.ec-flag { font-size: 1.5rem; margin-bottom: 10px; }
.ec h3 { font-weight: 700; font-size: 1.02rem; margin-bottom: 5px; }
.ec-type { font-size: .75rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.ed { display: flex; gap: 8px; margin-bottom: 7px; font-size: .83rem; color: var(--t2); }
.ed span:first-child { color: var(--t3); min-width: 65px; font-weight: 500; }
.ed span:last-child { text-align: left; }

/* Contact */
.cl { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; margin-top: 44px; }
.cic { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r-sm); padding: 16px; display: flex; gap: 12px; align-items: flex-start; margin-bottom: 9px; transition: var(--ease); }
.cic:hover { border-color: var(--bdr-h); }
.cic-i { width: 36px; height: 36px; min-width: 36px; background: var(--accent-g); border: 1px solid var(--bdr-a); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.cic h4 { font-weight: 600; font-size: .86rem; margin-bottom: 2px; }
.cic p { color: var(--t2); font-size: .82rem; line-height: 1.5; }

/* Footer */
.footer { background: var(--bg2); border-top: 1px solid var(--bdr); padding: 52px 0 24px; }
.ft-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 32px; }
.ft-brand p { color: var(--t2); font-size: .83rem; line-height: 1.7; margin-top: 11px; max-width: 260px; }
.ft-col h4 { font-weight: 700; font-size: .82rem; margin-bottom: 12px; }
.ft-col a { display: block; color: var(--t2); text-decoration: none; font-size: .82rem; padding: 4px 0; transition: var(--ease); }
.ft-col a:hover { color: var(--accent); }
.ft-btm { border-top: 1px solid var(--bdr); padding-top: 16px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; }
.ft-btm p { color: var(--t3); font-size: .76rem; }
.ft-ent { color: var(--t3); font-size: .7rem; line-height: 1.6; max-width: 680px; margin-top: 5px; }
.ft-soc { display: flex; gap: 6px; }
.ft-soc a { width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,.03); border: 1px solid var(--bdr); display: flex; align-items: center; justify-content: center; color: var(--t2); text-decoration: none; font-size: .76rem; transition: var(--ease); }
.ft-soc a:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-g); }

/* AI Section */
.ai-section { position: relative; overflow: hidden; }
.ai-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, rgba(59,130,246,.04) 0%, transparent 70%); border-radius: 50%; }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; position: relative; z-index: 2; }
.ai-card { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 32px; transition: var(--ease); position: relative; overflow: hidden; }
.ai-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad); opacity: 0; transition: var(--ease); }
.ai-card:hover { border-color: var(--bdr-a); transform: translateY(-3px); }
.ai-card:hover::after { opacity: 1; }
.ai-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ai-icon { width: 44px; height: 44px; background: linear-gradient(135deg, rgba(59,130,246,.12), rgba(139,92,246,.08)); border: 1px solid var(--bdr-a); border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.ai-badge { font-size: .65rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 3px 9px; border-radius: var(--pill); background: linear-gradient(135deg, rgba(59,130,246,.1), rgba(139,92,246,.1)); color: var(--accent-l); border: 1px solid rgba(59,130,246,.15); }
.ai-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.ai-card>p { color: var(--t2); font-size: .88rem; line-height: 1.7; margin-bottom: 16px; }
.ai-features { list-style: none; }
.ai-features li { padding: 5px 0; color: var(--t2); font-size: .84rem; display: flex; align-items: center; gap: 8px; }
.ai-features li::before { content: '✦'; color: var(--accent); font-size: .6rem; }
.ai-visual { background: var(--bg-card); border: 1px solid var(--bdr); border-radius: var(--r); padding: 24px; margin-top: 20px; }
.ai-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ai-flow-step { text-align: center; flex: 1; }
.ai-flow-icon { width: 40px; height: 40px; margin: 0 auto 6px; background: var(--accent-g); border: 1px solid var(--bdr-a); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.ai-flow-label { font-size: .72rem; color: var(--t3); font-weight: 500; }
.ai-flow-arrow { color: var(--accent); font-size: .8rem; opacity: .4; flex-shrink: 0; }

.page { display: none; } .page.active { display: block; }
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

.html-page{background:var(--bg-card);border:1px solid var(--bdr);border-radius:var(--r);padding:32px;color:var(--t2);font-size:.9rem;line-height:1.85;}
.html-page p{ margin-bottom: 16px;}
.html-page a{color:var(--accent);}
@media (max-width: 1024px) {
  .hero-content, .ct-grid, .sol-grid, .as, .cl, .ent-grid, .ai-grid { grid-template-columns: 1fr; }
  .services-grid, .why-grid, .av, .test-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .hero-text { text-align: center; }
  .hero-text p { margin: 0 auto 32px; }
  .hero-buttons, .hero-stats { justify-content: center; }
  .hero-visual { margin-top: 34px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-right .btn-ghost, .nav-right .btn-primary { display: none; }
  .nav-toggle { display: flex; }
  .lang-switch { margin-right: 8px; }
  .section { padding: 68px 0; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .ft-grid { grid-template-columns: 1fr; }
  .ft-btm { flex-direction: column; text-align: center; }
  .mg, .fr { grid-template-columns: 1fr; }
}

.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(8,9,14,.96); backdrop-filter: blur(20px); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.mobile-menu.open { display: flex; }
.mobile-menu a:not(.btn) { font-size: 1.1rem; font-weight: 600; color: var(--t1); text-decoration: none; }
.mobile-menu a:not(.btn):hover { color: var(--accent); }
.mobile-close { position: absolute; z-index: 10; top: 14px; right: 20px; padding: 8px; font-size: 2.5rem; line-height: 16px; color: var(--t1); background: none; border: none; cursor: pointer; }