@charset "UTF-8";
/* CMS Page */
.cms-hero {
  padding: 62px 0 76px;
  background: radial-gradient(1200px 420px at 18% 0%, rgba(225, 29, 46, 0.22), transparent 62%), radial-gradient(1200px 520px at 85% 15%, rgba(14, 165, 233, 0.18), transparent 62%), linear-gradient(180deg, #0b1020 0%, #070a14 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cms-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.cms-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.cms-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.06;
  margin: 14px 0 10px;
}

.cms-lead {
  color: rgba(229, 231, 235, 0.8);
  font-weight: 600;
  line-height: 1.75;
  max-width: 74ch;
}

.cms-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.cms-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.cms-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.cms-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

/* Modules */
.cms-modules {
  padding: 56px 0 72px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.cms-h2 {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin: 0 0 6px;
}

.cms-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.65;
}

.cms-card {
  height: 100%;
  border-radius: 24px;
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cms-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.12);
  border-color: rgba(225, 29, 46, 0.2);
}

.cms-ico {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  margin-bottom: 12px;
}

.cms-ch {
  font-weight: 950;
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.cms-cp {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

/* Flow */
.cms-flow {
  padding: 56px 0 76px;
  background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.flow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.06);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 900;
}

.flow-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.25);
  border: 2px solid rgba(225, 29, 46, 0.55);
}

.flow-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin: 12px 0 8px;
}

.flow-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.7;
}

.flow-mini {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.flow-mini-card {
  flex: 1 1 240px;
  border-radius: 20px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
}

.fmc-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.fmc-p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.flow-board {
  border-radius: 26px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
}

.flow-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
}

.fs-ico {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: rgba(15, 23, 42, 0.7);
  flex: 0 0 auto;
}

.fs-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.fs-p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.flow-line {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
}

.flow-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* Proof */
.cms-proof {
  padding: 56px 0 78px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.proof-left {
  height: 100%;
  border-radius: 26px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.06);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 900;
}

.proof-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.25);
  border: 2px solid rgba(225, 29, 46, 0.55);
}

.proof-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.85rem;
  margin: 12px 0 8px;
}

.proof-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.7;
}

.proof-bullets {
  margin: 14px 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 10px;
}

.proof-bullets li {
  color: rgba(15, 23, 42, 0.82);
  font-weight: 650;
  line-height: 1.6;
}

.proof-bullets li::marker {
  color: rgba(225, 29, 46, 0.75);
  font-weight: 900;
}

.proof-right {
  height: 100%;
  border-radius: 26px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
}

.pr-card {
  border-radius: 20px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
  margin-bottom: 12px;
}

.pr-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.pr-p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.proof-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* CTA box */
.cms-cta-box {
  border-radius: 26px;
  padding: 18px 18px;
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cms-cta-box h3 {
  margin: 0 0 4px;
  font-weight: 950;
}

.cms-cta-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .cms-hero {
    padding: 52px 0 64px;
  }
  .cms-h2 {
    font-size: 1.65rem;
  }
  .flow-title {
    font-size: 1.65rem;
  }
  .proof-title {
    font-size: 1.55rem;
  }
}
/* CMS Screens slider */
.cms-screens {
  padding: 56px 0 76px;
  background: radial-gradient(900px 360px at 14% 10%, rgba(225, 29, 46, 0.06), transparent 65%), radial-gradient(900px 360px at 88% 12%, rgba(14, 165, 233, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.screens-head {
  max-width: 900px;
  margin: 0 auto;
}

.screens-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.06);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 900;
}

.screens-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.25);
  border: 2px solid rgba(225, 29, 46, 0.55);
}

.screens-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin: 12px 0 8px;
}

.screens-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.7;
}

.screens-wrap {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
  overflow: hidden;
}

/* Carousel look */
#cmsScreensCarousel .carousel-indicators {
  margin-bottom: 0.75rem;
}

#cmsScreensCarousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  opacity: 0.35;
}

#cmsScreensCarousel .carousel-indicators .active {
  opacity: 0.9;
}

#cmsScreensCarousel .carousel-control-prev,
#cmsScreensCarousel .carousel-control-next {
  width: 56px;
  opacity: 0.9;
}

#cmsScreensCarousel .carousel-control-prev:hover,
#cmsScreensCarousel .carousel-control-next:hover {
  opacity: 1;
}

.screens-grid {
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: stretch;
}

/* Left screenshot mock */
.screen-shot {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), radial-gradient(900px 260px at 85% 12%, rgba(14, 165, 233, 0.08), transparent 62%), linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.02));
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.shot-top {
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.shot-pill {
  display: inline-flex;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.1);
  font-weight: 950;
  font-size: 0.86rem;
  color: rgba(15, 23, 42, 0.86);
}

.shot-mini {
  color: rgba(15, 23, 42, 0.6);
  font-weight: 700;
  font-size: 0.9rem;
}

.shot-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(15, 23, 42, 0.55);
  font-weight: 800;
}

/* Right content */
.screen-info {
  border-radius: 22px;
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.screen-info h3 {
  font-weight: 950;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.screen-info p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.7;
}

.screen-info ul {
  margin: 14px 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 10px;
}

.screen-info li {
  color: rgba(15, 23, 42, 0.82);
  font-weight: 650;
  line-height: 1.6;
}

.screen-info li::marker {
  color: rgba(225, 29, 46, 0.75);
  font-weight: 900;
}

.screen-cta {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .screens-title {
    font-size: 1.65rem;
  }
  .screens-grid {
    grid-template-columns: 1fr;
  }
  .screen-shot {
    min-height: 240px;
  }
}
/* Progress bar */
.screens-progress {
  height: 4px;
  background: rgba(15, 23, 42, 0.08);
  position: relative;
}

.screens-progress-bar {
  height: 100%;
  width: 0%;
  background: rgba(225, 29, 46, 0.85);
  box-shadow: 0 8px 22px rgba(225, 29, 46, 0.25);
}

/* Better arrows */
#cmsScreensCarousel .cms-nav {
  width: 64px;
  opacity: 1;
}

#cmsScreensCarousel .cms-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.14);
  color: rgba(15, 23, 42, 0.78);
  transition: transform 0.15s ease, background 0.15s ease;
}

#cmsScreensCarousel .cms-nav-btn:hover {
  transform: translateY(-1px);
  background: #fff;
  color: rgba(15, 23, 42, 0.9);
}

/* Make arrows sit a bit outside on desktop */
@media (min-width: 992px) {
  #cmsScreensCarousel .carousel-control-prev {
    left: -14px;
  }
  #cmsScreensCarousel .carousel-control-next {
    right: -14px;
  }
}
/* END CMS page */
/* How it works (page-specific only) */
.hiw-hero {
  padding: 44px 0 24px;
  background: radial-gradient(1200px 360px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), radial-gradient(1200px 420px at 80% 10%, rgba(2, 132, 199, 0.1), transparent 62%), linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.hiw-eyebrow {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.92);
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
  font-weight: 800;
}

.hiw-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 14px 0 10px;
  max-width: 18ch;
}

.hiw-lead {
  color: rgba(100, 116, 139, 0.95);
  max-width: 70ch;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 18px;
}

.hiw-btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Story layout */
.hiw-story {
  padding: 34px 0 70px;
}

.hiw-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hiw-step {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  padding: 16px 16px 14px;
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.06);
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.hiw-step:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.1);
}

.hiw-step-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hiw-num {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.85);
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
}

.hiw-head h3 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.hiw-head p {
  margin: 6px 0 0;
  color: rgba(100, 116, 139, 0.95);
  font-weight: 600;
  line-height: 1.65;
}

.hiw-step ul {
  margin: 12px 0 0 46px;
  padding: 0;
  color: rgba(71, 85, 105, 0.95);
  font-weight: 600;
  line-height: 1.7;
}

.hiw-step ul li {
  margin: 4px 0;
}

.hiw-icon {
  margin-left: auto;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(15, 23, 42, 0.75);
}

/* Active step */
.hiw-step.is-active {
  border-color: rgba(225, 29, 46, 0.28);
  box-shadow: 0 18px 70px rgba(225, 29, 46, 0.1);
}

.hiw-step.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 18px 0 0 18px;
  background: rgba(225, 29, 46, 0.8);
}

/* Phone */
.hiw-phone-wrap {
  position: relative;
}

.hiw-phone-sticky {
  position: sticky;
  top: 92px;
}

.hiw-phone {
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.04));
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.18);
  padding: 14px;
}

.hiw-phone-inner {
  border-radius: 20px;
  background: #0b1220;
  min-height: 430px;
  padding: 14px;
  color: #fff;
}

/* Smooth screen swap */
.fade-swap {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.fade-swap.is-out {
  opacity: 0;
  transform: translateY(4px);
}

/* Small UI bits injected by JS */
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  opacity: 0.95;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}

.card-dark {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.card-dark h4 {
  margin: 10px 0 6px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.card-dark p {
  margin: 0;
  color: rgba(229, 231, 235, 0.85);
  font-weight: 600;
  line-height: 1.6;
}

.hiw-tip {
  margin-top: 10px;
  font-size: 0.88rem;
  color: rgba(100, 116, 139, 0.95);
  font-weight: 600;
}

/* Bottom CTA band */
.hiw-band {
  background: radial-gradient(900px 280px at 18% 0%, rgba(225, 29, 46, 0.25), transparent 60%), radial-gradient(900px 280px at 86% 0%, rgba(14, 165, 233, 0.18), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
  color: #fff;
  padding: 48px 0;
}

.hiw-band-box {
  border-radius: 26px;
  padding: 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.hiw-band-box h3 {
  margin: 0 0 6px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.hiw-band-box p {
  margin: 0;
  color: rgba(229, 231, 235, 0.86);
  font-weight: 600;
  line-height: 1.6;
}

.hiw-band-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hiw-ghost-on-dark {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .hiw-phone-sticky {
    position: relative;
    top: 0;
  }
}
/* End HOW-IT-WORK */
/* Blog List */
.blog-hero {
  padding: 62px 0 76px;
  background: radial-gradient(1200px 420px at 18% 0%, rgba(225, 29, 46, 0.22), transparent 62%), radial-gradient(1200px 520px at 85% 15%, rgba(14, 165, 233, 0.18), transparent 62%), linear-gradient(180deg, #0b1020 0%, #070a14 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.blog-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.blog-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.06;
  margin: 14px 0 10px;
}

.blog-lead {
  color: rgba(229, 231, 235, 0.8);
  font-weight: 600;
  line-height: 1.75;
  max-width: 74ch;
}

.blog-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.blog-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.blog-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* List */
.blog-list {
  padding: 56px 0 78px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.blog-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.blog-h {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin: 0 0 6px;
}

.blog-sub {
  color: var(--muted);
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

.blog-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bfilter {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(15, 23, 42, 0.86);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.bfilter:hover {
  transform: translateY(-1px);
  background: #fff;
}

.bfilter.is-active {
  border-color: rgba(225, 29, 46, 0.22);
  background: rgba(225, 29, 46, 0.1);
}

/* Card */
.post-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.12);
  border-color: rgba(225, 29, 46, 0.18);
}

.post-media {
  padding: 14px;
  position: relative;
}

.post-cover {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.12), transparent 60%), radial-gradient(900px 260px at 85% 12%, rgba(14, 165, 233, 0.1), transparent 62%), linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.02));
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(15, 23, 42, 0.55);
  font-weight: 800;
}

.post-chip {
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.1);
  font-weight: 950;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.86);
}

.post-body {
  padding: 2px 18px 18px;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 6px;
}

.post-title {
  font-weight: 950;
  font-size: 1.15rem;
  margin: 10px 0 8px;
  letter-spacing: -0.01em;
  line-height: 1.22;
}

.post-excerpt {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.65;
}

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.ptag {
  display: inline-flex;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: rgba(15, 23, 42, 0.78);
  font-weight: 800;
  font-size: 0.82rem;
}

/* CTA */
.blog-cta-box {
  border-radius: 26px;
  padding: 18px 18px;
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.blog-cta-box h3 {
  margin: 0 0 4px;
  font-weight: 950;
}

.blog-cta-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .blog-hero {
    padding: 52px 0 64px;
  }
  .blog-h {
    font-size: 1.65rem;
  }
  .post-cover {
    height: 150px;
  }
}
/* END blog */
/* -----END----- */
/* Case Studies */
.cases-hero {
  padding: 62px 0 76px;
  background: radial-gradient(1200px 420px at 18% 0%, rgba(225, 29, 46, 0.22), transparent 62%), radial-gradient(1200px 520px at 85% 15%, rgba(14, 165, 233, 0.18), transparent 62%), linear-gradient(180deg, #0b1020 0%, #070a14 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.c-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.c-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.c-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.06;
  margin: 14px 0 10px;
}

.c-lead {
  color: rgba(229, 231, 235, 0.8);
  font-weight: 600;
  line-height: 1.75;
  max-width: 74ch;
}

.c-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.c-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.c-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* List */
.cases-list {
  padding: 56px 0 76px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.cases-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cases-h {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2rem;
  margin: 0 0 6px;
}

.cases-sub {
  color: var(--muted);
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

.cases-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-pill {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(15, 23, 42, 0.86);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.filter-pill:hover {
  transform: translateY(-1px);
  background: #fff;
}

.filter-pill.is-active {
  border-color: rgba(225, 29, 46, 0.22);
  background: rgba(225, 29, 46, 0.1);
}

/* Card */
.case-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.12);
  border-color: rgba(225, 29, 46, 0.18);
}

.case-media {
  padding: 14px;
}

.case-media-inner {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.12), transparent 60%), radial-gradient(900px 260px at 85% 12%, rgba(14, 165, 233, 0.1), transparent 62%), linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.02));
  height: 300px;
  position: relative;
}

.case-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.1);
  font-weight: 900;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.86);
}

.case-fakeimg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(15, 23, 42, 0.55);
  font-weight: 800;
}

.case-body {
  padding: 16px 18px 18px;
}

.case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.case-tag {
  display: inline-flex;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 900;
  font-size: 0.82rem;
}

.case-arrow {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: rgba(15, 23, 42, 0.7);
}

.case-title {
  font-weight: 950;
  font-size: 1.25rem;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.case-desc {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.case-outcomes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.out-pill {
  display: inline-flex;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: rgba(15, 23, 42, 0.78);
  font-weight: 800;
  font-size: 0.82rem;
}

/* CTA */
.cases-cta-box {
  border-radius: 26px;
  padding: 18px 18px;
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cases-cta-box h3 {
  margin: 0 0 4px;
  font-weight: 950;
}

.cases-cta-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .cases-hero {
    padding: 52px 0 64px;
  }
  .cases-h {
    font-size: 1.65rem;
  }
  .case-media-inner {
    height: 160px;
  }
}
/* -----END ----- */
/* Case Study Detail */
.cs-hero {
  padding: 62px 0 68px;
  background: radial-gradient(1200px 420px at 18% 0%, rgba(225, 29, 46, 0.22), transparent 62%), radial-gradient(1200px 520px at 85% 15%, rgba(14, 165, 233, 0.18), transparent 62%), linear-gradient(180deg, #0b1020 0%, #070a14 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cs-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.cs-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.cs-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 2.8vw, 2.85rem);
  line-height: 1.08;
  margin: 14px 0 10px;
}

.cs-lead {
  color: rgba(229, 231, 235, 0.8);
  font-weight: 600;
  line-height: 1.75;
  max-width: 78ch;
}

.cs-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

.cs-tag {
  display: inline-flex;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 0.85rem;
}

.cs-back {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.cs-back:hover {
  color: #fff;
  text-decoration: underline;
}

/* Cover */
.cs-cover {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 120px rgba(2, 6, 23, 0.45);
  position: relative;
  height: 300px;
}

.cs-cover-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.1);
  font-weight: 950;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.86);
}

.cs-cover-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 800;
}

/* Body */
.cs-section {
  padding: 56px 0 78px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.cs-h2 {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  margin: 0 0 6px;
}

.cs-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.65;
}

.cs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.cs-li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.07);
}

.cs-li-ico {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  flex: 0 0 auto;
}

.cs-li-t {
  font-weight: 750;
  color: rgba(15, 23, 42, 0.86);
  line-height: 1.55;
}

/* Right panel */
.cs-panel {
  border-radius: 26px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
}

.cs-panel-h {
  font-weight: 950;
  margin: 0 0 10px;
}

.cs-mods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cs-mod {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
}

.cs-mod-ico {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: rgba(15, 23, 42, 0.7);
  flex: 0 0 auto;
}

.cs-mod-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.cs-mod-p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.cs-panel-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.cs-divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
  margin: 34px 0;
}

/* Outcomes */
.cs-out {
  height: 100%;
  border-radius: 22px;
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.08);
}

.cs-out-ico {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  margin-bottom: 12px;
}

.cs-out-h {
  font-weight: 950;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.cs-out-p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

/* Timeline */
.cs-timeline {
  border-radius: 22px;
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
}

.cs-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  position: relative;
}

.cs-step-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  margin-top: 6px;
  background: rgba(225, 29, 46, 0.35);
  border: 2px solid rgba(225, 29, 46, 0.65);
  flex: 0 0 auto;
}

.cs-step-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.cs-step-p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

/* CTA */
.cs-cta-box {
  border-radius: 26px;
  padding: 18px 18px;
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cs-cta-box h3 {
  margin: 0 0 4px;
  font-weight: 950;
}

.cs-cta-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .cs-hero {
    padding: 52px 0 60px;
  }
  .cs-cover {
    height: 200px;
  }
  .cs-h2 {
    font-size: 1.55rem;
  }
}
/* What we delivered (text version) */
.cs-textblock {
  max-width: 64ch;
}

.cs-text {
  margin: 0;
  color: rgba(15, 23, 42, 0.8);
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 10px;
}

.cs-bullets {
  margin: 14px 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 10px;
}

.cs-bullets li {
  color: rgba(15, 23, 42, 0.82);
  font-weight: 650;
  line-height: 1.6;
  position: relative;
}

.cs-bullets li::marker {
  color: rgba(225, 29, 46, 0.75);
  font-weight: 900;
}

/* --- END --- */
/* Benefits Page */
/* Dark hero (Benefits) */
.benefits-hero-dark {
  padding: 62px 0 76px;
  background: radial-gradient(1200px 420px at 18% 0%, rgba(225, 29, 46, 0.22), transparent 62%), radial-gradient(1200px 520px at 85% 15%, rgba(14, 165, 233, 0.18), transparent 62%), linear-gradient(180deg, #0b1020 0%, #070a14 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.b-kicker-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.b-dot-dark {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
}

.b-title-dark {
  color: #fff;
}

.b-lead-dark {
  color: rgba(229, 231, 235, 0.8);
  font-weight: 600;
  max-width: 74ch;
}

.b-chips-dark {
  display: flex;
}

.chip-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.b-ghost-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.b-ghost-dark:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (max-width: 991.98px) {
  .benefits-hero-dark {
    padding: 52px 0 64px;
  }
}
.b-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.06);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 900;
}

.b-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.25);
  border: 2px solid rgba(225, 29, 46, 0.55);
}

.b-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 3.2vw, 3.1rem);
  line-height: 1.06;
  margin: 12px 0 14px;
}

.b-lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 66ch;
}

.b-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.b-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.b-side-card {
  border-radius: 24px;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.1);
}

.b-side-h {
  font-weight: 950;
  font-size: 1.2rem;
}

.b-side-sub {
  color: var(--muted);
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.6;
}

.b-metrics {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.b-metric {
  border-radius: 18px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.07);
}

.b-m-k {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}

.b-m-v {
  font-weight: 950;
  font-size: 1.25rem;
  margin-top: 1px;
}

.b-m-p {
  color: var(--muted);
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.45;
  font-size: 0.92rem;
}

.b-side-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* Stakeholders section */
.stakeholders {
  padding: 56px 0 76px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #f6f7fb 0%, #ffffff 100%);
}

.stake-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 18px;
}

.stake-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2.1rem;
  margin: 0 0 6px;
}

.stake-sub {
  color: var(--muted);
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

.stake-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px auto 22px;
}

.stake-tab {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(15, 23, 42, 0.86);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.stake-tab i {
  color: var(--brand);
}

.stake-tab:hover {
  transform: translateY(-1px);
  background: #fff;
}

.stake-tab.is-active {
  border-color: rgba(225, 29, 46, 0.22);
  background: rgba(225, 29, 46, 0.1);
}

.stake-panel {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.stake-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.bcard2 {
  height: 100%;
  border-radius: 22px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bcard2:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.12);
  border-color: rgba(225, 29, 46, 0.2);
}

.bcard2-ico {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  margin-bottom: 12px;
}

.bcard2-h {
  font-weight: 950;
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.bcard2-p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.stake-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.stake-note {
  border-radius: 20px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.06);
}

.sn-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.sn-p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .benefits-hero {
    padding: 44px 0 58px;
  }
  .stake-title {
    font-size: 1.7rem;
  }
  .b-side-card {
    padding: 18px 18px;
  }
}
/* Section 3: Feature → Benefit mapping */
.benefits-map {
  padding: 56px 0 76px;
  background: radial-gradient(1000px 420px at 15% 15%, rgba(15, 23, 42, 0.05), transparent 65%), radial-gradient(1000px 420px at 90% 10%, rgba(225, 29, 46, 0.06), transparent 65%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.map-head {
  max-width: 900px;
  margin: 0 auto;
}

.map-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.06);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 900;
}

.map-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.25);
  border: 2px solid rgba(225, 29, 46, 0.55);
}

.map-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2.05rem;
  margin: 12px 0 8px;
}

.map-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.7;
}

.map-card {
  height: 100%;
  border-radius: 24px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.map-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.12);
  border-color: rgba(225, 29, 46, 0.2);
}

.map-card-emph {
  border-color: rgba(225, 29, 46, 0.22);
  box-shadow: 0 26px 90px rgba(225, 29, 46, 0.1), 0 18px 60px rgba(2, 6, 23, 0.08);
}

.map-ico {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  margin-bottom: 12px;
}

.map-h {
  font-weight: 950;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.map-p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}

.map-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.map-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(15, 23, 42, 0.82);
  font-weight: 650;
  line-height: 1.5;
}

.map-list i {
  color: var(--brand);
  margin-top: 2px;
}

.map-for {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.map-tag {
  display: inline-flex;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: rgba(15, 23, 42, 0.78);
  font-weight: 800;
  font-size: 0.82rem;
}

.map-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .benefits-map {
    padding: 44px 0 60px;
  }
  .map-title {
    font-size: 1.65rem;
  }
}
/* Mission Page (page-specific) */
.mission-hero {
  padding: 56px 0 70px;
  background: radial-gradient(1200px 420px at 20% 0%, rgba(225, 29, 46, 0.1), transparent 60%), radial-gradient(1200px 520px at 82% 12%, rgba(14, 165, 233, 0.1), transparent 62%), linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.mission-kicker {
  margin-bottom: 14px;
}

.kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.06);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  font-weight: 800;
}

.kdot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.25);
  border: 2px solid rgba(225, 29, 46, 0.55);
}

.mission-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 3.3vw, 3.2rem);
  line-height: 1.05;
  margin: 10px 0 14px;
}

.mission-lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 60ch;
}

.mission-quote {
  margin-top: 22px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 14px 44px rgba(2, 6, 23, 0.08);
  color: rgba(15, 23, 42, 0.86);
  line-height: 1.7;
}

.mission-mini {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.07);
  padding: 14px 14px;
  height: 100%;
}

.mini-title {
  font-weight: 900;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.mini-sub {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.35;
}

/* Right panel */
.mission-panel {
  border-radius: 24px;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.panel-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 2px 0 6px;
  font-size: 2.05rem;
}

.panel-sub {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 600;
}

.panel-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.panel-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.panel-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
}

.panel-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.08);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  flex: 0 0 auto;
}

.panel-h {
  font-weight: 900;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.panel-p {
  color: var(--muted);
  line-height: 1.6;
  font-weight: 600;
}

.panel-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .mission-hero {
    padding: 44px 0 58px;
  }
  .panel-title {
    font-size: 1.65rem;
  }
}
/* Section 2: Breakout credibility band */
.mission-breakout {
  padding: 64px 0 76px;
  background: radial-gradient(1100px 420px at 18% 0%, rgba(225, 29, 46, 0.22), transparent 62%), radial-gradient(1100px 520px at 85% 15%, rgba(14, 165, 233, 0.18), transparent 62%), linear-gradient(180deg, #0b1020 0%, #070a14 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.breakout-head {
  max-width: 980px;
  margin: 0 auto;
}

.breakout-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.b-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.breakout-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(1.95rem, 2.6vw, 2.55rem);
  line-height: 1.12;
  margin: 14px 0 10px;
}

.breakout-lead {
  color: rgba(229, 231, 235, 0.8);
  font-weight: 600;
  line-height: 1.75;
  max-width: 76ch;
  margin: 0 auto;
}

/* Problem cards */
.bcard {
  height: 100%;
  border-radius: 22px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 90px rgba(2, 6, 23, 0.3);
  backdrop-filter: blur(8px);
}

.bicon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  margin-bottom: 12px;
}

.bcard-h {
  font-weight: 950;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.bcard-p {
  color: rgba(229, 231, 235, 0.78);
  font-weight: 600;
  line-height: 1.6;
}

/* Solution card (light, floating on band) */
.breakout-solution {
  margin-top: 22px;
  border-radius: 26px;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 36px 120px rgba(2, 6, 23, 0.45);
}

.sol-title {
  font-weight: 950;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  font-size: 1.6rem;
}

.sol-sub {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.sol-stat {
  height: 100%;
  border-radius: 18px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.07);
}

.sol-k {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.sol-v {
  font-weight: 950;
  font-size: 1.45rem;
  margin-top: 2px;
  letter-spacing: -0.01em;
}

.sol-p {
  color: var(--muted);
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.45;
  font-size: 0.92rem;
}

/* Flow */
.sol-flow {
  border-radius: 20px;
  padding: 16px 16px;
  background: radial-gradient(900px 260px at 20% 0%, rgba(225, 29, 46, 0.08), transparent 60%), rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.07);
}

.flow-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.flow-ico {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 46, 0.1);
  border: 1px solid rgba(225, 29, 46, 0.18);
  color: var(--brand);
  flex: 0 0 auto;
}

.flow-h {
  font-weight: 950;
  margin-bottom: 2px;
}

.flow-p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.5;
}

.flow-divider {
  height: 14px;
  border-left: 2px dashed rgba(15, 23, 42, 0.18);
  margin: 10px 0 10px 20px;
}

@media (max-width: 991.98px) {
  .mission-breakout {
    padding: 52px 0 64px;
  }
  .breakout-solution {
    padding: 18px 18px;
  }
  .sol-title {
    font-size: 1.35rem;
  }
}/*# sourceMappingURL=cms.css.map */