* {
  box-sizing: border-box;
}

:root {
  --orange: #f97316;
  --orange-dark: #ea580c;
  --pink: #ec4899;
  --red: #ef4444;
  --yellow: #facc15;
  --text: #111827;
  --muted: #6b7280;
  --soft: #f9fafb;
  --line: #e5e7eb;
  --dark: #111827;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

html {
  scroll-behavior: smooth;
}

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

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

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

button,
input,
select {
  font: inherit;
}

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

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

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-text,
.footer-logo span:last-child {
  background: linear-gradient(90deg, var(--orange), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.3);
  font-size: 14px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #374151;
  font-weight: 700;
}

.nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--orange);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--pink));
}

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

.nav-search input,
.filter-panel input,
.filter-panel select,
.search-page-box input,
.search-page-box select {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-search input {
  width: 180px;
  padding: 10px 16px;
}

.nav-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus,
.search-page-box input:focus,
.search-page-box select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.nav-search button,
.search-page-box button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: #ffffff;
  background: linear-gradient(90deg, var(--orange), var(--pink));
  cursor: pointer;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  border: 0;
  border-radius: 12px;
  padding: 9px 14px;
  color: #374151;
  background: #f3f4f6;
  cursor: pointer;
  font-weight: 800;
}

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

.hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #fb923c 0%, #ec4899 50%, #ef4444 100%);
}

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

.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -120px;
  top: -160px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(8px);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.6) 2px, transparent 2px);
  background-size: 56px 56px;
}

.hero-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 640px;
  margin: 0 auto;
  padding: 84px 0 48px;
}

.hero-slide {
  display: none;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 52px;
  min-height: 440px;
}

.hero-slide.active {
  display: grid;
  animation: fadeIn 0.55s ease both;
}

.hero-copy {
  max-width: 760px;
}

.hero-kicker,
.section-heading span,
.detail-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 800;
}

.hero-kicker {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.hero h1 strong {
  color: #fef3c7;
}

.hero p {
  max-width: 700px;
  margin: 0 0 24px;
  font-size: clamp(18px, 2.5vw, 24px);
  color: rgba(255, 255, 255, 0.92);
}

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

.hero-tags span,
.detail-tags span,
.tag-row span {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  color: #9a3412;
  background: #ffedd5;
  font-weight: 800;
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
  color: #ffffff;
  background: linear-gradient(90deg, var(--orange), var(--pink));
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.28);
}

.hero .btn-primary {
  color: var(--orange);
  background: #ffffff;
}

.btn-ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost-dark {
  color: #374151;
  border: 1px solid #d1d5db;
  background: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-poster {
  position: relative;
  display: block;
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.12));
  box-shadow: 0 30px 80px rgba(127, 29, 29, 0.38);
  transform: rotate(3deg);
}

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

.hero-poster span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 18px;
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(17, 24, 39, 0.74);
  backdrop-filter: blur(14px);
  font-weight: 900;
}

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

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

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

.hero-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-shortcuts a {
  border-radius: 999px;
  padding: 9px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 800;
}

.content-section,
.feature-section {
  padding: 72px 0;
}

.soft-bg {
  background: #f9fafb;
}

.gradient-bg {
  background: linear-gradient(135deg, #fff7ed 0%, #fdf2f8 100%);
}

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

.feature-card,
.prose-card,
.side-card,
.category-overview-card {
  border: 1px solid #eef2f7;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.feature-card {
  padding: 28px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: var(--orange);
  background: linear-gradient(135deg, #ffedd5, #fce7f3);
  font-size: 24px;
}

.feature-card h3,
.movie-card h3,
.footer-shell h3,
.side-card h2,
.prose-card h2 {
  margin: 0 0 10px;
}

.feature-card p,
.section-heading p,
.movie-line,
.footer-brand p,
.prose-card p,
.side-card dd,
.page-hero p {
  color: var(--muted);
}

.section-heading {
  text-align: center;
  margin-bottom: 34px;
}

.section-heading.align-left {
  text-align: left;
}

.section-heading span {
  color: #ffffff;
  background: linear-gradient(90deg, var(--orange), var(--pink));
}

.section-heading h2 {
  margin: 12px 0 8px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
}

.section-title-row .section-heading {
  margin: 0 0 24px;
  text-align: left;
}

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

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

.category-tile {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-radius: 24px;
  padding: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cat-a), var(--cat-b));
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.18);
}

.category-icon {
  font-size: 28px;
}

.category-tile strong {
  font-size: 19px;
}

.category-tile em {
  font-size: 13px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

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

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

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

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

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

.poster-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

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

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

.year-pill,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.year-pill {
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  background: var(--orange);
}

.rank-badge {
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.28);
}

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

.movie-card h3 {
  font-size: 18px;
  line-height: 1.25;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

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

.movie-meta {
  min-height: 20px;
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.movie-line {
  min-height: 44px;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.tag-row {
  min-height: 26px;
}

.tag-row span {
  color: #9a3412;
  background: #ffedd5;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(120px, 0.6fr) 70px;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.rank-row span {
  color: var(--orange);
  font-weight: 900;
}

.rank-row strong,
.rank-row em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-row em {
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
}

.rank-row b {
  color: #111827;
  font-size: 14px;
  text-align: right;
}

.page-hero,
.detail-hero {
  padding: 58px 0;
  background: linear-gradient(135deg, #fff7ed 0%, #fdf2f8 100%);
}

.category-page-hero {
  color: #ffffff;
  background: linear-gradient(135deg, var(--cat-a), var(--cat-b));
}

.category-page-hero p,
.category-page-hero .breadcrumb,
.category-page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--orange);
}

.page-hero h1,
.detail-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.page-hero p {
  max-width: 760px;
  font-size: 18px;
}

.filter-panel,
.search-page-box {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 160px 150px 170px;
  gap: 12px;
  margin-top: 28px;
}

.filter-panel input,
.filter-panel select,
.search-page-box input,
.search-page-box select {
  min-width: 0;
  padding: 12px 16px;
}

.search-page-box {
  grid-template-columns: minmax(220px, 1fr) 170px 120px;
}

.category-overview-list {
  display: grid;
  gap: 28px;
  padding: 54px 0 76px;
}

.category-overview-card {
  overflow: hidden;
  padding: 28px;
}

.category-overview-card::before {
  content: "";
  display: block;
  height: 7px;
  margin: -28px -28px 24px;
  background: linear-gradient(90deg, var(--cat-a), var(--cat-b));
}

.category-overview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.category-overview-head span {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 12px;
  color: #ffffff;
  background: linear-gradient(90deg, var(--cat-a), var(--cat-b));
  font-weight: 900;
}

.category-overview-head h2 {
  margin: 12px 0 6px;
  font-size: 28px;
}

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

.detail-layout {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  border-radius: 32px;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  box-shadow: var(--shadow);
}

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

.detail-kicker {
  color: #9a3412;
  background: #ffedd5;
}

.detail-copy p {
  margin: 0 0 20px;
  color: #4b5563;
  font-size: 20px;
}

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

.detail-meta-grid div {
  border: 1px solid #f3f4f6;
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.detail-meta-grid span,
.side-card dt {
  display: block;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 800;
}

.detail-meta-grid strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.player-section {
  padding: 70px 0;
  background: #111827;
  color: #ffffff;
}

.player-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.player-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #000000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

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

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  color: #ffffff;
  background: radial-gradient(circle at center, rgba(249, 115, 22, 0.35), rgba(17, 24, 39, 0.74));
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.play-icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--orange);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
  font-size: 32px;
}

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

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

.prose-card,
.side-card {
  padding: 30px;
}

.prose-card h2,
.side-card h2 {
  font-size: 24px;
}

.prose-card p {
  margin: 0 0 24px;
  font-size: 17px;
}

.side-card dl {
  margin: 0;
}

.side-card dt {
  margin-top: 16px;
}

.side-card dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.related-block {
  margin-top: 34px;
}

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

.footer-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 32px;
  padding: 54px 0 34px;
}

.footer-shell h3 {
  font-size: 18px;
}

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

.footer-shell a,
.footer-brand p {
  color: #d1d5db;
}

.footer-shell a:hover {
  color: #fb923c;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

@media (max-width: 820px) {
  .nav-shell {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 0;
  }

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

  .nav-link {
    border-radius: 12px;
    padding: 10px 12px;
    background: #f9fafb;
  }

  .nav-link.active::after {
    display: none;
  }

  .hero-shell {
    min-height: auto;
    padding: 54px 0 36px;
  }

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

  .hero-poster {
    max-width: 320px;
    margin: 0 auto;
    transform: none;
  }

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

  .filter-panel,
  .search-page-box,
  .detail-meta-grid {
    grid-template-columns: 1fr;
  }

  .category-overview-head,
  .section-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .rank-row {
    grid-template-columns: 38px minmax(0, 1fr) 64px;
  }

  .rank-row em {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand,
  .footer-logo {
    font-size: 20px;
  }

  .movie-grid,
  .feature-grid,
  .compact-grid,
  .ranking-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 40px;
  }

  .page-hero,
  .detail-hero,
  .content-section,
  .feature-section,
  .player-section {
    padding: 46px 0;
  }

  .prose-card,
  .side-card,
  .category-overview-card {
    padding: 22px;
    border-radius: 22px;
  }

  .category-overview-card::before {
    margin: -22px -22px 20px;
  }
}
