:root {
  --brand-red: #d92028;
  --brand-red-deep: #b91d23;
  --brand-navy: #0e3756;
  --brand-navy-dark: #0a2840;
  --brand-navy-mid: #164a6e;
  --ink-strong: #171717;
  --ink-soft: #5a5d66;
  --surface-base: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.8);
  --surface-dark: #111214;
  --line-soft: rgba(23, 23, 23, 0.08);
  --line-strong: rgba(23, 23, 23, 0.14);
  --shadow-soft: 0 18px 50px rgba(16, 24, 40, 0.08);
  --shadow-hover: 0 24px 64px rgba(16, 24, 40, 0.12);
}

html {
  background:
    radial-gradient(circle at top left, rgba(217, 32, 40, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

body.page-polish {
  position: relative;
  min-height: 100vh;
  background: transparent;
}

body.page-polish::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 18, 20, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 18, 20, 0.03) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 82%);
}

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
}

.brand-lockup {
  position: relative;
  min-width: 0;
  display: inline-flex;
  align-items: center;
}

.brand-lockup::before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 50%;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(217, 32, 40, 0.12), transparent 68%);
  filter: blur(8px);
}

.brand-lockup__label {
  display: flex;
  align-items: center;
  align-self: center;
  border-left: 2px solid var(--brand-red);
  padding: 0 0 0 0.75rem;
}

.brand-lockup__title {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-primary);
  transform: translateY(1px);
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--brand-red);
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.mobile-nav-toggle {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.mobile-nav-toggle__icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1rem;
  position: relative;
}

.mobile-nav-toggle__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    top 180ms ease;
}

.mobile-nav-toggle__icon span:nth-child(1) { top: 0; }
.mobile-nav-toggle__icon span:nth-child(2) { top: calc(50% - 1px); }
.mobile-nav-toggle__icon span:nth-child(3) { top: calc(100% - 2px); }

.mobile-nav-toggle.is-open .mobile-nav-toggle__icon span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.mobile-nav-toggle.is-open .mobile-nav-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.is-open .mobile-nav-toggle__icon span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.mobile-nav-panel {
  border-top: none;
}

.mobile-nav-panel .nav-link {
  display: block;
  padding: 0.75rem 0;
}

.hero-shell,
.section-alt,
.section-dark {
  position: relative;
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.94)),
    linear-gradient(90deg, rgba(217, 32, 40, 0.03), transparent 40%);
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
}

.section-dark {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 18, 20, 0.98), rgba(17, 18, 20, 0.96)),
    radial-gradient(circle at top right, rgba(217, 32, 40, 0.18), transparent 22%);
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
}

.section-dark .text-ink { color: #fff !important; }
.section-dark .text-muted { color: rgba(255, 255, 255, 0.72) !important; }
.section-dark .text-sterling { color: #ff5960 !important; }
.section-dark .border-black\/10 { border-color: rgba(255, 255, 255, 0.12) !important; }
.section-dark .saas-card,
.section-dark .card-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.saas-card {
  border: 1px solid var(--line-soft);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, var(--surface-base), var(--surface-soft));
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.saas-card:hover,
.saas-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(217, 32, 40, 0.22);
}

.icon-badge {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(23, 23, 23, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-red);
}

.icon-badge--soft {
  background: rgba(217, 32, 40, 0.08);
  border-color: rgba(217, 32, 40, 0.12);
}

.eyebrow-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 32, 40, 0.14);
  background: rgba(217, 32, 40, 0.05);
  padding: 0.55rem 0.95rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-red);
}

.headline-glow {
  text-wrap: balance;
}

.hero-saas {
  position: relative;
  min-height: 100vh;
  padding-top: 64px;
  overflow: hidden;
  background: var(--brand-navy);
  display: flex;
  align-items: center;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-glow,
.hero-glow-2 {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-glow {
  width: 700px;
  height: 700px;
  top: -200px;
  right: -150px;
  background: radial-gradient(circle, rgba(219, 53, 57, 0.18) 0%, transparent 70%);
}

.hero-glow-2 {
  width: 500px;
  height: 500px;
  bottom: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(22, 74, 110, 0.6) 0%, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(56px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 30rem);
  gap: 60px;
  align-items: center;
}

.hero-copy--dark {
  max-width: 42rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(219, 53, 57, 0.3);
  background: rgba(219, 53, 57, 0.15);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brand-red);
}

.hero-h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.5px;
}

.hero-h1 span {
  color: var(--brand-red);
}

.hero-intro {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.7;
}

.hero-body {
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.8;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.btn-primary {
  background: var(--brand-red);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-red-deep);
  transform: translateY(-1px);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn-ghost {
  color: rgba(255, 255, 255, 0.62);
}

.btn-ghost:hover {
  color: #fff;
}

.trust-strip.trust-strip--hero {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.trust-item::before {
  content: "✓";
  color: var(--brand-red);
  font-weight: 800;
}

.hero-graphic {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-card,
.hero-card-large {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-card {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 180ms ease;
}

.hero-card:hover {
  background: rgba(255, 255, 255, 0.09);
}

.hero-card-large {
  padding: 28px 24px;
  text-align: center;
  background: linear-gradient(135deg, rgba(219, 53, 57, 0.2) 0%, rgba(14, 55, 86, 0.3) 100%);
  border-color: rgba(219, 53, 57, 0.25);
}

.big-stat {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.stat-label {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-card-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-red);
  flex-shrink: 0;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.6;
}

.trust-strip {
  display: grid;
  gap: 0.75rem;
}

.trust-strip__item {
  border-radius: 1rem;
  border: 1px solid rgba(23, 23, 23, 0.08);
  background: rgba(255, 255, 255, 0.78);
  padding: 0.95rem 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-strong);
}

.pillar-card {
  padding: 1.6rem;
}

.pillar-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pillar-card__index {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand-red);
}

.pillar-card__details summary {
  list-style: none;
}

.pillar-card__details summary::-webkit-details-marker {
  display: none;
}

.pillar-grid__tail {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .mission-copy {
    position: sticky;
    top: 7rem;
    align-self: start;
  }

  .pillar-grid__tail {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mission-grid,
.framework-grid,
.policy-grid,
.insight-grid,
.fraud-types-grid {
  display: grid;
  gap: 1.25rem;
}

.highlight-card,
.framework-panel,
.policy-card,
.insight-card,
.accordion-card {
  padding: 1.5rem;
}

.highlight-card--lead {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(217, 32, 40, 0.08), transparent 40%);
}

.tier-card {
  padding: 1.6rem;
  border-radius: 1.5rem;
}

.architecture-intro {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .architecture-intro {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.architecture-intro::after {
  content: "";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 32, 40, 0.08), transparent 68%);
}

.architecture-intro__stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.tier-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-red);
}

.tier-list {
  display: grid;
  gap: 0.85rem;
}

.tier-list li {
  display: grid;
  gap: 0.2rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(217, 32, 40, 0.16);
}

.framework-panel ul,
.bullet-list {
  display: grid;
  gap: 0.65rem;
}

.framework-panel li,
.bullet-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--ink-soft);
}

.framework-panel li::before,
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  height: 0.35rem;
  width: 0.35rem;
  border-radius: 999px;
  background: var(--brand-red);
}

.framework-surface {
  background: #fff;
}

.framework-tabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
}

.framework-tab {
  flex: 1;
  border: none;
  border-radius: 7px;
  background: transparent;
  padding: 12px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.framework-tab.is-active {
  background: var(--brand-navy);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.framework-panel-v2 {
  display: none;
  gap: 48px;
  align-items: start;
}

.framework-panel-v2.is-active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.framework-panel-v2__heading {
  margin-bottom: 16px;
  color: var(--brand-navy);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.framework-panel-v2__body {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.framework-panel-v2__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.framework-panel-v2__points li {
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.framework-panel-v2__points li::before {
  content: "→";
  color: var(--brand-red);
  font-weight: 700;
  flex-shrink: 0;
}

.framework-panel-v2__visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.framework-stat-card {
  padding: 24px;
  border-radius: 14px;
  /* border: 1px solid var(--brand-red); */
  background: var(--brand-navy);
  
  color: #fff;
}

.framework-stat-card__num {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
}

.framework-stat-card__desc {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
}

.journey-card {
  margin-top: 20px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  padding: 16px 20px;
}

.journey-step {
  display: flex;
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #cbd5e1;
}

.journey-step:last-child {
  border-bottom: none;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--brand-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.step-title {
  color: var(--brand-navy);
  font-size: 13px;
  font-weight: 700;
}

.step-desc {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.ethics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ethics-card {
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
}

.e-title {
  margin-bottom: 4px;
  color: var(--brand-navy);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.e-body {
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

.warning-inline,
.warning-banner {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 1.25rem;
  border: 1px solid rgba(217, 32, 40, 0.14);
  background: rgba(217, 32, 40, 0.04);
  padding: 1rem;
}

.promo-visual,
.story-visual {
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid rgba(23, 23, 23, 0.08);
  background: #f4f5f8;
}

.promo-visual img,
.story-visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.insight-card__media {
  overflow: hidden;
  height: 13rem;
  border-radius: 1.2rem;
  background: #eef0f4;
}

.insight-card--compact .insight-card__media {
  height: 11rem;
}

.filter-chip {
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 1rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-strong);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  border-color: var(--brand-red);
  background: var(--brand-red);
  color: #fff;
}

.policy-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.policy-search {
  min-width: min(100%, 22rem);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.95rem 1rem;
  color: var(--ink-strong);
}

.policy-search::placeholder {
  color: rgba(23, 23, 23, 0.45);
}

.policy-card-v2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.policy-card-v2:hover {
  border-color: var(--brand-navy);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.policy-card-v2__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.policy-file-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(14, 55, 86, 0.08);
  color: var(--brand-navy);
}

.policy-action {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(14, 55, 86, 0.08);
  color: var(--brand-navy);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.policy-card-v2:hover .policy-action {
  background: var(--brand-navy);
  color: #fff;
}

.policy-chip {
  align-self: start;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-chip--navy {
  background: rgba(14, 55, 86, 0.08);
  color: var(--brand-navy);
}

.policy-chip--red {
  background: rgba(219, 53, 57, 0.08);
  color: var(--brand-red);
}

.policy-title {
  color: var(--brand-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.policy-desc {
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.cta-band {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    url("assets/image2.jpg") center/cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 18, 20, 0.92), rgba(17, 18, 20, 0.72));
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-actions {
  display: flex;
  flex-direction: column;
}

.cta-button {
  width: 100%;
  min-height: 56px;
  border-radius: 1rem;
  padding: 0.95rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cta-actions .btn-primary {
  box-shadow: 0 16px 36px rgba(217, 32, 40, 0.22);
}

.cta-actions .btn-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.cta-actions .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(217, 32, 40, 0.24);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-shell > *,
  .section-alt > *,
  .section-dark > *,
  .saas-card,
  .hero-stat {
    animation: rise-in 480ms ease both;
  }

  .saas-card:nth-child(2),
  .saas-card:nth-child(3),
  .saas-card:nth-child(4) {
    animation-delay: 60ms;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mission-grid,
  .policy-grid,
  .insight-grid,
  .fraud-types-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .framework-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-grid,
  .insight-grid,
  .fraud-types-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .hero-saas {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .hero-graphic {
    display: none;
  }

  .framework-panel-v2.is-active {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) {
  .brand-lockup__label {
    padding-left: 1rem;
    transform: translateY(3px);
  }

  .brand-lockup__title {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .site-chrome {
    position: static;
  }

  .mobile-nav-panel {
    margin-top: 1rem;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
  }

  .brand-lockup__label {
    padding-left: 0.625rem;
    transform: none;
  }

  .brand-lockup__title {
    font-size: 0.6rem;
    letter-spacing: 0.13em;
  }

  .hero-bg-grid {
    background-size: 42px 42px;
  }

  .hero-glow {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -180px;
  }

  .hero-glow-2 {
    width: 320px;
    height: 320px;
    bottom: -80px;
    left: -120px;
  }

  .hero-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.25rem;
  }

  .hero-copy--dark {
    max-width: none;
  }

  .hero-eyebrow {
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
  }

  .hero-h1 {
    margin-bottom: 1rem;
    font-size: 2.7rem;
    line-height: 0.98;
    letter-spacing: -0.08em;
  }

  .hero-intro {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-body {
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .btn-primary,
  .btn-secondary,
  .btn-ghost {
    width: 100%;
    padding: 0.95rem 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .trust-strip.trust-strip--hero {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
    gap: 0.75rem 1rem;
  }

  .trust-item {
    font-size: 0.72rem;
    letter-spacing: 0.02em;
  }

  .cta-button {
    padding: 0.9rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .framework-tabs {
    flex-wrap: wrap;
  }

  .framework-tab {
    flex: 1 1 100%;
  }

  .ethics-grid {
    grid-template-columns: 1fr;
  }

  .architecture-intro__stats {
    grid-template-columns: 1fr;
  }

  body.page-polish::before {
    background-size: 44px 44px;
  }
}
