/* Commercial English landing: /en/smm-reseller-panel */
.rs-page {
  overflow-x: clip;
}

.rs-hero.bacgroundbody {
  padding-bottom: 36px !important;
}

.rs-hero .container {
  position: relative;
  z-index: 1;
}

.rs-crumb {
  margin: 8px 0 18px;
}

.rs-hero-copy {
  max-width: 640px;
}

.rs-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-dash {
  width: 100%;
  max-width: 520px;
  margin-inline-start: auto;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid rgba(58, 87, 232, 0.16);
  box-shadow:
    0 24px 50px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

.rs-dash__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px 10px;
  background: #0f172a;
}

.rs-dash__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64748b;
}

.rs-dash__chrome span:nth-child(1) { background: #f87171; }
.rs-dash__chrome span:nth-child(2) { background: #fbbf24; }
.rs-dash__chrome span:nth-child(3) { background: #34d399; }

.rs-dash__url {
  width: auto !important;
  height: auto !important;
  margin-inline-start: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rs-dash__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 8px;
}

.rs-dash__head strong {
  font-size: 1.02rem;
  font-weight: 800;
  color: #0f172a;
}

.rs-dash__head span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
}

.rs-dash__platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 18px 12px;
}

.rs-dash__platforms span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: #1e3a8a;
  font-size: 0.72rem;
  font-weight: 800;
}

.rs-dash__orders {
  margin: 0 14px 12px;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  border: 1px solid rgba(58, 87, 232, 0.1);
  overflow: hidden;
  background: #fff;
}

.rs-dash__orders li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.84rem;
  font-weight: 700;
  color: #1e293b;
}

.rs-dash__orders li:first-child {
  border-top: 0;
}

.rs-dash__orders i {
  color: #3a57e8;
}

.rs-dash__orders b {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #64748b;
}

.rs-dash__orders b.is-run {
  color: #2563eb;
}

.rs-dash__orders b.is-done {
  color: #059669;
}

.rs-dash__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 0 18px 16px;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 800;
}

.rs-dash__foot span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rs-dash__foot i {
  color: #3a57e8;
}

html.dark-mode .rs-dash {
  background: linear-gradient(180deg, #151c2e 0%, #10182a 100%);
  border-color: rgba(141, 162, 255, 0.18);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

html.dark-mode .rs-dash__head strong,
html.dark-mode .rs-dash__orders li {
  color: #f1f5f9;
}

html.dark-mode .rs-dash__head span,
html.dark-mode .rs-dash__orders b {
  color: #94a3b8;
}

html.dark-mode .rs-dash__platforms span {
  background: rgba(58, 87, 232, 0.18);
  color: #dbe4ff;
}

html.dark-mode .rs-dash__orders {
  background: #12192b;
  border-color: rgba(141, 162, 255, 0.14);
}

html.dark-mode .rs-dash__orders li {
  border-top-color: rgba(148, 163, 184, 0.12);
}

html.dark-mode .rs-dash__foot {
  color: #cbd5e1;
}

.rs-hero-platforms {
  margin: 10px 0 18px;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.rs-hero .hero-cta-row {
  flex-wrap: wrap;
  max-width: 640px;
  gap: 10px;
}

.rs-hero .hero-cta-btn {
  flex: 1 1 auto;
  min-width: 168px;
}

.rs-hero .hero-cta-btn--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: #1e3a8a !important;
  border: 1px solid rgba(58, 87, 232, 0.28);
  box-shadow: none;
}

.rs-hero .hero-cta-btn--ghost:hover {
  background: #fff;
  border-color: #3a57e8;
  color: #1d4ed8 !important;
}

.rs-trust {
  margin-top: 28px !important;
  padding-top: 20px !important;
}

.rs-child.feat-band {
  margin-top: 8px;
  padding-top: 48px;
  padding-bottom: 44px;
}

.rs-child .p-title2 + .p-title2 {
  margin-top: 10px;
}

.rs-child-note,
.rs-compare-note {
  max-width: 720px;
  margin: 22px auto 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
}

.rs-child-note {
  color: rgba(226, 232, 255, 0.88);
}

.rs-compare {
  padding: 48px 0 28px;
}

.rs-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 8px auto 0;
}

.rs-compare-card {
  height: 100%;
  padding: 24px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(58, 87, 232, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.rs-compare-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: #fff;
  background: #3a57e8;
  font-size: 1.05rem;
}

.rs-compare-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.rs-compare-card p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}

.rs-compare-note {
  margin-top: 18px;
}

.rs-trust .quick-response-details__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rs-trust .home-text {
  font-size: 0.98rem !important;
  font-weight: 800;
  line-height: 1.3;
}

.rs-trust .quick-response-detail:nth-child(4) {
  --stat: #0ea5e9;
  --stat-2: #0284c7;
  --stat-soft: rgba(14, 165, 233, 0.22);
}

.rs-trust .quick-response-detail:nth-child(5) {
  --stat: #229ed9;
  --stat-2: #0088cc;
  --stat-soft: rgba(34, 158, 217, 0.22);
}

.rs-trust .quick-response-detail:nth-child(6) {
  --stat: #8b5cf6;
  --stat-2: #6d28d9;
  --stat-soft: rgba(139, 92, 246, 0.22);
}

.rs-feat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #3a57e8 !important;
  text-decoration: none !important;
}

.rs-feat-cta:hover {
  text-decoration: underline !important;
}

.rs-tg {
  position: relative;
  padding: 56px 0 48px;
  background:
    radial-gradient(900px 360px at 8% 0%, rgba(34, 158, 217, 0.18), transparent 58%),
    radial-gradient(720px 320px at 100% 100%, rgba(58, 87, 232, 0.12), transparent 55%),
    linear-gradient(180deg, #f4f9ff 0%, #eef6ff 100%);
}

.rs-tg .tit_sec {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.rs-tg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.rs-tg-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid rgba(34, 158, 217, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.rs-tg-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #229ed9 0%, #0066ff 100%);
}

.rs-tg-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.rs-tg-card p {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}

.rs-tg .home-sec-cta {
  margin-top: 24px;
}

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

.rs-why-item {
  display: flex;
  gap: 12px;
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(58, 87, 232, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.rs-why-item__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: #3a57e8;
}

.rs-why-item h3 {
  margin: 0 0 4px;
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
}

.rs-why-item p {
  margin: 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
}

.rs-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rs-step {
  height: 100%;
  padding: 20px 16px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(58, 87, 232, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.rs-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #3a57e8;
  background: rgba(58, 87, 232, 0.12);
  font-weight: 800;
}

.rs-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.rs-step p,
.rs-step p a {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.55;
}

.rs-step p a {
  color: #3a57e8;
  font-weight: 800;
}

.rs-who-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rs-price {
  padding: 48px 0;
}

.rs-support.feat-band {
  margin: 8px 0 20px;
  padding: 40px 0 36px;
}

.rs-support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 22px auto 0;
  padding: 0;
  list-style: none;
}

.rs-support-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.18);
}

.rs-support-list li i {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: #3a57e8;
  font-size: 0.9rem;
}

.rs-support-list li::before {
  content: none;
}

.rs-cta .home-cta__actions {
  flex-wrap: wrap;
}

.rs-faq .faq-section .content a {
  color: #3a57e8;
  font-weight: 700;
}

html.dark-mode .rs-hero-platforms,
html.dark-mode .rs-tg-card p,
html.dark-mode .rs-why-item p,
html.dark-mode .rs-step p,
html.dark-mode .rs-step p a,
html.dark-mode .rs-compare-card p,
html.dark-mode .rs-compare-note {
  color: #94a3b8;
}

html.dark-mode .rs-tg {
  background:
    radial-gradient(900px 360px at 8% 0%, rgba(34, 158, 217, 0.16), transparent 58%),
    linear-gradient(180deg, #10182c 0%, #0b1220 100%);
}

html.dark-mode .rs-tg-card,
html.dark-mode .rs-why-item,
html.dark-mode .rs-step,
html.dark-mode .rs-compare-card {
  background: linear-gradient(180deg, #151c2e 0%, #10182a 100%);
  border-color: rgba(141, 162, 255, 0.16);
  box-shadow: none;
}

html.dark-mode .rs-tg-card h3,
html.dark-mode .rs-why-item h3,
html.dark-mode .rs-step h3,
html.dark-mode .rs-compare-card h3 {
  color: #f1f5f9;
}

html.dark-mode .rs-hero .hero-cta-btn--ghost {
  background: rgba(15, 23, 42, 0.55);
  color: #dbe4ff !important;
  border-color: rgba(141, 162, 255, 0.28);
}

html.dark-mode .rs-support-list li {
  background: #151c2e;
  color: #f1f5f9;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

html.dark-mode .rs-feat-cta {
  color: #8da2ff !important;
}

@media (max-width: 1199.98px) {
  .rs-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 991.98px) {
  .rs-trust .quick-response-details__inner,
  .rs-tg-grid,
  .rs-why-grid,
  .rs-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-hero-visual {
    margin-top: 18px;
  }
}

@media (max-width: 767.98px) {
  .rs-steps,
  .rs-support-list {
    grid-template-columns: 1fr;
  }

  .rs-hero .hero-cta-row {
    flex-wrap: wrap;
  }

  .rs-hero .hero-cta-btn {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .rs-trust .quick-response-details__inner,
  .rs-tg-grid,
  .rs-why-grid,
  .rs-who-grid,
  .rs-compare-grid {
    grid-template-columns: 1fr;
  }

  .rs-crumb .crumb-pill__text {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
