.epc-offers-page {
  --offer-primary: #284adc;
  --offer-soft-blue: #a4b3f9;
  --offer-navy: #010826;
  --offer-offwhite: #fcf5e7;
  --offer-green: #60d175;
  --offer-ink: #010826;
  --offer-muted: rgba(1, 8, 38, .68);
  --offer-line: rgba(40, 74, 220, .16);
  --offer-shadow: 0 24px 70px rgba(1, 8, 38, .13);
  --offer-soft-shadow: 0 16px 42px rgba(40, 74, 220, .11);
  background: #fff;
}

.epc-offers-page html,
.epc-offers-page {
  scroll-behavior: smooth;
}

.offer-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 98px) 0 clamp(52px, 6vw, 86px);
  background:
    radial-gradient(circle at 12% 18%, rgba(164, 179, 249, .62), transparent 32%),
    radial-gradient(circle at 90% 14%, rgba(96, 209, 117, .18), transparent 24%),
    linear-gradient(135deg, #fff 0%, var(--offer-offwhite) 38%, rgba(164, 179, 249, .45) 100%);
}

.offer-hero__glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .48;
  filter: blur(10px);
  animation: offerFloat 10s ease-in-out infinite;
}

.offer-hero__glow--one {
  left: -130px;
  top: 96px;
  background: radial-gradient(circle, rgba(164, 179, 249, .82), transparent 64%);
}

.offer-hero__glow--two {
  right: -115px;
  bottom: 4px;
  background: radial-gradient(circle, rgba(40, 74, 220, .24), transparent 66%);
  animation-delay: -4s;
}

.offer-hero__grid,
.offer-two-col,
.offer-study-grid,
.offer-dark-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4.6vw, 56px);
  align-items: center;
}

.offer-hero__content,
.offer-hero__media,
.offer-intro__panel,
.offer-form-shell {
  position: relative;
  z-index: 1;
}

.offer-kicker,
.section-title__tagline {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--offer-primary);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.offer-kicker:before,
.section-title__tagline:before,
.section-title__tagline:after {
  display: none !important;
}

.offer-kicker:after,
.section-title__tagline:after {
  content: "";
  display: block !important;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--offer-primary), var(--offer-soft-blue));
}

.section-title.text-center .section-title__tagline {
  align-items: center;
}

.offer-hero h1,
.offer-copy h2,
.offer-close h2,
.offer-form-intro h2,
.offer-dark-copy h2 {
  color: var(--offer-ink);
  font-weight: 700;
  letter-spacing: 0;
}

.offer-hero h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-size: clamp(36px, 4.35vw, 58px);
  line-height: 1.07;
}

.offer-hero p,
.offer-copy p,
.offer-close p,
.offer-form-intro p,
.offer-dark-copy p {
  margin: 0 0 16px;
  color: var(--offer-muted);
  font-size: 18px;
  line-height: 1.75;
}

.offer-hero__lead {
  color: var(--offer-ink) !important;
  font-size: clamp(20px, 1.8vw, 24px) !important;
  line-height: 1.45 !important;
  font-weight: 700;
}

.offer-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.offer-btn {
  border: 0;
  cursor: pointer;
  background-color: var(--offer-primary);
  box-shadow: 0 14px 30px rgba(40, 74, 220, .26);
}

.offer-btn:after {
  background-color: var(--offer-navy);
}

.offer-btn,
.offer-btn-secondary {
  box-sizing: border-box;
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.offer-btn:hover,
.offer-btn:focus-visible,
.offer-btn-secondary:hover,
.offer-btn-secondary:focus-visible {
  transform: translateY(-3px);
}

.offer-btn-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 13px 26px;
  border: 1px solid rgba(40, 74, 220, .24);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  color: var(--offer-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.offer-btn-secondary:hover,
.offer-btn-secondary:focus-visible {
  color: var(--offer-primary);
  box-shadow: var(--offer-soft-shadow);
}

.offer-hero__media {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.offer-hero__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(40, 74, 220, .18);
  border-radius: 8px;
  box-shadow: var(--offer-shadow);
  background: var(--offer-navy);
}

.offer-hero__image:after,
.offer-dark-image:after,
.offer-support-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(1, 8, 38, .14), rgba(40, 74, 220, .2));
  pointer-events: none;
}

.offer-hero__image img,
.offer-dark-image img,
.offer-support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .6s ease;
}

.offer-hero__image img {
  object-fit: cover;
  background: linear-gradient(135deg, var(--offer-navy), var(--offer-primary));
}

.offer-hero__media:hover img,
.offer-dark-image:hover img,
.offer-support-image:hover img {
  transform: scale(1.025);
}

.offer-hero__ticket {
  position: absolute;
  left: -14px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 24px);
  padding: 18px 20px;
  border: 1px solid rgba(164, 179, 249, .5);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 45px rgba(1, 8, 38, .18);
  color: var(--offer-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.offer-hero__ticket strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--offer-green);
  color: var(--offer-navy);
  font-size: 24px;
}

.offer-section {
  padding: clamp(62px, 7vw, 104px) 0;
  background: #fff;
}

.offer-section--warm {
  background:
    radial-gradient(circle at 10% 10%, rgba(164, 179, 249, .26), transparent 30%),
    linear-gradient(180deg, #fff 0%, rgba(164, 179, 249, .18) 100%);
}

.offer-section--dark {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(164, 179, 249, .18), transparent 28%),
    linear-gradient(135deg, var(--offer-navy) 0%, var(--offer-primary) 100%);
}

.offer-intro {
  padding: 0;
  background: #fff;
}

.offer-intro__panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 22px;
  align-items: center;
  margin-top: -42px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(164, 179, 249, .46);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 209, 117, .11), transparent 24%),
    #fff;
  box-shadow: var(--offer-shadow);
  isolation: isolate;
  overflow: hidden;
}

.offer-intro__panel:before,
.offer-intro__panel:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.offer-intro__panel:before {
  left: clamp(-92px, -7vw, -52px);
  top: 50%;
  z-index: 0;
  width: clamp(180px, 22vw, 300px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(252, 245, 231, .68) 0 12%, rgba(96, 209, 117, .22) 13% 28%, rgba(164, 179, 249, .25) 29% 52%, rgba(40, 74, 220, .14) 53% 68%, transparent 69%);
  filter: blur(18px);
  opacity: .82;
  transform: translateY(-50%);
}

.offer-intro__panel:after {
  left: clamp(-38px, -3vw, -22px);
  top: 18%;
  z-index: 0;
  width: clamp(58px, 8vw, 96px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(252, 245, 231, .78), rgba(164, 179, 249, .24) 46%, transparent 72%);
  filter: blur(10px);
  opacity: .74;
}

.offer-intro__border {
  position: absolute;
  inset: -1px;
  z-index: 2;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  overflow: visible;
  pointer-events: none;
}

.offer-intro__border-base,
.offer-intro__border-runner {
  x: 1px;
  y: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  rx: 8px;
  ry: 8px;
  fill: none;
  vector-effect: non-scaling-stroke;
}

.offer-intro__border-base {
  stroke: rgba(164, 179, 249, .45);
  stroke-width: 1.2;
}

.offer-intro__border-runner {
  stroke: var(--offer-primary);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 24 76;
  stroke-dashoffset: 0;
  filter: url(#offer-border-glow);
  animation: offerBorderTravel 9.5s ease-in-out infinite;
}

.offer-intro__panel > :not(.offer-intro__border) {
  position: relative;
  z-index: 3;
}

.offer-intro h2,
.offer-copy h2,
.offer-close h2,
.offer-form-intro h2,
.offer-dark-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.16;
}

.offer-intro h2 {
  max-width: 420px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.02;
  text-shadow: 0 12px 34px rgba(40, 74, 220, .16);
}

.offer-intro__copy > p:first-child {
  margin: 0;
  color: var(--offer-ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 700;
}

.offer-intro__copy > p {
  margin: 14px 0 0;
  color: var(--offer-muted);
  font-size: 17px;
  line-height: 1.7;
}

.offer-text-emphasis {
  color: var(--offer-ink);
  font-weight: 700;
  background:
    linear-gradient(180deg, transparent 60%, rgba(164, 179, 249, .34) 60% 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.offer-text-emphasis--strong {
  padding: 1px 6px 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(164, 179, 249, .34), rgba(96, 209, 117, .2));
  color: var(--offer-primary);
  white-space: nowrap;
}

.offer-path {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}

.offer-path article,
.offer-level-card,
.offer-details-grid > div {
  border: 1px solid var(--offer-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--offer-soft-shadow);
}

.offer-path article {
  padding: 26px;
}

.offer-path span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(164, 179, 249, .28);
  color: var(--offer-primary);
  font-weight: 700;
}

.offer-path h3,
.offer-level-card h3 {
  margin: 0;
  color: var(--offer-ink);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.offer-path__line {
  position: relative;
  width: 48px;
}

.offer-path__line:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--offer-primary), var(--offer-green));
  transform: translate(-50%, -50%);
}

.offer-path__line:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--offer-green);
  border-right: 3px solid var(--offer-green);
  transform: translateY(-50%) rotate(45deg);
}

.offer-audience {
  max-width: 1080px;
  margin: 0 auto;
}

.offer-audience__lead {
  margin: 0 0 22px;
  color: var(--offer-ink);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.offer-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.offer-check-grid li {
  min-height: 126px;
  padding: 24px;
  border: 1px solid rgba(40, 74, 220, .15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(164, 179, 249, .09) 100%);
  color: var(--offer-ink);
  font-size: 17px;
  line-height: 1.55;
  box-shadow: 0 12px 30px rgba(1, 8, 38, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.offer-check-grid li:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 74, 220, .34);
  box-shadow: var(--offer-soft-shadow);
}

.offer-check-grid i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  border-radius: 50%;
  background: rgba(96, 209, 117, .18);
  color: var(--offer-green);
  font-size: 13px;
}

.offer-study-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.offer-level-card {
  margin-top: 18px;
  padding: 26px;
}

.offer-level-card--accent {
  border-color: rgba(96, 209, 117, .34);
  background: linear-gradient(135deg, #fff, rgba(164, 179, 249, .12));
}

.offer-level-card p {
  margin-top: 12px;
}

.offer-support-image,
.offer-dark-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(164, 179, 249, .24);
  border-radius: 8px;
  box-shadow: var(--offer-shadow);
  background: var(--offer-navy);
}

.offer-support-image {
  min-height: 520px;
}

.offer-dark-grid {
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
}

.offer-dark-copy h2,
.offer-dark-copy p {
  color: #fff;
}

.offer-dark-copy p {
  color: rgba(255, 255, 255, .78);
}

.offer-section--dark .offer-kicker {
  color: #fff;
}

.offer-section--dark .offer-kicker:after {
  background: linear-gradient(90deg, var(--offer-soft-blue), var(--offer-green));
}

.offer-dark-image {
  min-height: 410px;
}

.offer-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
}

.offer-details-grid > div {
  position: relative;
  min-height: 184px;
  padding: 28px 26px 26px;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.offer-details-grid > div:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(164, 179, 249, .22), transparent 34%);
  pointer-events: none;
}

.offer-details-grid > div:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 74, 220, .34);
  box-shadow: var(--offer-shadow);
}

.offer-detail-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(164, 179, 249, .44), rgba(96, 209, 117, .22));
  color: var(--offer-primary);
  font-size: 18px;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.offer-details-grid > div:hover .offer-detail-icon {
  transform: translateY(-2px) scale(1.04);
  background: var(--offer-primary);
  color: #fff;
}

.offer-details-grid dt,
.offer-details-grid dd {
  position: relative;
  z-index: 1;
}

.offer-details-grid dt {
  margin: 0 0 8px;
  color: var(--offer-primary);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.offer-details-grid dd {
  margin: 0;
  color: var(--offer-ink);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.offer-close {
  padding-top: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}

.offer-close__panel,
.offer-form-shell {
  border-radius: 8px;
  box-shadow: var(--offer-shadow);
}

.offer-close__panel {
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(164, 179, 249, .42);
  background:
    radial-gradient(circle at 92% 12%, rgba(96, 209, 117, .14), transparent 28%),
    linear-gradient(135deg, #fff, rgba(164, 179, 249, .13));
}

.offer-form-section {
  padding-top: clamp(44px, 5vw, 72px);
  background:
    radial-gradient(circle at 8% 0%, rgba(164, 179, 249, .32), transparent 30%),
    linear-gradient(180deg, #fff 0%, rgba(164, 179, 249, .18) 100%);
}

.offer-form-shell {
  display: grid;
  grid-template-columns: minmax(280px, .36fr) minmax(0, .64fr);
  gap: clamp(28px, 4.5vw, 56px);
  align-items: start;
  padding: clamp(24px, 4.4vw, 54px);
  border: 1px solid rgba(164, 179, 249, .48);
  background:
    radial-gradient(circle at 0% 0%, rgba(164, 179, 249, .28), transparent 32%),
    radial-gradient(circle at 100% 8%, rgba(96, 209, 117, .12), transparent 24%),
    rgba(255, 255, 255, .96);
}

.offer-form-intro {
  align-self: start;
  position: sticky;
  top: 126px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(40, 74, 220, .16);
  border-radius: 8px;
  background:
    linear-gradient(160deg, var(--offer-navy) 0%, var(--offer-primary) 100%);
  box-shadow: 0 18px 42px rgba(1, 8, 38, .16);
}

.offer-form-intro .offer-kicker,
.offer-form-intro h2,
.offer-form-intro h3,
.offer-form-intro p {
  color: #fff;
}

.offer-form-intro .offer-kicker:after {
  background: linear-gradient(90deg, var(--offer-soft-blue), var(--offer-green));
}

.offer-form-intro h3 {
  margin: 0 0 18px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
  font-weight: 700;
}

.offer-form-intro p {
  color: rgba(255, 255, 255, .78);
}

.offer-form {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(40, 74, 220, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(1, 8, 38, .06);
}

.offer-form fieldset {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.offer-form legend {
  width: 100%;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(40, 74, 220, .14);
  color: var(--offer-ink);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.offer-form legend:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--offer-primary), var(--offer-soft-blue));
}

.offer-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-field label,
.offer-consent label {
  display: block;
  margin: 0 0 8px;
  color: var(--offer-ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.offer-field input,
.offer-field select,
.offer-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid rgba(40, 74, 220, .18);
  border-radius: 8px;
  background: rgba(164, 179, 249, .08);
  color: var(--offer-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.offer-field select:disabled,
.offer-field input:disabled,
.offer-field textarea:disabled {
  opacity: .72;
  cursor: not-allowed;
}

.offer-field textarea {
  min-height: 126px;
  resize: vertical;
}

.offer-field input:focus,
.offer-field select:focus,
.offer-field textarea:focus,
.offer-consent input:focus-visible {
  outline: none;
  border-color: var(--offer-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(40, 74, 220, .14);
}

.offer-field.is-invalid input,
.offer-field.is-invalid select,
.offer-field.is-invalid textarea,
.offer-consent.is-invalid {
  border-color: var(--offer-primary);
  box-shadow: 0 0 0 3px rgba(40, 74, 220, .12);
}

.offer-error {
  display: block;
  min-height: 0;
  margin-top: 6px;
  color: var(--offer-primary);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.offer-error:empty {
  display: none;
}

.offer-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(40, 74, 220, .14);
  border-radius: 8px;
  background: rgba(164, 179, 249, .08);
}

.offer-consent input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--offer-primary);
}

.offer-consent label {
  margin: 0;
}

.offer-form-status {
  min-height: 24px;
  margin: 0 0 16px;
  color: var(--offer-primary);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.offer-submit {
  min-width: 210px;
}

@keyframes offerFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(16px, -18px, 0); }
}

@keyframes offerBorderTravel {
  0% { stroke-dashoffset: 0; }
  18% { stroke-dashoffset: -14; }
  43% { stroke-dashoffset: -46; }
  68% { stroke-dashoffset: -66; }
  100% { stroke-dashoffset: -100; }
}

@media (max-width: 1199px) {
  .offer-check-grid,
  .offer-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-hero__grid {
    grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  }

  .offer-hero__media {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .offer-hero__grid,
  .offer-two-col,
  .offer-study-grid,
  .offer-dark-grid,
  .offer-form-shell,
  .offer-intro__panel {
    grid-template-columns: 1fr;
  }

  .offer-form-intro {
    position: static;
  }

  .offer-support-image {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .offer-hero {
    padding-top: 72px;
  }

  .offer-hero__media {
    min-height: 0;
  }

  .offer-hero__ticket {
    left: 14px;
    bottom: 18px;
    flex-wrap: wrap;
  }

  .offer-path {
    grid-template-columns: 1fr;
  }

  .offer-path__line {
    width: 100%;
    height: 34px;
  }

  .offer-path__line:before {
    width: 3px;
    height: 100%;
  }

  .offer-path__line:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(135deg);
  }

  .offer-check-grid,
  .offer-details-grid,
  .offer-field-grid {
    grid-template-columns: 1fr;
  }

  .offer-check-grid li {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .offer-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .offer-btn,
  .offer-btn-secondary,
  .offer-submit {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    justify-content: center;
    text-align: center;
  }

  .offer-hero__media,
  .offer-support-image,
  .offer-dark-image {
    min-height: 300px;
  }

  .offer-hero__media {
    min-height: 0;
  }

  .offer-intro__panel:before {
    left: -74px;
    width: 180px;
    opacity: .64;
  }

  .offer-intro__panel:after {
    left: -24px;
    top: 12%;
    width: 58px;
    opacity: .74;
  }

  .offer-form-shell,
  .offer-close__panel,
  .offer-intro__panel,
  .offer-form {
    padding: 22px;
  }
}

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

  .offer-intro__border-runner {
    animation: none !important;
  }
}
