:root {
  --color-primary: #2563eb;
  --color-primary-dark: #1d4ed8;
  --color-cyan: #06b6d4;
  --color-teal: #0d9488;
  --color-red: #ef4444;
  --color-orange: #f97316;
  --color-green: #10b981;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-500: #6b7280;
  --color-gray-700: #374151;
  --color-gray-900: #111827;
  --shadow-card: 0 14px 34px rgba(15, 23, 42, 0.10);
  --shadow-hero: 0 28px 70px rgba(15, 23, 42, 0.30);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--color-gray-900);
  background: var(--color-gray-50);
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

.nav-shell {
  max-width: var(--max-width);
  height: 66px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-cyan));
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
}

.brand-text {
  font-size: 21px;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cyan));
  -webkit-background-clip: text;
  color: transparent;
}

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

.nav-link,
.mobile-link {
  color: var(--color-gray-700);
  font-weight: 650;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  color: var(--color-primary);
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--color-gray-100);
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--color-gray-700);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav {
  display: none;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 22px 16px;
}

.mobile-nav.is-open {
  display: grid;
  gap: 8px;
}

.mobile-link {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 52%, #0d9488 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.10);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.45) 0 2px, transparent 2px), radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px);
  background-size: 48px 48px, 72px 72px;
}

.hero-shell {
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 86px 22px 70px;
}

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

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

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

.hero-copy {
  display: grid;
  gap: 22px;
}

.hero-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12px);
}

.hero-copy h1,
.hero-copy h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.hero-copy p,
.page-hero p {
  margin: 0;
  max-width: 680px;
  color: rgba(239, 246, 255, 0.95);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-tags,
.hero-actions,
.hero-category-links,
.page-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-tags span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #dffbff;
  font-weight: 700;
  font-size: 13px;
}

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

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

.btn-primary {
  color: var(--color-primary);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
}

.btn-ghost {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.btn-ghost.dark {
  color: var(--color-primary);
  border-color: rgba(37, 99, 235, 0.22);
  background: #fff;
}

.btn-small {
  min-height: 38px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cyan));
}

.hero-stats {
  display: flex;
  gap: 36px;
  padding-top: 8px;
}

.hero-stats div {
  display: grid;
  gap: 2px;
}

.hero-stats strong {
  font-size: 30px;
  line-height: 1;
}

.hero-stats span {
  color: #dbeafe;
  font-size: 14px;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-hero);
  transform: rotate(1deg);
  transition: transform 0.3s ease;
}

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

.hero-poster img {
  height: 520px;
  object-fit: cover;
}

.hero-poster-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72));
}

.hero-label,
.hero-title {
  position: absolute;
  left: 24px;
  z-index: 2;
}

.hero-label {
  bottom: 80px;
  padding: 5px 12px;
  border-radius: 8px;
  background: var(--color-red);
  font-size: 12px;
  font-weight: 900;
}

.hero-title {
  right: 24px;
  bottom: 26px;
  font-size: 24px;
  font-weight: 900;
}

.hero-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 26px;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 30px;
  background: #fff;
}

.hero-category-links {
  justify-content: center;
  margin-top: 24px;
}

.hero-category-links a {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #eff6ff;
  font-weight: 750;
}

.section-shell {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 72px 22px;
}

.section-band {
  background: linear-gradient(135deg, #ecfdf5 0%, #ecfeff 100%);
}

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

.center-heading {
  justify-content: center;
  text-align: center;
}

.section-heading h2,
.detail-content h2,
.category-overview-card h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.section-heading p,
.detail-content p,
.category-overview-card p {
  margin: 8px 0 0;
  color: var(--color-gray-500);
}

.section-link {
  color: var(--color-primary);
  font-weight: 850;
}

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

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

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

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

.featured-grid .poster-wrap {
  aspect-ratio: 16 / 10;
}

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

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

.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.62));
  opacity: 0.15;
  transition: opacity 0.2s ease;
}

.movie-card:hover .poster-wrap::after {
  opacity: 1;
}

.corner-badge,
.rank-badge,
.duration-badge {
  position: absolute;
  z-index: 2;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.corner-badge {
  top: 12px;
  left: 12px;
  padding: 4px 9px;
  background: var(--color-red);
}

.rank-badge {
  top: 12px;
  right: 12px;
  padding: 4px 9px;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
}

.duration-badge {
  right: 12px;
  bottom: 12px;
  padding: 4px 8px;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
}

.hover-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 30px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hover-play::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  z-index: -1;
}

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

.movie-info {
  padding: 17px;
}

.movie-info h3 {
  margin: 0 0 8px;
  min-height: 2.8em;
  color: var(--color-gray-900);
  font-size: 17px;
  line-height: 1.38;
  font-weight: 850;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie-card:hover h3 {
  color: var(--color-primary);
}

.movie-info p {
  margin: 0 0 12px;
  min-height: 3.1em;
  color: var(--color-gray-500);
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-meta span,
.detail-meta span {
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--color-primary);
  background: #eff6ff;
  font-size: 12px;
  font-weight: 800;
}

.tag-line {
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.category-card,
.category-overview-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.category-card {
  position: relative;
  min-height: 260px;
  color: #fff;
}

.category-card img {
  height: 260px;
  object-fit: cover;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
}

.category-card span,
.category-card p {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
}

.category-card span {
  bottom: 78px;
  font-size: 24px;
  font-weight: 900;
}

.category-card p {
  bottom: 18px;
  margin: 0;
  color: #e5e7eb;
  font-size: 14px;
}

.page-hero {
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8 0%, #0891b2 55%, #0d9488 100%);
}

.page-hero > div {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 76px 22px;
}

.page-hero h1 {
  margin-top: 18px;
}

.page-actions {
  margin-top: 28px;
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 26px;
  padding: 18px;
}

.category-overview-image {
  overflow: hidden;
  border-radius: 16px;
}

.category-overview-image img {
  height: 210px;
  object-fit: cover;
}

.overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.overview-links a {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--color-primary);
  background: #eff6ff;
  font-size: 13px;
  font-weight: 750;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 210px 180px;
  gap: 14px;
  align-items: end;
  margin-bottom: 28px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.filter-panel label {
  display: grid;
  gap: 7px;
  color: var(--color-gray-700);
  font-size: 13px;
  font-weight: 800;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--color-gray-200);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--color-gray-900);
  background: var(--color-gray-50);
  outline: none;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.no-result {
  padding: 20px;
  border-radius: 14px;
  color: var(--color-gray-500);
  background: #fff;
  text-align: center;
}

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

.ranking-row {
  display: grid;
  grid-template-columns: 58px 78px minmax(0, 1fr) auto 70px;
  gap: 18px;
  align-items: center;
  padding: 12px;
}

.ranking-row img {
  width: 78px;
  height: 96px;
  border-radius: 12px;
  object-fit: cover;
}

.ranking-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-orange), var(--color-red));
  font-weight: 900;
}

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

.ranking-main strong {
  font-size: 18px;
}

.ranking-main em {
  color: var(--color-gray-500);
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ranking-meta {
  color: var(--color-gray-500);
  font-size: 14px;
}

.ranking-score {
  color: var(--color-red);
  font-size: 20px;
  font-weight: 900;
}

.detail-wrap {
  padding: 34px 22px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 52%, #155e75 100%);
}

.breadcrumb {
  max-width: var(--max-width);
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #dbeafe;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #fff;
}

.detail-layout {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-bottom: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: center;
}

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

.movie-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.24), rgba(2, 6, 23, 0.66));
  cursor: pointer;
  transition: opacity 0.22s ease;
}

.movie-player.is-playing .play-overlay {
  opacity: 0;
  pointer-events: none;
}

.play-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.94);
  font-size: 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.play-overlay strong {
  max-width: 80%;
  text-align: center;
  font-size: 22px;
}

.detail-panel {
  padding: 30px;
  border-radius: var(--radius-xl);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.detail-kicker {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  color: #dffbff;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 850;
}

.detail-panel h1 {
  margin: 18px 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.detail-panel p {
  color: #e0f2fe;
}

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

.detail-content {
  display: grid;
  gap: 24px;
}

.detail-content article {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.detail-content p {
  font-size: 17px;
  color: var(--color-gray-700);
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-tags span {
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--color-primary);
  background: #eff6ff;
  font-weight: 800;
}

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

.footer-shell {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 54px 22px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
  gap: 32px;
}

.footer-brand {
  margin-bottom: 14px;
  color: #fff;
  font-size: 19px;
}

.site-footer p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.site-footer a {
  color: #cbd5e1;
  font-size: 14px;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #38bdf8;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #94a3b8;
  text-align: center;
  font-size: 13px;
}

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

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

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

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

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

  .mobile-toggle {
    display: block;
  }

  .hero-slider {
    min-height: 860px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-poster,
  .hero-poster img {
    min-height: 420px;
    height: 420px;
  }

  .hero-stats {
    gap: 22px;
  }

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

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

  .category-overview-card,
  .detail-layout {
    grid-template-columns: 1fr;
  }

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

  .ranking-row img {
    width: 62px;
    height: 78px;
  }

  .ranking-meta,
  .ranking-score {
    display: none;
  }
}

@media (max-width: 620px) {
  .nav-shell {
    padding: 0 16px;
  }

  .brand-text {
    font-size: 18px;
  }

  .hero-shell,
  .section-shell,
  .page-hero > div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-shell {
    padding-top: 58px;
  }

  .hero-slider {
    min-height: 780px;
  }

  .hero-copy h1,
  .hero-copy h2,
  .page-hero h1 {
    font-size: 36px;
  }

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

  .movie-grid,
  .featured-grid,
  .compact-grid,
  .related-grid,
  .all-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-overview-card {
    padding: 14px;
  }

  .detail-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .detail-panel {
    padding: 22px;
  }

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