.offer50-section.offer50-section {
  --offer-navy: #020b1e;
  --offer-blue: #0a2d66;
  --offer-blue-soft: #173f7e;
  --offer-gold: #ffc441;
  --offer-gold-deep: #ee941b;
  --offer-white: #ffffff;
  --offer-copy: rgba(255, 255, 255, 0.84);
  position: relative;
  inset: auto;
  box-sizing: border-box;
  width: min(1320px, calc(100% - 32px));
  max-height: none;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(255, 196, 65, 0.16);
  border-radius: 28px;
  color: var(--offer-white);
  background: radial-gradient(circle at 50% 5%, rgba(30, 86, 182, 0.24), transparent 24%), linear-gradient(180deg, #071a42 0%, #031027 48%, #020817 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  font-family: "Atkinson Hyperlegible", "Noto Sans", Arial, sans-serif;
  letter-spacing: 0;
  scroll-margin-top: 12px;
}

.offer-open .offer50-section.offer50-section {
  position: relative;
  inset: auto;
  width: min(1320px, calc(100% - 32px));
  max-height: none;
  overflow: hidden;
  border-radius: 28px;
  transform: none;
}

.offer50-section.offer50-section::before {
  display: none;
}

.offer50-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(42px, 6vw, 72px);
  width: 100%;
  min-width: 0;
}

.offer50-introduction {
  box-sizing: border-box;
  display: grid;
  gap: clamp(18px, 2.5vw, 28px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(10px, 1.5vw, 18px) clamp(8px, 1.5vw, 18px) clamp(24px, 3vw, 38px);
  overflow: hidden;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 27%, rgba(41, 112, 232, 0.48), transparent 38%), linear-gradient(180deg, rgba(12, 37, 82, 0.78), rgba(1, 9, 26, 0.74));
}

.offer50-hero {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(500px, 49vw, 660px);
  overflow: hidden;
  border-radius: 22px 22px 8px 8px;
  background: radial-gradient(circle at 50% 42%, rgba(62, 139, 255, 0.52), rgba(17, 66, 142, 0.1) 44%, transparent 72%);
}

.offer50-hero__glow {
  position: absolute;
  inset: 10% 20% 0;
  background: radial-gradient(circle, rgba(72, 148, 255, 0.32), transparent 66%);
  filter: blur(18px);
}

.offer50-hero__phone,
.offer50-hero__people {
  position: absolute;
  bottom: -12px;
  display: block;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.offer50-hero__phone {
  z-index: 1;
  width: clamp(300px, 29vw, 410px);
  opacity: 0.98;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.34));
}

.offer50-hero__phone--left {
  left: -0.5%;
  transform: rotate(-7deg);
}

.offer50-hero__phone--right {
  right: -0.5%;
  transform: rotate(6deg);
}

.offer50-hero__people {
  left: 50%;
  z-index: 2;
  width: clamp(650px, 54vw, 790px);
  bottom: clamp(-190px, -13vw, -138px);
  transform: translateX(-50%);
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.3));
}

.offer50-copy {
  display: grid;
  gap: 16px;
  width: min(1120px, 100%);
  margin-inline: auto;
  text-align: center;
}

.offer50-copy h2,
.offer-open .offer50-copy h2 {
  margin: 0;
  color: var(--offer-white);
  font-family: "Noto Sans", "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: clamp(58px, 7.4vw, 96px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.26);
  text-transform: uppercase;
  white-space: normal;
}

.offer50-copy h2 .offer50-copy__line {
  display: block;
  color: var(--offer-white);
  white-space: nowrap;
}

.offer50-copy h2 .offer50-copy__line strong {
  color: var(--offer-gold);
  font: inherit;
  white-space: nowrap;
}

.offer50-copy p,
.offer-open .offer50-copy p {
  width: min(980px, 100%);
  margin: 0 auto;
  color: var(--offer-copy);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 450;
  line-height: 1.42;
  text-wrap: balance;
  white-space: normal;
}

.offer50-copy p strong {
  color: var(--offer-white);
  font-weight: 800;
}

.offer50-copy p .offer50-copy__highlight {
  color: var(--offer-gold);
}

.offer50-community,
.offer-open .offer50-community {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  width: min(980px, 100%);
  max-width: 100%;
  min-height: 150px;
  margin: -8px auto 0;
  padding: 24px 36px;
  border: 1px solid rgba(91, 154, 255, 0.54);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(8, 28, 68, 0.98), rgba(12, 38, 82, 0.9));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.06);
}

.offer50-community__icon,
.offer-open .offer50-community__icon {
  display: block;
  width: 78px;
  height: 78px;
  padding: 8px;
  border: 1px solid rgba(255, 196, 65, 0.74);
  border-radius: 999px;
  background: rgba(255, 196, 65, 0.04);
  box-shadow: 0 0 22px rgba(255, 196, 65, 0.2);
}

.offer50-community__text {
  min-width: 0;
  text-align: left;
}

.offer50-community__text span {
  display: block;
  margin-bottom: 5px;
  color: var(--offer-gold);
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offer50-community__text strong,
.offer-open .offer50-community__text strong {
  display: block;
  color: var(--offer-white);
  font-size: clamp(27px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  text-align: left;
}

.offer50-community__text small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 450;
  line-height: 1.35;
}

.offer50-learning {
  display: grid;
  gap: 24px;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.offer50-section-title,
.offer50-learning > .offer50-section-title {
  margin: 0;
  color: var(--offer-white);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.offer50-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.offer50-benefit,
.offer-open .offer50-benefit {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
  min-height: 250px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  text-align: center;
}

.offer50-benefit__icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 62px;
}

.offer50-benefit__icons img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.offer50-benefit__icons--single img {
  width: 64px;
  height: 64px;
}

.offer50-benefit__copy h3 {
  margin: 0;
  color: var(--offer-white);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.12;
}

.offer50-benefit__copy p,
.offer-open .offer50-benefit__copy p {
  display: block;
  max-width: 24ch;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.offer50-transformation {
  width: min(980px, 100%);
  margin-inline: auto;
  text-align: center;
}

.offer50-transformation h3 {
  margin: 0 0 14px;
  color: var(--offer-gold);
  font-size: clamp(28px, 3.5vw, 43px);
  font-weight: 800;
  line-height: 1.08;
}

.offer50-transformation p {
  margin: 0;
  color: var(--offer-copy);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.5;
}

.offer50-inline-cta,
.offer50-cta {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(800px, 100%);
  min-height: 78px;
  margin-inline: auto;
  padding: 16px 28px;
  border: 2px solid rgba(255, 232, 158, 0.72);
  border-radius: 16px;
  color: #031532;
  background: linear-gradient(180deg, #ffd469 0%, #f6a620 100%);
  box-shadow: 0 16px 32px rgba(243, 179, 38, 0.28), inset 0 1px rgba(255, 255, 255, 0.54);
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: filter 160ms ease, box-shadow 160ms ease;
}

.offer50-inline-cta:hover,
.offer50-inline-cta:focus-visible,
.offer50-cta:hover,
.offer50-cta:focus-visible {
  filter: brightness(1.06);
  box-shadow: 0 18px 40px rgba(243, 179, 38, 0.38), inset 0 1px rgba(255, 255, 255, 0.62);
}

.offer50-inline-cta:focus-visible,
.offer50-cta:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.offer50-guidance,
.offer-open .offer50-guidance {
  display: grid;
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: clamp(32px, 4vw, 54px) 0 0;
  border: 0;
  background: radial-gradient(circle at 50% 10%, rgba(27, 78, 169, 0.2), transparent 42%);
  text-align: center;
}

.offer50-guidance__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 11px 28px;
  border: 1px solid rgba(255, 196, 65, 0.4);
  border-radius: 999px;
  color: var(--offer-gold);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offer50-guidance .offer50-section-title {
  width: min(1050px, 100%);
  margin: 0 auto 18px;
  font-family: "Noto Sans", "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.offer-open .offer50-section .offer50-guidance .offer50-section-title {
  margin: 0 auto 18px;
  color: var(--offer-white);
  font-family: "Noto Sans", "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-transform: none;
  text-wrap: balance;
}

.offer50-guidance__intro {
  width: min(900px, 100%);
  margin: 0 auto 34px;
  color: var(--offer-copy);
  font-size: clamp(19px, 2.25vw, 27px);
  line-height: 1.42;
  text-wrap: balance;
}

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

.offer50-deliverable {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(255, 196, 65, 0.42);
  border-radius: 20px;
  background: radial-gradient(circle at 15% 50%, rgba(29, 82, 174, 0.2), transparent 34%), rgba(7, 24, 56, 0.78);
  text-align: left;
}

.offer50-deliverable__icon {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 196, 65, 0.54);
  border-radius: 20px;
  background: rgba(255, 196, 65, 0.04);
}

.offer50-deliverable__icon img {
  width: 84px;
  height: 84px;
  padding: 8px;
  object-fit: contain;
  filter: sepia(1) saturate(4.4) hue-rotate(348deg) brightness(1.25);
}

.offer50-deliverable h4 {
  margin: 0;
  color: var(--offer-white);
  font-size: clamp(24px, 2.5vw, 33px);
  font-weight: 800;
  line-height: 1.16;
}

.offer50-deliverable p,
.offer-open .offer50-deliverable p {
  display: block;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.offer50-audience {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  width: min(1120px, 100%);
  margin: -18px auto 0;
  padding: 28px 40px;
  border: 1px solid rgba(255, 196, 65, 0.68);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.035);
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.42;
  text-align: left;
}

.offer50-audience__icon {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}

.offer50-audience__icon img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  filter: sepia(1) saturate(4.4) hue-rotate(348deg) brightness(1.25);
}

.offer50-audience strong {
  display: block;
  margin-bottom: 8px;
  color: var(--offer-gold);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.14;
}

.offer50-inline-cta--secondary {
  width: min(880px, 100%);
  min-height: 88px;
  margin-top: -18px;
  font-size: clamp(23px, 2.6vw, 33px);
}

.offer50-inline-cta--secondary::after {
  margin-left: 32px;
  content: "\2192";
  font-size: 1.25em;
}

.offer50-guidance__note {
  margin: -34px auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.3;
  text-align: center;
}

.offer50-guidance__note span {
  margin-right: 8px;
  color: var(--offer-gold);
}

.offer50-closing {
  display: grid;
  gap: 22px;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.offer50-after-purchase,
.offer-open .offer50-after-purchase {
  position: relative;
  width: 100%;
  padding: 48px 54px 28px;
  border: 1px solid rgba(247, 195, 74, 0.72);
  border-radius: 26px;
  background: radial-gradient(circle at 50% 0%, rgba(29, 78, 159, 0.25), transparent 46%), linear-gradient(145deg, #071a3d 0%, #020e25 100%);
  text-align: center;
}

.offer50-after-purchase__seal {
  position: absolute;
  top: -34px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(247, 195, 74, 0.94);
  border-radius: 999px;
  background: #071a3d;
  box-shadow: 0 0 22px rgba(247, 195, 74, 0.36);
  transform: translateX(-50%);
}

.offer50-after-purchase__seal img {
  width: 42px;
  height: 42px;
}

.offer50-after-purchase h3,
.offer-open .offer50-after-purchase h3 {
  margin: 0 0 30px;
  color: var(--offer-white);
  font-family: "Noto Sans", "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: clamp(36px, 4.8vw, 54px);
  font-weight: 900;
  line-height: 1.05;
}

.offer50-after-purchase ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer50-after-purchase li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 68px;
  grid-template-rows: 68px auto;
  justify-content: center;
  gap: 8px 14px;
  align-items: center;
  min-width: 0;
  color: var(--offer-white);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 600;
  text-align: center;
}

.offer50-after-purchase li strong {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--offer-gold);
  border-radius: 999px;
  color: var(--offer-gold);
  font-size: 22px;
}

.offer50-after-purchase li > img {
  width: 62px;
  height: 62px;
}

.offer50-after-purchase li > span {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 210px;
}

.offer50-after-purchase li:not(:last-child)::after {
  position: absolute;
  top: 33px;
  left: calc(100% + 12px);
  width: 44px;
  border-top: 3px dotted rgba(247, 195, 74, 0.8);
  content: "";
}

.offer50-after-purchase p,
.offer-open .offer50-after-purchase p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.4;
}

.offer50-after-purchase p strong {
  color: var(--offer-gold);
}

.offer50-price,
.offer-open .offer50-price {
  display: grid;
  grid-template-columns: minmax(190px, 0.48fr) minmax(560px, 1.52fr);
  gap: 42px;
  align-items: center;
  width: 100%;
  min-height: 410px;
  padding: 38px 52px 34px;
  border: 1px solid rgba(247, 195, 74, 0.76);
  border-radius: 30px;
  background: radial-gradient(circle at 69% 37%, rgba(39, 102, 205, 0.5), transparent 38%), linear-gradient(145deg, #0b2b64 0%, #03132e 58%, #020c20 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3), inset 0 -3px rgba(247, 195, 74, 0.45);
}

.offer50-price__old {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding-right: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.58);
}

.offer50-price__old-label {
  align-self: flex-start;
  font-size: 20px;
  font-weight: 700;
}

.offer50-price__old-value {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.offer50-price__old-value::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 99px;
  background: #ef665c;
  content: "";
  transform: rotate(-4deg);
}

.offer50-price__old-currency {
  margin-right: 4px;
  font-size: 0.72em;
}

.offer50-price__current {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 0;
}

.offer50-price__current-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  color: var(--offer-gold);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
}

.offer50-price__current-label::before,
.offer50-price__current-label::after {
  width: min(74px, 12vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 196, 65, 0.9));
  content: "";
}

.offer50-price__current-label::after {
  transform: scaleX(-1);
}

.offer50-price__current-body {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.offer50-price__plan {
  flex: 0 0 auto;
}

.offer50-price__installments {
  color: var(--offer-gold);
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 800;
  white-space: nowrap;
}

.offer50-price__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-width: 0;
  color: var(--offer-white);
  font-family: "Arial Black", "Noto Sans", Arial, sans-serif;
  font-weight: 900;
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 0.82;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.34);
}

.offer50-price__currency {
  margin-right: 10px;
  font-size: clamp(44px, 5.6vw, 64px);
}

.offer50-price__integer {
  font-size: clamp(142px, 17vw, 196px);
}

.offer50-price__decimal {
  font-size: clamp(52px, 6.8vw, 78px);
}

.offer50-price__no-interest {
  color: var(--offer-gold);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
}

.offer50-price__cash {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 196, 65, 0.52);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
  white-space: nowrap;
}

.offer50-price__cash img {
  width: 28px;
  height: 28px;
}

.offer50-price__cash strong {
  color: var(--offer-white);
  font-size: 1.16em;
}

.immediate-access-bar,
.offer-open .immediate-access-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0 auto;
}

.immediate-access-bar span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  padding: 0 14px;
  color: var(--offer-white);
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: normal;
}

.immediate-access-bar span + span {
  border-left: 1px solid rgba(247, 195, 74, 0.2);
}

.immediate-access-bar__icon {
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 8px;
  border: 1px solid rgba(247, 195, 74, 0.24);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(247, 195, 74, 0.12), rgba(4, 19, 47, 0.9));
}

.offer50-closing .offer50-cta,
.offer-open .offer50-closing .offer50-cta.primary-cta {
  position: relative;
  width: min(1040px, calc(100% - 64px));
  min-height: 96px;
  margin-inline: auto;
  overflow: hidden;
  font-size: clamp(24px, 3vw, 35px);
  animation: offer-cta-attention 3.2s ease-in-out infinite;
}

.offer50-closing .offer50-cta::after {
  margin-left: 34px;
  content: "\203A";
  font-size: 1.45em;
  line-height: 1;
}

.offer50-access-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -10px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.5vw, 17px);
  text-align: center;
}

.offer50-access-note img {
  width: 20px;
  height: 20px;
}

.offer50-support-note {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 78px;
  gap: 24px;
  align-items: center;
  width: min(940px, calc(100% - 72px));
  margin: 0 auto;
  padding: 20px 34px;
  border: 1px solid rgba(247, 195, 74, 0.44);
  border-radius: 18px;
  color: var(--offer-white);
  background: rgba(255, 255, 255, 0.035);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.4;
  text-align: left;
}

.offer50-support-note img {
  width: 64px;
  height: 64px;
}

.offer50-support-note strong {
  color: var(--offer-gold);
}

html.continuous-flow,
html.continuous-flow body {
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #020817;
}

html.continuous-flow main {
  height: auto;
  min-height: 100%;
  padding: 0;
  overflow: visible;
  background: transparent;
}

html.continuous-flow .hero-section {
  display: flex;
  height: auto;
  min-height: 100svh;
  overflow: visible;
}

html.continuous-flow .home-intro-shell,
html.continuous-flow .intro-video-modal {
  max-height: none;
  overflow: visible;
}

html.continuous-flow .conversion-stage {
  display: block;
  min-height: auto;
  padding: clamp(20px, 4vw, 56px) 16px clamp(42px, 7vw, 88px);
  background: radial-gradient(circle at 50% 10%, rgba(35, 91, 190, 0.2), transparent 26%), linear-gradient(180deg, #061432 0%, #020817 100%);
}

html.continuous-flow.js-enabled .lead-section {
  position: relative;
  z-index: 18;
  display: block;
  width: min(760px, 100%);
  max-height: none;
  margin: clamp(28px, 5vw, 64px) auto 0;
  padding: clamp(24px, 4vw, 40px);
  overflow: visible;
  border-radius: 28px;
  scroll-margin-top: 18px;
}

html.continuous-flow .lead-intro {
  width: min(520px, 100%);
  margin: -2px auto 14px;
  color: #344667;
  font-size: clamp(15px, 3.8vw, 17px);
  line-height: 1.4;
  text-align: center;
}

@keyframes offer-cta-attention {
  0%, 82%, 100% { box-shadow: 0 16px 34px rgba(243, 179, 38, 0.28), inset 0 1px rgba(255, 255, 255, 0.54); }
  88% { box-shadow: 0 20px 48px rgba(255, 196, 65, 0.52), inset 0 1px rgba(255, 255, 255, 0.66); }
  94% { box-shadow: 0 16px 38px rgba(243, 179, 38, 0.36), inset 0 1px rgba(255, 255, 255, 0.58); }
}

@media (max-width: 1099px) {
  .offer-open .offer50-section .offer50-shell,
  .offer-open .offer50-section .offer50-introduction,
  .offer-open .offer50-section .offer50-learning,
  .offer-open .offer50-section .offer50-benefits,
  .offer-open .offer50-section .offer50-guidance,
  .offer-open .offer50-section .offer50-closing,
  .offer-open .offer50-section .offer50-after-purchase,
  .offer-open .offer50-section .offer50-price,
  .offer-open .offer50-section .immediate-access-bar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .offer-open .offer50-section .offer50-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .offer50-hero {
    min-height: clamp(430px, 57vw, 560px);
  }

  .offer50-hero__phone {
    width: clamp(235px, 31vw, 315px);
  }

  .offer50-hero__people {
    width: clamp(500px, 57vw, 610px);
    bottom: clamp(-150px, -14vw, -110px);
  }

  .offer50-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer50-benefit,
  .offer-open .offer50-section .offer50-benefit {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    min-height: 240px;
    text-align: center;
  }

  .offer-open .offer50-section .offer50-benefit__icons {
    justify-content: center;
    justify-self: stretch;
    width: 100%;
  }

  .offer-open .offer50-section .offer50-benefit__copy {
    width: 100%;
    min-width: 0;
  }

  .offer-open .offer50-section .offer50-benefit h3,
  .offer-open .offer50-section .offer50-benefit p {
    max-width: 100%;
    text-align: center;
  }

  .offer50-after-purchase ol,
  .offer-open .offer50-section .offer50-after-purchase ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .offer50-after-purchase li {
    grid-template-columns: 48px 60px minmax(0, 1fr);
    grid-template-rows: auto;
    justify-content: stretch;
    text-align: left;
  }

  .offer50-after-purchase li > span {
    grid-column: auto;
    justify-self: start;
    max-width: none;
  }

  .offer50-after-purchase li::after {
    display: none;
  }

  .offer50-price,
  .offer-open .offer50-section .offer50-price {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .offer50-price__old {
    flex-direction: row;
    justify-content: center;
    padding: 0;
    border: 0;
  }

  .offer50-price__old-label {
    align-self: auto;
  }

  .immediate-access-bar,
  .offer-open .offer50-section .immediate-access-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .offer50-deliverable {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    min-height: 190px;
    padding: 18px 16px;
  }

  .offer50-deliverable__icon {
    width: 82px;
    height: 82px;
    border-radius: 16px;
  }

  .offer50-deliverable__icon img {
    width: 58px;
    height: 58px;
  }

  .offer50-deliverable h4 {
    font-size: clamp(20px, 2.7vw, 24px);
  }

  .offer50-deliverable p,
  .offer-open .offer50-deliverable p {
    font-size: clamp(15px, 2vw, 18px);
  }
}

@media (max-width: 700px) {
  .offer50-section.offer50-section,
  .offer-open .offer50-section.offer50-section {
    width: calc(100% - 16px);
    padding: 14px 10px 28px;
    border-radius: 22px;
  }

  .offer50-shell {
    gap: 38px;
  }

  .offer50-introduction {
    gap: 16px;
    padding: 8px 6px 20px;
    border-radius: 18px;
  }

  .offer50-hero {
    min-height: clamp(330px, 94vw, 405px);
    border-radius: 16px 16px 6px 6px;
  }

  .offer50-hero__phone {
    width: clamp(138px, 42vw, 190px);
    bottom: -10px;
  }

  .offer50-hero__phone--left {
    left: 0;
  }

  .offer50-hero__phone--right {
    right: 0;
  }

  .offer50-hero__people {
    width: clamp(300px, 82vw, 372px);
    bottom: clamp(-102px, -22vw, -76px);
  }

  .offer50-copy {
    gap: 12px;
    padding-inline: 4px;
  }

  .offer50-copy h2,
  .offer-open .offer50-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .offer50-copy p,
  .offer-open .offer50-copy p {
    font-size: clamp(17px, 4.8vw, 20px);
  }

  .offer50-community,
  .offer-open .offer50-community {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 16px;
    border-radius: 17px;
  }

  .offer50-community__icon,
  .offer-open .offer50-community__icon {
    width: 56px;
    height: 56px;
    padding: 5px;
  }

  .offer50-community__text span {
    font-size: 12px;
  }

  .offer50-community__text strong,
  .offer-open .offer50-community__text strong {
    font-size: clamp(21px, 6vw, 27px);
  }

  .offer50-community__text small {
    font-size: clamp(15px, 4.2vw, 17px);
  }

  .offer50-learning {
    gap: 18px;
  }

  .offer50-section-title,
  .offer50-learning > .offer50-section-title {
    font-size: clamp(28px, 8vw, 34px);
  }

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

  .offer50-benefit,
  .offer-open .offer50-benefit {
    gap: 12px;
    min-height: 250px;
    padding: 16px 10px;
    border-radius: 16px;
  }

  .offer50-benefit__icons {
    gap: 3px;
    min-height: 50px;
  }

  .offer50-benefit__icons img {
    width: clamp(34px, 10vw, 42px);
    height: clamp(34px, 10vw, 42px);
  }

  .offer50-benefit__icons--single img {
    width: 48px;
    height: 48px;
  }

  .offer50-benefit__copy h3 {
    font-size: clamp(18px, 5vw, 21px);
  }

.offer50-benefit__copy p,
.offer-open .offer50-benefit__copy p {
    font-size: clamp(14px, 4vw, 16px);
  }

  .offer50-transformation h3 {
    font-size: clamp(27px, 7.8vw, 34px);
  }

  .offer50-transformation p {
    font-size: clamp(16px, 4.5vw, 18px);
  }

  .offer50-inline-cta,
  .offer50-cta {
    min-height: 68px;
    padding: 14px 16px;
    font-size: clamp(19px, 5.4vw, 23px);
  }

  .offer50-guidance {
    padding-top: 26px;
  }

  .offer50-guidance__eyebrow {
    margin-bottom: 18px;
    padding: 10px 20px;
  }

  .offer50-guidance .offer50-section-title {
    font-size: clamp(32px, 9.2vw, 43px);
  }

  .offer50-guidance__intro {
    margin-bottom: 24px;
    font-size: clamp(17px, 4.7vw, 20px);
  }

  .offer50-deliverables {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .offer50-deliverable {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    min-height: 142px;
    padding: 18px 14px;
    border-radius: 17px;
  }

  .offer50-deliverable__icon {
    width: 84px;
    height: 84px;
    border-radius: 16px;
  }

  .offer50-deliverable__icon img {
    width: 58px;
    height: 58px;
  }

  .offer50-deliverable h4 {
    font-size: clamp(20px, 5.5vw, 24px);
  }

  .offer50-deliverable p,
  .offer-open .offer50-deliverable p {
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .offer50-audience {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    margin-top: -12px;
    padding: 17px 14px;
    font-size: clamp(16px, 4.4vw, 18px);
  }

  .offer50-audience__icon {
    min-height: 82px;
    padding-right: 14px;
  }

  .offer50-audience__icon img {
    width: 62px;
    height: 62px;
  }

  .offer50-audience strong {
    font-size: clamp(21px, 5.8vw, 25px);
  }

  .offer50-inline-cta--secondary {
    min-height: 68px;
    margin-top: -12px;
  }

  .offer50-inline-cta--secondary::after {
    margin-left: 12px;
  }

  .offer50-guidance__note {
    margin-top: -30px;
    font-size: clamp(14px, 3.9vw, 16px);
  }

  .offer50-closing {
    gap: 18px;
  }

  .offer50-after-purchase {
    padding: 42px 16px 22px;
    border-radius: 20px;
  }

  .offer50-after-purchase h3,
  .offer-open .offer50-after-purchase h3 {
    margin-bottom: 22px;
    font-size: clamp(29px, 8.8vw, 37px);
  }

  .offer50-after-purchase li {
    grid-template-columns: 38px 46px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(247, 195, 74, 0.14);
    font-size: clamp(16px, 4.5vw, 18px);
  }

  .offer50-after-purchase li strong {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .offer50-after-purchase li > img {
    width: 44px;
    height: 44px;
  }

  .offer50-after-purchase p {
    margin-top: 18px;
    font-size: 15px;
  }

  .offer50-price,
  .offer-open .offer50-price {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 26px 12px 24px;
    border-radius: 22px;
  }

  .offer50-price__old {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }

  .offer50-price__old-label {
    font-size: 16px;
  }

  .offer50-price__old-value {
    font-size: 30px;
  }

  .offer50-price__current-label {
    font-size: clamp(22px, 6vw, 27px);
  }

  .offer50-price__current-body {
    flex-direction: column;
    gap: 8px;
  }

  .offer50-price__installments {
    font-size: clamp(31px, 8vw, 38px);
  }

  .offer50-price__currency {
    margin-right: 6px;
    font-size: clamp(37px, 10vw, 44px);
  }

  .offer50-price__integer {
    font-size: clamp(106px, 31vw, 132px);
  }

  .offer50-price__decimal {
    font-size: clamp(42px, 12vw, 52px);
  }

  .offer50-price__no-interest {
    font-size: clamp(23px, 6.4vw, 28px);
  }

  .offer50-price__cash {
    max-width: 100%;
    padding: 10px 14px;
    font-size: clamp(15px, 4.3vw, 18px);
  }

  .immediate-access-bar {
    grid-template-columns: 1fr;
  }

  .immediate-access-bar span {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(247, 195, 74, 0.14);
    font-size: 16px;
    text-align: left;
  }

  .immediate-access-bar span + span {
    border-left: 0;
  }

  .immediate-access-bar__icon {
    width: 38px;
    height: 38px;
    padding: 6px;
  }

  .offer50-closing .offer50-cta,
  .offer-open .offer50-closing .offer50-cta.primary-cta {
    width: 100%;
    min-height: 78px;
    font-size: clamp(19px, 5.5vw, 24px);
  }

  .offer50-closing .offer50-cta::after {
    margin-left: 12px;
  }

  .offer50-support-note {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }

  .offer50-support-note img {
    width: 44px;
    height: 44px;
  }

  .offer50-support-note img:last-child {
    display: none;
  }

  html.continuous-flow .hero-section {
    min-height: auto;
    padding-bottom: 28px;
  }

  html.continuous-flow .conversion-stage {
    padding: 18px 4px 48px;
  }

  html.continuous-flow.js-enabled .lead-section {
    margin-top: 20px;
    padding: 22px 10px;
    border-radius: 22px;
  }
}

@media (max-width: 374px) {
  .offer50-copy h2,
  .offer-open .offer50-copy h2 {
    font-size: 32px;
  }

  .offer50-benefit {
    min-height: 265px;
    padding-inline: 8px;
  }

  .offer50-deliverable {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 11px;
    padding: 15px 11px;
  }

  .offer50-deliverable__icon {
    width: 70px;
    height: 70px;
  }

  .offer50-deliverable__icon img {
    width: 50px;
    height: 50px;
  }

  .offer50-audience {
    grid-template-columns: 1fr;
  text-align: center;
}

.offer-open .offer50-section .offer50-benefit__copy p {
  display: block;
  max-width: 24ch;
}

  .offer50-audience__icon {
    min-height: 68px;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .offer50-price__integer {
    font-size: 102px;
  }

  .offer50-price__currency {
    font-size: 34px;
  }

  .offer50-price__decimal {
    font-size: 40px;
  }
}

/* Keep legacy .offer-open rules from changing the isolated offer layout. */
@media (max-width: 700px) {
  .offer-open .offer50-section .offer50-introduction,
  .offer-open .offer50-section .offer50-hero,
  .offer-open .offer50-section .offer50-copy,
  .offer-open .offer50-section .offer50-community,
  .offer-open .offer50-section .offer50-learning,
  .offer-open .offer50-section .offer50-benefits,
  .offer-open .offer50-section .offer50-guidance,
  .offer-open .offer50-section .offer50-closing,
  .offer-open .offer50-section .offer50-after-purchase,
  .offer-open .offer50-section .offer50-price,
  .offer-open .offer50-section .immediate-access-bar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
  }

  .offer-open .offer50-section .offer50-community {
    min-height: 0;
    padding: 16px 12px;
  }

  .offer-open .offer50-section .offer50-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-open .offer50-section .offer50-benefit {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    text-align: center;
  }

  .offer-open .offer50-section .offer50-benefit__icons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .offer-open .offer50-section .offer50-benefit__copy {
    display: grid;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .offer-open .offer50-section .offer50-benefit h3,
  .offer-open .offer50-section .offer50-benefit p {
    max-width: 100%;
    text-align: center;
  }

  .offer-open .offer50-section .offer50-benefit p {
    display: block;
  }

  .offer-open .offer50-section .offer50-after-purchase {
    margin-top: 0;
    padding: 42px 16px 22px;
  }

  .offer-open .offer50-section .offer50-after-purchase ol {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    width: 100%;
    margin: 0;
  }

  .offer-open .offer50-section .offer50-after-purchase li {
    display: grid;
    grid-template-columns: 38px 46px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    min-width: 0;
    font-size: clamp(16px, 4.5vw, 18px);
    line-height: 1.28;
  }

  .offer-open .offer50-section .offer50-after-purchase p {
    display: block;
    font-size: 15px;
  }

  .offer-open .offer50-section .immediate-access-bar {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    margin-top: 0;
    padding: 8px 16px;
  }

  .offer-open .offer50-section .immediate-access-bar span {
    justify-content: flex-start;
    gap: 12px;
    padding: 11px 2px;
    font-size: 16px;
  }

  .offer-open .offer50-section .immediate-access-bar span + span {
    padding-top: 11px;
    border-top: 0;
    border-left: 0;
  }

  .offer-open .offer50-section .immediate-access-bar__icon {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer50-inline-cta,
  .offer50-cta {
    animation: none;
    transition: none;
  }
}
