/* Full-width pricing statement inspired by the supplied pink reference. */
.dz-price-highlight {
  --price-navy: #211758;
  --price-violet: #5a00ff;
  --price-lavender: #b493ff;
  --price-yellow: #ffc93d;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--price-navy);
  color: #fff;
  padding: clamp(76px, 8vw, 116px) 0 clamp(88px, 10vw, 136px);
}

/* The inbox follows cancellations as one continuous story: lost time → quick reply. */
.dz-flow-combined {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  background:
    radial-gradient(70% 35% at 8% 14%, rgba(255, 255, 255, .92), transparent 72%),
    radial-gradient(65% 34% at 92% 66%, rgba(255, 255, 255, .76), transparent 70%),
    linear-gradient(180deg, #eee8ff 0%, #f7f4ff 50%, #fff 100%);
  box-shadow: none;
}
.dz-flow-combined::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image: radial-gradient(rgba(90, 0, 255, .14) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 28%, transparent 72%, #000 100%);
}
.dz-flow-combined > .dz-nf-cancel,
.dz-flow-combined > .dz-nf-inbox--after-cancel {
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.dz-flow-combined > .dz-nf-cancel { padding-bottom: clamp(52px, 5vw, 78px); }
.dz-nf-inbox--after-cancel {
  position: relative;
  margin-top: 0;
  padding-top: clamp(58px, 6vw, 86px);
  background: linear-gradient(180deg, rgba(238,232,255,.56), rgba(255,255,255,0) 220px);
}
.dz-flow-bridge {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100% - 48px, 720px);
  margin: 0 auto;
  color: rgba(42, 16, 103, .58);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}
.dz-flow-bridge-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90, 0, 255, .25));
}
.dz-flow-bridge-line:last-child {
  background: linear-gradient(90deg, rgba(90, 0, 255, .25), transparent);
}
@media (min-width: 992px) {
  .dz-flow-combined > .dz-nf-cancel { padding-bottom: 48px; }
  .dz-flow-combined > .dz-nf-inbox--after-cancel { padding-top: 64px; }
  .dz-flow-bridge { width: min(100% - 160px, 920px); }
}
@media (max-width: 600px) {
  .dz-flow-combined { margin: 0; border-radius: 0; }
  .dz-flow-combined > .dz-nf-cancel { padding-bottom: 64px; }
  .dz-nf-inbox--after-cancel { margin-top: 0; padding-top: 72px; }
  .dz-flow-bridge { width: calc(100% - 32px); gap: 9px; font-size: .56rem; letter-spacing: .08em; }
  .dz-nf-pillnote { width: 100%; margin-top: 28px; font-size: .84rem; }
}

.dz-price-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .85;
  background: radial-gradient(circle at 10% 12%, rgba(180,147,255,.24), transparent 24%), radial-gradient(circle at 94% 82%, rgba(90,0,255,.32), transparent 30%), linear-gradient(115deg, rgba(255,255,255,.03), transparent 42%);
}

.dz-price-highlight-wrap { position: relative; z-index: 1; }
.dz-price-highlight-heading { text-align: center; }
.dz-price-highlight-kicker { display: block; margin-bottom: 18px; color: var(--price-yellow); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dz-price-highlight-heading h2 {
  display: inline-block;
  margin: 0;
  padding: .16em .28em .2em;
  background: var(--price-yellow);
  color: var(--price-navy);
  font-size: clamp(2.2rem, 5.2vw, 4.55rem);
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 800;
}
.dz-price-highlight-gold { color: var(--price-navy); }
.dz-price-highlight-heading p {
  margin: 28px auto 0;
  max-width: 760px;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.45;
  color: rgba(255,255,255,.78);
  font-weight: 400;
}

.dz-price-highlight-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: start;
  max-width: 1100px;
  margin: 48px auto 0;
}
.dz-price-highlight-offer h3,
.dz-price-highlight-benefits h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 800;
}
.dz-price-highlight-offer { padding-top: 12px; text-align: center; }
.dz-price-highlight-zero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(100%, 330px);
  aspect-ratio: 1.15;
  margin: 0 auto 16px;
  background: #fff;
  color: var(--price-navy);
  border: 7px solid var(--price-lavender);
  transform: rotate(-2.5deg);
  box-shadow: 14px 16px 0 rgba(90,0,255,.65);
}
.dz-price-highlight-zero span { font-size: clamp(7rem, 14vw, 10rem); line-height: .8; font-weight: 800; letter-spacing: -.1em; }
.dz-price-highlight-zero strong { align-self: center; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.dz-price-highlight-offer p { margin: 20px auto 0; max-width: 390px; color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.5; }
.dz-price-highlight-offer p + p { margin-top: 10px; }
.dz-price-highlight-offer a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.dz-price-highlight-benefits { padding-top: 12px; }
.dz-price-highlight-benefits h3 { margin-bottom: 24px; }
.dz-price-highlight-benefits ul { display: grid; gap: 15px; padding: 0; margin: 0; list-style: none; }
.dz-price-highlight-benefits li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; font-size: clamp(.95rem, 1.4vw, 1.15rem); line-height: 1.35; }
.dz-price-highlight-benefits li i { margin-top: 1px; color: var(--price-yellow); font-size: 1.45rem; }
.dz-price-highlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  padding: 17px 30px;
  border-radius: 999px;
  background: var(--price-yellow);
  color: var(--price-navy);
  font-size: 1.05rem;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease;
}
.dz-price-highlight-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 28px rgba(0,0,0,.16); }
.dz-price-highlight-cta:active { transform: scale(.98); }
.dz-price-highlight-cta i { transition: transform .25s ease; }
.dz-price-highlight-cta:hover i { transform: translateX(4px); }

.dz-price-highlight-shape { position: absolute; z-index: -1; background: var(--price-violet); opacity: .7; pointer-events: none; }
.dz-price-highlight-shape--one { width: 220px; height: 270px; top: -92px; left: 12%; border-radius: 48% 52% 62% 38%; transform: rotate(18deg); }
.dz-price-highlight-shape--two { width: 260px; height: 190px; top: 24px; right: 4%; border-radius: 60% 40% 48% 52%; transform: rotate(-20deg); }
.dz-price-highlight-shape--two { background: var(--price-lavender); opacity: .18; }
.dz-price-highlight-shape--three { width: 230px; height: 170px; bottom: -48px; left: 20%; border-radius: 55% 45% 38% 62%; transform: rotate(-12deg); }
.dz-price-highlight-shape--four { width: 280px; height: 230px; bottom: -66px; right: 14%; border-radius: 42% 58% 55% 45%; transform: rotate(22deg); }

@media (max-width: 720px) {
  .dz-price-highlight { padding: 58px 0 72px; }
  .dz-price-highlight-heading { text-align: center; }
  .dz-price-highlight-heading p { margin: 22px auto 0; }
  .dz-price-highlight-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 34px; }
  .dz-price-highlight-offer h3,
  .dz-price-highlight-benefits h3 { text-align: center; }
  .dz-price-highlight-offer,
  .dz-price-highlight-benefits { padding-top: 0; }
  .dz-price-highlight-benefits ul { max-width: 420px; margin-inline: auto; }
  .dz-price-highlight-zero { width: min(100%, 240px); border-width: 5px; box-shadow: 9px 10px 0 rgba(90,0,255,.65); }
  .dz-price-highlight-zero span { font-size: 6rem; }
  .dz-price-highlight-zero strong { font-size: 2.65rem; }
  .dz-price-highlight-offer p { margin-top: 13px; font-size: .92rem; line-height: 1.4; }
  .dz-price-highlight-benefits ul { gap: 11px; }
  .dz-price-highlight-benefits li { grid-template-columns: 24px 1fr; gap: 10px; font-size: .92rem; }
  .dz-price-highlight-benefits li i { font-size: 1.2rem; }
  .dz-price-highlight-cta { display: flex; width: fit-content; margin: 38px auto 0; }
  .dz-price-highlight-shape--one { left: -80px; }
  .dz-price-highlight-shape--two { right: -100px; }
}

@media (prefers-reduced-motion: reduce) {
  .dz-price-highlight-cta { transition: none; }
}

/* FAQ — full-width, airy help-center rhythm. */
.dz-faq-section {
  width: 100%;
  padding: clamp(92px, 10vw, 150px) 0 clamp(110px, 12vw, 170px);
  background: #f7f5ff;
}
.dz-faq-section > .dz-wrap { display: block; }
.dz-faq-section .dz-head {
  position: static;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.dz-faq-section .dz-eyebrow { display: none; }
.dz-faq-section .dz-head h2 {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-family);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}
.dz-faq-section .dz-head h2 .serif { color: var(--brand-purple); font-family: inherit; font-style: normal; font-weight: 800; }
.dz-faq-section .dz-head p {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.55;
}
.dz-faq-section .dz-head p a { color: var(--brand-purple); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.dz-faq-list {
  width: 100%;
  max-width: none;
  margin-top: clamp(64px, 8vw, 104px);
  gap: 0;
}
.dz-faq-item,
.dz-faq-item.is-open {
  border: 0;
  border-bottom: 2px solid rgba(10,10,11,.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dz-faq-item:first-child { border-top: 2px solid rgba(10,10,11,.08); }
.dz-faq-q {
  min-height: 90px;
  padding: 24px 34px;
  color: var(--ink);
  font-size: clamp(1rem, 1.65vw, 1.3rem);
  font-weight: 700;
}
.dz-faq-q i { color: var(--ink); font-size: .8em; }
.dz-faq-item.is-open .dz-faq-q i { color: var(--primary); }
.dz-faq-a-inner { padding: 0 34px 28px; color: var(--text-muted); }
.dz-faq-section > .dz-wrap > p { margin-top: 40px !important; text-align: center !important; }

@media (max-width: 600px) {
  .dz-faq-section { padding: 72px 0 96px; }
  .dz-faq-section > .dz-wrap { display: block; }
  .dz-faq-section .dz-head { position: static; max-width: none; margin-bottom: 0; }
  .dz-faq-section > .dz-wrap > p { text-align: center !important; }
  .dz-faq-section .dz-head h2 { font-size: clamp(2.6rem, 14vw, 4rem); }
  .dz-faq-list { margin-top: 52px; }
  .dz-faq-q { min-height: 76px; padding: 20px 4px; gap: 12px; }
  .dz-faq-a-inner { padding: 0 4px 24px; }
}
