/* ============================================================
   LIMESTONE — CODEX WEBSITE REDESIGN
   A precise, human, infrastructure-first visual system.
   Loaded after page-local styles so it acts as the final layer.
   ============================================================ */

:root {
  --wc-ink: #001b53;
  --wc-ink-soft: #032048;
  --wc-blue: #0d6cf2;
  --wc-blue-2: #1a7efb;
  --wc-cyan: #2bb2fc;
  --wc-paper: #f5f9ff;
  --wc-white: #fff;
  --wc-stone: #dbe9fd;
  --wc-line: rgba(0,27,83,.12);
  --wc-muted: #53657d;
  --wc-green: #19b978;
  --wc-orange: #ffb34d;
  --wc-radius: 28px;
  --wc-shadow: 0 28px 80px rgba(0,27,83,.13);
  --wc-ease: cubic-bezier(.2,.75,.2,1);
  --wc-max: 1440px;
}

html { scroll-padding-top: 92px; }
body {
  background: var(--wc-paper);
  color: var(--wc-ink);
  overflow-x: hidden;
}
body::selection { background: var(--wc-blue); color: #fff; }

/* Global polish */
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(13,108,242,.3);
  outline-offset: 3px;
}

.grid-bg {
  opacity: .45;
  background-size: 96px 100% !important;
}

/* Navigation */
.nav {
  top: 14px !important;
  left: 18px !important;
  right: 18px !important;
  width: auto !important;
  height: 64px !important;
  border: 1px solid rgba(255,255,255,.68) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: 0 12px 36px rgba(0,27,83,.08) !important;
  backdrop-filter: blur(24px) saturate(1.5) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.5) !important;
}
.nav.scrolled {
  border-color: rgba(0,27,83,.1) !important;
  background: rgba(255,255,255,.92) !important;
}
.nav__inner {
  max-width: var(--wc-max) !important;
  padding: 0 16px 0 20px !important;
}
.nav__logo {
  display: block !important;
  width: 158px;
  height: 30px;
  flex: 0 0 auto;
  background: url("images/limestone-logo.png") no-repeat left center / contain;
}
.nav__logo-text,
.nav__logo-mark { display: none !important; }
.nav__link {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 560 !important;
  color: #4e596b !important;
  border-radius: 10px !important;
}
.nav__link:hover, .nav__link.active {
  color: var(--wc-ink) !important;
  background: rgba(13,108,242,.07) !important;
}
.nav__dropdown-card {
  border: 1px solid rgba(7,16,31,.1) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 70px rgba(7,16,31,.15) !important;
}
.nav__drop-item { border-radius: 13px !important; }
.nav__cta .btn-primary,
.btn-primary,
.btn-blue {
  background: var(--wc-blue) !important;
  border-color: var(--wc-blue) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(13,108,242,.22) !important;
}
.nav__cta .btn-primary:hover,
.btn-primary:hover,
.btn-blue:hover {
  background: #045cb4 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(13,108,242,.3) !important;
}
.btn {
  border-radius: 12px !important;
  font-weight: 650 !important;
  letter-spacing: -.015em !important;
  transition: transform .2s var(--wc-ease), box-shadow .2s, background .2s !important;
}
.btn:hover { transform: translateY(-2px); }

.wc-menu-toggle {
  display: none;
  margin-left: auto;
  min-width: 42px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--wc-line);
  border-radius: 11px;
  color: var(--wc-ink);
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
}
.wc-mobile-menu {
  position: fixed;
  top: 80px;
  left: 8px;
  right: 8px;
  z-index: 190;
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(7,16,31,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 70px rgba(7,16,31,.18);
  backdrop-filter: blur(24px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .22s, transform .22s, visibility .22s;
}
.wc-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.wc-mobile-menu a {
  padding: 13px 14px;
  border-radius: 11px;
  color: var(--wc-ink);
  font-size: 14px;
  font-weight: 650;
}
.wc-mobile-menu a:hover { background: rgba(13,108,242,.07); }
.wc-mobile-menu__label {
  padding: 10px 16px 4px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a93a6;
}
.wc-mobile-menu__cta {
  margin-top: 6px;
  color: #fff !important;
  background: var(--wc-blue);
  text-align: center;
}

/* Existing pages: clearer hierarchy and premium rhythm */
.ab-hero, .pr-hero, .ct, .demo, .sc-hero, .ss-hero, .ad-hero {
  padding-top: calc(var(--nav-h) + 96px) !important;
}
.ab-hero__h, .pr-hero__h, .ct__h, .demo__h,
.sc-hero__h, .ss-hero__h, .ad-hero__h, .v-hero__h {
  letter-spacing: -.055em !important;
}
.editorial-band {
  border: 1px solid rgba(255,255,255,.65) !important;
  box-shadow: var(--wc-shadow) !important;
}
.editorial-band__caption {
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  background: rgba(7,16,31,.68);
  backdrop-filter: blur(14px);
}
.plan, .route, .voice, .hwc, .scf, .adf {
  transition: transform .28s var(--wc-ease), box-shadow .28s, border-color .28s !important;
}
.plan:hover, .route:hover, .voice:hover, .hwc:hover, .scf:hover, .adf:hover {
  transform: translateY(-5px);
  border-color: rgba(13,108,242,.3) !important;
  box-shadow: 0 24px 60px rgba(7,16,31,.09);
}
.v-hero { min-height: min(880px, 100svh); display: flex; align-items: end; }
.v-hero::after {
  background:
    linear-gradient(90deg, rgba(5,12,25,.94), rgba(5,12,25,.68) 52%, rgba(5,12,25,.18)),
    linear-gradient(180deg, rgba(5,12,25,.12), rgba(5,12,25,.72)) !important;
}
.v-hero__inner { padding-bottom: 84px !important; }
.dash {
  border-radius: 24px !important;
  box-shadow: 0 30px 90px rgba(7,16,31,.18) !important;
}


/* Shared forms and footer on copied pages */
.demo__form-card, .contact-form, .closing__card {
  border: 1px solid rgba(7,16,31,.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 70px rgba(7,16,31,.1) !important;
}
.demo__field input, .demo__field select, .demo__field textarea,
input, select, textarea {
  border-radius: 11px !important;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.demo__field input:focus, .demo__field select:focus, .demo__field textarea:focus,
input:focus, select:focus, textarea:focus {
  border-color: rgba(13,108,242,.55) !important;
  box-shadow: 0 0 0 4px rgba(13,108,242,.09) !important;
}
.footer {
  background:
    radial-gradient(circle at 76% 0%, rgba(26,126,251,.2), transparent 24%),
    var(--wc-ink-soft) !important;
}
.footer__inner { max-width: var(--wc-max) !important; }
.footer__logo-mark { filter: drop-shadow(0 8px 16px rgba(13,108,242,.25)); }
.footer__wordmark {
  color: rgba(255,255,255,.025) !important;
  letter-spacing: -.075em !important;
}
.footer__link { transition: color .2s, transform .2s !important; }
.footer__link:hover { color: #fff !important; transform: translateX(3px); }

/* New homepage */
.wc-home {
  background:
    radial-gradient(circle at 85% 5%, rgba(13,108,242,.1), transparent 28%),
    var(--wc-paper);
}
.wc-shell {
  width: min(var(--wc-max), calc(100% - 64px));
  margin-inline: auto;
}
.wc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--wc-muted);
}
.wc-kicker::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--wc-green);
  box-shadow: 0 0 0 5px rgba(25,185,120,.13);
}
.wc-display {
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 112px);
  line-height: .88;
  letter-spacing: -.068em;
  font-weight: 800;
}
.wc-display em {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -.035em;
}
.wc-heading {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 770;
}
.wc-heading em {
  font-family: var(--font-serif);
  font-weight: 400;
}
.wc-copy {
  max-width: 620px;
  color: var(--wc-muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
  letter-spacing: -.015em;
}

.wc-hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 78px;
  overflow: hidden;
}
.wc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(42px, 6vw, 100px);
  align-items: center;
}
.wc-hero__content { position: relative; z-index: 3; min-width: 0; }
.wc-hero__title { margin: 30px 0 32px; line-height: .93; }
.wc-hero__title .blue { color: var(--wc-blue); }
.wc-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.wc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.015em;
  transition: transform .22s var(--wc-ease), box-shadow .22s, background .22s;
}
.wc-btn:hover { transform: translateY(-3px);}
.wc-btn--primary {
  color: #fff;
  background: var(--wc-blue);
  box-shadow: 0 14px 35px rgba(13,108,242,.26);
}
.wc-btn--primary:hover { background: #045cb4; box-shadow: 0 18px 42px rgba(13,108,242,.33); }
.wc-btn--secondary {
  border: 1px solid var(--wc-line);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(12px);
}
.wc-btn--secondary:hover { background: #07152f; box-shadow: 0 12px 30px rgba(7,16,31,.08); }
.wc-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid var(--wc-line);
}
.wc-proof__value {
  display: block;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 760;
  letter-spacing: -.045em;
}
.wc-proof__value strong { color: var(--wc-blue); }
.wc-proof__label {
  display: block;
  margin-top: 2px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #8a93a6;
}

.wc-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 690px;
}
.wc-hero__photo {
  position: absolute;
  inset: 0 -7vw 0 0;
  overflow: hidden;
  border-radius: 42px 0 0 42px;
  box-shadow: 0 40px 110px rgba(7,16,31,.17);
}
.wc-hero__photo::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--wc-paper), transparent 18%),
    linear-gradient(180deg, transparent 58%, rgba(7,16,31,.22));
}
.wc-hero__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 57% center;
}
.wc-live-card {
  position: absolute;
  left: -24px;
  bottom: 38px;
  z-index: 3;
  width: min(410px, 75%);
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: rgba(7,16,31,.9);
  box-shadow: 0 25px 75px rgba(7,16,31,.32);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.wc-live-card__head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.wc-live-card__head b { color: var(--wc-green); }
.wc-live-card__head b::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--wc-green);
  box-shadow: 0 0 12px var(--wc-green);
}
.wc-live-card__site { margin-left: auto; }
.wc-live-row {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 10px;
  padding: 7px 0;
  font-family: var(--font-mono);
  font-size: 10px;
}
.wc-live-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wc-live-row span:first-child { color: rgba(255,255,255,.38); }
.wc-live-row span:last-child { color: var(--wc-blue-2); }
.wc-float-metric {
  position: absolute;
  top: 42px;
  right: 10px;
  z-index: 4;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 45px rgba(7,16,31,.12);
  backdrop-filter: blur(16px);
}
.wc-float-metric__label {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wc-muted);
}
.wc-float-metric__value {
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 760;
  letter-spacing: -.04em;
}

.wc-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.08);
  background: var(--wc-ink);
  color: #fff;
}
.wc-marquee__track {
  display: flex;
  gap: 60px;
  width: max-content;
  padding: 17px 0;
  animation: wc-marquee 45s linear infinite;
}
.wc-marquee__item {
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,.68);
}
.wc-marquee__item b { color: var(--wc-green); }
.wc-marquee__item strong { color: var(--wc-blue-2); }
@keyframes wc-marquee { to { transform: translateX(-50%); } }

.wc-trust {
  padding: 52px 0;
  border-bottom: 1px solid var(--wc-line);
}
.wc-trust__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.wc-trust__label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #8a93a6;
}
.wc-trust__logos {
  display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap;
  gap: clamp(24px, 4vw, 60px);
  color: #848da0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
}
.wc-trust__logos em { font-family: var(--font-serif); font-size: 21px; font-weight: 400; }

.offline-promise {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 10vw, 142px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%, rgba(45, 151, 255, .2), transparent 34%),
    radial-gradient(circle at 92% 88%, rgba(23, 193, 133, .13), transparent 30%),
    var(--wc-ink);
}
.offline-promise::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 65%);
}
.offline-promise__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--wc-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}
.offline-promise__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wc-blue-2);
}
.offline-promise__eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: currentColor;
}
.offline-promise__story h2 {
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 86px);
  line-height: .95;
  letter-spacing: -.06em;
}
.offline-promise__story h2 em {
  color: var(--wc-blue-2);
  font-family: var(--font-serif);
  font-weight: 400;
}
.offline-promise__story > p {
  max-width: 650px;
  margin-top: 30px;
  color: rgba(255,255,255,.67);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
}
.offline-promise__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}
.wc-btn--light { color: var(--wc-ink); background: #fff; }
.wc-btn--light:hover { box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.offline-promise__text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.35);
  font-size: 13px;
  font-weight: 700;
}
.offline-promise__proof {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.offline-promise__status {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}
.offline-promise__status strong { color: var(--wc-green); }
.offline-promise__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wc-amber);
  box-shadow: 0 0 14px rgba(255,184,76,.72);
}
.offline-promise__steps { list-style: none; padding: 10px 28px; }
.offline-promise__steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.offline-promise__steps li:last-child { border-bottom: 0; }
.offline-promise__steps li > span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--wc-blue-2);
}
.offline-promise__steps strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 21px;
}
.offline-promise__steps p { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }
.offline-promise__bottom {
  margin: 0 28px 28px;
  padding: 16px 18px;
  border-radius: 12px;
  color: #bcefdc;
  background: rgba(23,193,133,.11);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .04em;
  text-align: center;
}
.offline-promise--compact { padding: clamp(68px, 8vw, 105px) 0; }
.offline-promise--compact .offline-promise__story h2 { font-size: clamp(43px, 5.2vw, 72px); }

.wc-section { padding: clamp(96px, 11vw, 170px) 0; }
.wc-section--white { background: #fff; }
.wc-section--dark { background: var(--wc-ink); color: #fff; }
.wc-section__head {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}
.wc-section--dark .wc-heading { color: #fff; }
.wc-section--dark .wc-copy { color: rgba(255,255,255,.62); }

.wc-system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--wc-line);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}
.wc-layer {
  min-height: 520px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--wc-line);
  transition: transform .3s var(--wc-ease), background .3s;
}
.wc-layer:last-child { border-right: 0; }
.wc-layer--active {
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(26,126,251,.3), transparent 30%),
    var(--wc-ink);
}
.wc-layer__num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .13em;
  color: var(--wc-blue);
}
.wc-layer--active .wc-layer__num { color: var(--wc-blue-2); }
.wc-layer__title {
  margin: 24px 0 8px;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.045em;
}
.wc-layer__aside {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--wc-muted);
}
.wc-layer--active .wc-layer__aside { color: rgba(255,255,255,.6); }
.wc-layer__body {
  margin-top: 26px;
  color: var(--wc-muted);
  font-size: 14px;
  line-height: 1.75;
}
.wc-layer--active .wc-layer__body { color: rgba(255,255,255,.64); }
.wc-layer__list {
  margin-top: auto;
  padding-top: 30px;
  list-style: none;
}
.wc-layer__list li {
  padding: 11px 0;
  border-top: 1px solid var(--wc-line);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #697386;
}
.wc-layer--active .wc-layer__list li {
  border-color: rgba(255,255,255,.1);
  color: rgba(255,255,255,.58);
}
.wc-layer__link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--wc-blue);
  font-size: 13px;
  font-weight: 700;
}
.wc-layer--active .wc-layer__link { color: var(--wc-blue-2); }

.wc-bento {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 18px;
}
.wc-bento-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: var(--wc-radius);
  isolation: isolate;
}
.wc-bento-card--tall { grid-row: span 2; }
.wc-bento-card img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--wc-ease);
}
.wc-bento-card:hover img { transform: scale(1.035); }
.wc-bento-card::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, transparent 25%, rgba(5,12,25,.9));
}
.wc-bento-card__content {
  position: absolute; left: 34px; right: 34px; bottom: 32px;
  color: #fff;
}
.wc-bento-card__label {
  font-family: var(--font-mono);
  font-size: 9px; letter-spacing: .13em; text-transform: uppercase;
  color: rgba(255,255,255,.62);
}
.wc-bento-card__title {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.045em;
}
.wc-bento-card__title em { font-family: var(--font-serif); font-weight: 400; }
.wc-bento-card__text {
  max-width: 450px;
  margin-top: 12px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.6;
}

.wc-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
}
.wc-metric {
  min-height: 250px;
  padding: 44px 28px 28px 0;
  border-right: 1px solid rgba(255,255,255,.1);
}
.wc-metric:last-child { border-right: 0; }
.wc-metric__value {
  font-family: var(--font-display);
  font-size: clamp(55px, 6vw, 90px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 760;
}
.wc-metric:first-child .wc-metric__value { color: var(--wc-blue-2); }
.wc-metric__value small {
  font-family: var(--font-serif);
  font-size: .45em;
  font-weight: 400;
  color: rgba(255,255,255,.5);
}
.wc-metric__label {
  max-width: 210px;
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}

.wc-story {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.wc-story__image {
  position: sticky;
  top: 110px;
  overflow: hidden;
  min-height: 600px;
  border-radius: 30px;
  box-shadow: var(--wc-shadow);
}
.wc-story__image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.wc-story__copy {
  font-family: var(--font-serif);
  font-size: clamp(29px, 3.2vw, 48px);
  line-height: 1.28;
  letter-spacing: -.022em;
}
.wc-story__copy p { margin-bottom: 34px; }
.wc-story__copy strong {
  font-weight: 400;
  background: linear-gradient(transparent 65%, rgba(13,108,242,.18) 65%);
}
.wc-signature {
  display: flex; align-items: center; gap: 15px;
  margin-top: 52px; padding-top: 28px;
  border-top: 1px solid var(--wc-line);
}
.wc-signature__mark {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  color: #fff; background: var(--wc-ink);
  font-family: var(--font-display); font-weight: 700;
}
.wc-signature__name { font-weight: 700; font-size: 14px; }
.wc-signature__role { color: var(--wc-muted); font-size: 12px; }

.wc-quotes {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}
.wc-quote {
  min-height: 330px;
  padding: 34px;
  display: flex; flex-direction: column;
  border: 1px solid var(--wc-line);
  border-radius: 24px;
  background: #fff;
}
.wc-quote:first-child { background: var(--wc-blue); color: #fff; border-color: var(--wc-blue); }
.wc-quote__text {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.22;
}
.wc-quote__author {
  margin-top: auto;
  padding-top: 36px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--wc-muted);
}
.wc-quote:first-child .wc-quote__author { color: rgba(255,255,255,.65); }

.wc-faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}
.wc-faq__item { border-top: 1px solid var(--wc-line); }
.wc-faq__button {
  width: 100%;
  padding: 25px 0;
  display: flex; justify-content: space-between; gap: 30px;
  text-align: left;
  color: var(--wc-ink);
  font-size: 17px;
  font-weight: 650;
}
.wc-faq__icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px; height: 24px;
  border: 1px solid var(--wc-line);
  border-radius: 50%;
}
.wc-faq__icon::before, .wc-faq__icon::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 9px; height: 1px; background: currentColor;
  transform: translate(-50%,-50%);
}
.wc-faq__icon::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s; }
.wc-faq__button[aria-expanded="true"] .wc-faq__icon::after { transform: translate(-50%,-50%) rotate(0); }
.wc-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s var(--wc-ease);
}
.wc-faq__answer > div { overflow: hidden; }
.wc-faq__answer p {
  max-width: 760px;
  padding: 0 40px 28px 0;
  color: var(--wc-muted);
  line-height: 1.7;
}
.wc-faq__item:has(.wc-faq__button[aria-expanded="true"]) .wc-faq__answer { grid-template-rows: 1fr; }

.wc-cta {
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(26,126,251,.5), transparent 25%),
    var(--wc-ink);
  overflow: hidden;
}
.wc-cta__title {
  max-width: 850px;
  font-family: var(--font-display);
  font-size: clamp(45px, 6vw, 88px);
  line-height: .92;
  letter-spacing: -.06em;
}
.wc-cta__title em { font-family: var(--font-serif); font-weight: 400; color: rgba(255,255,255,.78); }
.wc-cta__copy { max-width: 540px; margin-top: 25px; color: rgba(255,255,255,.6); }
.wc-cta__actions { display: flex; flex-direction: column; gap: 12px; min-width: 250px; }
.wc-cta .wc-btn--secondary { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); }

.wc-footer {
  margin-top: 90px;
  padding: 74px 0 28px;
  color: rgba(255,255,255,.62);
  background: var(--wc-ink-soft);
}
.wc-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 55px;
}
.wc-footer__brand { color: #fff; }
.wc-footer__logo { display: inline-flex; align-items: center; }
.wc-footer__logo img { display: block; width: 166px; height: auto; }
.wc-footer__tagline { margin: 22px 0; font-family: var(--font-serif); font-size: 19px; color: rgba(255,255,255,.72); }
.wc-footer__address { font-family: var(--font-mono); font-size: 10px; line-height: 1.9; }
.wc-footer__title { margin-bottom: 18px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.36); }
.wc-footer__links { display: grid; gap: 10px; }
.wc-footer__links a { font-size: 13px; transition: color .2s, transform .2s; }
.wc-footer__links a:hover { color: #fff; transform: translateX(3px); }
.wc-footer__bottom {
  display: flex; justify-content: space-between; gap: 30px;
  margin-top: 70px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.09);
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .05em;
}

.wc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--wc-ease), transform .7s var(--wc-ease);
}
.wc-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .wc-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .wc-hero__content { max-width: 850px; }
  .wc-hero__visual { min-height: 620px; }
  .wc-hero__photo { inset: 0; border-radius: 34px; }
  .wc-system { grid-template-columns: 1fr; }
  .wc-layer { min-height: auto; border-right: 0; border-bottom: 1px solid var(--wc-line); }
  .wc-layer:last-child { border-bottom: 0; }
  .wc-layer__list { margin-top: 35px; }
  .wc-section__head { grid-template-columns: 1fr; gap: 30px; }
  .wc-metrics { grid-template-columns: 1fr 1fr; }
  .wc-metric:nth-child(2) { border-right: 0; }
  .wc-metric { border-bottom: 1px solid rgba(255,255,255,.1); }
  .wc-story { grid-template-columns: 1fr; }
  .wc-story__image { position: relative; top: 0; min-height: 500px; }
  .wc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .offline-promise__inner { grid-template-columns: 1fr; }
  .offline-promise__proof { max-width: 760px; width: 100%; }
}

@media (max-width: 768px) {
  :root { --wc-radius: 22px; }
  .nav { top: 8px !important; left: 8px !important; right: 8px !important; border-radius: 15px !important; }
  .nav__inner { padding-inline: 12px !important; }
  .nav__logo { width: 132px; height: 25px; }
  .wc-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav__cta .btn-primary { font-size: 0 !important; padding-inline: 12px !important; }
  .nav__cta .btn-primary::before { content: 'Demo →'; font-size: 11px; }
  .wc-shell { width: min(calc(100% - 34px), var(--wc-max)); }
  .wc-hero { padding-top: 116px; }
  .wc-display { font-size: clamp(49px, 15vw, 68px); }
  .wc-heading { font-size: clamp(38px, 12vw, 54px); }
  .wc-copy { font-size: 17px; }
  .wc-hero__content .wc-copy { max-width: 100%; overflow-wrap: anywhere; }
  .wc-hero__visual { min-height: 520px; }
  .wc-hero__photo { border-radius: 26px; }
  .wc-live-card { left: 14px; right: 14px; bottom: 16px; width: auto; }
  .wc-float-metric { top: 14px; right: 14px; }
  .wc-hero__proof { display: grid; grid-template-columns: 1fr 1fr; }
  .wc-trust__inner { align-items: flex-start; flex-direction: column; }
  .wc-trust__logos { justify-content: flex-start; }
  .offline-promise__inner { width: min(calc(100% - 34px), var(--wc-max)); gap: 42px; }
  .offline-promise__proof { border-radius: 22px; }
  .offline-promise__story h2 { font-size: clamp(43px, 12vw, 59px); }
  .wc-section { padding: 88px 0; }
  .wc-layer { padding: 30px; }
  .wc-bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .wc-bento-card--tall { grid-row: auto; }
  .wc-bento-card { min-height: 410px; }
  .wc-bento-card__content { left: 24px; right: 24px; bottom: 24px; }
  .wc-metrics { grid-template-columns: 1fr; }
  .wc-metric { min-height: auto; border-right: 0; padding: 36px 0; }
  .wc-story__image { min-height: 400px; }
  .wc-quotes { grid-template-columns: 1fr; }
  .wc-faq { grid-template-columns: 1fr; gap: 45px; }
  .wc-cta { padding: 40px 26px; grid-template-columns: 1fr; }
  .wc-cta__actions { min-width: 0; }
  .wc-footer__grid { grid-template-columns: 1fr 1fr; }
  .wc-footer__brand { grid-column: 1 / -1; }
  .wc-footer__bottom { flex-direction: column; }

  /* Existing copied pages */
  .ab-hero, .pr-hero, .ct, .demo, .sc-hero, .ss-hero, .ad-hero {
    padding-top: calc(var(--nav-h) + 72px) !important;
  }
  .v-hero { min-height: auto; padding-top: 150px !important; }
}

@media (max-width: 480px) {
  .nav__links, .nav__cta { display: none !important; }
  .wc-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .wc-btn { width: 100%; }
  .wc-hero__proof { gap: 22px 16px; }
  .wc-hero__visual { min-height: 470px; }
  .wc-live-card {
    padding: 15px;
    border-radius: 16px;
  }
  .wc-live-row {
    grid-template-columns: 45px 1fr;
    font-size: 9px;
  }
  .wc-live-row span:last-child { display: none; }
  .wc-float-metric { padding: 12px 14px; }
  .wc-float-metric__value { font-size: 20px; }
  .offline-promise__status { grid-template-columns: auto 1fr; }
  .offline-promise__status strong { grid-column: 2; }
  .offline-promise__steps { padding-inline: 20px; }
  .offline-promise__steps li { grid-template-columns: 34px 1fr; }
  .offline-promise__bottom { margin-inline: 20px; }
  .wc-footer__grid { grid-template-columns: 1fr; }
  .wc-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .wc-reveal { opacity: 1; transform: none; }
}

/* Legal and policy pages */
.legal-page {
  background: #f4f7fb;
  color: var(--ink);
}
.legal-hero {
  padding: 190px 0 82px;
  background:
    radial-gradient(circle at 82% 12%, rgba(13, 91, 255, .13), transparent 30%),
    linear-gradient(180deg, #edf4ff 0%, #f4f7fb 100%);
}
.legal-shell {
  width: min(calc(100% - 64px), 1180px);
  margin-inline: auto;
}
.legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.legal-kicker::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}
.legal-title {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .96;
}
.legal-title em {
  color: var(--blue);
  font-family: var(--font-serif);
  font-weight: 400;
}
.legal-summary {
  max-width: 760px;
  margin: 34px 0 0;
  color: #3e4b62;
  font-size: 20px;
  line-height: 1.65;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 38px;
  color: #667087;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 72px;
  padding-block: 84px 120px;
}
.legal-aside {
  align-self: start;
  position: sticky;
  top: 118px;
}
.legal-aside__label {
  margin-bottom: 16px;
  color: #80899a;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.legal-aside a {
  display: block;
  padding: 9px 0;
  color: #4d596f;
  font-size: 13px;
  text-decoration: none;
}
.legal-aside a:hover { color: var(--blue); }
.legal-content {
  padding: 52px clamp(28px, 5vw, 70px);
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(23, 45, 84, .08);
}
.legal-content section {
  padding-block: 12px 44px;
  scroll-margin-top: 130px;
}
.legal-content section + section {
  padding-top: 42px;
  border-top: 1px solid #e6eaf0;
}
.legal-content h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -.035em;
  line-height: 1.08;
}
.legal-content h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 20px;
}
.legal-content p,
.legal-content li {
  color: #465268;
  font-size: 16px;
  line-height: 1.78;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 22px;
}
.legal-content a { color: var(--blue); }
.legal-callout {
  margin: 10px 0 28px;
  padding: 24px 26px;
  border-left: 3px solid var(--blue);
  border-radius: 0 16px 16px 0;
  background: #edf4ff;
}
.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.wc-footer__bottom a { color: inherit; text-decoration: none; }
.wc-footer__bottom a:hover { color: #fff; }

@media (max-width: 850px) {
  .legal-shell { width: min(calc(100% - 34px), 1180px); }
  .legal-hero { padding: 140px 0 64px; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 48px 88px; }
  .legal-aside { position: static; }
  .legal-aside nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
  .legal-content { border-radius: 22px; }
}

/* Social links */
.social-link {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
}
.social-link__icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 7px;
  background: rgba(255, 255, 255, .06);
  color: currentColor;
}
.social-link__icon svg { width: 13px; height: 13px; }
.ct__social-link.social-link { justify-content: flex-start; }
.ct__social-link .social-link__icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  border-color: rgba(13, 91, 255, .15);
  background: #edf4ff;
  color: var(--blue);
}
.ct__social-link .social-link__icon svg { width: 16px; height: 16px; }

/* FAQ and partnership pages */
.info-page { background: #f4f7fb; color: var(--ink); }
.info-hero {
  padding: 190px 0 100px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 85% 24%, rgba(13, 91, 255, .17), transparent 28%),
    linear-gradient(180deg, #eaf2ff 0%, #f4f7fb 100%);
}
.info-hero::after {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -190px;
  border: 1px solid rgba(13, 91, 255, .12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(13, 91, 255, .035), 0 0 0 140px rgba(13, 91, 255, .025);
}
.info-shell { width: min(calc(100% - 64px), 1240px); margin-inline: auto; position: relative; z-index: 1; }
.info-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.info-eyebrow::before { width: 22px; height: 1px; background: currentColor; content: ""; }
.info-title {
  max-width: 960px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(56px, 7.5vw, 106px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .92;
}
.info-title em { color: var(--blue); font-family: var(--font-serif); font-weight: 400; }
.info-lead { max-width: 750px; margin: 38px 0 0; color: #46536a; font-size: 20px; line-height: 1.65; }
.info-section { padding: 105px 0; }
.info-section--white { background: #fff; }
.info-section--dark { background: #07152f; color: #fff; }
.info-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: .98;
}
.info-heading em { color: var(--blue); font-family: var(--font-serif); font-weight: 400; }
.info-section--dark .info-heading em { color: #66a0ff; }
.info-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 70px; align-items: end; margin-bottom: 60px; }
.info-copy { color: #536077; font-size: 17px; line-height: 1.75; }
.info-section--dark .info-copy { color: rgba(255, 255, 255, .66); }
.faq-list { max-width: 980px; margin-inline: auto; }
.faq-card { border-bottom: 1px solid #dce2eb; }
.faq-card:first-child { border-top: 1px solid #dce2eb; }
.faq-card summary {
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  gap: 18px;
  align-items: center;
  padding: 27px 0;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 700;
  letter-spacing: -.025em;
}
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card__number { color: var(--blue); font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; }
.faq-card__plus { width: 20px; height: 20px; position: relative; }
.faq-card__plus::before, .faq-card__plus::after { position: absolute; inset: 9px 2px auto; height: 2px; background: var(--blue); content: ""; transition: transform .2s ease; }
.faq-card__plus::after { transform: rotate(90deg); }
.faq-card[open] .faq-card__plus::after { transform: rotate(0); }
.faq-card__answer { max-width: 800px; padding: 0 0 30px 62px; color: #4d5a70; font-size: 16px; line-height: 1.78; }
.faq-card__answer p { margin: 0 0 12px; }
.faq-card__answer ul { display: grid; gap: 7px; margin: 12px 0 0; padding-left: 20px; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-card {
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(24, 48, 90, .06);
}
.partner-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  place-items: center;
  border-radius: 14px;
  background: #eaf2ff;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
}
.partner-card h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: 25px; letter-spacing: -.03em; }
.partner-card p { margin: 0; color: #59657a; font-size: 15px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; background: rgba(255, 255, 255, .12); }
.benefit { min-height: 240px; padding: 35px; background: #07152f; }
.benefit__number { margin-bottom: 54px; color: #66a0ff; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; }
.benefit h3 { margin: 0 0 12px; color: #fff; font-family: var(--font-display); font-size: 23px; }
.benefit p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.7; }
.info-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 56px;
  border-radius: 28px;
  background: #0d5bff;
  color: #fff;
}
.info-cta h2 { margin: 0; font-family: var(--font-display); font-size: clamp(36px, 4.5vw, 64px); letter-spacing: -.05em; line-height: .98; }
.info-cta p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.75); line-height: 1.7; }
.info-cta .wc-btn--secondary { border-color: rgba(255,255,255,.4); color: #fff; }

.case-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.case-proof__item {
  padding: 25px;
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}
.case-proof__value {
  margin-bottom: 8px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.case-proof__label { color: #5a667b; font-size: 14px; line-height: 1.5; }
.case-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 52px;
}
.case-logo {
  display: grid;
  min-width: 108px;
  min-height: 62px;
  padding: 14px 18px;
  place-items: center;
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 16px;
  background: #fff;
  color: #667087;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.case-story {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 52px;
  padding: 46px 0;
  border-top: 1px solid #dce2eb;
  scroll-margin-top: 130px;
}
.case-story:last-child { border-bottom: 1px solid #dce2eb; }
.case-story__meta {
  position: sticky;
  top: 120px;
  align-self: start;
}
.case-story__label {
  margin-bottom: 18px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.case-story h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 52px);
  line-height: .98;
  letter-spacing: -.045em;
}
.case-story__quote {
  margin: 24px 0 0;
  color: #07152f;
  font-family: var(--font-serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1.28;
}
.case-story__body {
  display: grid;
  gap: 22px;
  color: #4e5b70;
  font-size: 16px;
  line-height: 1.76;
}
.case-story__body h4 {
  margin: 10px 0 -8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -.02em;
}
.case-story__body ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 22px;
}
.case-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}
.case-nav a {
  padding: 10px 14px;
  border: 1px solid rgba(13, 91, 255, .16);
  border-radius: 999px;
  background: rgba(13, 91, 255, .06);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.case-nav a:hover { background: var(--blue); color: #fff; }
.case-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px;
  margin-top: 46px;
  align-items: stretch;
}
.case-media-card {
  overflow: hidden;
  min-height: 380px;
  position: relative;
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(23, 45, 84, .1);
}
.case-media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.case-video-card {
  overflow: hidden;
  position: relative;
  border-radius: 28px;
  background: #07152f;
  box-shadow: 0 28px 80px rgba(23, 45, 84, .14);
}
.case-video-card iframe,
.case-video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  background: #050b14;
}
.case-video-card--youtube iframe {
  min-height: 380px;
}
.case-media-card__caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(7, 21, 47, .84);
  color: #fff;
  backdrop-filter: blur(14px);
}
.case-media-card__caption span {
  display: block;
  margin-bottom: 7px;
  color: #8eb5ff;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.case-media-card__caption strong {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: -.025em;
}
.case-video-card .case-media-card__caption {
  position: static;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(7, 21, 47, .97), rgba(13, 91, 255, .86));
}
.case-estate-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.case-estate-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(3, 10, 24, .16);
}
.case-estate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(2,6,18,.04), rgba(2,6,18,.82));
}
.case-estate-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.case-estate-card:hover img { transform: scale(1.05); }
.case-estate-card span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .86;
}
.case-estate-card strong {
  display: block;
  max-width: 230px;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.case-video-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}
.case-story__media {
  overflow: hidden;
  margin: 0 0 22px;
  border-radius: 26px;
  background: #f1f5fb;
}
.case-story__media img {
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  display: block;
  object-fit: cover;
}
.case-story__media figcaption {
  padding: 12px 16px 14px;
  color: #657083;
  font-size: 13px;
  line-height: 1.45;
}
.case-story__video {
  overflow: hidden;
  margin: 0 0 24px;
  border-radius: 26px;
  background: #07152f;
  box-shadow: 0 22px 60px rgba(3, 10, 24, .14);
}
.case-story__video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
.case-youtube-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 28px;
  background: #07152f;
  background-image: linear-gradient(135deg, rgba(3,32,72,.50), rgba(3,32,72,.48)), url('https://limestone.ng/staging/wp-content/uploads/2026/06/Case-Background-1-scaled.png');
  color: #fff;
  text-decoration: none;
  box-shadow: 0 28px 80px rgba(7, 21, 47, .14);
}
.case-youtube-card:hover { transform: translateY(-2px); }
.case-youtube-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #ff0033;
}
.case-youtube-card__icon svg { width: 28px; height: 28px; color: #fff; }
.case-youtube-card h2 {
  margin: 80px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  line-height: .98;
  letter-spacing: -.045em;
}
.case-youtube-card p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}
.case-youtube-card__cta {
  margin-top: 32px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.case-logo img {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: contain;
  filter: saturate(.92);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.content-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(24, 48, 90, .06);
}
.content-card:hover { transform: translateY(-3px); }
.content-card__image {
  height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, #dfeaff, #f7faff);
}
.content-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.content-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}
.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 16px;
  color: #667087;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.content-card h3 {
  margin: 0 0 15px;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.content-card p {
  margin: 0;
  color: #59657a;
  font-size: 15px;
  line-height: 1.65;
}
.content-card__cta {
  margin-top: auto;
  padding-top: 24px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.article-shell {
  width: min(calc(100% - 64px), 900px);
  margin: 0 auto;
  padding: 88px 0 120px;
}
.article-hero-image {
  width: min(calc(100% - 64px), 1180px);
  max-height: 620px;
  margin: -42px auto 0;
  overflow: hidden;
  border-radius: 30px;
  background: #dfeaff;
  box-shadow: 0 28px 80px rgba(23, 45, 84, .1);
}
.article-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.article-body {
  color: #3f4c61;
  font-size: 18px;
  line-height: 1.82;
}
.article-body > * { margin-top: 0; }
.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote,
.article-body figure { margin-bottom: 26px; }
.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 52px 0 18px;
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: -.035em;
  line-height: 1.05;
}
.article-body h2 { font-size: clamp(34px, 4vw, 52px); }
.article-body h3 { font-size: 30px; }
.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.article-body a { color: var(--blue); }
.article-body blockquote {
  padding: 24px 28px;
  border-left: 3px solid var(--blue);
  border-radius: 0 18px 18px 0;
  background: #edf4ff;
  color: #15233b;
  font-family: var(--font-serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1.35;
}
.jobs-list {
  display: grid;
  gap: 14px;
}
.job-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(10, 14, 26, .08);
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.job-row h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 25px;
  letter-spacing: -.03em;
}
.job-row p { margin: 0; color: #667087; }
.job-row__cta {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .info-intro { grid-template-columns: 1fr; gap: 26px; }
  .partner-grid, .benefit-grid, .content-grid { grid-template-columns: 1fr 1fr; }
  .case-hero-media { grid-template-columns: 1fr; }
  .case-video-card--youtube iframe { min-height: 340px; }
  .case-estate-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-video-strip { grid-template-columns: 1fr; }
  .case-story { grid-template-columns: 1fr; gap: 22px; }
  .case-story__meta { position: static; }
  .info-cta { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .info-shell { width: min(calc(100% - 34px), 1240px); }
  .info-hero { padding: 140px 0 76px; }
  .info-section { padding: 78px 0; }
  .partner-grid, .benefit-grid, .content-grid { grid-template-columns: 1fr; }
  .article-shell, .article-hero-image { width: min(calc(100% - 34px), 900px); }
  .job-row { grid-template-columns: 1fr; }
  .case-proof { grid-template-columns: 1fr; }
  .case-estate-gallery { grid-template-columns: 1fr; }
  .case-estate-card { min-height: 300px; }
  .case-video-card--youtube iframe { min-height: 260px; }
  .faq-card summary { grid-template-columns: 34px 1fr 22px; gap: 10px; }
  .faq-card__answer { padding-left: 44px; }
  .info-cta { padding: 34px 26px; }
}

/* ============================================================
   v14 — MOTION & CONVERSION LAYER
   Award-grade polish: one type system, subtle expo easing,
   staggered reveals, sticky conversion paths, WhatsApp-first
   contact, and legibility raised across the board.
   ============================================================ */

:root {
  /* Easing — slow start of settle, no bounce. The motion signature. */
  --wc-ease-out: cubic-bezier(.16, 1, .3, 1);      /* expo-out: reveals, cards */
  --wc-ease-soft: cubic-bezier(.25, .46, .45, .94); /* quad-out: color/opacity */
  --wc-dur-1: .45s;
  --wc-dur-2: .7s;
  --wc-dur-3: 1s;

  /* Type consolidation: three families only.
     Bricolage (display) · Inter (body) · IBM Plex Mono (data).
     The decorative serif is retired for readability. */
  --font-serif: 'Bricolage Grotesque', 'Inter', system-ui, sans-serif;
}

/* Retired serif accents render as a lighter italic of the display face —
   same editorial rhythm, one family fewer, far better small-screen reading. */
.wc-display em, .wc-heading em, .wc-cta__title em,
.t-display em, .t-hero em, h1 em, h2 em, h3 em {
  font-weight: 480;
  letter-spacing: -.03em;
}
.wc-story__copy, .wc-quote__text {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.03em;
  font-style: normal;
}
.wc-footer__tagline, .footer__tagline { font-style: italic; }

/* ── Legibility raise (audit: text legibility, link affordance) ── */
:root { --wc-muted: #49596f; }
.wc-layer__list li { font-size: 10px; }
.wc-metric__label, .wc-footer__title { font-size: 10px; }
.wc-footer__address { font-size: 11px; }
.wc-proof__label, .wc-trust__label, .wc-bento-card__label,
.wc-quote__author, .wc-live-card__head { font-size: 10px; }
.wc-copy { color: #44546b; }
.wc-section--dark .wc-copy, .offline-promise__story > p { color: rgba(255,255,255,.74); }
.wc-layer__body { font-size: 15px; color: #4c5c73; }
.wc-layer--active .wc-layer__body { color: rgba(255,255,255,.72); }

/* Inline text links: visibly clickable, consistent affordance */
.wc-copy a, .wc-layer__body a, .article-body a, .faq-card__answer a,
.wc-faq__answer a, .legal-content a {
  color: var(--wc-blue);
  text-decoration: underline;
  text-decoration-color: rgba(13,108,242,.34);
  text-underline-offset: 3px;
  transition: text-decoration-color .2s var(--wc-ease-soft);
}
.wc-copy a:hover, .article-body a:hover, .faq-card__answer a:hover,
.wc-faq__answer a:hover, .legal-content a:hover { text-decoration-color: var(--wc-blue); }

/* Arrow affordance on every primary action */
.wc-btn .arrow, .wc-layer__link, .arch__cta { transition: gap .25s var(--wc-ease-out); }

/* ── One logo, everywhere (audit: logo consistency) ── */
.footer__logo {
  display: block !important;
  width: 166px;
  height: 32px;
  background: url("images/limestone-logo-white.png") no-repeat left center / contain;
}
.footer__logo-mark, .footer__logo-text { display: none !important; }

/* ── Reveal system — variants + stagger ─────────────────────── */
.wc-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity var(--wc-dur-2) var(--wc-ease-soft),
    transform var(--wc-dur-3) var(--wc-ease-out);
  transition-delay: calc(var(--wc-i, 0) * 90ms);
  will-change: opacity, transform;
}
.wc-reveal--left  { transform: translateX(-30px); }
.wc-reveal--right { transform: translateX(30px); }
.wc-reveal--zoom  { transform: scale(.96) translateY(12px); }
.wc-reveal.is-visible { opacity: 1; transform: none; }

/* Pre-JS / no-JS: everything stays visible */
html:not(.wc-js) .wc-reveal { opacity: 1; transform: none; }

/* ── Hero entrance cascade (homepage + subpage heroes) ──────── */
@keyframes wc-rise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
.wc-js .wc-hero__content > *,
.wc-js .ab-hero__inner > *, .wc-js .pr-hero__inner > *,
.wc-js .v-hero__inner > *, .wc-js .sc-hero__inner > *,
.wc-js .ss-hero__inner > *, .wc-js .ad-hero__inner > *,
.wc-js .ct__inner > *, .wc-js .demo__inner > * {
  animation: wc-rise var(--wc-dur-3) var(--wc-ease-out) backwards;
}
.wc-js .wc-hero__content > *:nth-child(1) { animation-delay: .05s; }
.wc-js .wc-hero__content > *:nth-child(2) { animation-delay: .14s; }
.wc-js .wc-hero__content > *:nth-child(3) { animation-delay: .23s; }
.wc-js .wc-hero__content > *:nth-child(4) { animation-delay: .32s; }
.wc-js .wc-hero__content > *:nth-child(5) { animation-delay: .41s; }
.wc-js .wc-hero__visual { animation: wc-rise 1.1s var(--wc-ease-out) .2s backwards; }

/* ── Animated counters ──────────────────────────────────────── */
[data-count-to] { font-variant-numeric: tabular-nums; }

/* ── CTA micro-copy (audit: set demo expectations at the CTA) ── */
.wc-cta-note {
  display: block;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--wc-muted);
}
.wc-section--dark .wc-cta-note, .offline-promise .wc-cta-note,
.wc-cta .wc-cta-note, .closing .wc-cta-note { color: rgba(255,255,255,.62); }

/* ── WhatsApp CTA (audit: Nigerian buyers start on WhatsApp) ── */
.wc-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(18,140,80,.28);
  border-radius: 11px;
  color: #0e7a46;
  background: rgba(37,211,102,.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: transform .2s var(--wc-ease-out), background .2s, box-shadow .2s;
}
.wc-wa-btn:hover {
  transform: translateY(-2px);
  background: rgba(37,211,102,.14);
  box-shadow: 0 10px 26px rgba(18,140,80,.16);
}
.wc-wa-btn svg { width: 16px; height: 16px; flex: 0 0 16px; }
.wc-wa-btn--solid {
  border-color: #1faf5c;
  color: #fff;
  background: #1faf5c;
}
.wc-wa-btn--solid:hover { background: #178f4b; box-shadow: 0 12px 30px rgba(18,140,80,.3); }

/* ── Sticky mobile conversion bar (audit: mobile CTA path) ──── */
.wc-sticky-cta {
  position: fixed;
  left: 10px; right: 10px; bottom: 10px;
  z-index: 180;
  display: none;
  grid-template-columns: auto 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(7,16,31,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(7,16,31,.22);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  transform: translateY(calc(100% + 20px));
  transition: transform .45s var(--wc-ease-out);
}
.wc-sticky-cta.is-shown { transform: none; }
.wc-sticky-cta .wc-wa-btn { min-height: 46px; border-radius: 12px; justify-content: center; }
.wc-sticky-cta__demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 12px;
  color: #fff;
  background: var(--wc-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  box-shadow: 0 10px 26px rgba(13,108,242,.28);
}
@media (max-width: 768px) {
  .wc-sticky-cta { display: grid; }
  body { padding-bottom: 74px; }
}

/* ── Breadcrumbs on product subpages (audit: orientation) ───── */
.wc-crumbs {
  position: absolute;
  top: 96px; left: 0; right: 0;
  z-index: 5;
  pointer-events: none;
}
.wc-crumbs__inner {
  width: min(var(--wc-max), calc(100% - 64px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wc-crumbs a, .wc-crumbs span { color: var(--wc-muted); }
.wc-crumbs a:hover { color: var(--wc-blue); }
.wc-crumbs__sep { opacity: .45; }
.wc-crumbs strong { color: var(--wc-ink); font-weight: 600; }
.wc-crumbs--light a, .wc-crumbs--light span { color: rgba(255,255,255,.66); }
.wc-crumbs--light strong { color: #fff; }
.wc-crumbs--light a:hover { color: #fff; }
@media (max-width: 768px) { .wc-crumbs { display: none; } }

/* ── Generic callout (who-it's-for, Built-in-Lagos, ROI) ────── */
.wc-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px 28px;
  border: 1px solid rgba(13,108,242,.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13,108,242,.06), rgba(43,178,252,.04));
}
.wc-callout__badge {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 13px;
  color: #fff;
  background: var(--wc-blue);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}
.wc-callout h3, .wc-callout strong.wc-callout__title {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: -.03em;
}
.wc-callout p { margin: 0; color: var(--wc-muted); font-size: 15px; line-height: 1.65; }
.wc-callout--dark {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: #fff;
}
.wc-callout--dark p { color: rgba(255,255,255,.68); }

/* Cost anchors under pricing plans (audit: cost anchoring) */
.wc-anchor-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 11px;
  background: rgba(13,108,242,.06);
  color: #33425a;
  font-size: 12.5px;
  line-height: 1.55;
}
.wc-anchor-note b { color: var(--wc-ink); }

/* ── Before / after comparison (UI review: manual vs Limestone) ── */
.wc-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--wc-line);
  border-radius: 24px;
  background: var(--wc-line);
}
.wc-compare__col { padding: 34px; background: #fff; }
.wc-compare__col--after { background: var(--wc-ink); color: #fff; }
.wc-compare__label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wc-compare__col--before .wc-compare__label { color: #9a4b22; background: rgba(255,151,71,.14); }
.wc-compare__col--after .wc-compare__label { color: #7ee2b1; background: rgba(23,193,133,.16); }
.wc-compare__col ul { list-style: none; margin: 0; padding: 0; }
.wc-compare__col li {
  padding: 13px 0;
  border-top: 1px solid var(--wc-line);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--wc-muted);
}
.wc-compare__col--after li { border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.74); }
@media (max-width: 768px) { .wc-compare { grid-template-columns: 1fr; } }

/* ── Product matrix: which layer is for whom (UI review #10) ── */
.wc-matrix { overflow-x: auto; }
.wc-matrix table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--wc-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.wc-matrix th, .wc-matrix td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--wc-line);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.wc-matrix tr:last-child td { border-bottom: 0; }
.wc-matrix th {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--wc-muted);
  background: var(--wc-paper);
}
.wc-matrix td:first-child { font-weight: 700; color: var(--wc-ink); white-space: nowrap; }
.wc-matrix td { color: #4c5c73; }

/* ── Section flourish: hairline that draws in on reveal ─────── */
.wc-rule {
  height: 1px;
  background: var(--wc-line);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.1s var(--wc-ease-out);
}
.wc-rule.is-visible { transform: none; }
html:not(.wc-js) .wc-rule { transform: none; }

/* Three-voice testimonial grid (chairman voice added per audit) */
.wc-quotes--three { grid-template-columns: 1.1fr .9fr 1fr; }
.wc-quotes--three .wc-quote__text { font-size: clamp(20px, 1.9vw, 27px); }
@media (max-width: 1100px) { .wc-quotes--three { grid-template-columns: 1fr; } }

/* Offline flow: steps take turns lighting up — a living product demo */
@keyframes wc-step-cycle {
  0%, 26%, 100% { background: transparent; }
  6%, 20% { background: rgba(26,126,251,.12); box-shadow: inset 3px 0 0 var(--wc-blue-2); }
}
.offline-promise__steps--cycle li {
  border-radius: 0 14px 14px 0;
  padding-left: 14px;
  margin-left: -14px;
  animation: wc-step-cycle 9s var(--wc-ease-soft) infinite;
}
.offline-promise__steps--cycle li:nth-child(2) { animation-delay: 3s; }
.offline-promise__steps--cycle li:nth-child(3) { animation-delay: 6s; }
@media (prefers-reduced-motion: reduce) {
  .offline-promise__steps--cycle li { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .wc-reveal, .wc-rule { opacity: 1 !important; transform: none !important; }
  .wc-js .wc-hero__content > *, .wc-js .wc-hero__visual { animation: none !important; }
  .wc-sticky-cta { transition: none; }
}
