:root {
  --navy: #06164a;
  --navy-deep: #020b2f;
  --teal: #06c7ad;
  --mint: #55ead6;
  --green-deep: #004c47;
  --paper: #f5fffd;
  --white: #ffffff;
  --orange: #ff7a45;
  --danger: #d64045;
  --ink: #07143e;
  --muted: #5e6986;
  --line: rgba(6, 22, 74, 0.13);
  --shadow: 0 28px 80px rgba(2, 11, 47, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.site-header {
  align-items: center;
  background: var(--navy);
  display: flex;
  justify-content: space-between;
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 72px);
  position: relative;
  z-index: 10;
}

.brand-lockup {
  align-items: center;
  color: white;
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.brand-vigia {
  height: 70px;
  object-fit: cover;
  object-position: center;
  width: 126px;
}

.brand-divider {
  background: rgba(255, 255, 255, 0.45);
  height: 35px;
  width: 1px;
}

.brand-owner {
  font-size: 12px;
  line-height: 1;
  opacity: 0.8;
}

.brand-openit {
  height: 32px;
  object-fit: contain;
  width: 98px;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}

.mobile-draw-bar {
  align-items: center;
  display: grid;
  gap: 0 15px;
  grid-template-columns: auto 1px 1fr;
  max-width: 340px;
  order: 2;
  padding: 4px 0 8px;
  position: relative;
  width: min(34vw, 340px);
}

.brand-lockup {
  order: 1;
}

.header-cta {
  order: 3;
}

.mobile-goal,
.mobile-draw-time {
  display: flex;
  flex-direction: column;
}

.mobile-goal strong,
.mobile-draw-time strong {
  color: var(--mint);
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.mobile-goal > span,
.mobile-draw-time > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.2;
  order: 2;
}

.mobile-status-divider {
  background: rgba(255, 255, 255, 0.22);
  height: 30px;
  width: 1px;
}

.mobile-meter {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  bottom: 0;
  height: 3px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.mobile-meter span {
  background: var(--mint);
  display: block;
  height: 100%;
  min-width: 4px;
  transition: width 900ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 0;
}

.hero {
  background:
    radial-gradient(circle at 78% 21%, rgba(85, 234, 214, 0.24), transparent 23%),
    linear-gradient(124deg, var(--navy) 0 54%, #063f49 54% 100%);
  color: white;
  display: grid;
  gap: clamp(36px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.75fr);
  min-height: 680px;
  overflow: hidden;
  padding: clamp(66px, 8vw, 118px) clamp(20px, 7vw, 108px) clamp(80px, 8vw, 120px);
  position: relative;
}

.hero::after {
  background: var(--teal);
  bottom: -145px;
  content: "";
  height: 250px;
  left: -5%;
  position: absolute;
  transform: rotate(-4deg);
  width: 63%;
}

.hero-rings,
.hero-rings::before,
.hero-rings::after {
  border: 1px solid rgba(85, 234, 214, 0.2);
  border-radius: 50%;
  height: 460px;
  position: absolute;
  right: -155px;
  top: 40px;
  width: 460px;
}

.hero-rings::before,
.hero-rings::after {
  content: "";
  inset: 55px;
  height: auto;
  width: auto;
}

.hero-rings::after {
  inset: 112px;
}

.hero-copy,
.draw-panel {
  position: relative;
  z-index: 2;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
}

.live-pill {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  padding: 7px 13px;
}

.live-pill span {
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.15);
  height: 8px;
  width: 8px;
}

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

h1,
h2,
h3 {
  font-family: "Sora", "Trebuchet MS", sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(48px, 6.2vw, 88px);
  margin: 28px 0 26px;
  max-width: 780px;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  max-width: 630px;
}

.hero-lead strong {
  color: var(--mint);
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  text-decoration: none;
}

.button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.button-primary {
  background: var(--mint);
  color: var(--navy);
  box-shadow: 0 12px 35px rgba(85, 234, 214, 0.22);
}

.hero-note {
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
}

.draw-panel {
  align-self: center;
  background: rgba(2, 11, 47, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px 30px 74px 30px;
  box-shadow: var(--shadow);
  padding: clamp(26px, 4vw, 42px);
}

.draw-topline {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.draw-topline span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.draw-topline strong {
  color: var(--mint);
  font-family: "Sora", sans-serif;
  font-size: 32px;
}

.meter-track {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 99px;
  height: 12px;
  margin: 12px 0 10px;
  overflow: hidden;
}

.meter-fill {
  background: linear-gradient(90deg, var(--teal), var(--mint));
  border-radius: inherit;
  height: 100%;
  min-width: 5px;
  transition: width 900ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 0;
}

.people-meter p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.draw-time {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  gap: 16px;
  margin-top: 26px;
  padding: 24px 0;
}

.clock-icon {
  border: 2px solid var(--mint);
  border-radius: 50%;
  height: 41px;
  position: relative;
  width: 41px;
}

.clock-icon::before,
.clock-icon::after {
  background: var(--mint);
  content: "";
  left: 18px;
  position: absolute;
  transform-origin: bottom;
}

.clock-icon::before {
  height: 11px;
  top: 8px;
  width: 2px;
}

.clock-icon::after {
  height: 8px;
  top: 13px;
  transform: rotate(125deg);
  width: 2px;
}

.draw-time small,
.draw-time strong {
  display: block;
}

.draw-time small {
  color: rgba(255, 255, 255, 0.65);
}

.draw-time strong {
  font-family: "Sora", sans-serif;
  font-size: 22px;
}

.countdown {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 26px 0 10px;
}

.countdown div {
  text-align: center;
}

.countdown strong,
.countdown span {
  display: block;
}

.countdown strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.countdown span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin-top: 7px;
}

.countdown i {
  color: var(--mint);
  font-size: 32px;
  font-style: normal;
  line-height: 1;
}

.draw-status {
  color: var(--mint);
  font-size: 14px;
  margin: 20px 0 0;
  text-align: center;
}

.registration-section {
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(85, 234, 214, 0.15), transparent 27%),
    linear-gradient(112deg, var(--navy) 0 49%, #eefcf9 49% 100%);
  display: grid;
  gap: clamp(48px, 7vw, 108px);
  grid-template-columns: minmax(310px, 0.78fr) minmax(440px, 1fr);
  min-height: calc(100svh - 98px);
  padding: 44px clamp(20px, 6vw, 86px) 52px;
  position: relative;
}

.section-copy {
  color: white;
  max-width: 590px;
  padding-top: 0;
  position: static;
}

.step-kicker {
  color: #008a79;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

.section-copy h1,
.how-heading h2,
.last-call h2 {
  font-size: clamp(36px, 4.8vw, 64px);
  margin-bottom: 24px;
}

.section-copy > p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  max-width: 560px;
}

.section-copy .step-kicker {
  color: var(--mint);
}

.trust-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.trust-list li {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 12px;
}

.trust-list span {
  align-items: center;
  background: rgba(85, 234, 214, 0.15);
  border-radius: 50%;
  color: var(--mint);
  display: inline-flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.flow-shell {
  background: white;
  border: 1px solid rgba(6, 22, 74, 0.08);
  border-radius: 26px;
  border-top: 5px solid var(--teal);
  box-shadow: var(--shadow);
  justify-self: end;
  max-width: 620px;
  min-height: 0;
  padding: clamp(26px, 3.5vw, 38px);
  width: 100%;
}

.flow-progress {
  align-items: flex-start;
  display: flex;
  margin-bottom: 26px;
}

.flow-step {
  align-items: center;
  color: #9299ad;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  min-width: 62px;
  text-align: center;
}

.flow-step b {
  align-items: center;
  background: #edf0f5;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.flow-step.is-active,
.flow-step.is-done {
  color: var(--navy);
}

.flow-step.is-active b,
.flow-step.is-done b {
  background: var(--teal);
  color: var(--navy);
}

.flow-line {
  background: #edf0f5;
  flex: 1;
  height: 2px;
  margin-top: 16px;
}

.form-heading h3,
.follow-step h3,
.coupon-step h3 {
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 8px;
}

.form-heading p,
.follow-step > p,
.coupon-step > p {
  color: var(--muted);
}

.registration-form > label:not(.consent-row) {
  display: block;
  margin-top: 16px;
}

.registration-form label > span:first-child {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.registration-form input[type="text"],
.registration-form input[type="tel"] {
  background: #f7f9fc;
  border: 1px solid #dfe4ec;
  border-radius: 12px;
  color: var(--ink);
  min-height: 50px;
  padding: 0 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.registration-form input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(6, 199, 173, 0.12);
}

.registration-form input.is-invalid {
  border-color: var(--danger);
}

.input-prefix {
  align-items: center;
  display: flex;
  position: relative;
}

.input-prefix b {
  color: var(--muted);
  left: 16px;
  position: absolute;
}

.input-prefix input {
  padding-left: 38px !important;
}

.consent-row,
.follow-confirmation {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 11px;
  margin-top: 22px;
}

.consent-row input,
.follow-confirmation input {
  accent-color: var(--teal);
  flex: 0 0 auto;
  height: 18px;
  margin-top: 3px;
  width: 18px;
}

.consent-row span,
.follow-confirmation span {
  color: var(--muted);
  font-size: 13px;
}

.field-error,
.form-message {
  color: var(--danger);
  display: block;
  font-size: 12px;
  margin-top: 6px;
  min-height: 18px;
}

.registration-form .field-error:empty {
  display: none;
}

.form-message.is-success {
  color: #007d6e;
}

.button-submit {
  background: var(--navy);
  color: white;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.button-submit i {
  color: var(--mint);
  font-size: 28px;
  font-style: normal;
}

.button-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.privacy-note {
  color: var(--muted);
  font-size: 12px;
  margin: 14px 0 0;
  text-align: center;
}

.follow-step,
.coupon-step {
  padding: 20px 0 6px;
  text-align: center;
}

.success-check {
  align-items: center;
  background: rgba(6, 199, 173, 0.14);
  border-radius: 50%;
  color: #008a79;
  display: flex;
  font-size: 28px;
  height: 64px;
  justify-content: center;
  margin: 0 auto 22px;
  width: 64px;
}

.instagram-button {
  align-items: center;
  background: linear-gradient(105deg, #7b2cff, #d32477 58%, #f58a22);
  border-radius: 14px;
  color: white;
  display: flex;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  margin: 30px 0 18px;
  min-height: 60px;
  padding: 0 20px;
  text-decoration: none;
}

.instagram-mark {
  border: 2px solid white;
  border-radius: 9px;
  font-size: 22px;
  height: 29px;
  line-height: 22px;
  width: 29px;
}

.instagram-button i {
  font-style: normal;
}

.follow-confirmation {
  background: #f7f9fc;
  border-radius: 12px;
  padding: 14px;
  text-align: left;
}

.coupon-step {
  overflow: hidden;
  position: relative;
}

.coupon-ticket {
  background: linear-gradient(135deg, var(--navy), #0d276f);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(6, 22, 74, 0.24);
  color: white;
  margin: 30px auto 22px;
  max-width: 410px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.coupon-ticket::before,
.coupon-ticket::after {
  background: white;
  border-radius: 50%;
  content: "";
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  width: 28px;
}

.coupon-ticket::before {
  left: -14px;
}

.coupon-ticket::after {
  right: -14px;
}

.ticket-brand {
  align-items: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.ticket-brand img {
  height: 54px;
  object-fit: cover;
  object-position: center;
  width: 98px;
}

.ticket-brand span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.coupon-ticket > strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(30px, 5vw, 48px);
  letter-spacing: 0.06em;
}

.ticket-name {
  color: var(--mint);
  display: block;
  font-weight: 700;
  margin-top: 9px;
}

.copy-button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 700;
  padding: 11px 18px;
}

.coupon-reminder {
  color: #007d6e !important;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
}

.how-section {
  background: var(--navy);
  color: white;
  display: grid;
  gap: clamp(40px, 8vw, 120px);
  grid-template-columns: 0.75fr 1.25fr;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 7vw, 108px);
  position: relative;
}

.how-section::before {
  border: 90px solid transparent;
  border-left-color: rgba(6, 199, 173, 0.12);
  border-top-color: rgba(6, 199, 173, 0.12);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.how-heading,
.how-list {
  position: relative;
  z-index: 1;
}

.how-heading .step-kicker {
  color: var(--mint);
}

.how-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.how-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px 22px;
  grid-template-columns: 58px 1fr;
  padding: 26px 0;
}

.how-list b {
  color: var(--mint);
  font-family: "Sora", sans-serif;
  font-size: 18px;
  grid-row: 1 / span 2;
}

.how-list h3 {
  font-size: 27px;
  margin: 0;
}

.how-list p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.last-call {
  align-items: center;
  background: var(--teal);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: clamp(55px, 7vw, 90px) clamp(20px, 7vw, 108px);
}

.last-call span {
  color: var(--green-deep);
  font-weight: 800;
}

.last-call h2 {
  margin: 10px 0 0;
  max-width: 780px;
}

.button-light {
  background: white;
  color: var(--navy);
  flex: 0 0 auto;
}

footer {
  align-items: center;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.6);
  display: grid;
  font-size: 12px;
  gap: 24px;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 35px clamp(20px, 7vw, 108px);
}

footer p {
  margin: 0;
}

footer > p:last-child {
  text-align: right;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-brand img {
  height: 56px;
  object-fit: cover;
  object-position: center;
  width: 100px;
}

@media (max-width: 920px) {
  .hero,
  .registration-section,
  .how-section {
    grid-template-columns: 1fr;
  }

  .hero {
    background: linear-gradient(155deg, var(--navy) 0 62%, #064d52 62% 100%);
  }

  .draw-panel {
    max-width: 580px;
    width: 100%;
  }

  .section-copy {
    padding-top: 0;
    position: static;
  }

  .how-heading h2 {
    max-width: 650px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer > p:last-child {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .site-header {
    box-shadow: 0 8px 24px rgba(2, 11, 47, 0.2);
    flex-wrap: wrap;
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: sticky;
    top: 0;
  }

  .header-cta {
    display: none;
  }

  .brand-lockup {
    gap: 7px;
  }

  .brand-vigia {
    height: 58px;
    width: 92px;
  }

  .brand-divider {
    height: 28px;
  }

  .brand-owner {
    font-size: 9px;
    white-space: nowrap;
  }

  .brand-openit {
    height: 27px;
    width: 82px;
  }

  .mobile-draw-bar {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 0 13px;
    grid-template-columns: auto 1px 1fr;
    margin-top: 8px;
    padding: 10px 0 4px;
    position: relative;
    width: 100%;
  }

  .mobile-goal,
  .mobile-draw-time {
    display: flex;
    flex-direction: column;
  }

  .mobile-goal strong,
  .mobile-draw-time strong {
    color: var(--mint);
    font-family: "Sora", sans-serif;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
  }

  .mobile-goal > span,
  .mobile-draw-time > span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    line-height: 1.2;
    order: 2;
  }

  .mobile-status-divider {
    background: rgba(255, 255, 255, 0.22);
    height: 30px;
    width: 1px;
  }

  .mobile-meter {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    bottom: -4px;
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
  }

  .mobile-meter span {
    background: var(--mint);
    display: block;
    height: 100%;
    min-width: 4px;
    transition: width 900ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 0;
  }

  main {
    display: flex;
    flex-direction: column;
  }

  .hero {
    display: none;
  }

  h1 {
    font-size: clamp(43px, 13.5vw, 61px);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    text-align: center;
    width: 100%;
  }

  .draw-panel {
    border-radius: 24px 24px 48px 24px;
  }

  .registration-section {
    background: var(--navy);
    display: flex;
    flex-direction: column;
    gap: 38px;
    order: -1;
    padding-bottom: 58px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    scroll-margin-top: 148px;
  }

  .section-copy {
    display: none;
    padding-left: 6px;
    padding-right: 6px;
  }

  .flow-shell {
    border-radius: 18px;
    box-shadow: 0 14px 42px rgba(2, 11, 47, 0.13);
    min-height: 0;
    padding: 20px 18px 22px;
  }

  .flow-progress {
    display: none;
  }

  .form-heading h3 {
    font-size: clamp(28px, 8.5vw, 34px);
  }

  .form-heading p {
    margin-bottom: 8px;
  }

  .registration-form > label:not(.consent-row) {
    margin-top: 16px;
  }

  .flow-step span {
    display: none;
  }

  .last-call {
    align-items: stretch;
    flex-direction: column;
  }

  .button-light {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
