*{margin:0;padding:0;box-sizing:border-box;font-family:"Segoe UI","Helvetica Neue",Arial,"Microsoft YaHei","微软雅黑","PingFang SC",sans-serif;}
html{scroll-behavior:smooth;}
body{background:linear-gradient(160deg,#f0fdf4 0%,#ecfdf5 35%,#d1fae5 70%,#a7f3d0 100%);color:#1f2937;line-height:1.75;overflow-x:hidden;}
header{background:rgba(255,255,255,0.93);backdrop-filter:blur(14px);position:sticky;top:0;z-index:100;box-shadow:0 2px 24px rgba(5,150,105,0.08);border-bottom:1px solid rgba(5,150,105,0.08);}
.nav-links{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:6px;padding:14px 24px;flex-wrap:wrap;justify-content:center;}
.nav-links a{text-decoration:none;color:#1f2937;font-weight:500;padding:8px 15px;border-radius:10px;transition:all 0.3s ease;font-size:14.5px;position:relative;letter-spacing:0.3px;}
.nav-links a:first-child{background:linear-gradient(135deg,#059669,#047857);color:#fff;font-weight:700;box-shadow:0 4px 14px rgba(5,150,105,0.3);}
.nav-links a:hover{background:rgba(5,150,105,0.09);transform:translateY(-2px);}
.nav-links a:first-child:hover{background:linear-gradient(135deg,#10b981,#059669);transform:translateY(-2px);box-shadow:0 6px 18px rgba(5,150,105,0.35);}
.container{max-width:1200px;margin:0 auto;padding:60px 24px;}
.section-head{text-align:center;margin-bottom:40px;}
.section-head h2{font-size:32px;font-weight:700;color:#059669;letter-spacing:1px;position:relative;display:inline-block;padding-bottom:14px;}
.section-head h2::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:3px;border-radius:4px;background:linear-gradient(90deg,#059669,#fbbf24);}
.section-head p{color:#6b7280;font-size:16px;margin-top:8px;}
#hero{background:linear-gradient(135deg,rgba(5,150,105,0.15),rgba(251,191,36,0.08)),url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzAgM2wxMCAxMEgxMHoiIGZpbGw9InJnYmEoNSwxNTAsMTA1LDAuMDUpIi8+PC9zdmc+');background-size:60px 60px;position:relative;padding:90px 24px 70px;text-align:center;overflow:hidden;}
#hero::before{content:"";position:absolute;top:-70px;right:-70px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(251,191,36,0.15),transparent 70%);}
#hero::after{content:"";position:absolute;bottom:-50px;left:-50px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(5,150,105,0.12),transparent 70%);}
.hero-content{position:relative;z-index:2;max-width:860px;margin:0 auto;}
.hero-content h1{font-size:36px;line-height:1.45;font-weight:800;color:#065f46;margin-bottom:16px;text-shadow:0 2px 12px rgba(255,255,255,0.7);letter-spacing:1px;}
.hero-sub{font-size:20px;color:#059669;font-weight:600;margin-bottom:14px;letter-spacing:2px;}
.hero-desc{font-size:16px;color:#6b7280;max-width:620px;margin:0 auto 30px;line-height:1.8;}
.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.hero-buttons .btn-primary,.hero-buttons .btn-secondary{display:inline-block;padding:13px 32px;border-radius:50px;font-weight:600;font-size:15px;text-decoration:none;transition:all 0.35s ease;letter-spacing:1px;}
.hero-buttons .btn-primary{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 6px 20px rgba(5,150,105,0.35);}
.hero-buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(5,150,105,0.4);}
.hero-buttons .btn-secondary{background:rgba(255,255,255,0.85);color:#059669;border:2px solid rgba(5,150,105,0.3);backdrop-filter:blur(6px);}
.hero-buttons .btn-secondary:hover{transform:translateY(-3px);background:#fff;box-shadow:0 6px 20px rgba(5,150,105,0.15);}
#geo-intro{background:rgba(255,255,255,0.6);backdrop-filter:blur(10px);}
.geo-text{max-width:960px;margin:0 auto;font-size:16.5px;line-height:1.95;color:#1f2937;text-align:center;background:rgba(255,255,255,0.8);padding:30px 38px;border-radius:20px;box-shadow:0 4px 24px rgba(5,150,105,0.08);border-left:4px solid #059669;border-right:4px solid #fbbf24;}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.stat-card{background:#fff;border-radius:18px;padding:36px 20px;text-align:center;box-shadow:0 8px 30px rgba(5,150,105,0.1);border:1px solid rgba(5,150,105,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative;overflow:hidden;}
.stat-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#fbbf24);}
.stat-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px rgba(5,150,105,0.14);}
.stat-card .num{font-size:34px;font-weight:800;color:#059669;margin-bottom:6px;letter-spacing:1px;}
.stat-card .label{font-size:14px;color:#6b7280;font-weight:500;}
.adv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:10px;}
.adv-card{background:#fff;border-radius:20px;padding:30px 22px;text-align:center;box-shadow:0 6px 24px rgba(5,150,105,0.08);border:1px solid rgba(5,150,105,0.06);transition:all 0.3s ease;}
.adv-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(5,150,105,0.15);border-color:rgba(5,150,105,0.15);}
.adv-card .icon{font-size:40px;margin-bottom:16px;display:block;line-height:1.2;}
.adv-card h3{font-size:18px;color:#065f46;margin-bottom:10px;font-weight:700;}
.adv-card p{font-size:14px;color:#6b7280;line-height:1.7;}
.story-section{background:linear-gradient(180deg,rgba(255,255,255,0.7),rgba(240,253,244,0.5));}
.story-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.story-text p{font-size:15.5px;color:#374151;line-height:1.9;margin-bottom:18px;text-indent:24px;}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.gallery-grid img{border-radius:14px;width:100%;height:auto;object-fit:cover;box-shadow:0 6px 20px rgba(5,150,105,0.12);transition:transform 0.3s;}
.gallery-grid img:hover{transform:scale(1.02);}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.game-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 6px 24px rgba(5,150,105,0.08);transition:all 0.35s ease;border:1px solid rgba(5,150,105,0.06);}
.game-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(5,150,105,0.16);}
.game-card img{width:100%;height:190px;object-fit:cover;border-bottom:1px solid rgba(5,150,105,0.06);}
.game-card .game-info{padding:22px 20px;}
.game-card h3{font-size:18px;color:#065f46;margin-bottom:8px;font-weight:700;}
.game-card p{font-size:14px;color:#6b7280;line-height:1.65;margin-bottom:12px;}
.game-card .tag{display:inline-block;padding:4px 14px;border-radius:20px;background:rgba(5,150,105,0.08);color:#059669;font-size:12.5px;font-weight:600;}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.testi-card{background:#fff;border-radius:20px;padding:26px 22px;box-shadow:0 6px 24px rgba(5,150,105,0.08);position:relative;}
.testi-card::after{content:"''";position:absolute;top:12px;right:18px;font-size:60px;color:rgba(5,150,105,0.12);font-family:serif;line-height:1;}
.testi-card .stars{color:#fbbf24;font-size:18px;margin-bottom:10px;}
.testi-card p{font-size:14.5px;color:#374151;line-height:1.8;margin-bottom:14px;font-style:italic;}
.testi-card .author{font-size:13px;font-weight:600;color:#059669;text-align:right;}
.news-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;}
.news-item{background:#fff;border-radius:20px;padding:28px 26px;box-shadow:0 6px 24px rgba(5,150,105,0.08);transition:all 0.3s ease;border-left:4px solid #059669;display:flex;flex-direction:column;}
.news-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(5,150,105,0.14);}
.news-meta{display:inline-block;font-size:12.5px;color:#059669;background:rgba(5,150,105,0.08);padding:4px 14px;border-radius:20px;font-weight:600;margin-bottom:12px;align-self:flex-start;}
.news-item h3{font-size:17.5px;color:#065f46;margin-bottom:8px;line-height:1.45;font-weight:700;}
.news-item p{font-size:14.5px;color:#6b7280;line-height:1.8;flex:1;}
.news-item .news-link{display:inline-block;margin-top:14px;color:#059669;font-weight:600;font-size:14px;text-decoration:none;transition:all 0.3s;}
.news-item .news-link:hover{color:#047857;text-decoration:underline;}
.faq-list{display:grid;gap:18px;max-width:960px;margin:0 auto;}
.faq-item{background:#fff;border-radius:18px;padding:24px 28px;box-shadow:0 4px 18px rgba(5,150,105,0.06);border:1px solid rgba(5,150,105,0.06);transition:box-shadow 0.3s;}
.faq-item:hover{box-shadow:0 8px 28px rgba(5,150,105,0.12);}
.faq-item h3{font-size:16.5px;color:#065f46;font-weight:700;margin-bottom:10px;cursor:pointer;position:relative;padding-right:30px;}
.faq-item h3::after{content:"+";position:absolute;right:8px;top:2px;font-size:20px;color:#059669;font-weight:700;}
.faq-item p{font-size:14.5px;color:#4b5563;line-height:1.85;}
#cta{background:linear-gradient(135deg,#059669,#047857);border-radius:24px;max-width:1200px;margin:0 24px;padding:56px 40px;text-align:center;color:#fff;position:relative;overflow:hidden;}
#cta::before{content:"";position:absolute;top:-40px;left:20%;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,0.06);}
#cta::after{content:"";position:absolute;bottom:-50px;right:15%;width:150px;height:150px;border-radius:50%;background:rgba(251,191,36,0.1);}
#cta h2{font-size:30px;margin-bottom:14px;font-weight:800;letter-spacing:1px;position:relative;z-index:2;}
#cta p{font-size:16px;margin-bottom:28px;opacity:0.95;position:relative;z-index:2;}
#cta .cta-btn{display:inline-block;background:#fbbf24;color:#065f46;padding:14px 40px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:all 0.35s;box-shadow:0 6px 20px rgba(0,0,0,0.15);position:relative;z-index:2;}
#cta .cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.2);background:#f59e0b;}
footer{background:#064e3b;color:rgba(255,255,255,0.85);padding:48px 24px 24px;margin-top:60px;}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.footer-col h4{font-size:16px;color:#fbbf24;margin-bottom:14px;font-weight:700;}
.footer-col p,.footer-col a{font-size:14px;color:rgba(255,255,255,0.7);line-height:1.8;text-decoration:none;display:block;}
.footer-col a:hover{color:#fbbf24;}
.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);text-align:center;font-size:13px;color:rgba(255,255,255,0.5);}
.footer-bottom a{color:rgba(255,255,255,0.6);text-decoration:none;margin:0 6px;}
.footer-bottom a:hover{color:#fbbf24;}
@media(max-width:992px){.stat-grid,.adv-grid{grid-template-columns:repeat(2,1fr);}.story-content{grid-template-columns:1fr;}.game-grid,.testi-grid{grid-template-columns:repeat(2,1fr);}.news-list{grid-template-columns:1fr;}.footer-content{grid-template-columns:1fr;gap:20px;}}
@media(max-width:576px){.stat-grid,.adv-grid,.game-grid,.testi-grid{grid-template-columns:1fr;}.hero-content h1{font-size:26px;}.hero-buttons{flex-direction:column;align-items:center;}.nav-links{gap:4px;padding:10px 12px;}.nav-links a{padding:6px 10px;font-size:13px;}.section-head h2{font-size:24px;}}