:root{
  --purple:#32105f;
  --purple-2:#4b1f84;
  --purple-3:#6f2dbd;
  --gold:#f6d047;
  --ink:#171129;
  --muted:#625b73;
  --line:#ece8f4;
  --bg:#fbfaff;
  --card:#ffffff;
  --shadow:0 18px 50px rgba(35,16,75,.14);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans SC",sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.hero{min-height:620px;background:radial-gradient(circle at 72% 42%, rgba(137,69,255,.75), transparent 31%),radial-gradient(circle at 18% 12%, rgba(111,45,189,.45), transparent 24%),linear-gradient(120deg,#12022e 0%,#26084e 48%,#14022f 100%);color:#fff;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,2,42,.84),rgba(16,2,42,.2) 58%,rgba(16,2,42,.2)),url('hero-robot-car.png') right 42%/680px auto no-repeat;opacity:.98}
.hero:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-18%;height:55%;background:radial-gradient(ellipse at center,rgba(255,255,255,.22),transparent 58%);filter:blur(18px)}
header{position:relative;z-index:4;padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.mark{width:38px;height:38px;color:var(--gold)}
nav{display:flex;gap:36px;align-items:center;font-weight:650;color:rgba(255,255,255,.88)}
nav a:hover,nav a.active{color:var(--gold)}
.lang-links{display:flex;gap:12px;align-items:center;font-weight:800;font-size:14px}
.lang-links a{opacity:.72}.lang-links a.active{opacity:1;color:var(--gold)}
.headline{position:relative;z-index:3;padding:98px 0 130px;max-width:620px}
h1{font-size:clamp(56px,8vw,94px);line-height:.94;margin:0 0 16px;letter-spacing:.02em;font-weight:900}
.subtitle{font-size:clamp(28px,3.6vw,44px);color:var(--gold);font-weight:900;margin:0 0 24px}
.tag{font-size:22px;letter-spacing:.04em;margin-bottom:34px}
.actions{display:flex;gap:16px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:10px;border-radius:8px;padding:16px 26px;font-weight:850}
.primary{background:var(--gold);color:#160b2f}
.ghost{border:1px solid rgba(255,255,255,.45);color:#fff}
.section{padding:42px 0}.section-title{text-align:center;margin-bottom:30px}.section-title h2{font-size:38px;margin:0;color:#231240}.section-title p{margin:6px 0 0;color:var(--muted);font-weight:700}.gold-line{width:55px;height:3px;background:var(--gold);margin:10px auto 0;border-radius:9px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(75,31,132,.08);transition:.25s transform,.25s box-shadow}
.card:hover{transform:translateY(-7px);box-shadow:0 24px 65px rgba(35,16,75,.2)}
.card .photo{width:100%;height:236px;object-fit:cover;background:#eee}
.card-body{padding:22px 24px 24px}
.product-head{display:flex;gap:16px;align-items:center;margin-bottom:15px}
.icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--purple-3),var(--purple));display:grid;place-items:center;color:#fff;box-shadow:0 10px 22px rgba(75,31,132,.22);padding:12px}
.icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}
.product-head h3{margin:0;font-size:21px}
.subhead{display:block;color:#3e3557;font-size:16px;margin-top:2px}
.divider{height:1px;background:var(--line);margin:14px 0}
.desc{color:#312845;line-height:1.58;margin:0 0 18px}
.learn{color:var(--purple-2);font-weight:900}
.company{margin-top:8px;background:linear-gradient(135deg,#170239,#32105f 56%,#4b1f84);border-radius:var(--radius);color:#fff;padding:36px 44px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;overflow:hidden;position:relative;box-shadow:var(--shadow)}
.company:after{content:"";position:absolute;right:38px;top:24px;width:45%;height:80%;background:url('world-map.svg') center/contain no-repeat;opacity:.22}
.company-content{position:relative;z-index:1;display:flex;gap:26px;align-items:center}.building{width:78px;color:var(--gold);flex:none}.company h2{font-size:34px;margin:0 0 2px}.company .yellow{color:var(--gold);font-weight:900}.company p{margin:10px 0 0;line-height:1.7}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.contact{background:#fff;border-radius:18px;padding:22px 24px;display:flex;align-items:flex-start;gap:18px;box-shadow:0 12px 38px rgba(33,18,66,.1);border:1px solid rgba(75,31,132,.06)}.flag-round{width:58px;height:58px;border-radius:50%;overflow:hidden;flex:none;box-shadow:0 8px 20px rgba(75,31,132,.18);border:4px solid #fff;background:#fff}.flag-round img{width:100%;height:100%;object-fit:cover}.contact b{display:block;margin-bottom:3px;font-size:20px}.contact span{display:block;color:var(--muted);font-size:14px}.contact .line{height:1px;background:var(--line);margin:16px 0 14px}.mail-row{display:flex;align-items:center;gap:10px}.mini-flag{width:32px;height:22px;border-radius:4px;border:1px solid #ddd;overflow:hidden;background:#fff;flex:none;box-shadow:0 2px 6px rgba(0,0,0,.08)}.mini-flag img{width:100%;height:100%;object-fit:cover}.mail-row a{display:block;color:var(--purple-2);font-weight:900;font-size:15px;word-break:break-all}
footer{margin-top:30px;background:linear-gradient(135deg,#160334,#32105f);color:#fff;padding:30px 0}.foot{display:flex;align-items:center;justify-content:space-between;gap:30px}.foot small{color:rgba(255,255,255,.75)}
.notice{margin:18px auto 0;width:min(1180px,calc(100% - 40px));font-size:13px;color:#6c6480}
@media(max-width:900px){.hero:before{background:linear-gradient(180deg,rgba(16,2,42,.88),rgba(16,2,42,.46)),url('hero-robot-car.png') center bottom/520px auto no-repeat}.headline{padding-top:72px;padding-bottom:260px}nav{display:none}.grid,.contact-grid,.company{grid-template-columns:1fr}.company:after{width:90%;opacity:.14}.foot{flex-direction:column;align-items:flex-start}.section{padding:34px 0}.card .photo{height:210px}}
@media(max-width:520px){.wrap{width:min(100% - 28px,1180px)}header{padding:18px 0}.brand{font-size:14px}.headline{padding-bottom:220px}h1{font-size:46px}.subtitle{font-size:28px}.tag{font-size:18px}.btn{width:100%;justify-content:center}.company{padding:28px 22px}.company-content{align-items:flex-start}.building{width:54px}.section-title h2{font-size:30px}.contact{padding:18px}.contact b{font-size:18px}}
.featured-platform{margin-top:34px}.platform-link{display:block;background:linear-gradient(135deg,#170239,#32105f 56%,#4b1f84);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(75,31,132,.08);transition:.25s transform,.25s box-shadow}.platform-link:hover{transform:translateY(-6px);box-shadow:0 24px 65px rgba(35,16,75,.2)}.platform-link img{width:100%;height:auto;display:block}.platform-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 26px;background:#fff}.platform-caption h3{margin:0;font-size:26px;color:#231240}.platform-caption p{margin:6px 0 0;color:var(--muted);line-height:1.6}.platform-cta{display:inline-flex;align-items:center;gap:8px;color:var(--purple-2);font-weight:900;white-space:nowrap}@media(max-width:700px){.platform-caption{flex-direction:column;align-items:flex-start}.platform-caption h3{font-size:22px}}
