:root{
  --blue:#2A6FDB; --blue-dark:#1B4FA8; --ink:#11151C; --muted:#5B6470;
  --line:#E7EAF0; --line2:#EEF0F4; --soft:#F6F8FB; --soft2:#F1F4F8;
  --purple:#7A2BD8; --orange:#FF7A1A; --green:#1FAE6B; --pink:#FF4D8D;
}
*{box-sizing:border-box;}
html,body{margin:0;background:#fff;scroll-behavior:smooth;}
body{font-family:'Plus Jakarta Sans',system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;}
::selection{background:#CFE0F8;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
@keyframes floaty{0%,100%{transform:translateY(0) rotate(var(--r,0deg));}50%{transform:translateY(-10px) rotate(var(--r,0deg));}}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px;}

header.nav{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);}
.nav-inner{max-width:1180px;margin:0 auto;height:68px;padding:0 28px;display:flex;align-items:center;gap:28px;}
.brand{display:flex;align-items:center;gap:10px;cursor:pointer;margin-right:8px;}
.brand .mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(140deg,#3A7BEA,var(--blue-dark));display:flex;align-items:center;justify-content:center;}
.brand .mark svg{width:19px;height:19px;fill:#fff;}
.brand .name{font-size:17px;font-weight:800;letter-spacing:-0.02em;}
.brand .name span{color:var(--blue);}
nav.links{display:flex;align-items:center;gap:6px;margin-left:6px;}
.navitem{height:38px;padding:0 14px;border-radius:10px;display:flex;align-items:center;font-size:14.5px;font-weight:600;cursor:pointer;color:var(--muted);transition:.15s;}
.navitem:hover{color:var(--ink);background:var(--soft2);}
.navitem.active{color:var(--ink);background:var(--soft2);}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:14px;}
.nav-right .play{font-size:14px;font-weight:600;color:var(--muted);}
.btn-dark{height:40px;padding:0 18px;border-radius:11px;background:var(--ink);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;cursor:pointer;border:none;}
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:40px;padding:0 11px;margin-left:auto;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer;}
.hamburger span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:.22s;}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-menu{display:none;flex-direction:column;padding:6px 22px 14px;background:rgba(255,255,255,.97);border-top:1px solid var(--line);}
.mobile-menu.open{display:flex;}
.mm-item{padding:13px 4px;font-size:16px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line2);}
.mm-item.active{color:var(--blue);}
.mm-cta{color:var(--blue);font-weight:700;border-bottom:none;}
.card .cover,.article .cover{position:relative;overflow:hidden;}
.cover-art{position:absolute;inset:0;width:100%;height:100%;display:block;}

.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:72px 28px 64px;}
.pill{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 14px;border-radius:999px;background:#EAF1FD;color:#1B57B8;font-size:12.5px;font-weight:700;margin-bottom:22px;}
.pill .dot{width:7px;height:7px;border-radius:50%;background:var(--blue);}
h1.hero-title{font-size:54px;line-height:1.04;font-weight:800;letter-spacing:-0.035em;margin:0 0 20px;text-wrap:balance;}
h1.hero-title span{color:var(--blue);}
.lead{font-size:18px;line-height:1.6;color:var(--muted);margin:0 0 30px;max-width:480px;}
.cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.gp{display:flex;align-items:center;gap:11px;padding:0 22px;border-radius:14px;background:var(--ink);color:#fff;cursor:pointer;}
.gp-sub{display:block;font-size:10px;font-weight:600;opacity:.85;letter-spacing:.04em;line-height:1.2;}
.gp-main{display:block;font-size:16px;font-weight:700;line-height:1.15;margin-top:1px;}
.ghost{height:54px;padding:0 22px;border-radius:14px;border:1px solid #DDE1E8;display:flex;align-items:center;font-size:15px;font-weight:700;cursor:pointer;}
.stats{display:flex;gap:26px;margin-top:38px;flex-wrap:wrap;}
.stats .k{font-size:13px;font-weight:600;color:#8A93A0;}
.stats .v{font-size:15px;font-weight:700;margin-top:2px;}
.stats .sep{width:1px;background:var(--line);}
.hero-visual{position:relative;height:460px;display:flex;align-items:center;justify-content:center;}
.hero-visual .halo{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#EAF1FD,#F5F0FE);}
.hero-visual .icon{position:relative;width:212px;height:212px;border-radius:48px;box-shadow:0 30px 60px rgba(20,121,110,.30);transform:rotate(-6deg);}
.icon-stack{position:relative;width:212px;height:212px;}
.hero-app{position:absolute;inset:0;width:212px;height:212px;border-radius:48px;box-shadow:0 30px 60px rgba(20,80,120,.28);transform:rotate(-6deg);opacity:0;animation:iconcycle 14s infinite;will-change:opacity;}
@keyframes iconcycle{0%{opacity:0;transform:rotate(-6deg) scale(.95);}6%{opacity:1;transform:rotate(-6deg) scale(1);}25%{opacity:1;transform:rotate(-6deg) scale(1);}31%,100%{opacity:0;transform:rotate(-6deg) scale(.95);}}
@media(prefers-reduced-motion:reduce){.hero-app{animation:none;}.hero-app:first-child{opacity:1;}}
.chip{position:absolute;border-radius:15px;background:#fff;box-shadow:0 12px 24px rgba(16,24,40,.16);display:flex;align-items:center;justify-content:center;font-weight:800;}

.pillars{background:var(--soft);border-top:1px solid var(--line2);border-bottom:1px solid var(--line2);}
.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:34px 28px;max-width:1180px;margin:0 auto;}
.pillar{display:flex;gap:14px;align-items:flex-start;}
.pillar .ic{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none;}
.pillar .t{font-size:15px;font-weight:700;}
.pillar .d{font-size:13.5px;color:var(--muted);line-height:1.5;margin-top:3px;}

section.block{padding:72px 28px 20px;max-width:1180px;margin:0 auto;}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);margin-bottom:8px;}
h2.sec{font-size:34px;font-weight:800;letter-spacing:-0.03em;margin:0;}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px;gap:20px;}
.link-more{font-size:14px;font-weight:700;color:var(--blue);cursor:pointer;white-space:nowrap;}

.feature{border:1px solid var(--line);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(135deg,#F7F9FC,#fff);margin-bottom:22px;}
.feature .left{padding:42px 44px;display:flex;flex-direction:column;justify-content:center;}
.feature .head{display:flex;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap;}
.feature .head img{width:62px;height:62px;border-radius:17px;box-shadow:0 8px 18px rgba(20,121,110,.22);}
.feature .ttl{font-size:24px;font-weight:800;letter-spacing:-0.02em;}
.feature .sub{font-size:13px;color:#8A93A0;font-weight:600;margin-top:2px;}
.badge-live{font-size:11.5px;font-weight:700;color:var(--green);background:#E5F6EE;padding:5px 11px;border-radius:999px;}
.badge-soon{font-size:11.5px;font-weight:700;color:#B26B00;background:#FFF3E0;padding:5px 11px;border-radius:999px;}
.gp.gp-soon{background:#E9ECF1;box-shadow:none;cursor:default;}
.gp.gp-soon .gp-sub,.gp.gp-soon .gp-main{color:#5B6470;opacity:1;}
.get.get-soon{background:#E9ECF1;color:#5B6470;cursor:default;}
.play.soon-txt{opacity:.6;cursor:default;}
.feature p{font-size:15.5px;line-height:1.6;color:#41506A;margin:0 0 22px;max-width:430px;}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;}
.tag{font-size:12.5px;font-weight:600;color:var(--muted);background:#fff;border:1px solid var(--line);padding:6px 12px;border-radius:999px;}
.feature .right{background:linear-gradient(150deg,#2BB3A3,#13796E 60%,#0E5C54);display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden;}
.feature .right img.shot{height:380px;border-radius:26px;box-shadow:0 24px 50px rgba(8,40,36,.45);border:5px solid rgba(255,255,255,.9);}
.feature .right img.poster{height:440px;width:auto;border-radius:22px;box-shadow:0 22px 46px rgba(8,16,32,.5);}
.feature.rev .left{order:2;}
.feature.rev .right{order:1;}
.sudoku-tile{display:flex;align-items:center;justify-content:center;flex:none;background:linear-gradient(140deg,#9B5BF0,#5A2BD8);}
.sudoku-tile.sm{width:62px;height:62px;border-radius:17px;box-shadow:0 8px 18px rgba(90,45,180,.28);}
.sudoku-tile.sm svg{width:34px;height:34px;}
.sudoku-tile.lg{width:172px;height:172px;border-radius:40px;box-shadow:0 24px 50px rgba(20,10,60,.42);transform:rotate(-5deg);}
.sudoku-tile.lg svg{width:96px;height:96px;}

.soon{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.soon .item{border:1px dashed #D7DCE4;border-radius:20px;padding:28px;display:flex;align-items:center;gap:18px;background:#FBFCFD;}
.soon .ic{width:56px;height:56px;border-radius:16px;background:#EEF1F5;display:flex;align-items:center;justify-content:center;flex:none;}
.soon .t{font-size:16px;font-weight:700;}
.soon .d{font-size:13.5px;color:var(--muted);line-height:1.5;margin-top:3px;}
.soon .d a{color:var(--blue);font-weight:700;}
.apps-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.app-mini{display:flex;gap:16px;align-items:flex-start;border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff;transition:.18s;}
.app-mini:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(16,24,40,.10);border-color:#dfe4ec;}
.app-mini img{width:54px;height:54px;border-radius:15px;flex:none;box-shadow:0 6px 14px rgba(16,24,40,.14);}
.am-name{font-size:17px;font-weight:800;letter-spacing:-0.01em;}
.am-cat{font-size:12.5px;color:#8A93A0;font-weight:600;margin:2px 0 7px;}
.am-desc{font-size:13.5px;color:var(--muted);line-height:1.5;}
.am-get{display:inline-block;margin-top:10px;font-size:13px;font-weight:700;color:var(--blue);}

.skills{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.skill{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;}
.skill .ic{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.skill h3{font-size:16px;font-weight:800;margin:0 0 6px;}
.skill ul{margin:0;padding:0;list-style:none;}
.skill li{font-size:13px;color:var(--muted);line-height:1.7;}

.shots{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px;}
.shots figure{margin:0;border-radius:22px;overflow:hidden;background:var(--soft);border:1px solid var(--line);}
.shots figcaption{padding:16px 18px;font-size:14px;font-weight:600;}
.shots figcaption span{display:block;font-size:12.5px;color:var(--muted);font-weight:500;margin-top:2px;}
.shot-strip{display:flex;gap:18px;overflow-x:auto;padding:8px 2px 20px;margin-top:40px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}
.shot-strip img{height:460px;width:auto;flex:none;border-radius:26px;border:1px solid var(--line);box-shadow:0 14px 34px rgba(16,24,40,.14);scroll-snap-align:center;}
@media(max-width:600px){.shot-strip img{height:380px;}}

.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.18s;height:100%;}
.card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(16,24,40,.10);}
.card .cover{height:150px;display:flex;align-items:center;justify-content:center;}
.card .cover span{font-size:48px;font-weight:800;color:rgba(255,255,255,.92);}
.cbody{padding:20px;flex:1;display:flex;flex-direction:column;}
.cat{font-size:12px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em;}
.ctitle{font-size:17px;font-weight:700;letter-spacing:-0.01em;line-height:1.3;margin:8px 0;}
.excerpt{font-size:13.5px;color:var(--muted);line-height:1.55;flex:1;}
.cmeta{font-size:12px;color:#9AA3B2;font-weight:600;margin-top:14px;}

.news{border-radius:26px;background:linear-gradient(135deg,#11151C,#1B2A44);padding:52px 48px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;margin-top:24px;}
.news h2{font-size:30px;font-weight:800;letter-spacing:-0.025em;color:#fff;margin:0 0 12px;}
.news p{font-size:15px;line-height:1.6;color:#A8B2C2;margin:0;max-width:380px;}
.nl-form{display:flex;gap:10px;}
.nl-form input{flex:1;height:52px;border:none;border-radius:13px;padding:0 16px;font-size:15px;font-family:inherit;outline:none;background:#fff;}
.sub-btn{height:52px;padding:0 22px;border-radius:13px;background:var(--blue);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;cursor:pointer;white-space:nowrap;border:none;}
.fine{font-size:12px;color:#7A879B;margin-top:10px;}
.nl-ok{background:rgba(52,199,89,.14);border:1px solid rgba(52,199,89,.4);border-radius:14px;padding:18px 20px;color:#fff;display:flex;align-items:center;gap:12px;}
.nl-ok .check{width:34px;height:34px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-weight:800;flex:none;}

.blog-main{padding-top:56px;padding-bottom:20px;}
.page-title{font-size:42px;font-weight:800;letter-spacing:-0.03em;margin:0 0 10px;}
.page-sub{font-size:17px;color:var(--muted);margin:0 0 28px;max-width:620px;line-height:1.6;}
.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:34px;}
.filter{height:38px;padding:0 16px;border-radius:999px;display:flex;align-items:center;font-size:13.5px;font-weight:700;cursor:pointer;color:#41506A;background:#fff;border:1px solid #E2E6EC;font-family:inherit;}
.filter.active{color:#fff;background:var(--blue);border-color:var(--blue);}
.blog-grid{align-items:stretch;}

.article{max-width:720px;margin:0 auto;padding:36px 28px 20px;}
.crumbs{font-size:12.5px;color:#9AA3B2;font-weight:600;margin-bottom:18px;}
.crumbs a{color:#9AA3B2;}
.crumbs a:hover{color:var(--blue);}
.back{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;color:var(--muted);cursor:pointer;margin-bottom:22px;}
.article h1{font-size:40px;font-weight:800;letter-spacing:-0.03em;line-height:1.1;margin:0 0 18px;text-wrap:balance;}
.byline{display:flex;align-items:center;gap:12px;margin-bottom:30px;}
.byline .av{width:40px;height:40px;border-radius:50%;background:linear-gradient(140deg,#3A7BEA,var(--blue-dark));display:flex;align-items:center;justify-content:center;}
.byline .av svg{width:20px;height:20px;fill:#fff;}
.article .cover{height:200px;border-radius:20px;display:flex;align-items:center;justify-content:center;}
.article .cover span{font-size:84px;font-weight:800;color:rgba(255,255,255,.92);}
.art-body{margin-top:34px;}
.art-body .h2{font-size:25px;font-weight:800;letter-spacing:-0.02em;margin:34px 0 12px;}
.art-body .p{font-family:'Newsreader',Georgia,serif;font-size:19px;line-height:1.72;color:#2A323C;margin:0 0 20px;}
.art-body .quote{border-left:3px solid var(--blue);padding:6px 0 6px 22px;margin:8px 0 24px;font-family:'Newsreader',Georgia,serif;font-size:22px;font-style:italic;line-height:1.5;}
.art-body .list{margin:0 0 22px;}
.art-body .li{display:flex;gap:12px;align-items:flex-start;font-family:'Newsreader',Georgia,serif;font-size:18.5px;line-height:1.6;color:#2A323C;margin-bottom:11px;}
.art-body .li .n{color:var(--blue);font-weight:700;font-family:'Plus Jakarta Sans',sans-serif;flex:none;margin-top:1px;}
.art-cta{margin:40px 0 10px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:var(--soft);border-radius:18px;padding:24px;border:1px solid var(--line);}
.art-cta img{width:54px;height:54px;border-radius:15px;flex:none;}
.art-cta .get{height:46px;padding:0 20px;border-radius:12px;background:var(--ink);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;}
.related{margin-top:54px;}
.rel-h{font-size:22px;font-weight:800;letter-spacing:-0.02em;margin:0 0 20px;}

.form-page{max-width:620px;margin:0 auto;padding:52px 28px 20px;}
.field{margin-bottom:16px;}
.field label{display:block;font-size:13.5px;font-weight:700;margin-bottom:6px;}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:15px;font-family:inherit;color:var(--ink);outline:none;background:#fff;transition:.15s;}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(42,111,219,.12);}
.field textarea{min-height:130px;resize:vertical;}
.form-submit{height:50px;padding:0 26px;border-radius:12px;background:var(--ink);color:#fff;font-weight:700;font-size:15px;border:none;cursor:pointer;}
.form-submit:hover{background:#000;}
.form-note{font-size:13px;color:var(--muted);margin-top:14px;line-height:1.5;}
.form-note a{color:var(--blue);font-weight:700;}
.form-ok{background:#EAF4F0;border:1px solid rgba(31,174,107,.35);border-radius:16px;padding:22px 24px;display:flex;align-items:center;gap:14px;}
.form-ok .check{width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex:none;}
.about{max-width:760px;margin:0 auto;padding:56px 28px 20px;}
.about h1{font-size:42px;font-weight:800;letter-spacing:-0.03em;margin:0 0 22px;}
.about p{font-family:'Newsreader',Georgia,serif;font-size:20px;line-height:1.7;color:#2A323C;margin:0 0 20px;}
.values{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin:34px 0;}
.value{background:var(--soft);border-radius:16px;padding:20px;}
.value .t{font-size:15px;font-weight:800;}
.value .d{font-size:13.5px;color:var(--muted);margin-top:4px;line-height:1.5;}

footer{margin-top:80px;border-top:1px solid var(--line);background:#FAFBFC;}
.foot-top{max-width:1180px;margin:0 auto;padding:44px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.foot-col h4{font-size:12px;font-weight:700;color:#9AA3B2;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;}
.foot-col .lk{display:flex;flex-direction:column;gap:9px;font-size:14px;font-weight:600;color:#41506A;}
.foot-bottom{border-top:1px solid var(--line);}
.foot-bottom div{max-width:1180px;margin:0 auto;padding:18px 28px;font-size:13px;color:#9AA3B2;}
.foot-cols{display:flex;gap:54px;flex-wrap:wrap;}

@media(max-width:920px){
  .hero,.feature,.feature.rev,.news,.soon{grid-template-columns:1fr;}
  .feature.rev .left,.feature.rev .right{order:0;}
  .hero-visual{height:360px;}
  .pillars-grid{grid-template-columns:1fr;gap:18px;}
  .skills{grid-template-columns:1fr 1fr;}
  .shots,.cards3{grid-template-columns:1fr;}
  .values{grid-template-columns:1fr;}
  .feature .right img.shot{height:300px;}
  h1.hero-title{font-size:40px;}
  nav.links,.nav-right{display:none;}
  .hamburger{display:flex;}
}
@media(max-width:600px){
  .wrap,section.block{padding-left:20px;padding-right:20px;}
  .nav-inner{padding:0 18px;gap:12px;}
  .hero{padding:38px 20px 34px;}
  h1.hero-title{font-size:31px;}
  .lead{font-size:16px;}
  .cta-row{gap:10px;}
  .gp,.ghost{height:50px;}
  .stats{gap:8px 20px;margin-top:26px;}
  .stats .sep{display:none;}
  .hero-visual{height:280px;}
  .hero-visual .halo{width:246px;height:246px;}
  .hero-visual .icon,.icon-stack,.hero-app{width:156px;height:156px;border-radius:36px;}
  section.block{padding-top:48px;}
  h2.sec{font-size:26px;}
  .sec-head{flex-direction:column;align-items:flex-start;gap:8px;}
  .feature .left{padding:28px 22px;}
  .feature .right{padding:24px;}
  .feature .right img.shot{height:250px;}
  .feature .right img.poster{height:330px;}
  .skills{grid-template-columns:1fr;}
  .news{padding:32px 22px;}
  .news h2{font-size:23px;}
  .nl-form{flex-direction:column;}
  .nl-form input,.sub-btn{width:100%;}
  .page-title{font-size:30px;}
  .blog-main{padding-top:40px;}
  .article{padding-top:26px;}
  .article h1{font-size:29px;}
  .art-body .p{font-size:17.5px;}
  .art-body .quote{font-size:20px;}
  .art-body .h2{font-size:22px;}
  .about h1{font-size:30px;}
  .about p{font-size:18px;}
  .form-page{padding-left:20px;padding-right:20px;}
  .foot-top{gap:28px;}
  .foot-cols{gap:30px;}
}
