/* ── Banner image override (gst-verification page only) ─────────────── */
industry-banner .industry-banner-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1.18);
  transform-origin: center center;
}

industry-banner .industry-banner-image-wrapper {
  overflow: visible;
}

.gst-logo-slider-section {
  padding-top: 8px;
  padding-bottom: 16px;
}

.gst-section-title,
.gst-main-heading {
  margin: 0;
  color: #141a2f;
  font-weight: 700;
  line-height: 1.16;
}

.gst-section-title {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.gst-main-heading {
  font-size: 40px;
}

.gst-main-heading-left,
.gst-main-copy-left {
  text-align: left;
}

.gst-main-copy {
  margin: 14px auto 0;
  max-width: 760px;
  color: #677086;
  font-size: 15px;
  line-height: 1.8;
}

.gst-heading-wrap {
  margin: 0 auto 44px;
  text-align: center;
}

.gst-heading-wrap-light .gst-main-heading,
.gst-heading-wrap-light .gst-main-copy {
  color: #fff;
}

/* ── Section label pill ───────────────────────────────────────── */
.gst-pill {
  display: inline-block;
  position: relative;
  padding: 7px 22px;
  border-radius: 999px;
  margin: 0 auto 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  isolation: isolate;
  /* gradient text */
  background: linear-gradient(90.19deg, rgba(24, 92, 183, 1) 59.92%, rgba(203, 11, 36, 1) 79.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Soft gradient background fill (behind text) */
.gst-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 92, 183, 0.07) 0%, rgba(205, 48, 77, 0.07) 100%);
  z-index: -1;
  pointer-events: none;
}

/* Gradient border ring */
.gst-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1.5px;
  background: linear-gradient(92.43deg, rgba(24, 92, 183, 0.3) 30.42%, rgba(205, 48, 77, 0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.gst-pill-left {
  margin-left: 0;
}

.gst-overview-section,
.gst-process-section,
.gst-features-section,
.gst-why-section,
.gst-usecases-section,
.gst-industries-section,
.gst-dev-section,
.gst-security-section,
.gst-related-section,
.gst-faq-section,
.gst-bottom-cta-section {
  padding: 44px 0;
}

.gst-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4f0ff, #ffeef1);
  color: #dd4b7f;
  font-size: 18px;
}

.gst-overview-section .gst-overview-card {
  text-align: center;
}

.gst-overview-section .gst-info-card h3 {
  margin-top: 0;
}

.gst-card-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef2ff 0%, #fce7f3 100%);
}

.gst-card-icon-slot img,
.gst-card-icon-slot svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.gst-info-card,
.gst-feature-card,
.gst-usecase-card,
.gst-industry-card,
.gst-related-card,
.gst-bullet-card,
.gst-dev-card,
.gst-faq-side {
  height: 100%;
  border: 1px solid #e9edf6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 31, 67, 0.06);
}

.gst-info-card,
.gst-feature-card,
.gst-usecase-card,
.gst-industry-card,
.gst-related-card {
  padding: 24px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.gst-feature-card:hover,
.gst-usecase-card:hover,
.gst-industry-card:hover,
.gst-related-card:hover {
  transform: translateY(-6px);
  border-color: #dbe4f3;
  box-shadow: 0 24px 52px rgba(18, 31, 67, 0.12), 0 8px 20px rgba(24, 92, 183, 0.08);
}

.gst-related-card--new {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px 24px 24px;
}

.gst-related-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #fce7f3 100%);
  flex-shrink: 0;
}

.gst-related-icon-slot img,
.gst-related-icon-slot svg {
  width: full;
  object-fit: contain;
}

.gst-related-card--new h3 {
  margin: 0 0 10px;
  color: #141a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.gst-related-card--new p {
  margin: 0 0 20px;
  color: #677086;
  font-size: 14px;
  line-height: 1.75;
  flex: 1;
}

.gst-related-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  position: relative;
  border: none;
  border-radius: 8px;
  background: linear-gradient(92.43deg, #185CB7 30.42%, #CD304D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.18s;
  align-self: flex-start;
}

/* gradient border ring */
.gst-related-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1.5px;
  background: linear-gradient(92.43deg, #185CB7 30.42%, #CD304D 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gst-related-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.gst-info-card h3,
.gst-feature-card h3,
.gst-usecase-card h3,
.gst-industry-card h3,
.gst-related-card h3,
.gst-process-card h3,
.gst-dev-card h2,
.gst-dev-card h3,
.gst-security-card h3,
.gst-bullet-card h3,
.gst-faq-side h2,
.gst-response-copy h3,
.gst-bottom-cta h2 {
  margin: 16px 0 10px;
  color: #141a2f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.gst-info-card p,
.gst-feature-card p,
.gst-usecase-card p,
.gst-industry-card p,
.gst-related-card p,
.gst-process-card p,
.gst-dev-card p,
.gst-security-card p,
.gst-bullet-card p,
.gst-faq-side p,
.gst-response-copy p,
.gst-bottom-cta p {
  margin: 0;
  color: #677086;
  font-size: 14px;
  line-height: 1.75;
}

.gst-process-card {
  position: relative;
  height: 100%;
  padding: 42px 28px 28px;
  border: 1px solid #e9edf6;
  border-radius: 24px;
  background: linear-gradient(113.1deg, rgba(24, 92, 183, 0.03) 0%, rgba(205, 48, 77, 0.03) 100%);
  box-shadow: 0 18px 40px rgba(15, 30, 65, 0.06);
}

.gst-process-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(135deg, #185CB7 0%, rgba(24, 92, 183, 0) 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gst-step-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 22px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(24, 92, 183, 0.04) 0%, rgba(205, 48, 77, 0.04) 100%), #ffffff;
  border: 1px solid rgba(24, 92, 183, 0.12);
  box-shadow: 0 4px 12px rgba(15, 30, 65, 0.05);
  z-index: 10;
  white-space: nowrap;
}

.gst-step-label {
  color: #185CB7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gst-step-number {
  color: #CD304D;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gst-process-section .gst-process-card h3 {
  margin-top: 0;
}

.gst-process-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gst-process-flow--center {
  justify-content: center;
  min-height: 146px;
}

.gst-process-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

.gst-process-icon-slot--processing {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a62ee, #d43f78);
}

.gst-process-icon-slot img,
.gst-process-icon-slot svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.gst-process-dots {
  width: 2px;
  height: 28px;
  background-image: radial-gradient(circle, #b8c4dc 1.5px, transparent 1.5px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}

.gst-process-input-box {
  width: 100%;
  max-width: 220px;
  padding: 14px 16px;
  border: 1px dashed #c7d2e5;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.gst-process-input-label {
  display: block;
  margin-bottom: 6px;
  color: #74809a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gst-process-input-value {
  display: block;
  color: #141a2f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gst-process-next-btn {
  min-width: 112px;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

.gst-process-verify-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.gst-process-arrow-line {
  flex: 1;
  max-width: 56px;
  height: 2px;
  background-image: repeating-linear-gradient(90deg,
      #b8c4dc 0,
      #b8c4dc 6px,
      transparent 6px,
      transparent 12px);
}

.gst-process-status {
  margin: 0;
  color: #141a2f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.gst-process-result-panel {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3e9f5;
  border-radius: 16px;
  background: #fff;
}

.gst-process-result-header {
  padding: 12px 16px;
  background: #f5f7fb;
  color: #141a2f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.gst-process-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
}

.gst-process-result-item {
  padding: 12px 10px;
  border-radius: 12px;
  background: #f8faff;
  text-align: center;
  box-shadow: inset 0 0 0 1px #e9eef8;
}

.gst-process-result-item span,
.gst-process-result-address span {
  display: block;
  margin-bottom: 4px;
  color: #74809a;
  font-size: 11px;
  font-weight: 600;
}

.gst-process-result-item strong,
.gst-process-result-address strong {
  display: block;
  color: #141a2f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.gst-process-result-address {
  padding: 12px 16px 16px;
  border-top: 1px solid #edf1f8;
  text-align: center;
}

.gst-process-visual {
  margin-top: 24px;
  min-height: 190px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff, #f4f7ff);
}

.gst-process-badge,
.gst-spinner-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 26px;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.gst-spinner-ring {
  background: linear-gradient(135deg, #2a62ee, #d43f78);
}

.gst-process-value,
.gst-business-label,
.gst-process-caption {
  text-align: center;
}

.gst-process-value {
  margin-bottom: 10px;
  color: #1d3557;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gst-process-caption,
.gst-business-label {
  color: #74809a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gst-process-business {
  background: linear-gradient(180deg, #fff, #f7f9ff);
}

.gst-business-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.gst-business-grid span {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  color: #21314f;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  box-shadow: inset 0 0 0 1px #e9eef8;
}

.gst-response-panel {
  margin-top: 34px;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(125deg, #275fdd 0%, #1f2d59 56%, #df4d81 100%);
  box-shadow: 0 28px 60px rgba(39, 95, 221, 0.24);
}

.gst-response-copy h3,
.gst-response-copy p,
.gst-check-list li,
.gst-console-card h3,
.gst-console-line,
.gst-console-code,
.gst-chip-row span,
.gst-bottom-cta h2,
.gst-bottom-cta p {
  color: #fff;
}

.gst-check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.gst-check-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.gst-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6ee7b7;
}

.gst-code-block {
  margin: 0;
  padding: 24px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #0f1631;
  color: #b8d2ff;
  font-size: 13px;
  line-height: 1.8;
}

.gst-bullet-stack {
  display: grid;
  gap: 16px;
}

.gst-bullet-card {
  padding: 18px 22px;
}

.gst-bullet-card h3 {
  margin-top: 0;
  font-size: 17px;
}

.gst-inline-cta {
  padding: 20px 0 30px;
}

.gst-inline-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(98.12deg, #185CB7 25.02%, #CD304D 76.52%);
  box-shadow: 0 16px 34px rgba(32, 96, 215, 0.18);
}

/* ── Redesigned Inline CTA Section ─────────────────────────────────── */
.gst-inline-cta-section {
  padding: 44px 0;
}

.gst-inline-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(105deg, #0e5fd9 0%, #90317b 100%);
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 20px 48px rgba(14, 95, 217, 0.25);
}

.gst-inline-cta-content {
  position: relative;
  z-index: 5;
  max-width: 760px;
  margin: 0 auto;
}

.gst-inline-cta-title {
  margin: 0 0 16px;
  color: #fff !important;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
}

.gst-inline-cta-desc {
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
}

.gst-inline-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gst-inline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 14px 38px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.gst-inline-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

.btn-text-blue {
  background: linear-gradient(92.43deg, #185CB7 30.42%, #CD304D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Background Shapes matching the image details */
.gst-cta-shape {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* Left side floating outlined cards */
.gst-cta-shape--left-card-1 {
  left: 3%;
  top: 15%;
  width: 130px;
  height: 200px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  transform: rotate(-18deg);
}

.gst-cta-shape--left-card-2 {
  left: 9%;
  top: 25%;
  width: 130px;
  height: 200px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  transform: rotate(-28deg);
}

/* Right side floating outlined cards */
.gst-cta-shape--right-card-1 {
  right: 3%;
  top: 15%;
  width: 130px;
  height: 200px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  transform: rotate(18deg);
}

.gst-cta-shape--right-card-2 {
  right: 9%;
  top: 25%;
  width: 130px;
  height: 200px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  transform: rotate(28deg);
}

/* Bottom angled peak shapes / mountains */
.gst-cta-shape--left-mountain {
  left: -50px;
  bottom: -90px;
  width: 320px;
  height: 220px;
  background: linear-gradient(135deg, rgba(14, 95, 217, 0.6) 0%, rgba(20, 110, 240, 0.1) 100%);
  border-radius: 40px;
  transform: rotate(32deg);
}

.gst-cta-shape--right-mountain {
  right: -50px;
  bottom: -90px;
  width: 320px;
  height: 220px;
  background: linear-gradient(225deg, rgba(144, 49, 123, 0.6) 0%, rgba(180, 60, 150, 0.1) 100%);
  border-radius: 40px;
  transform: rotate(-32deg);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .gst-inline-cta-box {
    padding: 60px 24px;
  }

  .gst-inline-cta-title {
    font-size: 32px;
  }

  .gst-cta-shape--left-card-1,
  .gst-cta-shape--left-card-2,
  .gst-cta-shape--right-card-1,
  .gst-cta-shape--right-card-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .gst-inline-cta-box {
    padding: 44px 16px;
    border-radius: 20px;
  }

  .gst-inline-cta-title {
    font-size: 26px;
  }

  .gst-inline-cta-desc {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .gst-inline-cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .gst-inline-btn {
    width: 100%;
  }

  .gst-cta-shape--left-mountain,
  .gst-cta-shape--right-mountain {
    width: 220px;
    height: 150px;
  }
}

.gst-primary-btn,
.gst-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gst-primary-btn {
  background: white;
  color: #195DB7;
  box-shadow: 0 14px 24px rgba(62, 90, 214, 0.24);
}

.gst-secondary-btn {
  border: 1px solid #dce6fb;
  background: #fff;
  color: #235fdb;
}

.gst-primary-btn:hover,
.gst-secondary-btn:hover {
  transform: translateY(-1px);
  color: inherit;
}

.gst-dev-card {
  padding: 28px;
}

.gst-dev-card-copy .gst-check-list li {
  color: #42506b;
}

.gst-dev-card-copy .gst-check-list li::before {
  background: #255fe0;
}

.gst-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gst-console-card {
  background: linear-gradient(180deg, #eff5ff, #f8fbff);
}

.gst-console-line,
.gst-console-code {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(21, 35, 70, 0.88);
  font-size: 13px;
}

.gst-console-code {
  display: block;
}

.gst-console-code span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gst-console-code code {
  color: #d7e6ff;
}

.gst-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gst-chip-row span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #17356d;
  font-size: 12px;
  font-weight: 700;
}

.gst-security-shell {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(120deg, #235fdb 0%, #583bb7 45%, #dd4b80 100%);
  box-shadow: 0 28px 60px rgba(45, 60, 160, 0.25);
}

.gst-security-card {
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.gst-security-card h3,
.gst-security-card p {
  color: #fff;
}

.gst-related-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #235fdb;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gst-faq-side {
  padding: 28px;
}

.gst-faq-list {
  display: grid;
  gap: 14px;
}

.gst-faq-item {
  overflow: hidden;
  border: 1px solid #e7ebf4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 38, 78, 0.05);
}

.gst-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: #1a243f;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.gst-faq-toggle i {
  color: #255fe0;
  transition: transform 0.2s ease;
}

.gst-faq-answer {
  display: none;
  padding: 0 22px 18px;
  color: #66718a;
  font-size: 14px;
  line-height: 1.75;
}

.gst-faq-item.active .gst-faq-answer {
  display: block;
}

.gst-faq-item.active .gst-faq-toggle i {
  transform: rotate(45deg);
}

.gst-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 40%),
    linear-gradient(120deg, #225fdb 0%, #3b49a8 48%, #d94c82 100%);
  box-shadow: 0 26px 56px rgba(43, 74, 180, 0.24);
}

.gst-bottom-cta p {
  max-width: 540px;
}

.gst-logo-slider-section .customer-logos .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}

.gst-logo-slider-section .customer-logos img {
  width: auto;
  max-width: 120px;
  height: 55px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .gst-main-heading {
    font-size: 32px;
  }

  .gst-inline-cta-box,
  .gst-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .gst-security-shell {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .gst-logo-slider-section {
    margin-top: 32px !important;
  }

  .gst-section-title {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .gst-main-heading {
    font-size: 28px;
  }

  .gst-overview-section,
  .gst-process-section,
  .gst-features-section,
  .gst-why-section,
  .gst-usecases-section,
  .gst-industries-section,
  .gst-dev-section,
  .gst-security-section,
  .gst-related-section,
  .gst-faq-section,
  .gst-bottom-cta-section {
    padding: 34px 0;
  }

  .gst-response-panel,
  .gst-bottom-cta,
  .gst-security-shell,
  .gst-dev-card,
  .gst-faq-side {
    padding: 22px;
  }

  .gst-process-card,
  .gst-info-card,
  .gst-feature-card,
  .gst-usecase-card,
  .gst-industry-card,
  .gst-related-card {
    padding: 20px;
  }

  .gst-business-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Developer section ──────────────────────────────────────────────── */
.gst-dev-heading {
  margin: 14px 0 20px;
  color: #141a2f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.gst-dev-list {
  margin: 0 0 28px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gst-dev-list li {
  color: #677086;
  font-size: 14px;
  line-height: 1.8;
}

.gst-dev-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gst-dev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.18s;
}

.gst-dev-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.gst-dev-btn--outline {
  position: relative;
  border: none;
  background: transparent;
  /* gradient text */
  background: linear-gradient(92.43deg, #185CB7 30.42%, #CD304D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* gradient border via pseudo */
.gst-dev-btn--outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 11px;
  padding: 1.5px;
  background: linear-gradient(92.43deg, #185CB7 30.42%, #CD304D 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gst-dev-btn--solid {
  border: 1.5px solid transparent;
  background: linear-gradient(93.93deg, #185CB7 30.05%, #CD304D 95.93%);

  color: #fff;
}

/* Console card */
.gst-dev-console-card {
  padding: 28px;
  border-radius: 24px;
  background: #f4f7fe;
  border: 1px solid #e3e9f8;
}

.gst-dev-console-title {
  margin-bottom: 20px;
  color: #141a2f;
  font-size: 15px;
  font-weight: 700;
}

.gst-dev-apikey-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3e9f8;
  box-shadow: 0 4px 16px rgba(18, 31, 67, 0.05);
}

.gst-dev-apikey-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef2ff, #fce7f3);
  color: #677086;
  font-size: 15px;
}

.gst-dev-apikey-label {
  display: block;
  color: #74809a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}

.gst-dev-apikey-value {
  display: block;
  color: #141a2f;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: 0.04em;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.gst-dev-apikey-dots {
  letter-spacing: 0.12em;
  color: #74809a;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.gst-dev-sample-label {
  margin-bottom: 10px;
  color: #74809a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gst-dev-code {
  margin: 0 0 20px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #1a2642;
  color: #b8d2ff;
  font-size: 12.5px;
  font-family: 'Courier New', Courier, monospace;
  line-height: 1.9;
  white-space: pre;
  overflow-x: auto;
}

.gst-dev-sdk-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gst-dev-sdk-btn {
  flex: 1 1 0;
  padding: 10px 16px;
  border: 1.5px solid #e3e9f8;
  border-radius: 12px;
  background: #fff;
  color: #141a2f;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.gst-dev-sdk-btn:hover,
.gst-dev-sdk-btn--active {
  border-color: #4a67ff;
  box-shadow: 0 0 0 3px rgba(74, 103, 255, 0.1);
}

@media (max-width: 767.98px) {
  .gst-dev-heading {
    font-size: 24px;
  }

  .gst-dev-btn-row {
    flex-direction: column;
  }

  .gst-dev-btn {
    width: 100%;
    text-align: center;
  }

  .gst-dev-console-card {
    padding: 20px 16px;
  }

  .gst-dev-apikey-row {
    padding: 12px 14px;
    gap: 10px;
  }

  .gst-dev-apikey-value {
    font-size: 11.5px;
  }

  .gst-dev-code {
    padding: 14px 16px;
    font-size: 11.5px;
  }

  .gst-dev-sdk-btn {
    padding: 8px 10px;
    font-size: 11.5px;
    border-radius: 10px;
  }
}

/* ── Why Meon section ───────────────────────────────────────────────── */
.gst-why-section {
  padding: 60px 0;
}

.gst-why-inner {
  display: flex;
  align-items: flex-start;
  gap: 92px;
}

/* Left — sticky */
.gst-why-left {
  flex: 0 0 374px;
  max-width: 374px;
  position: sticky;
  top: 100px;
}

.gst-why-heading {
  margin: 14px 0 16px;
  color: #141a2f;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.gst-why-desc {
  margin: 0;
  color: #677086;
  font-size: 14px;
  line-height: 1.8;
}

/* Right — scrollable list */
.gst-why-right {
  flex: 1 1 0;
  min-width: 0;
}

.gst-why-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid #e9edf6;
}

.gst-why-item--last {
  border-bottom: none;
}

.gst-why-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef2ff 0%, #fce7f3 100%);
  border: 1px solid #e3e9f8;
}

.gst-why-icon-slot img,
.gst-why-icon-slot svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.gst-why-text h3 {
  margin: 0 0 8px;
  color: #141a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.gst-why-text p {
  margin: 0;
  color: #677086;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .gst-why-inner {
    flex-direction: column;
    gap: 36px;
  }

  .gst-why-left {
    flex: unset;
    max-width: 100%;
    position: static;
  }
}

/* ── Industries section ─────────────────────────────────────────────── */
@media (min-width: 992px) {
  .gst-industries-section .gst-col-half {
    width: 50%;
  }
}

.gst-industry-card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid #e9edf6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 31, 67, 0.06);
}

.gst-industry-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #fce7f3 100%);
}

.gst-industry-icon-slot img,
.gst-industry-icon-slot svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.gst-industry-card h3 {
  margin: 0 0 10px;
  color: #141a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.gst-industry-card p {
  margin: 0;
  color: #677086;
  font-size: 14px;
  line-height: 1.75;
}

/* ── Key Features section ───────────────────────────────────────────── */
.gst-feature-card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid #e9edf6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 31, 67, 0.06);
}

.gst-feature-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #fce7f3 100%);
}

.gst-feature-icon-slot img,
.gst-feature-icon-slot svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.gst-feature-card h3 {
  margin: 0 0 10px;
  color: #141a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.gst-feature-card p {
  margin: 0;
  color: #677086;
  font-size: 14px;
  line-height: 1.75;
}

/* ── Use Cases section ──────────────────────────────────────────────── */
.gst-usecase-section {
  padding: 44px 0;
}

.gst-usecase-card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid #e9edf6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 31, 67, 0.06);
}

.gst-usecase-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #fce7f3 100%);
}

.gst-usecase-icon-slot img,
.gst-usecase-icon-slot svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.gst-usecase-card h3 {
  margin: 0 0 10px;
  color: #141a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.gst-usecase-card p {
  margin: 0;
  color: #677086;
  font-size: 14px;
  line-height: 1.75;
}

/* ── Sample GST API Response section ───────────────────────────────── */
.gst-api-response-section {
  padding: 44px 0;
}

.gst-api-response-shell {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 44px 48px;
  border-radius: 28px;
  background: linear-gradient(107.89deg, #185CB7 20.2%, #CD304D 103.35%);
  ;
  box-shadow: 0 28px 60px rgba(26, 36, 86, 0.28);
  overflow: hidden;
}

.gst-api-response-left {
  flex: 1 1 0;
  min-width: 0;
}

.gst-api-response-right {
  flex: 0 0 460px;
  max-width: 460px;
}

.gst-api-response-heading {
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.gst-api-response-desc {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.gst-api-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.gst-api-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.gst-api-badge--green {
  background: #16a34a;
  color: #fff;
}

.gst-api-badge--plain {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}

.gst-api-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gst-api-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.6;
}

.gst-api-check-icon {
  flex-shrink: 0;
  color: #4ade80;
  font-size: 16px;
}

/* Console window */
.gst-api-console {
  border-radius: 16px;
  overflow: hidden;
  background: #0d1321;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
}

.gst-api-console-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #1a2235;
}

.gst-api-console-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.gst-api-console-dot--red {
  background: #ff5f57;
}

.gst-api-console-dot--yellow {
  background: #febc2e;
}

.gst-api-console-dot--green {
  background: #28c840;
}

.gst-api-console-url {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gst-api-console-body {
  margin: 0;
  padding: 22px 24px;
  font-size: 13px;
  line-height: 2;
  color:lightgreen;
  font-family: 'Courier New', Courier, monospace;
  white-space: pre;
  overflow-x: auto;
}

.gst-c-brace {
  color: rgba(255, 255, 255, 0.5);
}

.gst-c-key {
  color: #7dd3fc;
}

.gst-c-val {
  color: #86efac;
}

/* Responsive */
@media (max-width: 991.98px) {
  .gst-api-response-shell {
    flex-direction: column;
    padding: 32px 28px;
    gap: 32px;
  }

  .gst-api-response-right {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .gst-api-response-heading {
    font-size: 22px;
  }

  .gst-api-console-body {
    font-size: 11px;
    padding: 16px;
  }
}

/* ── Security & Compliance section ─────────────────────────────────── */
.gst-security-section {
  padding: 44px 0;
}

.gst-security-shell {
  padding: 52px 44px;
  border-radius: 28px;
  background: linear-gradient(107.89deg, #185CB7 20.2%, #CD304D 103.35%);
}

.gst-security-shell .gst-main-heading {
  color: #fff;
}

.gst-security-shell .gst-main-copy {
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
}

/* Card */
.gst-sec-card {
  position: relative;
  height: 100%;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  /* gradient border via pseudo-element */
  overflow: hidden;
}

.gst-sec-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(180deg, #dee1e5 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Icon slot */
.gst-sec-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 16px;
  border-radius: 12px;
  /* background: rgba(255, 255, 255, 0.15); */
  flex-shrink: 0;
}

.gst-sec-icon-slot img,
.gst-sec-icon-slot svg {
  width: full;
  object-fit: contain;
}

/* Text */
.gst-sec-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.gst-sec-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .gst-security-shell {
    padding: 36px 24px;
  }
}

@media (max-width: 767.98px) {
  .gst-security-shell {
    padding: 28px 18px;
    border-radius: 20px;
  }
}

/* ── FAQ section (matches aadhaar_esign_campaign_new) ─────────────────── */
.label-pill {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 20px;
  background: linear-gradient(to right, #e0f0ff, #ffe0e0);
  color: #1a1a1a;
  margin-bottom: 20px;
}

.label-pill span {
  background: linear-gradient(to right, #0057d9, #d40000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 40px);
  padding: 44px 0;
}

.faq-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 32%;
  max-width: 600px;
  position: sticky;
  top: 80px;
}

.faq-left h2 {
  font-size: 42px;
  font-weight: 700;
  max-width: 500px;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #141a2f;
}

.faq-left p {
  font-size: 18px;
  font-weight: 400;
  max-width: 400px;
  color: #606060;
  margin-bottom: 24px;
}

.btn-gradient {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(24, 92, 183, 1) 0%, rgba(205, 48, 77, 1) 100%);
  padding: 15px 45px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
}

.faq-right {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 0;
  width: 100%;
  margin-top: 10px;
}

.accordion-item {
  border: 1px solid #b6cce8;
  border-radius: 20px !important;
  width: min(100%, 700px);
  margin-bottom: 12px;
  padding: 10px;
  background: #fff;
}

.accordion-header {
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #021015;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  color: #677086;
  font-size: 15px;
  line-height: 1.75;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 20px 20px 20px;
  opacity: 1;
}

.faq-icon {
  background-color: #185cb6;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.faq-icon i {
  display: block;
  line-height: 1;
  transform: none !important;
}

@media (max-width: 991.98px) {
  .faq-section {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .faq-left {
    align-items: center;
    position: static;
    flex: 1 1 auto;
    max-width: 100%;
    text-align: center;
  }

  .faq-left h2 {
    font-size: clamp(32px, 3.8vw, 38px);
    max-width: 100%;
  }

  .faq-left p {
    max-width: 100%;
    text-align: center;
  }

  .faq-right {
    margin-top: 0;
    width: 100%;
    justify-content: center;
  }

  .accordion-item {
    width: 100%;
    max-width: 685px;
  }
}

@media (max-width: 767.98px) {
  .label-pill {
    padding: 8px 26px;
    font-size: 18px;
  }

  .faq-section {
    padding: 34px 0;
  }

  .faq-left h2 {
    font-size: 30px;
  }

  .btn-gradient {
    font-size: 16px;
    padding: 8px 30px;
  }

  .accordion-header {
    font-size: 16px;
  }
}

.gradient-icon {
  background: linear-gradient(93.93deg, #185CB7 30.05%, #CD304D 95.93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}