/* =========================================================================
   OnePro CRM — dedicated product landing page  ( crm.html )
   Aesthetic: "Freight Command Center" — dark cockpit, lime HUD accents.
   Self-contained: depends only on Google Fonts + Font Awesome.
   ========================================================================= */

/* ----------------------------- tokens ---------------------------------- */
:root {
  --c-bg:        #0b0e13;
  --c-bg-2:      #070a0e;
  --c-panel:     #11151c;
  --c-panel-2:   #0d1117;
  --c-line:      #1f2630;
  --c-line-soft: #161b22;
  --c-accent:    #cbfe1c;
  --c-accent-d:  #aadb0c;
  --c-blue:      #4db3ff;
  --c-text:      #e8ebef;
  --c-muted:     #889;
  --c-muted-2:   #6b7480;
  --c-red:       #ff4757;
  --c-amber:     #ffb648;
  --c-green:     #2fd365;
  --c-display: "Russo One", "Oswald", "Arial Black", sans-serif;
  --c-body: "Chakra Petch", system-ui, -apple-system, "Segoe UI", sans-serif;
  --c-wrap: 1240px;
}

.crm-main, .crm-main *, .crm-main *::before, .crm-main *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--c-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.crm-main a { text-decoration: none; }
/* button colors must beat the scoped `.crm-main a` cascade */
.crm-main a.cbtn-primary, .cbtn-primary { color: #07090c; }
.crm-main a.cbtn-ghost, .cbtn-ghost { color: #fff; }
.crm-main a.cbtn-primary i, .crm-main a.cbtn-ghost i { color: inherit; }
.crm-main img { max-width: 100%; display: block; }
.crm-main ul { list-style: none; }
::selection { background: var(--c-accent); color: #07090c; }

/* offcanvas menu (fullscreen — site shell, style-offcanvas-2) */
.fix-area .offcanvas-image { display: none; }
.style-offcanvas-2 .offcanvas__info {
  padding: clamp(28px, 6vw, 90px) !important;
  overflow-y: auto !important;
}
.style-offcanvas-2 .offcanvas__wrapper { height: 100%; }
.style-offcanvas-2 .offcanvas__content {
  height: 100%; width: 100%; max-width: 1180px; margin: 0 auto;
  display: flex; flex-direction: column; justify-content: center;
}
.oc-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--c-body); font-weight: 600;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: 22px;
}
.oc-eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--c-accent);
}
.oc-menu { display: flex; flex-direction: column; }
.oc-menu a {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.42;
  color: #d2d7de; letter-spacing: .5px; width: max-content; max-width: 100%;
  transition: color .22s ease, transform .22s ease;
}
.oc-menu a:hover, .oc-menu a.active { color: var(--c-accent); transform: translateX(14px); }
.oc-menu a.active { position: relative; }
.oc-menu a.active::before {
  content: ""; position: absolute; left: -22px; top: 50%;
  width: 9px; height: 9px; border-radius: 50%; background: var(--c-accent);
  transform: translateY(-50%); box-shadow: 0 0 14px var(--c-accent);
}
.offcanvas-contact {
  margin-top: clamp(28px, 4vw, 52px);
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px;
  padding-top: 30px; border-top: 1px solid rgba(255,255,255,.08);
}
.offcanvas-contact .ocl {
  width: 100%; font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--c-muted-2); margin-bottom: 4px;
}
.offcanvas-contact a:not(.cbtn) {
  display: flex; align-items: center; gap: 11px;
  color: #d2d7de; font-size: 1.02rem; font-weight: 500;
  transition: color .2s ease;
}
.offcanvas-contact a:not(.cbtn):hover { color: var(--c-accent); }
.offcanvas-contact a i { color: var(--c-accent); width: 17px; text-align: center; }
.fix-area .offcanvas__content .social-icon { margin-top: 30px; }

/* ----------------------- global atmosphere ----------------------------- */
.bg-fx { position: fixed; inset: 0; z-index: -1; pointer-events: none; }
.bg-fx .grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(203,254,28,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203,254,28,.035) 1px, transparent 1px);
  background-size: 62px 62px;
}
.bg-fx .noise {
  position: absolute; inset: 0; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}
.bg-fx .v-glow {
  position: absolute; border-radius: 50%; filter: blur(150px);
}
.bg-fx .vg1 { width: 700px; height: 700px; top: -300px; right: -200px;
  background: radial-gradient(circle, rgba(203,254,28,.10), transparent 65%); }
.bg-fx .vg2 { width: 620px; height: 620px; top: 1400px; left: -260px;
  background: radial-gradient(circle, rgba(77,179,255,.07), transparent 65%); }

.wrap { width: 100%; max-width: var(--c-wrap); margin: 0 auto; padding: 0 26px; }

/* ----------------------------- buttons --------------------------------- */
.cbtn {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .8rem; letter-spacing: 1.6px;
  padding: 16px 30px; border-radius: 10px; cursor: pointer;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease,
              background .3s ease, color .3s ease, border-color .3s ease;
}
.cbtn i { transition: transform .3s ease; }
.cbtn:hover i { transform: translateX(4px); }
.cbtn-primary {
  background: var(--c-accent); color: #07090c;
  box-shadow: 0 14px 36px -12px rgba(203,254,28,.6);
}
.cbtn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px -12px rgba(203,254,28,.85);
}
.cbtn-ghost { background: rgba(255,255,255,.02); color: #fff; border-color: var(--c-line); }
.cbtn-ghost:hover { border-color: var(--c-accent); color: var(--c-accent); transform: translateY(-3px); }
.cbtn-sm { padding: 12px 22px; font-size: .72rem; }
.cbtn-block { width: 100%; justify-content: center; }

/* eyebrow chip */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 11.5px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--c-accent); padding: 8px 16px;
  border: 1px solid rgba(203,254,28,.3); border-radius: 100px;
  background: rgba(203,254,28,.05);
}
.eyebrow .beacon {
  width: 7px; height: 7px; border-radius: 50%; background: var(--c-accent);
  animation: beacon 2.4s infinite;
}
@keyframes beacon {
  0%   { box-shadow: 0 0 0 0 rgba(203,254,28,.6); }
  70%  { box-shadow: 0 0 0 9px rgba(203,254,28,0); }
  100% { box-shadow: 0 0 0 0 rgba(203,254,28,0); }
}

/* section heading */
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 58px; }
.sec-head .eyebrow { margin-bottom: 20px; }
.sec-title {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: clamp(1.8rem, 3.3vw, 2.85rem); line-height: 1.12;
  color: #fff; letter-spacing: .5px;
}
.sec-title .hl { color: var(--c-accent); text-shadow: 0 0 32px rgba(203,254,28,.4); }
.sec-sub { color: var(--c-muted); margin-top: 16px; font-size: 1.02rem; }

.crm-main section { position: relative; }
.pad { padding: 110px 0; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--c-line), transparent); }

/* ============================== HEADER ================================= */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 34px;
  background: rgba(11,14,19,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, padding .3s ease;
}
.site-head.scrolled {
  background: rgba(8,11,15,.94); border-bottom-color: var(--c-line);
  padding: 11px 34px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark {
  width: 42px; height: 42px; border-radius: 11px;
  background: var(--c-accent); color: #07090c;
  display: grid; place-items: center; font-size: 19px;
  box-shadow: 0 8px 22px -8px rgba(203,254,28,.7);
}
.brand .bn {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .95rem; line-height: 1; color: #fff; letter-spacing: .5px;
}
.brand .bn span { color: var(--c-accent); }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  font-size: .82rem; font-weight: 600; letter-spacing: .6px;
  color: var(--c-muted); padding: 9px 15px; border-radius: 8px;
  text-transform: uppercase; transition: color .2s, background .2s;
}
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.04); }
.main-nav a.active { color: var(--c-accent); }
.head-cta { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: 0; color: #fff; font-size: 22px; cursor: pointer; }

/* ============================== HERO =================================== */
.hero { padding: 64px 0 96px; overflow: hidden; }
.hero .scan {
  position: absolute; left: 0; right: 0; top: 0; height: 220px;
  background: linear-gradient(180deg, rgba(203,254,28,.06), transparent);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1.12fr; gap: 56px; align-items: center;
}
.hero-copy .eyebrow { margin-bottom: 26px; }
.hero h1 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: clamp(2.5rem, 5vw, 4.15rem); line-height: 1.04;
  color: #fff; letter-spacing: .5px; margin-bottom: 24px;
}
.hero h1 .hl {
  color: var(--c-accent);
  text-shadow: 0 0 44px rgba(203,254,28,.5);
}
.hero h1 .out {
  -webkit-text-stroke: 1.5px var(--c-accent); color: transparent;
}
.hero-lead {
  font-size: 1.1rem; color: var(--c-muted); line-height: 1.7;
  max-width: 530px; margin-bottom: 34px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 38px; }
.hero-trust {
  display: flex; gap: 26px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--c-line);
}
.hero-trust .ht-item .n {
  font-family: var(--c-display); font-size: 1.7rem; color: #fff; line-height: 1;
}
.hero-trust .ht-item .n .u { color: var(--c-accent); }
.hero-trust .ht-item .l {
  font-size: .72rem; letter-spacing: 1.3px; text-transform: uppercase;
  color: var(--c-muted-2); margin-top: 7px;
}

/* ---------------------- hero dashboard mockup -------------------------- */
.hero-stage { position: relative; perspective: 1900px; }
.app {
  position: relative; z-index: 2;
  background: linear-gradient(165deg, #12161e, #0a0d12);
  border: 1px solid var(--c-line); border-radius: 17px; overflow: hidden;
  box-shadow: 0 60px 110px -45px rgba(0,0,0,.9),
              0 1px 0 0 rgba(203,254,28,.12) inset;
  transform: rotateY(-15deg) rotateX(5deg);
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.hero-stage:hover .app { transform: rotateY(-6deg) rotateX(2deg); }

.bracket {
  position: absolute; width: 34px; height: 34px; z-index: 6;
  border: 2px solid var(--c-accent); pointer-events: none;
}
.bracket.tl { top: -8px; left: -8px; border-right: 0; border-bottom: 0; }
.bracket.tr { top: -8px; right: -8px; border-left: 0; border-bottom: 0; }
.bracket.bl { bottom: -8px; left: -8px; border-right: 0; border-top: 0; }
.bracket.br { bottom: -8px; right: -8px; border-left: 0; border-top: 0; }

.app-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 16px; background: #0c0f15; border-bottom: 1px solid var(--c-line);
}
.tl-dot { width: 11px; height: 11px; border-radius: 50%; }
.tl-dot.r { background: #ff5f57; } .tl-dot.y { background: #febc2e; } .tl-dot.g { background: #28c840; }
.app-bar .title {
  margin-left: 11px; font-family: var(--c-display); font-size: 11px;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-muted);
}
.app-bar .live {
  margin-left: auto; display: flex; align-items: center; gap: 6px;
  font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--c-accent);
}
.app-bar .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-accent); animation: blink 1.5s infinite;
}
@keyframes blink { 50% { opacity: .2; } }

.app-body { display: grid; grid-template-columns: 132px 1fr; min-height: 430px; }
.app-side {
  background: #0a0d12; border-right: 1px solid var(--c-line); padding: 12px 9px;
}
.app-side .si {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 9px; border-radius: 7px; margin-bottom: 3px;
  font-size: 11px; color: var(--c-muted-2); font-weight: 500;
}
.app-side .si i { width: 14px; text-align: center; font-size: 12px; }
.app-side .si.on {
  background: rgba(203,254,28,.1); color: var(--c-accent);
  box-shadow: inset 2px 0 0 var(--c-accent);
}
.app-content { padding: 16px; }

/* stat cards row */
.app-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-bottom: 15px; }
.scard {
  background: #0c1016; border: 1px solid var(--c-line); border-radius: 9px; padding: 10px;
}
.scard .sk {
  font-size: 8px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--c-muted-2); margin-bottom: 6px;
}
.scard .sv {
  font-family: var(--c-display); font-size: 1.05rem; color: #fff;
  display: flex; align-items: baseline; gap: 2px;
}
.scard .sv small { font-size: .58rem; color: var(--c-accent); }
.scard.hot .sv { color: var(--c-accent); }
.scard .sbar {
  height: 3px; border-radius: 2px; background: #1a2029; margin-top: 7px; overflow: hidden;
}
.scard .sbar i {
  display: block; height: 100%; background: var(--c-accent); width: 0;
  transition: width 1.4s cubic-bezier(.2,.8,.2,1);
}

/* mini board */
.app-panel {
  background: #0c1016; border: 1px solid var(--c-line);
  border-radius: 10px; padding: 13px; margin-bottom: 12px;
}
.ap-head {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;
}
.ap-head b {
  font-family: var(--c-display); font-size: 10.5px; letter-spacing: 1.3px;
  text-transform: uppercase; color: #fff;
}
.ap-head .tag {
  font-size: 8px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--c-accent); border: 1px solid rgba(203,254,28,.3);
  padding: 2px 7px; border-radius: 5px;
}
.brow {
  display: grid; grid-template-columns: 64px repeat(7,1fr); gap: 4px;
  align-items: center; margin-bottom: 4px;
}
.brow.h span {
  font-size: 7.5px; letter-spacing: .4px; text-transform: uppercase;
  color: var(--c-muted-2); text-align: center;
}
.brow .bn-drv {
  font-size: 9px; font-weight: 600; color: var(--c-text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bcell {
  height: 21px; border-radius: 4px; border: 1px solid var(--c-line);
  background: #0e1319; display: grid; place-items: center;
  font-size: 8px; font-weight: 700; color: var(--c-muted-2);
  opacity: 0; transform: scale(.6);
}
.bcell.full  { background: rgba(47,211,101,.16);  border-color: rgba(47,211,101,.4);  color: #58e588; }
.bcell.part  { background: rgba(255,182,72,.15); border-color: rgba(255,182,72,.4); color: var(--c-amber); }
.bcell.empty { background: rgba(255,71,87,.13);  border-color: rgba(255,71,87,.4);  color: var(--c-red); }
.in-view .bcell { animation: pop .5s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes pop { to { opacity: 1; transform: scale(1); } }

/* lower split: ring + feed */
.app-split { display: grid; grid-template-columns: 1fr 1.25fr; gap: 12px; }
.ring-card, .feed-card {
  background: #0c1016; border: 1px solid var(--c-line); border-radius: 10px; padding: 13px;
}
.ring-card { display: flex; flex-direction: column; align-items: center; }
.ring-card .rt {
  font-size: 8.5px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--c-muted-2); align-self: flex-start; margin-bottom: 4px;
}
.ring-card svg { width: 96px; height: 96px; }
.ring-bg { fill: none; stroke: #1a2029; stroke-width: 9; }
.ring-fg {
  fill: none; stroke: var(--c-accent); stroke-width: 9; stroke-linecap: round;
  stroke-dasharray: 251; stroke-dashoffset: 251;
  transform: rotate(-90deg); transform-origin: 50% 50%;
}
.in-view .ring-fg { animation: ring 1.8s ease .4s forwards; }
@keyframes ring { to { stroke-dashoffset: 58; } }
.ring-card .rc {
  margin-top: -62px; margin-bottom: 30px; text-align: center;
}
.ring-card .rc .rv { font-family: var(--c-display); font-size: 1.3rem; color: #fff; }
.ring-card .rc .rl { font-size: 7.5px; letter-spacing: .8px; text-transform: uppercase; color: var(--c-muted-2); }

.feed-card .rt {
  font-size: 8.5px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--c-muted-2); margin-bottom: 9px;
}
.feed-row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0; border-bottom: 1px dashed var(--c-line-soft);
  font-size: 9.5px; color: var(--c-muted);
}
.feed-row:last-child { border-bottom: 0; }
.feed-row i {
  width: 18px; height: 18px; border-radius: 5px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 8px;
}
.feed-row i.gr { background: rgba(47,211,101,.16); color: #58e588; }
.feed-row i.am { background: rgba(255,182,72,.16); color: var(--c-amber); }
.feed-row i.ac { background: rgba(203,254,28,.14); color: var(--c-accent); }
.feed-row b { color: #fff; font-weight: 600; }
.feed-row .ago { margin-left: auto; color: var(--c-muted-2); font-size: 8.5px; }

/* floating HUD chips */
.hud {
  position: absolute; z-index: 7;
  background: linear-gradient(150deg,#161b24,#0c0f15);
  border: 1px solid var(--c-line); border-radius: 12px;
  box-shadow: 0 28px 56px -22px rgba(0,0,0,.92);
}
.hud-1 {
  right: -34px; top: 96px; padding: 13px 16px; width: 196px;
  border-color: rgba(255,71,87,.38);
  animation: float 6s ease-in-out infinite;
}
.hud-1 .h1t {
  display: flex; align-items: center; gap: 7px; margin-bottom: 6px;
  font-family: var(--c-display); font-size: 9px; letter-spacing: 1.3px;
  text-transform: uppercase; color: var(--c-red);
}
.hud-1 .h1t i {
  width: 17px; height: 17px; border-radius: 5px; font-size: 8px;
  background: rgba(255,71,87,.18); display: grid; place-items: center;
}
.hud-1 .h1m { font-size: 11px; color: var(--c-text); line-height: 1.45; }
.hud-1 .h1m b { color: #fff; }
.hud-2 {
  left: -40px; bottom: 92px; padding: 12px 17px;
  border-color: rgba(203,254,28,.34);
  animation: float 7s ease-in-out infinite reverse;
}
.hud-2 .h2k {
  font-size: 8.5px; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--c-muted-2); margin-bottom: 3px;
}
.hud-2 .h2v {
  font-family: var(--c-display); font-size: 1.35rem; color: var(--c-accent);
  display: flex; align-items: center; gap: 7px;
}
.hud-2 .h2v i { font-size: .75rem; }
.hud-3 {
  left: -28px; top: 60px; padding: 10px 14px;
  display: flex; align-items: center; gap: 9px;
  animation: float 8s ease-in-out infinite;
}
.hud-3 .av {
  width: 26px; height: 26px; border-radius: 7px; background: rgba(77,179,255,.16);
  color: var(--c-blue); display: grid; place-items: center; font-size: 11px;
}
.hud-3 .h3t { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--c-muted-2); }
.hud-3 .h3v { font-family: var(--c-display); font-size: .82rem; color: #fff; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* ----------------------- capability marquee ---------------------------- */
.marquee {
  border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line);
  background: var(--c-bg-2); padding: 22px 0; overflow: hidden;
}
.marquee .track {
  display: flex; gap: 54px; width: max-content;
  animation: slide 38s linear infinite;
}
.marquee:hover .track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.marquee .mi {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .92rem; letter-spacing: 1.5px; color: var(--c-muted);
  white-space: nowrap;
}
.marquee .mi i { color: var(--c-accent); font-size: .85rem; }

/* --------------------------- problem ----------------------------------- */
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.cmp-card {
  border: 1px solid var(--c-line); border-radius: 16px; padding: 34px 32px;
  position: relative; overflow: hidden;
}
.cmp-card.bad { background: linear-gradient(160deg, rgba(255,71,87,.05), transparent); }
.cmp-card.good {
  background: linear-gradient(160deg, rgba(203,254,28,.07), transparent);
  border-color: rgba(203,254,28,.3);
}
.cmp-card .cc-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--c-display); font-size: .78rem; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 20px;
}
.cmp-card.bad .cc-tag { color: var(--c-red); }
.cmp-card.good .cc-tag { color: var(--c-accent); }
.cmp-card h3 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1.25rem; color: #fff; margin-bottom: 18px;
}
.cmp-card li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 9px 0; font-size: .95rem; color: var(--c-muted);
}
.cmp-card li i { margin-top: 3px; flex-shrink: 0; }
.cmp-card.bad li i { color: var(--c-red); }
.cmp-card.good li i { color: var(--c-accent); }
.cmp-card.good li { color: var(--c-text); }

/* --------------------------- feature grid ------------------------------ */
.feat-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.feat {
  position: relative; background: var(--c-panel);
  border: 1px solid var(--c-line); border-radius: 15px;
  padding: 30px 28px; overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s, background .35s;
}
.feat::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx,50%) var(--my,0%),
              rgba(203,254,28,.09), transparent 60%);
  opacity: 0; transition: opacity .35s ease; pointer-events: none;
}
.feat:hover {
  transform: translateY(-7px); border-color: rgba(203,254,28,.4);
  background: #141922;
}
.feat:hover::after { opacity: 1; }
.feat .f-corner {
  position: absolute; top: 13px; right: 13px; width: 17px; height: 17px;
  border-top: 2px solid var(--c-line); border-right: 2px solid var(--c-line);
  transition: border-color .35s ease;
}
.feat:hover .f-corner { border-color: var(--c-accent); }
.feat .f-ic {
  width: 52px; height: 52px; border-radius: 13px;
  background: rgba(203,254,28,.1); border: 1px solid rgba(203,254,28,.26);
  display: grid; place-items: center; color: var(--c-accent); font-size: 21px;
  margin-bottom: 20px; transition: transform .35s ease;
}
.feat:hover .f-ic { transform: scale(1.08) rotate(-4deg); }
.feat h3 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1.04rem; color: #fff; margin-bottom: 10px; letter-spacing: .4px;
}
.feat p { font-size: .92rem; color: var(--c-muted); line-height: 1.65; }
.feat .f-no {
  position: absolute; bottom: 14px; right: 18px;
  font-family: var(--c-display); font-size: 2.4rem; color: rgba(255,255,255,.03);
}

/* --------------------------- showcase ---------------------------------- */
.showcase { background: var(--c-bg-2); border-block: 1px solid var(--c-line); }
.show-grid {
  display: grid; grid-template-columns: 1fr 1.32fr; gap: 56px; align-items: center;
}
.show-copy .eyebrow { margin-bottom: 22px; }
.show-copy h2 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.12; color: #fff; margin-bottom: 18px;
}
.show-copy h2 .hl { color: var(--c-accent); }
.show-copy > p { color: var(--c-muted); margin-bottom: 26px; font-size: 1.02rem; }
.show-list li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 13px 0; border-bottom: 1px solid var(--c-line-soft);
}
.show-list li:last-child { border-bottom: 0; }
.show-list .sl-ic {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 13px;
  background: rgba(203,254,28,.1); color: var(--c-accent);
  border: 1px solid rgba(203,254,28,.24);
}
.show-list .sl-tx b {
  display: block; font-family: var(--c-display); text-transform: uppercase;
  font-size: .85rem; color: #fff; margin-bottom: 3px; letter-spacing: .4px;
}
.show-list .sl-tx span { font-size: .88rem; color: var(--c-muted); }

/* big board panel */
.board-panel {
  position: relative; background: linear-gradient(165deg,#12161e,#0a0d12);
  border: 1px solid var(--c-line); border-radius: 16px; padding: 22px;
  box-shadow: 0 50px 100px -45px rgba(0,0,0,.85);
  overflow: hidden;
}
.board-panel .scan-sweep {
  position: absolute; left: 0; right: 0; height: 120px; top: -120px;
  background: linear-gradient(180deg, transparent, rgba(203,254,28,.07), transparent);
  pointer-events: none;
}
.in-view .board-panel .scan-sweep { animation: sweep 4.5s ease-in-out 1s infinite; }
@keyframes sweep { 0% { top: -120px; } 60%,100% { top: 105%; } }
.bp-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; flex-wrap: wrap; gap: 10px;
}
.bp-head h4 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1rem; color: #fff; display: flex; align-items: center; gap: 9px;
}
.bp-head h4 i { color: var(--c-accent); }
.bp-legend { display: flex; gap: 13px; }
.bp-legend span {
  display: flex; align-items: center; gap: 6px;
  font-size: 9.5px; letter-spacing: .8px; text-transform: uppercase; color: var(--c-muted);
}
.bp-legend span::before {
  content: ""; width: 9px; height: 9px; border-radius: 3px;
}
.bp-legend .lg-f::before { background: #2fd365; }
.bp-legend .lg-p::before { background: var(--c-amber); }
.bp-legend .lg-e::before { background: var(--c-red); }
.bp-board { /* big grid */ }
.bp-row {
  display: grid; grid-template-columns: 130px repeat(7,1fr); gap: 7px;
  align-items: center; margin-bottom: 7px;
}
.bp-row.h span {
  font-size: 9px; letter-spacing: .6px; text-transform: uppercase;
  color: var(--c-muted-2); text-align: center; padding-bottom: 3px;
}
.bp-drv {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; color: var(--c-text);
}
.bp-drv .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
.bp-cell {
  height: 38px; border-radius: 7px; border: 1px solid var(--c-line);
  background: #0e1319; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1px;
  font-size: 11px; font-weight: 700;
  opacity: 0; transform: scale(.6);
}
.bp-cell .cl { font-size: 7px; letter-spacing: .5px; text-transform: uppercase; opacity: .7; font-weight: 600; }
.bp-cell.full  { background: rgba(47,211,101,.15);  border-color: rgba(47,211,101,.4);  color: #58e588; }
.bp-cell.part  { background: rgba(255,182,72,.14); border-color: rgba(255,182,72,.4); color: var(--c-amber); }
.bp-cell.empty { background: rgba(255,71,87,.12);  border-color: rgba(255,71,87,.42); color: var(--c-red); }
.bp-cell.full:hover, .bp-cell.part:hover, .bp-cell.empty:hover { filter: brightness(1.35); }
.in-view .bp-cell { animation: pop .55s cubic-bezier(.2,.8,.2,1) forwards; }
.bp-foot {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--c-line);
}
.bp-foot .bf {
  font-size: 10px; letter-spacing: .8px; text-transform: uppercase; color: var(--c-muted-2);
}
.bp-foot .bf b { font-family: var(--c-display); color: var(--c-accent); font-size: 1.05rem; }

/* --------------------------- roles ------------------------------------- */
.role-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.role {
  background: var(--c-panel); border: 1px solid var(--c-line); border-radius: 15px;
  padding: 28px 24px; transition: transform .35s, border-color .35s;
}
.role:hover { transform: translateY(-6px); border-color: rgba(203,254,28,.34); }
.role .r-ic {
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 18px;
  display: grid; place-items: center; font-size: 18px;
  background: rgba(203,254,28,.1); border: 1px solid rgba(203,254,28,.25); color: var(--c-accent);
}
.role h3 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1rem; color: #fff; margin-bottom: 4px;
}
.role .r-sub { font-size: .76rem; letter-spacing: 1px; text-transform: uppercase; color: var(--c-accent); margin-bottom: 15px; }
.role li {
  font-size: .87rem; color: var(--c-muted); padding: 6px 0;
  display: flex; gap: 9px; align-items: flex-start;
}
.role li i { color: var(--c-accent); font-size: 10px; margin-top: 5px; flex-shrink: 0; }

/* --------------------------- pricing ----------------------------------- */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan {
  position: relative; background: var(--c-panel);
  border: 1px solid var(--c-line); border-radius: 17px; padding: 34px 30px;
  display: flex; flex-direction: column;
  transition: transform .35s, border-color .35s;
}
.plan:hover { transform: translateY(-7px); border-color: rgba(203,254,28,.34); }
.plan.featured {
  border-color: var(--c-accent);
  background: linear-gradient(170deg, rgba(203,254,28,.07), var(--c-panel) 45%);
  box-shadow: 0 40px 80px -40px rgba(203,254,28,.3);
}
.plan .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--c-accent); color: #07090c;
  font-family: var(--c-display); font-size: .65rem; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 6px 16px; border-radius: 100px;
}
.plan .p-name {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1.05rem; color: #fff; letter-spacing: .5px;
}
.plan .p-for { font-size: .82rem; color: var(--c-muted); margin: 6px 0 22px; }
.plan .p-price {
  display: flex; align-items: baseline; gap: 4px;
  padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--c-line);
}
.plan .p-price .cur { font-size: 1.2rem; color: var(--c-accent); font-weight: 700; }
.plan .p-price .amt { font-family: var(--c-display); font-size: 2.9rem; color: #fff; line-height: 1; }
.plan .p-price .per { font-size: .82rem; color: var(--c-muted-2); }
.plan .p-price.custom .amt { font-size: 2rem; }
.plan ul { flex: 1; margin-bottom: 26px; }
.plan li {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: .89rem; color: var(--c-muted); padding: 8px 0;
}
.plan li i { color: var(--c-accent); font-size: 11px; margin-top: 4px; flex-shrink: 0; }
.plan li.off { color: var(--c-muted-2); }
.plan li.off i { color: var(--c-muted-2); }
.price-note {
  margin-top: 34px; text-align: center;
  background: linear-gradient(160deg, rgba(203,254,28,.08), transparent);
  border: 1px solid rgba(203,254,28,.28); border-radius: 14px;
  padding: 22px 28px;
}
.price-note b { color: var(--c-accent); font-family: var(--c-display); text-transform: uppercase; letter-spacing: .5px; }
.price-note p { color: var(--c-muted); font-size: .95rem; margin-top: 6px; }

/* ------------------------- two ways ------------------------------------ */
.ways { background: var(--c-bg-2); border-block: 1px solid var(--c-line); }
.way-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.way {
  position: relative; border-radius: 17px; padding: 40px 36px;
  border: 1px solid var(--c-line); overflow: hidden;
}
.way .w-num {
  font-family: var(--c-display); font-size: .8rem; letter-spacing: 2px;
  color: var(--c-accent); margin-bottom: 14px;
}
.way h3 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1.4rem; color: #fff; margin-bottom: 14px; line-height: 1.2;
}
.way p { color: var(--c-muted); font-size: .97rem; margin-bottom: 24px; }
.way.alt { background: linear-gradient(160deg, rgba(203,254,28,.08), transparent); border-color: rgba(203,254,28,.3); }
.way .w-glow {
  position: absolute; width: 240px; height: 240px; border-radius: 50%;
  filter: blur(90px); right: -90px; top: -90px;
  background: radial-gradient(circle, rgba(203,254,28,.16), transparent 70%);
}

/* --------------------------- FAQ --------------------------------------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq {
  border: 1px solid var(--c-line); border-radius: 12px;
  margin-bottom: 12px; background: var(--c-panel); overflow: hidden;
  transition: border-color .3s ease;
}
.faq.open { border-color: rgba(203,254,28,.4); }
.faq-q {
  display: flex; align-items: center; gap: 16px; width: 100%;
  padding: 21px 24px; background: none; border: 0; cursor: pointer;
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .92rem; color: #fff; text-align: left; letter-spacing: .4px;
}
.faq-q .qi {
  margin-left: auto; flex-shrink: 0; width: 26px; height: 26px;
  border-radius: 7px; border: 1px solid var(--c-line);
  display: grid; place-items: center; color: var(--c-accent);
  transition: transform .3s ease, background .3s ease;
}
.faq.open .qi { transform: rotate(45deg); background: rgba(203,254,28,.12); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1);
}
.faq-a p { padding: 0 24px 22px; color: var(--c-muted); font-size: .95rem; line-height: 1.7; }

/* --------------------------- final CTA --------------------------------- */
.final {
  position: relative; text-align: center; overflow: hidden;
  border-top: 1px solid var(--c-line);
}
.final .f-glow {
  position: absolute; width: 760px; height: 460px; border-radius: 50%;
  filter: blur(140px); left: 50%; top: 30%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(203,254,28,.14), transparent 65%);
  pointer-events: none;
}
.final .eyebrow { margin-bottom: 24px; }
.final h2 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: clamp(2rem,4vw,3.4rem); line-height: 1.08; color: #fff;
  max-width: 880px; margin: 0 auto 20px;
}
.final h2 .hl { color: var(--c-accent); text-shadow: 0 0 40px rgba(203,254,28,.5); }
.final p { color: var(--c-muted); max-width: 540px; margin: 0 auto 36px; font-size: 1.05rem; }
.final .hero-cta { justify-content: center; }

/* --------------------------- footer ------------------------------------ */
.site-foot {
  background: var(--c-bg-2); border-top: 1px solid var(--c-line);
  padding: 56px 0 30px;
}
.foot-top {
  display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;
  padding-bottom: 34px; border-bottom: 1px solid var(--c-line);
}
.foot-brand { max-width: 320px; }
.foot-brand p { color: var(--c-muted); font-size: .9rem; margin-top: 16px; }
.foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.foot-col h5 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .8rem; color: #fff; letter-spacing: 1px; margin-bottom: 14px;
}
.foot-col a, .foot-col span {
  display: block; color: var(--c-muted); font-size: .88rem;
  padding: 5px 0; transition: color .2s;
}
.foot-col a:hover { color: var(--c-accent); }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 24px; color: var(--c-muted-2); font-size: .82rem;
}

/* ----------------------- scroll reveal --------------------------------- */
.rv { opacity: 0; transform: translateY(38px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.rv.in { opacity: 1; transform: translateY(0); }
.rv.d1 { transition-delay: .08s; } .rv.d2 { transition-delay: .16s; }
.rv.d3 { transition-delay: .24s; } .rv.d4 { transition-delay: .32s; }
.rv.d5 { transition-delay: .40s; } .rv.d6 { transition-delay: .48s; }

/* --------------------------- responsive -------------------------------- */
@media (max-width: 1080px) {
  .hero-grid, .show-grid { grid-template-columns: 1fr; gap: 64px; }
  .app, .hero-stage:hover .app { transform: none; }
  .hero-stage { max-width: 560px; margin: 0 auto; }
  .feat-grid, .role-grid, .price-grid { grid-template-columns: repeat(2,1fr); }
  .main-nav { display: none; }
  .burger { display: block; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 18px; }
  .pad { padding: 78px 0; }
  .hero { padding: 134px 0 70px; }
  .split-2, .feat-grid, .role-grid, .price-grid, .way-grid { grid-template-columns: 1fr; }
  .hero-cta .cbtn, .final .hero-cta .cbtn { flex: 1; justify-content: center; }
  .hud-1, .hud-3 { display: none; }
  .site-head { padding: 13px 18px; }
  .app-stats { grid-template-columns: repeat(2,1fr); }
  .bp-row { grid-template-columns: 84px repeat(7,1fr); gap: 4px; }
  .bp-cell { height: 32px; }
  .app-split { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
  .rv { opacity: 1; transform: none; }
  .bcell, .bp-cell { opacity: 1; transform: none; }
}

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(7,10,14,.97); backdrop-filter: blur(8px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.drawer.open { opacity: 1; pointer-events: auto; }
.drawer a {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: 1.3rem; color: var(--c-muted); padding: 14px;
}
.drawer a:hover, .drawer a.active { color: var(--c-accent); }
.drawer .dx {
  position: absolute; top: 24px; right: 24px;
  background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer;
}

/* =========================================================================
   v2 — deeper product packaging: module deep-dives, capabilities, security
   ========================================================================= */

/* reversed deep-dive row */
.show-grid.rev { direction: rtl; }
.show-grid.rev > * { direction: ltr; }

/* generic mock panel */
.mock {
  position: relative; background: linear-gradient(165deg,#12161e,#0a0d12);
  border: 1px solid var(--c-line); border-radius: 16px;
  box-shadow: 0 50px 100px -45px rgba(0,0,0,.85); overflow: hidden;
}
.mock .mock-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 12px 15px; background: #0c0f15; border-bottom: 1px solid var(--c-line);
}
.mock .mock-bar .title {
  margin-left: 9px; font-family: var(--c-display); font-size: 10.5px;
  letter-spacing: 1.4px; text-transform: uppercase; color: var(--c-muted);
}
.mock .mock-bar .live {
  margin-left: auto; font-size: 9px; letter-spacing: 1.3px; text-transform: uppercase;
  color: var(--c-accent); display: flex; align-items: center; gap: 5px;
}
.mock .mock-bar .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-accent); animation: blink 1.5s infinite;
}
.mock .mock-body { padding: 18px; }

/* KPI chip row */
.kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 14px; }
.kpi { background: #0c1016; border: 1px solid var(--c-line); border-radius: 9px; padding: 11px 12px; }
.kpi .kk { font-size: 8.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--c-muted-2); margin-bottom: 5px; }
.kpi .kv { font-family: var(--c-display); font-size: 1.12rem; color: #fff; }
.kpi.up .kv { color: var(--c-accent); }
.kpi.down .kv { color: var(--c-red); }

/* aging bars */
.aging { background: #0c1016; border: 1px solid var(--c-line); border-radius: 10px; padding: 14px; margin-bottom: 12px; }
.aging .ag-t, .cashflow .cf-th {
  font-family: var(--c-display); font-size: 10px; letter-spacing: 1.2px;
  text-transform: uppercase; color: #fff; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.aging .ag-t i, .cashflow .cf-th i { color: var(--c-accent); }
.ag-row { display: grid; grid-template-columns: 58px 1fr 54px; gap: 10px; align-items: center; margin-bottom: 9px; }
.ag-row:last-child { margin-bottom: 0; }
.ag-row .ag-l { font-size: 9.5px; color: var(--c-muted); font-weight: 600; }
.ag-row .ag-track { height: 9px; background: #161b22; border-radius: 5px; overflow: hidden; }
.ag-row .ag-fill { height: 100%; border-radius: 5px; width: 0; transition: width 1.3s cubic-bezier(.2,.8,.2,1); }
.ag-row .ag-fill.ok   { background: linear-gradient(90deg,#2fd365,#27b052); }
.ag-row .ag-fill.warn { background: linear-gradient(90deg,#ffb648,#e0930f); }
.ag-row .ag-fill.bad  { background: linear-gradient(90deg,#ff4757,#c5303e); }
.ag-row .ag-v { font-family: var(--c-display); font-size: 10px; color: #fff; text-align: right; }

/* cashflow strip */
.cashflow { background: #0c1016; border: 1px solid var(--c-line); border-radius: 10px; padding: 14px; }
.cf-bars { display: flex; align-items: flex-end; gap: 8px; height: 76px; }
.cf-bars .cf-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.cf-bars .cf-b { width: 100%; background: linear-gradient(180deg,var(--c-accent),#7c9c10); border-radius: 4px 4px 0 0; height: 0; transition: height 1s cubic-bezier(.2,.8,.2,1); }
.cf-bars .cf-col.dim .cf-b { background: linear-gradient(180deg,#2a3340,#1a2029); }
.cf-bars .cf-x { font-size: 7.5px; letter-spacing: .4px; text-transform: uppercase; color: var(--c-muted-2); }

/* broker list mock */
.bk-list { background: #0c1016; border: 1px solid var(--c-line); border-radius: 10px; padding: 4px 13px; margin-bottom: 12px; }
.bk-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px dashed var(--c-line-soft); }
.bk-row:last-child { border-bottom: 0; }
.bk-row .bk-name { font-size: 11.5px; font-weight: 600; color: #fff; }
.bk-row .bk-sub { font-size: 8px; color: var(--c-muted-2); letter-spacing: .5px; text-transform: uppercase; margin-top: 2px; }
.bk-row .bk-rev { font-family: var(--c-display); font-size: 11px; color: var(--c-accent); }
.bk-badge { font-size: 8px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; padding: 3px 8px; border-radius: 5px; }
.bk-badge.good { background: rgba(47,211,101,.16); color: #58e588; }
.bk-badge.risky { background: rgba(255,182,72,.16); color: var(--c-amber); }
.bk-badge.bad { background: rgba(255,71,87,.15); color: var(--c-red); }

/* telegram card mock */
.tg-card { background: linear-gradient(160deg,rgba(77,179,255,.08),#0c1016); border: 1px solid rgba(77,179,255,.3); border-radius: 10px; padding: 13px; }
.tg-card .tg-h { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; }
.tg-card .tg-h .tg-ic { width: 24px; height: 24px; border-radius: 6px; background: rgba(77,179,255,.18); color: var(--c-blue); display: grid; place-items: center; font-size: 11px; }
.tg-card .tg-h b { font-family: var(--c-display); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: #fff; }
.tg-card .tg-h .tg-sent { margin-left: auto; font-size: 8px; color: var(--c-blue); letter-spacing: .6px; text-transform: uppercase; }
.tg-bubble { background: #0e1319; border: 1px solid var(--c-line); border-radius: 8px; padding: 10px 12px; font-size: 10px; color: var(--c-muted); line-height: 1.6; }
.tg-bubble b { color: #fff; }

/* capabilities checklist */
.caps { background: var(--c-bg-2); border-block: 1px solid var(--c-line); }
.caps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.caps-col {
  background: var(--c-panel); border: 1px solid var(--c-line);
  border-radius: 15px; padding: 26px 24px;
  transition: transform .35s, border-color .35s;
}
.caps-col:hover { transform: translateY(-5px); border-color: rgba(203,254,28,.32); }
.caps-col .cc-h { display: flex; align-items: center; gap: 11px; margin-bottom: 6px; }
.caps-col .cc-h .cc-ic {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: rgba(203,254,28,.1); border: 1px solid rgba(203,254,28,.26);
  color: var(--c-accent); display: grid; place-items: center; font-size: 16px;
}
.caps-col .cc-h h3 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .98rem; color: #fff; letter-spacing: .4px;
}
.caps-col .cc-count { font-size: .74rem; color: var(--c-accent); margin: 0 0 16px 51px; letter-spacing: .5px; }
.caps-col li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: .87rem; color: var(--c-muted); padding: 6px 0;
}
.caps-col li i { color: var(--c-accent); font-size: 10px; margin-top: 5px; flex-shrink: 0; }
.caps-col li b { color: var(--c-text); font-weight: 600; }

/* security band */
.sec-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.sec-card {
  position: relative; background: var(--c-panel); border: 1px solid var(--c-line);
  border-radius: 15px; padding: 28px 24px; overflow: hidden;
  transition: transform .35s, border-color .35s;
}
.sec-card:hover { transform: translateY(-6px); border-color: rgba(203,254,28,.34); }
.sec-card .sx-ic {
  width: 48px; height: 48px; border-radius: 12px; margin-bottom: 18px;
  background: rgba(203,254,28,.1); border: 1px solid rgba(203,254,28,.25);
  color: var(--c-accent); display: grid; place-items: center; font-size: 19px;
}
.sec-card h3 {
  font-family: var(--c-display); text-transform: uppercase;
  font-size: .95rem; color: #fff; margin-bottom: 9px; letter-spacing: .4px;
}
.sec-card p { font-size: .86rem; color: var(--c-muted); line-height: 1.6; }

/* stat band */
.statband { border-block: 1px solid var(--c-line); background: var(--c-bg-2); }
.statband-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.statband .sb-item { text-align: center; padding: 8px; }
.statband .sb-n {
  font-family: var(--c-display); font-size: clamp(2.1rem,3.4vw,3rem);
  color: var(--c-accent); line-height: 1; text-shadow: 0 0 30px rgba(203,254,28,.35);
}
.statband .sb-n .u { color: #fff; }
.statband .sb-l {
  font-size: .8rem; letter-spacing: 1.3px; text-transform: uppercase;
  color: var(--c-muted); margin-top: 12px;
}

/* deep-dive stacked rows */
.deep .show-grid + .show-grid { margin-top: 116px; }

@media (max-width: 1080px) {
  .caps-grid { grid-template-columns: repeat(2,1fr); }
  .sec-grid { grid-template-columns: repeat(2,1fr); }
  .statband-grid { grid-template-columns: repeat(2,1fr); gap: 34px; }
  .show-grid.rev { direction: ltr; }
  .deep .show-grid + .show-grid { margin-top: 64px; }
}
@media (max-width: 720px) {
  .caps-grid, .sec-grid { grid-template-columns: 1fr; }
  .kpi-row { grid-template-columns: 1fr 1fr; }
}

/* ===================== phone adaptation (<= 600px) ===================== */
@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .pad { padding: 60px 0; }
  .sec-head { margin-bottom: 38px; }

  /* display type — shrink so nothing clips */
  .hero h1 { font-size: 2.1rem; line-height: 1.1; margin-bottom: 18px; }
  .hero-lead { font-size: .98rem; margin-bottom: 26px; }
  .sec-title { font-size: 1.4rem; }
  .sec-sub { font-size: .95rem; }
  .show-copy h2 { font-size: 1.4rem; }
  .final h2 { font-size: 1.5rem; }
  .final p { font-size: .98rem; }
  .way h3 { font-size: 1.2rem; }
  .cmp-card h3 { font-size: 1.1rem; }

  /* hero CTAs */
  .hero-cta { gap: 11px; }
  .hero-trust { gap: 18px 26px; }
  .hero-trust .ht-item .n { font-size: 1.5rem; }

  /* hero dashboard mockup — icon-only sidebar rail */
  .hero-stage { max-width: 100%; perspective: none; }
  .app-body { grid-template-columns: 46px 1fr; min-height: 0; }
  .app-side { padding: 10px 5px; }
  .app-side .si { font-size: 0; gap: 0; padding: 10px 0; justify-content: center; }
  .app-side .si i { font-size: 13px; width: auto; }
  .app-content { padding: 12px; }
  .app-stats { grid-template-columns: 1fr 1fr; }
  .hud-2 { display: none; }

  /* stat band */
  .statband .sb-n { font-size: 2.05rem; }
  .statband-grid { gap: 26px 18px; }

  /* deep-dive boards stay readable */
  .bp-row { grid-template-columns: 62px repeat(7,1fr); gap: 3px; }
  .bp-cell { height: 34px; font-size: 9px; }
  .bp-cell .cl { display: none; }
  .bp-drv { font-size: 9px; gap: 5px; }
  .bp-head h4 { font-size: .8rem; }
  .bp-legend { gap: 9px; }
  .board-panel { padding: 15px; }
  .mock .mock-body { padding: 14px; }
  .kpi .kv { font-size: 1rem; }

  /* cards — comfortable padding */
  .feat { padding: 24px 22px; }
  .cmp-card { padding: 26px 22px; }
  .caps-col, .role, .sec-card { padding: 24px 22px; }
  .plan { padding: 30px 24px; }
  .way { padding: 30px 24px; }
  .plan .p-price .amt { font-size: 2.5rem; }

  /* faq */
  .faq-q { padding: 17px 18px; font-size: .82rem; gap: 12px; }
  .faq-a p { padding: 0 18px 18px; }

  /* deep-dive row spacing */
  .deep .show-grid + .show-grid { margin-top: 56px; }

  /* offcanvas menu — comfortable on phones */
  .oc-menu a { font-size: 1.7rem; line-height: 1.5; }
}

/* ===================== small phones (<= 380px) ===================== */
@media (max-width: 380px) {
  .hero h1 { font-size: 1.8rem; }
  .sec-title { font-size: 1.38rem; }
  .show-copy h2 { font-size: 1.34rem; }
  .hero-cta { flex-direction: column; }
  .hero-cta .cbtn { width: 100%; }
  .bp-row { grid-template-columns: 50px repeat(7,1fr); }
  .bp-cell { height: 30px; font-size: 8px; }
  .app-stats { grid-template-columns: 1fr 1fr; }
  .statband-grid { grid-template-columns: 1fr; }
}
