
body { 
    background-color: #000000;
    font-family: 'Inter', sans-serif;
 }
 .banner {
    position: relative;
    width: 100%;
    height: 649px;
    background: url('/assets/images/banner.png') no-repeat center center/cover; /* đổi thành ảnh bạn cắt */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 60px;
    color: #fff;
  }
  .banner-content {
    max-width: 500px;
  }
  .banner-content h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    color: #b68a2f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Tilt Warp', sans-serif;
    width: 635px;
    height: 229px;
    border: 0.2px;
  }
  .btn-cau-thu {
    width: 285px;
    height: 54px;
  }
  .banner-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #634E24;
    width: 646px;
    height: 24px;
    font-family: Inter;
    font-weight: 600;
  }

  .btn-home {
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    background: #836b35;
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
  }
  a.btn-home.btn-xay-team {
    width: 236px;
  }
  .card-season {
    background: #000;
    color: #fff;
    padding: 40px 60px;
    position: relative;
  }

img.arrow-forward {
    position: absolute;
    left: 40px;
    top: 15px;
}
  .btn-home img {
    margin-left: -20px;
    margin-right: 10px;
  }
.btn-home {
    display: block;
    position: relative;
  }
.card-season h2 {
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
}

.card-season-box {
background: #1a1a1a;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 6px rgba(0,0,0,0.4);
position: relative;
overflow-x: auto; /* Cho phép cuộn ngang nếu cần */
}

.search-box {
    position: absolute;
    top: 20px;
    right: 60px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-box input {
background: #000;
border: 1px solid #444;
border-radius: 20px;
padding: 5px 10px;
color: #fff;
outline: none;
}

.btn-search {
background: #444;
border: none;
color: #fff;
padding: 5px 10px;
border-radius: 50%;
cursor: pointer;
}

.card-season-list {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    padding: 10px;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
  }
  

.card-season-list img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex: 0 0 auto;
}

.card-season-list::-webkit-scrollbar {
    display: none;
  }
  .card-season-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.card-season-list img:hover {
transform: scale(1.1);
}

.more {
margin-top: 10px;
text-align: right;
}

.more a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.7;
  transition: opacity 0.2s;
  font-weight: 400;
}

.more a:hover {
opacity: 1;
}

.player-grid {
    background: #000;
    color: #fff;
    padding: 40px 60px;
    position: relative;
}

.player-grid h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.player-grid .title-person {
  margin-bottom: 60px;
}
.player-grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    gap: 28px;
    border: 1px solid #c7a75f;
    padding: 20px;
    border-radius: 12px;
}

.player-card {
background: #1a1a1a;
border-radius: 12px;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: space-between;
box-shadow: 0 2px 6px rgba(0,0,0,0.4);
border: 1px solid #333;
max-width: 370px;
}

.player-header {
display: flex;
align-items: center;
gap: 10px;
}

.player-header img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
border: 2px solid gold;
}

.player-info-header h3 {
font-size: 18px;
margin: 0;
}

.player-info-header .country {
font-size: 14px;
display: flex;
align-items: center;
gap: 4px;
}

.player-stats {
list-style: none;
margin: 15px 0;
padding: 0;
font-size: 14px;
}

.player-stats li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.player-stats .position {
color: #f5c442; /* màu vàng */
font-weight: bold;
}

.player-actions {
display: flex;
justify-content: space-between;
align-items: center;
}

.btn-detail {
  background: #000;
  border: 1px solid rgba(181, 151, 79, 1);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  transition: all 0.2s ease;
  font-weight: 600;
}


.card-header {
  position: relative;
  width: 390px;
  height: 145px;
  background-image: url(/assets/images/card-header-gold.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin-left: -25px;
  margin-top: -18px;
  }
  
  .avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid #171923;
    object-fit: cover;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
  }
  
  .info {
    margin-left: auto;
    text-align: right;
    margin-bottom: 40px;
    color: #fff;
    margin-right: 30px;
    line-height: 0px;
  }
  
  .name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }
  
  .nation {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 15px;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 45px;
    top: 80px;
  }
  
  .flag {
    width: 32px;
    height: auto;
  }

.btn-detail:hover {
background: #f5c442;
color: #000;
}

.btn-cart {
background: none;
border: 1px solid  rgba(181, 151, 79, 1);
border-radius: 8px;
color: #fff;
padding: 5px 8px;
cursor: pointer;
font-size: 16px;
transition: all 0.2s ease;
}

.btn-cart:hover {
background: #f5c442;
color: #000;
}

.squad-builder-2 {
  background: #001428 url("/assets/images/squad-bg.png") no-repeat center/cover;
  color: #fff;
  height: 577px;
}

.squad-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 0 auto;
gap: 30px;
max-width: 1200px;
}

.squad-left {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  padding: 100px 0px;
}

.squad-left h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 10px;
}

.squad-left .subtitle {
font-size: 16px;
font-weight: 600;
margin-bottom: 20px;
color: #f5f5f5;
}

.squad-left ul {
list-style: none;
margin-bottom: 15px;
padding: 0;
}

.squad-left ul li {
position: relative;
margin-left: 20px;
margin-bottom: 6px;
}

.squad-left ul li::before {
content: "•";
position: absolute;
left: -15px;
color: #fff; /* vàng gold */
}

.squad-left .note {
font-size: 14px;
opacity: 0.9;
margin-bottom: 20px;
}

.btn-build {
display: inline-flex;
align-items: center;
gap: 8px;
background: #f5c442;
color: #000;
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}

.btn-build::before {
content: "→";
}

.btn-build:hover {
background: #fff;
}

.squad-right {
flex: 1;
display: flex;
justify-content: center;
}

.squad-right img {
max-width: 100%;
height: auto;
}

.benefit-section {
background: #000;
padding: 60px 20px;
color: #fff;
}

.benefit-container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.benefit-left, .benefit-right {
  flex: 1;
  min-width: 300px;
}

.benefit-box span {
  font-size: 20px;
  font-weight: 500;
}

.benefit-left h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.benefit-right h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.benefit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0a0a0a;
  border: 1px solid #c8a85e;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 30px;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.benefit-right {
  margin-top: 40px;
}

.benefit-box .icon {
color: #c8a85e;
font-size: 18px;
}
.icon-left {
 position: absolute;
  height: 55px;
  left: -2px;
}

.feedback-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #e6e6e6;
  text-align: left;
}

.feedback-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  column-gap: 100px;
}

.feedback-item {
  background-color: #222222; /* Dark gray */
  padding: 20px;
  border-radius: 10px;
  width: 546px;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6); /* Box shadow for emphasis */
  border: 2px solid #c7a75f;
}

.feedback-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 30px;
  object-fit: cover;
  float: left;
  margin-right: 20px;
}

.feedback-text {
  text-align: left;
}


.name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e6e6e6;
  line-height: 100%;
}

.date {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 5px;
}

.comment {
  color: #d1d1d1;
  line-height: 20px;
  width: 386px;
  margin-left: 80px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .feedback-item {
      width: 45%;
  }
}
@media (max-width: 768px) {
  .feedback-item {
      width: 100%;
  }
}

.container-content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    gap: 40px;
    max-width: 1200px;
    margin: 0px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .container-content .content {
    flex: 3;
    max-width: 850px;
  }
  
  .container-content .sidebar {
    flex: 1;
    background-color: #1a1a1a;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 8px;
  }
  
  .container-content .main-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  
  .container-content .section-title {
    color: #f5c45a;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px;
  }
  
  .container-content .paragraph {
    margin-bottom: 20px;
    color: #dcdcdc;
    font-size: 15px;
  }
  
  .container-content  .sidebar-list {
    list-style: none;
    padding-left: 0;
  }
  
  .container-content .sidebar-list li {
    padding: 8px 0;
    border-bottom: 1px solid #333;
    color: #ddd;
    font-size: 14px;
  }
  
  .container-content .sidebar-list li:last-child {
    border-bottom: none;
  }
  
  .container-content .screenshot {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #333;
    border-radius: 6px;
  }

  /* Container top bar */
.top-bar {
    display: flex;
    align-items: center;
    gap: 10px; /* khoảng cách giữa các nút */
  }
  
  /* Nút icon (Filter + Giỏ hàng) */
  .icon-btn {
    background: #0e0e0e; /* nền tối */
    border: 1px solid #444;
    border-radius: 8px;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  
  .icon-btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  
  /* Ô search */
  .search-box {
    display: flex;
    align-items: center;
    background: #0e0e0e;
    border: 1px solid #444;
    border-radius: 8px;
    overflow: hidden;
    width: 250px; /* bạn chỉnh theo layout */
  }
  
  .search-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 8px 12px;
    color: #fff;
    font-size: 14px;
  }
  
  .search-box input::placeholder {
    color: #aaa;
  }
  
  .search-box button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .search-box button:hover {
    background: rgba(255, 255, 255, 0.1);
  }

.icon-cart,
.icon-filter {
    position: absolute;
    top: 22px;
    right: 350px;
}
.icon-cart {
    right: 410px;
}
.player-grid .icon-cart,
.player-grid .icon-filter,
.player-grid .search-box  {
  top: 70px;
}
.scroll-box {
  max-width: 1200px;
  background-color: #121212;
  border: 1px solid #B1944C;
  border-radius: 10px;
  padding: 20px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  margin-top: 40px;
}

.scroll-box h2 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 40px;
  padding: 20px;
}

/* Đưa nút "Xem thêm" về phía bên phải */
.btn-home.btn-xem-them {
  float: right;
  margin-bottom: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.scroll-content {
  overflow-y: auto;
  flex-grow: 1;
  height: 600px;
  padding: 0 20px;
}
.scroll-content p {
  line-height: 1.6;
  color: #ccc;
}
.box-header {
  position: relative;
  padding-bottom: 20px;
}

.main_ft {
    margin-top: 0px;
}
/* Wrapper có nền ảnh */
.lucky-box-wrapper {
  background: url('/assets/images/bg-lucky-box.png') no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
  color: white;
}

/* Nội dung chính */
.lucky-box {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  backdrop-filter: brightness(1); /* Optional: thêm lớp tối nếu cần */
}

.lucky-box h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lucky-box p {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 25px;
}

/* Bên trong */
.lucky-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}

/* Chọn số */
.choose-number {
  background-color: #c29a48;
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
}

.choose-number input[type="number"] {
  width: 60px;
  padding: 6px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  color: #000;
}

/* Inputs */
.lucky-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lucky-inputs input {
  width: 280px;
  padding: 12px 14px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  color: #000;
}

/* Nút */
.lucky-submit {
  background-color: #a38347;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lucky-submit span {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .banner {
    width: 100%;
    height: 200px;
  }
  .banner-content h1 {
    font-size: 15px;
    line-height: 20px;
    width: 330px;
    height: 40px;
    margin-top: 0px;
  }

  .banner-content p {
    font-size: 10px;
    width: 350px;
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .btn-cau-thu {
    width: 150px;
    height: 40px;
  }
  .btn-home { 
    font-size: 11px;
    margin-top: 5px;
  }
  a.btn-home.btn-xay-team {
    width: 150px;
  }
  .btn-home img {
    margin-left: -20px;
    margin-right: 5px;
    width: 20px;
  }
  img.arrow-forward {
    left: 30px;
    top: 10px;
  }
  .player-grid-box {
    padding: 20px;
    width: 410px;
  }
  .player-grid {
    padding: 40px 30px;
    position: relative;
  }
}

.blur-overlay {
  position: absolute; /* hoặc relative tuỳ layout */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 800px; /* điều chỉnh chiều cao theo ý */
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  pointer-events: none; /* để không chặn click */
}