:root {
  --blue: #087cba;
  --blue-dark: #075b8c;
  --cyan: #00b89c;
  --lime: #61c916;
  --ink: #17313f;
  --muted: #617783;
  --cream: #f7fbfa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 71, 91, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: linear-gradient(135deg, #f8fbfb 0%, #edf9f7 48%, #f9fcf8 100%);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
button, input { font: inherit; }
.bg-orb { position: fixed; border-radius: 50%; filter: blur(6px); pointer-events: none; z-index: -1; }
.orb-one { width: 360px; height: 360px; right: -120px; top: 130px; background: rgba(0, 184, 156, .1); }
.orb-two { width: 280px; height: 280px; left: -110px; top: 460px; background: rgba(97, 201, 22, .08); }

.site-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 186px; display: block; }
.instagram-link { color: var(--blue-dark); text-decoration: none; font-weight: 700; font-size: 14px; }
.instagram-link span { font-size: 18px; margin-right: 5px; }

.hero {
  max-width: 1240px;
  min-height: 730px;
  margin: 0 auto;
  padding: 38px 38px 76px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.eyebrow, .step, .modal-kicker, .section-kicker {
  display: inline-block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.intro h1 { margin: 16px 0 22px; font-size: clamp(48px, 5.2vw, 74px); line-height: .99; letter-spacing: -.055em; }
.intro h1 span { color: var(--blue); }
.lead { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.campaign-data { display: flex; gap: 38px; margin: 34px 0 24px; }
.campaign-data div { display: flex; flex-direction: column; }
.campaign-data div + div { padding-left: 38px; border-left: 1px solid #c9dcde; }
.campaign-data strong { color: var(--ink); font-size: 30px; line-height: 1; }
.campaign-data span { color: var(--muted); font-size: 12px; margin-top: 8px; }
.prize-list { display: flex; gap: 12px; flex-wrap: wrap; }
.prize-chip { display: flex; gap: 10px; align-items: center; padding: 11px 15px; border: 1px solid #d5e7e7; border-radius: 14px; background: rgba(255,255,255,.62); color: var(--muted); font-size: 13px; }
.prize-chip > span { font-size: 22px; }
.prize-chip b { color: var(--ink); }

.game-card { position: relative; padding: 25px 30px 24px; border: 1px solid rgba(255,255,255,.75); border-radius: 30px; background: rgba(255,255,255,.85); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.card-heading h2 { margin: 4px 0 0; font-size: 27px; letter-spacing: -.04em; }
.live-dot { font-size: 11px; color: #71848d; padding: 7px 10px; border: 1px solid #dce8e8; border-radius: 999px; }
.live-dot i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(97,201,22,.13); }
.wheel-stage { position: relative; display: grid; place-items: center; margin: 16px auto 18px; width: min(100%, 430px); aspect-ratio: 1; }
.pointer { position: absolute; z-index: 5; top: -4px; width: 31px; height: 43px; background: var(--ink); clip-path: polygon(0 0,100% 0,50% 100%); filter: drop-shadow(0 4px 3px rgba(0,0,0,.18)); }
.wheel {
  position: relative;
  width: 95%;
  height: 95%;
  border: 10px solid white;
  border-radius: 50%;
  background: conic-gradient(from -18deg,
    #087cba 0 36deg, #00aa98 36deg 72deg, #64c91b 72deg 108deg,
    #17313f 108deg 144deg, #1595c5 144deg 180deg, #00aa98 180deg 216deg,
    #64c91b 216deg 252deg, #087cba 252deg 288deg, #17313f 288deg 324deg,
    #1595c5 324deg 360deg);
  box-shadow: 0 13px 38px rgba(6, 76, 106, .25), inset 0 0 0 2px rgba(255,255,255,.25);
  transition: transform 5.2s cubic-bezier(.12,.75,.12,1);
}
.wheel::before { content: ""; position: absolute; inset: 4px; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; }
.wheel-center { position: absolute; z-index: 4; width: 84px; height: 84px; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; border: 8px solid white; border-radius: 50%; background: var(--ink); box-shadow: 0 7px 18px rgba(0,0,0,.25); }
.wheel-center span { color: white; font-size: 35px; font-weight: 800; font-style: italic; }
.wheel-label { position: absolute; z-index: 2; left: 50%; top: 50%; width: 106px; margin-left: -53px; margin-top: -25px; color: white; font-size: 9px; line-height: 1.18; font-weight: 800; text-align: center; transform-origin: 53px 25px; }
.label-0 { transform: rotate(0deg) translateY(-152px) rotate(0deg); }
.label-1 { transform: rotate(36deg) translateY(-152px) rotate(-36deg); }
.label-2 { transform: rotate(72deg) translateY(-152px) rotate(-72deg); }
.label-3 { transform: rotate(108deg) translateY(-152px) rotate(-108deg); }
.label-4 { transform: rotate(144deg) translateY(-152px) rotate(-144deg); }
.label-5 { transform: rotate(180deg) translateY(-152px) rotate(-180deg); }
.label-6 { transform: rotate(216deg) translateY(-152px) rotate(-216deg); }
.label-7 { transform: rotate(252deg) translateY(-152px) rotate(-252deg); }
.label-8 { transform: rotate(288deg) translateY(-152px) rotate(-288deg); }
.label-9 { transform: rotate(324deg) translateY(-152px) rotate(-324deg); }
.primary-button { display: flex; justify-content: center; align-items: center; gap: 14px; min-height: 52px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--blue), #0696bf); color: white; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(8,124,186,.24); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(8,124,186,.3); }
.primary-button:disabled { opacity: .52; cursor: not-allowed; transform: none; }
#spinButton { width: 100%; }
#spinButton span { font-size: 20px; }
.helper { margin: 12px 0 0; color: #809099; font-size: 11px; text-align: center; }

.how-it-works { padding: 92px 38px; text-align: center; background: #fff; }
.how-it-works h2 { margin: 9px 0 44px; font-size: 38px; letter-spacing: -.045em; }
.steps { max-width: 1050px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; text-align: left; }
.steps article { display: flex; gap: 20px; padding: 26px; border: 1px solid #e4eeee; border-radius: 20px; }
.steps article > span { color: var(--cyan); font-size: 13px; font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
footer { display: flex; align-items: center; gap: 28px; padding: 36px max(38px, calc((100vw - 1164px)/2)); background: #102f3d; color: rgba(255,255,255,.65); font-size: 12px; }
footer img { width: 150px; filter: brightness(0) invert(1); opacity: .9; }
footer span { margin-left: auto; }

.modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9,40,54,.68); backdrop-filter: blur(5px); }
.modal-panel { position: relative; z-index: 1; width: min(100%, 490px); padding: 38px; border-radius: 26px; background: white; box-shadow: 0 28px 90px rgba(0,0,0,.28); text-align: center; transform: translateY(16px) scale(.98); transition: transform .25s; }
.modal.open .modal-panel { transform: none; }
.close-button { position: absolute; right: 18px; top: 14px; border: 0; background: none; color: #82939b; font-size: 28px; cursor: pointer; }
.result-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 22px; background: #ecf9f7; font-size: 36px; transform: rotate(-4deg); }
.modal-panel h2 { margin: 5px 0 10px; font-size: 30px; }
.modal-panel > p { color: var(--muted); line-height: 1.6; }
.modal-action { display: grid; gap: 12px; margin-top: 24px; }
.text-button { border: 0; background: none; color: var(--blue); font-weight: 800; cursor: pointer; padding: 8px; }
.claim-form { margin-top: 24px; text-align: left; }
.claim-form label { display: block; margin-bottom: 12px; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.5; }
.phone-row { display: flex; gap: 9px; }
.phone-row input { min-width: 0; flex: 1; border: 1px solid #ccdddd; border-radius: 13px; padding: 0 14px; outline: none; }
.phone-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,124,186,.1); }
.phone-row button { padding: 0 18px; }
.claim-form small { display: block; margin-top: 10px; color: var(--muted); }
.hidden { display: none !important; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }
  .intro { text-align: center; }
  .lead { margin-left: auto; margin-right: auto; }
  .campaign-data, .prize-list { justify-content: center; }
  .game-card { max-width: 600px; width: 100%; margin: auto; }
}
@media (max-width: 600px) {
  .site-header { padding: 20px; }
  .brand img { width: 150px; }
  .instagram-link { font-size: 0; }
  .instagram-link span { font-size: 23px; }
  .hero { padding: 32px 18px 55px; }
  .intro h1 { font-size: 45px; }
  .lead { font-size: 16px; }
  .campaign-data { gap: 20px; }
  .campaign-data div + div { padding-left: 20px; }
  .campaign-data strong { font-size: 24px; }
  .game-card { padding: 22px 16px; border-radius: 24px; }
  .wheel-label { font-size: 7px; }
  .label-0,.label-1,.label-2,.label-3,.label-4,.label-5,.label-6,.label-7,.label-8,.label-9 { transform: none; }
  .label-0 { top: 9%; }
  .label-1 { top: 18%; left: 77%; transform: rotate(36deg); }
  .label-2 { top: 39%; left: 91%; transform: rotate(72deg); }
  .label-3 { top: 67%; left: 84%; transform: rotate(108deg); }
  .label-4 { top: 84%; left: 65%; transform: rotate(144deg); }
  .label-5 { top: 85%; left: 35%; transform: rotate(180deg); }
  .label-6 { top: 67%; left: 15%; transform: rotate(216deg); }
  .label-7 { top: 39%; left: 9%; transform: rotate(252deg); }
  .label-8 { top: 18%; left: 23%; transform: rotate(288deg); }
  .label-9 { top: 9%; left: 50%; transform: rotate(324deg); }
  .steps { grid-template-columns: 1fr; }
  .how-it-works { padding: 65px 20px; }
  footer { flex-direction: column; text-align: center; gap: 12px; }
  footer span { margin: 0; }
  .phone-row { flex-direction: column; }
  .phone-row input { min-height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.campaign-data div:nth-child(2) {
  display: none;
}
