* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --amber-50: #fff8e7;
  --amber-100: #ffefc2;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --orange-600: #ea580c;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-500: #78716c;
  --stone-700: #44403c;
  --stone-900: #1c1917;
  --white: #ffffff;
  --shadow-card: 0 18px 50px rgba(120, 53, 15, 0.12);
  --shadow-deep: 0 30px 80px rgba(120, 53, 15, 0.22);
  --radius-lg: 18px;
  --radius-xl: 28px;
  --radius-2xl: 36px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--stone-900);
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.22), transparent 36rem),
    linear-gradient(135deg, #fffbeb 0%, #fff7ed 48%, #fffaf0 100%);
  min-height: 100vh;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(251, 191, 36, 0.28);
  box-shadow: 0 12px 40px rgba(146, 64, 14, 0.08);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--amber-400), var(--amber-600), var(--orange-600));
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.34);
  animation: pulseGlow 3s ease-in-out infinite;
}

.brand-text {
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, var(--amber-700), var(--amber-500), var(--orange-600));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

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

.desktop-nav a,
.mobile-panel a {
  font-weight: 700;
  color: var(--stone-700);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
  color: var(--amber-700);
}

.search-bar {
  width: 300px;
  display: flex;
  align-items: center;
  border: 2px solid rgba(251, 191, 36, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.search-bar input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 10px 10px 10px 18px;
  color: var(--stone-900);
}

.search-bar button {
  border: 0;
  background: linear-gradient(135deg, var(--amber-400), var(--orange-600));
  color: var(--white);
  padding: 10px 18px;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600));
}

.mobile-panel {
  display: none;
  padding: 0 0 18px;
}

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

.mobile-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-menu-grid a {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 247, 237, 0.92);
}

.mobile-search {
  width: 100%;
  margin-top: 14px;
}

.hero-carousel {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--amber-900);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  background-position: center;
  background-size: cover;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(251, 191, 36, 0.42), transparent 24rem),
    linear-gradient(90deg, rgba(28, 25, 23, 0.88), rgba(120, 53, 15, 0.66) 54%, rgba(0, 0, 0, 0.34));
}

.hero-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(0deg, var(--amber-50), transparent);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.52fr);
  align-items: center;
  gap: 56px;
  padding: 102px 0 134px;
}

.hero-copy {
  max-width: 740px;
  color: var(--white);
  animation: float 6s ease-in-out infinite;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--amber-300);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber-300);
  box-shadow: 0 0 22px rgba(252, 211, 77, 0.96);
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  font-weight: 950;
}

.hero-copy h2 {
  margin-top: 18px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 950;
}

.hero-copy p {
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.hero-meta,
.movie-meta,
.detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--amber-900);
  background: rgba(255, 255, 255, 0.86);
}

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

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-400), var(--amber-500), var(--orange-600));
  box-shadow: 0 16px 32px rgba(245, 158, 11, 0.34);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.btn-soft {
  color: var(--amber-900);
  background: rgba(255, 247, 237, 0.92);
  border: 1px solid rgba(251, 191, 36, 0.28);
}

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

.hero-poster {
  position: relative;
  display: block;
  border-radius: var(--radius-2xl);
  padding: 12px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(16px);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 2 / 2.78;
  object-fit: cover;
  border-radius: 28px;
}

.hero-poster-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 16px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(28, 25, 23, 0.1), rgba(28, 25, 23, 0.78));
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 42px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.2s ease, background-color 0.2s ease;
}

.hero-dot.is-active {
  width: 64px;
  background: var(--amber-300);
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 44px 0;
}

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

.section-kicker {
  margin: 0 0 8px;
  color: var(--amber-700);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.section-title {
  margin: 0;
  color: var(--stone-900);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-desc {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--stone-700);
  line-height: 1.9;
}

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

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

.movie-card,
.category-card,
.info-card,
.rank-row {
  position: relative;
  border: 1px solid rgba(253, 230, 138, 0.68);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.movie-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card-hover:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: var(--shadow-deep);
  border-color: rgba(245, 158, 11, 0.52);
}

.poster-link {
  position: relative;
  display: block;
  background: linear-gradient(135deg, var(--amber-200), var(--amber-50));
}

.movie-poster {
  width: 100%;
  aspect-ratio: 2 / 2.85;
  object-fit: cover;
}

.movie-badge,
.movie-type {
  position: absolute;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--white);
  background: rgba(28, 25, 23, 0.76);
  backdrop-filter: blur(12px);
}

.movie-badge {
  left: 12px;
}

.movie-type {
  right: 12px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600));
}

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

.movie-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 900;
}

.movie-card h3 a:hover {
  color: var(--amber-700);
}

.movie-one-line {
  margin: 0;
  color: var(--stone-700);
  font-size: 0.92rem;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie-card .movie-meta {
  color: var(--stone-500);
  gap: 7px;
  font-size: 0.83rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--amber-900);
  background: rgba(255, 251, 235, 0.92);
  border: 1px solid rgba(251, 191, 36, 0.22);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.category-card {
  padding: 26px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-card h2,
.category-card h3 {
  margin: 0 0 12px;
  font-size: 1.44rem;
  font-weight: 950;
}

.category-card p {
  margin: 0;
  color: var(--stone-700);
  line-height: 1.82;
}

.category-card .btn {
  margin-top: 22px;
  align-self: flex-start;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--stone-500);
  font-weight: 700;
  margin: 28px 0;
}

.breadcrumb a:hover {
  color: var(--amber-700);
}

.page-hero,
.detail-hero {
  border-radius: var(--radius-2xl);
  background:
    radial-gradient(circle at 80% 20%, rgba(252, 211, 77, 0.38), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 251, 235, 0.74));
  border: 1px solid rgba(253, 230, 138, 0.72);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.page-hero {
  padding: 52px;
  margin: 34px 0 26px;
}

.page-hero h1,
.detail-info h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.page-hero p,
.detail-info p {
  color: var(--stone-700);
  line-height: 1.9;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 30px 0;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(253, 230, 138, 0.66);
  box-shadow: var(--shadow-card);
}

.filter-input {
  width: 100%;
  border: 2px solid rgba(251, 191, 36, 0.28);
  border-radius: 999px;
  padding: 13px 18px;
  outline: 0;
  background: rgba(255, 255, 255, 0.82);
}

.filter-input:focus {
  border-color: rgba(245, 158, 11, 0.76);
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.14);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filter-chip {
  border: 1px solid rgba(251, 191, 36, 0.24);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 251, 235, 0.92);
  color: var(--amber-900);
  font-weight: 850;
}

.filter-chip.is-active,
.filter-chip:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600));
}

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

.rank-row {
  display: grid;
  grid-template-columns: 82px 108px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.rank-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 950;
  background: linear-gradient(135deg, var(--amber-400), var(--amber-600), var(--orange-600));
  box-shadow: 0 14px 26px rgba(245, 158, 11, 0.28);
}

.rank-row img {
  width: 108px;
  aspect-ratio: 2 / 2.72;
  object-fit: cover;
  border-radius: 16px;
}

.rank-row h2,
.rank-row h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  font-weight: 950;
}

.rank-row p {
  margin: 0;
  color: var(--stone-700);
  line-height: 1.75;
}

.rank-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 42px;
  border-radius: 999px;
  color: var(--amber-900);
  background: var(--amber-100);
  font-weight: 950;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 42px;
  padding: 32px;
  align-items: center;
}

.detail-cover {
  border-radius: 30px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow-card);
}

.detail-cover img {
  width: 100%;
  aspect-ratio: 2 / 2.85;
  object-fit: cover;
  border-radius: 24px;
}

.detail-info .eyebrow {
  color: var(--amber-700);
}

.detail-meta {
  color: var(--stone-500);
  margin: 18px 0;
}

.detail-meta .meta-pill {
  color: var(--amber-900);
  background: var(--amber-100);
}

.player-section {
  margin-top: 46px;
}

.video-shell {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--stone-900);
  box-shadow: var(--shadow-deep);
}

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

.player-cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.36);
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 3;
}

.player-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.player-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(251, 191, 36, 0.22), transparent 20rem),
    linear-gradient(180deg, rgba(28, 25, 23, 0.36), rgba(28, 25, 23, 0.82));
  z-index: -1;
}

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

.play-circle {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  background: linear-gradient(135deg, var(--amber-400), var(--orange-600));
  box-shadow: 0 20px 44px rgba(245, 158, 11, 0.38);
}

.play-text {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.article-body {
  margin-top: 42px;
  display: grid;
  gap: 26px;
}

.info-card {
  padding: 30px;
}

.info-card h2 {
  margin: 0 0 16px;
  font-size: 1.6rem;
  font-weight: 950;
}

.info-card p {
  margin: 0;
  color: var(--stone-700);
  line-height: 2;
}

.related-section {
  margin: 70px 0 84px;
}

.empty-result {
  display: none;
  padding: 36px;
  border-radius: var(--radius-lg);
  color: var(--stone-700);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(251, 191, 36, 0.24);
}

.search-results {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.search-result-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(253, 230, 138, 0.68);
  box-shadow: var(--shadow-card);
}

.search-result-card img {
  width: 118px;
  aspect-ratio: 2 / 2.75;
  object-fit: cover;
  border-radius: 16px;
}

.search-result-card h2 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.search-result-card p {
  margin: 0;
  color: var(--stone-700);
  line-height: 1.8;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-900), var(--amber-700), var(--orange-600));
  margin-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 56px 0 36px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 16px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.site-footer a:hover {
  color: var(--white);
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 0 30px;
  color: rgba(255, 255, 255, 0.78);
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

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

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

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

  .hero-poster {
    max-width: 360px;
  }

  .card-grid,
  .card-grid.compact {
    grid-template-columns: repeat(3, 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: 760px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .brand-text {
    font-size: 1.05rem;
  }

  .hero-carousel {
    min-height: 720px;
  }

  .hero-grid {
    gap: 28px;
    padding: 76px 0 130px;
  }

  .hero-poster {
    max-width: 250px;
  }

  .section-head {
    display: block;
  }

  .page-hero {
    padding: 30px;
  }

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

  .filter-chips {
    justify-content: flex-start;
  }

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

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

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

  .rank-number {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .rank-row img {
    width: 82px;
  }

  .rank-score {
    grid-column: 3;
    justify-self: start;
  }

  .detail-hero {
    padding: 18px;
  }

  .play-circle {
    width: 72px;
    height: 72px;
    font-size: 1.9rem;
  }

  .search-result-card {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .search-result-card img {
    width: 90px;
  }

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

@media (max-width: 480px) {
  .mobile-menu-grid,
  .card-grid,
  .card-grid.compact,
  .category-grid {
    grid-template-columns: 1fr;
  }

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

  .btn {
    width: 100%;
  }
}
