:root {
  --primary: #edb901;
  --text-white: #FFFFFF;
  --bg-overlay: rgba(0, 0, 0, 0.75);
  --red: #e50914;
  --card-bg: #1a1a2e;
  --button-bg: #2a2a3a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: var(--text-white);
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-image: url('../src/bg-hero.JPG');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}


.header {
  position: relative;
  z-index: 2;
}

.banner {
  background-color: var(--primary);
  padding: 1rem 0;
  text-align: center;
}

.banner-text {
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
}


.hero {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2;
}

.hero-content {
  margin-top: 7rem;
  max-width: 770px;
}

.title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.Btn-Container {
  display: inline-flex;
  align-items: center;
  width: 190px;
  background-color: transparent;
  border-radius: 40px;
  align-items: center;
  border: solid 2px var(--primary);
  cursor: pointer;
}

.icon-Container-Btn {
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #1d2129;
}

.text-Btn {
  width: calc(190px - 45px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
}

.sec-div {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  overflow: hidden;
  height: 100px;
}

.curve-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.curve {
  width: 150%;
  left: -25%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid .25rem transparent;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  border-bottom: none;
  background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.curve:before {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(to right,
      rgba(33, 13, 22, 1) 16%,
      rgb(184, 170, 40),
      rgb(229, 178, 9),
      rgb(184, 170, 40),
      rgb(33, 30, 13) 84%);
}

.promo-card-container {
  position: relative;
  margin: 2rem auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  padding: 2rem 1.7rem;
  margin-top: -3.7rem;
  z-index: 99;
}

.promo-card {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  background: linear-gradient(135deg,
      rgba(26, 26, 46, 0.9) 0%,
      rgba(28, 13, 33, 0.9) 100%);
  border-radius: 20px;
  padding: 1.3rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.promo-badge svg {
  position: absolute;
  top: -1.3rem;
  left: -0.6rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.promo-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.promo-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.promo-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border: none;
  background-color: rgb(70, 70, 70);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  width: auto;
  transition: all 0.3s ease, color 0.3s ease;
}

.promo-btn:hover {
  background-color: rgb(54, 54, 54);
}

.promo-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track .item {
  flex: 0 0 auto;
  width: 180px;
  height: 100px;
  border-radius: 8px;
  margin-right: 0.5rem;
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-track .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 7rem;
  border-radius: 3.5rem;
  background: #121212;
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 7rem;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}

.arrow:hover {
  background-color: #212121;
}

.arrow--left {
  left: 0.5rem;
}

.arrow--right {
  right: 0.5rem;
}

.arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

.streaming-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 1rem auto 1.5rem;
  max-width: 1100px;
  padding: 0 1rem;
}

.streaming-carousel {
  position: relative;
  margin: 0.5rem auto 2rem;
  max-width: 1100px;
  overflow: hidden;
  padding: 0 1rem;
}

.benefits-section {
  padding-top: 3rem;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.benefits-container {
  max-width: 1090px;
  margin: 0 auto;
}

.benefits-heading {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.benefits-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  max-width: 1100px;
}

.benefits-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.benefit-card {
  background: linear-gradient(135deg,
      rgba(26, 26, 46, 0.9) 0%,
      rgba(28, 13, 33, 0.9) 100%);
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(30px);
}

.benefit-card.show {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card.hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
}

.benefit-card.hover::before {
  transform: scaleX(1);
}

.benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.3;
}

.benefit-card p {
  font-size: 1rem;
  color: #e5e5e5;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.benefit-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 3.5rem;
  font-weight: 700;
  opacity: 0.07;
  color: #fff;
}

.benefit-card:nth-child(1) {
  transition-delay: 0.1s;
}

.benefit-card:nth-child(2) {
  transition-delay: 0.2s;
}

.benefit-card:nth-child(3) {
  transition-delay: 0.3s;
}

.plans-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.plan-title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.plans-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.plan-card {
  background: linear-gradient(135deg,
      rgba(26, 26, 46, 0.9) 0%,
      rgba(28, 13, 33, 0.9) 100%);
  border-radius: 16px;
  border: 1px solid #222;
  padding: 32px;
  width: 320px;
  flex-shrink: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.plan-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #e5a309, #ee6f00);
  color: white;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 0 8px;
  box-shadow: 0 2px 8px rgba(122, 122, 122, 0.4);
  z-index: 1;
}

.plan-name {
  font-size: 1.8rem;
  margin-bottom: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #fff, #ccc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.plan-price {
  font-size: 2.5rem;
  margin-bottom: 24px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.payment-type {
  font-size: 0.9rem;
  color: #a3a3a3;
  margin-left: 8px;
  font-weight: 400;
}

.plan-features {
  margin-bottom: 30px;
  list-style: none;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #e5e5e5;
  font-size: 0.95rem;
}

.feature-icon,
.lock-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.feature.locked {
  opacity: 0.6;
}

.lock-icon {
  margin-right: 10px;
}

.plan-button {
  width: 100%;
  padding: 12px;
  background-color: rgb(70, 70, 70);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.plan-button:hover {
  background-color: #393939;
}

.highlighted {
  border: 2px solid #363636;
}

.highlighted .plan-button {
  background-color: white;
  color: #000;
}

.faq-container-sec {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
}

.faq-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px;
  color: white;
}

.faq-section {
  width: 100%;
}

.faq-container {
  width: 100%;
}

.faq-item {
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background-color: #181818;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
}

.faq-question:hover {
  background-color: #333333;
}

.faq-question h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 24px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1);
}

.faq-icon::before {
  width: 24px;
  height: 2px;
  top: 11px;
  left: 0;
}

.faq-icon::after {
  width: 2px;
  height: 24px;
  top: 0;
  left: 11px;
}

.faq-item.active .faq-icon::after {
  transform: rotate(90deg);
}

.faq-answer {
  background-color: #333333;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
}

.faq-item.active .faq-answer {
  max-height: 1200px;
  padding: 24px 32px;
  border-top: 1px solid #444;
}

.faq-answer p {
  margin-bottom: 16px;
  color: #E5E5E5;
  font-size: 1.1rem;
  line-height: 1.6;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.footer {
  background-color: #0f0f0f;
  color: #757575;
  padding: 70px 45px;
  border-top: 8px solid #000000;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: #757575;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 16px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-logo span {
  color: #757575;
  font-size: 13px;
}

.footer-social {
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.2s;
}

.social-icon:hover {
  color: #FFD700;
}

.language-selector {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.language-selector select {
  background-color: #222;
  color: #fff;
  border: 1px solid #757575;
  padding: 12px 26px 12px 50px;
  font-size: 16px;
  border-radius: 2px;
  appearance: none;
  cursor: pointer;
}

.language-selector::before {
  content: "\f0ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
}

.language-selector::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  font-size: 12px;
}

.footer-bottom {
  font-size: 11px;
  color: #757575;
  margin-top: 24px;
}

.footer-bottom a {
  color: #757575;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.notification-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  flex-direction: column;
  z-index: 1000;
  display: flex;
  gap: 10px;
}

.notification {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px;
  border-radius: 12px;
  width: 300px;
  display: flex;
  align-items: center;
  gap: 15px;
  transform: translateX(-110%);
  animation: slideIn 0.5s forwards;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #edb901;
  width: 100%;
  transform-origin: left;
  animation: progress 5s linear forwards;
}

.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.notification-content {
  flex-grow: 1;
}

.user-name {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
}

.message {
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.4;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: white;
  opacity: 0.7;
  cursor: pointer;
  padding: 5px;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-110%);
  }
}

@keyframes progress {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .faq-container-sec {
    padding: 2px 16px;
  }

  .faq-title {
    font-size: 1.7rem;
    margin-bottom: 32px;
  }

  .faq-question h3 {
    font-size: 1.2rem;
  }

  .faq-question,
  .faq-item.active .faq-answer {
    padding: 16px 20px;
  }

  .faq-answer p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .plans-container {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 20px;
    gap: 30px;
    scroll-snap-type: none;
  }

  .plan-title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

}

@media (max-width: 992px) {
  .plan-name {
    font-size: 1.6rem;
  }

  .plan-price {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .benefits-title {
    font-size: 2rem;
  }

  .benefits-subtitle {
    font-size: 1rem;
  }

  .benefit-card {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .benefits-section {
    padding-top: 1rem;
  }

  .benefits-title {
    font-size: 1.7rem;
  }

  .benefits-cards {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .benefit-card {
    min-height: auto;
    padding: 1.5rem;
  }

  .benefit-card h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .arrow {
    width: 2.5rem;
    height: 6rem;
    font-size: 1.8rem;
    line-height: 6rem;
  }

  .streaming-title {
    font-size: 1.7rem;
  }
}

@media (min-width: 600px) {
  .promo-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .text-group {
    flex: 1;
    padding-right: 2rem;
  }

  .promo-title,
  .promo-text {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .promo-btn {
    align-self: self-start;
    margin-top: -11px;
  }
}

@media (min-width: 600px) {
  .curve {
    width: 130%;
    left: -15%;
  }

  .promo-card-container {
    margin-top: 1rem;
  }
}

@media (min-width: 600px) {
  .sec-div {
    margin-top: 7rem;
  }
}

@media (min-width: 960px) {
  .curve {
    width: 120%;
    left: -10%;
  }
}

@media (max-width: 768px) {
  .banner-text {
    font-size: 1.5rem;
  }

  .title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .description {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .banner-text {
    font-size: 1.1rem;
  }

  .title {
    font-size: 1.8rem;
  }

  .subtitle {
    font-size: 0.925rem;
  }

  .description {
    font-size: 0.9rem;
  }
}

@media (max-width: 599px) {
  .promo-title {
    font-size: 1.2rem;
  }

  .promo-text {
    font-size: 0.9rem;
  }
}