/* ─────────────────────────────────────────────────────────
   Delve Risk — global.css
   Font: Montserrat (300, 400, 700, 800) via Google Fonts
   Link: <link rel="stylesheet" href="../assets/css/global.css">
───────────────────────────────────────────────────────── */

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

:root {
    --blue-core: #1B4656;
    --blue-dark: #12313A;
    --blue-darker: #0a1e24;
    --blue-mid: #2A6577;
    --blue-light: #2DA1C4;
    --yellow-light: #F9A943;
    --yellow-mid: #E08E3E;
    --yellow-dark: #D58B39;
    --white: #ffffff;
    --font: 'Montserrat', sans-serif;
    --laptop-bezel: #1c1c24;
    --laptop-shell: #242430;
    --laptop-base: #1e1e28;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font); background: var(--blue-darker); color: var(--white); overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 22px 48px; transition: background .3s, padding .3s; }
  nav.scrolled { background: rgba(10,26,34,.70); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); padding: 16px 48px; border-bottom: 1px solid rgba(255,255,255,.05); }
  nav:not(.scrolled) { background: linear-gradient(to bottom, rgba(10,30,36,0.9), transparent); }
  .nav-logo-img { height: 42px; width: auto; display: block; }
  .footer-logo-img { height: 40px; width: auto; display: block; }
  .nav-logo-mark { width: 32px; height: 32px; background: var(--yellow-light); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); flex-shrink: 0; }
  .nav-wordmark { font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--white); }
  .nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
  .nav-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; white-space: nowrap; }
  .nav-links a:hover { color: var(--yellow-light); }
  .nav-links a.nav-current { color: var(--yellow-light); }
  .nav-right { display: flex; align-items: center; gap: 12px; }
  .nav-access { border: 1px solid var(--yellow-light); color: var(--yellow-light); padding: 8px 18px; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: all .2s; white-space: nowrap; }
  .nav-access:hover { background: rgba(249,169,67,.1); transform: translateY(-1px); }
  .nav-cta { background: rgba(249,169,67,0.14); border: 1px solid rgba(249,169,67,0.45); color: #F9A943; padding: 8px 20px; border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: background .15s, border-color .15s, transform .15s; white-space: nowrap; }
  .nav-cta:hover { background: rgba(249,169,67,0.24); border-color: rgba(249,169,67,0.65); transform: translateY(-1px); }
  .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; z-index: 300; }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .35s cubic-bezier(0.16,1,0.3,1), opacity .25s; transform-origin: center; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 250; background: rgba(10,26,34,.70); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; opacity: 0; pointer-events: none; transition: opacity .4s cubic-bezier(0.16,1,0.3,1); }
  .nav-overlay.open { opacity: 1; pointer-events: auto; }
  .nav-overlay-links { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 0; width: 100%; padding: 0 40px; }
  .nav-overlay-links li { width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,.07); opacity: 0; transform: translateY(16px); transition: opacity .4s, transform .4s; }
  .nav-overlay-links li:first-child { border-top: 1px solid rgba(255,255,255,.07); }
  .nav-overlay.open .nav-overlay-links li { opacity: 1; transform: translateY(0); }
  .nav-overlay.open .nav-overlay-links li:nth-child(1) { transition-delay: .05s; }
  .nav-overlay.open .nav-overlay-links li:nth-child(2) { transition-delay: .10s; }
  .nav-overlay.open .nav-overlay-links li:nth-child(3) { transition-delay: .15s; }
  .nav-overlay.open .nav-overlay-links li:nth-child(4) { transition-delay: .20s; }
  .nav-overlay.open .nav-overlay-links li:nth-child(5) { transition-delay: .25s; }
  .nav-overlay.open .nav-overlay-links li:nth-child(6) { transition-delay: .30s; }
  .nav-overlay-links a { display: block; padding: 20px 0; font-size: clamp(22px, 6vw, 32px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: rgba(255,255,255,.75); text-decoration: none; transition: color .2s; }
  .nav-overlay-links a:hover { color: var(--yellow-light); }
  .nav-overlay-close { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0; transition: background .2s; }
  .nav-overlay-close:hover { background: rgba(255,255,255,.15); }
  .nav-overlay-close span { display: block; width: 18px; height: 2px; background: var(--white); border-radius: 2px; transform-origin: center; }
  .nav-overlay-close span:nth-child(1) { transform: translateY(1px) rotate(45deg); }
  .nav-overlay-close span:nth-child(2) { transform: translateY(-1px) rotate(-45deg); }
  .nav-overlay-btns { display: flex; gap: 12px; margin-top: 40px; flex-wrap: wrap; justify-content: center; opacity: 0; transform: translateY(12px); transition: opacity .4s .35s, transform .4s .35s; }
  .nav-overlay.open .nav-overlay-btns { opacity: 1; transform: translateY(0); }

  .laptop-wrap { position: relative; }
  .laptop-screen-shell { background: var(--laptop-bezel); border-radius: 14px 14px 0 0; padding: 14px 14px 8px; position: relative; }
  .laptop-camera-bar { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 5px; }
  .laptop-camera { width: 6px; height: 6px; border-radius: 50%; background: #2a2a35; }
  .laptop-camera-dot { width: 4px; height: 4px; border-radius: 50%; background: #1a1a22; }
  .laptop-display { background: var(--blue-darker); border-radius: 6px; overflow: hidden; position: relative; min-height: 220px; aspect-ratio: 16 / 10; contain: layout style paint; isolation: isolate; }
  .laptop-hinge { height: 5px; background: linear-gradient(to bottom, #151520, #1e1e2a); position: relative; }
  .laptop-hinge::after { content: ''; position: absolute; top: 1px; right: 30%; bottom: 1px; left: 30%; inset: 1px 30% 1px 30%; background: rgba(255,255,255,0.04); border-radius: 2px; }
  .laptop-base-wrap { position: relative; }
  .laptop-base { height: 32px; background: linear-gradient(to bottom, #222230, #1a1a26); border-radius: 0 0 6px 6px; position: relative; overflow: hidden; }
  .laptop-base::before { content: ''; position: absolute; top: 10px; left: 8%; right: 8%; height: 8px; background: rgba(255,255,255,.025); border-radius: 4px; }
  .laptop-base::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 5px; background: rgba(255,255,255,.04); border-radius: 2px 2px 0 0; }
  .laptop-foot { height: 6px; background: linear-gradient(to bottom, #181822, #141420); clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%); width: 103%; margin-left: -1.5%; border-radius: 0 0 3px 3px; }

  .portal-chrome { background: var(--blue-darker); height: 100%; display: flex; flex-direction: column; }
  .portal-titlebar { background: rgba(27,70,86,0.9); padding: 9px 16px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .portal-titlebar-left { display: flex; align-items: center; gap: 8px; }
  .portal-dot-r { width: 8px; height: 8px; border-radius: 50%; background: #FF5F57; }
  .portal-dot-y { width: 8px; height: 8px; border-radius: 50%; background: #FEBC2E; }
  .portal-dot-g { width: 8px; height: 8px; border-radius: 50%; background: #28C840; }
  .portal-titlebar-title { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--white); margin-left: 8px; }
  .portal-titlebar-brand { font-size: 10px; font-weight: 800; color: var(--yellow-light); letter-spacing: .1em; }
  .portal-layout { display: flex; flex: 1; overflow: hidden; }
  .portal-sidebar { width: 22%; min-width: 60px; flex-shrink: 0; background: rgba(10,20,26,.8); border-right: 1px solid rgba(255,255,255,.05); padding: 10px 8px; display: flex; flex-direction: column; gap: 1px; }
  .portal-nav-item { padding: 7px 10px; border-radius: 5px; font-size: 10px; font-weight: 600; letter-spacing: .05em; color: rgba(255,255,255,.4); cursor: pointer; transition: all .2s; }
  .portal-nav-item.active { background: rgba(249,169,67,.15); color: var(--yellow-light); }
  .portal-content { flex: 1; padding: 20px; overflow: hidden; position: relative; }
  .p-screen { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; padding: 20px; opacity: 0; transition: opacity .45s; pointer-events: none; }
  .p-screen.active { opacity: 1; pointer-events: auto; }
  .p-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.35); margin-bottom: 10px; }
  .p-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--white); margin-bottom: 14px; }
  .p-row { display: flex; gap: 10px; margin-bottom: 10px; }
  .p-field { flex: 1; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; padding: 8px 10px; }
  .p-field-label { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-bottom: 3px; }
  .p-field-val { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.85); }
  .p-field-val.yellow { color: var(--yellow-light); }
  .p-field-val.green { color: #9BC53D; }
  .p-field-val.red { color: #D63C3C; }
  .p-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
  .p-stat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 10px; }
  .p-stat-label { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-bottom: 4px; }
  .p-stat-val { font-size: 20px; font-weight: 800; color: var(--white); line-height: 1; }
  .p-table { width: 100%; border-collapse: collapse; }
  .p-table th { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); padding: 6px 8px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.05); }
  .p-table td { font-size: 10px; color: rgba(255,255,255,.65); padding: 7px 8px; border-bottom: 1px solid rgba(255,255,255,.04); }
  .pill { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
  .pill.inv { background: rgba(45,161,196,.2); color: #2DA1C4; }
  .pill.acc { background: rgba(155,197,61,.2); color: #9BC53D; }
  .pill.dec { background: rgba(214,60,60,.2); color: #D63C3C; }
  .pill.rdy { background: rgba(249,169,67,.2); color: var(--yellow-light); }
  .p-map { background: rgba(18,49,58,.6); border: 1px solid rgba(255,255,255,.06); border-radius: 8px; position: relative; overflow: hidden; }
  .p-map-grid { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 20px 20px; }
  .p-pin { position: absolute; border-radius: 50%; }
  .p-pin.main { width: 9px; height: 9px; background: var(--yellow-light); box-shadow: 0 0 0 10px rgba(249,169,67,.1), 0 0 0 20px rgba(249,169,67,.05); }
  .p-pin.contact { width: 6px; height: 6px; background: var(--blue-light); }
  .p-radius { position: absolute; border: 1px dashed rgba(249,169,67,.25); border-radius: 50%; transform: translate(-50%,-50%); }
  .p-alert-green { background: rgba(155,197,61,.08); border: 1px solid rgba(155,197,61,.2); border-radius: 7px; padding: 10px 12px; }
  .p-alert-green .p-alert-title { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #9BC53D; margin-bottom: 3px; }
  .p-alert-green .p-alert-body { font-size: 10px; color: rgba(255,255,255,.5); }
  .p-isap-card { background: rgba(249,169,67,.07); border: 1px solid rgba(249,169,67,.18); border-radius: 7px; padding: 10px; margin-bottom: 7px; }
  .p-isap-name { font-size: 11px; font-weight: 800; color: var(--white); margin-bottom: 2px; }
  .p-isap-co { font-size: 9px; color: rgba(255,255,255,.4); margin-bottom: 7px; }
  .p-isap-tags { display: flex; gap: 5px; }
  .p-budget-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
  .p-budget-label { font-size: 9px; font-weight: 600; color: rgba(255,255,255,.4); }
  .p-budget-val { font-size: 11px; font-weight: 800; color: var(--white); }
  .p-budget-bar { height: 5px; background: rgba(255,255,255,.07); border-radius: 3px; overflow: hidden; margin-bottom: 12px; }
  .p-budget-fill { height: 100%; border-radius: 3px; }
  .p-budget-fill.y { background: var(--yellow-light); }
  .p-budget-fill.b { background: var(--blue-light); }
  .p-budget-fill.g { background: #9BC53D; }
  .p-checklist { display: flex; flex-direction: column; gap: 3px; }
  .p-check-row { display: flex; align-items: center; gap: 8px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
  .p-check-box { width: 13px; height: 13px; border-radius: 3px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; }
  .p-check-box.done { background: var(--yellow-light); color: var(--blue-dark); }
  .p-check-box.open { border: 1px solid rgba(255,255,255,.2); }
  .p-check-name { font-size: 10px; color: rgba(255,255,255,.65); flex: 1; }
  .p-check-status { font-size: 9px; }

  #hero { position: relative; height: 100vh; clip-path: inset(0); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(160deg, var(--blue-core), var(--blue-dark) 50%, var(--blue-darker)); }
  #hero-canvas { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; opacity: .4; }
  .hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 24px; }
  .hero-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow-light); opacity: 0; transform: translateY(20px); animation: fadeUp .8s .2s forwards; }
  .hero-headline { font-size: clamp(40px,7vw,90px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; line-height: .95; color: var(--white); opacity: 0; transform: translateY(30px); animation: fadeUp .9s .4s forwards; }
  .hero-headline span { color: var(--yellow-light); }
  .hero-subhead { font-size: clamp(14px,1.8vw,18px); font-weight: 300; color: rgba(255,255,255,.6); max-width: 520px; line-height: 1.65; opacity: 0; transform: translateY(20px); animation: fadeUp .8s .65s forwards; }
  .hero-ctas { display: flex; gap: 16px; margin-top: 8px; opacity: 0; transform: translateY(20px); animation: fadeUp .8s .85s forwards; }
  .btn-primary { background: rgba(249,169,67,0.14); border: 1px solid rgba(249,169,67,0.45); color: #F9A943; padding: 14px 36px; border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: background .15s, border-color .15s, transform .3s cubic-bezier(0.16,1,0.3,1), box-shadow .3s; }
  .btn-primary:hover { background: rgba(249,169,67,0.24); border-color: rgba(249,169,67,0.65); transform: translateY(-3px); box-shadow: 0 22px 50px -16px rgba(249,169,67,.4); }
  .btn-primary:active { transform: translateY(0); box-shadow: none; }
  .btn-ghost { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.30); color: var(--white); padding: 14px 36px; border-radius: 8px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: background .15s, border-color .15s, transform .3s cubic-bezier(0.16,1,0.3,1), box-shadow .3s; }
  .btn-ghost:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.55); transform: translateY(-3px); box-shadow: 0 16px 40px -12px rgba(255,255,255,.15); }
  .btn-ghost:active { transform: translateY(0); box-shadow: none; }
  .btn-teal { background: rgba(27,70,86,0.72); border: 1px solid rgba(27,70,86,0.85); color: #fff; padding: 14px 36px; border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: background .15s, border-color .15s, transform .3s cubic-bezier(0.16,1,0.3,1), box-shadow .3s; }
  .btn-teal:hover { background: rgba(34,86,106,0.88); border-color: rgba(34,86,106,1); transform: translateY(-3px); box-shadow: 0 22px 50px -16px rgba(27,70,86,.5); }
  .btn-teal:active { transform: translateY(0); box-shadow: none; }
  .hero-scroll-hint { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fadeIn 1s 1.5s forwards; }
  .scroll-hint-text { font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); position: relative; overflow: hidden; text-shadow: 0 1px 8px rgba(0,0,0,.8), 0 0 20px rgba(0,0,0,.6); }
  .scroll-hint-text::after { content: 'SCROLL'; position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; color: #F9A943; animation: scrollTextFill 3s 1.5s infinite linear; clip-path: inset(100% 0 0 0); }
  @keyframes scrollTextFill { 0%,25% { clip-path: inset(100% 0 0 0); } 50% { clip-path: inset(0% 0 0 0); } 70% { clip-path: inset(0% 0 0 0); } 100% { clip-path: inset(0% 0 100% 0); } }
  .scroll-hint-line { width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(255,255,255,.35), transparent); position: relative; overflow: hidden; filter: drop-shadow(0 0 4px rgba(0,0,0,.8)); }
  .scroll-hint-line::after { content: ''; position: absolute; left: 0; width: 1px; background: #F9A943; animation: scrollFill 3s 1.5s infinite linear; }
  @keyframes scrollFill { 0% { top: 100%; height: 0%; } 25% { top: 0%; height: 100%; } 50% { top: 0%; height: 100%; } 70% { top: 0%; height: 0%; } 100% { top: 0%; height: 0%; } }
  #highlights { background: var(--blue-darker); padding: 120px 48px; }
  .bento-intro { max-width: 1200px; margin: 0 auto 56px; }
  .bento-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 16px; }
  .bento-headline { font-size: clamp(36px, 5.5vw, 76px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; line-height: .92; color: var(--white); }
  .bento-headline span { color: var(--yellow-light); }
  .bento-sticky-wrap { height: 340vh; position: relative; }
  .bento-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto auto auto; align-items: stretch; gap: 14px; max-width: 1200px; margin: 0 auto; width: 100%; }
  .bc { border-radius: 16px; padding: 32px; position: relative; border: 1px solid rgba(255,255,255,.07); opacity: 0; transform: translateY(32px) scale(0.97); transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) var(--bc-delay, 0s), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) var(--bc-delay, 0s), border-color 0.3s ease; }
  .bc.arrived { opacity: 1; transform: translateY(0) scale(1); }
  .bc.arrived:hover { transform: translateY(-4px) scale(1); border-color: rgba(255,255,255,.14); }
  .bc-pain::before { display: none; }
  .bc-1 { grid-column: 1 / 5; grid-row: 1 / 2; background: linear-gradient(145deg, rgba(27,70,86,.7), rgba(10,30,36,.95)); display: flex; flex-direction: column; justify-content: space-between; }
  .bc-2 { grid-column: 5 / 13; grid-row: 1 / 2; background: linear-gradient(145deg, rgba(14,36,46,.92), rgba(8,20,26,.98)); }
  .bc-3 { grid-column: 1 / 4; grid-row: 2 / 4; background: linear-gradient(145deg, rgba(14,36,46,.92), rgba(8,20,26,.98)); display: flex; flex-direction: column; gap: 14px; }
  .bc-y { grid-column: 4 / 9; grid-row: 2 / 3; min-height: 200px; background: var(--yellow-light); border-color: transparent !important; display: flex; align-items: center; justify-content: center; }
  .bc-y.arrived:hover { border-color: transparent !important; transform: translateY(-4px) scale(1); }
  .bc-4 { grid-column: 9 / 13; grid-row: 2 / 3; background: linear-gradient(145deg, rgba(14,36,46,.92), rgba(8,20,26,.98)); }
  .bc-5 { grid-column: 4 / 9; grid-row: 3 / 4; background: linear-gradient(145deg, rgba(14,36,46,.92), rgba(8,20,26,.98)); }
  .bc-6 { grid-column: 9 / 13; grid-row: 3 / 4; background: linear-gradient(145deg, rgba(14,36,46,.92), rgba(8,20,26,.98)); }
  .bc-pain-tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 14px; }
  .bc-y-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; gap: 16px; }
  .bc-y-hex { width: 44px; height: 44px; background: var(--blue-dark); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
  .bc-y-name { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-dark); opacity: .6; }
  .bc-y-title { font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: #fff; line-height: 1.05; }
  .bc-y-rule { width: 32px; height: 2px; background: rgba(255,255,255,.35); border-radius: 1px; }
  .bc-y-sub { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.65); }
  .bc-num { font-size: 100px; font-weight: 800; line-height: 1; color: rgba(255,255,255,.04); position: absolute; bottom: -10px; right: 20px; letter-spacing: -.04em; pointer-events: none; user-select: none; }
  .bc-tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 16px; }
  .bc-tag.dark { color: rgba(18,49,58,.7); }
  .bc-title { font-size: clamp(18px, 2vw, 26px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: var(--white); line-height: 1.05; margin-bottom: 14px; }
  .bc-title.dark { color: var(--blue-dark); }
  .bc-title span { color: var(--yellow-light); }
  .bc-body { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.55); line-height: 1.7; max-width: 320px; }
  .bc-body.dark { color: rgba(18,49,58,.75); }
  .bc-stat-val { font-size: clamp(42px, 5vw, 64px); font-weight: 800; color: var(--blue-dark); line-height: 1; margin-bottom: 6px; }
  .bc-stat-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(18,49,58,.6); }
  .bc-stack-visual { display: flex; flex-direction: column; gap: 6px; margin-top: 20px; max-width: 280px; }
  .bc-stack-row { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 8px 12px; }
  .bc-stack-icon { width: 24px; height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
  .bc-stack-name { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5); flex: 1; }
  .bc-stack-row.replaced .bc-stack-name { color: rgba(255,255,255,.25); text-decoration: line-through; }
  .bc-stack-row.winner { background: rgba(249,169,67,.1); border-color: rgba(249,169,67,.25); }
  .bc-stack-row.winner .bc-stack-name { color: var(--yellow-light); text-decoration: none; }
  .bc-pipeline { margin-top: 18px; display: flex; flex-direction: column; gap: 6px; }
  .bc-pipe-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .bc-pipe-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .bc-pipe-name { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.6); flex: 1; }
  .bc-pipe-status { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 2px 8px; border-radius: 10px; }
  .bc-pipe-status.active { background: rgba(249,169,67,.15); color: var(--yellow-light); }
  .bc-pipe-status.plan { background: rgba(45,161,196,.15); color: var(--blue-light); }
  .bc-pipe-status.done { background: rgba(155,197,61,.15); color: #9BC53D; }
  .bc-roi-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .bc-roi-label { font-size: 11px; color: rgba(255,255,255,.4); }
  .bc-roi-val { font-size: 13px; font-weight: 800; color: var(--white); }
  .bc-roi-val.yellow { color: var(--yellow-light); }
  .bc-roi-val.green { color: #9BC53D; }
  .bc-roi-bar { height: 3px; background: rgba(255,255,255,.06); border-radius: 2px; margin-top: 4px; }
  .bc-roi-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--yellow-light), var(--yellow-dark)); }
  .bc-steps-mini { display: flex; gap: 6px; margin-top: 20px; flex-wrap: wrap; }
  .bc-step-chip { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 5px 10px 5px 6px; }
  .bc-step-chip-num { width: 18px; height: 18px; border-radius: 50%; background: rgba(249,169,67,.2); color: var(--yellow-light); font-size: 9px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .bc-step-chip-label { font-size: 9px; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: .04em; }
  .bc-trademark { position: absolute; bottom: 28px; left: 36px; right: 36px; }
  .bc-trademark-mark { font-size: clamp(13px, 1.4vw, 17px); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: rgba(18,49,58,.65); line-height: 1.3; margin-bottom: 12px; }
  .bc-trademark-line { width: 32px; height: 2px; background: rgba(18,49,58,.3); border-radius: 1px; margin-bottom: 10px; }
  .bc-trademark-sub { font-size: 10px; font-weight: 600; color: rgba(18,49,58,.5); letter-spacing: .04em; }
  .ms { width: 100%; height: 100%; display: flex; flex-direction: column; }
  .ms-bar { height: 16px; background: rgba(27,70,86,.9); display: flex; align-items: center; gap: 3px; padding: 0 6px; }
  .ms-dot { width: 4px; height: 4px; border-radius: 50%; }
  .ms-body { flex: 1; padding: 6px; position: relative; overflow: hidden; }
  .ms-map-wrap { position: absolute; top: 6px; right: 6px; bottom: 6px; left: 6px; inset: 6px; background: rgba(18,49,58,.8); border-radius: 4px; overflow: hidden; }
  .ms-map-grid { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 12px 12px; }
  .ms-pin-main { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow-light); box-shadow: 0 0 0 6px rgba(249,169,67,.1); }
  .ms-pin-sm { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-light); }
  .ms-lines { display: flex; flex-direction: column; gap: 4px; justify-content: center; height: 100%; }
  .ms-line { height: 5px; border-radius: 3px; background: rgba(255,255,255,.08); }
  .ms-line.a { background: rgba(249,169,67,.35); }
  .ms-steps { display: flex; flex-direction: column; gap: 3px; justify-content: center; height: 100%; }
  .ms-step-row { display: flex; align-items: center; gap: 4px; }
  .ms-step-num { width: 12px; height: 12px; border-radius: 50%; background: rgba(249,169,67,.25); flex-shrink: 0; font-size: 6px; font-weight: 800; color: var(--yellow-light); display: flex; align-items: center; justify-content: center; }
  .ms-step-bar { height: 4px; border-radius: 2px; background: rgba(255,255,255,.08); flex: 1; }
  .ms-step-bar.done { background: rgba(249,169,67,.3); }
  .ms-table-rows { display: flex; flex-direction: column; gap: 3px; justify-content: center; height: 100%; }
  .ms-row { display: flex; align-items: center; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.04); padding-bottom: 3px; }
  .ms-row-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
  .ms-row-line { height: 4px; border-radius: 2px; background: rgba(255,255,255,.1); flex: 1; }
  .ms-portal-ui { display: flex; height: 100%; gap: 4px; }
  .ms-portal-side { width: 20px; background: rgba(10,20,26,.8); border-radius: 2px; }
  .ms-portal-main { flex: 1; display: flex; flex-direction: column; gap: 3px; padding: 2px; }
  .ms-portal-card { background: rgba(27,70,86,.4); border-radius: 2px; flex: 1; }
  .ms-portal-card.hi { background: rgba(249,169,67,.15); }
  .bc-big-num { font-size: clamp(56px, 7vw, 96px); font-weight: 800; line-height: 1; letter-spacing: -.03em; color: var(--white); }
  .bc-big-num.yellow { color: var(--yellow-light); }
  .bc-big-num.muted { color: rgba(255,255,255,.12); }
  .bc-stat-line { font-size: 11px; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.45); margin-top: 8px; line-height: 1.5; }
  .bc-stat-block { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06); }
  .bc-stat-block:first-of-type { border-top: none; padding-top: 0; }
  .bc-irony { font-size: clamp(32px, 4vw, 52px); font-weight: 800; font-style: italic; color: var(--white); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 12px; }
  .bc-kicker { font-size: 11px; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.55; max-width: 320px; }
  .bc-tools { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
  .bc-tool-row { display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 8px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
  .bc-tool-row.dead { opacity: .4; }
  .bc-tool-row.dead .bc-tool-name { text-decoration: line-through; }
  .bc-tool-row.alive { background: rgba(249,169,67,.1); border-color: rgba(249,169,67,.25); }
  .bc-tool-row.alive .bc-tool-name { color: var(--yellow-light); }
  .bc-tool-icon { font-size: 14px; flex-shrink: 0; width: 20px; text-align: center; }
  .bc-tool-name { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.55); flex: 1; }
  .bc-tool-sub { font-size: 9px; color: rgba(255,255,255,.25); letter-spacing: .04em; }

  #platform-viewer { position: relative; height: 650vh; background: var(--blue-dark); }
  .pv-sticky { position: sticky; top: 0; height: 100vh; display: grid; grid-template-columns: 40fr 60fr; align-items: center; overflow: hidden; }
  .pv-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 0; background: linear-gradient(135deg, var(--blue-darker) 0%, var(--blue-dark) 100%); }
  .pv-left { padding: 0 40px 0 140px; position: relative; z-index: 2; }
  .pv-panel { position: absolute; top: 50%; left: 140px; right: 40px; transform: translateY(-50%) translateX(-24px); opacity: 0; transition: opacity .5s, transform .5s; pointer-events: none; }
  .pv-panel.active { opacity: 1; transform: translateY(-50%) translateX(0); pointer-events: auto; }
  .pv-panel-label { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 16px; display: block; }
  .pv-panel-headline { font-size: clamp(36px, 4.5vw, 64px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; color: var(--white); line-height: .95; margin-bottom: 24px; }
  .pv-panel-headline span { color: var(--yellow-light); }
  .pv-panel-body { font-size: clamp(13px, 1.3vw, 16px); font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.75; max-width: 420px; margin-bottom: 28px; }
  .pv-panel-stat { display: inline-flex; align-items: center; gap: 10px; background: rgba(249,169,67,.1); border: 1px solid rgba(249,169,67,.2); border-radius: 6px; padding: 10px 16px; font-size: 12px; font-weight: 700; color: var(--yellow-light); letter-spacing: .04em; }
  .pv-panel-stat::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow-light); flex-shrink: 0; }
  .pv-right { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 0 80px 0 20px; position: relative; z-index: 5; }
  .pv-tabs-wrap { width: 100%; opacity: 0; transform: translateY(12px); transition: opacity .5s, transform .5s; }
  .pv-tabs-wrap.revealed { opacity: 1; transform: translateY(0); }
  .pv-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,.1); }
  .pv-tab { flex: 1; padding: 10px 4px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-align: center; color: rgba(255,255,255,.35); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all .25s; white-space: nowrap; }
  .pv-tab:hover { color: rgba(255,255,255,.65); }
  .pv-tab.active { color: var(--yellow-light); border-bottom-color: var(--yellow-light); }
  .pv-laptop-zoom { width: 100%; transform-origin: 50.18% 46.81%; will-change: transform; transform: scale(3.4) translateX(-5.5vw) translateY(1.12vh); }

  /* Real laptop image with screenshot overlay */
  .laptop-img-wrap { position: relative; width: 100%; }
  .laptop-img { width: 100%; display: block; position: relative; z-index: 1; pointer-events: none; }
  .laptop-shadow { position: absolute; bottom: -2%; left: 15.1%; width: 69.8%; z-index: 3; pointer-events: none; opacity: 0; }
  .laptop-screenshot {
    position: absolute;
    top: 0; left: 0; width: 100%;
    pointer-events: none; z-index: 2;
    opacity: 0; transition: opacity 0.8s ease;
    will-change: transform;
  }
  .laptop-screenshot.revealed { opacity: 1; }
  .pv-hero-screen { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background: radial-gradient(ellipse at 40% 50%, rgba(27,70,86,0.9) 0%, var(--blue-darker) 70%); display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; z-index: 2; opacity: 0; transition: opacity .6s; }
  .pv-hero-screen.hidden { opacity: 0; pointer-events: none; z-index: 0; }
  .pv-hero-grid { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 40px 40px; }
  .pv-hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
  .pv-hero-orb-1 { width: 320px; height: 320px; background: rgba(27,70,86,.7); top: -60px; left: -60px; }
  .pv-hero-orb-2 { width: 240px; height: 240px; background: rgba(249,169,67,.12); bottom: -40px; right: 80px; }
  .pv-hero-orb-3 { width: 180px; height: 180px; background: rgba(45,161,196,.15); top: 30%; right: -40px; }
  .pv-hero-center { position: relative; z-index: 1; text-align: center; }
  .pv-hero-mark { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
  .pv-hero-hex { width: 32px; height: 32px; background: var(--yellow-light); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
  .pv-hero-brand { font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--white); }
  .pv-hero-title { font-size: clamp(18px,3.5vw,42px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: var(--white); line-height: 1; margin-bottom: 10px; }
  .pv-hero-title span { color: var(--yellow-light); }
  .pv-hero-sub { font-size: clamp(10px,1.2vw,14px); font-weight: 300; color: rgba(255,255,255,.45); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 36px; }
  .pv-hero-stats { display: flex; gap: 1px; justify-content: center; }
  .pv-hero-stat { padding: 12px 24px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
  .pv-hero-stat:first-child { border-radius: 8px 0 0 8px; }
  .pv-hero-stat:last-child { border-radius: 0 8px 8px 0; }
  .pv-hero-stat-val { font-size: clamp(16px,2.5vw,26px); font-weight: 800; color: var(--yellow-light); line-height: 1; margin-bottom: 4px; }
  .pv-hero-stat-label { font-size: clamp(8px,.9vw,10px); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.35); }
  .pv-hero-pulse { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 200px; height: 200px; border-radius: 50%; border: 1px solid rgba(249,169,67,.12); animation: pvPulse 3s ease-out infinite; pointer-events: none; }
  .pv-hero-pulse:nth-child(2) { animation-delay: 1s; }
  .pv-hero-pulse:nth-child(3) { animation-delay: 2s; }
  @keyframes pvPulse { 0% { transform: translate(-50%,-50%) scale(.6); opacity: .6; } 100% { transform: translate(-50%,-50%) scale(2.2); opacity: 0; } }
  .pv-mobile-steps { display: none; }
  .pv-mobile-step { padding: 60px 24px; border-bottom: 1px solid rgba(255,255,255,.06); opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
  .pv-mobile-step.visible { opacity: 1; transform: translateY(0); }
  .pv-mobile-laptop { width: 100%; margin-bottom: 32px; }
  .pv-mobile-label { font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 14px; display: block; }
  .pv-mobile-headline { font-size: clamp(28px, 8vw, 42px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; color: var(--white); line-height: .95; margin-bottom: 18px; }
  .pv-mobile-body { font-size: 15px; font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 20px; }
  .pv-mobile-stat { display: inline-flex; align-items: center; gap: 8px; background: rgba(249,169,67,.1); border: 1px solid rgba(249,169,67,.2); border-radius: 6px; padding: 9px 14px; font-size: 12px; font-weight: 700; color: var(--yellow-light); letter-spacing: .04em; }
  .pv-mobile-stat::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow-light); flex-shrink: 0; }

  #video-takeover { position: relative; height: 500vh; }
  .vt-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; background: var(--blue-darker); }
  .vt-video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
  .vt-canvas { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; width: 100%; height: 100%; z-index: 1; }
  .vt-sub-wrap { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); z-index: 2; text-align: center; width: 90%; max-width: 580px; }
  .vt-headline { font-size: clamp(32px,5vw,64px); font-weight: 800; color: var(--white); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 20px; opacity: 0; }
  .vt-sub-text { font-size: clamp(14px,1.8vw,19px); font-weight: 300; color: rgba(255,255,255,.7); line-height: 1.7; opacity: 0; }

  #battlecard-reveal { position: relative; height: 700vh; background: #060f12; }
  .bc-sticky { position: sticky; top: 0; height: 100vh; clip-path: inset(0); display: flex; align-items: center; justify-content: center; }
  .bc-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; display: flex; align-items: center; justify-content: center; }
  .bc-image-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background: linear-gradient(rgba(6,15,18,0.15), rgba(6,15,18,0.15)), repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.03) 39px, rgba(255,255,255,.03) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.03) 39px, rgba(255,255,255,.03) 40px), linear-gradient(160deg, #0d2830 0%, #1B4656 40%, #12313A 70%, #0a1e24 100%); transition: none; }
  .bc-isap-logo { height: 100px; width: auto; display: block; margin-bottom: 80px; }
  .bc-image-shadow-wrap { position: relative; }
  .bc-image-real { width: min(1128px, 45vw); height: auto; display: block; }
  .bc-image-card { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(680px, 80vw); background: rgba(18,49,58,.85); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 40px 48px; box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 0 1px rgba(249,169,67,.08); will-change: filter; }
  .bc-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .bc-card-logo { display: flex; align-items: center; gap: 10px; }
  .bc-card-hex { width: 24px; height: 24px; background: var(--yellow-light); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); flex-shrink: 0; }
  .bc-card-brand { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.5); }
  .bc-card-type { font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--yellow-light); background: rgba(249,169,67,.1); border: 1px solid rgba(249,169,67,.2); padding: 4px 10px; border-radius: 4px; }
  .bc-card-name { font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 4px; }
  .bc-card-title { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 24px; }
  .bc-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
  .bc-card-field { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 12px 14px; }
  .bc-card-field-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-bottom: 5px; }
  .bc-card-field-val { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.75); line-height: 1.4; }
  .bc-card-field-val.yellow { color: var(--yellow-light); }
  .bc-card-section { margin-bottom: 16px; }
  .bc-card-section-title { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.3); margin-bottom: 8px; }
  .bc-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
  .bc-card-tag { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 4px; background: rgba(45,161,196,.15); color: var(--blue-light); }
  .bc-card-tag.yellow { background: rgba(249,169,67,.12); color: var(--yellow-light); }
  .bc-card-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
  .bc-card-bar-label { font-size: 10px; color: rgba(255,255,255,.4); width: 100px; flex-shrink: 0; }
  .bc-card-bar { flex: 1; height: 4px; background: rgba(255,255,255,.07); border-radius: 2px; overflow: hidden; }
  .bc-card-bar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--yellow-light), var(--yellow-dark)); }
  .bc-card-footer { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; justify-content: space-between; }
  .bc-card-verified { font-size: 9px; font-weight: 700; color: #9BC53D; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
  .bc-card-verified::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #9BC53D; display: block; }
  .bc-card-date { font-size: 9px; color: rgba(255,255,255,.25); }
  .bc-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 3; background: rgba(6,15,18,0); transition: background .1s linear; pointer-events: none; }
  .fmbc-portal-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 0; background: url('../images/portal-screenshots/blank_portal_screenshot.webp') center top / cover no-repeat; }
  .fmbc-base-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 1; background: rgba(6,15,18,.78); pointer-events: none; }
  .fmbc-modal-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; pointer-events: none; }
  .bcm-av-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
  .fmbc-modal { width: min(460px, 36vw); border-radius: 14px; overflow: hidden; border: 1px solid rgba(249,169,67,.12); box-shadow: 0 48px 120px rgba(0,0,0,.92), 0 0 0 1px rgba(249,169,67,.07); background: #0c1e28; max-height: calc(100vh - 100px); }
  .bc-panels { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 4; display: flex; align-items: center; justify-content: center; pointer-events: none; }
  .bc-panel { position: absolute; text-align: center; padding: 0 48px; max-width: 860px; opacity: 0; transform: translateY(40px); pointer-events: none; }
  .bc-panel.visible { pointer-events: auto; }
  .bc-panel-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 20px; display: block; }
  .bc-panel-headline { font-size: clamp(36px, 6vw, 80px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; line-height: .92; color: var(--white); margin-bottom: 28px; text-shadow: 0 2px 40px rgba(0,0,0,.8); }
  .bc-panel-headline span { color: var(--yellow-light); }
  .bc-panel-body { font-size: clamp(15px, 1.6vw, 19px); font-weight: 300; color: rgba(255,255,255,.75); line-height: 1.7; max-width: 640px; margin: 0 auto; text-shadow: 0 1px 20px rgba(0,0,0,.9); }
  .bc-replace-label { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.18); z-index: 4; border: 1px solid rgba(255,255,255,.08); padding: 5px 14px; border-radius: 20px; white-space: nowrap; }

  #intelligence { padding: 140px 48px; background: var(--blue-dark); position: relative; overflow: hidden; }
  .intel-bg-grid { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; opacity: .04; background-image: linear-gradient(rgba(255,255,255,1) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px); background-size: 60px 60px; }
  .intel-inner { position: relative; max-width: 1100px; margin: 0 auto; text-align: center; }
  .intel-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow-light); margin-bottom: 14px; }
  .intel-headline { font-size: clamp(32px,5vw,64px); font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: var(--white); line-height: 1; margin-bottom: 20px; }
  .intel-headline span { color: var(--yellow-light); }
  .intel-subhead { font-size: clamp(14px,1.8vw,19px); font-weight: 300; color: rgba(255,255,255,.5); max-width: 560px; margin: 0 auto 80px; line-height: 1.65; }
  .intel-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-bottom: 80px; }
  .intel-pillar { padding: 48px 36px; background: rgba(27,70,86,.3); border: 1px solid rgba(255,255,255,.07); transition: background .3s; }
  .intel-pillar:hover { background: rgba(27,70,86,.5); }
  .intel-pillar:first-child { border-radius: 16px 0 0 16px; }
  .intel-pillar:last-child { border-radius: 0 16px 16px 0; }
  .intel-pillar-icon { width: 46px; height: 46px; margin: 0 auto 22px; background: rgba(249,169,67,.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .intel-pillar-title { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--white); margin-bottom: 10px; }
  .intel-pillar-desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.7; }
  .intel-quote { font-size: clamp(17px,2.2vw,26px); font-weight: 700; color: rgba(255,255,255,.8); line-height: 1.45; max-width: 780px; margin: 0 auto; border-left: 3px solid var(--yellow-light); padding-left: 28px; text-align: left; }
  .intel-quote em { color: var(--yellow-light); font-style: normal; }

  #closer { padding: 160px 48px; background: linear-gradient(180deg, var(--blue-darker), #060f12); text-align: center; position: relative; clip-path: inset(0); }
  .closer-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(27,70,86,.4), transparent 70%); pointer-events: none; }
  .closer-inner { position: relative; z-index: 1; max-width: 840px; margin: 0 auto; }
  .closer-quote { font-size: clamp(18px,2.6vw,32px); font-weight: 300; color: rgba(255,255,255,.75); line-height: 1.55; margin-bottom: 60px; font-style: italic; }
  .closer-quote strong { font-weight: 700; color: var(--white); font-style: normal; }
  .closer-rule { width: 56px; height: 3px; background: var(--yellow-light); margin: 0 auto 60px; border-radius: 2px; }
  .closer-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

  footer { background: #040c0f; padding: 48px 48px 80px; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.06); flex-wrap: wrap; }
  .footer-left { display: flex; flex-direction: column; gap: 20px; max-width: 480px; }
  .footer-logo { display: flex; align-items: center; gap: 10px; }
  .footer-logo-mark { width: 22px; height: 22px; background: var(--yellow-light); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
  .footer-wordmark { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.55); }
  .footer-nav { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: flex-end; }
  .footer-nav-link { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.30); text-decoration: none; transition: color .2s ease; }
  .footer-nav-link:hover { color: rgba(255,255,255,.65); }
  .footer-legal { font-size: 11px; color: rgba(255,255,255,.28); line-height: 1.7; }
  .footer-legal-link { color: rgba(255,255,255,.28); text-decoration: underline; text-decoration-color: rgba(255,255,255,.18); transition: color .2s ease; }
  .footer-legal-link:hover { color: rgba(255,255,255,.6); text-decoration-color: rgba(255,255,255,.4); }

  .reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s, transform .8s; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
  @keyframes fadeIn { to { opacity: 1; } }
  @keyframes scrollPulse { 0%,100% { background: linear-gradient(to bottom, rgba(255,255,255,.35), transparent); } 50% { background: linear-gradient(to bottom, #F9A943, transparent); } }

  @media (max-width: 1100px) { nav { padding: 16px 32px; } .nav-links { gap: 16px; } .nav-links a { font-size: 10.5px; } }
  @media (max-width: 960px) { .nav-access { display: none; } .nav-links { gap: 14px; } }
  /* MOBILE STACKED STEPS ─ hidden on desktop */
  .pv-mobile-steps { display: none; }
  .pv-step { background: var(--blue-dark); border-bottom: 1px solid rgba(255,255,255,.06); padding: 64px 32px 48px; }
  .pv-step .pv-step-laptop { margin-top: 40px; width: 100%; }
  .pv-step .pv-step-laptop .laptop-wrap { width: 100%; }
  .pv-step .pv-step-laptop .laptop-img-wrap { position: relative; width: 100%; }
  .pv-step .pv-step-laptop .laptop-img { width: 100%; display: block; position: relative; z-index: 1; }
  .pv-step .pv-step-laptop .laptop-screenshot { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; z-index: 2; }
  .pv-step .pv-step-laptop .laptop-screenshot.active { opacity: 1; }

  @media (max-width: 1024px) { .nav-links { display: none; } .nav-hamburger { display: flex; } }
  @media (max-width: 1024px) {
    #platform-viewer { height: auto; }
    .pv-sticky { display: none; }
    .pv-mobile-steps { display: block; }
  }

  @media (max-width: 768px) {
    html, body { overflow-x: hidden; }
    nav { padding: 16px 24px; } .nav-links { display: none; } .nav-access { display: none; } .nav-cta { display: none; } .nav-hamburger { display: flex; }
    #hero { padding: 0 24px; } .hero-headline { font-size: clamp(36px, 10vw, 56px); }
    #highlights { padding: 60px 0 80px; } .bento-intro { padding: 0 24px; margin-bottom: 40px; } .bento-headline { font-size: clamp(32px, 7vw, 52px); }
    .bento-sticky-wrap { height: auto !important; } .bento-sticky { position: static !important; height: auto !important; display: block !important; overflow: visible !important; }
    .bento-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; grid-template-rows: auto !important; gap: 0 !important; padding: 0 !important; align-items: unset !important; }
    .bc, .bc-y { grid-column: unset !important; grid-row: unset !important; border-radius: 0 !important; border-left: none !important; border-right: none !important; border-top: none !important; }
    .bc-1 { grid-column: 1 !important; grid-row: 1 !important; border-right: 1px solid rgba(255,255,255,.07) !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; padding: 32px 20px; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; }
    .bc-4 { grid-column: 2 !important; grid-row: 1 !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; padding: 32px 20px; min-height: 220px; }
    .bc-2 { grid-column: 1 / 3 !important; grid-row: 2 !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; padding: 36px 24px; }
    .bc-3 { grid-column: 1 / 3 !important; grid-row: 3 !important; background: none !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; padding: 44px 24px; display: flex !important; flex-direction: row; gap: 0; }
    .bc-3 .bc-stat-block { flex: 1; text-align: center; padding: 0 12px; border-top: none !important; border-left: 1px solid rgba(255,255,255,.08); }
    .bc-3 .bc-stat-block:first-of-type { border-left: none; border-top: none !important; }
    .bc-3 .bc-big-num { font-size: clamp(36px, 9vw, 56px) !important; }
    .bc-3 .bc-stat-line { font-size: 10px; }
    .bc-3 .bc-pain-tag { display: none; }
    .bc-5 { grid-column: 1 !important; grid-row: 4 !important; border-right: 1px solid rgba(255,255,255,.07) !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; padding: 32px 20px; min-height: 200px; }
    .bc-6 { grid-column: 2 !important; grid-row: 4 !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; padding: 32px 20px; min-height: 200px; }
    .bc-y { grid-column: 1 / 3 !important; grid-row: 5 !important; display: flex !important; align-items: center; justify-content: center; min-height: 240px; padding: 52px 24px; border-bottom: none !important; }
    .bc-y-title { font-size: clamp(28px, 8vw, 40px); }
    #platform-viewer { height: auto; } .pv-sticky { display: none !important; } .pv-mobile-steps { display: block; } .pv-mobile-step { padding: 60px 24px; } .pv-mobile-headline { font-size: clamp(28px, 7vw, 44px); }
    .vt-headline { font-size: clamp(24px, 6.5vw, 38px); opacity: 1 !important; margin-bottom: 16px; }
    .hero-vignette { display: none !important; }
    #hero-poster img { object-fit: cover; }
    #video-takeover { height: auto; }
    .vt-sticky { position: relative !important; height: auto; min-height: 380px; }
    .vt-sticky::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.78); z-index: 1; pointer-events: none; }
    .vt-canvas { display: none !important; }
    .vt-sub-wrap { z-index: 2; bottom: auto; top: 50%; transform: translate(-50%, -50%); padding: 0 24px; }
    .vt-sub-text { opacity: 1 !important; transform: none !important; font-size: clamp(13px, 3.5vw, 15px); }
    #battlecard-reveal { height: auto; overflow-x: hidden; }
    .bc-sticky { position: relative !important; height: auto; clip-path: none; padding: 60px 0 80px; flex-direction: column; align-items: center; justify-content: flex-start; background: linear-gradient(rgba(6,15,18,.72), rgba(6,15,18,.72)), url('../images/portal-screenshots/blank_portal_screenshot.webp') center top / cover no-repeat; }
    .fmbc-portal-bg { display: none; }
    .fmbc-base-overlay { display: none; }
    .bc-overlay { display: none !important; }
    .fmbc-modal-wrap { position: relative !important; inset: auto; display: flex; justify-content: center; width: 100%; padding: 0 20px; pointer-events: auto; }
    .fmbc-modal { width: min(88vw, 440px) !important; max-height: none; }
    .bcm-ctx-grid { grid-template-columns: 1fr 1fr; }
    .bcm-meddic-grid { grid-template-columns: 1fr 1fr; }
    .bc-panels { position: relative; width: 100%; display: flex; flex-direction: column; align-items: stretch; }
    .bc-panel { position: static; width: 100%; opacity: 1 !important; transform: none !important; pointer-events: auto; padding: 48px 24px; text-align: left; }
    .bc-panel + .bc-panel { border-top: 1px solid rgba(255,255,255,.08); }
    .bc-image-card { width: 90vw; padding: 28px 28px; }
    #intelligence { padding: 80px 24px; } .intel-pillars { grid-template-columns: 1fr; gap: 2px; } .intel-pillar:first-child { border-radius: 16px 16px 0 0; } .intel-pillar:last-child { border-radius: 0 0 16px 16px; }
    #closer { padding: 100px 24px; } .closer-ctas { flex-direction: column; align-items: center; }
    footer { padding: 32px 24px 88px; flex-direction: column; }
    .footer-left { max-width: 100%; }
    .footer-nav { gap: 16px; justify-content: flex-start; }
  }

  @media (max-width: 480px) {
    nav { padding: 14px 20px; }
    .hero-ctas { flex-direction: column; align-items: center; } .btn-primary, .btn-ghost { width: 100%; text-align: center; padding: 14px 24px; }
    #highlights { padding: 48px 0 60px; } .bento-headline { font-size: clamp(28px, 9vw, 40px); } .bento-intro { padding: 0 20px; }
    .bc-1, .bc-2, .bc-4 { padding: 32px 20px; } .bc-3 { padding: 36px 20px; } .bc-y { padding: 44px 20px; } .bc-5, .bc-6 { padding: 28px 16px; min-height: 200px; }
    .bc-3 .bc-big-num { font-size: clamp(32px, 8vw, 48px) !important; } .bc-irony { font-size: clamp(22px, 6vw, 30px); } .bento-dots { display: none; }
    .pv-mobile-step { padding: 48px 20px; } .pv-mobile-headline { font-size: clamp(26px, 8vw, 36px); }
    .vt-headline { font-size: clamp(20px, 7vw, 30px); letter-spacing: -.01em; } .vt-sub-text { font-size: 13px; }
    .bc-image-card { width: 92vw; padding: 22px; } .bc-card-grid { grid-template-columns: 1fr; } .bc-panel-headline { font-size: clamp(32px, 10vw, 48px); } .bc-panel-body { font-size: 14px; }
    .bcm-ctx-grid { grid-template-columns: 1fr; }
    .bcm-meddic-grid { grid-template-columns: 1fr; }
    .intel-pillar { padding: 32px 24px; }
    #closer { padding: 80px 24px; } .closer-quote { font-size: clamp(16px, 5vw, 22px); }
    footer { padding: 28px 20px 88px; gap: 20px; } .footer-legal { font-size: 9px; } .footer-nav { gap: 12px; }
  }

/* ─── CYBEAR BUTTON KIT ─── */
.cybear-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.02em; line-height: 1;
  padding: 10px 18px; border-radius: 8px; border: 1px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background .15s, border-color .15s, color .15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cybear-btn:focus { outline: none; border-color: #E08E3E; box-shadow: 0 0 0 3px rgba(249,169,67,0.25); }
.cybear-btn:focus:not(:focus-visible) { border-color: transparent; box-shadow: none; }
.cybear-btn:focus-visible { border-color: #E08E3E; box-shadow: 0 0 0 3px rgba(249,169,67,0.25); }
.cybear-btn:disabled { opacity: .5; cursor: default; }
.cybear-btn--ghost { background: transparent; border-color: rgba(255,255,255,0.14); color: #8AABB8; }
.cybear-btn--ghost:hover { color: #F9A943; border-color: rgba(249,169,67,0.5); background: rgba(249,169,67,0.08); }
.cybear-btn--primary { background: rgba(249,169,67,0.14); border-color: rgba(249,169,67,0.35); color: #F9A943; }
.cybear-btn--primary:hover { background: rgba(249,169,67,0.24); border-color: rgba(249,169,67,0.55); }
.cybear-btn--solid { background: #F9A943; border-color: #F9A943; color: #061318; }
.cybear-btn--solid:hover { background: #E08E3E; border-color: #E08E3E; }

/* ─── BACK TO TOP ─── */
.back-to-top {
  position: fixed; bottom: 94px; right: 32px; z-index: 9000;
  width: 42px; height: 42px; border-radius: 8px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: rgba(249,169,67,0.12); border: 1px solid rgba(249,169,67,0.35); color: #F9A943;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  opacity: 0; transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .15s, border-color .15s, color .15s;
  pointer-events: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: rgba(249,169,67,0.24); border-color: rgba(249,169,67,0.55); }

/* ─── SHORTSCREEN DESKTOP FIXES (max-height: 900px) ─── */

/* 2. FME video-takeover: vt-sub-text overlaps canvas headline at short viewport heights.
      bottom:20% on vt-sub-wrap pushes it up into the canvas-drawn headline.
      Apply at up to 1100px so the 900–1050px range is also covered. */
@media (max-height: 1100px) and (min-width: 769px) {
  .vt-headline { display: none !important; }
  .vt-sub-wrap { bottom: 5%; }
}

/* FME bento grid: at typical desktop viewport heights the centered grid lands
   partially behind the fixed nav. Apply nav clear + moderate reductions broadly
   (up to 1100px) so the 900–1050px range is covered too. The 800px aggressive
   block overrides these at shorter viewports. */
@media (max-height: 1100px) and (min-width: 901px) {
  .bento-sticky { top: 86px; height: calc(100vh - 86px); }
  .bc-1 { justify-content: flex-start; gap: 10px; }
  .bento-grid .bc { padding: 20px; }
  .bc-big-num { font-size: clamp(36px, 4.5vw, 56px) !important; }
  .bc-irony { font-size: clamp(22px, 2.8vw, 36px); }
  .bc-tool-row { padding: 5px 10px; }
  .bc-stat-line { font-size: 10px; }
  .bc-pain-tag { margin-bottom: 8px; }
}

/* Aggressive reductions: 1024×768 and other short+narrow screens. */
@media (max-height: 800px) and (min-width: 901px) {
  .bento-grid { gap: 6px; }
  .bento-grid .bc { padding: 14px; }
  .bc-irony { font-size: clamp(18px, 2vw, 26px); }
  .bc-big-num { font-size: clamp(30px, 3.5vw, 46px) !important; }
  .bc-tools { gap: 4px; margin-top: 14px; }
}

/* ─── BC-2 STAGGERED STRIKETHROUGH ANIMATION ────────────────────────────
   Rows start full opacity; on .arrived each draws a pseudo strikethrough
   line left-to-right, then fades to dim — staggered per child. ── */
@keyframes strikeIn {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.bc-2 .bc-tool-row.dead { opacity: 1; }
.bc-2 .bc-tool-row.dead .bc-tool-name { text-decoration: none; position: relative; }
.bc-2 .bc-tool-row.dead .bc-tool-name::after {
  content: ''; position: absolute; left: 0; right: 0; top: 50%;
  height: 1.5px; background: rgba(255,255,255,.55);
  transform: scaleX(0); transform-origin: left center;
}
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(1).dead .bc-tool-name::after { animation: strikeIn .35s cubic-bezier(.16,1,.3,1) .15s forwards; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(2).dead .bc-tool-name::after { animation: strikeIn .35s cubic-bezier(.16,1,.3,1) .50s forwards; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(3).dead .bc-tool-name::after { animation: strikeIn .35s cubic-bezier(.16,1,.3,1) .85s forwards; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(4).dead .bc-tool-name::after { animation: strikeIn .35s cubic-bezier(.16,1,.3,1) 1.20s forwards; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(5).dead .bc-tool-name::after { animation: strikeIn .35s cubic-bezier(.16,1,.3,1) 1.55s forwards; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(1).dead { transition: opacity .3s ease .50s; opacity: .4; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(2).dead { transition: opacity .3s ease .85s; opacity: .4; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(3).dead { transition: opacity .3s ease 1.20s; opacity: .4; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(4).dead { transition: opacity .3s ease 1.55s; opacity: .4; }
.bc-2.arrived .bc-tools .bc-tool-row:nth-child(5).dead { transition: opacity .3s ease 1.90s; opacity: .4; }

@supports not (inset: 0) {
  .nav-links > li + li { margin-left: 28px; }
  .nav-right > * + * { margin-left: 12px; }
  .hero-ctas > * + * { margin-left: 16px; }
  .nav-overlay-btns > * + * { margin-left: 12px; }
  .closer-ctas > * + * { margin-left: 16px; }
  .footer-nav > * + * { margin-left: 28px; }
  .bc-steps-mini > * + * { margin-left: 6px; }
}
