/* Reset default styles */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Base styles */
html {
  font-size: 62.5%; /* Set 1rem = 10px */
}

body {
  font-family: "Inter", sans-serif;
  background-color: #000;
  color: #fff;
}

img {
  user-select: none;
}

/* Layout */
.container {
  max-width: 120rem;
  margin: 0 auto;
}

/* Header styles */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(4px);
  padding: 2.4rem;
  /* position: fixed; */
  left: 0;
  max-width: 100%;
  min-width: 100%;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header img {
  width: 13%;
}

/* Button styles */
.btn {
  padding: 0.8rem 1.6rem;
  background-color: #e50913;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
}

/* Language selector */
.lang {
  background-color: #e0e0e0;
  color: #222;
  padding: 0.6rem 2.4rem;
  border: 1px solid #535250;
  border-radius: 5px;
}
.lang:focus, .lang:hover {
  outline: none;
  border-color: #e50913;
}

/* Hero section */
.hero {
  min-height: 100vh;
  background-image: linear-gradient(
      to bottom,
      rgb(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.9)
    ),
    url("img/hero-img.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  gap: 4rem;
  padding: 4rem 2rem;
}

.hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1.2;
  gap: 2.5rem;
  min-width: 350px;
  background: none;
}

.hero-icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.hero-heart {
  width: 54px;
  height: 54px;
  margin-bottom: 0.5rem;
}
.hero-read-listen {
  font-size: 2.6rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  line-height: 1.1;
}
.hero-person-screenshot {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1.5rem;
}
.hero-person {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}
.hero-phone {
  width: 370px;
  max-width: 1000px;
  min-width: 320px;
  border-radius: 36px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.18);
  background: #fff;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1.5;
  gap: 2.8rem;
  min-width: 350px;
  padding-left: 2rem;
  background: none;
}
.hero-title {
  font-size: 5.2rem;
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  line-height: 1.05;
  color: #fff !important;
  margin: 0 0 1.2rem 0;
}
.hero-desc {
  font-size: 2.1rem;
  font-family: 'Inter', 'Arial', sans-serif;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 0.5rem;
}
.hero-subdesc {
  font-size: 1.5rem;
  color: #fff !important;
  font-family: 'Inter', 'Arial', sans-serif;
  margin-bottom: 1.5rem;
}
.download-buttons {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.btn-store img {
  height: 54px;
  width: auto;
  transition: transform 0.2s;
}
.btn-store img:hover {
  transform: scale(1.07);
}

/* Shows section */
.shows {
  margin-top: 8rem;
}

.shows-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.second-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.shows-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 3rem 2rem;
}

.shows-grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.slider-btn--right,
.slider-btn--left {
  background-color: #1a1a1a;
  padding: 50px 0px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.arrow {
  width: 24px;
  height: 24px;
  color: white;
  cursor: pointer;
}

/* Show cards */
.show-card {
  position: relative;
  transition: all 0.2s ease-in;
}

.show-card:hover {
  transform: scale(105%);
}

.card-img {
  border-radius: 10px;
  overflow: hidden;
}

.card-img img {
  max-width: 18rem;
}

.show-card h3 {
  position: absolute;
  bottom: 5px;
  left: -20px;
  font-size: 11rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px#fff;
  font-family: Arial, Helvetica, sans-serif;
}

/* Join section */
.join-inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 4rem auto;
}

/* Responsive join-grid for More Reasons to Join section */
.join-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  justify-content: center;
  align-content: center;
}

.join-card {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2.4rem 1.6rem 1rem;
  background-image: linear-gradient(to bottom right, #182245, #220e17);
  border-radius: 20px;
  max-width: 29rem;
  height: 29rem;
}

.join-card h3 {
  font-size: 2.4rem;
  font-weight: 500;
}

.join-card p {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #aaa;
}

.join-card img {
  height: 30%;
  align-self: flex-end;
  margin-top: auto;
}

/* FAQ section */
.faq-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6.4rem;
  user-select: none;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #2d2d2d;
  padding: 2.8rem 2rem;
  transition: all 0.3s ease;
}

.faq-head:hover {
  background-color: #444;
}

.faq-head h3 {
  font-size: 2.4rem;
  font-weight: 400;
}

.faq-card img {
  filter: invert(100%);
  height: 100%;
  transition: all 0.3s ease;
}

.faq-answer {
  display: none;
  transition: all 0.3s ease;
}

.open {
  display: block !important;
  height: 100%;
  padding: 2rem 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  background-color: #2d2d2d;
  border-top: 2px solid black;
  transition: all 0.3s ease;
}

.faq-cta {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* Footer section */
.footer {
  margin-bottom: 10rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 6.4rem;
}

.footer-inner a {
  font-size: 1.8rem;
  color: #aaa;
}

.footer-grid {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-right: 20%;
}

.footer-grid a {
  color: #aaa;
  font-size: 1.4rem;
}

/* Footer columns */
.col-1,
.col-2,
.col-3,
.col-4 {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer-inner .lang {
  width: 12rem;
}

.footer-inner p {
  color: #aaa;
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .hero-inner {
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 1rem;
  }
  .hero-left, .hero-right {
    align-items: center;
    min-width: 0;
    padding-left: 0;
  }
  .hero-title, .hero-desc, .hero-subdesc {
    text-align: center;
  }
  .join-grid {
    gap: 2.4rem;
  }
  .join-card {
    max-width: 40vw;
    min-width: 220px;
  }
}

@media (max-width: 900px) {
  .join-grid {
    gap: 2rem;
  }
  .join-card {
    max-width: 80vw;
    min-width: 180px;
  }
}

@media (max-width: 700px) {
  .hero-inner {
    padding: 1rem 0.2rem;
    gap: 1.5rem;
  }
  .hero-phone {
    width: 220px;
    min-width: 120px;
    border-radius: 18px;
  }
  .hero-person {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  .hero-title {
    font-size: 2.6rem;
  }
  .hero-desc {
    font-size: 1.3rem;
  }
  .hero-read-listen {
    font-size: 1.3rem;
  }
  .join-grid {
    flex-direction: column !important;
    align-items: center;
    gap: 1.5rem;
  }
  .join-card {
    max-width: 95vw;
    min-width: 120px;
  }
}

.btn--download {
  background: #fff;
  color: #111;
  border: 2px solid #fff;
  transition: border 0.2s, color 0.2s, background 0.2s;
}
.btn--download:hover, .btn--download:focus {
  border: 2px solid #e50913;
  color: #fff;
  background: #e50913;
}

/* Update this in your style.css or queries.css */
.font-inter {
    font-family: 'Inter', sans-serif;
    font-weight: 800; /* or 900 for extra bold */
}
