/*
  RookBase marketing homepage — live-device visual system.
  Screenshots belong only inside .device-screen (or briefing-chassis).
  Frames are supplied WebP art.
*/

:root {
  --navy: #1E3A5F;
  --navy-deep: #061321;
  --navy-2: #0B2138;
  --navy-3: #12385B;
  --amber: #D97706;
  --amber-hot: #F59E0B;
  --amber-pale: #FFC45A;
  --copper: #B45309;
  --cream: #FFFBEB;
  --warm-white: #FEFCF3;
  --paper: #FFF8E8;
  --cool: #F6F9FC;
  --ink: #07172A;
  --slate: #4A5568;
  --slate-light: #718096;
  --green: #28D2A2;
  --white: #fff;
  --line: rgba(30, 58, 95, 0.14);
  --max: 1240px;
  --radius: 30px;
  --focus-ring: 0 0 0 3px rgba(245, 158, 11, 0.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rb-home {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf0 0, #fff 42%, #f7fafc 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 110px 0; }
.section-title {
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  margin: 16px 0 18px;
}
.section-copy {
  max-width: 740px;
  color: var(--slate);
  font-size: 19px;
  line-height: 1.68;
}
.center { text-align: center; }
.center .section-copy { margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--amber);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 900;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), rgba(217, 119, 6, 0.2));
  box-shadow: 0 0 18px rgba(217, 119, 6, 0.32);
}
.close-line {
  margin: 22px 0 0;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 850;
  color: #071c34;
}
.close-statement {
  margin: 48px auto 0;
  text-align: center;
  max-width: 820px;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: #061d37;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--amber-hot);
  color: #271600;
  font-weight: 800;
  border-radius: 10px;
}
.skip-link:focus { top: 12px; }

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.step-btn:focus-visible,
.square-step:focus-visible,
.progress-dots button:focus-visible,
.nav-toggle:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

/* ------------------------------------------------
   NAV
------------------------------------------------ */
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(254, 252, 243, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(30, 58, 95, 0.10);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0;
}
.brand { margin-right: auto; }
.brand img { width: 190px; }
.nav-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
  color: #142b45;
}
.nav-links a[aria-current="page"] { color: var(--amber); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(30, 58, 95, 0.14);
  background: #fff;
  color: #142b45;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}
.nav-toggle-bars {
  width: 16px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  padding: 15px 22px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #271600;
  background: linear-gradient(180deg, #ffca55 0%, var(--amber-hot) 48%, var(--amber) 100%);
  box-shadow: 0 16px 30px rgba(217, 119, 6, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66), 0 4px 0 var(--copper);
}
.btn-primary:active {
  transform: translateY(3px);
  box-shadow: 0 8px 18px rgba(217, 119, 6, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 1px 0 var(--copper);
}
.btn-secondary {
  color: #0d2744;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(30, 58, 95, 0.13);
  box-shadow: 0 12px 28px rgba(30, 58, 95, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

/* ------------------------------------------------
   MOTION LANGUAGE — LINES, NEVER RADAR
------------------------------------------------ */
.motion-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.motion-field i {
  position: absolute;
  display: block;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(217, 119, 6, 0.52), rgba(30, 58, 95, 0.28), transparent);
  transform: rotate(-12deg);
  animation: lineDrift 12s ease-in-out infinite;
}
.motion-field i:nth-child(1) { width: 680px; left: 32%; top: 14%; animation-delay: -1.6s; }
.motion-field i:nth-child(2) { width: 480px; left: 48%; top: 31%; animation-delay: -4.5s; }
.motion-field i:nth-child(3) { width: 560px; left: 3%; top: 75%; animation-delay: -7s; opacity: 0.48; }
.motion-field i:nth-child(4) { width: 350px; left: 65%; top: 67%; animation-delay: -2.4s; opacity: 0.42; }
@keyframes lineDrift {
  0%, 100% { transform: translateX(-34px) rotate(-12deg); opacity: 0.38; }
  50% { transform: translateX(52px) rotate(-12deg); opacity: 1; }
}

/* ------------------------------------------------
   THE LIVE DEVICE
   Screenshot sits behind supplied frame art. 16:9.
------------------------------------------------ */
.live-device {
  --screen-x: 4.41%;
  --screen-y: 4.81%;
  --screen-w: 91.68%;
  --screen-h: 90.73%;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  isolation: isolate;
  overflow: hidden;
  clip-path: inset(0 round 3.8%);
  contain: paint;
  transform: translateZ(0);
  filter: drop-shadow(0 34px 34px rgba(6, 19, 33, 0.23));
}
.live-device.orange {
  --screen-x: 5.31%;
  --screen-y: 4.22%;
  --screen-w: 89.75%;
  --screen-h: 88.70%;
}
.device-screen {
  position: absolute;
  left: var(--screen-x);
  top: var(--screen-y);
  width: var(--screen-w);
  height: var(--screen-h);
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  clip-path: inset(0 round 15px);
  contain: paint;
  transform: translateZ(0);
  background: linear-gradient(180deg, #071421, #0a1d31);
  box-shadow: inset 0 0 36px rgba(245, 158, 11, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.device-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.15), transparent 19% 74%, rgba(255, 255, 255, 0.055)),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto 4px;
  mix-blend-mode: screen;
  opacity: 0.55;
  animation: glassShimmer 8s ease-in-out infinite;
}
@keyframes glassShimmer {
  0%, 100% { opacity: 0.42; }
  50% { opacity: 0.62; }
}
.device-screen > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.002);
  transition: opacity 0.24s ease, transform 0.45s ease;
}
.device-screen.contain-top > img {
  object-fit: cover;
  object-position: top center;
}
.device-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 6;
  pointer-events: none;
}
.live-device::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 9%;
  right: 9%;
  bottom: -5%;
  height: 15%;
  border-radius: 50%;
  background: rgba(7, 23, 42, 0.30);
  filter: blur(30px);
}
.live-device.powered::after,
.briefing-chassis.powered::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 8% 10% 3%;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 100%, rgba(245, 158, 11, 0.22), transparent 42%);
  filter: blur(18px);
  animation: powerBreath 5s ease-in-out infinite;
}
@keyframes powerBreath {
  0%, 100% { opacity: 0.45; transform: scale(0.99); }
  50% { opacity: 0.85; transform: scale(1.015); }
}

.briefing-chassis {
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  padding: 14px;
  background:
    linear-gradient(180deg, #1a3d63, #071321);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 28px 60px rgba(6, 19, 33, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 0 6px rgba(7, 23, 42, 0.18);
}
.briefing-chassis img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #071421;
}

/* ------------------------------------------------
   HERO
------------------------------------------------ */
.hero {
  position: relative;
  min-height: 790px;
  padding: 76px 0 120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(217, 119, 6, 0.26), transparent 24%),
    linear-gradient(135deg, #fffdf4 0%, #fff7e4 47%, #eef5fb 100%);
}
.hero-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 50px;
  align-items: center;
}
.hero h1 {
  margin: 18px 0 24px;
  max-width: 690px;
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: 0.93;
  letter-spacing: -0.07em;
  color: #061d37;
}
.hero h1 .accent {
  display: inline;
  color: transparent;
  background: linear-gradient(92deg, #614116 0%, var(--amber) 55%, #061d37 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-copy {
  max-width: 640px;
  color: #465d74;
  font-size: 20px;
  line-height: 1.68;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 31px 0 16px; }
.hero-support {
  margin: 0 0 16px;
  color: #3d556c;
  font-size: 15px;
  font-weight: 700;
}
.trust-row { display: flex; gap: 17px; flex-wrap: wrap; color: #49647e; font-size: 13px; font-weight: 780; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 7px; }
.hero-stage {
  position: relative;
  min-height: 640px;
  padding-bottom: 36px;
}
.hero-device-back {
  position: absolute;
  width: min(720px, 100%);
  right: -28px;
  top: 40px;
  opacity: 0.42;
  transform: rotate(-6deg) scale(0.92);
  filter: blur(0.2px);
}
.hero-briefing {
  position: relative;
  z-index: 3;
  width: min(460px, 78%);
  margin: 24px auto 0 8%;
  animation: deviceSettle 0.9s cubic-bezier(0.17, 0.82, 0.2, 1) both;
}
.hero-archie {
  position: absolute;
  right: -12px;
  bottom: 18px;
  z-index: 4;
  width: min(250px, 42%);
  filter: drop-shadow(0 22px 20px rgba(6, 19, 33, 0.28));
  pointer-events: none;
}
@keyframes deviceSettle {
  from { opacity: 0; transform: translateY(18px) rotate(-2deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}
.hero-product-tag {
  position: absolute;
  left: 2%;
  bottom: -8px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(30, 58, 95, 0.12);
  color: #18324d;
  box-shadow: 0 22px 44px rgba(7, 22, 38, 0.12);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(16px);
}
.hero-product-tag i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--amber-hot);
  box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.12), 0 0 18px rgba(245, 158, 11, 0.62);
}

/* ------------------------------------------------
   GAP STRIP
------------------------------------------------ */
.gap {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 36px 0;
  background: linear-gradient(135deg, #061321, #102a48 54%, #061321);
}
.gap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), transparent);
  animation: gapSweep 8s ease-in-out infinite;
}
@keyframes gapSweep {
  0%, 100% { transform: translateX(-18%); }
  50% { transform: translateX(18%); }
}
.gap-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
.gap-beat { display: flex; gap: 16px; align-items: flex-start; }
.gap-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: var(--amber-hot);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 14px 28px rgba(0, 0, 0, 0.15);
}
.gap-icon svg {
  width: 40px;
  height: 40px;
  display: block;
  overflow: visible;
}
.gap-icon.is-storm { color: #9ec4e6; }
.gap-icon.is-break { color: var(--amber-pale); }
.gap-icon.is-clear {
  color: var(--amber-hot);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 14px 28px rgba(0, 0, 0, 0.15), 0 0 22px rgba(245, 158, 11, 0.32);
}
.gap-icon .rain {
  transform-box: fill-box;
  transform-origin: center;
  animation: gapRain 1.15s ease-in infinite;
}
.gap-icon .rain:nth-of-type(2) { animation-delay: 0.18s; }
.gap-icon .rain:nth-of-type(3) { animation-delay: 0.4s; }
.gap-icon .rain:nth-of-type(4) { animation-delay: 0.62s; }
.gap-icon.is-clear .rays {
  transform-origin: 18px 18px;
  animation: gapSun 14s linear infinite;
}
@keyframes gapRain {
  0% { transform: translateY(-5px); opacity: 0; }
  22% { opacity: 1; }
  100% { transform: translateY(7px); opacity: 0; }
}
@keyframes gapSun {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.gap-beat strong {
  display: block;
  color: var(--amber-pale);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 7px;
}
.gap-beat span { display: block; color: #d6e5f3; font-size: 14px; line-height: 1.42; }
.gap-beat b { display: block; color: #fff; font-size: 15px; margin: 4px 0 6px; }
.gap-arrow { color: var(--amber-hot); font-size: 42px; font-weight: 900; }

/* ------------------------------------------------
   STATS / GAUGES
------------------------------------------------ */
.stats { background: linear-gradient(180deg, var(--cream), #fffdf8 70%, #fff); }
.gauge-rack {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.gauge {
  border-radius: 28px;
  padding: 22px 20px 24px;
  background:
    linear-gradient(180deg, #16355a, #071321);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 44px rgba(7, 22, 38, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.gauge-face {
  height: 118px;
  border-radius: 50%;
  margin: 0 auto 18px;
  width: 118px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(245, 158, 11, 0.28), transparent 58%),
    conic-gradient(from 210deg, var(--amber-hot), #12385B 72%, var(--amber));
  box-shadow: inset 0 0 0 10px #071321, 0 0 24px rgba(245, 158, 11, 0.22);
}
.gauge-face strong {
  font-size: 34px;
  letter-spacing: -0.06em;
}
.gauge p {
  margin: 0;
  color: #c9d8e8;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.stat-source {
  margin: 22px 0 0;
  color: #7a8b9d;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}
.bridge-band {
  margin-top: 42px;
  border-radius: 32px;
  padding: 36px 40px;
  background: linear-gradient(145deg, #17395d, #061321 72%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(7, 22, 38, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.bridge-band h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}
.bridge-band p { margin: 0 0 12px; color: #c9d8e8; font-size: 18px; line-height: 1.6; max-width: 820px; }
.bridge-band strong { color: var(--amber-pale); }

/* ------------------------------------------------
   ONBOARDING
------------------------------------------------ */
.onboard { background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%); }
.split-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
}
.onboard-archie {
  width: min(280px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 18px 18px rgba(6, 19, 33, 0.18));
}
.walk-layout {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 38px;
  align-items: start;
}
.step-rail {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
}
.step-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  border-radius: 19px;
  color: #15314d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.90));
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 13px 30px rgba(30, 58, 95, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: 0.18s ease;
}
.step-btn:hover { transform: translateY(-3px); }
.step-btn[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(180deg, #15375b, #061827);
  border-color: rgba(245, 158, 11, 0.34);
  box-shadow: 0 20px 42px rgba(7, 22, 38, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.step-no {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #261600;
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(180deg, #ffca57, var(--amber));
  box-shadow: 0 10px 18px rgba(217, 119, 6, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.60);
}
.step-btn small {
  display: block;
  color: var(--amber);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  margin-bottom: 4px;
}
.step-btn[aria-selected="true"] small { color: #ffc04c; }
.step-btn b { display: block; font-size: 14px; line-height: 1.15; }
.walk-stage { position: relative; }
.walk-device { max-width: 930px; margin-left: auto; }
.walk-copy-card {
  position: relative;
  z-index: 8;
  width: min(700px, calc(100% - 46px));
  margin: -24px 42px 0 auto;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(30, 58, 95, 0.13);
  box-shadow: 0 25px 60px rgba(30, 58, 95, 0.13);
  backdrop-filter: blur(16px);
}
.walk-copy-card .tag {
  display: inline-flex;
  color: var(--amber);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 900;
  margin-bottom: 8px;
}
.walk-copy-card h3 {
  color: #071c34;
  font-size: clamp(27px, 3.4vw, 43px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
}
.walk-copy-card p { margin: 0; color: #54677a; font-size: 16px; line-height: 1.66; }
.progress-dots {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
}
.progress-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #c7d1dd;
}
.progress-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: var(--amber-hot);
  box-shadow: 0 0 14px rgba(245, 158, 11, 0.40);
}

/* ------------------------------------------------
   BUSINESS CONTEXT
------------------------------------------------ */
.context { background: linear-gradient(180deg, #fffdf8, #eef5fb); }
.context-stage {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  gap: 18px;
  align-items: center;
}
.context-device small {
  display: block;
  margin-top: 12px;
  text-align: center;
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 900;
}
.core-instrument {
  border-radius: 32px;
  padding: 28px 24px;
  color: #fff;
  background: linear-gradient(160deg, #1a3f66, #061321);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 60px rgba(7, 22, 38, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: center;
}
.core-instrument span {
  display: block;
  color: var(--amber-pale);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}
.core-instrument strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin-bottom: 18px;
}
.core-instrument ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.core-instrument li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
}
.context-archie {
  width: 160px;
  margin: 16px auto 0;
  filter: drop-shadow(0 16px 16px rgba(6, 19, 33, 0.2));
}
.context-points {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.context-points article,
.feature-row article,
.intel-modules article,
.category-module,
.case-card {
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.90));
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 13px 30px rgba(30, 58, 95, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
.context-points h3,
.feature-row h3,
.intel-modules h3,
.category-module h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.04em;
}
.context-points p,
.feature-row p,
.intel-modules p { margin: 0 0 10px; color: #54677a; line-height: 1.55; }

/* ------------------------------------------------
   MORNING BRIEFING
------------------------------------------------ */
.briefing {
  background: linear-gradient(180deg, #061321, #0a2037 55%, #061321);
  color: #fff;
}
.briefing .section-title,
.briefing .close-line { color: #fff; }
.briefing .section-copy { color: #b8cce0; }
.briefing-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 40px;
  align-items: center;
}
.brief-questions {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.brief-questions li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
}
.briefing-stage { position: relative; }
.briefing-chassis.large { max-width: 520px; margin-left: auto; }
.briefing-archie {
  position: absolute;
  left: -40px;
  bottom: -20px;
  width: 210px;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.35));
}

/* ------------------------------------------------
   SPECIALISTS
------------------------------------------------ */
.staff { background: linear-gradient(180deg, #fffdf8 0%, #fff 72%); }
.staff-layout {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: start;
}
.agent-roster {
  display: grid;
  gap: 12px;
}
.agent-card {
  border-radius: 22px;
  padding: 18px 20px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.92));
  border: 1px solid rgba(30, 58, 95, 0.14);
  box-shadow: 0 13px 30px rgba(30, 58, 95, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
.agent-card.featured {
  border-color: rgba(217, 119, 6, 0.48);
  background: linear-gradient(180deg, #fff8e8, #fff);
  box-shadow: 0 16px 32px rgba(217, 119, 6, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.agent-eyebrow {
  margin: 0 0 8px;
  color: var(--amber);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.agent-card h3 {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: var(--navy);
  line-height: 1;
}
.agent-role {
  margin: 6px 0 10px;
  font-weight: 800;
  color: var(--navy-3);
  font-size: 14px;
}
.agent-body {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.5;
}
.category-grid {
  margin: 42px 0 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.category-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-icon {
  width: 22px;
  height: 22px;
  flex: none;
  background: var(--amber);
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.category-module ul { margin: 0; padding: 0; list-style: none; color: #54677a; display: grid; gap: 6px; }

/* ------------------------------------------------
   JUST ASK
------------------------------------------------ */
.ask { background: linear-gradient(180deg, #fff, #fff8e8); }
.ask-layout {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.prompt-rack {
  display: grid;
  gap: 12px;
}
.prompt-card {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffef8, #f4efe0);
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 10px 22px rgba(30, 58, 95, 0.07), 3px 3px 0 rgba(180, 83, 9, 0.12);
  color: #16314c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

/* ------------------------------------------------
   INTEL / ROOKSITE / SQUARE / WIRE
------------------------------------------------ */
.intel { background: #f7fafc; }
.intel-pair,
.result-stage,
.wire-stage {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: center;
}
.result-stage.reverse { grid-template-columns: 1.15fr 0.85fr; }
.intel-pair figcaption {
  margin-top: 12px;
  text-align: center;
  font-weight: 800;
  color: #17314d;
}
.intel-modules,
.feature-row {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rooksite { background: linear-gradient(180deg, #fffdf4, #fff); }
.rooksite .feature-row + .center {
  margin-top: 0;
  padding-top: 48px;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
  font-weight: 850;
  color: #17314d;
}
.brand-list li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.1);
}
.result-proof p {
  margin: 12px 0 0;
  color: #54677a;
  font-weight: 700;
}
.square { background: linear-gradient(180deg, #eef5fb, #fff); }
.square-steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.square-step {
  text-align: left;
  cursor: pointer;
  border-radius: 22px;
  padding: 18px;
  color: #15314d;
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 13px 30px rgba(30, 58, 95, 0.07);
}
.square-step small {
  display: block;
  color: var(--amber);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
}
.square-step[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(180deg, #15375b, #061827);
  border-color: rgba(245, 158, 11, 0.34);
}
.square-step[aria-selected="true"] small { color: #ffc04c; }
.shared {
  background: linear-gradient(180deg, #061321, #102a48);
  color: #fff;
}
.shared .section-title,
.shared .close-line { color: #fff; }
.shared .section-copy { color: #b8cce0; max-width: 640px; }
.security-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: start;
}
.access-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.access-plate {
  border-radius: 24px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.access-role {
  margin: 0 0 6px;
  color: var(--amber-pale);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.access-plate h3 {
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -0.04em;
}
.access-plate ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.access-plate li {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}
.access-mark {
  color: var(--green);
  font-weight: 900;
}
.access-plate .is-restricted {
  color: #93a7bb;
}
.access-plate .is-restricted .access-mark {
  color: #6b8098;
}
.access-state {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffc04c;
}
.access-caption {
  margin: 18px 0 6px;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.access-note {
  margin: 0;
  color: #93a7bb;
  font-size: 13px;
  line-height: 1.5;
}
.security-trust {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.security-trust article {
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--ink);
}
.trust-kicker {
  margin: 0 0 8px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.security-trust h3 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.security-trust p {
  margin: 0 0 10px;
  color: #54677a;
  line-height: 1.55;
  font-size: 15px;
}
.security-trust p:last-child { margin-bottom: 0; }
.security-brands {
  margin-top: 28px;
}
.security-brands-label {
  margin: 0 0 12px;
  color: #c5d6e8;
  font-size: 13px;
  font-weight: 700;
}
.brand-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 12px;
}
.brand-chips figure {
  margin: 0;
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.brand-chips img {
  height: 28px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
}
.brand-chips figcaption {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.security-close {
  margin-top: 48px;
  max-width: 760px;
}
.security-tag {
  margin: 16px 0 0;
  color: var(--amber-pale);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.wire { background: linear-gradient(180deg, #fff, #fff9ee); }
.wire-side { display: grid; gap: 16px; }

/* ------------------------------------------------
   USE CASES / OWNER
------------------------------------------------ */
.cases { background: #fff; }
.case-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.case-card small {
  display: block;
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}
.case-card h3 {
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.case-card p { margin: 0; color: #54677a; line-height: 1.55; }
.quote-stack {
  display: grid;
  gap: 20px;
  margin-top: 56px;
}
.quote-instrument {
  position: relative;
  margin: 0;
  max-width: none;
  width: 100%;
  border-radius: 28px;
  padding: 24px 36px 20px 40px;
  color: var(--ink);
  background:
    radial-gradient(720px 280px at 100% 0%, rgba(245, 158, 11, 0.16), transparent 58%),
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-left: 6px solid var(--amber);
  box-shadow:
    0 28px 64px rgba(7, 22, 38, 0.12),
    0 4px 0 var(--copper),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.quote-instrument::before {
  content: "“";
  position: absolute;
  top: 2px;
  left: 16px;
  font-family: "Source Serif 4", Georgia, "Iowan Old Style", serif;
  font-size: 64px;
  line-height: 1;
  color: var(--amber);
  font-weight: 700;
  pointer-events: none;
  opacity: 0.88;
}
.quote-instrument .eyebrow {
  position: relative;
  margin: 0 0 10px 32px;
}
.quote-instrument blockquote {
  position: relative;
  margin: 0;
  max-width: none;
  font-family: "Source Serif 4", Georgia, "Iowan Old Style", serif;
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: var(--navy-deep);
}
.quote-signoff {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(30, 58, 95, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.quote-signoff-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.quote-signoff-copy p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.proof-store-logo {
  width: min(100%, 112px);
  height: auto;
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 14px;
  padding: 8px 10px;
  box-shadow: 0 10px 22px rgba(7, 22, 38, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.proof-store-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  width: fit-content;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffca55 0%, var(--amber-hot) 52%, var(--amber) 100%);
  color: #271600;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(217, 119, 6, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.owner {
  background: linear-gradient(180deg, #061321, #0b2138);
  color: #d6e5f3;
}
.owner .section-title,
.owner .eyebrow,
.owner .close-line { color: #fff; }
.owner-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
}
.owner p { max-width: 640px; font-size: 18px; line-height: 1.65; }
.owner-archie {
  width: min(420px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.35));
}

/* ------------------------------------------------
   PRICING
------------------------------------------------ */
.pricing { background: linear-gradient(180deg, #fff, #f7fafc); }
.plans {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}
.plan {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 20px 48px rgba(30, 58, 95, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}
.plan.featured {
  transform: translateY(-8px);
  border: 2px solid rgba(217, 119, 6, 0.50);
  background:
    radial-gradient(circle at 25% 0%, rgba(245, 158, 11, 0.22), transparent 34%),
    linear-gradient(180deg, #fff, #fff8e8);
}
.plan-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--copper);
  background: rgba(217, 119, 6, 0.12);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 900;
  margin-bottom: 14px;
  width: fit-content;
}
.plan h3 { font-size: 25px; letter-spacing: -0.04em; margin: 0 0 8px; }
.plan-lede { min-height: 0; margin: 0 0 8px; color: #071c34; font-weight: 800; }
.price { font-size: 44px; line-height: 1; letter-spacing: -0.05em; font-weight: 900; color: #07172a; margin-bottom: 8px; }
.price small { font-size: 15px; color: #718096; }
.plan p { color: #5a6c80; line-height: 1.55; min-height: 0; }
.plan ul { list-style: none; margin: 22px 0 18px; padding: 0; display: grid; gap: 11px; color: #17314d; font-size: 14px; }
.plan li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 8px; }
.plan .btn { margin-top: auto; width: 100%; }
.trial-note { max-width: 760px; margin: 31px auto 0; color: #52677a; line-height: 1.65; }

/* ------------------------------------------------
   FINAL CTA / FOOTER
------------------------------------------------ */
.final {
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #061321, #102a48 55%, #061321);
}
.final .motion-field i { opacity: 0.3; }
.final-card {
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-height: 430px;
  border-radius: 40px;
  padding: clamp(38px, 7vw, 72px);
  background:
    radial-gradient(circle at 78% 10%, rgba(245, 158, 11, 0.18), transparent 27%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.final-card .section-title { max-width: 760px; color: #fff; }
.final-card p { max-width: 660px; color: #c0d2e4; font-size: 19px; line-height: 1.65; }
.final-card .hero-support { color: #d6e5f3; margin-top: 16px; }
.final-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.final-archie {
  position: absolute;
  right: 30px;
  bottom: -40px;
  width: 300px;
  opacity: 0.96;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.32));
}
footer.rb-home-footer {
  padding: 48px 0 32px;
  color: var(--slate-light);
  font-size: 14px;
  background: #071321;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.footer-grid strong,
.footer-grid .footer-heading {
  display: block;
  color: #fff;
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}
.footer-grid a {
  display: block;
  margin: 8px 0;
  color: #b8cce0;
  font-weight: 650;
}
.footer-grid a:hover { color: var(--amber-pale); }
.footer-grid .footer-heading:hover { color: var(--amber-pale); }
.footer-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); }

/* ------------------------------------------------
   ABOUT PAGE
------------------------------------------------ */
.rb-about .about-hero { padding-bottom: 88px; }
.about-hero-stage {
  position: relative;
  padding: 12px 0 72px;
}
.about-hero-archie {
  position: absolute;
  right: -18px;
  bottom: 28px;
  z-index: 4;
  width: min(220px, 38%);
  filter: drop-shadow(0 22px 20px rgba(6, 19, 33, 0.28));
  pointer-events: none;
}
.about-lockup {
  position: absolute;
  left: 8px;
  bottom: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 16px 10px 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 18px 36px rgba(7, 22, 38, 0.12);
}
.about-lockup img {
  width: 42px;
  height: auto;
}
.about-lockup span {
  display: grid;
  gap: 2px;
}
.about-lockup strong {
  font-size: 15px;
  letter-spacing: -0.04em;
  color: var(--navy-deep);
}
.about-lockup small {
  color: #52677a;
  font-size: 12px;
  font-weight: 700;
}
.about-story { background: linear-gradient(180deg, #fff, #fff9ee); }
.about-story-grid,
.about-different-grid,
.about-company-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}
.about-story-panel {
  border-radius: 32px;
  padding: 32px;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(245, 158, 11, 0.16), transparent 58%),
    linear-gradient(180deg, #fff, #fff8e8);
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 24px 48px rgba(30, 58, 95, 0.08), 0 4px 0 var(--copper), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.about-story-panel h3 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}
.about-give-list,
.about-context-list,
.belief-card ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.about-give-list li,
.about-context-list li,
.belief-card li {
  position: relative;
  padding-left: 22px;
  color: #17314d;
  font-weight: 700;
  line-height: 1.45;
}
.about-give-list li::before,
.about-context-list li::before,
.belief-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}
.about-beliefs { background: #f7fafc; }
.belief-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.belief-card {
  border-radius: 28px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.92));
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 16px 36px rgba(30, 58, 95, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
.belief-card small {
  display: block;
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}
.belief-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
.belief-card p { margin: 0; color: #54677a; line-height: 1.55; }
.belief-close {
  margin-top: 14px !important;
  color: var(--navy) !important;
  font-weight: 800;
}
.about-different { background: linear-gradient(180deg, #fffdf8, #fff); }
.about-highlight {
  margin: 28px 0 0;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
  color: var(--navy-deep);
}
.about-different-stage { padding: 8px 0 0; }
.about-company {
  background: linear-gradient(180deg, #061321, #0b2138);
  color: #d6e5f3;
}
.about-company .section-title,
.about-company .eyebrow { color: #fff; }
.about-company .section-copy { color: #c0d2e4; }
.maker-plate {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  border-radius: 32px;
  padding: 36px 28px 32px;
  background:
    radial-gradient(420px 160px at 50% 0%, rgba(245, 158, 11, 0.16), transparent 60%),
    linear-gradient(180deg, #fff8e8, #f3ead4);
  border: 1px solid rgba(255, 196, 90, 0.28);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.28),
    0 5px 0 #1E3A5F,
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: var(--navy-deep);
}
.maker-plate .eyebrow { color: var(--amber); }
.maker-plate img {
  width: min(168px, 70%);
  margin: 8px 0 12px;
}
.maker-plate strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}
.maker-plate span {
  color: #3d556c;
  font-size: 15px;
  font-weight: 700;
}
.about-belief-quote {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  font-family: "Source Serif 4", Georgia, "Iowan Old Style", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #fff;
}
.about-trust { background: #fff; }
.about-brand-chips {
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  justify-content: center;
  gap: 16px;
  text-align: left;
}
.about-brand-chips figure {
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.12);
  box-shadow: 0 16px 32px rgba(30, 58, 95, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.about-brand-chips img {
  height: 32px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
}
.about-brand-chips figcaption {
  color: #52677a;
  font-size: 14px;
  line-height: 1.4;
}
.about-brand-chips strong {
  display: block;
  color: var(--navy-deep);
  margin-bottom: 2px;
}
.about-proof { background: linear-gradient(180deg, #fff9ee, #fff); }
.about-proof .quote-instrument { margin-top: 36px; }
.about-proof-cta { margin-top: 28px; }

/* ------------------------------------------------
   RESPONSIVE
------------------------------------------------ */
@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    flex: 1 0 100%;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0 12px;
  }
  .nav.is-open .nav-links { display: flex; }
  .hero-grid,
  .staff-layout,
  .walk-layout,
  .briefing-grid,
  .ask-layout,
  .intel-pair,
  .result-stage,
  .result-stage.reverse,
  .wire-stage,
  .owner-grid,
  .split-intro,
  .context-stage,
  .security-layout,
  .about-story-grid,
  .about-different-grid,
  .about-company-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 560px; }
  .hero-device-back { position: relative; right: auto; top: auto; width: 100%; opacity: 0.28; transform: none; }
  .hero-briefing { width: min(420px, 92%); margin: -180px auto 0; }
  .step-rail { position: relative; top: auto; grid-template-columns: repeat(4, minmax(170px, 1fr)); overflow: auto; }
  .plans,
  .gauge-rack,
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gap-grid { grid-template-columns: 1fr; }
  .gap-arrow { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .section { padding: 78px 0; }
  .nav { flex-wrap: nowrap; }
  .nav.is-open { flex-wrap: wrap; }
  .brand img { width: 140px; }
  .nav-toggle {
    width: 42px;
    padding: 10px;
    font-size: 0;
    gap: 0;
    justify-content: center;
  }
  .nav-actions .btn-primary { padding: 12px 14px; font-size: 13px; }
  .nav-actions .btn-secondary { display: none; }
  .hero { min-height: auto; padding-top: 48px; }
  .hero h1 { font-size: clamp(40px, 12vw, 64px); }
  .hero-stage { min-height: auto; }
  .hero-archie { width: 150px; right: 0; }
  .hero-product-tag { position: relative; left: auto; bottom: auto; margin-top: 18px; white-space: normal; }
  .step-rail { grid-template-columns: 1fr; }
  .walk-copy-card { width: 100%; margin: 18px 0 0; }
  .plans,
  .gauge-rack,
  .category-grid,
  .intel-modules,
  .feature-row,
  .context-points,
  .square-steps,
  .case-grid,
  .access-pair,
  .security-trust,
  .brand-chips,
  .belief-grid,
  .about-brand-chips,
  .footer-grid { grid-template-columns: 1fr; }
  .about-hero-archie { width: 150px; right: 0; }
  .briefing-archie { left: auto; right: -20px; width: 130px; }
  .final-archie { opacity: 0.28; right: -40px; width: 220px; }
  .plan.featured { transform: none; }
  .quote-stack { margin-top: 36px; }
  .quote-instrument {
    padding: 20px 18px 16px 20px;
    border-radius: 22px;
  }
  .quote-instrument::before {
    font-size: 48px;
    top: 0;
    left: 8px;
  }
  .quote-instrument .eyebrow {
    margin-left: 24px;
  }
  .proof-store-logo {
    width: min(100%, 96px);
  }
  .quote-signoff {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
