:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --indigo: #4f46e5;
  --purple: #7c3aed;
  --amber: #f59e0b;
  --text: #111827;
  --muted: #6b7280;
  --soft: #f8fafc;
  --line: #e5e7eb;
  --card: #ffffff;
  --shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.65;
}

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

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

button,
input {
  font: inherit;
}

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

.container.narrow {
  width: min(900px, calc(100% - 32px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.site-header.scrolled {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, var(--blue), var(--indigo));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
  -webkit-background-clip: initial;
  background-clip: initial;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.main-nav > a,
.nav-dropdown > button {
  border: 0;
  background: transparent;
  color: #374151;
  cursor: pointer;
  padding: 8px 0;
  font-weight: 700;
}

.main-nav > a:hover,
.main-nav > a.active,
.nav-dropdown > button:hover {
  color: var(--blue);
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 260px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-panel a {
  padding: 9px 12px;
  border-radius: 12px;
  color: #4b5563;
  font-size: 14px;
}

.dropdown-panel a:hover {
  background: #eff6ff;
  color: var(--blue);
}

.header-search {
  width: 260px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f9fafb;
}

.header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 8px 10px;
}

.header-search button,
.btn {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-search button {
  padding: 8px 14px;
  color: #ffffff;
  background: var(--blue);
}

.header-search button:hover,
.btn:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #eff6ff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue);
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 52%, #faf5ff 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.14), transparent 28%), radial-gradient(circle at 85% 30%, rgba(124, 58, 237, 0.13), transparent 26%), linear-gradient(45deg, rgba(59, 130, 246, 0.08) 25%, transparent 25%, transparent 75%, rgba(59, 130, 246, 0.08) 75%);
  background-size: auto, auto, 60px 60px;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: center;
  gap: 64px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.hero h1,
.page-hero h1,
.detail-copy h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.hero h1 span {
  display: block;
  margin-top: 12px;
  color: var(--blue);
}

.hero p,
.page-hero p,
.detail-copy p {
  max-width: 660px;
  margin: 22px 0 0;
  color: #4b5563;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
}

.btn.primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.28);
}

.btn.primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 22px 44px rgba(29, 78, 216, 0.3);
}

.btn.secondary {
  color: var(--blue);
  background: #ffffff;
  border: 2px solid var(--blue);
}

.hero-poster,
.poster-shell {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #dbeafe, #ede9fe 55%, #fef3c7);
  box-shadow: var(--shadow);
}

.hero-poster {
  min-height: 430px;
  transform: rotate(1deg);
  transition: transform 0.25s ease;
}

.hero-poster:hover {
  transform: rotate(0deg) scale(1.025);
}

.hero-img,
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img {
  min-height: 430px;
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.05) 58%, rgba(0, 0, 0, 0.18));
}

.hero-play,
.play-float {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.hero-play {
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  font-size: 34px;
}

.hero-title {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #ffffff;
}

.hero-title strong,
.hero-title em {
  display: block;
}

.hero-title strong {
  font-size: 28px;
}

.hero-title em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.78);
}

.hero-dots {
  position: absolute;
  left: 0;
  bottom: 56px;
  display: flex;
  gap: 10px;
}

.hero-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.28);
  cursor: pointer;
  transition: 0.2s ease;
}

.hero-dots button.active {
  width: 36px;
  background: var(--blue);
}

.content-section {
  padding: 76px 0;
}

.content-section.white {
  background: #ffffff;
}

.content-section.soft {
  background: var(--soft);
}

.content-section.gradient {
  background: linear-gradient(135deg, #eef2ff, #eff6ff 52%, #faf5ff);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-head p {
  margin: 8px 0 0;
  color: var(--muted);
}

.section-more {
  color: var(--blue);
  font-weight: 800;
}

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

.category-card {
  min-height: 120px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #eff6ff, #eef2ff);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card strong,
.category-card span {
  display: block;
}

.category-card strong {
  font-size: 22px;
  margin-bottom: 8px;
}

.category-card span {
  color: var(--muted);
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

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

.movie-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.movie-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--shadow);
}

.movie-card .poster-shell {
  height: 310px;
  border-radius: 0;
  box-shadow: none;
}

.movie-card .poster-img {
  transition: transform 0.35s ease;
}

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

.badge {
  position: absolute;
  top: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.badge-left {
  left: 12px;
  background: var(--blue);
}

.badge-right {
  right: 12px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(10px);
}

.play-float {
  left: 50%;
  bottom: 20px;
  width: 50px;
  height: 50px;
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
  transition: 0.2s ease;
}

.movie-card:hover .play-float {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.card-body strong {
  min-height: 2.8em;
  color: #111827;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tag-line,
.pill-row,
.detail-meta,
.rank-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-line span,
.pill-row span,
.detail-meta span,
.detail-meta a,
.rank-tags span {
  border-radius: 999px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 5px 9px;
}

.movie-card.wide .poster-shell {
  height: 250px;
}

.ranking-list {
  display: grid;
  gap: 14px;
}

.ranking-row {
  display: grid;
  grid-template-columns: 58px 142px minmax(0, 1fr) minmax(120px, 240px);
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ranking-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.rank-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.rank-cover {
  height: 88px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #dbeafe, #ede9fe);
}

.rank-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-info strong,
.rank-info em,
.rank-info span {
  display: block;
}

.rank-info strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.rank-info em {
  color: #4b5563;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rank-info span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.page-hero {
  padding: 88px 0;
  background: linear-gradient(135deg, #eff6ff, #eef2ff 54%, #faf5ff);
}

.page-hero.compact h1 {
  font-size: clamp(38px, 5vw, 58px);
}

.local-filter {
  width: min(680px, 100%);
  margin-top: 30px;
  padding: 8px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.08);
}

.local-filter input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 15px 20px;
  border-radius: 999px;
  background: transparent;
  font-size: 16px;
}

.empty-state {
  display: none;
  margin-top: 24px;
  padding: 28px;
  border: 1px dashed #bfdbfe;
  border-radius: 24px;
  color: #2563eb;
  background: #eff6ff;
  text-align: center;
  font-weight: 800;
}

.empty-state.show {
  display: block;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  color: #ffffff;
  background: #0f172a;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  filter: blur(3px);
  transform: scale(1.03);
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
}

.backdrop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.42));
}

.detail-layout {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.poster-shell.large {
  height: 460px;
}

.detail-copy h1,
.detail-copy p {
  color: #ffffff;
}

.detail-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.detail-meta {
  margin: 24px 0 32px;
}

.player-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #000000;
  box-shadow: var(--shadow);
}

.player-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000000;
}

.player-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.54));
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.player-start span {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.94);
  font-size: 38px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.player-card.is-playing .player-start {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}

.article-card,
.side-card,
.about-card {
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.article-card,
.about-card {
  padding: 32px;
}

.article-card h2,
.side-card h2,
.about-card h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.article-card h2:not(:first-child),
.about-card h2:not(:first-child) {
  margin-top: 32px;
}

.article-card p,
.about-card p {
  margin: 0;
  color: #374151;
  font-size: 16px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.info-grid div {
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
}

.info-grid strong,
.info-grid span {
  display: block;
}

.info-grid strong {
  color: var(--muted);
  font-size: 12px;
}

.info-grid span {
  margin-top: 4px;
  font-weight: 800;
}

.side-card {
  padding: 22px;
  position: sticky;
  top: 100px;
}

.side-card .movie-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.side-card .movie-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border-radius: 18px;
}

.side-card .movie-card .poster-shell {
  height: 110px;
}

.side-card .card-body {
  padding: 12px;
}

.side-card .card-body strong {
  min-height: auto;
  font-size: 14px;
}

.side-card .card-body p,
.side-card .tag-line,
.side-card .card-body em {
  display: none;
}

.about-card {
  font-size: 17px;
}

.about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--blue);
  font-weight: 800;
}

.site-footer {
  color: #d1d5db;
  background: linear-gradient(135deg, #111827, #1f2937 55%, #111827);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr);
  gap: 44px;
}

.footer-logo {
  font-size: 22px;
}

.footer-brand p {
  max-width: 440px;
  margin: 18px 0 0;
  color: #9ca3af;
}

.footer-links h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 17px;
}

.footer-links div {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #9ca3af;
}

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

.copyright {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9ca3af;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .header-search {
    display: none;
  }

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

  .hero-slide,
  .detail-layout,
  .detail-content {
    grid-template-columns: 1fr;
  }

  .hero-slide {
    gap: 28px;
    padding: 56px 0 96px;
  }

  .hero-inner,
  .hero {
    min-height: 920px;
  }

  .hero-poster {
    min-height: 360px;
  }

  .detail-layout {
    padding: 56px 0;
  }

  .detail-poster {
    display: none;
  }

  .side-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .header-inner {
    height: 68px;
  }

  .brand {
    font-size: 20px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a,
  .nav-dropdown > button {
    padding: 12px;
    border-radius: 14px;
    text-align: left;
  }

  .dropdown-panel {
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    border-radius: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 4px;
  }

  .hero,
  .hero-inner {
    min-height: 860px;
  }

  .hero-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
  }

  .hero h1,
  .page-hero h1,
  .detail-copy h1 {
    font-size: 40px;
  }

  .hero p,
  .page-hero p,
  .detail-copy p {
    font-size: 16px;
  }

  .hero-dots {
    bottom: 34px;
  }

  .movie-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .movie-card .poster-shell {
    height: 245px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ranking-row {
    grid-template-columns: 44px 96px minmax(0, 1fr);
  }

  .rank-tags {
    display: none;
  }

  .rank-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .rank-cover {
    height: 72px;
  }

  .detail-hero,
  .detail-layout {
    min-height: 500px;
  }

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

  .side-card .movie-card {
    grid-template-columns: 100px minmax(0, 1fr);
  }

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

@media (max-width: 520px) {
  .movie-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .movie-card .poster-shell {
    height: 330px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .content-section {
    padding: 56px 0;
  }
}
