:root {
        --bg: #111a2c;
        --surface: #1e293b;
        --accent-green: #1be36d;
        --accent-yellow: #fcd34d;
        --text: #f8fafc;
        --muted: #94a3b8;
        --font-h: 'Fredoka', sans-serif;
        --font-p: 'Nunito', sans-serif;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: var(--font-p); background: var(--bg); color: var(--text); line-height: 1.6; }
    
    .container { max-width: 1200px; margin: 0 auto; padding: 0 5%; position:relative; z-index: 10;}
    h1, h2, h3 { font-family: var(--font-h); font-weight: 600; color: #fff; }
    a { color: var(--accent-green); text-decoration: none; }
    
    
    .sp-header { padding: 20px 0; background: rgba(17, 26, 44, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; border-bottom: 2px solid var(--accent-green); width: 100%; z-index: 100; }
    .sp-logo { font-family: var(--font-h); font-size: 28px; color: var(--accent-yellow); font-weight: bold; display: flex; align-items: center; gap: 10px; }
    .sp-nav { display: flex; gap: 30px; }
    .sp-nav a { color: #fff; font-weight: 700; font-size: 16px; transition: 0.3s; }
    .sp-nav a:hover { color: var(--accent-green); }
    
    .sp-hero { min-height: 90vh; display: flex; align-items: center; position: relative; overflow: hidden; }
    .sp-hero-bg { position: absolute; inset: 0; z-index: 0; }
    .sp-planet { position: absolute; border-radius: 50%; }
    .sp-p1 { width: 100px; height: 100px; background: #3b82f6; top: 20%; left: 10%; box-shadow: inset -10px -10px 0 rgba(0,0,0,0.2); animation: float 6s ease-in-out infinite; }
    .sp-p2 { width: 150px; height: 150px; background: var(--accent-yellow); bottom: 15%; right: 5%; box-shadow: inset -15px -15px 0 rgba(0,0,0,0.1); animation: float 8s ease-in-out infinite reverse; }
    .sp-p3 { width: 60px; height: 60px; background: #ef4444; top: 15%; right: 30%; box-shadow: inset -5px -5px 0 rgba(0,0,0,0.2); animation: float 5s ease-in-out infinite; }
    
    @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
    
    .sp-hero-split { display: flex; align-items: center; justify-content: space-between; gap: 40px; z-index: 10; width: 100%; padding-top: 60px; }
    .sp-hero-left { flex: 1; max-width: 600px; }
    .sp-hero-left h1 { font-size: clamp(3rem, 6vw, 4.5rem); line-height: 1.1; margin-bottom: 24px; }
    .sp-hero-left p { font-size: 1.25rem; margin-bottom: 40px; color: var(--muted); font-weight: 600; }
    
    .sp-btn { display: inline-block; padding: 16px 36px; background: var(--accent-green); color: #0a1f11; font-family: var(--font-h); font-size: 1.2rem; font-weight: 600; border-radius: 50px; box-shadow: 0 6px 0 #119e49; transition: 0.2s; }
    .sp-btn:hover { transform: translateY(4px); box-shadow: 0 2px 0 #119e49; }
    
    .sp-hero-right { flex: 1; position: relative; display: flex; justify-content: center; }
    .sp-astro-img { width: 80%; max-width: 400px; animation: float 7s ease-in-out infinite; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3)); }
    
    .sp-showcase { margin-top: -60px; z-index: 20; position: relative; text-align: center; }
    .sp-showcase-card { background: linear-gradient(135deg, #1e293b, #0f172a); padding: 20px; border-radius: 30px; display: inline-block; box-shadow: 0 20px 50px rgba(0,0,0,0.5); border: 4px solid var(--accent-yellow); position: relative; }
    .sp-showcase-card img { border-radius: 20px; width: 800px; max-width: 100%; height: auto; }
    .sp-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--accent-green); box-shadow: 0 0 30px rgba(27,227,109,0.5); transition: 0.3s; }
    .sp-play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }
    
    .sp-section { padding: 100px 0; }
    .sp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 40px; }
    .sp-card { background: var(--surface); border-radius: 24px; padding: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: 0.3s; display: flex; flex-direction: column; }
    .sp-card:hover { transform: translateY(-10px); }
    .sp-card img { border-radius: 16px; margin-bottom: 20px; height: 200px; object-fit: cover; }
    .sp-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
    .sp-card p { color: var(--muted); margin-bottom: 20px; flex-grow: 1; }
    
    .sp-footer { padding: 60px 0; text-align: center; background: #0b1221; margin-top: 100px; border-radius: 60px 60px 0 0; }
    .sp-footer a { color: var(--muted); margin: 0 15px; font-weight: 600; }
    
    .sp-page-title { padding: 160px 0 60px; text-align: center; }
    .sp-page-title h1 { font-size: 4rem; color: var(--accent-yellow); }
    


.promo-banners { padding: 80px 0; position: relative; z-index: 10; }
.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px; }
.promo-card { position: relative; padding: 60px 40px; border-radius: 30px; overflow: hidden; background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 380px; z-index: 1; border: 4px solid var(--accent-yellow); box-shadow: 0 15px 30px rgba(0,0,0,0.3); transition: 0.3s; }
.promo-card::before { content: ""; position: absolute; inset: 0; background: rgba(17, 26, 44, 0.6); z-index: -1; transition: 0.3s; }
.promo-card:hover { transform: translateY(-10px); }
.promo-card:hover::before { background: rgba(17, 26, 44, 0.4); }
.promo-label { background: var(--accent-yellow); color: #111; font-family: var(--font-h); font-weight: bold; font-size: 16px; padding: 8px 16px; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 4px 0 #cda41a; }
.promo-card h2 { color: #fff; font-size: 2.5rem; margin-bottom: 30px; max-width: 90%; line-height: 1.2; font-family: var(--font-h); }
.promo-btn { display: inline-block; padding: 14px 32px; background: var(--accent-green); color: #0a1f11; font-family: var(--font-h); font-size: 1.1rem; font-weight: 600; border-radius: 50px; box-shadow: 0 6px 0 #119e49; transition: 0.2s; text-decoration: none; }
.promo-btn:hover { transform: translateY(4px); box-shadow: 0 2px 0 #119e49; }


.testi-section { position: relative; padding: 120px 0; background-size: cover; background-position: center; background-attachment: fixed; text-align: center; z-index: 1; margin-top: 80px; border-top: 4px solid var(--accent-green); border-bottom: 4px solid var(--accent-green); }
.testi-section::before { content: ""; position: absolute; inset: 0; background: rgba(17, 26, 44, 0.85); z-index: -1; }
.testi-content { max-width: 900px; margin: 0 auto; color: var(--text); position: relative; z-index: 10; }
.testi-quote { font-size: 2.5rem; font-weight: bold; margin-bottom: 30px; font-family: var(--font-h); color: var(--accent-green); line-height: 1.3;}
.testi-body { font-size: 1.2rem; color: var(--text); margin-bottom: 40px; font-style: italic; line-height: 1.8; font-family: var(--font-p); }
.testi-author img { width: 90px; height: 90px; border-radius: 50%; border: 4px solid var(--accent-yellow); margin: 0 auto 15px; display: block; object-fit: cover; }
.testi-author h4 { font-size: 1.5rem; margin-bottom: 5px; color: #fff; font-family: var(--font-h); }
.testi-author span { color: var(--accent-yellow); font-size: 1rem; font-family: var(--font-p); font-weight: bold; }
.testi-dots { display: flex; justify-content: center; gap: 12px; margin-top: 40px; }
.testi-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: 0.3s; box-shadow: inset 0 2px 0 rgba(0,0,0,0.2); }
.testi-dot.active { background: var(--accent-yellow); box-shadow: none; transform: scale(1.3); }

@media (max-width: 768px) {
    .promo-grid { grid-template-columns: 1fr; }
    .promo-card { min-height: 250px; padding: 40px 20px; border-radius: 20px; }
    .promo-card h2 { font-size: 2rem; }
    .testi-quote { font-size: 1.8rem; }
}


.forum-comment-box { background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 30px; text-align: left; max-width: 800px; margin: 0 auto; backdrop-filter: blur(8px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.forum-comment-header { display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; margin-bottom: 20px; }
.testi-author-name { font-size: 1.2rem; font-weight: bold; margin: 0; font-family: inherit; color: inherit; }
.testi-author-role { background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #fff; }
.forum-date { color: #aaa; font-size: 0.9rem; margin-left: auto; font-family: sans-serif; font-style: italic; }
.testi-quote { font-size: 1.8rem; margin-bottom: 15px; font-family: inherit; line-height: 1.3;}
.testi-body { font-size: 1.05rem; color: #ddd; line-height: 1.7; font-style: normal; font-family: inherit; }

@media (max-width: 768px) {
    .forum-comment-box { padding: 20px; }
    .forum-comment-header { flex-wrap: wrap; }
    .forum-date { margin-left: 0; width: 100%; margin-top: 10px; }
    .testi-quote { font-size: 1.4rem; }
}

.sp-header-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; }


.sp-mobile-btn { display: none; background: transparent; border: none; color: var(--accent-yellow); font-size: 28px; cursor: pointer; }
@media (max-width: 768px) {
    .sp-mobile-btn { display: block; }
    .sp-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(17, 26, 44, 0.98); padding: 20px 0; text-align: center; border-bottom: 2px solid var(--accent-green); box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
    .sp-nav.active { display: flex; }
    .sp-nav a { padding: 15px 0; }
    .sp-page-title h1 { font-size: 3rem; }
    .sp-hero { grid-template-columns: 1fr; text-align: center; }
    .sp-hero h1 { font-size: 3rem; margin-top: 20px; }
}
@media (max-width: 480px) {
    .sp-page-title h1 { font-size: 2.2rem; }
    .sp-hero h1 { font-size: 2.2rem; }
}
