.fsn-new-customer-offer {
  --fsn-orange: #ef6c00;
  --fsn-ink: #151513;
  --fsn-cream: #f6f2e9;
  box-sizing: border-box;
  color: var(--fsn-ink);
  flex-basis: 100vw !important;
  flex-shrink: 0;
  font-family: Arial,Helvetica,sans-serif;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
.fsn-new-customer-offer > * { margin-block-start: 0; }
.fsn-new-customer-offer h2,
.fsn-new-customer-offer h3 { font-family: Georgia,"Times New Roman",serif; }
.fsn-offer-panel { align-items: stretch; background: var(--fsn-cream); gap: 0; margin: 0; min-height: 650px; }
.fsn-offer-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px,8vw,125px); }
.fsn-offer-eyebrow { color: var(--fsn-orange); font-size: 12px; font-weight: 900; letter-spacing: .2em; margin: 0 0 18px; text-transform: uppercase; }
.fsn-offer-copy h2 { font-size: clamp(54px,6.6vw,100px); font-weight: 500; letter-spacing: -.05em; line-height: .96; margin: 0; }
.fsn-offer-copy__lead { color: #5f5d57; font-size: clamp(18px,1.5vw,22px); line-height: 1.65; margin: 28px 0 32px; max-width: 690px; }
.fsn-offer-button .wp-block-button__link { background: var(--fsn-orange); border-radius: 0; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .1em; min-height: 54px; padding: 18px 25px; text-transform: uppercase; }
.fsn-offer-proof { align-items: center; display: flex; gap: 13px; margin: 28px 0 0; }
.fsn-offer-proof p { color: #69665f; font-size: 13px; line-height: 1.5; margin: 0; }
.fsn-offer-proof p:first-child { color: var(--fsn-orange); font-size: 22px; font-weight: 900; }
.fsn-offer-visual { align-items: center; background: linear-gradient(145deg,#ff7a08,#ef6c00 58%,#cb5000); display: flex; justify-content: center; overflow: hidden; padding: 55px clamp(28px,5vw,80px); position: relative; }
.fsn-offer-visual::before { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; height: 540px; position: absolute; width: 540px; }
.fsn-offer-visual__inner { align-items: center; display: flex; flex-direction: column; position: relative; text-align: center; z-index: 1; }
.fsn-offer-visual figure { margin: 0; max-width: 390px; }
.fsn-offer-visual img { filter: drop-shadow(0 27px 22px rgba(75,23,0,.3)); max-height: 390px; object-fit: contain; width: 100%; }
.fsn-offer-size { color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,5.5vw,82px); letter-spacing: -.045em; line-height: 1; margin: -12px 0 0; }
.fsn-offer-size span { opacity: .65; text-decoration: line-through; }
.fsn-offer-size strong { font-weight: 500; }
.fsn-offer-free { color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .17em; margin: 13px 0 0; text-transform: uppercase; }
.fsn-offer-terms { background: #fff; border-top: 1px solid #e4ddd2; color: #77736b; font-size: 11px; line-height: 1.65; margin: 0; padding: 18px clamp(24px,7vw,110px); text-align: center; }

@media (max-width: 900px) {
  .fsn-offer-panel { flex-wrap: wrap !important; }
  .fsn-offer-panel > .wp-block-column { flex-basis: 100% !important; }
  .fsn-offer-visual { min-height: 610px; }
}
@media (max-width: 640px) {
  .fsn-offer-copy { padding: 72px 22px; }
  .fsn-offer-copy h2 { font-size: 51px; }
  .fsn-offer-button { width: 100%; }
  .fsn-offer-button .wp-block-button__link { width: 100%; }
  .fsn-offer-visual { min-height: 520px; padding: 48px 22px; }
  .fsn-offer-visual::before { height: 390px; width: 390px; }
  .fsn-offer-visual img { max-height: 315px; }
}
