:root{--navy:#102f48;--blue:#1b5d83;--pale:#eef7fb;--gold:#e8b735;--text:#173247;--muted:#687e8d;--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}.wrap{width:min(1180px,90vw);margin:auto}.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:#b88a13}.mobile-nav{display:none}.hero{min-height:670px;padding:70px 6vw;display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:center;background:linear-gradient(135deg,#f8fbfd,#edf7fb);overflow:hidden}.hero-copy>small,.section-title small,.access small{font-size:11px;letter-spacing:3px;color:#ba8c16;font-weight:900}.hero h1{font-size:59px;line-height:1.13;margin:16px 0}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{max-width:580px;color:var(--muted);font-size:17px;line-height:1.85}.hero-actions{display:flex;gap:10px;margin-top:28px}.secondary,.light{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:9px;background:#fff;border:1px solid #cfdfe7;color:var(--navy);font-weight:900}.quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.quick span{padding:8px 12px;border-radius:20px;background:#e4f0f5;color:#506b7c;font-size:12px}.hero-gallery{height:520px;display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:1fr 1fr;gap:12px}.visual{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #113a5524}.visual.sports{grid-row:1/3}.visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.visual:hover img{transform:scale(1.025)}.visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#092238c7,transparent 55%)}.visual b{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:22px}.visual.sports img{object-position:72% center}.visual.live img{object-position:75% center}.visual.app img{object-position:56% center}.products{padding:95px 0}.section-title{text-align:center;margin-bottom:38px}.section-title h2,.access h2{font-size:39px;margin:11px 0}.section-title p,.access p{color:var(--muted);line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 15px 38px #123b5912}.cover{height:235px;position:relative;display:block;overflow:hidden}.cover:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0d2f48b5,transparent 55%)}.cover img{width:100%;height:100%;object-fit:cover;display:block}.product-card:nth-child(1) .cover img{object-position:72% center}.product-card:nth-child(2) .cover img{object-position:73% center}.product-card:nth-child(3) .cover img{object-position:54% center}.cover span{position:absolute;z-index:2;bottom:16px;left:18px;color:#f2c23e;font-size:11px;letter-spacing:3px;font-weight:900}.card-copy{padding:25px}.card-copy>small{color:#b88a14;font-weight:900}.card-copy h3{font-size:28px;margin:7px 0}.card-copy p{color:var(--muted);font-size:14px;line-height:1.7}.card-copy ul{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:18px 0}.card-copy li{padding:7px 10px;border-radius:18px;background:var(--pale);color:#4e6d80;font-size:11px}.more{display:flex;justify-content:space-between;padding-top:17px;border-top:1px solid var(--line);color:var(--blue);font-weight:900}.access{padding:78px 0;background:linear-gradient(135deg,#123b59,#1b5d83);color:#fff}.access-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.access h2{margin-bottom:8px}.access p{color:#d4e4ed;max-width:720px}.access-actions{display:flex;gap:10px;white-space:nowrap}.access .light{background:#ffffff12;border-color:#ffffff35;color:#fff}.service-strip{display:flex;align-items:center;justify-content:space-between;padding:65px 0}.service-strip>div{display:flex;align-items:center;gap:13px}.service-strip b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--pale);color:#b88a14}.service-strip span{display:flex;flex-direction:column}.service-strip small{color:var(--muted);margin-top:4px}.service-strip i{font-style:normal;color:#b8c8d1}footer{text-align:center;padding:44px;background:#f7fafc;border-top:1px solid var(--line)}footer p{font-size:13px;color:var(--muted)}footer small{color:#8798a4}@media(max-width:900px){.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;padding:32px 18px 55px}.hero-gallery{height:420px;margin-bottom:35px}.hero-copy{display:flex;flex-direction:column}.hero-copy>small{order:2}.hero-copy h1{order:3;font-size:39px}.hero-copy>p{order:4;font-size:14px}.hero-actions{order:5}.quick{order:6}.hero-gallery{order:1}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:.9fr 1.1fr}.cover{height:100%;min-height:270px}.products{padding:65px 0}.access-inner{align-items:flex-start;flex-direction:column}.service-strip{padding:48px 0}.service-strip i{display:none}}@media(max-width:560px){.hero-gallery{height:360px;grid-template-columns:1fr 1fr}.visual.sports{grid-column:1/3;grid-row:auto}.visual{min-height:0}.visual b{font-size:16px;left:13px;bottom:11px}.hero h1{font-size:35px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions a{padding:12px 8px;font-size:13px}.quick{display:grid}.section-title h2,.access h2{font-size:30px}.product-card{display:block}.cover{height:210px;min-height:0}.card-copy{padding:21px}.access{padding:58px 0}.access-actions{width:100%;display:grid;grid-template-columns:1fr}.service-strip{align-items:stretch;flex-direction:column;gap:18px}.service-strip>div{padding:12px 0;border-bottom:1px solid var(--line)}}
