:root {
  --purple: #541495;
  --purple-dark: #30045d;
  --purple-light: #8d35df;
  --pink: #ff5c9a;
  --yellow: #ffd43b;
  --ink: #21182b;
  --muted: #6d6574;
  --line: #e9e4ee;
  --white: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: #faf8fc;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 212, 59, .12), transparent 27rem),
    radial-gradient(circle at 90% 30%, rgba(141, 53, 223, .09), transparent 30rem),
    #faf8fc;
  overflow-x: hidden;
}

.page-glow {
  position: fixed;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .13;
  z-index: -1;
}

.page-glow-one { background: var(--yellow); top: -12rem; left: -12rem; }
.page-glow-two { background: var(--purple-light); right: -14rem; top: 34rem; }

.site-header {
  width: min(1160px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--purple-dark);
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -.04em;
  text-decoration: none;
}

.brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #a44cff 0 52%, #571096 52%);
  transform: rotate(-18deg);
  box-shadow: 0 5px 14px rgba(84, 20, 149, .22);
}

.brand-mark span {
  width: 14px;
  height: 14px;
  border: 4px solid white;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.header-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: .79rem;
  font-weight: 700;
}

.header-badge svg {
  width: 17px;
  fill: none;
  stroke: #27a96f;
  stroke-width: 1.8;
}

main {
  width: min(1160px, calc(100% - 40px));
  margin: 24px auto 0;
}

.offer-card {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr .92fr;
  background: var(--white);
  border: 1px solid rgba(84, 20, 149, .08);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(49, 20, 72, .11);
}

.offer-copy {
  padding: clamp(48px, 6vw, 86px);
  align-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 92, 154, .12);
}

.offer-button {
  width: min(100%, 390px);
  margin-top: 31px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6f1cb9, var(--purple));
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(84, 20, 149, .25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.offer-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(84, 20, 149, .32);
}

.offer-button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.offer-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.offer-button:hover svg { transform: translateX(4px); }

.cta-note {
  width: min(100%, 390px);
  margin: 12px 0 0;
  color: #948b9b;
  font-size: .72rem;
  font-weight: 600;
  text-align: center;
}

.visual-wrap {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 38%, rgba(185, 94, 255, .75), transparent 17rem),
    linear-gradient(145deg, #5b109d, #2d034f);
}

.visual-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .19;
  background-image: repeating-radial-gradient(circle at 50% 45%, transparent 0 29px, rgba(255,255,255,.13) 30px 31px);
}

.burst {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32% 68% 55% 45%;
}

.burst-one { transform: rotate(22deg); }
.burst-two { width: 340px; height: 340px; transform: rotate(67deg); }

.gift-card {
  position: relative;
  z-index: 3;
  width: min(69%, 340px);
  aspect-ratio: 1.57;
  padding: 25px 29px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 24px;
  background:
    linear-gradient(128deg, rgba(255,255,255,.23), transparent 35%),
    linear-gradient(145deg, #9a3be8, #551092 70%);
  box-shadow: 0 32px 45px rgba(20, 0, 37, .38);
  color: white;
  transform: rotate(-5deg);
  overflow: hidden;
}

.gift-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0 31px, rgba(255,255,255,.045) 32px 33px);
}

.gift-top { display: flex; align-items: center; gap: 9px; }

.bell-logo {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: white;
}

.bell-dome {
  position: absolute;
  width: 22px;
  height: 13px;
  left: 8px;
  top: 9px;
  border-radius: 22px 22px 2px 2px;
  background: var(--purple);
}

.bell-line {
  position: absolute;
  width: 24px;
  height: 3px;
  left: 7px;
  top: 24px;
  border-radius: 4px;
  background: var(--purple);
}

.gift-brand { font-size: .67rem; font-weight: 800; line-height: .88; letter-spacing: -.04em; }

.gift-value {
  position: relative;
  margin-top: 17px;
  font-size: clamp(3rem, 6vw, 4.7rem);
  line-height: .9;
  font-weight: 800;
  letter-spacing: -.08em;
}

.gift-value small { font-size: .47em; vertical-align: top; }
.gift-card p { position: relative; margin: 9px 0 0; font-size: .68rem; font-weight: 700; letter-spacing: .2em; }

.gift-shine {
  position: absolute;
  width: 160px;
  height: 400px;
  top: -120px;
  right: -110px;
  background: rgba(255,255,255,.12);
  transform: rotate(30deg);
}

.mini-card {
  position: absolute;
  z-index: 2;
  width: 175px;
  aspect-ratio: 1.57;
  display: grid;
  place-items: end start;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  color: var(--purple);
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 20px 35px rgba(17, 0, 30, .25);
}

.mini-card-one { transform: translate(-103px, 80px) rotate(-19deg); }
.mini-card-two { transform: translate(116px, 69px) rotate(12deg); }

.visual-label {
  position: absolute;
  z-index: 4;
  bottom: 55px;
  display: grid;
  gap: 3px;
  color: white;
  text-align: center;
}

.visual-label span { color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visual-label strong { font-size: 1.35rem; letter-spacing: -.04em; }

.confetti { position: absolute; z-index: 1; width: 8px; height: 28px; border-radius: 6px; background: var(--yellow); }
.confetti-one { top: 17%; left: 16%; transform: rotate(28deg); }
.confetti-two { top: 22%; right: 14%; height: 12px; transform: rotate(58deg); background: var(--pink); }
.confetti-three { bottom: 19%; left: 13%; height: 15px; transform: rotate(-38deg); background: #55e9cf; }
.confetti-four { bottom: 27%; right: 10%; transform: rotate(23deg); }

@media (max-width: 860px) {
  .offer-card { grid-template-columns: 1fr; }
  .offer-copy { text-align: center; }
  .offer-button, .cta-note { margin-left: auto; margin-right: auto; }
  .visual-wrap { min-height: 520px; }
}

@media (max-width: 520px) {
  .site-header, main { width: min(100% - 24px, 1160px); }
  .site-header { height: 68px; }
  .header-badge { display: none; }
  main { margin-top: 8px; }
  .offer-card { border-radius: 22px; }
  .offer-copy { padding: 43px 22px 45px; }
  .offer-button { min-height: 58px; }
  .visual-wrap { min-height: 410px; }
  .gift-card { width: 72%; padding: 20px 22px; border-radius: 19px; }
  .gift-value { margin-top: 12px; }
  .mini-card { width: 125px; padding: 12px; border-radius: 13px; }
  .mini-card-one { transform: translate(-72px, 62px) rotate(-19deg); }
  .mini-card-two { transform: translate(82px, 57px) rotate(12deg); }
  .visual-label { bottom: 31px; }
}

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