@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ===========================
   RESET & BASE
=========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

/* ===========================
   TOP ANNOUNCEMENT BAR
=========================== */
.top-bar {
  background-color: #a20101;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 200;
}

.top-bar a {
  text-decoration: underline;
  font-weight: 700;
}

/* ===========================
   HEADER
=========================== */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #000;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 72px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.7);
}

.header-logo img {
  height: 40px;
  width: auto;
}

header nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

header nav a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.2s;
}

header nav a:hover {
  color: #a20101;
}

.btn-red {
  background-color: #a20101;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  display: inline-block;
}

.btn-red:hover {
  background-color: #c00202;
  transform: scale(1.04);
}

/* ===========================
   HERO SECTION
=========================== */
.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 5% 60px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 60% 50%, rgba(140,0,0,0.55) 0%, rgba(0,0,0,0) 70%), #000;
  min-height: 85vh;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 580px;
}

.hero-text h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.hero-price-block {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}

.hero-price-highlight {
  background-color: #a20101;
  color: #fff;
  padding: 2px 12px;
  border-radius: 4px;
  display: inline-block;
}

.hero-text p {
  font-size: 0.98rem;
  color: #ccc;
  line-height: 1.7;
  max-width: 500px;
}

.hero-mockup {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-mockup img {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(162,1,1,0.3));
}

/* ===========================
   CATALOG GRID (6 cards)
=========================== */
.catalog {
  padding: 70px 5%;
}

.catalog-header {
  text-align: center;
  margin-bottom: 48px;
}

.catalog-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 12px;
}

.catalog-header p {
  color: #aaa;
  font-size: 1rem;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cat-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.cat-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.45s ease;
}

.cat-card:hover .card-bg {
  transform: scale(1.07);
}

.cat-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.1) 100%);
}

.cat-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 22px;
}

.cat-card .card-content h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.cat-card .card-content p {
  font-size: 0.82rem;
  color: #ccc;
  line-height: 1.5;
}

.catalog-cta {
  text-align: center;
  margin-top: 48px;
}

/* ===========================
   STREAMING BRANDS SECTION
=========================== */
.brands {
  padding: 80px 5%;
  background-color: #000;
}

.brands-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.brands-left {
  flex: 1.4;
}

.brands-left h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  margin-bottom: 12px;
}

.brands-left h2 span {
  color: #a20101;
}

.brands-left p {
  color: #aaa;
  font-size: 0.95rem;
  margin-bottom: 32px;
  max-width: 420px;
}

.channel-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}

.channel-logos img {
  width: 100%;
  max-height: 65px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
  transition: filter 0.3s;
}

@media (max-width: 640px) {
  .channel-logos img {
    filter: grayscale(0%) brightness(1);
  }
}

.channel-logos img:hover {
  filter: grayscale(0%) brightness(1);
}

.brands-right {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px;
}

.brands-right h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 24px;
}

.streaming-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.streaming-logos img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1;
  object-fit: contain;
  background: rgba(255,255,255,0.03);
  padding: 10px;
}

.more-tag {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ccc;
  aspect-ratio: 1;
}

/* ===========================
   COMPARISON / PRICING
=========================== */
.comparison {
  padding: 80px 5%;
  background-color: #080808;
}

.comparison h2 {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  margin-bottom: 14px;
}

.comparison h2 span {
  color: #a20101;
}

.comparison .sub {
  text-align: center;
  color: #aaa;
  font-size: 0.95rem;
  margin-bottom: 48px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto 48px;
}

.platform-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  gap: 16px;
}

.platform-item img {
  height: 28px;
  max-width: 100px;
  object-fit: contain;
}

.platform-item .price-tag {
  font-size: 0.95rem;
  font-weight: 700;
  color: #a20101;
  white-space: nowrap;
}

.total-box {
  max-width: 500px;
  margin: 0 auto 48px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
}

.total-box .total-label {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 10px;
}

.total-box .total-price {
  font-size: 3.5rem;
  font-weight: 900;
  color: #a20101;
  line-height: 1;
  margin-bottom: 8px;
}

.total-box .total-suffix {
  font-size: 0.9rem;
  color: #888;
}

/* ===========================
   PLANS SECTION
=========================== */
.plans {
  padding: 80px 5%;
  text-align: center;
}

.plans h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 14px;
}

.plans h2 span {
  color: #a20101;
}

.plans .sub {
  color: #aaa;
  font-size: 0.95rem;
  margin-bottom: 48px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.plan-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  padding: 36px 28px;
  text-align: left;
  transition: border-color 0.3s, transform 0.3s;
}

.plan-card:hover {
  border-color: #a20101;
  transform: translateY(-6px);
}

.plan-card.featured {
  border-color: #a20101;
  background: rgba(162, 1, 1, 0.07);
}

.plan-badge {
  display: inline-block;
  background: #a20101;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.plan-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.plan-screens {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 22px;
}

.plan-price {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.plan-price-sub {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 24px;
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.plan-features li {
  font-size: 0.88rem;
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-features li::before {
  content: '✓';
  color: #a20101;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
}

.plan-card .btn-red {
  width: 100%;
  text-align: center;
  padding: 14px;
  font-size: 0.88rem;
  border-radius: 10px;
}

/* ===========================
   FAQ
=========================== */
.faq-section {
  padding: 80px 5%;
  max-width: 780px;
  margin: 0 auto;
}

.faq-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}

.faq-question {
  padding: 20px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
  transition: background-color 0.2s;
}

.faq-question:hover {
  background: rgba(255,255,255,0.04);
}

.faq-icon {
  font-size: 1.3rem;
  font-weight: 400;
  color: #a20101;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
  color: #aaa;
  font-size: 0.92rem;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 22px;
}

/* ===========================
   FOOTER
=========================== */
footer {
  background-color: #050505;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 48px 5%;
  text-align: center;
}

footer .footer-logo img {
  height: 36px;
  margin: 0 auto 24px;
}

footer .footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

footer .footer-badges img {
  height: 40px;
  object-fit: contain;
}

footer .footer-email {
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

footer .footer-copy {
  color: #444;
  font-size: 0.78rem;
}

/* ===========================
   RESPONSIVE (MOBILE)
=========================== */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    padding: 60px 5% 40px;
    background: radial-gradient(circle at center, rgba(140,0,0,0.4) 0%, rgba(0,0,0,0) 80%), #000;
  }

  .hero-text {
    align-items: center;
    max-width: 100%;
  }

  .hero-text p {
    max-width: 100%;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands-inner {
    flex-direction: column;
    gap: 40px;
  }

  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  header nav {
    display: none;
  }

  .catalog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .channel-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .channel-logos img {
    max-height: 55px;
  }

  .streaming-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Optimize Header Button on Mobile */
  header {
    height: 64px;
    padding: 0 4%;
  }

  header .header-logo img {
    height: 32px;
  }

  header .btn-red {
    padding: 9px 15px;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 50px;
    background: linear-gradient(135deg, #a20101 0%, #ff1a1a 100%);
    box-shadow: 0 4px 15px rgba(162, 1, 1, 0.5);
    border: none;
    letter-spacing: 0.05em;
  }

  /* Improve Adult Section and Grid Cards on Mobile */
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cat-card {
    aspect-ratio: 1/1.2; /* Taller on mobile to fit text better */
  }

  .cat-card .card-content {
    padding: 15px 12px;
  }

  .cat-card .card-content h3 {
    font-size: 0.95rem;
    margin-bottom: 4px;
  }

  .cat-card .card-content p {
    font-size: 0.7rem;
    line-height: 1.3;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Optimize Platform Grid for Side-by-Side on Small Screens */
  .platform-item {
    padding: 18px 10px;
    gap: 12px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(162, 1, 1, 0.2);
  }

  .platform-item img {
    height: 32px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .platform-item .price-tag {
    font-size: 0.88rem;
    font-weight: 800;
    color: #fff;
    background: #a20101;
    padding: 4px 10px;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
  }

  /* Fix Streaming Logos Bug on Mobile */
  .streaming-logos img {
    padding: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
  }
}

/* ===========================
   WHATSAPP FLOATING BUTTON
=========================== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.05);
  background-color: #20b358;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-float svg {
  fill: #fff;
}

/* Specific for mobile */
@media (max-width: 640px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }
  
  .whatsapp-float span {
    display: block; /* Keeping the text visible as per user's request for mobile */
  }
}
