.iwt-campaign {
  --ink: #10181e;
  --ink-soft: #1b252c;
  --paper: #f6f3ee;
  --white: #ffffff;
  --pink: #d45d76;
  --pink-dark: #a93f56;
  --gold: #c68a28;
  --line: rgba(16, 24, 30, .14);
  --shadow: 0 28px 80px rgba(7, 13, 17, .16);
  --iwt-scroll-offset: 24px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  overflow: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.iwt-campaign *,
.iwt-campaign *::before,
.iwt-campaign *::after { box-sizing: border-box; }
.iwt-campaign [hidden] { display: none !important; }
.iwt-campaign a { color: inherit; }
.iwt-campaign button,
.iwt-campaign input,
.iwt-campaign select { font: inherit; }

.iwt-hero {
  position: relative;
  min-height: min(840px, 88vh);
  color: var(--white);
  background:
    radial-gradient(circle at 28% 8%, rgba(212, 93, 118, .18), transparent 33%),
    linear-gradient(145deg, #091116 0%, #121d24 74%, #20272a 100%);
}

.iwt-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(6, 12, 16, .68), transparent);
}

.iwt-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  width: min(1240px, calc(100% - 64px));
  min-height: min(840px, 88vh);
  margin: 0 auto;
}

.iwt-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 88px 64px 88px 0;
}

.iwt-kicker,
.iwt-eyebrow,
.iwt-admin__eyebrow {
  margin: 0 0 18px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.iwt-kicker { display: flex; align-items: center; color: #f2a3b3; }
.iwt-kicker span { display: inline-block; width: 32px; height: 2px; margin-right: 12px; background: currentColor; }

.iwt-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(64px, 7.1vw, 108px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .88;
  text-transform: uppercase;
}

.iwt-hero h1 em { color: var(--pink); font-style: normal; }

.iwt-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.iwt-prize-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 0;
}

.iwt-prize-line span {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}
.iwt-prize-line strong { color: var(--white); }

.iwt-primary-link,
.iwt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 14px 22px;
  border: 0;
  border-radius: 5px;
  background: var(--pink);
  box-shadow: 0 14px 30px rgba(212, 93, 118, .22);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.iwt-primary-link { margin-top: 30px; }
.iwt-primary-link:hover,
.iwt-button:hover { background: #df6b82; box-shadow: 0 16px 34px rgba(212, 93, 118, .3); transform: translateY(-2px); }
.iwt-primary-link:focus-visible,
.iwt-button:focus-visible,
.iwt-back:focus-visible,
.iwt-campaign input:focus-visible,
.iwt-campaign select:focus-visible { outline: 3px solid rgba(212, 93, 118, .35); outline-offset: 3px; }

.iwt-deadline { margin: 16px 0 0; color: rgba(255, 255, 255, .5); font-size: 12px; }

.iwt-hero__visual {
  position: relative;
  z-index: 1;
  min-height: 720px;
  background-image:
    linear-gradient(90deg, #101a20 0%, rgba(16, 26, 32, .92) 6%, rgba(16, 26, 32, .1) 48%, rgba(16, 26, 32, 0) 100%),
    linear-gradient(0deg, rgba(10, 18, 23, .38), transparent 40%),
    var(--iwt-hero-image);
  background-position: center, center, 65% center;
  background-size: cover, cover, auto 100%;
  background-repeat: no-repeat;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}

.iwt-prize-orbit {
  position: absolute;
  right: 5%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 168px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(190, 69, 94, .92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
  text-align: center;
  transform: rotate(-6deg);
}
.iwt-prize-orbit span { padding-bottom: 6px; border-bottom: 1px solid rgba(255, 255, 255, .65); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.iwt-prize-orbit strong { margin-top: 8px; font-size: 21px; }
.iwt-prize-orbit small { font-size: 14px; }

.iwt-entry-section {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(560px, 1.28fr);
  gap: clamp(44px, 7vw, 100px);
  width: min(1180px, calc(100% - 64px));
  margin: -46px auto 0;
  padding: 112px 0 120px;
}

.iwt-entry-intro { padding-top: 52px; }
.iwt-entry-intro h2,
.iwt-product-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
}
.iwt-entry-intro > p:not(.iwt-eyebrow) { max-width: 430px; margin: 26px 0 0; color: #53616a; font-size: 17px; }

.iwt-countdown { display: flex; gap: 8px; margin-top: 30px; }
.iwt-countdown div { min-width: 76px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, .45); text-align: center; }
.iwt-countdown strong { display: block; font-size: 24px; line-height: 1; }
.iwt-countdown span { display: block; margin-top: 5px; color: #738089; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.iwt-form-card {
  position: relative;
  min-height: 590px;
  scroll-margin-top: var(--iwt-scroll-offset);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}


.iwt-form-section + .iwt-form-section {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.iwt-fieldset { min-width: 0; margin: 0 0 28px; padding: 0; border: 0; }
.iwt-fieldset legend { width: 100%; margin: 0; padding: 0; color: var(--ink); font-size: 21px; font-weight: 800; letter-spacing: -.025em; }
.iwt-help { margin: 6px 0 20px; color: #77828a; font-size: 13px; }
.iwt-step-intro { margin-top: 0; }

.iwt-colors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.iwt-color-choice { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 9px; padding: 14px 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: #536069; font-size: 12px; font-weight: 700; text-align: center; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.iwt-color-choice:hover { border-color: rgba(212, 93, 118, .5); transform: translateY(-2px); }
.iwt-color-choice:has(input:checked) { border-color: var(--pink); box-shadow: 0 0 0 2px rgba(212, 93, 118, .14); color: var(--ink); }
.iwt-color-choice:has(input:focus-visible),
.iwt-option-card:has(input:focus-visible) { outline: 3px solid rgba(212, 93, 118, .35); outline-offset: 3px; }
.iwt-color-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.iwt-swatch { display: block; width: 100%; height: 76px; border: 1px solid rgba(0, 0, 0, .08); border-radius: 6px; background: var(--swatch); box-shadow: inset 0 1px rgba(255, 255, 255, .25); }

.iwt-options { display: grid; gap: 10px; margin-top: 16px; }
.iwt-options--two { grid-template-columns: 1fr 1fr; }
.iwt-option-card { position: relative; display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease; }
.iwt-option-card:has(input:checked) { border-color: var(--pink); box-shadow: 0 0 0 2px rgba(212, 93, 118, .12); }
.iwt-option-card input { position: absolute; opacity: 0; }
.iwt-radio-dot { flex: 0 0 auto; width: 18px; height: 18px; border: 1px solid #b7bfc4; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 4px #fff; }
.iwt-option-card:has(input:checked) .iwt-radio-dot { border-color: var(--pink); background: var(--pink); }
.iwt-option-card strong { display: block; font-size: 14px; line-height: 1.2; }
.iwt-option-card small { display: block; margin-top: 3px; color: #7a858c; font-size: 11px; line-height: 1.25; }

.iwt-pill-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.iwt-pill-options label { position: relative; }
.iwt-pill-options input { position: absolute; opacity: 0; }
.iwt-pill-options span { display: block; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #55626a; font-size: 12px; font-weight: 700; cursor: pointer; }
.iwt-pill-options label:has(input:checked) span { border-color: var(--pink); background: rgba(212, 93, 118, .09); color: var(--pink-dark); }
.iwt-pill-options label:has(input:focus-visible) span { outline: 3px solid rgba(212, 93, 118, .35); outline-offset: 3px; }

.iwt-conditional { margin: -14px 0 28px; padding: 18px; border-left: 3px solid var(--pink); border-radius: 0 7px 7px 0; background: #f8f4f1; }
.iwt-label,
.iwt-grid label,
.iwt-settings-block { color: var(--ink); font-size: 13px; font-weight: 750; }
.iwt-campaign input[type="text"],
.iwt-campaign input[type="email"],
.iwt-campaign input[type="tel"],
.iwt-campaign select {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 10px 12px;
  border: 1px solid #cfd4d7;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  color: var(--ink);
}
.iwt-campaign input::placeholder { color: #a0a8ad; }
.iwt-campaign input:focus,
.iwt-campaign select:focus { border-color: var(--pink); }
.iwt-campaign .iwt-field--error { border-color: #bd2e3e !important; box-shadow: 0 0 0 2px rgba(189, 46, 62, .1) !important; }
.iwt-fieldset.iwt-field--error { padding: 12px; border: 1px solid #bd2e3e; border-radius: 8px; }

.iwt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.iwt-grid__full { grid-column: 1 / -1; }
.iwt-grid small { color: #899299; font-weight: 500; }

.iwt-consents { display: grid; gap: 12px; margin: 26px 0 0; }
.iwt-consents label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #59666e; font-size: 12px; line-height: 1.45; cursor: pointer; }
.iwt-consents input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--pink); }
.iwt-consents a { color: var(--pink-dark); font-weight: 700; }

.iwt-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; }
.iwt-actions--end { justify-content: flex-end; }
.iwt-back { min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: #6b777f; font-weight: 700; cursor: pointer; }
.iwt-button { min-width: 158px; }
.iwt-button--submit { min-width: 230px; }
.iwt-button[disabled] { opacity: .65; pointer-events: none; }
.iwt-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.5); border-top-color: #fff; border-radius: 50%; animation: iwt-spin .7s linear infinite; }
.iwt-button.is-loading .iwt-spinner { display: block; }
@keyframes iwt-spin { to { transform: rotate(360deg); } }
.iwt-form-message { display: none; margin: 0 0 20px; padding: 11px 13px; border-radius: 5px; background: #fff0f1; color: #9f2638; font-size: 13px; }
.iwt-form-message.is-visible { display: block; }
.iwt-security-note { margin: 12px 0 0; color: #8a949a; font-size: 11px; text-align: right; }
.iwt-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.iwt-success { display: flex; min-height: 480px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.iwt-success__icon { display: grid; width: 72px; height: 72px; margin-bottom: 24px; place-items: center; border-radius: 50%; background: var(--pink); box-shadow: 0 14px 34px rgba(212, 93, 118, .25); color: #fff; font-size: 32px; }
.iwt-success h3 { max-width: 500px; margin: 0; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.05em; line-height: 1; }
.iwt-success > p:not(.iwt-eyebrow) { max-width: 470px; margin: 20px 0 0; color: #657179; }
.iwt-success .iwt-success__date { color: var(--pink-dark); font-weight: 750; }

.iwt-product-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 130px);
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 104px 0;
  border-top: 1px solid var(--line);
}
.iwt-product-copy { padding-top: 20px; color: #53616a; font-size: 18px; }
.iwt-product-copy p { margin-top: 0; }
.iwt-product-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.iwt-product-copy li { position: relative; margin: 12px 0; padding-left: 28px; }
.iwt-product-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--pink); font-weight: 900; }

.iwt-legal-strip { padding: 24px max(32px, calc((100vw - 1180px) / 2)); background: var(--ink); color: rgba(255, 255, 255, .56); }
.iwt-legal-strip p { max-width: 900px; margin: 0; font-size: 11px; }

@media (max-width: 960px) {
  .iwt-hero { min-height: auto; }
  .iwt-hero__inner { grid-template-columns: 1fr; width: 100%; min-height: auto; }
  .iwt-hero__copy { min-height: 650px; padding: 90px max(28px, 7vw); background: linear-gradient(90deg, rgba(9,17,22,.97) 0%, rgba(9,17,22,.88) 55%, rgba(9,17,22,.4) 100%); }
  .iwt-hero__visual { position: absolute; inset: 0; min-height: 650px; background-image: var(--iwt-hero-image); background-position: 88% center; background-size: auto 112%; background-repeat: no-repeat; clip-path: none; opacity: .72; }
  .iwt-prize-orbit { right: max(20px, 4vw); bottom: 25px; width: 130px; }
  .iwt-prize-orbit strong { font-size: 17px; }
  .iwt-entry-section { grid-template-columns: 1fr; gap: 44px; width: min(720px, calc(100% - 40px)); margin-top: 0; padding: 80px 0; }
  .iwt-entry-intro { padding-top: 0; }
  .iwt-entry-intro > p:not(.iwt-eyebrow) { max-width: 620px; }
}

@media (max-width: 620px) {
  .iwt-hero__copy { min-height: 660px; padding: 76px 22px 150px; }
  .iwt-hero h1 { font-size: clamp(52px, 17vw, 78px); }
  .iwt-lead { font-size: 17px; }
  .iwt-prize-line { gap: 6px; }
  .iwt-prize-line span { padding: 7px 10px; font-size: 11px; }
  .iwt-primary-link { width: 100%; }
  .iwt-deadline { max-width: 270px; }
  .iwt-prize-orbit { right: 18px; bottom: 18px; width: 120px; }
  .iwt-entry-section { width: min(100% - 24px, 720px); padding: 62px 0 76px; }
  .iwt-form-card { min-height: 0; padding: 25px 18px; border-radius: 10px; }
  .iwt-colors { grid-template-columns: repeat(2, 1fr); }
  .iwt-swatch { height: 64px; }
  .iwt-options--two,
  .iwt-grid,
  .iwt-product-section { grid-template-columns: 1fr; }
  .iwt-grid__full { grid-column: auto; }
  .iwt-product-section { width: min(100% - 40px, 1180px); gap: 24px; padding: 72px 0; }
  .iwt-product-copy { padding-top: 0; font-size: 16px; }
  .iwt-actions { align-items: stretch; flex-direction: column-reverse; }
  .iwt-actions--end { flex-direction: column; }
  .iwt-button { width: 100%; }
  .iwt-back { text-align: left; }
  .iwt-security-note { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .iwt-campaign *,
  .iwt-campaign *::before,
  .iwt-campaign *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}