:root {
  --bg: #f8fafc;
  --card: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --sky: #0284c7;
  --sky-dark: #0369a1;
  --orange: #f97316;
  --orange-soft: #fff7ed;
  --sky-soft: #f0f9ff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(14, 165, 233, 0.12), transparent 32rem),
    radial-gradient(circle at 92% 2%, rgba(249, 115, 22, 0.12), transparent 28rem),
    var(--bg);
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  backdrop-filter: blur(18px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--ink);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--sky), var(--orange));
  box-shadow: 0 12px 25px rgba(2, 132, 199, 0.28);
  letter-spacing: -0.04em;
}

.brand-name {
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

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

.nav-link,
.mobile-link {
  color: #334155;
  font-weight: 700;
  border-radius: 999px;
  transition: 0.2s ease;
}

.nav-link {
  padding: 10px 16px;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  color: var(--sky-dark);
  background: var(--sky-soft);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 14px;
  background: #eef6ff;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--sky-dark);
  border-radius: 99px;
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 8px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

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

.hero-carousel {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #020617;
}

.hero-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-content {
  width: min(760px, calc(100% - 96px));
  margin-left: max(32px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  padding: 96px 0 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sky-dark);
  background: rgba(240, 249, 255, 0.92);
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  color: #e0f2fe;
  background: rgba(14, 165, 233, 0.22);
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.hero-content h1 {
  max-width: 780px;
  margin: 20px 0 18px;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.hero-content p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

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

.hero-tags span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.tag-row span {
  color: var(--sky-dark);
  background: var(--sky-soft);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.primary-button,
.home-search button,
.panel-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sky), var(--sky-dark));
  box-shadow: 0 16px 30px rgba(2, 132, 199, 0.28);
  font-weight: 900;
  cursor: pointer;
  transition: 0.22s ease;
}

.primary-button:hover,
.home-search button:hover,
.panel-more:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 34px rgba(2, 132, 199, 0.34);
}

.small-button {
  min-height: 42px;
  padding: 0 18px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.32);
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

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

.hero-dot {
  width: 18px;
  height: 5px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  transition: 0.2s ease;
}

.hero-dot.is-active {
  width: 42px;
  background: #ffffff;
}

.section {
  padding: 52px 0;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.section-title h2,
.page-hero h1,
.detail-copy h1,
.content-card h2,
.panel-card h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.04em;
}

.section-title h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.section-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--orange), #fb923c);
  box-shadow: 0 12px 22px rgba(249, 115, 22, 0.22);
  font-weight: 900;
}

.section-icon.sky {
  background: linear-gradient(135deg, var(--sky), #38bdf8);
  box-shadow: 0 12px 22px rgba(2, 132, 199, 0.22);
}

.split-title {
  justify-content: space-between;
  align-items: flex-end;
}

.split-title > div,
.compact-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.text-link {
  color: var(--sky-dark);
  font-weight: 900;
}

.text-link:hover {
  color: var(--orange);
}

.quick-search {
  position: relative;
  z-index: 4;
  margin-top: -46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.quick-search h2 {
  margin: 10px 0 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.home-search {
  display: flex;
  flex: 1;
  max-width: 560px;
  gap: 12px;
}

.home-search input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 1px solid var(--line);
  outline: 0;
  background: #ffffff;
  transition: 0.2s ease;
}

.home-search input {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
}

.home-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(2, 132, 199, 0.55);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.poster-link {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #e0f2fe, #fff7ed);
}

.featured-grid .poster-link {
  height: 360px;
}

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

.movie-card:hover .poster-link img {
  transform: scale(1.08);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(2, 6, 23, 0.74));
  opacity: 0.8;
}

.rating-badge,
.rank-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
}

.rating-badge {
  top: 12px;
  right: 12px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.rank-badge {
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, var(--orange), #fb923c);
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--sky-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  transition: 0.24s ease;
}

.movie-card:hover .play-badge {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

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

.movie-card-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.movie-card h3 {
  margin: 10px 0 8px;
  font-size: 1.08rem;
  line-height: 1.32;
}

.movie-card h3 a:hover {
  color: var(--sky-dark);
}

.movie-card p {
  display: -webkit-box;
  min-height: 3.2em;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.glow-panel,
.white-panel {
  padding: 34px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.glow-panel {
  background: linear-gradient(135deg, #f0f9ff, #fff7ed);
}

.reverse-glow {
  background: linear-gradient(135deg, #fff7ed, #f0f9ff);
}

.white-panel,
.panel-card,
.content-card {
  background: #ffffff;
}

.category-grid,
.category-overview-grid {
  display: grid;
  gap: 24px;
}

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

.category-tile,
.category-card-large,
.panel-card,
.content-card {
  border: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.category-tile {
  padding: 18px;
  background: #ffffff;
  transition: 0.24s ease;
}

.category-tile:hover,
.category-card-large:hover,
.panel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.category-thumbs,
.category-cover-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  height: 104px;
  margin-bottom: 16px;
}

.category-thumbs img,
.category-cover-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.category-tile h3,
.category-card-copy h2 {
  margin: 0 0 8px;
  font-size: 1.24rem;
}

.category-tile p,
.category-card-copy p,
.panel-card p,
.content-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.category-tile span {
  color: var(--sky-dark);
  font-weight: 900;
}

.two-column {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 24px;
}

.panel-card {
  padding: 26px;
}

.accent-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.94), rgba(249, 115, 22, 0.9));
  color: #ffffff;
}

.accent-panel .eyebrow {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.2);
}

.accent-panel h2,
.accent-panel p {
  color: #ffffff;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 42px 54px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  background: #f8fafc;
  transition: 0.2s ease;
}

.rank-row:hover {
  background: var(--sky-soft);
  transform: translateX(4px);
}

.rank-row strong {
  color: var(--orange);
  font-size: 1.05rem;
}

.rank-row img {
  width: 54px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
}

.rank-row span {
  font-weight: 900;
}

.rank-row em {
  color: var(--sky-dark);
  font-style: normal;
  font-weight: 900;
}

.panel-more {
  margin-top: 18px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 12% 20%, rgba(14, 165, 233, 0.28), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.25), transparent 24rem),
    linear-gradient(135deg, #e0f2fe, #fff7ed 54%, #ffffff);
}

.page-hero-inner h1 {
  margin-top: 16px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.page-hero-inner p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #475569;
  font-size: 1.08rem;
}

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

.category-card-large {
  overflow: hidden;
  background: #ffffff;
  transition: 0.24s ease;
}

.category-cover-strip {
  grid-template-columns: repeat(4, 1fr);
  height: 150px;
  margin: 0;
  padding: 14px;
  background: linear-gradient(135deg, #f0f9ff, #fff7ed);
}

.category-card-copy {
  padding: 24px;
}

.filter-panel {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.78);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.filter-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.filter-panel input,
.filter-panel select {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  color: var(--ink);
}

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

.catalog-grid .poster-link {
  height: 250px;
}

.empty-state {
  display: none;
  margin-top: 24px;
  padding: 32px;
  color: var(--muted);
  text-align: center;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.empty-state.is-visible {
  display: block;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0 12px;
  color: var(--muted);
  font-weight: 800;
}

.breadcrumb a:hover {
  color: var(--sky-dark);
}

.detail-main {
  background:
    radial-gradient(circle at 16% 2%, rgba(14, 165, 233, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(249, 115, 22, 0.13), transparent 22rem);
}

.detail-hero {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: center;
  padding: 26px 0 48px;
}

.detail-cover {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #e0f2fe, #fff7ed);
}

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

.detail-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.02;
}

.detail-copy p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 1.12rem;
}

.detail-meta {
  gap: 10px;
  margin-bottom: 18px;
}

.detail-meta span,
.detail-meta strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.detail-meta strong {
  color: #ffffff;
  background: linear-gradient(135deg, var(--orange), #fb923c);
}

.large-tags {
  margin-bottom: 24px;
}

.player-section {
  padding: 28px 0 30px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #020617;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

.video-shell video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #020617;
}

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.72));
  cursor: pointer;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.player-cover.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.player-play {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--sky-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
  font-size: 1.7rem;
}

.player-cover-title {
  max-width: 82%;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.detail-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.content-card {
  padding: 28px;
}

.content-card h2 {
  margin-bottom: 14px;
  font-size: 1.7rem;
}

.content-card p {
  color: #475569;
  font-size: 1rem;
}

.site-footer {
  margin-top: 50px;
  color: #cbd5e1;
  background: #0f172a;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  gap: 16px;
}

.footer-brand {
  color: #ffffff;
  font-size: 1.2rem;
}

.site-footer p {
  max-width: 720px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a:hover {
  color: #ffffff;
}

.copyright {
  color: #94a3b8;
}

@media (max-width: 1100px) {
  .movie-grid,
  .catalog-grid,
  .ranking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .detail-hero {
    grid-template-columns: 280px 1fr;
  }
}

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

  .menu-toggle {
    display: flex;
  }

  .mobile-panel.is-open {
    display: block;
  }

  .hero-carousel {
    min-height: 560px;
  }

  .hero-content {
    width: calc(100% - 48px);
    margin-left: 24px;
    padding-top: 74px;
  }

  .hero-arrow {
    display: none;
  }

  .quick-search,
  .home-search,
  .split-title,
  .two-column,
  .detail-hero,
  .detail-content-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-search {
    max-width: none;
  }

  .featured-grid,
  .movie-grid,
  .catalog-grid,
  .ranking-grid,
  .category-grid,
  .category-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .detail-cover {
    max-width: 320px;
  }
}

@media (max-width: 560px) {
  .container,
  .header-inner,
  .mobile-panel,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .hero-carousel {
    min-height: 520px;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .hero-meta {
    gap: 8px;
  }

  .quick-search,
  .glow-panel,
  .white-panel,
  .panel-card,
  .content-card {
    padding: 20px;
    border-radius: 22px;
  }

  .featured-grid,
  .movie-grid,
  .catalog-grid,
  .ranking-grid,
  .category-grid,
  .category-overview-grid {
    grid-template-columns: 1fr;
  }

  .poster-link,
  .catalog-grid .poster-link,
  .featured-grid .poster-link {
    height: 360px;
  }

  .section {
    padding: 38px 0;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .detail-hero {
    gap: 24px;
  }

  .detail-meta span,
  .detail-meta strong {
    font-size: 0.82rem;
  }
}
