:root{--bg:#050506;--panel:#0d0e11;--line:#22242a;--text:#f6f6f6;--muted:#a0a2aa;--soft:#6f727c;--accent:#d8d8dc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 75% 5%,#16171b 0,#08090b 30%,#050506 58%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.topbar{width:min(1180px,calc(100% - 36px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:3}.brand{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:900;letter-spacing:.14em}.brand img{width:38px;height:38px;border-radius:10px;object-fit:cover}.topbar nav{display:flex;gap:25px;font-size:13px;color:var(--muted);font-weight:700}.topbar nav a:hover{color:#fff}.hero{width:min(1180px,calc(100% - 36px));margin:auto;min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px}.kicker{display:inline-block;color:#8c8f98;font-size:11px;font-weight:900;letter-spacing:.22em}.hero h1{font-size:clamp(56px,8vw,104px);line-height:.91;letter-spacing:-.07em;margin:18px 0 26px;max-width:760px}.hero h1 em{font-style:normal;color:#737680}.hero-copy>p{font-size:18px;color:var(--muted);max-width:610px}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.btn{padding:13px 18px;border-radius:10px;font-weight:800;font-size:13px;border:1px solid #34363c}.btn.primary{background:#f4f4f5;color:#08090a;border-color:#f4f4f5}.btn.ghost:hover{background:#15161a}.hero-logo-wrap{display:flex;justify-content:center;align-items:center;position:relative}.hero-logo-wrap:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 68%);filter:blur(4px)}.hero-logo{width:min(430px,100%);aspect-ratio:1;object-fit:cover;border-radius:32px;box-shadow:0 35px 100px rgba(0,0,0,.55);position:relative}.section{width:min(1180px,calc(100% - 36px));margin:auto;padding:95px 0 10px}.section-head{margin-bottom:28px}.section-head h2{font-size:48px;letter-spacing:-.055em;margin:4px 0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.card{background:linear-gradient(160deg,#111216,#0a0b0d);border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s ease}.card:hover{transform:translateY(-5px);border-color:#3b3d45}.visual{height:265px;position:relative;background:#090a0d;overflow:hidden;border-bottom:1px solid var(--line)}.screenshot{width:100%;height:100%;object-fit:cover;opacity:.68;filter:saturate(.95);transform:scale(1.02)}.visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,10,13,.92),rgba(9,10,13,.06) 55%)}.appicon{position:absolute;left:24px;bottom:22px;width:88px;height:88px;border-radius:22px;object-fit:cover;z-index:2;box-shadow:0 16px 38px rgba(0,0,0,.55)}.content{padding:25px}.tag{font-size:10px;font-weight:900;letter-spacing:.17em;color:#777b84}.content h3{font-size:28px;margin:5px 0 9px;letter-spacing:-.04em}.content p{color:var(--muted);font-size:14px;margin:0 0 24px;min-height:65px}.play{display:inline-flex;align-items:center;gap:14px;background:#f4f4f5;color:#08090a;padding:11px 14px;border-radius:9px;font-size:12px;font-weight:900}.play:hover{background:#fff}.featured{box-shadow:inset 0 0 0 1px rgba(255,70,70,.08)}.about{width:min(950px,calc(100% - 36px));margin:140px auto;display:grid;grid-template-columns:180px 1fr;gap:38px;align-items:center}.about img{width:180px;height:180px;object-fit:cover;border-radius:30px}.about h2{font-size:54px;letter-spacing:-.05em;margin:3px 0 7px}.about p{color:var(--muted);font-size:17px;max-width:610px}footer{width:min(1180px,calc(100% - 36px));margin:auto;border-top:1px solid var(--line);padding:28px 0 40px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.foot-brand{display:flex;align-items:center;gap:10px;font-size:13px;letter-spacing:.12em}.foot-brand img{width:32px;height:32px;border-radius:8px}.foot-links{display:flex;gap:20px;color:var(--muted);font-size:12px;font-weight:700}footer small{grid-column:1/-1;color:#60636b}.privacy{width:min(860px,calc(100% - 36px));margin:70px auto 120px}.privacy h1{font-size:58px;letter-spacing:-.06em;margin:10px 0}.privacy h2{margin-top:36px;font-size:24px;letter-spacing:-.02em}.privacy p,.privacy li{color:var(--muted)}.privacy a{text-decoration:underline}.back{display:inline-block;margin-top:35px!important;font-weight:800;color:#fff!important;text-decoration:none!important}
@media(max-width:800px){.topbar{height:70px}.brand span{display:none}.topbar nav{gap:14px;font-size:11px}.hero{grid-template-columns:1fr;min-height:auto;padding:72px 0 40px}.hero-logo-wrap{grid-row:1}.hero-logo{width:210px;border-radius:24px}.hero h1{font-size:58px}.grid{grid-template-columns:1fr}.visual{height:240px}.section{padding-top:80px}.about{grid-template-columns:1fr;text-align:center}.about img{margin:auto}.about p{margin:auto}footer{grid-template-columns:1fr}.foot-links{justify-self:start}.content p{min-height:0}}


/* ConqApps multilingual additions */
.brand-wrap { display:flex; align-items:center; gap:10px; }
.brand-logo { width:38px; height:38px; object-fit:contain; border-radius:10px; }
.header-actions { display:flex; align-items:center; gap:22px; }
.lang-switch { display:flex; align-items:center; gap:7px; color:#666875; font-size:12px; font-weight:800; }
.lang-btn {
  border:0; background:transparent; color:#6f717c; font:inherit; cursor:pointer;
  padding:4px 2px; transition:.2s;
}
.lang-btn:hover, .lang-btn.active { color:#fff; }
.product-cover {
  flex:0 0 92px; width:92px; height:92px; border-radius:23px;
  object-fit:cover; box-shadow:0 14px 30px rgba(0,0,0,.3);
}
@media (max-width: 720px) {
  .header-actions { gap:10px; }
  .lang-switch { gap:4px; }
  .brand-logo { width:34px; height:34px; }
}
