:root {
  --background: #101a24;
  --foreground: #fff8e6;
  --muted: #c8d6dc;
  --ember: #f7793f;
  --gold: #ffd36a;
  --frost: #8fe6ff;
  --meadow: #58bd77;
  --storm: #6a7cff;
  --panel: rgb(255 248 230 / 0.08);
  --panel-strong: rgb(255 248 230 / 0.14);
  --line: rgb(255 255 255 / 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, rgb(16 26 36 / 0.18), #101a24 46%),
    radial-gradient(circle at 20% 8%, rgb(247 121 63 / 0.34), transparent 28%),
    radial-gradient(circle at 88% 20%, rgb(143 230 255 / 0.18), transparent 26%),
    #101a24;
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

main {
  overflow: hidden;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgb(16 26 36 / 0.88);
  backdrop-filter: blur(16px);
}

.nav-brand,
.nav-links,
.hero-actions {
  display: flex;
  align-items: center;
}

.nav-brand {
  gap: 10px;
  font-weight: 900;
}

.nav-brand img {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

.nav-play,
.nav-menu-toggle {
  display: none;
}

.nav-menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.06);
  color: var(--foreground);
  place-items: center;
}

.nav-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-links {
  gap: clamp(12px, 2.6vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--gold);
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  align-items: center;
  min-height: min(780px, calc(100vh - 72px));
  padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgb(16 26 36 / 0.92) 0%, rgb(16 26 36 / 0.66) 42%, rgb(16 26 36 / 0.1) 100%),
    radial-gradient(ellipse at 76% 22%, rgb(255 255 255 / 0.72) 0 4.5%, rgb(255 255 255 / 0) 4.8%),
    radial-gradient(ellipse at 82% 25%, rgb(255 255 255 / 0.58) 0 5%, rgb(255 255 255 / 0) 5.4%),
    radial-gradient(ellipse at 68% 26%, rgb(255 255 255 / 0.48) 0 4%, rgb(255 255 255 / 0) 4.4%),
    radial-gradient(ellipse at 94% 44%, rgb(255 255 255 / 0.55) 0 5%, rgb(255 255 255 / 0) 5.5%),
    radial-gradient(ellipse at 88% 47%, rgb(255 255 255 / 0.44) 0 4.6%, rgb(255 255 255 / 0) 5%),
    linear-gradient(180deg, #71caff 0%, #bff0ff 58%, #97df8a 58%, #56bd66 68%, #d4ad62 68%, #b99255 100%);
  overflow: hidden;
}

.hero-section::after {
  position: absolute;
  right: clamp(80px, 19vw, 300px);
  bottom: 17%;
  z-index: 0;
  width: min(42vw, 620px);
  height: min(32vw, 420px);
  border-radius: 999px;
  background: radial-gradient(circle, rgb(255 222 105 / 0.44), rgb(255 126 44 / 0.18) 42%, rgb(255 126 44 / 0) 72%);
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.hero-art {
  position: absolute;
  top: clamp(22px, 4vh, 48px);
  right: clamp(4px, 2vw, 32px);
  bottom: clamp(22px, 4vh, 48px);
  left: auto;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(52vw, 720px);
  opacity: 1;
  filter: drop-shadow(0 30px 52px rgb(0 0 0 / 0.34));
}

.hero-art img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.hero-content {
  position: relative;
  z-index: 1;
  grid-column: 1 / 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--frost);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-logo-glow {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.hero-logo-glow::before {
  position: absolute;
  inset: -34px -48px -30px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 63% 45%, rgb(255 229 132 / 0.68), rgb(249 125 45 / 0.35) 36%, rgb(105 220 255 / 0.24) 58%, rgb(105 220 255 / 0) 76%),
    radial-gradient(ellipse at 36% 56%, rgb(75 190 255 / 0.34), rgb(75 190 255 / 0) 68%);
  content: "";
  filter: blur(14px);
  pointer-events: none;
}

.hero-logo {
  position: relative;
  width: min(280px, 76vw);
  filter:
    drop-shadow(0 0 8px rgb(125 229 255 / 0.88))
    drop-shadow(0 0 20px rgb(255 216 93 / 0.7))
    drop-shadow(0 13px 18px rgb(0 0 0 / 0.36));
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(2.35rem, 5.1vw, 4.9rem);
  font-weight: 950;
  line-height: 0.98;
}

h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
}

h3 {
  margin: 8px 0 12px;
  font-size: 1.35rem;
  font-weight: 900;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 560px;
  margin: 20px 0 0;
  color: #f7e8d0;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
}

.android-note {
  max-width: 520px;
  margin: 18px 0 0;
  color: #ffe9be;
  font-size: 0.95rem;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-action {
  padding: 0 24px;
  background: linear-gradient(135deg, var(--gold), var(--ember));
  color: #251006;
  box-shadow: 0 16px 38px rgb(247 121 63 / 0.28);
}

.play-store-action {
  background: linear-gradient(135deg, #ffffff, var(--gold));
}

.secondary-action {
  padding: 0 22px;
  border: 1px solid var(--line);
  background: rgb(255 255 255 / 0.06);
  color: var(--foreground);
}

.stat-band,
.story-section,
.choice-section,
.gameplay-section,
.showcase-section,
.worlds-section,
.levels-section,
.controls-section,
.play-section {
  padding-inline: clamp(18px, 5vw, 72px);
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: rgb(0 0 0 / 0.18);
}

.stat-item {
  min-height: 200px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid var(--line);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item strong {
  display: block;
  color: var(--gold);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 950;
  line-height: 1;
}

.stat-item span:not(.stat-icon) {
  display: block;
  margin-top: 8px;
  color: #fff8e6;
  font-weight: 900;
}

.stat-item p {
  max-width: 360px;
  margin: 12px 0 0;
}

.stat-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 26%, rgb(255 255 255 / 0.78) 0 10%, transparent 11%),
    linear-gradient(135deg, rgb(255 211 106 / 0.9), rgb(247 121 63 / 0.78));
  box-shadow: 0 14px 34px rgb(247 121 63 / 0.16);
}

.stat-icon::after {
  position: absolute;
  inset: 12px;
  border-radius: 6px;
  background: rgb(16 26 36 / 0.62);
  content: "";
}

.stat-levels {
  background:
    linear-gradient(90deg, rgb(143 230 255 / 0.95) 0 18%, transparent 18% 28%, rgb(143 230 255 / 0.72) 28% 46%, transparent 46% 56%, rgb(143 230 255 / 0.5) 56% 74%, transparent 74%),
    linear-gradient(135deg, rgb(255 211 106 / 0.72), rgb(106 124 255 / 0.75));
}

.stat-stars {
  background:
    radial-gradient(circle at 50% 18%, rgb(255 248 230 / 0.95) 0 9%, transparent 10%),
    radial-gradient(circle at 24% 65%, rgb(255 211 106 / 0.9) 0 11%, transparent 12%),
    radial-gradient(circle at 76% 65%, rgb(255 211 106 / 0.72) 0 11%, transparent 12%),
    linear-gradient(135deg, rgb(247 121 63 / 0.88), rgb(143 230 255 / 0.7));
}

.story-section,
.choice-section,
.levels-section,
.play-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding-block: clamp(64px, 10vw, 132px);
}

.section-copy p,
.choice-section p,
.levels-section p,
.play-section p {
  max-width: 660px;
  margin: 22px 0 0;
}

.choice-section {
  border-bottom: 1px solid var(--line);
  background: rgb(0 0 0 / 0.14);
}

.choice-actions,
.final-actions {
  display: grid;
  gap: 14px;
}

.store-badge,
.browser-badge {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  align-content: center;
}

.store-badge {
  background: linear-gradient(135deg, #fffdf7, #ffd36a);
  color: #241208;
}

.browser-badge {
  background: var(--panel);
  color: var(--foreground);
}

.store-badge span,
.browser-badge span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.72;
}

.store-badge strong,
.browser-badge strong {
  font-size: clamp(1.18rem, 2vw, 1.6rem);
  line-height: 1.1;
}

.lore-panel {
  position: relative;
  min-height: 330px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgb(247 121 63 / 0.2), rgb(143 230 255 / 0.08)),
    var(--panel);
}

.lore-panel::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgb(255 211 106 / 0.28);
  border-radius: 7px;
  content: "";
  pointer-events: none;
}

.lore-panel span {
  color: var(--frost);
  font-weight: 900;
  text-transform: uppercase;
}

.lore-panel strong {
  display: block;
  margin-top: 22px;
  color: var(--gold);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 950;
  line-height: 0.95;
}

.lore-panel p {
  position: relative;
  margin-top: 24px;
}

.gameplay-section,
.worlds-section,
.controls-section {
  padding-block: clamp(58px, 9vw, 112px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.feature-card,
.world-card {
  min-height: 184px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-card span {
  display: block;
  width: 34px;
  height: 10px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--ember), var(--frost));
}

.feature-card p,
.world-card p {
  margin: 0;
}

.showcase-section {
  padding-block: clamp(50px, 8vw, 92px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgb(255 248 230 / 0.04), rgb(0 0 0 / 0.1)),
    rgb(0 0 0 / 0.08);
}

.top-showcase .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(20px, 5vw, 66px);
  align-items: end;
  max-width: none;
}

.top-showcase .section-heading h2 {
  max-width: 760px;
}

.top-showcase .section-heading p:last-child {
  max-width: 520px;
  margin: 0;
}

.phone-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 28px);
  align-items: end;
}

.phone-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0b1117;
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.26);
}

.phone-shot:nth-child(even) {
  transform: translateY(34px);
}

.phone-shot img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

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

.world-card span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.world-card:nth-child(1) {
  border-top-color: var(--meadow);
}

.world-card:nth-child(2) {
  border-top-color: var(--frost);
}

.world-card:nth-child(3) {
  border-top-color: var(--ember);
}

.world-card:nth-child(4) {
  border-top-color: var(--storm);
}

.level-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.level-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: #fff8e6;
  font-weight: 800;
}

.controls-table {
  overflow: hidden;
  max-width: 920px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.control-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
}

.control-row:last-child {
  border-bottom: 0;
}

.control-row span,
.control-row strong,
.control-row em {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 14px 18px;
  font-style: normal;
}

.control-row strong {
  color: var(--gold);
}

.control-row em {
  color: var(--muted);
}

.play-section {
  margin-inline: clamp(18px, 5vw, 72px);
  margin-bottom: clamp(28px, 6vw, 72px);
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(247 121 63 / 0.18), rgb(143 230 255 / 0.1)),
    var(--panel-strong);
}

.play-action {
  justify-self: end;
  min-width: 190px;
}

.final-actions {
  justify-self: end;
  min-width: min(100%, 360px);
}

.android-sheet {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  align-items: end;
  padding: 18px;
  background: linear-gradient(180deg, rgb(0 0 0 / 0), rgb(0 0 0 / 0.56));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.android-sheet.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.android-sheet-panel {
  position: relative;
  width: min(100%, 560px);
  margin-inline: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgb(255 211 106 / 0.14), rgb(143 230 255 / 0.08)),
    #111c26;
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.44);
  transform: translateY(24px);
  transition: transform 180ms ease;
}

.android-sheet.is-visible .android-sheet-panel {
  transform: translateY(0);
}

.android-sheet-panel h2 {
  padding-right: 38px;
  font-size: clamp(1.65rem, 6vw, 2.4rem);
}

.android-sheet-panel p:not(.eyebrow) {
  margin: 14px 0 0;
}

.android-sheet-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.android-sheet-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.06);
}

.android-sheet-close::before,
.android-sheet-close::after {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--foreground);
  content: "";
}

.android-sheet-close::before {
  transform: rotate(45deg);
}

.android-sheet-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 980px) {
  .hero-section,
  .story-section,
  .choice-section,
  .levels-section,
  .play-section {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-column: auto;
    max-width: 620px;
    padding-top: clamp(250px, 38vw, 350px);
  }

  .hero-section {
    display: block;
    min-height: min(820px, calc(100svh - 72px));
    padding-bottom: clamp(36px, 6vw, 64px);
  }

  .hero-art {
    position: absolute;
    top: clamp(64px, 8vw, 116px);
    right: clamp(-150px, -8vw, -42px);
    bottom: auto;
    left: auto;
    z-index: 0;
    justify-self: center;
    width: min(78vw, 680px);
    height: auto;
    margin-top: 0;
  }

  .hero-art img {
    width: 100%;
    height: auto;
  }

  .stat-band,
  .feature-grid,
  .world-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .play-action,
  .final-actions {
    justify-self: start;
  }

  .top-showcase .section-heading {
    grid-template-columns: 1fr;
  }

  .top-showcase .section-heading p:last-child {
    margin-top: 16px;
  }
}

@media (max-width: 680px) {
  .site-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px 10px;
    min-height: 0;
    padding: 10px 14px;
  }

  .nav-brand {
    gap: 9px;
    font-size: 1rem;
  }

  .nav-brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .nav-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, var(--gold));
    color: #251006;
    font-size: 0.9rem;
    font-weight: 900;
  }

  .nav-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    padding-top: 8px;
    font-size: 0.9rem;
  }

  .site-nav.menu-open .nav-links {
    display: grid;
  }

  .nav-links a {
    min-height: 42px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.06);
  }

  .nav-links a[href="#play"] {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding: 22px 20px 34px;
    background:
      linear-gradient(180deg, rgb(16 26 36 / 0.52) 0%, rgb(16 26 36 / 0.28) 38%, rgb(16 26 36 / 0.78) 84%),
      radial-gradient(ellipse at 78% 16%, rgb(255 255 255 / 0.72) 0 5.6%, rgb(255 255 255 / 0) 6%),
      radial-gradient(ellipse at 92% 50%, rgb(255 255 255 / 0.44) 0 5.8%, rgb(255 255 255 / 0) 6.2%),
      linear-gradient(180deg, #71caff 0%, #bff0ff 58%, #97df8a 58%, #56bd66 68%, #d4ad62 68%, #b99255 100%);
  }

  .hero-section::after {
    right: -86px;
    bottom: 41%;
    width: 330px;
    height: 250px;
    opacity: 0.82;
  }

  .hero-art {
    top: 44px;
    right: -8px;
    width: min(88vw, 420px);
    max-width: none;
    opacity: 0.96;
    filter:
      drop-shadow(0 18px 34px rgb(0 0 0 / 0.22))
      drop-shadow(0 0 28px rgb(255 205 80 / 0.28));
  }

  .hero-content {
    max-width: none;
    padding-top: min(58vw, 252px);
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 0.69rem;
  }

  .hero-logo-glow {
    margin-bottom: 12px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8.5vw, 2.55rem);
    line-height: 1.02;
  }

  .hero-logo {
    width: min(220px, 66vw);
  }

  .hero-copy {
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .android-note {
    margin-top: 12px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 10px;
    margin-top: 22px;
  }

  .primary-action,
  .secondary-action {
    min-height: 46px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .showcase-section {
    padding-block: 42px 50px;
  }

  .top-showcase .section-heading {
    gap: 0;
    margin-bottom: 22px;
  }

  .top-showcase .section-heading h2 {
    font-size: clamp(1.7rem, 7.8vw, 2.35rem);
    line-height: 1.04;
  }

  .stat-band,
  .feature-grid,
  .world-grid {
    grid-template-columns: 1fr;
  }

  .phone-strip {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    margin-inline: -20px;
    padding: 2px 20px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .phone-strip::-webkit-scrollbar {
    display: none;
  }

  .phone-shot {
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: start;
  }

  .stat-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .phone-shot:nth-child(even) {
    transform: none;
  }

  .control-row {
    grid-template-columns: 1fr;
    padding-block: 10px;
  }

  .control-row span,
  .control-row strong,
  .control-row em {
    padding-block: 4px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }
}
