:root {
  --bg: #09030b;
  --bg-deep: #130612;
  --panel: rgba(17, 13, 22, 0.74);
  --panel-strong: rgba(13, 10, 17, 0.92);
  --line: rgba(255, 255, 255, 0.1);
  --text: #fff8ef;
  --muted: rgba(255, 242, 230, 0.75);
  --warm: #ff9c44;
  --warm-strong: #ff5a36;
  --gold: #ffd67a;
  --shadow: rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 132, 63, 0.22), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(255, 214, 122, 0.13), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 90, 54, 0.1), transparent 34%),
    linear-gradient(140deg, #050209 0%, #0d0410 34%, #160813 66%, #09030b 100%);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2.6vh, 24px) 20px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.72;
  z-index: -2;
}

.hero::before {
  top: 8%;
  left: -8%;
  width: min(46vw, 480px);
  height: min(46vw, 480px);
  background: radial-gradient(circle, rgba(255, 156, 68, 0.44), transparent 68%);
  animation: drift-one 12s ease-in-out infinite;
}

.hero::after {
  right: -4%;
  bottom: -10%;
  width: min(44vw, 460px);
  height: min(44vw, 460px);
  background: radial-gradient(circle, rgba(255, 90, 54, 0.24), transparent 72%);
  animation: drift-two 14s ease-in-out infinite;
}

.hero__grid {
  position: absolute;
  left: 50%;
  bottom: -14vh;
  width: 160vw;
  height: 56vh;
  transform: translateX(-50%) perspective(1100px) rotateX(78deg);
  transform-origin: top center;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 82%);
  opacity: 0.2;
  z-index: -3;
}

.hero__glow {
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(48px);
  pointer-events: none;
  z-index: -1;
}

.hero__glow--one {
  top: 22%;
  right: 12%;
  width: 180px;
  height: 180px;
  background: rgba(255, 214, 122, 0.2);
}

.hero__glow--two {
  bottom: 16%;
  left: 14%;
  width: 220px;
  height: 220px;
  background: rgba(255, 90, 54, 0.14);
}

.hero__shell {
  position: relative;
  width: min(100%, 780px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(24, 18, 30, 0.88), rgba(12, 10, 17, 0.74)),
    radial-gradient(circle at top center, rgba(255, 214, 122, 0.08), transparent 42%);
  box-shadow:
    0 34px 80px var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  text-align: center;
  animation: reveal 700ms ease-out both;
}

.hero__shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  background:
    linear-gradient(135deg, rgba(255, 214, 122, 0.18), transparent 24%, transparent 76%, rgba(255, 90, 54, 0.16)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%);
  pointer-events: none;
}

.hero__shell::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 122, 0.5), transparent);
}

.hero__stamp {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 214, 122, 0.26);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 214, 122, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(46, 24, 20, 0.94), rgba(24, 14, 16, 0.88));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(9deg);
}

.hero__stamp-value {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--gold);
}

.hero__stamp-copy {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 242, 230, 0.75);
}

.hero__kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 210, 168, 0.72);
}

.hero__brand {
  display: inline-block;
  margin-bottom: 14px;
}

.hero__brand-text {
  display: inline-block;
  font-family: "Lobster", cursive;
  font-size: clamp(3.2rem, 7.2vw, 5.2rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: #fffefb;
  text-shadow:
    0 10px 24px rgba(0, 0, 0, 0.42),
    0 3px 0 rgba(22, 10, 11, 0.9),
    0 0 20px rgba(255, 255, 255, 0.05);
}

.hero__title {
  margin: 0 auto;
  max-width: 13ch;
  font-size: clamp(2.05rem, 4.9vw, 4.15rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero__offer {
  margin: 18px auto 0;
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
  gap: 10px;
}

.hero__offer-label {
  display: block;
  font-size: clamp(0.82rem, 1.15vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 194, 162, 0.94);
}

.hero__offer-copy {
  display: block;
  font-size: clamp(0.94rem, 1.6vw, 1.12rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 246, 240, 0.76);
}

.hero__offer-pill {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid rgba(255, 142, 95, 0.3);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(57, 19, 24, 0.9), rgba(32, 12, 18, 0.82)),
    radial-gradient(circle at 50% 0%, rgba(255, 214, 122, 0.08), transparent 52%);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 236, 222, 0.08),
    0 0 0 1px rgba(255, 113, 78, 0.08);
}

.hero__offer-pill span {
  display: block;
  font-size: clamp(1.32rem, 2.6vw, 1.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff7ef;
  text-wrap: balance;
}

.hero__actions {
  margin-top: 18px;
}

.hero__button {
  appearance: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 238, 211, 0.34);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 56px;
  padding: 15px 34px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #ffe09a 0%, #ffb256 28%, #ff7a3f 62%, #ff5635 100%);
  color: #140909;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 48px rgba(255, 102, 54, 0.42),
    0 0 24px rgba(255, 157, 68, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -8px 16px rgba(146, 34, 9, 0.16);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.hero__button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 34%),
    radial-gradient(circle at 20% 18%, rgba(255, 246, 222, 0.48), transparent 24%);
  pointer-events: none;
}

.hero__button::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -14px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 126, 62, 0.4);
  filter: blur(16px);
  z-index: -1;
  pointer-events: none;
}

.hero__button:hover {
  transform: translateY(-2px) scale(1.02);
  text-decoration: none;
  box-shadow:
    0 26px 58px rgba(255, 102, 54, 0.5),
    0 0 30px rgba(255, 178, 86, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -8px 16px rgba(146, 34, 9, 0.16);
  filter: saturate(1.08) brightness(1.03);
}

.hero__button:active {
  transform: translateY(0);
}

.hero__button:focus-visible {
  outline: 3px solid rgba(255, 214, 122, 0.62);
  outline-offset: 4px;
  text-decoration: none;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift-one {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(32px, -18px, 0) scale(1.08);
  }
}

@keyframes drift-two {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-26px, 12px, 0) scale(1.06);
  }
}

@media (max-width: 820px) {
  .hero {
    padding: 20px 14px;
  }

  .hero__shell {
    width: min(100%, 720px);
    padding: 70px 20px 24px;
    border-radius: 28px;
  }

  .hero__shell::before {
    border-radius: 27px;
  }

  .hero__stamp {
    top: 16px;
    right: 16px;
    width: 84px;
  }

  .hero__kicker {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .hero__title {
    max-width: 13ch;
    font-size: clamp(1.95rem, 4.6vw, 3.5rem);
  }
}

@media (max-width: 560px) {
  .hero__grid {
    width: 200vw;
    height: 44vh;
    background-size: 46px 46px;
  }

  .hero__shell {
    padding: 64px 16px 20px;
  }

  .hero__brand {
    margin-bottom: 12px;
  }

  .hero__title {
    max-width: 12ch;
    font-size: clamp(1.72rem, 9.2vw, 2.5rem);
    line-height: 0.94;
  }

  .hero__offer {
    margin-top: 16px;
    gap: 8px;
  }

  .hero__offer-label {
    font-size: 0.74rem;
    letter-spacing: 0.13em;
  }

  .hero__offer-copy {
    font-size: 0.84rem;
    letter-spacing: 0.05em;
  }

  .hero__offer-pill {
    min-height: 62px;
    padding: 14px 18px;
  }

  .hero__offer-pill span {
    font-size: clamp(1.04rem, 5vw, 1.44rem);
  }

  .hero__button {
    min-width: 100%;
    min-height: 52px;
    font-size: 1.18rem;
  }
}

@media (max-height: 760px) {
  .hero {
    padding-block: 12px;
  }

  .hero__shell {
    padding: 58px 20px 20px;
  }

  .hero__stamp {
    width: 74px;
    top: 14px;
    right: 14px;
  }

  .hero__stamp-value {
    font-size: 1.88rem;
  }

  .hero__kicker {
    margin-bottom: 10px;
  }

  .hero__brand {
    margin-bottom: 10px;
  }

  .hero__brand-text {
    font-size: clamp(2.9rem, 6vw, 4.35rem);
  }

  .hero__title {
    max-width: 13.5ch;
    font-size: clamp(1.82rem, 4.35vw, 3.3rem);
  }

  .hero__offer {
    margin-top: 14px;
    gap: 8px;
  }

  .hero__offer-pill {
    min-height: 64px;
    padding: 14px 20px;
  }

  .hero__offer-pill span {
    font-size: clamp(1.08rem, 2.4vw, 1.5rem);
  }

  .hero__actions {
    margin-top: 16px;
  }
}

@media (max-height: 660px) {
  .hero__shell {
    padding: 52px 16px 18px;
  }

  .hero__brand-text {
    font-size: clamp(2.6rem, 5.5vw, 3.9rem);
  }

  .hero__title {
    max-width: 13.5ch;
    font-size: clamp(1.5rem, 4vw, 2.75rem);
  }

  .hero__offer-label {
    font-size: 0.7rem;
  }

  .hero__offer-copy {
    font-size: 0.78rem;
  }

  .hero__offer-pill {
    min-height: 58px;
    padding: 12px 16px;
  }

  .hero__offer-pill span {
    font-size: clamp(0.98rem, 2.2vw, 1.28rem);
  }

  .hero__button {
    min-height: 46px;
    font-size: 1.06rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
