:root {
  --green: #0e7a46;
  --green-dark: #0a5e35;
  --green-soft: #e8f5ee;
  --blue: #0f766e;
  --blue-dark: #0b5f59;
  --blue-soft: #e7f6f2;
  --ink: #17212f;
  --text: #344256;
  --muted: #64748b;
  --soft: #f7faf8;
  --surface: #ffffff;
  --surface-2: #f1f6f3;
  --line: #dce6e0;
  --line-2: #edf2ef;
  --shadow: 0 12px 32px rgba(17, 34, 51, 0.08);
  --radius: 8px;
  --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

/* ── Clean PPIO-style landing page ───────────────────────────────────── */
.landing-body {
  background: #fff;
}

.landing-header {
  min-height: 4.5rem;
  padding: 0 3rem;
}

.landing-logo img {
  height: 2.35rem;
}

.landing-actions {
  gap: 1.15rem;
}

.nav-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 4.5rem;
  color: #17212f;
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-text-link:hover {
  color: var(--green);
}

.landing-actions .header-primary {
  min-height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 0;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  padding: 5.25rem 3rem 4.75rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #f2f8f5 100%);
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 122, 70, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 122, 70, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
  pointer-events: none;
}

.landing-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 36rem);
  gap: 4rem;
  align-items: center;
  width: min(86rem, 100%);
  margin: 0 auto;
}

.landing-copy h1 {
  max-width: 43rem;
  color: #101b2a;
  font-size: 4rem;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.landing-lead {
  max-width: 48rem;
  margin-top: 1.45rem;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.9;
}

.landing-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(50rem, 100%);
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(17, 34, 51, 0.06);
}

.landing-proof span {
  display: grid;
  min-height: 4rem;
  align-content: center;
  padding: 0 1rem;
  border-right: 1px solid var(--line-2);
  color: #425266;
  font-size: 0.9rem;
  font-weight: 700;
}

.landing-proof span:last-child {
  border-right: 0;
}

.landing-proof strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 820;
}

.landing-console {
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 34, 51, 0.13);
}

.console-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--line-2);
}

.console-preview-head strong {
  color: #17212f;
  font-size: 0.98rem;
  font-weight: 780;
}

.console-preview-head span {
  color: #93a1b2;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
  font-weight: 650;
}

.console-preview-section {
  padding: 1.25rem;
}

.console-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.3rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: #f8fbf9;
}

.console-account span {
  color: #7b8a9a;
  font-size: 0.78rem;
  font-weight: 650;
}

.console-account strong {
  color: #17212f;
  font-size: 0.88rem;
  font-weight: 760;
}

.console-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.console-mini-grid a {
  display: grid;
  min-height: 9.25rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.16s, box-shadow 0.16s, transform 0.12s;
}

.console-mini-grid a:hover {
  border-color: rgba(14, 122, 70, 0.35);
  box-shadow: 0 10px 24px rgba(17, 34, 51, 0.08);
  transform: translateY(-1px);
}

.console-mini-grid i {
  display: inline-flex;
  width: fit-content;
  min-height: 1.6rem;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0 0.5rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 820;
}

.console-mini-grid a:nth-child(2) i {
  color: var(--blue);
  background: var(--blue-soft);
}

.console-mini-grid a:nth-child(n + 3) i {
  color: #627083;
  background: #eef2f4;
}

.console-mini-grid strong {
  color: #17212f;
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.35;
}

.console-mini-grid small {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.55;
}

.console-preview-foot {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--line-2);
  background: #f6faf8;
}

.console-preview-foot span,
.console-preview-foot strong {
  display: block;
}

.console-preview-foot span {
  color: #7b8a9a;
  font-size: 0.76rem;
  font-weight: 650;
}

.console-preview-foot strong {
  margin-top: 0.15rem;
  color: #17212f;
  font-size: 0.9rem;
  font-weight: 760;
}

.landing-section {
  width: min(86rem, calc(100% - 6rem));
  margin: 0 auto;
  padding: 4.5rem 0;
}

.landing-products {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 0;
  padding-top: 4rem;
}

.product-rail {
  min-height: 31rem;
  padding: 1.6rem 1.25rem;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #f2f7f4;
}

.product-rail strong {
  display: block;
  margin-bottom: 1.2rem;
  color: #17212f;
  font-size: 1.05rem;
  font-weight: 800;
}

.product-rail a {
  display: flex;
  min-height: 2.7rem;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 6px;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 700;
}

.product-rail a:hover,
.product-rail a.active {
  color: var(--green);
  background: #e6f2eb;
}

.product-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
  min-height: 31rem;
  padding: 2.25rem 3rem;
  border: 1px solid var(--line);
  border-radius: 0 8px 8px 0;
  background: #fff;
}

.product-column h2 {
  margin-bottom: 1.25rem;
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 820;
}

.product-column a {
  display: block;
  padding: 0 0 1.6rem;
  margin-bottom: 1.35rem;
}

.product-column a:last-child {
  margin-bottom: 0;
}

.product-column strong {
  display: block;
  color: #17212f;
  font-size: 1rem;
  font-weight: 780;
}

.product-column span {
  display: block;
  margin-top: 0.45rem;
  color: #6b7788;
  font-size: 0.9rem;
  line-height: 1.7;
}

.product-column a:hover strong {
  color: var(--green);
}

.section-heading {
  margin-bottom: 1.8rem;
}

.section-heading h2 {
  color: #132033;
  font-size: 2.25rem;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-heading p:not(.home-eyebrow) {
  max-width: 50rem;
  margin-top: 0.7rem;
  color: #607086;
  font-size: 1rem;
  line-height: 1.75;
}

.solution-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.solution-list article,
.platform-matrix div {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.solution-list span,
.platform-matrix span {
  display: inline-flex;
  min-height: 1.65rem;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0 0.5rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 820;
}

.solution-list h3 {
  color: #17212f;
  font-size: 1.05rem;
  font-weight: 780;
}

.solution-list p {
  margin-top: 0.55rem;
  color: #607086;
  font-size: 0.9rem;
  line-height: 1.75;
}

.platform-band {
  border-top: 1px solid var(--line-2);
}

.platform-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.platform-matrix strong,
.platform-matrix small {
  display: block;
}

.platform-matrix strong {
  color: #17212f;
  font-size: 1rem;
  font-weight: 780;
}

.platform-matrix small {
  margin-top: 0.45rem;
  color: #607086;
  font-size: 0.86rem;
  line-height: 1.65;
}

.docs-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24rem;
  gap: 2rem;
  align-items: end;
  border-top: 1px solid var(--line-2);
}

.doc-links {
  display: grid;
  gap: 0.75rem;
}

.doc-links a {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #344256;
  font-size: 0.92rem;
  font-weight: 700;
}

.doc-links a::after {
  content: "→";
  color: var(--green);
}

.doc-links a:hover {
  color: var(--green);
  border-color: rgba(14, 122, 70, 0.35);
}

.landing-footer {
  background: #fff;
}

@media (max-width: 1100px) {
  .landing-hero-inner,
  .landing-products,
  .docs-section {
    grid-template-columns: 1fr;
  }

  .landing-console {
    max-width: 42rem;
  }

  .product-rail {
    min-height: auto;
    border-right: 1px solid var(--line);
    border-radius: 8px 8px 0 0;
  }

  .product-rail a {
    display: inline-flex;
    margin-right: 0.4rem;
  }

  .product-columns {
    min-height: auto;
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }

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

@media (max-width: 820px) {
  .landing-header {
    min-height: auto;
    padding: 0.8rem 1rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .landing-logo img {
    height: 2rem;
  }

  .landing-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
  }

  .landing-nav a,
  .landing-nav .nav-trigger,
  .nav-text-link {
    min-height: 2.75rem;
    padding: 0 0.65rem;
  }

  .landing-actions {
    margin-left: auto;
    gap: 0.7rem;
  }

  .landing-actions .header-primary {
    min-height: 2.55rem;
    border-radius: 8px;
    padding: 0 1rem;
  }

  .landing-hero {
    padding: 3rem 1rem;
  }

  .landing-hero-inner {
    gap: 2rem;
  }

  .landing-copy h1 {
    font-size: 2.55rem;
  }

  .landing-lead {
    font-size: 1rem;
  }

  .landing-proof,
  .console-mini-grid,
  .product-columns,
  .solution-list,
  .platform-matrix {
    grid-template-columns: 1fr;
  }

  .landing-proof span {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .landing-proof span:last-child {
    border-bottom: 0;
  }

  .landing-section {
    width: min(100% - 2rem, 86rem);
    padding: 3rem 0;
  }

  .product-columns {
    padding: 1.25rem;
  }

  .section-heading h2 {
    font-size: 1.75rem;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background: var(--soft);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 4.25rem;
  padding: 0 3rem;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo img {
  height: 2.05rem;
  width: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
}

.site-nav a,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 4.25rem;
  padding: 0 1rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 650;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-trigger:focus {
  outline: none;
}

.site-nav a:hover,
.nav-trigger:hover,
.nav-product:focus-within .nav-trigger,
.nav-product:hover .nav-trigger {
  color: var(--green);
}

.nav-product {
  position: static;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.25rem;
  display: grid;
  grid-template-columns: 17rem 1fr 18rem;
  min-height: 18rem;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(17, 34, 51, 0.13);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.4rem);
  transition: opacity 0.16s, transform 0.16s, visibility 0.16s;
}

.nav-product:hover .mega-menu,
.nav-product:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-side {
  padding: 2rem 1.5rem 2rem 4rem;
  background: #f3f7f5;
  border-right: 1px solid var(--line);
}

.mega-side strong,
.mega-recommend strong {
  display: block;
  margin-bottom: 1.25rem;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 760;
}

.mega-side a {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  padding: 0 0.9rem;
  border-radius: 6px;
  color: var(--text);
  font-size: 0.92rem;
}

.mega-side a:hover,
.mega-side a:first-of-type {
  color: var(--green);
  background: #e7f2ec;
}

.mega-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem 1.2rem;
  align-content: start;
  padding: 2.4rem 3rem;
}

.mega-product {
  display: block;
  min-height: auto;
  padding: 0.75rem 0.85rem;
  border-radius: 6px;
}

.mega-product span {
  display: block;
  color: #17212f;
  font-size: 1rem;
  font-weight: 740;
}

.mega-product small {
  display: block;
  margin-top: 0.35rem;
  color: #7a8796;
  font-size: 0.86rem;
  line-height: 1.65;
}

.mega-product:hover {
  background: #f3f8f5;
}

.mega-product:hover span {
  color: var(--green);
}

.mega-recommend {
  padding: 2.4rem 3rem 2.4rem 1.5rem;
  border-left: 1px solid var(--line);
}

.mega-recommend a {
  display: block;
  min-height: auto;
  padding: 0.7rem 0;
  color: var(--text);
  font-size: 0.92rem;
  border-bottom: 1px solid var(--line-2);
}

.mega-recommend a:hover {
  color: var(--green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.btn-primary,
.btn-outline,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.16s, border-color 0.16s, color 0.16s, transform 0.1s;
}

.btn-primary {
  padding: 0 1.25rem;
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green);
}

.btn-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.btn-primary:active,
.btn-outline:active,
.btn-ghost:active {
  transform: scale(0.98);
}

.btn-outline {
  padding: 0 1.15rem;
  color: var(--green);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(14, 122, 70, 0.28);
}

.btn-outline:hover {
  background: var(--green-soft);
  border-color: var(--green);
}

.btn-ghost {
  padding: 0 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  color: var(--green);
  border-color: rgba(14, 122, 70, 0.35);
  background: var(--green-soft);
}

.btn-token {
  background: var(--blue);
  border-color: var(--blue);
}

.btn-token:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.btn-outline-token {
  color: var(--blue);
  border-color: rgba(36, 92, 230, 0.28);
}

.btn-outline-token:hover {
  background: var(--blue-soft);
  border-color: var(--blue);
}

.header-primary {
  min-height: 2.45rem;
  padding: 0 1rem;
  font-size: 0.88rem;
}

.home-body {
  background: #fff;
}

.home-header {
  min-height: 4.5rem;
  padding: 0 3.5rem;
}

.home-logo img {
  height: 2.35rem;
}

.home-nav {
  margin-left: 1rem;
}

.home-actions .admin-entry {
  color: #64748b;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 4.75rem 3.5rem 4.5rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 248, 0.95) 54%, rgba(237, 246, 242, 0.92) 100%);
  border-bottom: 1px solid var(--line-2);
}

.home-hero::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: -8rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(14, 122, 70, 0.12);
  border-radius: 50%;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 122, 70, 0.26), transparent);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 31rem);
  gap: 4rem;
  align-items: center;
  width: min(76rem, 100%);
  margin: 0 auto;
}

.home-eyebrow {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 50rem;
  color: #101b2a;
  font-size: clamp(2.5rem, 4.4vw, 4.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-hero h1 span {
  display: block;
  white-space: nowrap;
}

.home-lead {
  max-width: 48rem;
  margin-top: 1.35rem;
  color: #415066;
  font-size: 1.08rem;
  line-height: 1.85;
}

.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.home-primary,
.home-secondary {
  min-height: 2.9rem;
  padding: 0 1.45rem;
}

.home-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(48rem, 100%);
  margin-top: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(17, 34, 51, 0.06);
}

.home-proof span {
  display: grid;
  min-height: 3.15rem;
  place-items: center;
  padding: 0 0.7rem;
  color: #425266;
  font-size: 0.86rem;
  font-weight: 680;
  border-right: 1px solid var(--line-2);
  text-align: center;
}

.home-proof span:last-child {
  border-right: 0;
}

.home-console {
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 34, 51, 0.12);
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line-2);
}

.console-top span {
  color: #17212f;
  font-size: 0.9rem;
  font-weight: 760;
}

.console-top strong {
  color: #8796a8;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 600;
}

.console-grid-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.15rem;
}

.console-product {
  display: grid;
  min-height: 9.2rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfc;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}

.console-product:hover {
  border-color: rgba(14, 122, 70, 0.35);
  box-shadow: 0 10px 24px rgba(17, 34, 51, 0.08);
  transform: translateY(-1px);
}

.console-product span {
  display: inline-flex;
  width: fit-content;
  min-height: 1.75rem;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0 0.55rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 780;
}

.console-product.model span {
  color: var(--blue);
  background: var(--blue-soft);
}

.console-product.muted span {
  color: #627083;
  background: #eef2f4;
}

.console-product strong {
  color: #17212f;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.3;
}

.console-product small {
  margin-top: 0.35rem;
  color: #667589;
  font-size: 0.78rem;
  line-height: 1.55;
}

.console-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--line-2);
  background: #f6faf8;
}

.console-status span {
  display: block;
  color: #7b8a9a;
  font-size: 0.75rem;
}

.console-status strong {
  display: block;
  margin-top: 0.1rem;
  color: #17212f;
  font-size: 0.9rem;
}

.console-status a {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  padding: 0 0.9rem;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-section {
  padding: 4.25rem 3.5rem;
}

.home-section-head {
  width: min(74rem, 100%);
  margin: 0 auto 1.9rem;
  text-align: center;
}

.home-section-head.align-left {
  text-align: left;
}

.home-section-head h2,
.platform-layout h2,
.home-access h2 {
  color: #132033;
  font-size: clamp(1.75rem, 2.85vw, 2.55rem);
  font-weight: 800;
  line-height: 1.18;
}

.home-section-head p,
.platform-layout p,
.home-access p {
  max-width: 54rem;
  margin: 0.75rem auto 0;
  color: #607086;
  font-size: 1rem;
  line-height: 1.75;
}

.home-section-head.align-left p {
  margin-left: 0;
}

.product-section,
.platform-section {
  background: #fff;
}

.catalog-shell {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr) 17rem;
  gap: 0;
  width: min(74rem, 100%);
  margin: 0 auto 1.15rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(17, 34, 51, 0.04);
}

.catalog-side {
  padding: 1.15rem;
  background: #f4f8f6;
  border-right: 1px solid var(--line);
}

.catalog-side strong,
.catalog-recommend strong {
  display: block;
  margin-bottom: 0.8rem;
  color: #17212f;
  font-size: 1rem;
  font-weight: 780;
}

.catalog-side a {
  display: flex;
  min-height: 2.35rem;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 6px;
  color: #475569;
  font-size: 0.86rem;
  font-weight: 650;
}

.catalog-side a:hover,
.catalog-side a:first-of-type {
  color: var(--green);
  background: #e8f5ee;
}

.catalog-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.9rem;
  padding: 1.15rem;
}

.catalog-card {
  min-height: 6.5rem;
  padding: 0.85rem;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}

.catalog-card:hover {
  border-color: rgba(14, 122, 70, 0.35);
  box-shadow: 0 10px 24px rgba(17, 34, 51, 0.07);
  transform: translateY(-1px);
}

.catalog-card span {
  display: inline-flex;
  min-height: 1.55rem;
  align-items: center;
  margin-bottom: 0.6rem;
  padding: 0 0.5rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.68rem;
  font-weight: 800;
}

.catalog-card.muted span {
  color: #627083;
  background: #eef2f4;
}

.catalog-card strong {
  display: block;
  color: #17212f;
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.35;
}

.catalog-card small {
  display: block;
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.55;
}

.catalog-recommend {
  padding: 1.15rem;
  border-left: 1px solid var(--line);
}

.catalog-recommend a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line-2);
  color: #425266;
  font-size: 0.88rem;
  font-weight: 680;
}

.catalog-recommend a:hover {
  color: var(--green);
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  width: min(74rem, 100%);
  margin: 0 auto;
}

.product-tile {
  display: flex;
  min-height: 23rem;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 8px 26px rgba(17, 34, 51, 0.06);
}

.product-tile.secondary {
  border-top-color: var(--blue);
}

.tile-kicker {
  width: fit-content;
  margin-bottom: 1.1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 780;
}

.product-tile.secondary .tile-kicker {
  color: var(--blue);
  background: var(--blue-soft);
}

.product-tile h3 {
  color: #17212f;
  font-size: 1.35rem;
  font-weight: 790;
  line-height: 1.25;
}

.product-tile p {
  flex: 1;
  margin-top: 0.85rem;
  color: #4b5b70;
  font-size: 0.96rem;
  line-height: 1.75;
}

.tile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.25rem 0;
}

.tile-list span {
  min-height: 2.25rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line-2);
  border-radius: 6px;
  background: #fff;
  color: #425266;
  font-size: 0.84rem;
  font-weight: 650;
}

.tile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.solution-section,
.roadmap-section {
  background: #f6faf8;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(74rem, 100%);
  margin: 0 auto;
}

.solution-grid article {
  min-height: 14.5rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.solution-grid span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

.solution-grid h3 {
  margin-top: 1rem;
  color: #17212f;
  font-size: 1.12rem;
  font-weight: 760;
  line-height: 1.38;
}

.solution-grid p {
  margin-top: 0.75rem;
  color: #607086;
  font-size: 0.9rem;
  line-height: 1.75;
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: 2.2rem;
  align-items: center;
  width: min(74rem, 100%);
  margin: 0 auto;
}

.platform-layout p {
  margin-left: 0;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.platform-grid div {
  min-height: 8.75rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.platform-grid span {
  display: inline-flex;
  min-height: 1.7rem;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0 0.5rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.7rem;
  font-weight: 800;
}

.platform-grid strong {
  display: block;
  color: #17212f;
  font-size: 1.02rem;
  font-weight: 760;
}

.platform-grid small {
  display: block;
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.65;
}

.roadmap-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(74rem, 100%);
  margin: 0 auto;
}

.roadmap-row article {
  min-height: 8rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.roadmap-row strong {
  display: block;
  color: #17212f;
  font-size: 1.02rem;
  font-weight: 760;
}

.roadmap-row span {
  display: block;
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.65;
}

.home-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(74rem, calc(100% - 7rem));
  margin: 4rem auto;
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(17, 34, 51, 0.08);
}

.home-access p {
  max-width: 44rem;
  margin-left: 0;
}

.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  flex-shrink: 0;
}

.home-footer .footer-logo {
  height: 2rem;
  width: auto;
}

.cloud-hero {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 3.5rem 2rem;
  background: linear-gradient(180deg, #fbfdfc 0%, #f4faf7 100%);
  border-bottom: 1px solid var(--line);
}

.cloud-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24rem;
  gap: 2.25rem;
  align-items: stretch;
  width: min(76rem, 100%);
  margin: 0 auto;
}

.cloud-hero-copy {
  min-width: 0;
  padding: 1.1rem 0 0.5rem;
}

.cloud-hero-copy h1 {
  max-width: 43rem;
  color: #111c2c;
  font-size: clamp(2.35rem, 3.45vw, 3.65rem);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cloud-hero-copy h1 span {
  display: block;
}

.cloud-hero-lead {
  max-width: 45rem;
  margin-top: 1.05rem;
  color: #435369;
  font-size: 1.02rem;
  line-height: 1.8;
}

.cloud-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.cloud-operating-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(45rem, 100%);
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 34, 51, 0.05);
  overflow: hidden;
}

.cloud-operating-row span {
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-right: 1px solid var(--line-2);
}

.cloud-operating-row span:last-child {
  border-right: 0;
}

.cloud-operating-row strong,
.cloud-operating-row small {
  display: block;
}

.cloud-operating-row strong {
  color: #17212f;
  font-size: 0.88rem;
  font-weight: 760;
}

.cloud-operating-row small {
  margin-top: 0.18rem;
  color: #7a8796;
  font-size: 0.75rem;
  line-height: 1.45;
}

.cloud-register-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 34, 51, 0.1);
}

.register-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-2);
}

.register-card-head span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.register-card-head strong {
  display: block;
  color: #17212f;
  font-size: 1.25rem;
  font-weight: 800;
  white-space: nowrap;
}

.register-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.7rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(14, 122, 70, 0.22);
  border-radius: 8px;
  background: #f7fbf9;
}

.register-email:hover {
  border-color: rgba(14, 122, 70, 0.45);
  background: #f1f8f4;
}

.register-email span {
  grid-column: 1 / -1;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 680;
}

.register-email strong {
  min-width: 0;
  overflow: hidden;
  color: #17212f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register-email em {
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 760;
  white-space: nowrap;
}

.register-steps {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.register-steps div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 0.7rem;
  align-items: center;
  padding: 0.8rem;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: #fff;
}

.register-steps span {
  grid-row: span 2;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 820;
}

.register-steps strong {
  color: #17212f;
  font-size: 0.9rem;
  font-weight: 760;
}

.register-steps small {
  color: #7a8796;
  font-size: 0.75rem;
}

.register-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.register-card-actions .btn-primary,
.register-card-actions .btn-ghost {
  min-height: 2.55rem;
  padding: 0 0.75rem;
  font-size: 0.84rem;
}

.cloud-product-launcher {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(76rem, 100%);
  margin: 1.6rem auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 34, 51, 0.06);
  overflow: hidden;
}

.cloud-product-launcher a {
  min-width: 0;
  padding: 1rem 1.05rem;
  border-right: 1px solid var(--line-2);
  background: #fff;
  transition: background 0.16s, box-shadow 0.16s;
}

.cloud-product-launcher a:last-child {
  border-right: 0;
}

.cloud-product-launcher a:hover {
  background: #f5faf7;
  box-shadow: inset 0 3px 0 var(--green);
}

.cloud-product-launcher span,
.cloud-product-launcher strong,
.cloud-product-launcher small {
  display: block;
}

.cloud-product-launcher span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.cloud-product-launcher strong {
  margin-top: 0.3rem;
  color: #17212f;
  font-size: 0.96rem;
  font-weight: 780;
}

.cloud-product-launcher small {
  margin-top: 0.3rem;
  color: #64748b;
  font-size: 0.76rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .home-header {
    padding: 0 1.5rem;
  }

  .home-hero-inner,
  .cloud-hero-inner,
  .platform-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cloud-register-card {
    max-width: 42rem;
  }

  .cloud-hero-copy h1 {
    max-width: 21rem;
    font-size: 2.35rem;
    line-height: 1.16;
    word-break: break-all;
  }

  .cloud-hero-lead,
  .cloud-operating-row,
  .cloud-register-card,
  .cloud-product-launcher {
    max-width: 42rem;
  }

  .catalog-shell {
    grid-template-columns: 12rem minmax(0, 1fr);
  }

  .catalog-recommend {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .home-header {
    gap: 1rem;
  }

  .home-nav {
    display: none;
  }

  .home-actions .admin-entry,
  .home-actions .btn-ghost {
    display: none;
  }

  .home-logo img {
    height: 2rem;
    max-width: 12rem;
    object-fit: contain;
  }

  .cloud-hero-copy h1 {
    max-width: 21rem;
    font-size: 2.05rem;
    line-height: 1.16;
    word-break: break-all;
  }

  .cloud-hero-lead,
  .cloud-operating-row,
  .cloud-register-card,
  .cloud-product-launcher {
    max-width: 21rem;
  }

  .home-hero,
  .cloud-hero,
  .home-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-proof,
  .cloud-operating-row,
  .cloud-product-launcher,
  .console-grid-preview,
  .product-showcase,
  .solution-grid,
  .platform-grid,
  .roadmap-row {
    grid-template-columns: 1fr;
  }

  .home-proof span {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .home-proof span:last-child {
    border-bottom: 0;
  }

  .cloud-operating-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud-operating-row span:nth-child(2) {
    border-right: 0;
  }

  .cloud-operating-row span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-2);
  }

  .cloud-product-launcher {
    grid-template-columns: 1fr;
  }

  .cloud-product-launcher a {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .cloud-product-launcher a:last-child {
    border-bottom: 0;
  }

  .home-console {
    display: none;
  }

  .catalog-shell {
    grid-template-columns: 1fr;
  }

  .catalog-side,
  .catalog-recommend {
    border-right: 0;
    border-left: 0;
  }

  .catalog-main {
    grid-template-columns: 1fr;
  }

  .tile-list {
    grid-template-columns: 1fr;
  }

  .home-access {
    width: min(100% - 2.5rem, 74rem);
    flex-direction: column;
    align-items: flex-start;
  }

  .access-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .cloud-hero {
    padding-top: 2.25rem;
  }

  .cloud-hero-inner,
  .cloud-hero-copy,
  .cloud-register-card,
  .cloud-product-launcher,
  .home-section,
  .catalog-shell,
  .product-showcase,
  .solution-grid,
  .platform-layout,
  .roadmap-row,
  .home-access {
    min-width: 0;
    max-width: 100%;
  }

  .cloud-hero-copy h1 {
    font-size: 2rem;
    line-height: 1.16;
    max-width: 100%;
    word-break: break-all;
  }

  .cloud-hero-lead {
    max-width: 100%;
    word-break: break-word;
  }

  .cloud-operating-row,
  .register-card-actions {
    grid-template-columns: 1fr;
  }

  .cloud-operating-row span {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .cloud-operating-row span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 860px) {
  .home-header .header-primary {
    display: inline-flex;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  padding: 4.15rem 3rem 3.25rem;
  background:
    linear-gradient(90deg, rgba(247, 250, 248, 0.98) 0%, rgba(247, 250, 248, 0.9) 44%, rgba(239, 245, 249, 0.72) 100%),
    url("/public/cloudtokenx-logo-primary.png") center right 8% / min(48rem, 70vw) auto no-repeat;
  border-bottom: 1px solid var(--line-2);
}

.hero-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.8)),
    linear-gradient(90deg, rgba(14, 122, 70, 0.08), rgba(36, 92, 230, 0.08));
  opacity: 0.65;
}

.hero-inner {
  position: relative;
  width: min(64rem, 100%);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.85rem;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 52rem;
  color: #101b2a;
  font-size: 3.85rem;
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-sub {
  max-width: 48rem;
  margin-top: 1.3rem;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-cta,
.hero-secondary {
  min-height: 2.85rem;
  padding: 0 1.45rem;
}

.plain-hero-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0 0.35rem;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 700;
}

.plain-hero-link:hover {
  color: var(--green-dark);
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(48rem, 100%);
  margin-top: 1.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-strip span {
  min-height: 3.4rem;
  display: grid;
  place-items: center;
  padding: 0 0.75rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 650;
  border-right: 1px solid var(--line-2);
}

.hero-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 5rem 3rem;
}

.section-head {
  width: min(68rem, 100%);
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-head.align-left {
  text-align: left;
}

.section-head h2 {
  color: #142131;
  font-size: 2.15rem;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-sub {
  max-width: 52rem;
  margin: 0.7rem auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.align-left .section-sub {
  margin-left: 0;
}

.products,
.advantages,
.future-products {
  background: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(68rem, 100%);
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  padding: 1.65rem;
  border: 1px solid var(--line);
  border-top: 3px solid var(--green);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 2px 18px rgba(17, 34, 51, 0.05);
}

.product-token {
  border-top-color: var(--blue);
}

.product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.65rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0;
}

.badge-cdn {
  color: var(--green);
  background: var(--green-soft);
}

.badge-token {
  color: var(--blue);
  background: var(--blue-soft);
}

.product-domain {
  color: #8a9aac;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
}

.product-card h3 {
  color: #162232;
  font-size: 1.28rem;
  font-weight: 740;
  line-height: 1.35;
}

.product-card > p {
  flex: 1;
  margin-top: 0.85rem;
  color: var(--text);
  font-size: 0.93rem;
  line-height: 1.75;
}

.product-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin: 1.35rem 0 1.55rem;
  list-style: none;
}

.product-features li {
  position: relative;
  padding-left: 1.05rem;
  color: #475869;
  font-size: 0.86rem;
}

.product-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--green);
}

.product-token .product-features li::before {
  background: var(--blue);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.future-products {
  border-top: 1px solid var(--line-2);
}

.future-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(68rem, 100%);
  margin: 0 auto;
}

.future-item {
  min-height: 12rem;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.future-item span {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0 0.55rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 760;
}

.future-item h3 {
  color: #162232;
  font-size: 1.05rem;
  font-weight: 740;
}

.future-item p {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.access {
  background: #fff;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(68rem, 100%);
  margin: 0 auto;
}

.access-item {
  display: flex;
  min-height: 11rem;
  flex-direction: column;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color 0.16s, box-shadow 0.16s, transform 0.12s;
}

.access-item:hover {
  border-color: rgba(14, 122, 70, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.access-item span {
  display: inline-flex;
  width: fit-content;
  min-height: 1.8rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0 0.55rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 760;
}

.access-item strong {
  color: #162232;
  font-size: 1.02rem;
  font-weight: 740;
}

.access-item small {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.admin-access span {
  color: #475569;
  background: #eef2f4;
}

.scenarios {
  background: var(--soft);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(68rem, 100%);
  margin: 0 auto;
}

.scenario-item {
  min-height: 16rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.scenario-index {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 780;
}

.scenario-item h3 {
  color: #162232;
  font-size: 1.1rem;
  font-weight: 740;
  line-height: 1.4;
}

.scenario-item p {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  width: min(68rem, 100%);
  margin: 0 auto;
}

.feature-item {
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.8rem;
  margin-bottom: 0.95rem;
  padding: 0 0.45rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
}

.feature-item h3 {
  color: #162232;
  font-size: 1rem;
  font-weight: 740;
}

.feature-item p {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.7;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 2rem 3rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: min(68rem, 100%);
  margin: 0 auto;
}

.footer-logo {
  height: 1.55rem;
  width: auto;
  object-fit: contain;
  opacity: 0.72;
}

.footer-copy {
  flex: 1;
  color: #8a9aac;
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  gap: 1.25rem;
}

.footer-links a {
  color: #7a8fa0;
  font-size: 0.82rem;
}

.footer-links a:hover {
  color: var(--green);
}

@media (max-width: 1040px) {
  .hero h1 {
    font-size: 3.1rem;
  }

  .product-grid,
  .scenario-grid,
  .future-grid,
  .access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 4rem;
    padding: 0 1.1rem;
    gap: 0.75rem;
  }

  .site-logo img {
    height: 1.75rem;
  }

  .site-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-primary,
  .admin-entry {
    display: none;
  }

  .btn-ghost {
    min-height: 2.35rem;
    padding: 0 0.75rem;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 28rem;
    padding: 3.75rem 1.25rem 3rem;
    background:
      linear-gradient(180deg, rgba(247, 250, 248, 0.98), rgba(247, 250, 248, 0.9)),
      url("/public/cloudtokenx-logo-primary.png") center top 7.5rem / 34rem auto no-repeat;
  }

  .hero h1 {
    font-size: 2.45rem;
    line-height: 1.14;
  }

  .hero-sub {
    font-size: 0.98rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.4rem;
  }

  .hero-strip span {
    min-height: 2.9rem;
    font-size: 0.84rem;
  }

  .hero-strip span:nth-child(2) {
    border-right: 0;
  }

  .hero-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-2);
  }

  .section {
    padding: 3.75rem 1.25rem;
  }

  .section-head,
  .section-head.align-left {
    text-align: left;
  }

  .section-head h2 {
    font-size: 1.7rem;
  }

  .section-sub {
    margin-left: 0;
    font-size: 0.95rem;
  }

  .product-grid,
  .scenario-grid,
  .future-grid,
  .access-grid,
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .product-actions {
    align-items: stretch;
  }

  .product-actions .btn-primary,
  .product-actions .btn-outline {
    flex: 1 1 8rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .site-footer {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 420px) {
  .site-logo img {
    height: 1.55rem;
  }

  .hero h1 {
    font-size: 2.12rem;
  }

  .product-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .home-header .header-actions {
    margin-left: auto;
  }

  .home-header .header-primary {
    display: none;
  }
}

@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-header {
    min-width: 0;
    padding: 0 1rem;
  }

  .home-header .admin-entry,
  .home-header .header-primary {
    display: none;
  }

  .home-actions .btn-ghost:not(.admin-entry) {
    display: inline-flex;
  }

  .home-actions .btn-ghost.admin-entry {
    display: none;
  }

  .home-logo,
  .home-logo img {
    min-width: 0;
  }

  .home-logo img {
    max-width: 12.5rem;
  }

  .cloud-hero {
    width: 100%;
    max-width: 100%;
    padding: 2.25rem 1rem 1.5rem;
  }

  .cloud-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    gap: 1.5rem;
  }

  .cloud-hero-copy,
  .cloud-hero-lead,
  .cloud-register-card,
  .cloud-product-launcher,
  .cloud-operating-row {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  .cloud-hero-copy {
    padding-top: 0.5rem;
  }

  .cloud-hero-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.05rem, 10.5vw, 2.45rem);
    line-height: 1.14;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .cloud-hero-lead {
    font-size: 0.95rem;
    line-height: 1.76;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .cloud-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  .cloud-hero-actions .btn-primary,
  .cloud-hero-actions .btn-outline {
    width: 100%;
  }

  .cloud-operating-row,
  .register-card-actions,
  .cloud-product-launcher {
    grid-template-columns: 1fr;
  }

  .register-card-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .register-card-head strong {
    white-space: normal;
  }

  .register-email {
    grid-template-columns: 1fr;
  }

  .register-email em {
    width: fit-content;
  }
}

.vendor-hero {
  position: relative;
  overflow: hidden;
  min-height: 37rem;
  padding: 4.35rem 3rem 3rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 250, 0.96) 45%, rgba(235, 247, 241, 0.92) 100%),
    url("/public/cloudtokenx-logo-primary.png") right 6vw top 6rem / min(42rem, 44vw) auto no-repeat;
}

.vendor-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(26rem, 0.96fr);
  gap: 3.25rem;
  align-items: center;
  width: min(78rem, 100%);
  margin: 0 auto;
}

.vendor-hero-copy {
  min-width: 0;
}

.vendor-hero-copy h1 {
  max-width: 43rem;
  color: #0f1b2d;
  font-size: clamp(3.15rem, 5vw, 5.35rem);
  font-weight: 840;
  line-height: 1.02;
  letter-spacing: 0;
}

.vendor-hero-copy h1 span {
  display: block;
}

.vendor-hero-lead {
  max-width: 49rem;
  margin-top: 1.2rem;
  color: #405268;
  font-size: 1.05rem;
  line-height: 1.88;
}

.vendor-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.vendor-hero-actions .btn-primary,
.vendor-hero-actions .btn-outline {
  min-height: 3rem;
  padding: 0 1.55rem;
}

.vendor-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  color: var(--green);
  font-size: 0.94rem;
  font-weight: 730;
}

.vendor-text-link:hover {
  color: var(--green-dark);
}

.vendor-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(42rem, 100%);
  margin-top: 1.65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(17, 34, 51, 0.05);
  overflow: hidden;
}

.vendor-flow span {
  position: relative;
  flex: 1 1 9rem;
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  color: #425269;
  font-size: 0.88rem;
  font-weight: 720;
  border-right: 1px solid var(--line-2);
  white-space: nowrap;
}

.vendor-flow span:last-child {
  border-right: 0;
}

.vendor-product-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 46rem;
  margin-top: 2rem;
}

.vendor-product-tabs a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.15rem 0.75rem;
  min-height: 5.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(17, 34, 51, 0.05);
}

.vendor-product-tabs a:hover,
.vendor-product-tabs a.active {
  border-color: rgba(14, 122, 70, 0.38);
  background: #fff;
  box-shadow: inset 3px 0 0 var(--green), 0 14px 34px rgba(17, 34, 51, 0.08);
}

.vendor-product-tabs span {
  grid-row: span 2;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 820;
}

.vendor-product-tabs strong {
  color: #142033;
  font-size: 1rem;
  font-weight: 780;
}

.vendor-product-tabs small {
  color: #708096;
  font-size: 0.78rem;
  line-height: 1.55;
}

.console-preview {
  min-width: 0;
  border: 1px solid rgba(14, 122, 70, 0.22);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 34, 51, 0.13);
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: 0 1.35rem;
  border-bottom: 1px solid var(--line-2);
}

.preview-topbar span {
  color: #8b9aac;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.86rem;
  font-weight: 700;
}

.preview-topbar strong {
  color: #132033;
  font-size: 1.05rem;
  font-weight: 800;
}

.preview-body {
  display: grid;
  grid-template-columns: 8.75rem minmax(0, 1fr);
  min-height: 27rem;
}

.preview-sidebar {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 1rem;
  border-right: 1px solid var(--line-2);
  background: #f6faf8;
}

.preview-sidebar span {
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 0.8rem;
  border-radius: 7px;
  color: #5f7084;
  font-size: 0.84rem;
  font-weight: 700;
}

.preview-sidebar span.on {
  color: var(--green);
  background: #e7f5ed;
}

.preview-main {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1rem;
}

.preview-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(90deg, #f8fcfa 0%, #fff 100%);
}

.preview-status small,
.preview-status strong {
  display: block;
}

.preview-status small {
  color: #708096;
  font-size: 0.78rem;
  font-weight: 700;
}

.preview-status strong {
  color: #132033;
  font-size: 1rem;
  font-weight: 800;
}

.preview-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.preview-products a {
  min-height: 8.1rem;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.preview-products a:hover {
  border-color: rgba(14, 122, 70, 0.38);
  background: #f9fcfa;
}

.preview-products em {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0 0.5rem;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 820;
}

.preview-products strong {
  display: block;
  margin-top: 0.75rem;
  color: #132033;
  font-size: 0.98rem;
  font-weight: 800;
}

.preview-products small {
  display: block;
  margin-top: 0.35rem;
  color: #718096;
  font-size: 0.76rem;
  line-height: 1.55;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.preview-metrics span {
  min-width: 0;
  padding: 0.78rem 0.85rem;
  border-right: 1px solid var(--line-2);
  background: #fbfdfc;
}

.preview-metrics span:last-child {
  border-right: 0;
}

.preview-metrics strong,
.preview-metrics small {
  display: block;
}

.preview-metrics strong {
  color: #132033;
  font-size: 0.83rem;
  font-weight: 780;
}

.preview-metrics small {
  margin-top: 0.2rem;
  color: #7b8da0;
  font-size: 0.72rem;
}

.product-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(78rem, calc(100% - 6rem));
  margin: -1.2rem auto 0;
  position: relative;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(17, 34, 51, 0.08);
  overflow: hidden;
}

.product-bar a {
  min-width: 0;
  min-height: 4.4rem;
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--line-2);
  background: #fff;
}

.product-bar a:last-child {
  border-right: 0;
}

.product-bar a:hover {
  background: #f6fbf8;
}

.product-bar span,
.product-bar strong {
  display: block;
}

.product-bar span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 820;
}

.product-bar strong {
  margin-top: 0.22rem;
  color: #17212f;
  font-size: 0.94rem;
  font-weight: 780;
}

@media (max-width: 1100px) {
  .vendor-hero-inner {
    grid-template-columns: 1fr;
  }

  .console-preview {
    max-width: 48rem;
  }

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

@media (max-width: 760px) {
  .vendor-hero {
    min-height: auto;
    padding: 2.5rem 1rem 2rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 250, 246, 0.96) 100%),
      url("/public/cloudtokenx-logo-primary.png") center 1.5rem / 17rem auto no-repeat;
  }

  .vendor-hero-inner {
    width: 100%;
    gap: 1.6rem;
    padding-top: 4.8rem;
  }

  .vendor-hero-copy h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem);
    line-height: 1.08;
  }

  .vendor-hero-lead {
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .vendor-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vendor-text-link {
    justify-content: center;
  }

  .vendor-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .vendor-flow span {
    min-height: 2.65rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
    font-size: 0.82rem;
  }

  .vendor-flow span:nth-child(odd) {
    border-right: 1px solid var(--line-2);
  }

  .vendor-flow span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .vendor-product-tabs,
  .product-bar,
  .preview-products,
  .preview-metrics {
    grid-template-columns: 1fr;
  }

  .vendor-product-tabs a {
    min-height: 4.75rem;
  }

  .console-preview {
    width: 100%;
  }

  .preview-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .preview-sidebar {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .preview-sidebar span {
    flex: 0 0 auto;
  }

  .preview-products a {
    min-height: auto;
  }

  .preview-metrics span {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .preview-metrics span:last-child {
    border-bottom: 0;
  }

  .product-bar {
    width: calc(100% - 2rem);
    margin-top: -0.7rem;
  }

  .product-bar a {
    min-height: 3.8rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }

  .product-bar a:last-child {
    border-bottom: 0;
  }
}

/* Final landing overrides: keep the public site clean and single-CTA. */
.landing-header {
  min-height: 4.5rem;
  padding: 0 3rem;
}

.landing-logo img {
  height: 2.35rem;
  max-width: 15rem;
}

.landing-actions {
  gap: 1.15rem;
}

.landing-actions .header-primary {
  min-height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 0;
}

@media (max-width: 820px) {
  .landing-header {
    min-height: auto;
    padding: 0.8rem 1rem;
  }

  .landing-logo img {
    height: 2rem;
  }

  .landing-nav,
  .landing-actions .nav-text-link {
    display: none;
  }

  .landing-actions {
    margin-left: auto;
  }

  .landing-actions .header-primary {
    display: inline-flex;
    min-height: 2.55rem;
    border-radius: 8px;
    padding: 0 1rem;
  }
}
