/* Landing page sections */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #070b12;
}

img,
svg,
canvas {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

.trust-strip,
.trust-strip__inner,
.trust-strip__viewport,
.demystify__carousel,
.attorney-slider__viewport,
.reviews-carousel__viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lead-section {
  position: relative;
  min-height: calc(100vh - var(--header-offset));
  display: grid;
  place-items: center;
  padding-top: calc(var(--header-offset) + env(safe-area-inset-top, 0px));
  padding-bottom: clamp(140px, 15vw, 260px);
  isolation: isolate;
}

@supports (height: 100dvh) {
  .lead-section {
    min-height: calc(100dvh - var(--header-offset));
  }
}

.lead-section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: #0b1324 image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-483482347.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-483482347.jpg') type('image/jpeg')) center/cover no-repeat;
}

.lead-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
}

.lead-section__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  filter: brightness(1.15);
}

.lead-section__content.container {
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-block: clamp(40px, 6vw, 96px);
  text-align: center;
  position: relative;
  z-index: 2;
}

.lead-section__title {
  max-width: clamp(320px, 72vw, 960px);
  margin: 0 auto;
}

@media (max-width: 480px) {
  .lead-section__title {
    font-size: clamp(22px, 6.8vw, 32px);
    line-height: 1.12;
  }
}

@media (max-width: 640px) {
  .lead-section {
    overflow-x: hidden;
  }

  .lead-section__content.container {
    padding-block: clamp(24px, 5.5vw, 56px);
    padding-left: var(--container);
    padding-right: var(--container);
  }

  .lead-section__subtitle,
  .lead-section__cta-lead {
    margin: 4px 0;
  }

  .lead-section__subtitle {
    font-size: 11.25px;
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .lead-section__cta-lead {
    font-size: 12px;
  }

  .zip-help,
  .zip-security,
  .lead-section__footer {
    font-size: 10px;
  }
}

.lead-section__title[data-typing] {
  display: inline-block;
  text-align: center;
  white-space: normal;
  position: relative;
  padding-right: 0.25em;
}

.lead-section__title[data-typing]::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 4px;
  background: currentColor;
  animation: typingCaret 0.8s steps(1, end) infinite;
  vertical-align: baseline;
}

.lead-section__title.is-typing-complete::after {
  opacity: 0;
  animation: none;
}

.lead-section__subtitle,
.lead-section__cta-lead {
  font-weight: var(--body-weight);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.45;
  color: #eef2ff;
  margin: 6px 0;
}

.zip-help {
  display: block;
  font-weight: var(--body-weight);
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.55;
  color: #e8edff;
  margin-top: 1px;
  text-align: center;
}

.lead-section__footer {
  font-weight: var(--body-weight);
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.55;
  color: #e8edff;
  margin-top: calc(clamp(14px, 1.6vw, 24px) - 30px);
}

@keyframes typingCaret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

/* About hero (resources) */
.about-hero {
  position: relative;
  min-height: clamp(360px, 70vh, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 15, 24, 0.2), rgba(10, 15, 24, 0.65));
}

.about-hero__content {
  position: relative;
  text-align: center;
  display: grid;
  gap: 12px;
}

.about-hero__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  opacity: 0.85;
}

.about-hero__title {
  margin: 0;
  font-size: clamp(34px, 6vw, 62px);
  font-weight: 800;
}

.about-hero__subtitle {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 500;
  color: #f2f4ff;
}

.about-hero__copy {
  padding: clamp(20px, 4vw, 36px);
  display: grid;
  gap: 12px;
  text-align: center;
}

.about-hero__copy h2 {
  margin: 0;
  color: #ffffff;
}

.about-hero__body {
  margin: 0;
  color: #ffffff;
  line-height: 1.6;
}

.about-hero + .about-hero__copy {
  margin-top: clamp(16px, 3vw, 26px);
}

/* FAQ dedicated page */
.faq-hero {
  position: relative;
  color: #fff;
  padding: clamp(36px, 8vw, 78px) 0;
  overflow: hidden;
}

.faq-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 33, 0.48), rgba(10, 16, 33, 0.52)),
    radial-gradient(circle at 24% 12%, rgba(87, 122, 191, 0.12), transparent 48%),
    rgba(12, 16, 32, 0.5);
  pointer-events: none;
  z-index: 1;
}

.faq-hero--full {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.faq-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.faq-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1);
}

.faq-hero .btn-cream {
  display: inline-flex;
  justify-content: center;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.2;
  max-width: 18ch;
  white-space: normal;
  text-align: center;
  margin: 10px auto 0;
}

.faq-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: grid;
  gap: 10px;
}

.faq-hero__content p {
  margin: 0;
}

.three-panel-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(6, 10, 22, 0.96), rgba(4, 7, 16, 0.92));
  color: #e8edff;
}

.three-panel__row {
  flex: 1;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: none;
  padding: 0;
  box-sizing: border-box;
}

.three-panel__item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 30% 20%, rgba(92, 120, 186, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(10, 14, 28, 0.9), rgba(6, 9, 20, 0.92));
  transition: flex 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.45s ease;
  cursor: pointer;
  isolation: isolate;
}

.three-panel__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.three-panel__item.is-active,
.three-panel__item:hover,
.three-panel__item:focus-within {
  flex: 2.2;
  background: radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(12, 18, 36, 0.98), rgba(8, 12, 26, 0.95));
}

.three-panel__row .three-panel__item:nth-child(1) {
  border-left: none;
  border-top: 5px solid #7ec0ee;
  border-bottom: 5px solid #7ec0ee;
}

.three-panel__row .three-panel__item:nth-child(2) {
  border-left: none;
  border-top: 10px solid #7ec0ee;
  border-bottom: 10px solid #7ec0ee;
}

.three-panel__row .three-panel__item:nth-child(3) {
  border-left: none;
  border-top: 5px solid #7ec0ee;
  border-bottom: 5px solid #7ec0ee;
}

.three-panel__item.is-active::after,
.three-panel__item:hover::after,
.three-panel__item:focus-within::after {
  opacity: 1;
}

.three-panel__stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

.three-panel__stack .three-panel__item {
  flex: 1;
  transition: flex 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.three-panel__stack .three-panel__item.is-active,
.three-panel__stack .three-panel__item:hover,
.three-panel__stack .three-panel__item:focus-within {
  flex: 2.2;
}

.three-panel__stack .three-panel__item:not(.is-active):not(:hover):not(:focus-within) {
  flex: 0.8;
}

.three-panel__content {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 6vw, 46px);
  max-width: 720px;
  display: grid;
  gap: 10px;
}

.three-panel__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #9fb5ff;
}

.three-panel__title {
  margin: 0;
  font-size: clamp(26px, 4vw, 42px);
  color: #fff;
}

.three-panel__text {
  margin: 0;
  color: #dbe6ff;
  line-height: 1.6;
  max-width: 62ch;
}

.three-panel-section .prefers-reduced-motion .three-panel__item,
.three-panel-section.prefers-reduced-motion .three-panel__item {
  transition: none;
}

@media (max-width: 960px) {
  .three-panel__row {
    min-height: 100vh;
  }
  .three-panel__content {
    padding: clamp(18px, 7vw, 32px);
  }
  .three-panel__item.is-active,
  .three-panel__item:hover,
  .three-panel__item:focus-within {
    flex: 1.6;
  }
}

@media (max-width: 720px) {
  .three-panel__row {
    flex-direction: column;
    min-height: auto;
  }
  .three-panel__item {
    flex: 1;
  }
  .three-panel__item.is-active,
  .three-panel__item:hover,
  .three-panel__item:focus-within {
    flex: 1.2;
  }
}

/* Three-panel overrides for DFW Chapter 7 page */
.three-panel__eyebrow {
  display: none;
}

.three-panel__title,
.three-panel__text {
  color: #ffffff;
}

.three-panel__stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.three-panel__stack .three-panel__item {
  flex: 1;
  transition: flex 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.three-panel__stack .three-panel__item.is-active,
.three-panel__stack .three-panel__item:hover,
.three-panel__stack .three-panel__item:focus-within {
  flex: 2.2;
}

.three-panel__stack .three-panel__item:not(.is-active):not(:hover):not(:focus-within) {
  flex: 0.8;
}

.three-panel--guidance {
  background:
    linear-gradient(180deg, rgba(3, 5, 12, 0.85), rgba(2, 4, 10, 0.9)),
    radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.08), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.three-panel--guidance.is-active,
.three-panel--guidance:hover,
.three-panel--guidance:focus-within {
  background:
    linear-gradient(180deg, rgba(2, 4, 10, 0.9), rgba(1, 3, 8, 0.94)),
    radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.1), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.three-panel--prep {
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0.86), rgba(3, 6, 14, 0.9)),
    radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.08), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.three-panel--prep.is-active,
.three-panel--prep:hover,
.three-panel--prep:focus-within {
  background:
    linear-gradient(180deg, rgba(4, 7, 16, 0.92), rgba(2, 4, 10, 0.95)),
    radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.1), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.three-panel--portal {
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0.82), rgba(4, 7, 16, 0.88)),
    radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.08), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.three-panel--portal.is-active,
.three-panel--portal:hover,
.three-panel--portal:focus-within {
  background:
    linear-gradient(180deg, rgba(4, 7, 16, 0.9), rgba(3, 6, 14, 0.94)),
    radial-gradient(circle at 20% 30%, rgba(124, 155, 220, 0.1), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.typing-banner {
  position: relative;
  background:
    linear-gradient(180deg, rgba(4, 7, 14, 0.58), rgba(2, 4, 10, 0.62)),
    radial-gradient(circle at top, rgba(11, 17, 32, 0.75) 0, rgba(2, 6, 23, 0.7) 40%, rgba(0, 0, 0, 0.75) 100%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.jpg') type('image/jpeg')) center/cover no-repeat;
  color: #f8fafc;
  padding: clamp(60px, 10vw, 120px) clamp(18px, 6vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-blend-mode: overlay, normal, normal;
}

.typing-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.18), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(129, 140, 248, 0.22), transparent 52%);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.typing-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 3, 8, 0.65) 0%, transparent 22%, transparent 78%, rgba(1, 3, 8, 0.7) 100%);
  pointer-events: none;
  z-index: 0;
}

.typing-banner__inner {
  max-width: 1024px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.typing-banner__title {
  margin: 0;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.3;
}

#fresh-start-resolution {
  position: relative;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 6vw, 72px);
  background: linear-gradient(180deg, rgba(8, 12, 26, 0.96), rgba(5, 8, 18, 0.94));
  color: #f8fafc;
}

.fresh-start-resolution__heading {
  text-align: center;
  max-width: 960px;
  margin: 0 auto clamp(28px, 5vw, 42px);
  display: grid;
  gap: 12px;
}

.fresh-start-resolution__blurb {
  margin: 0 auto;
  max-width: 720px;
  color: #d6e2ff;
  line-height: 1.6;
}

.fresh-start-resolution__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
}

.fresh-start-resolution__copy {
  display: grid;
  gap: 14px;
  align-content: start;
  padding-left: 70px;
}

.fresh-start-resolution__kicker {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9fb5ff;
}

.fresh-start-resolution__bullets {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #d6e2ff;
  line-height: 1.55;
}

.fresh-start-resolution__bullets li::marker {
  color: #93c5fd;
}

.fresh-start-resolution__note {
  margin: 0;
  color: #d6e2ff;
  line-height: 1.55;
  font-size: 14px;
}

.fresh-start-resolution__copy .btn {
  justify-self: center;
}

.fresh-start-resolution__viz {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  box-shadow: none;
}

.fresh-start-resolution__donut {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 480px;
  margin: 0 auto;
}

.fresh-start-resolution__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.fsr-donut__track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 20;
}

.fsr-donut__segment {
  fill: none;
  stroke-width: 20;
  stroke-linecap: round;
  transition:
    stroke-dasharray 0.45s ease,
    stroke-dashoffset 0.45s ease,
    stroke-width 0.25s ease,
    filter 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.fsr-donut__segment--filed {
  stroke: #7dd3fc;
}

.fsr-donut__segment--qualify {
  stroke: #a5b4fc;
  opacity: 0.8;
}

.fsr-donut__segment--remainder {
  stroke: #38bdf8;
  opacity: 0.35;
}

.fsr-donut__segment.is-highlighted {
  stroke-width: 26;
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(126, 192, 238, 0.45));
  transform: scale(1.03);
}

.fsr-mini-stat {
  margin: 8px 0 0 0;
  font-size: 13px;
  color: #d6e2ff;
  text-align: center;
}

.fsr-segment-tooltip {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -140%);
  background: rgba(3, 6, 14, 0.92);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  min-width: 220px;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 3;
}

.fsr-segment-tooltip.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -150%);
}

.fresh-start-resolution__donut-center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  gap: 2px;
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  aspect-ratio: auto;
  box-shadow: none;
  text-align: center;
}

.fsr-center__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cbd7ff;
}

.fsr-center__value {
  font-size: 20px;
  font-weight: 700;
}

.fresh-start-resolution__nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fresh-start-node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(147, 197, 253, 0.35);
  box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.15);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
}

.fresh-start-node:focus-visible {
  outline: 2px solid #c4d4ff;
  outline-offset: 2px;
}

.fresh-start-node__tooltip {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  background: rgba(3, 6, 14, 0.95);
  color: #f8fafc;
  padding: 8px 10px;
  border-radius: 10px;
  width: min(240px, 52vw);
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 4;
}

.fresh-start-node.is-active .fresh-start-node__tooltip,
.fresh-start-node:hover .fresh-start-node__tooltip,
.fresh-start-node:focus-visible .fresh-start-node__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -110%);
}

.fresh-start-resolution__source {
  margin: 2px 0 0 0;
  font-size: 12px;
  color: #9fb1db;
}

/* Keep nodes hidden per prior request while showing chart */
.fresh-start-resolution__nodes,
.fresh-start-node {
  display: none;
}

.fresh-start-resolution__circles {
  margin-top: clamp(32px, 6vw, 48px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(16px, 3vw, 24px);
}

.fresh-start-circle {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(8, 12, 22, 0.7), rgba(4, 7, 14, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(16px, 3vw, 24px);
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fresh-start-resolution__circles--flip .fresh-start-circle {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
  cursor: pointer;
  perspective: 1200px;
}

.fresh-start-resolution__circles--flip .fresh-start-circle__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fresh-start-resolution__circles--flip .fresh-start-circle__face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: clamp(16px, 3vw, 24px);
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: center;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.68), rgba(3, 6, 14, 0.72)),
    var(--fsr-bg) center/cover no-repeat;
}

.fresh-start-resolution__circles--flip .fresh-start-circle__face--back {
  transform: rotateY(180deg);
  background:
    linear-gradient(180deg, rgba(4, 7, 14, 0.92), rgba(3, 6, 12, 0.96)),
    var(--fsr-bg) center/cover no-repeat;
}

.fresh-start-resolution__circles--flip .fresh-start-circle:hover .fresh-start-circle__inner,
.fresh-start-resolution__circles--flip .fresh-start-circle:focus-visible .fresh-start-circle__inner {
  transform: none;
}

.fresh-start-resolution__circles--flip .fresh-start-circle.is-flipped .fresh-start-circle__inner {
  transform: rotateY(180deg);
}

.fresh-start-circle__hint {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.fresh-start-circle__text--small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

#fresh-start-resolution.prefers-reduced-motion .fresh-start-circle__inner {
  transition: none;
}

.fresh-start-circle__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #7ec0ee;
  color: #0a0f1a;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 19px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateX(-20px);
}

/* Map embed for local coverage card */
.fact-card__map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fact-card__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.95) brightness(0.98);
}

.fresh-start-circle__title {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 22px);
  color: #ffffff;
}

.fresh-start-circle__text {
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
  font-size: 14px;
}

.fresh-start-circle:hover,
.fresh-start-circle:focus-visible {
  transform: scale(1.06);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Individual circle backgrounds with dark overlay for contrast */
.fresh-start-resolution__circles .fresh-start-circle:nth-child(1) {
  --fsr-bg: image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.jpg') type('image/jpeg'));
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.62), rgba(3, 6, 14, 0.66)),
    var(--fsr-bg) center/cover no-repeat;
}

.fresh-start-resolution__circles .fresh-start-circle:nth-child(2) {
  --fsr-bg: image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.jpg') type('image/jpeg'));
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.62), rgba(3, 6, 14, 0.66)),
    var(--fsr-bg) center/cover no-repeat;
}

.fresh-start-resolution__circles .fresh-start-circle:nth-child(3) {
  --fsr-bg: image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.jpg') type('image/jpeg'));
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.62), rgba(3, 6, 14, 0.66)),
    var(--fsr-bg) center/cover no-repeat;
}

.fresh-start-resolution__circles .fresh-start-circle:nth-child(4) {
  --fsr-bg: image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1160135279.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1160135279.jpg') type('image/jpeg'));
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.62), rgba(3, 6, 14, 0.66)),
    var(--fsr-bg) center/cover no-repeat;
}

@media (max-width: 960px) {
  .fresh-start-resolution__grid {
    grid-template-columns: 1fr;
  }
  .fresh-start-resolution__copy .btn {
    justify-self: stretch;
    text-align: center;
  }
  .fresh-start-resolution__donut {
    max-width: 420px;
  }
  .fresh-start-resolution__circles {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}

@media (max-width: 720px) {
  .fresh-start-resolution__circles {
    grid-template-columns: 1fr;
  }
  .fresh-start-node__tooltip {
    width: 70vw;
  }
  .fsr-center__label {
    font-size: 9.6px;
  }
  .fsr-center__value {
    font-size: 16px;
  }
  .fsr-mini-stat,
  .fsr-segment-tooltip,
  .fresh-start-node__tooltip {
    font-size: 10.4px;
  }
  .fresh-start-resolution__source {
    font-size: 9.6px;
  }
}

.faq-section {
  background: linear-gradient(180deg, rgba(8, 13, 26, 0.96), rgba(10, 16, 33, 0.9));
  color: #e8edff;
  padding: clamp(28px, 6vw, 64px) 0;
}

/* Chapter 7 features chain (Dallas) */
#ch7-features ~ .section-heading__subtext {
  margin-bottom: 20px;
}

.step-chain {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

.step-chain::before {
  content: none;
}

.step-card.step-card--chain {
  position: relative;
  width: min(364px, 90vw);
  aspect-ratio: 1 / 1;
  padding: 30px 24px 24px 24px;
  background: linear-gradient(180deg, rgba(9, 14, 28, 0.94), rgba(7, 11, 22, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  color: #ffffff;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-content: start;
  align-items: start;
  gap: 16px;
  z-index: 1;
  align-self: center;
}

.step-card__main {
  display: grid;
  gap: 10px;
}

.step-card__extra {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  color: #e8edff;
  min-height: 100px;
  display: grid;
  align-content: start;
  gap: 6px;
}

.step-card__extra-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #e8edff;
}

.step-card__extra-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.step-card__extra-subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #cde0ff;
}

.step-card--chain .step-card__title {
  color: #ffffff;
}

.step-card--chain .step-card__text {
  color: #dbe6ff;
}

.step-card__cta {
  align-self: center;
  padding: 6px 8px;
  max-width: calc(100% - 50px);
  white-space: nowrap;
}

.step-card__node {
  display: none;
}

.container--ch7-design {
  position: relative;
}

.hero-design-8 {
  position: absolute;
  top: 400px;
  left: calc(50% + 425px);
  transform: translateX(-50%) scaleX(0.9);
  display: block;
  margin: 0;
  width: min(180px, 47vw);
  opacity: 1;
  pointer-events: none;
  z-index: 5;
}

.hero-design-8--center {
  top: 50%;
  top: 1100px;
  left: calc(50% - 425px);
  transform: translate(-50%, -50%) scaleX(-0.9);
}

.step-chain .step-card:nth-child(1) {
  border-top: none;
  border-bottom: none;
  align-self: flex-start;
  width: calc(min(364px, 90vw) + 500px);
  min-height: calc(min(364px, 90vw) + 50px);
  aspect-ratio: auto;
}

.step-chain .step-card:nth-child(2) {
  border-top: none;
  border-bottom: none;
  align-self: flex-end;
  width: calc(min(364px, 90vw) + 500px);
  min-height: calc(min(364px, 90vw) + 50px);
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, rgba(4, 7, 14, 0.58), rgba(2, 4, 10, 0.62)),
    radial-gradient(circle at top, rgba(11, 17, 32, 0.75) 0, rgba(2, 6, 23, 0.7) 40%, rgba(0, 0, 0, 0.75) 100%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: overlay, normal, normal;
}

.step-chain .step-card:nth-child(3) {
  border-top: none;
  border-bottom: none;
  align-self: flex-start;
  width: calc(min(364px, 90vw) + 500px);
  min-height: calc(min(364px, 90vw) + 50px);
  aspect-ratio: auto;
}

@media (max-width: 720px) {
  .step-chain::before {
    left: 50%;
    transform: translateX(-2px);
  }
  .step-card.step-card--chain {
    padding-left: 24px;
    padding-right: 24px;
    align-self: center !important;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    grid-template-columns: 1fr;
  }
  .step-card__node {
    left: 8px;
  }
  .step-chain .step-card:nth-child(1),
  .step-chain .step-card:nth-child(2),
  .step-chain .step-card:nth-child(3) {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }
}

.faq-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
}

.faq-hero-block {
  display: grid;
  gap: 12px;
  position: sticky;
  top: calc(var(--header-offset) + 12px);
}

.faq-lead {
  margin: 0;
  color: #cbd7ff;
  line-height: 1.55;
}

.faq-chat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  background: linear-gradient(180deg, rgba(17, 26, 46, 0.92), rgba(12, 18, 36, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.faq-chat-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(88, 120, 192, 0.85), rgba(48, 74, 132, 0.9));
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 20px;
  color: #f7f9ff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.faq-chat-kicker {
  margin: 0;
  color: #9fb1db;
  font-size: 14px;
}

.faq-chat-text {
  margin: 2px 0 10px 0;
  color: #e8edff;
}

.faq-content {
  display: grid;
  gap: 16px;
}

.faq-search input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e8edff;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.faq-search input::placeholder {
  color: rgba(232, 237, 255, 0.7);
}

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-accordion details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(18, 27, 48, 0.95), rgba(10, 16, 32, 0.95));
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.faq-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
  list-style: none;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: "⌄";
  font-size: 16px;
  transition: transform 0.2s ease;
  color: #cbd7ff;
}

.faq-accordion details[open] summary::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 16px 14px 16px;
  color: #cdd8f5;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.intake-status {
  font-weight: 600;
}

.intake-status.is-error {
  color: #fecaca;
}

.intake-submit {
  background: linear-gradient(140deg, #22c55e, #16a34a 60%, #10b981);
  color: #ffffff;
  font-weight: 800;
  border: 1px solid rgba(34, 197, 94, 0.35);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.intake-submit:hover,
.intake-submit:focus-visible {
  filter: brightness(1.06);
  box-shadow: 0 16px 32px rgba(22, 163, 74, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: none;
}

.intake-submit:active {
  filter: brightness(0.98);
  transform: none;
}

.faq-cite {
  display: inline-block;
  margin-left: 6px;
  color: #93c5fd;
  font-size: 12px;
  letter-spacing: 0.02em;
}

@media (max-width: 720px) {
  .faq-hero-block {
    position: static;
  }

  .faq-section[aria-labelledby="intake-title"] .faq-hero-block {
    text-align: center;
    justify-items: center;
  }

  .faq-section[aria-labelledby="intake-title"] .faq-hero-block ul {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
  }
}

.zip-form {
  --zip-btn-width: clamp(180px, 30vw, 220px);
  --zip-height: 72px;
  --zip-connector: 76px;
  --zip-gap: 14px;
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--zip-gap);
  width: min(100%, 600px);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid var(--cta);
  border-radius: 9999px;
  padding: 10px;
  background: rgba(255,255,255,0.06);
  overflow: visible;
}

.zip-form__input {
  flex: 1;
  height: var(--zip-height);
  padding: 0 18px;
  font: inherit;
  font-size: clamp(18px, 1.8vw, 28px);
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 9999px;
  text-align: center;
}

.zip-form__input::placeholder {
  color: #6b7280;
  opacity: 1;
  text-align: center;
}

.zip-form__btn {
  height: var(--zip-height);
  min-width: var(--zip-btn-width);
  padding: 0 22px;
  border: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 800;
  font-size: clamp(16px, 1.6vw, 24px);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #fff;
  background: linear-gradient(120deg, #ffb52e, #ff9900 40%, #ff7a00, #ff5c00);
  background-size: 200% 100%;
  animation: none;
  box-shadow: 0 10px 22px rgba(230,134,0,.45);
}

.zip-form__connector {
  position: absolute;
  top: 50%;
  right: calc(var(--zip-btn-width) - 13px);
  width: var(--zip-connector);
  height: var(--zip-connector);
  border-radius: 50%;
  background: linear-gradient(120deg, #ffb52e, #ff9900 40%, #ff7a00, #ff5c00);
  background-size: 200% 100%;
  animation: none;
  box-shadow: 0 10px 22px rgba(230,134,0,.45);
  transform: translateY(-50%);
  z-index: 2;
  text-indent: -9999px;
}

.zip-form__btn:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
}

.zip-form__btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(230,134,0,.35);
}

.newsletter-chat {
  position: absolute;
  right: clamp(16px, 4vw, 60px);
  bottom: calc(clamp(24px, 6vw, 90px) + 60px);
  width: min(90vw, 320px);
  font-size: 0.95rem;
  color: #0f172a;
  z-index: 5;
  font-family: inherit;
}

.newsletter-chat__toggle {
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 12px 18px;
  background: rgba(0,0,0,0.72);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: .3px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 12px 26px rgba(0,0,0,0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .2s ease, transform .12s ease, box-shadow .2s ease;
}

.newsletter-chat__toggle:hover,
.newsletter-chat__toggle:focus-visible {
  background: rgba(0,0,0,0.86);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 16px 30px rgba(0,0,0,0.5);
  outline: none;
}

.newsletter-chat__panel {
  margin-top: 10px;
  padding: 0 18px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(12,20,40,0.92), rgba(7,12,24,0.9));
  color: #e5edff;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 45px rgba(5,10,20,0.6), inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.35s ease;
}

.newsletter-chat.is-open .newsletter-chat__panel {
  padding: 18px;
  max-height: 380px;
  opacity: 1;
  transform: translateY(0);
}

.newsletter-chat__intro {
  margin: 0 0 12px 0;
  font-size: 0.92rem;
  color: #d7def5;
}

.newsletter-chat__form {
  display: grid;
  gap: 10px;
}

.newsletter-chat__input {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  color: #e5edff;
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.newsletter-chat__input::placeholder {
  color: rgba(229,237,255,0.65);
}

.newsletter-chat__input:focus-visible {
  outline: none;
  border-color: rgba(90,150,255,0.5);
  box-shadow: 0 0 0 2px rgba(90,150,255,0.2);
}

.newsletter-chat__submit {
  width: 100%;
  background: linear-gradient(145deg, rgba(24,26,32,0.92), rgba(12,14,22,0.9));
  color: #e7ecff;
  border: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 14px 30px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .12s ease, box-shadow .2s ease, filter .16s ease;
  outline: none;
}

.newsletter-chat__submit:hover,
.newsletter-chat__submit:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 16px 34px rgba(0,0,0,0.6);
  outline: none;
}

.newsletter-chat__legal {
  margin: 4px 0 0 0;
  font-size: 0.75rem;
  color: #a4b1c8;
}

.newsletter-chat__success {
  margin: 12px 0 0 0;
  font-size: 0.85rem;
  color: var(--success);
  font-weight: 600;
}

.newsletter-chat__success.is-error {
  color: #f87171;
}

.zip-security {
  font-size: clamp(12px, 1vw, 14px);
  color: #b7f5c3;
  font-weight: 700;
  margin-top: clamp(12px, 1vw, 16px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
}

/* Ask a question (community) */
.ask-section {
  padding: clamp(28px, 6vw, 68px) 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 28, 0.96), rgba(7, 11, 22, 0.9)),
    radial-gradient(circle at 15% 12%, rgba(147, 197, 253, 0.16), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(96, 136, 204, 0.14), transparent 36%),
    #0c1326;
  color: #e8edff;
}

.ask-hero {
  background: linear-gradient(140deg, rgba(24, 38, 70, 0.8), rgba(14, 24, 44, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 18px 0 0;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ask-hero__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: clamp(18px, 4vw, 26px);
}

.ask-hero__mark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 800;
  color: #0b1326;
  background: #93c5fd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 12px 24px rgba(0, 0, 0, 0.35);
}

.ask-hero__sub {
  margin: 6px 0 0 0;
  color: #cbd7ff;
}

.ask-card {
  background: linear-gradient(180deg, rgba(12, 18, 36, 0.82), rgba(9, 14, 28, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: clamp(18px, 5vw, 30px);
  margin-top: -1px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ask-form {
  display: grid;
  gap: 16px;
}

.ask-field {
  display: grid;
  gap: 8px;
}

.ask-field label {
  font-weight: 700;
  color: #e8edff;
}

.ask-split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.ask-field input,
.ask-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #e8edff;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.ask-field input::placeholder,
.ask-field textarea::placeholder {
  color: rgba(232, 237, 255, 0.7);
}

.ask-field textarea {
  resize: vertical;
  min-height: 140px;
}

.ask-actions {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.ask-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.ask-tab {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #e8edff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ask-tab.is-active {
  background: #93c5fd;
  color: #0b1326;
  border-color: #93c5fd;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.ask-tab:focus-visible {
  outline: 2px solid rgba(147, 197, 253, 0.7);
  outline-offset: 2px;
}

.ask-status {
  margin: 6px 0 0 0;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  background: rgba(147, 197, 253, 0.12);
  color: #cbd7ff;
}

.ask-status.is-error {
  background: rgba(248, 113, 113, 0.18);
  color: #fecaca;
}

.ask-status.is-success {
  background: rgba(74, 222, 128, 0.18);
  color: #bbf7d0;
}

.ask-submit {
  background: linear-gradient(145deg, #93c5fd, #6fb0ff);
  color: #0b1326;
  font-weight: 800;
  text-transform: uppercase;
  min-width: 160px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ask-submit:hover,
.ask-submit:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.ask-submit:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .zip-form {
    --zip-height: 40px;
    --zip-btn-width: 100%;
    --zip-gap: 4px;
    flex-direction: column;
    border-radius: 16px;
    padding: 6px;
    width: 100%;
    max-width: 320px;
    border-width: 2px;
    margin-top: 18px;
  }

  .zip-form__input {
    width: 100%;
    font-size: 13px;
    padding: 0 12px;
  }

  .zip-form__btn {
    width: 100%;
    margin-top: 4px;
    font-size: 12px;
    padding: 0 12px;
  }

  .zip-form__connector {
    display: none;
  }
}

.trust-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: clamp(16px, 3vw, 28px) 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  overflow: hidden;
  z-index: 2;
}

.trust-strip__inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding-inline: clamp(32px, 6vw, 80px);
}

.trust-strip__inner::before,
.trust-strip__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  pointer-events: none;
  z-index: 2;
  background: transparent;
}

.trust-strip__inner::before {
  left: 0;
}

.trust-strip__inner::after {
  right: 0;
}

.trust-strip__track {
  display: flex;
  gap: 0;
  animation: trust-strip-marquee 30s linear infinite;
  overflow: visible;
  contain: none;
  will-change: transform;
}

.trust-strip__group {
  flex: none;
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
}

.trust-strip__logo {
  height: clamp(36px, 5vw, 70px);
  width: auto;
  display: block;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 1;
}

.chapter-grid {
  padding: clamp(40px, 8vw, 90px) clamp(20px, 5vw, 70px);
  background: #050b18;
  position: relative;
  overflow: hidden;
}

.chapter-grid__corner {
  position: absolute;
  top: -10%;
  left: -70.24%;
  width: calc(80vw + 188px);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: left top;
  transform: scale(.8) rotate(-2deg);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  filter: brightness(1.25) saturate(1) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.35));
}

.chapter-grid__corner--right {
  position: absolute;
  top: -10%;
  left: auto;
  right: calc(-73%);
  width: calc(80vw + 188px);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: right top;
  transform: scale(-0.8, 0.8) rotate(2deg);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  filter: brightness(1.25) saturate(1) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.35));
}

.chapter-grid__border {
  position: absolute;
  top: -32%;
  left: 40%;
  transform: translateX(calc(-50% - 25px)) scale(1.1) rotate(-1deg);
  width: calc(162vw + 1425px);
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  filter: brightness(1.25) saturate(1) drop-shadow(0 16px 32px rgba(0, 0, 0, 0.35));
}

.chapter-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: clamp(24px, 5vw, 48px);
  justify-items: stretch;
  position: relative;
  z-index: 2;
}

.chapter-grid .container {
  max-width: min(1300px, 94vw);
}

.chapter-grid__intro {
  grid-column: 1 / -1;
  text-align: center;
}
.chapter-card {
  padding: clamp(18px, 3vw, 32px);
  color: var(--paper);
  position: relative;
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
  text-align: center;
  width: 100%;
}

.chapter-card--left {
  transform: translateX(-80px);
}

.chapter-card--right {
  transform: translateX(80px);
}

.chapter-card p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.6;
  color: #f1f5ff;
}

.chapter-grid.reveal.is-visible .chapter-card {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 960px) {
  .chapter-grid__corner {
    top: -22%;
    left: -18%;
    width: calc(80vw + 134px);
    transform: scale(0.72) rotate(-2deg);
    opacity: 1;
  }

  .chapter-grid__corner--right {
    top: -22%;
    left: auto;
    right: -18%;
    width: calc(80vw + 134px);
    transform: scale(-0.72, 0.72) rotate(2deg);
    opacity: 1;
  }

  .chapter-grid__border {
    top: -18%;
    transform: translateX(calc(-50% - 25px)) scale(1.2) rotate(-1deg);
    width: calc(90vw + 250px);
    height: auto;
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .chapter-grid {
    padding-left: var(--container);
    padding-right: var(--container);
  }

  .chapter-grid .container {
    max-width: 100%;
  }

  .chapter-grid__inner {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 28px);
  }
}

.chapter-card--hero {
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: clamp(260px, 32vw, 420px);
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.45s ease, opacity 0.6s ease;
  border: none;
  box-shadow: none;
}

.chapter-card--hero:hover {
  transform: translateY(-6px) scale(1.01);
}

.chapter-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,10,24,0.35) 0%, rgba(3,9,22,0.92) 75%);
  transition: opacity 0.4s ease;
}

.chapter-card--hero:hover .chapter-card__overlay {
  opacity: 0.8;
}

.chapter-card__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(18px, 3.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 18px);
}

.chapter-card--right .chapter-card__body {
  transform: translateY(-6px);
}

.chapter-card__cta {
  align-self: flex-start;
  border: 1px solid rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.08);
  color: #f8fafc;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.95rem;
  font-family: var(--body-font, inherit);
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.chapter-card--hero:hover .chapter-card__cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.chapter-card__cta:hover,
.chapter-card__cta:focus-visible {
  background: rgba(255,255,255,0.2);
  color: #ffffff;
  text-decoration: none;
}

.chapter-card--bg-seven {
  background-image: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1413761479.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1413761479.jpg') type('image/jpeg'));
}

.chapter-card--bg-thirteen {
  background-image: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172732356.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172732356.jpg') type('image/jpeg'));
}

.section-heading-block {
  background: #040916;
  padding: clamp(26px, 4.5vw, 56px) clamp(20px, 5vw, 70px) 0;
  text-align: center;
}

.section-heading-block__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.section-heading-block--bankruptcy {
  position: relative;
  overflow: hidden;
  background: #040916;
}

.section-heading-block--bankruptcy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2155990083.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.25);
  opacity: 0.65;
  z-index: 0;
}

.section-heading-block--bankruptcy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(7,22,44,0.3), rgba(4,9,22,0.9));
  z-index: 0;
}

.section-heading-block--bankruptcy .section-heading-block__inner {
  position: relative;
  z-index: 1;
}

.section-heading__eyebrow {
  display: inline-block;
}

.section-heading {
  margin: 0 auto;
  color: #f1f5ff;
  max-width: 780px;
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 1.2;
}

.section-heading__subtext {
  margin: clamp(10px, 1.5vw, 18px) auto 0;
  color: #dbeafe;
  line-height: 1.6;
  max-width: 780px;
  font-size: 18px;
}

.bankruptcy-graphs__subtext {
  margin-top: 28px;
}

.typing-cta {
  position: relative;
  overflow: hidden;
  color: #e5edff;
  background: transparent;
  padding: clamp(48px, 8vw, 96px) clamp(16px, 6vw, 48px);
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing-cta__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.typing-cta__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.typing-cta .eyebrow {
  color: #93c5fd;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
}

.typing-cta h2 {
  margin: 0;
}

.typing-cta__subtext {
  margin: 0;
  color: #cbd5f5;
  font-size: 15px;
}

.typing-cta__btn {
  margin-top: 6px;
}

.typing-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  display: none;
}

.typing-cta__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}

.typing-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  background: none;
}

.chapter-grid .section-heading.heading-lg {
  color: #f1f5ff;
}

.chapter-grid .section-heading__subtext {
  color: #f8f9ff;
}

[data-heading-animate] .section-heading__eyebrow,
[data-heading-animate] .section-heading,
[data-heading-animate] .section-heading__subtext {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-heading-animate] .section-heading__subtext {
  transition-delay: 0.12s;
}

[data-heading-animate] .section-heading {
  transition-delay: 0.05s;
}

[data-heading-animate].is-visible .section-heading__eyebrow,
[data-heading-animate].is-visible .section-heading,
[data-heading-animate].is-visible .section-heading__subtext {
  opacity: 1;
  transform: translateY(0);
}

.section-heading-block--process {
  padding-top: clamp(14px, 3.2vw, 28px);
  padding-bottom: clamp(22px, 3.4vw, 36px);
  position: relative;
  overflow: hidden;
}

.section-heading-block--process::before,
.section-heading-block--process::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(28px, 4vw, 40px);
  background: linear-gradient(180deg, rgba(4,9,22,0), rgba(4,9,22,0.7));
  pointer-events: none;
}

.section-heading-block--process::before {
  top: 0;
  transform: scaleY(-1);
}

.section-heading-block--process::after {
  bottom: 0;
}

.process-circles {
  background: #040916;
  padding: clamp(30px, 5vw, 60px) clamp(16px, 5vw, 60px) clamp(50px, 7vw, 80px);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.process-circles.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.process-3d {
  padding: 5rem 1.5rem 6rem;
  background: #050b19;
  color: #f5f7ff;
  text-align: center;
}

.process-3d__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.process-3d__header h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.5rem;
}

.process-3d__sub {
  max-width: 640px;
  margin: 0.75rem auto 3rem;
  line-height: 1.6;
  opacity: 0.85;
}

.process-3d .eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 1;
  color: #93c5fd;
}

.process-3d__canvas-wrap {
  position: relative;
  margin: 0 auto;
  width: min(700px, 100%);
  height: min(320px, 70vw);
}

#process-3d-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.process-3d__label {
  position: absolute;
  z-index: 2;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: none;
  background: rgba(5, 11, 25, 0.82);
  color: #fdfdfd;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.78rem;
  font-family: "Playfair Display", Georgia, serif;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, transform 0.2s ease;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.process-3d__label:hover,
.process-3d__label:focus-visible {
  background: rgba(17, 197, 130, 0.9);
  transform: translateY(-2px);
}

.process-circles--timeline {
  padding-top: clamp(10px, 3vw, 40px);
}

.process-circles__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 95px;
}

.process-circles--activating .process-circles__row {
  gap: 20px;
}

.process-circles__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-circle {
  width: 468px;
  height: 468px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.3);
  color: #ffffff;
  font-weight: 600;
  cursor: default;
  transition: transform 0.75s ease, opacity 0.75s ease;
  opacity: 0;
  transform: translate3d(var(--circle-offset-x, 0), var(--circle-offset-y, 60px), 0) scale(0.7);
  pointer-events: none;
  will-change: transform, opacity;
}

.process-circle span {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.65s ease;
}

.process-circle.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition-delay: 0s;
}

.process-circles--activating .process-circle {
  opacity: 0;
  transform: translateY(40px) scale(0.5);
}

.process-circles--activating-ch7 .process-circle--ch7 {
  opacity: 1;
  transform: translateY(-10px) scale(1.15);
}

.process-circles--activating-ch13 .process-circle--ch13 {
  opacity: 1;
  transform: translateY(-10px) scale(1.15);
}

.pricing-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 3vw, 22px);
  margin: clamp(18px, 4vw, 32px) auto 0;
  max-width: min(1100px, 95vw);
}

.pricing-carousel--single {
  grid-template-columns: 1fr;
  justify-items: center;
}

.pricing-carousel__viewport {
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 13, 26, 0.9), rgba(6, 10, 20, 0.92));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.pricing-carousel__track {
  display: flex;
  justify-content: center;
  transition: transform 0.45s ease;
  will-change: transform;
}

.pricing-card {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: clamp(18px, 4vw, 28px);
  color: #e8edff;
  background: radial-gradient(circle at 20% 20%, rgba(126, 192, 238, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(7, 12, 24, 0.92), rgba(5, 9, 20, 0.95));
}

.pricing-carousel--single .pricing-card {
  max-width: 900px;
}

.pricing-card__body {
  display: grid;
  gap: 10px;
  align-content: start;
}

.pricing-card__title {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 24px);
  color: #ffffff;
}

.pricing-card--ch7 .pricing-card__title,
.pricing-card--ch7 .pricing-card__label,
.pricing-card--ch7 .pricing-card__price {
  text-align: center;
}

.pricing-card__label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #93c5fd;
}

.pricing-card__price {
  margin: 0;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 800;
}

.pricing-card__text {
  margin: 0;
  line-height: 1.6;
  color: #dbe6ff;
}

.pricing-card--ch7 .pricing-card__text:first-of-type,
.pricing-card--ch7 .pricing-card__text {
  text-align: center;
}

.pricing-card__text--small {
  font-size: 0.8rem;
  line-height: 1.4;
}

/* Common Reasons carousel */
.common-reasons-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 3vw, 22px);
  margin-top: clamp(12px, 3vw, 20px);
  max-width: min(640px, 82vw);
  margin-left: auto;
  margin-right: auto;
}

.common-reasons-carousel__viewport {
  overflow: hidden;
  padding-inline: clamp(14px, 2.8vw, 20px);
}

.common-reasons-carousel__track {
  display: flex;
  gap: clamp(10px, 2.6vw, 16px);
  transition: transform 0.45s ease;
  will-change: transform;
}

.common-reasons__card {
  flex: 0 0 52%;
  max-width: 52%;
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  padding: clamp(14px, 3.6vw, 20px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: #f8fafc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.common-reasons__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(4, 8, 18, 0) 20%, rgba(4, 8, 18, 0.82) 70%);
  pointer-events: none;
}

.common-reasons__card > * {
  position: relative;
  z-index: 1;
}

.common-reasons__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  opacity: 0.8;
}

.common-reasons__title {
  margin: 0;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1.2;
}

.common-reasons__text {
  margin: 0;
  font-size: clamp(14px, 2.6vw, 17px);
  line-height: 1.55;
  color: #e5edff;
}

.common-reasons-carousel__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(7, 12, 22, 0.7);
  color: #e8edff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.common-reasons-carousel__nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  display: block;
}

.common-reasons-carousel__nav--prev::before {
  transform: rotate(-135deg);
}

.common-reasons-carousel__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.common-reasons-carousel__nav:not(:disabled):hover,
.common-reasons-carousel__nav:not(:disabled):focus-visible {
  background: rgba(96, 165, 250, 0.3);
  transform: translateY(-2px);
}

.common-reasons-carousel__dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.common-reasons-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.common-reasons-carousel__dot[aria-current="true"] {
  width: 24px;
  background: #60a5fa;
}

@media (max-width: 720px) {
  .common-reasons-carousel {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "viewport viewport"
      "prev next"
      "dots dots";
    max-width: 100%;
    width: 100%;
  }
  .common-reasons-carousel__viewport {
    grid-area: viewport;
    padding-inline: 0;
  }
  .common-reasons-carousel__nav {
    order: 0;
    justify-self: center;
  }
  .common-reasons-carousel__nav--prev {
    grid-area: prev;
  }
  .common-reasons-carousel__nav--next {
    grid-area: next;
  }
  .common-reasons-carousel__dots {
    grid-area: dots;
  }
  .common-reasons__card {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(14px, 5vw, 20px);
  }
}

.pricing-card__subheading {
  margin: 6px 0 0;
  font-size: clamp(16px, 2vw, 18px);
  color: #e5edff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pricing-card__hint {
  margin: 0;
  font-size: 13px;
  color: #9fb1db;
}

.pricing-card__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #dbe6ff;
  line-height: 1.55;
}

.pricing-card__sublist {
  margin: 6px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.pricing-carousel__nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(7, 12, 22, 0.7);
  color: #e8edff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.pricing-carousel__nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  display: block;
}

.pricing-carousel__nav--prev::before {
  transform: rotate(-135deg);
}

.pricing-carousel__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pricing-carousel__nav:not(:disabled):hover,
.pricing-carousel__nav:not(:disabled):focus-visible {
  background: rgba(96, 165, 250, 0.3);
  transform: translateY(-2px);
}

.pricing-carousel__dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.pricing-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.pricing-carousel__dot[aria-current="true"] {
  width: 24px;
  background: #60a5fa;
}

@media (max-width: 720px) {
  .pricing-carousel {
    grid-template-columns: 1fr;
  }
  .pricing-carousel__nav {
    order: 3;
    justify-self: center;
  }
  .pricing-carousel__nav--prev {
    grid-row: 2;
  }
  .pricing-carousel__nav--next {
    grid-row: 2;
  }
  .pricing-card {
    grid-template-columns: 1fr;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .pricing-carousel {
    max-width: 100%;
  }
}

#common-reasons .section-heading-block__inner {
  margin-top: 60px;
}

.cta-row {
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
}

.timeline-actions__cta {
  margin-left: auto;
}

.cta-row .btn {
  outline: none;
  transition: filter 0.15s ease, box-shadow 0.2s ease, transform 0.12s ease;
}

.cta-row .btn:hover,
.cta-row .btn:focus-visible {
  filter: brightness(1.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
  background: rgba(17, 197, 130, 0.9);
  color: #fff;
}

.cta-row .btn.btn-cream:hover,
.cta-row .btn.btn-cream:focus-visible {
  background: rgba(17, 197, 130, 0.9);
  color: #fff;
  border: none;
}

.process-circle:hover,
.process-circle:focus-visible {
  animation: processCirclePulse 2.6s ease-in-out infinite;
}

.process-circle:hover span,
.process-circle:focus-visible span {
  animation: processCirclePulseText 2.6s ease-in-out infinite;
}

.process-circle--ch7 {
  --circle-offset-x: -182px;
  background-image: linear-gradient(135deg, rgba(16,205,111,0.78), rgba(5,20,14,0.85)), image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: center;
}

.process-circle--ch13 {
  --circle-offset-x: 182px;
  background-image: linear-gradient(135deg, rgba(59,130,246,0.75), rgba(10,20,35,0.9)), image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172732356.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172732356.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: center;
}

.process-circles__item:nth-child(1) .process-circle {
  transition-delay: 0.1s;
}

.process-circles__item:nth-child(2) .process-circle {
  transition-delay: 0.25s;
}

.process-circles--timeline .process-circles__row {
  display: none;
}

.process-timeline {
  position: relative;
  margin: clamp(20px, 4vw, 50px) auto 0;
  padding: clamp(32px, 5vw, 70px);
  background: #050d1e;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.55);
  max-width: min(1200px, 96vw);
  display: none;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.process-timeline[hidden] {
  display: none !important;
}

.process-timeline.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.process-timeline--exit {
  animation: processTimelineExit 0.6s ease forwards;
  pointer-events: none;
}

.process-timeline--slide-in {
  animation: processTimelineSlideIn 0.6s ease forwards;
}

.process-timeline--slide-out {
  animation: processTimelineSlideOut 0.6s ease forwards;
  pointer-events: none;
}

/* Common Reasons carousel */
.common-reasons-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 3vw, 22px);
  margin-top: clamp(24px, 4vw, 42px);
}

.common-reasons-carousel__viewport {
  overflow: hidden;
}

.common-reasons-carousel__track {
  display: flex;
  gap: clamp(12px, 3vw, 18px);
  transition: transform 0.45s ease;
  will-change: transform;
}

.common-reasons__card {
  flex: 0 0 100%;
  max-width: min(900px, 100%);
  margin: 0 auto;
}

.common-reasons-carousel__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(7, 12, 22, 0.7);
  color: #e8edff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.common-reasons-carousel__nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  display: block;
}

.common-reasons-carousel__nav--prev::before {
  transform: rotate(-135deg);
}

.common-reasons-carousel__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.common-reasons-carousel__nav:not(:disabled):hover,
.common-reasons-carousel__nav:not(:disabled):focus-visible {
  background: rgba(96, 165, 250, 0.3);
  transform: translateY(-2px);
}

.common-reasons-carousel__dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.common-reasons-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.common-reasons-carousel__dot[aria-current="true"] {
  width: 24px;
  background: #60a5fa;
}

@media (max-width: 720px) {
  .common-reasons-carousel {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "viewport viewport"
      "prev next"
      "dots dots";
    max-width: 100%;
    width: 100%;
  }
  .common-reasons-carousel__viewport {
    grid-area: viewport;
    padding-inline: 0;
  }
  .common-reasons-carousel__nav {
    order: 0;
    justify-self: center;
  }
  .common-reasons-carousel__nav--prev {
    grid-area: prev;
  }
  .common-reasons-carousel__nav--next {
    grid-area: next;
  }
  .common-reasons-carousel__dots {
    grid-area: dots;
  }
  .common-reasons__card {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(14px, 5vw, 20px);
  }
}
@keyframes orange-wave {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Pill button stroke removal with accessible focus ring */
.pill-form__btn {
  border: none;
  box-shadow: none;
  filter: none;
}

.pill-form__btn::before,
.pill-form__btn::after {
  content: none;
  border: none;
  box-shadow: none;
}

.pill-form__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(103, 160, 245, 0.4);
}

/* Match CTA button border to page background in 'Why choose us' section */
.cta-row .btn.btn-cream,
.lead-section .btn.btn-cream,
.process-3d .btn.btn-cream {
  border: none;
  outline-color: transparent;
  box-shadow: none;
  filter: none;
  background: #181e2a;
  color: #e8edff;
}

.cta-row .btn.btn-cream:focus-visible,
.lead-section .btn.btn-cream:focus-visible,
.process-3d .btn.btn-cream:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(103, 160, 245, 0.4);
}

.cta-row .btn.btn-cream:hover,
.lead-section .btn.btn-cream:hover,
.process-3d .btn.btn-cream:hover {
  filter: brightness(1.05);
}

/* Remove stroke on nav CTA buttons, keep subtle focus glow */
.nav-actions .btn.btn-cream {
  border: none;
  box-shadow: none;
  outline: none;
  filter: none;
}

.nav-actions .btn.btn-cream::before,
.nav-actions .btn.btn-cream::after {
  content: none;
  border: none;
  box-shadow: none;
}

.nav-actions .btn.btn-cream:hover,
.nav-actions .btn.btn-cream:active {
  box-shadow: none;
  border: none;
  filter: none;
}

.nav-actions .btn.btn-cream:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(103, 160, 245, 0.25);
}

/* Reviews carousel */
.reviews-carousel {
  background: linear-gradient(180deg, rgba(4, 9, 22, 0.94), rgba(8, 14, 28, 0.96));
  padding: clamp(24px, 6vw, 48px) 0 clamp(24px, 6vw, 42px);
  color: #e8edff;
}

.reviews-carousel__header {
  text-align: center;
  display: grid;
  gap: 6px;
  margin-bottom: clamp(12px, 3vw, 20px);
}

.reviews-carousel__sub {
  margin: 0;
  color: #cbd7ff;
  font-size: 14px;
}

.reviews-carousel__viewport {
  overflow: hidden;
  position: relative;
}

.reviews-carousel__stack {
  display: grid;
  gap: 10px;
}

.reviews-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 320px);
  gap: 14px;
  animation: none;
  overflow: visible;
  contain: none;
  will-change: transform;
}

@media (max-width: 768px) {
  .trust-strip__track,
  .demystify__track,
  .attorney-slider__track,
  .reviews-carousel__track {
    max-width: none;
  }
}

.review-card {
  background: linear-gradient(180deg, rgba(20, 30, 54, 0.92), rgba(12, 18, 36, 0.95));
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.review-card__stars {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 14px;
}

.review-card__quote {
  margin: 0;
  line-height: 1.5;
  color: #dce5ff;
}

.review-card__person {
  display: flex;
  gap: 10px;
  align-items: center;
}

.review-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(45, 70, 124, 0.85), rgba(24, 38, 70, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #f6f8ff;
}

.review-card__role {
  margin: 0;
  font-size: 13px;
  color: #b7c6e8;
}

.reviews-carousel__disclaimer {
  text-align: center;
  margin-top: clamp(10px, 2vw, 16px);
  font-size: 13px;
  color: #9fb1db;
}

@keyframes reviewMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  .reviews-carousel__track {
    grid-auto-columns: minmax(220px, 260px);
    animation-duration: 22s;
  }
}
/* Footer */
.site-footer {
  background: linear-gradient(180deg, rgba(5, 9, 19, 0.95), rgba(8, 13, 26, 0.98));
  color: #e8edff;
  padding: clamp(28px, 5vw, 48px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(12px, 2vw, 20px);
  column-gap: calc(clamp(12px, 2vw, 20px) - 20px);
  align-items: start;
  justify-items: center;
  text-align: center;
}

.site-footer__brand {
  margin-right: 40px;
  margin-left: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.site-footer__brand .brand {
  color: #e8edff;
  font-size: 36px;
  justify-content: center;
}

.site-footer__tagline {
  margin: 10px auto 0;
  max-width: 340px;
  color: #cbd7ff;
  line-height: 1.5;
  text-align: center;
}

.site-footer__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  margin: 0 0 8px;
  color: #93c5fd;
  text-align: center;
}

.site-footer__links {
  display: grid;
  gap: 4px;
  margin-left: 0;
  padding-left: 0;
  justify-items: center;
  text-align: center;
}

/* Footer: push the link columns slightly right to create breathing room from the brand column */
@media (min-width: 721px) {
  .site-footer__grid > .site-footer__links {
    transform: translateX(60px);
  }
}

@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(12px, 2vw, 20px);
  }

  .site-footer__brand {
    margin-right: 0;
  }

  .site-footer__brand .brand {
    font-size: clamp(24px, 3.2vw, 30px);
  }

  .site-footer__brand .brand__mark {
    width: 28px;
    height: 28px;
  }

  .site-footer__grid > .site-footer__links {
    transform: none;
  }
}

.site-footer__links a {
  color: #e8edff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #cbd7ff;
}

.site-footer__subscribe {
  display: grid;
  gap: 10px;
  align-items: center;
  text-align: center;
}

/* Policy acknowledgment modal */
body.policy-modal-open {
  overflow: auto;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 24px;
  background: transparent;
  pointer-events: none;
}

.policy-modal[hidden] {
  display: none;
}

.policy-modal__dialog {
  width: min(560px, 100%);
  background: #0b1326;
  color: #e8edff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}

.policy-modal__title {
  margin: 0 0 8px;
  font-size: 22px;
}

.policy-modal__copy {
  margin: 0 0 16px;
  color: #cbd7ff;
  line-height: 1.6;
}

.policy-modal__checks {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.policy-modal__check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 15px;
}

.policy-modal__check input {
  margin-top: 3px;
}

.policy-modal__check a {
  color: #93c5fd;
  text-decoration: none;
}

.policy-modal__check a:hover,
.policy-modal__check a:focus-visible {
  text-decoration: underline;
}

.policy-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

@media (max-width: 520px) {
  .policy-modal__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

.site-footer__subscribe--nested {
  margin-top: 0;
  gap: 6px;
  font-size: 0.9rem;
}

.site-footer__copy {
  margin: 0;
  color: #cbd7ff;
  line-height: 1.5;
  text-align: center;
}

.site-footer__subscribe--nested .site-footer__eyebrow {
  font-size: 10px;
}

.site-footer__subscribe--nested .site-footer__copy {
  font-size: 16px;
}

.site-footer__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  justify-self: center;
}

.site-footer__form input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #e8edff;
  font-size: 14px;
}

.site-footer__subscribe--nested .site-footer__form .btn {
  font-size: 14px;
  padding: 8px 12px;
}

.site-footer__subscribe--nested .site-footer__form .btn:hover,
.site-footer__subscribe--nested .site-footer__form .btn:focus-visible {
  background: rgba(17, 197, 130, 0.9);
  color: #fff;
  border: none;
}

.site-footer__copyright {
  margin-top: clamp(14px, 3vw, 20px);
  text-align: center;
  color: #cbd7ff;
  font-size: 13px;
}

@media (max-width: 720px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    row-gap: 18px;
  }

  .site-footer__form {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    justify-self: center;
  }

  .site-footer__brand {
    display: contents;
    margin: 0;
    gap: 4px;
  }

  .site-footer__brand .brand {
    order: 1;
    justify-self: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(20px, 5.5vw, 26px);
    gap: 6px;
  }

  .site-footer__brand .brand__mark {
    width: 24px;
    height: 24px;
    transform: none;
  }

  .site-footer__tagline {
    order: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__links {
    order: 3;
    margin: 0;
    padding-left: 0;
    text-align: center;
    justify-items: center;
  }

  .site-footer__subscribe--nested {
    order: 4;
  }

  .site-footer__eyebrow,
  .site-footer__copy {
    text-align: center;
  }

  .site-footer__subscribe {
    align-items: center;
    text-align: center;
  }

  .site-footer__form {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .demystify__design,
  .why-cube-border,
  .why-cube-decor,
  .chapter-grid__corner,
  .chapter-grid__border,
  .graph-comment__decor,
  .hero-design-8 {
    display: none !important;
  }
}

.process-timeline__header {
  max-width: 960px;
  margin: 0 auto clamp(28px, 4vw, 52px);
  text-align: center;
  color: #f1f5ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.process-timeline__header > div {
  max-width: 860px;
}

.process-timeline__header--left > div {
  text-align: left;
}

.process-timeline.is-visible .process-timeline__header {
  opacity: 1;
  transform: translateY(0);
}

.process-timeline__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.75rem;
}

.process-timeline__header h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.process-timeline__header p {
  margin: 0;
  line-height: 1.7;
  color: #dbeafe;
}

.process-timeline__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  text-align: left;
  color: #e2e8f0;
}

.process-timeline__bullets li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  line-height: 1.6;
}

.process-timeline__bullets li::before {
  content: '•';
  color: #60a5fa;
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(0.15rem);
}

.process-timeline__back {
  align-self: flex-end;
  margin-top: clamp(8px, 1vw, 12px);
  background: transparent;
  border: 1px solid rgba(148,163,184,0.6);
  color: #e2e8f0;
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  font-family: var(--heading-font, 'Libre Baskerville', serif);
  text-transform: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.process-timeline__back:hover,
.process-timeline__back:focus-visible {
  background: rgba(148,163,184,0.2);
  border-color: rgba(226,232,240,0.9);
  color: #ffffff;
}

.process-circles--timeline .process-timeline__back {
  display: inline-flex;
}

.process-timeline__list {
  --timeline-rail: clamp(60px, 8vw, 90px);
  --timeline-gap: clamp(18px, 3vw, 48px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--timeline-rail) minmax(0, 1fr);
  row-gap: clamp(70px, 9vw, 160px);
  column-gap: var(--timeline-gap);
}

.process-timeline__list::before,
.process-timeline__list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  border-radius: 999px;
}

.process-timeline__list::before {
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(148,163,184,0.25), rgba(59,130,246,0.35));
}

.process-timeline__list::after {
  top: 0;
  height: var(--timeline-progress, 0%);
  background: linear-gradient(180deg, rgba(96,165,250,0.4), rgba(59,130,246,0.9));
  transition: height 0.18s ease;
}

.timeline-card {
  position: relative;
  background: rgba(4, 9, 22, 0.85);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  padding: clamp(18px, 3vw, 28px);
  display: flex;
  gap: clamp(10px, 2vw, 18px);
  color: #e2e8f0;
  width: min(520px, 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition-delay: var(--timeline-card-delay, 0ms);
}

.timeline-card--left {
  grid-column: 1 / 2;
  justify-self: flex-end;
  margin-top: clamp(4px, 0.6vw, 14px);
  margin-bottom: clamp(8px, 1.6vw, 24px);
}

.timeline-card--right {
  grid-column: 3 / 4;
  justify-self: flex-start;
  margin-top: calc(clamp(70px, 5vw, 110px) + 200px);
  margin-bottom: clamp(8px, 1.6vw, 24px);
}

.timeline-card::after {
  content: "";
  position: absolute;
  top: 45px;
  height: 2px;
  background: rgba(96,165,250,0.6);
}

.timeline-card::before {
  content: "";
  position: absolute;
  top: 38px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 0 5px rgba(96,165,250,0.18);
}

.timeline-card--left::after {
  left: 100%;
  width: calc(var(--timeline-gap) + var(--timeline-rail) / 2);
}

.timeline-card--left::before {
  left: calc(100% + var(--timeline-gap) + var(--timeline-rail) / 2 - 7px);
}

.timeline-card--right::after {
  right: 100%;
  width: calc(var(--timeline-gap) + var(--timeline-rail) / 2);
}

.timeline-card--right::before {
  right: calc(100% + var(--timeline-gap) + var(--timeline-rail) / 2 - 7px);
}

.timeline-card__media {
  flex: 0 0 clamp(72px, 10vw, 120px);
  height: clamp(72px, 10vw, 120px);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #cbd5f5;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(15,35,74,0.6);
}

.timeline-card--intro-right {
  align-items: flex-end;
}

.timeline-card--intro-right .timeline-card__media {
  width: 100%;
}

.timeline-card__media--ch7-start {
  flex: 0 0 clamp(120px, 14vw, 180px);
  height: clamp(120px, 14vw, 180px);
  border: none;
  border-radius: 28px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1330082270.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1330082270.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card--intro {
  width: min(460px, 100%);
  padding: clamp(18px, 2.5vw, 28px);
  flex-direction: column;
  gap: clamp(16px, 2vw, 20px);
}

.timeline-card--intro .timeline-card__media--ch7-start {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
}

.timeline-card--intro .timeline-card__content {
  text-align: center;
}

.timeline-card__media--ch7-docs {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2234907739.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2234907739.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch7-day1 {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch7-meeting {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1330082270.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1330082270.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch7-intentions {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch7-discharge {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1473547309.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1473547309.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch7-life {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-start {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1400278972.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1400278972.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-day1 {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1473547309.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1473547309.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-payments {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1473547309.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1473547309.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-meeting {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1413761479.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1413761479.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-confirmation {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-work {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-175800156.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-175800156.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-course {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-discharge {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1860347816.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1860347816.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-card__media--ch13-life {
  width: 100%;
  flex: 0 0 auto;
  height: clamp(160px, 24vw, 240px);
  border-radius: 32px;
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1330082270.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1330082270.jpg') type('image/jpeg')) center/cover no-repeat;
}

.timeline-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  right: clamp(16px, 8vw, 120px);
  bottom: clamp(20px, 3vw, 50px);
  align-items: center;
  transform: translateX(50%);
}

.timeline-actions__btn {
  background: transparent;
  border: 1px solid rgba(148,163,184,0.6);
  padding: 8px 18px;
  border-radius: 999px;
  color: #e2e8f0;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--heading-font, 'Libre Baskerville', serif);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.timeline-actions__btn:hover,
.timeline-actions__btn:focus-visible {
  background: rgba(148,163,184,0.2);
  border-color: rgba(226,232,240,0.9);
  color: #ffffff;
}

.timeline-actions__btn--exit {
  border-color: rgba(239,68,68,0.5);
  color: #fecaca;
}

.timeline-actions__btn--exit:hover,
.timeline-actions__btn--exit:focus-visible {
  background: rgba(239,68,68,0.15);
  border-color: rgba(248,113,113,0.9);
  color: #ffffff;
}

.timeline-card__content h4 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: #f8fafc;
}

.timeline-card__progress {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #60a5fa;
}

.timeline-card__kicker {
  margin: 0 0 0.2rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #94a3b8;
}

.timeline-card__note {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #a5f3fc;
}

.timeline-card--future .timeline-card__note {
  color: #fef3c7;
}

.timeline-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .process-timeline__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-timeline__list::before {
    left: 18px;
  }

  .timeline-card,
  .timeline-card--right,
  .timeline-card--left {
    grid-column: 1 / -1;
    justify-self: stretch;
    margin-top: 0;
  }

  .timeline-card::after,
  .timeline-card::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .process-timeline__list {
    padding-bottom: clamp(160px, 30vw, 240px);
  }

  .process-timeline__list::before,
  .process-timeline__list::after {
    display: none;
  }

  .process-timeline__back {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}


@keyframes processCirclePulse {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(0) scale(1.08);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes processCirclePulseText {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes processTimelineSlideIn {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes processTimelineSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}

@keyframes processTimelineExit {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}

.bankruptcy-graphs {
  position: relative;
  background: #040916;
  padding: clamp(40px, 6vw, 90px) clamp(20px, 5vw, 70px);
  overflow: hidden;
}

.bankruptcy-graphs__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.48;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bankruptcy-graphs__lines-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0.5px) brightness(1.12);
  transform: scale(0.95);
  transform-origin: center;
}

.bankruptcy-graphs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2155990083.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.25);
  opacity: 0.65;
  z-index: 0;
}

.bankruptcy-graphs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(7,22,44,0.3), rgba(4,9,22,0.9));
  z-index: 0;
}

.bankruptcy-graphs > * {
  position: relative;
  z-index: 1;
}

.bankruptcy-graphs .container {
  max-width: min(1400px, 96vw);
  margin: 0 auto;
}


.bankruptcy-graphs__connections {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.bankruptcy-graphs__connections.is-active {
  opacity: 1;
}

.bankruptcy-graphs__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bankruptcy-graphs__path {
  fill: none;
  stroke: rgba(248,247,242,0.95);
  stroke-width: clamp(4px, 0.55vw, 6.5px);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--path-length, 600);
  stroke-dashoffset: var(--path-length, 600);
  opacity: 0.98;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.35));
}

.bankruptcy-graphs__path--glow {
  stroke: rgba(248,247,242,0.45);
  stroke-width: clamp(10px, 1.4vw, 16px);
  opacity: 0.3;
  filter: blur(4px);
}

@media (max-width: 960px) {
  .bankruptcy-graphs__connections {
    display: none;
  }
}

.demystify {
  position: relative;
  overflow: visible;
  background: #182a47;
  padding: clamp(40px, 7vw, 90px) clamp(20px, 6vw, 90px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  isolation: isolate;
  --carousel-scale: 1.06;
  --carousel-shift-x: -20px;
  --carousel-shift-y: 20px;
  --carousel-reveal-offset: 80px;
  --design-base-width: min(100%, 2080px);
  --design-extra-width: 0px;
  --design-height-ratio: 1.15;
}

.demystify__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.demystify__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  filter: brightness(0.55) saturate(0.78);
  opacity: 0.35;
}

.demystify__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(20,38,79,0.24), rgba(5,9,20,0.34)),
    linear-gradient(120deg, rgba(5,9,20,0.34) 0%, rgba(5,9,20,0.2) 45%, rgba(5,9,20,0.38) 100%);
  opacity: 0.88;
  z-index: 1;
}

.demystify__design {
  position: absolute;
  left: 50%;
  top: clamp(180px, -16vw, -20px);
  transform: translateX(-50%);
  width: calc(var(--design-base-width) + var(--design-extra-width));
  height: calc(var(--design-base-width) / var(--design-height-ratio));
  object-fit: fill;
  object-position: center bottom;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  filter: brightness(1.25) saturate(1) drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

.demystify__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}

.demystify__intro {
  color: #e8edff;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.demystify__eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #93c5fd;
  margin: 0;
}

.demystify__intro h2 {
  margin: calc(0.83em - 10px) 0;
}

.demystify__carousel {
  position: relative;
  background: rgba(10,16,30,0.8);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 18px;
  padding: clamp(18px, 3vw, 32px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.4);
  overflow: hidden;
  opacity: 0;
  transform: translate(calc(var(--carousel-shift-x) + var(--carousel-reveal-offset)), var(--carousel-shift-y)) scale(var(--carousel-scale));
  transform-origin: center;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.demystify__carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #cbd5ff;
}

.demystify__summary {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.demystify__controls {
  display: flex;
  gap: 0.5rem;
}

.demystify__nav {
  width: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease;
  outline: none;
}

.demystify__nav::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.demystify__nav--prev::after {
  transform: rotate(-135deg);
}

.demystify__nav:hover {
  background: rgba(255,255,255,0.1);
}

.demystify__nav:focus-visible {
  outline: none;
  box-shadow: none;
}

.demystify__track {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  transition: transform 0.6s ease;
  overflow: visible;
  contain: none;
  will-change: transform;
}

.demystify-card {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(240px, 28vw, 360px);
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.demystify-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4,8,18,0.55), rgba(7,12,28,0.25));
}

.demystify-card__content {
  position: relative;
  padding: clamp(20px, 4vw, 40px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  justify-content: flex-end;
}

.demystify-card__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fde68a;
}

.demystify-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  color: #ffffff;
}

.demystify-card p {
  margin: 0;
  color: #ffffff;
}

.demystify-card__cta {
  align-self: flex-start;
  margin-top: 0.8rem;
}

body:not(.light-ui) .demystify-card__cta.btn {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 12px 24px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body:not(.light-ui) .demystify-card__cta.btn:hover,
body:not(.light-ui) .demystify-card__cta.btn:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

body.light-ui .demystify-card__cta.btn {
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  border: none;
  box-shadow: none;
}

body.light-ui .demystify-card__cta.btn:hover,
body.light-ui .demystify-card__cta.btn:focus-visible {
  background: var(--cta, #ffad33);
  color: #0f172a;
}

.demystify-card--community {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1413761479.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1413761479.jpg') type('image/jpeg')) center/cover no-repeat;
}

.demystify-card--protections {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-175800156.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-175800156.jpg') type('image/jpeg')) center/cover no-repeat;
}

.demystify-card--legal {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.jpg') type('image/jpeg')) center/cover no-repeat;
}

.demystify-card--credit {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2193818484.jpg') type('image/jpeg')) center/cover no-repeat;
}

.demystify-card--guidance {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2169837633.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2169837633.jpg') type('image/jpeg')) center/cover no-repeat;
}

.demystify__track .demystify-card--legal:nth-of-type(6) {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1137760581.jpg') type('image/jpeg')) center/cover no-repeat;
}

body.light-ui .demystify {
  background: radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

body.light-ui .demystify__bg-video {
  filter: brightness(1.45) saturate(0.9);
  opacity: 0.05;
}

body.light-ui .demystify__bg-overlay {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.12), transparent 52%);
  opacity: 0.65;
}

body.light-ui .demystify__design {
  filter: brightness(0.95) saturate(1);
}

body.light-ui .demystify__intro,
body.light-ui .demystify__carousel-header {
  color: #1f2937;
}

body.light-ui .demystify__eyebrow {
  color: #2563eb;
}

body.light-ui .demystify__summary {
  color: #475569;
}

body.light-ui .demystify__carousel {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

body.light-ui .demystify__nav::after {
  border-color: #0f172a;
}

body.light-ui .demystify__nav:hover {
  background: rgba(15, 23, 42, 0.08);
}

body.light-ui .demystify-card__overlay {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.28));
}

body.light-ui .demystify-card__content,
body.light-ui .demystify-card h3,
body.light-ui .demystify-card p,
body.light-ui .demystify-card__eyebrow {
  color: #ffffff;
}

body.light-ui .demystify-card__eyebrow {
  color: #475569;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.demystify__track .demystify-card--community:nth-of-type(7) {
  background: image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1153406427.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1153406427.jpg') type('image/jpeg')) center/cover no-repeat;
}

.demystify__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 1.2rem;
}

.demystify__dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.demystify__dots button[aria-current="true"] {
  background: #fff;
}

body.light-ui .demystify__dots button {
  background: rgba(15, 23, 42, 0.2);
}

body.light-ui .demystify__dots button[aria-current="true"] {
  background: #0f172a;
}

body.light-ui .why-cube-section {
  --cube-bg: #f8fafc;
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.12);
  --text-light: #0f172a;
  --text-muted: #475569;
  --blur-bg: rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
}

body.light-ui .cube-overlay-gradient {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.12), transparent 52%);
}

body.light-ui .why-cube-border,
body.light-ui .why-cube-decor {
  filter: brightness(0.95) saturate(1);
}

body.light-ui .cube-intro .eyebrow {
  color: #2563eb;
}

body.light-ui .cube-intro p {
  color: #475569;
}

body.light-ui .scroll-hint {
  color: #64748b;
}

body.light-ui .why-cube-grid__close {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
}

body.light-ui .why-cube-grid__close:hover {
  background: rgba(15, 23, 42, 0.12);
}

body.light-ui .why-cube-grid .cube-face {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.98), rgba(213, 222, 232, 0.92));
  color: #0f172a;
}

body.light-ui .why-cube-grid .cube-face::before {
  background: image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.jpg') type('image/jpeg')) center/cover no-repeat;
  opacity: 0.4;
  filter: grayscale(1) brightness(1.3);
}

body.light-ui .why-cube-grid .cube-face::after {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.78) 0%, rgba(213, 222, 232, 0.84) 100%);
}

body.light-ui #why-cube-canvas {
  filter: brightness(1.25) saturate(0.85);
}

body.light-ui .why-cube-grid .face-text,
body.light-ui .face-text,
body.light-ui .face-list {
  color: #1f2937;
}

body.light-ui .face-cta a {
  color: #2563eb;
  border-bottom-color: rgba(37, 99, 235, 0.35);
}

body.light-ui .face-cta a:hover {
  border-bottom-color: rgba(37, 99, 235, 0.75);
}

body.light-ui .cube-footer-note {
  color: #64748b;
}

.why-cube-section {
  --cube-size: min(554px, 68vw);
  --cube-bg: #050816;
  --accent: #93c5fd;
  --accent-soft: rgba(147, 197, 253, 0.12);
  --text-light: #f8fafc;
  --text-muted: #9ca3af;
  --transition-fast: 0.45s ease-out;
  --transition-cine: 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  --blur-bg: rgba(15, 23, 42, 0.85);
  --radius-xl: 24px;
  position: relative;
  min-height: 100vh;
  padding: 90px 16px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #0b1120 0, #020617 40%, #000 100%);
  color: var(--text-light);
  overflow: hidden;
}

.cube-overlay-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.2), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(129, 140, 248, 0.25), transparent 52%);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.why-cube-border {
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(calc(-50% - 1px));
  width: 138vw;
  height: 140vh;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  filter: brightness(1.25) saturate(1) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.35));
}

.why-cube-decor {
  position: absolute;
  top: clamp(0px, -8vw, -10px);
  right: clamp(-20px, -5vw, 40px);
  width: clamp(640px, 60vw, 720px);
  height: auto;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  filter: brightness(1.25) saturate(1);
}

.why-cube-figure {
  position: absolute;
  bottom: 0;
  width: clamp(500px, 125vw, 900px);
  height: clamp(900px, 250vh, 1400px);
  object-fit: contain;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,0.4));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.96) 60%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.96) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.why-cube-figure--left {
  left: clamp(-30px, -4vw, 18px);
  object-position: left bottom;
  transform: translateX(-100px) scaleX(-1);
  opacity: 0;
  animation: figure-enter-left 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s forwards;
}

.why-cube-figure--right {
  right: clamp(-30px, -4vw, 18px);
  object-position: right bottom;
  transform: translateX(100px) scaleX(-1);
  opacity: 0;
  animation: figure-enter-right 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.22s forwards;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,0.4)) brightness(1.08);
}

@keyframes figure-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-260px) scaleX(-1);
  }
  100% {
    opacity: 1;
    transform: translateX(-100px) scaleX(-1);
  }
}

@keyframes figure-enter-right {
  0% {
    opacity: 0;
    transform: translateX(260px) scaleX(-1);
  }
  100% {
    opacity: 1;
    transform: translateX(100px) scaleX(-1);
  }
}

.cube-intro {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 36px;
  max-width: 820px;
  padding: 0 12px;
}

.cube-intro .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--accent);
  margin-bottom: 8px;
}

.cube-intro h1 {
  font-size: clamp(26px, 3.2vw, 34px);
  margin: 0;
}

.cube-intro p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 14px;
}

.scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
  color: #cbd5f5;
  opacity: 0.7;
}

.cube-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  margin-bottom: 16px;
  top: -30px;
  perspective: 1400px;
}

#why-cube-canvas {
  width: var(--cube-size);
  height: var(--cube-size);
  max-width: 640px;
  max-height: 640px;
  display: block;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.cube-scroll {
  position: relative;
  min-height: var(--cube-size);
  width: min(960px, 100%);
  overflow: visible;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.cube-scroll-pin {
  position: relative;
  top: 0;
  z-index: 2;
  padding: 0;
  background: transparent;
}

.why-cube-toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 4;
}

.why-cube-section.is-cube-exploded .why-cube-toggle {
  pointer-events: none;
}

.why-cube-section.is-cube-static .why-cube-toggle {
  pointer-events: none;
  cursor: default;
}

.why-cube-grid {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--cube-size);
  min-height: var(--cube-size);
  height: auto;
  max-width: 668px;
  max-height: none;
  transform: translate(-50%, 0) scale(0.98);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 240ms ease, transform 240ms ease;
}

.why-cube-grid.is-expanded {
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.why-cube-grid.is-expanded .cube-face {
  display: none;
}

.why-cube-grid.is-expanded .cube-face.is-expanded {
  display: flex;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.why-cube-grid__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background: rgba(15, 23, 42, 0.8);
  color: #e8edff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.why-cube-grid__close:hover {
  background: rgba(30, 41, 59, 0.9);
}

.why-cube-section.is-cube-exploded .why-cube-grid__close {
  display: inline-flex;
}

.why-cube-grid .cube-face {
  display: flex;
  flex-direction: column;
  background: #0c1529 image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.jpg') type('image/jpeg')) center/cover no-repeat;
  border: none;
  border-radius: 0;
  padding: 14px;
  color: #e8edff;
  aspect-ratio: 1 / 1.1;
  width: 100%;
  min-height: 320px;
  min-height: 0;
  overflow: auto;
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 260ms ease, opacity 260ms ease;
  position: relative;
  align-items: center;
  justify-content: center;
}

.why-cube-grid .cube-face::before,
.why-cube-grid .cube-face::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.why-cube-grid .cube-face::before {
  background: rgba(12, 21, 41, 0.24);
}

.why-cube-grid .cube-face::after {
  background: linear-gradient(180deg, rgba(4, 10, 24, 0.82) 0%, rgba(4, 10, 24, 0.75) 100%);
}

.why-cube-grid .cube-face > * {
  position: relative;
  z-index: 1;
}

.why-cube-grid .face-title {
  margin: 0 0 6px 0;
  font-size: clamp(18px, 2.4vw, 22px);
}

.why-cube-grid .face-text {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.why-cube-grid .face-list {
  margin: 0 0 6px 16px;
  font-size: 13px;
}

.why-cube-grid .face-cta-btn {
  margin-top: 8px;
  align-self: flex-start;
  padding: 8px 12px;
  font-size: 12px;
  min-width: 0;
}

.cube-face .face-cta-btn:hover,
.why-cube-grid .face-cta-btn:hover {
  background: #22c55e;
  color: #ffffff;
}

.why-cube-grid .card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.why-cube-grid .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: auto;
  padding-right: 2px;
}

.why-cube-grid .cube-face::-webkit-scrollbar,
.why-cube-grid .card-body::-webkit-scrollbar {
  width: 8px;
}

.why-cube-grid .cube-face::-webkit-scrollbar-thumb,
.why-cube-grid .card-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 0;
}

.why-cube-grid .cube-face::-webkit-scrollbar-track,
.why-cube-grid .card-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

.services-accordion-section {
  position: relative;
  padding: clamp(20px, 4vw, 48px) 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 22px);
  background:
    radial-gradient(circle at 18% 12%, rgba(96, 165, 250, 0.08), transparent 42%),
    radial-gradient(circle at 82% 88%, rgba(79, 70, 229, 0.08), transparent 45%),
    #050b18;
  color: #e5edff;
  overflow: hidden;
}

.services-accordion-header {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(16px, 5vw, 48px);
}

.services-accordion-header .eyebrow {
  color: #93c5fd;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}

.services-accordion-header .heading-lg {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  color: #ffffff;
}

.services-accordion-header .section-heading__subtext {
  color: #cbd5f5;
  margin-top: 10px;
  font-size: 18px;
}

.services-accordion-panels {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  flex: 1;
  min-height: clamp(520px, 80vh, 860px);
  display: flex;
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 21, 41, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.services-accordion-section .container,
.services-accordion-section .inner,
.services-accordion-section .wrap {
  max-width: none !important;
  width: 100% !important;
}

.service-panel {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: clamp(16px, 2vw, 22px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  color: #e5edff;
  background: linear-gradient(155deg, rgba(15, 23, 42, 0.94), rgba(7, 12, 26, 0.86));
  transition: flex 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.service-panel:last-child {
  border-right: none;
}

.service-panel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.service-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(0.95);
  transform: scale(1.04);
}

.service-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(4, 8, 18, 0.55), rgba(7, 12, 28, 0.25));
  opacity: 1;
  pointer-events: none;
}

.service-panel.is-active {
  flex: 3.2;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.service-panel__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-panel__kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  color: #93c5fd;
}

.service-panel__title {
  margin: 0;
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: 1.2;
  color: #ffffff;
}

.service-panel__desc {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.service-panel.is-active .service-panel__desc,
.service-panel:hover .service-panel__desc,
.service-panel:focus-within .service-panel__desc {
  max-height: 320px;
  opacity: 1;
}

.service-panel__link {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease, color 0.2s ease;
}

.service-panel.is-active .service-panel__link,
.service-panel:hover .service-panel__link,
.service-panel:focus-within .service-panel__link {
  opacity: 1;
  transform: translateY(0);
}

.services-accordion-section .service-panel__link:hover,
.services-accordion-section .service-panel__link:focus-visible {
  background: #16a34a;
  color: #f8fafc;
  border: none;
}

.service-panel:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.service-panel:focus-within {
  outline: 2px solid rgba(147, 197, 253, 0.6);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .services-accordion-section {
    min-height: auto;
  }

  .services-accordion-panels {
    flex-direction: column;
    min-height: auto;
  }

  .service-panel {
    flex: 0 0 auto;
    height: auto;
    min-height: 180px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .service-panel:last-child {
    border-bottom: none;
  }

  .service-panel.is-active {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-accordion-panels,
  .services-accordion-panels * {
    transition: none !important;
  }
}

.why-cube-section.is-cube-exploded.is-dom-grid #why-cube-canvas {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

.why-cube-section.is-cube-exploded.is-dom-grid .why-cube-grid {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--cube-size);
  max-width: 668px;
  margin: 0;
}

.why-cube-section.is-cube-exploded.is-dom-grid .cube-scroll {
  min-height: calc(var(--cube-size) + 220px);
  padding-top: 24px;
  padding-bottom: 32px;
}

.why-cube-section.is-cube-exploded.is-dom-grid {
  overflow: visible;
  justify-content: flex-start;
}

.why-cube-section.is-cube-exploded.is-dom-grid .cube-container {
  top: 0;
}

.why-cube-section.is-cube-exploded.is-dom-grid .why-cube-grid .cube-face {
  opacity: 1;
}

.why-cube-section.is-cube-exploded.is-dom-grid .cube-face,
.why-cube-section.is-cube-exploded.is-dom-grid .card-inner,
.why-cube-section.is-cube-exploded.is-dom-grid .card-body {
  justify-content: flex-start;
}

.why-cube-section.is-cube-exploded .why-cube-toggle {
  cursor: pointer;
}

.cube-scroll-space {
  height: 0;
  display: none;
}

.cube-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.cube-face {
  display: none;
  margin: 0;
  padding: 0;
}

.cube-face.active-copy {
  display: block;
}

.face-title {
  font-size: clamp(22px, 2.6vw, 26px);
  margin-bottom: 10px;
  line-height: 1.2;
}

.face-text {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5f5;
  margin-bottom: 8px;
}

.face-cta a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(56, 189, 248, 0.4);
}

.face-cta a:hover {
  border-color: rgba(56, 189, 248, 0.9);
}

.face-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 14px;
  color: #e2e8f0;
}

.face-list li {
  margin-bottom: 4px;
}

.cube-footer-note {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

@media (max-width: 768px) {
  .why-cube-section {
    padding: 72px 12px 56px;
  }

  .why-cube-decor {
    top: clamp(-28px, -10vw, -6px);
    right: clamp(-12px, -6vw, 28px);
    width: clamp(360px, 84vw, 520px);
    opacity: 0.82;
  }

  .why-cube-border {
    top: -16%;
    left: 50%;
    transform: translateX(calc(-50% - 1px));
    width: 120vw;
    height: 120vh;
    opacity: 1;
  }

  .why-cube-figure {
    width: clamp(180px, 48vw, 260px);
    height: clamp(260px, 44vh, 380px);
    opacity: 1;
  }

  .why-cube-figure--left {
    left: clamp(-16px, -6vw, 10px);
    transform: translateX(-100px) scaleX(-1);
  }

  .why-cube-figure--right {
    right: clamp(-16px, -6vw, 10px);
    transform: translateX(100px) scaleX(-1);
  }

  .cube-scroll {
    width: 100%;
  }

  .cube-copy {
    padding: 0 6px;
  }

  .why-cube-grid {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(280px, auto);
    gap: 10px;
  }

  .why-cube-grid .cube-face {
    min-height: 280px;
    aspect-ratio: auto;
  }
}

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

.demystify.reveal.is-visible .demystify__carousel {
  opacity: 1;
  transform: translate(var(--carousel-shift-x), var(--carousel-shift-y)) scale(var(--carousel-scale));
}

@media (prefers-reduced-motion: reduce) {
  .why-cube-figure--left,
  .why-cube-figure--right {
    opacity: 1;
    animation: none;
  }

  .demystify__intro {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .demystify__carousel {
    opacity: 1;
    transform: translate(var(--carousel-shift-x), var(--carousel-shift-y)) scale(var(--carousel-scale));
    transition: none;
  }
}

@media (max-width: 960px) {
  .demystify {
    --carousel-scale: 1.04;
    --carousel-shift-x: -10px;
    --carousel-shift-y: 16px;
    --design-base-width: 140%;
  }

  .demystify__design {
    top: clamp(-140px, -18vw, -80px);
  }

  .demystify__inner {
    grid-template-columns: 1fr;
  }

  .demystify__carousel-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .demystify__track {
    gap: 12px;
  }

  .about__grid,
  .newsletter-cta__inner {
    grid-template-columns: 1fr;
  }

  .about__media {
    order: -1;
  }

  .faq__grid,
  .pricing__grid,
  .blog__grid {
    grid-template-columns: 1fr;
  }
}

.bankruptcy-graphs__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 48px);
}

.bankruptcy-graphs__header {
  text-align: center;
  color: #f1f5ff;
  max-width: min(820px, 90%);
  margin: 0 auto;
}

.bankruptcy-graphs__subtext {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.6;
}

/* New marketing sections */
.about,
.faq,
.pricing,
.blog,
.newsletter-cta {
  padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 80px);
  background: #060c1a;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.faq,
.blog {
  background: linear-gradient(180deg, #060c1a 0%, #0b1428 100%);
}

.newsletter-cta {
  background: linear-gradient(180deg, #0b1428 0%, #0a1326 100%);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 480px);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

.about__lead {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: #e5edff;
  margin: 0 0 1rem;
}

.about__pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin: clamp(12px, 2vw, 20px) 0;
}

.about__pillar {
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  color: #dbe4ff;
}

.about__pillar h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #f8fafc;
}

.about__pillar p {
  margin: 0;
  line-height: 1.55;
}

.about__list h3 {
  margin: 18px 0 10px;
}

.about__list ul {
  margin: 0;
  padding-left: 18px;
  color: #cbd5ff;
  line-height: 1.65;
}

.about__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0,0,0,0.4);
}

.about__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__badge {
  position: absolute;
  bottom: clamp(12px, 3vw, 24px);
  left: clamp(12px, 3vw, 24px);
  background: rgba(6,12,26,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 12px 14px;
  color: #e5edff;
  box-shadow: 0 12px 24px rgba(0,0,0,0.35);
}

.about__badge-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #93c5fd;
  margin: 0 0 4px;
}

.about__badge-title {
  margin: 0;
  font-weight: 700;
}

.about__badge-note {
  margin: 2px 0 0;
  color: #cbd5ff;
}

.faq__inner,
.pricing__inner,
.blog__inner,
.newsletter-cta__inner {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
}

.faq__intro,
.pricing__header,
.blog__header,
.newsletter-cta__copy {
  max-width: 920px;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.faq__column {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: clamp(14px, 2vw, 18px);
}

.faq__label {
  margin: 0 0 8px;
  color: #e5edff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.faq-item {
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  margin: 10px 0;
  padding: 10px 12px;
  background: rgba(8,15,30,0.6);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #f8fafc;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] summary {
  color: #93c5fd;
}

.faq-item p {
  margin: 8px 0 0;
  color: #cbd5ff;
  line-height: 1.6;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 3vw, 24px);
}

.pricing-page .pricing__inner {
  justify-items: center;
}

.pricing-page .pricing__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-page .pricing__grid {
  justify-content: center;
}

.pricing-page .price-card {
  max-width: 520px;
  margin: 0 auto;
}

@media (min-width: 840px) {
  .pricing-page .pricing__grid {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
  }
}

.price-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  color: #dbe4ff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

.price-card--accent {
  background: radial-gradient(circle at 10% 20%, rgba(59,130,246,0.12), rgba(6,12,26,0.95));
  border-color: rgba(147,197,253,0.4);
}

.price-card__label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(147,197,253,0.16);
  color: #e5edff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 10px 0 8px;
  color: #f8fafc;
}

.price-card__band {
  margin: 6px 0;
  color: #cbd5ff;
  font-weight: 600;
}

.price-card ul {
  margin: 12px 0;
  padding-left: 18px;
  line-height: 1.6;
}

.price-card__footnote {
  margin: 12px 0;
  font-size: 0.9rem;
  color: #94a3b8;
}

.price-card__cta {
  width: 100%;
  margin-top: 8px;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
}

.blog-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: clamp(16px, 2.4vw, 22px);
  color: #dbe4ff;
  box-shadow: 0 16px 32px rgba(0,0,0,0.3);
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.blog-card__badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(147,197,253,0.18);
  color: #e5edff;
  letter-spacing: 0.06em;
}

.blog-card__time {
  color: #94a3b8;
}

.blog-card h3 {
  margin: 10px 0 8px;
  color: #f8fafc;
}

.blog-card p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.blog-card__link {
  color: #93c5fd;
  font-weight: 700;
  text-decoration: none;
}

.blog-card__link:hover {
  text-decoration: underline;
}

.newsletter-cta__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 420px);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(20px, 4vw, 32px);
}

.newsletter-cta__list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #dbe4ff;
  line-height: 1.6;
}

.newsletter-cta__form {
  display: grid;
  gap: 10px;
}

.newsletter-cta__form input[type="text"],
.newsletter-cta__form input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #f8fafc;
}

.newsletter-cta__form input::placeholder {
  color: #94a3b8;
}

.newsletter-cta__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #dbe4ff;
  font-size: 0.95rem;
}

.newsletter-cta__btn {
  width: 100%;
}

.newsletter-cta__note {
  margin: 0;
  color: #94a3b8;
  font-size: 0.92rem;
}

.graph-eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #93c5fd;
}

.graph-card {
  margin: 0;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
  min-height: 420px;
}

.graph-card--compact {
  flex: 0 1 clamp(320px, 75%, 720px);
  padding: clamp(22px, 3.4vw, 36px);
}


.graph-card--large {
  flex: 1 1 clamp(320px, 80%, 700px);
  padding: clamp(24px, 4vw, 40px);
}

.graph-card--compact.graph-card--large.graph-card--medium {
  flex: 0 1 clamp(420px, 55%, 760px);
  max-width: min(760px, 60%);
  padding: clamp(16px, 2.4vw, 28px);
  min-height: 450px;
}

.graph-card--compact .graph-title {
  font-size: clamp(16px, 2vw, 22px);
}

.graph-card--right {
  margin-left: auto;
}

.graph-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  width: 100%;
}

.graph-row + .graph-row {
  margin-top: clamp(24px, 5vw, 80px);
}

.graph-comment {
  flex: 1 1 clamp(320px, 40%, 640px);
  min-width: clamp(280px, 40%, 520px);
  max-width: 640px;
  font-size: clamp(11px, 1.1vw, 17px);
  line-height: 1.65;
  color: #e8edff;
  position: relative;
  z-index: 1;
  --graph-decor-shift: clamp(35px, 4vw, 45px);
}

.graph-comment__decor {
  position: absolute;
  inset: -18% -12%;
  width: calc(124% - 5px);
  height: calc(136% - 5px);
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  filter: brightness(1.25) saturate(1) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
  transform: translateX(var(--graph-decor-shift)) scale(1.3);
  transform-origin: center center;
}

.graph-comment__decor--reverse {
  transform: translateX(var(--graph-decor-shift)) scale(-1.3, 1.3);
}

.graph-comment > *:not(.graph-comment__decor) {
  position: relative;
  z-index: 1;
}

.graph-row > .graph-comment:first-child {
  margin-right: clamp(16px, 3vw, 64px);
}

.graph-row > .graph-comment:last-child {
  margin-left: clamp(14px, 2.9vw, 62px);
}

@media (min-width: 1100px) {
  .graph-row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1100px) {
  .graph-row {
    flex-direction: column;
    align-items: stretch;
  }

  .graph-row .graph-card,
  .graph-row .graph-comment {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }

  .graph-row > .graph-comment:first-child,
  .graph-row > .graph-comment:last-child,
  .graph-card--right {
    margin: 0;
  }

  .graph-card--compact.graph-card--large.graph-card--medium {
    max-width: 100%;
  }

  .graph-comment__decor {
    inset: -14% -6%;
    width: calc(112% - 5px);
    height: calc(124% - 5px);
    transform: translateX(var(--graph-decor-shift)) scale(1.3);
  }
}

@media (max-width: 640px) {
  .bankruptcy-graphs {
    padding-left: var(--container);
    padding-right: var(--container);
  }

  .bankruptcy-graphs .container {
    max-width: 100%;
  }

  .bankruptcy-graphs .graph-comment__decor {
    display: none;
  }

  .graph-row {
    gap: 16px;
  }

  .graph-card {
    padding: 16px;
    min-height: 0;
  }

  .graph-card--compact.graph-card--large.graph-card--medium {
    min-height: 0;
  }

  .bankruptcy-graphs .graph-row:nth-of-type(2) .graph-card {
    order: 1;
  }

  .bankruptcy-graphs .graph-row:nth-of-type(2) .graph-comment {
    order: 2;
  }

  .graph-title,
  .graph-card figcaption {
    text-align: center;
  }

  .graph-title {
    font-size: clamp(12.8px, 1.6vw, 17.6px);
  }

  .graph-comment__title {
    font-size: 1.2em;
  }

  .graph-card figcaption {
    font-size: 0.7rem;
  }

  .graph-comment {
    font-size: 0.6rem;
    text-align: left;
  }

  .graph-eyebrow {
    font-size: 0.62rem;
  }

  .bankruptcy-graphs .graph-card {
    overflow-x: hidden;
  }

  .bankruptcy-graphs .graph-card canvas {
    display: block;
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .bankruptcy-graphs .graph-card::after {
    content: none;
  }

  #dfwDemandChart {
    height: 320px !important;
  }

  #recoveryChart {
    height: 220px !important;
  }
}

.graph-comment p {
  margin: 0;
  font-weight: 600;
}

.graph-title {
  margin: 0 0 clamp(12px, 2vw, 18px);
  text-align: center;
  color: var(--paper);
  font-weight: 600;
}

.graph-comment__title {
  font-weight: 600;
}

.graph-card figcaption {
  margin-top: 12px;
  font-size: 0.88rem;
  color: #b4c5ff;
  line-height: 1.4;
  font-weight: 600;
}

.attorney-slider {
  background: linear-gradient(135deg, rgba(6,10,20,0.92), rgba(13,18,35,0.88));
  padding: clamp(22px, 4.5vw, 52px) clamp(15px, 3.75vw, 52px) clamp(38px, 6vw, 68px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0;
  box-shadow: 0 35px 70px rgba(0,0,0,0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.attorney-slider__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  max-width: min(950px, 95vw);
  margin: 0 auto;
}

.attorney-slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.attorney-slider__track {
  display: flex;
  gap: 0;
  transition: transform 0.5s ease;
  overflow: visible;
  contain: none;
  will-change: transform;
  padding: 10px 0;
}

.attorney-card {
  flex: 0 0 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(7, 10, 25, 0.85), rgba(18, 25, 49, 0.78));
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(275px, 1.25fr) minmax(280px, 1.4fr);
  max-height: 75vh;
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.attorney-card__media {
  position: relative;
  background: linear-gradient(180deg, rgba(23,32,60,0.95), rgba(5,8,25,0.7));
  border-right: 1px solid rgba(255,255,255,0.08);
}

.attorney-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.attorney-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.attorney-card__body {
  padding: clamp(20px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #e5edff;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.08), rgba(7,9,23,0));
  border-left: 1px solid rgba(255,255,255,0.05);
  min-height: 0;
  overflow: auto;
}

.attorney-card__header h3 {
  margin: 2px 0 6px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.attorney-card__role {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #60a5fa;
  margin: 0;
}

.attorney-card__bio {
  margin: 0;
  line-height: 1.55;
}

.attorney-card__meta {
  margin: 0;
  padding-left: 1.1em;
  color: #c7d7ff;
  line-height: 1.5;
}

.attorney-card__meta li + li {
  margin-top: 4px;
}

.attorney-slider__nav {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: rgba(8,12,28,0.55);
  color: #f8fafc;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.attorney-slider__nav--prev {
  justify-self: end;
}

.attorney-slider__nav--next {
  justify-self: start;
}

.attorney-slider__nav::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  display: block;
}

.attorney-slider__nav--prev::before {
  transform: rotate(-135deg);
}

.attorney-slider__nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.attorney-slider__nav:not(:disabled):hover,
.attorney-slider__nav:not(:disabled):focus-visible {
  background: rgba(96,165,250,0.25);
  transform: translateY(-2px);
}

.attorney-slider__dots {
  margin-top: clamp(18px, 3vw, 28px);
  display: flex;
  justify-content: center;
  gap: 10px;
}

.attorney-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.25);
  border: none;
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.attorney-slider__dot[aria-current="true"] {
  width: 26px;
  background: #60a5fa;
}

@media (max-width: 900px) {
  .attorney-slider__inner {
    grid-template-columns: 1fr;
  }

  .attorney-slider__nav {
    justify-self: center;
  }

  .attorney-slider__viewport {
    order: -1;
  }

  .attorney-card {
    grid-template-columns: 1fr;
    flex: 0 0 100%;
    max-height: none;
    overflow: visible;
  }

  .attorney-card__placeholder {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 40px 0;
  }

  .attorney-card__body {
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .attorney-slider__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .attorney-slider__viewport {
    grid-column: 1 / -1;
    grid-row: 1;
    order: 0;
  }

  .attorney-slider__nav--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .attorney-slider__nav--next {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .attorney-card__body {
    padding: 20px;
  }
}


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

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 550ms ease, transform 550ms ease;
  will-change: opacity, transform;
}

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

.reviews-carousel.reveal,
.typing-cta.reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1024px), (pointer: coarse) {
  .js-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-heading-animate] .section-heading__eyebrow,
  [data-heading-animate] .section-heading,
  [data-heading-animate] .section-heading__subtext,
  .graph-comment--shift-left,
  .graph-comment--shift-right,
  .process-circles,
  .process-circle,
  .timeline-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .process-circle {
    pointer-events: auto;
  }

  .process-timeline {
    transition: none;
  }
}

@supports (height: 100dvh) {
  .faq-hero--full,
  .three-panel-section,
  .three-panel__row,
  .typing-cta,
  .why-cube-section,
  .services-accordion-section {
    min-height: 100dvh;
  }
}

@keyframes trust-strip-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-strip__track {
    animation: none;
    transform: none;
  }
}

/* Placeholder section while the rest of the page is rebuilt */
.coming-soon {
  padding: clamp(60px, 12vw, 160px) clamp(20px, 5vw, 60px);
  text-align: center;
  background: #0b1324;
  color: var(--paper);
  scroll-snap-align: start;
  position: relative;
}

.coming-soon__circle {
  --circle-size: clamp(90px, 20vw, 180px);
  display: block;
  width: var(--circle-size);
  aspect-ratio: 1 / 1;
  margin: 0 auto clamp(28px, 4vw, 50px);
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.85);
  background: transparent;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.coming-soon__circle:hover {
  transform: scale(1.2); /* expands to 120% of its resting size */
  border-color: #fff;
}

.coming-soon p {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 22px);
}
.graph-comment--shift-left,
.graph-comment--shift-right {
  opacity: 1;
  transform: none;
}

.js-reveal .graph-comment--shift-left {
  opacity: 0;
  transform: translateX(60px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.js-reveal .graph-comment--shift-right {
  opacity: 0;
  transform: translateX(-60px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.js-reveal .graph-comment.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.connection-demo {
  position: relative;
  padding: clamp(40px, 8vw, 90px) clamp(20px, 6vw, 120px);
  background: #050d1e;
}

.connection-demo__inner {
  position: relative;
  min-height: clamp(200px, 38vw, 360px);
}

.connection-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f5ff;
  font-size: clamp(16px, 2vw, 22px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(1, 10, 25, 0.85);
  border-color: rgba(255,255,255,0.9);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.connection-node span {
  pointer-events: none;
}

.connection-node[data-node="chapter7"] {
  top: 18%;
  left: max(8%, 120px);
}

.connection-node[data-node="chapter13"] {
  top: 58%;
  right: max(20px, 15%);
}

.connection-line-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.connector-line {
  stroke: rgba(255,255,255,0.75);
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  transition: d 0.25s ease, stroke-width 0.25s ease;
}
.process-timeline--slide-in {
  animation: processTimelineSlideIn 0.6s ease forwards;
}

.process-timeline--slide-out {
  animation: processTimelineSlideOut 0.6s ease forwards;
  pointer-events: none;
}

/* Common Reasons section spacing (reuses existing circle-card UI) */
.common-reasons__circles {
  margin-top: clamp(24px, 4vw, 42px);
}

body.light-ui .lead-section__bg {
  background: #e2e8f0 image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-528416793.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-528416793.jpg') type('image/jpeg')) center/cover no-repeat;
  filter: brightness(0.9) saturate(0.65);
}

body.light-ui .lead-section__bg::after {
  background: rgba(255, 255, 255, 0.6);
}

body.light-ui .lead-section__bg-video {
  filter: brightness(0.85) contrast(1.15) saturate(1.1);
}

body.light-ui .lead-section__title {
  color: #0a0f1d;
}

body.light-ui .lead-section__subtitle,
body.light-ui .lead-section__cta-lead,
body.light-ui .zip-help,
body.light-ui .lead-section__footer {
  color: #0a0f1d;
}

body.light-ui .zip-security {
  color: #1f2937;
}

body.light-ui .zip-form__btn,
body.light-ui .zip-form__connector {
  background: linear-gradient(120deg, #ffd27a, #ffc14d 40%, #ffad3d, #ff9940);
  box-shadow: 0 10px 22px rgba(230,134,0,.4);
}

body.light-ui .newsletter-chat__toggle {
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

body.light-ui .newsletter-chat__toggle:hover,
body.light-ui .newsletter-chat__toggle:focus-visible {
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

body.light-ui .newsletter-chat__panel {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

body.light-ui .newsletter-chat__intro {
  color: #334155;
}

body.light-ui .newsletter-chat__input {
  background: rgba(248, 250, 252, 0.95);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: none;
}

body.light-ui .newsletter-chat__input::placeholder {
  color: rgba(71, 85, 105, 0.7);
}

body.light-ui .newsletter-chat__input:focus-visible {
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.18);
}

body.light-ui .newsletter-chat__submit {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: none;
}

body.light-ui .newsletter-chat__submit:hover,
body.light-ui .newsletter-chat__submit:focus-visible {
  filter: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

body.light-ui .newsletter-chat__legal {
  color: #475569;
}

body.light-ui .trust-strip {
  background: rgba(248, 250, 252, 0.82);
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

body.light-ui .trust-strip__logo {
  filter: grayscale(1) brightness(0.1);
  opacity: 0.9;
}

body.light-ui .about-hero__eyebrow,
body.light-ui .three-panel__eyebrow,
body.light-ui .section-heading__eyebrow {
  color: #2563eb;
}

body.light-ui .about-hero__subtitle,
body.light-ui .three-panel__text,
body.light-ui .section-heading__subtext {
  color: #475569;
}

body.light-ui .three-panel__title,
body.light-ui .section-heading {
  color: #0f172a;
}

body.light-ui .chapter-grid {
  background: radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
}

body.light-ui .chapter-grid .graph-eyebrow {
  color: #2563eb;
  font-weight: 600;
}

body.light-ui .chapter-grid .section-heading.heading-lg {
  color: #0b1220;
}

body.light-ui .chapter-grid .section-heading__subtext {
  color: #334155;
}

body.light-ui .chapter-grid__corner,
body.light-ui .chapter-grid__corner--right {
  filter: brightness(0.95) saturate(1);
  opacity: 0.95;
}

body.light-ui .chapter-grid__border {
  filter: brightness(0.95) saturate(1);
  opacity: 1;
}

body.light-ui .typing-cta {
  background: transparent;
  color: #0f172a;
}

body.light-ui .typing-cta::after {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.12), transparent 52%);
}

body.light-ui .typing-cta .eyebrow {
  color: #2563eb;
}

body.light-ui .typing-cta__subtext {
  color: #475569;
}

body.light-ui .typing-cta__bg-video {
  filter: brightness(0.92) saturate(0.85);
  opacity: 0.22;
}

body.light-ui .section-heading-block {
  background:
    linear-gradient(180deg, #e2e8f0 0%, rgba(226, 232, 240, 0) 60%),
    radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
}

body.light-ui .section-heading-block--bankruptcy {
  background: radial-gradient(circle at top, #eef2f7 0, #d9e2ec 45%, #c5d0dd 100%);
}

body.light-ui .section-heading-block--bankruptcy::before {
  filter: grayscale(1) brightness(0.95);
  opacity: 0.2;
}

body.light-ui .section-heading-block--bankruptcy::after {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.12), transparent 52%);
  opacity: 0.55;
}

body.light-ui .section-heading-block .graph-eyebrow {
  color: #2563eb;
  font-weight: 600;
}

body.light-ui .section-heading-block .section-heading__subtext {
  color: #334155;
}

body.light-ui .services-accordion-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(59, 130, 246, 0.12), transparent 42%),
    radial-gradient(circle at 82% 88%, rgba(56, 189, 248, 0.12), transparent 45%),
    radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
}

body.light-ui .reviews-carousel {
  background:
    linear-gradient(180deg, rgba(226, 232, 240, 0.7) 0%, rgba(226, 232, 240, 0) 55%),
    radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
}

body.light-ui .reviews-carousel__sub {
  color: #475569;
}

body.light-ui .review-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

body.light-ui .review-card__stars {
  color: #f59e0b;
}

body.light-ui .review-card__quote {
  color: #1f2937;
}

body.light-ui .review-card__avatar {
  background: linear-gradient(180deg, rgba(226, 232, 240, 0.95), rgba(203, 213, 225, 0.95));
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

body.light-ui .review-card__role {
  color: #475569;
}

body.light-ui .reviews-carousel__disclaimer {
  color: #64748b;
}

body.light-ui .site-footer {
  background:
    linear-gradient(180deg, rgba(226, 232, 240, 0.85) 0%, rgba(226, 232, 240, 0.35) 55%),
    radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
  border-top-color: rgba(15, 23, 42, 0.12);
}

body.light-ui .site-footer__brand .brand {
  color: #0f172a;
}

body.light-ui .site-footer__tagline {
  color: #475569;
}

body.light-ui .site-footer__eyebrow {
  color: #2563eb;
}

body.light-ui .site-footer__links a {
  color: #1f2937;
}

body.light-ui .site-footer__links a:hover,
body.light-ui .site-footer__links a:focus-visible {
  color: #0f172a;
}

body.light-ui .site-footer__copy,
body.light-ui .site-footer__copyright {
  color: #64748b;
}

body.light-ui .site-footer__form input {
  background: rgba(248, 250, 252, 0.95);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.2);
}

body.light-ui .site-footer__subscribe--nested .site-footer__form .btn {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

body.light-ui .site-footer__subscribe--nested .site-footer__form .btn:hover,
body.light-ui .site-footer__subscribe--nested .site-footer__form .btn:focus-visible {
  background: rgba(37, 99, 235, 0.12);
  color: #0f172a;
}

body.light-ui .services-accordion-header .eyebrow {
  color: #2563eb;
}

body.light-ui .services-accordion-header .heading-lg {
  color: #0f172a;
}

body.light-ui .services-accordion-header .section-heading__subtext {
  color: #475569;
}

body.light-ui .services-accordion-panels {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(248, 250, 252, 0.85);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .service-panel {
  color: #0b1220;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(226, 232, 240, 0.92));
  border-right-color: rgba(15, 23, 42, 0.08);
}

body.light-ui .service-panel__media {
  opacity: 0.72;
}

body.light-ui .service-panel__media img {
  filter: grayscale(0.03) brightness(0.92) contrast(1.18) saturate(1.18);
}

body.light-ui .service-panel::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(248, 250, 252, 0.28) 45%,
    rgba(226, 232, 240, 0.6) 100%
  );
  opacity: 1;
}

body.light-ui .service-panel__kicker {
  color: #1e40af;
}

body.light-ui .service-panel__title {
  color: #0b1220;
}

body.light-ui .service-panel__desc {
  color: #111827;
  font-weight: 600;
}

body.light-ui .service-panel:focus-visible {
  outline-color: rgba(37, 99, 235, 0.7);
}

body.light-ui .service-panel:focus-within {
  outline-color: rgba(37, 99, 235, 0.5);
}

body.light-ui .attorney-slider {
  background:
    linear-gradient(180deg, rgba(226, 232, 240, 0.75) 0%, rgba(226, 232, 240, 0) 55%),
    radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
}

body.light-ui .attorney-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(226, 232, 240, 0.88));
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

body.light-ui .attorney-card__media {
  background: linear-gradient(180deg, rgba(226, 232, 240, 0.95), rgba(241, 245, 249, 0.85));
  border-right-color: rgba(15, 23, 42, 0.08);
}

body.light-ui .attorney-card__placeholder {
  color: #475569;
  border-right-color: rgba(15, 23, 42, 0.08);
}

body.light-ui .attorney-card__body {
  color: #0f172a;
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.04), rgba(255, 255, 255, 0));
  border-left-color: rgba(15, 23, 42, 0.08);
}

body.light-ui .attorney-card__role {
  color: #2563eb;
}

body.light-ui .attorney-card__bio {
  color: #334155;
}

body.light-ui .attorney-card__meta {
  color: #475569;
}

body.light-ui .attorney-slider__nav {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

body.light-ui .attorney-slider__nav:not(:disabled):hover,
body.light-ui .attorney-slider__nav:not(:disabled):focus-visible {
  background: rgba(37, 99, 235, 0.12);
}

body.light-ui .attorney-slider__dot {
  background: rgba(15, 23, 42, 0.2);
}

body.light-ui .attorney-slider__dot[aria-current="true"] {
  background: #2563eb;
}

body.light-ui .cta-row .btn.btn-cream,
body.light-ui .process-3d .btn.btn-cream {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

body.light-ui .cta-row .btn.btn-cream:hover,
body.light-ui .cta-row .btn.btn-cream:focus-visible,
body.light-ui .process-3d .btn.btn-cream:hover,
body.light-ui .process-3d .btn.btn-cream:focus-visible {
  background: rgba(37, 99, 235, 0.12);
  color: #0f172a;
}

body.light-ui .process-circles,
body.light-ui .process-3d {
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.1), transparent 45%),
    radial-gradient(circle at 80% 85%, rgba(56, 189, 248, 0.1), transparent 45%),
    radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
}

body.light-ui .process-3d__sub {
  color: #475569;
  opacity: 1;
}

body.light-ui .process-3d .eyebrow {
  color: #2563eb;
}

body.light-ui .process-3d__label {
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

body.light-ui .process-3d__label:hover,
body.light-ui .process-3d__label:focus-visible {
  background: rgba(37, 99, 235, 0.12);
}

body.light-ui .process-circle {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .process-circle--ch7 {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(148, 163, 184, 0.78)),
    image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.jpg') type('image/jpeg'));
}

body.light-ui .process-circle--ch13 {
  background-image:
    linear-gradient(135deg, rgba(241, 245, 249, 0.82), rgba(147, 197, 253, 0.65)),
    image-set(url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172732356.webp') type('image/webp'), url('../../assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172732356.jpg') type('image/jpeg'));
}

body.light-ui .process-timeline {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.16);
}

body.light-ui .process-timeline__header {
  color: #0f172a;
}

body.light-ui .process-timeline__eyebrow {
  color: #2563eb;
}

body.light-ui .process-timeline__header p {
  color: #475569;
}

body.light-ui .process-timeline__bullets {
  color: #475569;
}

body.light-ui .process-timeline__bullets li::before {
  color: #2563eb;
}

body.light-ui .process-timeline__back {
  border-color: rgba(15, 23, 42, 0.2);
  color: #0f172a;
}

body.light-ui .process-timeline__back:hover,
body.light-ui .process-timeline__back:focus-visible {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.4);
  color: #0f172a;
}

body.light-ui .process-timeline__list::before {
  background: linear-gradient(180deg, rgba(148, 163, 184, 0.35), rgba(59, 130, 246, 0.25));
}

body.light-ui .process-timeline__list::after {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.3), rgba(37, 99, 235, 0.75));
}

body.light-ui .timeline-card {
  background: rgba(248, 250, 252, 0.92);
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .timeline-card__media {
  background-color: rgba(226, 232, 240, 0.6);
  background-blend-mode: screen;
  color: #475569;
  filter: brightness(1.1) saturate(0.85);
}

body.light-ui .timeline-card::after {
  background: rgba(37, 99, 235, 0.35);
}

body.light-ui .timeline-card::before {
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.18);
}

body.light-ui .timeline-card__content h4 {
  color: #0f172a;
}

body.light-ui .timeline-card__progress {
  color: #2563eb;
}

body.light-ui .timeline-card__kicker {
  color: #64748b;
}

body.light-ui .timeline-card__note {
  color: #475569;
}

body.light-ui .timeline-actions__btn {
  border-color: rgba(15, 23, 42, 0.25);
  color: #0f172a;
  background: rgba(15, 23, 42, 0.04);
}

body.light-ui .timeline-actions__btn:hover,
body.light-ui .timeline-actions__btn:focus-visible {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.4);
  color: #0f172a;
}

body.light-ui .timeline-actions__btn--exit {
  border-color: rgba(239, 68, 68, 0.4);
  color: #b91c1c;
}

body.light-ui .timeline-actions__btn--exit:hover,
body.light-ui .timeline-actions__btn--exit:focus-visible {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.55);
  color: #7f1d1d;
}

body.light-ui .bankruptcy-graphs {
  background: radial-gradient(circle at top, #eef2f7 0, #d9e2ec 45%, #c5d0dd 100%);
}

body.light-ui .bankruptcy-graphs::before {
  filter: grayscale(1) brightness(0.95);
  opacity: 0.2;
}

body.light-ui .bankruptcy-graphs::after {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.12), transparent 52%);
  opacity: 0.55;
}

body.light-ui .bankruptcy-graphs__lines {
  mix-blend-mode: multiply;
  opacity: 0.25;
}

body.light-ui .bankruptcy-graphs__lines-video {
  filter: blur(0.5px) brightness(1.15) saturate(0.6);
}

body.light-ui .bankruptcy-graphs__path {
  stroke: rgba(15, 23, 42, 0.5);
  mix-blend-mode: multiply;
  filter: drop-shadow(0 0 8px rgba(15, 23, 42, 0.12));
}

body.light-ui .bankruptcy-graphs__path--glow {
  stroke: rgba(15, 23, 42, 0.2);
  opacity: 0.25;
}

body.light-ui .graph-card {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .graph-title {
  color: #0f172a;
}

body.light-ui .graph-card figcaption {
  color: #334155;
}

body.light-ui .graph-comment {
  color: #1f2937;
}

body.light-ui .graph-comment__decor {
  filter: brightness(1.15) saturate(1.05);
  opacity: 0.8;
}

body.light-ui .faq-section {
  background: #f1f5f9;
  color: #0f172a;
}

body.light-ui .step-card.step-card--chain {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

body.light-ui .step-chain .step-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.6), rgba(226, 232, 240, 0.75)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.7) 0, rgba(226, 232, 240, 0.7) 55%, rgba(203, 213, 225, 0.78) 100%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .step-card__extra {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.08);
  color: #334155;
}

body.light-ui .step-card__extra-text,
body.light-ui .step-card__extra-subtitle,
body.light-ui .step-card--chain .step-card__text {
  color: #475569;
}

body.light-ui .step-card__extra-title,
body.light-ui .step-card--chain .step-card__title {
  color: #0f172a;
}

body.light-ui .faq-chat-card,
body.light-ui .ask-card,
body.light-ui .chapter-card {
  background-color: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .chapter-card p {
  color: #1f2937;
}

body.light-ui .chapter-card__overlay {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.18) 0%, rgba(248, 250, 252, 0.88) 72%);
  backdrop-filter: blur(4px);
}

body.light-ui .chapter-card__cta {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.2);
}

body.light-ui .chapter-card--hero:hover .chapter-card__cta {
  border-color: rgba(15, 23, 42, 0.4);
}

body.light-ui .connector-line {
  stroke: rgba(15, 23, 42, 0.4);
}

/* Light UI: resource, community, pricing, and marketing sections */
body.light-ui .about-hero {
  color: #0f172a;
}

body.light-ui .about-hero__overlay {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.55), rgba(226, 232, 240, 0.85));
}

body.light-ui .about-hero__bg img {
  filter: brightness(1.08) saturate(0.9);
}

body.light-ui .about-hero__copy h2 {
  color: #0f172a;
}

body.light-ui .about-hero__body {
  color: #475569;
}

body.light-ui .faq-hero {
  color: #0f172a;
  background: radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
}

body.light-ui .faq-hero::after {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.4), rgba(226, 232, 240, 0.6));
}

body.light-ui .faq-hero__video {
  filter: brightness(1) contrast(1.08) saturate(1.05);
}

body.light-ui .faq-hero__content p:not(.section-heading__eyebrow) {
  color: #475569;
}

body.light-ui .about,
body.light-ui .faq,
body.light-ui .pricing,
body.light-ui .blog,
body.light-ui .newsletter-cta {
  background: radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
  border-top-color: rgba(15, 23, 42, 0.12);
}

body.light-ui .about__lead {
  color: #334155;
}

body.light-ui .about__pillar {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.1);
  color: #475569;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

body.light-ui .about__pillar h3 {
  color: #0f172a;
}

body.light-ui .about__list ul {
  color: #475569;
}

body.light-ui .about__media {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .about__badge {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

body.light-ui .about__badge-eyebrow {
  color: #2563eb;
}

body.light-ui .about__badge-note {
  color: #475569;
}

body.light-ui .faq__column {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.1);
}

body.light-ui .faq__label {
  color: #2563eb;
}

body.light-ui .faq-item {
  background: rgba(248, 250, 252, 0.9);
  border-color: rgba(15, 23, 42, 0.12);
}

body.light-ui .faq-item summary {
  color: #0f172a;
}

body.light-ui .faq-item[open] summary {
  color: #2563eb;
}

body.light-ui .faq-item p {
  color: #475569;
}

body.light-ui .faq-lead {
  color: #475569;
}

body.light-ui .faq-chat-icon {
  background: #dbeafe;
  border-color: rgba(37, 99, 235, 0.25);
  color: #1d4ed8;
}

body.light-ui .faq-chat-kicker {
  color: #64748b;
}

body.light-ui .faq-chat-text {
  color: #334155;
}

body.light-ui .faq-chat-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .faq-search input {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.04);
}

body.light-ui .faq-search input::placeholder {
  color: #94a3b8;
}

body.light-ui .faq-accordion details {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

body.light-ui .faq-accordion summary {
  color: #0f172a;
}

body.light-ui .faq-accordion summary::after {
  color: #2563eb;
}

body.light-ui .faq-answer {
  color: #475569;
  border-top-color: rgba(15, 23, 42, 0.08);
}

body.light-ui .stat-card--dark {
  background: linear-gradient(180deg, #ffffff 0%, #eef2f7 100%);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

body.light-ui .stat-card--dark .stat-card__kicker {
  color: #2563eb;
}

body.light-ui .stat-card--dark .stat-card__big {
  color: #0f172a;
}

body.light-ui .stat-card--dark .stat-card__text {
  color: #475569;
}

body.light-ui .stat-card--dark .section-heading__eyebrow {
  color: #0b1220;
}

body.light-ui .stat-card--dark img[src*="dfw_scales_white_transparent_knockout"] {
  filter: grayscale(1) brightness(0) contrast(1.15);
}

body.light-ui .stat-card--dark .faq-answer input,
body.light-ui .stat-card--dark .faq-answer select,
body.light-ui .stat-card--dark .faq-answer textarea {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.16) !important;
  color: #0f172a !important;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.04);
}

body.light-ui .stat-card--dark .faq-answer input::placeholder,
body.light-ui .stat-card--dark .faq-answer textarea::placeholder {
  color: #94a3b8 !important;
}

body.light-ui .stat-card--dark label {
  color: #475569 !important;
}

body.light-ui .faq-cite {
  color: #2563eb;
}

body.light-ui .pricing__header p {
  color: #475569;
}

body.light-ui .price-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .price-card--accent {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.95));
  border-color: rgba(37, 99, 235, 0.35);
}

body.light-ui .price-card__label {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

body.light-ui .price-card h2,
body.light-ui .price-card h3 {
  color: #0f172a;
}

body.light-ui .price-card__band,
body.light-ui .price-card__footnote,
body.light-ui .price-card ul {
  color: #475569;
}

body.light-ui .pricing-carousel__viewport {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

body.light-ui .pricing-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(226, 232, 240, 0.95));
  color: #0f172a;
}

body.light-ui .pricing-card__title,
body.light-ui .pricing-card__price {
  color: #0f172a;
}

body.light-ui .pricing-card__label {
  color: #2563eb;
}

body.light-ui .pricing-card__text,
body.light-ui .pricing-card__list,
body.light-ui .pricing-card__sublist {
  color: #475569;
}

body.light-ui .pricing-card__list li::marker,
body.light-ui .pricing-card__sublist li::marker {
  color: #2563eb;
}

body.light-ui .pricing-card__subheading {
  color: #1f2937;
}

body.light-ui .pricing-card__hint {
  color: #64748b;
}

body.light-ui .pricing-carousel__nav {
  background: #ffffff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

body.light-ui .pricing-carousel__nav:disabled {
  background: #e2e8f0;
  color: #94a3b8;
}

body.light-ui .pricing-carousel__nav:not(:disabled):hover,
body.light-ui .pricing-carousel__nav:not(:disabled):focus-visible {
  background: #dbeafe;
  color: #1d4ed8;
}

body.light-ui .pricing-carousel__dot {
  background: rgba(15, 23, 42, 0.2);
}

body.light-ui .pricing-carousel__dot[aria-current="true"] {
  background: #2563eb;
}

body.light-ui .blog-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #334155;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

body.light-ui .blog-card__badge {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

body.light-ui .blog-card__time {
  color: #64748b;
}

body.light-ui .blog-card h3 {
  color: #0f172a;
}

body.light-ui .blog-card p {
  color: #475569;
}

body.light-ui .blog-card__link {
  color: #2563eb;
}

body.light-ui .newsletter-cta__list,
body.light-ui .newsletter-cta__choices,
body.light-ui .newsletter-cta__note {
  color: #475569;
}

body.light-ui .newsletter-cta__form input[type="text"],
body.light-ui .newsletter-cta__form input[type="email"] {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: none;
}

body.light-ui .newsletter-cta__form input::placeholder {
  color: #94a3b8;
}

body.light-ui .ask-section {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.85), rgba(226, 232, 240, 0.92)),
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.12), transparent 45%),
    #f8fafc;
  color: #0f172a;
}

body.light-ui .ask-hero {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow:
    0 20px 38px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.light-ui .ask-hero__sub {
  color: #475569;
}

body.light-ui .ask-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow:
    0 22px 46px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.light-ui .ask-field label {
  color: #0f172a;
}

body.light-ui .ask-field input,
body.light-ui .ask-field textarea {
  background: rgba(248, 250, 252, 0.95);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.06);
}

body.light-ui .ask-field input::placeholder,
body.light-ui .ask-field textarea::placeholder {
  color: #94a3b8;
}

body.light-ui .ask-submit {
  background: linear-gradient(145deg, #2563eb, #3b82f6);
  color: #ffffff;
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}

body.light-ui .three-panel-section {
  background: radial-gradient(circle at top, #f8fafc 0, #e2e8f0 45%, #cbd5e1 100%);
  color: #0f172a;
}

body.light-ui .three-panel__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(226, 232, 240, 0.92));
}

body.light-ui .three-panel__item::after {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0));
}

body.light-ui .three-panel__item.is-active,
body.light-ui .three-panel__item:hover,
body.light-ui .three-panel__item:focus-within {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.94));
}

body.light-ui .three-panel--guidance {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.78), rgba(226, 232, 240, 0.9)),
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .three-panel--guidance.is-active,
body.light-ui .three-panel--guidance:hover,
body.light-ui .three-panel--guidance:focus-within {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.86), rgba(226, 232, 240, 0.94)),
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-639449178.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .three-panel--prep {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.78), rgba(226, 232, 240, 0.9)),
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .three-panel--prep.is-active,
body.light-ui .three-panel--prep:hover,
body.light-ui .three-panel--prep:focus-within {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.86), rgba(226, 232, 240, 0.94)),
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-172641280.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .three-panel--portal {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.78), rgba(226, 232, 240, 0.9)),
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .three-panel--portal.is-active,
body.light-ui .three-panel--portal:hover,
body.light-ui .three-panel--portal:focus-within {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.86), rgba(226, 232, 240, 0.94)),
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-1398473177.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

/* Light UI: chapter landing feature sections */
body.light-ui .typing-banner {
  color: #0f172a;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.6), rgba(226, 232, 240, 0.78)),
    radial-gradient(circle at top, rgba(59, 130, 246, 0.12), transparent 60%),
    image-set(url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.webp') type('image/webp'), url('/assets/img/production-site-stock/iStock-2026-01-03-1600/iStock-2159982788.jpg') type('image/jpeg')) center/cover no-repeat;
  background-blend-mode: screen, normal, normal;
}

body.light-ui .typing-banner::before {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(56, 189, 248, 0.14), transparent 52%);
  opacity: 0.9;
}

body.light-ui .typing-banner::after {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.55) 0%, transparent 22%, transparent 78%, rgba(248, 250, 252, 0.65) 100%);
}

body.light-ui #fresh-start-resolution {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(226, 232, 240, 0.98)),
    radial-gradient(circle at 18% 20%, rgba(59, 130, 246, 0.12), transparent 55%),
    #f8fafc;
  color: #0f172a;
}

body.light-ui .fresh-start-resolution__blurb {
  color: #475569;
}

body.light-ui .fresh-start-resolution__kicker {
  color: #2563eb;
}

body.light-ui .fresh-start-resolution__bullets,
body.light-ui .fresh-start-resolution__note {
  color: #475569;
}

body.light-ui .fresh-start-resolution__bullets li::marker {
  color: #2563eb;
}

body.light-ui .fresh-start-resolution__source {
  color: #64748b;
}

body.light-ui .fsr-donut__track {
  stroke: rgba(15, 23, 42, 0.12);
}

body.light-ui .fsr-donut__segment--filed {
  stroke: #2563eb;
}

body.light-ui .fsr-donut__segment--qualify {
  stroke: #6366f1;
  opacity: 0.85;
}

body.light-ui .fsr-donut__segment--remainder {
  stroke: #60a5fa;
  opacity: 0.6;
}

body.light-ui .fsr-donut__segment.is-highlighted {
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, 0.35));
}

body.light-ui .fsr-mini-stat {
  color: #475569;
}

body.light-ui .fsr-segment-tooltip {
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

body.light-ui .fsr-center__label {
  color: #64748b;
}

body.light-ui .fsr-center__value {
  color: #0f172a;
}

body.light-ui .fresh-start-resolution__circles:not(.fresh-start-resolution__circles--flip) .fresh-start-circle {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(226, 232, 240, 0.45)),
    var(--fsr-bg, none) center/cover no-repeat;
  background-blend-mode: normal;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
  color: #0f172a;
}

body.light-ui .fresh-start-resolution__circles:not(.fresh-start-resolution__circles--flip) .fresh-start-circle:hover,
body.light-ui .fresh-start-resolution__circles:not(.fresh-start-resolution__circles--flip) .fresh-start-circle:focus-visible {
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
}

body.light-ui .fresh-start-resolution__circles--flip .fresh-start-circle__face {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.32), rgba(226, 232, 240, 0.5)),
    var(--fsr-bg) center/cover no-repeat;
  background-blend-mode: normal;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

body.light-ui .fresh-start-resolution__circles--flip .fresh-start-circle__face--back {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.4), rgba(226, 232, 240, 0.58)),
    var(--fsr-bg) center/cover no-repeat;
  background-blend-mode: normal;
}

body.light-ui .fresh-start-circle__badge {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

body.light-ui .fresh-start-circle__title {
  color: #0b1220;
}

body.light-ui .fresh-start-circle__text {
  color: #0b1220;
}

body.light-ui .fresh-start-circle__text--small {
  color: #0b1220;
}

body.light-ui .fresh-start-circle__hint {
  color: #0b1220;
}

body.light-ui .fresh-start-resolution__circles .fresh-start-circle.common-reasons__card {
  color: #0f172a;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.45), rgba(226, 232, 240, 0.62)),
    var(--fsr-bg, none) center/cover no-repeat;
  background-blend-mode: normal;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

body.light-ui .fresh-start-resolution__circles .common-reasons__card .fresh-start-circle__title {
  color: #0b1220;
}

body.light-ui .fresh-start-resolution__circles .common-reasons__card .fresh-start-circle__text {
  color: #24324a;
}

body.light-ui .fresh-start-resolution__circles .common-reasons__card::before {
  background: linear-gradient(200deg, rgba(248, 250, 252, 0) 20%, rgba(241, 245, 249, 0.78) 70%);
}

body.light-ui .common-reasons-carousel__nav {
  background: #ffffff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

body.light-ui .common-reasons-carousel__nav:disabled {
  background: #e2e8f0;
  color: #94a3b8;
}

body.light-ui .common-reasons-carousel__nav:not(:disabled):hover,
body.light-ui .common-reasons-carousel__nav:not(:disabled):focus-visible {
  background: #dbeafe;
  color: #1d4ed8;
}

body.light-ui .common-reasons-carousel__dot {
  background: rgba(15, 23, 42, 0.2);
}

body.light-ui .common-reasons-carousel__dot[aria-current="true"] {
  background: #2563eb;
}

@media (max-width: 640px) {
  body.light-ui .fresh-start-resolution__circles--flip .fresh-start-circle__face {
    background:
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.86),
        rgba(255, 255, 255, 0.72) 45%,
        rgba(255, 255, 255, 0.86)
      ),
      var(--fsr-bg) center/cover no-repeat;
    background-blend-mode: normal;
    background-color: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body.light-ui .fresh-start-resolution__circles--flip .fresh-start-circle__text {
    color: #1f2a44;
  }

body.light-ui .fresh-start-resolution__circles .fresh-start-circle.common-reasons__card {
    background: rgba(255, 255, 255, 0.8);
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: flex;
  justify-content: center;
  padding: 16px var(--container) calc(16px + env(safe-area-inset-bottom));
  background: rgba(6, 12, 24, 0.75);
  backdrop-filter: blur(8px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__content {
  width: min(1100px, 92vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(110, 162, 255, 0.25);
  background: rgba(15, 23, 42, 0.75);
  box-shadow: var(--shadow-lg);
}

.cookie-banner__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--paper);
}

.cookie-banner__copy {
  margin: 0;
  font-size: 14px;
  color: rgba(226, 232, 240, 0.9);
}

.cookie-banner__copy a {
  color: var(--cream);
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-banner__btn {
  min-width: 120px;
}

@media (max-width: 720px) {
  .cookie-banner__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .cookie-banner__actions {
    justify-content: flex-start;
  }
}

body.light-ui .cookie-banner {
  background: rgba(248, 250, 252, 0.9);
}

body.light-ui .cookie-banner__content {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

body.light-ui .cookie-banner__title {
  color: #0f172a;
}

body.light-ui .cookie-banner__copy {
  color: #475569;
}

body.light-ui .cookie-banner__copy a {
  color: #1d4ed8;
}

.demystify__design,
.why-cube-border,
.why-cube-decor,
.chapter-grid__corner,
.chapter-grid__border,
.graph-comment__decor {
  opacity: 0 !important;
}
