/* [V1] Structural-only generated-site base layer. Legacy src/data/base.css is intentionally untouched. */
html {
  font-size: 18px;
  box-sizing: border-box;
}

/* Premium agentic headline stage — CSS-only visual hierarchy. */
.blk-codex-intro-hero .codex-top {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 8vw, 7.2rem) 0 clamp(3.6rem, 6vw, 5.2rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 54% 55% at 50% 34%, rgba(61, 124, 194, 0.24), transparent 68%),
    radial-gradient(ellipse 34% 42% at 50% 31%, rgba(156, 200, 33, 0.13), transparent 72%),
    linear-gradient(180deg, #061a43 0%, #03245b 58%, #041d4b 100%);
}

.blk-codex-intro-hero .codex-top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(121, 170, 226, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 170, 226, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 58% 62% at 50% 36%, #000 0%, transparent 78%);
  mask-image: radial-gradient(ellipse 58% 62% at 50% 36%, #000 0%, transparent 78%);
}

.blk-codex-intro-hero .codex-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4.6rem;
  z-index: -1;
  width: min(72rem, 88vw);
  height: min(34rem, 62vw);
  border: 1px solid rgba(147, 198, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 1.8rem rgba(99, 161, 226, 0.025),
    0 0 0 4.4rem rgba(156, 200, 33, 0.018);
  transform: translateX(-50%);
  pointer-events: none;
}

.blk-codex-intro-hero .codex-top-inner {
  position: relative;
  z-index: 1;
  gap: clamp(1.15rem, 2.2vw, 1.75rem);
}

.blk-codex-intro-hero .codex-top-inner::before,
.blk-codex-intro-hero .codex-top-inner::after {
  content: "";
  width: min(49rem, 78vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166, 215, 55, 0.44), rgba(103, 170, 235, 0.28), transparent);
}

.blk-codex-intro-hero .codex-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.48rem 0.9rem;
  border: 1px solid rgba(207, 242, 69, 0.66);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(12, 34, 69, 0.92), rgba(5, 20, 48, 0.96));
  color: var(--color-accent-lighter);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 8px 24px rgba(0, 5, 27, 0.28),
    0 0 24px rgba(156, 200, 33, 0.08);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.blk-codex-intro-hero .codex-badge::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color-accent-lighter);
  box-shadow: 0 0 0.65rem rgba(207, 242, 69, 0.78);
}

.blk-codex-intro-hero .codex-headline {
  position: relative;
  width: min(100%, 19.5ch);
  margin: 0 auto;
  color: #f8fbff;
  font-size: clamp(3.15rem, 6.1vw, 5.35rem);
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.046em;
  text-wrap: balance;
  text-shadow: 0 0.12em 0.55em rgba(0, 5, 30, 0.2);
}

.blk-codex-intro-hero .codex-headline-accent {
  position: relative;
  isolation: isolate;
  display: inline-block;
  margin: 0.1em 0 0.08em;
  padding: 0.035em 0.27em 0.075em;
  border: 1px solid rgba(235, 255, 145, 0.7);
  border-radius: 0.12em;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent 35%),
    linear-gradient(135deg, #dafa4e 0%, #97c91f 68%, #7dad13 100%);
  color: #06152d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 0.1em 0.26em rgba(0, 5, 25, 0.32),
    0 0 0.42em rgba(156, 200, 33, 0.16);
  font-style: italic;
  line-height: 1.02;
  letter-spacing: -0.045em;
  transform: skewX(-3.5deg) rotate(-0.45deg);
}

.blk-codex-intro-hero .codex-headline .green {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-inline: 0.025em;
  color: var(--color-accent-lighter);
  font-weight: inherit;
  text-shadow: 0 0 0.42em rgba(174, 218, 40, 0.19);
}

.blk-codex-intro-hero .codex-headline .green::after {
  content: "";
  position: absolute;
  right: 0.01em;
  bottom: -0.025em;
  left: 0.01em;
  z-index: -1;
  height: 0.075em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.18), rgba(213, 246, 78, 0.92), rgba(87, 159, 220, 0.44));
  box-shadow: 0 0 0.24em rgba(156, 200, 33, 0.16);
  transform: rotate(-0.8deg);
  transform-origin: center;
}

.blk-codex-intro-hero .codex-headline .green:nth-of-type(even)::after {
  transform: rotate(0.7deg);
}

.blk-codex-intro-hero .codex-subhead {
  position: relative;
  max-width: 68ch;
  margin: 0 auto;
  padding: clamp(0.9rem, 1.8vw, 1.2rem) clamp(1rem, 2.5vw, 1.6rem);
  border: 1px solid rgba(122, 178, 238, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(18, 50, 94, 0.64), rgba(3, 18, 49, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 36px rgba(0, 5, 29, 0.22);
  backdrop-filter: blur(14px);
  color: rgba(241, 246, 253, 0.88);
  font-size: clamp(0.98rem, 1.5vw, 1.14rem);
  font-weight: 650;
  line-height: 1.62;
  letter-spacing: -0.005em;
}

@media (max-width: 700px) {
  .blk-codex-intro-hero .codex-top {
    padding: 4.2rem 0 3.4rem;
  }

  .blk-codex-intro-hero .codex-top-inner {
    gap: 1.1rem;
  }

  .blk-codex-intro-hero .codex-headline {
    width: min(100%, 19ch);
    font-size: clamp(2.25rem, 9.8vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.038em;
  }

  .blk-codex-intro-hero .codex-headline-accent {
    padding-inline: 0.22em;
  }

  .blk-codex-intro-hero .codex-subhead {
    border-radius: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.56;
  }
}

/* Premium 9:16 bundle-unlock artwork replacing the legacy comparison widget. */
.blk-offer-summary-cta--bridge .bundle-unlock-portrait {
  position: relative;
  isolation: isolate;
  align-self: center;
  width: min(100%, 27rem);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  padding: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(199, 239, 69, 0.42);
  border-radius: 1.75rem;
  background:
    linear-gradient(145deg, rgba(218, 250, 78, 0.16), rgba(39, 92, 151, 0.2) 44%, rgba(1, 9, 27, 0.94)),
    #050b18;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 2.5rem 6rem rgba(0, 4, 22, 0.52),
    0 0 0 1px rgba(70, 139, 199, 0.1),
    0 0 3.5rem rgba(156, 200, 33, 0.11);
  line-height: 1;
  transform: translateZ(0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait::before,
.blk-offer-summary-cta--bridge .bundle-unlock-portrait::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait::before {
  inset: 0.55rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  box-shadow: inset 0 0 2.5rem rgba(0, 7, 32, 0.22);
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait::after {
  right: 0.55rem;
  bottom: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  height: 24%;
  border-radius: 0 0 1.25rem 1.25rem;
  background: linear-gradient(180deg, transparent, rgba(2, 9, 25, 0.28) 48%, rgba(2, 9, 25, 0.86));
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.025);
  transition: transform 420ms ease, filter 300ms ease;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait__badge {
  position: absolute;
  top: 1.35rem;
  left: 1.35rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(238, 255, 165, 0.7);
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #d8f64a, #97c91f);
  color: #061126;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0.75rem 1.8rem rgba(0, 7, 32, 0.38),
    0 0 1.5rem rgba(156, 200, 33, 0.16);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait__glint {
  position: absolute;
  top: 0.55rem;
  right: 12%;
  left: 12%;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 250, 113, 0.72), rgba(104, 180, 236, 0.4), transparent);
  box-shadow: 0 0 1.2rem rgba(156, 200, 33, 0.15);
  pointer-events: none;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait__meta {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  left: 1.35rem;
  z-index: 4;
  display: grid;
  gap: 0.48rem;
  margin: 0;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait__meta span {
  display: flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(174, 218, 40, 0.3);
  border-radius: 0.7rem;
  background: linear-gradient(90deg, rgba(3, 14, 37, 0.9), rgba(10, 35, 68, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0.75rem 1.5rem rgba(0, 5, 24, 0.3);
  backdrop-filter: blur(12px);
  color: rgba(248, 251, 255, 0.94);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.15;
  text-transform: uppercase;
}

.blk-offer-summary-cta--bridge .bundle-unlock-portrait__meta span::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.55rem;
  border: 1px solid rgba(194, 237, 54, 0.56);
  border-radius: 0.38rem;
  background: rgba(156, 200, 33, 0.12);
  color: #c7ef31;
  font-size: 0.72rem;
  box-shadow: 0 0 0.8rem rgba(156, 200, 33, 0.11);
}

@media (hover: hover) and (pointer: fine) {
  .blk-offer-summary-cta--bridge .bundle-unlock-portrait:hover {
    border-color: rgba(207, 242, 69, 0.62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 2.8rem 6.5rem rgba(0, 4, 22, 0.56),
      0 0 0 1px rgba(70, 139, 199, 0.12),
      0 0 4.5rem rgba(156, 200, 33, 0.15);
    transform: translateY(-3px);
  }

  .blk-offer-summary-cta--bridge .bundle-unlock-portrait:hover > img {
    filter: saturate(1.02) contrast(1.04);
    transform: scale(1.008);
  }
}

@media (max-width: 960px) {
  .blk-offer-summary-cta--bridge .bundle-unlock-portrait {
    width: min(100%, 25rem);
  }
}

@media (max-width: 520px) {
  .blk-offer-summary-cta--bridge .bundle-unlock-portrait {
    width: min(100%, 22rem);
    padding: 0.42rem;
    border-radius: 1.35rem;
  }

  .blk-offer-summary-cta--bridge .bundle-unlock-portrait::before {
    inset: 0.42rem;
  }

  .blk-offer-summary-cta--bridge .bundle-unlock-portrait::after {
    right: 0.42rem;
    bottom: 0.42rem;
    left: 0.42rem;
  }

  .blk-offer-summary-cta--bridge .bundle-unlock-portrait__badge {
    top: 1rem;
    left: 1rem;
    font-size: 0.62rem;
  }

  .blk-offer-summary-cta--bridge .bundle-unlock-portrait__meta {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .blk-offer-summary-cta--bridge .bundle-unlock-portrait__meta span {
    font-size: 0.66rem;
  }
}

/* Continuous bundle reveal: headline stage flows directly into product one. */
.blk-bundle-offer-stack > .bos-head.bos-head {
  position: relative;
  isolation: isolate;
  margin-bottom: -1px;
  padding-bottom: clamp(2.5rem, 4.5vw, 3.75rem);
  overflow: visible;
  background:
    radial-gradient(ellipse 48% 28% at 50% 28%, rgba(156, 200, 33, 0.105), transparent 72%),
    linear-gradient(180deg, #000720 0%, #051b45 56%, #031538 100%);
}

.blk-bundle-offer-stack > .bos-head.bos-head::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  z-index: 3;
  height: 2.55rem;
  background:
    linear-gradient(180deg, #031538 0%, rgba(3, 21, 56, 0.88) 28%, rgba(3, 21, 56, 0) 100%),
    linear-gradient(90deg, transparent 9%, rgba(80, 149, 205, 0.1) 28%, rgba(190, 229, 61, 0.2) 50%, rgba(80, 149, 205, 0.1) 72%, transparent 91%);
  pointer-events: none;
}

.blk-product-reveal.blk-product-reveal--starter {
  margin-top: -1px;
  padding-top: clamp(2.9rem, 5vw, 4.35rem);
  border-top-color: rgba(156, 200, 33, 0.12);
  background:
    radial-gradient(ellipse 44% 16% at 50% 0%, rgba(156, 200, 33, 0.075), transparent 74%),
    radial-gradient(circle at 18% 42%, rgba(24, 149, 255, 0.12), transparent 38%),
    linear-gradient(180deg, #031538 0%, #020d2b 100%);
}

.blk-product-reveal--starter .product-reveal-card {
  box-shadow:
    0 2.75rem 7rem rgba(0, 4, 22, 0.5),
    0 -1.35rem 4.5rem rgba(42, 118, 178, 0.09),
    0 0 0 1px rgba(156, 200, 33, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

@media (max-width: 700px) {
  .blk-bundle-offer-stack > .bos-head.bos-head {
    padding-bottom: 2.1rem;
  }

  .blk-bundle-offer-stack > .bos-head.bos-head::after {
    bottom: -1.7rem;
    height: 1.75rem;
  }

  .blk-product-reveal.blk-product-reveal--starter {
    padding-top: 2.4rem;
  }
}

/* Final hero-language alignment for the secondary agentic headline. */
.blk-codex-intro-hero .codex-top .codex-headline-accent {
  padding: 0.025em 0.2em 0.075em;
  border: 0;
  border-radius: 0.1em;
  background: #9cc821;
  color: #061126;
  box-shadow:
    0 0.06em 0 rgba(91, 126, 5, 0.75),
    0 0.15em 0.42em rgba(156, 200, 33, 0.13);
  font-style: italic;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-shadow: none;
  transform: skewX(-3.5deg) rotate(-0.35deg) translateY(-0.015em);
}

.blk-codex-intro-hero .codex-top .codex-headline .green {
  margin-inline: 0.015em;
  padding-inline: 0.035em;
  color: #b9e51e;
  font-style: normal;
  line-height: inherit;
  letter-spacing: -0.048em;
  text-shadow: 0 0 0.45em rgba(156, 200, 33, 0.13);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.blk-codex-intro-hero .codex-top .codex-headline .green::after {
  right: 0;
  bottom: 0.035em;
  left: 0;
  height: 0.11em;
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.18), rgba(201, 241, 46, 0.72), rgba(156, 200, 33, 0.2));
  transform: skewX(-16deg) rotate(-0.5deg);
}

.blk-codex-intro-hero .codex-top .codex-headline .green:last-of-type {
  padding: 0.025em 0.17em 0.075em;
  border-radius: 0.1em;
  background: #9cc821;
  color: #061126;
  box-shadow:
    0 0.06em 0 rgba(91, 126, 5, 0.75),
    0 0.15em 0.42em rgba(156, 200, 33, 0.13);
  font-size: 0.91em;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-shadow: none;
  transform: skewX(-3.5deg) rotate(0.45deg) translateY(-0.025em);
}

.blk-codex-intro-hero .codex-top .codex-headline .green:last-of-type::after {
  display: none;
}

@media (max-width: 700px) {
  .blk-codex-intro-hero .codex-top .codex-headline-accent,
  .blk-codex-intro-hero .codex-top .codex-headline .green:last-of-type {
    padding-inline: 0.14em;
  }
}

/* Match the main hero's editorial marker hierarchy exactly. */
.blk-codex-intro-hero .codex-headline-accent {
  padding: 0.025em 0.2em 0.075em;
  border: 0;
  border-radius: 0.1em;
  background: #9cc821;
  color: #061126;
  box-shadow:
    0 0.06em 0 rgba(91, 126, 5, 0.75),
    0 0.15em 0.42em rgba(156, 200, 33, 0.13);
  font-style: italic;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-shadow: none;
  transform: skewX(-3.5deg) rotate(-0.35deg) translateY(-0.015em);
}

.blk-codex-intro-hero .codex-headline .green {
  margin-inline: 0.015em;
  padding-inline: 0.035em;
  color: #b9e51e;
  font-style: normal;
  line-height: inherit;
  letter-spacing: -0.048em;
  text-shadow: 0 0 0.45em rgba(156, 200, 33, 0.13);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.blk-codex-intro-hero .codex-headline .green::after {
  right: 0;
  bottom: 0.035em;
  left: 0;
  height: 0.11em;
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.18), rgba(201, 241, 46, 0.72), rgba(156, 200, 33, 0.2));
  transform: skewX(-16deg) rotate(-0.5deg);
}

.blk-codex-intro-hero .codex-headline .green:last-of-type {
  padding: 0.025em 0.17em 0.075em;
  border-radius: 0.1em;
  background: #9cc821;
  color: #061126;
  box-shadow:
    0 0.06em 0 rgba(91, 126, 5, 0.75),
    0 0.15em 0.42em rgba(156, 200, 33, 0.13);
  font-size: 0.91em;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-shadow: none;
  transform: skewX(-3.5deg) rotate(0.45deg) translateY(-0.025em);
}

.blk-codex-intro-hero .codex-headline .green:last-of-type::after {
  display: none;
}

@media (max-width: 700px) {
  .blk-codex-intro-hero .codex-headline-accent,
  .blk-codex-intro-hero .codex-headline .green:last-of-type {
    padding-inline: 0.14em;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #111827;
  background: #ffffff;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  letter-spacing: 0;
}

h1 { font-size: clamp(2.2rem, 4vw + 0.5rem, 3.75rem); }
h2 { font-size: clamp(1.75rem, 2.4vw + 0.45rem, 2.75rem); }
h3 { font-size: clamp(1.35rem, 1.5vw + 0.45rem, 2rem); }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

.container-remix {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.section-remix {
  padding-block: clamp(3rem, 8vw, 7rem);
}

.row-remix {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

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

.grid-3-remix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4-remix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-remix {
  display: flex;
  gap: 1rem;
}

.flex-wrap-remix {
  flex-wrap: wrap;
}

.align-center-remix {
  align-items: center;
}

.justify-between-remix {
  justify-content: space-between;
}

.stack-sm-remix > * + * {
  margin-top: 0.75rem;
}

.stack-md-remix > * + * {
  margin-top: 1.25rem;
}

.stack-lg-remix > * + * {
  margin-top: 2rem;
}

.button-padding-remix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.78rem 1.18rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.image-16-9-remix,
.image-1-1-remix,
.image-9-16-remix,
.image-3-1-remix {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.image-16-9-remix { aspect-ratio: 16 / 9; }
.image-1-1-remix { aspect-ratio: 1 / 1; }
.image-9-16-remix { aspect-ratio: 9 / 16; }
.image-3-1-remix { aspect-ratio: 3 / 1; }

.icon {
  display: inline-grid;
  place-items: center;
  line-height: 0;
}

.icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.icon-sm { width: 1.25rem; }
.icon-md { width: 2rem; }
.icon-lg { width: 3rem; }

.rounded-sm-remix { border-radius: 0.5rem; }
.rounded-md-remix { border-radius: 0.85rem; }
.rounded-lg-remix { border-radius: 1.25rem; }

.padding-sm-remix { padding: 1rem; }
.padding-md-remix { padding: 1.5rem; }
.padding-lg-remix { padding: clamp(1.5rem, 4vw, 3rem); }

.margin-top-sm-remix { margin-top: 1rem; }
.margin-top-md-remix { margin-top: 1.5rem; }
.margin-top-lg-remix { margin-top: 2.5rem; }

.ub-shell {
  width: min(1120px, calc(100% - 44px));
  margin-inline: auto;
}

.ub-section {
  padding-block: clamp(3.2rem, 7vw, 4rem);
}

.ub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.ub-card {
  background: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 20px;
}

.ub-button,
.ub-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-black);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 16px 42px color-mix(in srgb, var(--color-accent) 24%, transparent);
}

.ub-muted {
  color: var(--color-text-muted);
}

.ub-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg-lighter);
}

.ub-nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.ub-nav-link {
  color: var(--color-text);
  text-decoration: none;
}

.ub-footer {
  border-top: 1px solid var(--color-border);
  padding: 26px 22px;
  background: var(--color-bg-lighter);
}

.ub-footer p {
  margin-bottom: 0;
}

/* Empty iframe sources are stripped after token rendering; keep legacy video fallbacks visible. */
iframe[data-ub-empty-src] {
  display: none !important;
}

.video-slot iframe[data-ub-empty-src] + .video-placeholder {
  display: grid !important;
}

@media (max-width: 820px) {
  .grid-2-remix,
  .grid-3-remix,
  .grid-4-remix {
    grid-template-columns: 1fr;
  }

  .section-remix,
  .ub-section {
    padding-block: 3rem;
  }

  .ub-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .ub-nav-links {
    justify-content: flex-start;
  }
}


/* [V1] Remix design template. The :root block between markers is generated per-site by palette-derivation.js. */
/* [V1:ROOT_START] */

:root {
  --color-bg: #032761;
  --color-bg-lighter: #234985;
  --color-bg-darker: #000720;
  --color-bg-opposite: #3b2700;
  --color-text: #ffffff;
  --color-text-muted: #f8f8f8;
  --color-text-strong: #dedede;
  --color-text-opposite: #010101;
  --color-headline: #ffffff;
  --color-headline-lighter: #f8f8f8;
  --color-headline-darker: #cacaca;
  --color-headline-opposite: #010101;
  --color-accent: #9cc821;
  --color-accent-lighter: #c8f75e;
  --color-accent-darker: #709300;
  --color-accent-opposite: #ca9dff;
  --color-accent-2: #fcd600;
  --color-accent-2-lighter: #fff9df;
  --color-accent-2-darker: #c1a400;
  --color-gradient-a: #9cc821;
  --color-gradient-b: #fcd600;
  --color-border: #446bab;
  --color-panel: #193d79;
  --color-panel-strong: #294e8c;
  --color-success: #16a34a;
  --color-success-muted: #86efac;
  --color-danger: #dc2626;
  --color-danger-muted: #fca5a5;
  --color-white: #ffffff;
  --color-black: #050607;
  --font-heading: 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-heading-weight: 800;
  --font-body-weight: 400;
}

/* [V1:ROOT_END] */

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-weight: var(--font-body-weight);
}

.background-color1-remix { background-color: var(--color-bg); }
.background-color1-lighter-remix { background-color: var(--color-bg-lighter); }
.background-color1-darker-remix { background-color: var(--color-bg-darker); }
.background-color1-opposite-remix { background-color: var(--color-bg-opposite); }
.background-panel-remix { background-color: var(--color-panel); }
.background-panel-strong-remix { background-color: var(--color-panel-strong); }
.background-gradient-remix { background: linear-gradient(135deg, var(--color-gradient-a), var(--color-gradient-b)); }
.background-gradient-soft-remix { background: linear-gradient(135deg, color-mix(in srgb, var(--color-gradient-a) 24%, var(--color-bg)), color-mix(in srgb, var(--color-gradient-b) 20%, var(--color-bg))); }
.background-panel-gradient-remix { background: linear-gradient(145deg, var(--color-panel), color-mix(in srgb, var(--color-panel-strong) 72%, var(--color-accent) 28%)); }
.background-dots-remix { background-color: var(--color-bg); background-image: radial-gradient(color-mix(in srgb, var(--color-accent) 35%, transparent) 1px, transparent 1px); background-size: 24px 24px; }
.background-grid-remix { background-color: var(--color-bg); background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 44px 44px; }
.background-radial-accent-remix { background: radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--color-accent) 34%, transparent), transparent 34rem), var(--color-bg); }

.paragraph-text-color2-remix { color: var(--color-text); }
.paragraph-text-muted-remix { color: var(--color-text-muted); }
.paragraph-text-strong-remix { color: var(--color-text-strong); }
.paragraph-text-opposite-remix { color: var(--color-text-opposite); }

.headline-text-color3-remix { color: var(--color-headline); }
.headline-text-lighter-remix { color: var(--color-headline-lighter); }
.headline-text-darker-remix { color: var(--color-headline-darker); }
.headline-text-opposite-remix { color: var(--color-headline-opposite); }

.accent-color4-remix { color: var(--color-accent); }
.accent-color4-bg-remix { background-color: var(--color-accent); color: var(--color-black); }
.accent-color4-border-remix { border-color: var(--color-accent); }
.accent-color4-lighter-remix { color: var(--color-accent-lighter); }
.accent-color4-darker-remix { color: var(--color-accent-darker); }
.accent-color4-opposite-remix { color: var(--color-accent-opposite); }

.accent2-color-remix { color: var(--color-accent-2); }
.accent2-bg-remix { background-color: var(--color-accent-2); color: var(--color-black); }
.accent2-border-remix { border-color: var(--color-accent-2); }

.headline-font1-remix {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
}

.paragraph-font2-remix {
  font-family: var(--font-body);
  font-weight: var(--font-body-weight);
}

.border-remix {
  border: 1px solid var(--color-border);
}

.rounded-sm-remix { border-radius: 0.5rem; }
.rounded-md-remix { border-radius: 0.9rem; }
.rounded-lg-remix { border-radius: 1.4rem; }

.padding-sm-remix { padding: clamp(1rem, 2vw, 1.6rem); }
.padding-md-remix { padding: clamp(1.6rem, 3vw, 2.6rem); }
.padding-lg-remix { padding: clamp(2.4rem, 5vw, 4.5rem); }
.button-padding-remix { padding: 0.82rem 1.15rem; }

.soft-shadow-remix {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.button-primary-remix {
  background: var(--color-accent);
  color: var(--color-black);
  border: 1px solid transparent;
}

.button-secondary-remix {
  background: transparent;
  color: var(--color-headline);
  border: 1px solid var(--color-border);
}

.button-gradient-remix {
  background: linear-gradient(135deg, var(--color-gradient-a), var(--color-gradient-b));
  color: var(--color-black);
}

.eyebrow-remix {
  color: var(--color-accent-2);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.lede-remix {
  color: var(--color-text-muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.image-1-1-remix,
.image-16-9-remix,
.image-9-16-remix,
.image-4-1-remix {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  background: var(--color-panel);
}

.image-1-1-remix { aspect-ratio: 1 / 1; }
.image-16-9-remix { aspect-ratio: 16 / 9; }
.image-9-16-remix { aspect-ratio: 9 / 16; }
.image-4-1-remix { aspect-ratio: 4 / 1; }

/* [V3/F11] Role override wrappers. The renderer applies these as visible hooks and writes the scoped variable reassignment inline. */
.rs-role-overrides {
  color: var(--color-text);
}

.rs-role-overrides.background-color1-remix,
.rs-role-overrides.background-color1-lighter-remix,
.rs-role-overrides.background-color1-darker-remix,
.rs-role-overrides.background-panel-remix,
.rs-role-overrides.background-panel-strong-remix,
.rs-role-overrides.background-gradient-remix,
.rs-role-overrides.background-gradient-soft-remix,
.rs-role-overrides.background-panel-gradient-remix,
.rs-role-overrides.background-dots-remix,
.rs-role-overrides.background-grid-remix,
.rs-role-overrides.background-radial-accent-remix {
  color: var(--color-text);
}

.rs-role-overrides .headline-text-color3-remix,
.rs-role-overrides .headline-text-lighter-remix,
.rs-role-overrides .headline-text-darker-remix {
  color: var(--color-headline);
}

.rs-role-overrides .paragraph-text-color2-remix,
.rs-role-overrides .paragraph-text-muted-remix,
.rs-role-overrides .paragraph-text-strong-remix {
  color: var(--color-text);
}

.rs-role-overrides .accent-color4-remix,
.rs-role-overrides .accent-color4-lighter-remix,
.rs-role-overrides .accent-color4-darker-remix {
  color: var(--color-accent);
}

.rs-role-overrides .accent2-color-remix {
  color: var(--color-accent-2);
}


/* [V1] Starter block-specific layer. Clone-generated scoped rules append here in later milestones. */
.blk-hero-saas {
  min-height: 82vh;
  display: grid;
  align-items: center;
}

.blk-hero-saas .hero-panel {
  min-height: 22rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.blk-hero-saas h1 {
  max-width: 11ch;
  font-size: clamp(2.2rem, 4vw + 0.5rem, 3.75rem);
  margin-bottom: 1.2rem;
}

.blk-feature-grid .feature-card {
  height: 100%;
}

.blk-feature-grid h3,
.blk-recent-posts h3 {
  margin-bottom: 0.65rem;
}

.blk-recent-posts article {
  height: 100%;
}

.blk-cta-band .cta-inner {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}


/* [V1] User override layer. The demo override variant changes only this file. */
:root {
}


.blk-bundle-hero-video{position:relative;overflow:hidden;padding-bottom:0;background-color:var(--color-bg);background-image:linear-gradient(160deg,var(--color-bg-darker) 0%,var(--color-bg) 45%,var(--color-bg-lighter) 100%)}
.blk-bundle-hero-video .bhv-inner{text-align:center;position:relative;z-index:1;padding-top:3rem;padding-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.blk-bundle-hero-video .bhv-logo{display:block;margin:0 auto;width:180px;max-width:50%;height:auto}
.blk-bundle-hero-video .bhv-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem}
.blk-bundle-hero-video .bhv-badge-solid{background:var(--color-accent);color:var(--color-black);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .9rem;border-radius:5px}
.blk-bundle-hero-video .bhv-badge-outline{border:1.5px dashed var(--color-accent);color:var(--color-accent);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .9rem;border-radius:5px}
.blk-bundle-hero-video .bhv-headline{font-size:clamp(2.2rem,5.6vw,4.2rem);line-height:1.05;letter-spacing:-.025em;margin:0 auto;max-width:22ch;color:var(--color-headline)}
.blk-bundle-hero-video .bhv-headline .green{color:var(--color-accent)}
.blk-bundle-hero-video .bhv-accent-mark{display:inline-block;background:var(--color-accent);color:var(--color-bg-darker);padding:.05em .3em;border-radius:6px;font-style:italic}
.blk-bundle-hero-video .bhv-subhead{font-size:clamp(1rem,1.7vw,1.2rem);font-weight:400;margin:0 auto;max-width:52ch;color:var(--color-text-strong)}
.blk-bundle-hero-video .bhv-subhead strong{font-weight:800}
.blk-bundle-hero-video .bhv-video{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;background:var(--color-black);border:1.5px solid var(--color-border);border-radius:12px;box-shadow:0 0 0 1px rgba(156,200,33,0.15),0 0 80px rgba(156,200,33,0.18),0 24px 64px rgba(5,6,7,0.6)}
.blk-bundle-hero-video .bhv-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;border-radius:inherit}
.blk-bundle-hero-video .bhv-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}
.blk-bundle-hero-video .bhv-cta{display:block;width:100%;max-width:820px;text-align:center;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:800;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--color-black);box-shadow:0 0 0 2px rgba(156,200,33,0.3),0 0 60px rgba(156,200,33,0.35),0 8px 32px rgba(5,6,7,0.5);transition:box-shadow .2s ease,transform .15s ease}
.blk-bundle-hero-video .bhv-cta:hover{box-shadow:0 0 0 2px rgba(156,200,33,0.5),0 0 90px rgba(156,200,33,0.5),0 8px 32px rgba(5,6,7,0.5);transform:translateY(-2px)}
.blk-bundle-hero-video .bhv-trust{margin:0;color:var(--color-text-muted);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;opacity:.75}
.blk-bundle-hero-video .bhv-countdown-wrap,.blk-final-bundle-checkout--order .bhv-countdown-wrap{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.1rem 1.6rem;border-radius:10px;background:rgba(5,6,7,0.55);border:1.5px solid var(--color-accent);box-shadow:0 0 24px rgba(156,200,33,0.35),0 0 60px rgba(156,200,33,0.15);width:100%;max-width:480px}
.blk-bundle-hero-video .bhv-countdown-label,.blk-final-bundle-checkout--order .bhv-countdown-label{margin:0;font-size:.8rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent);text-shadow:0 0 12px rgba(156,200,33,0.8)}
.blk-bundle-hero-video .bhv-countdown-timer,.blk-final-bundle-checkout--order .bhv-countdown-timer{display:flex;align-items:center;gap:.5rem}
.blk-bundle-hero-video .bhv-countdown-unit,.blk-final-bundle-checkout--order .bhv-countdown-unit{display:flex;flex-direction:column;align-items:center;gap:.15rem}
.blk-bundle-hero-video .bhv-countdown-digit,.blk-final-bundle-checkout--order .bhv-countdown-digit{font-size:clamp(2rem,5vw,2.8rem);font-weight:900;line-height:1;color:var(--color-accent);font-variant-numeric:tabular-nums;text-shadow:0 0 18px rgba(156,200,33,0.9),0 0 40px rgba(156,200,33,0.5);min-width:2.2ch;text-align:center}
.blk-bundle-hero-video .bhv-countdown-unit-label,.blk-final-bundle-checkout--order .bhv-countdown-unit-label{font-size:.6rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent-darker);opacity:.85}
.blk-bundle-hero-video .bhv-countdown-sep,.blk-final-bundle-checkout--order .bhv-countdown-sep{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;color:var(--color-accent);line-height:1;margin-bottom:.4rem;text-shadow:0 0 12px rgba(156,200,33,0.7)}
.blk-bundle-hero-video .bhv-payments{display:block;margin:0 auto;width:560px;max-width:90%;height:auto;opacity:.9}
.blk-bundle-hero-video .bhv-ribbon{background:var(--color-accent);overflow:hidden;border-top:1px solid rgba(156,200,33,0.4)}
@keyframes bhv-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.blk-bundle-hero-video .bhv-ribbon-track{display:flex;flex-wrap:nowrap;align-items:center;width:max-content;animation:bhv-marquee 28s linear infinite;padding:.9rem 0}
.blk-bundle-hero-video .bhv-ribbon-track:hover{animation-play-state:paused}
.blk-bundle-hero-video .bhv-ribbon-item{display:inline-flex;align-items:center;white-space:nowrap;color:var(--color-black);font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:0 .2rem}
.blk-bundle-hero-video .bhv-ribbon-item::after{content:"\2726";margin:0 1.4rem;opacity:.55}
.blk-bundle-hero-video .bhv-ribbon-item:last-child::after{content:"\2726";margin:0 1.4rem;opacity:.55}
.blk-bundle-hero-video .bhv-glyph{position:absolute;z-index:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--color-panel-strong);border:1px solid var(--color-border);font-size:1.4rem;color:var(--color-accent);box-shadow:0 4px 24px rgba(5,6,7,0.5);pointer-events:none;user-select:none}
.blk-bundle-hero-video .bhv-glyph--tl{top:9%;left:4%}
.blk-bundle-hero-video .bhv-glyph--tr{top:9%;right:4%}
.blk-bundle-hero-video .bhv-glyph--ml{top:42%;left:3%}
.blk-bundle-hero-video .bhv-glyph--mr{top:42%;right:3%}
@media(max-width:900px){.blk-bundle-hero-video .bhv-glyph--ml,.blk-bundle-hero-video .bhv-glyph--mr{display:none}}
@media(max-width:640px){.blk-bundle-hero-video .bhv-glyph{display:none}.blk-bundle-hero-video .bhv-ribbon-track{animation-duration:18s}}
/* [UB:VIDEO_SLOT_CONTRACT] */
.video-slot{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}
.video-slot iframe{display:block;width:100%;height:100%;border:0}
.video-slot iframe[src]+.video-placeholder{display:none}
.video-placeholder{position:absolute;inset:0;display:grid;place-items:center;min-height:240px;padding:2rem;border:1px dashed currentColor;text-align:center;opacity:0.75}

.blk-benefits-ticker-strip{background:var(--color-accent);overflow:hidden;padding:0;border-top:2px solid var(--color-accent-darker);border-bottom:2px solid var(--color-accent-darker);position:relative}
.blk-benefits-ticker-strip .ticker-outer{overflow:hidden;width:100%}
.blk-benefits-ticker-strip .ticker-track{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;animation:ticker-scroll 28s linear infinite}
.blk-benefits-ticker-strip .ticker-track:hover{animation-play-state:paused}
.blk-benefits-ticker-strip .ticker-cell{display:inline-flex;align-items:center;gap:0;padding:0;white-space:nowrap;flex-shrink:0}
.blk-benefits-ticker-strip .ticker-label{font-family:'Sora',sans-serif;font-weight:800;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-black);padding:14px 28px;display:inline-block}
.blk-benefits-ticker-strip .ticker-sep{font-size:.75rem;color:var(--color-accent-darker);font-weight:900;padding:0 2px;flex-shrink:0;line-height:1}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media (max-width:860px){.blk-benefits-ticker-strip .ticker-label{font-size:.82rem;padding:12px 18px}.blk-benefits-ticker-strip .ticker-sep{font-size:.65rem}}

.blk-income-intro{position:relative;overflow:hidden;padding-top:6rem;padding-bottom:6.5rem}
.blk-income-intro::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 55% at 50% 0%,rgba(255,107,53,0.13),transparent 70%);pointer-events:none;z-index:0}
.blk-income-intro::after{content:"";position:absolute;left:50%;bottom:0;width:min(700px,80%);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--color-border),transparent);pointer-events:none}
.blk-income-intro__inner{position:relative;z-index:1;text-align:center;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:0}
.blk-income-intro__eyebrow{display:inline-flex;align-items:center;gap:0.5rem;margin:0 0 2rem;padding:0.45rem 1.25rem;border:1px solid var(--color-border);border-radius:999px;background:rgba(255,107,53,0.09);color:var(--color-accent);font-size:0.75rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:700;line-height:1}
.blk-income-intro__eyebrow-icon{font-size:0.85rem;opacity:0.85}
.blk-income-intro__headline{margin:0 0 2.25rem;font-size:clamp(2.2rem,5.2vw,3.75rem);line-height:1.08;font-weight:800;letter-spacing:-0.02em;color:var(--color-headline)}
.blk-income-intro__amount{color:var(--color-accent)}
.blk-income-intro__accent{color:var(--color-accent);font-style:italic;font-weight:700}
.blk-income-intro__copy{margin:0 auto 2.5rem;max-width:720px;display:flex;flex-direction:column;gap:1.5rem}
.blk-income-intro__para{margin:0;font-size:1.08rem;line-height:1.7;color:var(--color-text)}
.blk-income-intro__cue{margin:0;color:var(--color-accent);font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase;opacity:0.85;display:flex;align-items:center;justify-content:center;gap:0.5rem}
.blk-income-intro__cue span{opacity:0.65}
@media (max-width:640px){.blk-income-intro{padding-top:4rem;padding-bottom:4.5rem}.blk-income-intro__headline{font-size:clamp(1.9rem,7.5vw,2.8rem)}.blk-income-intro__para{font-size:1rem}.blk-income-intro__eyebrow{font-size:0.7rem;letter-spacing:0.16em}}

.blk-why-crushes{position:relative;background:var(--color-bg-darker);overflow:hidden;padding-bottom:3rem}
.blk-why-crushes::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 40% at 50% 0%, rgba(255,107,53,0.18) 0%, rgba(255,107,53,0) 65%), radial-gradient(ellipse 60% 30% at 50% 100%, rgba(198,153,0,0.10) 0%, rgba(198,153,0,0) 70%), linear-gradient(180deg, rgba(21,8,42,0.92) 0%, rgba(5,6,7,0.98) 100%);pointer-events:none}
.blk-why-crushes > .container-remix{position:relative;z-index:1}
.blk-why-crushes .cmp-head{text-align:center;padding-bottom:0.5rem}
.blk-why-crushes .cmp-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:0.16em;font-size:0.72rem;color:var(--color-accent);border:1px solid rgba(255,107,53,0.45);background:rgba(255,107,53,0.10);border-radius:999px;padding:8px 22px;margin-bottom:0.75rem}
.blk-why-crushes .cmp-headline{font-size:clamp(2rem,4.8vw,3.2rem);line-height:1.1;margin:0 0 0.5rem;font-weight:800;letter-spacing:-0.01em}
.blk-why-crushes .cmp-accent{font-style:italic;color:var(--color-accent)}
.blk-why-crushes .cmp-sub{margin:0;font-size:1.05rem;color:var(--color-text-muted);opacity:0.9}
.blk-why-crushes .cmp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:2rem;border-radius:16px;box-shadow:0 0 0 1px var(--color-border), 0 8px 48px rgba(0,0,0,0.55), 0 0 60px rgba(255,107,53,0.06)}
.blk-why-crushes .cmp-table{min-width:900px;background:var(--color-panel);border:none;overflow:hidden;border-radius:16px}
.blk-why-crushes .cmp-row{display:grid;grid-template-columns:1.3fr 1.05fr 1fr 1fr 1fr 1fr;border-bottom:1px solid rgba(80,69,108,0.45)}
.blk-why-crushes .cmp-row:last-child{border-bottom:0}
.blk-why-crushes .cmp-row-head{background:var(--color-panel-strong);border-bottom:1px solid rgba(80,69,108,0.7)}
.blk-why-crushes .cmp-row:not(.cmp-row-head):nth-child(even){background:rgba(255,255,255,0.025)}
.blk-why-crushes .cmp-cell{padding:15px 18px;font-size:0.91rem;line-height:1.4;border-left:1px solid rgba(80,69,108,0.35);display:flex;flex-direction:column;justify-content:center;gap:5px}
.blk-why-crushes .cmp-cell:first-child{border-left:0}
.blk-why-crushes .cmp-row .cmp-cell:nth-child(2){background:rgba(255,107,53,0.09)}
.blk-why-crushes .cmp-row-head .cmp-cell:nth-child(2){background:rgba(255,107,53,0.18);box-shadow:inset 0 3px 0 var(--color-accent)}
.blk-why-crushes .cmp-cap-label{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:0.14em;font-size:0.7rem;color:var(--color-accent);font-weight:700}
.blk-why-crushes .cmp-col{align-items:center;text-align:center;padding:20px 14px;gap:10px}
.blk-why-crushes .cmp-col-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--color-white);color:var(--color-black);font-size:0.65rem;text-transform:capitalize;overflow:hidden;flex-shrink:0}
.blk-why-crushes .cmp-col-icon svg{width:26px;height:26px}
.blk-why-crushes .cmp-col-name{font-weight:700;color:var(--color-headline);font-size:0.93rem;line-height:1.25;text-align:center}
.blk-why-crushes .cmp-capability{font-weight:700;color:var(--color-headline);font-size:0.93rem}
.blk-why-crushes .cmp-ours{flex-direction:row;align-items:flex-start;gap:8px;color:var(--color-accent);font-weight:700;font-size:0.91rem}
.blk-why-crushes .cmp-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:rgba(22,163,74,0.9);color:var(--color-white);font-size:0.7rem;flex:0 0 18px;margin-top:1px}
.blk-why-crushes .cmp-alt{color:var(--color-text-muted);opacity:0.72;font-size:0.88rem}
.blk-why-crushes .cmp-note{text-align:center;margin:1.75rem 0 0;font-weight:700;color:var(--color-text);font-size:1.05rem;padding:1.25rem 2rem;background:rgba(255,107,53,0.07);border:1px solid rgba(255,107,53,0.22);border-radius:12px}
@media (max-width:640px){.blk-why-crushes .cmp-cell{padding:11px 10px;font-size:0.83rem}.blk-why-crushes .cmp-note{font-size:0.95rem;padding:1rem 1.25rem}}

.blk-integrations-grid{position:relative;overflow:hidden;background-color:var(--color-bg-darker);padding-top:6rem;padding-bottom:6rem}
.ig-glow-top{position:absolute;top:-8%;left:50%;width:140%;height:55%;transform:translateX(-50%);background:radial-gradient(ellipse at 50% 0%,rgba(255,107,53,0.13),rgba(255,107,53,0) 70%);pointer-events:none;z-index:0}
.ig-glow-bottom{position:absolute;bottom:-10%;left:50%;width:120%;height:40%;transform:translateX(-50%);background:radial-gradient(ellipse at 50% 100%,rgba(198,153,0,0.08),rgba(198,153,0,0) 70%);pointer-events:none;z-index:0}
.blk-integrations-grid > .container-remix{position:relative;z-index:1;display:flex;flex-direction:column;gap:3.5rem}
.blk-integrations-grid .ig-head{text-align:center;max-width:62rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:1.1rem}
.blk-integrations-grid .ig-eyebrow{display:inline-block;margin:0;padding:0.55rem 1.5rem;border:1px solid rgba(255,107,53,0.5);border-radius:999px;color:var(--color-accent);text-transform:uppercase;letter-spacing:0.2em;font-size:0.78rem;font-weight:600;background:rgba(255,107,53,0.07)}
.blk-integrations-grid .ig-headline{margin:0;font-size:clamp(2.4rem,5.5vw,4rem);line-height:1.08;font-weight:800;letter-spacing:-0.01em}
.blk-integrations-grid .ig-accent-mark{display:inline-block;background-color:var(--color-accent);color:var(--color-headline-opposite);padding:0.06em 0.32em;transform:rotate(-1.5deg);border-radius:4px;line-height:1.15}
.blk-integrations-grid .ig-sub{font-size:clamp(1.15rem,2.4vw,1.55rem);line-height:1.35;margin:0;color:var(--color-text-strong)}
.blk-integrations-grid .ig-body{font-size:1.05rem;line-height:1.65;margin:0;max-width:54rem;text-align:center;color:var(--color-text-muted)}
.blk-integrations-grid .ig-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0.75rem}
.blk-integrations-grid .ig-pill{display:flex;align-items:center;justify-content:flex-start;gap:0.65rem;padding:0.9rem 1rem;background-color:var(--color-panel);border:1px solid var(--color-border);border-radius:8px;transition:background-color 0.18s,border-color 0.18s;cursor:default}
.blk-integrations-grid .ig-pill-icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;color:var(--color-accent);flex:none;font-size:1.1rem;line-height:1}
.blk-integrations-grid .ig-pill-icon svg{width:100%;height:100%;fill:currentColor}
.blk-integrations-grid .ig-pill-name{color:var(--color-text-strong);text-transform:uppercase;letter-spacing:0.09em;font-size:0.78rem;line-height:1.2;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.blk-integrations-grid .ig-foot{text-align:center;display:flex;flex-direction:column;align-items:center;gap:0.5rem}
.blk-integrations-grid .ig-emphasis{font-size:1.1rem;font-weight:700;margin:0;color:var(--color-text-strong)}
@media (max-width:900px){.blk-integrations-grid .ig-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:600px){.blk-integrations-grid{padding-top:3.5rem;padding-bottom:3.5rem}.blk-integrations-grid .ig-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.6rem}.blk-integrations-grid .ig-pill{padding:0.75rem 0.7rem}.blk-integrations-grid .ig-pill-name{font-size:0.72rem}}

.blk-codex-intro-hero {
  background: var(--color-bg);
  overflow: hidden;
}

/* ── TOP BAND ── */
.blk-codex-intro-hero .codex-top {
  padding: 80px 0 52px;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(255,107,53,0.22) 0%, transparent 70%),
    radial-gradient(ellipse 45% 40% at 15% 60%, rgba(255,107,53,0.12) 0%, transparent 60%),
    linear-gradient(175deg, var(--color-bg-lighter) 0%, var(--color-bg) 100%);
}

.blk-codex-intro-hero .codex-top-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Badge */
.blk-codex-intro-hero .codex-badge {
  display: inline-block;
  padding: 7px 22px;
  border: 1.5px solid var(--color-accent);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-accent);
  background: rgba(255,107,53,0.08);
  margin: 0;
}

/* Headline */
.blk-codex-intro-hero .codex-headline {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.04;
  font-weight: 800;
  margin: 0;
  color: var(--color-headline);
  letter-spacing: -0.01em;
}

.blk-codex-intro-hero .codex-headline-accent {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-black);
  padding: 2px 18px 4px;
  border-radius: 6px;
  line-height: 1.1;
}

.blk-codex-intro-hero .codex-headline .green {
  color: var(--color-accent-lighter);
  font-weight: inherit;
  text-shadow: 0 0 0.55em rgba(156, 200, 33, 0.16);
}

/* Subhead */
.blk-codex-intro-hero .codex-subhead {
  font-size: clamp(1.05rem, 2.1vw, 1.45rem);
  font-weight: 700;
  line-height: 1.4;
  max-width: 60ch;
  margin: 0;
  color: var(--color-text-strong);
}

/* ── FIGURE / MOCKUP ── */
.blk-codex-intro-hero .codex-figure {
  margin: -1px 0 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  background: #050b18;
}

.blk-codex-intro-hero .codex-figure::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(5, 11, 24, 0.98) 0%, rgba(5, 11, 24, 0.76) 4.5%, rgba(5, 11, 24, 0.28) 10%, transparent 18%, transparent 76%, rgba(5, 11, 24, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 7, 32, 0.12), transparent 16%, transparent 84%, rgba(0, 7, 32, 0.12));
  pointer-events: none;
  z-index: 1;
}

.blk-codex-intro-hero .codex-figure::after {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, transparent 8%, rgba(105, 160, 207, 0.18) 28%, rgba(202, 239, 69, 0.58) 50%, rgba(105, 160, 207, 0.18) 72%, transparent 92%);
  box-shadow: 0 0 1.6rem rgba(156, 200, 33, 0.1);
  pointer-events: none;
}

/* Seamless image-to-content transition: graphite, steel blue and UniBuilder lime. */
.blk-codex-intro-hero > .codex-bottom.codex-bottom {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  padding: clamp(3.8rem, 6vw, 5.4rem) 0 clamp(4.5rem, 7vw, 6.2rem);
  overflow: hidden;
  border-top: 1px solid rgba(188, 229, 61, 0.18);
  background:
    radial-gradient(ellipse 46% 24% at 50% 0%, rgba(156, 200, 33, 0.11), transparent 72%),
    radial-gradient(ellipse 38% 62% at 8% 48%, rgba(59, 111, 165, 0.12), transparent 76%),
    radial-gradient(ellipse 38% 62% at 92% 56%, rgba(43, 90, 145, 0.1), transparent 76%),
    linear-gradient(180deg, #050b18 0%, #081222 48%, #030816 100%);
}

.blk-codex-intro-hero > .codex-bottom.codex-bottom::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 2px;
  background: linear-gradient(90deg, transparent 6%, rgba(156, 200, 33, 0.18), rgba(210, 243, 73, 0.72), rgba(72, 137, 199, 0.34), transparent 94%);
  box-shadow: 0 0 1.8rem rgba(156, 200, 33, 0.11);
}

.blk-codex-intro-hero > .codex-bottom.codex-bottom > .container-remix {
  position: relative;
  z-index: 1;
  gap: clamp(2rem, 4vw, 3.2rem);
}

.blk-codex-intro-hero .codex-bottom .codex-copy {
  max-width: 72ch;
  padding: clamp(1.15rem, 2.4vw, 1.65rem) clamp(1.15rem, 3vw, 2rem);
  border: 1px solid rgba(85, 135, 187, 0.18);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(18, 31, 50, 0.76), rgba(6, 13, 27, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 44px rgba(0, 3, 17, 0.24);
  backdrop-filter: blur(12px);
}

.blk-codex-intro-hero .codex-bottom .codex-paragraph {
  color: rgba(187, 201, 220, 0.86);
}

.blk-codex-intro-hero .codex-bottom .codex-paragraph strong:not(.copy-green) {
  color: #f3f7fc;
}

.blk-codex-intro-hero .codex-bottom .codex-cards .codex-card,
.blk-codex-intro-hero .codex-bottom .codex-cards .capability-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(76, 124, 172, 0.3);
  background:
    radial-gradient(circle at 10% 0%, rgba(83, 140, 195, 0.11), transparent 42%),
    linear-gradient(145deg, rgba(17, 28, 46, 0.98), rgba(5, 11, 24, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 18px 40px rgba(0, 3, 17, 0.32);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.blk-codex-intro-hero .codex-bottom .codex-cards .codex-card::before,
.blk-codex-intro-hero .codex-bottom .codex-cards .capability-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 2px;
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.06), rgba(203, 240, 62, 0.58), rgba(70, 134, 193, 0.24), transparent 86%);
}

.blk-codex-intro-hero .codex-bottom .codex-cards .codex-card:hover,
.blk-codex-intro-hero .codex-bottom .codex-cards .capability-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 230, 66, 0.5);
  background:
    radial-gradient(circle at 10% 0%, rgba(102, 163, 218, 0.15), transparent 44%),
    linear-gradient(145deg, rgba(21, 35, 56, 0.99), rgba(6, 13, 27, 1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 48px rgba(0, 3, 17, 0.42),
    0 0 28px rgba(156, 200, 33, 0.08);
}

.blk-codex-intro-hero .codex-bottom .codex-card-icon,
.blk-codex-intro-hero .codex-bottom .capability-icon {
  border: 1px solid rgba(235, 255, 144, 0.84);
  background:
    radial-gradient(circle at 30% 16%, rgba(255, 255, 255, 0.45), transparent 40%),
    linear-gradient(145deg, #d9f64f 0%, #9cc821 65%, #7fad14 100%);
  color: #061126;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 8px 20px rgba(0, 4, 20, 0.3),
    0 0 20px rgba(156, 200, 33, 0.16);
}

.blk-codex-intro-hero .codex-bottom .codex-card h3,
.blk-codex-intro-hero .codex-bottom .capability-title {
  color: #f7faff;
}

.blk-codex-intro-hero .codex-bottom .codex-card p,
.blk-codex-intro-hero .codex-bottom .capability-body {
  color: rgba(181, 196, 216, 0.86);
}

.blk-codex-intro-hero .codex-bottom .codex-card p strong,
.blk-codex-intro-hero .codex-bottom .capability-body strong {
  color: #f0f5fb;
}

.blk-codex-intro-hero .codex-figure img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ── BOTTOM BAND ── */
.blk-codex-intro-hero .codex-bottom {
  padding: 56px 0 72px;
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255,107,53,0.10) 0%, transparent 70%),
    linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-lighter) 40%, var(--color-bg) 100%);
}

.blk-codex-intro-hero .codex-bottom > .container-remix {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Body copy */
.blk-codex-intro-hero .codex-copy {
  text-align: center;
  max-width: 66ch;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blk-codex-intro-hero .codex-paragraph {
  line-height: 1.75;
  margin: 0;
  font-size: clamp(0.97rem, 1.5vw, 1.08rem);
  color: var(--color-text-muted);
}

/* Feature cards */
.blk-codex-intro-hero .codex-cards {
  gap: 24px;
}

.blk-codex-intro-hero .feature-grid-unified {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.blk-codex-intro-hero .feature-grid-unified > article {
  height: 100%;
  box-sizing: border-box;
}

.blk-codex-intro-hero .codex-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 48px rgba(5,6,7,0.45), inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blk-codex-intro-hero .codex-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px rgba(5,6,7,0.55), 0 0 0 1px rgba(255,107,53,0.25);
}

.blk-codex-intro-hero .codex-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: var(--color-accent);
  color: var(--color-black);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
}

.blk-codex-intro-hero .codex-card-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
}

.blk-codex-intro-hero .codex-card h3 {
  margin: 0 0 4px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--color-headline);
}

.blk-codex-intro-hero .codex-card p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .blk-codex-intro-hero .codex-top {
    padding: 56px 0 40px;
  }
  .blk-codex-intro-hero .codex-headline {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .blk-codex-intro-hero .codex-bottom {
    padding: 44px 0 56px;
  }
  .blk-codex-intro-hero .codex-card {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .blk-codex-intro-hero .codex-headline {
    font-size: clamp(1.9rem, 9vw, 2.4rem);
  }
  .blk-codex-intro-hero .codex-subhead {
    font-size: 1rem;
  }
}

.blk-key-capabilities-grid { padding-top: 56px; padding-bottom: 80px; position: relative; }
.blk-key-capabilities-grid::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(255,107,53,0.08) 0%, transparent 70%); pointer-events: none; }
.blk-key-capabilities-grid .capability-grid { gap: 24px; }
.blk-key-capabilities-grid .capability-card,
.blk-codex-intro-hero .capability-card { display: flex; align-items: flex-start; gap: 20px; border-color: rgba(255,107,53,0.30); background: linear-gradient(160deg, rgba(255,107,53,0.07) 0%, rgba(39,27,63,0.85) 100%); transition: border-color 0.2s, box-shadow 0.2s; }
.blk-key-capabilities-grid .capability-card:hover,
.blk-codex-intro-hero .capability-card:hover { border-color: rgba(255,107,53,0.55); box-shadow: 0 4px 32px rgba(255,107,53,0.12); }
.blk-key-capabilities-grid .capability-icon,
.blk-codex-intro-hero .capability-icon { flex: 0 0 auto; width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--color-accent-lighter), var(--color-accent)); color: var(--color-black); border-radius: 10px; box-shadow: 0 0 20px rgba(255,107,53,0.50); font-size: 22px; line-height: 1; }
.blk-key-capabilities-grid .capability-icon svg,
.blk-codex-intro-hero .capability-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; }
.blk-key-capabilities-grid .capability-copy,
.blk-codex-intro-hero .capability-copy { flex: 1; }
.blk-key-capabilities-grid .capability-title,
.blk-codex-intro-hero .capability-title { font-size: 1.15rem; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em; color: var(--color-headline); }
.blk-key-capabilities-grid .capability-body,
.blk-codex-intro-hero .capability-body { font-size: 0.95rem; line-height: 1.65; margin: 0; color: var(--color-text-strong); }

@media (max-width: 900px) {
  .blk-codex-intro-hero .feature-grid-unified {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .blk-codex-intro-hero .feature-grid-unified {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .blk-key-capabilities-grid { padding-top: 40px; padding-bottom: 56px; }
  .blk-key-capabilities-grid .capability-grid { gap: 16px; }
  .blk-key-capabilities-grid .capability-card,
  .blk-codex-intro-hero .capability-card { gap: 14px; }
  .blk-key-capabilities-grid .capability-icon,
  .blk-codex-intro-hero .capability-icon { width: 46px; height: 46px; font-size: 18px; }
  .blk-key-capabilities-grid .capability-title,
  .blk-codex-intro-hero .capability-title { font-size: 1.05rem; }
}

.blk-bundle-offer-stack {
  position: relative;
  padding-bottom: 0;
}

/* ── HEAD BAND ── */
.blk-bundle-offer-stack .bos-head { text-align: center; padding-top: 80px; padding-bottom: 80px; }
.blk-bundle-offer-stack .bos-head-inner { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 24px; }

.blk-bundle-offer-stack .bos-eyebrow {
  display: inline-block;
  padding: 9px 26px;
  border: 1.5px solid var(--color-accent);
  border-radius: 999px;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 107, 53, 0.08);
}

.blk-bundle-offer-stack .bos-headline {
  text-transform: uppercase;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 0;
  text-align: center;
}

.blk-bundle-offer-stack .bos-headline-accent {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-bg-darker);
  padding: 0.02em 0.18em 0.06em;
  transform: skewX(-6deg);
  box-shadow: 0 8px 48px rgba(255, 107, 53, 0.45);
  border-radius: 4px;
}

.blk-bundle-offer-stack .bos-headline-suffix {
  display: inline;
}

.blk-bundle-offer-stack .bos-sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 600;
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
  color: var(--color-text-strong);
  text-align: center;
}

/* ── BODY ── */
.blk-bundle-offer-stack .bos-body { padding-top: 0; padding-bottom: 80px; }
.blk-bundle-offer-stack .bos-body .container-remix { max-width: 900px; }

.blk-bundle-offer-stack .bos-stack {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── CARD ── */
.blk-bundle-offer-stack .bos-card {
  position: relative;
  background: linear-gradient(180deg, var(--color-bg-lighter) 0%, var(--color-panel) 100%);
  border-color: var(--color-border);
  box-shadow: 0 40px 100px rgba(5, 6, 7, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

/* mockup sits flush inside the card top, no extra padding */
.blk-bundle-offer-stack .bos-mockup-wrap {
  width: 100%;
  background: linear-gradient(180deg, rgba(21, 8, 42, 0.0) 0%, rgba(21, 8, 42, 0.55) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 0;
}

.blk-bundle-offer-stack .bos-mockup {
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 0 auto;
}

/* card body below the mockup */
.blk-bundle-offer-stack .bos-card-body {
  padding-top: 28px;
}

/* ── CARD HEAD (icon + title row) ── */
.blk-bundle-offer-stack .bos-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.blk-bundle-offer-stack .bos-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--color-accent-lighter), var(--color-accent));
  color: var(--color-black);
  box-shadow: 0 10px 32px rgba(255, 107, 53, 0.45);
  border-radius: 12px;
}

.blk-bundle-offer-stack .bos-icon svg {
  width: 26px;
  height: 26px;
}

.blk-bundle-offer-stack .bos-card-title {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  line-height: 1.15;
}

.blk-bundle-offer-stack .bos-card-tagline {
  margin: 5px 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.blk-bundle-offer-stack .bos-card-desc {
  font-size: clamp(0.97rem, 1.4vw, 1.1rem);
  line-height: 1.7;
  margin: 0;
  color: var(--color-text-strong);
}

/* ── CHECKLIST ── */
.blk-bundle-offer-stack .bos-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blk-bundle-offer-stack .bos-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.blk-bundle-offer-stack .bos-check-box {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  border: 1.5px solid var(--color-accent);
  background: rgba(0, 7, 32, 0.72);
  border-radius: 6px;
  margin-top: 1px;
  box-shadow: 0 0 0 1px rgba(156, 200, 33, 0.07), 0 0 9px rgba(156, 200, 33, 0.16);
}

.blk-bundle-offer-stack .bos-check-box svg {
  width: 16px;
  height: 16px;
}

.blk-bundle-offer-stack .bos-check-box svg path {
  stroke-width: 3.2;
}

.blk-bundle-offer-stack .bos-check-copy {
  color: var(--color-text-strong);
  font-size: 0.97rem;
  line-height: 1.6;
}

.blk-bundle-offer-stack .bos-check-title {
  color: var(--color-text);
  font-weight: 700;
}

.blk-bundle-offer-stack .bos-check-detail {
  color: var(--color-text-strong);
  font-weight: 400;
}

/* ── VALUE FOOTER ── */
.blk-bundle-offer-stack .bos-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  margin-top: 8px;
}

.blk-bundle-offer-stack .bos-value-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.blk-bundle-offer-stack .bos-value-amount {
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  letter-spacing: 0.02em;
  font-weight: 800;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .blk-bundle-offer-stack { padding-bottom: 0; }
  .blk-bundle-offer-stack .bos-head { padding-top: 56px; padding-bottom: 56px; }
  .blk-bundle-offer-stack .bos-card-head { align-items: flex-start; }
  .blk-bundle-offer-stack .bos-value { justify-content: flex-start; }
  .blk-bundle-offer-stack .bos-mockup-wrap { padding: 24px 16px 0; }
}

.blk-income-proof{position:relative;background:var(--color-bg-darker);overflow:hidden;padding:80px 0 90px}
.ip-glow-top{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:900px;height:400px;background:radial-gradient(ellipse at 50% 0%,rgba(255,107,53,0.18) 0%,rgba(255,107,53,0) 70%);pointer-events:none;z-index:0}
.ip-glow-bottom{position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);width:700px;height:300px;background:radial-gradient(ellipse at 50% 100%,rgba(198,153,0,0.12) 0%,rgba(198,153,0,0) 70%);pointer-events:none;z-index:0}
.blk-income-proof>.container-remix{position:relative;z-index:1;display:flex;flex-direction:column;gap:52px}
.blk-income-proof .ip-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}
.blk-income-proof .ip-eyebrow{display:inline-block;font-family:var(--font-mono,monospace);text-transform:uppercase;letter-spacing:0.18em;font-size:0.75rem;color:var(--color-accent);border:1.5px solid rgba(255,107,53,0.5);border-radius:999px;padding:9px 22px;background:rgba(255,107,53,0.09);margin:0}
.blk-income-proof .ip-headline{margin:0;font-size:clamp(2.4rem,5.5vw,3.8rem);line-height:1.06;letter-spacing:-0.02em;font-weight:800}
.blk-income-proof .ip-italic{font-style:italic;color:var(--color-accent-lighter);font-weight:700}
.blk-income-proof .ip-intro{max-width:54rem;margin:0;font-size:1.08rem;line-height:1.65;text-align:center;color:var(--color-text-muted)}
.blk-income-proof .ip-intro-strong{max-width:54rem;margin:0;font-weight:700;font-size:1.08rem;color:var(--color-text-strong);text-align:center}
.blk-income-proof .ip-cards{align-items:stretch;gap:22px}
.blk-income-proof .ip-card{background:var(--color-panel);border:1.5px solid rgba(255,107,53,0.3);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(5,6,7,0.65),0 0 0 1px rgba(255,107,53,0.08) inset;transition:transform 0.2s ease,box-shadow 0.2s ease}
.blk-income-proof .ip-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px rgba(5,6,7,0.75),0 0 28px rgba(255,107,53,0.18)}
.blk-income-proof .ip-media{position:relative;overflow:hidden}
.blk-income-proof .ip-media img{width:100%;display:block;object-fit:cover;aspect-ratio:16/9}
.blk-income-proof .ip-badge{position:absolute;top:12px;left:12px;background:var(--color-accent);color:var(--color-black);font-family:var(--font-mono,monospace);font-size:0.64rem;letter-spacing:0.12em;text-transform:uppercase;padding:6px 11px;border-radius:6px;font-weight:800;z-index:2}
.blk-income-proof .ip-amount-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(5,6,7,0.82) 0%,rgba(5,6,7,0) 100%);padding:28px 14px 12px;display:none}
.blk-income-proof .ip-overlay-amount{font-size:1.1rem;font-weight:800;color:var(--color-accent)}
.blk-income-proof .ip-card-body{text-align:center;display:flex;flex-direction:column;gap:10px;padding:20px 18px 22px;flex:1}
.blk-income-proof .ip-amount{margin:0;font-size:1.55rem;font-weight:800;line-height:1.1}
.blk-income-proof .ip-quote{margin:0;font-size:0.95rem;line-height:1.6;color:var(--color-text-strong)}
.blk-income-proof .ip-tag{margin:0;font-family:var(--font-mono,monospace);font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--color-text-muted);opacity:0.65;margin-top:auto;padding-top:6px;border-top:1px solid rgba(255,255,255,0.07)}
.blk-income-proof .ip-stats{gap:18px;align-items:stretch}
.blk-income-proof .ip-stat{display:flex;gap:14px;align-items:flex-start;background:rgba(255,255,255,0.04);border:1.5px solid var(--color-border);padding:18px 20px;border-radius:12px}
.blk-income-proof .ip-stat-icon{flex:0 0 auto;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,107,53,0.18);color:var(--color-accent);font-size:0.7rem;text-transform:capitalize;border-radius:8px}
.blk-income-proof .ip-stat-icon svg{width:18px;height:18px;fill:currentColor}
.blk-income-proof .ip-stat-text{display:flex;flex-direction:column;gap:4px}
.blk-income-proof .ip-stat-title{margin:0;font-weight:800;font-size:1rem;color:var(--color-headline)}
.blk-income-proof .ip-stat-body{margin:0;font-size:0.88rem;line-height:1.5;color:var(--color-text-muted)}
.blk-income-proof .ip-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;background:linear-gradient(135deg,rgba(255,107,53,0.12) 0%,rgba(198,153,0,0.08) 100%);border:1.5px solid rgba(255,107,53,0.22);border-radius:20px;padding:40px 32px 36px}
.blk-income-proof .ip-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,var(--color-gradient-a) 0%,var(--color-accent-darker) 100%);color:var(--color-black);font-weight:800;letter-spacing:0.04em;text-transform:uppercase;text-decoration:none;border-radius:12px;font-size:1.1rem;padding:20px 44px;box-shadow:0 0 48px rgba(255,107,53,0.5),0 8px 24px rgba(5,6,7,0.4);transition:box-shadow 0.2s ease,transform 0.2s ease}
.blk-income-proof .ip-button:hover{box-shadow:0 0 64px rgba(255,107,53,0.65),0 12px 32px rgba(5,6,7,0.5);transform:translateY(-2px)}
.blk-income-proof .ip-arrow{font-size:1.2rem;line-height:1}
.blk-income-proof .ip-fine{margin:0;font-family:var(--font-mono,monospace);font-size:0.72rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--color-text-muted);opacity:0.75}
.blk-income-proof .ip-pay{display:block;margin:0 auto;max-width:300px;width:100%;height:auto;opacity:0.9}
@media (max-width:900px){.blk-income-proof .ip-cards,.blk-income-proof .ip-stats{grid-template-columns:1fr}}
@media (max-width:720px){.blk-income-proof .ip-headline{font-size:2.1rem}.blk-income-proof .ip-cta-wrap{padding:28px 20px 26px}.blk-income-proof .ip-button{font-size:0.95rem;padding:17px 28px}}

.blk-offer-summary-cta{position:relative;overflow:hidden;padding:5rem 0 4.5rem;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-darker) 100%);}
.blk-offer-summary-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 90% 55% at 50% 0%,rgba(255,107,53,0.13),transparent 70%);pointer-events:none;}
.blk-offer-summary-cta::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-border),transparent);}
.blk-offer-summary-cta__hero{text-align:center;margin-bottom:3rem;}
.blk-offer-summary-cta__headline{font-size:clamp(2.2rem,5.6vw,4rem);line-height:1.07;letter-spacing:-0.025em;margin:0;text-align:center;}
.blk-offer-summary-cta__accent{display:inline-block;background:var(--color-accent);color:var(--color-bg);padding:0.04em 0.3em 0.06em;transform:rotate(-1.2deg);border-radius:4px;}
.blk-offer-summary-cta__main{align-items:start;gap:3rem;margin-bottom:3rem;}
.blk-offer-summary-cta__tile{position:relative;background:linear-gradient(155deg,var(--color-panel) 0%,var(--color-bg-darker) 100%);box-shadow:0 0 70px rgba(255,107,53,0.18),0 2px 24px rgba(5,6,7,0.55);padding-top:2.8rem;}
.blk-offer-summary-cta__compare{display:flex;align-items:stretch;justify-content:center;gap:1rem;padding-top:0.5rem;}
.blk-offer-summary-cta__card{position:relative;flex:1 1 0;background:var(--color-bg-darker);border:1px solid var(--color-border);padding:1.4rem 1.1rem 1.4rem;text-align:center;display:flex;flex-direction:column;align-items:center;}
.blk-offer-summary-cta__card--full{text-align:left;align-items:flex-start;background:linear-gradient(160deg,rgba(255,107,53,0.12) 0%,rgba(5,6,7,0.7) 100%);border-color:rgba(255,107,53,0.35);}
.blk-offer-summary-cta__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:var(--color-accent);color:var(--color-bg);margin-bottom:0.75rem;flex-shrink:0;}
.blk-offer-summary-cta__icon--accent{background:var(--color-accent);}
.blk-offer-summary-cta__icon svg{width:24px;height:24px;fill:currentColor;stroke:currentColor;}
.blk-offer-summary-cta__cardtitle{font-size:1rem;margin:0 0 0.3rem;}
.blk-offer-summary-cta__fulltitle{font-size:1.6rem;line-height:1.05;margin:0 0 0.25rem;font-weight:800;}
.blk-offer-summary-cta__mono{font-size:0.68rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--color-text-muted);opacity:0.7;margin:0;}
.blk-offer-summary-cta__arrow{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--color-accent);color:var(--color-bg);font-size:0.95rem;flex-shrink:0;}
.blk-offer-summary-cta__chips{display:grid;grid-template-columns:1fr 1fr;gap:0.45rem;margin-top:1rem;width:100%;}
.blk-offer-summary-cta__chip{background:rgba(255,255,255,0.06);border:1px solid var(--color-border);padding:0.55rem 0.65rem;border-radius:6px;}
.blk-offer-summary-cta__chip strong{display:block;font-size:0.92rem;line-height:1.2;color:var(--color-headline);}
.blk-offer-summary-cta__badge{display:inline-flex;align-items:center;gap:0.35rem;background:var(--color-bg-darker);border:1px solid var(--color-border);color:var(--color-text-muted);font-size:0.64rem;letter-spacing:0.14em;text-transform:uppercase;padding:0.38rem 0.7rem;border-radius:999px;white-space:nowrap;}
.blk-offer-summary-cta__badge--top{position:absolute;top:0.85rem;left:1rem;}
.blk-offer-summary-cta__badge--card{position:absolute;top:-0.9rem;right:0.6rem;background:var(--color-accent);color:var(--color-bg);border-color:var(--color-accent);}
.blk-offer-summary-cta__badge--bottom{position:absolute;bottom:-0.9rem;left:1rem;background:var(--color-panel-strong);border-color:var(--color-border);}
.blk-offer-summary-cta__copy{display:flex;flex-direction:column;gap:0;padding-top:0.25rem;}
.blk-offer-summary-cta__eyebrow{font-size:1rem;margin:0 0 0.75rem;opacity:0.85;}
.blk-offer-summary-cta__body{font-size:1rem;line-height:1.6;margin:0 0 0.85rem;}
.blk-offer-summary-cta__points{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.4rem;margin-top:0.5rem;}
.blk-offer-summary-cta__point{display:flex;align-items:flex-start;gap:0.7rem;}
.blk-offer-summary-cta__check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;border-radius:6px;background:rgba(255,107,53,0.18);border:1px solid var(--color-accent);color:var(--color-accent);font-size:0.82rem;margin-top:0.1rem;}
.blk-offer-summary-cta__check::before{content:"\2713";}
.blk-offer-summary-cta__point p{margin:0;font-size:0.93rem;line-height:1.5;}
.blk-offer-summary-cta__closer{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:0.5rem;}
.blk-offer-summary-cta__summary{font-size:1.05rem;margin:0;max-width:640px;opacity:0.9;}
.blk-offer-summary-cta__cta{display:inline-block;width:100%;max-width:820px;font-size:1.08rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;text-align:center;box-shadow:0 0 55px rgba(255,107,53,0.38),0 4px 20px rgba(255,107,53,0.22);transition:box-shadow 0.2s;}
.blk-offer-summary-cta__cta:hover{box-shadow:0 0 80px rgba(255,107,53,0.55),0 6px 28px rgba(255,107,53,0.32);}
.blk-offer-summary-cta__trust{font-size:0.68rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--color-text-muted);opacity:0.65;margin:0;}
.blk-offer-summary-cta__pay{display:block;max-width:300px;object-fit:contain;opacity:0.85;}
@media (max-width:900px){.blk-offer-summary-cta__points{grid-template-columns:1fr;}}
@media (max-width:640px){.blk-offer-summary-cta__compare{flex-direction:column;}.blk-offer-summary-cta__arrow{transform:rotate(90deg);}.blk-offer-summary-cta__chips{grid-template-columns:1fr 1fr;}.blk-offer-summary-cta__main{grid-template-columns:1fr;}}

.blk-value-stack-price{position:relative;overflow:hidden;padding:5rem 0 5.5rem;background-image:radial-gradient(ellipse 80% 55% at 50% 65%, rgba(255,107,53,0.13), rgba(21,8,42,0) 70%);}
.blk-value-stack-price .vsp-headline{text-align:center;font-size:clamp(2.2rem,5.5vw,3.6rem);line-height:1.06;font-weight:800;margin:0 0 2.8rem;color:var(--color-headline);}
.blk-value-stack-price .vsp-accent{display:inline-block;background:var(--color-accent);color:var(--color-headline-opposite);padding:0.06em 0.38em 0.1em;border-radius:6px;transform:rotate(-1.5deg);line-height:1.15;}
.blk-value-stack-price .vsp-table{max-width:860px;margin:0 auto;padding:0.25rem 0 0;border:1px solid var(--color-border);box-shadow:0 28px 72px rgba(5,6,7,0.55), inset 0 1px 0 rgba(255,255,255,0.04);}
.blk-value-stack-price .vsp-rows{padding:0 1.6rem;}
.blk-value-stack-price .vsp-row{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 0;border-bottom:1px solid var(--color-border);}
.blk-value-stack-price .vsp-rows .vsp-row:last-child{border-bottom:none;}
.blk-value-stack-price .vsp-icon{flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,107,53,0.15);color:var(--color-accent-lighter);border:1px solid rgba(255,107,53,0.22);}
.blk-value-stack-price .vsp-icon svg{width:22px;height:22px;fill:currentColor;stroke:currentColor;}
.blk-value-stack-price .vsp-name{flex:1 1 auto;font-weight:700;color:var(--color-text);font-size:1.04rem;}
.blk-value-stack-price .vsp-value{flex:0 0 auto;font-weight:700;color:var(--color-text-strong);text-decoration:line-through;letter-spacing:0.02em;font-size:1rem;opacity:0.85;}
.blk-value-stack-price .vsp-total{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0;padding:1.2rem 1.6rem 1.3rem;border-top:2px solid rgba(255,107,53,0.5);background:rgba(255,107,53,0.07);}
.blk-value-stack-price .vsp-total-label{font-weight:800;color:var(--color-text);font-size:1.1rem;letter-spacing:0.01em;}
.blk-value-stack-price .vsp-total-value{font-weight:800;font-size:1.5rem;letter-spacing:0.03em;color:var(--color-accent);}
.blk-value-stack-price .vsp-offer{max-width:820px;margin:3rem auto 0;text-align:center;}
.blk-value-stack-price .vsp-offer p{margin:0;}
.blk-value-stack-price .vsp-best-part{font-size:1.05rem;margin-bottom:0.35rem !important;opacity:0.8;}
.blk-value-stack-price .vsp-strong{color:var(--color-text);font-weight:800;font-size:clamp(1.15rem,2.8vw,1.4rem);margin-bottom:0.5rem !important;}
.blk-value-stack-price .vsp-invest{font-size:1rem;margin-bottom:0.2rem !important;opacity:0.75;}
.blk-value-stack-price .vsp-prices{display:flex;align-items:baseline;justify-content:center;gap:0.8rem;margin:0.5rem 0 0.5rem !important;}
.blk-value-stack-price .vsp-old-price{font-size:clamp(1.7rem,3.8vw,2.5rem);font-weight:700;color:var(--color-text-strong);text-decoration:line-through;opacity:0.65;}
.blk-value-stack-price .vsp-new-price{font-size:clamp(2.8rem,7vw,4.4rem);font-weight:800;line-height:1;color:var(--color-accent);}
.blk-value-stack-price .vsp-coupon{font-size:0.97rem;margin-top:0.3rem !important;opacity:0.8;}
.blk-value-stack-price .vsp-everything{font-weight:700;font-size:1.05rem;color:var(--color-text);margin-top:0.8rem !important;margin-bottom:0.2rem !important;}
.blk-value-stack-price .vsp-cta{display:block;width:100%;max-width:640px;margin:1.6rem auto 0;text-align:center;font-weight:800;letter-spacing:0.05em;text-transform:uppercase;font-size:clamp(0.92rem,2.1vw,1.08rem);box-shadow:0 0 52px rgba(255,107,53,0.5), 0 4px 18px rgba(5,6,7,0.4);transition:box-shadow 0.2s, transform 0.15s;}
.blk-value-stack-price .vsp-cta:hover{box-shadow:0 0 72px rgba(255,107,53,0.7), 0 6px 24px rgba(5,6,7,0.5);transform:translateY(-2px);}
.blk-value-stack-price .vsp-trust{margin-top:1rem !important;font-size:0.76rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--color-text-strong);opacity:0.65;}
.blk-value-stack-price .vsp-cards{display:block;width:100%;max-width:300px;margin:1rem auto 0;object-fit:contain;opacity:0.9;}
@media (max-width:640px){.blk-value-stack-price .vsp-rows{padding:0 1rem;}.blk-value-stack-price .vsp-total{padding:1rem 1rem 1.1rem;}.blk-value-stack-price .vsp-name{font-size:0.93rem;}.blk-value-stack-price .vsp-icon{width:38px;height:38px;}.blk-value-stack-price .vsp-cta{font-size:0.85rem;letter-spacing:0.03em;}}

.blk-guarantee-promise{background:linear-gradient(160deg,var(--color-bg-lighter) 0%,var(--color-bg) 55%,var(--color-bg-darker) 100%);position:relative;overflow:hidden;text-align:center;padding-top:5rem;padding-bottom:5.5rem}
.blk-guarantee-promise::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(80,69,108,0.28) 1px,transparent 1px),linear-gradient(90deg,rgba(80,69,108,0.28) 1px,transparent 1px);background-size:64px 64px;opacity:0.3;pointer-events:none}
.blk-guarantee-promise .gp-bg-glow{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(255,107,53,0.13) 0%,transparent 70%);pointer-events:none}
.blk-guarantee-promise .gp-eyebrow{display:inline-block;margin:0 auto 1.4rem;border:1px solid rgba(255,107,53,0.55);background:rgba(255,107,53,0.1);color:var(--color-accent);text-transform:uppercase;letter-spacing:0.18em;font-size:0.78rem;padding:0.45rem 1.25rem;border-radius:999px}
.blk-guarantee-promise .gp-headline{margin:0 auto 2.4rem;max-width:18ch;font-size:clamp(2.4rem,6vw,4rem);line-height:1.08;font-weight:800;color:var(--color-headline)}
.blk-guarantee-promise .gp-accent{display:inline-block;background:var(--color-accent);color:var(--color-headline-opposite);padding:0.04em 0.32em;transform:skewX(-6deg);border-radius:4px}
.blk-guarantee-promise .gp-panel{display:flex;flex-direction:row;align-items:center;gap:2.5rem;text-align:left;background:var(--color-panel);border:1px solid rgba(255,107,53,0.32);box-shadow:0 0 80px rgba(255,107,53,0.18),0 2px 32px rgba(0,0,0,0.45);max-width:820px;margin:0 auto}
.blk-guarantee-promise .gp-badge{flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.blk-guarantee-promise .gp-badge img{width:200px;max-width:200px;object-fit:contain}
.blk-guarantee-promise .gp-copy{flex:1 1 0}
.blk-guarantee-promise .gp-copy p{margin:0 0 1rem;line-height:1.7;color:var(--color-text-muted);font-size:1rem}
.blk-guarantee-promise .gp-copy p:last-of-type{margin-bottom:0}
.blk-guarantee-promise .gp-closer{color:var(--color-text);font-weight:700;font-size:1.05rem;margin-bottom:0!important}
@media(max-width:760px){.blk-guarantee-promise .gp-panel{flex-direction:column;text-align:center;gap:1.5rem}.blk-guarantee-promise .gp-badge img{width:160px;max-width:160px}.blk-guarantee-promise .gp-copy{text-align:center}}

.blk-urgency-price-cta{position:relative;overflow:hidden;text-align:center;padding-top:5rem;padding-bottom:5rem}
.blk-urgency-price-cta .upc-glow-top{position:absolute;top:-6rem;left:50%;transform:translateX(-50%);width:70%;height:18rem;background:radial-gradient(ellipse at center, rgba(255,107,53,0.18) 0%, transparent 70%);pointer-events:none;z-index:0}
.blk-urgency-price-cta .upc-glow-bottom{position:absolute;bottom:-4rem;left:50%;transform:translateX(-50%);width:60%;height:14rem;background:radial-gradient(ellipse at center, rgba(198,153,0,0.14) 0%, transparent 70%);pointer-events:none;z-index:0}
.blk-urgency-price-cta .upc-inner{position:relative;z-index:1;max-width:56rem;display:flex;flex-direction:column;align-items:center;gap:1.75rem}
.blk-urgency-price-cta .upc-tag{display:inline-block;margin:0 auto;padding:0.45rem 1.25rem;border:1.5px solid var(--color-accent);border-radius:999px;font-size:0.75rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:700;background:rgba(255,107,53,0.12);color:var(--color-accent)}
.blk-urgency-price-cta .upc-headline{margin:0;font-size:clamp(2.4rem,6vw,4rem);line-height:1.08;font-weight:800;letter-spacing:-0.02em;width:100%}
.blk-urgency-price-cta .upc-line{display:block;margin-bottom:0.35rem}
.blk-urgency-price-cta .upc-strike{text-decoration:line-through;text-decoration-thickness:0.1em;color:var(--color-headline-darker);margin-right:0.15em}
.blk-urgency-price-cta .upc-now{color:var(--color-headline)}
.blk-urgency-price-cta .upc-today{color:var(--color-headline)}
.blk-urgency-price-cta .upc-tape{display:inline-block;padding:0.18em 0.65em 0.22em;background:var(--color-accent);color:var(--color-headline-opposite);transform:rotate(-1.5deg);font-style:italic;font-weight:800;font-size:clamp(1.6rem,4vw,2.6rem);letter-spacing:0.01em;border-radius:0.15em;box-shadow:0 4px 18px rgba(255,107,53,0.45)}
.blk-urgency-price-cta .upc-note{margin:0;font-size:1.05rem;color:var(--color-text-muted)}
.blk-urgency-price-cta .upc-box{width:100%;max-width:52rem;background:rgba(39,27,63,0.92);border-color:var(--color-border);display:flex;flex-direction:column;gap:0.9rem;text-align:left}
.blk-urgency-price-cta .upc-para{margin:0;line-height:1.7;font-size:1rem;color:var(--color-text-muted)}
.blk-urgency-price-cta .upc-strong{margin:0;line-height:1.6;font-weight:700;font-size:1rem;color:var(--color-text-strong)}
.blk-urgency-price-cta .upc-strong--accent{color:var(--color-accent-lighter);font-size:1.05rem}
.blk-urgency-price-cta .upc-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}
.blk-urgency-price-cta .upc-button{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;width:100%;max-width:44rem;font-weight:800;font-size:1.05rem;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;box-shadow:0 0 52px rgba(255,107,53,0.45),0 4px 24px rgba(255,107,53,0.25);transition:box-shadow 0.2s,transform 0.15s}
.blk-urgency-price-cta .upc-button:hover{box-shadow:0 0 72px rgba(255,107,53,0.6),0 6px 32px rgba(255,107,53,0.35);transform:translateY(-2px)}
.blk-urgency-price-cta .upc-arrow{font-size:1.2em;line-height:1}
.blk-urgency-price-cta .upc-trust{margin:0;font-size:0.75rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--color-text-muted)}
.blk-urgency-price-cta .upc-pay{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin:0;padding:0;list-style:none}
.blk-urgency-price-cta .upc-pay-item{display:inline-flex;align-items:center;gap:0.4rem;padding:0.35rem 0.75rem;border:1px solid var(--color-border);border-radius:0.4rem;background:var(--color-panel-strong);color:var(--color-text-muted);font-size:0.7rem;letter-spacing:0.08em;text-transform:uppercase;font-weight:600}
.blk-urgency-price-cta .upc-pay-icon{display:inline-flex;width:1.1rem;height:1.1rem;color:var(--color-accent)}
.blk-urgency-price-cta .upc-pay-icon svg{width:100%;height:100%;fill:currentColor}
@media (max-width:640px){.blk-urgency-price-cta{padding-top:3.5rem;padding-bottom:3.5rem}.blk-urgency-price-cta .upc-button{font-size:0.88rem;letter-spacing:0.03em}.blk-urgency-price-cta .upc-box{text-align:center}}

.blk-final-bundle-checkout {
  background: radial-gradient(ellipse 130% 70% at 50% 30%, rgba(156,200,33,0.10) 0%, var(--color-panel) 40%, var(--color-bg) 100%);
  padding-top: 0;
  padding-bottom: 0;
}
.blk-final-bundle-checkout .container-remix {
  max-width: 780px;
  padding-top: 56px;
  padding-bottom: 72px;
}
.blk-final-bundle-checkout .fbc-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(175deg, var(--color-panel-strong) 0%, var(--color-panel) 55%, var(--color-bg-darker) 100%);
  border: 1.5px solid var(--color-border);
  box-shadow:
    0 0 0 1px rgba(68,107,171,0.18),
    0 0 80px rgba(68,107,171,0.20),
    0 24px 64px rgba(5,6,7,0.55),
    inset 0 0 60px rgba(68,107,171,0.05);
}
.blk-final-bundle-checkout .fbc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(156,200,33,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.blk-final-bundle-checkout .fbc-card-top {
  position: relative;
  background: linear-gradient(180deg, rgba(41,78,140,0.70) 0%, rgba(25,61,121,0.55) 100%);
  border-bottom: 1px solid rgba(68,107,171,0.35);
  padding: 28px 32px 0;
  text-align: center;
}
.blk-final-bundle-checkout .fbc-card-body {
  padding: 28px 32px 32px;
}
.blk-final-bundle-checkout .fbc-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-text-opposite);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-mono, monospace);
  margin-bottom: 18px;
}
.blk-final-bundle-checkout .fbc-badge::before {
  content: '\2605';
  font-size: 0.7rem;
}
.blk-final-bundle-checkout .fbc-mockup {
  display: block;
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  background: transparent;
  margin: 0 auto;
  filter: drop-shadow(0 8px 40px rgba(156,200,33,0.20));
}
.blk-final-bundle-checkout .fbc-title {
  font-size: 1.85rem;
  line-height: 1.18;
  margin: 0 0 20px;
  font-weight: 800;
}
.blk-final-bundle-checkout .fbc-price-panel {
  border: 1px solid var(--color-border);
  background: linear-gradient(160deg, rgba(41,78,140,0.65) 0%, rgba(25,61,121,0.75) 100%);
  padding: 18px 22px 20px;
  margin-bottom: 24px;
}
.blk-final-bundle-checkout .fbc-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.blk-final-bundle-checkout .fbc-price-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-mono, monospace);
  color: var(--color-text-muted);
}
.blk-final-bundle-checkout .fbc-price-old {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: line-through;
  text-decoration-color: var(--color-accent);
}
.blk-final-bundle-checkout .fbc-price-main {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 4px 0 18px;
}
.blk-final-bundle-checkout .fbc-currency {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 12px;
  color: var(--color-accent);
}
.blk-final-bundle-checkout .fbc-amount {
  font-size: 5rem;
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-headline);
}
.blk-final-bundle-checkout .fbc-suffix {
  font-style: italic;
  font-size: 1.1rem;
  padding-bottom: 14px;
  color: var(--color-text-muted);
}
.blk-final-bundle-checkout .fbc-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
}
.blk-final-bundle-checkout .fbc-coupon-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 58%;
  color: var(--color-text-strong);
}
.blk-final-bundle-checkout .fbc-coupon-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid rgba(156,200,33,0.65);
  background: rgba(156,200,33,0.12);
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.12em;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-accent);
}
.blk-final-bundle-checkout .fbc-coupon-code::before {
  content: '\29C9';
  font-size: 0.8rem;
  opacity: 0.8;
}
.blk-final-bundle-checkout .fbc-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blk-final-bundle-checkout .fbc-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.blk-final-bundle-checkout .fbc-check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1.5px solid rgba(156,200,33,0.55);
  background: rgba(156,200,33,0.12);
  color: var(--color-accent);
  font-size: 0.65rem;
  margin-top: 1px;
}
.blk-final-bundle-checkout .fbc-list-item:last-child .fbc-check {
  border-color: rgba(252,214,0,0.55);
  background: rgba(252,214,0,0.12);
  color: var(--color-accent-2);
}
.blk-final-bundle-checkout .fbc-list-item:last-child .fbc-item-text {
  color: var(--color-accent-2-lighter);
  font-weight: 600;
}
.blk-final-bundle-checkout .fbc-item-text {
  color: var(--color-text-strong);
  font-size: 1rem;
}
.blk-final-bundle-checkout .fbc-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 0 40px rgba(156,200,33,0.40), 0 4px 16px rgba(5,6,7,0.35);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
  margin-bottom: 0;
}
.blk-final-bundle-checkout .fbc-cta:hover {
  box-shadow: 0 0 60px rgba(156,200,33,0.55), 0 6px 24px rgba(5,6,7,0.45);
  transform: translateY(-1px);
}
.blk-final-bundle-checkout .fbc-countdown-wrap {
  margin: 20px 0 24px;
  text-align: center;
  padding: 18px 20px;
  border: 1.5px solid rgba(156,200,33,0.65);
  border-radius: 8px;
  background: rgba(156,200,33,0.07);
  box-shadow: 0 0 24px rgba(156,200,33,0.18), inset 0 0 20px rgba(156,200,33,0.05);
}
.blk-final-bundle-checkout .fbc-countdown-label {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--font-mono, monospace);
  color: var(--color-accent);
  text-shadow: 0 0 12px rgba(156,200,33,0.70);
}
.blk-final-bundle-checkout .fbc-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.blk-final-bundle-checkout .fbc-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.blk-final-bundle-checkout .fbc-countdown-digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 8px 12px;
  background: rgba(156,200,33,0.12);
  border: 1.5px solid rgba(156,200,33,0.55);
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: var(--font-mono, monospace);
  color: var(--color-accent);
  text-shadow: 0 0 16px rgba(156,200,33,0.80);
  box-shadow: 0 0 18px rgba(156,200,33,0.25), inset 0 0 10px rgba(156,200,33,0.08);
  line-height: 1;
}
.blk-final-bundle-checkout .fbc-countdown-unit-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--font-mono, monospace);
  color: var(--color-accent-darker);
}
.blk-final-bundle-checkout .fbc-countdown-sep {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-accent);
  text-shadow: 0 0 12px rgba(156,200,33,0.70);
  line-height: 1;
  padding-bottom: 20px;
}
.blk-final-bundle-checkout .fbc-trust {
  margin: 14px 0 12px;
  text-align: center;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--font-mono, monospace);
  color: var(--color-text-muted);
  opacity: 0.7;
}
.blk-final-bundle-checkout .fbc-pay {
  display: block;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  background: transparent;
  opacity: 0.9;
}
@media (max-width: 640px) {
  .blk-final-bundle-checkout .fbc-card-top { padding: 20px 20px 0; }
  .blk-final-bundle-checkout .fbc-card-body { padding: 20px 20px 24px; }
  .blk-final-bundle-checkout .fbc-amount { font-size: 3.6rem; }
  .blk-final-bundle-checkout .fbc-title { font-size: 1.45rem; }
  .blk-final-bundle-checkout .fbc-coupon { flex-direction: column; align-items: flex-start; }
  .blk-final-bundle-checkout .fbc-coupon-note { max-width: 100%; }
  .blk-final-bundle-checkout .fbc-cta { font-size: 1rem; }
  .blk-final-bundle-checkout .fbc-countdown-digit { min-width: 48px; font-size: 1.8rem; }
}

.blk-legal-footer {
  border-top: 1px solid rgba(156, 200, 33, 0.14);
  padding-top: 68px;
  padding-bottom: 42px;
  background-color: var(--color-bg-darker);
}

.blk-legal-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: min(calc(100% - 48px), 1240px);
  max-width: 1240px;
  padding-inline: 0;
}

.blk-legal-footer__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.blk-legal-footer__logo {
  width: 220px;
  max-width: min(68vw, 220px);
  height: auto;
  object-fit: contain;
  opacity: 0.98;
  filter: drop-shadow(0 10px 22px rgba(0, 7, 32, 0.42));
}

.blk-legal-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  margin-bottom: 28px;
}

.blk-legal-footer__link {
  color: var(--color-text-strong);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
  padding: 4px 18px;
  position: relative;
  transition: color 0.18s;
}

.blk-legal-footer__link + .blk-legal-footer__link::before {
  content: '|';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(156, 200, 33, 0.38);
  font-size: 0.85rem;
}

.blk-legal-footer__link:hover {
  color: var(--color-accent);
}

.blk-legal-footer__divider {
  width: 100%;
  max-width: 1180px;
  height: 1px;
  background: rgba(80, 69, 108, 0.35);
  margin: 0 auto 30px;
}

.blk-legal-footer__divider--bottom {
  margin-top: 32px;
  margin-bottom: 22px;
}

.blk-legal-footer__fineprint {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.blk-legal-footer__para {
  margin: 0;
  text-align: center;
  font-size: 0.76rem;
  line-height: 1.78;
  color: rgba(236, 241, 249, 0.46);
}

.blk-legal-footer__para:first-child {
  font-size: 0.76rem;
  color: rgba(236, 241, 249, 0.46);
}

.blk-legal-footer__para strong {
  color: rgba(236, 241, 249, 0.68);
  font-weight: 750;
}

.blk-legal-footer__copyright {
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(236, 241, 249, 0.58);
  letter-spacing: 0.01em;
}

@media (max-width: 640px) {
  .blk-legal-footer {
    padding-top: 46px;
    padding-bottom: 34px;
  }

  .blk-legal-footer__logo {
    width: 190px;
  }

  .blk-legal-footer__links {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 24px;
  }

  .blk-legal-footer__link {
    font-size: 0.72rem;
    padding: 4px 8px;
  }

  .blk-legal-footer__para {
    font-size: 0.72rem;
    line-height: 1.72;
  }

  .blk-legal-footer__para:first-child {
    font-size: 0.72rem;
  }
}

/* Sprint 1: structural and visual polish for bundle-v2 only. */
:root {
  --ub-radius-sm: 8px;
  --ub-radius-md: 10px;
  --ub-radius-lg: 14px;
  --ub-shadow-card: 0 18px 54px rgba(5, 6, 7, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  --ub-shadow-card-strong: 0 26px 78px rgba(5, 6, 7, 0.52), 0 0 0 1px rgba(156, 200, 33, 0.08);
  --ub-section-line: linear-gradient(90deg, transparent, rgba(156, 200, 33, 0.28), transparent);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container-remix {
  width: min(1160px, calc(100% - clamp(1.25rem, 4vw, 3rem)));
}

.section-remix {
  padding-block: clamp(3.75rem, 7vw, 6rem);
}

.rounded-sm-remix,
.blk-benefits-ticker-strip .ticker-label,
.blk-bundle-hero-video .bhv-badge-solid,
.blk-bundle-hero-video .bhv-badge-outline {
  border-radius: var(--ub-radius-sm);
}

.rounded-md-remix,
.blk-bundle-hero-video .bhv-video,
.blk-why-crushes .cmp-note,
.blk-integrations-grid .ig-pill,
.blk-codex-intro-hero .codex-card,
.blk-key-capabilities-grid .capability-card,
.blk-income-proof .ip-stat,
.blk-offer-summary-cta__card,
.blk-value-stack-price .vsp-table,
.blk-guarantee-promise .gp-panel,
.blk-final-bundle-checkout .fbc-price-panel,
.blk-final-bundle-checkout .fbc-countdown-wrap {
  border-radius: var(--ub-radius-md);
}

.rounded-lg-remix,
.blk-bundle-offer-stack .bos-card,
.blk-income-proof .ip-card,
.blk-offer-summary-cta__tile,
.blk-final-bundle-checkout .fbc-card {
  border-radius: var(--ub-radius-lg);
}

.button-padding-remix,
.blk-bundle-hero-video .bhv-cta,
.blk-income-proof .ip-button,
.blk-offer-summary-cta__cta,
.blk-value-stack-price .vsp-cta,
.blk-urgency-price-cta .upc-button,
.blk-final-bundle-checkout .fbc-cta {
  min-height: 3.1rem;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

.blk-income-intro,
.blk-why-crushes,
.blk-integrations-grid,
.blk-key-capabilities-grid,
.blk-bundle-offer-stack .bos-head,
.blk-income-proof,
.blk-offer-summary-cta,
.blk-value-stack-price,
.blk-guarantee-promise,
.blk-urgency-price-cta,
.blk-final-bundle-checkout,
.blk-legal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.blk-income-intro::after,
.blk-offer-summary-cta::after {
  background: var(--ub-section-line);
}

.blk-bundle-hero-video .bhv-inner {
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.75rem, 6vw, 4.25rem);
}

.blk-bundle-hero-video .bhv-video {
  max-width: 940px;
  border-color: rgba(156, 200, 33, 0.34);
  box-shadow: var(--ub-shadow-card-strong);
}

.blk-bundle-hero-video .bhv-countdown-wrap,
.blk-final-bundle-checkout .fbc-countdown-wrap {
  box-shadow: 0 14px 38px rgba(5, 6, 7, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.blk-why-crushes {
  padding-bottom: clamp(3.75rem, 7vw, 5.5rem);
}

.blk-why-crushes .cmp-scroll {
  border-radius: var(--ub-radius-lg);
  box-shadow: var(--ub-shadow-card);
}

.blk-why-crushes .cmp-table {
  border-radius: var(--ub-radius-lg);
}

.blk-integrations-grid .ig-grid {
  align-items: stretch;
}

.blk-integrations-grid .ig-pill {
  min-height: 64px;
  box-shadow: 0 10px 28px rgba(5, 6, 7, 0.18);
}

.blk-codex-intro-hero .codex-card,
.blk-key-capabilities-grid .capability-card,
.blk-income-proof .ip-card,
.blk-income-proof .ip-stat,
.blk-offer-summary-cta__tile,
.blk-guarantee-promise .gp-panel,
.blk-final-bundle-checkout .fbc-card {
  box-shadow: var(--ub-shadow-card);
}

.blk-codex-intro-hero .codex-card,
.blk-key-capabilities-grid .capability-card,
.blk-income-proof .ip-stat {
  height: 100%;
}

.blk-key-capabilities-grid .capability-card {
  border-color: rgba(156, 200, 33, 0.24);
  background: linear-gradient(160deg, rgba(156, 200, 33, 0.08), rgba(25, 61, 121, 0.78));
}

.blk-bundle-offer-stack .bos-head {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(3.25rem, 7vw, 5rem);
}

.blk-bundle-offer-stack .bos-body {
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.blk-bundle-offer-stack .bos-body .container-remix {
  max-width: 1040px;
}

.blk-bundle-offer-stack .bos-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.blk-bundle-offer-stack .bos-card {
  display: flex;
  flex-direction: column;
  border-color: rgba(156, 200, 33, 0.24);
  box-shadow: var(--ub-shadow-card);
}

.blk-bundle-offer-stack .bos-mockup-wrap {
  min-height: 250px;
  padding: 26px 24px 0;
  background: linear-gradient(180deg, rgba(41, 78, 140, 0.3), rgba(0, 7, 32, 0.62));
}

.blk-bundle-offer-stack .bos-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blk-bundle-offer-stack .bos-checks {
  flex: 1;
}

.blk-bundle-offer-stack .bos-value {
  margin-top: auto;
  background: rgba(5, 6, 7, 0.18);
  border-radius: var(--ub-radius-md);
  border-top: 0;
  padding: 14px 16px;
}

.blk-income-proof {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.blk-income-proof .ip-card {
  border-color: rgba(156, 200, 33, 0.22);
}

.blk-income-proof .ip-card-body {
  min-height: 220px;
}

.blk-offer-summary-cta__main {
  align-items: center;
}

.blk-offer-summary-cta__tile {
  border-color: rgba(156, 200, 33, 0.28);
  box-shadow: var(--ub-shadow-card-strong);
}

.blk-offer-summary-cta__chips {
  gap: 0.6rem;
}

.blk-offer-summary-cta__chip {
  border-radius: var(--ub-radius-sm);
}

.blk-offer-summary-cta__point {
  min-height: 100%;
}

.blk-value-stack-price {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.blk-value-stack-price .vsp-table {
  max-width: 1040px;
  padding: 1rem;
  border-color: rgba(156, 200, 33, 0.26);
  background: linear-gradient(180deg, rgba(41, 78, 140, 0.74), rgba(25, 61, 121, 0.92));
  box-shadow: var(--ub-shadow-card-strong);
}

.blk-value-stack-price .vsp-rows {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
}

.blk-value-stack-price .vsp-row {
  position: relative;
  min-height: 190px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--ub-radius-md);
  background: rgba(5, 6, 7, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.blk-value-stack-price .vsp-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0%, rgba(156, 200, 33, 0.14), transparent 55%);
  pointer-events: none;
}

.blk-value-stack-price .vsp-icon,
.blk-value-stack-price .vsp-name,
.blk-value-stack-price .vsp-value {
  position: relative;
  z-index: 1;
}

.blk-value-stack-price .vsp-icon {
  width: 40px;
  height: 40px;
  border-color: rgba(156, 200, 33, 0.32);
  background: rgba(156, 200, 33, 0.13);
  color: var(--color-accent);
}

.blk-value-stack-price .vsp-name {
  font-size: 0.96rem;
  line-height: 1.45;
}

.blk-value-stack-price .vsp-value {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 0.4rem;
}

.blk-value-stack-price .vsp-total {
  margin-top: 0.95rem;
  border: 1px solid rgba(156, 200, 33, 0.32);
  border-radius: var(--ub-radius-md);
  background: rgba(156, 200, 33, 0.09);
}

.blk-guarantee-promise .gp-panel {
  max-width: 900px;
}

.blk-urgency-price-cta .upc-box {
  box-shadow: var(--ub-shadow-card);
}

.blk-final-bundle-checkout .fbc-card {
  border-color: rgba(156, 200, 33, 0.24);
}

@media (max-width: 1080px) {
  .blk-value-stack-price .vsp-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .section-remix {
    padding-block: clamp(3rem, 8vw, 4.5rem);
  }

  .blk-bundle-offer-stack .bos-stack {
    grid-template-columns: 1fr;
  }

  .blk-bundle-offer-stack .bos-mockup-wrap {
    min-height: auto;
  }

  .blk-offer-summary-cta__main {
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .container-remix {
    width: min(100% - 1.25rem, 1160px);
  }

  .blk-bundle-hero-video .bhv-inner {
    gap: 1.1rem;
  }

  .blk-bundle-hero-video .bhv-headline {
    max-width: 100%;
    font-size: clamp(1.45rem, 7.3vw, 2rem);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .blk-bundle-hero-video .bhv-subhead {
    max-width: 100%;
  }

  .blk-bundle-hero-video .bhv-logo {
    max-width: 70%;
  }

  .blk-bundle-hero-video .bhv-badge-solid,
  .blk-bundle-hero-video .bhv-badge-outline {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }

  .blk-bundle-hero-video .bhv-badges,
  .blk-bundle-hero-video .bhv-cta-wrap,
  .blk-income-proof .ip-cta-wrap,
  .blk-offer-summary-cta__closer,
  .blk-urgency-price-cta .upc-cta {
    width: 100%;
  }

  .blk-bundle-hero-video .bhv-cta,
  .blk-income-proof .ip-button,
  .blk-offer-summary-cta__cta,
  .blk-value-stack-price .vsp-cta,
  .blk-urgency-price-cta .upc-button,
  .blk-final-bundle-checkout .fbc-cta {
    width: 100%;
    padding-inline: 0.9rem;
    font-size: 0.9rem;
    letter-spacing: 0.025em;
  }

  .blk-bundle-hero-video .bhv-trust,
  .blk-income-proof .ip-fine,
  .blk-offer-summary-cta__trust,
  .blk-value-stack-price .vsp-trust,
  .blk-urgency-price-cta .upc-trust,
  .blk-final-bundle-checkout .fbc-trust {
    max-width: 28rem;
    line-height: 1.45;
    letter-spacing: 0.11em;
  }

  .blk-why-crushes .cmp-scroll {
    margin-inline: -0.25rem;
    border-radius: var(--ub-radius-md);
  }

  .blk-integrations-grid .ig-grid {
    grid-template-columns: 1fr;
  }

  .blk-integrations-grid .ig-pill-name {
    white-space: normal;
    overflow: visible;
  }

  .blk-bundle-offer-stack .bos-head {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }

  .blk-bundle-offer-stack .bos-card-head,
  .blk-income-proof .ip-stat {
    gap: 12px;
  }

  .blk-bundle-offer-stack .bos-icon {
    width: 48px;
    height: 48px;
  }

  .blk-bundle-offer-stack .bos-value {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .blk-offer-summary-cta__tile {
    padding-top: 3.2rem;
  }

  .blk-offer-summary-cta__badge {
    max-width: calc(100% - 2rem);
    white-space: normal;
  }

  .blk-offer-summary-cta__badge--card,
  .blk-offer-summary-cta__badge--bottom {
    position: static;
    margin-top: 0.75rem;
  }

  .blk-value-stack-price .vsp-rows {
    grid-template-columns: 1fr;
  }

  .blk-value-stack-price .vsp-row {
    min-height: 0;
  }

  .blk-value-stack-price .vsp-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .blk-final-bundle-checkout .fbc-price-main {
    flex-wrap: wrap;
  }

  .blk-final-bundle-checkout .fbc-countdown {
    gap: 5px;
  }

  .blk-final-bundle-checkout .fbc-countdown-digit {
    min-width: 42px;
    padding-inline: 8px;
  }
}

/* Sprint 2: premium visual design pass for bundle-v2 only. */
:root {
  --ub-radius-sm: 10px;
  --ub-radius-md: 14px;
  --ub-radius-lg: 18px;
  --ub-radius-xl: 22px;
  --ub-border-subtle: rgba(255, 255, 255, 0.105);
  --ub-border-accent: rgba(156, 200, 33, 0.34);
  --ub-panel-glass: rgba(13, 38, 82, 0.72);
  --ub-panel-deep: rgba(3, 16, 45, 0.72);
  --ub-panel-soft: rgba(35, 73, 133, 0.46);
  --ub-shadow-card: 0 20px 48px rgba(0, 7, 32, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.075);
  --ub-shadow-card-strong: 0 32px 90px rgba(0, 7, 32, 0.48), 0 0 0 1px rgba(156, 200, 33, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --ub-shadow-button: 0 18px 42px rgba(156, 200, 33, 0.22), 0 8px 22px rgba(0, 7, 32, 0.36);
  --ub-glow-soft: radial-gradient(circle at 20% 12%, rgba(156, 200, 33, 0.16), transparent 32rem);
  --ub-glow-blue: radial-gradient(circle at 82% 8%, rgba(87, 128, 202, 0.18), transparent 34rem);
  --ub-section-line: linear-gradient(90deg, transparent, rgba(156, 200, 33, 0.34), rgba(255, 255, 255, 0.12), transparent);
}

body {
  background:
    radial-gradient(circle at 50% -8%, rgba(156, 200, 33, 0.12), transparent 36rem),
    linear-gradient(180deg, #000720 0%, #032761 32%, #000720 100%);
}

p {
  text-wrap: pretty;
}

.section-remix {
  padding-block: clamp(4.4rem, 7.4vw, 6.8rem);
}

.headline-font1-remix {
  letter-spacing: 0;
}

.paragraph-font2-remix {
  line-height: 1.65;
}

.button-primary-remix,
.button-gradient-remix,
.blk-income-proof .ip-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--ub-shadow-button);
}

.button-primary-remix:hover,
.button-gradient-remix:hover,
.blk-income-proof .ip-button:hover {
  box-shadow: 0 20px 54px rgba(156, 200, 33, 0.30), 0 10px 28px rgba(0, 7, 32, 0.42);
}

.blk-bundle-hero-video {
  background:
    radial-gradient(circle at 50% 16%, rgba(156, 200, 33, 0.12), transparent 25rem),
    radial-gradient(circle at 8% 42%, rgba(68, 107, 171, 0.22), transparent 28rem),
    radial-gradient(circle at 92% 30%, rgba(252, 214, 0, 0.08), transparent 24rem),
    linear-gradient(180deg, #000720 0%, #032761 52%, #071b45 100%);
}

.blk-bundle-hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
  pointer-events: none;
}

.blk-bundle-hero-video .bhv-inner {
  gap: clamp(1.2rem, 2vw, 1.65rem);
}

.blk-bundle-hero-video .bhv-logo {
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.38));
}

.blk-bundle-hero-video .bhv-badge-outline,
.blk-income-intro__eyebrow,
.blk-why-crushes .cmp-eyebrow,
.blk-integrations-grid .ig-eyebrow,
.blk-income-proof .ip-eyebrow,
.blk-guarantee-promise .gp-eyebrow,
.blk-urgency-price-cta .upc-tag {
  background: rgba(156, 200, 33, 0.08);
  border-color: rgba(156, 200, 33, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.blk-bundle-hero-video .bhv-video {
  border: 1px solid var(--ub-border-accent);
  box-shadow: var(--ub-shadow-card-strong), 0 0 70px rgba(156, 200, 33, 0.10);
}

.blk-bundle-hero-video .bhv-glyph {
  background: rgba(41, 78, 140, 0.62);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.blk-bundle-hero-video .bhv-ribbon,
.blk-benefits-ticker-strip {
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2), var(--color-accent));
  border-color: rgba(255, 255, 255, 0.12);
}

.blk-income-intro {
  background:
    var(--ub-glow-soft),
    linear-gradient(180deg, #000720 0%, #041d4b 100%);
}

.blk-income-intro::before {
  background:
    radial-gradient(ellipse 70% 44% at 50% 0%, rgba(156, 200, 33, 0.13), transparent 70%),
    radial-gradient(ellipse 48% 38% at 8% 88%, rgba(68, 107, 171, 0.14), transparent 70%);
}

.blk-why-crushes {
  background:
    radial-gradient(circle at 78% 8%, rgba(156, 200, 33, 0.11), transparent 28rem),
    linear-gradient(180deg, #000720 0%, #061944 52%, #000720 100%);
}

.blk-why-crushes::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.62;
}

.blk-why-crushes .cmp-scroll,
.blk-value-stack-price .vsp-table {
  border: 1px solid var(--ub-border-subtle);
  background: rgba(6, 25, 68, 0.74);
  backdrop-filter: blur(18px);
}

.blk-why-crushes .cmp-table,
.blk-why-crushes .cmp-row-head {
  background: rgba(8, 32, 78, 0.78);
}

.blk-why-crushes .cmp-row .cmp-cell:nth-child(2) {
  background: rgba(156, 200, 33, 0.08);
}

.blk-integrations-grid {
  background:
    var(--ub-glow-blue),
    radial-gradient(circle at 12% 88%, rgba(156, 200, 33, 0.10), transparent 30rem),
    linear-gradient(180deg, #000720 0%, #041d4b 100%);
}

.ig-glow-top,
.ig-glow-bottom,
.ip-glow-top,
.ip-glow-bottom,
.blk-guarantee-promise .gp-bg-glow,
.blk-urgency-price-cta .upc-glow-top,
.blk-urgency-price-cta .upc-glow-bottom {
  opacity: 0.72;
}

.blk-integrations-grid .ig-pill,
.blk-codex-intro-hero .codex-card,
.blk-key-capabilities-grid .capability-card,
.blk-income-proof .ip-card,
.blk-income-proof .ip-stat,
.blk-offer-summary-cta__tile,
.blk-guarantee-promise .gp-panel,
.blk-urgency-price-cta .upc-box,
.blk-final-bundle-checkout .fbc-card {
  border: 1px solid var(--ub-border-subtle);
  background-color: var(--ub-panel-glass);
  backdrop-filter: blur(16px);
}

.blk-integrations-grid .ig-pill {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.52), rgba(3, 16, 45, 0.44));
}

.blk-integrations-grid .ig-pill-icon,
.blk-codex-intro-hero .codex-card-icon,
.blk-key-capabilities-grid .capability-icon,
.blk-bundle-offer-stack .bos-icon,
.blk-income-proof .ip-stat-icon,
.blk-offer-summary-cta__icon,
.blk-value-stack-price .vsp-icon,
.blk-final-bundle-checkout .fbc-check {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 10px 26px rgba(0, 7, 32, 0.26);
}

.blk-codex-intro-hero .codex-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(156, 200, 33, 0.13), transparent 30rem),
    linear-gradient(180deg, #061d4a 0%, #032761 100%);
}

.blk-codex-intro-hero .codex-bottom {
  background:
    radial-gradient(circle at 50% 100%, rgba(68, 107, 171, 0.20), transparent 34rem),
    linear-gradient(180deg, #032761 0%, #061d4a 54%, #000720 100%);
}

.blk-codex-intro-hero .codex-card {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.58), rgba(3, 16, 45, 0.58));
}

.blk-key-capabilities-grid {
  background:
    radial-gradient(circle at 12% 20%, rgba(156, 200, 33, 0.10), transparent 26rem),
    radial-gradient(circle at 82% 76%, rgba(68, 107, 171, 0.16), transparent 28rem),
    linear-gradient(180deg, #041d4b 0%, #032761 100%);
}

.blk-key-capabilities-grid .capability-card {
  background: linear-gradient(160deg, rgba(35, 73, 133, 0.58), rgba(3, 16, 45, 0.54));
}

.blk-bundle-offer-stack .bos-head {
  background:
    radial-gradient(circle at 50% 0%, rgba(156, 200, 33, 0.13), transparent 30rem),
    linear-gradient(180deg, #000720 0%, #041d4b 100%);
}

.blk-bundle-offer-stack .bos-body {
  background:
    radial-gradient(circle at 10% 14%, rgba(156, 200, 33, 0.11), transparent 26rem),
    radial-gradient(circle at 90% 84%, rgba(68, 107, 171, 0.16), transparent 30rem),
    linear-gradient(180deg, #041d4b 0%, #032761 100%);
}

.blk-bundle-offer-stack .bos-card {
  border-color: var(--ub-border-subtle);
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.64), rgba(3, 16, 45, 0.68));
  box-shadow: var(--ub-shadow-card-strong);
}

.blk-bundle-offer-stack .bos-mockup-wrap {
  background:
    radial-gradient(circle at 50% 0%, rgba(156, 200, 33, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(25, 61, 121, 0.40), rgba(0, 7, 32, 0.62));
}

.blk-bundle-offer-stack .bos-card-desc,
.blk-bundle-offer-stack .bos-check-copy,
.blk-income-proof .ip-quote,
.blk-offer-summary-cta__body,
.blk-offer-summary-cta__point p,
.blk-guarantee-promise .gp-copy p,
.blk-urgency-price-cta .upc-para,
.blk-final-bundle-checkout .fbc-item-text {
  color: rgba(248, 248, 248, 0.82);
}

.blk-bundle-offer-stack .bos-value,
.blk-final-bundle-checkout .fbc-price-panel,
.blk-final-bundle-checkout .fbc-countdown-wrap {
  background: linear-gradient(180deg, rgba(156, 200, 33, 0.09), rgba(0, 7, 32, 0.18));
  border: 1px solid rgba(156, 200, 33, 0.22);
}

.blk-income-proof {
  background:
    radial-gradient(circle at 50% 8%, rgba(156, 200, 33, 0.12), transparent 34rem),
    linear-gradient(180deg, #000720 0%, #041d4b 54%, #000720 100%);
}

.blk-income-proof .ip-card {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.58), rgba(3, 16, 45, 0.72));
}

.blk-income-proof .ip-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 7, 32, 0.28));
  pointer-events: none;
}

.blk-income-proof .ip-badge,
.blk-final-bundle-checkout .fbc-badge {
  box-shadow: 0 10px 24px rgba(156, 200, 33, 0.18);
}

.blk-offer-summary-cta {
  background:
    radial-gradient(circle at 20% 6%, rgba(156, 200, 33, 0.12), transparent 30rem),
    radial-gradient(circle at 84% 72%, rgba(68, 107, 171, 0.18), transparent 32rem),
    linear-gradient(180deg, #032761 0%, #000720 100%);
}

.blk-offer-summary-cta__tile,
.blk-offer-summary-cta__card {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.56), rgba(3, 16, 45, 0.66));
}

.blk-offer-summary-cta__card--full {
  border-color: var(--ub-border-accent);
}

.blk-offer-summary-cta__chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.10);
}

.blk-value-stack-price {
  background:
    radial-gradient(circle at 50% 18%, rgba(156, 200, 33, 0.13), transparent 32rem),
    linear-gradient(180deg, #000720 0%, #041d4b 100%);
}

.blk-value-stack-price .vsp-row {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.42), rgba(3, 16, 45, 0.58));
  border-color: rgba(255, 255, 255, 0.11);
}

.blk-value-stack-price .vsp-total {
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.11), rgba(252, 214, 0, 0.07));
}

.blk-guarantee-promise {
  background:
    radial-gradient(circle at 50% 12%, rgba(156, 200, 33, 0.12), transparent 30rem),
    linear-gradient(180deg, #032761 0%, #041d4b 45%, #000720 100%);
}

.blk-guarantee-promise::before {
  opacity: 0.16;
}

.blk-urgency-price-cta {
  background:
    radial-gradient(circle at 50% 8%, rgba(252, 214, 0, 0.10), transparent 26rem),
    radial-gradient(circle at 8% 80%, rgba(156, 200, 33, 0.10), transparent 26rem),
    linear-gradient(180deg, #000720 0%, #041d4b 100%);
}

.blk-urgency-price-cta .upc-box {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.54), rgba(3, 16, 45, 0.72));
  border-color: var(--ub-border-subtle);
}

.blk-final-bundle-checkout {
  background:
    radial-gradient(circle at 50% 20%, rgba(156, 200, 33, 0.15), transparent 34rem),
    radial-gradient(circle at 86% 86%, rgba(68, 107, 171, 0.18), transparent 28rem),
    linear-gradient(180deg, #041d4b 0%, #000720 100%);
}

.blk-final-bundle-checkout .fbc-card {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.68), rgba(3, 16, 45, 0.78));
}

.blk-final-bundle-checkout .fbc-card-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(156, 200, 33, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(41, 78, 140, 0.58), rgba(3, 16, 45, 0.18));
}

.blk-legal-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(156, 200, 33, 0.08), transparent 24rem),
    linear-gradient(180deg, #000720 0%, #020918 100%);
}

.blk-legal-footer__divider {
  background: var(--ub-section-line);
  opacity: 0.62;
}

@media (max-width: 900px) {
  .section-remix {
    padding-block: clamp(3.6rem, 8vw, 5rem);
  }

  .blk-integrations-grid .ig-grid {
    gap: 0.8rem;
  }
}

@media (max-width: 640px) {
  :root {
    --ub-radius-lg: 16px;
    --ub-radius-xl: 18px;
  }

  .section-remix {
    padding-block: clamp(3.2rem, 9vw, 4.4rem);
  }

  .blk-bundle-hero-video .bhv-headline {
    max-width: 12.5ch;
    font-size: clamp(1.2rem, 7.4vw, 1.72rem);
    line-height: 1.12;
    width: auto;
    overflow-wrap: anywhere;
  }

  .blk-bundle-hero-video .bhv-accent-mark {
    padding-inline: 0.18em;
  }

  .blk-bundle-hero-video .bhv-inner,
  .blk-bundle-hero-video .bhv-video,
  .blk-bundle-hero-video .bhv-countdown-wrap {
    max-width: calc(100vw - 1.25rem);
  }

  .blk-bundle-hero-video .container-remix {
    width: calc(100vw - 1.25rem);
  }

  .blk-bundle-hero-video .bhv-cta-wrap {
    max-width: calc(100vw - 2rem);
    overflow: hidden;
  }

  .blk-bundle-hero-video .bhv-badges {
    max-width: calc(100vw - 1.25rem);
    padding-inline: 0;
    overflow: hidden;
  }

  .blk-bundle-hero-video .bhv-badge-solid,
  .blk-bundle-hero-video .bhv-badge-outline,
  .blk-bundle-hero-video .bhv-cta {
    max-width: calc(100vw - 1.5rem) !important;
    min-width: 0;
    box-sizing: border-box;
  }

  .blk-bundle-hero-video .bhv-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: min(320px, calc(100vw - 2rem)) !important;
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.28;
    white-space: normal !important;
    word-break: break-word;
  }

  .blk-income-intro__copy,
  .blk-codex-intro-hero .codex-copy,
  .blk-integrations-grid .ig-head {
    gap: 1rem;
  }

  .blk-bundle-offer-stack .bos-card,
  .blk-income-proof .ip-card,
  .blk-offer-summary-cta__tile,
  .blk-final-bundle-checkout .fbc-card {
    box-shadow: 0 18px 48px rgba(0, 7, 32, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.065);
  }

  .blk-value-stack-price .vsp-table {
    padding: 0.75rem;
  }
}

/* Sprint 4: conversion emphasis and final hierarchy polish for bundle-v2 only. */
:root {
  --ub-conversion-ring: 0 0 0 1px rgba(156, 200, 33, 0.28), 0 0 64px rgba(156, 200, 33, 0.16);
  --ub-conversion-ring-strong: 0 0 0 1px rgba(156, 200, 33, 0.40), 0 28px 90px rgba(0, 7, 32, 0.52), 0 0 90px rgba(156, 200, 33, 0.22);
  --ub-conversion-panel: linear-gradient(180deg, rgba(35, 73, 133, 0.72), rgba(3, 16, 45, 0.82));
  --ub-conversion-panel-hot: linear-gradient(135deg, rgba(156, 200, 33, 0.17), rgba(252, 214, 0, 0.08) 42%, rgba(3, 16, 45, 0.74));
}

.blk-bundle-offer-stack .bos-stack,
.blk-income-proof .container-remix,
.blk-value-stack-price .container-remix,
.blk-urgency-price-cta .upc-inner,
.blk-final-bundle-checkout .container-remix {
  gap: clamp(2rem, 4vw, 3rem);
}

.blk-bundle-offer-stack .bos-card,
.blk-income-proof .ip-card,
.blk-offer-summary-cta__tile,
.blk-value-stack-price .vsp-table,
.blk-guarantee-promise .gp-panel,
.blk-urgency-price-cta .upc-box,
.blk-final-bundle-checkout .fbc-card {
  position: relative;
  overflow: hidden;
}

.blk-bundle-offer-stack .bos-card::before,
.blk-value-stack-price .vsp-table::before,
.blk-guarantee-promise .gp-panel::before,
.blk-urgency-price-cta .upc-box::before,
.blk-final-bundle-checkout .fbc-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156, 200, 33, 0.72), rgba(252, 214, 0, 0.36), transparent);
  pointer-events: none;
  z-index: 2;
}

.blk-bundle-offer-stack .bos-card {
  box-shadow: var(--ub-shadow-card-strong), var(--ub-conversion-ring);
}

.blk-bundle-offer-stack .bos-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ub-conversion-ring-strong);
}

.blk-bundle-offer-stack .bos-mockup-wrap {
  min-height: clamp(13rem, 23vw, 18rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.8rem, 3vw, 2.5rem) clamp(1.25rem, 2vw, 2rem);
}

.blk-bundle-offer-stack .bos-mockup {
  width: min(100%, 560px);
  max-height: 17rem;
  object-fit: contain;
  transform: scale(1.07);
  transform-origin: center;
  filter: drop-shadow(0 22px 34px rgba(0, 7, 32, 0.44));
}

.blk-bundle-offer-stack .bos-card-body {
  gap: 1.35rem;
}

.blk-bundle-offer-stack .bos-card-head {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.blk-bundle-offer-stack .bos-checks {
  gap: 0.78rem;
}

.blk-bundle-offer-stack .bos-check {
  align-items: flex-start;
  padding: 0.6rem 0;
}

.blk-bundle-offer-stack .bos-value {
  margin-top: auto;
  padding: 1rem 1.1rem;
  border-radius: var(--ub-radius-md);
}

.blk-bundle-offer-stack .bos-value-amount {
  text-shadow: 0 0 26px rgba(156, 200, 33, 0.28);
}

.blk-income-proof .ip-cards {
  margin-top: 0.75rem;
}

.blk-income-proof .ip-card {
  border-color: rgba(156, 200, 33, 0.24);
}

.blk-income-proof .ip-media {
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(0, 7, 32, 0.40), rgba(35, 73, 133, 0.22));
}

.blk-income-proof .ip-media img {
  border-radius: calc(var(--ub-radius-md) - 4px);
  object-fit: contain;
  background: #061944;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.blk-income-proof .ip-amount {
  text-shadow: 0 0 24px rgba(156, 200, 33, 0.22);
}

.blk-income-proof .ip-stats {
  margin-top: 0.5rem;
}

.blk-income-proof .ip-cta-wrap,
.blk-offer-summary-cta__closer {
  border: 1px solid rgba(156, 200, 33, 0.30);
  box-shadow: var(--ub-conversion-ring);
}

.blk-offer-summary-cta__main {
  align-items: center;
}

.blk-offer-summary-cta__tile {
  box-shadow: var(--ub-conversion-ring);
}

.blk-offer-summary-cta__card--full {
  box-shadow: inset 0 0 0 1px rgba(156, 200, 33, 0.18), 0 18px 48px rgba(0, 7, 32, 0.28);
}

.blk-offer-summary-cta__point {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--ub-radius-md);
  padding: 0.85rem 0.95rem;
}

.blk-offer-summary-cta__closer {
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--ub-radius-lg);
  background: var(--ub-conversion-panel-hot);
}

.blk-value-stack-price .vsp-headline {
  margin-bottom: 0.25rem;
  text-align: center;
}

.blk-value-stack-price .vsp-table {
  max-width: 900px;
  margin-inline: auto;
  box-shadow: var(--ub-conversion-ring-strong);
}

.blk-value-stack-price .vsp-row {
  min-height: 5rem;
}

.blk-value-stack-price .vsp-row:hover {
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.58), rgba(3, 16, 45, 0.66));
}

.blk-value-stack-price .vsp-icon {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: var(--color-black);
}

.blk-value-stack-price .vsp-value {
  min-width: 5.5rem;
  text-align: right;
}

.blk-value-stack-price .vsp-total {
  border-top-width: 1px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.blk-value-stack-price .vsp-total-value {
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  text-shadow: 0 0 30px rgba(156, 200, 33, 0.30);
}

.blk-value-stack-price .vsp-offer {
  position: relative;
  max-width: 780px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(156, 200, 33, 0.30);
  border-radius: var(--ub-radius-lg);
  background: var(--ub-conversion-panel-hot);
  box-shadow: var(--ub-conversion-ring);
}

.blk-value-stack-price .vsp-new-price {
  text-shadow: 0 0 44px rgba(156, 200, 33, 0.42);
}

.blk-value-stack-price .vsp-cta,
.blk-urgency-price-cta .upc-button,
.blk-final-bundle-checkout .fbc-cta {
  min-height: 4.25rem;
}

.blk-guarantee-promise .gp-panel {
  max-width: 900px;
  padding: clamp(1.6rem, 4vw, 2.7rem);
  background: var(--ub-conversion-panel);
  border-color: rgba(156, 200, 33, 0.34);
  box-shadow: var(--ub-conversion-ring);
}

.blk-guarantee-promise .gp-badge {
  width: clamp(10rem, 22vw, 14rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 200, 33, 0.16), rgba(3, 16, 45, 0.42) 66%);
  border: 1px solid rgba(156, 200, 33, 0.26);
}

.blk-guarantee-promise .gp-badge img {
  width: min(82%, 190px);
  max-width: 190px;
  filter: drop-shadow(0 18px 30px rgba(0, 7, 32, 0.36));
}

.blk-guarantee-promise .gp-copy p:first-child {
  color: var(--color-headline);
  font-size: 1.15rem;
  font-weight: 800;
}

.blk-guarantee-promise .gp-closer {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(156, 200, 33, 0.28);
  border-radius: 999px;
  background: rgba(156, 200, 33, 0.09);
}

.blk-urgency-price-cta .upc-inner {
  max-width: 58rem;
}

.blk-urgency-price-cta .upc-headline {
  max-width: 13ch;
}

.blk-urgency-price-cta .upc-note {
  margin-top: -0.6rem;
}

.blk-urgency-price-cta .upc-box {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-color: rgba(156, 200, 33, 0.30);
  box-shadow: var(--ub-conversion-ring);
}

.blk-urgency-price-cta .upc-strong {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.blk-urgency-price-cta .upc-strong--accent {
  color: var(--color-accent-lighter);
  font-size: clamp(1.12rem, 2.6vw, 1.35rem);
  text-shadow: 0 0 26px rgba(156, 200, 33, 0.24);
}

.blk-urgency-price-cta .upc-cta {
  width: 100%;
  max-width: 52rem;
  margin-inline: auto;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--ub-radius-lg);
  background: rgba(255, 255, 255, 0.035);
}

.blk-urgency-price-cta .upc-pay-item {
  border-color: rgba(156, 200, 33, 0.18);
}

.blk-final-bundle-checkout .fbc-card {
  max-width: 900px;
  margin-inline: auto;
  border-color: rgba(156, 200, 33, 0.34);
  box-shadow: var(--ub-conversion-ring-strong);
}

.blk-final-bundle-checkout .fbc-card-top {
  padding-top: clamp(2rem, 4vw, 2.8rem);
}

.blk-final-bundle-checkout .fbc-mockup {
  width: min(100%, 720px);
  max-height: 22rem;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(0, 7, 32, 0.48));
}

.blk-final-bundle-checkout .fbc-card-body {
  gap: 1.35rem;
}

.blk-final-bundle-checkout .fbc-price-panel {
  border-color: rgba(156, 200, 33, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 0 54px rgba(156, 200, 33, 0.12);
}

.blk-final-bundle-checkout .fbc-amount {
  text-shadow: 0 0 44px rgba(156, 200, 33, 0.45);
}

.blk-final-bundle-checkout .fbc-list {
  gap: 0.65rem;
}

.blk-final-bundle-checkout .fbc-list-item {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: var(--ub-radius-sm);
  padding: 0.75rem 0.85rem;
}

.blk-final-bundle-checkout .fbc-countdown-wrap {
  border-color: rgba(252, 214, 0, 0.26);
}

.blk-final-bundle-checkout .fbc-countdown-digit {
  background: linear-gradient(180deg, rgba(156, 200, 33, 0.18), rgba(3, 16, 45, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.blk-final-bundle-checkout .fbc-pay,
.blk-value-stack-price .vsp-cards,
.blk-offer-summary-cta__pay,
.blk-income-proof .ip-pay {
  filter: drop-shadow(0 10px 18px rgba(0, 7, 32, 0.24));
}

@media (max-width: 900px) {
  .blk-offer-summary-cta__main {
    align-items: stretch;
  }

  .blk-guarantee-promise .gp-panel {
    gap: 2rem;
  }

  .blk-urgency-price-cta .upc-headline {
    max-width: 15ch;
  }
}

@media (max-width: 640px) {
  .blk-bundle-offer-stack .bos-mockup-wrap {
    min-height: 11rem;
    padding: 1.25rem 1rem;
  }

  .blk-bundle-offer-stack .bos-mockup {
    transform: scale(1.05);
  }

  .blk-bundle-offer-stack .bos-card-head {
    gap: 0.8rem;
  }

  .blk-income-proof .ip-media {
    padding: 0.55rem;
  }

  .blk-offer-summary-cta__point,
  .blk-final-bundle-checkout .fbc-list-item {
    padding: 0.72rem;
  }

  .blk-value-stack-price .vsp-row {
    align-items: flex-start;
    min-height: 0;
  }

  .blk-value-stack-price .vsp-value {
    min-width: auto;
  }

  .blk-value-stack-price .vsp-prices {
    flex-wrap: wrap;
  }

  .blk-guarantee-promise .gp-closer {
    margin-inline: auto;
  }

  .blk-urgency-price-cta .upc-headline {
    max-width: 12ch;
  }

  .blk-final-bundle-checkout .fbc-mockup {
    max-height: 15rem;
  }

  .blk-value-stack-price .vsp-cta,
  .blk-urgency-price-cta .upc-button,
  .blk-final-bundle-checkout .fbc-cta {
    min-height: 3.75rem;
  }
}

/* Sprint 5D: final hero spacing refinement only. */
.blk-bundle-hero-video {
  padding-top: clamp(0.25rem, 1vw, 0.55rem);
}

.blk-bundle-hero-video .bhv-inner {
  padding-top: clamp(0.45rem, 1vw, 0.75rem);
  gap: clamp(0.68rem, 1.2vw, 0.9rem);
}

.blk-bundle-hero-video .bhv-logo {
  width: clamp(320px, 28vw, 390px);
  max-width: 78%;
  margin-bottom: -0.35rem;
  image-rendering: auto;
}

@media (max-width: 640px) {
  .blk-bundle-hero-video {
    padding-top: 0.35rem;
  }

  .blk-bundle-hero-video .bhv-inner {
    padding-top: 0.45rem;
    gap: 0.66rem;
  }

  .blk-bundle-hero-video .bhv-logo {
    width: 280px;
    max-width: 76%;
  }
}

/* Sprint 6: simplified final offer summary layout only. */
.blk-final-bundle-checkout .container-remix {
  padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.blk-final-bundle-checkout .fbc-card {
  max-width: 760px;
}

.blk-final-bundle-checkout .fbc-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.72rem;
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
}

.blk-final-bundle-checkout .fbc-cta,
.blk-final-bundle-checkout .fbc-countdown-wrap,
.blk-final-bundle-checkout .fbc-pay,
.blk-final-bundle-checkout .fbc-ticker {
  width: 100%;
}

.blk-final-bundle-checkout .fbc-cta {
  max-width: 680px;
}

.blk-final-bundle-checkout .fbc-trust,
.blk-final-bundle-checkout .fbc-countdown-wrap {
  margin: 0;
}

.blk-final-bundle-checkout .fbc-countdown-wrap {
  max-width: 520px;
}

.blk-final-bundle-checkout .fbc-pay {
  max-width: 340px;
  width: min(100%, 340px);
  height: auto;
  margin-inline: auto;
  filter: none;
}

.blk-final-bundle-checkout .fbc-ticker {
  margin-top: 0.1rem;
  border-radius: var(--ub-radius-md);
}

@media (max-width: 640px) {
  .blk-final-bundle-checkout .fbc-card-body {
    padding: 1rem;
    gap: 0.68rem;
  }
}

/* Final closing order card. */
.blk-final-bundle-checkout--order {
  padding-block: clamp(3.75rem, 6vw, 5.25rem);
  background:
    radial-gradient(circle at 50% 20%, rgba(68, 107, 171, 0.30), transparent 31rem),
    radial-gradient(circle at 50% 78%, rgba(156, 200, 33, 0.10), transparent 28rem),
    linear-gradient(180deg, #041d4b 0%, #000720 100%);
}

.blk-final-bundle-checkout--order .container-remix {
  width: min(100%, 620px);
  padding-block: 0;
}

@media (min-width: 641px) {
  .blk-final-bundle-checkout--order .container-remix {
    width: min(100%, 780px);
  }

  .blk-final-bundle-checkout--order .fbc-card {
    zoom: 1.27;
  }
}

.blk-final-bundle-checkout--order .fbc-card {
  max-width: 500px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(156, 200, 33, 0.40);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 54, 111, 0.98), rgba(2, 16, 48, 0.99));
  box-shadow:
    0 0 0 1px rgba(68, 107, 171, 0.28),
    0 34px 80px rgba(0, 7, 32, 0.58),
    0 0 72px rgba(156, 200, 33, 0.10);
}

.blk-final-bundle-checkout--order .fbc-card-top {
  padding: 18px 22px 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(156, 200, 33, 0.12), transparent 19rem),
    linear-gradient(180deg, rgba(35, 73, 133, 0.72), rgba(3, 16, 45, 0.28));
}

.blk-final-bundle-checkout--order .fbc-badge {
  margin-bottom: 4px;
  padding: 6px 12px;
  border: 1px solid rgba(156, 200, 33, 0.48);
  background: rgba(156, 200, 33, 0.10);
  color: var(--color-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.blk-final-bundle-checkout--order .fbc-mockup {
  width: min(100%, 440px);
  max-height: 215px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 35px rgba(0, 7, 32, 0.55));
}

.blk-final-bundle-checkout--order .fbc-card-body {
  align-items: stretch;
  gap: 12px;
  padding: 16px 22px 20px;
}

.blk-final-bundle-checkout--order .fbc-title {
  margin: 0;
  text-align: left;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.blk-final-bundle-checkout--order .fbc-price-panel {
  margin: 0;
  padding: 13px 15px 14px;
  border-color: rgba(156, 200, 33, 0.36);
  background: linear-gradient(135deg, rgba(35, 73, 133, 0.72), rgba(3, 16, 45, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 0 36px rgba(156, 200, 33, 0.08);
  text-align: left;
}

.blk-final-bundle-checkout--order .fbc-price-label {
  margin: 0 0 4px;
  font-size: 11px;
  color: var(--color-text-muted);
}

.blk-final-bundle-checkout--order .fbc-price-main {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.blk-final-bundle-checkout--order .fbc-price-old {
  color: rgba(236, 241, 249, 0.62);
  text-decoration-color: rgba(236, 241, 249, 0.74);
  text-decoration-thickness: 0.12em;
  font-size: 22px;
}

.blk-final-bundle-checkout--order .fbc-price-arrow {
  color: var(--color-text-muted);
  font-size: 18px;
}

.blk-final-bundle-checkout--order .fbc-amount {
  color: var(--color-accent);
  font-size: 64px;
  line-height: 0.92;
  text-shadow: 0 0 38px rgba(156, 200, 33, 0.34);
}

.blk-final-bundle-checkout--order .fbc-price-note {
  margin: 4px 0 0;
  color: var(--color-text-strong);
  font-size: 13px;
}

.blk-final-bundle-checkout--order .fbc-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.blk-final-bundle-checkout--order .fbc-list-item {
  align-items: center;
  min-height: 34px;
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
}

.blk-final-bundle-checkout--order .fbc-check {
  width: 19px;
  height: 19px;
  margin: 0;
  border-color: rgba(156, 200, 33, 0.70);
  background: rgba(156, 200, 33, 0.13);
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 0 12px rgba(156, 200, 33, 0.14);
}

.blk-final-bundle-checkout--order .fbc-item-text,
.blk-final-bundle-checkout--order .fbc-list-item:last-child .fbc-item-text {
  color: var(--color-text-strong);
  font-size: 14px;
  font-weight: 650;
}

.blk-final-bundle-checkout--order .fbc-list-item:last-child .fbc-check {
  border-color: rgba(252, 214, 0, 0.66);
  background: rgba(252, 214, 0, 0.11);
  color: var(--color-accent-2);
}

.blk-final-bundle-checkout--order .bhv-countdown-wrap {
  max-width: none;
  gap: 7px;
  padding: 12px 16px;
}

.blk-final-bundle-checkout--order .bhv-countdown-label {
  font-size: 10px;
}

.blk-final-bundle-checkout--order .bhv-countdown-timer {
  gap: 7px;
}

.blk-final-bundle-checkout--order .bhv-countdown-digit {
  font-size: 32px;
}

.blk-final-bundle-checkout--order .bhv-countdown-sep {
  font-size: 28px;
}

.blk-final-bundle-checkout--order .fbc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  box-sizing: border-box;
  margin-inline: 0;
  min-height: 60px;
  margin-top: 0.15rem;
  padding-inline: clamp(1rem, 4vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: linear-gradient(105deg, #a8d51a 0%, #cde20c 58%, #fcd600 100%);
  color: #07152b;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(156, 200, 33, 0.20), 0 0 28px rgba(252, 214, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.blk-final-bundle-checkout--order .fbc-cta-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(7, 21, 43, 0.26);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.blk-final-bundle-checkout--order .fbc-cta:hover .fbc-cta-arrow {
  transform: translateX(3px);
}

.blk-final-bundle-checkout--order .fbc-trust {
  margin: -0.15rem 0 -0.35rem;
  opacity: 0.82;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.blk-final-bundle-checkout--order .fbc-pay {
  width: min(100%, 160px);
  max-width: 160px;
  margin-inline: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 7, 32, 0.30));
}

@media (max-width: 640px) {
  .blk-final-bundle-checkout--order {
    padding-block: 3.5rem;
  }

  .blk-final-bundle-checkout--order .fbc-card-top {
    padding: 1.35rem 0.85rem 0;
  }

  .blk-final-bundle-checkout--order .fbc-mockup {
    max-height: 210px;
  }

  .blk-final-bundle-checkout--order .fbc-card-body {
    gap: 0.9rem;
    padding: 1.35rem 1rem 1.5rem;
  }

  .blk-final-bundle-checkout--order .fbc-title {
    font-size: 24px;
  }

  .blk-final-bundle-checkout--order .fbc-list {
    grid-template-columns: 1fr;
  }

  .blk-final-bundle-checkout--order .fbc-list-item {
    min-height: 3rem;
  }

  .blk-final-bundle-checkout--order .fbc-cta {
    min-height: 4rem;
    font-size: 0.84rem;
  }

  .blk-final-bundle-checkout--order .fbc-trust {
    font-size: 0.62rem;
    letter-spacing: 0.11em;
  }
}


/* Sprint 6: rendered offer-summary checkout simplification. */
.blk-offer-summary-cta--simple .container-remix {
  padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.blk-offer-summary-cta--simple .fbc-card {
  max-width: 760px;
  margin-inline: auto;
}

.blk-offer-summary-cta--simple .fbc-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.72rem;
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
}

.blk-offer-summary-cta--simple .fbc-cta,
.blk-offer-summary-cta--simple .fbc-countdown-wrap,
.blk-offer-summary-cta--simple .fbc-pay,
.blk-offer-summary-cta--simple .fbc-ticker {
  width: 100%;
}

.blk-offer-summary-cta--simple .fbc-cta {
  max-width: 680px;
}

.blk-offer-summary-cta--simple .fbc-trust,
.blk-offer-summary-cta--simple .fbc-countdown-wrap {
  margin: 0;
}

.blk-offer-summary-cta--simple .fbc-countdown-wrap {
  max-width: 520px;
}

.blk-offer-summary-cta--simple .fbc-pay {
  max-width: 340px;
  width: min(100%, 340px);
  height: auto;
  margin-inline: auto;
  filter: none;
}

.blk-offer-summary-cta--simple .fbc-ticker {
  margin-top: 0.1rem;
  border-radius: var(--ub-radius-md);
}

@media (max-width: 640px) {
  .blk-offer-summary-cta--simple .fbc-card-body {
    padding: 1rem;
    gap: 0.68rem;
  }
}


/* Sprint 7: consolidated conversion flow. */
.blk-offer-summary-cta--bridge .container-remix {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.blk-offer-summary-cta__bridge-inner {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.blk-offer-summary-cta__bridge-copy {
  max-width: 740px;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__headline {
  max-width: 820px;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta {
  margin-top: 0.4rem;
}

.blk-value-stack-price .fbc-countdown-wrap {
  width: 100%;
  max-width: 520px;
  margin: 0.25rem auto 0;
}

.blk-value-stack-price .fbc-pay {
  max-width: 340px;
  width: min(100%, 340px);
  height: auto;
  margin: 0 auto;
  filter: none;
}

.blk-value-stack-price .fbc-ticker {
  width: 100%;
  margin-top: 0.35rem;
  border-radius: var(--ub-radius-md);
}

@media (max-width: 640px) {
  .blk-offer-summary-cta__bridge-inner {
    gap: 1rem;
  }
}


/* Sprint 7: value stack countdown styling. */
.blk-value-stack-price .fbc-countdown-label {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--font-mono, monospace);
  color: var(--color-accent);
  text-shadow: 0 0 12px rgba(156,200,33,0.70);
}

.blk-value-stack-price .fbc-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blk-value-stack-price .fbc-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.blk-value-stack-price .fbc-countdown-digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 8px 12px;
  background: rgba(156,200,33,0.12);
  border: 1.5px solid rgba(156,200,33,0.55);
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: var(--font-mono, monospace);
  color: var(--color-accent);
  text-shadow: 0 0 16px rgba(156,200,33,0.80);
  box-shadow: 0 0 18px rgba(156,200,33,0.25), inset 0 0 10px rgba(156,200,33,0.08);
  line-height: 1;
}

.blk-value-stack-price .fbc-countdown-unit-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--font-mono, monospace);
  color: var(--color-accent-darker);
}

.blk-value-stack-price .fbc-countdown-sep {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-accent);
  text-shadow: 0 0 12px rgba(156,200,33,0.70);
  line-height: 1;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  .blk-value-stack-price .fbc-countdown-digit {
    min-width: 48px;
    font-size: 1.8rem;
  }
}

.blk-bundle-hero-video.section-remix {
  padding-bottom: 0;
}

.blk-bundle-hero-video .bhv-payments {
  width: 280px;
  max-width: 50%;
  margin: -0.2rem auto 0;
}

.blk-bundle-hero-video .bhv-cta {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
  max-width: 800px;
  min-height: 4.7rem;
  padding: 0.95rem 1.35rem 0.95rem 2rem;
  border: 1px solid rgba(255, 249, 223, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, var(--color-gradient-a), var(--color-gradient-b));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -2px 0 rgba(5, 6, 7, 0.12),
    0 14px 30px rgba(0, 7, 32, 0.3),
    0 3px 8px rgba(0, 7, 32, 0.2);
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blk-bundle-hero-video .bhv-cta-label {
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.65vw, 1.24rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.008em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

.blk-bundle-hero-video .bhv-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(5, 6, 7, 0.14);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}

.blk-bundle-hero-video .bhv-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 249, 223, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -2px 0 rgba(5, 6, 7, 0.1),
    0 17px 34px rgba(0, 7, 32, 0.34),
    0 4px 10px rgba(0, 7, 32, 0.2);
}

.blk-bundle-hero-video .bhv-cta:hover .bhv-cta-arrow {
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .blk-bundle-hero-video .bhv-cta {
    gap: 0.5rem;
    min-height: 4.2rem;
    padding: 0.8rem 0.65rem 0.8rem 0.85rem;
    border-radius: 13px;
  }

  .blk-bundle-hero-video .bhv-cta-label {
    font-size: clamp(0.58rem, 2.68vw, 0.76rem);
    letter-spacing: 0.006em;
  }

  .blk-bundle-hero-video .bhv-cta-arrow {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.92rem;
  }
}

/* Proof-led conversion point: approved primary CTA and compact trust treatment. */
.blk-income-proof .ip-proof-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.blk-income-proof .ip-proof-cta__button {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
  max-width: 800px;
  min-height: 4.7rem;
  padding: 0.95rem 1.35rem 0.95rem 2rem;
  border: 1px solid rgba(255, 249, 223, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, var(--color-gradient-a), var(--color-gradient-b));
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -2px 0 rgba(5, 6, 7, 0.12),
    0 14px 30px rgba(0, 7, 32, 0.3),
    0 3px 8px rgba(0, 7, 32, 0.2);
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blk-income-proof .ip-proof-cta__label {
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.65vw, 1.24rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.008em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

.blk-income-proof .ip-proof-cta__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(5, 6, 7, 0.14);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}

.blk-income-proof .ip-proof-cta__button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 249, 223, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -2px 0 rgba(5, 6, 7, 0.1),
    0 17px 34px rgba(0, 7, 32, 0.34),
    0 4px 10px rgba(0, 7, 32, 0.2);
}

.blk-income-proof .ip-proof-cta__button:hover .ip-proof-cta__arrow {
  transform: translateX(3px);
}

.blk-income-proof .ip-proof-cta__trust {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

.blk-income-proof .ip-proof-cta__payments {
  display: block;
  width: 280px;
  max-width: 50%;
  height: auto;
  margin: -0.2rem auto 0;
  opacity: 0.9;
}

@media (max-width: 640px) {
  .blk-income-proof .ip-proof-cta__button {
    gap: 0.5rem;
    min-height: 4.2rem;
    padding: 0.8rem 0.65rem 0.8rem 0.85rem;
    border-radius: 13px;
  }

  .blk-income-proof .ip-proof-cta__label {
    font-size: clamp(0.58rem, 2.68vw, 0.76rem);
    letter-spacing: 0.006em;
  }

  .blk-income-proof .ip-proof-cta__arrow {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.92rem;
  }
}

/* Comparison table: premium header identity and disciplined status hierarchy. */
.blk-why-crushes .cmp-row {
  min-height: 74px;
}

.blk-why-crushes .cmp-row-head {
  min-height: 132px;
}

.blk-why-crushes .cmp-cell {
  justify-content: center;
  padding: 16px 17px;
}

.blk-why-crushes .cmp-row .cmp-cell:nth-child(2) {
  background: rgba(156, 200, 33, 0.09);
  box-shadow: inset 1px 0 rgba(156, 200, 33, 0.2), inset -1px 0 rgba(156, 200, 33, 0.2);
}

.blk-why-crushes .cmp-row-head .cmp-cell:nth-child(2) {
  background: linear-gradient(180deg, rgba(156, 200, 33, 0.18), rgba(156, 200, 33, 0.1));
  box-shadow: inset 1px 0 rgba(156, 200, 33, 0.28), inset -1px 0 rgba(156, 200, 33, 0.28), inset 0 3px 0 var(--color-accent);
}

.blk-why-crushes .cmp-col {
  gap: 0.7rem;
  padding: 18px 12px;
}

.blk-why-crushes .cmp-col-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 7px 16px rgba(0, 7, 32, 0.2);
}

.blk-why-crushes .cmp-col-icon--unibuilder {
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  background: var(--color-white);
  border-color: rgba(156, 200, 33, 0.52);
}

.blk-why-crushes .cmp-col-icon--unibuilder img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.blk-why-crushes .cmp-col-icon--pair {
  width: 62px;
  flex-direction: row;
  gap: 4px;
}

.blk-why-crushes .cmp-brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  font-family: var(--font-heading);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.blk-why-crushes .cmp-brand-chip--wide {
  width: 27px;
  font-size: 0.44rem;
}

.blk-why-crushes .cmp-brand-chip--ai {
  font-size: 0.48rem;
}

.blk-why-crushes .cmp-col-icon--wordpress {
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.blk-why-crushes .cmp-col-icon--wordpress > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.blk-why-crushes .cmp-col-icon--monthly svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blk-why-crushes .cmp-col-name {
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
  line-height: 1.2;
}

.blk-why-crushes .cmp-col-ours .cmp-col-name {
  color: var(--color-accent-lighter);
  font-size: 0.91rem;
  font-weight: 800;
}

.blk-why-crushes .cmp-col-alt-head {
  color: var(--color-text-muted);
}

.blk-why-crushes .cmp-ours {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  text-align: left;
}

.blk-why-crushes .cmp-check {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  margin-top: 0;
  border-radius: 6px;
  font-size: 0.72rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.blk-why-crushes .cmp-ours-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
}

.blk-why-crushes .cmp-ours-main {
  color: var(--color-headline);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.blk-why-crushes .cmp-ours-proof {
  color: var(--color-accent-lighter);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

.blk-why-crushes .cmp-alt {
  align-items: center;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.25;
}

.blk-why-crushes .cmp-negative {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  color: rgba(248, 248, 248, 0.76);
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
}

.blk-why-crushes .cmp-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 1px solid rgba(220, 38, 38, 0.48);
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.1);
  color: var(--color-danger-muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 640px) {
  .blk-why-crushes .cmp-row {
    min-height: 68px;
  }

  .blk-why-crushes .cmp-row-head {
    min-height: 122px;
  }

  .blk-why-crushes .cmp-cell {
    padding: 12px 10px;
  }
}

/* Integrations: lighter copy hierarchy and premium ecosystem cards. */
.blk-integrations-grid > .container-remix {
  gap: 3.1rem;
}

.blk-integrations-grid .ig-head {
  max-width: 58rem;
  gap: 0;
}

.blk-integrations-grid .ig-eyebrow {
  margin-bottom: 1rem;
}

.blk-integrations-grid .ig-headline {
  max-width: 21ch;
  font-size: clamp(2.3rem, 5vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.blk-integrations-grid .ig-sub {
  max-width: 48rem;
  margin-top: 1.3rem;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  font-weight: 600;
  line-height: 1.45;
}

.blk-integrations-grid .ig-head .ig-body {
  max-width: 46rem;
  margin-top: 0.9rem;
  font-size: 1rem;
  line-height: 1.7;
}

.blk-integrations-grid .ig-rhythm {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: var(--color-accent-lighter);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.035em;
  text-align: center;
}

.blk-integrations-grid .ig-grid {
  gap: 1rem;
}

.blk-integrations-grid .ig-pill {
  min-height: 78px;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(35, 73, 133, 0.58), rgba(3, 16, 45, 0.58));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 12px 28px rgba(0, 7, 32, 0.22);
  transition: transform 180ms ease, border-color 200ms ease, background 200ms ease, box-shadow 220ms ease;
}

.blk-integrations-grid .ig-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(156, 200, 33, 0.3);
  background: linear-gradient(180deg, rgba(41, 78, 140, 0.64), rgba(3, 16, 45, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 16px 34px rgba(0, 7, 32, 0.26), 0 0 24px rgba(156, 200, 33, 0.09);
}

.blk-integrations-grid .ig-pill-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 7px 16px rgba(0, 7, 32, 0.24);
}

.blk-integrations-grid .ig-pill-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.blk-integrations-grid .ig-pill-icon--wordmark {
  width: 48px;
  flex-basis: 48px;
  padding: 5px;
}

.blk-integrations-grid .ig-pill-icon--wordmark > span {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

.blk-integrations-grid .ig-pill-icon--jvzoo > span {
  color: #f97316;
  font-size: 0.54rem;
}

.blk-integrations-grid .ig-pill-icon--jvzoo > span > span {
  color: #111827;
}

.blk-integrations-grid .ig-pill-icon--warrior > span {
  color: #173b6c;
  font-size: 1rem;
}

.blk-integrations-grid .ig-pill-icon--warrior > span > span {
  margin-left: 1px;
  color: #f97316;
}

.blk-integrations-grid .ig-pill-icon--clickbank > span {
  color: #f97316;
  font-size: 0.86rem;
}

.blk-integrations-grid .ig-pill-name {
  color: var(--color-text-strong);
  text-transform: none;
  letter-spacing: 0.012em;
  font-size: 0.84rem;
  line-height: 1.3;
  font-weight: 700;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.blk-integrations-grid .ig-grid {
  width: min(1024px, calc(100vw - 3rem));
  align-self: center;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.blk-integrations-grid .ig-pill {
  grid-column: span 2;
}

.blk-integrations-grid .ig-pill:nth-child(9) {
  grid-column: 2 / span 2;
}

.blk-integrations-grid .ig-pill:nth-child(10) {
  grid-column: 4 / span 2;
}

.blk-integrations-grid .ig-pill:nth-child(11) {
  grid-column: 6 / span 2;
}

@media (min-width: 1101px) {
  .blk-integrations-grid .ig-pill {
    height: 78px;
  }
}

@media (max-width: 1100px) {
  .blk-integrations-grid .ig-grid {
    width: min(100%, 64rem);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .blk-integrations-grid .ig-pill,
  .blk-integrations-grid .ig-pill:nth-child(7),
  .blk-integrations-grid .ig-pill:nth-child(8),
  .blk-integrations-grid .ig-pill:nth-child(9) {
    grid-column: span 2;
  }

  .blk-integrations-grid .ig-pill:nth-child(10) {
    grid-column: 2 / span 2;
  }

  .blk-integrations-grid .ig-pill:nth-child(11) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 820px) {
  .blk-integrations-grid .ig-grid {
    grid-template-columns: 1fr;
  }

  .blk-integrations-grid .ig-pill,
  .blk-integrations-grid .ig-pill:nth-child(7),
  .blk-integrations-grid .ig-pill:nth-child(8),
  .blk-integrations-grid .ig-pill:nth-child(9),
  .blk-integrations-grid .ig-pill:nth-child(10),
  .blk-integrations-grid .ig-pill:nth-child(11),
  .blk-integrations-grid .ig-pill:last-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .blk-integrations-grid > .container-remix {
    gap: 2.5rem;
  }

  .blk-integrations-grid .ig-headline {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .blk-integrations-grid .ig-sub {
    margin-top: 1.1rem;
    font-size: 1.05rem;
  }

  .blk-integrations-grid .ig-head .ig-body {
    font-size: 0.95rem;
  }

  .blk-integrations-grid .ig-pill {
    min-height: 72px;
    padding: 0.85rem 0.9rem;
  }

.blk-integrations-grid .ig-pill-name {
  font-size: 0.78rem;
}
}

/* Income proof stats: premium icon treatment only. */
.blk-income-proof .ip-stat-icon {
  background: var(--color-accent);
  color: var(--color-black);
  border-color: rgba(200, 247, 94, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 8px 20px rgba(0, 7, 32, 0.26), 0 0 10px rgba(156, 200, 33, 0.16);
}

.blk-income-proof .ip-stat-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}

/* Offer bridge: restore the original UniBuilder comparison and benefits in V2. */
.blk-offer-summary-cta--bridge {
  padding: clamp(4rem, 7vw, 5.5rem) 0;
}

.blk-offer-summary-cta--bridge::before {
  background: radial-gradient(ellipse 78% 48% at 50% 0%, rgba(156, 200, 33, 0.11), transparent 72%);
}

.blk-offer-summary-cta--bridge .container-remix {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__bridge-inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  text-align: left;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__hero {
  margin: 0;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__headline {
  max-width: 960px;
  margin-inline: auto;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__main {
  width: 100%;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(1.75rem, 3vw, 2.75rem);
  margin: 0;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__tile {
  min-width: 0;
  min-height: 410px;
  display: flex;
  align-items: stretch;
  padding: 3rem 1.25rem 1.35rem;
  border-color: rgba(156, 200, 33, 0.28);
  background:
    linear-gradient(155deg, rgba(35, 73, 133, 0.82), rgba(0, 7, 32, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 60px rgba(0, 7, 32, 0.42),
    0 0 42px rgba(156, 200, 33, 0.1);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__compare {
  width: 100%;
  min-width: 0;
  padding-top: 0.35rem;
  gap: 0.75rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__card {
  min-width: 0;
  padding: 1.35rem 0.9rem;
  border-color: rgba(61, 117, 181, 0.72);
  background: rgba(0, 7, 32, 0.82);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__card:first-child {
  flex: 0.84 1 0;
  justify-content: center;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__card--full {
  flex: 1.16 1 0;
  justify-content: center;
  background: linear-gradient(160deg, rgba(156, 200, 33, 0.12), rgba(0, 7, 32, 0.88));
  border-color: rgba(156, 200, 33, 0.42);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__icon {
  color: var(--color-black);
  border-color: rgba(200, 247, 94, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 0 16px rgba(156, 200, 33, 0.16);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__arrow {
  background: var(--color-accent);
  color: var(--color-black);
  box-shadow: 0 0 14px rgba(156, 200, 33, 0.2);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__badge {
  border-color: rgba(156, 200, 33, 0.34);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__badge--card {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-black);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__badge--bottom {
  background: #102d5d;
  border-color: rgba(156, 200, 33, 0.34);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__chip {
  min-width: 0;
  background: rgba(35, 73, 133, 0.38);
  border-color: rgba(255, 255, 255, 0.13);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__copy {
  min-width: 0;
  padding-top: 0;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__eyebrow {
  margin-bottom: 0.7rem;
  color: var(--color-text-strong);
  font-weight: 600;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__body {
  margin-bottom: 0.75rem;
  font-size: 0.96rem;
  line-height: 1.58;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.7rem;
  margin-top: 0.3rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__point {
  height: 100%;
  gap: 0.62rem;
  padding: 0.72rem 0.76rem;
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(35, 73, 133, 0.22);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__point p {
  font-size: 0.81rem;
  line-height: 1.42;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__point strong {
  display: inline;
  font-weight: 800;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__check {
  width: 22px;
  height: 22px;
  margin-top: 0;
  border: 1.5px solid var(--color-accent);
  border-radius: 6px;
  background: rgba(0, 7, 32, 0.72);
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 0 0 1px rgba(156, 200, 33, 0.07), 0 0 9px rgba(156, 200, 33, 0.16);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__closer {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  padding: 0;
  gap: 0.7rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__summary {
  max-width: 760px;
  font-size: 0.98rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta {
  max-width: 820px;
  margin-top: 0.15rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__trust {
  margin-top: 0.05rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__pay {
  width: 280px;
  max-width: 50%;
  height: auto;
  margin: -0.15rem auto 0;
  opacity: 0.9;
}

@media (max-width: 960px) {
  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__main {
    grid-template-columns: minmax(0, 1fr);
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__tile,
  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__copy {
    width: min(100%, 720px);
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .blk-offer-summary-cta--bridge {
    padding: 3.5rem 0;
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__points {
    grid-template-columns: minmax(0, 1fr);
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__tile {
    min-height: 0;
    padding: 3rem 1rem 1.2rem;
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__trust {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/* Bridge CTA: exact visual system used by the approved income-proof CTA. */
.blk-offer-summary-cta--bridge .blk-offer-summary-cta__closer {
  gap: 0.75rem;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
  max-width: 800px;
  min-height: 4.7rem;
  margin-top: 0.15rem;
  padding: 0.95rem 1.35rem 0.95rem 2rem;
  border: 1px solid rgba(255, 249, 223, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, var(--color-gradient-a), var(--color-gradient-b));
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -2px 0 rgba(5, 6, 7, 0.12),
    0 14px 30px rgba(0, 7, 32, 0.3),
    0 3px 8px rgba(0, 7, 32, 0.2);
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta-label {
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.65vw, 1.24rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.008em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(5, 6, 7, 0.14);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 249, 223, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -2px 0 rgba(5, 6, 7, 0.1),
    0 17px 34px rgba(0, 7, 32, 0.34),
    0 4px 10px rgba(0, 7, 32, 0.2);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta:hover .blk-offer-summary-cta__cta-arrow {
  transform: translateX(3px);
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__trust {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

.blk-offer-summary-cta--bridge .blk-offer-summary-cta__pay {
  display: block;
  width: 280px;
  max-width: 50%;
  height: auto;
  margin: -0.2rem auto 0;
  opacity: 0.9;
}

@media (max-width: 640px) {
  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta {
    gap: 0.5rem;
    min-height: 4.2rem;
    padding: 0.8rem 0.65rem 0.8rem 0.85rem;
    border-radius: 13px;
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta-label {
    font-size: clamp(0.58rem, 2.68vw, 0.76rem);
    letter-spacing: 0.006em;
  }

  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta-arrow {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.92rem;
  }
}

/* Value stack: premium vertical value-to-purchase hierarchy. */
.blk-value-stack-price {
  padding: clamp(5.5rem, 7vw, 6.5rem) 0;
  background-image:
    radial-gradient(ellipse 72% 34% at 50% 19%, rgba(156, 200, 33, 0.13), transparent 72%),
    radial-gradient(ellipse 62% 30% at 50% 76%, rgba(37, 142, 230, 0.11), transparent 74%);
}

.blk-value-stack-price > .container-remix {
  width: min(1200px, calc(100% - 3rem));
  gap: 0;
}

.blk-value-stack-price .vsp-headline {
  max-width: 1200px;
  margin: 0 auto;
  font-size: clamp(3rem, 5vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.blk-value-stack-price .vsp-headline-value {
  color: var(--color-accent);
  text-shadow: 0 0 30px rgba(156, 200, 33, 0.2);
}

.blk-value-stack-price .vsp-headline-copy {
  color: var(--color-headline);
}

.blk-value-stack-price .vsp-accent {
  margin-left: 0.1em;
  padding: 0.07em 0.42em 0.11em;
  color: var(--color-black);
  box-shadow: 0 14px 42px rgba(156, 200, 33, 0.2);
}

.blk-value-stack-price .vsp-table {
  width: 100%;
  max-width: 880px;
  margin: 34px auto 0;
  padding: 0.6rem 0.7rem 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(156, 200, 33, 0.26);
  border-radius: var(--ub-radius-lg);
  background: linear-gradient(180deg, rgba(16, 45, 93, 0.82), rgba(3, 16, 45, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 34px 86px rgba(0, 7, 32, 0.48),
    0 0 58px rgba(156, 200, 33, 0.1);
}

.blk-value-stack-price .vsp-rows {
  display: block;
  padding: 0;
}

.blk-value-stack-price .vsp-row {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 6.95rem;
  gap: 1.2rem;
  padding: 1rem 0.9rem;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blk-value-stack-price .vsp-row::before {
  content: none;
}

.blk-value-stack-price .vsp-rows .vsp-row:last-child {
  border-bottom: 0;
}

.blk-value-stack-price .vsp-row:hover {
  background: transparent;
}

.blk-value-stack-price .vsp-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 247, 94, 0.5);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: var(--color-black);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 20px rgba(0, 7, 32, 0.24),
    0 0 12px rgba(156, 200, 33, 0.14);
}

.blk-value-stack-price .vsp-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
}

.blk-value-stack-price .vsp-name {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--color-headline);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.blk-value-stack-price .vsp-value {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 6.5rem;
  margin: 0;
  padding: 0;
  align-self: center;
  color: var(--color-text-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(156, 200, 33, 0.78);
  opacity: 0.82;
}

.blk-value-stack-price .vsp-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  min-height: 4.4rem;
  padding: 0.9rem;
  border: 0;
  border-top: 1px solid rgba(156, 200, 33, 0.56);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blk-value-stack-price .vsp-total-label {
  color: var(--color-headline);
  font-size: 1rem;
  font-weight: 800;
}

.blk-value-stack-price .vsp-total-value {
  color: var(--color-accent);
  font-size: clamp(2.1rem, 3vw, 2.55rem);
  line-height: 1;
  text-shadow: 0 0 30px rgba(156, 200, 33, 0.32);
}

.blk-value-stack-price .vsp-offer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.blk-value-stack-price .vsp-best-part,
.blk-value-stack-price .vsp-strong,
.blk-value-stack-price .vsp-invest,
.blk-value-stack-price .vsp-coupon,
.blk-value-stack-price .vsp-everything {
  margin: 0 !important;
  width: min(980px, 100%);
}

.blk-value-stack-price .vsp-best-part {
  font-size: 1.2rem;
  opacity: 0.78;
}

.blk-value-stack-price .vsp-strong {
  font-size: 1.3rem;
}

.blk-value-stack-price .vsp-not {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}

.blk-value-stack-price .vsp-invest {
  margin-top: 0.4rem !important;
  font-size: 1rem;
}

.blk-value-stack-price .vsp-prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  margin: 0.3rem 0 0.1rem !important;
  width: min(980px, 100%);
}

.blk-value-stack-price .vsp-old-price {
  color: var(--color-text-muted);
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  text-decoration-thickness: 3px;
  opacity: 0.62;
}

.blk-value-stack-price .vsp-new-price {
  color: var(--color-accent);
  font-size: clamp(4rem, 6vw, 5.25rem);
  line-height: 0.95;
  text-shadow: 0 0 38px rgba(156, 200, 33, 0.36);
}

.blk-value-stack-price .vsp-coupon {
  max-width: 760px;
  font-size: 0.95rem;
  line-height: 1.55;
}

.blk-value-stack-price .vsp-everything {
  margin-top: 0.35rem !important;
  font-size: 1.15rem;
  font-weight: 800;
}

.blk-value-stack-price .vsp-cta {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
  max-width: 816px;
  min-height: 5.15rem;
  margin: 0.45rem auto 0;
  padding: 1.2rem 1.5rem 1.2rem 2rem;
  border: 1px solid rgba(255, 249, 223, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, var(--color-gradient-a), var(--color-gradient-b));
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -2px 0 rgba(5, 6, 7, 0.12),
    0 22px 46px rgba(0, 7, 32, 0.38),
    0 0 44px rgba(156, 200, 33, 0.2);
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blk-value-stack-price .vsp-cta-label {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.006em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

.blk-value-stack-price .vsp-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(5, 6, 7, 0.14);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}

.blk-value-stack-price .vsp-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 249, 223, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -2px 0 rgba(5, 6, 7, 0.1),
    0 17px 34px rgba(0, 7, 32, 0.34),
    0 4px 10px rgba(0, 7, 32, 0.2);
}

.blk-value-stack-price .vsp-cta:hover .vsp-cta-arrow {
  transform: translateX(3px);
}

.blk-value-stack-price .vsp-trust {
  margin: 0 !important;
  color: var(--color-text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

.blk-value-stack-price .vsp-cards,
.blk-value-stack-price .fbc-pay {
  display: block;
  width: 310px;
  max-width: 50%;
  height: auto;
  margin: -0.1rem auto 0;
  opacity: 0.9;
  filter: none;
}

.blk-value-stack-price .vsp-countdown-secondary {
  width: auto;
  max-width: 500px;
  margin: 1.1rem auto 0;
  opacity: 0.86;
}

.blk-value-stack-price .vsp-countdown-secondary .fbc-countdown-label {
  margin: 0 0 0.65rem;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-shadow: none;
}

.blk-value-stack-price .vsp-countdown-secondary .fbc-countdown {
  gap: 0.7rem;
}

.blk-value-stack-price .vsp-countdown-secondary .fbc-countdown-unit {
  gap: 0.28rem;
}

.blk-value-stack-price .vsp-countdown-secondary .fbc-countdown-digit {
  min-width: 64px;
  padding: 8px 12px;
  border-width: 1.5px;
  border-radius: 6px;
  font-size: 2.4rem;
  text-shadow: 0 0 16px rgba(156, 200, 33, 0.68);
  box-shadow: 0 0 14px rgba(156, 200, 33, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.blk-value-stack-price .vsp-countdown-secondary .fbc-countdown-unit-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.blk-value-stack-price .vsp-countdown-secondary .fbc-countdown-sep {
  padding-bottom: 19px;
  font-size: 2rem;
  text-shadow: 0 0 10px rgba(156, 200, 33, 0.4);
}

@media (max-width: 640px) {
  .blk-value-stack-price {
    padding: 3.75rem 0 4.25rem;
  }

  .blk-value-stack-price > .container-remix {
    width: min(100% - 1.25rem, 960px);
  }

  .blk-value-stack-price .vsp-headline {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .blk-value-stack-price .vsp-accent {
    display: inline-block;
    margin-top: 0.12em;
  }

  .blk-value-stack-price .vsp-table {
    margin-top: 3rem;
    padding: 0.4rem 0.85rem 0.65rem;
  }

  .blk-value-stack-price .vsp-row {
    gap: 0.72rem;
    padding: 0.9rem 0.1rem;
  }

  .blk-value-stack-price .vsp-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .blk-value-stack-price .vsp-icon svg {
    width: 20px;
    height: 20px;
  }

  .blk-value-stack-price .vsp-name {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .blk-value-stack-price .vsp-value {
    min-width: 4rem;
    font-size: 0.78rem;
  }

  .blk-value-stack-price .vsp-total {
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding-inline: 0.1rem;
    text-align: center;
  }

  .blk-value-stack-price .vsp-total-label {
    max-width: none;
    font-size: 0.88rem;
  }

  .blk-value-stack-price .vsp-total-value {
    font-size: 1.85rem;
  }

  .blk-value-stack-price .vsp-offer {
    gap: 0.65rem;
  }

  .blk-value-stack-price .vsp-cta {
    gap: 0.5rem;
    min-height: 4.2rem;
    padding: 0.8rem 0.65rem 0.8rem 0.85rem;
    border-radius: 13px;
  }

  .blk-value-stack-price .vsp-cta-label {
    font-size: clamp(0.56rem, 2.6vw, 0.72rem);
    letter-spacing: 0.004em;
    white-space: normal;
  }

  .blk-value-stack-price .vsp-cta-arrow {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.92rem;
  }

  .blk-value-stack-price .vsp-trust {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }
}

/* Guarantee: premium gold trust seal only. */
.blk-guarantee-promise .gp-badge {
  width: clamp(16rem, 28vw, 19rem);
  aspect-ratio: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blk-guarantee-promise .gp-badge img {
  width: 100%;
  max-width: 308px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 7, 32, 0.42));
}

/* Urgency close: compact approved trust and payment treatment only. */
.blk-urgency-price-cta .upc-trust {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.75;
}

.blk-urgency-price-cta .upc-payments {
  display: block;
  width: 280px;
  max-width: 50%;
  height: auto;
  margin: -0.35rem auto 0;
  object-fit: contain;
  opacity: 0.9;
}

/* Five-product bundle reveal: one full-width product per section. */
.blk-product-reveal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-top: 1px solid rgba(110, 196, 255, 0.12);
}

.blk-product-reveal::before,
.blk-product-reveal::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: -1;
}

.blk-product-reveal::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(79, 169, 255, 0.035) 0 1px, transparent 1px 34px),
    linear-gradient(45deg, rgba(79, 169, 255, 0.025) 0 1px, transparent 1px 34px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.blk-product-reveal::after {
  width: min(52rem, 76vw);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.68;
}

.blk-product-reveal--starter {
  background:
    radial-gradient(circle at 18% 42%, rgba(24, 149, 255, 0.15), transparent 38%),
    linear-gradient(180deg, #031538 0%, #020d2b 100%);
}

.blk-product-reveal--starter::after {
  left: -22rem;
  top: 8%;
  background: radial-gradient(circle, rgba(35, 193, 255, 0.14), transparent 68%);
}

.blk-product-reveal--unlimited {
  background:
    radial-gradient(circle at 82% 46%, rgba(35, 203, 255, 0.13), transparent 38%),
    linear-gradient(180deg, #06234d 0%, #041634 100%);
}

.blk-product-reveal--unlimited::after {
  right: -20rem;
  top: 6%;
  background: radial-gradient(circle, rgba(68, 220, 255, 0.15), transparent 68%);
}

.blk-product-reveal--dfy {
  background:
    radial-gradient(circle at 22% 50%, rgba(156, 200, 33, 0.085), transparent 34%),
    radial-gradient(circle at 78% 20%, rgba(25, 137, 231, 0.09), transparent 32%),
    linear-gradient(180deg, #020d29 0%, #010821 100%);
}

.blk-product-reveal--dfy::after {
  left: -21rem;
  bottom: -20rem;
  background: radial-gradient(circle, rgba(156, 200, 33, 0.11), transparent 68%);
}

.blk-product-reveal--agency {
  background:
    radial-gradient(circle at 78% 46%, rgba(45, 161, 255, 0.13), transparent 38%),
    linear-gradient(180deg, #082754 0%, #041735 100%);
}

.blk-product-reveal--agency::after {
  right: -21rem;
  top: 8%;
  background: radial-gradient(circle, rgba(40, 178, 255, 0.14), transparent 68%);
}

.blk-product-reveal--agent {
  background:
    radial-gradient(circle at 22% 42%, rgba(156, 200, 33, 0.08), transparent 34%),
    radial-gradient(circle at 76% 38%, rgba(33, 169, 240, 0.105), transparent 36%),
    linear-gradient(180deg, #020d29 0%, #00071d 100%);
}

.blk-product-reveal--agent::after {
  right: -18rem;
  bottom: -22rem;
  background: radial-gradient(circle, rgba(34, 191, 255, 0.13), transparent 68%);
}

.product-reveal-inner {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - clamp(1.25rem, 4vw, 3rem)));
}

.product-reveal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(92, 181, 244, 0.26);
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(17, 51, 99, 0.82), rgba(2, 14, 45, 0.96) 54%, rgba(1, 9, 32, 0.98));
  box-shadow:
    0 2.75rem 7rem rgba(0, 4, 22, 0.5),
    0 0 0 1px rgba(156, 200, 33, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.product-reveal-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(178, 236, 255, 0.42), rgba(197, 239, 50, 0.28), transparent);
  pointer-events: none;
}

.product-reveal-visual {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border-bottom: 1px solid rgba(104, 181, 235, 0.16);
  background:
    radial-gradient(circle at 50% 58%, rgba(38, 183, 255, 0.13), transparent 56%),
    linear-gradient(180deg, rgba(0, 8, 31, 0.2), rgba(1, 10, 34, 0.62));
}

.product-reveal-halo {
  position: absolute;
  inset: 12% 10% 4%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 200, 255, 0.2), rgba(156, 200, 33, 0.07) 44%, transparent 72%);
  filter: blur(24px);
}

.product-reveal-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 31rem;
  margin: 0 auto;
  object-fit: contain;
  border: 1px solid rgba(116, 204, 255, 0.17);
  border-radius: 0.95rem;
  box-shadow:
    0 1.5rem 4rem rgba(0, 4, 22, 0.42),
    0 0 2rem rgba(39, 178, 255, 0.07);
}

.product-reveal-card-body {
  padding: clamp(1.5rem, 4vw, 2.65rem);
}

.product-reveal-number {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.48rem 0.9rem;
  border: 1px solid rgba(156, 200, 33, 0.42);
  border-radius: 999px;
  background: rgba(156, 200, 33, 0.07);
  color: var(--color-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.product-reveal-title-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.product-reveal-title-row > div {
  min-width: 0;
}

.product-reveal-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #031126;
  background: linear-gradient(145deg, #c9f12e, var(--color-accent));
  border: 1px solid rgba(227, 255, 110, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 0 1.15rem rgba(156, 200, 33, 0.18);
}

.product-reveal-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.product-reveal-kicker {
  margin: 0.3rem 0 0;
  color: var(--color-text-muted);
  font-size: clamp(0.7rem, 0.85vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-reveal-title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.125rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.blk-product-reveal--unlimited .product-reveal-title-row {
  margin-bottom: 1.25rem;
}

.blk-product-reveal--unlimited .product-reveal-title {
  font-size: clamp(1.7rem, 2.7vw, 2rem);
  line-height: 0.98;
  white-space: nowrap;
}

.blk-product-reveal--unlimited .product-reveal-kicker {
  margin-top: 0.28rem;
}

.product-reveal-lead {
  max-width: 58ch;
  margin: 0 0 1.5rem;
  color: var(--color-text-strong);
  font-size: clamp(1rem, 1.15vw, 1.075rem);
  line-height: 1.62;
}

.product-reveal-benefits {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(112, 180, 235, 0.15);
}

.product-reveal-benefits li {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  padding: 0.82rem 0;
  border-bottom: 1px solid rgba(112, 180, 235, 0.13);
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-reveal-benefits strong {
  color: var(--color-text-strong);
  font-weight: 800;
}

.product-reveal-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.08rem;
  border: 1px solid var(--color-accent);
  border-radius: 0.32rem;
  color: var(--color-accent);
  background: rgba(0, 15, 42, 0.86);
  box-shadow: 0 0 0.6rem rgba(156, 200, 33, 0.13);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
}

.product-reveal-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.7rem;
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(156, 200, 33, 0.24);
  font-family: var(--font-body);
}

.product-reveal-value-label {
  color: var(--color-text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-reveal-value-amount {
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 0 0 1rem rgba(156, 200, 33, 0.14);
}

@media (max-width: 980px) {
  .blk-product-reveal {
    padding: clamp(4rem, 9vw, 6rem) 0;
  }

  .product-reveal-image {
    max-height: 29rem;
  }
}

@media (max-width: 640px) {
  .blk-product-reveal {
    padding: 3.75rem 0;
  }

  .product-reveal-card {
    border-radius: 1rem;
  }

  .product-reveal-visual {
    padding: 0.75rem;
  }

  .product-reveal-image {
    max-height: 22rem;
    border-radius: 0.72rem;
  }

  .product-reveal-title-row {
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .product-reveal-icon {
    width: 2.85rem;
    height: 2.85rem;
  }

  .product-reveal-icon svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .product-reveal-title {
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.08;
  }

  .blk-product-reveal--unlimited .product-reveal-title {
    font-size: clamp(1.55rem, 6.8vw, 1.8rem);
    line-height: 0.98;
    white-space: normal;
  }

  .product-reveal-kicker {
    margin-top: 0.24rem;
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .product-reveal-lead {
    font-size: 0.96rem;
  }

  .product-reveal-benefits li {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    gap: 0.62rem;
    font-size: 0.86rem;
  }

  .product-reveal-value {
    align-items: flex-end;
    flex-direction: column;
    gap: 0.25rem;
  }
}

/* Premium motion pass: progressive reveal and restrained interaction polish. */
html.ub-motion-ready .ub-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

html.ub-motion-ready .ub-reveal.ub-reveal--visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.cmp-table,
.product-reveal-card,
.blk-guarantee-promise .gp-panel,
.blk-urgency-price-cta .upc-box,
.blk-final-bundle-checkout--order .fbc-card {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 240ms ease;
}

.blk-bundle-hero-video .bhv-cta,
.blk-income-proof .ip-proof-cta__button,
.blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta,
.blk-value-stack-price .vsp-cta,
.blk-urgency-price-cta .upc-button,
.blk-final-bundle-checkout--order .fbc-cta {
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .cmp-table:hover,
  .blk-guarantee-promise .gp-panel:hover,
  .blk-urgency-price-cta .upc-box:hover {
    transform: translateY(-2px);
    border-color: rgba(156, 200, 33, 0.36);
    box-shadow: var(--ub-shadow-card-strong), 0 0 32px rgba(156, 200, 33, 0.07);
  }

  .product-reveal-card:hover {
    transform: translateY(-2px);
    border-color: rgba(156, 200, 33, 0.34);
    box-shadow:
      0 2.9rem 7.2rem rgba(0, 4, 22, 0.54),
      0 0 34px rgba(156, 200, 33, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .blk-final-bundle-checkout--order .fbc-card:hover {
    transform: translateY(-2px);
    border-color: rgba(180, 220, 48, 0.52);
    box-shadow:
      0 0 0 1px rgba(68, 107, 171, 0.31),
      0 36px 84px rgba(0, 7, 32, 0.61),
      0 0 78px rgba(156, 200, 33, 0.12);
  }

  .blk-bundle-hero-video .bhv-cta:hover,
  .blk-income-proof .ip-proof-cta__button:hover,
  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta:hover,
  .blk-value-stack-price .vsp-cta:hover,
  .blk-urgency-price-cta .upc-button:hover,
  .blk-final-bundle-checkout--order .fbc-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.015) saturate(1.03) drop-shadow(0 8px 14px rgba(156, 200, 33, 0.1));
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ub-motion-ready .ub-reveal,
  html.ub-motion-ready .ub-reveal.ub-reveal--visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .cmp-table,
  .product-reveal-card,
  .blk-guarantee-promise .gp-panel,
  .blk-urgency-price-cta .upc-box,
  .blk-final-bundle-checkout--order .fbc-card,
  .blk-bundle-hero-video .bhv-cta,
  .blk-income-proof .ip-proof-cta__button,
  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta,
  .blk-value-stack-price .vsp-cta,
  .blk-urgency-price-cta .upc-button,
  .blk-final-bundle-checkout--order .fbc-cta {
    transition: none !important;
  }

  .cmp-table:hover,
  .product-reveal-card:hover,
  .blk-guarantee-promise .gp-panel:hover,
  .blk-urgency-price-cta .upc-box:hover,
  .blk-final-bundle-checkout--order .fbc-card:hover,
  .blk-bundle-hero-video .bhv-cta:hover,
  .blk-income-proof .ip-proof-cta__button:hover,
  .blk-offer-summary-cta--bridge .blk-offer-summary-cta__cta:hover,
  .blk-value-stack-price .vsp-cta:hover,
  .blk-urgency-price-cta .upc-button:hover,
  .blk-final-bundle-checkout--order .fbc-cta:hover {
    transform: none !important;
    filter: none !important;
  }
}

/* Rich review pass — copy hierarchy, product powers and expanded bundle inventory. */
.copy-green {
  color: var(--color-accent) !important;
  font-weight: 850;
}

/* Premium editorial hero system: one primary marker, restrained mechanism accents,
   and one compact urgency marker. This preserves the original visual language. */
.blk-bundle-hero-video .bhv-headline {
  max-width: 25ch;
  color: #f8fbff;
  font-size: clamp(2.4rem, 4.2vw, 3.82rem);
  font-weight: 850;
  line-height: 1.035;
  letter-spacing: -0.042em;
  text-wrap: balance;
  text-shadow:
    0 0.02em 0 rgba(255, 255, 255, 0.2),
    0 0.12em 0.55em rgba(31, 107, 255, 0.12);
}

.blk-bundle-hero-video .bhv-headline .green {
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-inline: 0.015em;
  padding-inline: 0.035em;
  color: #b9e51e;
  font-style: normal;
  line-height: inherit;
  letter-spacing: -0.048em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-shadow: 0 0 0.45em rgba(156, 200, 33, 0.13);
}

.blk-bundle-hero-video .bhv-headline .green::after {
  position: absolute;
  right: 0;
  bottom: 0.035em;
  left: 0;
  z-index: -1;
  height: 0.11em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.18), rgba(201, 241, 46, 0.72), rgba(156, 200, 33, 0.2));
  content: "";
  transform: skewX(-16deg) rotate(-0.5deg);
  transform-origin: center;
}

.blk-bundle-hero-video .bhv-headline .green:first-of-type,
.blk-bundle-hero-video .bhv-headline .green:last-of-type {
  padding: 0.025em 0.2em 0.075em;
  border: 0;
  border-radius: 0.1em;
  background: #9cc821;
  color: #061126;
  line-height: 0.94;
  letter-spacing: -0.055em;
  box-shadow:
    0 0.06em 0 rgba(91, 126, 5, 0.75),
    0 0.15em 0.42em rgba(156, 200, 33, 0.13);
  text-shadow: none;
  transform: skewX(-3.5deg) rotate(-0.35deg) translateY(-0.015em);
}

.blk-bundle-hero-video .bhv-headline .green:first-of-type {
  font-style: italic;
  padding-right: 0.23em;
}

.blk-bundle-hero-video .bhv-headline .green:last-of-type {
  padding-inline: 0.17em;
  font-size: 0.91em;
  font-style: normal;
  letter-spacing: -0.035em;
  transform: skewX(-3.5deg) rotate(0.45deg) translateY(-0.025em);
}

.blk-bundle-hero-video .bhv-headline .green:first-of-type::after,
.blk-bundle-hero-video .bhv-headline .green:last-of-type::after {
  display: none;
}

.blk-bundle-hero-video .bhv-subhead {
  max-width: 60ch;
  color: rgba(218, 230, 248, 0.78);
  font-size: clamp(0.98rem, 1.3vw, 1.09rem);
  line-height: 1.68;
  text-wrap: balance;
}

.blk-bundle-hero-video .bhv-subhead strong {
  color: #f7fbff;
  font-weight: 760;
}

@media (max-width: 700px) {
  .blk-bundle-hero-video .bhv-headline {
    max-width: 19ch;
    font-size: clamp(2.05rem, 9.2vw, 2.9rem);
    line-height: 1.055;
    letter-spacing: -0.038em;
  }

  .blk-bundle-hero-video .bhv-headline .green {
    padding-inline: 0.025em;
  }

  .blk-bundle-hero-video .bhv-headline .green:first-of-type,
  .blk-bundle-hero-video .bhv-headline .green:last-of-type {
    padding-inline: 0.14em;
  }
}

.blk-income-intro__para strong,
.codex-paragraph strong,
.blk-offer-summary-cta__body strong,
.upc-box strong {
  color: var(--color-text-strong);
  font-weight: 800;
}

.codex-paragraph u,
.blk-offer-summary-cta__body u,
.upc-box u {
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

/* Make UniBuilder's column unmistakably dominant and the mobile table discoverable. */
.blk-why-crushes .cmp-row .cmp-cell:nth-child(2) {
  background: linear-gradient(180deg, rgba(156, 200, 33, 0.15), rgba(156, 200, 33, 0.07));
  border-left-color: rgba(156, 200, 33, 0.28);
  border-right: 1px solid rgba(156, 200, 33, 0.2);
}

.blk-why-crushes .cmp-row-head .cmp-cell:nth-child(2) {
  background: linear-gradient(180deg, rgba(156, 200, 33, 0.27), rgba(156, 200, 33, 0.13));
  box-shadow: inset 0 3px 0 var(--color-accent), 0 0 30px rgba(156, 200, 33, 0.06);
}

.blk-why-crushes .cmp-ours-main {
  color: var(--color-headline);
  font-weight: 900;
}

.blk-why-crushes .cmp-ours-proof {
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cmp-swipe {
  display: none;
  margin: 0.85rem 0 0;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

/* Feature-accurate premium icon system. */
.blk-integrations-grid .ig-grid {
  width: min(1160px, calc(100vw - 3rem));
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: unibuilder-power;
}

.blk-integrations-grid .ig-pill,
.blk-integrations-grid .ig-pill:nth-child(9),
.blk-integrations-grid .ig-pill:nth-child(10),
.blk-integrations-grid .ig-pill:nth-child(11) {
  position: relative;
  isolation: isolate;
  grid-column: span 3;
  min-height: 6.25rem;
  gap: 1rem;
  padding: 1.15rem 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(198, 236, 70, 0.42);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 8% 0%, rgba(87, 148, 208, 0.2), transparent 44%),
    linear-gradient(145deg, #172338 0%, #080e19 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.48),
    0 20px 46px rgba(0, 3, 18, 0.46),
    0 0 0 1px rgba(65, 126, 185, 0.1);
  counter-increment: unibuilder-power;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.blk-integrations-grid .ig-pill:nth-child(9) {
  grid-column: 1 / span 4;
}

.blk-integrations-grid .ig-pill:nth-child(10) {
  grid-column: 5 / span 4;
}

.blk-integrations-grid .ig-pill:nth-child(11) {
  grid-column: 9 / span 4;
}

.blk-integrations-grid .ig-pill::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(156, 200, 33, 0.25), rgba(205, 241, 65, 0.95), rgba(71, 139, 207, 0.62), rgba(156, 200, 33, 0.18));
  opacity: 0.9;
}

.blk-integrations-grid .ig-pill::after {
  content: counter(unibuilder-power, decimal-leading-zero);
  position: absolute;
  top: 0.7rem;
  right: 0.78rem;
  z-index: 0;
  color: rgba(207, 242, 69, 0.28);
  font-family: var(--font-heading);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.blk-integrations-grid .ig-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 244, 83, 0.94);
  background:
    radial-gradient(circle at 10% 0%, rgba(108, 172, 229, 0.25), transparent 46%),
    linear-gradient(145deg, #1b2b44 0%, #0a1220 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 25px 52px rgba(0, 3, 18, 0.54),
    0 0 34px rgba(156, 200, 33, 0.2);
}

.blk-integrations-grid .ig-pill-icon,
.blk-integrations-grid .ig-pill-icon--wordmark {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 3.4rem;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(236, 255, 152, 0.96);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 30% 16%, rgba(255, 255, 255, 0.5), transparent 40%),
    linear-gradient(145deg, #dffb58 0%, #9acb1f 58%, #7fae13 100%);
  color: #07172f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -8px 16px rgba(63, 98, 5, 0.12),
    0 9px 22px rgba(0, 5, 25, 0.28),
    0 0 22px rgba(156, 200, 33, 0.26);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.blk-integrations-grid .ig-pill:hover .ig-pill-icon {
  transform: translateY(-1px) scale(1.045);
  border-color: rgba(247, 255, 201, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -8px 16px rgba(63, 98, 5, 0.1),
    0 12px 26px rgba(0, 5, 25, 0.34),
    0 0 30px rgba(190, 232, 47, 0.38);
}

.blk-integrations-grid .ig-pill-icon::before {
  content: "";
  position: absolute;
  inset: 0.28rem;
  border: 1px solid rgba(7, 23, 47, 0.12);
  border-radius: 0.72rem;
  pointer-events: none;
}

.blk-integrations-grid .ig-pill-icon::after {
  content: "";
  position: absolute;
  top: 0.42rem;
  right: 0.42rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #07172f;
  box-shadow: 0 0 0.48rem rgba(7, 23, 47, 0.42);
}

.blk-integrations-grid .ig-pill-icon > *,
.blk-integrations-grid .ig-pill-icon svg {
  display: block !important;
}

.blk-integrations-grid .ig-pill-icon .ig-feature-svg {
  position: relative;
  z-index: 1;
  width: 1.72rem;
  height: 1.72rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blk-integrations-grid .ig-feature-svg .ig-icon-accent {
  stroke: #135d91;
}

.blk-integrations-grid .ig-feature-svg .ig-icon-fill {
  fill: #135d91;
  stroke: #135d91;
}

.blk-integrations-grid .ig-pill-name {
  position: relative;
  z-index: 1;
  overflow: visible;
  color: #f5f8fc;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.005em;
  text-overflow: clip;
  white-space: normal;
}

/* Six substantial cards, two per row, with readable icons and copy. */
.blk-codex-intro-hero .feature-grid-unified {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.blk-codex-intro-hero .feature-grid-unified > article {
  min-height: 10.5rem;
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
}

.blk-codex-intro-hero .codex-card-icon,
.blk-codex-intro-hero .capability-icon {
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
  border-radius: 0.9rem;
}

.blk-codex-intro-hero .codex-card-icon svg,
.blk-codex-intro-hero .capability-icon svg {
  width: 2rem;
  height: 2rem;
}

.blk-codex-intro-hero .codex-card h3,
.blk-codex-intro-hero .capability-title {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.2;
}

.blk-codex-intro-hero .codex-card p,
.blk-codex-intro-hero .capability-body {
  font-size: 0.96rem;
  line-height: 1.62;
}

/* The bundle should feel almost comically complete while remaining scannable. */
.product-reveal-inner {
  width: min(1040px, calc(100% - clamp(1.25rem, 4vw, 3rem)));
}

.product-reveal-including {
  display: inline-flex;
  margin: 0 0 0.8rem;
  padding: 0.38rem 0.75rem;
  border: 1px solid rgba(156, 200, 33, 0.42);
  border-radius: 999px;
  background: rgba(156, 200, 33, 0.08);
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-reveal-benefits--mega {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1rem, 3vw, 2.2rem);
}

.product-reveal-benefits--mega li {
  min-height: 5.2rem;
  padding: 0.9rem 0;
}

.product-reveal-benefits--mega strong {
  color: var(--color-accent);
}

.vsp-row--agent .vsp-icon {
  color: var(--color-accent);
}

.blk-urgency-price-cta .upc-box {
  max-width: 54rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.blk-urgency-price-cta .upc-para {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.75;
}

.blk-urgency-price-cta .upc-para--punch {
  color: var(--color-headline);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

@media (max-width: 900px) {
  .cmp-swipe {
    display: block;
  }

  .blk-why-crushes .cmp-capability,
  .blk-why-crushes .cmp-cap-label {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #071431;
    box-shadow: 8px 0 18px rgba(0, 5, 24, 0.35);
  }

  .blk-integrations-grid .ig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blk-integrations-grid .ig-pill,
  .blk-integrations-grid .ig-pill:nth-child(9),
  .blk-integrations-grid .ig-pill:nth-child(10),
  .blk-integrations-grid .ig-pill:nth-child(11) {
    grid-column: auto;
  }

  .blk-integrations-grid .ig-pill:nth-child(11) {
    width: calc(50% - 0.5rem);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .blk-codex-intro-hero .feature-grid-unified,
  .product-reveal-benefits--mega {
    grid-template-columns: 1fr;
  }

  .blk-codex-intro-hero .feature-grid-unified > article,
  .product-reveal-benefits--mega li {
    min-height: 0;
  }

  .blk-codex-intro-hero .codex-card-icon,
  .blk-codex-intro-hero .capability-icon {
    width: 3.25rem;
    height: 3.25rem;
    flex-basis: 3.25rem;
  }
}

@media (max-width: 520px) {
  .blk-integrations-grid .ig-grid {
    grid-template-columns: 1fr;
  }

  .blk-integrations-grid .ig-pill:nth-child(11) {
    width: 100%;
    grid-column: auto;
  }
}

/* Premium comparison matrix — visual-only pass; all table copy remains unchanged. */
.blk-why-crushes .cmp-scroll {
  position: relative;
  isolation: isolate;
  padding: 1px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(114, 196, 255, 0.36), rgba(156, 200, 33, 0.34) 35%, rgba(52, 102, 185, 0.2) 70%, rgba(114, 196, 255, 0.28));
  box-shadow:
    0 2.1rem 5.5rem rgba(0, 5, 28, 0.55),
    0 0 4rem rgba(46, 126, 235, 0.08),
    0 0 2.5rem rgba(156, 200, 33, 0.045);
}

.blk-why-crushes .cmp-scroll::before {
  position: absolute;
  inset: -14% 50% 46% 8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 155, 255, 0.12), transparent 68%);
  content: "";
  filter: blur(18px);
  pointer-events: none;
}

.blk-why-crushes .cmp-table {
  min-width: 900px;
  overflow: hidden;
  border: 0;
  border-radius: 19px;
  background:
    linear-gradient(180deg, rgba(15, 45, 90, 0.94), rgba(4, 21, 58, 0.985)),
    var(--color-panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -1px 0 rgba(74, 133, 220, 0.12);
}

.blk-why-crushes .cmp-row {
  grid-template-columns: 1.34fr 1.15fr repeat(4, minmax(0, 1fr));
  border-bottom-color: rgba(87, 143, 220, 0.14);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.blk-why-crushes .cmp-row:not(.cmp-row-head):nth-child(even) {
  background: rgba(57, 105, 176, 0.035);
}

.blk-why-crushes .cmp-row:not(.cmp-row-head):hover {
  background: rgba(69, 137, 229, 0.08);
  box-shadow: inset 3px 0 0 rgba(156, 200, 33, 0.55);
}

.blk-why-crushes .cmp-cell {
  min-height: 4.15rem;
  border-left-color: rgba(87, 143, 220, 0.11);
}

.blk-why-crushes .cmp-row-head {
  background:
    linear-gradient(180deg, rgba(25, 67, 126, 0.98), rgba(10, 39, 86, 0.98));
  border-bottom-color: rgba(105, 173, 255, 0.2);
}

.blk-why-crushes .cmp-row-head .cmp-cell {
  min-height: 8rem;
  padding-block: 1.25rem;
}

.blk-why-crushes .cmp-cap-label {
  color: rgba(192, 231, 112, 0.86);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
}

.blk-why-crushes .cmp-capability {
  position: relative;
  padding-left: 2.25rem;
  color: #f1f6ff;
  font-weight: 780;
}

.blk-why-crushes .cmp-capability::before {
  position: absolute;
  left: 1.05rem;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid rgba(212, 246, 99, 0.65);
  border-radius: 50%;
  background: rgba(156, 200, 33, 0.22);
  box-shadow: 0 0 0.7rem rgba(156, 200, 33, 0.2);
  content: "";
}

/* Consistent premium logo tokens. Competitors stay monochrome; UniBuilder owns the colour. */
.blk-why-crushes .cmp-col {
  gap: 0.72rem;
}

.blk-why-crushes .cmp-col-icon {
  width: 3.35rem;
  height: 3.35rem;
  flex-basis: 3.35rem;
  border: 1px solid rgba(137, 181, 238, 0.18);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(32, 72, 133, 0.98), rgba(9, 32, 74, 0.98));
  color: rgba(221, 234, 252, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0.65rem 1.45rem rgba(0, 8, 35, 0.25);
  filter: saturate(0.72);
}

.blk-why-crushes .cmp-col-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  stroke: currentColor;
}

.blk-why-crushes .cmp-col-icon--pair {
  gap: 0;
  overflow: visible;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.blk-why-crushes .cmp-brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-left: -0.22rem;
  border: 1px solid rgba(151, 189, 239, 0.22);
  border-radius: 0.58rem;
  background: linear-gradient(145deg, #294f88, #112d5d);
  color: rgba(238, 246, 255, 0.88);
  box-shadow: 0 0.4rem 0.9rem rgba(0, 8, 34, 0.32);
  font-size: 0.58rem;
  font-weight: 900;
}

.blk-why-crushes .cmp-brand-chip:first-child {
  z-index: 1;
  margin-left: 0;
}

.blk-why-crushes .cmp-brand-chip--wide {
  width: 2.15rem;
}

.blk-why-crushes .cmp-col-icon--wordpress {
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.blk-why-crushes .cmp-col-name {
  max-width: 10.5rem;
  color: rgba(224, 235, 251, 0.85);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.28;
}

/* Champion column: wider, brighter and visually elevated without changing its copy. */
.blk-why-crushes .cmp-row .cmp-cell:nth-child(2) {
  position: relative;
  z-index: 1;
  border-right: 1px solid rgba(193, 232, 67, 0.22);
  border-left: 1px solid rgba(193, 232, 67, 0.22);
  background:
    linear-gradient(180deg, rgba(156, 200, 33, 0.14), rgba(39, 99, 111, 0.12)),
    rgba(17, 55, 91, 0.82);
  box-shadow:
    inset 0.2rem 0 1rem rgba(156, 200, 33, 0.02),
    inset -0.2rem 0 1rem rgba(156, 200, 33, 0.02);
}

.blk-why-crushes .cmp-row-head .cmp-cell:nth-child(2) {
  background:
    radial-gradient(circle at 50% 18%, rgba(207, 245, 71, 0.14), transparent 45%),
    linear-gradient(180deg, rgba(63, 119, 106, 0.98), rgba(18, 62, 89, 0.98));
  box-shadow:
    inset 0 4px 0 var(--color-accent),
    0 0 2.2rem rgba(156, 200, 33, 0.1);
}

.blk-why-crushes .cmp-col-ours .cmp-col-icon {
  width: 4rem;
  height: 4rem;
  flex-basis: 4rem;
  padding: 0.34rem;
  border: 1px solid rgba(221, 251, 112, 0.72);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.96), rgba(226, 246, 255, 0.86) 62%, rgba(189, 224, 240, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 0 0 4px rgba(156, 200, 33, 0.07),
    0 0.8rem 1.8rem rgba(0, 9, 36, 0.3),
    0 0 1.5rem rgba(156, 200, 33, 0.13);
  filter: none;
}

.blk-why-crushes .cmp-col-ours .cmp-col-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blk-why-crushes .cmp-col-ours .cmp-col-name {
  color: #d0f23d;
  font-size: 0.92rem;
  font-weight: 850;
  text-shadow: 0 0 1rem rgba(156, 200, 33, 0.14);
}

.blk-why-crushes .cmp-ours {
  gap: 0.62rem;
}

.blk-why-crushes .cmp-check {
  width: 1.32rem;
  height: 1.32rem;
  flex-basis: 1.32rem;
  border: 1px solid rgba(218, 251, 105, 0.65);
  border-radius: 0.4rem;
  background: linear-gradient(145deg, #42c86a, #149748);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0.8rem rgba(30, 187, 91, 0.2);
  font-size: 0.72rem;
}

.blk-why-crushes .cmp-alt {
  color: rgba(190, 207, 232, 0.57);
  font-size: 0.82rem;
}

.blk-why-crushes .cmp-negative {
  gap: 0.42rem;
}

.blk-why-crushes .cmp-cross {
  color: rgba(232, 120, 145, 0.62);
  font-size: 0.9rem;
}

.blk-why-crushes .cmp-note {
  margin-top: 1.15rem;
  border: 1px solid rgba(109, 167, 240, 0.17);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(28, 72, 131, 0.24), rgba(156, 200, 33, 0.055), rgba(28, 72, 131, 0.24));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

/* Mobile: each capability becomes a complete comparison card using identical copy. */
@media (max-width: 760px) {
  .blk-why-crushes .cmp-scroll {
    overflow: visible;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .blk-why-crushes .cmp-table {
    display: grid;
    min-width: 0;
    gap: 1rem;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .blk-why-crushes .cmp-row-head {
    display: none;
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(91, 153, 230, 0.2);
    border-radius: 15px;
    background: linear-gradient(160deg, rgba(18, 54, 105, 0.96), rgba(4, 20, 56, 0.985));
    box-shadow: 0 1.1rem 2.8rem rgba(0, 7, 31, 0.28);
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head):hover {
    box-shadow: 0 1.1rem 2.8rem rgba(0, 7, 31, 0.28);
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell {
    min-height: 4.6rem;
    padding: 0.85rem 0.9rem;
    border: 0;
    border-top: 1px solid rgba(91, 153, 230, 0.1);
    border-left: 1px solid rgba(91, 153, 230, 0.1);
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell::before {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(159, 187, 225, 0.62);
    font-family: var(--font-body);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-capability {
    position: static;
    grid-column: 1 / -1;
    min-height: 0;
    padding: 1rem 1.05rem;
    border: 0;
    background: rgba(24, 67, 122, 0.72);
    box-shadow: inset 0 -1px 0 rgba(112, 177, 255, 0.12);
    font-size: 1rem;
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-capability::before {
    display: none;
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell:nth-child(2) {
    grid-column: 1 / -1;
    min-height: 4.9rem;
    border: 0;
    border-top: 1px solid rgba(193, 232, 67, 0.24);
    background: linear-gradient(90deg, rgba(156, 200, 33, 0.16), rgba(31, 91, 104, 0.16));
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell:nth-child(2)::before {
    content: "UniBuilder AI Bundle";
    color: var(--color-accent);
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell:nth-child(3)::before {
    content: "Wix / Squarespace";
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell:nth-child(4)::before {
    content: "WP Auto-Bloggers";
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell:nth-child(5)::before {
    content: "ChatGPT / Jasper";
  }

  .blk-why-crushes .cmp-row:not(.cmp-row-head) .cmp-cell:nth-child(6)::before {
    content: "Monthly Builders";
  }

  .blk-why-crushes .cmp-swipe {
    display: none;
  }
}

/* Keep the premium headline stage above earlier generated component rules. */
.blk-codex-intro-hero .codex-top {
  padding: clamp(5rem, 8vw, 7.2rem) 0 clamp(2.35rem, 4vw, 3.25rem);
  background:
    radial-gradient(ellipse 54% 55% at 50% 34%, rgba(61, 124, 194, 0.24), transparent 68%),
    radial-gradient(ellipse 34% 42% at 50% 31%, rgba(156, 200, 33, 0.13), transparent 72%),
    linear-gradient(180deg, #061a43 0%, #03245b 54%, #071a38 82%, #050b18 100%);
}

.blk-codex-intro-hero .codex-top-inner {
  position: relative;
  z-index: 1;
  gap: clamp(1.15rem, 2.2vw, 1.75rem);
}

.blk-codex-intro-hero .codex-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.48rem 0.9rem;
  border: 1px solid rgba(207, 242, 69, 0.66);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(12, 34, 69, 0.92), rgba(5, 20, 48, 0.96));
  color: var(--color-accent-lighter);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 8px 24px rgba(0, 5, 27, 0.28),
    0 0 24px rgba(156, 200, 33, 0.08);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.blk-codex-intro-hero .codex-headline {
  position: relative;
  width: min(100%, 19.5ch);
  margin: 0 auto;
  color: #f8fbff;
  font-size: clamp(3.15rem, 6.1vw, 5.35rem);
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.046em;
  text-wrap: balance;
  text-shadow: 0 0.12em 0.55em rgba(0, 5, 30, 0.2);
}

.blk-codex-intro-hero .codex-headline-accent {
  position: relative;
  isolation: isolate;
  display: inline-block;
  margin: 0.1em 0 0.08em;
  padding: 0.035em 0.27em 0.075em;
  border: 1px solid rgba(235, 255, 145, 0.7);
  border-radius: 0.12em;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent 35%),
    linear-gradient(135deg, #dafa4e 0%, #97c91f 68%, #7dad13 100%);
  color: #06152d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 0.1em 0.26em rgba(0, 5, 25, 0.32),
    0 0 0.42em rgba(156, 200, 33, 0.16);
  font-style: italic;
  line-height: 1.02;
  letter-spacing: -0.045em;
  transform: skewX(-3.5deg) rotate(-0.45deg);
}

.blk-codex-intro-hero .codex-headline .green {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-inline: 0.025em;
  color: var(--color-accent-lighter);
  font-weight: inherit;
  text-shadow: 0 0 0.42em rgba(174, 218, 40, 0.19);
}

.blk-codex-intro-hero .codex-subhead {
  position: relative;
  max-width: 68ch;
  margin: 0 auto;
  padding: clamp(0.9rem, 1.8vw, 1.2rem) clamp(1rem, 2.5vw, 1.6rem);
  border: 1px solid rgba(122, 178, 238, 0.18);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(18, 50, 94, 0.64), rgba(3, 18, 49, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 36px rgba(0, 5, 29, 0.22);
  backdrop-filter: blur(14px);
  color: rgba(241, 246, 253, 0.88);
  font-size: clamp(0.98rem, 1.5vw, 1.14rem);
  font-weight: 650;
  line-height: 1.62;
  letter-spacing: -0.005em;
}

@media (max-width: 700px) {
  .blk-codex-intro-hero .codex-top {
    padding: 4.2rem 0 2.35rem;
  }

  .blk-codex-intro-hero .codex-figure::before {
    background:
      linear-gradient(to bottom, rgba(5, 11, 24, 0.94) 0%, rgba(5, 11, 24, 0.5) 5%, transparent 14%, transparent 78%, rgba(5, 11, 24, 0.92) 100%),
      linear-gradient(90deg, rgba(0, 7, 32, 0.1), transparent 12%, transparent 88%, rgba(0, 7, 32, 0.1));
  }

  .blk-codex-intro-hero .codex-top-inner {
    gap: 1.1rem;
  }

  .blk-codex-intro-hero .codex-headline {
    width: min(100%, 19ch);
    font-size: clamp(2.25rem, 9.8vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.038em;
  }

  .blk-codex-intro-hero .codex-headline-accent {
    padding-inline: 0.22em;
  }

  .blk-codex-intro-hero .codex-subhead {
    border-radius: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.56;
  }
}
