:root {
  --ink: #17201d;
  --muted: #58635f;
  --paper: #f6f3ec;
  --panel: #fffdf7;
  --line: #dfd7c7;
  --deep: #0c1312;
  --teal: #0c8b84;
  --teal-dark: #075f5a;
  --amber: #c9892b;
  --red: #b8483a;
  --green: #4c7c52;
  --shadow: 0 18px 48px rgba(21, 27, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.6;
}

body.no-scroll {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 24px;
  height: 72px;
  padding: 0 clamp(18px, 4vw, 52px);
  color: #f6f3ec;
  background: rgba(8, 16, 15, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #fffaf0;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  font-size: 18px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(246, 243, 236, 0.82);
  font-size: 14px;
}

.top-nav a {
  transition: color 0.18s ease;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: #fff;
}

.header-action,
.btn,
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
}

.header-action {
  justify-self: end;
  padding: 0 16px;
  color: #fffaf0;
  background: var(--teal);
}

.header-action svg,
.btn svg,
.icon-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke-width: 2.2;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fffaf0;
  background: var(--deep);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  transform: scale(1.01);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 12, 11, 0.95) 0%, rgba(8, 16, 15, 0.86) 34%, rgba(8, 16, 15, 0.42) 62%, rgba(8, 16, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(6, 12, 11, 0.7), rgba(6, 12, 11, 0.04) 50%, rgba(6, 12, 11, 0.42));
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: 118px 0 74px;
}

.hero-copy {
  width: min(640px, 100%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.eyebrow {
  color: #bceee8;
  background: rgba(12, 139, 132, 0.18);
  border: 1px solid rgba(188, 238, 232, 0.26);
}

.hero h1 {
  margin: 20px 0 18px;
  max-width: 10em;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero-lede {
  margin: 0;
  max-width: 650px;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(17px, 2.1vw, 21px);
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-routing {
  display: grid;
  gap: 14px;
}

.route-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  min-height: 132px;
  padding: 18px;
  color: #fffaf0;
  background: rgba(255, 250, 240, 0.1);
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.route-card:hover,
.route-card:focus-visible {
  background: rgba(255, 250, 240, 0.15);
  border-color: rgba(255, 250, 240, 0.38);
  transform: translateY(-2px);
}

.route-icon {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: 1 / 5;
  place-items: center;
  color: #fffaf0;
  border-radius: 8px;
}

.route-card.player .route-icon {
  background: var(--red);
}

.route-card.team .route-icon {
  background: var(--teal);
}

.route-card.project .route-icon {
  background: var(--amber);
}

.route-icon svg {
  width: 24px;
  height: 24px;
}

.route-kicker {
  color: rgba(255, 250, 240, 0.7);
  font-size: 13px;
  font-weight: 900;
}

.route-card strong {
  display: block;
  font-size: 23px;
  line-height: 1.22;
}

.route-card em {
  display: block;
  color: rgba(255, 250, 240, 0.76);
  font-style: normal;
  line-height: 1.45;
}

.route-action {
  display: inline-flex;
  width: max-content;
  align-items: center;
  min-height: 30px;
  margin-top: 2px;
  padding: 0 10px;
  color: #fffaf0;
  background: rgba(255, 250, 240, 0.12);
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.btn {
  min-width: 132px;
  padding: 0 20px;
}

.btn.primary {
  color: #fffaf0;
  background: var(--red);
  box-shadow: 0 14px 28px rgba(184, 72, 58, 0.32);
}

.btn.secondary {
  color: #fffaf0;
  background: rgba(255, 250, 240, 0.12);
  border: 1px solid rgba(255, 250, 240, 0.28);
}

.btn.outline {
  color: var(--teal-dark);
  background: transparent;
  border: 1px solid rgba(12, 139, 132, 0.34);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  color: rgba(255, 250, 240, 0.84);
  background: rgba(255, 250, 240, 0.1);
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  font-size: 13px;
}

.band {
  background: var(--panel);
}

.intro {
  border-bottom: 1px solid var(--line);
}

.section {
  padding: clamp(64px, 8vw, 110px) 0;
}

.intro-grid,
.project-grid,
.rules-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.intro-grid {
  padding: clamp(42px, 6vw, 74px) 0;
}

.quick-points {
  display: grid;
  gap: 12px;
}

.quick-points p {
  margin: 0;
  padding: 16px 18px;
  color: var(--muted);
  background: rgba(12, 139, 132, 0.07);
  border: 1px solid rgba(12, 139, 132, 0.14);
  border-radius: 8px;
  font-size: 17px;
}

.quick-points strong {
  color: var(--ink);
}

.article-entry-section {
  background: #f0eadf;
  border-bottom: 1px solid var(--line);
}

.article-entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.article-entry-layout p {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.article-entry-card {
  display: grid;
  gap: 8px;
  min-height: 180px;
  align-content: center;
  padding: 28px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 6px solid var(--teal);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-entry-card span,
.article-list-card span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.article-entry-card strong {
  font-size: 30px;
  line-height: 1.15;
}

.article-entry-card em {
  color: var(--muted);
  font-style: normal;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--teal-dark);
  background: rgba(12, 139, 132, 0.11);
  border: 1px solid rgba(12, 139, 132, 0.18);
}

h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.intro p,
.section-head p,
.project-list p,
.contact-copy p {
  margin: 0;
  font-size: 18px;
}

.section-head {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 700px;
}

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

.role-card,
.step,
.rule-item,
.contact-panel,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(21, 27, 24, 0.06);
}

.role-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 24px;
}

.card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  color: #fffaf0;
  background: var(--teal);
  border-radius: 8px;
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.role-card p {
  margin: 12px 0 16px;
}

.role-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 14px;
}

.role-card li {
  position: relative;
  padding-left: 18px;
}

.role-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--amber);
  border-radius: 50%;
  transform: translateY(-50%);
}

.process-band,
.project-band {
  background: #ece5d7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.step {
  min-height: 220px;
  padding: 22px;
}

.step-no {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.step p {
  margin: 10px 0 0;
  font-size: 15px;
}

.rules-layout {
  align-items: center;
}

.rules-copy p {
  margin: 18px 0 28px;
  max-width: 470px;
  font-size: 18px;
}

.rules-panel {
  display: grid;
  gap: 14px;
}

.rule-item {
  padding: 24px;
  border-left: 6px solid var(--teal);
}

.rule-item.warn {
  border-left-color: var(--amber);
}

.rule-item.reject {
  border-left-color: var(--red);
}

.rule-item p {
  margin: 8px 0 0;
}

.project-list {
  padding-top: 4px;
}

.info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.info-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.8);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
}

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

.topic-card {
  display: grid;
  min-height: 170px;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(21, 27, 24, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.topic-card:hover,
.topic-card:focus-visible {
  border-color: rgba(12, 139, 132, 0.55);
  transform: translateY(-2px);
}

.topic-card strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.28;
}

.topic-card span {
  color: var(--muted);
  font-size: 15px;
}

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

.article-list-card {
  display: grid;
  gap: 12px;
  min-height: 230px;
  align-content: start;
  padding: 24px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(21, 27, 24, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.article-list-card:hover,
.article-list-card:focus-visible {
  border-color: rgba(12, 139, 132, 0.5);
  transform: translateY(-2px);
}

.article-list-card strong {
  font-size: 22px;
  line-height: 1.25;
}

.article-list-card em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.article-hero {
  padding: 128px 0 70px;
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(6, 12, 11, 0.96), rgba(8, 16, 15, 0.84)),
    url("./assets/hero-mobile-legend.png") center right / cover;
}

.article-hero h1 {
  max-width: 880px;
  margin: 12px 0 18px;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.article-hero h1 span {
  display: block;
}

.article-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 19px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
}

.article-content {
  display: grid;
  gap: 28px;
}

.article-block {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.article-block:last-child {
  border-bottom: 0;
}

.article-block h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 38px);
}

.article-block h3 {
  margin: 18px 0 8px;
}

.article-block p {
  margin: 0 0 12px;
  font-size: 17px;
}

.article-block ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.article-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.article-aside strong {
  font-size: 18px;
}

.article-aside a {
  color: var(--teal-dark);
  font-weight: 800;
}

.article-cta {
  padding: 30px;
  border: 1px solid rgba(12, 139, 132, 0.24);
  border-radius: 8px;
  background: rgba(12, 139, 132, 0.08);
}

.article-cta p {
  margin: 8px 0 18px;
}

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

.faq-list details {
  padding: 0 22px;
}

.faq-list summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 0 20px;
}

.contact-section {
  padding: clamp(70px, 9vw, 118px) 0;
  color: #fffaf0;
  background: #101815;
}

.contact-section .section-kicker {
  color: #bceee8;
  background: rgba(12, 139, 132, 0.16);
  border-color: rgba(188, 238, 232, 0.2);
}

.contact-copy p {
  color: rgba(255, 250, 240, 0.74);
  margin-top: 18px;
}

.contact-panel {
  padding: 24px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.wechat-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.label {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.wechat-box strong {
  overflow-wrap: anywhere;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.2;
}

.icon-btn {
  padding: 0 14px;
  color: #fffaf0;
  background: var(--teal);
}

.qr-placeholder {
  display: grid;
  width: min(220px, 100%);
  aspect-ratio: 1;
  place-items: center;
  margin: 24px auto;
  color: var(--muted);
  background:
    linear-gradient(90deg, rgba(12, 139, 132, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(12, 139, 132, 0.08) 1px, transparent 1px);
  background-color: #f4efe5;
  background-size: 18px 18px;
  border: 1px dashed rgba(12, 139, 132, 0.42);
  border-radius: 8px;
  text-align: center;
  font-weight: 900;
}

.qr-placeholder svg {
  width: 46px;
  height: 46px;
  margin-bottom: -48px;
  color: var(--teal-dark);
}

.contact-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 24px 0;
  color: rgba(255, 250, 240, 0.7);
  background: #0c1312;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
  color: inherit;
  font-size: 13px;
}

.icp-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  max-width: calc(100% - 40px);
  padding: 12px 16px;
  color: #fffaf0;
  background: rgba(12, 19, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

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

  .hero-copy {
    width: min(680px, 100%);
  }

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

  .route-card {
    min-height: 230px;
    grid-template-columns: 1fr;
  }

  .route-icon {
    grid-row: auto;
  }

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

  .article-list-grid,
  .article-entry-layout {
    grid-template-columns: 1fr;
  }

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

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

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

  .timeline .step:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 64px;
    padding: 0 14px;
    gap: 12px;
  }

  .brand span:last-child {
    max-width: 9em;
  }

  .header-action {
    min-width: 44px;
    padding: 0 12px;
  }

  .header-action span {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 12, 11, 0.96) 0%, rgba(8, 16, 15, 0.78) 58%, rgba(8, 16, 15, 0.34) 100%),
      linear-gradient(0deg, rgba(6, 12, 11, 0.74), rgba(6, 12, 11, 0.22) 52%, rgba(6, 12, 11, 0.48));
  }

  .hero-inner {
    padding-top: 96px;
    padding-bottom: 46px;
  }

  .hero-copy {
    width: min(100%, 360px);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.08;
  }

  .hero-lede {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }

  .article-hero {
    padding: 104px 0 54px;
  }

  .article-hero h1 {
    font-size: 32px;
    line-height: 1.14;
    max-width: 100%;
    word-break: break-all;
  }

  .article-hero p {
    font-size: 16px;
    line-height: 1.72;
    max-width: 20em;
    word-break: break-all;
  }

  .article-block p,
  .article-block li {
    word-break: break-all;
  }

  .article-block p {
    max-width: 20em;
  }

  .hero-actions {
    flex-direction: column;
    max-width: 360px;
    margin-top: 22px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .btn.secondary {
    display: none;
  }

  .hero-routing {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 360px);
  }

  .route-card {
    min-height: 86px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 3px 12px;
    padding: 12px;
  }

  .route-icon {
    width: 44px;
    height: 44px;
    grid-row: 1 / 5;
  }

  .route-card strong {
    font-size: 18px;
  }

  .route-card em {
    display: none;
  }

  .route-action {
    min-height: 26px;
    padding: 0 8px;
    font-size: 12px;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
  }

  .trust-row span {
    justify-content: center;
    padding: 0 8px;
    font-size: 12px;
  }

  .intro-grid,
  .project-grid,
  .rules-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .role-grid,
  .timeline,
  .topic-grid,
  .article-list-grid,
  .article-entry-layout {
    grid-template-columns: 1fr;
  }

  .article-entry-card {
    min-height: auto;
    padding: 22px;
  }

  .timeline .step:last-child {
    grid-column: auto;
  }

  .role-card,
  .step {
    min-height: auto;
  }

  .wechat-box {
    grid-template-columns: 1fr;
  }

  .icon-btn {
    width: 100%;
  }

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

@media (max-width: 430px) {
  .hero-inner,
  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .eyebrow {
    max-width: 100%;
    height: auto;
    min-height: 28px;
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
