:root {
  --xn-ink: #14131a;
  --xn-paper: #f7f3ed;
  --xn-surface: #ffffff;
  --xn-muted: #67636a;
  --xn-line: rgba(20, 19, 26, 0.14);
  --xn-accent: #eb1165;
  --xn-accent-ink: #ffffff;
  --xn-secondary: #233a5a;
  --xn-radius: 20px;
  --xn-shadow: 0 24px 70px rgba(22, 18, 31, 0.14);
  --xn-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --xn-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.xn-campaign {
  margin: 0;
  min-width: 320px;
  background: var(--xn-paper);
  color: var(--xn-ink);
  font-family: var(--xn-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.xn-campaign *,
.xn-campaign *::before,
.xn-campaign *::after {
  box-sizing: border-box;
}

.xn-campaign img {
  display: block;
  max-width: 100%;
}

.xn-campaign a {
  color: inherit;
}

.xn-campaign h1,
.xn-campaign h2,
.xn-campaign h3,
.xn-campaign p {
  padding: 0;
}

.xn-campaign h1,
.xn-campaign h2,
.xn-campaign h3 {
  margin-top: 0;
  color: inherit;
  font-family: var(--xn-serif);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.xn-campaign h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.4vw, 6.3rem);
  line-height: 0.96;
}

.xn-campaign h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.02;
}

.xn-campaign h3 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.xn-campaign p {
  margin-top: 0;
}

.xn-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.xn-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999999;
  padding: 10px 16px;
  transform: translateY(-140%);
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-weight: 800;
}

.xn-skip-link:focus {
  transform: translateY(0);
}

.xn-offer-bar {
  position: relative;
  z-index: 100;
  background: #18171c;
  color: #fff;
  font-size: 0.86rem;
}

.xn-offer-bar .xn-shell {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  text-align: center;
}

.xn-offer-bar strong {
  color: #ff4d91;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xn-offer-bar a {
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  text-decoration: none;
}

.xn-campaign-header {
  position: relative;
  z-index: 90;
  border-bottom: 1px solid var(--xn-line);
  background: rgba(255, 255, 255, 0.94);
  color: #17151b;
  backdrop-filter: blur(14px);
}

.xn-campaign-header__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.xn-campaign-header__brand {
  flex: 0 0 auto;
}

.xn-campaign-header__brand img {
  width: 156px;
  height: auto;
}

.xn-campaign-header__contact {
  display: flex;
  align-items: center;
  gap: 30px;
}

.xn-campaign-header__location {
  color: #5f5a63;
  font-size: 0.82rem;
  font-weight: 650;
}

.xn-phone-link {
  display: flex;
  flex-direction: column;
  color: #17151b;
  line-height: 1.15;
  text-align: right;
  text-decoration: none;
}

.xn-phone-link span {
  color: #6d6870;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.xn-phone-link strong {
  margin-top: 5px;
  font-size: 1.15rem;
}

.xn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--xn-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.xn-kicker::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.xn-lede {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--xn-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.55;
}

.xn-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 110px) 0;
}

.xn-hero__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.75fr);
  gap: clamp(34px, 6vw, 84px);
}

.xn-hero__copy {
  position: relative;
  z-index: 2;
}

.xn-hero__image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--xn-radius);
  box-shadow: var(--xn-shadow);
}

.xn-hero__image > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.xn-hero__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 240px;
  padding: 10px 13px;
  border-radius: 9px;
  background: rgba(12, 11, 15, 0.78);
  color: #fff;
  font-size: 0.74rem;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.xn-hero__actions,
.xn-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.xn-button,
.xn-campaign a.xn-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--xn-sans);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.xn-button:hover,
.xn-button:focus-visible {
  transform: translateY(-2px);
}

.xn-button--primary {
  border-color: var(--xn-accent);
  background: var(--xn-accent);
  color: var(--xn-accent-ink);
  box-shadow: 0 13px 30px color-mix(in srgb, var(--xn-accent) 28%, transparent);
}

.xn-button--secondary {
  border-color: var(--xn-line);
  background: transparent;
  color: inherit;
}

.xn-button--text {
  min-height: auto;
  padding-inline: 4px;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
}

.xn-bullets {
  display: grid;
  margin: 30px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.xn-bullets li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  font-weight: 680;
}

.xn-bullets li::before {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--xn-accent) 13%, transparent);
  color: var(--xn-accent);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

.xn-microcopy {
  margin-top: 16px;
  color: var(--xn-muted);
  font-size: 0.78rem;
}

.xn-lead-card {
  position: relative;
  z-index: 3;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--xn-line);
  border-radius: var(--xn-radius);
  background: var(--xn-surface);
  color: var(--xn-ink);
  box-shadow: var(--xn-shadow);
}

.xn-lead-card__eyebrow {
  margin-bottom: 10px;
  color: var(--xn-accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xn-lead-card h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.xn-lead-card > p {
  margin-bottom: 24px;
  color: var(--xn-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.xn-lead-card__form,
.xn-lead-card__form form {
  padding: 0 !important;
}

.xn-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xn-field {
  min-width: 0;
}

.xn-field--wide {
  grid-column: 1 / -1;
}

.xn-field label {
  display: block;
  margin: 0 0 6px;
  color: #28242c;
  font-size: 0.76rem;
  font-weight: 800;
}

.xn-field label span {
  color: var(--xn-muted);
  font-weight: 500;
}

.xn-field input,
.xn-field select,
.xn-field textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid #ccc7cf;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #1b1820;
  font: 500 16px/1.35 var(--xn-sans);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.xn-field textarea {
  min-height: 86px;
  resize: vertical;
}

.xn-field input:focus,
.xn-field select:focus,
.xn-field textarea:focus {
  border-color: var(--xn-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--xn-accent) 13%, transparent);
}

.xn-field input:user-invalid,
.xn-field select:user-invalid {
  border-color: #b42318;
}

.xn-form-submit {
  display: grid;
  margin-top: 18px;
  gap: 8px;
}

.xn-form-submit .xn-button {
  width: 100%;
  min-height: 56px;
  border: 0;
}

.xn-form-submit__note {
  color: var(--xn-muted);
  font-size: 0.72rem;
  text-align: center;
}

.xn-form-privacy {
  margin: 12px 0 0;
  color: var(--xn-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.xn-form-privacy a {
  text-underline-offset: 2px;
}

.xn-lead-card .u-form-send-success,
.xn-lead-card .u-form-send-error {
  margin-top: 16px;
  padding: 12px;
  border-radius: 9px;
  font-size: 0.83rem;
}

.xn-proof-bar {
  border-block: 1px solid var(--xn-line);
  background: var(--xn-surface);
}

.xn-proof-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.xn-proof-bar__item {
  min-width: 0;
  padding: 24px 20px;
  border-right: 1px solid var(--xn-line);
  text-align: center;
}

.xn-proof-bar__item:last-child {
  border-right: 0;
}

.xn-proof-bar__item strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--xn-serif);
  font-size: 1.35rem;
}

.xn-proof-bar__item span {
  color: var(--xn-muted);
  font-size: 0.74rem;
  font-weight: 650;
}

.xn-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 125px) 0;
}

.xn-section--tight {
  padding-block: clamp(50px, 6vw, 78px);
}

.xn-section--surface {
  background: var(--xn-surface);
}

.xn-section--dark {
  background: #18171d;
  color: #fff;
}

.xn-section--dark .xn-lede,
.xn-section--dark .xn-muted {
  color: rgba(255, 255, 255, 0.7);
}

.xn-section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.xn-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.xn-grid-2,
.xn-split {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 90px);
}

.xn-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.xn-card {
  height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--xn-line);
  border-radius: var(--xn-radius);
  background: var(--xn-surface);
}

.xn-card__number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--xn-ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.xn-card p {
  margin-bottom: 0;
  color: var(--xn-muted);
  font-size: 0.92rem;
}

.xn-image-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: var(--xn-radius);
}

.xn-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.xn-image-card:hover img {
  transform: scale(1.025);
}

.xn-image-card__label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(17, 15, 21, 0.72);
  color: #fff;
  backdrop-filter: blur(8px);
}

.xn-image-card__label strong,
.xn-image-card__label span {
  display: block;
}

.xn-image-card__label span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.xn-offer-panel {
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: calc(var(--xn-radius) + 4px);
  background: #1d1b21;
  color: #fff;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
}

.xn-offer-panel img {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

.xn-offer-panel h2 {
  margin-bottom: 12px;
}

.xn-offer-panel p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
}

.xn-process {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  list-style: none;
  background: var(--xn-line);
  border: 1px solid var(--xn-line);
  border-radius: var(--xn-radius);
  overflow: hidden;
}

.xn-process li {
  padding: clamp(28px, 4vw, 46px);
  background: var(--xn-surface);
}

.xn-process span {
  display: block;
  margin-bottom: 46px;
  color: var(--xn-accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.xn-process p {
  margin-bottom: 0;
  color: var(--xn-muted);
  font-size: 0.9rem;
}

.xn-detail-list {
  display: grid;
  gap: 10px;
}

.xn-detail-list details {
  border: 1px solid var(--xn-line);
  border-radius: 12px;
  background: var(--xn-surface);
}

.xn-detail-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.xn-detail-list summary::-webkit-details-marker {
  display: none;
}

.xn-detail-list summary::after {
  color: var(--xn-accent);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
}

.xn-detail-list details[open] summary::after {
  content: "−";
}

.xn-detail-list details p {
  max-width: 850px;
  margin: 0;
  padding: 0 20px 20px;
  color: var(--xn-muted);
  font-size: 0.92rem;
}

.xn-quote {
  margin: 0;
  padding: clamp(28px, 5vw, 54px);
  border-left: 3px solid var(--xn-accent);
  background: color-mix(in srgb, var(--xn-accent) 7%, var(--xn-surface));
  font-family: var(--xn-serif);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.xn-note {
  padding: 18px 20px;
  border: 1px solid var(--xn-line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--xn-secondary) 5%, var(--xn-surface));
  color: var(--xn-muted);
  font-size: 0.82rem;
}

.xn-location-card {
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--xn-radius);
  background: var(--xn-secondary);
  color: #fff;
}

.xn-location-card__pin {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 60px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 1.35rem;
}

.xn-location-card address {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 750;
}

.xn-location-card p {
  color: rgba(255, 255, 255, 0.72);
}

.xn-location-card a {
  font-weight: 800;
  text-underline-offset: 4px;
}

.xn-final {
  padding: clamp(70px, 10vw, 130px) 0;
  background: var(--xn-secondary);
  color: #fff;
}

.xn-final__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.65fr);
  gap: clamp(40px, 8vw, 100px);
}

.xn-final .xn-kicker {
  color: #fff;
}

.xn-final .xn-lede {
  color: rgba(255, 255, 255, 0.72);
}

.xn-campaign-footer {
  padding: 42px 0 94px;
  background: #121116;
  color: #fff;
}

.xn-campaign-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}

.xn-campaign-footer strong {
  font-family: var(--xn-serif);
  font-size: 1.5rem;
}

.xn-campaign-footer p,
.xn-campaign-footer__legal {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
}

.xn-campaign-footer__links {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 6px;
  font-size: 0.8rem;
}

.xn-campaign-footer__legal {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.xn-mobile-action {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 2147482400;
  display: none;
  grid-template-columns: 1fr 90px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: #17151b;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.xn-mobile-action a {
  display: grid;
  min-height: 52px;
  place-items: center;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.xn-mobile-action a:first-child {
  background: var(--xn-accent);
  color: var(--xn-accent-ink);
}

.xn-quiz__progress {
  height: 5px;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
  background: #ebe7ec;
}

.xn-quiz__progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--xn-accent);
  transition: width 250ms ease;
}

.xn-quiz__status {
  margin-bottom: 15px;
  color: var(--xn-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: right;
}

.xn-quiz__step {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.xn-quiz__step.is-active {
  display: block;
}

.xn-quiz__step legend {
  width: 100%;
  margin-bottom: 14px;
  color: var(--xn-ink);
  font-family: var(--xn-serif);
  font-size: 1.55rem;
  font-weight: 650;
}

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

.xn-choice-grid label {
  cursor: pointer;
}

.xn-choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.xn-choice-grid label span {
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border: 1px solid #d5d0d7;
  border-radius: 12px;
  background: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.3;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.xn-choice-grid label small {
  display: block;
  margin-top: 5px;
  color: var(--xn-muted);
  font-size: 0.68rem;
  font-weight: 500;
}

.xn-choice-grid input:checked + span {
  border-color: var(--xn-accent);
  background: color-mix(in srgb, var(--xn-accent) 7%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--xn-accent) 13%, transparent);
}

.xn-choice-grid input:focus-visible + span {
  outline: 3px solid color-mix(in srgb, var(--xn-accent) 35%, transparent);
  outline-offset: 2px;
}

.xn-quiz__next,
.xn-quiz__actions button {
  min-height: 46px;
  margin-top: 14px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: var(--xn-accent);
  color: var(--xn-accent-ink);
  font: 800 0.78rem/1.2 var(--xn-sans);
}

.xn-quiz__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.xn-quiz__actions button:first-child {
  border: 1px solid var(--xn-line);
  background: transparent;
  color: var(--xn-ink);
}

.xn-form-submit--quiz {
  display: none;
}

.xn-quiz[data-current-step="3"] + .xn-form-submit--quiz {
  display: grid;
}

.xn-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.xn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.xn-campaign :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--xn-accent) 45%, #fff);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .xn-hero__grid,
  .xn-final__grid {
    grid-template-columns: 1fr;
  }

  .xn-hero__copy {
    max-width: 780px;
  }

  .xn-hero__image {
    min-height: 480px;
  }

  .xn-proof-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .xn-proof-bar__item:nth-child(2) {
    border-right: 0;
  }

  .xn-proof-bar__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--xn-line);
  }
}

@media (max-width: 760px) {
  .xn-shell {
    width: min(100% - 28px, 1180px);
  }

  .xn-offer-bar .xn-shell {
    min-height: 48px;
    gap: 4px 9px;
    flex-wrap: wrap;
    padding-block: 7px;
    font-size: 0.73rem;
    line-height: 1.15;
  }

  .xn-campaign-header__inner {
    min-height: 68px;
  }

  .xn-campaign-header__brand img {
    width: 120px;
  }

  .xn-campaign-header__location,
  .xn-phone-link span {
    display: none;
  }

  .xn-phone-link strong {
    font-size: 0.88rem;
  }

  .xn-campaign h1 {
    font-size: clamp(2.7rem, 14vw, 4.3rem);
  }

  .xn-campaign h2 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  .xn-hero {
    padding-block: 52px 68px;
  }

  .xn-hero__grid {
    gap: 30px;
  }

  .xn-hero__image {
    min-height: 390px;
  }

  .xn-grid-2,
  .xn-grid-3,
  .xn-split,
  .xn-final__grid {
    grid-template-columns: 1fr;
  }

  .xn-grid-3 {
    gap: 12px;
  }

  .xn-process {
    grid-template-columns: 1fr;
  }

  .xn-process span {
    margin-bottom: 18px;
  }

  .xn-offer-panel {
    grid-template-columns: 112px 1fr;
    padding: 22px;
    gap: 20px;
  }

  .xn-offer-panel h2 {
    font-size: 2rem;
  }

  .xn-campaign-footer__grid {
    grid-template-columns: 1fr;
  }

  .xn-campaign-footer__links {
    justify-items: start;
  }

  .xn-mobile-action {
    display: grid;
  }
}

@media (max-width: 520px) {
  .xn-form-grid,
  .xn-choice-grid {
    grid-template-columns: 1fr;
  }

  .xn-field--wide {
    grid-column: auto;
  }

  .xn-lead-card {
    padding: 22px 18px;
    border-radius: 15px;
  }

  .xn-offer-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .xn-offer-panel img {
    max-width: 144px;
  }

  .xn-proof-bar__item {
    padding: 18px 10px;
  }

  .xn-proof-bar__item strong {
    font-size: 1.05rem;
  }
}

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

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

  .xn-reveal {
    opacity: 1;
    transform: none;
  }
}
