:root {
  --bg: #020617;
  --panel: rgba(15, 23, 42, 0.86);
  --panel-strong: #0f172a;
  --panel-soft: rgba(30, 41, 59, 0.78);
  --line: rgba(148, 163, 184, 0.20);
  --text: #f8fafc;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --cyan: #22d3ee;
  --blue: #3b82f6;
  --accent: #06b6d4;
  --green: #34d399;
  --shadow: 0 22px 70px rgba(2, 6, 23, 0.46);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.14), transparent 26rem),
    radial-gradient(circle at 88% 14%, rgba(59, 130, 246, 0.16), transparent 28rem),
    linear-gradient(135deg, #020617 0%, #0f172a 46%, #020617 100%);
  min-height: 100vh;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.96));
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.28);
}

.site-header-inner {
  width: min(1240px, calc(100% - 32px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 16px 34px rgba(34, 211, 238, 0.30);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand:hover .brand-mark {
  transform: scale(1.07) rotate(-4deg);
  box-shadow: 0 18px 44px rgba(34, 211, 238, 0.42);
}

.brand-text strong,
.footer-brand strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #60a5fa, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.75rem;
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link,
.mobile-link {
  color: #cbd5e1;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link {
  padding: 10px 16px;
  font-size: 0.94rem;
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
  color: #fff;
  background: rgba(34, 211, 238, 0.14);
}

.nav-link:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.72);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #e2e8f0;
}

.mobile-nav {
  display: none;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 16px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.96);
}

.mobile-link {
  display: block;
  padding: 12px 14px;
}

.hero-carousel {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.72s ease, transform 1.2s ease;
  pointer-events: none;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(0deg, var(--bg), transparent);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-inner,
.sub-hero-inner,
.detail-inner,
.section,
.footer-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 80px 0 140px;
}

.hero-copy {
  max-width: 760px;
}

.hero-kicker,
.sub-hero span,
.section-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #a5f3fc;
  border: 1px solid rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.12);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-copy h1,
.hero-copy h2,
.sub-hero h1,
.detail-copy h1 {
  margin: 18px 0 0;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  line-height: 0.95;
}

.hero-copy h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: #e0f2fe;
}

.hero-meta,
.detail-meta {
  margin: 18px 0 0;
  color: #bae6fd;
  font-weight: 700;
}

.hero-summary,
.detail-lead,
.sub-hero p,
.section-heading p,
.filter-panel p,
.text-card p,
.footer-brand p {
  color: var(--soft);
  line-height: 1.8;
}

.hero-summary {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 1.08rem;
}

.hero-tags,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags {
  margin-top: 20px;
}

.hero-tags span,
.tag-row span {
  border-radius: 999px;
  color: #e0f2fe;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-tags span {
  padding: 7px 12px;
}

.tag-row span {
  padding: 5px 9px;
  font-size: 0.75rem;
}

.hero-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 18px 40px rgba(34, 211, 238, 0.28);
}

.btn.ghost {
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.70);
}

.btn.text {
  color: #67e8f9;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary:hover {
  box-shadow: 0 22px 48px rgba(34, 211, 238, 0.36);
}

.btn.inline {
  margin-top: 24px;
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.34);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.active {
  width: 32px;
  background: #22d3ee;
}

.hero-rail {
  position: absolute;
  z-index: 4;
  right: max(16px, calc((100% - 1240px) / 2));
  bottom: 78px;
  width: min(460px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.hero-mini-card {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.20);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.70);
  box-shadow: var(--shadow);
}

.hero-mini-card img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
  opacity: 0.74;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero-mini-card span {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-mini-card:hover img {
  transform: scale(1.08);
  opacity: 0.96;
}

.section {
  padding: 76px 0;
}

.section-search {
  padding-top: 56px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading.wide {
  max-width: 880px;
}

.section-heading h2,
.text-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 2fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(30, 41, 59, 0.70));
  box-shadow: var(--shadow);
}

.filter-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.28rem;
}

.filter-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) repeat(3, minmax(120px, 0.75fr));
  gap: 12px;
}

.filter-controls label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.filter-controls input,
.filter-controls select {
  width: 100%;
  color: #fff;
  border: 1px solid rgba(148, 163, 184, 0.20);
  border-radius: 16px;
  outline: none;
  background: rgba(2, 6, 23, 0.62);
  padding: 12px 13px;
}

.filter-controls input:focus,
.filter-controls select:focus {
  border-color: rgba(34, 211, 238, 0.72);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.10);
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.featured-grid,
.category-movies,
.ranking-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.side-grid,
.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.82), rgba(15, 23, 42, 0.92));
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.26);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 211, 238, 0.38);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.44);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #0f172a;
}

.poster-link::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.76), transparent);
}

.poster-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.movie-card:hover .poster-link img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}

.quality-badge,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.quality-badge {
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
}

.rank-badge {
  left: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.movie-card-body {
  padding: 16px;
}

.movie-meta {
  color: #67e8f9;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.movie-card h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.35;
}

.movie-card h3 a:hover {
  color: #67e8f9;
}

.movie-one-line {
  min-height: 62px;
  margin: 9px 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie-card.compact .movie-card-body {
  padding: 13px;
}

.movie-card.compact h3 {
  font-size: 0.95rem;
}

.movie-card.compact .movie-one-line {
  min-height: 48px;
  -webkit-line-clamp: 2;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-grid.large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.17);
  border-radius: var(--radius);
  padding: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.18), transparent 12rem),
    linear-gradient(135deg, rgba(30, 41, 59, 0.88), rgba(15, 23, 42, 0.92));
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.category-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(34, 211, 238, 0.42);
}

.category-tile span {
  display: inline-block;
  color: #67e8f9;
  font-weight: 900;
  margin-bottom: 14px;
}

.category-tile strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.42rem;
}

.category-tile p {
  color: var(--soft);
  line-height: 1.75;
  margin: 0 0 18px;
}

.tile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tile-links a {
  max-width: 100%;
  color: #c4f1f9;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: 34px;
}

.rank-list {
  display: grid;
  gap: 10px;
}

.rank-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.72);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.rank-row:hover {
  transform: translateX(4px);
  border-color: rgba(34, 211, 238, 0.38);
  background: rgba(30, 41, 59, 0.88);
}

.rank-row strong {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #22d3ee);
}

.rank-row span {
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-row em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.84rem;
}

.sub-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.sub-hero::after,
.detail-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, var(--bg), transparent);
}

.sub-hero-inner,
.detail-inner {
  position: relative;
  z-index: 2;
}

.sub-hero-inner {
  padding: 92px 0 78px;
  max-width: 860px;
}

.sub-hero h1 {
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: 0.98;
}

.sub-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.compact-actions {
  margin-top: 24px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #cbd5e1;
  padding-top: 34px;
  font-size: 0.92rem;
}

.breadcrumb a:hover {
  color: #67e8f9;
}

.breadcrumb em {
  color: #fff;
  font-style: normal;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 46px 0 88px;
}

.detail-poster {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.detail-copy h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
}

.detail-lead {
  margin: 20px 0 0;
  max-width: 820px;
  font-size: 1.08rem;
}

.detail-section {
  padding-top: 50px;
}

.player-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  background: #020617;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.48);
}

.movie-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: radial-gradient(circle at center, rgba(34, 211, 238, 0.18), rgba(2, 6, 23, 0.58));
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.play-overlay span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding-left: 6px;
  font-size: 2.35rem;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 20px 50px rgba(34, 211, 238, 0.36);
  transition: transform 0.2s ease;
}

.play-overlay:hover span {
  transform: scale(1.08);
}

.play-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.content-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.text-card {
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.82), rgba(15, 23, 42, 0.90));
  box-shadow: var(--shadow);
}

.text-card h2 {
  margin-top: 0;
  font-size: 1.8rem;
}

.text-card p {
  margin: 0;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(2, 6, 23, 0.92);
  padding: 44px 0 28px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(260px, 1.15fr);
  gap: 30px;
  align-items: start;
}

.footer-brand p {
  margin: 8px 0 0;
  max-width: 520px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-links a {
  color: #cbd5e1;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
}

.footer-links a:hover {
  color: #fff;
  border-color: rgba(34, 211, 238, 0.42);
  background: rgba(34, 211, 238, 0.10);
}

.copyright {
  width: min(1240px, calc(100% - 32px));
  margin: 30px auto 0;
  color: #64748b;
  font-size: 0.9rem;
}

@media (max-width: 1120px) {
  .featured-grid,
  .category-movies,
  .ranking-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .movie-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-rail {
    display: none;
  }

  .filter-panel,
  .split-section,
  .content-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .desktop-nav {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  body.nav-open .mobile-nav {
    display: block;
  }

  .site-header-inner {
    height: 66px;
  }

  .hero-inner {
    padding: 72px 0 110px;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 14vw, 4.3rem);
  }

  .filter-controls {
    grid-template-columns: 1fr 1fr;
  }

  .movie-grid,
  .featured-grid,
  .category-movies,
  .ranking-grid,
  .side-grid,
  .related-grid,
  .category-grid,
  .category-grid.large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-poster {
    max-width: 300px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header-inner,
  .hero-inner,
  .sub-hero-inner,
  .detail-inner,
  .section,
  .footer-inner,
  .copyright {
    width: min(100% - 24px, 1240px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .brand-text em {
    display: none;
  }

  .hero-carousel,
  .hero-inner {
    min-height: 78vh;
  }

  .hero-actions,
  .detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .filter-controls,
  .movie-grid,
  .featured-grid,
  .category-movies,
  .ranking-grid,
  .side-grid,
  .related-grid,
  .category-grid,
  .category-grid.large {
    grid-template-columns: 1fr;
  }

  .filter-panel,
  .text-card {
    padding: 18px;
    border-radius: 20px;
  }

  .section {
    padding: 54px 0;
  }
}
