.gc-page {
  --gc-red: #ff4438;
  --gc-red-2: #ff7168;
  --gc-ink: #f2f2f4;
  --gc-muted: #9a9aa3;
  --gc-line: rgba(255, 255, 255, 0.08);
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 24px 96px;
  color: var(--gc-ink);
}

.gc-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border: 1px solid var(--gc-line);
  border-radius: 99px;
  background: rgba(255, 68, 56, 0.08);
  color: var(--gc-red-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gc-page h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff;
}

.gc-page-lead {
  max-width: 640px;
  margin: 0 0 36px;
  color: var(--gc-muted);
  font-size: 17px;
  line-height: 1.6;
}

.gc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 40px;
}

.gc-stat {
  padding: 20px 22px;
  border: 1px solid var(--gc-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.gc-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.gc-stat span {
  color: var(--gc-muted);
  font-size: 13px;
}

.gc-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.gc-review {
  padding: 22px 22px 20px;
  border: 1px solid var(--gc-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.gc-review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.gc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  background: rgba(255, 68, 56, 0.16);
  color: var(--gc-red-2);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.gc-review-name {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.gc-review-meta {
  color: var(--gc-muted);
  font-size: 12px;
  margin-top: 2px;
}

.gc-stars {
  color: #ffb020;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 0 0 10px;
}

.gc-review p {
  margin: 0;
  color: #c9c9d0;
  font-size: 14.5px;
  line-height: 1.55;
}

.gc-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 9px;
  border-radius: 99px;
  border: 1px solid var(--gc-line);
  color: var(--gc-muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gc-card {
  padding: 26px 24px;
  border: 1px solid var(--gc-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.gc-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #fff;
}

.gc-card p {
  margin: 0 0 18px;
  color: var(--gc-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.gc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #ff4438;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
}

.gc-btn:hover {
  background: #e53a30;
}

.gc-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

@media (max-width: 860px) {
  .gc-stats,
  .gc-reviews,
  .gc-cards {
    grid-template-columns: 1fr;
  }
}

body[data-pagename="content-creators"] .theme-main--header,
body[data-pagename="resellers"] .theme-main--header {
  margin-bottom: 0 !important;
}

body[data-pagename="content-creators"] #ipsLayout_body.ipsLayout_container,
body[data-pagename="resellers"] #ipsLayout_body.ipsLayout_container {
  max-width: none;
  width: 100%;
  padding: 0 !important;
  margin-top: 0 !important;
  background: #0e0e10;
}

body[data-pagename="content-creators"] #ipsLayout_contentArea,
body[data-pagename="content-creators"] #ipsLayout_contentWrapper,
body[data-pagename="content-creators"] #ipsLayout_mainArea,
body[data-pagename="content-creators"] #elCmsPageWrap,
body[data-pagename="resellers"] #ipsLayout_contentArea,
body[data-pagename="resellers"] #ipsLayout_contentWrapper,
body[data-pagename="resellers"] #ipsLayout_mainArea,
body[data-pagename="resellers"] #elCmsPageWrap {
  max-width: none;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.gc-partner {
  --gc-red: #ff4438;
  --gc-red-2: #ff7168;
  --gc-ink: #f2f2f4;
  --gc-muted: #9a9aa3;
  --gc-line: rgba(255, 255, 255, 0.1);
  --gc-card: #151518;
  color: var(--gc-ink);
  padding-bottom: 72px;
}

.gc-partner *,
.gc-partner *::before,
.gc-partner *::after {
  box-sizing: border-box;
}

.gc-partner-hero {
  padding: clamp(40px, 6vw, 72px) 24px 12px;
}

.gc-partner-hero .gc-page {
  padding-top: 0;
  padding-bottom: 8px;
}

.gc-partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.gc-partner-note {
  margin: 0;
  color: var(--gc-muted);
  font-size: 13px;
}

.gc-partner-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 56px) 24px 0;
}

.gc-partner-section h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 3.4vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.gc-partner-kicker {
  margin: 0 0 10px;
  color: var(--gc-red-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gc-partner-lede {
  max-width: 640px;
  margin: 0 0 24px;
  color: var(--gc-muted);
  font-size: 16px;
  line-height: 1.6;
}

.gc-perk-grid,
.gc-why-grid,
.gc-stack-grid,
.gc-tier-grid,
.gc-rebrand-grid {
  display: grid;
  gap: 14px;
}

.gc-perk-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gc-why-grid,
.gc-stack-grid,
.gc-rebrand-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gc-tier-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gc-perk,
.gc-why,
.gc-stack,
.gc-tier,
.gc-rebrand {
  padding: 22px 20px;
  border: 1px solid var(--gc-line);
  border-radius: 12px;
  background: var(--gc-card);
}

.gc-perk h3,
.gc-why h3,
.gc-stack h3,
.gc-tier h3,
.gc-rebrand h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
}

.gc-perk p,
.gc-why p,
.gc-stack p,
.gc-rebrand p,
.gc-qual p,
.gc-faq p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.gc-qual {
  display: grid;
  gap: 16px;
}

.gc-qual ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--gc-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.gc-qual h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.gc-faq {
  display: grid;
  gap: 8px;
}

.gc-faq details {
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: var(--gc-card);
  padding: 0 16px;
}

.gc-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.gc-faq summary::-webkit-details-marker {
  display: none;
}

.gc-faq details[open] summary {
  color: var(--gc-red-2);
}

.gc-faq details p {
  padding: 0 0 16px;
}

.gc-panel {
  border: 1px solid var(--gc-line);
  border-radius: 14px;
  background: #121216;
  overflow: hidden;
}

.gc-panel-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gc-line);
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gc-panel-bar span.is-on {
  color: #fff;
  background: rgba(255, 68, 56, 0.16);
  border-radius: 6px;
  padding: 4px 8px;
}

.gc-panel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px 16px 20px;
}

.gc-panel-stat {
  padding: 14px 14px 12px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: #0e0e10;
}

.gc-panel-stat small {
  display: block;
  color: var(--gc-muted);
  font-size: 12px;
  margin-bottom: 6px;
}

.gc-panel-stat strong {
  display: block;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.gc-panel-stat em {
  color: var(--gc-red-2);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.gc-tier.is-hot {
  border-color: rgba(255, 68, 56, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 68, 56, 0.18);
}

.gc-tier-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gc-red-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-tier-rate {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gc-tier ul {
  margin: 0;
  padding-left: 18px;
  color: var(--gc-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.gc-cta {
  margin: clamp(40px, 6vw, 64px) auto 0;
  max-width: 1120px;
  padding: 28px 24px;
  border: 1px solid var(--gc-line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 68, 56, 0.12), rgba(21, 21, 24, 1));
}

.gc-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
}

.gc-cta p {
  margin: 0 0 16px;
  color: var(--gc-muted);
}

.gc-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 980px) {
  .gc-perk-grid,
  .gc-tier-grid,
  .gc-panel-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .gc-perk-grid,
  .gc-why-grid,
  .gc-stack-grid,
  .gc-tier-grid,
  .gc-rebrand-grid,
  .gc-panel-grid,
  .gc-hero-split,
  .gc-qual-grid {
    grid-template-columns: 1fr;
  }
}

.gc-partner-hero {
  position: relative;
  overflow: hidden;
}

.gc-partner-hero::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  width: 780px;
  height: 480px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 68, 56, 0.28), transparent 68%);
  pointer-events: none;
}

.gc-hero-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.gc-hero-split .gc-page {
  max-width: none;
  margin: 0;
  padding: 0;
}

.gc-ico {
  width: 42px;
  height: 42px;
  margin: 0 0 14px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 68, 56, 0.12);
  color: #ff7168;
  font-size: 17px;
}

.gc-perk,
.gc-why,
.gc-stack,
.gc-rebrand,
.gc-qual-card {
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.gc-perk:hover,
.gc-why:hover,
.gc-stack:hover,
.gc-rebrand:hover,
.gc-qual-card:hover {
  border-color: rgba(255, 68, 56, 0.35);
  transform: translateY(-2px);
}

.gc-program-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid var(--gc-line);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255, 68, 56, 0.1), rgba(21, 21, 24, 0.9));
}

.gc-program-card h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
}

.gc-program-card p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 13px;
}

.gc-program-card strong {
  color: #ff7168;
}

.gc-qual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gc-qual-card {
  padding: 22px 20px;
  border: 1px solid var(--gc-line);
  border-radius: 12px;
  background: var(--gc-card);
}

.gc-qual-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
}

.gc-qual-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--gc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.gc-dash {
  border: 1px solid var(--gc-line);
  border-radius: 16px;
  background: #121216;
  overflow: hidden;
  box-shadow: 0 28px 60px -24px #000, inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.gc-dash-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--gc-line);
  background: rgba(255, 255, 255, 0.02);
}

.gc-dash-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3a42;
}

.gc-dash-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px 12px;
  color: var(--gc-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-dash-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gc-line);
  font-size: 12px;
}

.gc-dash-brand {
  margin-left: 8px;
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: ui-monospace, Consolas, monospace;
}

.gc-dash-status {
  color: #ff7168;
  font-weight: 600;
}

.gc-dash-status i {
  font-size: 8px;
  margin-right: 6px;
  vertical-align: 1px;
  animation: gc-status-pulse 1.6s ease-in-out infinite;
}

@keyframes gc-status-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.gc-dash-ver {
  margin-left: auto;
  color: var(--gc-muted);
}

.gc-dash-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--gc-line);
}

.gc-dash-tabs button {
  appearance: none;
  position: relative;
  flex: none;
  border: 0;
  background: transparent;
  color: var(--gc-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 14px 22px;
  cursor: pointer;
  white-space: nowrap;
}

.gc-dash-tabs button i {
  margin-right: 7px;
  font-size: 12px;
}

.gc-dash-tabs button:hover {
  color: #fff;
}

.gc-dash-tabs button.is-on {
  color: #fff;
  background: transparent;
}

.gc-dash-tabs button.is-on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ff4438;
}

.gc-dash-pane {
  padding: 22px 20px;
}

.gc-dash-pane[hidden] {
  display: none !important;
}

.gc-dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gc-dash-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gc-dash-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.gc-dash-stat {
  padding: 14px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: #0e0e10;
}

.gc-dash-stat-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.gc-dash-stat-h span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gc-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gc-dash-stat-h span i {
  color: #ff7168;
  font-size: 12px;
}

.gc-dash-stat small {
  display: block;
  color: var(--gc-muted);
  font-size: 12px;
  margin-bottom: 6px;
}

.gc-dash-stat strong {
  display: block;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.gc-dash-stat em,
.gc-trend {
  color: #ff7168;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
}

.gc-chart {
  margin-top: 12px;
  padding: 16px 16px 14px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: #0e0e10;
}

.gc-chart-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.gc-chart-h b {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.gc-chart-h span {
  color: var(--gc-muted);
  font-size: 11px;
}

.gc-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 128px;
}

.gc-bars span {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #ff7168, rgba(255, 68, 56, 0.35));
}

.gc-hero-split .gc-dash .gc-bars { height: 72px; }
.gc-hero-split .gc-dash-pane { padding: 16px; }
.gc-hero-split .gc-dash-stat strong { font-size: 16px; }

.gc-activity {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.gc-activity li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--gc-line);
  border-radius: 8px;
  background: #0e0e10;
  color: #d8d8de;
  font-size: 13px;
  list-style: none;
}

.gc-activity i {
  color: #ff7168;
  width: 16px;
  text-align: center;
}

.gc-activity time {
  margin-left: auto;
  color: var(--gc-muted);
  font-size: 11px;
}

.gc-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gc-price-card {
  padding: 16px 14px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: #0e0e10;
}

.gc-price-card.is-hot {
  border-color: rgba(255, 68, 56, 0.45);
}

.gc-price-card small {
  display: block;
  color: #ff7168;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gc-price-card b {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}

.gc-price-card strong {
  display: block;
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.gc-api-list {
  display: grid;
  gap: 10px;
}

.gc-api-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid var(--gc-line);
  border-radius: 10px;
  background: #0e0e10;
}

.gc-meth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 7px;
  border-radius: 4px;
  background: rgba(255, 68, 56, 0.16);
  color: #ff7168;
  font-size: 10px;
  font-weight: 800;
}

.gc-meth-get {
  background: rgba(255, 255, 255, 0.08);
  color: #c9c9d0;
}

.gc-api-row code {
  color: #fff;
  font-size: 13px;
}

.gc-api-row p {
  margin: 4px 0 0;
  color: var(--gc-muted);
  font-size: 12px;
}

.gc-form-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 14px;
}

.gc-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 600;
}

.gc-field input,
.gc-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--gc-line);
  border-radius: 8px;
  background: #0e0e10;
  color: #fff;
  font: inherit;
}

.gc-keybox {
  padding: 14px 16px;
  border: 1px dashed rgba(255, 68, 56, 0.35);
  border-radius: 10px;
  background: rgba(255, 68, 56, 0.06);
  color: #fff;
  font-family: ui-monospace, Consolas, monospace;
  letter-spacing: 0.08em;
}

.gc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.gc-table th,
.gc-table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--gc-line);
  text-align: left;
}

.gc-table th {
  color: var(--gc-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-table td {
  color: #d8d8de;
}

.gc-pill {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
}

.gc-pill-open {
  color: #ff7168;
  background: rgba(255, 68, 56, 0.14);
}

.gc-pill-ok {
  color: #c9c9d0;
  background: rgba(255, 255, 255, 0.08);
}

.gc-code {
  margin: 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: #0a0a0c;
  border: 1px solid var(--gc-line);
  color: #ffb4ae;
  font-size: 12.5px;
  line-height: 1.6;
  overflow: auto;
}

.gc-code span {
  color: var(--gc-muted);
}

@media (max-width: 860px) {
  .gc-hero-split,
  .gc-qual-grid,
  .gc-dash-grid,
  .gc-dash-grid-3,
  .gc-dash-grid-2,
  .gc-price-grid,
  .gc-form-row {
    grid-template-columns: 1fr;
  }
  .gc-dash-ver {
    margin-left: 0;
  }
}
