:root{--bg:#12040f;--surface:#1e0818;--surface2:#2d0e24;--border:#3d1535;--rose:#fb7185;--rose-dark:#f43f5e;--rose-glow:rgba(251,113,133,.16);--text:#ffe4ef;--muted:#a06070;--radius:12px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:'PingFang SC','Microsoft YaHei',sans-serif;line-height:1.7;font-size:16px}a{color:inherit;text-decoration:none}ul{list-style:none}
nav{position:sticky;top:0;z-index:100;background:rgba(18,4,15,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:700}
.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--rose-dark),var(--rose));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}
.logo em{color:var(--rose);font-style:normal}
.nav-links{display:flex;align-items:center;gap:26px;font-size:15px}
.nav-links a{color:var(--muted);transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text)}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.menu-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;transition:.2s;border:none;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--rose-dark),var(--rose));color:#12040f}
.btn-primary:hover{opacity:.88;transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--rose);border:1.5px solid var(--rose-dark)}
.btn-outline:hover{background:var(--rose-glow)}
.btn-lg{padding:14px 36px;font-size:17px;border-radius:14px}
.nav-cta{padding:8px 18px;font-size:14px}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
/* LARGE CENTERED HERO - no stat cards, inline stats bar */
.hero{padding:100px 0 70px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse at top,rgba(244,63,94,.12) 0%,transparent 60%);pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(251,113,133,.1);border:1px solid rgba(251,113,133,.25);color:var(--rose);border-radius:999px;padding:5px 14px;font-size:13px;font-weight:600;margin-bottom:20px}
.hero h1{font-size:clamp(2.2rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:20px;letter-spacing:-.5px}
.hl{background:linear-gradient(135deg,var(--rose-dark),var(--rose));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:1.1rem;color:var(--muted);max-width:560px;margin:0 auto 32px;line-height:1.75}
.hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:52px}
/* INLINE STATS BAR */
.stats-bar{display:flex;justify-content:center;gap:0;border:1px solid var(--border);border-radius:16px;overflow:hidden;max-width:640px;margin:0 auto}
.stats-bar-item{flex:1;padding:20px 16px;text-align:center;border-right:1px solid var(--border);background:var(--surface)}
.stats-bar-item:last-child{border-right:none}
.stats-bar-num{font-size:2rem;font-weight:800;color:var(--rose);line-height:1}
.stats-bar-label{font-size:12px;color:var(--muted);margin-top:4px}
/* Sections */
.section{padding:72px 0}
.section-title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:12px}
.section-sub{text-align:center;color:var(--muted);margin-bottom:40px;font-size:15px}
/* ALTERNATING FEATURE ROWS */
.feat-alt-list{display:flex;flex-direction:column;gap:28px;max-width:960px;margin:0 auto}
.feat-alt{display:grid;grid-template-columns:80px 1fr;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px;transition:border-color .25s}
.feat-alt:hover{border-color:var(--rose-dark)}
.feat-alt:nth-child(even){grid-template-columns:1fr 80px}
.feat-alt:nth-child(even) .feat-alt-icon{order:2}
.feat-alt:nth-child(even) .feat-alt-content{order:1;text-align:right}
.feat-alt-icon{width:80px;height:80px;background:var(--rose-glow);border:1px solid rgba(251,113,133,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;flex-shrink:0}
.feat-alt-content h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}
.feat-alt-content p{font-size:14px;color:var(--muted);line-height:1.7}
/* NODE REGION CARDS */
.node-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto}
.node-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px;text-align:center;transition:border-color .25s,transform .2s}
.node-card:hover{border-color:var(--rose-dark);transform:translateY(-3px)}
.node-flag{font-size:2.2rem;margin-bottom:10px}
.node-region{font-size:1rem;font-weight:700;margin-bottom:6px}
.node-count{display:inline-block;background:var(--rose-glow);color:var(--rose);border-radius:999px;padding:3px 12px;font-size:12px;font-weight:600;margin-bottom:8px}
.node-desc{font-size:13px;color:var(--muted);line-height:1.6}
/* Plans */
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}
.plan-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px 28px;transition:transform .2s}
.plan-card.featured{border-color:var(--rose-dark);box-shadow:0 0 32px var(--rose-glow);transform:scale(1.03)}
.plan-badge{display:inline-block;background:var(--rose-dark);color:#12040f;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;margin-bottom:14px}
.plan-name{font-size:1.2rem;font-weight:700;margin-bottom:4px}
.plan-desc{font-size:13px;color:var(--muted);margin-bottom:18px}
.plan-price{font-size:2.4rem;font-weight:800;color:var(--rose);line-height:1;margin-bottom:4px}
.plan-price span{font-size:14px;color:var(--muted);font-weight:400}
.plan-features{margin:18px 0 24px;display:flex;flex-direction:column;gap:9px}
.plan-features li{font-size:14px;color:var(--muted);padding-left:20px;position:relative}
.plan-features li::before{content:'✓';position:absolute;left:0;color:var(--rose);font-weight:700}
.plan-features li.cross{color:#374151}.plan-features li.cross::before{content:'✗';color:#374151}
/* Steps */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:860px;margin:0 auto}
.step{text-align:center}
.step-num{width:48px;height:48px;background:linear-gradient(135deg,var(--rose-dark),var(--rose));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:#12040f;margin:0 auto 14px}
.step h3{font-size:1rem;font-weight:700;margin-bottom:8px}
.step p{font-size:14px;color:var(--muted)}
/* Platform */
.platform-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:800px;margin:0 auto}
.platform-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 12px;text-align:center}
.platform-card .p-icon{font-size:1.8rem;margin-bottom:8px}
.platform-card strong{display:block;font-size:13px}
.platform-card p{color:var(--muted);font-size:12px;margin-top:4px}
/* Reviews */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}
.stars{color:#f59e0b;font-size:14px;margin-bottom:10px}
.review-card p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:14px}
.reviewer{font-size:13px;font-weight:600;color:var(--rose)}
/* FAQ */
.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;background:none;border:none;color:var(--text);font-size:15px;font-weight:600;cursor:pointer;text-align:left;gap:12px}
.faq-arrow{font-size:18px;color:var(--rose);transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-arrow{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}
.faq-item.open .faq-a{max-height:400px;padding:0 22px 18px}
.faq-a p{font-size:14px;color:var(--muted);line-height:1.8}
/* CTA */
.cta-section{padding:80px 0;background:linear-gradient(135deg,#1e0818,#2d0e24,#1e0818);text-align:center}
.cta-section h2{font-size:2rem;font-weight:800;margin-bottom:12px}
.cta-section p{color:var(--muted);margin-bottom:32px}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
/* Inner pages */
.page-hero{padding:52px 0 40px;background:var(--surface);border-bottom:1px solid var(--border)}
.page-hero h1{font-size:2rem;font-weight:800;margin-bottom:8px}
.page-hero p{color:var(--muted)}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:12px;display:flex;align-items:center;gap:6px}
.breadcrumb a{color:var(--rose)}
.dl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.dl-mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:56px;max-width:620px;margin-left:auto;margin-right:auto}
.dl-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:30px 24px;text-align:center}
.dl-icon{font-size:2.5rem;margin-bottom:12px}
.dl-card h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}
.dl-card p{font-size:14px;color:var(--muted);margin-bottom:18px;line-height:1.6}
.dl-card .btn{width:100%;margin-bottom:8px}
.tut-content{max-width:820px;margin:0 auto}
.tut-sec{margin-bottom:48px}
.tut-sec h2{font-size:1.35rem;font-weight:700;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.tut-sec h3{font-size:1.05rem;font-weight:700;margin:20px 0 8px}
.tut-sec p{font-size:14.5px;color:var(--muted);margin-bottom:10px;line-height:1.8}
.tut-sec ul,.tut-sec ol{padding-left:18px;display:flex;flex-direction:column;gap:8px}
.tut-sec ul{list-style:disc}.tut-sec ol{list-style:decimal}
.tut-sec li{font-size:14.5px;color:var(--muted);line-height:1.7}
.tip-box{background:rgba(251,113,133,.07);border-left:3px solid var(--rose-dark);border-radius:0 8px 8px 0;padding:12px 16px;font-size:14px;color:var(--muted);margin:12px 0}
/* Footer */
footer{background:var(--surface);border-top:1px solid var(--border);padding:48px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:36px}
.footer-brand p{font-size:13px;color:var(--muted);margin-top:10px;line-height:1.7}
.footer-col h4{font-size:14px;font-weight:700;margin-bottom:12px}
.footer-col ul{display:flex;flex-direction:column;gap:8px}
.footer-col li a{font-size:13px;color:var(--muted);transition:color .2s}
.footer-col li a:hover{color:var(--rose)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--muted)}
/* Responsive */
@media(max-width:900px){.feat-alt-list{gap:16px}.feat-alt,.feat-alt:nth-child(even){grid-template-columns:1fr;text-align:left}.feat-alt:nth-child(even) .feat-alt-icon{order:0}.feat-alt:nth-child(even) .feat-alt-content{order:0;text-align:left}.node-grid{grid-template-columns:repeat(2,1fr)}.plan-grid{grid-template-columns:1fr}.plan-card.featured{transform:none}.review-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.dl-grid{grid-template-columns:1fr}.dl-mobile{grid-template-columns:1fr;max-width:400px}.steps-grid{grid-template-columns:1fr}}
@media(max-width:680px){.stats-bar{flex-direction:column;border-radius:12px}.stats-bar-item{border-right:none;border-bottom:1px solid var(--border)}.stats-bar-item:last-child{border-bottom:none}.node-grid{grid-template-columns:1fr}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg);padding:20px 24px 24px;flex-direction:column;align-items:flex-start;gap:18px;border-bottom:1px solid var(--border)}.nav-links.open{display:flex}.menu-toggle{display:flex}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.platform-grid{grid-template-columns:repeat(3,1fr)}}
