/* ========== Template inner Page========== */

/* About Intro */
.about-intro { background: white; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-intro-text h3 { font-size: 28px; color: #1a1a2e; margin-bottom: 20px; font-weight: 700; }
.about-intro-text h3 span { color: #e53935; }
.about-intro-text p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 20px; }
.about-intro-visual { border-radius: 24px; overflow: hidden; height: 420px; position: relative; background: linear-gradient(135deg, #f5f5f5, #e8e8e8); }
.about-intro-visual img { width: 100%; height: 100%; object-fit: cover; }

/* Mission */
.mission-section{background:#f8f9fa;}
.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.mission-card{background:white;border-radius:24px;padding:40px;text-align:center;transition:all 0.3s;border:1px solid #f0f0f0;}
.mission-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(0,0,0,0.08);border-color:transparent;}
.mission-icon{width:72px;height:72px;border-radius:20px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 8px 24px rgba(0,0,0,0.08);}
.mission-icon.mi-1{background:linear-gradient(135deg,#fff5f0,#ffe8d6);}
.mission-icon.mi-2{background:linear-gradient(135deg,#f0f5ff,#d6e4ff);}
.mission-icon.mi-3{background:linear-gradient(135deg,#f0fff5,#d6ffe8);}
.mission-card h3{font-size:20px;color:#1a1a2e;margin-bottom:12px;font-weight:700;}
.mission-card p{font-size:15px;color:#666;line-height:1.7;}

/* ========== Professional Timeline ========== */
.timeline-section { background: white; }
.timeline { position: relative; max-width: 1000px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, transparent, #e53935 10%, #c62828 90%, transparent); transform: translateX(-50%); }
.timeline-item { display: flex; margin-bottom: 0; position: relative; min-height: 160px; }
.timeline-item:nth-child(odd) { flex-direction: row; }
.timeline-item:nth-child(even) { flex-direction: row-reverse; }
.timeline-content { width: 42%; padding: 28px 32px; background: #f8f9fa; border-radius: 16px; position: relative; transition: all 0.4s ease; border: 1px solid #f0f0f0; }
.timeline-content:hover { background: white; box-shadow: 0 12px 32px rgba(0,0,0,0.08); transform: scale(1.02); border-color: rgba(229,57,53,0.15); }
.timeline-item:nth-child(odd) .timeline-content { margin-right: auto; margin-left: 0; }
.timeline-item:nth-child(even) .timeline-content { margin-left: auto; margin-right: 0; }
.timeline-item:nth-child(odd) .timeline-content::after { content: ''; position: absolute; right: -10px; top: 32px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #f8f9fa; }
.timeline-item:nth-child(even) .timeline-content::after { content: ''; position: absolute; left: -10px; top: 32px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #f8f9fa; }
.timeline-content:hover::after { border-left-color: white; border-right-color: white; }
.timeline-content .year { display: inline-block; background: linear-gradient(135deg, #e53935, #c62828); color: white; padding: 6px 18px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-bottom: 14px; letter-spacing: 1px; }
.timeline-content h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; }
.timeline-content p { font-size: 14px; color: #666; line-height: 1.7; }
.timeline-dot { position: absolute; left: 50%; top: 32px; transform: translateX(-50%); width: 18px; height: 18px; background: white; border: 4px solid #e53935; border-radius: 50%; z-index: 2; box-shadow: 0 0 0 6px rgba(229,57,53,0.1); transition: all 0.3s ease; }
.timeline-item:hover .timeline-dot { box-shadow: 0 0 0 10px rgba(229,57,53,0.2); transform: translateX(-50%) scale(1.15); }

/* Stats */
.stats-section { background: linear-gradient(135deg, #0f0f1f, #1a1a3e); color: white;}
.stats-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;}
.stat-card {background: #f8f9fa; border-radius: 24px; padding: 40px;text-align: center; transition: all 0.3s;border: 1px solid #f0f0f0;}
/* .stat-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 40px; text-align: center; transition: all 0.3s; } */
.stat-card:hover {transform: translateY(-5px);box-shadow: 0 16px 32px rgba(0,0,0,0.06);border-color: #e53935;}
.section-header.stats h2 { font-size: 36px; color: #ffff; margin-bottom: 16px; font-weight: 700; }
.stat-card h3 { font-size: 48px; color: #e53935; font-weight: 800; margin-bottom: 8px; }
.stat-card p { font-size: 15px; color: #666; font-weight: 500; }
.stat-card .icon { font-size: 36px; margin-bottom: 16px; }

/* Team */
.team-section { background: #f8f9fa; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: white; border-radius: 24px; overflow: hidden; text-align: center; transition: all 0.3s; border: 1px solid #f0f0f0; }
.team-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.08); border-color: transparent; }
.team-avatar { width: 100%; height: 240px;background: linear-gradient(135deg, rgba(229,57,53,0.1), rgba(247,147,30,0.05));display: flex; align-items: center; justify-content: center;font-size: 64px; position: relative;}
.team-avatar.img-card { background: linear-gradient(135deg, #1a1a2e, #16213e); }
.team-avatar.img-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-avatar.icon-card { background: linear-gradient(135deg, #f5f5f5, #ebebeb); }
.team-info { padding: 28px; }
.team-info h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 6px; font-weight: 700; }
.team-info .role { font-size: 14px; color: #e53935; font-weight: 600; margin-bottom: 12px; }
.team-info p { font-size: 13px; color: #666; line-height: 1.5; }
/* About Intro Over*/

/* Course System */
.course-section { background: white; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.course-card {background: #f8f9fa; border-radius: 24px; padding: 40px;transition: all 0.3s; border: 1px solid #f0f0f0;position: relative; overflow: hidden;}
.course-card:hover { transform: translateY(-10px); box-shadow: 0 24px 48px rgba(0,0,0,0.08); border-color: transparent; background: white; }
.course-level {display: inline-block; padding: 6px 16px; border-radius: 20px;font-size: 12px; font-weight: 700; margin-bottom: 20px;}
.course-level.beginner { background: #e8f5e9; color: #2e7d32; }
.course-level.intermediate { background: #fff3e0; color: #ef6c00; }
.course-level.advanced { background: #fce4ec; color: #c62828; }
.course-card h3 { font-size: 22px; color: #1a1a2e; margin-bottom: 16px; font-weight: 700; }
.course-card p { font-size: 15px; color: #666; line-height: 1.7; margin-bottom: 24px; }
.course-features { list-style: none; }
.course-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; margin-bottom: 10px; }
.course-features li::before { content:'✔';width:18px;height:18px;background:linear-gradient(135deg,#e53935,#c62828);border-radius:50%;flex-shrink:0;margin-right:8px;position:relative;display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:12px;font-weight:bold;line-height:1; }
.course-features li::after { content: ''; position: absolute; left: 6px; top: 50%; transform: translateY(-60%) rotate(45deg); width: 4px; height: 8px; border-right: 2px solid white; border-bottom: 2px solid white; }

/* Training Stats */
.training-stats { background: linear-gradient(135deg, #0f0f1f, #1a1a3e); color: white; }
.training-stats .section-header h2 { color: white; }
.training-stats .section-header p { color: rgba(255,255,255,0.6); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item h3 { font-size: 48px; color: #e53935; font-weight: 800; margin-bottom: 8px; }
.stat-item p { font-size: 15px; color: rgba(255,255,255,0.5); }

/* Coaches */
.coaches-section { background: white; }
.coaches-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.coach-card {background: #f8f9fa; border-radius: 24px; overflow: hidden;text-align: center; transition: all 0.3s; border: 1px solid #f0f0f0;}
.coach-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.08); border-color: transparent; background: white; }
.coach-avatar {width: 100%; height: 200px; background: linear-gradient(135deg, rgba(229,57,53,0.1), rgba(247,147,30,0.05));display: flex; align-items: center; justify-content: center; font-size: 64px;}
.coach-info { padding: 24px; }
.coach-info h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 6px; font-weight: 700; }
.coach-info .cert { font-size: 13px; color: #e53935; font-weight: 600; margin-bottom: 10px; }
.coach-info p { font-size: 13px; color: #666; line-height: 1.5; }

/* Club Network */
.club-section { background: #f8f9fa; }
.club-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.club-card {background: white; border-radius: 24px; padding: 36px;transition: all 0.3s; border: 1px solid #f0f0f0;}
.club-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.08); border-color: transparent; }
.club-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.club-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #e53935, #c62828); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; flex-shrink: 0; }
.club-header h4 { font-size: 18px; color: #1a1a2e; font-weight: 700; }
.club-header span { font-size: 13px; color: #999; }
.club-card p { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 16px; }
.club-meta { display: flex; gap: 16px; font-size: 13px; color: #e53935; font-weight: 500; }

/* Youth */
.youth-section { background: white; }
.youth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.youth-info h3 { font-size: 28px; color: #1a1a2e; margin-bottom: 20px; font-weight: 700; }
.youth-info h3 span { color: #e53935; }
.youth-info p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 24px; }
.youth-programs { display: flex; flex-direction: column; gap: 16px; }
.youth-program { display: flex; gap: 20px; align-items: flex-start; background: #f8f9fa; padding: 24px; border-radius: 16px; }
.youth-program-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #e53935, #c62828); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-size: 22px; flex-shrink: 0; }
.youth-program-text h4 { font-size: 16px; color: #1a1a2e; margin-bottom: 6px; font-weight: 700; }
.youth-program-text p { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }
.youth-visual { border-radius: 24px; overflow: hidden; height: 420px; }
.youth-visual img { width: 100%; height: 100%; object-fit: cover; }
/* Course System Over*/

/* ===== Story ===== */
.story-brand { min-height: 600px; background: url(../images/ppgs.jpg) center / cover no-repeat; position: relative; overflow: hidden; display: flex; align-items: center; }
.story-brand::before { content: ''; position: absolute; width: 600px; height: 600px; top: -200px; right: -100px; background: radial-gradient(circle, rgba(229,57,53,0.1), transparent 60%); border-radius: 50%; }
.story-brand-container { max-width: 1280px; margin: 0 auto; width: 100%; padding: 120px 24px 80px; position: relative; z-index: 2; text-align: center; }
.story-brand-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(229,57,53,0.12); border: 1px solid rgba(229,57,53,0.3); color: #ff6b6b; padding: 8px 22px; border-radius: 30px; font-size: 14px; font-weight: 600; margin-bottom: 28px; }
.story-brand h1 { font-size: 52px; color: white; font-weight: 800; margin-bottom: 20px; line-height: 1.15; letter-spacing: -1px; }
.story-brand h1 span { background: linear-gradient(135deg, #ff6b6b, #e53935); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.story-brand-slogan { font-size: 22px; color: rgba(255,255,255,0.85); font-weight: 600; margin-bottom: 20px; }
.story-brand-desc { font-size: 16px; color: rgba(255,255,255,0.55); max-width: 640px; margin: 0 auto 40px; line-height: 1.8; }
.story-brand-cta { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #e53935, #c62828); color: white; padding: 14px 36px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 15px; box-shadow: 0 8px 30px rgba(229,57,53,0.3); }
.story-brand-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(229,57,53,0.4); }

/* ===== Brand Mission ===== */
.story-brand-section { background: white; }
.story-brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-brand-content h3 { font-size: 32px; color: #1a1a2e; font-weight: 700; margin-bottom: 20px; line-height: 1.3; }
.story-brand-content h3 span { color: #e53935; }
.story-brand-content p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 24px; }
.story-brand-values { display: flex; flex-direction: column; gap: 16px; }
.mvalue { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: #f8f9fa; border-radius: 16px; border-left: 4px solid #e53935; }
.mvalue-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #e53935, #c62828); display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.mvalue h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 6px; font-weight: 700; }
.mvalue p { font-size: 14px; color: #888; line-height: 1.6; margin: 0; }
.story-brand-visual { background: linear-gradient(135deg, #0a0a1a, #1a1a3e); border-radius: 24px; padding: 48px; color: white; min-height: 480px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.story-brand-visual::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(229,57,53,0.15), transparent 70%); border-radius: 50%; }
.story-brand-visual .quote { font-size: 28px; font-weight: 700; line-height: 1.4; margin-bottom: 24px; position: relative; }
.story-brand-visual .quote::before { content: '"'; font-size: 60px; color: rgba(229,57,53,0.3); line-height: 1; position: absolute; top: -20px; left: -10px; }
.story-brand-visual .author { font-size: 16px; color: rgba(255,255,255,0.6); position: relative; }
.story-brand-visual .author strong { color: #e53935; }

/* ===== Section Common ===== */
.section { padding: 100px 24px; }
.section-container { max-width: 1280px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #e53935; font-weight: 600; letter-spacing: 1px; margin-bottom: 12px; background: #fff5f0; padding: 6px 16px; border-radius: 20px; }
.section-header h2 { font-size: 40px; color: #1a1a2e; font-weight: 700; margin-bottom: 16px; }
.section-header h2 span { color: #e53935; }
.section-header p { font-size: 17px; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.7; }

/* ===== Timeline (Professional Style from about.html) ===== */
.timeline-section { background: #f8f9fa; }
.timeline { position: relative; max-width: 1000px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, transparent, #e53935 10%, #c62828 90%, transparent); transform: translateX(-50%); }
.timeline-item { display: flex; margin-bottom: 0; position: relative; min-height: 160px; }
.timeline-item:nth-child(odd) { flex-direction: row; }
.timeline-item:nth-child(even) { flex-direction: row-reverse; }
.timeline-content { width: 42%; padding: 28px 32px; background: white; border-radius: 16px; position: relative; transition: all 0.4s ease; border: 1px solid #f0f0f0; }
.timeline-content:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.08); transform: scale(1.02); border-color: rgba(229,57,53,0.15); }
.timeline-item:nth-child(odd) .timeline-content { margin-right: auto; margin-left: 0; }
.timeline-item:nth-child(even) .timeline-content { margin-left: auto; margin-right: 0; }
.timeline-item:nth-child(odd) .timeline-content::after { content: ''; position: absolute; right: -10px; top: 32px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid white; }
.timeline-item:nth-child(even) .timeline-content::after { content: ''; position: absolute; left: -10px; top: 32px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid white; }
.timeline-content .year { display: inline-block; background: linear-gradient(135deg, #e53935, #c62828); color: white; padding: 6px 18px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-bottom: 14px; letter-spacing: 1px; }
.timeline-content h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; }
.timeline-content p { font-size: 14px; color: #666; line-height: 1.7; }
.timeline-content .tag { display: inline-block; font-size: 12px; color: #e53935; background: #fff5f0; padding: 4px 12px; border-radius: 6px; margin-top: 10px; font-weight: 600; }
.timeline-dot { position: absolute; left: 50%; top: 32px; transform: translateX(-50%); width: 18px; height: 18px; background: white; border: 4px solid #e53935; border-radius: 50%; z-index: 2; box-shadow: 0 0 0 6px rgba(229,57,53,0.1); transition: all 0.3s ease; }
.timeline-item:hover .timeline-dot { box-shadow: 0 0 0 10px rgba(229,57,53,0.2); transform: translateX(-50%) scale(1.15); }

/* ===== Brand Positioning ===== */
.position-section { background: white; }
.position-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pos-card { background: #f8f9fa; border-radius: 24px; padding: 44px 32px; text-align: center; transition: all 0.4s ease; border: 1px solid #f0f0f0; position: relative; overflow: hidden; }
.pos-card::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: linear-gradient(90deg, #e53935, #c62828); border-radius: 4px 4px 0 0; opacity: 0; transition: opacity 0.4s; }
.pos-card:hover { transform: translateY(-10px); box-shadow: 0 24px 48px rgba(0,0,0,0.1); border-color: transparent; }
.pos-card:hover::after { opacity: 1; }
.pos-num { font-size: 56px; font-weight: 800; color: rgba(229,57,53,0.12); line-height: 1; margin-bottom: 16px; }
.pos-icon { width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(135deg, #e53935, #c62828); display: flex; align-items: center; justify-content: center; color: white; font-size: 22px; font-weight: 700; margin: 0 auto 20px; }
.pos-card h3 { font-size: 22px; color: #1a1a2e; margin-bottom: 12px; font-weight: 700; }
.pos-card p { font-size: 15px; color: #666; line-height: 1.7; }

/* ===== Brand Ecosystem ===== */
.eco-section { background: linear-gradient(135deg, #050510 0%, #0f0f2e 50%, #0a1a3a 100%); color: white; padding: 100px 24px; position: relative; overflow: hidden; }
.eco-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(229,57,53,0.08), transparent 70%); border-radius: 50%; }
.eco-container { max-width: 1280px; margin: 0 auto; position: relative; z-index: 2; }
.eco-header { text-align: center; margin-bottom: 64px; }
.eco-header .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #e53935; font-weight: 600; letter-spacing: 2px; margin-bottom: 16px; background: rgba(229,57,53,0.15); padding: 8px 20px; border-radius: 20px; border: 1px solid rgba(229,57,53,0.25); }
.eco-header h2 { font-size: 40px; font-weight: 700; margin-bottom: 16px; }
.eco-header p { font-size: 17px; color: rgba(255,255,255,0.55); max-width: 600px; margin: 0 auto; }
.eco-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.eco-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 36px 20px; text-align: center; transition: all 0.4s ease; }
.eco-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(229,57,53,0.3); transform: translateY(-8px); }
.eco-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(229,57,53,0.2); display: flex; align-items: center; justify-content: center; color: #e53935; font-size: 22px; font-weight: 700; margin: 0 auto 16px; border: 1px solid rgba(229,57,53,0.2); }
.eco-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.eco-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; }
.eco-connector-row { display: flex; align-items: center; justify-content: center; padding: 12px 0; font-size: 20px; color: rgba(229,57,53,0.5); letter-spacing: 8px; }

/* ===== Promise ===== */
.promise-section { background: #f8f9fa; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.promise-card { background: white; border-radius: 20px; padding: 36px 24px; text-align: center; transition: all 0.3s; border: 1px solid #f0f0f0; }
.promise-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.08); border-color: transparent; }
.promise-icon { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #fff5f0, #ffe8d6); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 20px; color: #e53935; font-weight: 700; }
.promise-card h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; }
.promise-card p { font-size: 14px; color: #888; line-height: 1.6; }

/* ===== CTA ===== */
.cta-section { background: linear-gradient(135deg, #e53935, #c62828); padding: 100px 24px; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); }
.cta-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.cta-section h2 { font-size: 40px; margin-bottom: 16px; font-weight: 700; }
.cta-section p { font-size: 18px; opacity: 0.9; margin-bottom: 36px; line-height: 1.7; }
.cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: white; color: #e53935; padding: 16px 40px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
.btn-ghost-w { border: 2px solid rgba(255,255,255,0.4); color: white; padding: 16px 40px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s; }
.btn-ghost-w:hover { background: rgba(255,255,255,0.1); border-color: white; }
/* ===== Story Over===== */

/* Product Grid */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { text-decoration: none;background: white; border-radius: 24px; overflow: hidden; border: 1px solid #f0f0f0; transition: all 0.3s; cursor: pointer; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.1); border-color: transparent; }
.product-img { height: 360px; background: linear-gradient(135deg, #f8f9fa, #eef0f2); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 20px; }
.product-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s ease; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-info { padding: 28px; }
.product-brand-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #e53935; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; background: #fff5f0; padding: 4px 12px; border-radius: 8px; margin-bottom: 10px; }
.product-info h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; }
.product-info p { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.product-tag { font-size: 12px; color: #666; background: #f5f5f5; padding: 4px 12px; border-radius: 8px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.page-btn { min-width: 40px; height: 40px; border-radius: 10px; border: 1px solid #e0e0e0; background: white; color: #333; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s; font-family: inherit; display: flex; align-items: center; justify-content: center; }
.page-btn:hover { border-color: #e53935; color: #e53935; }
.page-btn.active { background: linear-gradient(135deg, #e53935, #c62828); color: white; border-color: transparent; }
.page-btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* Ecommerce CTA */
.ecom-cta { background: linear-gradient(135deg, #0f0f1f, #1a1a3e); color: white; position: relative; overflow: hidden; }
.ecom-cta::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(229,57,53,0.1), transparent 70%); border-radius: 50%; }
.ecom-cta .section-header h2 { color: white; }
.ecom-cta .section-header p { color: rgba(255,255,255,0.6); }
.ecom-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; position: relative; z-index: 2; }
.ecom-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 40px; text-align: center; transition: all 0.3s; }
.ecom-card:hover { border-color: rgba(229,57,53,0.3); transform: translateY(-8px); }
.ecom-logo { height: 50px; margin-bottom: 20px; }
.ecom-logo img { height: 100%; width: auto; border-radius: 8px; }
.ecom-card h3 { font-size: 22px; margin-bottom: 12px; font-weight: 700; }
.ecom-card p { font-size: 15px; color: rgba(255,255,255,0.6); margin-bottom: 24px; line-height: 1.6; }
.ecom-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #e53935, #c62828); color: white; padding: 12px 32px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s; }
.ecom-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,57,53,0.3); }

/* Services */
.services-section { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: #f8f9fa; border-radius: 24px; padding: 36px 28px; text-align: center; transition: all 0.3s; border: 1px solid #f0f0f0; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.08); border-color: transparent; background: white; }
.service-icon-wrap { display: flex; justify-content: center; margin-bottom: 20px; }
.css-icon-svc { width: 56px; height: 56px; border-radius: 16px; font-size: 40px;display: flex; align-items: center; justify-content: center; position: relative; }
.svc-bg1 { background: linear-gradient(135deg, #fff5f0, #ffe8d6); }
.svc-bg2 { background: linear-gradient(135deg, #f0f5ff, #d6e4ff); }
.svc-bg3 { background: linear-gradient(135deg, #f0fff5, #d6ffe8); }
.svc-bg4 { background: linear-gradient(135deg, #fff0f5, #ffd6e8); }

.service-card h3 { font-size: 18px; color: #1a1a2e; margin-bottom: 12px; font-weight: 700; }
.service-card p { font-size: 14px; color: #666; line-height: 1.6; }

.cta-section { background: linear-gradient(135deg, #e53935, #c62828); padding: 80px 24px; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); }
.cta-section h2 { font-size: 36px; margin-bottom: 16px; font-weight: 700; position: relative; z-index: 2; }
.cta-section p { font-size: 16px; opacity: 0.9; max-width: 600px; margin: 0 auto 32px; position: relative; z-index: 2; line-height: 1.6; }
.cta-btn { background: white; color: #e53935; padding: 16px 48px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s; position: relative; z-index: 2; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
/* Product Grid Over */

/* Player Detail Cards */
.player-detail { background: white; }
.player-card-large {display: grid; grid-template-columns: 1fr 1.2fr;gap: 0; background: white; border-radius: 24px;overflow: hidden; border: 1px solid #f0f0f0;margin-bottom: 40px;}
.player-card-large:last-child { margin-bottom: 0; }
.player-visual { position: relative; overflow: hidden; min-height: 500px; background: linear-gradient(135deg, #1a1a2e, #16213e); }
.player-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.player-tag {position: absolute; top: 24px; right: 24px;background: rgba(229,57,53,0.9); color: white;padding: 8px 20px; border-radius: 20px; font-size: 13px; font-weight: 700;}
.player-detail-info { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.player-detail-info h3 { font-size: 36px; color: #1a1a2e; margin-bottom: 8px; font-weight: 800; }
.player-role { font-size: 16px; color: #e53935; font-weight: 600; margin-bottom: 24px; display: flex; align-items: center; gap: 8px; }
.player-desc { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 32px; }
.player-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.player-stat-box { background: #f8f9fa; border-radius: 16px; padding: 20px; text-align: center; }
.player-stat-box h4 { font-size: 28px; color: #e53935; font-weight: 800; margin-bottom: 4px; }
.player-stat-box p { font-size: 13px; color: #666; }
.achievements-list { display: flex; flex-direction: column; gap: 12px; }
.achievement-item { display: flex; align-items: flex-start; gap: 12px; background: #f8f9fa; padding: 14px 16px; border-radius: 12px; border-left: 3px solid #e53935; }
.achievement-item .icon { font-size: 20px; flex-shrink: 0; }
.achievement-item .text { font-size: 14px; color: #555; line-height: 1.5; }
.achievement-item .text strong { color: #1a1a2e; }
.player-equipment { margin-top: 24px; padding-top: 24px; border-top: 1px solid #f0f0f0; display: flex; align-items: center; gap: 12px; }
.eq-label { font-size: 13px; color: #999; font-weight: 600; }
.eq-brand { background: linear-gradient(135deg, #e53935, #c62828); color: white; padding: 8px 18px; border-radius: 8px; font-size: 14px; font-weight: 700; }

/* Players Grid - More Players */
.more-players { background: linear-gradient(135deg, #0f0f1f, #1a1a3e); color: white; }
.more-players .section-header h2 { color: white; }
.more-players .section-header p { color: rgba(255,255,255,0.6); }
.players-grid{order:1;display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}
.player-card{display:flex;flex-direction:column;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.08);border-radius:24px;overflow:hidden;transition:all 0.3s}
.player-card:hover{border-color:rgba(229, 57, 53, 0.3);transform:translateY(-8px);box-shadow:0 24px 48px rgba(0, 0, 0, 0.2)}
.player-card-visual{height:240px;font-size:50px;background:linear-gradient(135deg, rgba(229, 57, 53, 0.1), rgba(247, 147, 30, 0.05));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.player-card-visual img{width:100%;height:100%;object-fit:cover}
.player-card-info{padding:24px;}
.player-card-info h4{font-size:18px;margin-bottom:6px;font-weight:700}
.player-card-info .role{font-size:13px;color:#e53935;font-weight:600;margin-bottom:10px}
.player-card-info p{font-size:13px;color:rgba(255, 255, 255, 0.5);line-height:1.5}

/* Recruitment */
.recruit-section { background: #f8f9fa; }
.recruit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.recruit-info h3 { font-size: 28px; color: #1a1a2e; margin-bottom: 20px; font-weight: 700; }
.recruit-info h3 span { color: #e53935; }
.recruit-info p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 24px; }
.recruit-benefits { display: flex; flex-direction: column; gap: 14px; }
.recruit-benefit { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #555; }
.recruit-benefit::before {content:'✔';width:18px;height:18px;background:linear-gradient(135deg,#e53935,#c62828);border-radius:50%;flex-shrink:0;margin-right:8px;position:relative;display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:12px;font-weight:bold;line-height:1;}
.recruit-benefit::after { content: ''; position: absolute; left: 7px; top: 50%; transform: translateY(-60%) rotate(45deg); width: 4px; height: 8px; border-right: 2px solid white; border-bottom: 2px solid white; }
.recruit-visual { background: white; border-radius: 24px; padding: 40px; border: 1px solid #f0f0f0; }
.recruit-form-title { font-size: 20px; color: #1a1a2e; margin-bottom: 24px; font-weight: 700; text-align: center; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; color: #555; margin-bottom: 8px; font-weight: 500; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 18px; border: 1px solid #e0e0e0; border-radius: 12px; font-size: 15px; font-family: inherit;transition: border-color 0.3s; background: #f8f9fa;}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #e53935; background: white; }
.form-group textarea { resize: vertical; min-height: 100px; }
.submit-btn {width: 100%; padding: 16px; background: linear-gradient(135deg, #e53935, #c62828);color: white; border: none; border-radius: 12px; font-size: 16px;font-weight: 700; cursor: pointer; transition: all 0.3s; font-family: inherit;}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,57,53,0.3); }
/* Player Detail Cards Over*/

/* ========== Content starts ========== */
.css-icon { width: 72px; height: 72px; border-radius: 20px; font-size:48px;display: flex; align-items: center; justify-content: center; position: relative; flex-shrink: 0; }
.css-icon-sm { width: 48px; height: 48px; border-radius: 14px; }
.coop-icon-wrap { display: flex; justify-content: center; margin-bottom: 20px; }
.ci-bg1 { background: linear-gradient(135deg, #fff5f0, #ffe8d6); }
.ci-bg2 { background: linear-gradient(135deg, #f0f5ff, #d6e4ff); }
.ci-bg3 { background: linear-gradient(135deg, #f0fff5, #d6ffe8); }
.ci-bg4 { background: linear-gradient(135deg, #fff0f5, #ffd6e8); }
.ci-bg5 { background: linear-gradient(135deg, #f5f0ff, #e8d6ff); }
.ci-bg6 { background: linear-gradient(135deg, #fff8f0, #ffe0c0); }
.ci-red { background: linear-gradient(135deg, #e53935, #c62828); }

/* Cooperation Types */
.coop-types { background: white; }
.coop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.coop-card { background: #f8f9fa; border-radius: 24px; padding: 40px; transition: all 0.3s; border: 1px solid #f0f0f0; }
.coop-card:hover { transform: translateY(-10px); box-shadow: 0 24px 48px rgba(0,0,0,0.08); border-color: transparent; background: white; }
.coop-card h3 { font-size: 20px; color: #1a1a2e; margin-bottom: 12px; font-weight: 700; }
.coop-card p { font-size: 15px; color: #666; line-height: 1.7; margin-bottom: 20px; }
.coop-features { list-style: none; text-align: left; }
.coop-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; margin-bottom: 10px; padding-left: 4px; }
.coop-features li::before { content:'✔';width:18px;height:18px;background:linear-gradient(135deg,#e53935,#c62828);border-radius:50%;flex-shrink:0;margin-right:8px;position:relative;display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:12px;font-weight:bold;line-height:1;}
.coop-features li::after { content: ''; position: absolute; width: 4px; height: 7px; border-right: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(45deg); margin-left: -12px; margin-top: -2px; }

/* Contact Section with Map */
.contact-section { background: #f8f9fa; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-left { display: flex; flex-direction: column; gap: 24px; }
.map-wrap { border-radius: 20px; overflow: hidden; border: 1px solid #e0e0e0; height: 320px; background: #e8e8e8; }
.map-wrap iframe { width: 100%; height: 100%; border: none; }
.contact-info-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-card-sm { background: white; border-radius: 16px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; border: 1px solid #f0f0f0; transition: all 0.3s; }
.contact-card-sm:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.06); border-color: rgba(229,57,53,0.15); transform: translateY(-3px); }
.cci-icon { width: 44px; height: 44px; background: linear-gradient(135deg, #e53935, #c62828); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; flex-shrink: 0; }
.cci-text h4 { font-size: 15px; color: #1a1a2e; margin-bottom: 4px; font-weight: 700; }
.cci-text p { font-size: 13px; color: #666; line-height: 1.5; }

/* Enhanced Form */
.contact-form-wrapper { background: white; border-radius: 24px; padding: 40px; border: 1px solid #f0f0f0; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.contact-form-wrapper h3 { font-size: 22px; color: #1a1a2e; margin-bottom: 8px; font-weight: 700; }
.form-subtitle { font-size: 14px; color: #999; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; color: #555; margin-bottom: 8px; font-weight: 600; }
.form-group label .required { color: #e53935; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; border: 1.5px solid #e8e8e8; border-radius: 12px; font-size: 15px; font-family: inherit; transition: all 0.3s; background: #fafafa; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #e53935; background: white; box-shadow: 0 0 0 4px rgba(229,57,53,0.08); }
.form-group textarea { resize: vertical; min-height: 110px; }
.submit-btn { width: 100%; padding: 16px; background: linear-gradient(135deg, #e53935, #c62828); color: white; border: none; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-family: inherit; margin-top: 8px; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,57,53,0.3); }

/* FAQ */
.faq-section { background: white; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #f0f0f0; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; font-size: 17px; color: #1a1a2e; font-weight: 600; transition: color 0.3s; }
.faq-question:hover { color: #e53935; }
.faq-question .toggle { width: 28px; height: 28px; border-radius: 50%; background: #f5f5f5; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #999; transition: all 0.3s; flex-shrink: 0; margin-left: 12px; }
.faq-item.active .faq-question .toggle { background: linear-gradient(135deg, #e53935, #c62828); color: white; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p { padding-bottom: 24px; font-size: 15px; color: #666; line-height: 1.8; }
/* ========== Content Over ========== */

/* News Starts*/
.featured-news { background: white; }
.featured-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; }
.featured-main { border-radius: 24px; overflow: hidden; position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer; }
.featured-main-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url() center/cover no-repeat; transition: transform 0.5s ease; }
.featured-main:hover .featured-main-img { transform: scale(1.05); }
.featured-main-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(10,10,26,0.95), transparent 60%); }
.featured-main-content { position: relative; z-index: 2; padding: 40px; color: white; }
.featured-badge { display: inline-flex; align-items: center; gap: 6px; background: #e53935; padding: 8px 18px; border-radius: 20px; font-size: 13px; font-weight: 700; margin-bottom: 20px; width: fit-content; }
.featured-main-content h3 { font-size: 28px; margin-bottom: 12px; font-weight: 700; }
.featured-main-content p { color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 20px; font-size: 15px; }
.featured-date { font-size: 13px; color: rgba(255,255,255,0.5); }
.news-side { display: flex; flex-direction: column; gap: 20px; }
.news-item { background: #f8f9fa; border-radius: 20px; padding: 28px; transition: all 0.3s; cursor: pointer; border: 1px solid transparent;text-decoration: none;color: inherit;display: block;}
.news-item:hover { background: white; border-color: #e53935; transform: translateX(8px); box-shadow: 0 12px 24px rgba(0,0,0,0.06); }
.news-item .tag { font-size: 12px; color: #e53935; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.news-item h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; }
.news-item .desc { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 12px; }
.news-item .date { font-size: 13px; color: #999; }

/* News List with Pagination */
.news-list { background: #f8f9fa; }
.news-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.news-tab { padding: 12px 28px; border-radius: 30px; border: 1px solid #e0e0e0; background: white; color: #333; font-size: 15px; font-weight: 500; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.news-tab:hover { border-color: #e53935; color: #e53935; }
.news-tab.active { background: linear-gradient(135deg, #e53935, #c62828); color: white; border-color: transparent; }
.news-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-card { border-radius: 16px; overflow: hidden; background: white; border: 1px solid #eee; transition: all 0.3s; text-decoration: none; color: inherit; display: block; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(0,0,0,0.06); }
.news-img { height: 200px; background: linear-gradient(135deg, #f0f0f0, #e0e0e0); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card:hover .news-img img { transform: scale(1.05); }
.news-body { padding: 24px; }
.news-tag { display: inline-block; padding: 4px 12px; background: #fff5f0; color: #e53935; border-radius: 4px; font-size: 12px; font-weight: 600; margin-bottom: 12px; }
.news-body h3 { font-size: 18px; color: #1a1a2e; margin-bottom: 12px; line-height: 1.4; font-weight: 600; }
.news-body p { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-date { font-size: 13px; color: #999; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; }
.page-btn { min-width: 40px; height: 40px; border-radius: 10px; border: 1px solid #e0e0e0; background: white; color: #333; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s; font-family: inherit; display: flex; align-items: center; justify-content: center; }
.page-btn:hover { border-color: #e53935; color: #e53935; }
.page-btn.active { background: linear-gradient(135deg, #e53935, #c62828); color: white; border-color: transparent; }
.page-btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* Newsletter */
.newsletter { background: linear-gradient(135deg, #0f0f1f, #1a1a3e); color: white; position: relative; overflow: hidden; }
.newsletter::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(229,57,53,0.1), transparent 70%); border-radius: 50%; }
.newsletter .section-header h2 { color: white; }
.newsletter .section-header p { color: rgba(255,255,255,0.6); }
.newsletter-form { max-width: 600px; margin: 0 auto; position: relative; z-index: 2; }
.newsletter-input-group { display: flex; gap: 12px; }
.newsletter-input-group input { flex: 1; padding: 16px 24px; border: 1px solid rgba(255,255,255,0.2); border-radius: 30px; font-size: 16px; font-family: inherit; background: rgba(255,255,255,0.05); color: white; }
.newsletter-input-group input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-input-group input:focus { outline: none; border-color: #e53935; }
.newsletter-input-group button { padding: 16px 32px; background: linear-gradient(135deg, #e53935, #c62828); color: white; border: none; border-radius: 30px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.newsletter-input-group button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,57,53,0.3); }
/* News Over*/

/* Article */
.article-header { margin-bottom: 40px; }
.article-tag { display: inline-block; padding: 6px 16px; background: #fff5f0; color: #e53935; border-radius: 6px; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.article-header h1 { font-size: 32px; color: #1a1a2e; margin-bottom: 16px; font-weight: 800; line-height: 1.3; }
.article-meta { display: flex; align-items: center; gap: 24px; font-size: 14px; color: #999; }
.article-meta .date { display: flex; align-items: center; gap: 6px; }
.article-cover { width: 100%; max-height: 400px; object-fit: cover; border-radius: 20px; margin-bottom: 40px; }
.article-body { font-size: 17px; color: #444; line-height: 1.9; }
.article-body p { margin-bottom: 24px; }
.article-body strong { color: #1a1a2e; font-weight: 700; }
.article-body h3 { font-size: 22px; color: #1a1a2e; margin: 40px 0 20px; font-weight: 700; }
.article-body ul { margin: 0 0 24px 24px; }
.article-body ul li { margin-bottom: 10px; }

.article-footer { margin-top: 48px; padding-top: 32px; border-top: 1px solid #f0f0f0; display: flex; justify-content: space-between; align-items: center; }
.btn-back { padding: 12px 28px; border-radius: 12px; border: 1.5px solid #e0e0e0; background: white; color: #555; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; font-family: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-back:hover { border-color: #e53935; color: #e53935; background: #fff5f0; }
.article-share { display: flex; gap: 8px; }
.share-btn { padding: 10px 20px; border-radius: 8px; border: 1px solid #e0e0e0; background: white; color: #666; font-size: 13px; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.share-btn:hover { border-color: #e53935; color: #e53935; }

/* Related News */
.related-section { background: white; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: 36px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; }
.section-header h2 span { color: #e53935; }
.related-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-news-card { background: #f8f9fa; border-radius: 16px; padding: 28px; text-decoration: none; color: inherit; display: block; transition: all 0.3s; border: 1px solid transparent; }
.related-news-card:hover { background: white; border-color: #e53935; box-shadow: 0 12px 24px rgba(0,0,0,0.06); }
.related-news-card .tag { font-size: 12px; color: #e53935; font-weight: 700; margin-bottom: 10px; }
.related-news-card h4 { font-size: 16px; color: #1a1a2e; margin-bottom: 10px; font-weight: 700; line-height: 1.4; }
.related-news-card .desc { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-news-card .date { font-size: 13px; color: #999; }

/* Event Tabs Starts*/ 
.event-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}
.event-tab{padding:12px 28px;border-radius:30px;border:1px solid #e0e0e0;background:white;color:#333;font-size:15px;font-weight:500;cursor:pointer;transition:all 0.3s;font-family:inherit}
.event-tab:hover{border-color:#e53935;color:#e53935}
.event-tab.active{background:linear-gradient(135deg, #e53935, #c62828);color:white;border-color:transparent}

/* Event */ 
.match-event{background:white}
.match-card{border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;min-height:450px;border:1px solid #f0f0f0}
.match-img{position:relative;background:linear-gradient(135deg, #1a1a2e, #16213e);display:flex;align-items:center;justify-content:center;overflow:hidden}
.match-img img{width:100%;height:100%;object-fit:cover}
.match-badge{position:absolute;top:24px;left:24px;background:linear-gradient(135deg, #e53935, #c62828);color:white;padding:10px 24px;border-radius:20px;font-size:14px;font-weight:700}
.match-content{padding:48px;display:flex;flex-direction:column;justify-content:center}
.match-content h3{font-size:32px;color:#1a1a2e;margin-bottom:16px;font-weight:700}
.match-content p{font-size:16px;color:#666;line-height:1.8;margin-bottom:28px}
.match-meta{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}
.match-meta-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#555}
.match-meta-item .icon{font-size:20px}
.match-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, #e53935, #c62828);color:white;padding:14px 36px;border-radius:30px;text-decoration:none;font-weight:600;font-size:15px;transition:all 0.3s;box-shadow:0 8px 30px rgba(229, 57, 53, 0.3);width:fit-content}
.match-btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(229, 57, 53, 0.4)}

/* Event List */ 
.events-list{background:#f8f9fa}
.events-list-grid{display:flex;flex-direction:column;gap:24px}
.event-row{display:grid;grid-template-columns:120px 1fr auto;gap:32px;align-items:center;background:white;border-radius:20px;padding:28px 32px;border:1px solid #f0f0f0;transition:all 0.3s}
.event-row:hover{transform:translateX(8px);box-shadow:0 12px 24px rgba(0, 0, 0, 0.06);border-color:rgba(229, 57, 53, 0.2)}
.event-date{text-align:center}
.event-date .month{font-size:14px;color:#e53935;font-weight:600;text-transform:uppercase}
.event-date .day{font-size:36px;font-weight:800;color:#1a1a2e;line-height:1}
.event-date .year{font-size:13px;color:#999}
.event-info h4{font-size:20px;color:#1a1a2e;margin-bottom:8px;font-weight:700}
.event-info p{font-size:14px;color:#666;line-height:1.6}
.event-tags{display:flex;gap:8px;margin-top:12px}
.event-tag{font-size:12px;color:#e53935;background:#fff5f0;padding:4px 12px;border-radius:8px;font-weight:500}
.event-action{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.event-status{font-size:13px;font-weight:600;padding:6px 16px;border-radius:20px}
.event-status.open{background:#e8f5e9;color:#2e7d32}
.event-status.upcoming{background:#fff3e0;color:#ef6c00}
.event-status.closed{background:#f5f5f5;color:#999}
.event-action a{font-size:14px;color:#e53935;text-decoration:none;font-weight:500}
.event-action a:hover{text-decoration:underline}

/* Event Categories */ 
.event-categories{background:white}
.cat-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}
.cat-card{background:#f8f9fa;border-radius:24px;padding:40px;text-align:center;transition:all 0.3s;border:1px solid #f0f0f0}
.cat-card:hover{transform:translateY(-10px);box-shadow:0 24px 48px rgba(0, 0, 0, 0.08);border-color:transparent;background:white}
.cat-icon{font-size:48px;margin-bottom:20px}
.cat-card h3{font-size:20px;color:#1a1a2e;margin-bottom:12px;font-weight:700}
.cat-card p{font-size:15px;color:#666;line-height:1.7;margin-bottom:20px}
.cat-features{display:flex;flex-direction:column;gap:8px;text-align:left}
.cat-feature{display:flex;align-items:center;gap:8px;font-size:14px;color:#555}
.cat-feature::before{content:'✔';width:18px;height:18px;background:linear-gradient(135deg, #e53935, #c62828);border-radius:50%;flex-shrink:0;margin-right:8px;position:relative;display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:12px;font-weight:bold;line-height:1}
.cat-feature::after{content:'';position:absolute;left:6px;top:50%;transform:translateY(-60%) rotate(45deg);width:4px;height:8px;border-right:2px solid white;border-bottom:2px solid white}
/* Stats bar */ 
.stats-bar{background:linear-gradient(135deg, #0f0f1f, #1a1a3e);padding:60px 24px;color:white}
.stats-bar-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;text-align:center}
.stats-bar-item h3{font-size:40px;color:#e53935;font-weight:800;margin-bottom:8px}
.stats-bar-item p{font-size:15px;color:rgba(255, 255, 255, 0.6)}
.cta-section{background:linear-gradient(135deg, #e53935, #c62828);padding:80px 24px;text-align:center;color:white;position:relative;overflow:hidden}


/* Product Detail */
.product-detail { background: white; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.detail-gallery { background: linear-gradient(135deg, #f8f9fa, #eef0f2); border-radius: 24px; padding: 40px; display: flex; align-items: center; justify-content: center; min-height: 500px; position: sticky; top: 100px; }
.detail-gallery img { width: 100%; max-height: 460px; object-fit: contain; }
.detail-info h1 { font-size: 32px; color: #1a1a2e; margin-bottom: 12px; font-weight: 800; }
.detail-price { font-size: 28px; color: #e53935; font-weight: 800; margin-bottom: 20px; }
.detail-price .price-unit { font-size: 16px; font-weight: 600; margin-right: 4px; }
.detail-price .price-original { font-size: 16px; color: #999; text-decoration: line-through; margin-left: 12px; font-weight: 500; }
.detail-gallery { cursor: pointer; transition: all 0.4s ease; }
.detail-gallery:hover { transform: scale(1.02); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.detail-gallery img { transition: transform 0.5s ease; }
.detail-gallery:hover img { transform: scale(1.05); }
.detail-brand { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #e53935; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; background: #fff5f0; padding: 6px 16px; border-radius: 8px; margin-bottom: 20px; }
.detail-desc { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 32px; }
.detail-specs { margin-bottom: 32px; }
.detail-specs h3 { font-size: 18px; color: #1a1a2e; margin-bottom: 16px; font-weight: 700; }
.spec-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #f0f0f0; font-size: 15px; }
.spec-row .spec-label { color: #888; }
.spec-row .spec-value { color: #1a1a2e; font-weight: 600; }
.detail-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.detail-tag { font-size: 13px; color: #666; background: #f5f5f5; padding: 6px 16px; border-radius: 20px; font-weight: 500; }
.detail-actions { display: flex; gap: 16px; }
.btn-buy { flex: 1; background: linear-gradient(135deg, #e53935, #c62828); color: white; padding: 16px 32px; border-radius: 14px; text-decoration: none; font-weight: 700; font-size: 16px; text-align: center; transition: all 0.3s; border: none; cursor: pointer; }
.btn-buy:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,57,53,0.3); }
.btn-back { padding: 16px 32px; border-radius: 14px; border: 1.5px solid #e0e0e0; background: white; color: #555; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.3s; font-family: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-back:hover { border-color: #e53935; color: #e53935; background: #fff5f0; }

/* Related Products */
.related-section { background: #f8f9fa; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: 32px; color: #1a1a2e; margin-bottom: 12px; font-weight: 700; }
.section-header h2 span { color: #e53935; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: white; border-radius: 20px; overflow: hidden; border: 1px solid #eee; transition: all 0.3s; text-decoration: none; color: inherit; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.08); }
.product-img { height: 220px; background: linear-gradient(135deg, #f8f9fa, #eef0f2); display: flex; align-items: center; justify-content: center; padding: 16px; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s ease; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-info { padding: 20px; }
.product-info h4 { font-size: 16px; color: #1a1a2e; margin-bottom: 8px; font-weight: 700; }
.product-info p { font-size: 13px; color: #888; line-height: 1.5; }


/* Brand Tabs */ 
.brand-tabs{display:flex;justify-content:center;gap:16px;margin-bottom:50px;flex-wrap:wrap}
.brand-tab{display:flex;align-items:center;gap:10px;padding:14px 28px;background:white;border-radius:16px;border:1.5px solid #f0f0f0;cursor:pointer;transition:all 0.3s;font-family:inherit;font-size:15px;font-weight:600;color:#333}
.brand-tab:hover{border-color:#e53935;color:#e53935}
.brand-tab.active{border-color:#e53935;background:linear-gradient(112deg, #e5393503, #e9000038);color:white}
.brand-tab img{height:24px;width:auto;filter:none}
/* Brand Section */ 
.brand-section{display:none;animation:fadeIn 0.4s ease}
.brand-section.active{display:block}
@keyframes slideIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.brand-hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}
.brand-info h3{font-size:32px;color:#1a1a2e;margin-bottom:16px;font-weight:700}
.brand-info h3 span{color:#e53935}
.brand-info p{font-size:16px;color:#666;line-height:1.8;margin-bottom:24px}
.brand-features{display:flex;flex-direction:column;gap:12px}
.brand-feature{display:flex;align-items:center;gap:12px;font-size:15px;color:#555;position:relative;padding-left:32px}
.brand-feature::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:linear-gradient(135deg, #e53935, #c62828);border-radius:50%}
.brand-feature::after{content:'';position:absolute;left:6px;top:45%;transform:translateY(-50%) rotate(45deg);width:5px;height:9px;border-right:2px solid white;border-bottom:2px solid white}
.brand-visual{border-radius:24px;overflow:hidden;height:400px;background:linear-gradient(135deg, #f5f5f5, #e8e8e8);display:flex;align-items:center;justify-content:center}
.brand-visual img{width:100%;height:100%;object-fit:contain;padding:20px}
/* Product Grid - Fixed image height for full display */ 
.products-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}
.product-card{text-decoration:none;background:white;border-radius:24px;overflow:hidden;border:1px solid #f0f0f0;transition:all 0.3s;cursor:pointer}
.product-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(0, 0, 0, 0.1);border-color:transparent}
.product-img{height:360px;background:linear-gradient(135deg, #f8f9fa, #eef0f2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:20px}
.product-img img{width:100%;height:100%;object-fit:contain;transition:transform 0.5s ease}
.product-card:hover .product-img img{transform:scale(1.05)}
.product-info{padding:28px}
.product-brand-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#e53935;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:#fff5f0;padding:4px 12px;border-radius:8px;margin-bottom:10px}
.product-info h4{font-size:18px;color:#1a1a2e;margin-bottom:10px;font-weight:700}
.product-info p{font-size:14px;color:#666;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-tags{display:flex;gap:8px;flex-wrap:wrap}
.product-tag{font-size:12px;color:#666;background:#f5f5f5;padding:4px 12px;border-radius:8px}
/* Pagination */ 
.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}
.page-btn{min-width:40px;height:40px;border-radius:10px;border:1px solid #e0e0e0;background:white;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s;font-family:inherit;display:flex;align-items:center;justify-content:center}
.page-btn:hover{border-color:#e53935;color:#e53935}
.page-btn.active{background:linear-gradient(135deg, #e53935, #c62828);color:white;border-color:transparent}
.page-btn:disabled{opacity:0.4;cursor:not-allowed}


@media (max-width: 1024px) {
    .about-intro-grid { grid-template-columns: 1fr; }
    .mission-grid { grid-template-columns: repeat(2, 1fr); }
    .story-brand-grid { grid-template-columns: 1fr; }

    .timeline::before { left: 24px; }
    .timeline-item, .timeline-item:nth-child(even) { flex-direction: row; }
    .timeline-content { width: calc(100% - 70px); margin-left: 56px !important; margin-right: 0 !important; }
    .timeline-content::after { display: none !important; }
    .timeline-dot { left: 24px; }

    .course-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .coaches-grid { grid-template-columns: repeat(2, 1fr); }
    .club-grid { grid-template-columns: repeat(2, 1fr); }
    .youth-grid { grid-template-columns: 1fr; }

    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .position-grid { grid-template-columns: 1fr; }
    .eco-grid { grid-template-columns: repeat(3, 1fr); }
    .promise-grid { grid-template-columns: repeat(2, 1fr); }

    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .ecom-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }

    .player-card-large { grid-template-columns: 1fr; }
    .player-visual { min-height: 360px; }
    .players-grid { grid-template-columns: repeat(2, 1fr); }
    .recruit-grid { grid-template-columns: 1fr; }

    .coop-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; }

    .featured-grid { grid-template-columns: 1fr; }
    .news-list-grid { grid-template-columns: repeat(2, 1fr); }
    .related-news-grid { grid-template-columns: repeat(2, 1fr); }
    
    .match-card { grid-template-columns: 1fr; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar-grid { grid-template-columns: repeat(2, 1fr); }
 
    .event-row { grid-template-columns: 100px 1fr; }
    .event-action { display: none; }


    .detail-grid { grid-template-columns: 1fr; }
    .detail-gallery { position: static; min-height: 350px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }


    .footer-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .about-intro-visual { height: 320px; }
    .team-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .mission-grid { grid-template-columns: 1fr; }

    .page-hero h1 { font-size: 32px; }
    .page-hero { padding: 60px 24px 40px; }
    .course-grid { grid-template-columns: 1fr; }
    .coaches-grid { grid-template-columns: 1fr; }
    .club-grid { grid-template-columns: 1fr; }

    .story-brand h1 { font-size: 36px; }
    .eco-grid { grid-template-columns: repeat(2, 1fr); }
    .promise-grid { grid-template-columns: 1fr; }

    .products-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }


    .player-detail-info { padding: 28px; }
    .player-detail-info h3 { font-size: 28px; }
    .player-stats-row { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .player-stat-box { padding: 14px; }
    .player-stat-box h4 { font-size: 22px; }
    .players-grid { grid-template-columns: 1fr; }

    .coop-grid { grid-template-columns: 1fr; }
    .contact-form-wrapper { padding: 28px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-info-cards { grid-template-columns: 1fr; }


    .newsletter-input-group { flex-direction: column; }
    .news-tabs { gap: 8px; }
    .news-tab { padding: 10px 20px; font-size: 14px; }
    .news-list-grid { grid-template-columns: 1fr; }


    .article-header h1 { font-size: 24px; }
    .article-body { font-size: 16px; }
    .related-news-grid { grid-template-columns: 1fr; }

    .cat-grid { grid-template-columns: 1fr; }
    .stats-bar-grid { grid-template-columns: 1fr; }

    .event-row { grid-template-columns: 1fr; gap: 16px; }
    .event-tabs { gap: 8px; }
    .event-tab { padding: 10px 20px; font-size: 14px; }


    .detail-grid { gap: 32px; }
    .detail-info h1 { font-size: 24px; }
    .detail-gallery { min-height: 280px; padding: 20px; }
    .detail-actions { flex-direction: column; }
    .products-grid { grid-template-columns: 1fr; }

    

    .footer-container { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .nav-center { display: none; }
    .nav-right { display: none; }
    .mobile-menu-btn { display: flex; }
    .nav-container { height: 64px; }
    .cta-row { flex-direction: column; }
    .btn-white, .btn-ghost-w { width: 100%; justify-content: center; }
    .section { padding: 60px 24px; }
    .section-header h2 { font-size: 36px; }
    .back-to-top { bottom: 20px; right: 20px; width: 42px; height: 42px; }     
}



