:root {
  --ink: #0e1626;
  --ink-2: #16223a;
  --ink-3: #1e2d4d;
  --porcelain: #eef1f4;
  --white: #ffffff;
  --amber: #00a5e8;
  --amber-deep: #0080bd;
  --warn: #ffb224;
  --live: #2dd4a8;
  --rose: #ff6b6b;
  --mute: #8a97ad;
  --mute-dark: #5b6b85;
  --line: rgba(255, 255, 255, 0.08);
  --line-dark: rgba(14, 22, 38, 0.1);
  --radius: 14px;
  --font-display: "Archivo", sans-serif;
  --font-body: "Albert Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--ink) !important;
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
::selection {
  background: var(--amber);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--amber);
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 800;
  font-stretch: 95%;
}
.sub {
  color: var(--mute);
  font-size: 17px;
  max-width: 560px;
}
section {
  padding: 96px 0;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.d1 {
  transition-delay: 0.08s;
}
.d2 {
  transition-delay: 0.16s;
}
.d3 {
  transition-delay: 0.24s;
}
.d4 {
  transition-delay: 0.32s;
}
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 54px;
  flex-wrap: wrap;
}

.new-pageOne-2027 {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 15px;
    padding: 13px 24px;
    border-radius: 999px;
    cursor: pointer;
    border: none;
    transition:
      transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1),
      box-shadow 0.25s,
      background 0.2s;
  }
  .btn:focus-visible {
    outline: 3px solid var(--live);
    outline-offset: 3px;
  }
  .btn-amber {
    background: var(--amber);
    color: var(--ink);
    box-shadow: 0 6px 24px rgba(0, 165, 232, 0.28);
  }
  .btn-amber:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 165, 232, 0.4);
    background: #2bbcf5;
  }
  .btn-ghost {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.22);
  }
  .btn-ghost:hover {
    border-color: var(--amber);
    color: var(--amber);
    transform: translateY(-2px);
  }
  .btn-sm {
    padding: 10px 18px;
    font-size: 13.5px;
  }
  .burger {
    display: none;
    background: none;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: var(--white);
    font-size: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    top: 102px;
    left: 0;
    right: 0;
    background: var(--ink-2);
    border-bottom: 1px solid var(--line);
    z-index: 59;
    padding: 18px 24px;
    flex-direction: column;
    gap: 4px;
  }
  .mobile-menu a {
    padding: 12px 6px;
    font-weight: 600;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu.show {
    display: flex;
  }

  /* ---------- TOPBAR ---------- */
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--mute);
    border-bottom: 1px solid var(--line);
    gap: 14px;
  }
  .topbar .tleft {
    color: var(--live);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
  }
  .topbar .tright {
    display: flex;
    gap: 18px;
    white-space: nowrap;
  }
  .topbar .tright a {
    color: #c9d2e0;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .topbar .tright a:hover {
    color: var(--amber);
  }
  .topbar .wa-link {
    color: #4fe08f !important;
  }
  /* ---------- PANEL CTA CARDS ---------- */
  .pcta {
    background: linear-gradient(
      135deg,
      rgba(0, 165, 232, 0.16),
      rgba(45, 212, 168, 0.1)
    );
    border: 1px solid rgba(0, 165, 232, 0.4);
    border-radius: 12px;
    padding: 18px;
    width: 225px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: none;
  }
  .pcta b {
    font-family: var(--font-display);
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.3;
  }
  .pcta p {
    font-size: 12px;
    color: var(--mute);
    line-height: 1.5;
  }
  .pcta .btn {
    margin-top: auto;
  }
  .pcta .micro {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--live);
    letter-spacing: 0.08em;
  }
  .ppersona {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid var(--line);
    margin-top: 14px;
    padding-top: 14px;
    width: 100%;
  }
  .ppersona span {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mute);
    width: 100%;
  }
  .ppersona a {
    font-size: 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 13px;
    color: #c9d2e0;
    transition:
      border-color 0.2s,
      color 0.2s;
  }
  .ppersona a:hover {
    border-color: var(--amber);
    color: var(--amber);
  }
  /* ---------- MEGA MENU ---------- */
  .nav-links {
    display: flex;
    gap: 4px;
    font-size: 14.5px;
    font-weight: 500;
    color: #c9d2e0;
  }
  .nav-item {
    position: relative;
  }
  .nav-item > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 24px 13px;
    transition: color 0.2s;
    white-space: nowrap;
  }
  .nav-item > a .car {
    font-size: 9px;
    color: var(--mute);
    transition: transform 0.25s;
  }
  .nav-item:hover > a {
    color: var(--amber);
  }
  .nav-item:hover > a .car {
    transform: rotate(180deg);
    color: var(--amber);
  }
  .panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 28px;
    display: flex;
    gap: 36px;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.25s,
      transform 0.25s,
      visibility 0.25s;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    z-index: 70;
  }
  .nav-item:hover .panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .nav-item:last-child .panel,
  .nav-item:nth-last-child(2) .panel {
    left: auto;
    right: 0;
    transform: translateY(8px);
  }
  .nav-item:last-child:hover .panel,
  .nav-item:nth-last-child(2):hover .panel {
    transform: translateY(0);
  }
  .pcol {
    min-width: 185px;
  }
  .pcol h5 {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
  }
  .pcol a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-size: 13.5px;
    color: #c9d2e0;
    transition:
      color 0.2s,
      transform 0.2s;
  }
  .pcol a:hover {
    color: var(--amber);
    transform: translateX(4px);
  }
  .pcol a .nstar {
    font-family: var(--font-mono);
    font-size: 9px;
    color: var(--ink);
    background: var(--live);
    padding: 1px 6px;
    border-radius: 999px;
    letter-spacing: 0.06em;
  }
  .pfoot {
    grid-column: 1/-1;
    width: 100%;
    border-top: 1px solid var(--line);
    margin-top: 6px;
    padding-top: 14px;
    font-family: var(--font-mono);
    font-size: 12px;
  }
  .pfoot a {
    color: var(--amber);
  }
  .panel-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .panel-cols {
    display: flex;
    gap: 36px;
  }
  /* ---------- HERO ---------- */
  .hero {
    padding: 192px 0 70px;
    position: relative;
    overflow: hidden;
  }
  #globe3d {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
  }
  .hero-in {
    z-index: 1;
  }
  .hero-grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(
      ellipse 80% 60% at 50% 20%,
      #000 30%,
      transparent 75%
    );
  }
  .hero-glow {
    position: absolute;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(0, 165, 232, 0.13),
      transparent 65%
    );
    top: -180px;
    right: -140px;
    pointer-events: none;
    animation: drift 14s ease-in-out infinite alternate;
  }
  @keyframes drift {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(-50px, 40px);
    }
  }
  .hero-in {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    position: relative;
  }
  .hero h1 {
    font-size: clamp(38px, 5.6vw, 64px);
    font-weight: 850;
    font-stretch: 96%;
  }
  .hero h1 .hl {
    color: var(--amber);
    position: relative;
    white-space: nowrap;
  }
  .hero h1 .hl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 10px;
    background: rgba(0, 165, 232, 0.18);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    animation: underline 1s 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  }
  @keyframes underline {
    to {
      transform: scaleX(1);
    }
  }
  .hero .sub {
    margin: 22px 0 32px;
    font-size: 18px;
  }
  .hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  .hero-meta {
    display: flex;
    gap: 26px;
    margin-top: 38px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--mute);
    flex-wrap: wrap;
  }
  .hero-meta b {
    color: var(--white);
    font-weight: 600;
  }
  .terminal {
    background: linear-gradient(180deg, var(--ink-2), #111b30);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    animation: floatIn 1s 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  @keyframes floatIn {
    from {
      opacity: 0;
      transform: translateY(36px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .term-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--mute);
  }
  .term-title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--live);
    position: relative;
  }
  .dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1.5px solid var(--live);
    animation: pulse 1.8s ease-out infinite;
  }
  @keyframes pulse {
    0% {
      transform: scale(0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .live-tag {
    color: var(--live);
    letter-spacing: 0.14em;
  }
  .term-cols {
    display: grid;
    grid-template-columns: 1.1fr 1.6fr 0.8fr 0.9fr;
    gap: 10px;
    padding: 10px 18px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mute-dark);
    border-bottom: 1px solid var(--line);
  }
  .term-body {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .term-body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(transparent, #111b30);
    pointer-events: none;
  }
  .row {
    display: grid;
    grid-template-columns: 1.1fr 1.6fr 0.8fr 0.9fr;
    gap: 10px;
    padding: 11px 18px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    animation: rowIn 0.45s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  @keyframes rowIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
      background: rgba(0, 165, 232, 0.12);
    }
    to {
      opacity: 1;
      transform: none;
      background: transparent;
    }
  }
  .row .plat {
    color: var(--amber);
  }
  .row .sku {
    color: #c9d2e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .row .price {
    color: var(--white);
    font-weight: 600;
  }
  .row .st-in {
    color: var(--live);
  }
  .row .st-low {
    color: var(--warn);
  }
  .row .st-out {
    color: var(--rose);
  }
  .term-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 18px;
    border-top: 1px solid var(--line);
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--mute);
  }
  .term-foot b {
    color: var(--live);
  }

  /* ---------- MARQUEE ---------- */
  .marquee {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.018);
  }
  .marquee-track {
    display: flex;
    gap: 54px;
    width: max-content;
    animation: scroll 36s linear infinite;
    font-family: var(--font-mono);
    font-size: 13.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mute);
  }
  .marquee:hover .marquee-track {
    animation-play-state: paused;
  }
  .marquee-track span {
    display: flex;
    align-items: center;
    gap: 54px;
    white-space: nowrap;
  }
  .marquee-track i {
    font-style: normal;
    color: var(--amber);
    font-size: 9px;
  }
  @keyframes scroll {
    to {
      transform: translateX(-50%);
    }
  }

  /* ---------- STATS ---------- */
  .stats {
    padding: 80px 0;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .stat {
    background: var(--ink);
    padding: 34px 24px;
    transition: background 0.3s;
  }
  .stat:hover {
    background: var(--ink-2);
  }
  .stat .num {
    font-family: var(--font-display);
    font-weight: 850;
    font-size: clamp(28px, 3.2vw, 42px);
    letter-spacing: -0.02em;
  }
  .stat .num em {
    font-style: normal;
    color: var(--amber);
    font-size: 0.62em;
    vertical-align: 0.18em;
    margin-left: 2px;
  }
  .stat .lbl {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--mute);
    margin-top: 8px;
  }

  /* ---------- LIGHT SECTIONS ---------- */
  .light {
    background: var(--porcelain);
    color: var(--ink);
  }
  .light .sub {
    color: #4a586e;
  }
  .light .eyebrow {
    color: var(--amber-deep);
  }
  .light .eyebrow::before {
    background: var(--amber-deep);
  }

  /* ---------- VERTICAL CARDS ---------- */
  .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .card {
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    transition:
      transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
      box-shadow 0.35s;
  }
  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(14, 22, 38, 0.14);
  }
  .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--amber), var(--live));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .card:hover::before {
    transform: scaleX(1);
  }
  .card .tag {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber-deep);
    background: rgba(0, 165, 232, 0.13);
    padding: 5px 11px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 18px;
  }
  .card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  .card p {
    font-size: 15px;
    color: #4a586e;
    margin-bottom: 18px;
  }
  .card ul {
    list-style: none;
    font-size: 14px;
    color: #33415c;
  }
  .card li {
    padding: 7px 0;
    border-top: 1px dashed var(--line-dark);
    display: flex;
    gap: 9px;
    align-items: baseline;
  }
  .card li::before {
    content: "→";
    color: var(--amber-deep);
    font-family: var(--font-mono);
    font-size: 12px;
  }
  .card .ex {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--mute-dark);
    margin-top: 16px;
  }

  /* ---------- INDUSTRIES GRID ---------- */
  .ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 40px;
  }
  .ind {
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 14.5px;
    transition:
      transform 0.3s,
      border-color 0.3s,
      box-shadow 0.3s;
  }
  .ind:hover {
    transform: translateY(-4px);
    border-color: var(--amber);
    box-shadow: 0 14px 30px rgba(14, 22, 38, 0.1);
  }
  .ind .ic {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex: none;
    display: grid;
    place-items: center;
    background: rgba(0, 165, 232, 0.13);
    color: var(--amber-deep);
    font-size: 17px;
  }
  .ind small {
    display: block;
    font-weight: 500;
    font-size: 11.5px;
    color: var(--mute-dark);
    font-family: var(--font-mono);
  }

  /* ---------- AI SOLUTIONS ---------- */
  .ai-badge {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    color: var(--ink);
    background: var(--live);
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .ai-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .ai-card {
    background: linear-gradient(180deg, var(--ink-2), #121e36);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 28px;
    position: relative;
    overflow: hidden;
    transition:
      transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
      border-color 0.35s;
  }
  .ai-card:hover {
    transform: translateY(-7px);
    border-color: rgba(45, 212, 168, 0.5);
  }
  .ai-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(45, 212, 168, 0.12),
      transparent 70%
    );
    top: -60px;
    right: -60px;
    transition: transform 0.4s;
  }
  .ai-card:hover::after {
    transform: scale(1.6);
  }
  .ai-card .ic {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--live);
    letter-spacing: 0.13em;
    margin-bottom: 16px;
    display: block;
  }
  .ai-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .ai-card p {
    font-size: 14px;
    color: var(--mute);
    margin-bottom: 16px;
  }
  .ai-card .pill {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: #9fe8d5;
    border: 1px solid rgba(45, 212, 168, 0.3);
    border-radius: 999px;
    padding: 4px 10px;
    display: inline-block;
    margin: 3px 4px 0 0;
  }
  .ai-card.wide {
    grid-column: span 1;
  }

  /* ---------- SOLUTIONS STRIP ---------- */
  .sol-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 44px;
  }
  .sol {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.02);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: center;
    transition:
      border-color 0.25s,
      transform 0.25s;
  }
  .sol:hover {
    border-color: var(--amber);
    transform: translateY(-3px);
  }
  .sol i {
    font-style: normal;
    color: var(--amber);
    font-family: var(--font-mono);
    font-size: 15px;
  }
  @media (max-width: 1020px) {
    .ai-grid {
      grid-template-columns: 1fr 1fr;
    }
    .sol-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 620px) {
    .ai-grid,
    .sol-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ---------- 3D PIPELINE ---------- */
  .pipe-sec {
    padding: 70px 0 60px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: radial-gradient(
      ellipse 70% 90% at 50% 50%,
      rgba(0, 165, 232, 0.05),
      transparent
    );
  }
  .pipe-wrap {
    position: relative;
  }
  #pipe3d {
    display: block;
    width: 100%;
    height: 340px;
  }
  .pipe-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    color: var(--mute);
    gap: 10px;
    flex-wrap: wrap;
  }
  .pipe-labels span {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .pipe-labels i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .pipe-sec {
      display: none;
    }
  }
  /* ---------- DATASETS ---------- */
  .ds-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .ds {
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 24px;
    transition:
      transform 0.3s,
      border-color 0.3s;
    position: relative;
    overflow: hidden;
  }
  .ds:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 165, 232, 0.45);
  }
  .ds .ic {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--live);
    letter-spacing: 0.12em;
    margin-bottom: 14px;
    display: block;
  }
  .ds h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .ds p {
    font-size: 13.5px;
    color: var(--mute);
  }
  .ds .go {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--amber);
    margin-top: 16px;
    display: inline-block;
    transition: gap 0.3s;
  }
  .ds:hover .go {
    text-decoration: underline;
  }

  /* ---------- PROCESS ---------- */
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    counter-reset: step;
  }
  .step {
    position: relative;
    padding: 30px 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--ink-2);
    transition:
      border-color 0.3s,
      transform 0.3s;
  }
  .step:hover {
    border-color: rgba(0, 165, 232, 0.4);
    transform: translateY(-5px);
  }
  .step::before {
    counter-increment: step;
    content: "0" counter(step);
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--amber);
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 16px;
  }
  .step h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .step p {
    font-size: 14px;
    color: var(--mute);
  }
  .step .t {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--live);
    margin-top: 14px;
    letter-spacing: 0.1em;
  }

  /* ---------- CASE STUDIES ---------- */
  .cs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .cs {
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    overflow: hidden;
    transition:
      transform 0.35s,
      box-shadow 0.35s;
    display: flex;
    flex-direction: column;
  }
  .cs:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(14, 22, 38, 0.14);
  }
  .cs-top {
    padding: 30px 28px 0;
  }
  .cs .tag {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber-deep);
    background: rgba(0, 165, 232, 0.13);
    padding: 5px 11px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 16px;
  }
  .cs h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .cs p {
    font-size: 14px;
    color: #4a586e;
  }
  .cs-metric {
    margin-top: auto;
    padding: 22px 28px;
    border-top: 1px solid var(--line-dark);
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  .cs-metric b {
    font-family: var(--font-display);
    font-weight: 850;
    font-size: 34px;
    color: var(--ink);
    letter-spacing: -0.02em;
  }
  .cs-metric span {
    font-size: 12.5px;
    color: var(--mute-dark);
    line-height: 1.4;
  }
  .cs-link {
    padding: 0 28px 26px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--amber-deep);
  }
  .cs:hover .cs-link {
    text-decoration: underline;
  }

  /* ---------- TESTIMONIALS ---------- */
  .tst-wrap {
    position: relative;
    overflow: hidden;
  }
  .tst-track {
    display: flex;
    gap: 22px;
    transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .tst {
    flex: 0 0 calc(50% - 11px);
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 34px;
  }
  .tst .q {
    font-size: 16px;
    color: #d6deea;
    line-height: 1.7;
  }
  .tst .q::before {
    content: "“";
    font-family: var(--font-display);
    font-size: 46px;
    color: var(--amber);
    display: block;
    line-height: 0.6;
    margin-bottom: 14px;
  }
  .tst .who {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .tst .av {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex: none;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 16px;
    background: linear-gradient(135deg, var(--amber), var(--live));
    color: var(--ink);
  }
  .tst .who b {
    display: block;
    font-size: 14.5px;
  }
  .tst .who span {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--mute);
  }
  .tst-nav {
    display: flex;
    gap: 10px;
    margin-top: 28px;
  }
  .tst-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    transition:
      border-color 0.2s,
      color 0.2s,
      transform 0.2s;
  }
  .tst-btn:hover {
    border-color: var(--amber);
    color: var(--amber);
    transform: translateY(-2px);
  }

  /* ---------- ANSWER / FAQ ---------- */
  .answer {
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .answer h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
  }
  .answer > div > p {
    color: #c9d2e0;
    font-size: 15.5px;
  }
  .faq-item {
    border-bottom: 1px solid var(--line);
  }
  .faq-q {
    width: 100%;
    background: none;
    border: none;
    color: var(--white);
    text-align: left;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    padding: 18px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
  }
  .faq-q span {
    transition: transform 0.3s;
    color: var(--amber);
    font-size: 20px;
    flex: none;
  }
  .faq-item.open .faq-q span {
    transform: rotate(45deg);
  }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: var(--mute);
    font-size: 14.5px;
  }
  .faq-item.open .faq-a {
    max-height: 240px;
  }
  .faq-a p {
    padding: 0 0 18px;
  }

  /* ---------- TRUST + AWARDS ---------- */
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .trust {
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    padding: 30px;
    transition:
      transform 0.3s,
      box-shadow 0.3s;
  }
  .trust:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(14, 22, 38, 0.12);
  }
  .trust .ic {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: rgba(0, 165, 232, 0.14);
    color: var(--amber-deep);
    font-size: 20px;
    margin-bottom: 18px;
  }
  .trust h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .trust p {
    font-size: 14.5px;
    color: #4a586e;
  }
  .awards {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 46px;
    justify-content: center;
  }
  .award {
    font-family: var(--font-mono);
    font-size: 12.5px;
    letter-spacing: 0.1em;
    border: 1.5px solid var(--line-dark);
    border-radius: 999px;
    padding: 11px 22px;
    color: #33415c;
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 9px;
    transition:
      border-color 0.2s,
      transform 0.2s;
  }
  .award:hover {
    border-color: var(--amber);
    transform: translateY(-2px);
  }
  .award i {
    font-style: normal;
    color: var(--amber-deep);
  }

  /* ---------- DELIVERY FORMATS ---------- */
  .formats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 36px;
  }
  .fmt {
    font-family: var(--font-mono);
    font-size: 13px;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 11px 18px;
    color: #c9d2e0;
    background: rgba(255, 255, 255, 0.02);
    transition:
      border-color 0.2s,
      color 0.2s;
  }
  .fmt:hover {
    border-color: var(--live);
    color: var(--live);
  }

  /* ---------- BLOG ---------- */
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .post {
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    overflow: hidden;
    transition:
      transform 0.35s,
      box-shadow 0.35s;
  }
  .post:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(14, 22, 38, 0.13);
  }
  .post-img {
    height: 160px;
    position: relative;
    overflow: hidden;
  }
  .post-img::after {
    content: attr(data-label);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.85);
  }
  .pi-1 {
    background:
      linear-gradient(135deg, #1e2d4d, #0e1626 60%),
      radial-gradient(
        circle at 80% 20%,
        rgba(0, 165, 232, 0.4),
        transparent 55%
      );
  }
  .pi-2 {
    background:
      linear-gradient(135deg, #14352e, #0e1626 60%),
      radial-gradient(
        circle at 20% 80%,
        rgba(45, 212, 168, 0.35),
        transparent 55%
      );
  }
  .pi-3 {
    background:
      linear-gradient(135deg, #3a2a10, #0e1626 60%),
      radial-gradient(
        circle at 70% 70%,
        rgba(255, 107, 107, 0.3),
        transparent 55%
      );
  }
  .post-body {
    padding: 24px 26px 28px;
  }
  .post .meta {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mute-dark);
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
  }
  .post h3 {
    font-size: 17.5px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .post p {
    font-size: 14px;
    color: #4a586e;
  }

  /* ---------- OFFICES ---------- */
  .offices {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .office {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    background: var(--ink-2);
    transition:
      border-color 0.3s,
      transform 0.3s;
  }
  .office:hover {
    border-color: rgba(45, 212, 168, 0.45);
    transform: translateY(-4px);
  }
  .office .flag {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .office h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
  }
  .office p {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--mute);
    line-height: 1.8;
  }
  .office .tz {
    color: var(--live);
  }

  /* ---------- FOOTER ---------- */
  footer {
    border-top: 1px solid var(--line);
    padding: 64px 0 38px;
    color: var(--mute);
    font-size: 14px;
  }
  .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr 1.1fr;
    gap: 34px;
    margin-bottom: 46px;
  }
  .foot-grid h4 {
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 16px;
  }
  .foot-grid a {
    display: block;
    padding: 5px 0;
    transition: color 0.2s;
  }
  .foot-grid a:hover {
    color: var(--amber);
  }
  .foot-contact {
    font-family: var(--font-mono);
    font-size: 13px;
    line-height: 2;
  }
  .foot-contact b {
    color: var(--white);
  }
  .socials {
    display: flex;
    gap: 10px;
    margin-top: 18px;
  }
  .soc {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    font-family: var(--font-mono);
    font-size: 12px;
    transition:
      border-color 0.2s,
      color 0.2s,
      transform 0.2s;
  }
  .soc:hover {
    border-color: var(--amber);
    color: var(--amber);
    transform: translateY(-3px);
  }
  .foot-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--line);
    padding-top: 26px;
    font-family: var(--font-mono);
    font-size: 12px;
    flex-wrap: wrap;
  }

  /* ---------- FLOATING ---------- */
  .float-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 55;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    transition: transform 0.25s;
    font-size: 26px;
  }
  .float-wa:hover {
    transform: scale(1.1);
  }
  .to-top {
    position: fixed;
    right: 26px;
    bottom: 92px;
    z-index: 55;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ink-3);
    border: 1px solid var(--line);
    color: var(--white);
    font-size: 17px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 0.3s,
      transform 0.25s;
  }
  .to-top.show {
    opacity: 1;
    pointer-events: auto;
  }
  .to-top:hover {
    transform: translateY(-3px);
    border-color: var(--amber);
    color: var(--amber);
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 1020px) {
    .hero-in,
    .answer,
    .cta-box {
      grid-template-columns: 1fr;
    }
    .stats-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .cards,
    .trust-grid,
    .cs-grid,
    .blog-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ds-grid,
    .ind-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .steps,
    .offices {
      grid-template-columns: 1fr 1fr;
    }
    .foot-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta {
      display: none;
    }
    .burger {
      display: block;
    }
    .tst {
      flex: 0 0 100%;
    }
  }
  @media (max-width: 620px) {
    section {
      padding: 64px 0;
    }
    .hero {
      padding: 150px 0 50px;
    }
    .topbar .tright a span {
      display: none;
    }
    .cards,
    .trust-grid,
    .cs-grid,
    .blog-grid,
    .steps,
    .offices,
    .ds-grid,
    .ind-grid,
    .stats-grid {
      grid-template-columns: 1fr;
    }
    .cta-box {
      padding: 42px 26px;
    }
    .term-cols div:nth-child(4),
    .row div:nth-child(4) {
      display: none;
    }
    .term-cols,
    .row {
      grid-template-columns: 1fr 1.6fr 0.8fr;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation: none !important;
      transition: none !important;
    }
    .reveal {
      opacity: 1;
      transform: none;
    }
  }

  /* ---------- ARTICLE ---------- */
  .art-hero {
    padding: 158px 0 44px;
    position: relative;
    overflow: hidden;
  }
  .art-hero .hero-glow {
    top: -240px;
    right: -200px;
  }
  .crumbs {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--mute);
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .crumbs a {
    color: #c9d2e0;
    transition: color 0.2s;
  }
  .crumbs a:hover {
    color: var(--amber);
  }
  .crumbs span {
    color: var(--mute-dark);
  }
  .art-meta {
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mute);
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 18px 0 0;
  }
  .art-meta b {
    color: var(--live);
  }
  .art-hero h1 {
    font-size: clamp(30px, 4.2vw, 50px);
    font-weight: 850;
    font-stretch: 96%;
    max-width: 880px;
  }
  .art-hero .dek {
    color: var(--mute);
    font-size: 18px;
    max-width: 720px;
    margin-top: 18px;
    line-height: 1.65;
  }
  .answer-box {
    margin-top: 28px;
    background: linear-gradient(
      135deg,
      rgba(0, 165, 232, 0.1),
      rgba(45, 212, 168, 0.06)
    );
    border: 1px solid rgba(0, 165, 232, 0.35);
    border-left: 3px solid var(--amber);
    border-radius: 12px;
    padding: 22px 26px;
    max-width: 780px;
  }
  .answer-box p {
    color: #dce4ef;
    font-size: 16.5px;
    line-height: 1.7;
  }
  .answer-box .al {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--live);
    display: block;
    margin-bottom: 10px;
  }
  .art-layout {
    display: grid;
    /* grid-template-columns: 230px minmax(0, 720px); */
    grid-template-columns: 230px 1fr;
    gap: 56px;
    align-items: start;
  }
  .toc {
    position: sticky;
    top: 98px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 20px 22px;
    background: var(--ink-2);
  }
  .toc h4 {
    font-family: var(--font-mono);
    font-size: 10.5px !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mute-dark) !important;
  }
  .toc a {
    display: block;
    font-size: 13px;
    color: #c9d2e0;
    padding: 6px 0;
    border-left: 2px solid transparent;
    padding-left: 12px;
    margin-left: -12px;
    transition:
      color 0.2s,
      border-color 0.2s;
    line-height: 1.4;
  }
  .toc a:hover {
    color: var(--amber);
    border-color: var(--amber);
  }
  article.prose {
    font-size: 16.5px;
    color: #c9d2e0;
    line-height: 1.75;
  }
  article.prose h2 {
    font-size: clamp(23px, 2.6vw, 30px);
    color: var(--white) !important;
    margin: 52px 0 18px;
    scroll-margin-top: 110px;
  }
  article.prose h3 {
    font-size: 19px;
    color: var(--white);
    margin: 34px 0 12px;
    font-weight: 800;
  }
  article.prose p {
    margin-bottom: 18px;
  }
  article.prose a {
    color: var(--amber);
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 165, 232, 0.35);
  }
  article.prose ul,
  article.prose ol {
    margin: 0;
  }
  article.prose li {
    margin-bottom: 9px;
  }
  article.prose strong {
    color: var(--white);
  }
  .kt {
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-left: 3px solid var(--live);
    border-radius: 12px;
    padding: 22px 26px;
    margin: 8px 0 34px;
  }
  .kt h4 {
    font-family: var(--font-mono);
    font-size: 10.5px !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--live) !important;
    margin-bottom: 12px;
  }
  .kt ul {
    margin: 0 0 0 20px;
  }
  .kt li {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .cmp-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--ink-2);
    margin: 24px 0 30px;
  }
  table.cmp {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 560px;
  }
  table.cmp th {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 13.5px;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    color: var(--white);
    background: rgba(0, 165, 232, 0.07);
  }
  table.cmp td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
    color: #c9d2e0;
    vertical-align: top;
    line-height: 1.55;
  }
  table.cmp tr:last-child td {
    border-bottom: none;
  }
  table.cmp .yes {
    color: var(--live);
    font-weight: 600;
  }
  .cmp .no {
    color: var(--rose);
  }
  .inline-cta {
    background: linear-gradient(
      135deg,
      rgba(0, 165, 232, 0.14),
      rgba(45, 212, 168, 0.08)
    );
    border: 1px solid rgba(0, 165, 232, 0.4);
    border-radius: var(--radius);
    padding: 26px 30px;
    margin: 38px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
  }
  .inline-cta h4 {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 800;
    color: var(--white) !important;
  }
  .inline-cta p {
    font-size: 13.5px;
    color: var(--mute);
    margin: 6px 0 0;
    max-width: 440px;
  }
  blockquote {
    border-left: 3px solid var(--warn);
    padding: 4px 0 4px 22px;
    margin: 26px 0;
    color: #dce4ef;
    font-size: 17px;
    font-style: italic;
  }
  .src {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--mute-dark);
  }
  .faq-wrap {
    /* max-width: 820px; */
  }
  .next-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 26px;
  }
  @media (max-width: 980px) {
    .art-layout {
      display: block;
    }
    .toc {
      position: static;
      display: none;
    }
  }
  @media (max-width: 600px) {
    .art-hero {
      padding: 40px 0 20px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  .bar-chart {
    margin: 24px 0 8px;
    display: grid;
    gap: 11px;
  }
  .bar-row {
    display: grid;
    grid-template-columns: 130px 1fr 54px;
    align-items: center;
    gap: 14px;
  }
  .bar-label {
    font-size: 13.5px;
    color: #c9d2e0;
    text-align: right;
  }
  .bar-track {
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    overflow: hidden;
  }
  .bar-fill {
    display: block;
    height: 100%;
    border-radius: 6px;
  }
  .bar-val {
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--white);
    font-weight: 600;
  }
  .data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    font-size: 14.5px;
  }
  .data-table caption {
    caption-side: bottom;
    font-size: 12px;
    color: var(--mute);
    margin-top: 10px;
    text-align: left;
    font-style: italic;
  }
  .data-table th {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 2px solid var(--line);
    color: var(--amber);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 13.5px;
  }
  .data-table td {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #dce4ef;
  }
  .data-table tr:last-child td {
    border-bottom: none;
  }
  .method-note {
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-left: 3px solid var(--live);
    border-radius: 0 12px 12px 0;
    padding: 18px 22px;
    font-size: 13.5px;
    color: var(--mute);
    line-height: 1.65;
    margin: 22px 0;
  }
  @media (max-width: 600px) {
    .bar-row {
      grid-template-columns: 96px 1fr 46px;
      gap: 9px;
    }
    .bar-label {
      font-size: 12px;
    }
  }
}

.new-BlogInner-2027 {
  .prose img {
    border-radius: 12px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .new-BlogInner-2027 .art-hero {
    padding-top: 120px;
  }
}
