/* Shared “What is Checkout Saver?” + coupon empty CTAs */
.cs-what-is {
  --cashback: #3dd68c;
  --coupons: #1677ff;
  --giftcards: #fb9036;
  --otu: #1677ff;
  --referrals: #c084fc;
  --credit: #0f9d6e;
  --receipt: #1677ff;
  --pricedrop: #fb9036;
  --won1: #0a1324;
  --sniper: #5b6bff;
  --ext: #1677ff;
  margin: 28px 0 8px;
}
.cs-what-is__title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #22343f;
  line-height: 1.25;
}
.cs-what-is__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #1677ff;
}
.cs-what-is__subtitle {
  margin: 22px 0 12px;
  font-size: 15px;
  font-weight: 800;
  color: #22343f;
  letter-spacing: 0.01em;
}
.cs-what-is-card {
  padding: 28px 30px;
  color: #27343d;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(29, 52, 65, 0.08);
  border: 1px solid #e6eef3;
}
.cs-what-is-lead {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.7;
  color: #435661;
  max-width: 920px;
}
.cs-what-is-methods,
.cs-what-is-tools {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-what-is-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cs-what-is-methods a,
.cs-what-is-tools a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 100%;
  padding: 14px 12px;
  border-radius: 12px;
  border: 1px solid #e0e9ed;
  border-top: 4px solid var(--method-color, #1677ff);
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(29, 52, 65, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  position: relative;
}
.cs-what-is-methods a:hover,
.cs-what-is-methods a:focus,
.cs-what-is-tools a:hover,
.cs-what-is-tools a:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(29, 52, 65, 0.12);
  outline: none;
}
.cs-what-is-methods strong,
.cs-what-is-tools strong {
  color: #22343f;
  font-size: 15px;
  font-weight: 800;
}
.cs-what-is-methods span,
.cs-what-is-tools span {
  color: #5a6b75;
  font-size: 13px;
  line-height: 1.45;
}
.cs-what-is-methods .m-cashback { --method-color: var(--cashback); }
.cs-what-is-methods .m-coupons { --method-color: var(--coupons); }
.cs-what-is-methods .m-giftcards { --method-color: var(--giftcards); }
.cs-what-is-methods .m-otu { --method-color: var(--otu); }
.cs-what-is-methods .m-referrals { --method-color: var(--referrals); }
.cs-what-is-tools .t-credit { --method-color: var(--credit); }
.cs-what-is-tools .t-receipt { --method-color: var(--receipt); }
.cs-what-is-tools .t-pricedrop { --method-color: var(--pricedrop); }
.cs-what-is-tools .t-won1 { --method-color: var(--won1); }
.cs-what-is-tools .t-sniper { --method-color: var(--sniper); }
.cs-what-is-tools .t-ext { --method-color: var(--ext); }
.cs-what-is-badge {
  align-self: flex-start;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b5;
  background: #e8faf0;
}
.cs-what-is-badge--soon {
  color: #8a5a00;
  background: #fff6e5;
}
.cs-what-is-cta {
  margin: 18px 0 0;
  font-size: 14px;
  color: #5a6b75;
}
.cs-what-is-cta a {
  color: #1677ff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(22, 119, 255, 0.35);
}
.cs-what-is-cta a:hover,
.cs-what-is-cta a:focus {
  color: #0d5ad6;
  border-bottom-color: #0d5ad6;
  text-decoration: none;
}

/* Coupon empty-state CTAs (modernized) */
.cs-cpn-page .cs-cpn-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.cs-cpn-page .cs-cpn-empty-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  cursor: pointer;
}
.cs-cpn-page .cs-cpn-empty-cta--primary {
  color: #fff;
  background: linear-gradient(180deg, #1f87ff 0%, #1677ff 100%);
  border: 1px solid #0f6ae6;
  box-shadow: 0 8px 20px rgba(22, 119, 255, 0.28);
}
.cs-cpn-page .cs-cpn-empty-cta--primary:hover,
.cs-cpn-page .cs-cpn-empty-cta--primary:focus {
  background: linear-gradient(180deg, #2a90ff 0%, #0f6ae6 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.36);
  outline: none;
}
.cs-cpn-page .cs-cpn-empty-cta--secondary {
  color: #0f2a44;
  background: #fff;
  border: 1.5px solid #c9d8e8;
  box-shadow: 0 4px 14px rgba(15, 42, 68, 0.06);
}
.cs-cpn-page .cs-cpn-empty-cta--secondary:hover,
.cs-cpn-page .cs-cpn-empty-cta--secondary:focus {
  border-color: #1677ff;
  color: #0d5ad6;
  box-shadow: 0 6px 18px rgba(22, 119, 255, 0.12);
  outline: none;
}
.cs-cpn-page .cs-cpn-empty-cta--ghost {
  color: #1677ff;
  background: transparent;
  border: 1.5px dashed #9ec0ef;
}
.cs-cpn-page .cs-cpn-empty-cta--ghost:hover,
.cs-cpn-page .cs-cpn-empty-cta--ghost:focus {
  background: #f3f7ff;
  border-style: solid;
  outline: none;
}

@media (max-width: 991px) {
  .cs-what-is-methods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cs-what-is-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .cs-what-is__title { font-size: 22px; }
  .cs-what-is-card { padding: 20px 16px; }
  .cs-what-is-methods,
  .cs-what-is-tools { grid-template-columns: 1fr; }
  .cs-cpn-page .cs-cpn-empty-actions { flex-direction: column; align-items: stretch; }
  .cs-cpn-page .cs-cpn-empty-cta { width: 100%; }
}
