/**
 * 99SEEDS coupon landing page.
 * Scoped to body.seeds-coupon-page so Astra, Ultimate Member and WooCommerce
 * keep their established appearance everywhere else.
 */

body.seeds-coupon-page {
  --seeds-coupon-petrol: #073b34;
  --seeds-coupon-petrol-deep: #032c27;
  --seeds-coupon-burgundy: #650024;
  --seeds-coupon-burgundy-bright: #8d153f;
  --seeds-coupon-blush: #e6a0b0;
  --seeds-coupon-cream: #fbf5ef;
  --seeds-coupon-paper: #fffaf6;
  --seeds-coupon-ink: #24171b;
  --seeds-coupon-muted: #746a6d;
  --seeds-coupon-line: rgba(36, 23, 27, 0.14);
  background: var(--seeds-coupon-cream);
}

body.seeds-coupon-page .site-content > .ast-container,
body.seeds-coupon-page .site-content .site-main,
body.seeds-coupon-page .site-content .ast-article-single,
body.seeds-coupon-page .site-content .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.seeds-coupon-page .site-content > .ast-container {
  padding-inline: 0 !important;
}

body.seeds-coupon-page .site-content .content-area {
  width: 100%;
  margin: 0 !important;
}

body.seeds-coupon-page .site-content .entry-header,
body.seeds-coupon-page .site-content .post-thumb,
body.seeds-coupon-page .site-content .entry-footer {
  display: none;
}

body.seeds-coupon-page .entry-content > .seeds-coupon {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.seeds-coupon,
.seeds-coupon * {
  box-sizing: border-box;
}

.seeds-coupon {
  overflow: clip;
  background: var(--seeds-coupon-cream);
  color: var(--seeds-coupon-ink);
}

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

.seeds-coupon-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.seeds-coupon-eyebrow,
.seeds-coupon-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--seeds-coupon-burgundy-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.seeds-coupon-eyebrow {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.76);
}

.seeds-coupon-eyebrow span {
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--seeds-coupon-blush);
}

.seeds-coupon-kicker {
  margin-bottom: 20px;
}

/* First viewport: one image-led visual and one functional workspace. */
.seeds-coupon-stage {
  display: grid;
  min-height: clamp(820px, calc(100svh - 88px), 1040px);
  grid-template-columns: minmax(550px, 46.5%) minmax(650px, 53.5%);
  background: var(--seeds-coupon-cream);
}

.seeds-coupon-visual {
  --seeds-coupon-depth-x: 0px;
  --seeds-coupon-depth-y: 0px;
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background: var(--seeds-coupon-petrol-deep);
  color: #fff;
}

.seeds-coupon-visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 44, 39, 0.98) 0%, rgba(3, 44, 39, 0.91) 37%, rgba(3, 44, 39, 0.58) 72%, rgba(3, 44, 39, 0.32) 100%),
    linear-gradient(180deg, rgba(3, 44, 39, 0.16) 42%, rgba(3, 44, 39, 0.9) 100%);
  content: '';
  pointer-events: none;
}

.seeds-coupon-visual::after {
  position: absolute;
  z-index: 4;
  right: -20%;
  bottom: -38%;
  width: min(54vw, 860px);
  aspect-ratio: 1;
  border: 1px solid rgba(230, 160, 176, 0.21);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(230, 160, 176, 0.035), 0 0 0 142px rgba(230, 160, 176, 0.024);
  content: '';
  pointer-events: none;
}

.seeds-coupon-visual__image {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}

.seeds-coupon-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 50%;
  filter: saturate(0.82) contrast(1.04) brightness(0.88);
  transform: scale(1.035);
  animation: seedsCouponImageDepth 15s ease-in-out infinite alternate;
}

.seeds-coupon-visual__grid {
  position: absolute;
  z-index: 3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 50%, transparent 92%);
  pointer-events: none;
}

.seeds-coupon-visual__copy {
  position: relative;
  z-index: 6;
  width: min(100% - 96px, 770px);
  margin: 0 auto;
  padding: clamp(80px, 9vh, 124px) 0 220px;
}

.seeds-coupon-visual__copy h1 {
  max-width: 760px;
  margin-bottom: 31px;
  color: #fff;
  font-size: clamp(56px, 4.55vw, 94px);
  font-weight: 800;
  letter-spacing: -0.062em;
  line-height: 0.91;
}

.seeds-coupon-visual__copy h1 em {
  color: var(--seeds-coupon-blush);
  font-style: normal;
}

.seeds-coupon-visual__lead {
  max-width: 610px;
  margin-bottom: 43px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.68;
}

.seeds-coupon-steps {
  display: grid;
  max-width: 690px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.seeds-coupon-steps li {
  position: relative;
  display: grid;
  min-height: 96px;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 18px 19px 18px 0;
  color: rgba(255, 255, 255, 0.48);
}

.seeds-coupon-steps li + li {
  padding-left: 19px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.seeds-coupon-steps li > span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.seeds-coupon-steps strong,
.seeds-coupon-steps small {
  display: block;
}

.seeds-coupon-steps strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
}

.seeds-coupon-steps small {
  margin-top: 3px;
  color: inherit;
  font-size: 10px;
  line-height: 1.35;
}

.seeds-coupon-steps .is-current::before,
.seeds-coupon-steps .is-complete::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 42%;
  height: 3px;
  background: var(--seeds-coupon-blush);
  content: '';
}

.seeds-coupon-steps .is-current,
.seeds-coupon-steps .is-complete {
  color: rgba(255, 255, 255, 0.72);
}

.seeds-coupon-steps .is-current > span,
.seeds-coupon-steps .is-complete > span {
  color: var(--seeds-coupon-blush);
}

.seeds-coupon-ticket {
  position: absolute;
  z-index: 7;
  right: clamp(46px, 5vw, 102px);
  bottom: clamp(38px, 5vw, 82px);
  display: flex;
  width: min(50%, 390px);
  min-height: 128px;
  padding: 27px 31px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(101, 0, 36, 0.91);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.26);
  clip-path: polygon(0 0, 100% 0, 100% 38%, 96% 42%, 96% 58%, 100% 62%, 100% 100%, 0 100%, 0 62%, 4% 58%, 4% 42%, 0 38%);
  transform: translate3d(var(--seeds-coupon-depth-x), var(--seeds-coupon-depth-y), 0) rotate(-2deg);
  transition: transform 380ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.seeds-coupon-ticket div {
  padding-right: 22px;
  border-right: 1px dashed rgba(255, 255, 255, 0.32);
}

.seeds-coupon-ticket small,
.seeds-coupon-ticket strong,
.seeds-coupon-ticket > span {
  display: block;
}

.seeds-coupon-ticket small {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.seeds-coupon-ticket strong {
  color: #fff;
  font-size: clamp(21px, 1.7vw, 31px);
  letter-spacing: -0.03em;
}

.seeds-coupon-ticket > span {
  max-width: 94px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

/* Functional side: generous width, no floating card. */
.seeds-coupon-workspace {
  position: relative;
  min-width: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 160, 176, 0.2), transparent 31%),
    var(--seeds-coupon-cream);
}

.seeds-coupon-workspace::after {
  position: absolute;
  right: -175px;
  bottom: -175px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(101, 0, 36, 0.1);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.seeds-coupon-workspace__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 760px);
  margin: 0 auto;
  padding: clamp(74px, 8vh, 112px) 0 92px;
}

.seeds-coupon-workspace h2 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--seeds-coupon-ink);
  font-size: clamp(48px, 4vw, 76px);
  font-weight: 800;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.seeds-coupon-workspace__intro {
  max-width: 650px;
  margin-bottom: 38px;
  color: var(--seeds-coupon-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* Ultimate Member registration, isolated to this page. */
.seeds-coupon-register-host .um,
.seeds-coupon-register-host .um-form,
.seeds-coupon-register-host .um-form form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.seeds-coupon-register-host .um-row {
  margin: 0 !important;
}

.seeds-coupon-register-host .um_request_name {
  display: none !important;
}

.seeds-coupon-register-host .um-col-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 20px;
  margin: 0 !important;
}

.seeds-coupon-register-host .um-field {
  min-width: 0;
  padding: 0 !important;
}

.seeds-coupon-register-host .um-field-user_login,
.seeds-coupon-register-host .um-field-user_email {
  grid-column: 1 / -1;
}

.seeds-coupon-register-host .um-field-label {
  margin-bottom: 8px !important;
}

.seeds-coupon-register-host .um-field-label label {
  color: var(--seeds-coupon-ink) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

.seeds-coupon-register-host .um-field-area input[type='text'],
.seeds-coupon-register-host .um-field-area input[type='email'],
.seeds-coupon-register-host .um-field-area input[type='password'] {
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(36, 23, 27, 0.19) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: none !important;
  color: var(--seeds-coupon-ink) !important;
  font-size: 14px !important;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.seeds-coupon-register-host .um-field-area input:hover {
  border-color: rgba(101, 0, 36, 0.45) !important;
}

.seeds-coupon-register-host .um-field-area input:focus {
  border-color: var(--seeds-coupon-burgundy) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(101, 0, 36, 0.08) !important;
}

.seeds-coupon-register-host .um-field-error {
  margin-top: 7px !important;
  border-radius: 2px !important;
  background: var(--seeds-coupon-burgundy) !important;
  font-size: 11px !important;
}

.seeds-coupon-register-host .um-field-error .um-field-arrow {
  color: var(--seeds-coupon-burgundy) !important;
}

.seeds-coupon-register-host .um-col-alt {
  margin-top: 25px !important;
}

.seeds-coupon-register-host .um-left.um-half {
  width: 100% !important;
  float: none !important;
}

.seeds-coupon-register-host .um-right.um-half {
  display: none !important;
}

.seeds-coupon-register-host input[type='submit'].um-button,
.seeds-coupon-register-host .um-button {
  min-height: 56px !important;
  border-radius: 2px !important;
  background: var(--seeds-coupon-burgundy) !important;
  box-shadow: 0 13px 30px rgba(101, 0, 36, 0.17) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.seeds-coupon-register-host input[type='submit'].um-button:hover,
.seeds-coupon-register-host input[type='submit'].um-button:focus-visible,
.seeds-coupon-register-host .um-button:hover,
.seeds-coupon-register-host .um-button:focus-visible {
  background: var(--seeds-coupon-petrol) !important;
  box-shadow: 0 17px 34px rgba(3, 44, 39, 0.2) !important;
  transform: translateY(-1px);
}

.seeds-coupon-register-host .um-field-newsletter_optin {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 23px;
  padding: 19px 20px !important;
  border: 1px solid rgba(101, 0, 36, 0.16);
  background: rgba(230, 160, 176, 0.1);
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-area {
  display: block;
  width: 100%;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-label {
  margin-bottom: 12px !important;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-label label {
  color: var(--seeds-coupon-burgundy) !important;
  font-size: 12px !important;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-checkbox {
  display: grid !important;
  width: 100% !important;
  float: none !important;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-checkbox > input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-checkbox-state {
  position: relative !important;
  width: 22px;
  min-width: 22px;
  height: 22px;
  grid-column: 1;
  grid-row: 1;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-checkbox-option {
  width: auto !important;
  grid-column: 2;
  grid-row: 1;
  margin: 1px 0 0 !important;
  color: var(--seeds-coupon-ink) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-field-checkbox > input:focus-visible + .um-field-checkbox-state {
  border-radius: 2px;
  box-shadow: 0 0 0 3px rgba(101, 0, 36, 0.14);
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-clear {
  display: none;
}

.seeds-coupon-register-host .um-field-newsletter_optin .um-icon-android-checkbox-outline-blank,
.seeds-coupon-register-host .um-field-newsletter_optin .um-icon-android-checkbox-outline {
  color: var(--seeds-coupon-burgundy) !important;
}

.seeds-coupon-newsletter-note {
  display: flex;
  width: 100%;
  margin: 12px 0 0;
  gap: 8px;
  align-items: flex-start;
  clear: both;
  color: var(--seeds-coupon-muted);
  font-size: 11px;
  line-height: 1.55;
}

.seeds-coupon-newsletter-note::before {
  flex: 0 0 auto;
  color: var(--seeds-coupon-petrol);
  content: '✓';
  font-weight: 900;
}

.seeds-coupon-login {
  margin: 18px 0 0;
  color: var(--seeds-coupon-muted);
  font-size: 12px;
  text-align: center;
}

.seeds-coupon-login a {
  color: var(--seeds-coupon-burgundy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.seeds-coupon-privacy {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid var(--seeds-coupon-line);
  color: var(--seeds-coupon-muted);
}

.seeds-coupon-privacy .seeds-coupon-icon {
  color: var(--seeds-coupon-petrol);
}

.seeds-coupon-privacy p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.65;
}

.seeds-coupon-privacy strong {
  color: var(--seeds-coupon-ink);
}

/* Signed-in direct coupon form. */
#preference-quiz-form.seeds-coupon-redeem {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
}

#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-code-block > label {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--seeds-coupon-ink);
  cursor: default;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.seeds-coupon-code-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.seeds-coupon-code-entry input {
  min-width: 0;
  height: 62px;
  padding: 0 18px;
  border: 1px solid rgba(36, 23, 27, 0.19);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  color: var(--seeds-coupon-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.seeds-coupon-code-entry input:focus {
  border-color: var(--seeds-coupon-burgundy);
  box-shadow: 0 0 0 3px rgba(101, 0, 36, 0.08);
}

.seeds-coupon-code-entry button,
#preference-quiz-form.seeds-coupon-redeem #submit-quiz-button {
  display: inline-flex;
  min-height: 58px;
  padding: 14px 21px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--seeds-coupon-burgundy);
  box-shadow: 0 13px 30px rgba(101, 0, 36, 0.17);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.seeds-coupon-code-entry button:hover,
.seeds-coupon-code-entry button:focus-visible,
#preference-quiz-form.seeds-coupon-redeem #submit-quiz-button:hover,
#preference-quiz-form.seeds-coupon-redeem #submit-quiz-button:focus-visible {
  background: var(--seeds-coupon-petrol);
  box-shadow: 0 17px 34px rgba(3, 44, 39, 0.2);
  transform: translateY(-1px);
}

.seeds-coupon-code-entry button:disabled,
#preference-quiz-form.seeds-coupon-redeem #submit-quiz-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.seeds-coupon-code-entry .seeds-coupon-icon,
#preference-quiz-form.seeds-coupon-redeem #submit-quiz-button .seeds-coupon-icon {
  width: 18px;
  height: 18px;
}

#coupon-code-help {
  margin: 10px 0 0;
  color: var(--seeds-coupon-muted);
  font-size: 11px;
  line-height: 1.55;
}

#coupon-response-message,
#quiz-response-message {
  min-height: 21px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}

.seeds-coupon-quiz-success {
  padding: 42px 24px;
  border-top: 1px solid rgba(7, 59, 52, 0.18);
  border-bottom: 1px solid rgba(7, 59, 52, 0.18);
  text-align: center;
}

.seeds-coupon-quiz-success h3 {
  margin-bottom: 9px;
  color: var(--seeds-coupon-petrol);
  font-size: 31px;
}

.seeds-coupon-quiz-success p {
  margin-bottom: 0;
  color: var(--seeds-coupon-muted);
  font-size: 13px;
  line-height: 1.65;
}

.seeds-coupon-preferences {
  margin-top: 35px;
  border-top: 1px solid var(--seeds-coupon-line);
  border-bottom: 1px solid var(--seeds-coupon-line);
}

.seeds-coupon-preferences summary {
  display: flex;
  min-height: 82px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.seeds-coupon-preferences summary::-webkit-details-marker {
  display: none;
}

.seeds-coupon-preferences summary small,
.seeds-coupon-preferences summary strong {
  display: block;
}

.seeds-coupon-preferences summary small {
  margin-bottom: 4px;
  color: var(--seeds-coupon-burgundy-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seeds-coupon-preferences summary strong {
  color: var(--seeds-coupon-ink);
  font-size: 15px;
}

.seeds-coupon-preferences__toggle {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(36, 23, 27, 0.18);
  border-radius: 50%;
  color: var(--seeds-coupon-burgundy);
  font-size: 22px;
  font-weight: 400;
  transition: color 180ms ease, background-color 180ms ease, transform 220ms ease;
}

.seeds-coupon-preferences[open] .seeds-coupon-preferences__toggle {
  background: var(--seeds-coupon-burgundy);
  color: #fff;
  transform: rotate(45deg);
}

.seeds-coupon-preferences__body {
  padding: 10px 0 32px;
}

.seeds-coupon-preferences fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.seeds-coupon-preferences legend {
  margin-bottom: 15px;
  color: var(--seeds-coupon-ink);
  font-size: 12px;
  font-weight: 800;
}

.seeds-coupon-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-choice,
#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-grow-place label {
  position: relative;
  display: grid;
  min-height: 48px;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(36, 23, 27, 0.14);
  background: rgba(255, 255, 255, 0.58);
  color: var(--seeds-coupon-ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-choice:hover,
#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-grow-place label:hover {
  border-color: rgba(101, 0, 36, 0.4);
  box-shadow: none;
  transform: translateY(-1px);
}

#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-choice input,
#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-grow-place input {
  position: absolute;
  display: block !important;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.seeds-coupon-choice > span,
.seeds-coupon-grow-place label > span {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(36, 23, 27, 0.36);
  background: #fff;
}

.seeds-coupon-choice input:checked + span,
.seeds-coupon-grow-place input:checked + span {
  border-color: var(--seeds-coupon-burgundy);
  background: var(--seeds-coupon-burgundy);
  box-shadow: inset 0 0 0 4px #fff;
}

#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-choice:has(input:checked),
#preference-quiz-form.seeds-coupon-redeem .seeds-coupon-grow-place label:has(input:checked) {
  border-color: rgba(101, 0, 36, 0.55);
  background: rgba(230, 160, 176, 0.13);
}

.seeds-coupon-choice input:focus-visible + span,
.seeds-coupon-grow-place input:focus-visible + span {
  outline: 3px solid rgba(101, 0, 36, 0.16);
  outline-offset: 2px;
}

.seeds-coupon-grow-place {
  margin-top: 24px !important;
}

.seeds-coupon-grow-place > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.seeds-coupon-grow-place label > span {
  border-radius: 50%;
}

#preference-quiz-form.seeds-coupon-redeem #submit-quiz-button {
  width: 100%;
  margin-top: 25px;
  border-radius: 2px !important;
  background: var(--seeds-coupon-burgundy) !important;
}

/* Support section uses dividers instead of a card mosaic. */
.seeds-coupon-assurance {
  background: var(--seeds-coupon-paper);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 580ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.seeds-coupon-assurance.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.seeds-coupon-assurance__inner {
  display: grid;
  width: min(100% - 96px, 1640px);
  grid-template-columns: minmax(330px, 0.7fr) minmax(650px, 1.3fr);
  gap: clamp(70px, 8vw, 150px);
  align-items: start;
  margin: 0 auto;
  padding: 108px 0 116px;
}

.seeds-coupon-assurance__intro h2 {
  margin-bottom: 0;
  color: var(--seeds-coupon-petrol-deep);
  font-size: clamp(47px, 4vw, 70px);
  font-weight: 800;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.seeds-coupon-assurance__list {
  border-top: 1px solid var(--seeds-coupon-line);
}

.seeds-coupon-assurance article {
  display: grid;
  min-height: 112px;
  grid-template-columns: 36px 50px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--seeds-coupon-line);
}

.seeds-coupon-assurance article > span {
  color: var(--seeds-coupon-burgundy-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.seeds-coupon-assurance article > .seeds-coupon-icon {
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(101, 0, 36, 0.14);
  border-radius: 50%;
  color: var(--seeds-coupon-burgundy);
}

.seeds-coupon-assurance h3 {
  margin-bottom: 5px;
  color: var(--seeds-coupon-ink);
  font-size: 18px;
  font-weight: 800;
}

.seeds-coupon-assurance article p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--seeds-coupon-muted);
  font-size: 12px;
  line-height: 1.6;
}

.seeds-coupon-final {
  display: flex;
  min-height: 370px;
  padding: 80px max(48px, calc((100% - 1640px) / 2));
  align-items: center;
  justify-content: space-between;
  background:
    radial-gradient(circle at 82% 12%, rgba(230, 160, 176, 0.14), transparent 31%),
    var(--seeds-coupon-burgundy);
  color: #fff;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 580ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.seeds-coupon-final.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.seeds-coupon-final .seeds-coupon-kicker {
  color: var(--seeds-coupon-blush);
}

.seeds-coupon-final h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(52px, 5vw, 84px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.93;
}

.seeds-coupon-final h2 em {
  color: var(--seeds-coupon-blush);
  font-style: normal;
}

.seeds-coupon-final > a {
  display: inline-flex;
  min-height: 58px;
  padding: 14px 24px;
  gap: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.seeds-coupon-final > a:hover,
.seeds-coupon-final > a:focus-visible {
  background: #fff;
  color: var(--seeds-coupon-burgundy);
  transform: translateY(-2px);
}

.seeds-coupon-final > a .seeds-coupon-icon {
  width: 19px;
  height: 19px;
}

/* First-view entrance sequence. */
.seeds-coupon-visual__copy > *,
.seeds-coupon-ticket,
.seeds-coupon-workspace__inner > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 540ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.seeds-coupon-ticket {
  transform: translate3d(var(--seeds-coupon-depth-x), calc(var(--seeds-coupon-depth-y) + 20px), 0) rotate(-2deg);
}

.seeds-coupon.is-ready .seeds-coupon-visual__copy > *,
.seeds-coupon.is-ready .seeds-coupon-workspace__inner > * {
  opacity: 1;
  transform: translateY(0);
}

.seeds-coupon.is-ready .seeds-coupon-ticket {
  opacity: 1;
  transform: translate3d(var(--seeds-coupon-depth-x), var(--seeds-coupon-depth-y), 0) rotate(-2deg);
}

.seeds-coupon-visual__copy > :nth-child(2),
.seeds-coupon-workspace__inner > :nth-child(2) {
  transition-delay: 70ms;
}

.seeds-coupon-visual__copy > :nth-child(3),
.seeds-coupon-workspace__inner > :nth-child(3) {
  transition-delay: 135ms;
}

.seeds-coupon-visual__copy > :nth-child(4),
.seeds-coupon-workspace__inner > :nth-child(4) {
  transition-delay: 200ms;
}

.seeds-coupon-ticket {
  transition-delay: 260ms;
}

@keyframes seedsCouponImageDepth {
  0% { transform: scale(1.035) translate3d(0, 0, 0); }
  100% { transform: scale(1.075) translate3d(-0.8%, -0.5%, 0); }
}

@media (max-width: 1439px) {
  .seeds-coupon-stage {
    grid-template-columns: minmax(500px, 44%) minmax(640px, 56%);
  }

  .seeds-coupon-visual__copy {
    width: min(100% - 72px, 680px);
  }

  .seeds-coupon-visual__copy h1 {
    font-size: clamp(52px, 5vw, 76px);
  }

  .seeds-coupon-ticket {
    right: 38px;
    width: min(56%, 350px);
  }

  .seeds-coupon-workspace__inner {
    width: min(100% - 72px, 710px);
  }
}

@media (max-width: 1199px) {
  .seeds-coupon-stage {
    grid-template-columns: minmax(440px, 43%) minmax(560px, 57%);
  }

  .seeds-coupon-visual__copy {
    width: min(100% - 54px, 610px);
  }

  .seeds-coupon-steps {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .seeds-coupon-steps li {
    min-height: 58px;
    padding: 8px 0 8px 18px;
  }

  .seeds-coupon-steps li + li {
    padding-left: 18px;
    border-left: 0;
  }

  .seeds-coupon-steps .is-current::before,
  .seeds-coupon-steps .is-complete::before {
    top: 0;
    bottom: 0;
    left: -2px;
    width: 3px;
    height: auto;
  }

  .seeds-coupon-ticket {
    width: calc(100% - 54px);
    max-width: 340px;
  }

  .seeds-coupon-workspace__inner {
    width: min(100% - 54px, 660px);
  }

  .seeds-coupon-workspace h2 {
    font-size: clamp(45px, 5.2vw, 64px);
  }
}

@media (max-width: 1023px) {
  .seeds-coupon-stage {
    display: block;
    min-height: 0;
  }

  .seeds-coupon-visual {
    min-height: 700px;
  }

  .seeds-coupon-visual__copy {
    width: min(100% - 72px, 760px);
    padding: 84px 0 210px;
  }

  .seeds-coupon-visual__copy h1 {
    font-size: clamp(60px, 9vw, 88px);
  }

  .seeds-coupon-visual__lead {
    max-width: 580px;
  }

  .seeds-coupon-steps {
    max-width: 580px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .seeds-coupon-steps li {
    min-height: 88px;
    padding: 15px 15px 15px 0;
  }

  .seeds-coupon-steps li + li {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .seeds-coupon-steps .is-current::before,
  .seeds-coupon-steps .is-complete::before {
    top: -2px;
    bottom: auto;
    left: 0;
    width: 42%;
    height: 3px;
  }

  .seeds-coupon-ticket {
    right: 38px;
    bottom: 38px;
    width: min(48%, 360px);
  }

  .seeds-coupon-workspace__inner {
    width: min(100% - 72px, 760px);
    padding: 86px 0 96px;
  }

  .seeds-coupon-assurance__inner {
    width: min(100% - 72px, 900px);
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .seeds-coupon-final {
    padding-inline: 36px;
  }
}

@media (max-width: 767px) {
  .seeds-coupon-visual {
    min-height: 650px;
  }

  .seeds-coupon-visual::before {
    background:
      linear-gradient(180deg, rgba(3, 44, 39, 0.93) 0%, rgba(3, 44, 39, 0.72) 55%, rgba(3, 44, 39, 0.91) 100%);
  }

  .seeds-coupon-visual__image img {
    object-position: 50% 50%;
  }

  .seeds-coupon-visual__copy {
    width: calc(100% - 38px);
    padding: 62px 0 178px;
  }

  .seeds-coupon-eyebrow {
    margin-bottom: 19px;
    font-size: 9px;
  }

  .seeds-coupon-visual__copy h1 {
    margin-bottom: 23px;
    font-size: clamp(47px, 13.3vw, 62px);
    letter-spacing: -0.058em;
  }

  .seeds-coupon-visual__lead {
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 1.6;
  }

  .seeds-coupon-steps {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .seeds-coupon-steps li {
    min-height: 48px;
    grid-template-columns: 25px minmax(0, 1fr);
    padding: 5px 0 5px 15px;
  }

  .seeds-coupon-steps li + li {
    padding-left: 15px;
    border-left: 0;
  }

  .seeds-coupon-steps .is-current::before,
  .seeds-coupon-steps .is-complete::before {
    top: 0;
    bottom: 0;
    left: -2px;
    width: 3px;
    height: auto;
  }

  .seeds-coupon-steps small {
    display: inline;
    margin: 0 0 0 6px;
  }

  .seeds-coupon-ticket {
    right: 19px;
    bottom: 24px;
    width: calc(100% - 38px);
    min-height: 112px;
    padding: 22px 24px;
  }

  .seeds-coupon-ticket strong {
    font-size: 24px;
  }

  .seeds-coupon-workspace__inner {
    width: calc(100% - 38px);
    padding: 68px 0 78px;
  }

  .seeds-coupon-workspace h2 {
    font-size: clamp(43px, 12.5vw, 57px);
  }

  .seeds-coupon-workspace__intro {
    margin-bottom: 32px;
    font-size: 13px;
  }

  .seeds-coupon-register-host .um-col-1 {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .seeds-coupon-register-host .um-field-user_login,
  .seeds-coupon-register-host .um-field-user_email {
    grid-column: auto;
  }

  .seeds-coupon-register-host .um-field-newsletter_optin {
    padding: 17px !important;
  }

  .seeds-coupon-code-entry {
    grid-template-columns: 1fr;
  }

  .seeds-coupon-code-entry button {
    width: 100%;
  }

  .seeds-coupon-choice-grid {
    grid-template-columns: 1fr;
  }

  .seeds-coupon-assurance__inner {
    width: calc(100% - 38px);
    gap: 40px;
    padding: 76px 0 82px;
  }

  .seeds-coupon-assurance__intro h2 {
    font-size: clamp(42px, 12.5vw, 56px);
  }

  .seeds-coupon-assurance article {
    grid-template-columns: 28px 42px minmax(0, 1fr);
    gap: 13px;
  }

  .seeds-coupon-assurance article > .seeds-coupon-icon {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .seeds-coupon-final {
    min-height: 390px;
    flex-direction: column;
    padding: 74px 19px;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
  }

  .seeds-coupon-final h2 {
    font-size: clamp(48px, 13.5vw, 62px);
  }

  .seeds-coupon-final > a {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .seeds-coupon-visual__copy,
  .seeds-coupon-workspace__inner,
  .seeds-coupon-assurance__inner {
    width: calc(100% - 30px);
  }

  .seeds-coupon-ticket {
    right: 15px;
    width: calc(100% - 30px);
  }

  .seeds-coupon-ticket > span {
    display: none;
  }

  .seeds-coupon-ticket div {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}

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

  .seeds-coupon-visual__image img,
  .seeds-coupon-visual__copy > *,
  .seeds-coupon-ticket,
  .seeds-coupon-workspace__inner > *,
  .seeds-coupon-assurance,
  .seeds-coupon-final {
    opacity: 1;
    transform: none;
  }
}
