:root {
  --cd-primary: #0071e3;
  --cd-primary-hover: #0077ed;
  --cd-success: #3fc77d;
  --cd-ink: #1a1d21;
  --cd-muted: #6c757d;
  --cd-surface: #f7f9fc;
  --pb-accent: #e87700;
  --pb-chip-border: rgba(232, 119, 0, 0.14);
  --pb-chip-bg: rgba(255, 159, 67, 0.06);
}

.product-bundles-lp {
  font-family: inherit;
  color: var(--cd-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

main.product-bundles-lp .hero-gradient::before {
  animation-duration: 34s !important;
  animation-timing-function: ease-in-out !important;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .row > .col-lg-6:last-child {
  animation: cd-lp-rise 0.82s var(--cd-lp-ease-out) 0.1s backwards;
}

.product-bundles-lp .btn-primary {
  --bs-btn-bg: var(--cd-primary);
  --bs-btn-border-color: var(--cd-primary);
  --bs-btn-hover-bg: var(--cd-primary-hover);
  --bs-btn-hover-border-color: var(--cd-primary-hover);
  font-weight: 500;
  padding: 0.65rem 1.35rem;
}

.product-bundles-lp .btn-outline-primary {
  --bs-btn-color: var(--cd-primary);
  --bs-btn-border-color: var(--cd-primary);
  --bs-btn-hover-bg: var(--cd-primary);
  --bs-btn-hover-border-color: var(--cd-primary);
  font-weight: 500;
}

.product-bundles-lp .hero-gradient {
  background: linear-gradient(148deg, #fff4e8 0%, #ffffff 48%, #eef4fc 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-bundles-lp .hero-badge {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #8f4700;
  background: linear-gradient(135deg, rgba(255, 159, 67, 0.2), rgba(255, 159, 67, 0.08));
  border: 1px solid rgba(232, 119, 0, 0.28);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(143, 71, 0, 0.07);
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .hero-badge {
  animation: cd-lp-scale-soft 0.58s var(--cd-lp-ease-spring) 0.04s backwards;
}

.product-bundles-lp .display-heading {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .display-heading {
  animation: cd-lp-rise 0.78s var(--cd-lp-ease-out) 0.08s backwards;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .lead-tight {
  animation: cd-lp-rise-subtle 0.72s var(--cd-lp-ease-out) 0.14s backwards;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .col-lg-6:first-child .d-flex.flex-column.flex-sm-row {
  animation: cd-lp-rise-subtle 0.65s var(--cd-lp-ease-out) 0.22s backwards;
}

.product-bundles-lp .lead-tight {
  max-width: 38rem;
  color: var(--cd-muted);
  font-size: 1.05rem;
}

.product-bundles-lp .floating-card {
  position: relative;
  border-radius: 1.125rem;
  box-shadow:
    0 0.35rem 1.25rem rgba(0, 40, 100, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(165deg, #ffffff 0%, #fffbf7 100%);
  transition:
    transform 0.45s var(--cd-lp-ease-out),
    box-shadow 0.45s var(--cd-lp-ease-out);
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -30%;
  right: -30%;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.48) 49.5%,
    rgba(255, 200, 120, 0.06) 50.5%,
    transparent 62%
  );
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
  animation: cd-lp-shine-sweep 2.35s var(--cd-lp-ease-out) 0.48s 1 forwards;
}

.product-bundles-lp .floating-card > * {
  position: relative;
  z-index: 2;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card tbody tr {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) backwards;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card tbody tr:nth-child(1) {
  animation-delay: 0.3s;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card tbody tr:nth-child(2) {
  animation-delay: 0.38s;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card tbody tr:nth-child(3) {
  animation-delay: 0.46s;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card .alert {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.52s backwards;
}

.product-bundles-lp .mini-stat {
  font-size: 0.85rem;
  color: var(--cd-muted);
  gap: 0.65rem !important;
}

.product-bundles-lp .mini-stat > div {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 40, 100, 0.04);
  line-height: 1.45;
  transition:
    transform 0.35s var(--cd-lp-ease-out),
    box-shadow 0.35s var(--cd-lp-ease-out),
    border-color 0.35s var(--cd-lp-ease-out);
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .mini-stat > div {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) backwards;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .mini-stat > div:nth-child(1) {
  animation-delay: 0.38s;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .mini-stat > div:nth-child(2) {
  animation-delay: 0.48s;
}

.product-bundles-lp section.hero-gradient.cd-reveal--visible .mini-stat > div:nth-child(3) {
  animation-delay: 0.58s;
}

@media (hover: hover) {
  .product-bundles-lp .mini-stat > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 40, 100, 0.08);
    border-color: rgba(232, 119, 0, 0.2);
  }
}

@media (min-width: 576px) {
  .product-bundles-lp .mini-stat > div {
    flex: 0 1 auto;
  }
}

.product-bundles-lp .mini-stat strong {
  color: var(--cd-ink);
  font-weight: 600;
}

.product-bundles-lp .icon-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 2px 8px rgba(0, 40, 100, 0.06);
}

.product-bundles-lp .section-alt {
  background: var(--cd-surface);
}

.product-bundles-lp .step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #0a7aff 0%, #0068d9 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.35);
  transition: transform 0.45s var(--cd-lp-ease-spring), box-shadow 0.45s ease;
}

@media (hover: hover) {
  .product-bundles-lp section.section-alt.cd-reveal--visible .step-num:hover {
    transform: scale(1.06);
    box-shadow: 0 4px 14px rgba(0, 113, 227, 0.4);
  }
}

.product-bundles-lp section.section-alt .col-lg-7 > .vstack.gap-4 {
  position: relative;
  padding-left: 0.25rem;
}

.product-bundles-lp section.section-alt .col-lg-7 > .vstack.gap-4::before {
  content: "";
  position: absolute;
  left: 0.94rem;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 159, 67, 0.45), rgba(0, 113, 227, 0.2), rgba(0, 113, 227, 0.06));
  pointer-events: none;
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0.5;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4::before {
  animation: cd-lp-draw-line 1.05s var(--cd-lp-ease-out) 0.28s forwards;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex {
  animation: cd-lp-rise-subtle 0.62s var(--cd-lp-ease-out) backwards;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex:nth-child(1) {
  animation-delay: 0.12s;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex:nth-child(2) {
  animation-delay: 0.22s;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex:nth-child(3) {
  animation-delay: 0.32s;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 h2,
.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 > p,
.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 > a.btn {
  animation: cd-lp-rise-subtle 0.62s var(--cd-lp-ease-out) backwards;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 h2 {
  animation-delay: 0.06s;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 > p {
  animation-delay: 0.14s;
}

.product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 > a.btn {
  animation-delay: 0.24s;
}

@media (max-width: 575.98px) {
  .product-bundles-lp section.section-alt .col-lg-7 > .vstack.gap-4::before {
    display: none;
  }
}

.product-bundles-lp .cta-band {
  background: linear-gradient(125deg, #0078f0 0%, #0056a8 55%, #004a94 100%);
  color: #fff;
  border-radius: 1.125rem;
  box-shadow: 0 12px 40px rgba(0, 86, 168, 0.28);
}

.product-bundles-lp .cta-band .btn-light {
  font-weight: 600;
  color: var(--cd-primary);
}

.product-bundles-lp .trust-logos {
  opacity: 0.85;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cd-muted);
}

.product-bundles-lp > section.border-bottom.bg-white {
  background: linear-gradient(180deg, #fbfbfc 0%, #ffffff 100%) !important;
}

.product-bundles-lp > section.border-bottom.bg-white .row.row-cols-2.row-cols-md-4.g-3 .col {
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: center;
  padding: 0.85rem 0.65rem !important;
  border-radius: 0.7rem;
  background: var(--pb-chip-bg);
  border: 1px solid var(--pb-chip-border);
  color: #495057;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

@media (hover: hover) {
  .product-bundles-lp > section.border-bottom.bg-white .row.row-cols-2.row-cols-md-4.g-3 .col:hover {
    transform: translateY(-2px);
    border-color: rgba(232, 119, 0, 0.28);
    box-shadow: 0 6px 18px rgba(0, 40, 100, 0.06);
  }
}

.product-bundles-lp > section:nth-child(3) .text-center .h1,
.product-bundles-lp > section:nth-child(5) .h1.text-center {
  position: relative;
  padding-bottom: 0.15rem;
}

.product-bundles-lp > section:nth-child(3) .text-center .h1::after,
.product-bundles-lp > section:nth-child(5) .h1.text-center::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9f43, var(--cd-primary));
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .h1::after,
.product-bundles-lp > section:nth-child(5).cd-reveal--visible .h1.text-center::after {
  animation: cd-lp-line-expand 0.85s var(--cd-lp-ease-spring) 0.35s forwards;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .lead,
.product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .h1 {
  animation: cd-lp-rise-subtle 0.68s var(--cd-lp-ease-out) backwards;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .h1 {
  animation-delay: 0.06s;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .lead {
  animation-delay: 0.16s;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .row.g-4 > div:nth-child(1) .card {
  animation: cd-lp-rise 0.68s var(--cd-lp-ease-out) 0.12s backwards;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .row.g-4 > div:nth-child(2) .card {
  animation: cd-lp-rise 0.68s var(--cd-lp-ease-out) 0.22s backwards;
}

.product-bundles-lp > section:nth-child(3).cd-reveal--visible .row.g-4 > div:nth-child(3) .card {
  animation: cd-lp-rise 0.68s var(--cd-lp-ease-out) 0.32s backwards;
}

.product-bundles-lp > section:nth-child(2).cd-reveal--visible .trust-logos {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) 0.04s backwards;
}

.product-bundles-lp > section:nth-child(2).cd-reveal--visible .row.row-cols-2.row-cols-md-4.g-3 .col:nth-child(1) {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.1s backwards;
}

.product-bundles-lp > section:nth-child(2).cd-reveal--visible .row.row-cols-2.row-cols-md-4.g-3 .col:nth-child(2) {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.18s backwards;
}

.product-bundles-lp > section:nth-child(2).cd-reveal--visible .row.row-cols-2.row-cols-md-4.g-3 .col:nth-child(3) {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.26s backwards;
}

.product-bundles-lp > section:nth-child(2).cd-reveal--visible .row.row-cols-2.row-cols-md-4.g-3 .col:nth-child(4) {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.34s backwards;
}

.product-bundles-lp > section:nth-child(5).cd-reveal--visible .h1.text-center {
  animation: cd-lp-rise-subtle 0.65s var(--cd-lp-ease-out) 0.06s backwards;
}

.product-bundles-lp > section:nth-child(5).cd-reveal--visible .row.g-4 > div:nth-child(1) .border.rounded-4 {
  animation: cd-lp-rise 0.65s var(--cd-lp-ease-out) 0.14s backwards;
}

.product-bundles-lp > section:nth-child(5).cd-reveal--visible .row.g-4 > div:nth-child(2) .border.rounded-4 {
  animation: cd-lp-rise 0.65s var(--cd-lp-ease-out) 0.24s backwards;
}

.product-bundles-lp > section:nth-child(5).cd-reveal--visible .row.g-4 > div:nth-child(3) .border.rounded-4 {
  animation: cd-lp-rise 0.65s var(--cd-lp-ease-out) 0.34s backwards;
}

.product-bundles-lp > section:nth-child(5).cd-reveal--visible .row.g-4 > div:nth-child(4) .border.rounded-4 {
  animation: cd-lp-rise 0.65s var(--cd-lp-ease-out) 0.44s backwards;
}

.product-bundles-lp > section:nth-child(5).cd-reveal--visible .border.rounded-4.p-4 > i.bi {
  transition: transform 0.45s var(--cd-lp-ease-spring);
}

@media (hover: hover) {
  .product-bundles-lp > section:nth-child(5) .border.rounded-4.p-4:hover > i.bi {
    transform: scale(1.08) rotate(-3deg);
  }
}

.product-bundles-lp > section:nth-child(6).cd-reveal--visible .accordion-item:nth-child(1) {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) 0.08s backwards;
}

.product-bundles-lp > section:nth-child(6).cd-reveal--visible .accordion-item:nth-child(2) {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) 0.16s backwards;
}

.product-bundles-lp > section:nth-child(6).cd-reveal--visible .accordion-item:nth-child(3) {
  animation: cd-lp-rise-subtle 0.52s var(--cd-lp-ease-out) 0.24s backwards;
}

.product-bundles-lp > section:nth-child(6).cd-reveal--visible h2.h1 {
  animation: cd-lp-rise-subtle 0.6s var(--cd-lp-ease-out) 0.02s backwards;
}

.product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band h2 {
  animation: cd-lp-rise-subtle 0.58s var(--cd-lp-ease-out) 0.1s backwards;
}

.product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band > p:not(.small) {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) 0.18s backwards;
}

.product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band .d-flex {
  animation: cd-lp-rise-subtle 0.55s var(--cd-lp-ease-out) 0.26s backwards;
}

.product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band > p.small {
  animation: cd-lp-rise-subtle 0.5s var(--cd-lp-ease-out) 0.34s backwards;
}

.product-bundles-lp > section:nth-child(5) .border.rounded-4.p-4 {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 4px 18px rgba(0, 40, 100, 0.05);
}

.product-bundles-lp > section:nth-child(5) .border.rounded-4.p-4 > i.bi {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-size: 1.35rem !important;
  background: rgba(255, 159, 67, 0.12);
  color: var(--pb-accent) !important;
}

.product-bundles-lp .accordion-item {
  box-shadow: 0 2px 14px rgba(0, 40, 100, 0.05);
}

.product-bundles-lp .accordion-button {
  font-weight: 500;
  transition: background-color 0.3s var(--cd-lp-ease-out), color 0.25s ease;
}

.product-bundles-lp .accordion-button:not(.collapsed) {
  background: rgba(255, 159, 67, 0.08);
  color: var(--cd-ink);
  box-shadow: none;
}

.product-bundles-lp > section:nth-child(3) .card {
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 40, 100, 0.055) !important;
}

.product-bundles-lp > section:nth-child(3) .card::before {
  content: "";
  display: block;
  height: 3px;
  margin: -1px -1px 0 -1px;
  background: linear-gradient(90deg, #ff9f43, var(--cd-primary));
  opacity: 0.9;
}

@media (max-width: 767.98px) {
  .product-bundles-lp .display-4 {
    font-size: 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-bundles-lp > section.border-bottom.bg-white .row.row-cols-2.row-cols-md-4.g-3 .col:hover,
  .product-bundles-lp .mini-stat > div:hover {
    transform: none;
  }

  .product-bundles-lp section.hero-gradient .floating-card::after {
    display: none !important;
  }

  .product-bundles-lp section.hero-gradient.cd-reveal--visible .hero-badge,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .display-heading,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .lead-tight,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .col-lg-6:first-child .d-flex.flex-column.flex-sm-row,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .mini-stat > div,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card tbody tr,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .floating-card .alert,
  .product-bundles-lp section.hero-gradient.cd-reveal--visible .row > .col-lg-6:last-child,
  .product-bundles-lp > section:nth-child(2).cd-reveal--visible .trust-logos,
  .product-bundles-lp > section:nth-child(2).cd-reveal--visible .row.row-cols-2.row-cols-md-4.g-3 .col,
  .product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .h1,
  .product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .lead,
  .product-bundles-lp > section:nth-child(3).cd-reveal--visible .row.g-4 > div .card,
  .product-bundles-lp > section:nth-child(3).cd-reveal--visible .text-center .h1::after,
  .product-bundles-lp > section:nth-child(5).cd-reveal--visible .h1.text-center,
  .product-bundles-lp > section:nth-child(5).cd-reveal--visible .row.g-4 > div .border.rounded-4,
  .product-bundles-lp > section:nth-child(5).cd-reveal--visible .h1.text-center::after,
  .product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4::before,
  .product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-7 > .vstack.gap-4 > .d-flex,
  .product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 h2,
  .product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 > p,
  .product-bundles-lp section.section-alt.cd-reveal--visible .col-lg-5 > a.btn,
  .product-bundles-lp > section:nth-child(6).cd-reveal--visible .accordion-item,
  .product-bundles-lp > section:nth-child(6).cd-reveal--visible h2.h1,
  .product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band h2,
  .product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band > p,
  .product-bundles-lp > section:nth-child(7).cd-reveal--visible .cta-band .d-flex {
    animation: none !important;
  }

  .product-bundles-lp > section:nth-child(3) .text-center .h1::after,
  .product-bundles-lp > section:nth-child(5) .h1.text-center::after {
    transform: scaleX(1);
    opacity: 1;
  }

  .product-bundles-lp section.section-alt .col-lg-7 > .vstack.gap-4::before {
    transform: scaleY(1);
    opacity: 1;
  }

  .product-bundles-lp > section:nth-child(5) .border.rounded-4.p-4:hover > i.bi {
    transform: none;
  }
}
