* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #000;
  color: #fff;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Background container */
.hero-bg {
  position: absolute;
  inset: 0;
}

/* Background image */
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay layer */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.75)
  );
  z-index: 1;
}

/* HEADER */
.header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 60px;
}

.logo {
  height: 45px;
}

.header-actions {
  display: flex;
  gap: 15px;
}

.header-actions select {
  background: transparent;
  color: #fff;
  border: 1.5px solid #aaa;
  padding: 8px 16px;
  border-radius: 4px;
}

.header-actions button {
  background: #e50914;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

/* HERO CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 900;
  max-width: 800px;
}

.hero-content h2 {
  font-size: 1.5rem;
  margin: 16px 0;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* EMAIL */
.email-box {
  display: flex;
  gap: 10px;
  max-width: 700px;
  width: 100%;
}

.email-box input {
  flex: 1;
  padding: 16px;
  background: rgba(0,0,0,0.6);
  border: 1px solid #8c8c8c;
  color: #fff;
  border-radius: 4px;
}

.email-box button {
  padding: 16px 28px;
  background: #e50914;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .email-box {
    flex-direction: column;
  }
}

/* SECTION TWO */
.section-two {
  background: #000;
  padding: 60px;
  color: #fff;
}

/* TRENDING */
.trending h2,
.reasons h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.trending-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
}

.trending-row::-webkit-scrollbar {
  display:none;
}

.trend-card {
  position: relative;
  min-width: 180px;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.trend-card img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trend-card:hover {
  transform: scale(1.08);
}

/* Ranking numbers */
.rank {
  position: absolute;
  bottom: -25px;
  left: -10px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255,255,255,0.15);
  z-index: 1;
}

/* REASONS */
.reasons {
  margin-top: 70px;
}

.reason-cards {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.reason-card {
  flex: 1;
  background: linear-gradient(135deg, #1c1c3c, #120a1f);
  border-radius: 18px;
  padding: 25px;
  position: relative;
  min-height: 230px;
}

.reason-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.reason-card p {
  color: #cfcfcf;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Icons */
.icon {
  position:absolute;
  font-size: 35px;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.tv {
  background: radial-gradient(circle, #ff2d55, #8a0fff);

}

.download {
  background: radial-gradient(circle, #ffb703, #fb8500);
}

.everywhere {
  background: radial-gradient(circle, #00b4d8, #0077b6);
}

.kids {
  background: radial-gradient(circle, #ff70a6, #ff006e);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .reason-cards {
    flex-direction: column;
  }

  .section-two {
    padding: 40px 20px;
  }
}

/* Frequent QA Start here*/

.faq-section {
  background: black;
  color: white;
  padding: 70px 12%;
}

.faq-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.faq {
  max-width: 100%;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: #2d2d2d;
  color: white;
  border: none;
  padding: 22px 24px;
  font-size: 1.5rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  background: #414141;
}

.Icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.Icon::before,
.Icon::after {
  content: "";
  position: absolute;
  background: white;
  transition: transform 0.3s ease;
}

/* horizontal line */
.Icon::before {
  width: 24px;
  height: 2px;
  top: 11px;
  left: 0;
}

/* vertical line */
.Icon::after {
  width: 2px;
  height: 24px;
  top: 0;
  left: 11px;
}

/* when open → becomes × */
.faq-item.active .icon::after {
  transform: rotate(90deg);
}

.faq-answer {
  background: #2d2d2d;
  padding: 22px 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: none;
  border-top: 1px solid black;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .Icon {
  transform: rotate(45deg); /* + becomes × */
}

/* Frequent QA Ends here*/

/*Footer Section Start*/

.footer-cta {
  background: black;
  text-align: center;
  padding: 60px 20px 40px;
}


.cta-text {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.cta-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cta-form input {
  width: 380px;
  max-width: 90%;
  padding: 18px;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #555;
  color: white;
  border-radius: 4px;
}

.cta-form button {
  background: #e50914;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 14px 26px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.cta-form button:hover {
  background: #f6121d;
}

.arrow {
  margin-left: 6px;
  font-size: 1.6rem;
}

.netflix-footer {
  background: black;
  color: #b3b3b3;
  padding: 60px 12%;
  font-size: 0.95rem;
}

.footer-call {
  margin-bottom: 30px;
}

.footer-call a {
  color: #b3b3b3;
  text-decoration: underline;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #b3b3b3;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.language-select select {
  background: black;
  color: white;
  border: 1px solid #555;
  padding: 10px 14px;
  margin-bottom: 20px;
}

.region {
  margin-bottom: 20px;
}

.recaptcha {
  font-size: 0.85rem;
  color: #8c8c8c;
}

.recaptcha a  {
  color: #0071eb;
}

/*Footer Section Ends Here*/

