﻿﻿﻿﻿:root {
  --brand: #09b850;
  --text: #1f2937;
  --muted: #6b7280;
  --bg: #f7f8fa;
  --page-hero-min-height: clamp(500px, 66vh, 620px);
}

.header-spacer {
  height: 92px;
}

.page-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 16px 60px;
}

.page-hero {
  background: linear-gradient(135deg, #f4f7fb 0%, #e9eef5 100%);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 28px;
}

.page-hero h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.lead {
  color: var(--muted);
  font-size: 1.06rem;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.info-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.info-card h2,
.info-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.info-card p,
.info-card li,
.page-wrap li,
.page-wrap p {
  color: var(--text);
}

.kicker {
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.doc-list,
.flow-list {
  margin-left: 18px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.small {
  color: var(--muted);
  font-size: 0.92rem;
}

.blog-list {
  display: grid;
  gap: 16px;
}

.blog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.blog-card h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.blog-card a,
.post-wrap a {
  color: #111827;
  text-decoration: none;
}

.blog-card a:hover,
.post-wrap a:hover {
  text-decoration: underline;
}

.meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.post-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 16px 60px;
}

.post-wrap h1 {
  margin-bottom: 12px;
}

.post-wrap h2 {
  margin: 24px 0 10px;
}

.post-wrap p,
.post-wrap li {
  margin-bottom: 10px;
}

.lang-links a {
  margin-right: 12px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .page-hero h1 {
    font-size: 1.6rem;
  }
}
.api-doc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.api-doc-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
}

.api-doc-sidebar h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.api-doc-sidebar ul {
  list-style: none;
}

.api-doc-sidebar li + li {
  margin-top: 8px;
}

.api-doc-sidebar a {
  color: var(--dark);
  text-decoration: none;
}
.api-doc-sidebar a:hover{
  text-decoration: underline;
}
.api-doc-content {
  min-width: 0;
}

.api-doc-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.api-doc-section h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.api-doc-section h3 {
  font-size: 1.1rem;
  margin: 18px 0 10px;
}

.api-doc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 18px;
}

.api-doc-table th,
.api-doc-table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.api-doc-table th {
  background: #f7f8fa;
}

.api-doc-code {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
  overflow-x: hidden;
  background: #111827;
  color: #e5e7eb;
  padding: 16px;
  border-radius: 12px;
  line-height: 1.55;
  font-size: 0.92rem;
}



.api-doc-section pre.prettyprint,
.api-doc-section pre.prettyprint.linenums {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
  overflow-x: hidden;
  background: #f5f5f5;
  color: #111827;
  padding: 16px;
  border-radius: 12px;
  line-height: 1.55;
  font-size: 0.92rem;
}

.api-doc-section pre.prettyprint *,
.api-doc-section pre.prettyprint.linenums * {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.showcase-media-card {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(9, 184, 80, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 251, 0.94));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.showcase-media-image {
  display: block;
  width: 100%;
  height: auto;
  background: #edf3f7;
}

.showcase-media-caption {
  display: grid;
  gap: 10px;
  padding: 22px 24px 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.showcase-media-caption strong {
  font-size: 1.02rem;
  color: #0f172a;
}

.showcase-media-caption p {
  margin: 0;
  color: #475569;
}

.workflow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.workflow-board::before {
  content: '';
  position: absolute;
  inset: 42px 26px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(9, 184, 80, 0.15), rgba(9, 184, 80, 0.45), rgba(9, 184, 80, 0.15));
  pointer-events: none;
}

.workflow-step {
  position: relative;
  min-height: 100%;
  padding: 22px 20px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top right, rgba(9, 184, 80, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 251, 0.95));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.workflow-step::after {
  content: '';
  position: absolute;
  top: 34px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #09b850, #35d08c);
  box-shadow: 0 0 0 6px rgba(9, 184, 80, 0.12);
}

.workflow-step:last-child::after {
  display: none;
}

.workflow-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(9, 184, 80, 0.12);
  color: #0b8e3f;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.workflow-step h3 {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 1.08rem;
}

.workflow-step p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.workflow-board-tight .workflow-step {
  padding-bottom: 22px;
}

@media (max-width: 900px) {
  .workflow-board::before {
    display: none;
  }

  .workflow-step::after {
    top: auto;
    right: auto;
    left: 26px;
    bottom: -10px;
  }

  .workflow-step:last-child::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .showcase-media-card {
    border-radius: 22px;
  }

  .showcase-media-caption {
    padding: 18px 18px 20px;
  }

  .workflow-step {
    padding: 20px 18px 18px;
  }
}
.api-doc-note {
  background: rgba(9, 184, 80, 0.08);
  border-left: 4px solid var(--primary);
  padding: 14px 16px;
  border-radius: 8px;
  margin: 14px 0;
}

@media (max-width: 980px) {
  .api-doc-layout {
    grid-template-columns: 1fr;
  }

  .api-doc-sidebar {
    position: static;
  }
}




.pricing-section {
  margin: 28px 0;
}

.pricing-table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table th,
.pricing-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  background: #f7f8fa;
}

.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pricing-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
}

.pricing-panel h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.pricing-panel ul {
  margin-left: 18px;
}

.pricing-faq {
  display: grid;
  gap: 12px;
}

.pricing-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

.pricing-faq-item h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.pricing-spotlight {
  margin-top: 4px;
}

.pricing-hero-band {
  display: grid;
  /* grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.9fr); */
  gap: 24px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #4f5f87 0%, #111827 52%, #3c687d 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.pricing-hero-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(77, 223, 154, 0.18), transparent 28%);
  pointer-events: none;
}

.pricing-hero-band > * {
  position: relative;
  z-index: 1;
}

.pricing-hero-copy h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #fff;
}

.pricing-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.pricing-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pricing-mini-points span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e5fff1;
  font-size: 0.92rem;
}

.pricing-highlight-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: stretch;
}

.pricing-highlight-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px 18px;
  backdrop-filter: blur(6px);
}

.pricing-highlight-item .value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #7ef0b6;
  margin-bottom: 10px;
}

.pricing-highlight-item .label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.pricing-table-enhanced td:nth-child(2),
.pricing-table-enhanced th:nth-child(2) {
  white-space: nowrap;
  font-weight: 700;
}

.pricing-note-box {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(9, 184, 80, 0.16);
  background: rgba(9, 184, 80, 0.06);
  color: var(--text);
}

.pricing-feature-grid {
  gap: 20px;
}

.pricing-compare-grid {
  align-items: stretch;
}

.pricing-compare-panel {
  padding: 24px;
}

.pricing-compare-panel ul {
  margin-left: 18px;
}

.pricing-compare-panel li + li {
  margin-top: 8px;
}

.pricing-compare-panel-primary {
  background: linear-gradient(180deg, rgba(9, 184, 80, 0.12), rgba(9, 184, 80, 0.04));
  border-color: rgba(9, 184, 80, 0.24);
}

.pricing-next-steps .pricing-panel h3 a {
  color: inherit;
  text-decoration: none;
}

.pricing-next-steps .pricing-panel h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .pricing-hero-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pricing-hero-band {
    padding: 22px;
  }

  .pricing-hero-copy h2 {
    font-size: 1.6rem;
  }

  .pricing-highlight-board {
    grid-template-columns: 1fr 1fr;
  }
}

.page-hero-pricing {
  margin: -20px calc(50% - 50vw) 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.page-hero-pricing .pricing-hero-band {
  border-radius: 0;
}

.page-hero-pricing .pricing-hero-copy h1,
.page-hero-pricing .pricing-hero-copy h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #fff;
}

.page-hero-pricing .pricing-hero-copy .cta-row {
  margin-top: 22px;
}

.page-hero-pricing .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.page-hero-pricing .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.page-hero-pricing {
  margin: 0 calc(50% - 50vw) 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.page-hero-pricing .pricing-hero-band {
  border-radius: 0;
  padding: 0;
}

.page-hero-pricing .pricing-hero-inner {
  max-width: 1080px;
  margin: 50px auto 0;
  padding: 28px 16px;
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.page-hero-pricing .pricing-hero-copy {
  max-width: 780px;
  margin: 0 auto;
}

.page-hero-pricing .pricing-hero-copy h1,
.page-hero-pricing .pricing-hero-copy h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #fff;
}

.page-hero-pricing .pricing-hero-copy p {
  margin: 0 auto;
}

.page-hero-pricing .pricing-mini-points {
  justify-content: center;
}

.page-hero-pricing .pricing-highlight-board {
  width: min(100%, 880px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: auto;
}

@media (max-width: 900px) {
  .page-hero-pricing .pricing-highlight-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-hero-bandlike {
  margin: 0 calc(50% - 50vw) 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.page-hero-bandlike .pricing-hero-band {
  border-radius: 0;
  padding: 50px 0;
}

.page-hero-bandlike .pricing-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 16px;
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.page-hero-bandlike .pricing-hero-copy {
  max-width: 780px;
  margin: 0 auto;
}

.page-hero-bandlike .pricing-hero-copy h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #fff;
}

.page-hero-bandlike .pricing-hero-copy p {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.page-hero-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: #e5fff1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero-links a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.blog-list {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .page-hero-bandlike .pricing-hero-inner {
    padding: 24px 16px;
  }
}

/* Secondary Page Refresh */
.page-wrap,
.post-wrap {
  position: relative;
}

.page-wrap {
  max-width: 1160px;
  padding: 18px 18px 88px;
}

.page-wrap .section-title {
  max-width: 760px;
  margin: 0 auto 30px;
}

.page-wrap .section-title h2 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #0f172a;
}

.page-wrap .section-title p {
  color: #556274;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 247, 250, 0.94));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  min-height: var(--page-hero-min-height);
  display: grid;
  align-items: center;
  padding: clamp(34px, 4.4vw, 52px);
  margin-bottom: 30px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: auto -10% -40% 55%;
  height: 260px;
  background: radial-gradient(circle, rgba(9, 184, 80, 0.18), transparent 65%);
  pointer-events: none;
}

.page-hero::after {
  content: none;
}

.page-hero-surface,
.page-hero-content,
.page-hero-bandlike .pricing-hero-inner,
.page-hero-pricing .pricing-hero-inner {
  position: relative;
  z-index: 2;
}

.page-hero-content {
  width: min(100%, 820px);
}

.page-hero h1 {
  position: relative;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  margin-bottom: 14px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.page-hero .lead {
  position: relative;
  max-width: 760px;
  color: #526170;
  font-size: 1.08rem;
  line-height: 1.8;
}

.page-hero-tech-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-hero-tech-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(77, 223, 154, 0.18), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(77, 223, 154, 0.12), transparent 22%),
    radial-gradient(circle at 62% 76%, rgba(9, 184, 80, 0.1), transparent 28%);
  animation: heroAmbientPulse 10s ease-in-out infinite;
}

.page-hero-tech-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0) 0%, rgba(7, 17, 31, 0.1) 100%);
  opacity: 0.7;
}

.page-hero-tech-grid {
  position: absolute;
  inset: 8% 4%;
  background:
    linear-gradient(rgba(126, 240, 182, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 240, 182, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 28%, transparent 82%);
  opacity: 0.8;
  animation: heroGridDrift 24s linear infinite;
}

.page-hero-tech-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  border: 1px solid rgba(126, 240, 182, 0.15);
  box-shadow:
    0 0 0 1px rgba(126, 240, 182, 0.04),
    inset 0 0 36px rgba(77, 223, 154, 0.04);
}

.page-hero-tech-orbit-outer {
  width: min(76vw, 920px);
  height: min(76vw, 920px);
  animation: heroOrbitSpin 30s linear infinite;
}

.page-hero-tech-orbit-inner {
  width: min(46vw, 560px);
  height: min(46vw, 560px);
  border-color: rgba(126, 240, 182, 0.18);
  animation: heroOrbitSpin 20s linear infinite reverse;
}

.page-hero-tech-network {
  position: absolute;
  inset: 0;
}

.page-hero-tech-link {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(77, 223, 154, 0), rgba(126, 240, 182, 0.95), rgba(77, 223, 154, 0));
  opacity: 0.32;
  filter: drop-shadow(0 0 8px rgba(77, 223, 154, 0.18));
}

.page-hero-tech-link-a {
  left: 20%;
  top: 32%;
  width: 18%;
  transform: rotate(14deg);
  animation: heroLinkPulse 5.2s ease-in-out infinite;
}

.page-hero-tech-link-b {
  right: 19%;
  top: 28%;
  width: 20%;
  transform: rotate(148deg);
  animation: heroLinkPulse 4.7s ease-in-out infinite 1.1s;
}

.page-hero-tech-link-c {
  left: 42%;
  bottom: 26%;
  width: 20%;
  transform: rotate(-10deg);
  animation: heroLinkPulse 5.7s ease-in-out infinite 0.8s;
}

.page-hero-tech-link-d {
  right: 29%;
  bottom: 36%;
  width: 12%;
  transform: rotate(66deg);
  animation: heroLinkPulse 4.8s ease-in-out infinite 1.9s;
}

.page-hero-tech-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  opacity: 0.1;
  background: radial-gradient(circle at 35% 35%, #ffffff, #7ef0b6 56%, rgba(126, 240, 182, 0.32) 74%);
  box-shadow:
    0 0 0 5px rgba(126, 240, 182, 0.08),
    0 0 24px rgba(77, 223, 154, 0.28);
  animation: heroNodePulse 4.6s ease-in-out infinite;
}

.page-hero-tech-node-a { left: 18%; top: 31%; animation-delay: 0.3s; }
.page-hero-tech-node-b { left: 39%; top: 37%; animation-delay: 1.2s; }
.page-hero-tech-node-c { right: 18%; top: 26%; animation-delay: 0.8s; }
.page-hero-tech-node-d { left: 58%; bottom: 26%; animation-delay: 1.7s; }
.page-hero-tech-node-e { right: 27%; bottom: 34%; animation-delay: 2.3s; }

.page-hero-tech-scan {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(77, 223, 154, 0), rgba(126, 240, 182, 0.95), rgba(77, 223, 154, 0));
  filter: blur(0.2px);
  opacity: 0.3;
}

.page-hero-tech-scan-a {
  width: min(24vw, 280px);
  left: 9%;
  top: 24%;
  animation: heroScanMove 7.6s linear infinite;
}

.page-hero-tech-scan-b {
  width: min(20vw, 220px);
  right: 12%;
  bottom: 21%;
  animation: heroScanMove 8.3s linear infinite reverse;
}

.page-hero-tech-shell-compact {
  opacity: 0.78;
}

.page-hero-tech-shell-compact .page-hero-tech-orbit-outer {
  width: min(58vw, 660px);
  height: min(58vw, 660px);
}

.page-hero-tech-shell-compact .page-hero-tech-orbit-inner {
  width: min(34vw, 380px);
  height: min(34vw, 380px);
}

.page-hero-content > *,
.pricing-hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  animation: pageHeroReveal 0.86s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-hero-content > :nth-child(1),
.pricing-hero-copy > :nth-child(1) {
  animation-delay: 0.08s;
}

.page-hero-content > :nth-child(2),
.pricing-hero-copy > :nth-child(2) {
  animation-delay: 0.16s;
}

.page-hero-content > :nth-child(3),
.pricing-hero-copy > :nth-child(3) {
  animation-delay: 0.26s;
}

.page-hero-content > :nth-child(4),
.pricing-hero-copy > :nth-child(4) {
  animation-delay: 0.38s;
}

.page-hero-bandlike,
.page-hero-pricing {
  margin: 0 0 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-hero-bandlike .pricing-hero-band,
.page-hero-pricing .pricing-hero-band {
  min-height: var(--page-hero-min-height);
  display: flex;
  align-items: center;
  padding: 52px 0 40px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, #07111f 0%, #112641 45%, #08111c 100%);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
}

.page-hero-bandlike .pricing-hero-inner,
.page-hero-pricing .pricing-hero-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 34px);
  align-content: center;
  gap: 22px;
}

.page-hero-bandlike .pricing-hero-copy,
.page-hero-pricing .pricing-hero-copy {
  max-width: 820px;
}

.page-hero-bandlike .pricing-hero-copy h1,
.page-hero-pricing .pricing-hero-copy h1,
.page-hero-pricing .pricing-hero-copy h2 {
  font-size: clamp(2.45rem, 4.8vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 16px;
  font-weight: normal;
}

.page-hero-bandlike .pricing-hero-copy p,
.page-hero-pricing .pricing-hero-copy p {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.8;
}

.page-hero-bandlike .pricing-hero-band::before,
.page-hero-pricing .pricing-hero-band::before {
  background:
    radial-gradient(circle at 14% 20%, rgba(77, 223, 154, 0.18), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(77, 223, 154, 0.14), transparent 24%),
    radial-gradient(circle at 58% 76%, rgba(9, 184, 80, 0.1), transparent 28%);
  animation: heroAmbientPulse 10s ease-in-out infinite;
}

.page-wrap .pricing-section {
  position: relative;
  margin: 0 0 24px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 250, 0.95));
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
  overflow: clip;
}

.page-wrap .pricing-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(9, 184, 80, 0.4), transparent);
}

.page-wrap .pricing-section:nth-of-type(even):not(.pricing-next-steps) {
  background: linear-gradient(180deg, rgba(9, 184, 80, 0.08), rgba(255, 255, 255, 0.96));
}

.page-wrap .pricing-section:nth-of-type(odd):not(.pricing-next-steps) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.95));
}

.page-wrap .page-grid,
.page-wrap .pricing-grid,
.blog-list {
  gap: 18px;
}

.blog-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-wrap .feature-card,
.info-card,
.pricing-panel,
.pricing-faq-item,
.blog-card,
.api-doc-sidebar,
.api-doc-section {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.page-wrap .feature-card::before,
.info-card::before,
.pricing-panel::before,
.pricing-faq-item::before,
.blog-card::before,
.api-doc-sidebar::before,
.api-doc-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(9, 184, 80, 0.32), transparent);
}

.page-wrap .feature-card:hover,
.pricing-panel:hover,
.info-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.11);
  border-color: rgba(9, 184, 80, 0.18);
}

.page-wrap .feature-card,
.info-card,
.pricing-panel,
.blog-card {
  padding: 24px;
}

.pricing-faq-item,
.api-doc-section {
  padding: 22px;
}

.api-doc-sidebar {
  padding: 20px;
}

.page-wrap .section-title h2,
.page-wrap .feature-card h3,
.info-card h2,
.info-card h3,
.pricing-panel h3,
.blog-card h2,
.api-doc-section h2,
.api-doc-section h3,
.api-doc-sidebar h3 {
  letter-spacing: -0.02em;
  color: #0f172a;
}

.page-wrap .section-title h2::before,
.page-wrap .feature-card h3::before,
.info-card h2::before,
.info-card h3::before,
.pricing-panel h3::before,
.blog-card h2::before,
.api-doc-section h2::before,
.api-doc-section h3::before,
.api-doc-sidebar h3::before {
  content: none;
}

.pricing-faq-item h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.pricing-faq-item h3::before {
  content: none;
}

.page-wrap .feature-card p,
.info-card p,
.pricing-panel p,
.pricing-faq-item p,
.blog-card p,
.blog-card .meta,
.api-doc-section p,
.api-doc-section li,
.api-doc-sidebar a,
.pricing-note-box,
.page-wrap li {
  color: #4f5d6e;
  line-height: 1.75;
}

.pricing-panel ul,
.info-card ul,
.post-wrap ul {
  margin-left: 18px;
}

.pricing-faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pricing-note-box,
.api-doc-note {
  border-radius: 18px;
  border: 1px solid rgba(9, 184, 80, 0.16);
  background: linear-gradient(180deg, rgba(9, 184, 80, 0.1), rgba(255, 255, 255, 0.92));
  color: #15364d;
}

.pricing-table-wrap {
  border-radius: 24px;
  overflow: auto;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.pricing-table {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
}

.pricing-table th {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.02));
}

.pricing-next-steps {
  background: linear-gradient(135deg, #0b1422 0%, #0f2237 54%, #13392f 100%) !important;
  border-color: rgba(77, 223, 154, 0.18) !important;
  box-shadow: 0 30px 90px rgba(8, 16, 30, 0.26) !important;
}

.pricing-next-steps::before {
  background: linear-gradient(90deg, transparent, rgba(126, 240, 182, 0.6), transparent) !important;
}

.pricing-next-steps .section-title h2,
.pricing-next-steps .section-title p,
.pricing-next-steps .pricing-panel h3,
.pricing-next-steps .pricing-panel h3 a {
  color: #ffffff;
}

.pricing-next-steps .section-title p,
.pricing-next-steps .pricing-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.pricing-next-steps .pricing-panel {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: none;
}

.pricing-next-steps .pricing-panel::before {
  background: linear-gradient(90deg, transparent, rgba(126, 240, 182, 0.44), transparent);
}

.post-wrap {
  max-width: 980px;
  margin: 28px auto 72px;
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.post-wrap h1 {
 
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.post-wrap h2 {
  font-size: 1.55rem;
  margin: 30px 0 12px;
  letter-spacing: -0.02em;
}

.post-wrap p,
.post-wrap li {
  color: #425164;
  line-height: 1.82;
}

.post-wrap ul {
  margin-top: 10px;
}

.blog-card h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.blog-card .meta {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.blog-card a,
.post-wrap a {
  color: #0d5b33;
  text-decoration: none;
}

.blog-card a:hover,
.post-wrap a:hover {
  text-decoration: underline;
}

@keyframes pageHeroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .pricing-faq {
    grid-template-columns: 1fr;
  }

  .page-hero-tech-link-d,
  .page-hero-tech-node-e {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-spacer {
    height: 82px;
  }

  .page-wrap {
    padding: 14px 14px 72px;
  }

  .page-hero,
  .page-wrap .pricing-section,
  .post-wrap {
    border-radius: 24px;
  }

  .page-hero,
  .page-hero-bandlike .pricing-hero-band,
  .page-hero-pricing .pricing-hero-band {
    min-height: clamp(420px, 58vh, 540px);
  }

  .page-hero-bandlike .pricing-hero-band,
  .page-hero-pricing .pricing-hero-band {
    border-radius: 24px;
    padding: 42px 0 28px;
  }

  .page-hero::after {
    content: none;
  }

  .page-hero-tech-grid {
    inset: 9% -10%;
  }

  .page-hero-tech-link-c,
  .page-hero-tech-node-d {
    display: none;
  }

  .page-wrap .feature-card,
  .info-card,
  .pricing-panel,
  .pricing-faq-item,
  .blog-card,
  .api-doc-section {
    padding: 20px;
  }

  .post-wrap {
    margin: 18px 14px 52px;
    padding: 24px 20px 32px;
  }
}

@media (max-width: 640px) {
  .page-hero-tech-orbit-outer {
    width: 120vw;
    height: 120vw;
  }

  .page-hero-tech-orbit-inner {
    width: 74vw;
    height: 74vw;
  }

  .page-hero-tech-link-b,
  .page-hero-tech-scan-b,
  .page-hero-tech-node-c {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero-tech-shell::before,
  .page-hero-tech-grid,
  .page-hero-tech-orbit,
  .page-hero-tech-link,
  .page-hero-tech-node,
  .page-hero-tech-scan,
  .page-hero-content > *,
  .pricing-hero-copy > * {
    animation: none !important;
  }

  .page-hero-content > *,
  .pricing-hero-copy > * {
    opacity: 1;
    transform: none;
  }
}

/* USDT payment gateway redesign */
.site-usdt-payment-gateway {
  background: #f7fbf8;
}

.site-usdt-payment-gateway .header-spacer {
  height: 0;
}

.site-usdt-payment-gateway .site-header-solid,
.site-usdt-payment-gateway .site-header-solid.scrolled {
  background: rgba(5, 15, 25, 0.92);
  border-bottom: 1px solid rgba(9, 184, 80, 0.14);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.site-usdt-payment-gateway .site-header-solid .nav-links a,
.site-usdt-payment-gateway .site-header-solid.scrolled .nav-links a {
  color: rgba(255, 255, 255, 0.84);
}

.site-usdt-payment-gateway .site-header-solid .nav-links a:hover,
.site-usdt-payment-gateway .site-header-solid .nav-links a[aria-current="page"],
.site-usdt-payment-gateway .site-header-solid.scrolled .nav-links a[aria-current="page"] {
  color: #09b850;
}

.site-usdt-payment-gateway .site-header-solid .nav-dropdown-toggle,
.site-usdt-payment-gateway .site-header-solid.scrolled .nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.site-usdt-payment-gateway .site-header-solid .nav-toggle-label {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.site-usdt-payment-gateway .site-header-solid .nav-toggle-label span,
.site-usdt-payment-gateway .site-header-solid .nav-toggle-label span::before,
.site-usdt-payment-gateway .site-header-solid .nav-toggle-label span::after {
  background: #fff;
}

.page-usdt-payment-gateway {
  --usdt-green: #09b850;
  --usdt-green-dark: #078b43;
  --usdt-ink: #07111f;
  --usdt-text: #172033;
  --usdt-muted: #637083;
  --usdt-line: rgba(15, 23, 42, 0.08);
  --usdt-soft: rgba(9, 184, 80, 0.08);
  max-width: none;
  margin: 0;
  padding: 0 0 96px;
  background:
    radial-gradient(circle at 10% 8%, rgba(9, 184, 80, 0.07), transparent 300px),
    radial-gradient(circle at 90% 34%, rgba(9, 184, 80, 0.055), transparent 360px),
    linear-gradient(rgba(9, 184, 80, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 184, 80, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #f9fcfa 0%, #f6fbf7 48%, #ffffff 100%);
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  overflow: hidden;
}

.page-usdt-payment-gateway .page-hero-usdt-gateway {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-usdt-payment-gateway .page-hero-usdt-gateway::before,
.page-usdt-payment-gateway .page-hero-usdt-gateway::after {
  content: none;
}

.usdt-gateway-hero {
  position: relative;
  min-height: clamp(240px, 34vh, 320px);
  display: grid;
  place-items: center;
  padding: 126px 20px 48px;
  overflow: hidden;
  background:
    linear-gradient(rgba(9, 184, 80, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 184, 80, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(9, 184, 80, 0.18), transparent 320px),
    linear-gradient(135deg, #06101d 0%, #0b202d 55%, #06111d 100%);
  background-size: 30px 30px, 30px 30px, auto, auto;
  color: #fff;
}

.usdt-gateway-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(2, 9, 15, 0.58));
  pointer-events: none;
}

.usdt-gateway-hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.usdt-eyebrow,
.usdt-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--usdt-green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usdt-eyebrow::before,
.usdt-section-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 18px rgba(9, 184, 80, 0.7);
}

.page-hero-usdt-gateway h1 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.page-hero-usdt-gateway p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  line-height: 1.8;
}

.usdt-gateway-hero-inner > * {
  opacity: 0;
  transform: translateY(16px);
  animation: pageHeroReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.usdt-gateway-hero-inner > :nth-child(2) {
  animation-delay: 0.1s;
}

.usdt-gateway-hero-inner > :nth-child(3) {
  animation-delay: 0.2s;
}

.usdt-gateway-page {
  position: relative;
  z-index: 1;
}

.usdt-proof-row,
.usdt-section,
.usdt-cta {
  width: min(1120px, calc(100% - 56px));
  margin-left: auto;
  margin-right: auto;
}

.usdt-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
  margin-bottom: 78px;
}

.usdt-proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #132016;
  font-size: 0.95rem;
  font-weight: 700;
  min-height: 48px;
}

.usdt-proof-icon,
.usdt-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--usdt-green);
  background: rgba(9, 184, 80, 0.1);
  border-radius: 999px;
}

.usdt-proof-icon {
  width: 34px;
  height: 34px;
}

.usdt-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.usdt-proof-icon svg,
.usdt-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.usdt-section {
  margin-top: 92px;
}

.usdt-section-lead {
  margin-top: 84px;
}

.usdt-section-head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.usdt-section h2,
.usdt-cta h2 {
  margin: 12px 0 14px;
  color: var(--usdt-ink);
  font-size: clamp(1.9rem, 3.5vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.usdt-section p,
.usdt-cta p {
  color: var(--usdt-muted);
  line-height: 1.82;
}

.usdt-card-grid {
  display: grid;
  gap: 18px;
}

.usdt-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usdt-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.usdt-card,
.usdt-route-card,
.usdt-flow-step,
.usdt-usecase-grid article,
.usdt-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--usdt-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(18, 32, 24, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.usdt-card::before,
.usdt-route-card::before,
.usdt-flow-step::before,
.usdt-usecase-grid article::before,
.usdt-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(9, 184, 80, 0.36), transparent);
}

.usdt-card:hover,
.usdt-route-card:hover,
.usdt-flow-step:hover,
.usdt-usecase-grid article:hover,
.usdt-faq-item:hover {
  transform: translateY(-5px);
  border-color: rgba(9, 184, 80, 0.24);
  box-shadow: 0 24px 60px rgba(18, 32, 24, 0.12);
  background: #fff;
}

.usdt-card {
  padding: 26px;
}

.usdt-card h3,
.usdt-route-card h3,
.usdt-flow-step h3,
.usdt-usecase-grid h3,
.usdt-faq-item h3 {
  margin: 0 0 10px;
  color: var(--usdt-text);
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.usdt-card p,
.usdt-route-card p,
.usdt-flow-step p,
.usdt-usecase-grid p,
.usdt-faq-item p {
  margin: 0;
  color: var(--usdt-muted);
  font-size: 0.94rem;
  line-height: 1.74;
}

.usdt-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--usdt-green-dark);
  background: rgba(9, 184, 80, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
}

.usdt-integration-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--usdt-green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.usdt-integration-card a::after {
  content: "->";
  margin-left: 6px;
}

.usdt-integration-card.is-recommended {
  border-color: rgba(9, 184, 80, 0.28);
  box-shadow: 0 24px 64px rgba(9, 184, 80, 0.13);
}

.usdt-split {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 48px;
  align-items: center;
}

.usdt-split-copy,
.usdt-usecase-panel {
  max-width: 460px;
}

.usdt-route-list {
  display: grid;
  gap: 14px;
}

.usdt-route-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
}

.usdt-route-card span {
  display: inline-flex;
  color: var(--usdt-green);
  font-size: 0.75rem;
  font-weight: 800;
}

.usdt-route-card.is-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--usdt-green) 0%, #048640 100%);
  border-color: rgba(9, 184, 80, 0.34);
}

.usdt-route-card.is-primary h3,
.usdt-route-card.is-primary p,
.usdt-route-card.is-primary span {
  color: #fff;
}

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

.usdt-flow-step {
  padding: 24px;
}

.usdt-flow-step > span,
.usdt-usecase-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--usdt-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.usdt-usecase-section {
  padding: 48px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 14%, rgba(9, 184, 80, 0.12), transparent 260px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 249, 242, 0.86));
  border: 1px solid rgba(9, 184, 80, 0.12);
  box-shadow: 0 24px 70px rgba(18, 32, 24, 0.08);
}

.usdt-split-reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.usdt-usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.usdt-usecase-grid article {
  padding: 22px;
}

.usdt-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.usdt-faq-item {
  padding: 24px 26px;
}

.usdt-faq-item h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.usdt-faq-item h3::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--usdt-green);
  box-shadow: 0 0 0 6px rgba(9, 184, 80, 0.1);
}

.usdt-cta {
  margin-top: 96px;
  padding: clamp(40px, 6vw, 62px);
  text-align: center;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(9, 184, 80, 0.24), transparent 280px),
    radial-gradient(circle at 82% 80%, rgba(9, 184, 80, 0.18), transparent 320px),
    linear-gradient(135deg, #07111f 0%, #0c2231 56%, #082016 100%);
  box-shadow: 0 30px 90px rgba(8, 16, 30, 0.24);
}

.usdt-cta h2,
.usdt-cta p {
  color: #fff;
}

.usdt-cta p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
}

.usdt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.usdt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.usdt-btn:hover {
  transform: translateY(-2px);
}

.usdt-btn-primary {
  color: #fff;
  background: var(--usdt-green);
  box-shadow: 0 16px 34px rgba(9, 184, 80, 0.28);
}

.usdt-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 980px) {
  .site-usdt-payment-gateway .site-header-solid .nav-links {
    background: rgba(5, 15, 25, 0.96);
    border-color: rgba(9, 184, 80, 0.14);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  }

  .usdt-proof-row,
  .usdt-card-grid-4,
  .usdt-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usdt-card-grid-3,
  .usdt-split,
  .usdt-split-reverse {
    grid-template-columns: 1fr;
  }

  .usdt-split-copy,
  .usdt-usecase-panel {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .page-usdt-payment-gateway {
    padding-bottom: 72px;
  }

  .page-usdt-payment-gateway .page-hero-usdt-gateway {
    min-height: 0;
    border-radius: 0;
  }

  .usdt-gateway-hero {
    min-height: 250px;
    padding: 108px 18px 38px;
  }

  .usdt-proof-row,
  .usdt-section,
  .usdt-cta {
    width: min(100% - 32px, 1120px);
  }

  .usdt-proof-row {
    gap: 14px 10px;
    margin-top: 30px;
    margin-bottom: 58px;
  }

  .usdt-proof-item {
    justify-content: flex-start;
    font-size: 0.9rem;
  }

  .usdt-section {
    margin-top: 70px;
  }

  .usdt-section-lead {
    margin-top: 56px;
  }

  .usdt-usecase-section {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .usdt-route-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .usdt-faq-grid,
  .usdt-usecase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .usdt-proof-row,
  .usdt-card-grid-4,
  .usdt-card-grid-3,
  .usdt-flow {
    grid-template-columns: 1fr;
  }

  .usdt-proof-item {
    min-height: 40px;
  }

  .usdt-card,
  .usdt-flow-step,
  .usdt-usecase-grid article,
  .usdt-faq-item {
    padding: 22px;
    border-radius: 22px;
  }

  .usdt-cta {
    margin-top: 72px;
    border-radius: 26px;
  }

  .usdt-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .usdt-gateway-hero-inner > *,
  .usdt-card,
  .usdt-route-card,
  .usdt-flow-step,
  .usdt-usecase-grid article,
  .usdt-faq-item,
  .usdt-btn {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .usdt-gateway-hero-inner > * {
    opacity: 1;
  }
}

.subpage-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 14px;
  color: #09b850;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.subpage-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(9, 184, 80, 0.12);
}

.page-hero h1,
.page-hero-bandlike .pricing-hero-copy h1,
.page-hero-pricing .pricing-hero-copy h1,
.page-hero-pricing .pricing-hero-copy h2,
.page-hero-usdt-gateway h1 {
  font-weight: 400;
}

/* Unified style system for all non-home subpages, aligned with the USDT gateway page. */
.site-subpage {
  background:
    radial-gradient(circle at 50% 0%, rgba(9, 184, 80, 0.08), transparent 28%),
    linear-gradient(rgba(9, 184, 80, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 184, 80, 0.028) 1px, transparent 1px),
    #f7fbf8;
  background-size: auto, 48px 48px, 48px 48px, auto;
  background-position: top center, center top, center top, center top;
}

.site-subpage .header-spacer {
  height: 0;
}

.site-subpage .site-header-solid,
.site-subpage .site-header-solid.scrolled {
  background: rgba(5, 15, 25, 0.92);
  border-bottom: 1px solid rgba(9, 184, 80, 0.14);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.site-subpage .site-header-solid .nav-links a,
.site-subpage .site-header-solid.scrolled .nav-links a {
  color: rgba(255, 255, 255, 0.84);
}

.site-subpage .site-header-solid .nav-links a:hover,
.site-subpage .site-header-solid .nav-links a[aria-current="page"],
.site-subpage .site-header-solid.scrolled .nav-links a[aria-current="page"] {
  color: #09b850;
}

.site-subpage .site-header-solid .nav-dropdown-toggle,
.site-subpage .site-header-solid.scrolled .nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.site-subpage .site-header-solid .nav-toggle-label {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.site-subpage .site-header-solid .nav-toggle-label span,
.site-subpage .site-header-solid .nav-toggle-label span::before,
.site-subpage .site-header-solid .nav-toggle-label span::after {
  background: #fff;
}

.site-subpage .page-wrap {
  max-width: none;
  margin: 0;
  padding: 0 0 96px;
}

.site-subpage .page-wrap > :not(.page-hero):not(.page-hero-bandlike):not(.page-hero-pricing) {
  width: min(100% - 32px, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.site-subpage .page-hero,
.site-subpage .page-hero-bandlike,
.site-subpage .page-hero-pricing {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-subpage .page-hero::before,
.site-subpage .page-hero::after,
.site-subpage .page-hero-bandlike::before,
.site-subpage .page-hero-bandlike::after,
.site-subpage .page-hero-pricing::before,
.site-subpage .page-hero-pricing::after {
  content: none;
}

.site-subpage .page-hero,
.site-subpage .page-hero-bandlike .pricing-hero-band,
.site-subpage .page-hero-pricing .pricing-hero-band {
  position: relative;
  min-height: clamp(250px, 36vh, 330px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 126px 0 48px;
  border-radius: 0;
  background:
    linear-gradient(rgba(9, 184, 80, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 184, 80, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(9, 184, 80, 0.18), transparent 320px),
    linear-gradient(135deg, #06101d 0%, #0b202d 55%, #06111d 100%);
  background-size: 30px 30px, 30px 30px, auto, auto;
}

.site-subpage .page-hero-content,
.site-subpage .pricing-hero-inner {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.site-subpage .pricing-hero-copy {
  max-width: none;
}

.site-subpage .page-hero h1,
.site-subpage .page-hero-bandlike .pricing-hero-copy h1,
.site-subpage .page-hero-pricing .pricing-hero-copy h1,
.site-subpage .page-hero-pricing .pricing-hero-copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.site-subpage .page-hero .lead,
.site-subpage .page-hero-bandlike .pricing-hero-copy p,
.site-subpage .page-hero-pricing .pricing-hero-copy p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  line-height: 1.78;
}

.site-subpage .page-hero .kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 14px;
  color: #09b850;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-subpage .page-hero .kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(9, 184, 80, 0.12);
}

.site-subpage .page-hero .cta-row {
  justify-content: center;
  margin-top: 24px;
}

.site-subpage .page-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.site-subpage .page-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.36);
}

.site-subpage .page-wrap .pricing-section {
  position: relative;
  margin: 0 auto;
  padding: 72px 0 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.site-subpage .page-wrap .pricing-section::before {
  content: none !important;
}

.site-subpage .page-wrap .section-title {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.site-subpage .page-wrap .section-title h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.site-subpage .page-wrap .section-title p {
  margin-top: 14px;
  font-size: 1.02rem;
  line-height: 1.8;
}

.site-subpage .page-wrap .pricing-grid,
.site-subpage .page-wrap .pricing-feature-grid,
.site-subpage .page-wrap .feature-grid {
  gap: 20px;
}

.site-subpage .page-wrap .feature-card,
.site-subpage .pricing-panel,
.site-subpage .pricing-faq-item,
.site-subpage .pricing-table-wrap,
.site-subpage .showcase-media-card,
.site-subpage .workflow-board,
.site-subpage .pricing-note-box,
.site-subpage .api-doc-note {
  border-color: rgba(9, 184, 80, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 48px rgba(7, 17, 31, 0.08);
  backdrop-filter: blur(10px);
}

.site-subpage .page-wrap .feature-card:hover,
.site-subpage .pricing-panel:hover,
.site-subpage .pricing-faq-item:hover {
  border-color: rgba(9, 184, 80, 0.22);
  box-shadow: 0 24px 56px rgba(7, 17, 31, 0.12);
}

.site-subpage .pricing-table-wrap {
  overflow: auto;
}

.site-subpage .pricing-table {
  background: transparent;
}

.site-page-pricing .pricing-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 28px;
  overflow: hidden;
}

.site-page-pricing .pricing-plan-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(18, 191, 95, 0.22), rgba(18, 191, 95, 0.68));
}

.site-page-pricing .pricing-plan-card:nth-child(1)::after {
  background: linear-gradient(90deg, rgba(18, 191, 95, 0.18), rgba(18, 191, 95, 0.42));
}

.site-page-pricing .pricing-plan-card-featured {
  border-color: rgba(18, 191, 95, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 191, 95, 0.08), transparent 30%),
    #ffffff;
}

.site-page-pricing .pricing-plan-card-featured::after {
  height: 5px;
  background: linear-gradient(90deg, #12bf5f, #30db83);
}

.site-page-pricing .pricing-plan-card:nth-child(3)::after {
  background: linear-gradient(90deg, rgba(9, 21, 34, 0.28), rgba(18, 191, 95, 0.56));
}

.site-page-pricing .pricing-plan-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.site-page-pricing .pricing-plan-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 0 14px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(18, 191, 95, 0.14);
  background: linear-gradient(135deg, rgba(18, 191, 95, 0.1), rgba(18, 191, 95, 0.04));
  color: #0aa95b;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.site-page-pricing .pricing-plan-card:nth-child(1) .pricing-plan-kicker {
  color: #0c7e47;
  background: linear-gradient(135deg, rgba(18, 191, 95, 0.08), rgba(18, 191, 95, 0.03));
}

.site-page-pricing .pricing-plan-card-featured .pricing-plan-kicker {
  border-color: rgba(18, 191, 95, 0.32);
  background: linear-gradient(135deg, #12bf5f, #22cc73);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 191, 95, 0.18);
}

.site-page-pricing .pricing-plan-card:nth-child(3) .pricing-plan-kicker {
  border-color: rgba(7, 34, 25, 0.1);
  background: linear-gradient(135deg, rgba(6, 20, 18, 0.92), rgba(13, 38, 31, 0.9));
  color: #d8ffeb;
}

.site-page-pricing .pricing-plan-head h3 {
  margin: 0;
  font-size: clamp(1.38rem, 2vw, 1.72rem);
  line-height: 1.18;
}

.site-page-pricing .pricing-plan-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #061412;
  font-size: clamp(2.05rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.site-page-pricing .pricing-plan-price span {
  color: #607169;
  font-size: 0.92rem;
  font-weight: 600;
}

.site-page-pricing .pricing-plan-list {
  margin: 0;
  padding-left: 18px;
  color: #607169;
}

.site-page-pricing .pricing-plan-list li + li {
  margin-top: 8px;
}

.site-page-pricing .pricing-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.site-page-pricing .pricing-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(18, 191, 95, 0.14);
  background: rgba(18, 191, 95, 0.06);
  color: #0c6b39;
  font-size: 0.86rem;
  font-weight: 600;
}

.site-page-pricing .pricing-page-plan-table th:nth-child(n + 2),
.site-page-pricing .pricing-page-plan-table td:nth-child(n + 2) {
  white-space: nowrap;
}

.site-page-pricing .pricing-page-plan-table .pricing-table-section-row th {
  background: #f4f6f5;
  color: #0d251c;
  font-size: 0.9rem;
  font-weight: 700;
}

.site-page-pricing .pricing-note-box {
  margin-top: 18px;
}

.site-page-pricing .pricing-billing-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.site-page-pricing .pricing-billing-block {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(7, 34, 25, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 251, 0.94)),
    #ffffff;
  padding: 28px;
  min-height: 100%;
}

.site-page-pricing .pricing-billing-block-monthly {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(18, 191, 95, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 255, 248, 0.95)),
    #ffffff;
}

.site-page-pricing .pricing-billing-block-monthly::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #12bf5f, rgba(18, 191, 95, 0.12));
}

.site-page-pricing .pricing-billing-block-network {
  background:
    radial-gradient(circle at top left, rgba(6, 20, 18, 0.04), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 251, 0.96)),
    #ffffff;
}

.site-page-pricing .pricing-billing-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.site-page-pricing .pricing-billing-head .pricing-panel-icon {
  margin-bottom: 0;
}

.site-page-pricing .pricing-billing-kicker {
  margin: 0 0 6px;
  color: #0aa95b;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-page-pricing .pricing-billing-head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1.12;
}

.site-page-pricing .pricing-billing-lead {
  margin: 0;
  color: #607169;
}

.site-page-pricing .pricing-billing-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(18, 191, 95, 0.12);
  background: rgba(18, 191, 95, 0.06);
  color: #456255;
  line-height: 1.7;
}

.site-page-pricing .pricing-billing-copy {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 34, 25, 0.08);
}

.site-page-pricing .pricing-billing-copy p {
  margin: 0;
  color: #607169;
  line-height: 1.75;
}

.site-page-pricing .pricing-billing-copy p + p {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .site-page-pricing .pricing-billing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-page-pricing .pricing-billing-block {
    padding: 22px;
  }
}

.site-subpage .workflow-board {
  padding: 20px;
}

.site-subpage .workflow-board::before {
  inset: 48px 28px auto;
  background: linear-gradient(90deg, rgba(9, 184, 80, 0.08), rgba(9, 184, 80, 0.3), rgba(9, 184, 80, 0.08));
}

.site-subpage .workflow-step {
  border: 1px solid rgba(9, 184, 80, 0.12);
  box-shadow: 0 16px 38px rgba(7, 17, 31, 0.08);
}

.site-subpage .pricing-next-steps {
  margin-top: 80px;
  padding: clamp(30px, 4vw, 42px) !important;
  border-radius: 34px !important;
  background: linear-gradient(135deg, #09111e 0%, #0c2130 55%, #0a6d3a 100%) !important;
  border: 1px solid rgba(77, 223, 154, 0.18) !important;
  box-shadow: 0 30px 90px rgba(8, 16, 30, 0.26) !important;
}

.site-subpage .pricing-next-steps .pricing-panel {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: none;
}

.site-subpage .pricing-next-steps .pricing-panel:hover {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 40px rgba(4, 9, 19, 0.22);
}

@media (max-width: 768px) {
  .site-subpage .page-wrap {
    padding-bottom: 72px;
  }

  .site-subpage .page-wrap > :not(.page-hero):not(.page-hero-bandlike):not(.page-hero-pricing) {
    width: min(100% - 24px, 1120px);
  }

  .site-subpage .page-hero,
  .site-subpage .page-hero-bandlike,
  .site-subpage .page-hero-pricing {
    margin-bottom: 12px;
  }

  .site-subpage .page-hero,
  .site-subpage .page-hero-bandlike .pricing-hero-band,
  .site-subpage .page-hero-pricing .pricing-hero-band {
    min-height: 248px;
    padding: 104px 0 38px;
  }

  .site-subpage .page-wrap .pricing-section {
    padding-top: 56px;
  }

  .site-subpage .page-wrap .feature-card,
  .site-subpage .pricing-panel,
  .site-subpage .pricing-faq-item,
  .site-subpage .pricing-table-wrap,
  .site-subpage .showcase-media-card,
  .site-subpage .workflow-board,
  .site-subpage .pricing-note-box {
    border-radius: 24px;
  }

  .site-subpage .workflow-board {
    padding: 16px;
  }

  .site-subpage .pricing-next-steps {
    margin-top: 64px;
    border-radius: 28px !important;
  }
}

/* Site-wide alignment: keep all subpages on the approved home/gateway visual system. */
.site-subpage,
.site-usdt-payment-gateway {
  background:
    radial-gradient(circle at 16% 4%, rgba(18, 191, 95, 0.11), transparent 27rem),
    radial-gradient(circle at 86% 44%, rgba(18, 191, 95, 0.08), transparent 29rem),
    linear-gradient(rgba(13, 168, 85, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 168, 85, 0.035) 1px, transparent 1px),
    #fbfffd;
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
  color: #061412;
}

.site-subpage .site-header,
.site-subpage .site-header-solid,
.site-usdt-payment-gateway .site-header,
.site-usdt-payment-gateway .site-header-solid {
  background: rgba(3, 13, 22, 0.86);
  border-bottom: 1px solid rgba(30, 217, 118, 0.13);
  box-shadow: 0 16px 48px rgba(1, 9, 15, 0.22);
  backdrop-filter: blur(18px);
}

.site-subpage .site-header.is-scrolled,
.site-usdt-payment-gateway .site-header.is-scrolled {
  background: rgba(3, 13, 22, 0.93);
  border-bottom-color: rgba(30, 217, 118, 0.2);
}

.site-subpage .nav-dropdown,
.site-usdt-payment-gateway .nav-dropdown {
  margin: 0 !important;
  padding-bottom: 12px;
  margin-bottom: -12px !important;
}

.site-subpage .nav-dropdown-toggle,
.site-usdt-payment-gateway .nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-subpage .nav-dropdown-toggle::after,
.site-usdt-payment-gateway .nav-dropdown-toggle::after {
  margin-left: 7px;
  border-left-width: 3.5px;
  border-right-width: 3.5px;
  border-top-width: 4.5px;
}

.site-subpage .nav-dropdown-toggle:hover,
.site-usdt-payment-gateway .nav-dropdown-toggle:hover,
.site-subpage .nav-dropdown:focus-within .nav-dropdown-toggle,
.site-usdt-payment-gateway .nav-dropdown:focus-within .nav-dropdown-toggle {
  background: rgba(9, 184, 80, 0.08);
  border-color: rgba(9, 184, 80, 0.3);
  color: #09b850;
}

.site-subpage .nav-dropdown-menu,
.site-usdt-payment-gateway .nav-dropdown-menu {
  top: calc(100% + 0px);
  right: 0;
  min-width: 138px;
  padding: 8px;
  border: 1px solid rgba(9, 184, 80, 0.16);
  border-radius: 14px;
  background: rgba(5, 15, 25, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.site-subpage .nav-dropdown-menu::before,
.site-usdt-payment-gateway .nav-dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

.site-subpage .nav-dropdown-menu a,
.site-usdt-payment-gateway .nav-dropdown-menu a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.site-subpage .nav-dropdown-menu a::after,
.site-usdt-payment-gateway .nav-dropdown-menu a::after {
  content: none !important;
  display: none !important;
}

.site-subpage .nav-dropdown-menu a:hover,
.site-subpage .nav-dropdown-menu a.is-active,
.site-subpage .nav-dropdown-menu a[aria-current="page"],
.site-usdt-payment-gateway .nav-dropdown-menu a:hover,
.site-usdt-payment-gateway .nav-dropdown-menu a.is-active,
.site-usdt-payment-gateway .nav-dropdown-menu a[aria-current="page"] {
  background: rgba(9, 184, 80, 0.12);
  color: #09b850 !important;
}

.site-subpage .nav-dropdown-menu a:hover,
.site-usdt-payment-gateway .nav-dropdown-menu a:hover {
  color: #ffffff !important;
  background: rgba(9, 184, 80, 0.18);
}

.site-subpage .page-hero,
.site-subpage .page-hero.page-hero-dark {
  min-height: clamp(330px, 42vh, 430px);
  padding: 124px 0 58px;
  background:
    radial-gradient(circle at 50% 58%, rgba(18, 191, 95, 0.2), transparent 31rem),
    linear-gradient(180deg, #05111c 0%, #061822 52%, #06131d 100%);
}

.site-subpage .page-hero::before,
.site-subpage .page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-subpage .page-hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(18, 191, 95, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 191, 95, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.site-subpage .page-hero::after {
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, #fbfffd);
}

.site-subpage .page-hero-tech-shell {
  width: 100%;
  max-width: none;
}

.site-subpage .page-hero-tech-grid {
  inset: 0;
  border: 0;
  opacity: 0.46;
  background-size: 64px 64px;
  box-shadow: none;
}

.site-subpage .page-hero-tech-shell::before {
  opacity: 0.7;
  border-color: rgba(30, 217, 118, 0.17);
}

.site-subpage .page-hero-tech-shell::after {
  display: none;
}

.site-subpage .pricing-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding-top: 10px;
}

.site-subpage .subpage-eyebrow {
  border-color: rgba(30, 217, 118, 0.3);
  background: rgba(18, 191, 95, 0.12);
  color: #18df78;
  box-shadow: 0 0 28px rgba(18, 191, 95, 0.13);
}

.site-subpage .page-hero h1,
.site-usdt-payment-gateway .page-hero h1,
.site-subpage .section-title h2,
.site-usdt-payment-gateway .section-title h2,
.site-subpage .pricing-panel h3,
.site-usdt-payment-gateway .pricing-panel h3 {
  letter-spacing: 0 !important;
}

.site-subpage .page-hero h1 {
  font-weight: 400;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.site-subpage .page-hero p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(238, 255, 247, 0.78);
}

.site-subpage .pricing-section {
  padding-top: clamp(58px, 7vw, 88px);
}

.site-subpage .pricing-section:first-of-type {
  padding-top: clamp(42px, 5.4vw, 70px);
}

.site-subpage .section-title {
  margin-bottom: 30px;
}

.site-subpage .section-title .eyebrow,
.site-usdt-payment-gateway .section-title .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid rgba(18, 191, 95, 0.18);
  border-radius: 999px;
  background: rgba(18, 191, 95, 0.08);
  color: #0aa95b;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.site-subpage .section-title .eyebrow::before,
.site-usdt-payment-gateway .section-title .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18df78;
  box-shadow: 0 0 0 4px rgba(18, 191, 95, 0.12);
}

.site-subpage .section-title h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.28;
}

.site-subpage .section-title p {
  max-width: 640px;
  color: #66766f;
}

.site-subpage .pricing-grid {
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.site-subpage .pricing-panel {
  min-height: 178px;
  padding: 26px;
  border: 1px solid rgba(7, 34, 25, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(6, 32, 21, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-subpage .pricing-panel:hover,
.site-subpage .feature-card:hover,
.site-subpage .pricing-faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 191, 95, 0.28);
  box-shadow: none;
}

.site-subpage .pricing-panel::before {
  content: "";
  position: static;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(18, 191, 95, 0.12), rgba(18, 191, 95, 0.03)),
    url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 22.2l5 5L29.5 15' fill='none' stroke='%2312bf5f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, 18px 18px;
  border: 1px solid rgba(18, 191, 95, 0.16);
  box-shadow: none;
}

.site-subpage .pricing-panel h3::before,
.site-subpage .feature-card h3::before {
  content: none !important;
}

.site-subpage .pricing-panel.has-panel-icon::before {
  content: none;
  display: none;
}

.site-subpage .pricing-plan-card::before,
.site-subpage .pricing-panel.no-panel-icon::before {
  content: none;
  display: none;
}

.site-subpage .pricing-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: #12bf5f;
  background: linear-gradient(135deg, rgba(18, 191, 95, 0.12), rgba(18, 191, 95, 0.03));
  border: 1px solid rgba(18, 191, 95, 0.16);
}

.site-subpage .pricing-panel-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.site-subpage .pricing-panel h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #061412;
  font-size: 1.06rem;
  line-height: 1.35;
}

.site-subpage .pricing-panel p,
.site-subpage .pricing-panel li {
  color: #607169;
  line-height: 1.78;
}

.site-subpage .workflow-board,
.site-subpage .pricing-table-wrap,
.site-subpage .showcase-split {
  border: 1px solid rgba(7, 34, 25, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 60px rgba(6, 32, 21, 0.08);
}

.site-subpage .workflow-board {
  padding: clamp(24px, 4vw, 42px);
}

.site-subpage .workflow-steps {
  gap: 16px;
}

.site-subpage .workflow-step {
  padding: 0;
}

.site-subpage .workflow-step::before {
  background: linear-gradient(135deg, #18df78, #0aa95b);
}

.site-subpage .workflow-step-number {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(18, 191, 95, 0.1);
  color: #0aa95b;
  font-weight: 700;
}

.site-subpage .feature-card,
.site-subpage .pricing-faq-item {
  border: 1px solid rgba(7, 34, 25, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(6, 32, 21, 0.07);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-subpage .feature-icon {
  background: rgba(18, 191, 95, 0.11);
  color: #0aa95b;
}

.site-subpage .pricing-faq {
  gap: 14px;
}

.site-subpage .pricing-faq-item {
  position: relative;
  padding: 22px 24px 22px 44px;
}

.site-subpage .pricing-faq-item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #18df78;
  box-shadow: 0 0 0 5px rgba(18, 191, 95, 0.1);
}

.site-subpage .pricing-faq-item h3 {
  margin-bottom: 8px;
  color: #061412;
  font-size: 1rem;
  line-height: 1.45;
}

.site-subpage .pricing-faq-item p {
  color: #63746d;
  line-height: 1.75;
}

.site-subpage .pricing-cta-panel {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  border-color: rgba(18, 191, 95, 0.14);
  background:
    radial-gradient(circle at 18% 20%, rgba(18, 191, 95, 0.14), transparent 20rem),
    linear-gradient(135deg, #ffffff, #f5fff9);
  box-shadow: 0 24px 70px rgba(6, 32, 21, 0.12);
}

.site-subpage .pricing-cta-panel-api {
  position: relative;
  overflow: hidden;
}

.site-subpage .pricing-cta-panel-api::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 24%, rgba(18, 191, 95, 0.12), transparent 12rem),
    linear-gradient(rgba(18, 191, 95, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 191, 95, 0.025) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  opacity: 0.9;
}

.site-subpage .pricing-cta-panel-api > * {
  position: relative;
  z-index: 1;
}

/* Flatten subpage cards and panels to match the cleaner no-shadow review direction. */
.site-subpage .pricing-panel,
.site-subpage .feature-card,
.site-subpage .pricing-faq-item,
.site-subpage .workflow-board,
.site-subpage .pricing-table-wrap,
.site-subpage .showcase-split,
.site-subpage .pricing-cta-panel,
.site-usdt-payment-gateway .pricing-panel,
.site-usdt-payment-gateway .feature-card,
.site-usdt-payment-gateway .pricing-faq-item,
.site-usdt-payment-gateway .workflow-board,
.site-usdt-payment-gateway .pricing-table-wrap,
.site-usdt-payment-gateway .showcase-split,
.site-usdt-payment-gateway .pricing-cta-panel {
  box-shadow: none !important;
}

.site-subpage .pricing-panel:hover,
.site-subpage .feature-card:hover,
.site-subpage .pricing-faq-item:hover,
.site-usdt-payment-gateway .pricing-panel:hover,
.site-usdt-payment-gateway .feature-card:hover,
.site-usdt-payment-gateway .pricing-faq-item:hover {
  box-shadow: none !important;
}

.site-subpage .pricing-cta-panel .button-primary {
  background: #12bf5f;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 191, 95, 0.25);
}

.site-subpage .pricing-cta-panel .button-secondary {
  color: #0d251c;
  border-color: rgba(7, 34, 25, 0.14);
}

@media (max-width: 900px) {
  .site-subpage .page-hero,
  .site-subpage .page-hero.page-hero-dark {
    min-height: 360px;
    padding: 112px 20px 52px;
  }

  .site-subpage .site-header-solid .nav-links,
  .site-subpage .site-header-solid.scrolled .nav-links,
  .site-usdt-payment-gateway .site-header-solid .nav-links,
  .site-usdt-payment-gateway .site-header-solid.scrolled .nav-links {
    background: rgba(5, 15, 25, 0.96);
    border-color: rgba(9, 184, 80, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  }

  .site-subpage .site-header-solid .nav-links a,
  .site-subpage .site-header-solid.scrolled .nav-links a,
  .site-usdt-payment-gateway .site-header-solid .nav-links a,
  .site-usdt-payment-gateway .site-header-solid.scrolled .nav-links a {
    color: rgba(255, 255, 255, 0.86);
  }

  .site-subpage .site-header-solid .nav-links a:hover,
  .site-subpage .site-header-solid .nav-links a[aria-current="page"],
  .site-subpage .site-header-solid.scrolled .nav-links a[aria-current="page"],
  .site-usdt-payment-gateway .site-header-solid .nav-links a:hover,
  .site-usdt-payment-gateway .site-header-solid .nav-links a[aria-current="page"],
  .site-usdt-payment-gateway .site-header-solid.scrolled .nav-links a[aria-current="page"] {
    color: #10c866;
  }

  .site-subpage .site-header-solid .nav-dropdown-toggle,
  .site-subpage .site-header-solid.scrolled .nav-dropdown-toggle,
  .site-usdt-payment-gateway .site-header-solid .nav-dropdown-toggle,
  .site-usdt-payment-gateway .site-header-solid.scrolled .nav-dropdown-toggle {
    color: rgba(255, 255, 255, 0.86);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
  }

  .site-subpage .nav-dropdown,
  .site-usdt-payment-gateway .nav-dropdown {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .site-subpage .nav-dropdown-menu,
  .site-usdt-payment-gateway .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 12px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-subpage .nav-dropdown-menu::before,
  .site-usdt-payment-gateway .nav-dropdown-menu::before {
    content: none;
  }

  .site-subpage .nav-dropdown-menu a,
  .site-usdt-payment-gateway .nav-dropdown-menu a {
    color: rgba(255, 255, 255, 0.76) !important;
  }
}

@media (max-width: 640px) {
  .site-subpage .pricing-panel,
  .site-subpage .feature-card,
  .site-subpage .pricing-faq-item {
    border-radius: 20px;
  }

  .site-subpage .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.site-subpage .page-hero.page-hero-bandlike,
.site-subpage .page-hero.page-hero-pricing {
  min-height: 0;
  padding: 0;
  display: block;
}

.site-subpage .page-hero-bandlike .pricing-hero-band,
.site-subpage .page-hero-pricing .pricing-hero-band {
  width: 100%;
  max-width: none;
  min-height: clamp(330px, 42vh, 430px);
  box-sizing: border-box;
  padding: 122px 0 58px;
  display: grid;
  place-items: center;
}

.site-subpage .page-hero-content,
.site-subpage .pricing-hero-inner {
  width: min(940px, calc(100% - 32px));
}

.site-subpage .page-hero h1,
.site-subpage .page-hero-bandlike .pricing-hero-copy h1,
.site-subpage .page-hero-pricing .pricing-hero-copy h1,
.site-subpage .page-hero-pricing .pricing-hero-copy h2 {
  max-width: 940px;
  font-size: clamp(2.35rem, 4.2vw, 3.85rem);
  line-height: 1.08;
}

.site-subpage .section-title h2 {
  max-width: 960px;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  line-height: 1.2;
}

.site-subpage .pricing-panel p strong {
  display: block;
  margin: 2px 0 10px;
  color: #0bbf62;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.08;
}

@media (max-width: 900px) {
  .site-subpage .page-hero-bandlike .pricing-hero-band,
  .site-subpage .page-hero-pricing .pricing-hero-band {
    min-height: 360px;
    padding: 112px 20px 52px;
  }

  .site-subpage .page-hero h1,
  .site-subpage .page-hero-bandlike .pricing-hero-copy h1,
  .site-subpage .page-hero-pricing .pricing-hero-copy h1,
  .site-subpage .page-hero-pricing .pricing-hero-copy h2 {
    font-size: clamp(2.1rem, 8vw, 3.1rem);
  }
}

.site-blog-index .blog-list {
  padding-top: clamp(44px, 5vw, 70px);
  gap: 18px;
}

.site-blog-index .blog-card {
  border: 1px solid rgba(7, 34, 25, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 251, 0.93)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(6, 32, 21, 0.08);
  overflow: hidden;
}

.site-blog-index .blog-card-cover {
  display: block;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(7, 34, 25, 0.08);
  background: linear-gradient(145deg, rgba(7, 21, 33, 0.96), rgba(12, 33, 48, 0.92));
}

.site-blog-index .blog-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-blog-index .blog-card-body {
  padding: 22px 24px 24px;
}

.site-blog-index .blog-card h2,
.site-blog-post .post-wrap h1,
.site-blog-post .post-wrap h2 {
  letter-spacing: 0 !important;
}

.site-blog-index .blog-card a,
.site-blog-post .post-wrap a {
  color: #0aa95b;
}

.site-blog-post .header-spacer {
  height: 78px;
}

.site-blog-post .post-wrap {
  margin-top: 42px;
  margin-bottom: 82px;
  border: 1px solid rgba(7, 34, 25, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 251, 0.94)),
    #ffffff;
  box-shadow: 0 22px 64px rgba(6, 32, 21, 0.1);
}

.site-blog-post .post-cover {
  margin: 22px 0 28px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(7, 34, 25, 0.08);
  background: linear-gradient(145deg, rgba(7, 21, 33, 0.96), rgba(12, 33, 48, 0.92));
}

.site-blog-post .post-cover img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.site-blog-post .post-wrap h1 {
  font-weight: 600;
  color: #061412;
}

.site-blog-post .post-wrap p,
.site-blog-post .post-wrap li {
  color: #5f7069;
}

@media (max-width: 640px) {
  .site-blog-post .header-spacer {
    height: 76px;
  }

  .site-blog-post .post-wrap {
    margin-top: 22px;
  }
}
