/**
 * Sell gift cards SEO guide — matches homepage / theme v2 marketing look.
 */
.cs-sgc-guide {
  --sgc-navy: #0a1324;
  --sgc-blue: #1677ff;
  --sgc-sky: #3ecbff;
  --sgc-ink: #0a1324;
  --sgc-muted: #5b6b7a;
  --sgc-bg: #f5f8fc;
  --sgc-card: #ffffff;
  --sgc-border: #e6eef8;
  --sgc-radius: 16px;
  --sgc-font: Montserrat, Poppins, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 55%, #f5f8fc 100%);
  border-top: 1px solid var(--sgc-border);
  padding: 56px 0 64px;
  color: var(--sgc-ink);
  font-family: var(--sgc-font);
}
.cs-sgc-guide__measure {
  max-width: 920px;
  margin: 0 auto;
}
.cs-sgc-guide__intro {
  text-align: center;
  margin-bottom: 28px;
}
.cs-sgc-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 14px;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.08);
  border: 1px solid rgba(22, 119, 255, 0.18);
  color: var(--sgc-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cs-sgc-guide__fox {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}
.cs-sgc-guide h2 {
  color: var(--sgc-navy);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.cs-sgc-guide h3 {
  color: var(--sgc-navy);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.3;
  margin: 0 0 12px;
}
.cs-sgc-guide h4 {
  color: var(--sgc-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.cs-sgc-guide p,
.cs-sgc-guide li {
  color: var(--sgc-muted);
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 500;
}
.cs-sgc-guide p {
  margin: 0 0 12px;
}
.cs-sgc-guide a {
  color: var(--sgc-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.cs-sgc-guide a:hover,
.cs-sgc-guide a:focus {
  color: #0d5ad6;
}
.cs-sgc-guide__hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.cs-sgc-guide__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 12px;
  background: var(--sgc-blue);
  border: 2px solid var(--sgc-blue);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  box-sizing: border-box;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.cs-sgc-guide__btn:hover,
.cs-sgc-guide__btn:focus {
  background: transparent;
  color: var(--sgc-blue) !important;
  border-color: var(--sgc-sky);
}
.cs-sgc-guide__btn--ghost {
  background: transparent;
  color: var(--sgc-navy) !important;
  border-color: rgba(10, 19, 36, 0.22);
}
.cs-sgc-guide__btn--ghost:hover,
.cs-sgc-guide__btn--ghost:focus {
  color: var(--sgc-blue) !important;
  border-color: var(--sgc-sky);
  background: rgba(22, 119, 255, 0.06);
}
.cs-sgc-guide__btn--sm {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 14px;
  margin-top: 8px;
}
.cs-sgc-guide__visual-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin: 8px 0 32px;
  padding: 18px;
  background: var(--sgc-card);
  border: 1px solid var(--sgc-border);
  border-radius: var(--sgc-radius);
  box-shadow: 0 8px 28px rgba(10, 19, 36, 0.05);
}
.cs-sgc-guide__visual {
  margin: 0;
  text-align: center;
}
.cs-sgc-guide__visual img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.cs-sgc-guide__visual-copy {
  text-align: left;
}
.cs-sgc-guide__kicker {
  margin: 0 0 8px !important;
  color: var(--sgc-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cs-sgc-guide__section {
  margin: 0 0 30px;
  padding: 22px 20px;
  background: var(--sgc-card);
  border: 1px solid var(--sgc-border);
  border-radius: var(--sgc-radius);
  box-shadow: 0 4px 18px rgba(10, 19, 36, 0.04);
}
.cs-sgc-guide__section > h2 {
  margin-bottom: 14px;
}
.cs-sgc-guide__section > h3 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--sgc-blue);
}
.cs-sgc-guide__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}
.cs-sgc-guide__media {
  margin: 0;
  text-align: center;
}
.cs-sgc-guide__media img {
  width: 96px;
  height: auto;
  max-width: 100%;
}
.cs-sgc-guide__banner {
  margin: 18px 0 0;
  text-align: center;
  border-radius: 14px;
  overflow: hidden;
  background: #f0f6ff;
  border: 1px solid #e6eef8;
  padding: 12px;
}
.cs-sgc-guide__banner img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  max-height: 260px;
  height: auto;
  object-fit: contain;
}
.cs-sgc-guide__banner--sm img {
  max-height: 200px;
}
.cs-sgc-guide__section--close {
  background: linear-gradient(160deg, #0a1324 0%, #122748 55%, #163a6e 100%);
  border-color: transparent;
  color: #f2f4f7;
}
.cs-sgc-guide__section--close h2,
.cs-sgc-guide__section--close h3,
.cs-sgc-guide__section--close h4,
.cs-sgc-guide__section--close p {
  color: #f2f4f7;
}
.cs-sgc-guide__section--close p {
  color: rgba(242, 244, 247, 0.86);
}
.cs-sgc-guide__section--close a {
  color: var(--sgc-sky);
}
.cs-sgc-guide__section--close a:hover {
  color: #fff;
}
.cs-sgc-guide__section--close .cs-sgc-guide__btn--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4);
}
.cs-sgc-guide__section--close .cs-sgc-guide__btn--ghost:hover {
  color: var(--sgc-sky) !important;
  border-color: var(--sgc-sky);
  background: rgba(255, 255, 255, 0.06);
}
.cs-sgc-guide__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 8px;
}
.cs-sgc-guide__card {
  background: #f7faff;
  border: 1px solid #e6eef8;
  border-radius: 14px;
  padding: 16px 16px 14px;
}
.cs-sgc-guide__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.cs-sgc-guide__icon svg {
  width: 48px;
  height: 48px;
  display: block;
}
.cs-sgc-guide__platforms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}
.cs-sgc-guide__platform {
  border: 1px solid var(--sgc-border);
  border-radius: 14px;
  padding: 18px 16px;
  background: #fbfcfe;
}
.cs-sgc-guide__platform--preferred {
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
  border-color: rgba(22, 119, 255, 0.35);
  box-shadow: 0 8px 24px rgba(22, 119, 255, 0.08);
}
.cs-sgc-guide__badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sgc-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cs-sgc-guide__platform ul {
  margin: 0 0 10px;
  padding: 0 0 0 18px;
}
.cs-sgc-guide__platform li {
  margin-bottom: 6px;
}
.cs-sgc-guide__note {
  margin: 0;
  font-size: 14px !important;
  color: #64748b !important;
}
.cs-sgc-guide__steps {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.cs-sgc-guide__step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 14px;
  background: #f7faff;
  border: 1px solid #e6eef8;
}
.cs-sgc-guide__step-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8eef6;
}
.cs-sgc-guide__step-media img {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cs-sgc-guide__step-num {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(160deg, #3b8dff 0%, #1677ff 60%, #0d5ad6 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(22, 119, 255, 0.28);
  z-index: 1;
}
.cs-sgc-guide__step-body h3 {
  margin-top: 0;
  font-size: 17px;
  color: var(--sgc-navy);
}
.cs-sgc-guide__step-body p:last-child {
  margin-bottom: 0;
}
.cs-sgc-guide__tips {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}
.cs-sgc-guide__tip {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 14px;
  background: #f7faff;
  border: 1px solid #e6eef8;
}
.cs-sgc-guide__tip-icon {
  width: 40px;
  height: 40px;
}
.cs-sgc-guide__tip-icon img,
.cs-sgc-guide__tip-icon svg {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.cs-sgc-guide__tip h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.cs-sgc-guide__tip p:last-child {
  margin-bottom: 0;
}
.cs-sgc-guide__weigh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  margin: 16px 0 18px;
}
.cs-sgc-guide__weigh-card {
  border-radius: 14px;
  padding: 16px 16px 14px;
  border: 1px solid var(--sgc-border);
  background: #fbfcfe;
}
.cs-sgc-guide__weigh-card--us {
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
  border-color: rgba(22, 119, 255, 0.35);
  box-shadow: 0 8px 24px rgba(22, 119, 255, 0.08);
}
.cs-sgc-guide__weigh-card--them {
  background: #f7f8fa;
}
.cs-sgc-guide__weigh-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sgc-blue);
}
.cs-sgc-guide__weigh-card--them .cs-sgc-guide__weigh-label {
  color: #64748b;
}
.cs-sgc-guide__weigh-stat {
  margin: 0 0 6px !important;
  color: var(--sgc-navy) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
}
.cs-sgc-guide__weigh-detail {
  margin: 0 !important;
  font-size: 14.5px !important;
}
.cs-sgc-guide__weigh-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--sgc-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.cs-sgc-guide__fraud-note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.08) 0%, rgba(77, 179, 255, 0.06) 55%, #f7faff 100%);
  border: 1px solid rgba(22, 119, 255, 0.22);
}
.cs-sgc-guide__fraud-fox img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  display: block;
}
.cs-sgc-guide__fraud-note h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.cs-sgc-guide__fraud-note p:last-child {
  margin-bottom: 0;
}
.cs-sgc-guide__ext-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 12px;
}
.cs-sgc-guide__ext-card {
  background: #f7faff;
  border: 1px solid #e6eef8;
  border-radius: 14px;
  padding: 16px;
}
.cs-sgc-guide__ext-card--cta {
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
  border-color: rgba(22, 119, 255, 0.35);
}
.cs-sgc-guide__ext-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.cs-sgc-guide__ext-icon img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.cs-sgc-guide__ext-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--sgc-navy);
}
.cs-sgc-guide__hero-cta--left {
  justify-content: flex-start;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .cs-sgc-guide {
    padding: 56px 0 64px;
  }
  .cs-sgc-guide__intro h2 {
    font-size: 36px;
  }
  .cs-sgc-guide__section > h2 {
    font-size: 26px;
  }
  .cs-sgc-guide__visual-row {
    grid-template-columns: 220px 1fr;
    padding: 22px 24px;
  }
  .cs-sgc-guide__visual img {
    max-width: 200px;
  }
  .cs-sgc-guide__split {
    grid-template-columns: 1fr 120px;
  }
  .cs-sgc-guide__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .cs-sgc-guide__platforms {
    grid-template-columns: 1.15fr 1fr;
  }
  .cs-sgc-guide__weigh {
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
  }
  .cs-sgc-guide__weigh-vs {
    margin: 0;
  }
  .cs-sgc-guide__ext-cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .cs-sgc-guide__section {
    padding: 26px 28px;
  }
  .cs-sgc-guide__step {
    grid-template-columns: 200px 1fr;
    gap: 16px;
    align-items: center;
  }
  .cs-sgc-guide__step-media {
    min-height: 150px;
  }
}

@media (max-width: 575px) {
  .cs-sgc-guide {
    padding: 32px 0 40px;
  }
  .cs-sgc-guide__intro h2 {
    font-size: 24px;
  }
  .cs-sgc-guide__section > h2 {
    font-size: 20px;
  }
  .cs-sgc-guide__section {
    padding: 16px 14px;
    margin-bottom: 18px;
  }
  .cs-sgc-guide__btn {
    width: 100%;
  }
  .cs-sgc-guide__hero-cta {
    flex-direction: column;
  }
  .cs-sgc-guide__step {
    padding: 12px;
  }
  .cs-sgc-guide__step-num {
    width: 32px;
    height: 32px;
    font-size: 14px;
    border-radius: 9px;
  }
  .cs-sgc-guide p,
  .cs-sgc-guide li {
    font-size: 15px;
  }
  .cs-sgc-guide__banner img {
    max-height: 180px;
  }
  .cs-sgc-guide__weigh-stat {
    font-size: 18px !important;
  }
  .cs-sgc-guide__fraud-note {
    grid-template-columns: 40px 1fr;
    padding: 14px;
  }
  .cs-sgc-guide__fraud-fox img {
    width: 40px;
    height: 40px;
  }
  .cs-sgc-guide__hero-cta--left .cs-sgc-guide__btn {
    width: 100%;
  }
}
