:root{--navy:#102f48;--blue:#1d5f85;--pale:#eef7fb;--gold:#e7b735;--text:#173247;--muted:#697f8d;--line:#d9e7ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif}a{text-decoration:none;color:inherit}.topbar{height:74px;padding:0 6vw;display:flex;align-items:center;border-bottom:1px solid var(--line);background:#fffc;backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.brand{font-size:21px;font-weight:900}.brand span{color:var(--gold)}.desktop-nav{display:flex;gap:30px;margin-left:auto;margin-right:34px;font-size:14px}.desktop-nav a{color:#526b7c}.desktop-nav .active{color:var(--navy);font-weight:900}.contact,.primary{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:9px;background:var(--gold);color:#17212a;font-weight:900}.contact{background:#fff9e8;border:1px solid #e7b73570;color:#b88b14}.mobile-nav{display:none}.hero{min-height:570px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;background:linear-gradient(125deg,#10334d,#1b5b80);color:#fff;overflow:hidden}.hero-copy{padding:80px 0 80px 7vw;position:relative;z-index:2}.hero-copy small,.section-title small,.studio-copy small,.mobile-showcase small,.account small{color:#f0c13c;letter-spacing:3px;font-size:11px;font-weight:900}.hero h1{font-size:57px;line-height:1.15;margin:16px 0}.hero h1 em{font-style:normal;color:#f0c13c;font-size:.76em}.hero p{max-width:590px;color:#d7e6ee;line-height:1.85;font-size:17px}.hero .primary{margin-top:20px}.hero-art{height:100%;position:relative}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#174f71 0,transparent 28%)}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:75% center;display:block}.wrap{width:min(1120px,90vw);margin:auto}.overview,.experience{padding:90px 0}.section-title{text-align:center;margin-bottom:36px}.section-title h2,.studio h2,.mobile-showcase h2,.account h2{font-size:37px;margin:11px 0}.section-title p,.studio p,.mobile-showcase p,.account p{color:var(--muted);line-height:1.8}.game-types{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.game-types article,.benefits article{padding:29px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 14px 34px #103a5410}.game-types span{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#f1c23d;font-size:18px;font-weight:900}.game-types h3,.benefits h3{margin:18px 0 8px}.game-types p,.benefits p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.studio{padding:85px 0;background:var(--pale)}.studio-grid{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:center}.points{display:grid;gap:10px;margin-top:25px}.points span{padding:15px 17px;border-radius:9px;background:#fff;font-weight:700}.points b{color:var(--gold);margin-right:15px}.studio-card{min-height:300px;padding:44px;border-radius:20px;background:linear-gradient(145deg,#174766,#0d2c43);color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 20px 45px #123b592a}.studio-card b{width:max-content;padding:7px 12px;border-radius:20px;background:#d53131;font-size:11px;letter-spacing:2px}.studio-card strong{font-size:28px;margin:24px 0 8px}.studio-card p{color:#c8d9e3}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefits i{width:45px;height:45px;border-radius:12px;background:var(--pale);display:grid;place-items:center;color:var(--blue);font-size:22px;font-style:normal}.mobile-showcase{text-align:center;padding:75px 20px;background:#f7fbfd}.mobile-showcase .wrap{max-width:780px}.device-row{display:flex;justify-content:center;gap:10px;margin-top:25px}.device-row span{padding:11px 17px;border-radius:22px;background:#e7f2f7;color:#31576e;font-size:13px;font-weight:700}.account{text-align:center;padding:75px max(6vw,24px);background:linear-gradient(135deg,#123b59,#1b587e);color:#fff}.account>div:first-child{max-width:760px;margin:auto}.account p{color:#d1e1ea}.steps{display:flex;justify-content:center;align-items:center;gap:20px;margin:32px 0}.steps span{display:flex;align-items:center;gap:10px}.steps b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ffffff16;color:#f2c13c}.steps i{font-style:normal;color:#ffffff55}footer{text-align:center;padding:43px}footer p{font-size:13px;color:var(--muted)}@media(max-width:820px){.topbar{height:64px;padding:0 18px}.desktop-nav{display:none}.contact{margin-left:auto;padding:10px 14px;font-size:13px}.mobile-nav{position:sticky;top:64px;z-index:19;display:flex;overflow-x:auto;gap:8px;padding:9px 14px;background:#fff;border-bottom:1px solid var(--line);scrollbar-width:none}.mobile-nav a{white-space:nowrap;padding:8px 13px;border-radius:22px;background:#edf4f7;font-size:12px}.mobile-nav .active{background:var(--navy);color:#fff}.hero{display:block;min-height:640px;position:relative}.hero-art{position:absolute;inset:0}.hero-art:after{background:linear-gradient(180deg,#10334d18 8%,#10334dd8 58%,#10334d 100%)}.hero-copy{padding:340px 22px 55px}.hero h1{font-size:40px}.hero p{font-size:14px}.overview,.experience{padding:60px 0}.section-title h2,.studio h2,.mobile-showcase h2,.account h2{font-size:29px}.game-types,.benefits{grid-template-columns:1fr 1fr;gap:10px}.game-types article,.benefits article{padding:20px}.studio{padding:60px 0}.studio-grid{grid-template-columns:1fr;gap:30px}.studio-card{min-height:230px;padding:28px}.device-row{overflow-x:auto;justify-content:flex-start}.device-row span{white-space:nowrap}.account{padding:58px 22px}.steps{align-items:stretch;flex-direction:column;gap:8px}.steps i{transform:rotate(90deg)}}@media(max-width:390px){.game-types,.benefits{grid-template-columns:1fr}}
