/*
Theme Name: PolyPlus-CA (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Mono:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=DM+Mono:wght@400;500&display=swap');

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */
/* ── RESET & TOKENS ─────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --ink: #0a0c0f;
  --ink2: #1c2128;
  --ink3: #2e3540;
  --muted: #64748b;
  --rule: rgba(255, 255, 255, 0.08);
  --rule-dk: rgba(0, 0, 0, 0.1);
  --gold: #5be584;
  --gold2: #8cf0ab;
  --teal: #5be584;
  --teal2: #15d4b8;
  --danger: #e8503a;
  --bg: #07090d;
  --bg2: #0d1117;
  --bg3: #111720;
  --surface: #161d28;
  --surface2: #1c2535;
  --txt: #e8ecf0;
  --txt2: #9aaab8;
  --txt3: #5c6f82;
  --font-disp: 'Space Grotesk', sans-serif;
  --font-body: 'IBM Plex Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --r: 6px;
  --r2: 12px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/* ── UTILITY ───────────────────────────────────────────── */
.mono {
  font-family: var(--font-mono);
}
.gold {
  color: var(--gold);
}
.teal {
  color: var(--teal);
}
.muted {
  color: var(--txt2);
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(91, 229, 132, 0.3);
  color: var(--gold);
  background: rgba(91, 229, 132, 0.07);
}
.tag.teal-tag {
  border-color: rgba(91, 229, 132, 0.3);
  color: var(--teal);
  background: rgba(91, 229, 132, 0.07);
}
.tag.red-tag {
  border-color: rgba(232, 80, 58, 0.3);
  color: var(--danger);
  background: rgba(232, 80, 58, 0.07);
}
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 99px;
  cursor: pointer;
  border: none;
  transition: all 0.2s var(--ease);
  letter-spacing: 0.01em;
}
.btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.btn-primary:hover {
  background: var(--gold2);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--txt);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}
.btn-teal {
  background: var(--teal);
  color: var(--ink);
}
.btn-teal:hover {
  background: var(--teal2);
  transform: translateY(-1px);
}
/* ── NOISE GRAIN OVERLAY ───────────────────────────────── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
/* ── NAV ────────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(7, 9, 13, 0.7) 0%,
    rgba(7, 9, 13, 0.2) 70%,
    transparent 100%
  );
  backdrop-filter: blur(2px);
  border-bottom: none;
  transition:
    background 0.3s,
    height 0.3s var(--ease);
}
nav.shrink {
  height: 72px;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-mono);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
}
.nav-links a {
  font-size: 15px;
  color: var(--txt2);
  letter-spacing: 0.02em;
  transition: color 0.2s;
  font-weight: 400;
}
.nav-links a:hover {
  color: var(--txt);
}
.nav-links a.active {
  color: var(--gold);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* ── HERO ────────────────────────────────────────────────── */
#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 152px 48px 56px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-start-playback-button,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to right,
      rgba(7, 9, 13, 0.88) 0%,
      rgba(7, 9, 13, 0.6) 38%,
      rgba(7, 9, 13, 0.15) 72%,
      rgba(7, 9, 13, 0.05) 100%
    ),
    linear-gradient(
      to bottom,
      transparent 45%,
      rgba(7, 9, 13, 0.55) 82%,
      var(--bg) 100%
    );
}
/* Grid overlay */
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 80% 60% at 70% 30%,
    #000 30%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 60% at 70% 30%,
    #000 30%,
    transparent 75%
  );
  opacity: 0.5;
}
/* Radial glow spots */
.hero-glow1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -100px;
  right: 10%;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.08) 0%,
    transparent 70%
  );
  animation: pulse1 6s ease-in-out infinite;
}
.hero-glow2 {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  bottom: -50px;
  left: 5%;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.07) 0%,
    transparent 70%
  );
  animation: pulse2 8s ease-in-out infinite;
}
@keyframes pulse1 {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes pulse2 {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.2s forwards;
}
.hero-eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.hero-title {
  font-family: var(--font-disp);
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.35s forwards;
}
.hero-title .accent {
  color: var(--gold);
}
.hero-title .accent2 {
  color: var(--teal);
}
.hero-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.5s forwards;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.65s forwards;
}
.hero-stats {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.8s forwards;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 32px;
  border-left: 1px solid var(--rule);
}
.stat-item:first-child {
  border-left: none;
  padding-left: 0;
}
.stat-val {
  font-family: var(--font-disp);
  font-size: 42px;
  letter-spacing: 0.02em;
  color: var(--txt);
  line-height: 1;
}
.stat-val .unit {
  font-size: 22px;
  color: var(--gold);
}
.stat-label {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}
/* Scrolling marquee */
.marquee-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  background: var(--bg2);
  padding: 22px 0;
}
.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 32s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-item {
  font-family: var(--font-mono);
  font-size: 13.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--txt2);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 56px;
}
.marquee-item::after {
  content: '◆';
  color: var(--gold);
  font-size: 9px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── PROBLEM SECTION ────────────────────────────────────── */
#problem {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.problem-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.problem-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  margin-bottom: 24px;
  color: var(--txt);
}
.problem-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.threat-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.threat-card {
  background: var(--surface);
  border: 1px solid rgba(232, 80, 58, 0.15);
  border-radius: var(--r2);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.2s;
}
.threat-card:hover {
  border-color: rgba(232, 80, 58, 0.4);
}
.threat-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(232, 80, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.threat-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.threat-desc {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
/* Challenge — application cards */
.apps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.app-card {
  position: relative;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 32px;
  overflow: hidden;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.3s var(--ease),
    background 0.3s;
}
.app-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
  background: var(--surface2);
}
.app-card .num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--txt3);
  letter-spacing: 0.12em;
}
.app-card .app-ico {
  width: 46px;
  height: 46px;
  margin: 4px 0 22px;
  color: var(--gold);
}
.app-card h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 10px;
}
.app-card p {
  color: var(--txt2);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: auto;
  font-weight: 300;
}
.app-card .pain {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--txt3);
}
.app-card .pain b {
  color: var(--gold);
  font-weight: 500;
}
.app-card .glow {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.18),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.app-card:hover .glow {
  opacity: 1;
}
/* ── SOLUTION ────────────────────────────────────────────── */
#solution {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
}
.solution-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.solution-header {
  text-align: center;
  margin-bottom: 80px;
}
.solution-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.solution-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0 auto;
  font-weight: 300;
}
/* Cell diagram */
.cell-diagram {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 900px;
  margin: 0 auto 80px;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}
.cell-layer {
  flex: 1;
  padding: 40px 24px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: default;
  position: relative;
  min-height: 280px;
}
.cell-layer .tag {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cell-layer:hover {
  transform: scaleY(1.02);
  z-index: 2;
}
.cell-layer-1 {
  background: linear-gradient(180deg, #1a2535 0%, #141d2b 100%);
}
.cell-layer-2 {
  background: linear-gradient(180deg, #0e2020 0%, #0a1a18 100%);
  border-left: 1px solid rgba(91, 229, 132, 0.15);
  border-right: 1px solid rgba(91, 229, 132, 0.15);
}
.cell-layer-3 {
  background: linear-gradient(180deg, #1e1a0e 0%, #181408 100%);
}
.cell-layer-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 4px;
}
.cell-layer-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
}
.cell-layer-detail {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.cell-layer-accent {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.l1-accent {
  background: linear-gradient(90deg, #4a6fa5, #6b9fd4);
}
.l2-accent {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.l3-accent {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.cell-layer-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
}
/* 3-solved problems */
.solved-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.solved-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.solved-card .tag {
  height: 26px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 8px;
  align-self: flex-start;
}
.solved-card .solved-title {
  min-height: 48px;
}
.solved-card .solved-old {
  min-height: 20px;
}
.solved-card .solved-new {
  min-height: 20px;
}
.solved-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.2);
}
.solved-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.solved-num {
  font-family: var(--font-disp);
  font-size: 56px;
  color: rgba(91, 229, 132, 0.08);
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
  letter-spacing: -2px;
}
/* Align tag badges across all three cards */
.solved-grid {
  grid-template-rows: auto;
}
.solved-card > .tag {
  margin-top: 0;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
}
.solved-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 8px;
  margin-top: 8px;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
}
.solved-old {
  font-size: 12px;
  color: var(--danger);
  margin-bottom: 4px;
  font-family: var(--font-mono);
}
.solved-old::before {
  content: '✕  ';
}
.solved-new {
  font-size: 12px;
  color: var(--teal);
  margin-bottom: 12px;
  font-family: var(--font-mono);
}
.solved-new::before {
  content: '✓  ';
}
.solved-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
/* Platform anatomy + explain — reference style */
.anatomy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 56px;
}
.exploded {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slab {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(150deg, var(--surface2), var(--surface));
  padding: 22px 24px;
  transition:
    transform 0.4s var(--ease),
    border-color 0.3s,
    box-shadow 0.4s;
}
.slab::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
  background: var(--slab-color, var(--gold));
}
.slab:hover,
.slab.active {
  transform: translateX(10px);
  border-color: var(--slab-color, var(--gold));
  box-shadow: -10px 0 40px -18px var(--slab-color, var(--gold));
}
.slab .slab-no {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--txt3);
}
.slab .slab-num {
  font-family: var(--font-disp);
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--slab-color, var(--gold));
  margin-bottom: 4px;
}
.slab h3 {
  font-family: var(--font-disp);
  font-size: 22px;
  color: var(--txt);
  margin: 6px 0;
}
.slab p {
  font-size: 14px;
  color: var(--txt2);
  line-height: 1.6;
}
.slab .tag {
  margin-top: 14px;
}
.anatomy-copy .feature-list {
  list-style: none;
  margin-top: 28px;
  display: grid;
  gap: 18px;
}
.anatomy-copy .feature-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.anatomy-copy .feature-list .ico {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(91, 229, 132, 0.1);
  border: 1px solid var(--rule);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.anatomy-copy .feature-list b {
  font-family: var(--font-disp);
  font-weight: 600;
  color: var(--txt);
}
.anatomy-copy .feature-list p {
  color: var(--txt2);
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.55;
}
.explain-stack {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.explain {
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 36px;
  align-items: center;
}
.explain h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  line-height: 1.15;
  color: var(--txt);
  margin-top: 12px;
}
.explain .ba {
  display: grid;
  gap: 12px;
}
.explain .ba .row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--rule);
}
.explain .ba .row.bad {
  color: var(--txt2);
}
.explain .ba .row.bad .tick {
  color: #ff6b6b;
}
.explain .ba .row.good {
  color: var(--txt);
  background: rgba(91, 229, 132, 0.06);
  border-color: rgba(91, 229, 132, 0.3);
}
.explain .ba .row.good .tick {
  color: var(--gold);
}
.explain .ba .row .tick {
  flex: none;
  font-weight: 700;
}
.explain .ex-body {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
  grid-column: 1 / -1;
}
/* ── GRID STORAGE ────────────────────────────────────────── */
#grid-storage {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.grid-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.grid-header {
  margin-bottom: 64px;
}
.grid-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.market-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.market-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  transition: all 0.3s var(--ease);
}
.market-card:hover {
  background: var(--surface2);
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.market-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.market-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 6px;
}
.market-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
/* Competitive table */
.comp-table-wrap {
  overflow-x: auto;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
table.comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.comp-table th {
  background: var(--surface);
  padding: 14px 20px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--txt3);
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comp-table th:first-child {
  width: 200px;
}
.comp-table td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--txt2);
}
.comp-table td:first-child {
  color: var(--txt);
  font-weight: 500;
}
.comp-table tr:last-child td {
  border-bottom: none;
}
.comp-table tr.highlight-row {
  background: rgba(91, 229, 132, 0.04);
}
.comp-table tr.highlight-row td:first-child {
  color: var(--gold);
}
.check {
  color: var(--teal);
}
.cross {
  color: var(--danger);
}
.partial {
  color: var(--gold);
}
/* Competitive table — reference style */
.comp-wrap {
  margin-top: 48px;
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
}
table.comp {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  font-size: 14px;
}
table.comp th,
table.comp td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid var(--rule);
}
table.comp thead th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt3);
  font-weight: 500;
  background: var(--bg2);
}
table.comp tbody td:first-child {
  font-family: var(--font-disp);
  font-weight: 600;
  color: var(--txt);
  letter-spacing: 0.01em;
}
table.comp tbody tr.us {
  background: rgba(91, 229, 132, 0.06);
}
table.comp tbody tr.us td:first-child {
  color: var(--gold);
}
table.comp tbody tr:last-child td {
  border-bottom: none;
}
table.comp .yes {
  color: var(--gold);
}
table.comp .no {
  color: #ff6b6b;
}
table.comp .mid {
  color: var(--txt3);
}
/* ── TECHNOLOGY PORTFOLIO ───────────────────────────────── */
#technology {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
#technology::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 90% 60% at 50% 0%,
    #000 25%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 90% 60% at 50% 0%,
    #000 25%,
    transparent 75%
  );
  opacity: 0.5;
}
.tech-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tech-header {
  text-align: center;
  margin-bottom: 72px;
}
.tech-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tech-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: var(--r);
  margin: 6px 0 16px;
}
.tech-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 8px 0 16px;
}
.tech-imgs img {
  margin: 0;
}
.tech-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.15);
}
.tech-card.featured {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
}
.tech-card.featured::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to top, rgba(91, 229, 132, 0.06), transparent);
}
.tech-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tech-card-title {
  font-family: var(--font-disp);
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--txt);
  margin-bottom: 12px;
}
.tech-card.featured .tech-card-title {
  font-size: 38px;
}
.tech-card-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
  margin-bottom: 20px;
}
.tech-trl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.trl-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.trl-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.trl-fill {
  height: 100%;
  border-radius: 2px;
}
.trl-val {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt2);
}
.trl-gold {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.trl-teal {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.trl-blue {
  background: linear-gradient(90deg, #4a9fd4, #6bc4f0);
}
.tech-card-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.05em;
}
/* ── PARTNERS & FUNDING ─────────────────────────────────── */
#partners {
  padding: 100px 48px;
  background: var(--bg2);
  border-top: 1px solid var(--rule);
}
.partners-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.partners-header {
  text-align: center;
  margin-bottom: 64px;
}
.partners-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 16px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 48px;
}
.partner-logo-cell {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--surface);
  transition: background 0.2s;
}
.partner-logo-cell:last-child {
  border-right: none;
}
.partner-logo-cell:hover {
  background: var(--surface2);
}
.partner-name {
  font-family: var(--font-disp);
  font-size: 26px;
  letter-spacing: 0.04em;
  color: var(--txt);
}
.partner-desc {
  font-size: 12px;
  color: var(--txt3);
  text-align: center;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.funding-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.funding-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
}
.funding-amount {
  font-family: var(--font-disp);
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 4px;
}
.funding-label {
  font-size: 13px;
  color: var(--txt2);
  margin-bottom: 8px;
}
.funding-body {
  font-size: 12px;
  color: var(--txt3);
  line-height: 1.6;
}
/* ── COMPANY / TEAM ─────────────────────────────────────── */
#company {
  padding: 120px 48px;
  background: var(--bg);
}
.company-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.company-left {
}
.company-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 24px;
}
.company-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
.timeline-item {
  position: relative;
  margin-bottom: 32px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--bg);
}
.timeline-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.timeline-text {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.team-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px;
  transition: all 0.3s var(--ease);
}
.team-card:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-2px);
}
.team-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
}
.team-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 2px;
}
.team-title {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.team-cred {
  font-size: 12px;
  color: var(--teal);
  margin-top: 6px;
}
/* Company — reference layout */
.co-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
  margin-top: 56px;
}
.co-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.co-timeline {
  list-style: none;
  display: grid;
  gap: 0;
}
.co-timeline li {
  position: relative;
  padding: 0 0 28px 32px;
  border-left: 1px solid var(--rule);
}
.co-timeline li:last-child {
  padding-bottom: 0;
}
.co-timeline li::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.co-timeline .yr {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.co-timeline b {
  display: block;
  font-family: var(--font-disp);
  font-size: 18px;
  margin: 4px 0;
  color: var(--txt);
}
.co-timeline p {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
}
.team-sub {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--txt3);
  margin: 64px 0 24px;
}
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
}
.member {
  text-align: left;
}
.member .headshot {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-bottom: 14px;
  background: var(--surface2);
}
.member h3 {
  font-family: var(--font-disp);
  font-size: 17px;
  color: var(--txt);
}
.member .role {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-top: 4px;
}
.member p {
  color: var(--txt2);
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.45;
}
/* ── IP / PATENTS ───────────────────────────────────────── */
#ip {
  padding: 100px 48px;
  background: var(--bg2);
}
.ip-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ip-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.ip-left .ip-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 20px;
}
.ip-left .ip-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}
.patent-stat-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.patent-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.patent-stat-val {
  font-family: var(--font-disp);
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
}
.patent-stat-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.patent-families {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.patent-family {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.patent-family:hover {
  border-color: rgba(91, 229, 132, 0.2);
}
.patent-family-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(91, 229, 132, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.patent-family-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.patent-family-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.patent-family-count {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  margin-top: 4px;
  letter-spacing: 0.06em;
}
/* ── SAFETY / DIFFERENTIATORS ───────────────────────────── */
#safety {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.safety-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.safety-headline {
  font-family: var(--font-disp);
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.05;
  margin-bottom: 20px;
}
.safety-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0 0 64px;
  font-weight: 300;
}
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.diff-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.diff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.2);
}
.diff-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.diff-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.diff-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 10px;
}
.diff-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.diff-metric {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--teal);
}
.fac-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  margin-bottom: 20px;
  background: rgba(91, 229, 132, 0.1);
  border: 1px solid var(--rule);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.media-figure {
  margin-bottom: 32px;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  overflow: hidden;
  background: #000;
}
.media-figure img {
  width: 100%;
  display: block;
  max-height: 460px;
  object-fit: cover;
}
.media-figure figcaption {
  padding: 16px 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--txt3);
  border-top: 1px solid var(--rule);
  background: var(--surface);
}
/* ── NEWS ────────────────────────────────────────────────── */
#news {
  padding: 100px 48px;
  background: var(--bg2);
}
.news-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.news-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
}
.news-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
}
.news-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.news-card:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.news-card.featured {
  padding: 36px;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-date {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.news-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.4;
}
.news-card.featured .news-title {
  font-size: 20px;
}
.news-excerpt {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.news-link {
  font-size: 12px;
  color: var(--gold);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  margin-top: auto;
}
.news-link::after {
  content: ' →';
}
/* News + CTA — reference style */
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.news-grid-ref {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.news-card-ref {
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  overflow: hidden;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.3s var(--ease);
}
.news-card-ref:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
}
.nc-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nc-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.nc-meta .cat {
  color: var(--gold);
}
.news-card-ref h3 {
  font-family: var(--font-disp);
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--txt);
}
.news-card-ref p {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.read {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.cta {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      120% 140% at 50% 0%,
      rgba(91, 229, 132, 0.12),
      transparent 55%
    ),
    var(--surface);
}
.cta h2 {
  font-family: var(--font-disp);
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.04;
  color: var(--txt);
}
.cta p {
  color: var(--txt2);
  margin: 20px auto 36px;
  max-width: 38em;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
/* ── CTA / CONTACT ──────────────────────────────────────── */
#contact {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(91, 229, 132, 0.04) 0%,
    transparent 70%
  );
}
.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.contact-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 20px;
}
.contact-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.audience-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 28px;
  transition: all 0.3s var(--ease);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.audience-card:hover {
  border-color: rgba(91, 229, 132, 0.3);
  background: var(--surface2);
  transform: translateX(4px);
}
.audience-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.audience-desc {
  font-size: 12px;
  color: var(--txt3);
}
.audience-arrow {
  color: var(--gold);
  font-size: 18px;
}
/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  padding: 48px 48px 32px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand {
}
.footer-logo {
  font-family: var(--font-disp);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--txt);
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--txt3);
  line-height: 1.6;
  max-width: 260px;
}
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 16px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 13px;
  color: var(--txt2);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.footer-copy {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
}
.footer-tags {
  display: flex;
  gap: 8px;
}
/* ── FADE-IN ON SCROLL ──────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
.reveal-delay-5 {
  transition-delay: 0.5s;
}
.team-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.team-card-photo {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.team-card-photo:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.team-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.3s;
}
.team-card-photo:hover .team-photo {
  filter: grayscale(0%);
}
.team-card-photo .team-name,
.team-card-photo .team-title,
.team-card-photo .team-cred {
  padding: 0 14px;
}
.team-card-photo .team-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--txt);
  margin-top: 12px;
  margin-bottom: 2px;
}
.team-card-photo .team-title {
  font-size: 11px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.team-card-photo .team-cred {
  font-size: 11px;
  color: var(--teal);
  margin-top: 4px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.advisor-card {
  opacity: 0.85;
}
@media (max-width: 900px) {
  .team-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ── VIDEO MODAL ─────────────────────────────────────────── */
.video-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
}
.video-modal-overlay.active {
  display: flex;
}
.video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}
.video-modal-inner video {
  width: 100%;
  display: block;
}
.video-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
}
.video-modal-close:hover {
  background: rgba(91, 229, 132, 0.8);
}
.video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--teal);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(91, 229, 132, 0.3);
  border-radius: 99px;
  padding: 8px 16px;
  transition: all 0.2s;
}
.video-play-btn:hover {
  background: rgba(91, 229, 132, 0.1);
  border-color: var(--teal);
}
.video-play-btn svg {
  width: 14px;
  height: 14px;
  fill: var(--teal);
}
/* ── MOBILE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  nav {
    padding: 0 24px;
    height: 88px;
  }
  nav.shrink {
    height: 64px;
  }
  .nav-logo img {
    height: 48px !important;
  }
  #hero {
    padding-top: 124px;
  }
  .nav-links {
    display: none;
  }
  #hero,
  #problem,
  #solution,
  #grid-storage,
  #technology,
  #partners,
  #company,
  #ip,
  #safety,
  #news,
  #contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .split-grid,
  .company-layout,
  .contact-grid,
  .ip-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .co-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .member-grid {
    grid-template-columns: 1fr 1fr;
  }
  .solved-grid,
  .diff-grid,
  .apps-grid {
    grid-template-columns: 1fr;
  }
  .anatomy-grid,
  .explain {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .tech-card.featured {
    grid-row: auto;
    grid-column: auto;
  }
  .tech-imgs {
    grid-template-columns: 1fr;
  }
  .market-strip {
    grid-template-columns: 1fr 1fr;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid-ref {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .stat-item:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }
  .stat-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24px;
  }
  .funding-strip {
    grid-template-columns: 1fr;
  }
  .partner-logos {
    flex-direction: column;
  }
  .partner-logo-cell {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  footer {
    padding: 40px 24px 24px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px;
  }
  .footer-tags {
    flex-wrap: wrap !important;
  }
  .footer-tagline {
    max-width: none;
  }
  .market-bottom-3 {
    grid-template-columns: 1fr !important;
  }
  .gridstore-card {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 32px !important;
  }
}
@media (max-width: 560px) {
  nav {
    height: 76px;
  }
  nav.shrink {
    height: 60px;
  }
  .nav-logo img {
    height: 40px !important;
  }
  #hero {
    padding-top: 108px;
  }
  .gridstore-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  footer {
    padding: 36px 20px 20px !important;
  }
  .gridstore-card {
    padding: 24px !important;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
:root {
  --ink: #0a0c0f;
  --ink2: #1c2128;
  --ink3: #2e3540;
  --muted: #64748b;
  --rule: rgba(255, 255, 255, 0.08);
  --rule-dk: rgba(0, 0, 0, 0.1);
  --gold: #5be584;
  --gold2: #8cf0ab;
  --teal: #5be584;
  --teal2: #15d4b8;
  --danger: #e8503a;
  --bg: #07090d;
  --bg2: #0d1117;
  --bg3: #111720;
  --surface: #161d28;
  --surface2: #1c2535;
  --txt: #e8ecf0;
  --txt2: #9aaab8;
  --txt3: #5c6f82;
  --font-disp: 'Space Grotesk', sans-serif;
  --font-body: 'IBM Plex Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --r: 6px;
  --r2: 12px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.mono {
  font-family: var(--font-mono);
}
.gold {
  color: var(--gold);
}
.teal {
  color: var(--teal);
}
.muted {
  color: var(--txt2);
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(91, 229, 132, 0.3);
  color: var(--gold);
  background: rgba(91, 229, 132, 0.07);
}
.tag.teal-tag {
  border-color: rgba(91, 229, 132, 0.3);
  color: var(--teal);
  background: rgba(91, 229, 132, 0.07);
}
.tag.red-tag {
  border-color: rgba(232, 80, 58, 0.3);
  color: var(--danger);
  background: rgba(232, 80, 58, 0.07);
}
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 99px;
  cursor: pointer;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  transition: all 0.2s var(--ease);
  letter-spacing: 0.01em;
}
.btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.btn-primary:hover {
  background: var(--gold2);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--txt);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}
.btn-teal {
  background: var(--teal);
  color: var(--ink);
}
.btn-teal:hover {
  background: var(--teal2);
  transform: translateY(-1px);
}
body::before {
  content: '';
  position: fixed;
  inset: 0px;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
nav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 900;
  padding: 0px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  background: linear-gradient(
    rgba(7, 9, 13, 0.7) 0%,
    rgba(7, 9, 13, 0.2) 70%,
    transparent 100%
  );
  backdrop-filter: blur(2px);
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  transition:
    background 0.3s,
    height 0.3s var(--ease);
}
nav.shrink {
  height: 72px;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-mono);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
}
.nav-links a {
  font-size: 15px;
  color: var(--txt2);
  letter-spacing: 0.02em;
  transition: color 0.2s;
  font-weight: 400;
}
.nav-links a:hover {
  color: var(--txt);
}
.nav-links a.active {
  color: var(--gold);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 152px 48px 56px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.hero-video {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-start-playback-button,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-overlay-play-button {
  appearance: none;
  opacity: 0;
  display: none !important;
}
.hero-video-overlay {
  position: absolute;
  inset: 0px;
  z-index: 1;
  background:
    linear-gradient(
      to right,
      rgba(7, 9, 13, 0.88) 0%,
      rgba(7, 9, 13, 0.6) 38%,
      rgba(7, 9, 13, 0.15) 72%,
      rgba(7, 9, 13, 0.05) 100%
    ),
    linear-gradient(
      to bottom,
      transparent 45%,
      rgba(7, 9, 13, 0.55) 82%,
      var(--bg) 100%
    );
}
.hero-grid {
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    80% 60% at 70% 30%,
    rgb(0, 0, 0) 30%,
    transparent 75%
  );
  opacity: 0.5;
}
.hero-glow1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -100px;
  right: 10%;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.08) 0%,
    transparent 70%
  );
  animation: 6s ease-in-out 0s infinite normal none running pulse1;
}
.hero-glow2 {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  bottom: -50px;
  left: 5%;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.07) 0%,
    transparent 70%
  );
  animation: 8s ease-in-out 0s infinite normal none running pulse2;
}
@keyframes pulse1 {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes pulse2 {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.2s forwards;
}
.hero-eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.hero-title {
  font-family: var(--font-disp);
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.35s forwards;
}
.hero-title .accent {
  color: var(--gold);
}
.hero-title .accent2 {
  color: var(--teal);
}
.hero-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.5s forwards;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.65s forwards;
}
.hero-stats {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.8s forwards;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 32px;
  border-left: 1px solid var(--rule);
}
.stat-item:first-child {
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  padding-left: 0px;
}
.stat-val {
  font-family: var(--font-disp);
  font-size: 42px;
  letter-spacing: 0.02em;
  color: var(--txt);
  line-height: 1;
}
.stat-val .unit {
  font-size: 22px;
  color: var(--gold);
}
.stat-label {
  font-size: 12px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}
.marquee-wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  background: var(--bg2);
  padding: 22px 0px;
}
.marquee-track {
  display: flex;
  gap: 0px;
  animation: 32s linear 0s infinite normal none running marquee;
  white-space: nowrap;
  width: max-content;
}
.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-item {
  font-family: var(--font-mono);
  font-size: 13.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--txt2);
  padding: 0px 28px;
  display: flex;
  align-items: center;
  gap: 56px;
}
.marquee-item::after {
  content: '◆';
  color: var(--gold);
  font-size: 9px;
}
@keyframes marquee {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#problem {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.problem-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.problem-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  margin-bottom: 24px;
  color: var(--txt);
}
.problem-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.threat-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.threat-card {
  background: var(--surface);
  border: 1px solid rgba(232, 80, 58, 0.15);
  border-radius: var(--r2);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.2s;
}
.threat-card:hover {
  border-color: rgba(232, 80, 58, 0.4);
}
.threat-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(232, 80, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.threat-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.threat-desc {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
.apps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.app-card {
  position: relative;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 32px;
  overflow: hidden;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.3s var(--ease),
    background 0.3s;
}
.app-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
  background: var(--surface2);
}
.app-card .num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--txt3);
  letter-spacing: 0.12em;
}
.app-card .app-ico {
  width: 46px;
  height: 46px;
  margin: 4px 0px 22px;
  color: var(--gold);
}
.app-card h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 10px;
}
.app-card p {
  color: var(--txt2);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: auto;
  font-weight: 300;
}
.app-card .pain {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--txt3);
}
.app-card .pain b {
  color: var(--gold);
  font-weight: 500;
}
.app-card .glow {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.18),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.app-card:hover .glow {
  opacity: 1;
}
#solution {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
}
.solution-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.solution-header {
  text-align: center;
  margin-bottom: 80px;
}
.solution-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.solution-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0px auto;
  font-weight: 300;
}
.cell-diagram {
  display: flex;
  align-items: stretch;
  gap: 0px;
  max-width: 900px;
  margin: 0px auto 80px;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 40px 80px;
}
.cell-layer {
  flex: 1 1 0%;
  padding: 40px 24px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: default;
  position: relative;
  min-height: 280px;
}
.cell-layer .tag {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cell-layer:hover {
  transform: scaleY(1.02);
  z-index: 2;
}
.cell-layer-1 {
  background: linear-gradient(rgb(26, 37, 53) 0%, rgb(20, 29, 43) 100%);
}
.cell-layer-2 {
  background: linear-gradient(rgb(14, 32, 32) 0%, rgb(10, 26, 24) 100%);
  border-left: 1px solid rgba(91, 229, 132, 0.15);
  border-right: 1px solid rgba(91, 229, 132, 0.15);
}
.cell-layer-3 {
  background: linear-gradient(rgb(30, 26, 14) 0%, rgb(24, 20, 8) 100%);
}
.cell-layer-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 4px;
}
.cell-layer-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
}
.cell-layer-detail {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.cell-layer-accent {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.l1-accent {
  background: linear-gradient(90deg, rgb(74, 111, 165), rgb(107, 159, 212));
}
.l2-accent {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.l3-accent {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.cell-layer-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
}
.solved-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.solved-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.solved-card .tag {
  height: 26px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 8px;
  align-self: flex-start;
}
.solved-card .solved-title {
  min-height: 48px;
}
.solved-card .solved-old {
  min-height: 20px;
}
.solved-card .solved-new {
  min-height: 20px;
}
.solved-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.2);
}
.solved-card::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.solved-num {
  font-family: var(--font-disp);
  font-size: 56px;
  color: rgba(91, 229, 132, 0.08);
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
  letter-spacing: -2px;
}
.solved-grid {
  grid-template-rows: auto;
}
.solved-card > .tag {
  margin-top: 0px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
}
.solved-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 8px;
  margin-top: 8px;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
}
.solved-old {
  font-size: 12px;
  color: var(--danger);
  margin-bottom: 4px;
  font-family: var(--font-mono);
}
.solved-old::before {
  content: '✕  ';
}
.solved-new {
  font-size: 12px;
  color: var(--teal);
  margin-bottom: 12px;
  font-family: var(--font-mono);
}
.solved-new::before {
  content: '✓  ';
}
.solved-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.anatomy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 56px;
}
.exploded {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slab {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(150deg, var(--surface2), var(--surface));
  padding: 22px 24px;
  transition:
    transform 0.4s var(--ease),
    border-color 0.3s,
    box-shadow 0.4s;
}
.slab::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  border-radius: 12px 0px 0px 12px;
  background: var(--slab-color, var(--gold));
}
.slab:hover,
.slab.active {
  transform: translateX(10px);
  border-color: var(--slab-color, var(--gold));
  box-shadow: -10px 0 40px -18px var(--slab-color, var(--gold));
}
.slab .slab-no {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--txt3);
}
.slab .slab-num {
  font-family: var(--font-disp);
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--slab-color, var(--gold));
  margin-bottom: 4px;
}
.slab h3 {
  font-family: var(--font-disp);
  font-size: 22px;
  color: var(--txt);
  margin: 6px 0px;
}
.slab p {
  font-size: 14px;
  color: var(--txt2);
  line-height: 1.6;
}
.slab .tag {
  margin-top: 14px;
}
.anatomy-copy .feature-list {
  list-style: none;
  margin-top: 28px;
  display: grid;
  gap: 18px;
}
.anatomy-copy .feature-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.anatomy-copy .feature-list .ico {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(91, 229, 132, 0.1);
  border: 1px solid var(--rule);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.anatomy-copy .feature-list b {
  font-family: var(--font-disp);
  font-weight: 600;
  color: var(--txt);
}
.anatomy-copy .feature-list p {
  color: var(--txt2);
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.55;
}
.explain-stack {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.explain {
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 36px;
  align-items: center;
}
.explain h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  line-height: 1.15;
  color: var(--txt);
  margin-top: 12px;
}
.explain .ba {
  display: grid;
  gap: 12px;
}
.explain .ba .row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--rule);
}
.explain .ba .row.bad {
  color: var(--txt2);
}
.explain .ba .row.bad .tick {
  color: rgb(255, 107, 107);
}
.explain .ba .row.good {
  color: var(--txt);
  background: rgba(91, 229, 132, 0.06);
  border-color: rgba(91, 229, 132, 0.3);
}
.explain .ba .row.good .tick {
  color: var(--gold);
}
.explain .ba .row .tick {
  flex: 0 0 auto;
  font-weight: 700;
}
.explain .ex-body {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
  grid-column: 1 / -1;
}
#grid-storage {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.grid-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.grid-header {
  margin-bottom: 64px;
}
.grid-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.market-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.market-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  transition: all 0.3s var(--ease);
}
.market-card:hover {
  background: var(--surface2);
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.market-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.market-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 6px;
}
.market-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.comp-table-wrap {
  overflow-x: auto;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
table.comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.comp-table th {
  background: var(--surface);
  padding: 14px 20px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--txt3);
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comp-table th:first-child {
  width: 200px;
}
.comp-table td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--txt2);
}
.comp-table td:first-child {
  color: var(--txt);
  font-weight: 500;
}
.comp-table tr:last-child td {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}
.comp-table tr.highlight-row {
  background: rgba(91, 229, 132, 0.04);
}
.comp-table tr.highlight-row td:first-child {
  color: var(--gold);
}
.check {
  color: var(--teal);
}
.cross {
  color: var(--danger);
}
.partial {
  color: var(--gold);
}
.comp-wrap {
  margin-top: 48px;
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
}
table.comp {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  font-size: 14px;
}
table.comp th,
table.comp td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid var(--rule);
}
table.comp thead th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt3);
  font-weight: 500;
  background: var(--bg2);
}
table.comp tbody td:first-child {
  font-family: var(--font-disp);
  font-weight: 600;
  color: var(--txt);
  letter-spacing: 0.01em;
}
table.comp tbody tr.us {
  background: rgba(91, 229, 132, 0.06);
}
table.comp tbody tr.us td:first-child {
  color: var(--gold);
}
table.comp tbody tr:last-child td {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}
table.comp .yes {
  color: var(--gold);
}
table.comp .no {
  color: rgb(255, 107, 107);
}
table.comp .mid {
  color: var(--txt3);
}
#technology {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
#technology::before {
  content: '';
  position: absolute;
  inset: 0px;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    90% 60% at 50% 0%,
    rgb(0, 0, 0) 25%,
    transparent 75%
  );
  opacity: 0.5;
}
.tech-inner {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.tech-header {
  text-align: center;
  margin-bottom: 72px;
}
.tech-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tech-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: var(--r);
  margin: 6px 0px 16px;
}
.tech-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 8px 0px 16px;
}
.tech-imgs img {
  margin: 0px;
}
.tech-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.15);
}
.tech-card.featured {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
}
.tech-card.featured::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 160px;
  background: linear-gradient(to top, rgba(91, 229, 132, 0.06), transparent);
}
.tech-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tech-card-title {
  font-family: var(--font-disp);
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--txt);
  margin-bottom: 12px;
}
.tech-card.featured .tech-card-title {
  font-size: 38px;
}
.tech-card-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
  margin-bottom: 20px;
}
.tech-trl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.trl-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.trl-bar {
  flex: 1 1 0%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.trl-fill {
  height: 100%;
  border-radius: 2px;
}
.trl-val {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt2);
}
.trl-gold {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.trl-teal {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.trl-blue {
  background: linear-gradient(90deg, rgb(74, 159, 212), rgb(107, 196, 240));
}
.tech-card-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.05em;
}
#partners {
  padding: 100px 48px;
  background: var(--bg2);
  border-top: 1px solid var(--rule);
}
.partners-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.partners-header {
  text-align: center;
  margin-bottom: 64px;
}
.partners-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 16px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 48px;
}
.partner-logo-cell {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--surface);
  transition: background 0.2s;
}
.partner-logo-cell:last-child {
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
}
.partner-logo-cell:hover {
  background: var(--surface2);
}
.partner-name {
  font-family: var(--font-disp);
  font-size: 26px;
  letter-spacing: 0.04em;
  color: var(--txt);
}
.partner-desc {
  font-size: 12px;
  color: var(--txt3);
  text-align: center;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.funding-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.funding-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
}
.funding-amount {
  font-family: var(--font-disp);
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 4px;
}
.funding-label {
  font-size: 13px;
  color: var(--txt2);
  margin-bottom: 8px;
}
.funding-body {
  font-size: 12px;
  color: var(--txt3);
  line-height: 1.6;
}
#company {
  padding: 120px 48px;
  background: var(--bg);
}
.company-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.company-left {
}
.company-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 24px;
}
.company-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
.timeline-item {
  position: relative;
  margin-bottom: 32px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--bg);
}
.timeline-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.timeline-text {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.team-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px;
  transition: all 0.3s var(--ease);
}
.team-card:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-2px);
}
.team-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
}
.team-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 2px;
}
.team-title {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.team-cred {
  font-size: 12px;
  color: var(--teal);
  margin-top: 6px;
}
.co-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
  margin-top: 56px;
}
.co-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.co-timeline {
  list-style: none;
  display: grid;
  gap: 0px;
}
.co-timeline li {
  position: relative;
  padding: 0px 0px 28px 32px;
  border-left: 1px solid var(--rule);
}
.co-timeline li:last-child {
  padding-bottom: 0px;
}
.co-timeline li::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.co-timeline .yr {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.co-timeline b {
  display: block;
  font-family: var(--font-disp);
  font-size: 18px;
  margin: 4px 0px;
  color: var(--txt);
}
.co-timeline p {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
}
.team-sub {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--txt3);
  margin: 64px 0px 24px;
}
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
}
.member {
  text-align: left;
}
.member .headshot {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-bottom: 14px;
  background: var(--surface2);
}
.member h3 {
  font-family: var(--font-disp);
  font-size: 17px;
  color: var(--txt);
}
.member .role {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-top: 4px;
}
.member p {
  color: var(--txt2);
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.45;
}
#ip {
  padding: 100px 48px;
  background: var(--bg2);
}
.ip-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.ip-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.ip-left .ip-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 20px;
}
.ip-left .ip-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}
.patent-stat-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.patent-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.patent-stat-val {
  font-family: var(--font-disp);
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
}
.patent-stat-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.patent-families {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.patent-family {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.patent-family:hover {
  border-color: rgba(91, 229, 132, 0.2);
}
.patent-family-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(91, 229, 132, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.patent-family-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.patent-family-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.patent-family-count {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  margin-top: 4px;
  letter-spacing: 0.06em;
}
#safety {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.safety-inner {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.safety-headline {
  font-family: var(--font-disp);
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.05;
  margin-bottom: 20px;
}
.safety-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0px 0px 64px;
  font-weight: 300;
}
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.diff-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.diff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.2);
}
.diff-card::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.diff-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.diff-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 10px;
}
.diff-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.diff-metric {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--teal);
}
.fac-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  margin-bottom: 20px;
  background: rgba(91, 229, 132, 0.1);
  border: 1px solid var(--rule);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.media-figure {
  margin-bottom: 32px;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  overflow: hidden;
  background: rgb(0, 0, 0);
}
.media-figure img {
  width: 100%;
  display: block;
  max-height: 460px;
  object-fit: cover;
}
.media-figure figcaption {
  padding: 16px 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--txt3);
  border-top: 1px solid var(--rule);
  background: var(--surface);
}
#news {
  padding: 100px 48px;
  background: var(--bg2);
}
.news-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.news-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
}
.news-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
}
.news-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.news-card:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.news-card.featured {
  padding: 36px;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-date {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.news-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.4;
}
.news-card.featured .news-title {
  font-size: 20px;
}
.news-excerpt {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.news-link {
  font-size: 12px;
  color: var(--gold);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  margin-top: auto;
}
.news-link::after {
  content: ' →';
}
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.news-grid-ref {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.news-card-ref {
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  overflow: hidden;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.3s var(--ease);
}
.news-card-ref:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
}
.nc-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.nc-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.nc-meta .cat {
  color: var(--gold);
}
.news-card-ref h3 {
  font-family: var(--font-disp);
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--txt);
}
.news-card-ref p {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.read {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.cta {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      120% 140% at 50% 0%,
      rgba(91, 229, 132, 0.12),
      transparent 55%
    ),
    var(--surface);
}
.cta h2 {
  font-family: var(--font-disp);
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.04;
  color: var(--txt);
}
.cta p {
  color: var(--txt2);
  margin: 20px auto 36px;
  max-width: 38em;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
#contact {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  inset: 0px;
  background: radial-gradient(rgba(91, 229, 132, 0.04) 0%, transparent 70%);
}
.contact-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.contact-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 20px;
}
.contact-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.audience-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 28px;
  transition: all 0.3s var(--ease);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.audience-card:hover {
  border-color: rgba(91, 229, 132, 0.3);
  background: var(--surface2);
  transform: translateX(4px);
}
.audience-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.audience-desc {
  font-size: 12px;
  color: var(--txt3);
}
.audience-arrow {
  color: var(--gold);
  font-size: 18px;
}
footer {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  padding: 48px 48px 32px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0px auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand {
}
.footer-logo {
  font-family: var(--font-disp);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--txt);
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--txt3);
  line-height: 1.6;
  max-width: 260px;
}
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 16px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 13px;
  color: var(--txt2);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.footer-copy {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
}
.footer-tags {
  display: flex;
  gap: 8px;
}
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
.reveal-delay-5 {
  transition-delay: 0.5s;
}
.team-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.team-card-photo {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.team-card-photo:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.3s;
}
.team-card-photo:hover .team-photo {
  filter: grayscale(0%);
}
.team-card-photo .team-name,
.team-card-photo .team-title,
.team-card-photo .team-cred {
  padding: 0px 14px;
}
.team-card-photo .team-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--txt);
  margin-top: 12px;
  margin-bottom: 2px;
}
.team-card-photo .team-title {
  font-size: 11px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.team-card-photo .team-cred {
  font-size: 11px;
  color: var(--teal);
  margin-top: 4px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.advisor-card {
  opacity: 0.85;
}
@media (max-width: 900px) {
  .team-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
}
.video-modal-overlay {
  display: none;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
}
.video-modal-overlay.active {
  display: flex;
}
.video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 40px 80px;
}
.video-modal-inner video {
  width: 100%;
  display: block;
}
.video-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
}
.video-modal-close:hover {
  background: rgba(91, 229, 132, 0.8);
}
.video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--teal);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(91, 229, 132, 0.3);
  border-radius: 99px;
  padding: 8px 16px;
  transition: 0.2s;
}
.video-play-btn:hover {
  background: rgba(91, 229, 132, 0.1);
  border-color: var(--teal);
}
.video-play-btn svg {
  width: 14px;
  height: 14px;
  fill: var(--teal);
}
@media (max-width: 900px) {
  nav {
    padding: 0px 24px;
    height: 88px;
  }
  nav.shrink {
    height: 64px;
  }
  .nav-logo img {
    height: 48px !important;
  }
  #hero {
    padding-top: 124px;
  }
  .nav-links {
    display: none;
  }
  #hero,
  #problem,
  #solution,
  #grid-storage,
  #technology,
  #partners,
  #company,
  #ip,
  #safety,
  #news,
  #contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .split-grid,
  .company-layout,
  .contact-grid,
  .ip-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .co-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .member-grid {
    grid-template-columns: 1fr 1fr;
  }
  .solved-grid,
  .diff-grid,
  .apps-grid {
    grid-template-columns: 1fr;
  }
  .anatomy-grid,
  .explain {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .tech-card.featured {
    grid-area: auto;
  }
  .tech-imgs {
    grid-template-columns: 1fr;
  }
  .market-strip {
    grid-template-columns: 1fr 1fr;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid-ref {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .stat-item:nth-child(2n + 1) {
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    padding-left: 0px;
  }
  .stat-item {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 24px;
  }
  .funding-strip {
    grid-template-columns: 1fr;
  }
  .partner-logos {
    flex-direction: column;
  }
  .partner-logo-cell {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  footer {
    padding: 40px 24px 24px !important;
  }
  .footer-bottom {
    gap: 16px;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .footer-tags {
    flex-wrap: wrap !important;
  }
  .footer-tagline {
    max-width: none;
  }
  .market-bottom-3 {
    grid-template-columns: 1fr !important;
  }
  .gridstore-card {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 32px !important;
  }
}
@media (max-width: 560px) {
  nav {
    height: 76px;
  }
  nav.shrink {
    height: 60px;
  }
  .nav-logo img {
    height: 40px !important;
  }
  #hero {
    padding-top: 108px;
  }
  .gridstore-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  footer {
    padding: 36px 20px 20px !important;
  }
  .gridstore-card {
    padding: 24px !important;
  }
}
/* EC-CSS-005: scoped per-page CSS for page-PolyPlus-flatoverlay */
/* ── RESET & TOKENS ─────────────────────────────────────── */
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-PolyPlus-flatoverlay * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-PolyPlus-flatoverlay {
  --ink: #0a0c0f;
  --ink2: #1c2128;
  --ink3: #2e3540;
  --muted: #64748b;
  --rule: rgba(255, 255, 255, 0.08);
  --rule-dk: rgba(0, 0, 0, 0.1);
  --gold: #5be584;
  --gold2: #8cf0ab;
  --teal: #5be584;
  --teal2: #15d4b8;
  --danger: #e8503a;
  --bg: #07090d;
  --bg2: #0d1117;
  --bg3: #111720;
  --surface: #161d28;
  --surface2: #1c2535;
  --txt: #e8ecf0;
  --txt2: #9aaab8;
  --txt3: #5c6f82;
  --font-disp: 'Space Grotesk', sans-serif;
  --font-body: 'IBM Plex Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --r: 6px;
  --r2: 12px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}
.page-PolyPlus-flatoverlay a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/* ── UTILITY ───────────────────────────────────────────── */
.mono {
  font-family: var(--font-mono);
}
.gold {
  color: var(--gold);
}
.teal {
  color: var(--teal);
}
.muted {
  color: var(--txt2);
}
.page-PolyPlus-flatoverlay .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(91, 229, 132, 0.3);
  color: var(--gold);
  background: rgba(91, 229, 132, 0.07);
}
.page-PolyPlus-flatoverlay .tag.teal-tag {
  border-color: rgba(91, 229, 132, 0.3);
  color: var(--teal);
  background: rgba(91, 229, 132, 0.07);
}
.tag.red-tag {
  border-color: rgba(232, 80, 58, 0.3);
  color: var(--danger);
  background: rgba(232, 80, 58, 0.07);
}
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-PolyPlus-flatoverlay .section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.page-PolyPlus-flatoverlay .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 99px;
  cursor: pointer;
  border: none;
  transition: all 0.2s var(--ease);
  letter-spacing: 0.01em;
  border-width: revert;
  border-style: revert;
  border-color: revert;
  border-image: revert;
}
.page-PolyPlus-flatoverlay .btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.page-PolyPlus-flatoverlay .btn-primary:hover {
  background: var(--gold2);
  transform: translateY(-1px);
}
.page-PolyPlus-flatoverlay .btn-outline {
  background: transparent;
  color: var(--txt);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.page-PolyPlus-flatoverlay .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}
.btn-teal {
  background: var(--teal);
  color: var(--ink);
}
.btn-teal:hover {
  background: var(--teal2);
  transform: translateY(-1px);
}
/* ── NOISE GRAIN OVERLAY ───────────────────────────────── */
.page-PolyPlus-flatoverlay::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
/* ── NAV ────────────────────────────────────────────────── */
.page-PolyPlus-flatoverlay nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(7, 9, 13, 0.7) 0%,
    rgba(7, 9, 13, 0.2) 70%,
    transparent 100%
  );
  border-bottom: none;
  transition:
    background 0.3s,
    height 0.3s var(--ease);
  backdrop-filter: revert;
  border-bottom-width: revert;
  border-bottom-style: revert;
  border-bottom-color: revert;
}
nav.shrink {
  height: 72px;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-mono);
}
.page-PolyPlus-flatoverlay .nav-links {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
}
.page-PolyPlus-flatoverlay .nav-links a {
  font-size: 15px;
  color: var(--txt2);
  letter-spacing: 0.02em;
  transition: color 0.2s;
  font-weight: 400;
}
.nav-links a:hover {
  color: var(--txt);
}
.nav-links a.active {
  color: var(--gold);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* ── HERO ────────────────────────────────────────────────── */
.page-PolyPlus-flatoverlay #hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 152px 48px 56px;
  position: relative;
  overflow: hidden;
}
.page-PolyPlus-flatoverlay .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-PolyPlus-flatoverlay .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.page-PolyPlus-flatoverlay .hero-video::-webkit-media-controls,
.page-PolyPlus-flatoverlay
  .hero-video::-webkit-media-controls-start-playback-button,
.page-PolyPlus-flatoverlay .hero-video::-webkit-media-controls-panel,
.page-PolyPlus-flatoverlay
  .hero-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  appearance: revert;
}
.page-PolyPlus-flatoverlay .hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(7, 9, 13, 0.62);
}
/* Grid overlay */
.page-PolyPlus-flatoverlay .hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 80% 60% at 70% 30%,
    #000 30%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 60% at 70% 30%,
    #000 30%,
    transparent 75%
  );
  opacity: 0.5;
}
/* Radial glow spots */
.page-PolyPlus-flatoverlay .hero-glow1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -100px;
  right: 10%;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.08) 0%,
    transparent 70%
  );
  animation: pulse1 6s ease-in-out infinite;
}
.page-PolyPlus-flatoverlay .hero-glow2 {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  bottom: -50px;
  left: 5%;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.07) 0%,
    transparent 70%
  );
  animation: pulse2 8s ease-in-out infinite;
}
@keyframes pulse1 {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes pulse2 {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.2s forwards;
}
.hero-eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-PolyPlus-flatoverlay .hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.page-PolyPlus-flatoverlay .hero-title {
  font-family: var(--font-disp);
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.35s forwards;
}
.hero-title .accent {
  color: var(--gold);
}
.hero-title .accent2 {
  color: var(--teal);
}
.page-PolyPlus-flatoverlay .hero-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.5s forwards;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.65s forwards;
}
.page-PolyPlus-flatoverlay .hero-stats {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.8s forwards;
}
.page-PolyPlus-flatoverlay .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 32px;
  border-left: 1px solid var(--rule);
}
.page-PolyPlus-flatoverlay .stat-item:first-child {
  border-left: none;
  padding-left: 0;
  border-left-width: revert;
  border-left-style: revert;
  border-left-color: revert;
}
.stat-val {
  font-family: var(--font-disp);
  font-size: 42px;
  letter-spacing: 0.02em;
  color: var(--txt);
  line-height: 1;
}
.stat-val .unit {
  font-size: 22px;
  color: var(--gold);
}
.page-PolyPlus-flatoverlay .stat-label {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}
/* Scrolling marquee */
.page-PolyPlus-flatoverlay .marquee-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  background: var(--bg2);
  padding: 22px 0;
}
.page-PolyPlus-flatoverlay .marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 32s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}
.page-PolyPlus-flatoverlay .marquee-item {
  font-family: var(--font-mono);
  font-size: 13.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--txt2);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 56px;
}
.page-PolyPlus-flatoverlay .marquee-item::after {
  content: '◆';
  color: var(--gold);
  font-size: 9px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── PROBLEM SECTION ────────────────────────────────────── */
#problem {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.page-PolyPlus-flatoverlay .problem-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.page-PolyPlus-flatoverlay .problem-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  margin-bottom: 24px;
  color: var(--txt);
}
.problem-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.threat-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.threat-card {
  background: var(--surface);
  border: 1px solid rgba(232, 80, 58, 0.15);
  border-radius: var(--r2);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.2s;
}
.threat-card:hover {
  border-color: rgba(232, 80, 58, 0.4);
}
.threat-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(232, 80, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.threat-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.threat-desc {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
/* Challenge — application cards */
.apps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.app-card {
  position: relative;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 32px;
  overflow: hidden;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.3s var(--ease),
    background 0.3s;
}
.app-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
  background: var(--surface2);
}
.page-PolyPlus-flatoverlay .app-card .num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--txt3);
  letter-spacing: 0.12em;
}
.page-PolyPlus-flatoverlay .app-card .app-ico {
  width: 46px;
  height: 46px;
  margin: 4px 0 22px;
  color: var(--gold);
}
.app-card h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 10px;
}
.app-card p {
  color: var(--txt2);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: auto;
  font-weight: 300;
}
.page-PolyPlus-flatoverlay .app-card .pain {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--txt3);
}
.app-card .pain b {
  color: var(--gold);
  font-weight: 500;
}
.page-PolyPlus-flatoverlay .app-card .glow {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(91, 229, 132, 0.18),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.app-card:hover .glow {
  opacity: 1;
}
/* ── SOLUTION ────────────────────────────────────────────── */
#solution {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
}
.page-PolyPlus-flatoverlay .solution-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.solution-header {
  text-align: center;
  margin-bottom: 80px;
}
.page-PolyPlus-flatoverlay .solution-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.page-PolyPlus-flatoverlay .solution-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0 auto;
  font-weight: 300;
}
/* Cell diagram */
.page-PolyPlus-flatoverlay .cell-diagram {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 900px;
  margin: 0 auto 80px;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}
.page-PolyPlus-flatoverlay .cell-layer {
  flex: 1;
  padding: 40px 24px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: default;
  position: relative;
  min-height: 280px;
}
.cell-layer .tag {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cell-layer:hover {
  transform: scaleY(1.02);
  z-index: 2;
}
.page-PolyPlus-flatoverlay .cell-layer-1 {
  background: linear-gradient(180deg, #1a2535 0%, #141d2b 100%);
}
.page-PolyPlus-flatoverlay .cell-layer-2 {
  background: linear-gradient(180deg, #0e2020 0%, #0a1a18 100%);
  border-left: 1px solid rgba(91, 229, 132, 0.15);
  border-right: 1px solid rgba(91, 229, 132, 0.15);
}
.page-PolyPlus-flatoverlay .cell-layer-3 {
  background: linear-gradient(180deg, #1e1a0e 0%, #181408 100%);
}
.cell-layer-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 4px;
}
.cell-layer-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
}
.cell-layer-detail {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.cell-layer-accent {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.page-PolyPlus-flatoverlay .l1-accent {
  background: linear-gradient(90deg, #4a6fa5, #6b9fd4);
}
.l2-accent {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.l3-accent {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.cell-layer-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
}
/* 3-solved problems */
.page-PolyPlus-flatoverlay .solved-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.solved-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.solved-card .tag {
  height: 26px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 8px;
  align-self: flex-start;
}
.solved-card .solved-title {
  min-height: 48px;
}
.solved-card .solved-old {
  min-height: 20px;
}
.solved-card .solved-new {
  min-height: 20px;
}
.page-PolyPlus-flatoverlay .solved-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.2);
}
.page-PolyPlus-flatoverlay .solved-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.page-PolyPlus-flatoverlay .solved-num {
  font-family: var(--font-disp);
  font-size: 56px;
  color: rgba(91, 229, 132, 0.08);
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
  letter-spacing: -2px;
}
/* Align tag badges across all three cards */
.page-PolyPlus-flatoverlay .solved-grid {
  grid-template-rows: auto;
}
.page-PolyPlus-flatoverlay .solved-card > .tag {
  margin-top: 0;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
}
.solved-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 8px;
  margin-top: 8px;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
}
.solved-old {
  font-size: 12px;
  color: var(--danger);
  margin-bottom: 4px;
  font-family: var(--font-mono);
}
.page-PolyPlus-flatoverlay .solved-old::before {
  content: '✕  ';
}
.solved-new {
  font-size: 12px;
  color: var(--teal);
  margin-bottom: 12px;
  font-family: var(--font-mono);
}
.page-PolyPlus-flatoverlay .solved-new::before {
  content: '✓  ';
}
.solved-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
/* Platform anatomy + explain — reference style */
.anatomy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 56px;
}
.exploded {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slab {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(150deg, var(--surface2), var(--surface));
  padding: 22px 24px;
  transition:
    transform 0.4s var(--ease),
    border-color 0.3s,
    box-shadow 0.4s;
}
.page-PolyPlus-flatoverlay .slab::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
  background: var(--slab-color, var(--gold));
}
.slab:hover,
.slab.active {
  transform: translateX(10px);
  border-color: var(--slab-color, var(--gold));
  box-shadow: -10px 0 40px -18px var(--slab-color, var(--gold));
}
.page-PolyPlus-flatoverlay .slab .slab-no {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--txt3);
}
.slab .slab-num {
  font-family: var(--font-disp);
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--slab-color, var(--gold));
  margin-bottom: 4px;
}
.page-PolyPlus-flatoverlay .slab h3 {
  font-family: var(--font-disp);
  font-size: 22px;
  color: var(--txt);
  margin: 6px 0;
}
.slab p {
  font-size: 14px;
  color: var(--txt2);
  line-height: 1.6;
}
.slab .tag {
  margin-top: 14px;
}
.anatomy-copy .feature-list {
  list-style: none;
  margin-top: 28px;
  display: grid;
  gap: 18px;
}
.anatomy-copy .feature-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.page-PolyPlus-flatoverlay .anatomy-copy .feature-list .ico {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(91, 229, 132, 0.1);
  border: 1px solid var(--rule);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.anatomy-copy .feature-list b {
  font-family: var(--font-disp);
  font-weight: 600;
  color: var(--txt);
}
.anatomy-copy .feature-list p {
  color: var(--txt2);
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.55;
}
.explain-stack {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.explain {
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 36px;
  align-items: center;
}
.explain h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  line-height: 1.15;
  color: var(--txt);
  margin-top: 12px;
}
.explain .ba {
  display: grid;
  gap: 12px;
}
.explain .ba .row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid var(--rule);
}
.explain .ba .row.bad {
  color: var(--txt2);
}
.page-PolyPlus-flatoverlay .explain .ba .row.bad .tick {
  color: #ff6b6b;
}
.explain .ba .row.good {
  color: var(--txt);
  background: rgba(91, 229, 132, 0.06);
  border-color: rgba(91, 229, 132, 0.3);
}
.explain .ba .row.good .tick {
  color: var(--gold);
}
.page-PolyPlus-flatoverlay .explain .ba .row .tick {
  flex: none;
  font-weight: 700;
}
.explain .ex-body {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
  grid-column: 1 / -1;
}
/* ── GRID STORAGE ────────────────────────────────────────── */
#grid-storage {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.page-PolyPlus-flatoverlay .grid-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.grid-header {
  margin-bottom: 64px;
}
.page-PolyPlus-flatoverlay .grid-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.market-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.market-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  transition: all 0.3s var(--ease);
}
.page-PolyPlus-flatoverlay .market-card:hover {
  background: var(--surface2);
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.market-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.market-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 6px;
}
.market-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
/* Competitive table */
.comp-table-wrap {
  overflow-x: auto;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
table.comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.comp-table th {
  background: var(--surface);
  padding: 14px 20px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--txt3);
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comp-table th:first-child {
  width: 200px;
}
.comp-table td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--txt2);
}
.comp-table td:first-child {
  color: var(--txt);
  font-weight: 500;
}
.page-PolyPlus-flatoverlay .comp-table tr:last-child td {
  border-bottom: none;
  border-bottom-width: revert;
  border-bottom-style: revert;
  border-bottom-color: revert;
}
.page-PolyPlus-flatoverlay .comp-table tr.highlight-row {
  background: rgba(91, 229, 132, 0.04);
}
.comp-table tr.highlight-row td:first-child {
  color: var(--gold);
}
.check {
  color: var(--teal);
}
.cross {
  color: var(--danger);
}
.partial {
  color: var(--gold);
}
/* Competitive table — reference style */
.comp-wrap {
  margin-top: 48px;
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
}
table.comp {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  font-size: 14px;
}
table.comp th,
table.comp td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid var(--rule);
}
.page-PolyPlus-flatoverlay table.comp thead th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt3);
  font-weight: 500;
  background: var(--bg2);
}
table.comp tbody td:first-child {
  font-family: var(--font-disp);
  font-weight: 600;
  color: var(--txt);
  letter-spacing: 0.01em;
}
table.comp tbody tr.us {
  background: rgba(91, 229, 132, 0.06);
}
table.comp tbody tr.us td:first-child {
  color: var(--gold);
}
.page-PolyPlus-flatoverlay table.comp tbody tr:last-child td {
  border-bottom: none;
  border-bottom-width: revert;
  border-bottom-style: revert;
  border-bottom-color: revert;
}
table.comp .yes {
  color: var(--gold);
}
.page-PolyPlus-flatoverlay table.comp .no {
  color: #ff6b6b;
}
table.comp .mid {
  color: var(--txt3);
}
/* ── TECHNOLOGY PORTFOLIO ───────────────────────────────── */
.page-PolyPlus-flatoverlay #technology {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.page-PolyPlus-flatoverlay #technology::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse 90% 60% at 50% 0%,
    #000 25%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 90% 60% at 50% 0%,
    #000 25%,
    transparent 75%
  );
  opacity: 0.5;
}
.page-PolyPlus-flatoverlay .tech-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tech-header {
  text-align: center;
  margin-bottom: 72px;
}
.page-PolyPlus-flatoverlay .tech-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.page-PolyPlus-flatoverlay .tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.page-PolyPlus-flatoverlay .tech-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: var(--r);
  margin: 6px 0 16px;
}
.page-PolyPlus-flatoverlay .tech-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 8px 0 16px;
}
.page-PolyPlus-flatoverlay .tech-imgs img {
  margin: 0;
}
.tech-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.page-PolyPlus-flatoverlay .tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.15);
}
.page-PolyPlus-flatoverlay .tech-card.featured {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
}
.page-PolyPlus-flatoverlay .tech-card.featured::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to top, rgba(91, 229, 132, 0.06), transparent);
}
.tech-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tech-card-title {
  font-family: var(--font-disp);
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--txt);
  margin-bottom: 12px;
}
.tech-card.featured .tech-card-title {
  font-size: 38px;
}
.tech-card-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
  margin-bottom: 20px;
}
.tech-trl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.trl-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.page-PolyPlus-flatoverlay .trl-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.trl-fill {
  height: 100%;
  border-radius: 2px;
}
.trl-val {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt2);
}
.trl-gold {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.trl-teal {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.page-PolyPlus-flatoverlay .trl-blue {
  background: linear-gradient(90deg, #4a9fd4, #6bc4f0);
}
.tech-card-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.05em;
}
/* ── PARTNERS & FUNDING ─────────────────────────────────── */
#partners {
  padding: 100px 48px;
  background: var(--bg2);
  border-top: 1px solid var(--rule);
}
.page-PolyPlus-flatoverlay .partners-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.partners-header {
  text-align: center;
  margin-bottom: 64px;
}
.partners-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 16px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 48px;
}
.partner-logo-cell {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--surface);
  transition: background 0.2s;
}
.page-PolyPlus-flatoverlay .partner-logo-cell:last-child {
  border-right: none;
  border-right-width: revert;
  border-right-style: revert;
  border-right-color: revert;
}
.partner-logo-cell:hover {
  background: var(--surface2);
}
.partner-name {
  font-family: var(--font-disp);
  font-size: 26px;
  letter-spacing: 0.04em;
  color: var(--txt);
}
.partner-desc {
  font-size: 12px;
  color: var(--txt3);
  text-align: center;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.funding-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.funding-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
}
.funding-amount {
  font-family: var(--font-disp);
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 4px;
}
.funding-label {
  font-size: 13px;
  color: var(--txt2);
  margin-bottom: 8px;
}
.funding-body {
  font-size: 12px;
  color: var(--txt3);
  line-height: 1.6;
}
/* ── COMPANY / TEAM ─────────────────────────────────────── */
#company {
  padding: 120px 48px;
  background: var(--bg);
}
.page-PolyPlus-flatoverlay .company-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.company-left {
}
.page-PolyPlus-flatoverlay .company-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 24px;
}
.company-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.page-PolyPlus-flatoverlay .timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
.timeline-item {
  position: relative;
  margin-bottom: 32px;
}
.page-PolyPlus-flatoverlay .timeline-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--bg);
}
.timeline-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.timeline-text {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.team-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px;
  transition: all 0.3s var(--ease);
}
.page-PolyPlus-flatoverlay .team-card:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-2px);
}
.team-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
}
.team-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 2px;
}
.team-title {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.team-cred {
  font-size: 12px;
  color: var(--teal);
  margin-top: 6px;
}
/* Company — reference layout */
.co-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
  margin-top: 56px;
}
.co-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.page-PolyPlus-flatoverlay .co-timeline {
  list-style: none;
  display: grid;
  gap: 0;
}
.page-PolyPlus-flatoverlay .co-timeline li {
  position: relative;
  padding: 0 0 28px 32px;
  border-left: 1px solid var(--rule);
}
.page-PolyPlus-flatoverlay .co-timeline li:last-child {
  padding-bottom: 0;
}
.co-timeline li::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.page-PolyPlus-flatoverlay .co-timeline .yr {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.page-PolyPlus-flatoverlay .co-timeline b {
  display: block;
  font-family: var(--font-disp);
  font-size: 18px;
  margin: 4px 0;
  color: var(--txt);
}
.co-timeline p {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
}
.page-PolyPlus-flatoverlay .team-sub {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--txt3);
  margin: 64px 0 24px;
}
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
}
.member {
  text-align: left;
}
.member .headshot {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-bottom: 14px;
  background: var(--surface2);
}
.member h3 {
  font-family: var(--font-disp);
  font-size: 17px;
  color: var(--txt);
}
.page-PolyPlus-flatoverlay .member .role {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-top: 4px;
}
.member p {
  color: var(--txt2);
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.45;
}
/* ── IP / PATENTS ───────────────────────────────────────── */
#ip {
  padding: 100px 48px;
  background: var(--bg2);
}
.page-PolyPlus-flatoverlay .ip-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ip-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.page-PolyPlus-flatoverlay .ip-left .ip-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 20px;
}
.ip-left .ip-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}
.patent-stat-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.patent-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.patent-stat-val {
  font-family: var(--font-disp);
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
}
.patent-stat-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.patent-families {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.patent-family {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.page-PolyPlus-flatoverlay .patent-family:hover {
  border-color: rgba(91, 229, 132, 0.2);
}
.page-PolyPlus-flatoverlay .patent-family-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(91, 229, 132, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.patent-family-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.patent-family-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.patent-family-count {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  margin-top: 4px;
  letter-spacing: 0.06em;
}
/* ── SAFETY / DIFFERENTIATORS ───────────────────────────── */
#safety {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.page-PolyPlus-flatoverlay .safety-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-PolyPlus-flatoverlay .safety-headline {
  font-family: var(--font-disp);
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.05;
  margin-bottom: 20px;
}
.page-PolyPlus-flatoverlay .safety-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0 0 64px;
  font-weight: 300;
}
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.diff-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.page-PolyPlus-flatoverlay .diff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 229, 132, 0.2);
}
.page-PolyPlus-flatoverlay .diff-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.diff-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.diff-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 10px;
}
.diff-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.diff-metric {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--teal);
}
.fac-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  margin-bottom: 20px;
  background: rgba(91, 229, 132, 0.1);
  border: 1px solid var(--rule);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.page-PolyPlus-flatoverlay .media-figure {
  margin-bottom: 32px;
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  overflow: hidden;
  background: #000;
}
.media-figure img {
  width: 100%;
  display: block;
  max-height: 460px;
  object-fit: cover;
}
.page-PolyPlus-flatoverlay .media-figure figcaption {
  padding: 16px 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--txt3);
  border-top: 1px solid var(--rule);
  background: var(--surface);
}
/* ── NEWS ────────────────────────────────────────────────── */
#news {
  padding: 100px 48px;
  background: var(--bg2);
}
.page-PolyPlus-flatoverlay .news-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.page-PolyPlus-flatoverlay .news-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
}
.news-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
}
.news-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.page-PolyPlus-flatoverlay .news-card:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.news-card.featured {
  padding: 36px;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-date {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.news-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.4;
}
.news-card.featured .news-title {
  font-size: 20px;
}
.news-excerpt {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.news-link {
  font-size: 12px;
  color: var(--gold);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  margin-top: auto;
}
.page-PolyPlus-flatoverlay .news-link::after {
  content: ' →';
}
/* News + CTA — reference style */
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.news-grid-ref {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.news-card-ref {
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  overflow: hidden;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.3s var(--ease);
}
.news-card-ref:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
}
.page-PolyPlus-flatoverlay .nc-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-PolyPlus-flatoverlay .nc-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.nc-meta .cat {
  color: var(--gold);
}
.news-card-ref h3 {
  font-family: var(--font-disp);
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--txt);
}
.news-card-ref p {
  color: var(--txt2);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.read {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.cta {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      120% 140% at 50% 0%,
      rgba(91, 229, 132, 0.12),
      transparent 55%
    ),
    var(--surface);
}
.cta h2 {
  font-family: var(--font-disp);
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.04;
  color: var(--txt);
}
.cta p {
  color: var(--txt2);
  margin: 20px auto 36px;
  max-width: 38em;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
/* ── CTA / CONTACT ──────────────────────────────────────── */
#contact {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.page-PolyPlus-flatoverlay .cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(91, 229, 132, 0.04) 0%,
    transparent 70%
  );
}
.page-PolyPlus-flatoverlay .contact-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.page-PolyPlus-flatoverlay .contact-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 20px;
}
.contact-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.audience-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 28px;
  transition: all 0.3s var(--ease);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-PolyPlus-flatoverlay .audience-card:hover {
  border-color: rgba(91, 229, 132, 0.3);
  background: var(--surface2);
  transform: translateX(4px);
}
.audience-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.audience-desc {
  font-size: 12px;
  color: var(--txt3);
}
.audience-arrow {
  color: var(--gold);
  font-size: 18px;
}
/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  padding: 48px 48px 32px;
}
.page-PolyPlus-flatoverlay .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand {
}
.footer-logo {
  font-family: var(--font-disp);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--txt);
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--txt3);
  line-height: 1.6;
  max-width: 260px;
}
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 16px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 13px;
  color: var(--txt2);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.page-PolyPlus-flatoverlay .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.footer-copy {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
}
.footer-tags {
  display: flex;
  gap: 8px;
}
/* ── FADE-IN ON SCROLL ──────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
.reveal-delay-5 {
  transition-delay: 0.5s;
}
.team-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.team-card-photo {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.page-PolyPlus-flatoverlay .team-card-photo:hover {
  border-color: rgba(91, 229, 132, 0.2);
  transform: translateY(-3px);
}
.page-PolyPlus-flatoverlay .team-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.3s;
}
.team-card-photo:hover .team-photo {
  filter: grayscale(0%);
}
.page-PolyPlus-flatoverlay .team-card-photo .team-name,
.page-PolyPlus-flatoverlay .team-card-photo .team-title,
.page-PolyPlus-flatoverlay .team-card-photo .team-cred {
  padding: 0 14px;
}
.page-PolyPlus-flatoverlay .team-card-photo .team-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--txt);
  margin-top: 12px;
  margin-bottom: 2px;
}
.page-PolyPlus-flatoverlay .team-card-photo .team-title {
  font-size: 11px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.page-PolyPlus-flatoverlay .team-card-photo .team-cred {
  font-size: 11px;
  color: var(--teal);
  margin-top: 4px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.advisor-card {
  opacity: 0.85;
}
@media (max-width: 900px) {
  .team-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ── VIDEO MODAL ─────────────────────────────────────────── */
.page-PolyPlus-flatoverlay .video-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
}
.video-modal-overlay.active {
  display: flex;
}
.page-PolyPlus-flatoverlay .video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}
.video-modal-inner video {
  width: 100%;
  display: block;
}
.page-PolyPlus-flatoverlay .video-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
  border-width: revert;
  border-style: revert;
  border-color: revert;
  border-image: revert;
}
.page-PolyPlus-flatoverlay .video-modal-close:hover {
  background: rgba(91, 229, 132, 0.8);
}
.page-PolyPlus-flatoverlay .video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--teal);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(91, 229, 132, 0.3);
  border-radius: 99px;
  padding: 8px 16px;
  transition: all 0.2s;
}
.page-PolyPlus-flatoverlay .video-play-btn:hover {
  background: rgba(91, 229, 132, 0.1);
  border-color: var(--teal);
}
.video-play-btn svg {
  width: 14px;
  height: 14px;
  fill: var(--teal);
}
/* ── MOBILE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .page-PolyPlus-flatoverlay nav {
    padding: 0 24px;
    height: 88px;
  }
  nav.shrink {
    height: 64px;
  }
  .nav-logo img {
    height: 48px !important;
  }
  .page-PolyPlus-flatoverlay #hero {
    padding-top: 124px;
  }
  .nav-links {
    display: none;
  }
  #problem,
  #solution,
  #grid-storage,
  #technology,
  #partners,
  #company,
  #ip,
  #safety,
  #news,
  #contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-PolyPlus-flatoverlay #hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .split-grid,
  .company-layout,
  .contact-grid,
  .ip-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .co-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .member-grid {
    grid-template-columns: 1fr 1fr;
  }
  .solved-grid,
  .diff-grid,
  .apps-grid {
    grid-template-columns: 1fr;
  }
  .anatomy-grid,
  .explain {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .page-PolyPlus-flatoverlay .tech-card.featured {
    grid-row: auto;
    grid-column: auto;
    grid-area: revert;
  }
  .tech-imgs {
    grid-template-columns: 1fr;
  }
  .market-strip {
    grid-template-columns: 1fr 1fr;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid-ref {
    grid-template-columns: 1fr;
  }
  .page-PolyPlus-flatoverlay .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .stat-item:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }
  .page-PolyPlus-flatoverlay .stat-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24px;
  }
  .funding-strip {
    grid-template-columns: 1fr;
  }
  .partner-logos {
    flex-direction: column;
  }
  .page-PolyPlus-flatoverlay .partner-logo-cell {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-right-width: revert;
    border-right-style: revert;
    border-right-color: revert;
  }
  .page-PolyPlus-flatoverlay .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  .page-PolyPlus-flatoverlay footer {
    padding: 40px 24px 24px !important;
  }
  .page-PolyPlus-flatoverlay .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px;
  }
  .footer-tags {
    flex-wrap: wrap !important;
  }
  .footer-tagline {
    max-width: none;
  }
  .market-bottom-3 {
    grid-template-columns: 1fr !important;
  }
  .gridstore-card {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 32px !important;
  }
}
@media (max-width: 560px) {
  nav {
    height: 76px;
  }
  nav.shrink {
    height: 60px;
  }
  .nav-logo img {
    height: 40px !important;
  }
  #hero {
    padding-top: 108px;
  }
  .gridstore-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .page-PolyPlus-flatoverlay footer {
    padding: 36px 20px 20px !important;
  }
  .gridstore-card {
    padding: 24px !important;
  }
}
/* EC-CSS-005: scoped per-page CSS for page-privacy-policy */
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-privacy-policy * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-privacy-policy {
  --rule: rgba(255, 255, 255, 0.08);
  --gold: #5be584;
  --bg: #07090d;
  --bg2: #0d1117;
  --surface: #161d28;
  --txt: #e8ecf0;
  --txt2: #9aaab8;
  --txt3: #5c6f82;
  --font-disp: 'Space Grotesk', sans-serif;
  --font-body: 'IBM Plex Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --r2: 12px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ink: revert;
  --ink2: revert;
  --ink3: revert;
  --muted: revert;
  --rule-dk: revert;
  --gold2: revert;
  --teal: revert;
  --teal2: revert;
  --danger: revert;
  --bg3: revert;
  --surface2: revert;
  --r: revert;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}
.page-privacy-policy a {
  color: var(--gold);
  text-decoration: none;
}
a:hover {
  color: #8cf0ab;
}
img {
  display: block;
  max-width: 100%;
}
.page-privacy-policy .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(91, 229, 132, 0.3);
  color: var(--gold);
  background: rgba(91, 229, 132, 0.07);
}
.page-privacy-policy nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  background: rgba(7, 9, 13, 0.97);
  transition:
    background 0.3s,
    height 0.3s var(--ease);
  backdrop-filter: revert;
  border-bottom: revert;
  border-bottom-width: revert;
  border-bottom-style: revert;
  border-bottom-color: revert;
}
nav.shrink {
  height: 72px;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.page-privacy-policy .nav-links {
  display: flex;
  align-items: center;
  gap: 44px;
  list-style: none;
}
.page-privacy-policy .nav-links a {
  font-size: 15px;
  color: var(--txt2);
  letter-spacing: 0.02em;
  font-family: var(--font-body);
  transition: color 0.2s;
  font-weight: revert;
}
.nav-links a:hover {
  color: var(--txt);
}
.page-privacy-policy .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 99px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s var(--ease);
  letter-spacing: revert;
  border-width: revert;
  border-style: revert;
  border-color: revert;
  border-image: revert;
}
.page-privacy-policy .btn-outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--txt);
  background: transparent;
  border: revert;
}
.page-privacy-policy .btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: revert;
}
.page-privacy-policy .btn-primary {
  background: var(--gold);
  color: #07090d;
}
.page-privacy-policy .btn-primary:hover {
  background: #8cf0ab;
  color: #07090d;
  transform: revert;
}
/* Legal page */
.legal-hero {
  padding: 200px 48px 56px;
  border-bottom: 1px solid var(--rule);
  background: var(--bg2);
}
.legal-inner {
  max-width: 820px;
  margin: 0 auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.legal-hero h1 {
  font-family: var(--font-disp);
  font-size: clamp(34px, 5.5vw, 60px);
  line-height: 1.03;
  color: var(--txt);
}
.legal-updated {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--txt3);
  margin-top: 20px;
  text-transform: uppercase;
}
.legal-body {
  padding: 64px 48px 104px;
}
.legal-body h2 {
  font-family: var(--font-disp);
  font-size: 24px;
  line-height: 1.2;
  color: var(--txt);
  margin: 52px 0 14px;
  padding-top: 26px;
  border-top: 1px solid var(--rule);
}
.legal-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.legal-body h3 {
  font-family: var(--font-disp);
  font-size: 18px;
  color: var(--txt);
  margin: 30px 0 10px;
}
.legal-body p {
  color: var(--txt2);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 16px;
  font-weight: 300;
  text-wrap: pretty;
}
.legal-body p.caps {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--txt3);
  line-height: 1.8;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--r2);
  padding: 24px 26px;
}
.legal-back {
  margin-top: 72px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
footer {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  padding: 48px 48px 32px;
}
.page-privacy-policy .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: revert;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-legal a {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
  transition: color 0.2s;
}
.footer-legal a:hover {
  color: var(--gold);
}
.footer-copy {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
}
@media (max-width: 900px) {
  .page-privacy-policy nav {
    padding: 0 24px;
    height: 88px;
  }
  nav.shrink {
    height: 64px;
  }
  .nav-logo img {
    height: 48px !important;
  }
  .nav-links {
    display: none;
  }
  .legal-hero {
    padding: 124px 24px 44px;
  }
  .legal-body {
    padding: 48px 24px 80px;
  }
  .page-privacy-policy footer {
    padding: 40px 24px 24px;
  }
  .page-privacy-policy .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 560px) {
  nav {
    height: 76px;
  }
  nav.shrink {
    height: 60px;
  }
  .nav-logo img {
    height: 40px !important;
  }
  .legal-hero {
    padding: 108px 20px 40px;
  }
  .legal-body {
    padding: 40px 20px 72px;
  }
  .page-privacy-policy footer {
    padding: 36px 20px 20px;
  }
}
/* EC-CSS-005: scoped per-page CSS for page-uploads-polyplus-website2 */
/* ── RESET & TOKENS ─────────────────────────────────────── */
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-uploads-polyplus-website2 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-uploads-polyplus-website2 {
  --ink: #0a0c0f;
  --ink2: #1c2128;
  --ink3: #2e3540;
  --muted: #64748b;
  --rule: rgba(255, 255, 255, 0.08);
  --rule-dk: rgba(0, 0, 0, 0.1);
  --gold: #c8a84b;
  --gold2: #e8c96a;
  --teal: #1db8a0;
  --teal2: #15d4b8;
  --danger: #e8503a;
  --bg: #07090d;
  --bg2: #0d1117;
  --bg3: #111720;
  --surface: #161d28;
  --surface2: #1c2535;
  --txt: #e8ecf0;
  --txt2: #9aaab8;
  --txt3: #5c6f82;
  --font-disp: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --r: 6px;
  --r2: 12px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}
.page-uploads-polyplus-website2 a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/* ── UTILITY ───────────────────────────────────────────── */
.mono {
  font-family: var(--font-mono);
}
.gold {
  color: var(--gold);
}
.teal {
  color: var(--teal);
}
.muted {
  color: var(--txt2);
}
.page-uploads-polyplus-website2 .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(200, 168, 75, 0.3);
  color: var(--gold);
  background: rgba(200, 168, 75, 0.07);
}
.page-uploads-polyplus-website2 .tag.teal-tag {
  border-color: rgba(29, 184, 160, 0.3);
  color: var(--teal);
  background: rgba(29, 184, 160, 0.07);
}
.tag.red-tag {
  border-color: rgba(232, 80, 58, 0.3);
  color: var(--danger);
  background: rgba(232, 80, 58, 0.07);
}
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-uploads-polyplus-website2 .section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.page-uploads-polyplus-website2 .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: var(--r);
  cursor: pointer;
  border: none;
  transition: all 0.2s var(--ease);
  letter-spacing: 0.01em;
  border-width: revert;
  border-style: revert;
  border-color: revert;
  border-image: revert;
}
.page-uploads-polyplus-website2 .btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.page-uploads-polyplus-website2 .btn-primary:hover {
  background: var(--gold2);
  transform: translateY(-1px);
}
.page-uploads-polyplus-website2 .btn-outline {
  background: transparent;
  color: var(--txt);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.page-uploads-polyplus-website2 .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}
.btn-teal {
  background: var(--teal);
  color: var(--ink);
}
.btn-teal:hover {
  background: var(--teal2);
  transform: translateY(-1px);
}
/* ── NOISE GRAIN OVERLAY ───────────────────────────────── */
.page-uploads-polyplus-website2::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
/* ── NAV ────────────────────────────────────────────────── */
.page-uploads-polyplus-website2 nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  background: rgba(7, 9, 13, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--rule);
  transition: background 0.3s;
  border-bottom-width: revert;
  border-bottom-style: revert;
  border-bottom-color: revert;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-mono);
}
.page-uploads-polyplus-website2 .nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.page-uploads-polyplus-website2 .nav-links a {
  font-size: 13px;
  color: var(--txt2);
  letter-spacing: 0.02em;
  transition: color 0.2s;
  font-weight: 400;
}
.nav-links a:hover {
  color: var(--txt);
}
.nav-links a.active {
  color: var(--gold);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* ── HERO ────────────────────────────────────────────────── */
.page-uploads-polyplus-website2 #hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}
.page-uploads-polyplus-website2 .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* Animated grid */
.page-uploads-polyplus-website2 .hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200, 168, 75, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 168, 75, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridShift 20s linear infinite;
  z-index: revert;
  mask-image: revert;
  -webkit-mask-image: revert;
  opacity: revert;
}
@keyframes gridShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 60px;
  }
}
/* Radial glow spots */
.page-uploads-polyplus-website2 .hero-glow1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -100px;
  right: 10%;
  background: radial-gradient(
    circle,
    rgba(200, 168, 75, 0.08) 0%,
    transparent 70%
  );
  animation: pulse1 6s ease-in-out infinite;
}
.page-uploads-polyplus-website2 .hero-glow2 {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  bottom: -50px;
  left: 5%;
  background: radial-gradient(
    circle,
    rgba(29, 184, 160, 0.07) 0%,
    transparent 70%
  );
  animation: pulse2 8s ease-in-out infinite;
}
@keyframes pulse1 {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes pulse2 {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.2s forwards;
}
.hero-eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-uploads-polyplus-website2 .hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.page-uploads-polyplus-website2 .hero-title {
  font-family: var(--font-disp);
  font-size: clamp(60px, 8vw, 110px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--txt);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.35s forwards;
}
.hero-title .accent {
  color: var(--gold);
}
.hero-title .accent2 {
  color: var(--teal);
}
.page-uploads-polyplus-website2 .hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: var(--txt2);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.5s forwards;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.65s forwards;
}
.page-uploads-polyplus-website2 .hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--rule);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.8s forwards;
  position: revert;
  z-index: revert;
  width: revert;
  grid-template-columns: revert;
}
.page-uploads-polyplus-website2 .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: revert;
  border-left: revert;
}
.stat-val {
  font-family: var(--font-disp);
  font-size: 42px;
  letter-spacing: 0.02em;
  color: var(--txt);
  line-height: 1;
}
.stat-val .unit {
  font-size: 22px;
  color: var(--gold);
}
.page-uploads-polyplus-website2 .stat-label {
  font-size: 12px;
  color: var(--txt3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}
/* Scrolling marquee */
.page-uploads-polyplus-website2 .marquee-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--rule);
  overflow: hidden;
  background: var(--bg2);
  padding: 12px 0;
  border-bottom: revert;
}
.page-uploads-polyplus-website2 .marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  width: revert;
}
.page-uploads-polyplus-website2 .marquee-item {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--txt3);
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: revert;
}
.page-uploads-polyplus-website2 .marquee-item::after {
  content: '◆';
  color: var(--gold);
  opacity: 0.4;
  font-size: revert;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── PROBLEM SECTION ────────────────────────────────────── */
#problem {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.page-uploads-polyplus-website2 .problem-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.page-uploads-polyplus-website2 .problem-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  margin-bottom: 24px;
  color: var(--txt);
}
.problem-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.threat-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.threat-card {
  background: var(--surface);
  border: 1px solid rgba(232, 80, 58, 0.15);
  border-radius: var(--r2);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.2s;
}
.threat-card:hover {
  border-color: rgba(232, 80, 58, 0.4);
}
.threat-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(232, 80, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.threat-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.threat-desc {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
/* ── SOLUTION ────────────────────────────────────────────── */
#solution {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
}
.page-uploads-polyplus-website2 .solution-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.solution-header {
  text-align: center;
  margin-bottom: 80px;
}
.page-uploads-polyplus-website2 .solution-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.page-uploads-polyplus-website2 .solution-sub {
  font-size: 17px;
  color: var(--txt2);
  max-width: 640px;
  margin: 0 auto;
  font-weight: 300;
}
/* Cell diagram */
.page-uploads-polyplus-website2 .cell-diagram {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 900px;
  margin: 0 auto 80px;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}
.page-uploads-polyplus-website2 .cell-layer {
  flex: 1;
  padding: 40px 24px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: default;
  position: relative;
  min-height: 280px;
}
.cell-layer .tag {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cell-layer:hover {
  transform: scaleY(1.02);
  z-index: 2;
}
.page-uploads-polyplus-website2 .cell-layer-1 {
  background: linear-gradient(180deg, #1a2535 0%, #141d2b 100%);
}
.page-uploads-polyplus-website2 .cell-layer-2 {
  background: linear-gradient(180deg, #0e2020 0%, #0a1a18 100%);
  border-left: 1px solid rgba(29, 184, 160, 0.15);
  border-right: 1px solid rgba(29, 184, 160, 0.15);
}
.page-uploads-polyplus-website2 .cell-layer-3 {
  background: linear-gradient(180deg, #1e1a0e 0%, #181408 100%);
}
.cell-layer-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 4px;
}
.cell-layer-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
}
.cell-layer-detail {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.cell-layer-accent {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.page-uploads-polyplus-website2 .l1-accent {
  background: linear-gradient(90deg, #4a6fa5, #6b9fd4);
}
.l2-accent {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.l3-accent {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.cell-layer-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
}
/* 3-solved problems */
.page-uploads-polyplus-website2 .solved-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.solved-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.solved-card .tag {
  height: 26px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 8px;
  align-self: flex-start;
}
.solved-card .solved-title {
  min-height: 48px;
}
.solved-card .solved-old {
  min-height: 20px;
}
.solved-card .solved-new {
  min-height: 20px;
}
.page-uploads-polyplus-website2 .solved-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 168, 75, 0.2);
}
.page-uploads-polyplus-website2 .solved-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.page-uploads-polyplus-website2 .solved-num {
  font-family: var(--font-disp);
  font-size: 56px;
  color: rgba(200, 168, 75, 0.08);
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
  letter-spacing: -2px;
}
/* Align tag badges across all three cards */
.page-uploads-polyplus-website2 .solved-grid {
  grid-template-rows: auto;
}
.page-uploads-polyplus-website2 .solved-card > .tag {
  margin-top: 0;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
}
.solved-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 8px;
  margin-top: 8px;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
}
.solved-old {
  font-size: 12px;
  color: var(--danger);
  margin-bottom: 4px;
  font-family: var(--font-mono);
}
.page-uploads-polyplus-website2 .solved-old::before {
  content: '✕  ';
}
.solved-new {
  font-size: 12px;
  color: var(--teal);
  margin-bottom: 12px;
  font-family: var(--font-mono);
}
.page-uploads-polyplus-website2 .solved-new::before {
  content: '✓  ';
}
.solved-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
/* ── GRID STORAGE ────────────────────────────────────────── */
#grid-storage {
  padding: 120px 48px;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.page-uploads-polyplus-website2 .grid-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.grid-header {
  margin-bottom: 64px;
}
.page-uploads-polyplus-website2 .grid-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.market-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.market-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  transition: all 0.3s var(--ease);
}
.page-uploads-polyplus-website2 .market-card:hover {
  background: var(--surface2);
  border-color: rgba(29, 184, 160, 0.2);
  transform: translateY(-3px);
}
.market-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.market-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 6px;
}
.market-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
/* Competitive table */
.comp-table-wrap {
  overflow-x: auto;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
table.comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.comp-table th {
  background: var(--surface);
  padding: 14px 20px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--txt3);
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comp-table th:first-child {
  width: 200px;
}
.comp-table td {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--txt2);
}
.comp-table td:first-child {
  color: var(--txt);
  font-weight: 500;
}
.page-uploads-polyplus-website2 .comp-table tr:last-child td {
  border-bottom: none;
  border-bottom-width: revert;
  border-bottom-style: revert;
  border-bottom-color: revert;
}
.page-uploads-polyplus-website2 .comp-table tr.highlight-row {
  background: rgba(200, 168, 75, 0.04);
}
.comp-table tr.highlight-row td:first-child {
  color: var(--gold);
}
.check {
  color: var(--teal);
}
.cross {
  color: var(--danger);
}
.partial {
  color: var(--gold);
}
/* ── TECHNOLOGY PORTFOLIO ───────────────────────────────── */
.page-uploads-polyplus-website2 #technology {
  padding: 120px 48px;
  background: var(--bg);
  position: revert;
  overflow: revert;
}
.page-uploads-polyplus-website2 .tech-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: revert;
  z-index: revert;
}
.tech-header {
  text-align: center;
  margin-bottom: 72px;
}
.page-uploads-polyplus-website2 .tech-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}
.page-uploads-polyplus-website2 .tech-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.tech-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.page-uploads-polyplus-website2 .tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 168, 75, 0.15);
}
.page-uploads-polyplus-website2 .tech-card.featured {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: revert;
}
.page-uploads-polyplus-website2 .tech-card.featured::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to top, rgba(200, 168, 75, 0.06), transparent);
}
.tech-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tech-card-title {
  font-family: var(--font-disp);
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--txt);
  margin-bottom: 12px;
}
.tech-card.featured .tech-card-title {
  font-size: 38px;
}
.tech-card-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
  margin-bottom: 20px;
}
.tech-trl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.trl-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.page-uploads-polyplus-website2 .trl-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.trl-fill {
  height: 100%;
  border-radius: 2px;
}
.trl-val {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt2);
}
.trl-gold {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.trl-teal {
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}
.page-uploads-polyplus-website2 .trl-blue {
  background: linear-gradient(90deg, #4a9fd4, #6bc4f0);
}
.tech-card-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.05em;
}
/* ── PARTNERS & FUNDING ─────────────────────────────────── */
#partners {
  padding: 100px 48px;
  background: var(--bg2);
  border-top: 1px solid var(--rule);
}
.page-uploads-polyplus-website2 .partners-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.partners-header {
  text-align: center;
  margin-bottom: 64px;
}
.partners-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 16px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 48px;
}
.partner-logo-cell {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--surface);
  transition: background 0.2s;
}
.page-uploads-polyplus-website2 .partner-logo-cell:last-child {
  border-right: none;
  border-right-width: revert;
  border-right-style: revert;
  border-right-color: revert;
}
.partner-logo-cell:hover {
  background: var(--surface2);
}
.partner-name {
  font-family: var(--font-disp);
  font-size: 26px;
  letter-spacing: 0.04em;
  color: var(--txt);
}
.partner-desc {
  font-size: 12px;
  color: var(--txt3);
  text-align: center;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.funding-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.funding-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
}
.funding-amount {
  font-family: var(--font-disp);
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 4px;
}
.funding-label {
  font-size: 13px;
  color: var(--txt2);
  margin-bottom: 8px;
}
.funding-body {
  font-size: 12px;
  color: var(--txt3);
  line-height: 1.6;
}
/* ── COMPANY / TEAM ─────────────────────────────────────── */
#company {
  padding: 120px 48px;
  background: var(--bg);
}
.page-uploads-polyplus-website2 .company-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.company-left {
}
.page-uploads-polyplus-website2 .company-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 24px;
}
.company-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 300;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.page-uploads-polyplus-website2 .timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
.timeline-item {
  position: relative;
  margin-bottom: 32px;
}
.page-uploads-polyplus-website2 .timeline-item::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--bg);
}
.timeline-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.timeline-text {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.5;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.team-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px;
  transition: all 0.3s var(--ease);
}
.page-uploads-polyplus-website2 .team-card:hover {
  border-color: rgba(200, 168, 75, 0.2);
  transform: translateY(-2px);
}
.team-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
}
.team-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 2px;
}
.team-title {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.team-cred {
  font-size: 12px;
  color: var(--teal);
  margin-top: 6px;
}
/* ── IP / PATENTS ───────────────────────────────────────── */
#ip {
  padding: 100px 48px;
  background: var(--bg2);
}
.page-uploads-polyplus-website2 .ip-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ip-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.page-uploads-polyplus-website2 .ip-left .ip-headline {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 20px;
}
.ip-left .ip-body {
  font-size: 15px;
  color: var(--txt2);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}
.patent-stat-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.patent-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.patent-stat-val {
  font-family: var(--font-disp);
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
}
.patent-stat-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--txt3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.patent-families {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.patent-family {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.page-uploads-polyplus-website2 .patent-family:hover {
  border-color: rgba(200, 168, 75, 0.2);
}
.page-uploads-polyplus-website2 .patent-family-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r);
  flex-shrink: 0;
  background: rgba(200, 168, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.patent-family-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.patent-family-desc {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.5;
}
.patent-family-count {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  margin-top: 4px;
  letter-spacing: 0.06em;
}
/* ── SAFETY / DIFFERENTIATORS ───────────────────────────── */
#safety {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.page-uploads-polyplus-website2 .safety-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-uploads-polyplus-website2 .safety-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.page-uploads-polyplus-website2 .safety-sub {
  font-size: 17px;
  color: var(--txt2);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px;
  font-weight: 300;
}
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.diff-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.page-uploads-polyplus-website2 .diff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 184, 160, 0.2);
}
.page-uploads-polyplus-website2 .diff-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.diff-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.diff-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 10px;
}
.diff-body {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.diff-metric {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--teal);
}
/* ── NEWS ────────────────────────────────────────────────── */
#news {
  padding: 100px 48px;
  background: var(--bg2);
}
.page-uploads-polyplus-website2 .news-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.page-uploads-polyplus-website2 .news-headline {
  font-family: var(--font-disp);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
}
.news-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
}
.news-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.page-uploads-polyplus-website2 .news-card:hover {
  border-color: rgba(200, 168, 75, 0.2);
  transform: translateY(-3px);
}
.news-card.featured {
  padding: 36px;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-date {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--txt3);
  letter-spacing: 0.06em;
}
.news-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.4;
}
.news-card.featured .news-title {
  font-size: 20px;
}
.news-excerpt {
  font-size: 13px;
  color: var(--txt2);
  line-height: 1.6;
}
.news-link {
  font-size: 12px;
  color: var(--gold);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  margin-top: auto;
}
.page-uploads-polyplus-website2 .news-link::after {
  content: ' →';
}
/* ── CTA / CONTACT ──────────────────────────────────────── */
#contact {
  padding: 120px 48px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.page-uploads-polyplus-website2 .cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(200, 168, 75, 0.04) 0%,
    transparent 70%
  );
}
.page-uploads-polyplus-website2 .contact-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.page-uploads-polyplus-website2 .contact-headline {
  font-family: var(--font-disp);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 20px;
}
.contact-body {
  font-size: 16px;
  color: var(--txt2);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.audience-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience-card {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 28px;
  transition: all 0.3s var(--ease);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-uploads-polyplus-website2 .audience-card:hover {
  border-color: rgba(200, 168, 75, 0.3);
  background: var(--surface2);
  transform: translateX(4px);
}
.audience-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt);
  margin-bottom: 4px;
}
.audience-desc {
  font-size: 12px;
  color: var(--txt3);
}
.audience-arrow {
  color: var(--gold);
  font-size: 18px;
}
/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--rule);
  padding: 48px 48px 32px;
}
.page-uploads-polyplus-website2 .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand {
}
.footer-logo {
  font-family: var(--font-disp);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--txt);
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--txt3);
  line-height: 1.6;
  max-width: 260px;
}
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt3);
  margin-bottom: 16px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 13px;
  color: var(--txt2);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.page-uploads-polyplus-website2 .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.footer-copy {
  font-size: 12px;
  color: var(--txt3);
  font-family: var(--font-mono);
}
.footer-tags {
  display: flex;
  gap: 8px;
}
/* ── FADE-IN ON SCROLL ──────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
.reveal-delay-5 {
  transition-delay: 0.5s;
}
.team-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.team-card-photo {
  background: var(--surface);
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.page-uploads-polyplus-website2 .team-card-photo:hover {
  border-color: rgba(200, 168, 75, 0.2);
  transform: translateY(-3px);
}
.page-uploads-polyplus-website2 .team-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.3s;
}
.team-card-photo:hover .team-photo {
  filter: grayscale(0%);
}
.page-uploads-polyplus-website2 .team-card-photo .team-name,
.page-uploads-polyplus-website2 .team-card-photo .team-title,
.page-uploads-polyplus-website2 .team-card-photo .team-cred {
  padding: 0 14px;
}
.page-uploads-polyplus-website2 .team-card-photo .team-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--txt);
  margin-top: 12px;
  margin-bottom: 2px;
}
.page-uploads-polyplus-website2 .team-card-photo .team-title {
  font-size: 11px;
  color: var(--txt3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.page-uploads-polyplus-website2 .team-card-photo .team-cred {
  font-size: 11px;
  color: var(--teal);
  margin-top: 4px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.advisor-card {
  opacity: 0.85;
}
@media (max-width: 900px) {
  .team-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ── VIDEO MODAL ─────────────────────────────────────────── */
.page-uploads-polyplus-website2 .video-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
}
.video-modal-overlay.active {
  display: flex;
}
.page-uploads-polyplus-website2 .video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}
.video-modal-inner video {
  width: 100%;
  display: block;
}
.page-uploads-polyplus-website2 .video-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
  border-width: revert;
  border-style: revert;
  border-color: revert;
  border-image: revert;
}
.page-uploads-polyplus-website2 .video-modal-close:hover {
  background: rgba(200, 168, 75, 0.8);
}
.page-uploads-polyplus-website2 .video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--teal);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(29, 184, 160, 0.3);
  border-radius: 99px;
  padding: 8px 16px;
  transition: all 0.2s;
}
.page-uploads-polyplus-website2 .video-play-btn:hover {
  background: rgba(29, 184, 160, 0.1);
  border-color: var(--teal);
}
.video-play-btn svg {
  width: 14px;
  height: 14px;
  fill: var(--teal);
}
/* ── MOBILE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .page-uploads-polyplus-website2 nav {
    padding: 0 24px;
    height: revert;
  }
  .nav-links {
    display: none;
  }
  #problem,
  #solution,
  #grid-storage,
  #technology,
  #partners,
  #company,
  #ip,
  #safety,
  #news,
  #contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-uploads-polyplus-website2 #hero {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: revert;
  }
  .split-grid,
  .company-layout,
  .contact-grid,
  .ip-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .solved-grid,
  .diff-grid {
    grid-template-columns: 1fr;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .page-uploads-polyplus-website2 .tech-card.featured {
    grid-row: auto;
    grid-column: revert;
    grid-area: revert;
  }
  .market-strip {
    grid-template-columns: 1fr 1fr;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .page-uploads-polyplus-website2 .hero-stats {
    flex-wrap: wrap;
    gap: 32px;
    grid-template-columns: revert;
  }
  .funding-strip {
    grid-template-columns: 1fr;
  }
  .partner-logos {
    flex-direction: column;
  }
  .page-uploads-polyplus-website2 .partner-logo-cell {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-right-width: revert;
    border-right-style: revert;
    border-right-color: revert;
  }
  .page-uploads-polyplus-website2 .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: revert;
  }
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

.container {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}
/* EC-MARQUEE-OVERFLOW-001: Local clip for a SOURCE marquee/ticker wrapper whose
   over-wide track would otherwise add horizontal page scroll. Applied at build
   time to the track's direct parent (see clipMarqueeOverflow). Works on every
   browser and never touches body/sticky-header behavior. */
.wpc-marquee-clip {
  overflow-x: hidden;
  max-width: 100%;
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* EC-NAV-MOBILE-010: The force-horizontal / force-inline-block rules below are DESKTOP-ONLY.
   They exist to coerce WordPress-generated <ul class="menu"><li> markup into a horizontal bar.
   Previously they were unconditional with id-specificity + !important, which overrode the source
   theme's mobile-first hide (e.g. a .nav-primary .menu display:none revealed via a hamburger).
   On classic mobile-first themes that leaked the desktop nav onto every mobile page (often as a
   full-screen overlay, since the source .menu base is position:fixed;inset:0). Scoping to a
   min-width media query keeps desktop horizontal while letting the source's mobile nav / our
   injected #wpconvert-mobile-nav drawer own small screens. */
@media (min-width: 768px) {
  /* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
  /* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
  /* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
  header ul#wpconvert-primary-ul,
  #wpconvert-primary-ul,
  #wpconvert-primary-ul.menu,
  ul#wpconvert-primary-ul.menu,
  ul.menu:not(.submenu):not(.sub-menu) {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  /* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
  /* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
  header nav.main-nav ul#wpconvert-primary-ul,
  header .main-nav ul#wpconvert-primary-ul,
  nav.main-nav ul#wpconvert-primary-ul,
  .main-nav #wpconvert-primary-ul,
  .main-nav ul#wpconvert-primary-ul {
    /* Inherit the original .main-nav ul styles */
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  /* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
  /* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
  header ul#wpconvert-primary-ul > li,
  #wpconvert-primary-ul > li,
  #wpconvert-primary-ul > li.menu-item,
  #wpconvert-primary-ul > li.menu-item-type-post_type,
  #wpconvert-primary-ul > li.menu-item-type-custom,
  #wpconvert-primary-ul > li.menu-item-object-page,
  #wpconvert-primary-ul > li.menu-item-object-custom,
  #wpconvert-primary-ul > li.menu-item-has-children,
  #wpconvert-primary-ul > li.current-menu-item,
  #wpconvert-primary-ul > li.current_page_item,
  #wpconvert-primary-ul > li.current-menu-ancestor,
  #wpconvert-primary-ul.menu > li,
  ul.menu:not(.submenu):not(.sub-menu) > li,
  body #wpconvert-primary-ul > li {
    display: inline-block !important;
    position: relative !important;
    flex-shrink: 0 !important;
    list-style: none !important;
    /* EC-NAV-295: Do NOT force the top-level item margin to zero here. This rule is
     ID-scoped (+ !important) and previously clobbered a source theme's inter-item spacing
     (e.g. .main-menu__list > li + li margin-left:37px), collapsing classic HTML
     navbars into a jammed-together row. Item spacing must come from the source theme
     (li margins) or from ulClasses on the ul (Tailwind gap-*). The gentle
     low-specificity .menu-item margin:0 default above still neutralises stray
     browser/WP margins for sites that ship none, and any source li spacing wins. */
    vertical-align: middle !important;
    float: none !important;
    width: auto !important;
    clear: none !important;
  }
}
/* End EC-NAV-MOBILE-010 desktop-only nav layout */

/* Preserve original .main-nav link styling (color/weight is width-independent) */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
/* EC-NAV-220: Layout & visibility properties stay !important so the
   hover-to-show behaviour overrides Tailwind's display:none / opacity:0
   defaults on sites without their own dropdown CSS. */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important; /* Higher than content */
  list-style: none !important;
  margin: 0 !important;
}
/* EC-NAV-220: Visual surface properties (background / border / shadow /
   padding / sizing) are emitted via :where(...) so the selector collapses
   to specificity (0,0,0). Any captured custom-submenu CSS rule with
   non-zero specificity (e.g. aura-lace .dropdown-menu with background
   var(--emerald)) automatically wins via the cascade so the author's
   luxury / dark-themed dropdown panel renders correctly.
   For sites WITHOUT captured dropdown CSS, these white-card defaults
   still apply because nothing else competes. */
:where(.menu-item.menu-item-has-children) > :where(.submenu),
:where(.menu-item.menu-item-has-children) > :where(.sub-menu),
:where(.menu-item-has-children) > :where(ul),
:where(li.menu-item-has-children) > :where(ul) {
  background: white;
  min-width: 200px;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
/* EC-NAV-296: Exclude the classic-theme sticky-header class family
   (.sticky-header / .sticky-header--normal / .sticky-header--cloned). Those are SEMANTIC
   class names from HTML themes (e.g. Visanet / Smart Travel International) that ship their
   OWN sticky-on-scroll mechanism: JS clones .main-header into a .sticky-header--cloned
   element whose source CSS keeps it position:fixed + visibility:hidden + translateY(-100%)
   (out of flow, hidden) until .active is added on scroll. The broad [class*=sticky]
   substring match also caught that clone and forced position:sticky !important, which —
   because sticky stays IN FLOW — made the invisible clone occupy ~114px of vertical space
   (white gap between navbar and hero, issue #1) and surface as a duplicate header band
   (issue #2). The exclusion is substring-scoped to sticky-header, so Tailwind's sticky
   utility (nav.sticky / header.sticky) and responsive variants like lg:sticky are
   UNAFFECTED — they never contain the sticky-header token. */
nav.sticky,
nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']),
header nav.sticky,
header
  nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']),
header.sticky,
header[class*='sticky']:not([style*='position']):not([class*='sticky-header']) {
  position: sticky !important;
}

/* EC-NAV-322: Inner <nav> must not be sticky when the header wrapper is already
   fixed/sticky — double-positioning clips menu text in pre-scroll (Kai.dev:
   fixed header + converter-injected nav.sticky.top-0). */
header.fixed nav.sticky,
header.fixed nav[class*='sticky']:not([class*='sticky-header']),
header[class*='fixed'] nav.sticky,
header[class*='fixed']
  nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']),
header.sticky nav.sticky,
header[class*='sticky']
  nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']) {
  position: static !important;
  top: auto !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
/* EC-NAV-296: same sticky-header clone exclusion (a .sticky-header--cloned does not carry
   a fixed token, but keep the guard symmetric in case a theme names a clone with both). */
nav.fixed,
nav[class*='fixed']:not([style*='position']):not([class*='sticky-header']),
header nav.fixed,
header
  nav[class*='fixed']:not([style*='position']):not([class*='sticky-header']),
header.fixed,
header[class*='fixed']:not([style*='position']):not([class*='sticky-header']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up).
 *
 * EC-NAV-276: INNER-page templates wrap content one level deeper —
 *   .site-main > div.page-SLUG > div.page-content > HERO
 * and the hero is frequently authored as a div (e.g. div.hero), not a section.
 * Static sites (e.g. WECConnect) set the original nav position:fixed and give
 * each subpage hero margin-top:NAVHEIGHT to clear it; once the universal reset
 * forces the class-only nav in-flow (sticky/relative), that top margin becomes a
 * visible white band under the bar. Zero the first child inside .page-content
 * (section OR div) so inner pages match the front page (whose hero is already
 * covered by the rules above). Scoped to .page-content, which only WPConvert
 * page templates emit — SPA inner pages never carry it. */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type,
.site-main .page-content > section:first-of-type,
.site-main .page-content > div:first-of-type,
.site-main .page-content > :first-child > :first-child {
  margin-top: 0;
}

/* EC-NAV-086: Fixed nav + full-viewport hero (Tailwind min-h-screen) — React/Vite SPAs
 * stack the hero at document top with fixed nav overlaid; body/main background shows through
 * any empty band under the bar. Pull the first min-h-screen hero up by the header bar height
 * (--wpconvert-header-bar-height from header.php EC-NAV-100; fallback 4rem) so background layers
 * align with the original SPA.
 * Only on front-page template (body.front-page); skip sections with explicit pt-* / mt-* utilities.
 * :first-of-type required: newline/whitespace between #primary and hero <section> breaks :first-child. */
body.front-page
  .site-main
  #primary
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']),
body.front-page
  .site-main
  #primary
  > div:first-of-type
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']),
body.front-page
  .site-main
  > div:first-of-type
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']) {
  /* Logged out: --wp-admin--admin-bar--height is unset → 0px. Logged in: WP sets 32px / 46px (782px). */
  margin-top: calc(
    -1 * var(--wpconvert-header-bar-height, 4rem) -
      var(--wp-admin--admin-bar--height, 0px)
  );
}

/* EC-NAV-089: Admin bar is fixed at top:0; in-flow content gets html { margin-top } but fixed nav does not,
 * so the site navbar sits under #wpadminbar. Offset primary fixed nav; exclude full-screen mobile drawer.
 * EC-NAV-323: Also offset header.fixed — React/Vite SPAs (Kai.dev) use <header class="fixed top-0">,
 * not bare nav.fixed, so the round-1 EC-NAV-089 selectors never matched. */
body.admin-bar nav.fixed.top-0:not(#wpconvert-mobile-nav),
body.admin-bar nav.fixed[class*='top-0']:not(#wpconvert-mobile-nav),
body.admin-bar header.fixed.top-0,
body.admin-bar header.fixed[class*='top-0'] {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

/* EC-NAV-087: Merged / blog / legacy CSS often sets body { padding-top: 5rem+ } as “clearance”
 * for fixed headers. With a fixed overlay nav, that padding does NOT move the bar — it only
 * pushes <main> down while body background shows through → white/cream band (~nav height) under
 * the bar. Stay Boost ships this in bundled style.css; EC-NAV-086 margin alone cannot cancel it. */
body.front-page {
  padding-top: 0 !important;
}

/* EC-HERO-014: Full-viewport hero fidelity — SPA wrapper path + min-height guard */
body.front-page #primary section#top.min-h-screen,
body.front-page
  #primary
  > div:first-of-type
  > section.min-h-screen:first-of-type {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}
body.front-page #primary section#top.min-h-screen > .absolute.bottom-10 {
  z-index: 10;
}

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
/* EC-BTN-107: Disclosure/accordion toggle buttons (aria-expanded) must not be
   text-selectable. Otherwise a double-click or click-drag on a FAQ question
   label paints the browser's default blue text-selection highlight, which the
   user sees as a stray "bluish background" that appears on one click and clears
   on the next. Native <button>s are non-selectable and the source React FAQ is
   too. Scoped to button[aria-expanded] so ordinary buttons and selectable
   content elsewhere are untouched. */
button[aria-expanded] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* EC-FORM-004: Native <select> option list styling.
 *
 * Why: EC-FORMS-004 / EC-MSTEP-001C converts Radix shadcn comboboxes to
 * native <select> elements so the form submits as a real HTML form. Native
 * select-popups inherit the trigger element background, so on shadcn forms
 * with translucent inputs (e.g. bg-white slash 10), the option list paints
 * as a translucent panel that bleeds the parent form background and makes
 * options nearly unreadable.
 *
 * The rule below paints each option on a solid surface using the same
 * shadcn --card design tokens the rest of the theme already uses, so
 * dropdowns visually match the original SelectContent / bg-popover render.
 *
 * Safety:
 *   - Scoped strictly to select option / select optgroup — never leaks
 *     to custom popover divs.
 *   - hsl(var(--card, ...)) with fallbacks degrades cleanly on themes
 *     that do not define the variable.
 *   - Safari ignores option styling entirely (no DOM hook into the native
 *     popup) so this is a no-op there. Chrome/Edge/Firefox/Brave honour it.
 */
/* EC-FORM-004 / EC-FORM-004b: solid option surfaces — card tokens by default,
   popover tokens on dark booking sections (bg-secondary / needs-wiring forms). */
select option,
select optgroup,
.bg-secondary select option,
.bg-secondary select optgroup,
form[data-wpconvert-form] select option,
form[data-wpconvert-form] select optgroup {
  background-color: hsl(var(--popover, var(--card, 0 0% 100%)));
  color: hsl(var(--popover-foreground, var(--card-foreground, 222.2 84% 4.9%)));
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */

/* EC-STATIC-013 / EC-NAV-352: Site CSS sets position:fixed on nav — override WPConvert base relative reset.
   Both selectors are scoped to <nav> and carry :not([class*='absolute']); the
   nav[role='navigation'] variant (1,4,1) beats the base [role='navigation'] rule
   (1,4,0) that the generated primary-nav markup otherwise matches. Source-order wins. */
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
nav[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: fixed !important;
}
