:root {
  --site-font-family: 'Segoe UI', sans-serif;
  --site-content-width: 80rem;
  --site-page-gutter: 1rem;
  --site-type-h1: clamp(2.5rem, 5vw, 3.5rem);
  --site-type-h2: clamp(1.75rem, 3vw, 2.25rem);
  --site-type-h3: 1.25rem;
  --site-type-h4: 1.125rem;
  --site-type-body: 1rem;
  --site-type-small: 0.875rem;
}

html,
body,
body *,
button,
input,
textarea,
select,
option {
  font-family: var(--site-font-family) !important;
}

body {
  font-size: var(--site-type-body);
}

html body h1 {
  font-size: var(--site-type-h1) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-wrap: balance;
}

html body h2 {
  font-size: var(--site-type-h2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-wrap: balance;
}

html body h3 {
  font-size: var(--site-type-h3) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-wrap: balance;
}

html body h4 {
  font-size: var(--site-type-h4) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-wrap: balance;
}

html body h5,
html body h6 {
  font-size: var(--site-type-body) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-wrap: balance;
}

html body :is(h1, h2, h3, h4, h5, h6) * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

html body p {
  font-size: var(--site-type-body) !important;
  line-height: 1.6;
  text-wrap: pretty;
}

html body button,
html body input,
html body textarea,
html body select {
  font-size: var(--site-type-body) !important;
}

html body small,
html body .text-xs,
html body .text-sm {
  font-size: var(--site-type-small) !important;
}

.site-header-compact {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.site-footer-logo {
  width: auto !important;
  height: 3rem !important;
  max-width: 100%;
  object-fit: contain;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html {
  scroll-padding-top: calc(var(--site-header-height, 4.5rem) + 1rem);
}

main.site-main-header-clearance {
  padding-top: var(--site-header-height, 4.5rem);
}

main.site-main-header-clearance [id] {
  scroll-margin-top: calc(var(--site-header-height, 4.5rem) + 1rem);
}

html body button.site-view-deal-link {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 2.75rem;
  padding: 0.5rem 0.25rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #004aad !important;
  font-size: var(--site-type-body) !important;
  font-weight: 500 !important;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

html body button.site-view-deal-link::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7M10 14 21 3M21 14v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7M10 14 21 3M21 14v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

html body button.site-view-deal-link:hover {
  background: transparent !important;
  color: #4f39f6 !important;
}

html body button.site-view-deal-link:focus-visible {
  background: transparent !important;
  color: #004aad !important;
  outline: 2px solid #004aad;
  outline-offset: 3px;
}

html body button.site-view-deal-link.site-view-deal-link--disabled,
html body button.site-view-deal-link.site-view-deal-link--disabled:hover,
html body button.site-view-deal-link.site-view-deal-link--disabled:focus-visible {
  color: #94a3b8 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
  outline: 0;
}

.site-price-login-notice {
  display: flex;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgb(0 74 173 / 0.2);
  border-radius: 0.75rem;
  background: #eff6ff;
  color: var(--color-gray-900);
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-price-login-notice strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.site-price-login-notice p {
  margin-top: 0.25rem;
  color: var(--color-gray-600) !important;
}

.site-price-login-notice a {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  background: #004aad;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.site-price-login-notice a:hover,
.site-price-login-notice a:focus-visible {
  background: #4f39f6;
}

.site-protected-price {
  display: inline-block;
  filter: blur(0.35rem);
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

.site-protected-source {
  filter: blur(0.35rem);
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

/* The animated hero sizes itself from window.innerWidth, which includes the
   vertical scrollbar. Clamp it to the content box to prevent page overflow. */
.relative.w-full > canvas.absolute.inset-0.w-full {
  width: 100% !important;
  max-width: 100%;
}

.site-home-hero {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
}

.site-home-hero__content {
  width: 100%;
  padding-top: calc(var(--site-header-height, 4.5rem) + 2rem) !important;
  padding-bottom: 3rem !important;
}

.site-stock-search-wrap {
  min-height: 0 !important;
  margin-top: 1.5rem !important;
}

.site-stock-search-wrap > .mt-4 {
  margin-top: 0.5rem !important;
}

.site-stock-search-row {
  align-items: stretch;
}

.site-stock-search-input {
  min-height: 3rem;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  box-shadow: inset 0 0 0 1px rgb(79 57 246 / 0.35) !important;
}

.site-stock-search-button {
  min-height: 3rem;
  padding: 0.75rem 1.5rem !important;
  white-space: nowrap;
}

.how-it-works__header {
  margin-bottom: 2rem !important;
}

.how-it-works__heading {
  margin-bottom: 0 !important;
}

.how-it-works__intro {
  max-width: 58rem;
  margin: 0.75rem 0 0;
  color: var(--color-gray-600);
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.why-compare {
  padding: 3.5rem 1rem;
  background: #f8f8f8;
}

.why-compare__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: var(--site-content-width);
  min-height: 27rem;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--color-gray-200);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: var(--shadow-lg);
}

.why-compare__content {
  display: flex;
  padding: clamp(2rem, 5vw, 4rem);
  flex-direction: column;
  justify-content: center;
}

.latest-insights {
  padding: 3.5rem 1rem !important;
  background: #ffffff !important;
}

.latest-insights__container {
  width: 100%;
  max-width: var(--site-content-width) !important;
  padding: 0 !important;
}

.latest-insights__header {
  display: flex;
  margin-bottom: 1.25rem !important;
  padding: 1.5rem 1.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #f8f8f8;
}

.latest-insights__copy {
  min-width: 0;
}

.latest-insights__heading {
  margin: 0 !important;
  color: var(--color-gray-900) !important;
  font-size: var(--site-type-h2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-wrap: balance;
}

.latest-insights__intro {
  max-width: 58rem;
  margin: 0.5rem 0 0;
  color: var(--color-gray-700);
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.latest-insights__view-all {
  flex: none;
  color: #004aad !important;
  font-weight: 600;
  white-space: nowrap;
}

.latest-insights__view-all:hover {
  color: #4f39f6 !important;
}

.latest-insights__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

.latest-insights__card {
  overflow: hidden;
  border: 1px solid var(--color-gray-200);
  border-radius: 0.75rem !important;
  background: #ffffff;
  box-shadow: var(--shadow-md) !important;
}

.latest-insights__image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2.8 / 1;
  object-fit: cover;
}

.latest-insights__body {
  padding: 1rem 1.125rem !important;
}

.latest-insights__title {
  display: -webkit-box;
  min-height: 3rem;
  margin: 0 !important;
  overflow: hidden;
  color: var(--color-gray-900) !important;
  font-size: var(--site-type-h3) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.latest-insights__summary {
  display: none !important;
}

.latest-insights__date {
  margin-top: 0.75rem;
  color: var(--color-gray-500) !important;
  font-size: var(--site-type-small) !important;
}

@media (max-width: 1023px) {
  .latest-insights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 639px) {
  .latest-insights {
    padding: 2.5rem 1rem !important;
  }

  .latest-insights__header {
    padding: 1.25rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .latest-insights__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .latest-insights__image {
    aspect-ratio: 2.25 / 1;
  }
}

.why-choose-platform {
  padding: 0 var(--site-page-gutter) 4rem;
  background: #ffffff;
}

.why-choose-platform__container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--site-content-width);
  margin-inline: auto;
  padding: 3rem 2rem;
  background: #f8f8f8;
}

.why-choose-platform__header {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 2rem;
}

.why-choose-platform__heading {
  margin: 0;
  color: var(--color-gray-900);
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.why-choose-platform__intro {
  max-width: 44rem;
  margin: 0;
  color: var(--color-gray-600);
  font-size: 1rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.why-choose-platform__grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.why-choose-platform__card {
  display: flex;
  min-height: 9rem;
  padding: 1.5rem;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid var(--color-gray-200);
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.why-choose-platform__check {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: 9999px;
  background: #004aad;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

.why-choose-platform__card h3 {
  margin: 0;
  color: var(--color-gray-900);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-wrap: balance;
}

.why-choose-platform__card p {
  margin: 0.5rem 0 0;
  color: var(--color-gray-600);
  font-size: 0.9375rem;
  line-height: 1.55;
  text-wrap: pretty;
}

@media (max-width: 1023px) {
  .why-choose-platform__container {
    padding: 2.5rem 1.5rem;
  }

  .why-choose-platform__header {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
  }

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

@media (max-width: 639px) {
  .why-choose-platform {
    padding: 0 0.75rem 3rem;
  }

  .why-choose-platform__container {
    padding: 2rem 1rem;
  }

  .why-choose-platform__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-choose-platform__card {
    min-height: 0;
    padding: 1.25rem;
  }
}

.why-compare__title {
  margin: 0;
  color: var(--color-gray-900);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.why-compare__text {
  max-width: 36rem;
  margin: 0.875rem 0 0;
  color: var(--color-gray-600);
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.why-compare__list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.why-compare__list li {
  display: flex;
  color: var(--color-gray-800);
  font-size: 0.975rem;
  line-height: 1.45;
  align-items: flex-start;
  gap: 0.75rem;
}

.why-compare__list li > span:first-child {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.075rem;
  border-radius: 9999px;
  background: #004aad;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.why-compare__media {
  min-height: 100%;
  overflow: hidden;
  background: var(--color-gray-100);
}

.why-compare__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .why-compare {
    padding: 2.5rem 1rem;
  }

  .why-compare__card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    border-radius: 1rem;
  }

  .why-compare__content {
    padding: 1.5rem;
  }

  .why-compare__media {
    min-height: 15rem;
  }
}

.wp-share-showcase {
  padding: 3rem 1rem;
  background: var(--color-white);
}

.wp-share-showcase__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: var(--site-content-width);
  margin: 0 auto 1.25rem;
  padding: 1.5rem;
  background: var(--color-gray-50, #f9fafb);
}

.wp-share-showcase__intro-copy {
  min-width: 0;
}

.wp-share-showcase__intro-title {
  margin: 0;
  color: var(--color-gray-900);
  font-size: clamp(1.625rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}

.wp-share-showcase__intro-text {
  max-width: 46rem;
  margin: 0.375rem 0 0;
  color: var(--color-gray-700);
  font-size: 1rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.wp-share-showcase__view-all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  color: #004aad;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease-out;
}

.wp-share-showcase__view-all:hover,
.wp-share-showcase__view-all:focus-visible {
  color: #4f39f6;
}

.wp-share-showcase__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(20rem, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: var(--site-content-width);
  margin-inline: auto;
}

.wp-share-panel {
  padding: 2rem;
  border: 1px solid var(--color-gray-100);
  border-radius: 1.5rem;
  background: #f7f7ff;
}

.wp-share-panel--arrivals {
  background: #fffafa;
}

.wp-share-panel__title {
  margin-bottom: 1.5rem;
  color: var(--color-gray-900);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-wrap: balance;
}

.wp-share-panel__title span {
  color: #004aad;
}

.wp-share-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.wp-share-panel--arrivals .wp-share-panel__grid {
  grid-template-columns: minmax(0, 1fr);
}

.wp-share-card {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 0.875rem;
  min-height: 7rem;
  align-items: center;
  padding: 1.125rem;
  border: 1px solid var(--color-gray-100);
  border-radius: 0.75rem;
  background: var(--color-white);
  box-shadow: var(--shadow-md);
}

.wp-share-card__image {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.wp-share-card__title {
  color: var(--color-gray-900);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-wrap: pretty;
}

.wp-share-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-top: 0.625rem;
}

.wp-share-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #004aad;
  font-size: 0.9375rem;
  font-weight: 500;
}

.wp-share-card__link:hover {
  color: #4f39f6;
}

.wp-share-card__link--price {
  color: var(--color-green-700);
}

.wp-share-card__link--price:hover {
  color: var(--color-green-600);
}

.wp-share-card__chevron {
  font-size: 1.25rem;
  line-height: 1;
}

.wp-share-skeleton {
  min-height: 7rem;
  border: 1px solid var(--color-gray-100);
  border-radius: 0.75rem;
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}

.wp-share-showcase__error {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: var(--color-white);
  color: var(--color-gray-600);
  text-align: center;
}

.wp-share-showcase__error a {
  color: #004aad;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .wp-share-showcase__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 639px) {
  .wp-share-showcase__intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem;
  }

  .wp-share-showcase__intro-text {
    font-size: 0.9375rem;
  }

  .wp-share-showcase__view-all {
    align-self: stretch;
    justify-content: space-between;
    padding-inline: 0;
  }

  .site-about-orbit {
    width: calc(100vw - 2rem) !important;
    height: calc(100vw - 2rem) !important;
  }

  .site-about-partner-card {
    right: 0.5rem !important;
    left: auto !important;
    max-width: calc(100vw - 1rem);
  }

  .site-about-partner-column {
    width: 100% !important;
  }

  .site-pricing-popular-badge {
    right: 1rem !important;
    translate: 0 0 !important;
    transform: translateY(-50%) !important;
  }

  .wp-share-showcase {
    padding: 2.5rem 1rem;
  }

  .wp-share-panel {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .wp-share-panel__title {
    font-size: 1.5rem;
  }

  .wp-share-panel__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.site-primary-button {
  border-color: #004aad !important;
  background-color: #004aad !important;
  background-image: none !important;
  color: #ffffff !important;
}

.site-primary-button:hover,
.site-primary-button:focus-visible {
  border-color: #4f39f6 !important;
  background-color: #4f39f6 !important;
  background-image: none !important;
  color: #ffffff !important;
}

.site-primary-button.site-secondary-plan-button {
  border-color: rgb(0 74 173 / 0.2) !important;
  background-color: rgb(0 74 173 / 0.58) !important;
}

.site-primary-button.site-secondary-plan-button:hover,
.site-primary-button.site-secondary-plan-button:focus-visible {
  border-color: #4f39f6 !important;
  background-color: #4f39f6 !important;
}

.site-primary-button:disabled,
.site-primary-button[aria-disabled='true'] {
  cursor: not-allowed;
  opacity: 0.5;
}

.site-prefooter-cta {
  padding: 3rem 1rem;
  background: #f8f8f8;
}

.site-prefooter-cta__card {
  display: flex;
  width: min(66%, 64rem);
  min-height: 0;
  aspect-ratio: 2.36 / 1;
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 5vw, 4rem);
  border-radius: 2rem;
  background: #004aad;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-prefooter-cta__title {
  max-width: 52rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.site-prefooter-cta__title em {
  display: block;
  margin-top: 0.25rem;
  color: #dbeafe;
  font-family: var(--site-font-family) !important;
  font-weight: 500;
  font-style: italic;
}

.site-prefooter-cta__text {
  max-width: 52rem;
  margin: 1.5rem 0 0;
  color: rgb(255 255 255 / 0.86);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.site-prefooter-cta__button {
  display: inline-flex;
  min-height: 3.5rem;
  margin-top: 2.25rem;
  padding: 0.875rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  background: #ffffff;
  color: #004aad;
  font-size: 1rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  transition: border-color 180ms ease-out, background-color 180ms ease-out, color 180ms ease-out;
}

.site-prefooter-cta__button:hover,
.site-prefooter-cta__button:focus-visible {
  border-color: #4f39f6;
  background: #4f39f6;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .site-prefooter-cta__card {
    width: calc(100% - 2rem);
    min-height: 20rem;
    aspect-ratio: auto;
  }
}

.faq-showcase {
  background: #ffffff;
  color: #0f172a;
}

.faq-page-surface {
  background: #f9fafb;
  color: #0f172a;
}

.faq-showcase {
  padding-block: 3rem !important;
}

.faq-showcase > div,
.faq-page-showcase {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(32rem, 1.2fr);
  column-gap: 4rem;
  align-items: start;
  width: 100%;
  max-width: var(--site-content-width) !important;
}

.faq-page-showcase {
  min-height: 100vh;
  padding-block: 3rem !important;
}

.faq-showcase__intro,
.faq-page-showcase > .faq-showcase__heading {
  position: sticky;
  top: 6rem;
  align-self: start;
}

.faq-showcase__intro {
  display: block !important;
  margin: 0 !important;
}

.faq-showcase__intro > a {
  display: none;
}

.faq-showcase__heading {
  max-width: 30rem;
  margin: 0 !important;
  color: var(--color-gray-900) !important;
  font-family: var(--site-font-family) !important;
  text-wrap: balance;
}

.faq-showcase__heading span,
.faq-showcase__heading em {
  display: inline;
}

.faq-showcase__heading em {
  margin-left: 0.375rem;
  color: #004aad;
  font-weight: inherit;
  font-style: normal;
}

.faq-showcase__subtitle {
  display: block;
  max-width: 28rem;
  margin-top: 1rem;
  color: var(--color-gray-600);
  font-family: var(--site-font-family) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: pretty;
}

html body .faq-page-showcase > .faq-showcase__heading > .faq-showcase__subtitle {
  display: block;
  margin-top: 1rem;
  color: var(--color-gray-600);
  font-size: var(--site-type-body) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  text-wrap: pretty;
}

.faq-showcase > div > .space-y-6,
.faq-showcase > div > .faq-overrides,
.faq-page-showcase > .space-y-6,
.faq-page-showcase > .faq-overrides,
.faq-page-showcase > .flex,
.faq-page-showcase > .mb-4,
.faq-page-showcase > .mt-8 {
  grid-column: 2;
}

.faq-showcase .space-y-4,
.faq-showcase .faq-overrides,
.faq-page-showcase .space-y-4,
.faq-page-showcase .faq-overrides {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-showcase .space-y-4 > div,
.faq-showcase .faq-overrides > div,
.faq-page-showcase .space-y-4 > div,
.faq-page-showcase .faq-overrides > div {
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid var(--color-gray-200);
  border-radius: 0.5rem !important;
  background: var(--color-white) !important;
  box-shadow: var(--shadow-md) !important;
}

.faq-showcase .space-y-4 > div > .p-4,
.faq-showcase .faq-overrides > div > .p-4,
.faq-page-showcase .space-y-4 > div > .p-4,
.faq-page-showcase .faq-overrides > div > .p-4 {
  min-height: 4.5rem;
  padding: 1.25rem 1.5rem !important;
  align-items: flex-start;
}

.faq-showcase h3,
.faq-page-showcase h3 {
  color: var(--color-gray-900) !important;
  font-size: var(--site-type-h3) !important;
  font-weight: 600 !important;
  line-height: 1.5;
  text-wrap: pretty;
}

.faq-showcase .space-y-4 p,
.faq-showcase .faq-overrides p,
.faq-page-showcase .space-y-4 p,
.faq-page-showcase .faq-overrides p {
  color: var(--color-gray-600) !important;
  line-height: 1.625;
  text-wrap: pretty;
}

.faq-showcase .ml-4,
.faq-page-showcase .ml-4 {
  display: grid;
  min-width: 1.5rem;
  place-items: center;
  color: var(--color-indigo-600);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.faq-showcase .ml-4 svg,
.faq-page-showcase .ml-4 svg {
  display: none;
}

.faq-showcase .ml-4::before,
.faq-page-showcase .ml-4::before {
  content: '+';
}

.faq-showcase .ml-4:has(svg.rotate-180)::before,
.faq-page-showcase .ml-4:has(svg.rotate-180)::before {
  content: '−';
}

.faq-showcase__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-gray-200);
}

.faq-showcase__footer p {
  color: var(--color-gray-900) !important;
  font-weight: 600;
}

.faq-showcase__footer a {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background: var(--color-indigo-600);
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 500;
}

.faq-showcase__footer a:hover {
  background: var(--color-indigo-700);
}

@media (max-width: 1023px) {
  .faq-showcase > div,
  .faq-page-showcase {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 3rem;
  }

  .faq-showcase__intro,
  .faq-page-showcase > .faq-showcase__heading {
    position: static;
  }

  .faq-showcase > div > .space-y-6,
  .faq-showcase > div > .faq-overrides,
  .faq-page-showcase > .space-y-6,
  .faq-page-showcase > .faq-overrides,
  .faq-page-showcase > .flex,
  .faq-page-showcase > .mb-4,
  .faq-page-showcase > .mt-8 {
    grid-column: 1;
  }
}

@media (max-width: 639px) {
  .site-price-login-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .site-price-login-notice a {
    width: 100%;
  }

  .site-home-hero__content {
    padding-top: calc(var(--site-header-height, 4.5rem) + 1.5rem) !important;
    padding-bottom: 2.5rem !important;
  }

  .site-prefooter-cta {
    padding: 0.75rem;
  }

  .site-prefooter-cta__card {
    width: 100%;
    min-height: 19rem;
    aspect-ratio: auto;
    border-radius: 1.5rem;
  }

  .site-prefooter-cta__text {
    margin-top: 1.125rem;
  }

  .site-prefooter-cta__button {
    width: 100%;
    max-width: 18rem;
    margin-top: 1.75rem;
  }

  .faq-showcase,
  .faq-page-showcase {
    padding-block: 3.5rem !important;
  }

  .faq-showcase .space-y-4 > div > .p-4,
  .faq-showcase .faq-overrides > div > .p-4,
  .faq-page-showcase .space-y-4 > div > .p-4,
  .faq-page-showcase .faq-overrides > div > .p-4 {
    padding: 1.25rem !important;
  }

  .faq-showcase__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-showcase *,
  .faq-page-showcase * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
