/* Mega-menu + guest service landings — 7Panel landing tokens only */

.sh-nav-mega {
  position: relative;
  z-index: 6;
}

.sh-nav-mega > .sh-nav-link {
  position: relative;
  gap: 5px;
  padding-inline-end: 16px;
}

.sh-nav-mega > .sh-nav-link .sh-nav-caret {
  position: absolute;
  inset-inline-end: 5px;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  transform: translateY(-35%);
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.72;
  pointer-events: none;
}

.sh-nav-mega:hover > .sh-nav-link .sh-nav-caret,
.sh-nav-mega:focus-within > .sh-nav-link .sh-nav-caret,
.sh-nav-mega.is-open > .sh-nav-link .sh-nav-caret {
  opacity: 1;
}

.sh-mega {
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  z-index: 1200;
  padding: 12px;
  margin: 0;
  border-radius: 22px;
  background: #eef3fb;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  overflow: visible;
  gap: 12px;
}

.sh-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.site-header .sh-nav-mega:hover > .sh-mega,
.site-header .sh-nav-mega:focus-within > .sh-mega,
.site-header .sh-nav-mega.is-open > .sh-mega {
  display: flex;
  align-items: stretch;
}

.sh-mega-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 210px;
  flex-shrink: 0;
  padding: 22px 20px 18px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff !important;
  background-image: linear-gradient(183deg, #31a0ff, #0066ff);
  box-shadow: 0 12px 28px rgba(0, 102, 255, 0.22);
}

.sh-mega-cta__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 18px;
}

.sh-mega-cta strong {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  font-family: inherit;
}

.sh-mega-cta span {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.sh-mega-cta em {
  margin-top: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.sh-mega-plats {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 8px;
  min-width: 236px;
  max-height: 420px;
  overflow: auto;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(58, 87, 232, 0.12);
  background: #e8eef8;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.sh-mega-row {
  position: static;
}

.sh-mega-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 12px;
  border-radius: 14px;
  color: #0f172a !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.sh-mega-ico {
  width: 22px;
  text-align: center;
  font-size: 16px;
  flex-shrink: 0;
  color: var(--mega-color, #3a57e8);
}

.sh-mega-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sh-mega-arrow {
  margin-inline-start: auto;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1;
  opacity: 0.55;
}

.sh-mega-item:hover,
.sh-mega-item:focus-visible,
.sh-mega-row:hover > .sh-mega-item,
.sh-mega-row:focus-within > .sh-mega-item,
.sh-mega-row.is-open > .sh-mega-item {
  background: #fff;
  border-color: color-mix(in srgb, var(--mega-color, #3a57e8) 42%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--mega-color, #3a57e8) 16%, transparent);
  color: #0f172a !important;
}

.sh-mega-row:hover > .sh-mega-item .sh-mega-arrow,
.sh-mega-row:focus-within > .sh-mega-item .sh-mega-arrow,
.sh-mega-row.is-open > .sh-mega-item .sh-mega-arrow,
.sh-mega-item:hover .sh-mega-arrow,
.sh-mega-item:focus-visible .sh-mega-arrow {
  opacity: 1;
  color: var(--mega-color, #3a57e8);
}

.sh-mega-pop {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  z-index: 40;
  width: min(340px, calc(100vw - 48px));
  min-height: 100%;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

.sh-mega-pop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 18px;
  height: 100%;
}

.sh-mega-row.is-open > .sh-mega-pop,
.sh-mega-row:focus-within > .sh-mega-pop {
  display: block;
}

.sh-mega-pop.is-left {
  left: auto;
  right: calc(100% + 10px);
}

.sh-mega-pop.is-left::before {
  right: auto;
  left: 100%;
}

.sh-mega-pop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0 4px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a !important;
  text-decoration: none !important;
}

.sh-mega-pop__head strong {
  font-size: 15px;
  font-weight: 800;
}

.sh-mega-pop__head span {
  color: #3a57e8;
  font-size: 18px;
  line-height: 1;
}

.sh-mega-pop__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.sh-mega-subitem {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 12px;
  color: #0f172a !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
}

.sh-mega-subitem i {
  width: 16px;
  flex-shrink: 0;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

.sh-mega-subitem:hover,
.sh-mega-subitem:focus-visible {
  background: #eef3fb;
}

html.dark-mode .sh-mega,
html.dark-mode .sh-mega-pop {
  background: #121826;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
}

html.dark-mode .sh-mega-plats {
  background: #121826;
  border-color: rgba(148, 163, 184, 0.16);
}

html.dark-mode .sh-mega-item {
  background: #1b2438;
  border-color: rgba(148, 163, 184, 0.18);
  color: #f8fafc !important;
}

html.dark-mode .sh-mega-item:hover,
html.dark-mode .sh-mega-row:hover > .sh-mega-item,
html.dark-mode .sh-mega-row:focus-within > .sh-mega-item,
html.dark-mode .sh-mega-row.is-open > .sh-mega-item {
  background: rgba(58, 87, 232, 0.22);
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow: 0 0 0 3px rgba(58, 87, 232, 0.18);
  color: #fff !important;
}

html.dark-mode .sh-mega-pop__head {
  color: #f8fafc !important;
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

html.dark-mode .sh-mega-subitem {
  color: #f8fafc !important;
}

html.dark-mode .sh-mega-subitem i {
  color: #94a3b8;
}

html.dark-mode .sh-mega-subitem:hover,
html.dark-mode .sh-mega-subitem:focus-visible {
  background: rgba(58, 87, 232, 0.22);
}

.sh-drawer-acc {
  border-bottom: 1px solid var(--sh-line, rgba(15, 23, 42, 0.08));
}

.sh-drawer-acc > summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 0;
  font-weight: 700;
}

.sh-drawer-acc > summary::-webkit-details-marker {
  display: none;
}

.sh-drawer-acc__list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0 0 8px;
}

.sh-drawer-acc__list > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.sh-drawer-sub {
  padding: 4px 0 8px;
}

.sh-drawer-sub > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.sh-drawer-sub > summary::-webkit-details-marker {
  display: none;
}

.sh-drawer-sub ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  max-height: none;
  overflow: visible;
}

.sh-drawer-sub a {
  display: block;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .sh-mega {
    display: none !important;
  }
}

.gsl-page .logai {
  max-width: 100%;
}

.gsl-page .bacgroundbody {
  overflow: visible;
  padding-bottom: 56px !important;
}

.gsl-page .blog-breadcrumb-nav {
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
}

.gsl-page .blog-breadcrumb,
.gsl-page .breadcrumb-blogsin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin: 0 !important;
  padding: 0.55rem 0.85rem;
  list-style: none;
  width: 100% !important;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.96) 0%, rgba(241, 247, 255, 0.9) 100%);
  border: 1px solid rgba(49, 160, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06),
              inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}

.gsl-page .blog-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.gsl-page .blog-breadcrumb-item::before,
.gsl-page .blog-breadcrumb-item + .blog-breadcrumb-item::before {
  content: none !important;
  display: none !important;
}

.gsl-page .blog-breadcrumb-link,
.gsl-page .blog-breadcrumb-current {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #64748b;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.2s ease;
}

.gsl-page .blog-breadcrumb-link:hover,
.gsl-page .blog-breadcrumb-link:focus {
  color: #0066ff;
  text-decoration: none;
}

.gsl-page .blog-breadcrumb-current {
  color: #1e293b;
  font-weight: 600;
}

.gsl-page .blog-breadcrumb-text {
  max-width: none;
  overflow: visible;
  white-space: normal;
  display: inline;
  align-items: center;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.gsl-page .blog-breadcrumb-item.is-current {
  flex: 1 1 auto;
  min-width: min(100%, 12rem);
}

.gsl-page .blog-breadcrumb-item.is-current .blog-breadcrumb-current {
  min-width: 0;
  width: 100%;
  align-items: center;
}

.gsl-page .blog-breadcrumb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(49, 160, 255, 0.14) 0%, rgba(139, 92, 246, 0.1) 100%);
  color: #31a0ff;
  font-size: 0.72rem;
  flex-shrink: 0;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.gsl-page .blog-breadcrumb-icon i {
  display: block;
  line-height: 1;
}

.gsl-page .blog-breadcrumb-item.is-current .blog-breadcrumb-icon {
  background: linear-gradient(135deg, #31a0ff 0%, #0066ff 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(49, 160, 255, 0.28);
}

.gsl-page .blog-breadcrumb-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.62rem;
  opacity: 0.85;
  list-style: none;
  margin: 0;
  padding: 0;
}

html[lang^="fa"] .gsl-page .blog-breadcrumb,
html[lang^="ar"] .gsl-page .blog-breadcrumb,
html[lang^="ur"] .gsl-page .blog-breadcrumb,
html[lang^="he"] .gsl-page .blog-breadcrumb {
  direction: rtl;
}

html[lang^="fa"] .gsl-page .blog-breadcrumb-sep i,
html[lang^="ar"] .gsl-page .blog-breadcrumb-sep i,
html[lang^="ur"] .gsl-page .blog-breadcrumb-sep i,
html[lang^="he"] .gsl-page .blog-breadcrumb-sep i {
  transform: scaleX(-1);
}

html.dark-mode .gsl-page .blog-breadcrumb-link {
  color: #94a3b8;
}

html.dark-mode .gsl-page .blog-breadcrumb-current {
  color: #e2e8f0;
}

html.dark-mode .gsl-page .blog-breadcrumb {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.88) 100%);
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.35);
}

html.dark-mode .gsl-page .blog-breadcrumb-link:hover,
html.dark-mode .gsl-page .blog-breadcrumb-link:focus {
  color: #60a5fa;
}

html.dark-mode .gsl-page .blog-breadcrumb-icon {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.16) 0%, rgba(129, 140, 248, 0.12) 100%);
  color: #60a5fa;
}

html.dark-mode .gsl-page .blog-breadcrumb-item.is-current .blog-breadcrumb-icon {
  background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 100%);
  color: #0f172a;
}

html.dark-mode .gsl-page .blog-breadcrumb-sep {
  color: #64748b;
}

.gsl-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 32px 40px;
  align-items: start;
  min-width: 0;
}

.gsl-hero-split--solo {
  grid-template-columns: 1fr;
}

.gsl-page .gsl-hero {
  text-align: start;
  max-width: none;
  margin: 0;
}

.gsl-hero-split--solo .gsl-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.gsl-hero-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 0 14px;
  border-radius: 16px;
  background: #fff;
  color: #3a57e8;
  font-size: 26px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(58, 87, 232, 0.12);
}

.gsl-hero-split--solo .gsl-hero-mark {
  display: flex;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border-radius: 24px;
  font-size: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.2);
}

.gsl-hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(58, 87, 232, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #3a57e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gsl-hero-split--solo .gsl-hero .h2-head.naHdTi {
  margin: 0 0 10px;
  color: #3a57e8 !important;
  font-weight: 800;
}

.gsl-hero-sub {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}

.gsl-hero-body {
  max-width: 680px;
  margin: 0 auto 24px;
  color: #475569;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
}

.gsl-hero-mark--flag img {
  width: 32px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
}

.gsl-plats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}

.gsl-plats__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(58, 87, 232, 0.14);
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  text-align: start;
  cursor: pointer;
}

.gsl-plats__btn i {
  width: 18px;
  text-align: center;
  color: var(--mega-color, #3a57e8);
}

.gsl-plats__btn em {
  margin-inline-start: auto;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
}

.gsl-plats__btn:hover,
.gsl-plats__btn.is-active {
  background: #3a57e8;
  border-color: #3a57e8;
  color: #fff;
}

.gsl-plats__btn:hover i,
.gsl-plats__btn.is-active i,
.gsl-plats__btn:hover em,
.gsl-plats__btn.is-active em {
  color: #fff;
}

.gsl-filterbar {
  margin: 0 0 22px;
}

.gsl-filterbar__search {
  position: relative;
  display: block;
}

.gsl-filterbar__search input {
  width: 100%;
  min-height: 48px;
  padding: 10px 44px 10px 14px;
  border-radius: 12px;
  border: 1.5px solid #d7e3f4;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
}

.gsl-filterbar__search i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}

.gsl-filterbar__empty {
  margin: 0 0 16px;
  color: #64748b;
  font-weight: 650;
}

html.dark-mode .gsl-plats__btn,
html.dark-mode .gsl-filterbar__search input {
  background: #1b2438;
  border-color: rgba(148, 163, 184, 0.2);
  color: #f8fafc;
}

html.dark-mode .gsl-plats__btn.is-active,
html.dark-mode .gsl-plats__btn:hover {
  background: #3a57e8;
  border-color: #3a57e8;
}

.gsl-country-plat {
  margin: 0 0 28px;
}

.gsl-country-plat__head {
  margin: 0 0 20px;
}

.gsl-cat-block {
  margin: 0 0 32px;
}

.gsl-cat-block:last-child {
  margin-bottom: 0;
}

.gsl-country-plat__head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
}

.gsl-country-plat__head i {
  color: #3a57e8;
}

.gsl-country-cat {
  margin: 0 0 18px;
  padding: 0;
  font-size: 15px;
  font-weight: 800;
  color: #334155;
  line-height: 1.45;
}

html.dark-mode .gsl-country-plat__head a {
  color: #f8fafc;
}

.gsl-hero-lead {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

html.dark-mode .gsl-hero-lead,
html.dark-mode .gsl-hero-sub {
  color: #f8fafc;
}

html.dark-mode .gsl-hero-badge {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(147, 197, 253, 0.24);
  color: #93c5fd;
}

html.dark-mode .gsl-hero-split--solo .gsl-hero .h2-head.naHdTi {
  color: #93c5fd;
}

html.dark-mode .gsl-hero-body {
  color: #cbd5e1;
}

.gsl-page .gsl-hero .rs-hero-copy {
  max-width: none;
}

.gsl-page .gsl-hero .hero-cta-row {
  justify-content: flex-start;
  max-width: none;
}

.gsl-hero-split--solo .gsl-hero .hero-cta-row {
  justify-content: center;
  gap: 12px;
}

.gsl-hero-split--solo .gsl-hero .hero-cta-btn {
  min-width: 210px;
  border-radius: 14px;
  padding: 14px 22px;
}

.gsl-page .hero-cta-btn--chrome,
.gsl-page .rs-hero .hero-cta-btn--chrome,
.gsl-page a.hero-cta-btn--chrome {
  color: #fff !important;
  background-color: #2563eb !important;
  background-image: linear-gradient(145deg, #38bdf8 0%, #2563eb 42%, #1d4ed8 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}

.gsl-page .hero-cta-btn--services,
.gsl-page .rs-hero .hero-cta-btn--services,
.gsl-page a.hero-cta-btn--services {
  color: #0a2753 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1.5px solid rgba(58, 87, 232, 0.28) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.gsl-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.gsl-hero-split--solo .gsl-stats {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gsl-stat {
  background: #fff;
  border: 1px solid rgba(58, 87, 232, 0.12);
  border-radius: 16px;
  padding: 14px 10px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gsl-stat:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 36px rgba(58, 87, 232, 0.16);
}

.gsl-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #3a57e8;
  line-height: 1.15;
}

.gsl-stat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

html.dark-mode .gsl-stat {
  background: #1b2438;
  border-color: rgba(148, 163, 184, 0.16);
}

html.dark-mode .gsl-stat strong {
  color: #93c5fd;
}

html.dark-mode .gsl-stat span {
  color: #94a3b8;
}

.gsl-order-section {
  position: relative;
  z-index: 4;
  padding: 8px 0 56px;
  background: #fff;
}

.gsl-order-block {
  max-width: 560px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 5;
}

.gsl-order-block .tit_sec {
  text-align: center;
  margin-bottom: 16px;
}

.gsl-order {
  position: relative;
  z-index: 4;
}

.gsl-order .form-control,
.gsl-order .form-control-lg {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.gsl-order .component_card,
.gsl-order__card {
  margin: 0;
  overflow: visible !important;
  max-width: 100%;
  padding: 28px 26px 22px;
  border-radius: 24px;
  border: 1px solid rgba(58, 87, 232, 0.14);
  background: #fff;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.gsl-order .btn-blue,
.gsl-order .btn-lg.btn-blue {
  color: #fff !important;
}

.gsl-field {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
}

.gsl-field:focus-within,
.gsl-field:has(.gsl-pick-list:not([hidden])) {
  z-index: 40;
}

.gsl-field label {
  display: block;
  margin: 0 0 6px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.gsl-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.gsl-pick {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid #d7e3f4;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-align: start;
  overflow: hidden;
  box-sizing: border-box;
}

.gsl-pick:disabled {
  opacity: 0.7;
  cursor: default;
}

.gsl-pick-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 50;
  width: 100%;
  max-width: 100%;
  max-height: 280px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(58, 87, 232, 0.18);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.gsl-pick-search {
  margin: 0 0 8px;
}

.gsl-pick-search__input {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1.5px solid #d7e3f4;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 650;
  box-sizing: border-box;
}

.gsl-pick-search__input:focus {
  outline: none;
  border-color: #3a57e8;
  background: #fff;
}

.gsl-pick-opts {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.gsl-pick-empty {
  margin: 0;
  padding: 10px 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

.gsl-pick-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-align: start;
  white-space: normal;
  overflow-wrap: anywhere;
}

.gsl-pick-id {
  flex: 0 0 auto;
  background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
  color: #fff;
  border-radius: 6px;
  padding: 3px 8px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(0, 102, 255, 0.25);
}

.gsl-pick-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gsl-pick-opt.is-active .gsl-pick-id,
.gsl-pick-opt:hover .gsl-pick-id,
.gsl-pick-opt:focus-visible .gsl-pick-id {
  background: #fff;
  color: #1d4ed8;
}

.gsl-pick-opt + .gsl-pick-opt {
  margin-top: 4px;
}

.gsl-pick-opt.is-active,
.gsl-pick-opt:hover,
.gsl-pick-opt:focus-visible {
  background: #3a57e8;
  color: #fff;
}

html.dark-mode .gsl-pick,
html.dark-mode .gsl-pick-list {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

html.dark-mode .gsl-pick-search__input {
  background: #1e293b;
  border-color: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

html.dark-mode .gsl-order .component_card,
html.dark-mode .gsl-order__card {
  background: #151a2b;
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

html.dark-mode .gsl-pick-opt {
  background: #1e293b;
  color: #e2e8f0;
}

.gsl-order__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}

.gsl-order__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef3fb;
  color: #3a57e8;
  font-size: 20px;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
}

.gsl-order__mark i,
.gsl-order__mark i::before {
  display: inline-block !important;
  font-size: 22px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  position: static !important;
}

.gsl-order__mark svg {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin: 0;
}

.gsl-order__head strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.gsl-order__sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

html.dark-mode .gsl-order__mark {
  background: #0f172a;
  color: #93c5fd;
}

html.dark-mode .gsl-order__head strong {
  color: #f8fafc;
}

.gsl-order__intro,
.gsl-order__range,
.gsl-order__hint {
  color: #64748b;
  font-size: 13px;
  margin: 0 0 12px;
}

.gsl-qty-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
}

.gsl-qty-presets button {
  border: 1px solid rgba(58, 87, 232, 0.18);
  background: #eef3fb;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #3a57e8;
  cursor: pointer;
}

.gsl-qty-presets button.is-active,
.gsl-qty-presets button:hover,
.gsl-qty-presets button:focus-visible {
  background-image: linear-gradient(183deg, #31a0ff, #0066ff);
  border-color: transparent;
  color: #fff;
}

html.dark-mode .gsl-qty-presets button {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.2);
  color: #93c5fd;
}

.gsl-order__prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 4px 0 12px;
}

.gsl-order__prices div {
  background: #eef3fb;
  border-radius: 12px;
  padding: 10px 12px;
}

html.dark-mode .gsl-order__prices div {
  background: #0f172a;
}

.gsl-order__prices span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}

.gsl-order__prices strong {
  font-size: 18px;
  color: #3a57e8;
}

.gsl-order__total strong {
  font-size: 24px;
}

.gsl-feat-link {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

#gsl-cats,
#gsl-order {
  scroll-margin-top: 96px;
}

.gsl-catalog {
  position: relative;
  z-index: 1;
  padding: 28px 0 48px;
  background: #fff;
}

.gsl-catalog .home-title {
  color: #0f172a !important;
}

.gsl-page .sec-kicker {
  background: linear-gradient(145deg, #3a57e8 0%, #2563eb 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.28);
}

.gsl-page .sec-kicker__icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.gsl-page .sec-kicker__text {
  color: #fff;
}

.gsl-catalog .p-title2 {
  color: #475569 !important;
}

.gsl-catalog .tit_sec.nlm {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  padding-left: 0;
  padding-right: 0;
}

.gsl-catalog .tit_sec.nlm + .gsl-svc-wrap,
.gsl-catalog .tit_sec.nlm + .gsl-browse {
  margin-top: 0;
}

.gsl-cat-block .gsl-svc-wrap {
  margin-top: 0;
}

.gsl-page .gsl-catalog + .gsl-catalog {
  padding-top: 56px;
}

.gsl-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gsl-cat-grid .feat-card,
.gsl-cat-grid .feat-card:nth-child(n+7) {
  grid-column: auto;
  overflow: hidden;
  min-height: min-content;
  height: auto;
  align-self: stretch;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gsl-page .feat-card:hover,
.gsl-cat-grid .feat-card:hover,
.gsl-step-grid .feat-card:hover,
.gsl-page .feat-card.js-reveal.is-inview:hover,
.gsl-page .gsl-stat:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.18);
}

.gsl-cat-grid .feat-card__title,
.gsl-cat-grid .feat-card__text {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.gsl-catalog__crumb {
  display: none;
}

.gsl-step-grid .feat-card,
.gsl-step-grid .feat-card:nth-child(n),
.gsl-step-grid .feat-card:nth-child(n+4),
.gsl-step-grid .feat-card:nth-child(n+7) {
  position: relative;
  grid-column: span 3;
  padding-top: 22px;
}

.gsl-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 999px;
  background-image: linear-gradient(183deg, #31a0ff, #0066ff);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.gsl-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gsl-status {
  --st-color: #3a57e8;
  background: #fff;
  border: 1px solid rgba(58, 87, 232, 0.12);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gsl-status--completed { --st-color: #16a34a; }
.gsl-status--pending { --st-color: #64748b; }
.gsl-status--in-progress { --st-color: #2563eb; }
.gsl-status--processing { --st-color: #7c3aed; }
.gsl-status--canceled { --st-color: #e11d48; }
.gsl-status--partial { --st-color: #d97706; }
.gsl-status--refilling { --st-color: #0891b2; }

.gsl-status:hover,
.gsl-page .gsl-status.js-reveal.is-inview:hover {
  transform: translateY(-8px) !important;
  border-color: color-mix(in srgb, var(--st-color) 45%, transparent);
  box-shadow: 0 22px 40px color-mix(in srgb, var(--st-color) 28%, rgba(15, 23, 42, 0.18));
}

.gsl-status h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: var(--st-color) !important;
}

.gsl-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--st-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--st-color) 18%, transparent);
  flex-shrink: 0;
}

.gsl-status p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}

html.dark-mode .gsl-status {
  background: #151a2b;
  border-color: color-mix(in srgb, var(--st-color) 28%, #151a2b);
}

html.dark-mode .gsl-status p {
  color: #cbd5e1;
}

html.dark-mode .gsl-status:hover {
  box-shadow: 0 22px 40px color-mix(in srgb, var(--st-color) 28%, transparent);
}

@media (min-width: 992px) {
  .gsl-status-grid .gsl-status:last-child {
    grid-column: 2;
  }
}

.gsl-svc-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid rgba(58, 87, 232, 0.16);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.gsl-catalog-back {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef3fb;
  color: #3a57e8 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.gsl-svc-table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #0f172a;
}

.gsl-svc-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 14px 16px;
  background: #eef3fb !important;
  color: #3a57e8 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid rgba(58, 87, 232, 0.16);
  box-shadow: 0 1px 0 rgba(58, 87, 232, 0.12);
}

.gsl-svc-table tbody td {
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #dbe3f0;
  white-space: normal;
  background: #fff;
}

.gsl-svc-table tbody tr:nth-child(even) td {
  background: #f7f9fd;
}

.gsl-svc-table tbody tr:last-child td {
  border-bottom: 0;
}

.gsl-svc-table tbody tr:hover td {
  background: #eef3fb;
}

.gsl-svc-table tbody .gsl-svc-table__id {
  width: 72px;
  color: #64748b !important;
  font-variant-numeric: tabular-nums;
}

.gsl-svc-table__name {
  min-width: 240px;
}

.gsl-svc-table__name a {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.gsl-svc-table__name a:hover {
  color: #3a57e8;
}

.gsl-svc-rate {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef3fb;
  color: #3a57e8;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.gsl-svc-table__act {
  text-align: end;
  width: 1%;
  white-space: nowrap;
}

.gsl-svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 14px;
  border-radius: 999px;
  background-image: linear-gradient(183deg, #31a0ff, #0066ff);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.gsl-svc-btn:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

html.dark-mode .gsl-svc-wrap {
  background: #1e293b;
  border-color: rgba(148, 163, 184, 0.16);
}

html.dark-mode .gsl-svc-table thead th {
  background: #0f172a;
  color: #93c5fd;
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

html.dark-mode .gsl-svc-table tbody td {
  background: #1e293b;
  color: #e2e8f0;
  border-bottom-color: rgba(148, 163, 184, 0.12);
}

html.dark-mode .gsl-svc-table tbody tr:hover td {
  background: #243044;
}

html.dark-mode .gsl-svc-table__name a {
  color: #f8fafc;
}

html.dark-mode .gsl-svc-rate {
  background: #0f172a;
  color: #93c5fd;
}

.gsl-catalog .gsl-side .feat-card__title {
  color: #0f172a;
}

html.dark-mode .gsl-catalog {
  background: transparent;
}

html.dark-mode .gsl-catalog .home-title,
html.dark-mode .gsl-catalog .gsl-side .feat-card__title {
  color: #f8fafc !important;
}

html.dark-mode .gsl-catalog .p-title2 {
  color: #94a3b8 !important;
}

.gsl-related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.gsl-related__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 230px;
  max-width: 300px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(58, 87, 232, 0.12);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gsl-related__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--mega-color, #3a57e8) 14%, #fff);
  color: var(--mega-color, #3a57e8);
  font-size: 20px;
  flex-shrink: 0;
}

.gsl-related__ico--flag {
  background: #eef3fb;
  overflow: hidden;
}

.gsl-related__ico--flag img {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
}

.gsl-related__copy {
  min-width: 0;
  flex: 1 1 auto;
}

.gsl-related__copy strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
}

.gsl-related__copy em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gsl-related__arrow {
  flex-shrink: 0;
  color: #94a3b8;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.gsl-related__item:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--mega-color, #3a57e8) 35%, #fff);
  box-shadow: 0 20px 36px rgba(58, 87, 232, 0.14);
  color: #0f172a;
}

.gsl-related__item:hover .gsl-related__arrow {
  color: #3a57e8;
}

html.dark-mode .gsl-related__item {
  background: #1b2438;
  border-color: rgba(148, 163, 184, 0.16);
  color: #f8fafc;
}

html.dark-mode .gsl-related__copy strong {
  color: #f8fafc;
}

html.dark-mode .gsl-related__copy em {
  color: #94a3b8;
}

html.dark-mode .gsl-related__ico {
  background: color-mix(in srgb, var(--mega-color, #3a57e8) 22%, #0f172a);
}

.gsl-related-band {
  padding-top: 0;
}

.gsl-related-band--top {
  margin-bottom: 28px;
}

.gsl-spec-grid {
  margin-bottom: 20px;
}

.gsl-desc,
.gsl-side {
  padding: 22px 20px;
  border-radius: 20px;
}

.gsl-side {
  border: 1px solid rgba(58, 87, 232, 0.14);
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.gsl-side-list {
  list-style: none;
  margin: 14px 0 16px;
  padding: 0;
}

.gsl-side-list li + li {
  margin-top: 8px;
}

.gsl-side-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  color: #3a57e8;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.4;
}

.gsl-side-list a:hover,
.gsl-side-list a:focus-visible {
  background: #eef3fb;
}

.gsl-side-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #0f172a !important;
  text-decoration: none !important;
}

html.dark-mode .gsl-side {
  background: #151a2b;
  border-color: rgba(148, 163, 184, 0.16);
}

html.dark-mode .gsl-side-list a {
  background: #1b2438;
  color: #93c5fd;
}

html.dark-mode .gsl-side-back {
  color: #f8fafc !important;
}

.gsl-page .p-title2 a {
  color: #3a57e8;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .gsl-hero-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .gsl-order-block {
    margin-top: 0;
  }

  .gsl-hero-split .gsl-hero {
    text-align: center;
    min-width: 0;
  }

  .gsl-hero-split .gsl-hero .hero-cta-row {
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .gsl-page .hero-cta-btn {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .gsl-hero-split .gsl-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .gsl-hero-split--solo .gsl-stats {
    grid-template-columns: 1fr 1fr;
  }

  .gsl-stats,
  .gsl-order__prices,
  .gsl-status-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gsl-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gsl-step-grid .feat-card,
  .gsl-step-grid .feat-card:nth-child(n),
  .gsl-step-grid .feat-card:nth-child(n+4),
  .gsl-step-grid .feat-card:nth-child(n+7) {
    grid-column: span 6;
  }
}

@media (max-width: 575px) {
  .gsl-page .blog-breadcrumb {
    border-radius: 16px;
    padding: 0.5rem 0.65rem;
    gap: 0.3rem 0.35rem;
    box-sizing: border-box;
  }

  .gsl-page .blog-breadcrumb:has(> .blog-breadcrumb-item:nth-child(5)) {
    flex-wrap: wrap;
  }

  .gsl-page .blog-breadcrumb:has(> .blog-breadcrumb-item:nth-child(5)) > .blog-breadcrumb-item.is-current {
    flex: 1 1 100%;
  }

  .gsl-page .blog-breadcrumb:has(> .blog-breadcrumb-item:nth-child(5)) .is-current .blog-breadcrumb-text {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .gsl-page .blog-breadcrumb-text {
    font-size: 0.8rem;
  }

  .gsl-page .blog-breadcrumb-icon {
    width: 24px;
    height: 24px;
    font-size: 0.68rem;
  }
}

@media (max-width: 767.98px) {
  .gsl-page .bacgroundbody {
    padding-top: 16px !important;
    padding-bottom: 28px !important;
  }

  .gsl-hero-split--solo .gsl-hero-mark {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 18px;
    font-size: 28px;
  }

  .gsl-hero-split--solo .gsl-hero .h2-head.naHdTi {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .gsl-hero-sub {
    font-size: 0.95rem;
  }

  .gsl-page .gsl-hero-body {
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .gsl-page .home-cta-banner {
    overflow: visible;
    padding-bottom: 12px;
  }

  .gsl-page .home-cta__card {
    padding: 28px 16px 24px;
  }

  .gsl-telegram-banner {
    padding: 4px 0 20px;
  }

  .gsl-stats {
    grid-template-columns: 1fr;
  }

  .gsl-status-grid {
    grid-template-columns: 1fr;
  }

  .gsl-step-grid .feat-card,
  .gsl-step-grid .feat-card:nth-child(n),
  .gsl-step-grid .feat-card:nth-child(n+4),
  .gsl-step-grid .feat-card:nth-child(n+7) {
    grid-column: span 12;
  }

  .gsl-cat-grid {
    grid-template-columns: 1fr;
  }
}
