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

/* Icon-matched glossy CTA buttons */
.hero-actions {
  gap: 16px;
}

.hero-actions .btn {
  isolation: isolate;
  justify-content: flex-start;
  gap: 12px;
  min-width: 244px !important;
  max-width: 320px;
  min-height: 68px !important;
  padding: 8px 22px 8px 10px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background-image: none !important;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.56),
    inset 0 -10px 20px rgba(102, 31, 12, 0.28),
    0 16px 30px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(255, 180, 92, 0.22);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 rgba(95, 29, 10, 0.34),
    0 4px 10px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle at 82% 32%, rgba(255, 244, 147, 0.56), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 46%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: -28px -46px auto 28%;
  z-index: -1;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(12px);
  transform: rotate(-10deg);
  pointer-events: none;
}

.hero-actions .btn:hover {
  filter: brightness(1.06) saturate(1.08);
  transform: translateY(-3px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.62),
    inset 0 -10px 20px rgba(102, 31, 12, 0.22),
    0 20px 36px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 207, 105, 0.28);
}

.hero-actions .btn-primary {
  color: #ffffff;
  border-color: rgba(255, 245, 204, 0.86);
  background:
    linear-gradient(180deg, #ffe69c 0%, #ff9b65 46%, #f24d6c 100%) !important;
}

.hero-actions .btn-secondary {
  color: #ffffff;
  border-color: rgba(217, 251, 255, 0.82);
  background:
    linear-gradient(180deg, #b9fff1 0%, #43c8ff 42%, #8558ff 100%) !important;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.58),
    inset 0 -10px 20px rgba(22, 25, 96, 0.3),
    0 16px 30px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(90, 210, 255, 0.22);
}

.hero-actions .btn-secondary:hover {
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.64),
    inset 0 -10px 20px rgba(22, 25, 96, 0.24),
    0 20px 36px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(100, 225, 255, 0.32);
}

.hero-actions .cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.65), transparent 28%),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.hero-actions .cta-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter:
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.36))
    drop-shadow(0 8px 10px rgba(0, 0, 0, 0.28));
}

.hero-actions .cta-icon svg {
  display: none;
}

.hero-actions .btn-label {
  min-width: 0;
  max-width: 204px;
  overflow: hidden;
  line-height: 1.06;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

  .hero-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 360px;
    min-height: 64px !important;
    padding: 7px 18px 7px 9px;
  }

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

  .hero-actions .cta-icon img {
    width: 60px;
    height: 60px;
  }

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

/* Active CTA skin: scaled icons, restrained fantasy palette */
.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  --cta-height: 62px;
  --cta-icon-box: calc(var(--cta-height) - 18px);
  --cta-icon-img: calc(var(--cta-height) - 28px);
  justify-content: flex-start;
  gap: 10px;
  width: auto !important;
  min-width: 218px !important;
  max-width: 292px;
  height: auto !important;
  min-height: var(--cta-height) !important;
  padding: 7px 20px 7px 10px !important;
  border: 1px solid rgba(255, 229, 163, 0.58) !important;
  border-radius: 12px !important;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 18px rgba(0, 0, 0, 0.2),
    0 16px 30px rgba(0, 0, 0, 0.34) !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.48);
}

.hero-actions .btn::before {
  content: "" !important;
  inset: 1px !important;
  border-radius: 11px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 18% 50%, rgba(255, 229, 163, 0.22), transparent 34%) !important;
  opacity: 1;
}

.hero-actions .btn::after {
  content: "" !important;
  inset: auto 14px 7px 14px !important;
  height: 1px !important;
  border-radius: 0 !important;
  background: rgba(255, 239, 188, 0.32) !important;
  filter: none !important;
  transform: none !important;
}

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

.hero-actions .btn-primary {
  color: #fff7dc;
  border-color: rgba(255, 218, 126, 0.72) !important;
  background:
    linear-gradient(180deg, rgba(92, 64, 24, 0.94), rgba(39, 25, 12, 0.96)),
    linear-gradient(135deg, #f7c765, #8f451e) !important;
}

.hero-actions .btn-secondary {
  color: #eefbff;
  border-color: rgba(113, 213, 255, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(24, 54, 72, 0.92), rgba(10, 21, 33, 0.96)),
    linear-gradient(135deg, #57d3ff, #3153b6) !important;
}

.hero-actions .cta-icon {
  width: var(--cta-icon-box) !important;
  height: var(--cta-icon-box) !important;
  flex: 0 0 var(--cta-icon-box) !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.26), transparent 34%),
    rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 6px 12px rgba(0, 0, 0, 0.22) !important;
}

.hero-actions .cta-icon img {
  width: var(--cta-icon-img) !important;
  height: var(--cta-icon-img) !important;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24))
    drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3)) !important;
}

.hero-actions .btn-label {
  max-width: 190px;
}

@media (max-width: 900px) {
  .hero-actions .btn {
    --cta-height: 60px;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 340px;
    min-height: var(--cta-height) !important;
    padding: 7px 18px 7px 10px !important;
  }

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

/* Final refinement: balanced icon scaling and darker fantasy CTA skin */
.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  --cta-height: 62px;
  --cta-icon-box: calc(var(--cta-height) - 18px);
  --cta-icon-img: calc(var(--cta-height) - 28px);
  justify-content: flex-start;
  gap: 10px;
  width: auto !important;
  min-width: 218px !important;
  max-width: 292px;
  min-height: var(--cta-height) !important;
  padding: 7px 20px 7px 10px;
  border: 1px solid rgba(255, 229, 163, 0.58);
  border-radius: 12px;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 18px rgba(0, 0, 0, 0.2),
    0 16px 30px rgba(0, 0, 0, 0.34);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.48);
}

.hero-actions .btn::before {
  inset: 1px;
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 18% 50%, rgba(255, 229, 163, 0.22), transparent 34%);
  opacity: 1;
}

.hero-actions .btn::after {
  inset: auto 14px 7px 14px;
  height: 1px;
  border-radius: 0;
  background: rgba(255, 239, 188, 0.32);
  filter: none;
  transform: none;
}

.hero-actions .btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -10px 18px rgba(0, 0, 0, 0.18),
    0 18px 34px rgba(0, 0, 0, 0.38);
}

.hero-actions .btn-primary {
  color: #fff7dc;
  border-color: rgba(255, 218, 126, 0.72);
  background:
    linear-gradient(180deg, rgba(92, 64, 24, 0.94), rgba(39, 25, 12, 0.96)),
    linear-gradient(135deg, #f7c765, #8f451e) !important;
}

.hero-actions .btn-secondary {
  color: #eefbff;
  border-color: rgba(113, 213, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(24, 54, 72, 0.92), rgba(10, 21, 33, 0.96)),
    linear-gradient(135deg, #57d3ff, #3153b6) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -10px 18px rgba(0, 0, 0, 0.22),
    0 16px 30px rgba(0, 0, 0, 0.34);
}

.hero-actions .btn-secondary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -10px 18px rgba(0, 0, 0, 0.18),
    0 18px 34px rgba(0, 0, 0, 0.38);
}

.hero-actions .cta-icon {
  width: var(--cta-icon-box);
  height: var(--cta-icon-box);
  flex: 0 0 var(--cta-icon-box);
  border-radius: 10px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.26), transparent 34%),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 6px 12px rgba(0, 0, 0, 0.22);
}

.hero-actions .cta-icon img {
  width: var(--cta-icon-img);
  height: var(--cta-icon-img);
  object-fit: contain;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24))
    drop-shadow(0 4px 5px rgba(0, 0, 0, 0.3));
}

.hero-actions .btn-label {
  max-width: 190px;
}

@media (max-width: 900px) {
  .hero-actions .btn {
    --cta-height: 60px;
    width: 100% !important;
    max-width: 340px;
    min-height: var(--cta-height) !important;
    padding: 7px 18px 7px 10px;
  }

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

.hero-actions .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 56px !important;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  clip-path: none;
  background-image: none !important;
  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)) !important;
}

.hero-actions .btn-secondary {
  color: #f8fbff;
  border-color: rgba(112, 216, 255, 0.36);
  background: rgba(10, 21, 31, 0.72) !important;
  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 CTA skin using images/btn/icon-1.png and images/btn/icon-2.png */
.hero-actions {
  gap: 16px;
}

.hero-actions .btn {
  isolation: isolate;
  justify-content: flex-start;
  gap: 12px;
  width: auto !important;
  min-width: 244px !important;
  max-width: 320px;
  height: auto !important;
  min-height: 68px !important;
  padding: 8px 22px 8px 10px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background-image: none !important;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.56),
    inset 0 -10px 20px rgba(102, 31, 12, 0.28),
    0 16px 30px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(255, 180, 92, 0.22);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 rgba(95, 29, 10, 0.34),
    0 4px 10px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle at 82% 32%, rgba(255, 244, 147, 0.56), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 46%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-actions .btn::after {
  content: "";
  position: absolute;
  inset: -28px -46px auto 28%;
  z-index: -1;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(12px);
  transform: rotate(-10deg);
  pointer-events: none;
}

.hero-actions .btn:hover {
  filter: brightness(1.06) saturate(1.08);
  transform: translateY(-3px);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.62),
    inset 0 -10px 20px rgba(102, 31, 12, 0.22),
    0 20px 36px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(255, 207, 105, 0.28);
}

.hero-actions .btn-primary {
  color: #ffffff;
  border-color: rgba(255, 245, 204, 0.86);
  background:
    linear-gradient(180deg, #ffe69c 0%, #ff9b65 46%, #f24d6c 100%) !important;
}

.hero-actions .btn-secondary {
  color: #ffffff;
  border-color: rgba(217, 251, 255, 0.82);
  background:
    linear-gradient(180deg, #b9fff1 0%, #43c8ff 42%, #8558ff 100%) !important;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.58),
    inset 0 -10px 20px rgba(22, 25, 96, 0.3),
    0 16px 30px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(90, 210, 255, 0.22);
}

.hero-actions .btn-secondary:hover {
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.64),
    inset 0 -10px 20px rgba(22, 25, 96, 0.24),
    0 20px 36px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(100, 225, 255, 0.32);
}

.hero-actions .cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.65), transparent 28%),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.hero-actions .cta-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter:
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.36))
    drop-shadow(0 8px 10px rgba(0, 0, 0, 0.28));
}

.hero-actions .cta-icon svg {
  display: none;
}

.hero-actions .btn-label {
  min-width: 0;
  max-width: 204px;
  overflow: hidden;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.06;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-shadow: inherit;
  white-space: nowrap;
}

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

  .hero-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 360px;
    min-height: 64px !important;
    padding: 7px 18px 7px 9px;
  }

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

  .hero-actions .cta-icon img {
    width: 60px;
    height: 60px;
  }

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