:root {
  color-scheme: dark;
  --bg: #090a0f;
  --bg-soft: #10131d;
  --panel: rgba(12, 15, 24, 0.78);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f6f0e6;
  --muted: #b9b2a6;
  --gold: #f5c96b;
  --gold-2: #ffe5a3;
  --aqua: #70d8ff;
  --ember: #f06a3e;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(112, 216, 255, 0.14), transparent 28%),
    radial-gradient(circle at 86% 42%, rgba(240, 106, 62, 0.12), transparent 30%),
    linear-gradient(180deg, #080910 0%, #111219 46%, #08090d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(4, 5, 9, 0.78), rgba(4, 5, 9, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  width: clamp(38px, 4vw, 52px);
  height: clamp(38px, 4vw, 52px);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.48);
}

.brand-logo {
  width: clamp(132px, 15vw, 210px);
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.nav-links a {
  transition: color 180ms ease;
}

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

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 154px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 10, 16, 0.64);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.language-globe {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid var(--gold-2);
  border-radius: 50%;
}

.language-globe::before,
.language-globe::after {
  content: "";
  position: absolute;
  inset: 3px 1px;
  border-left: 1px solid rgba(255, 229, 163, 0.75);
  border-right: 1px solid rgba(255, 229, 163, 0.75);
  border-radius: 50%;
}

.language-globe::after {
  inset: 7px -3px auto;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(255, 229, 163, 0.75);
}

.language-switcher select {
  width: 100%;
  min-width: 0;
  border: 0;
  color: #fff4d8;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  outline: none;
  cursor: pointer;
}

.language-switcher option {
  color: #11131a;
  background: #fffaf0;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 6vw, 92px) 72px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: 1;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 229, 163, 0.6) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 70%, rgba(112, 216, 255, 0.46) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 38%, rgba(255, 229, 163, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 74%, rgba(112, 216, 255, 0.36) 0 1px, transparent 2px);
  background-size: 220px 220px, 280px 280px, 240px 240px, 320px 320px;
  opacity: 0.28;
  animation: star-drift 18s linear infinite;
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(245, 201, 107, 0.12) 44%, transparent 52%),
    linear-gradient(120deg, transparent 0 58%, rgba(112, 216, 255, 0.08) 64%, transparent 72%);
  opacity: 0.72;
  transform: translateX(-14%);
  animation: energy-sweep 8s ease-in-out infinite;
}

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

.hero-bg {
  background-image: url("images/dl_pic_bg_w.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  animation: hero-breathe 18s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 4, 8, 0.82) 0%, rgba(5, 6, 10, 0.52) 42%, rgba(5, 6, 10, 0.18) 72%),
    linear-gradient(180deg, rgba(3, 4, 8, 0.2) 0%, rgba(8, 9, 13, 0.2) 70%, #090a0f 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-top: 8vh;
}

.hero-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(245, 201, 107, 0.36);
  border-radius: 999px;
  background: rgba(10, 12, 18, 0.62);
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 28px rgba(245, 201, 107, 0.08);
  animation: soft-float 5.5s ease-in-out infinite;
}

.hero-mark img {
  width: 32px;
  height: 32px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin: 26px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 10vw, 124px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.68);
}

.hero p {
  max-width: 560px;
  color: rgba(250, 244, 233, 0.86);
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.65;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.65);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 244px;
  min-height: 74px;
  padding: 0 34px 0 28px;
  border: 0;
  border-radius: 0;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24), 0 9px 20px rgba(0, 0, 0, 0.44);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  filter: brightness(1.07) saturate(1.08);
  transform: translateY(-3px) translateZ(0);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -2;
  clip-path: polygon(13px 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 36%),
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.22), transparent 34%);
}

.btn::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -52%;
  z-index: -1;
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform: rotate(17deg);
  animation: button-shine 3.4s ease-in-out infinite;
}

.btn:hover::after {
  animation-duration: 1.5s;
}

.btn-aura {
  position: absolute;
  inset: 0;
  z-index: -3;
  clip-path: inherit;
}

.btn-aura::before,
.btn-aura::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
}

.btn-aura::before {
  padding: 2px;
  background: conic-gradient(from 140deg, transparent 0 13%, currentColor 18%, transparent 28% 57%, currentColor 65%, transparent 74% 100%);
  opacity: 0.74;
  animation: border-energy 5.2s linear infinite;
}

.btn-aura::after {
  inset: 1px;
  opacity: 0.28;
  filter: blur(12px);
}

.btn-glyph {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateZ(0);
}

.btn-glyph::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.22;
  animation: glyph-pulse 2.3s ease-in-out infinite;
}

.btn-text {
  position: relative;
  z-index: 1;
}

.btn-primary {
  color: #211403;
  background:
    linear-gradient(90deg, #5c2f08 0, #ffe6a0 7%, #fff1b8 18%, #f3bd50 48%, #a75a16 100%);
  box-shadow:
    0 0 0 1px rgba(255, 229, 163, 0.16),
    0 24px 68px rgba(245, 201, 107, 0.32),
    0 18px 34px rgba(0, 0, 0, 0.48);
}

.btn-primary::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.05) 43%, rgba(82, 42, 8, 0.18) 100%),
    linear-gradient(90deg, rgba(111, 58, 8, 0.28), rgba(255, 241, 184, 0.52) 20%, rgba(245, 201, 107, 0.2) 58%, rgba(74, 36, 3, 0.4));
}

.btn-primary .btn-aura {
  color: rgba(255, 239, 172, 0.86);
}

.btn-primary .btn-aura::after {
  background: #f5c96b;
}

.btn-primary .btn-glyph {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.55), transparent 32%),
    linear-gradient(145deg, #3b1f07, #120904);
  box-shadow:
    inset 0 0 0 1px rgba(255, 231, 157, 0.36),
    0 0 24px rgba(255, 207, 91, 0.48);
  color: #ffe7a3;
}

.btn-secondary {
  color: #f8fbff;
  background:
    linear-gradient(90deg, #061018 0, #14364c 12%, #2a83a8 42%, #081421 100%);
  backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(112, 216, 255, 0.18),
    0 24px 68px rgba(44, 154, 197, 0.23),
    0 18px 34px rgba(0, 0, 0, 0.48);
}

.btn-secondary:hover {
  box-shadow:
    0 0 0 1px rgba(112, 216, 255, 0.28),
    0 26px 76px rgba(112, 216, 255, 0.29),
    0 18px 34px rgba(0, 0, 0, 0.48);
}

.btn-secondary::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04) 42%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(90deg, rgba(4, 16, 27, 0.54), rgba(112, 216, 255, 0.22) 35%, rgba(5, 17, 28, 0.45));
}

.btn-secondary .btn-aura {
  color: rgba(112, 216, 255, 0.8);
}

.btn-secondary .btn-aura::after {
  background: #70d8ff;
}

.btn-secondary .btn-glyph {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.42), transparent 32%),
    linear-gradient(145deg, #12364c, #05111b);
  box-shadow:
    inset 0 0 0 1px rgba(112, 216, 255, 0.38),
    0 0 24px rgba(112, 216, 255, 0.36);
  color: #b9f0ff;
}

.btn-glyph svg {
  width: 27px;
  height: 27px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.glyph-gamepad svg {
  width: 30px;
  height: 30px;
}

.glyph-android svg {
  width: 28px;
  height: 28px;
}

.btn-primary {
  min-width: 286px;
  min-height: 82px;
  padding-right: 40px;
  font-size: 19px;
  box-shadow:
    0 0 0 1px rgba(255, 229, 163, 0.2),
    0 0 34px rgba(255, 213, 98, 0.26),
    0 30px 82px rgba(245, 201, 107, 0.4),
    0 20px 40px rgba(0, 0, 0, 0.52);
}

.btn-primary .btn-glyph {
  width: 50px;
  height: 50px;
}

.btn-primary .btn-text {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34), 0 0 18px rgba(255, 238, 174, 0.34);
}

.btn-secondary {
  min-width: 226px;
  opacity: 0.92;
}

.btn-secondary .btn-text {
  color: rgba(248, 251, 255, 0.92);
}

@keyframes button-shine {
  0% { left: -58%; opacity: 0; }
  18% { opacity: 0.72; }
  42% { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}

@keyframes border-energy {
  to { transform: rotate(1turn); }
}

@keyframes glyph-pulse {
  0%,
  100% { opacity: 0.18; transform: scale(0.92); }
  50% { opacity: 0.42; transform: scale(1.08); }
}

.hero-actions .btn {
  min-width: 246px;
  min-height: 72px;
  width: auto;
  padding: 0 30px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  color: #fff5d6;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, rgba(16, 13, 18, 0.96), rgba(31, 22, 18, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -16px 26px rgba(0, 0, 0, 0.26),
    0 24px 56px rgba(0, 0, 0, 0.48);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: 5px;
  clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 26%, rgba(255, 255, 255, 0.07) 64%, transparent),
    radial-gradient(circle at 18% 50%, rgba(245, 201, 107, 0.2), transparent 36%);
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -46%;
  z-index: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: rotate(17deg);
  opacity: 0;
  transition: left 520ms ease, opacity 280ms ease;
}

.hero-actions .btn:hover::after {
  left: 118%;
  opacity: 1;
}

.hero-actions .btn-primary {
  border-color: rgba(255, 218, 126, 0.42);
  color: #fff2bf;
  background:
    linear-gradient(180deg, rgba(255, 237, 175, 0.22), rgba(255, 237, 175, 0.02) 42%),
    linear-gradient(92deg, rgba(22, 13, 7, 0.96), rgba(92, 45, 10, 0.94) 46%, rgba(28, 16, 8, 0.97));
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 169, 0.16),
    inset 0 -18px 28px rgba(58, 29, 5, 0.42),
    0 24px 58px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(245, 201, 107, 0.2);
}

.hero-actions .btn-secondary {
  border-color: rgba(112, 216, 255, 0.38);
  color: #dff8ff;
  background:
    linear-gradient(180deg, rgba(112, 216, 255, 0.18), rgba(112, 216, 255, 0.02) 42%),
    linear-gradient(92deg, rgba(5, 14, 20, 0.96), rgba(18, 61, 82, 0.94) 48%, rgba(5, 17, 25, 0.97));
  box-shadow:
    inset 0 0 0 1px rgba(112, 216, 255, 0.14),
    inset 0 -18px 28px rgba(0, 27, 40, 0.46),
    0 24px 58px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(112, 216, 255, 0.16);
}

.hero-actions .btn:hover {
  filter: brightness(1.08) saturate(1.08);
  transform: translateY(-3px);
}

.hero-actions .btn-primary:hover {
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 169, 0.24),
    inset 0 -18px 28px rgba(58, 29, 5, 0.42),
    0 28px 68px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(245, 201, 107, 0.3);
}

.hero-actions .btn-secondary:hover {
  box-shadow:
    inset 0 0 0 1px rgba(112, 216, 255, 0.22),
    inset 0 -18px 28px rgba(0, 27, 40, 0.46),
    0 28px 68px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(112, 216, 255, 0.26);
}

.hero-actions .btn:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 4px;
}

.cta-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  pointer-events: none;
}

.cta-icon::before {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: inherit;
  opacity: 0.55;
  filter: blur(10px);
}

.cta-icon svg {
  position: relative;
  z-index: 1;
  width: 68%;
  height: 68%;
  overflow: visible;
  fill: rgba(10, 8, 4, 0.18);
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.38));
}

.btn-label {
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
}

.btn-edge {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.34;
  box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
  transform: translateY(-50%) skewX(-22deg);
}

.cta-gamepad {
  color: #fff0b1;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.65), transparent 30%),
    linear-gradient(145deg, rgba(90, 44, 5, 0.92), rgba(19, 10, 3, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 156, 0.56),
    inset 0 -10px 20px rgba(0, 0, 0, 0.25),
    0 0 22px rgba(245, 201, 107, 0.55);
}

.cta-gamepad::before {
  background: #f5c96b;
}

.cta-android {
  color: #c8f7ff;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.52), transparent 30%),
    linear-gradient(145deg, rgba(23, 72, 92, 0.95), rgba(5, 16, 23, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(112, 216, 255, 0.56),
    inset 0 -10px 20px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(112, 216, 255, 0.45);
}

.cta-android::before {
  background: #70d8ff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: 22px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: var(--gold);
  transform: translateX(-50%);
  animation: cue 1.6s infinite;
}

@keyframes cue {
  0%,
  100% { opacity: 0.35; transform: translate(-50%, 0); }
  50% { opacity: 1; transform: translate(-50%, 9px); }
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 72px);
}

.section-copy {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto 36px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.carousel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.carousel-viewport {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: var(--shadow);
}

.systems-section {
  background:
    linear-gradient(180deg, #090a0f 0%, #101018 46%, #08090d 100%);
}

.systems-section::before,
.systems-section::after,
.screens-section::before,
.screens-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.systems-section::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 12, 0.74), rgba(7, 8, 13, 0.88)),
    linear-gradient(90deg, rgba(8, 10, 18, 0.94) 0%, rgba(8, 10, 18, 0.38) 48%, rgba(8, 10, 18, 0.92) 100%),
    url("images/dl_pic_bg_w.jpg") center 28% / cover no-repeat;
  opacity: 0.72;
  animation: scene-pan 24s ease-in-out infinite alternate;
}

.systems-section::after {
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 42%, rgba(245, 201, 107, 0.14) 48%, transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(245, 201, 107, 0.08) 52%, transparent 100%);
  background-size: 58px 58px, 58px 58px, 100% 100%, 100% 100%;
  opacity: 0.48;
  mix-blend-mode: screen;
  animation: grid-flow-gold 20s linear infinite;
}

.systems-section .carousel-viewport {
  border-color: rgba(255, 229, 163, 0.24);
  background: rgba(7, 8, 13, 0.62);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(245, 201, 107, 0.08),
    0 0 42px rgba(245, 201, 107, 0.08);
}

.carousel-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.slide {
  flex: 0 0 100%;
  margin: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 900ms ease, filter 900ms ease;
}

.slide img:not([src]) {
  background:
    radial-gradient(circle at 50% 42%, rgba(245, 201, 107, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(18, 22, 34, 0.92), rgba(5, 7, 12, 0.96));
}

.slide.is-active img {
  transform: scale(1.035);
}

.landscape-carousel .carousel-viewport {
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}

.carousel-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 7, 12, 0.72);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  transition: background 180ms ease, transform 180ms ease;
}

.carousel-btn:hover {
  background: rgba(245, 201, 107, 0.22);
  transform: translateY(-50%) scale(1.04);
}

.carousel-prev {
  left: 16px;
}

.carousel-next {
  right: 16px;
}

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  max-width: 100%;
}

.carousel-dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--gold);
}

.screens-section {
  background:
    linear-gradient(180deg, #08090d 0%, #0e121d 45%, #07080c 100%);
}

.screens-section::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 10, 0.82), rgba(6, 8, 14, 0.9)),
    linear-gradient(90deg, rgba(6, 8, 14, 0.96) 0%, rgba(6, 8, 14, 0.45) 54%, rgba(6, 8, 14, 0.86) 100%),
    url("images/dl_bg_h.jpg") right center / min(620px, 78vw) auto no-repeat;
  opacity: 0.7;
  animation: scene-pan 26s ease-in-out infinite alternate-reverse;
}

.screens-section::after {
  inset: 0;
  background:
    linear-gradient(rgba(112, 216, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 216, 255, 0.035) 1px, transparent 1px),
    linear-gradient(125deg, transparent 0 38%, rgba(112, 216, 255, 0.1) 47%, transparent 58%),
    linear-gradient(180deg, rgba(245, 201, 107, 0.05), transparent 36%, rgba(112, 216, 255, 0.06));
  background-size: 52px 52px, 52px 52px, 100% 100%, 100% 100%;
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: grid-flow-blue 22s linear infinite;
}

.phone-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 456px);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.phone-copy h3 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
}

.phone-copy p {
  max-width: 500px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.portrait-carousel {
  width: min(456px, 100%);
}

.portrait-carousel .carousel-viewport {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  aspect-ratio: 456 / 864;
  border: 10px solid #161820;
  background: rgba(5, 8, 14, 0.72);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(112, 216, 255, 0.12);
}

.phone-frame {
  position: absolute;
  inset: -18px;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.04) 32%, rgba(0, 0, 0, 0.65));
  box-shadow: var(--shadow);
  animation: phone-aura 4.8s ease-in-out infinite;
}

.portrait-carousel .carousel-btn {
  width: 42px;
  height: 42px;
}

.portrait-carousel .carousel-prev {
  left: -24px;
}

.portrait-carousel .carousel-next {
  right: -24px;
}

.site-footer {
  padding: 46px clamp(18px, 5vw, 72px) 54px;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.7);
  background: #07080c;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 22px;
  color: var(--gold-2);
  font-weight: 800;
}

.site-footer p,
.site-footer address {
  margin: 0 auto;
  max-width: 900px;
  font-size: 13px;
  line-height: 1.8;
  font-style: normal;
}

@media (max-width: 900px) {
  .site-header {
    height: 68px;
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    gap: 8px;
  }

  .brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .brand-logo {
    width: clamp(118px, 34vw, 168px);
  }

  .language-switcher {
    min-width: 120px;
    max-width: 42vw;
    height: 38px;
    padding: 0 9px;
  }

  .language-switcher select {
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 96px;
    align-items: end;
  }

  .hero-bg {
    background-image: url("images/dl_bg_h.jpg");
    background-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 4, 8, 0.08) 0%, rgba(5, 6, 10, 0.28) 42%, rgba(5, 6, 10, 0.9) 79%, #090a0f 100%);
  }

  .hero-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-top: 24vh;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-actions .btn {
    width: min(100%, 300px);
    justify-self: start;
  }

  .phone-stage {
    grid-template-columns: 1fr;
  }

  .phone-copy {
    text-align: center;
  }

  .phone-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .portrait-carousel {
    width: min(82vw, 360px);
    margin: 0 auto;
  }

  .portrait-carousel .carousel-viewport {
    border-width: 8px;
    border-radius: 26px;
  }

  .phone-frame {
    inset: -10px;
    border-radius: 34px;
  }

  .portrait-carousel .carousel-prev {
    left: 6px;
  }

  .portrait-carousel .carousel-next {
    right: 6px;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(44px, 15vw, 60px);
  }

  .hero-mark {
    font-size: 11px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .carousel-prev {
    left: 8px;
  }

  .carousel-next {
    right: 8px;
  }

  .portrait-carousel .carousel-dots button {
    width: 18px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

/* Final hero CTA skin */
.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  width: auto;
  min-width: 238px;
  min-height: 66px;
  padding: 0 22px 0 14px;
  overflow: hidden;
  border-radius: 8px;
  clip-path: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(11, 12, 17, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -12px 22px rgba(0, 0, 0, 0.28),
    0 16px 38px rgba(0, 0, 0, 0.42);
  color: #f8f3e9;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 7px;
  clip-path: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 42%),
    radial-gradient(circle at 24% 50%, rgba(255, 255, 255, 0.12), transparent 36%);
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: auto 16px 9px 72px;
  z-index: 1;
  width: auto;
  height: 1px;
  opacity: 0.44;
  transform: none;
  background: linear-gradient(90deg, currentColor, transparent);
  transition: opacity 180ms ease;
}

.hero-actions .btn:hover {
  filter: none;
  transform: translateY(-2px);
}

.hero-actions .btn:hover::after {
  left: 72px;
  opacity: 0.72;
}

.hero-actions .btn-primary {
  border-color: rgba(245, 201, 107, 0.5);
  color: #ffe8a6;
  background:
    linear-gradient(135deg, rgba(54, 30, 12, 0.9), rgba(14, 10, 8, 0.84)),
    rgba(10, 10, 14, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 170, 0.2),
    inset 0 -14px 24px rgba(57, 29, 9, 0.35),
    0 18px 42px rgba(0, 0, 0, 0.46),
    0 0 28px rgba(245, 201, 107, 0.18);
}

.hero-actions .btn-secondary {
  border-color: rgba(112, 216, 255, 0.42);
  color: #d8f7ff;
  background:
    linear-gradient(135deg, rgba(15, 52, 69, 0.9), rgba(8, 13, 20, 0.84)),
    rgba(8, 10, 15, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(186, 240, 255, 0.18),
    inset 0 -14px 24px rgba(0, 30, 45, 0.36),
    0 18px 42px rgba(0, 0, 0, 0.46),
    0 0 28px rgba(112, 216, 255, 0.14);
}

.hero-actions .btn-primary:hover {
  border-color: rgba(255, 229, 163, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 170, 0.26),
    inset 0 -14px 24px rgba(57, 29, 9, 0.34),
    0 20px 46px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(245, 201, 107, 0.26);
}

.hero-actions .btn-secondary:hover {
  border-color: rgba(157, 232, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(186, 240, 255, 0.24),
    inset 0 -14px 24px rgba(0, 30, 45, 0.34),
    0 20px 46px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(112, 216, 255, 0.23);
}

.hero-actions .cta-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
}

.hero-actions .cta-icon::before {
  inset: -4px;
  opacity: 0.35;
  filter: blur(12px);
}

.hero-actions .cta-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke-width: 2.8;
  filter: drop-shadow(0 0 7px currentColor);
}

.hero-actions .cta-gamepad {
  background:
    linear-gradient(180deg, rgba(255, 238, 178, 0.2), rgba(245, 201, 107, 0.06)),
    rgba(28, 18, 8, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 158, 0.35),
    0 0 18px rgba(245, 201, 107, 0.22);
}

.hero-actions .cta-android {
  background:
    linear-gradient(180deg, rgba(157, 232, 255, 0.18), rgba(112, 216, 255, 0.05)),
    rgba(8, 24, 34, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(157, 232, 255, 0.32),
    0 0 18px rgba(112, 216, 255, 0.18);
}

.hero-actions .btn-label {
  z-index: 2;
  white-space: nowrap;
}

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

@media (max-width: 900px) {
  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    width: min(100%, 300px);
    min-height: 64px;
    justify-self: start;
  }
}

/* Kenney CC0 sci-fi CTA button backgrounds */
.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  width: 286px;
  min-width: 286px;
  height: 78px;
  min-height: 78px;
  padding: 10px 22px 13px 26px;
  border: 0;
  border-radius: 0;
  clip-path: none;
  justify-content: center;
  gap: 11px;
  overflow: visible;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 9px 8px 11px;
  z-index: -1;
  border-radius: 8px;
  background: rgba(4, 7, 12, 0.42);
  box-shadow: inset 0 -12px 18px rgba(0, 0, 0, 0.3);
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: 10px;
  opacity: 0.35;
  background: currentColor;
  filter: blur(18px);
}

.hero-actions .btn-primary {
  color: #ffe86d;
  background-image: url("images/kenney-ui/button-play-modern.png");
}

.hero-actions .btn-secondary {
  color: #8deaff;
  background-image: url("images/kenney-ui/button-download-modern.png");
}

.hero-actions .btn:hover {
  filter: brightness(1.08) contrast(1.04);
  transform: translateY(-2px);
}

.hero-actions .cta-icon {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  border-radius: 9px;
  color: currentColor;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.35), transparent 28%),
    rgba(5, 8, 14, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.34);
}

.hero-actions .cta-icon::before {
  content: none;
}

.hero-actions .cta-icon svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 7px currentColor);
}

.hero-actions .btn-label {
  max-width: 176px;
  overflow: hidden;
  color: #f7fbff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  text-overflow: ellipsis;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.76),
    0 0 10px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

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

@media (max-width: 900px) {
  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    width: min(100%, 286px);
    min-width: 0;
    height: 76px;
    min-height: 76px;
    padding-left: 24px;
    justify-self: start;
  }

  .hero-actions .cta-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .hero-actions .cta-icon svg {
    width: 25px;
    height: 25px;
  }

  .hero-actions .btn-label {
    max-width: 172px;
    font-size: 15px;
  }
}

/* Stronger first-screen motion pass */
.hero::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 238, 176, 0.72) 0 1.1px, transparent 2.6px),
    radial-gradient(circle at 30% 76%, rgba(112, 216, 255, 0.54) 0 1px, transparent 2.6px),
    radial-gradient(circle at 58% 30%, rgba(255, 229, 163, 0.48) 0 1px, transparent 2.5px),
    radial-gradient(circle at 82% 62%, rgba(112, 216, 255, 0.44) 0 1px, transparent 2.5px);
  background-size: 190px 190px, 240px 240px, 280px 280px, 320px 320px;
  opacity: 0.38;
  filter: drop-shadow(0 0 3px rgba(255, 226, 150, 0.32));
  animation: star-drift 15s linear infinite;
}

.hero::after {
  background:
    linear-gradient(112deg, transparent 0 28%, rgba(245, 201, 107, 0.24) 38%, rgba(255, 238, 177, 0.16) 42%, transparent 52%),
    linear-gradient(118deg, transparent 0 48%, rgba(112, 216, 255, 0.18) 57%, rgba(153, 235, 255, 0.1) 62%, transparent 74%),
    radial-gradient(ellipse at 78% 30%, rgba(112, 216, 255, 0.16), transparent 36%);
  opacity: 0.95;
  animation: energy-sweep 5.8s ease-in-out infinite;
}

.hero-bg {
  animation: hero-breathe 13s ease-in-out infinite alternate;
}

@keyframes hero-breathe {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(-1.8%, -1.2%, 0); }
}

@keyframes star-drift {
  from { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 170px -210px, -230px 180px, 190px 220px, -210px -150px, 240px 120px; }
}

@keyframes energy-sweep {
  0%,
  100% { opacity: 0.32; transform: translateX(-28%) scaleX(1); }
  38% { opacity: 1; transform: translateX(2%) scaleX(1.08); }
  62% { opacity: 0.58; transform: translateX(18%) scaleX(1.04); }
}

@media (max-width: 900px) {
  .hero::before {
    opacity: 0.45;
    background-size: 160px 160px, 200px 200px, 230px 230px, 270px 270px;
  }

  .hero::after {
    opacity: 1;
  }

  .hero-bg {
    animation-name: hero-breathe-mobile;
    animation-duration: 9s;
    transform-origin: center top;
  }
}

@keyframes hero-breathe-mobile {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.11) translate3d(-2.2%, -1.8%, 0); }
}

@keyframes hero-breathe {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.055) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes star-drift {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 120px -160px, -180px 130px, 160px 180px, -140px -120px; }
}

@keyframes energy-sweep {
  0%,
  100% { opacity: 0.22; transform: translateX(-18%); }
  45% { opacity: 0.72; transform: translateX(10%); }
  70% { opacity: 0.18; transform: translateX(18%); }
}

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

@keyframes scene-pan {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(-1.4%, -0.8%, 0); }
}

@keyframes grid-flow-gold {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 58px 58px, 58px 58px, 120px 0, 0 80px; }
}

@keyframes grid-flow-blue {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: -52px 52px, -52px 52px, -120px 0, 0 96px; }
}

@keyframes phone-aura {
  0%,
  100% {
    box-shadow:
      0 28px 80px rgba(0, 0, 0, 0.46),
      0 0 28px rgba(112, 216, 255, 0.1);
  }
  50% {
    box-shadow:
      0 32px 92px rgba(0, 0, 0, 0.52),
      0 0 46px rgba(112, 216, 255, 0.22);
  }
}

@keyframes quick-play-glow {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 16px 38px rgba(0, 0, 0, 0.5),
      0 0 22px rgba(245, 201, 107, 0.12);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 18px 42px rgba(0, 0, 0, 0.52),
      0 0 32px rgba(245, 201, 107, 0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Final final: restore earliest CTA buttons after all experiments */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 56px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  clip-path: none;
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-actions .btn::before,
.hero-actions .btn::after {
  content: none;
}

.hero-actions .btn:hover {
  filter: none;
  transform: translateY(-2px);
}

.hero-actions .btn-primary {
  color: #1c1204;
  border-color: transparent;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.hero-actions .btn-secondary {
  color: #f8fbff;
  border-color: rgba(112, 216, 255, 0.36);
  background: rgba(10, 21, 31, 0.72);
  backdrop-filter: blur(14px);
}

.hero-actions .btn-secondary:hover {
  border-color: rgba(112, 216, 255, 0.74);
}

.hero-actions .cta-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  color: currentColor;
  background: rgba(28, 18, 4, 0.14);
  box-shadow: none;
}

.hero-actions .btn-secondary .cta-icon {
  background: rgba(112, 216, 255, 0.16);
}

.hero-actions .cta-icon::before {
  content: none;
}

.hero-actions .cta-icon svg {
  width: 17px;
  height: 17px;
  filter: none;
}

.hero-actions .btn-label {
  max-width: none;
  overflow: visible;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: inherit;
  text-overflow: clip;
  text-shadow: none;
  white-space: nowrap;
}

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

@media (max-width: 900px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0 24px;
    justify-self: stretch;
  }
}

/* Final override: original first-version CTA buttons */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 56px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  clip-path: none;
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-actions .btn::before,
.hero-actions .btn::after {
  content: none;
}

.hero-actions .btn:hover {
  filter: none;
  transform: translateY(-2px);
}

.hero-actions .btn-primary {
  color: #1c1204;
  border-color: transparent;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.hero-actions .btn-secondary {
  color: #f8fbff;
  border-color: rgba(112, 216, 255, 0.36);
  background: rgba(10, 21, 31, 0.72);
  backdrop-filter: blur(14px);
}

.hero-actions .btn-secondary:hover {
  border-color: rgba(112, 216, 255, 0.74);
}

.hero-actions .cta-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  color: currentColor;
  background: rgba(28, 18, 4, 0.14);
  box-shadow: none;
}

.hero-actions .btn-secondary .cta-icon {
  background: rgba(112, 216, 255, 0.16);
}

.hero-actions .cta-icon::before {
  content: none;
}

.hero-actions .cta-icon svg {
  width: 17px;
  height: 17px;
  filter: none;
}

.hero-actions .btn-label {
  max-width: none;
  overflow: visible;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: inherit;
  text-overflow: clip;
  text-shadow: none;
  white-space: nowrap;
}

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

@media (max-width: 900px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0 24px;
    justify-self: stretch;
  }
}

/* Restore original hero CTA style */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  min-height: 56px;
  height: auto;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  clip-path: none;
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-actions .btn:hover {
  filter: none;
  transform: translateY(-2px);
}

.hero-actions .btn::before,
.hero-actions .btn::after {
  content: none;
}

.hero-actions .btn-primary {
  color: #1c1204;
  border-color: transparent;
  background:
    linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.hero-actions .btn-secondary {
  color: #f8fbff;
  border-color: rgba(112, 216, 255, 0.36);
  background: rgba(10, 21, 31, 0.72);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.hero-actions .btn-secondary:hover {
  border-color: rgba(112, 216, 255, 0.74);
}

.hero-actions .cta-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: currentColor;
  background: rgba(28, 18, 4, 0.14);
  box-shadow: none;
  pointer-events: none;
}

.hero-actions .btn-secondary .cta-icon {
  background: rgba(112, 216, 255, 0.16);
}

.hero-actions .cta-icon::before {
  content: none;
}

.hero-actions .cta-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: none;
  filter: none;
}

.hero-actions .icon-fill {
  fill: currentColor;
  stroke: none;
}

.hero-actions .icon-cut {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions .icon-dot {
  stroke-width: 5;
}

.hero-actions .btn-label {
  position: relative;
  z-index: 1;
  display: block;
  max-width: none;
  overflow: visible;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: inherit;
  text-overflow: clip;
  text-shadow: none;
  white-space: nowrap;
}

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

@media (max-width: 900px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0 24px;
    justify-self: stretch;
  }

  .hero-actions .cta-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .hero-actions .cta-icon svg {
    width: 17px;
    height: 17px;
  }

  .hero-actions .btn-label {
    max-width: 100%;
    font-size: inherit;
  }
}

/* Generated image CTA buttons */
.hero-actions {
  gap: 12px;
}

.hero-actions .btn {
  width: min(342px, calc(50vw - 22px));
  min-width: 292px;
  height: 94px;
  min-height: 94px;
  padding: 0 54px 0 58px;
  border: 0;
  border-radius: 0;
  clip-path: none;
  justify-content: center;
  gap: 10px;
  overflow: visible;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: none;
  backdrop-filter: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.hero-actions .btn::before,
.hero-actions .btn::after {
  content: none;
}

.hero-actions .btn-primary {
  color: #fff0be;
  background-image: url("images/generated-buttons/play-button.png");
}

.hero-actions .btn-secondary {
  color: #d9f8ff;
  background-image: url("images/generated-buttons/download-button.png");
}

.hero-actions .btn:hover {
  filter: brightness(1.08) saturate(1.04);
  transform: translateY(-2px);
}

.hero-actions .cta-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.42), transparent 26%),
    rgba(6, 7, 10, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 -10px 16px rgba(0, 0, 0, 0.28),
    0 4px 12px rgba(0, 0, 0, 0.48);
}

.hero-actions .cta-icon::before {
  content: "";
  inset: -5px;
  opacity: 0.5;
  filter: blur(12px);
}

.hero-actions .cta-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.62)) drop-shadow(0 0 10px currentColor);
}

.hero-actions .icon-fill {
  fill: currentColor;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 1.2;
  stroke-linejoin: round;
}

.hero-actions .icon-cut {
  fill: none;
  stroke: rgba(8, 8, 10, 0.82);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions .icon-dot {
  stroke-width: 5.4;
}

.hero-actions .cta-gamepad {
  color: #ffe681;
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.5), transparent 25%),
    linear-gradient(145deg, rgba(78, 39, 7, 0.98), rgba(13, 8, 4, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 231, 150, 0.48),
    inset 0 -10px 16px rgba(0, 0, 0, 0.32),
    0 0 18px rgba(245, 201, 107, 0.42),
    0 4px 12px rgba(0, 0, 0, 0.48);
}

.hero-actions .cta-gamepad::before {
  background: #f5c96b;
}

.hero-actions .cta-android {
  color: #aef2ff;
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.44), transparent 25%),
    linear-gradient(145deg, rgba(9, 56, 75, 0.98), rgba(4, 12, 18, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(143, 230, 255, 0.42),
    inset 0 -10px 16px rgba(0, 0, 0, 0.32),
    0 0 18px rgba(112, 216, 255, 0.35),
    0 4px 12px rgba(0, 0, 0, 0.48);
}

.hero-actions .cta-android::before {
  background: #70d8ff;
}

.hero-actions .btn-label {
  color: currentColor;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 0.75),
    0 0 12px rgba(0, 0, 0, 0.58),
    0 0 10px currentColor;
}

@media (max-width: 900px) {
  .hero-actions {
    gap: 6px;
  }

  .hero-actions .btn {
    width: min(100%, 310px);
    min-width: 0;
    height: 86px;
    min-height: 86px;
    padding: 0 48px 0 52px;
    justify-self: start;
  }

  .hero-actions .cta-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .hero-actions .cta-icon svg {
    width: 29px;
    height: 29px;
  }

  .hero-actions .btn-label {
    font-size: 16px;
  }
}

.quick-play-widget {
  position: fixed;
  z-index: 1000;
  top: auto;
  right: 18px;
  bottom: 24px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0;
  min-height: 56px;
  border: 1px solid rgba(255, 229, 163, 0.26);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(13, 14, 20, 0.9), rgba(38, 24, 12, 0.86)),
    rgba(8, 9, 14, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.5),
    0 0 22px rgba(245, 201, 107, 0.12);
  backdrop-filter: blur(16px);
  transform: none;
  animation: quick-play-glow 4.2s ease-in-out infinite;
}

.quick-play-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(255, 229, 163, 0.2);
  border-radius: 0 11px 11px 0;
  color: #ffe681;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.22), transparent 30%),
    rgba(37, 24, 12, 0.42);
  box-shadow: none;
  cursor: pointer;
}

.quick-play-toggle::after {
  content: none;
}

.quick-play-widget:not(.is-collapsed) .quick-play-toggle::after {
  content: none;
}

.quick-play-icon svg {
  width: 28px;
  height: 28px;
  fill: rgba(255, 230, 129, 0.92);
  stroke: rgba(8, 8, 10, 0.78);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(245, 201, 107, 0.5));
}

.quick-play-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter:
    saturate(0.9)
    brightness(0.98)
    drop-shadow(0 4px 7px rgba(0, 0, 0, 0.42));
}

.quick-play-panel {
  display: grid;
  grid-template-columns: 34px minmax(82px, max-content) max-content;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: min(258px, calc(100vw - 92px));
  min-height: 54px;
  padding: 8px 9px 8px 10px;
  border: 0;
  border-radius: 11px 0 0 11px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform-origin: right center;
  transition: opacity 180ms ease, transform 180ms ease, width 180ms ease;
}

.quick-play-widget.is-collapsed .quick-play-panel {
  width: 0;
  height: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0.84);
}

.quick-play-panel-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.38);
}

.quick-play-copy {
  min-width: 0;
  max-width: 104px;
}

.quick-play-copy strong,
.quick-play-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-play-copy strong {
  color: #fff3d2;
  font-size: 13px;
  line-height: 1;
}

.quick-play-copy span {
  margin-top: 2px;
  color: rgba(255, 230, 166, 0.8);
  font-size: 11px;
}

.quick-play-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 112px;
  min-height: 32px;
  padding: 0 9px;
  border-radius: 6px;
  color: #241604;
  background: linear-gradient(180deg, #fff0b8, #f5c96b 56%, #b8691a);
  box-shadow: 0 8px 16px rgba(245, 201, 107, 0.16);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick-play-link.is-long-text {
  font-size: 11px;
}

.quick-play-link.is-extra-long-text {
  font-size: 10px;
  letter-spacing: 0;
}

.quick-play-link:hover {
  filter: brightness(1.08);
}

@media (max-width: 700px) {
  .quick-play-widget {
    top: auto;
    right: 12px;
    bottom: 16px;
    transform: none;
  }

  .quick-play-panel {
    grid-template-columns: 32px minmax(76px, max-content) max-content;
    width: auto;
    max-width: min(248px, calc(100vw - 86px));
    min-height: 52px;
    padding: 8px;
  }

  .quick-play-panel-icon {
    width: 32px;
    height: 32px;
  }

  .quick-play-icon img {
    width: 36px;
    height: 36px;
  }

  .quick-play-link {
    max-width: 104px;
    padding: 0 8px;
  }

  .quick-play-link.is-long-text {
    font-size: 11px;
  }

  .quick-play-link.is-extra-long-text {
    font-size: 9px;
  }

  .quick-play-toggle {
    width: 50px;
    height: 52px;
  }
}

/* Modern hero CTA buttons */
.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  width: auto;
  min-width: 226px;
  height: 66px;
  min-height: 66px;
  padding: 0 22px 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  clip-path: none;
  justify-content: flex-start;
  gap: 12px;
  overflow: hidden;
  background-color: rgba(7, 9, 14, 0.72);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 46%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 34%, rgba(255, 255, 255, 0.05));
  background-size: auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -14px 22px rgba(0, 0, 0, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background: radial-gradient(circle at 22% 50%, currentColor, transparent 42%);
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 14px;
  bottom: 10px;
  width: 1px;
  opacity: 0.28;
  background: currentColor;
  box-shadow: -8px 0 0 rgba(255, 255, 255, 0.08);
}

.hero-actions .btn:hover {
  filter: none;
  transform: translateY(-2px);
}

.hero-actions .btn-primary {
  color: #ffe59a;
  border-color: rgba(245, 201, 107, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 190, 0.2),
    inset 0 -14px 22px rgba(54, 31, 8, 0.26),
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(245, 201, 107, 0.16);
}

.hero-actions .btn-secondary {
  color: #b7f2ff;
  border-color: rgba(112, 216, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(196, 245, 255, 0.17),
    inset 0 -14px 22px rgba(0, 30, 45, 0.26),
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(112, 216, 255, 0.14);
}

.hero-actions .btn-primary:hover {
  border-color: rgba(255, 230, 154, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 190, 0.24),
    inset 0 -14px 22px rgba(54, 31, 8, 0.24),
    0 20px 46px rgba(0, 0, 0, 0.46),
    0 0 42px rgba(245, 201, 107, 0.25);
}

.hero-actions .btn-secondary:hover {
  border-color: rgba(178, 239, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(196, 245, 255, 0.22),
    inset 0 -14px 22px rgba(0, 30, 45, 0.24),
    0 20px 46px rgba(0, 0, 0, 0.46),
    0 0 42px rgba(112, 216, 255, 0.23);
}

.hero-actions .cta-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.36), transparent 30%),
    rgba(5, 7, 11, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 -8px 14px rgba(0, 0, 0, 0.3),
    0 8px 18px rgba(0, 0, 0, 0.36);
}

.hero-actions .cta-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  opacity: 0.34;
  border-radius: inherit;
  background: currentColor;
  filter: blur(12px);
}

.hero-actions .cta-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 8px currentColor);
}

.hero-actions .btn-label {
  max-width: 190px;
  overflow: hidden;
  color: #fff7e8;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
  white-space: nowrap;
}

.hero-actions .btn-primary .btn-label {
  color: #fff2bd;
}

.hero-actions .btn-secondary .btn-label {
  color: #e4fbff;
}

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

@media (max-width: 900px) {
  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    width: min(100%, 302px);
    min-width: 0;
    height: 62px;
    min-height: 62px;
    padding: 0 18px 0 12px;
    justify-self: start;
  }

  .hero-actions .cta-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .hero-actions .cta-icon svg {
    width: 27px;
    height: 27px;
  }

  .hero-actions .btn-label {
    max-width: 210px;
    font-size: 15px;
  }
}

/* Final selected web asset CTA: Kenney UI Pack Sci-Fi (CC0) */
.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  width: 286px;
  min-width: 286px;
  height: 78px;
  min-height: 78px;
  padding: 10px 22px 13px 26px;
  border: 0;
  border-radius: 0;
  clip-path: none;
  justify-content: center;
  gap: 11px;
  overflow: visible;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 9px 8px 11px;
  z-index: -1;
  border-radius: 8px;
  opacity: 1;
  background: rgba(4, 7, 12, 0.42);
  box-shadow: inset 0 -12px 18px rgba(0, 0, 0, 0.3);
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: auto;
  opacity: 0.35;
  background: currentColor;
  filter: blur(18px);
}

.hero-actions .btn-primary {
  color: #ffe86d;
  border-color: transparent;
  background-image: url("images/kenney-ui/button-play-modern.png");
}

.hero-actions .btn-secondary {
  color: #8deaff;
  border-color: transparent;
  background-image: url("images/kenney-ui/button-download-modern.png");
}

.hero-actions .btn:hover {
  filter: brightness(1.08) contrast(1.04);
  transform: translateY(-2px);
}

.hero-actions .cta-icon {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  border-radius: 9px;
  color: currentColor;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.35), transparent 28%),
    rgba(5, 8, 14, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.34);
}

.hero-actions .cta-icon::before {
  content: none;
}

.hero-actions .cta-icon svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 7px currentColor);
}

.hero-actions .btn-label {
  max-width: 176px;
  overflow: hidden;
  color: #f7fbff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  text-overflow: ellipsis;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.76),
    0 0 10px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

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

@media (max-width: 900px) {
  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    width: min(100%, 286px);
    min-width: 0;
    height: 76px;
    min-height: 76px;
    padding-left: 24px;
    justify-self: start;
  }

  .hero-actions .cta-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .hero-actions .cta-icon svg {
    width: 25px;
    height: 25px;
  }

  .hero-actions .btn-label {
    max-width: 172px;
    font-size: 15px;
  }
}
