@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');

.csq-hp {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #111827;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}

.csq-hp > section {
  min-height: 0 !important;
  height: auto !important;
}

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

.csq-hp-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.csq-hp-section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0F766E;
  margin: 0 0 12px 0;
}

.csq-hp-section--bordered {
  border-top: 0 !important;
}

.csq-hp-hero {
  padding: 20px 0 0;
}

.csq-hp-hero .csq-hp-container {
  padding: 0 20px;
}

.csq-hp-hero__inner {
  display: flex;
  flex-direction: column;
}

.csq-hp-hero__text {
  text-align: center;
}

.csq-hp-hero__headline {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 12px 0;
}

.csq-hp-hero__headline-accent {
  color: #E8A621;
}

.csq-hp-hero__subheadline {
  font-size: 16px;
  line-height: 1.6;
  color: #6B7280;
  margin: 0 0 20px 0;
}

.csq-hp-hero__cta {
  display: block;
  width: 100%;
  background: #E8A621;
  color: #fff;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 24px;
  text-align: center;
  transition: background 0.15s ease;
  border: none;
  cursor: pointer;
}

.csq-hp-hero__cta:hover {
  background: #d4961e;
  color: #fff;
  text-decoration: none;
}

.csq-hp-hero__trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #6B7280;
}

.csq-hp-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.csq-hp-hero__trust-sep {
  margin: 0 7px;
  opacity: 0.5;
}

.csq-hp-hero__trust-dot {
  display: none;
}

.csq-hp-hero__cards {
  width: min(100%, 320px);
  align-self: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.csq-hp-cards-rotator {
  display: grid;
}

.csq-hp-cards-rotator > * {
  grid-area: 1 / 1;
}

.csq-hp-card-preview {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 14px 16px;
  opacity: 0;
  animation: csq-hp-crossfade 9s infinite;
  display: flex;
  flex-direction: column;
}

.csq-hp-card-preview--placeholder {
  opacity: 0 !important;
  animation: none !important;
  pointer-events: none;
  visibility: hidden;
}

.csq-hp-card-preview--1 {
  animation-delay: 0s;
}

.csq-hp-card-preview--2 {
  animation-delay: 3s;
}

.csq-hp-card-preview--3 {
  animation-delay: 6s;
}

@keyframes csq-hp-crossfade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  30% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}

.csq-hp-card-preview__rank {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
  margin: 0 0 2px 0;
}

.csq-hp-card-preview__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.csq-hp-card-preview__card-art {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.58;
  min-height: 118px;
  border-radius: 12px;
  padding: 12px;
  margin: 5px 0 8px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 10px 22px rgba(15,23,42,0.16);
}

.csq-hp-card-preview__card-art::before,
.csq-hp-card-preview__card-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.csq-hp-card-preview__card-art::before {
  width: 135px;
  height: 135px;
  right: -46px;
  top: -70px;
  background: rgba(255,255,255,0.14);
}

.csq-hp-card-preview__card-art::after {
  width: 78px;
  height: 78px;
  right: 14px;
  bottom: -42px;
  background: rgba(255,255,255,0.11);
}

.csq-hp-card-preview__card-art--cashback {
  background: linear-gradient(135deg, #06070A 0%, #171923 58%, #0B0F12 100%);
}

.csq-hp-card-preview__card-art--travel {
  background: linear-gradient(135deg, #9F1239 0%, #DC2626 56%, #7F1D1D 100%);
}

.csq-hp-card-preview__card-art--rewards {
  background: linear-gradient(135deg, #0B1B3A 0%, #172554 58%, #0F172A 100%);
}

.csq-hp-card-preview__card-top,
.csq-hp-card-preview__card-bottom,
.csq-hp-card-preview__card-title {
  position: relative;
  z-index: 1;
}

.csq-hp-card-preview__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.csq-hp-card-preview__card-brand {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.82;
}

.csq-hp-card-preview__card-chip {
  width: 25px;
  height: 19px;
  border-radius: 5px;
  background: linear-gradient(135deg, #F6D77B, #B7791F);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
  flex-shrink: 0;
}

.csq-hp-card-preview__card-chip::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid rgba(83,50,12,0.32);
}

.csq-hp-card-preview__card-title {
  font-size: 17px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.csq-hp-card-preview__card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.82;
}

.csq-hp-card-preview__card-number {
  white-space: nowrap;
}

.csq-hp-card-preview__card-type {
  text-align: right;
  white-space: nowrap;
}

.csq-hp-card-preview__divider {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 6px 0;
}

.csq-hp-card-preview__nev-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.csq-hp-card-preview__label {
  font-size: 12px;
  font-weight: 700;
  color: #6B7280;
  white-space: nowrap;
}

.csq-hp-card-preview__value {
  font-size: 14px;
  font-weight: 700;
  color: #0F766E;
  white-space: nowrap;
}

.csq-hp-card-preview__breakdown-header {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9CA3AF;
  margin: 0 0 4px 0;
}

.csq-hp-card-preview__breakdown {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.csq-hp-card-preview__breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.csq-hp-card-preview__breakdown-label {
  font-size: 12px;
  color: #6B7280;
}

.csq-hp-card-preview__breakdown-amount {
  font-size: 12px;
  font-weight: 600;
  color: #0F766E;
}

.csq-hp-card-preview__breakdown-amount--negative {
  color: #DC2626;
}

.csq-hp-card-preview__breakdown-amount--free {
  color: #6B7280;
  font-weight: 400;
}

.csq-hp-card-preview__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.csq-hp-card-preview__benefit {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #374151;
}

.csq-hp-card-preview__benefit::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E8A621;
  flex-shrink: 0;
}

.csq-hp-card-preview__benefit--more {
  color: #9CA3AF;
  font-style: italic;
}

.csq-hp-card-preview__benefit--more::before {
  display: none;
}

.csq-hp-ghost-bar {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  height: 24px;
  opacity: 0.35;
}

.csq-hp-how {
  padding: 40px 0 28px;
  display: block;
}

.csq-hp-how .csq-hp-container {
  width: 100%;
  padding: 0 20px;
}

.csq-hp-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.csq-hp-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.csq-hp-step__number {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #E8A621;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csq-hp-step__title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
}

.csq-hp-step__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0;
}

.csq-hp-why {
  padding: 40px 0 28px;
}

.csq-hp-why .csq-hp-container {
  padding: 0 20px;
}

.csq-hp-why__headline {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.csq-hp-why__body {
  font-size: 16px;
  line-height: 1.7;
  color: #6B7280;
  margin: 0 0 12px 0;
}

.csq-hp-why__body:last-of-type {
  margin-bottom: 0;
}

.csq-hp-categories {
  padding: 40px 0 28px;
  max-width: 100%;
  overflow-x: hidden;
}

.csq-hp-categories .csq-hp-container {
  padding: 0 20px;
}

.csq-hp-cat-table {
  width: 100% !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 12px 14px !important;
  table-layout: fixed !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.csq-hp-cat-table tr {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.csq-hp-cat-table td {
  width: 50% !important;
  padding: 0 !important;
  vertical-align: top !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.csq-hp-cat-carousel {
  display: none;
}

.csq-hp-cat-card {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  color: inherit;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-radius: 14px;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.csq-hp-cat-card:hover,
.csq-hp-cat-card:focus {
  transform: translateY(-2px);
  filter: saturate(1.03);
  text-decoration: none;
}

.csq-hp-cat-card__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.csq-hp-cat-card__image {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  max-width: 100%;
  border-radius: 14px;
}

.csq-hp .csq-hp-cat-card {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.csq-hp .csq-hp-cat-card__image {
  margin: 0 !important;
  vertical-align: top;
}

@media (max-width: 480px) {
  .csq-hp-categories .csq-hp-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
  }

  .csq-hp-categories .csq-hp-section-label {
    padding-left: 20px;
  }

  .csq-hp-cat-table {
    display: none !important;
  }

  .csq-hp-cat-carousel {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .csq-hp-cat-carousel__track {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 2px;
    scroll-padding-left: 9%;
  }

  .csq-hp-cat-carousel__track::-webkit-scrollbar {
    display: none;
  }

  .csq-hp-cat-carousel__slide {
    position: relative;
    display: block;
    flex: 0 0 82%;
    width: 82%;
    max-width: 82%;
    min-width: 0;
    height: 0;
    padding-top: 51.7%;
    overflow: hidden;
    margin: 0;
    line-height: 0;
    text-decoration: none;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    scroll-snap-align: start;
  }

  .csq-hp-cat-card__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
}

.csq-hp-faq {
  padding: 40px 0 28px;
}

.csq-hp-faq .csq-hp-container {
  padding: 0 20px;
}

.csq-hp-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.csq-hp-faq__item {
  border-bottom: 1px solid #E5E7EB;
  padding: 14px 0;
}

.csq-hp-faq__item:last-child {
  border-bottom: none;
}

.csq-hp-faq__question {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 6px 0;
}

.csq-hp-faq__answer {
  font-size: 16px;
  line-height: 1.6;
  color: #6B7280;
  margin: 0;
}

.csq-hp-final-cta {
  padding: 40px 0;
  text-align: center;
}

.csq-hp-final-cta .csq-hp-container {
  padding: 0 20px;
}

.csq-hp-final-cta__text {
  font-size: 14px;
  color: #6B7280;
  margin: 0 0 14px 0;
}

.csq-hp-final-cta__btn {
  display: block;
  width: 100%;
  background: #E8A621;
  color: #fff;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 24px;
  text-align: center;
  transition: background 0.15s ease;
  border: none;
  cursor: pointer;
}

.csq-hp-final-cta__btn:hover {
  background: #d4961e;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .csq-hp-hero {
    padding: 50px 0 10px;
  }

  .csq-hp-hero__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .csq-hp-hero__text {
    text-align: left;
    flex: 1;
  }

  .csq-hp-hero__headline {
    font-size: 32px;
  }

  .csq-hp-hero__subheadline {
    max-width: 400px;
  }

  .csq-hp-hero__cta {
    display: inline-flex;
    width: auto;
    border-radius: 10px;
    padding: 13px 30px;
  }

  .csq-hp-hero__trust {
    flex-direction: row;
    align-items: center;
    gap: 0;
    justify-content: flex-start;
  }

  .csq-hp-hero__trust-sep {
    display: inline;
    margin: 0 7px;
    opacity: 0.5;
  }

  .csq-hp-hero__trust-dot {
    display: none;
  }

  .csq-hp-hero__cards {
    width: 230px;
    align-self: auto;
    flex-shrink: 0;
  }

  .csq-hp-card-preview__card-art {
    min-height: 112px;
    padding: 11px;
    margin: 4px 0 7px 0;
  }

  .csq-hp-card-preview__card-title {
    font-size: 16px;
  }

  .csq-hp-card-preview__card-bottom {
    font-size: 7.5px;
    gap: 6px;
  }

  .csq-hp-ghost-bar {
    height: 28px;
  }

  .csq-hp-how {
    padding: 14px 0 6px;
  }

  .csq-hp-steps {
    flex-direction: row;
    gap: 18px;
    align-items: stretch;
  }

  .csq-hp-step {
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 16px;
  }

  .csq-hp-step__title {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .csq-hp-step__desc {
    font-size: 14px;
    line-height: 1.45;
  }

  .csq-hp-why {
    padding: 10px 0 14px;
  }

  .csq-hp-why__headline {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .csq-hp-categories {
    padding: 14px 0 8px;
  }

  .csq-hp-faq {
    padding: 12px 0 16px;
  }

  .csq-hp-final-cta {
    padding: 56px 0;
  }

  .csq-hp-final-cta__text {
    margin-bottom: 6px;
  }

  .csq-hp-final-cta__btn {
    display: inline-flex;
    width: auto;
    border-radius: 10px;
    padding: 13px 30px;
  }
}

.csq-hp > .csq-hp-how,
.csq-hp > .csq-hp-why,
.csq-hp > .csq-hp-categories,
.csq-hp > .csq-hp-faq,
.csq-hp > .csq-hp-final-cta {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
}

@media (min-width: 769px) {
  .csq-hp > .csq-hp-how {
    padding: 56px 0 5px !important;
  }

  .csq-hp > .csq-hp-why {
    padding: 46px 0 5px !important;
  }

  .csq-hp > .csq-hp-categories {
    padding: 46px 0 5px !important;
  }

  .csq-hp > .csq-hp-faq {
    padding: 46px 0 5px !important;
  }
}