.new-ach-section { padding: 90px 0; }
.new-ach-section .section-header { text-align:center; margin-bottom:55px; }
.new-ach-section .section-header h2 {
  font-size: 2rem; font-weight: 900; letter-spacing: 1.5px;
  color: #1a1a1a; margin-bottom: 12px; text-transform: uppercase;
}
.new-ach-section .section-header h2 span { color: #8B0000; }
.new-ach-section .section-header p {
  color: #666; max-width: 560px; margin: 0 auto; font-size: 1rem; line-height: 1.7;
}
.new-ach-section .section-header .sh-line {
  width: 60px; height: 3px; margin: 14px auto 0;
  background: linear-gradient(to right, #8B0000, #F4C430);
  border-radius: 2px;
}
 
/* ============================================================
   INTRO BANNER
   ============================================================ */
.ach-intro-banner {
  background: linear-gradient(135deg, #8B0000 0%, #5A0000 100%);
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}
.ach-intro-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
}
.ach-intro-banner::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(to right, #F4C430, #e6b800, #F4C430);
}
.ach-intro-banner .aib-inner { position: relative; z-index: 1; }
.ach-intro-banner .aib-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(244,196,48,0.15); border: 1px solid rgba(244,196,48,0.4);
  color: #F4C430; border-radius: 50px; padding: 6px 20px;
  font-size: .78rem; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; margin-bottom: 22px;
}
.ach-intro-banner h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900;
  color: #fff; line-height: 1.2; margin-bottom: 18px; text-transform: uppercase;
}
.ach-intro-banner h2 em { color: #F4C430; font-style: normal; }
.ach-intro-banner p {
  color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.75; max-width: 580px;
}
.ach-intro-banner .aib-deco {
  position: absolute; right: 80px; top: 50%; transform: translateY(-50%);
  font-size: 160px; color: rgba(255,255,255,.05); pointer-events: none; line-height: 1;
}
@media(max-width:767px){ .ach-intro-banner .aib-deco { display:none; } }
 
 
/* ============================================================
   PLAYER STATS
   ============================================================ */
.player-stats-section { background: #f8f9fc; }
 
.pstat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 26px;
}
.pstat-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 24px 34px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0,0,0,.07);
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  border-top: 4px solid #8B0000;
}
.pstat-card::after {
  content: '';
  position: absolute; bottom: -28px; right: -28px;
  width: 88px; height: 88px; border-radius: 50%;
  background: rgba(244,196,48,.08);
}
.pstat-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(139,0,0,.15);
}
.pstat-icon {
  width: 60px; height: 60px; border-radius: 14px;
  background: linear-gradient(135deg, #8B0000, #b30000);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.45rem; color: #fff;
  box-shadow: 0 6px 18px rgba(139,0,0,.35);
}
.pstat-num {
  font-size: 3.2rem; font-weight: 900; color: #8B0000; line-height: 1;
  margin-bottom: 10px;
}
.pstat-divider {
  width: 40px; height: 3px; margin: 0 auto 12px;
  background: linear-gradient(to right, #8B0000, #F4C430);
  border-radius: 2px;
}
.pstat-label { font-size: .92rem; color: #555; font-weight: 600; line-height: 1.4; }
 
@media(max-width:576px){ .pstat-num { font-size: 2.6rem; } }
 
 
/* ============================================================
   TEAM ACHIEVEMENTS
   ============================================================ */
.team-ach-section { background: #fff; }
 
.ta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px;
}
.ta-card {
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px;
  border: 1.5px solid #eee;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.ta-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(to right, #8B0000, #F4C430);
}
.ta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(139,0,0,.14);
  border-color: rgba(139,0,0,.25);
}
.ta-trophy-icon { font-size: 2.4rem; margin-bottom: 14px; display: block; line-height: 1; }
.ta-year-badge {
  display: inline-block;
  background: rgba(139,0,0,.09); color: #8B0000;
  border: 1px solid rgba(139,0,0,.2);
  border-radius: 50px; padding: 4px 14px;
  font-size: .77rem; font-weight: 700; letter-spacing: .5px;
  text-transform: uppercase; margin-bottom: 14px;
}
.ta-card h5 { font-size: 1.08rem; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.ta-result {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFF8E1; border: 1px solid rgba(244,196,48,.5);
  color: #5A0000; border-radius: 8px;
  padding: 6px 14px; font-size: .84rem; font-weight: 700;
}
.ta-result i { color: #c8960a; }
 
 
/* ============================================================
   SUCCESS STORIES
   ============================================================ */
.success-stories-section {
  background: linear-gradient(135deg, #8B0000 0%, #5A0000 100%);
  position: relative; overflow: hidden;
}
.success-stories-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.success-stories-section::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(to right, #F4C430, #e6b800, #F4C430);
}
.success-stories-section .section-header h2 { color: #fff; }
.success-stories-section .section-header p   { color: rgba(255,255,255,.68); }
.success-stories-section .section-header .sh-line {
  background: linear-gradient(to right, #F4C430, rgba(255,255,255,.3));
}
 
.ss-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 28px;
  position: relative; z-index: 1;
}
.ss-card {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(244,196,48,.18);
  border-radius: 20px;
  padding: 42px 32px;
  text-align: center;
  position: relative; overflow: hidden;
  transition: transform .3s, background .3s, border-color .3s;
}
.ss-card:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.12);
  border-color: rgba(244,196,48,.45);
}
.ss-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(to right, #F4C430, #e6b800);
}
.ss-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, #5A0000, #8B0000);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 2rem; color: #fff;
  border: 3px solid rgba(244,196,48,.5);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.ss-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(244,196,48,.15); border: 1px solid rgba(244,196,48,.4);
  color: #F4C430; border-radius: 50px; padding: 4px 14px;
  font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .7px; margin-bottom: 16px;
}
.ss-card h5 { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.ss-card p  { color: rgba(255,255,255,.68); font-size: .92rem; line-height: 1.7; margin: 0; }
.ss-quote {
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #F4C430; font-size: .82rem; font-weight: 700;
  letter-spacing: .3px; text-transform: uppercase;
}