* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111827;
  background: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(103, 232, 249, 0.45);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #ffffff;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
  box-shadow: 0 12px 30px rgba(6, 182, 212, 0.34);
}

.brand-name,
.footer-brand {
  color: transparent;
  font-size: 24px;
  background: linear-gradient(135deg, #0891b2, #0f766e);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.nav-link {
  display: inline-flex;
  align-items: center;
  height: 38px;
  color: #374151;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #0891b2;
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: -18px;
  display: grid;
  min-width: 170px;
  padding: 8px;
  visibility: hidden;
  border: 1px solid rgba(103, 232, 249, 0.45);
  border-radius: 16px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  transform: translateY(8px);
  transition: 0.2s ease;
}

.nav-dropdown:hover .dropdown-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.dropdown-panel a,
.mobile-panel a,
.mobile-cats a {
  padding: 9px 12px;
  color: #374151;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
}

.dropdown-panel a:hover,
.mobile-panel a:hover,
.mobile-cats a:hover {
  color: #0891b2;
  background: #ecfeff;
}

.quick-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 290px;
  padding: 5px;
  border: 1px solid rgba(103, 232, 249, 0.6);
  border-radius: 999px;
  background: #ffffff;
}

.quick-search input,
.hero-search input,
.toolbar input {
  width: 100%;
  min-width: 0;
  color: #0f172a;
  border: 0;
  outline: 0;
  background: transparent;
}

.quick-search input {
  padding: 0 8px 0 12px;
  font-size: 14px;
}

.quick-search button,
.hero-search button {
  flex: 0 0 auto;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
  box-shadow: 0 10px 25px rgba(6, 182, 212, 0.25);
}

.quick-search button {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 700;
}

.menu-button {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: #ecfeff;
}

.menu-button span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #0f766e;
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 12px;
  border: 1px solid rgba(103, 232, 249, 0.5);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}

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

.mobile-cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 6px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  padding: 72px 0 86px;
  background: linear-gradient(135deg, #cffafe 0%, #eff6ff 45%, #ccfbf1 100%);
}

.hero-layout,
.content-section,
.detail-shell,
.footer-grid,
.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: center;
}

.hero-blob {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  opacity: 0.35;
  filter: blur(56px);
  animation: blob 7s infinite;
}

.hero-blob-one {
  top: -120px;
  right: -70px;
  background: #22d3ee;
}

.hero-blob-two {
  bottom: -150px;
  left: -70px;
  background: #2dd4bf;
  animation-delay: 2s;
}

.hero-blob-three {
  top: 230px;
  left: 42%;
  background: #60a5fa;
  animation-delay: 4s;
}

@keyframes blob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -45px) scale(1.08);
  }
  66% {
    transform: translate(-22px, 22px) scale(0.92);
  }
}

.hero-kicker,
.page-hero span,
.section-heading span,
.detail-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #0e7490;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kicker {
  padding: 8px 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.05;
}

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

.hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 570px;
  margin-top: 30px;
  padding: 8px;
  border: 1px solid rgba(103, 232, 249, 0.75);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.hero-search input {
  padding: 0 12px;
  font-size: 16px;
}

.hero-search button {
  padding: 12px 22px;
  font-weight: 800;
}

.hero-actions,
.hero-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-action,
.secondary-action,
.hero-card-link,
.card-more,
.toolbar-link,
.detail-category,
.sidebar-cta a,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.primary-action,
.hero-card-link,
.card-more,
.sidebar-cta a {
  color: #ffffff;
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
  box-shadow: 0 14px 28px rgba(6, 182, 212, 0.25);
}

.primary-action,
.secondary-action {
  padding: 12px 18px;
}

.secondary-action,
.toolbar-link,
.detail-category,
.section-more {
  color: #0891b2;
  border: 1px solid rgba(6, 182, 212, 0.22);
  background: rgba(255, 255, 255, 0.78);
}

.primary-action:hover,
.secondary-action:hover,
.hero-card-link:hover,
.card-more:hover,
.toolbar-link:hover,
.detail-category:hover,
.sidebar-cta a:hover,
.section-more:hover {
  transform: translateY(-2px);
}

.hero-categories a {
  padding: 8px 12px;
  color: #075985;
  border: 1px solid rgba(103, 232, 249, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 750;
}

.hero-categories a:hover {
  color: #ffffff;
  background: #0891b2;
}

.hero-slider {
  position: relative;
}

.hero-frame {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #0e7490);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.2);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

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

.hero-poster {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 10%, rgba(34, 211, 238, 0.34), transparent 35%), linear-gradient(135deg, #164e63, #0f172a);
}

.hero-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transform: scale(1.02);
}

.hero-poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.2) 58%, rgba(14, 116, 144, 0.18));
}

.hero-card-text {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 42px;
  color: #ffffff;
}

.hero-card-text h2 {
  margin: 12px 0;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.08;
}

.hero-card-text p {
  max-width: 620px;
  margin: 0 0 22px;
  color: #cffafe;
  font-size: 16px;
}

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

.hero-tags span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.hero-card-link {
  padding: 11px 18px;
}

.hero-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.hero-controls button {
  border: 0;
}

.hero-controls [data-hero-prev],
.hero-controls [data-hero-next] {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #075985;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  font-size: 26px;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  background: rgba(8, 145, 178, 0.28);
  transition: 0.2s ease;
}

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

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

.soft-section,
.rank-preview-section {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
  background: linear-gradient(135deg, #ecfeff, #eff6ff);
}

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

.section-heading h2 {
  margin: 8px 0 0;
  color: #111827;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.section-heading p {
  max-width: 690px;
  margin: 8px 0 0;
  color: #6b7280;
}

.section-more {
  flex: 0 0 auto;
  padding: 10px 14px;
}

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

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, 0.35);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
  border-color: rgba(6, 182, 212, 0.6);
  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.15);
  transform: translateY(-6px);
}

.movie-cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: radial-gradient(circle at 35% 0%, rgba(34, 211, 238, 0.34), transparent 38%), linear-gradient(135deg, #0f172a, #155e75);
}

.movie-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

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

.cover-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(15, 23, 42, 0.72));
}

.type-badge,
.year-badge,
.rank-mark {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.type-badge {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  background: rgba(6, 182, 212, 0.88);
}

.year-badge {
  right: 12px;
  bottom: 12px;
  padding: 5px 9px;
  background: rgba(15, 23, 42, 0.68);
}

.rank-mark {
  right: 12px;
  top: 12px;
  padding: 6px 10px;
  background: rgba(20, 184, 166, 0.9);
}

.movie-info {
  padding: 18px;
}

.movie-info h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.3;
}

.movie-info h2 a:hover {
  color: #0891b2;
}

.movie-info p {
  display: -webkit-box;
  min-height: 46px;
  margin: 10px 0 14px;
  overflow: hidden;
  color: #6b7280;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 13px;
}

.card-meta a {
  color: #0891b2;
  font-weight: 800;
}

.tag-list span {
  padding: 5px 9px;
  color: #475569;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 700;
}

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

.category-tile,
.category-card,
.article-card,
.detail-info-card,
.sidebar-card,
.sidebar-cta,
.player-card {
  border: 1px solid rgba(103, 232, 249, 0.36);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.category-tile,
.category-card {
  padding: 22px;
}

.category-title,
.category-card-title {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0e7490;
  font-size: 20px;
  font-weight: 900;
}

.category-tile p,
.category-card p {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 14px;
}

.category-tile div,
.category-card-links,
.footer-links {
  display: grid;
  gap: 8px;
}

.category-tile div a,
.category-card-links a,
.footer-links a {
  color: #475569;
  font-size: 14px;
}

.category-tile div a:hover,
.category-card-links a:hover,
.footer-links a:hover {
  color: #0891b2;
}

.card-more {
  margin-top: 18px;
  padding: 9px 14px;
  font-size: 14px;
}

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

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

.rank-row {
  display: grid;
  grid-template-columns: 54px 86px 1fr 28px;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(103, 232, 249, 0.36);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-row:hover {
  transform: translateX(4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.rank-number {
  color: #0891b2;
  font-size: 22px;
  font-weight: 900;
}

.rank-thumb {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  background: linear-gradient(135deg, #164e63, #0f172a);
}

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

.rank-main {
  display: grid;
  gap: 4px;
}

.rank-main strong {
  color: #111827;
  font-size: 16px;
}

.rank-main em {
  color: #6b7280;
  font-style: normal;
  font-size: 13px;
}

.rank-arrow {
  color: #14b8a6;
  font-size: 22px;
}

.page-hero {
  padding: 76px 0;
  background: linear-gradient(135deg, #cffafe, #eff6ff 48%, #ccfbf1);
}

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

.small-hero h1,
.category-hero h1,
.rank-hero h1 {
  max-width: 880px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.toolbar label {
  display: grid;
  gap: 8px;
  width: min(520px, 100%);
  color: #0e7490;
  font-size: 14px;
  font-weight: 800;
}

.toolbar input {
  padding: 14px 16px;
  border: 1px solid rgba(103, 232, 249, 0.7);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.toolbar-link {
  padding: 10px 14px;
}

.empty-state {
  display: none;
  margin: 30px 0 0;
  padding: 18px;
  color: #64748b;
  text-align: center;
  border: 1px dashed rgba(6, 182, 212, 0.45);
  border-radius: 18px;
  background: #ffffff;
}

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

.detail-shell {
  padding: 30px 0 72px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: #64748b;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #0891b2;
}

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

.detail-main {
  display: grid;
  gap: 22px;
}

.player-card {
  overflow: hidden;
  background: #020617;
}

.player-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  background: radial-gradient(circle at 50% 20%, rgba(34, 211, 238, 0.28), transparent 35%), #020617;
}

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

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 12px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.16), rgba(2, 6, 23, 0.72));
}

.player-overlay.is-hidden {
  display: none;
}

.play-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  padding-left: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
  box-shadow: 0 18px 48px rgba(6, 182, 212, 0.35);
  font-size: 32px;
}

.player-overlay strong {
  font-size: 18px;
}

.detail-info-card,
.article-card {
  padding: 26px;
}

.detail-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.detail-title-row h1 {
  margin: 8px 0 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.detail-category {
  flex: 0 0 auto;
  padding: 9px 13px;
}

.lead-text {
  margin: 18px 0;
  color: #374151;
  font-size: 18px;
  line-height: 1.8;
}

.detail-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.detail-meta-list span {
  padding: 8px 10px;
  color: #475569;
  border-radius: 12px;
  background: #f1f5f9;
  font-size: 14px;
  font-weight: 700;
}

.detail-tags span {
  background: #ecfeff;
  color: #0e7490;
}

.article-card h2,
.sidebar-card h2,
.sidebar-cta h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

.article-card p {
  margin: 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.9;
  white-space: pre-line;
}

.review-card {
  background: linear-gradient(135deg, #ffffff, #ecfeff);
}

.detail-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
}

.sidebar-card,
.sidebar-cta {
  padding: 20px;
}

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

.sidebar-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
}

.sidebar-thumb {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  background: linear-gradient(135deg, #164e63, #0f172a);
}

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

.sidebar-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar-item:hover strong {
  color: #0891b2;
}

.sidebar-item em {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-style: normal;
  font-size: 12px;
}

.sidebar-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
}

.sidebar-cta h2,
.sidebar-cta p {
  color: #ffffff;
}

.sidebar-cta p {
  margin: 0 0 16px;
}

.sidebar-cta a {
  width: 100%;
  padding: 10px 14px;
  color: #0891b2;
  background: #ffffff;
}

.detail-more-section {
  width: 100%;
  padding-bottom: 0;
}

.site-footer {
  border-top: 1px solid rgba(103, 232, 249, 0.42);
  background: linear-gradient(180deg, #ffffff, #ecfeff);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 48px 0;
}

.footer-grid p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 14px;
}

.footer-grid h2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
}

.footer-bottom {
  padding: 18px 0 30px;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .quick-search {
    display: none;
  }

  .menu-button {
    display: flex;
  }

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

  .detail-sidebar {
    position: static;
  }

  .movie-grid,
  .featured-grid,
  .compact-grid,
  .rank-grid,
  .category-showcase,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    height: 62px;
  }

  .brand-name {
    font-size: 20px;
  }

  .hero-section {
    min-height: auto;
    padding: 44px 0 58px;
  }

  .hero-layout {
    gap: 28px;
  }

  .hero-frame {
    min-height: 430px;
    border-radius: 26px;
  }

  .hero-card-text {
    padding: 28px;
  }

  .hero-search,
  .toolbar,
  .section-heading,
  .detail-title-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-search {
    border-radius: 20px;
  }

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

  .movie-grid,
  .featured-grid,
  .compact-grid,
  .rank-grid,
  .category-showcase,
  .category-grid,
  .wide-rank-list {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 42px 74px 1fr;
  }

  .rank-arrow {
    display: none;
  }

  .sidebar-item {
    grid-template-columns: 84px 1fr;
  }

  .soft-section,
  .rank-preview-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
