@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --primary-gold: #58b1a6;
  --dark-bg: #030303;
  --glass-bg: rgba(0, 0, 0, 0.5);
  --glass-border: rgba(255, 255, 255, 0.08);
  --text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
}
.bott {
  background-color: var(--primary-gold);
  color: #000 !important;
  border: none;
}
.bott:hover {
  background-color: #58b1a6;
}
body {
  font-family: "Rubik", sans-serif;
  background-color: var(--dark-bg);
  color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.navbar {
  background: var(--glass-bg) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  padding: 20px 0;
  transition: all 0.4s ease-in-out;
  z-index: 1050;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  transition: transform 0.3s;
}
.navbar-brand img {
  height: 110px;
  width: auto;
  filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.4));
}
@media (min-width: 992px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
  }
  .navbar-brand:hover {
    transform: translateX(-50%) scale(1.05);
  }
  .nav-link {
    font-size: 1.05rem;
  }
}
.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 18px;
  position: relative;
  transition: 0.3s;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-gold);
  transition: width 0.3s ease-in-out;
}
.nav-link:hover {
  color: var(--primary-gold) !important;
}
.nav-link:hover::after {
  width: 100%;
}
.hero {
  height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)),
    url("https://images.unsplash.com/photo-1575361204480-aadea25e6e68?q=80&w=2000&auto=format&fit=crop");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-content {
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s ease-out 0.5s forwards;
}
.hero-title {
  font-family: "Cairo", sans-serif;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: var(--text-shadow);
}
.hero-title span {
  color: var(--primary-gold);
}
.hero-p {
  font-size: 20px;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  line-height: 1.7;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding-right: 15px;
  border-right: 3px solid var(--primary-gold);
}
.btn-cta {
  padding: 20px 50px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 4px;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.btn-main {
  background-color: var(--primary-gold);
  color: #000 !important;
  border: none;
}
.btn-main:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #58b1a6;
}
.btn-outline-custom {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
}
.btn-outline-custom:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-5px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar-brand img {
    height: 80px;
  }
  .hero {
    text-align: center;
  }
  .hero-title {
    font-size: 3rem;
    margin-top: 100px;
  }
  .hero-p {
    border-right: none;
    border-top: 2px solid var(--primary-gold);
    padding: 20px 0 0;
    margin: 0 auto 40px;
  }
  .d-flex.flex-wrap {
    justify-content: center;
  }
  .btn-outline-custom {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
  .btn-main {
    width: 100%;
  }
  .collapse.navbar-collapse {
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
  }
}

.elite-card {
  height: 500px;
  position: relative;
  background: #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) brightness(0.6);
  transition: 0.6s;
  z-index: 1;
}
.card-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 30%, transparent);
}
.elite-card .title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.elite-card .category {
  font-size: 0.8rem;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.card-footer-info {
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.price {
  font-weight: bold;
  color: var(--primary-gold);
}
.elite-card:hover,
.elite-card.active {
  transform: translateY(-10px);
  border-color: var(--primary-gold);
}
.elite-card:hover .card-bg-img,
.elite-card.active .card-bg-img {
  filter: grayscale(0%) brightness(0.7);
  transform: scale(1.1);
}
.elite-card:hover .card-footer-info,
.elite-card.active .card-footer-info {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}
.arrow-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.arrow-btn.gold {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  color: #000;
}
.arrow-btn:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 991px) {
  .elite-card {
    height: 400px;
    margin-bottom: 20px;
  }
  .card-footer-info {
    opacity: 1;
    max-height: 200px;
  }
}
.image-showcase {
  position: relative;
}
.main-feature-img {
  width: 100%;
  border: 2px solid rgba(255, 193, 7, 0.1);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.gold-glow-behind {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-color: var(--main-gold);
  filter: blur(100px);
  opacity: 0.1;
  z-index: -1;
}
.feature-item-pro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.icon-wrap {
  font-size: 2.2rem;
  color: var(--main-gold);
  margin-top: 5px;
  filter: drop-shadow(0 0 10px #58b1a77a);
  width: 60px;
  text-align: center;
}
.text-wrap h5 {
  font-size: 1.25rem;
}
.text-wrap p {
  font-size: 0.95rem;
  line-height: 1.7;
}
.feature-item-pro.featured-glow {
  background: linear-gradient(
    90deg,
    transparent 0%,
    #0dffe10d 50%,
    transparent 100%
  );
  padding: 15px;
  border-right: 3px solid var(--main-gold);
  margin-right: -15px;
}
@media (max-width: 991px) {
  .image-showcase {
    margin-bottom: 50px;
    text-align: center;
  }
  .feature-item-pro.featured-glow {
    border-right: none;
    border-top: 3px solid var(--main-gold);
    margin-right: 0;
    padding-top: 20px;
  }
}
.fw-black {
  font-weight: 900;
}
.bg-custom-teal {
  background-color: #58b1a6 !important;
}
.btn-teal {
  background-color: #58b1a6;
  color: #fff;
  font-weight: 700;
  border: none;
  transition: 0.3s;
}
.btn-teal:hover {
  background-color: #468e85;
  color: #fff;
  transform: scale(1.02);
}
.btn-outline-teal {
  border: 1px solid #58b1a6;
  color: #58b1a6;
  font-weight: 700;
  transition: 0.3s;
}
.btn-outline-teal:hover {
  background-color: #58b1a6;
  color: #fff;
}
.accordion-button:focus {
  box-shadow: none;
}
.card {
  background: #111 !important;
  border-radius: 12px !important;
}
.border-teal {
  border-color: #58b1a6 !important;
}
[dir="rtl"] .text-end {
  text-align: right !important;
}
[dir="rtl"] .ms-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .display-5 {
    font-size: 2.2rem;
  }
}
.accordion-button:not(.collapsed) {
  background-color: rgba(88, 177, 166, 0.1) !important;
  color: #58b1a6 !important;
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(1);
}
.coach-card {
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.coach-card:hover {
  transform: translateY(-10px);
  background: #161616 !important;
}
.btn-main-teal {
  background-color: #58b1a6;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  transition: 0.3s;
  border-radius: 10px;
}
.btn-main-teal:hover {
  background-color: #468e85;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(88, 177, 166, 0.3);
}
.custom-input {
  background-color: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  padding: 12px 15px;
  border-radius: 8px;
}
.custom-input:focus {
  border-color: #58b1a6 !important;
  box-shadow: 0 0 0 0.25rem rgba(88, 177, 166, 0.15);
}
.icon-box-small {
  width: 45px;
  height: 45px;
  background: rgba(88, 177, 166, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.social-btn {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}
.social-btn:hover {
  background: #58b1a6;
  color: #000;
  transform: rotate(360deg);
}
[dir="rtl"] .me-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .registration-form {
    margin-bottom: 40px;
  }
  .display-5 {
    font-size: 2.2rem;
  }
}
.gallery-item {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.gallery-item:hover {
  transform: scale(1.02);
  border-color: #58b1a6;
}
.gallery-item img {
  filter: grayscale(30%);
  transition: 0.4s;
}
.gallery-item:hover img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  .gallery-item {
    height: 250px !important;
  }
}
/* ستايل خاص بالفروع متوافق مع ألوانك */
.branches-section {
  background-color: var(--dark-bg);
}

.header-line {
  width: 80px;
  height: 3px;
  background-color: var(--primary-gold);
  margin: 10px auto 30px;
}

.branch-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(88, 177, 166, 0.1);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.branch-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-gold);
  box-shadow: 0 10px 30px rgba(88, 177, 166, 0.1);
}

.branch-img-wrapper {
  position: relative;
  height: 180px;
}

.branch-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch-status {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: var(--primary-gold);
  color: #000;
  padding: 2px 12px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: bold;
}

.branch-content {
  padding: 20px;
}

.branch-info span {
  color: #ccc;
  display: inline-block;
  margin-bottom: 5px;
}

.branch-info i {
  color: var(--primary-gold);
}

.btn-branch {
  background-color: var(--primary-gold);
  color: #000 !important;
  font-weight: 700;
  border: none;
  transition: 0.3s;
}

.btn-branch:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.btn-branch.outline-gold {
  background: transparent !important;
  border: 1px solid var(--primary-gold) !important;
  color: var(--primary-gold) !important;
} /* زر واتساب الطائر */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
}
/* --- Testimonials Styling --- */
.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  padding: 25px;
  border-radius: 15px;
  border-right: 4px solid var(--primary-gold); /* خط جانبي بلون الأكاديمية */
  transition: 0.3s;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(-10px);
}

.rating-input i {
  cursor: pointer;
  margin-left: 5px;
}

/* تعديل بسيط ليتناسب مع الـ custom-input اللي عندك */
.custom-input {
  background-color: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  padding: 12px 15px;
}

.custom-input:focus {
  border-color: var(--primary-gold) !important;
}

.italic {
  font-style: italic;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .testimonial-card:hover {
    transform: translateY(-5px);
  }
} /* --- Premium Features Styles --- */
.premium-feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(88, 177, 166, 0.1);
  padding: 40px 30px;
  border-radius: 25px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
}

.premium-feature-card:hover {
  transform: translateY(-15px);
  background: rgba(88, 177, 166, 0.05);
  border-color: var(--primary-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.feature-icon-wrap {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-gold), #2a5a54);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000;
  margin-bottom: 25px;
  transition: 0.4s;
  box-shadow: 0 10px 20px rgba(88, 177, 166, 0.2);
}

.premium-feature-card:hover .feature-icon-wrap {
  transform: rotateY(360deg);
  background: #fff;
  color: var(--primary-gold);
}

.feature-footer-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 4px;
  background: var(--primary-gold);
  transition: 0.4s;
}

.premium-feature-card:hover .feature-footer-line {
  width: 100%;
}

.blur-bg-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: var(--primary-gold);
  filter: blur(150px);
  opacity: 0.05;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.fw-black {
  font-weight: 900;
}

/* الكارت النشط افتراضياً */
.active-card {
  border-color: rgba(88, 177, 166, 0.5);
  background: rgba(88, 177, 166, 0.03);
} /* --- Stats Section Styling --- */
.stats-section {
  background: linear-gradient(
    180deg,
    var(--dark-bg) 0%,
    rgba(88, 177, 166, 0.05) 100%
  );
  padding: 80px 0;
}

.stat-item {
  padding: 20px;
  transition: 0.3s;
}

.stat-icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(88, 177, 166, 0.1);
  border: 1px solid rgba(88, 177, 166, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--primary-gold);
  font-size: 1.5rem;
}

.counter-value {
  color: var(--primary-gold);
  margin-bottom: 10px;
  text-shadow: 0 0 20px rgba(88, 177, 166, 0.3);
}

.stats-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary-gold);
  filter: blur(150px);
  opacity: 0.03;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} /* --- Training Programs (Paths) --- */
.program-path-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(88, 177, 166, 0.1);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.program-path-card:hover {
  background: rgba(88, 177, 166, 0.05);
  border-color: var(--primary-gold);
  transform: translateY(-10px);
}

.path-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.age-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
}

.age-tag.gold {
  background: var(--primary-gold);
  color: #000;
}

.path-icon {
  font-size: 2rem;
  color: var(--primary-gold);
}

.path-details {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 15px;
  margin-top: auto;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.detail-item .label {
  color: #888;
}
.detail-item .value {
  color: #fff;
  font-weight: bold;
}

.path-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.price-tag {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
}

.price-tag small {
  font-size: 0.9rem;
  color: var(--primary-gold);
}

.btn-join-path {
  background: transparent;
  border: 1px solid var(--primary-gold);
  color: var(--primary-gold);
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-join-path:hover,
.primary-bg {
  background: var(--primary-gold);
  color: #000 !important;
}

/* التميز للكارت الأساسي */
.featured-path {
  background: rgba(88, 177, 166, 0.08);
  border: 1px solid var(--primary-gold);
  box-shadow: 0 15px 35px rgba(88, 177, 166, 0.15);
}

.popular-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: #ff4d4d;
  color: white;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-size: 0.7rem;
  font-weight: bold;
} /* --- Interactive Schedule --- */
.schedule-tabs {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 50px;
  display: inline-flex;
}

.day-tab {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.day-tab.active,
.day-tab:hover {
  background: var(--primary-gold);
  color: #000;
}

.training-session-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(88, 177, 166, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  transition: 0.3s;
}

.training-session-card:hover {
  border-color: var(--primary-gold);
  background: rgba(88, 177, 166, 0.08);
  transform: scale(1.02);
}

.session-time {
  background: var(--primary-gold);
  color: #000;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  min-width: 90px;
}

.session-time .hour {
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
}
.session-time .period {
  font-size: 0.8rem;
  font-weight: bold;
}

.session-info {
  flex: 1;
  text-align: right;
}

.session-status {
  font-size: 0.7rem;
  padding: 5px 12px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--primary-gold);
  border: 1px solid var(--primary-gold);
}

.training-session-card.highlight {
  border-right: 5px solid #ff4d4d;
} /* Schedule Styles */
.day-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(88, 177, 166, 0.2);
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  transition: 0.3s;
  font-weight: 600;
}
.day-btn.active,
.day-btn:hover {
  background: var(--primary-gold);
  color: #000;
}
.training-session-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(88, 177, 166, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
}
.training-session-card:hover {
  border-color: var(--primary-gold);
  background: rgba(88, 177, 166, 0.06);
}
.session-time {
  background: var(--primary-gold);
  color: #000;
  padding: 12px;
  border-radius: 15px;
  min-width: 85px;
  text-align: center;
}
.session-time .hour {
  font-size: 1.3rem;
  font-weight: 900;
  display: block;
}
.session-time .period {
  font-size: 0.75rem;
  font-weight: bold;
}
.session-info {
  flex: 1;
  text-align: right;
}
.session-status {
  font-size: 0.7rem;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid var(--primary-gold);
  color: var(--primary-gold);
}
.session-status.full {
  border-color: #ff4d4d;
  color: #ff4d4d;
}
.advisor-card {
  background: #0a0a0a;
  border: 1px solid rgba(88, 177, 166, 0.2);
  z-index: 1;
}
.advisor-bg-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary-gold);
  filter: blur(150px);
  opacity: 0.05;
  top: -50px;
  right: -50px;
  z-index: -1;
}
.bg-gold {
  background-color: var(--primary-gold) !important;
}
.result-badge {
  display: inline-block;
  padding: 5px 15px;
  background: var(--primary-gold);
  color: #000;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: bold;
}
.text-gold {
  color: var(--primary-gold);
}
/* --- Tournaments Grid Styles --- */
.t-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(88, 177, 166, 0.1);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: 0.4s ease-in-out;
  position: relative;
}

.t-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-gold);
  box-shadow: 0 10px 30px rgba(88, 177, 166, 0.15);
}

/* حالة خاصة للبطولات الكبيرة */
.highlight-card {
  border: 1px solid var(--primary-gold);
  background: rgba(88, 177, 166, 0.06);
}

.t-img-box {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.t-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.t-card:hover .t-img-box img {
  transform: scale(1.1);
}

.t-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
}

.upcoming {
  background: var(--primary-gold);
  color: #000;
}
.live {
  background: #ff4d4d;
  color: #fff;
  animation: blink 1.5s infinite;
}
.completed {
  background: #444;
  color: #ccc;
}
.special {
  background: #fff;
  color: #000;
}

@keyframes blink {
  50% {
    opacity: 0.6;
  }
}

.t-info-body {
  padding: 20px;
}

.t-meta-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.t-meta-list li {
  font-size: 0.85rem;
  color: #bbb;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.t-meta-list li i {
  width: 25px;
  color: var(--primary-gold);
  font-size: 0.9rem;
}

.t-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 15px;
}

.price {
  font-weight: 900;
  color: var(--primary-gold);
  font-size: 1.1rem;
}

.btn-t {
  padding: 8px 18px;
  background: var(--primary-gold);
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85rem;
  transition: 0.3s;
}

.btn-t.outline {
  background: transparent;
  border: 1px solid var(--primary-gold);
  color: var(--primary-gold);
}
.btn-t.dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-t:hover {
  background: #fff;
  color: #000;
}

.gold-text {
  color: var(--primary-gold);
}
.shadow-gold {
  box-shadow: 0 0 15px rgba(88, 177, 166, 0.3);
}

/* ضبط الموبايل */
@media (max-width: 768px) {
  .t-img-box {
    height: 160px;
  }
  .t-info-body h4 {
    font-size: 1.1rem;
  }
} /* --- Leaderboard Styles --- */
.leaderboard-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(88, 177, 166, 0.1);
}

.leaderboard-row {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.leaderboard-row:hover {
  border-color: var(--primary-gold);
  background: rgba(88, 177, 166, 0.05);
}

.first-place {
  border-right: 5px solid var(--primary-gold);
  background: linear-gradient(
    90deg,
    rgba(88, 177, 166, 0.1) 0%,
    transparent 100%
  );
}

.rank-badge {
  width: 35px;
  height: 35px;
  background: var(--primary-gold);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  font-size: 1.1rem;
}
/* --- Season Stars Podium Showcase --- */
.star-podium-card {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(88, 177, 166, 0.1);
  border-radius: 30px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  backdrop-filter: blur(5px);
}

.star-podium-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(88, 177, 166, 0.15);
}

/* التميز حسب المراكز */
.gold-tier {
  border: 2px solid var(--primary-gold);
  background: linear-gradient(
    180deg,
    rgba(88, 177, 166, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 5;
}
.silver-tier {
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.03);
}
.bronze-tier {
  border: 1px solid #cd7f32;
  background: rgba(205, 127, 50, 0.03);
}

/* رقم المركز */
.podium-rank {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  z-index: 0;
}
.gold-tier .podium-rank {
  color: rgba(88, 177, 166, 0.08);
}

/* أيقونة الجائزة */
.star-award-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  z-index: 2;
}

/* ستايل الصورة والتأثير الهولوغرافي */
.star-photo-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid rgba(88, 177, 166, 0.1);
}
.gold-tier .star-photo-wrapper {
  height: 350px;
} /* الأطول */

.star-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.5s;
}
.star-podium-card:hover .star-photo {
  transform: scale(1.1);
}

/* تأثير الإضاءة الزجاجي (Holographic) */
.holo-effect,
.holo-effect-gold,
.holo-effect-bronze {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 100%
  );
  opacity: 0.5;
  z-index: 1;
}
.holo-effect-gold {
  background: linear-gradient(
    135deg,
    rgba(88, 177, 166, 0.2) 0%,
    transparent 50%,
    rgba(88, 177, 166, 0.1) 100%
  );
}

/* شبكة الإحصائيات (الداتا الكاملة) */
.star-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.featured-stats {
  background: rgba(88, 177, 166, 0.1);
  border-color: var(--primary-gold);
}

.stat-box {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.stat-box:last-child {
  border-left: none;
}
.stat-box span {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.stat-box small {
  display: block;
  font-size: 0.65rem;
  color: #aaa;
  text-transform: uppercase;
  margin-top: 3px;
}
.featured-stats .stat-box span {
  color: var(--primary-gold);
}

/* خلفية مضيئة */
.podium-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: var(--primary-gold);
  filter: blur(200px);
  opacity: 0.03;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* إعدادات الفونتات والألوان */
.gold-text {
  color: var(--primary-gold) !important;
}
.fw-black {
  font-weight: 900;
}
.tracking-widest {
  letter-spacing: 4px;
}
.italic {
  font-style: italic;
}

/* ضبط الموبايل */
@media (max-width: 991px) {
  .star-photo-wrapper,
  .gold-tier .star-photo-wrapper {
    height: 250px;
  }
  .star-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .stat-box {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 5px;
  }
  .stat-box:nth-child(even) {
    border-right: none;
  }
}
/* --- Academy DNA Grid Styles --- */
.dna-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* المربع الرئيسي */
.main-identity {
  background-color: #111;
  min-height: 450px;
}

.dna-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 1;
  filter: grayscale(100%);
  transition: 0.8s;
}

.main-identity:hover .dna-bg-img {
  opacity: 0.4;
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* دوائر الإحصائيات */
.stat-circle {
  text-align: center;
  border-right: 2px solid var(--primary-gold);
  padding-right: 20px;
}

.stat-circle small {
  color: #888;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

/* المربعات الصغيرة */
.philosophy-box {
  background: linear-gradient(145deg, #0a0a0a 0%, #151515 100%);
}

.border-gold-glow {
  border: 1px solid rgba(88, 177, 166, 0.2);
}

.border-gold-glow:hover {
  border-color: var(--primary-gold);
  box-shadow: 0 0 30px rgba(88, 177, 166, 0.1);
}

.border-dashed {
  border: 1px dashed rgba(88, 177, 166, 0.3);
}

.bg-glass {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}

/* الأيقونات */
.text-gold {
  color: var(--primary-gold) !important;
}
.fw-black {
  font-weight: 900;
}

/* Responsive */
@media (max-width: 991px) {
  .display-3 {
    font-size: 2.5rem;
  }
  .main-identity {
    min-height: auto;
    padding: 30px !important;
  }
} /* --- Radar DNA Section --- */
#dna-radar {
  position: relative;
}

.radar-container {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(88, 177, 166, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* الدوائر المتداخلة */
.radar-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(88, 177, 166, 0.1);
  animation: radar-pulse 4s infinite linear;
}
.circle-1 {
  width: 100%;
  height: 100%;
}
.circle-2 {
  width: 70%;
  height: 70%;
}
.circle-3 {
  width: 40%;
  height: 40%;
}

/* تأثير الماسح الضوئي */
.radar-scanner {
  position: absolute;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-gold));
  top: 50%;
  left: 50%;
  transform-origin: left center;
  animation: radar-scan 3s infinite linear;
  z-index: 2;
}

/* نقاط القوة على الرادار */
.radar-point {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #111;
  border: 1px solid var(--primary-gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 3;
  transition: 0.3s;
  cursor: help;
}

.radar-point::after {
  content: attr(data-title);
  position: absolute;
  bottom: -30px;
  font-size: 0.7rem;
  color: var(--primary-gold);
  white-space: nowrap;
  opacity: 0.7;
}

.p-top {
  top: -25px;
}
.p-right {
  right: -25px;
}
.p-bottom {
  bottom: -25px;
}
.p-left {
  left: -25px;
}

/* لوحة البيانات الجانبية */
.data-hud {
  position: absolute;
  bottom: 20px;
  right: -40px;
  background: rgba(0, 0, 0, 0.8);
  border-right: 3px solid var(--primary-gold);
  padding: 15px;
  font-family: monospace;
  font-size: 0.8rem;
  z-index: 4;
}

.hud-line {
  margin-bottom: 5px;
  color: #888;
}

/* Animations */
@keyframes radar-scan {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes radar-pulse {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.2;
  }
}

/* الموبايل */
@media (max-width: 768px) {
  .radar-container {
    width: 280px;
    height: 280px;
  }
  .data-hud {
    right: 0;
    bottom: -60px;
    width: 100%;
    border-right: none;
    border-top: 3px solid var(--primary-gold);
  }
}
/* --- Real Transformation Section Styles --- */
.real-transformation {
  position: relative;
}

/* إضاءة خلفية خفيفة */
.real-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #58b1a6;
  filter: blur(150px);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* أزرار التحكم الواقعية */
.trans-btn {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(88, 177, 166, 0.1);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #aaa;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: right;
  width: 100%;
}

.trans-btn.active {
  background: #58b1a6; /* لون الأكاديمية #58b1a6 */
  color: #000;
  border-color: #58b1a6;
  transform: translateX(-10px);
  box-shadow: 0 10px 20px rgba(88, 177, 166, 0.2);
}

.btn-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  line-height: 1;
}

.trans-btn.active .btn-num {
  color: #fff;
}
.trans-btn.active small {
  color: #222;
}

/* حاوية الصورة الحقيقية */
.real-photo-container {
  height: 450px;
  border: 1px solid rgba(88, 177, 166, 0.2);
  transition: 0.5s;
}

.real-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* التركيز على اللاعب */
  transition: 0.5s;
}

.real-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%);
}

.player-name-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(88, 177, 166, 0.2);
  padding: 5px 15px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
}

/* لوحة البيانات الحقيقية */
.real-data-panel {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(88, 177, 166, 0.1);
}

.border-gold {
  border-color: #58b1a6;
} /* لون الأكاديمية #58b1a6 */

.data-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.d-label {
  color: #aaa;
  font-weight: bold;
}
.gold-text {
  color: #58b1a6 !important;
} /* لون الأكاديمية #58b1a6 */
.italic {
  font-style: italic;
}

/* ضبط الموبايل */
@media (max-width: 991px) {
  .real-photo-container {
    height: 350px;
  }
  .display-4 {
    font-size: 2.2rem;
  }
}
:root { --main-color: #58b1a6; }

.bg-dark-eval { background: #0a0a0a; }
.border-gold-dim { border: 1px solid rgba(88, 177, 166, 0.2); }

.elite-input-group { margin-bottom: 15px; text-align: right; }
.elite-input-group label { display: block; color: var(--main-color); font-size: 0.85rem; margin-bottom: 8px; font-weight: bold; }

.elite-input {
    width: 100%; background: #151515; border: 1px solid #222;
    padding: 12px; border-radius: 10px; color: #fff; transition: 0.3s;
}
.elite-input:focus { border-color: var(--main-color); outline: none; box-shadow: 0 0 15px rgba(88,177,166,0.1); }

/* تنسيق فروع الأكاديمية */
.branch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.branch-grid input { display: none; }
.branch-box {
    background: #151515; border: 1px solid #222; padding: 12px;
    border-radius: 10px; color: #888; text-align: center; cursor: pointer; transition: 0.3s; font-size: 0.9rem;
}
.branch-grid input:checked + .branch-box {
    background: var(--main-color); color: #000; border-color: var(--main-color); font-weight: bold;
}

/* زر التوهج */
.submit-glow-btn {
    width: 100%; padding: 18px; background: var(--main-color);
    border: none; border-radius: 12px; color: #000; font-weight: 900;
    font-size: 1.1rem; transition: 0.4s; box-shadow: 0 0 20px rgba(88, 177, 166, 0.2);
}
.submit-glow-btn:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(88, 177, 166, 0.4); }

.overlay-gradient {
    position: absolute; inset: 0;
    background: linear-gradient(to right, #0a0a0a, transparent);
}