/* WiseBot 单页（与 gamma 站内容对齐） */

.wb-page {
  background: #0a0a0a;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.wb-page .wb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Hero */
.wb-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.wb-hero .wb-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.wb-hero .wb-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.wb-hero .wb-co {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 12px;
  letter-spacing: 0.16em;
}

.wb-hero .wb-brand {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  line-height: 1.05;
  background: linear-gradient(120deg, #fff 0%, #7dd3fc 50%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wb-hero .wb-h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 32px;
  color: #fff;
  letter-spacing: 0.04em;
}

.wb-hero .wb-bar {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #22d3ee, transparent);
  margin: 0 auto 28px;
  border: none;
}

.wb-hero .wb-lead {
  font-size: 22px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 760px;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* Section */
.wb-section {
  padding: 88px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ─── Global section-header alignment ───────────
   All eyebrow / h2 / sub inside any non-hero,
   non-CTA section are left-aligned and start at
   the same X position as the card grid below.
   ─────────────────────────────────────────────── */
.wb-section .wb-eyebrow,
.wb-bg-section .wb-eyebrow,
.wb-section--split .wb-eyebrow {
  display: block;
  text-align: left;
}

.wb-section .wb-h2,
.wb-bg-section .wb-h2 {
  text-align: left;
}

.wb-section .wb-sub,
.wb-bg-section .wb-sub {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 820px;
}

.wb-section--alt {
  background: linear-gradient(180deg, #0a0a0a 0%, #0c1220 50%, #0a0a0a 100%);
}

.wb-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #22d3ee;
  margin-bottom: 20px;
}

.wb-h2 {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 20px;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
}

.wb-h2--left {
  text-align: left;
}

.wb-sub {
  text-align: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 800px;
  margin: 0 auto 56px;
  line-height: 1.7;
}

.wb-sub--left {
  text-align: left;
  margin-left: 0;
  margin-bottom: 36px;
  font-size: 17px;
}

/* Grids */
.wb-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.wb-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.wb-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

@media (min-width: 900px) {
  .wb-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wb-card {
  background: rgba(20, 28, 46, 0.65);
  border: 1px solid rgba(100, 200, 255, 0.12);
  border-radius: 16px;
  padding: 36px 32px;
  transition: border-color 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
}

.wb-card:hover {
  border-color: rgba(34, 211, 238, 0.35);
  transform: translateY(-3px);
}

.wb-card h3,
.wb-card .wb-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.35;
}

.wb-card p,
.wb-card .wb-card-body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.8;
  flex: 1;
}

/* Team bullets */
.wb-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  max-width: 860px;
}

.wb-bullets li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.wb-bullets li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #22d3ee;
}

/* Founder */
.wb-founder-head {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 32px;
  color: #fff;
}

.wb-statrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 700px) {
  .wb-statrow {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wb-stat {
  text-align: center;
  padding: 36px 28px;
  background: rgba(20, 28, 46, 0.5);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wb-stat .wb-stat-k {
  font-size: 15px;
  color: #22d3ee;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wb-stat .wb-stat-v {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin: 0;
}

/* Evolution 1-5 */
.wb-evo {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wb-evo-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: start;
}

.wb-evo-item:last-of-type {
  border-bottom: none;
}

.wb-evo-num {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.35);
  color: #22d3ee;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wb-evo-item h3 {
  font-size: 18px;
  margin: 0 0 6px;
  color: #fff;
}

.wb-evo-item .wb-evo-st {
  font-size: 14px;
  color: #94a3b8;
  margin: 0 0 8px;
}

.wb-evo-item .wb-evo-d {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.wb-evo-proposed {
  margin-top: 32px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.08) 0%, rgba(20, 28, 46, 0.8) 100%);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 12px;
  text-align: center;
}

.wb-evo-proposed p {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* Pipeline 3 */
.wb-pipe-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 800px) {
  .wb-pipe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wb-pipe-card {
  text-align: center;
  padding: 28px 20px;
}

.wb-pipe-card .wb-ico {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Sub product blocks */
.wb-block {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wb-block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.wb-block-h {
  text-align: center;
  margin-bottom: 8px;
}

.wb-block-h .wb-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, 0.35);
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.wb-block-h h3 {
  font-size: 22px;
  margin: 0 0 8px;
  color: #fff;
}

.wb-block-h p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 24px;
}

/* Ordered bypass */
.wb-ol {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  counter-reset: wb;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wb-ol li {
  counter-increment: wb;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin: 0;
}

.wb-ol li::before {
  content: counter(wb, decimal-leading-zero);
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
  background: #22d3ee;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Product showcase */
.wb-show-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

@media (min-width: 900px) {
  .wb-show-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wb-show-3 .wb-pill {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 8px;
  line-height: 1.6;
  padding: 4px 0;
}

/* Product hardware */
.wb-hw {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (min-width: 800px) {
  .wb-hw {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wb-hw-card {
  background: rgba(20, 28, 46, 0.55);
  border-radius: 12px;
  border: 1px solid rgba(100, 200, 255, 0.1);
  overflow: hidden;
}

.wb-hw-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  background: #111;
}

.wb-hw-body {
  padding: 28px 24px;
}

.wb-hw-body h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #fff;
  line-height: 1.3;
}

.wb-hw-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wb-hw-body li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
  padding: 7px 0 7px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
}

.wb-hw-body li:last-child {
  border-bottom: none;
}

.wb-hw-body li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #22d3ee;
  font-size: 20px;
  line-height: 1.2;
}

/* Cases */
.wb-cases-hero {
  text-align: center;
  margin-bottom: 32px;
}

.wb-cases-nums {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.wb-cases-nums .wb-big {
  font-size: 64px;
  font-weight: 900;
  color: #22d3ee;
  line-height: 1;
  display: block;
  letter-spacing: -0.02em;
}

.wb-cases-nums .wb-lb {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 10px;
  text-align: center;
}

.wb-case {
  text-align: left;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 40px 40px;
  background: rgba(20, 28, 46, 0.55);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wb-case .wb-cn {
  font-size: 13px;
  color: #22d3ee;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wb-case h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
  line-height: 1.3;
}

.wb-case dl {
  margin: 0;
  display: grid;
  gap: 16px;
}

.wb-case dt {
  font-size: 13px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.wb-case dd {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.75;
}

.wb-case dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* Modes */
.wb-modes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 800px) {
  .wb-modes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wb-mode {
  text-align: center;
  padding: 48px 36px;
}

.wb-mode h4 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.3;
}

.wb-mode p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.8;
}

/* Closing CTA */
.wb-cta-big {
  text-align: center;
  padding: 120px 40px;
  background: linear-gradient(180deg, #0a0f1e 0%, #121830 100%);
  border-top: 1px solid rgba(34, 211, 238, 0.15);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wb-cta-big h2 {
  font-size: 52px;
  font-weight: 800;
  margin: 0 0 20px;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.wb-cta-big > p,
.wb-cta-big > div > p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  line-height: 1.6;
}

/* Values 4 */
.wb-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
  max-width: 880px;
  margin: 64px auto 0;
  text-align: left;
}

.wb-values .wb-vk {
  font-size: 16px;
  color: #22d3ee;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}

.wb-values .wb-vt {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.7;
}

/* ─── Background sections ────────────────────── */
.wb-bg-section {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wb-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 18, 0.72);
  z-index: 0;
}

/* ─── Split layout (image + content) ────────── */
.wb-section--split {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  min-height: 100vh;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wb-split-img {
  flex: 0 0 46%;
  max-width: 46%;
  position: relative;
  overflow: hidden;
}

.wb-split-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wb-split-content {
  flex: 1;
  padding: 72px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(135deg, #0c1220 0%, #0a0a0a 100%);
  min-height: 100vh;
}

/* Header group: badge + title + sub */
.wb-sc-hd {
  flex-shrink: 0;
}

.wb-sc-hd .wb-badge {
  margin-bottom: 14px;
}

.wb-sc-hd .wb-h2--left {
  margin-bottom: 14px;
}

.wb-sc-hd .wb-sub--left {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .wb-section--split {
    flex-direction: column !important;
    min-height: auto;
  }
  .wb-split-img {
    flex: 0 0 auto;
    max-width: 100%;
    height: 50vw;
    min-height: 260px;
    position: relative;
  }
  .wb-split-img img {
    position: absolute;
  }
  .wb-split-content {
    min-height: auto;
    padding: 48px 28px;
  }
}

/* ─── Platform screenshots ────────────────────── */
.wb-screens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.wb-screens img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(100, 200, 255, 0.15);
  display: block;
}

@media (max-width: 700px) {
  .wb-screens {
    grid-template-columns: 1fr;
  }
}

/* ─── Team cards ─────────────────────────────── */
.wb-team-card {
  text-align: left;
}

.wb-team-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 18px;
  display: block;
  border: 2px solid rgba(34, 211, 238, 0.35);
}

.wb-bullets--center {
  margin: 0 0 36px;
}

/* ─── Advantage cards with image ──────────────── */
.wb-adv-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(34, 211, 238, 0.06);
  padding: 8px;
}

/* ─── Case inner layout ──────────────────────── */
.wb-case-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.wb-case-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  border: 1px solid rgba(34, 211, 238, 0.2);
}

@media (max-width: 600px) {
  .wb-case-inner {
    flex-direction: column;
    gap: 16px;
  }
  .wb-case-img {
    width: 80px;
    height: 80px;
  }
}

/* ─── CTA Buttons ─────────────────────────────── */
.wb-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 100%);
  color: #0a0a0a;
  text-decoration: none;
  transition: opacity 0.18s, transform 0.18s;
  cursor: pointer;
  border: none;
}

.wb-cta-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.wb-cta-btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(34, 211, 238, 0.5);
  color: #fff;
}

.wb-cta-btn--ghost:hover {
  background: rgba(34, 211, 238, 0.1);
}

/* ─── Card icon ─────────────────────────────────── */
.wb-card-icon {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

/* ─── Core Advantages ────────────────────────── */
.wb-advantage-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  margin: 0;
}

.wb-advantage-card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  background: rgba(20, 28, 46, 0.6);
  border: 1px solid rgba(100, 200, 255, 0.14);
  border-radius: 12px;
  transition: border-color 0.2s;
}

.wb-advantage-card:hover {
  border-color: rgba(34, 211, 238, 0.3);
}

.wb-adv-num {
  font-size: 52px;
  font-weight: 900;
  color: rgba(34, 211, 238, 0.22);
  line-height: 1;
  flex-shrink: 0;
  width: 80px;
  text-align: right;
  padding-right: 12px;
  border-right: 2px solid rgba(34, 211, 238, 0.18);
  letter-spacing: -0.02em;
}

.wb-advantage-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.35;
}

.wb-advantage-card p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.8;
}

/* ─── Product section header ─────────────────── */
.wb-product-block {
  padding: 72px 0;
}

.wb-product-header {
  text-align: left;
  margin-bottom: 48px;
}

.wb-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, 0.4);
  border-radius: 20px;
  padding: 6px 18px;
  margin-bottom: 16px;
}

.wb-product-lead {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.68);
  margin: -8px 0 0;
  max-width: 760px;
  text-align: left;
  line-height: 1.7;
}

/* ─── Bypass steps ───────────────────────────── */
.wb-bypass-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
  margin: 0;
  flex: 1;           /* stretch to fill middle space */
  justify-content: center;
}

.wb-bypass-step {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wb-bypass-step:last-child {
  border-bottom: none;
}

.wb-step-num {
  font-size: 40px;
  font-weight: 900;
  color: #22d3ee;
  flex-shrink: 0;
  width: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.wb-bypass-step strong {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  line-height: 1.4;
}

.wb-patent {
  font-size: 14px;
  color: rgba(34, 211, 238, 0.8);
  font-weight: 500;
}

/* The bypass note is a callout pinned to the bottom
   of the split-content column via space-between */
.wb-bypass-note {
  display: block;
  text-align: center;
  font-size: 18px;
  color: rgba(34, 211, 238, 0.95);
  font-weight: 700;
  width: 100%;
  margin: 0;
  padding: 28px 36px;
  background: rgba(34, 211, 238, 0.08);
  border-radius: 14px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  letter-spacing: 0.02em;
  line-height: 1.6;
  flex-shrink: 0;
}

/* ─── Algorithm list ─────────────────────────── */
.wb-algo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  justify-content: space-evenly;
}

.wb-algo-list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  flex-wrap: wrap;
}

.wb-algo-list li:last-child {
  border-bottom: none;
}

.wb-algo-title {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.wb-algo-sep {
  color: #22d3ee;
  flex-shrink: 0;
}

/* ─── Platform features ──────────────────────── */
.wb-platform-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto 32px;
}

.wb-pf {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(20, 28, 46, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.wb-pf-dot {
  width: 8px;
  height: 8px;
  background: #22d3ee;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.wb-pf strong {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}

.wb-pf span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* ─── Cases list ─────────────────────────────── */
.wb-cases-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ─── Mode tag ───────────────────────────────── */
.wb-mode-icon {
  font-size: 52px;
  margin-bottom: 24px;
  display: block;
  line-height: 1;
}

.wb-mode-tag {
  font-size: 15px !important;
  color: rgba(34, 211, 238, 0.75) !important;
  margin-top: 16px !important;
  font-style: italic;
}

/* ─── Closing domain ─────────────────────────── */
.wb-closing-domain {
  margin-top: 24px !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ─── Founder section ────────────────────────── */
.wb-founder {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wb-founder h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: 0 0 28px;
}

/* ─── Divider bar ────────────────────────────── */
.wb-bar {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #22d3ee, rgba(34,211,238,0.2));
  margin: 0 0 36px;
  border: none;
  border-radius: 2px;
}

/* hero bar stays centered */
.wb-hero .wb-bar {
  margin: 0 auto 28px;
  background: linear-gradient(90deg, transparent, #22d3ee, transparent);
}

/* ─── Responsive ─────────────────────────────── */
@media (max-width: 640px) {
  .wb-grid-2,
  .wb-grid-3,
  .wb-grid-4,
  .wb-values {
    grid-template-columns: 1fr;
  }

  .wb-hero .wb-brand {
    font-size: 52px;
  }

  .wb-hero .wb-h1 {
    font-size: 20px;
  }

  .wb-h2 {
    font-size: 32px;
  }

  .wb-sub {
    font-size: 16px;
  }

  .wb-cta-big h2 {
    font-size: 34px;
  }

  .wb-page .wb-inner {
    padding: 0 20px;
  }

  .wb-advantage-card {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }

  .wb-adv-num {
    width: auto;
    border-right: none;
    border-bottom: 2px solid rgba(34, 211, 238, 0.2);
    padding-right: 0;
    padding-bottom: 8px;
    font-size: 32px;
  }

  .wb-algo-list li {
    flex-direction: column;
    gap: 4px;
  }

  .wb-bypass-step {
    padding: 18px 20px;
  }
}
