:root {
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --accent: #06b6d4;
  --accent-soft: #cffafe;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
  --card: #ffffff;
  --body: #f8fafc;
  --dark: #111827;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --radius: 1.25rem;
}

* {
  box-sizing: border-box;
}

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

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.98);
}

.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #22d3ee);
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.28);
  transition: transform 0.25s ease;
}

.logo:hover .logo-mark {
  transform: scale(1.08) rotate(-3deg);
}

.logo-text strong {
  display: block;
  color: #111827;
  font-size: 1.22rem;
  line-height: 1.1;
  font-weight: 800;
}

.logo-text span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 0.1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav-links a {
  color: #374151;
  font-size: 0.95rem;
  font-weight: 650;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--brand);
}

.nav-links .nav-cta {
  color: #ffffff;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b82f6, #22d3ee);
  box-shadow: 0 12px 20px rgba(37, 99, 235, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-links .nav-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(37, 99, 235, 0.28);
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0.7rem;
  color: #374151;
  background: #f3f4f6;
  cursor: pointer;
}

.mobile-panel {
  display: none;
  border-top: 1px solid var(--line);
  padding: 0.75rem 1.25rem 1.1rem;
  background: #ffffff;
}

.mobile-panel a {
  display: block;
  padding: 0.8rem 0;
  color: #374151;
  font-weight: 650;
}

.mobile-panel a.is-active {
  color: var(--brand);
}

.page-main {
  padding-top: 76px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background: linear-gradient(135deg, #2563eb, #06b6d4 58%, #14b8a6);
}

.hero-slider {
  position: relative;
  min-height: 640px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.6) 48%, rgba(15, 23, 42, 0.18) 100%), var(--hero-image);
  background-size: cover;
  background-position: center;
  transition: opacity 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 26%), radial-gradient(circle at 80% 40%, rgba(34, 211, 238, 0.18), transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 6rem 1.25rem 4rem;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 2.5rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
}

.hero h1,
.hero h2 {
  margin: 0 0 1.15rem;
  color: #ffffff;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.hero h1 span,
.hero h2 span {
  color: #fde047;
}

.hero-title-sub {
  display: block;
  color: #ffffff;
}

.hero-desc {
  max-width: 680px;
  margin: 0 0 1.8rem;
  color: #dbeafe;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.8rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.82rem;
  border-radius: 999px;
  color: #1e40af;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn-primary {
  color: var(--brand);
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  background: #eff6ff;
}

.btn-gradient {
  color: #ffffff;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.3);
}

.btn-outline {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.hero-card {
  align-self: center;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.36);
  backdrop-filter: blur(16px);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5rem 1.4rem 1.35rem;
  color: #ffffff;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.92));
}

.hero-card-info strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1.25;
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  transform: translateX(-50%);
}

.hero-control,
.hero-dot {
  border: 0;
  cursor: pointer;
}

.hero-control {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.25s ease, background 0.25s ease;
}

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

.section {
  padding: 4.8rem 0;
}

.section-white {
  background: #ffffff;
}

.section-soft {
  background: #f3f7fb;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.3rem;
}

.section-title h1,
.section-title h2 {
  margin: 0 0 0.45rem;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.stats-grid,
.category-grid,
.card-grid {
  display: grid;
  gap: 1.35rem;
}

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

.stat-card {
  text-align: center;
  padding: 1.45rem;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.stat-icon,
.category-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 0.8rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #22d3ee);
  font-size: 1.6rem;
  font-weight: 900;
}

.stat-card strong {
  display: block;
  color: #111827;
  font-size: 1.4rem;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

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

.category-card {
  padding: 1.55rem;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.category-card h2,
.category-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.4rem;
  color: #111827;
}

.category-card p {
  margin: 0;
  color: var(--muted);
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.16);
}

.poster-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #e5e7eb;
}

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

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

.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.72));
}

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

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

.corner-tag {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  padding: 0.24rem 0.65rem;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
}

.corner-tag.region {
  right: 0.8rem;
  background: var(--brand);
}

.corner-tag.year {
  left: 0.8rem;
  background: rgba(15, 23, 42, 0.78);
}

.movie-info {
  padding: 1rem;
}

.movie-info h3,
.movie-info h2 {
  margin: 0 0 0.38rem;
  color: #111827;
  font-size: 1.05rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.movie-card:hover .movie-info h3,
.movie-card:hover .movie-info h2 {
  color: var(--brand);
}

.movie-genre {
  margin: 0 0 0.55rem;
  color: #6b7280;
  font-size: 0.86rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movie-desc {
  display: -webkit-box;
  min-height: 3.1em;
  margin: 0 0 0.9rem;
  overflow: hidden;
  color: #4b5563;
  font-size: 0.92rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: #6b7280;
  font-size: 0.82rem;
}

.card-meta strong {
  color: var(--brand);
}

.page-hero {
  color: #ffffff;
  background: linear-gradient(120deg, #2563eb, #06b6d4);
  padding: 5.3rem 0 4.3rem;
}

.page-hero h1 {
  margin: 0 0 1rem;
  max-width: 860px;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #e0f2fe;
  font-size: 1.15rem;
}

.search-panel {
  margin-bottom: 2rem;
  padding: 1.2rem;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.search-row {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.search-row input {
  width: 100%;
  height: 48px;
  border: 1px solid #d1d5db;
  border-radius: 0.9rem;
  padding: 0 1rem;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.search-row input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.filter-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 0.95rem;
}

.filter-button {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  padding: 0.5rem 0.86rem;
  cursor: pointer;
  font-weight: 750;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.filter-button.is-active {
  border-color: var(--brand);
  color: #ffffff;
  background: var(--brand);
}

.rank-list {
  display: grid;
  gap: 1rem;
}

.rank-item {
  display: grid;
  grid-template-columns: 68px 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem;
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.rank-number {
  font-size: 1.5rem;
  color: var(--brand);
  font-weight: 900;
  text-align: center;
}

.rank-thumb {
  overflow: hidden;
  border-radius: 0.85rem;
  aspect-ratio: 3 / 4;
  background: #e5e7eb;
}

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

.rank-body h2,
.rank-body h3 {
  margin: 0 0 0.35rem;
  color: #111827;
  font-size: 1.18rem;
}

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

.rank-link {
  padding: 0.62rem 1rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
  font-weight: 800;
  white-space: nowrap;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
  color: #6b7280;
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--brand);
  font-weight: 700;
}

.detail-top {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.detail-poster {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #e5e7eb;
  box-shadow: var(--shadow);
}

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

.detail-info {
  display: grid;
  gap: 1rem;
}

.info-card {
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.detail-info h1 {
  margin: 0 0 0.7rem;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.detail-info .genre-line {
  margin: 0 0 1rem;
  color: #6b7280;
  font-size: 1.1rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tag {
  display: inline-flex;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: 0.88rem;
  font-weight: 800;
}

.tag.strong {
  color: #ffffff;
  background: var(--brand);
}

.player-section {
  margin-bottom: 2.4rem;
}

.player-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #030712;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.24);
}

.player-wrap video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #030712;
}

.player-start {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.25), rgba(3, 7, 18, 0.66));
  transition: opacity 0.25s ease;
}

.player-start span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  padding-left: 0.2rem;
  font-size: 2rem;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.38);
}

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

.content-card {
  padding: 2rem;
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  margin-bottom: 2rem;
}

.content-card h2 {
  margin: 0 0 1rem;
  color: #111827;
  font-size: 1.7rem;
}

.content-card h3 {
  margin: 1.6rem 0 0.7rem;
  color: #111827;
  font-size: 1.25rem;
}

.content-card p {
  margin: 0 0 1rem;
  color: #374151;
  font-size: 1.05rem;
}

.review-box {
  padding: 1.3rem;
  border-left: 4px solid var(--brand);
  border-radius: 0.9rem;
  background: linear-gradient(90deg, #eff6ff, #ecfeff);
}

.simple-page {
  padding: 4rem 0;
}

.simple-card {
  padding: 2rem;
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  margin-bottom: 1.4rem;
}

.simple-card h2 {
  margin: 0 0 0.8rem;
  color: #111827;
  font-size: 1.65rem;
}

.simple-card p {
  margin: 0 0 0.85rem;
  color: #4b5563;
}

.site-footer {
  color: #d1d5db;
  background: #111827;
}

.footer-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3.2rem 1.25rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.site-footer h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.05rem;
}

.site-footer p,
.site-footer li {
  color: #cbd5e1;
  font-size: 0.94rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  transition: color 0.2s ease;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9ca3af;
  font-size: 0.9rem;
}

.back-top {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 45;
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.28);
  cursor: pointer;
}

.back-top.is-visible {
  display: grid;
  place-items: center;
}

.is-hidden-card {
  display: none;
}

@media (max-width: 1024px) {
  .nav-links {
    gap: 1rem;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: none;
  }

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

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

  .detail-top {
    grid-template-columns: 260px minmax(0, 1fr);
  }

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

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

  .mobile-toggle {
    display: grid;
    place-items: center;
  }

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

  .hero,
  .hero-slider,
  .hero-content {
    min-height: 600px;
  }

  .hero-content {
    padding-top: 5rem;
  }

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

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

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

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

  .rank-item {
    grid-template-columns: 44px 74px minmax(0, 1fr);
  }

  .rank-link {
    grid-column: 2 / 4;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .nav-wrap {
    min-height: 68px;
  }

  .page-main {
    padding-top: 68px;
  }

  .logo-text strong {
    font-size: 1.05rem;
  }

  .logo-text span {
    font-size: 0.72rem;
  }

  .hero,
  .hero-slider,
  .hero-content {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 4rem;
  }

  .hero-actions,
  .action-row {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .stats-grid,
  .category-grid,
  .card-grid,
  .card-grid.featured {
    grid-template-columns: 1fr;
  }

  .search-row {
    flex-direction: column;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}
