/* =========================================================
   INDEMPTION TEMPORARY HOMEPAGE
   Page-specific marketing layout for index.html.
========================================================= */

:root {
  --ind-bg: #03070f;
  --ind-navy: #061321;
  --ind-panel: rgba(6, 18, 31, 0.88);
  --ind-panel-2: rgba(2, 10, 20, 0.94);
  --ind-orange: var(--orange, #ff8a1f);
  --ind-gold: var(--orange2, #ffb34d);
  --ind-cream: var(--text, #f5e6cf);
  --ind-muted: rgba(245, 230, 207, 0.72);
  --ind-ink: #07111d;
  --ind-border: rgba(255, 170, 60, 0.2);
  --ind-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body.indemption-home {
  background: var(--ind-bg);
  color: var(--ind-cream);
}

.indemption-home a {
  color: inherit;
}

.ind-page {
  min-height: 100vh;
  background:
    radial-gradient(900px 520px at 65% 4%, rgba(255, 138, 31, 0.18), transparent 62%),
    radial-gradient(800px 520px at 15% 18%, rgba(255, 179, 77, 0.1), transparent 60%),
    linear-gradient(180deg, #02050b 0%, #061220 34%, #050911 100%);
}

.indemption-home .bw-nav-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 6, 12, 0.76);
  border-bottom: 1px solid rgba(255, 170, 60, 0.18);
  backdrop-filter: blur(16px);
}

.indemption-home .bw-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 18px;
}

.indemption-home .bw-nav-left,
.indemption-home .bw-nav-center,
.indemption-home .bw-nav-right,
.indemption-home .bw-login-block {
  display: flex;
  align-items: center;
}

.indemption-home .bw-nav-left {
  gap: 10px;
  color: var(--ind-cream);
  text-decoration: none;
}

.indemption-home .bw-logo {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.indemption-home .bw-nav-center {
  justify-content: center;
  gap: 10px;
}

.indemption-home .bw-nav-right {
  justify-content: flex-end;
  gap: 10px;
}

.indemption-home .bw-brand {
  color: var(--ind-cream);
  letter-spacing: 0.04em;
  font-weight: 950;
}

.indemption-home .bw-brand small {
  color: var(--ind-orange);
}

.indemption-home .bw-nav-center a,
.indemption-home .bw-login,
.indemption-home .bw-demo-btn,
.indemption-home .bw-menu-icon {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 170, 60, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(245, 230, 207, 0.88);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.indemption-home .bw-demo-btn,
.indemption-home .bw-nav-center a:hover,
.indemption-home .bw-login:hover {
  border-color: rgba(255, 170, 60, 0.5);
  color: var(--ind-cream);
}

.indemption-home .bw-demo-btn {
  background: linear-gradient(180deg, #ff9f28, #f47a10);
  color: #170900;
  border-color: rgba(255, 170, 60, 0.9);
}

.indemption-home .bw-menu-icon {
  display: none;
}

.ind-main {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 28px 22px 40px;
}

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

.ind-container {
  width: 100%;
  margin: 0 auto;
}

.ind-hero {
  padding: 48px 0 30px;
}

.ind-hero__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(620px, 1.28fr);
  align-items: center;
  gap: 42px;
}

.ind-brand-kicker {
  margin: 0;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 950;
  letter-spacing: 0.055em;
}

.ind-brand-sub {
  margin: 2px 0 22px;
  color: rgba(245, 230, 207, 0.72);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ind-hero h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(3.5rem, 4.7vw, 4rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
  color: #fff8eb;
}

.ind-hero h1 span,
.ind-orange,
.ind-physical h2 span,
.ind-physical h3 span,
.ind-jane h2 span,
.ind-info-card h2 span,
.ind-final-cta h2 {
  color: var(--ind-orange);
}

.ind-hero__sub {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--ind-muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.55;
}

.ind-hero__support {
  max-width: 660px;
  margin: 16px 0 0;
  color: rgba(255, 248, 235, 0.88);
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  font-weight: 900;
  line-height: 1.45;
}

.ind-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.ind-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 138, 31, 0.56);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ind-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 179, 77, 0.9);
  box-shadow: 0 18px 46px rgba(255, 138, 31, 0.18);
}

.ind-btn--primary {
  background: linear-gradient(180deg, #ff9f28, #f47a10);
  color: #170900;
}

.ind-btn--ghost {
  background: rgba(2, 7, 14, 0.58);
  color: var(--ind-cream);
}

.ind-btn--dark {
  min-height: 44px;
  background: #06111e;
  color: var(--ind-cream);
}

.ind-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--ind-gold);
  font-weight: 950;
  text-decoration: none;
}

.ind-text-link:hover {
  color: #fff8eb;
}

.ind-hero__visual,
.ind-panel,
.ind-scale,
.ind-final-cta,
.ind-trust {
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  background:
    linear-gradient(145deg, rgba(255, 170, 60, 0.08), transparent 42%),
    var(--ind-panel);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 42px rgba(255, 138, 31, 0.035);
}

.ind-hero__visual {
  overflow: hidden;
  position: relative;
}

.ind-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 44% 74%, rgba(255, 138, 31, 0.22), transparent 24%);
}

.ind-hero__visual img,
.ind-hero__visual > img {
  display: block;
  width: 100%;
  height: auto;
}

.ind-panel,
.ind-white-card,
.ind-scale,
.ind-final-cta,
.ind-trust {
  margin-top: 28px;
}

.ind-what {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(640px, 1.28fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
}

.ind-what__copy h2 {
  margin: 0;
  color: #fff8eb;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ind-what__copy p {
  margin: 16px 0 0;
  color: var(--ind-muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.ind-what-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ind-what-flow article {
  position: relative;
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 124px;
  padding: 16px 12px;
  border: 1px solid rgba(255, 170, 60, 0.16);
  border-radius: 16px;
  background: rgba(2, 8, 16, 0.52);
  text-align: center;
}

.ind-what-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--ind-orange);
  font-weight: 950;
  text-shadow: 0 0 14px rgba(255, 138, 31, 0.7);
}

.ind-what-flow h3 {
  margin: 0;
  color: #fff8eb;
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ind-indeem-intro {
  max-width: 940px;
  margin: 6px auto -6px;
  padding: 0 18px;
  text-align: center;
}

.ind-indeem-intro p {
  margin: 0;
  color: rgba(255, 248, 235, 0.9);
  font-size: clamp(1.28rem, 1.75vw, 1.7rem);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.ind-indeem-intro p + p {
  margin-top: 8px;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  font-weight: 900;
}

.ind-indeem-intro span {
  color: var(--ind-orange);
}

.ind-definition {
  padding: 34px;
}

.ind-definition__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(560px, 1.72fr) minmax(220px, 0.62fr);
  gap: 34px;
  align-items: stretch;
}

.ind-definition h2,
.ind-physical h2,
.ind-jane h2,
.ind-scale h2,
.ind-info-card h2,
.ind-final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 2.85vw, 2.5rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ind-definition h2 span {
  font-size: 0.35em;
  letter-spacing: 0;
  color: rgba(245, 230, 207, 0.76);
}

.ind-definition p,
.ind-physical p,
.ind-jane p,
.ind-scale p,
.ind-info-card p,
.ind-final-cta p {
  color: var(--ind-muted);
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.5;
}

.ind-innovators {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 170, 60, 0.14);
  border-right: 1px solid rgba(255, 170, 60, 0.14);
}

.ind-innovator {
  min-width: 0;
  padding: 0 24px;
  position: relative;
}

.ind-innovator + .ind-innovator {
  border-left: 1px solid rgba(255, 170, 60, 0.12);
}

.ind-innovator > img:first-child {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(0.2);
}

.ind-innovator h3 {
  margin: 12px 0 4px;
  color: var(--ind-orange);
  font-size: 1.25rem;
}

.ind-innovator p {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.ind-innovator strong {
  display: block;
  color: #ffe2ae;
  font-size: 0.96rem;
  line-height: 1.45;
}

.ind-artifact {
  max-width: 122px;
  max-height: 130px;
  margin-top: 14px;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(255, 138, 31, 0.18));
}

.ind-definition__aside {
  border-left: 1px solid rgba(255, 170, 60, 0.18);
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ind-definition__aside strong {
  color: var(--ind-orange);
  font-size: 1.18rem;
}

.ind-white-card {
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #edf2f7);
  color: var(--ind-ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.ind-white-card p,
.ind-white-card li {
  color: rgba(7, 17, 29, 0.76);
}

.ind-physical {
  display: grid;
  grid-template-columns: minmax(300px, 0.54fr) minmax(720px, 1.46fr);
  gap: 42px;
  padding: 38px;
}

.ind-physical h2 {
  font-size: clamp(2.2rem, 3vw, 2.75rem);
  line-height: 1.02;
}

.ind-physical ul,
.ind-info-card ul {
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

.ind-physical li,
.ind-info-card li {
  margin: 9px 0;
  padding-left: 24px;
  position: relative;
}

.ind-physical li::before,
.ind-info-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ind-orange);
  box-shadow: 0 0 0 4px rgba(255, 138, 31, 0.14);
}

.ind-physical__visual {
  align-self: center;
}

.ind-physical__visual h3 {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  color: #07111d;
}

.ind-touchpoint-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.ind-touchpoint-list li {
  margin: 0;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(7, 17, 29, 0.06);
  color: rgba(7, 17, 29, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
}

.ind-touchpoint-list li::before {
  display: none;
}

.ind-attribution-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  padding: 28px;
  border: 1px solid rgba(7, 17, 29, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(239, 244, 249, 0.94));
}

.ind-attribution-flow article {
  position: relative;
  text-align: center;
  min-width: 0;
}

.ind-attribution-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 33px;
  right: -14px;
  color: rgba(7, 17, 29, 0.46);
  font-weight: 900;
}

.ind-flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  border: 1px solid rgba(7, 17, 29, 0.12);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 17, 29, 0.08);
}

.ind-flow-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #07111d;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ind-attribution-flow h4 {
  margin: 0 0 6px;
  color: #07111d;
  font-size: 1.05rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ind-attribution-flow p {
  margin: 0;
  color: rgba(7, 17, 29, 0.68);
  font-size: 0.86rem;
  line-height: 1.35;
}

.ind-flow-copy {
  margin: 16px 0 0;
  text-align: center;
  color: rgba(7, 17, 29, 0.74);
  font-weight: 950;
}

.ind-jane {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(780px, 1.54fr);
  gap: 38px;
  padding: 38px 38px 18px;
}

.ind-jane h2 span {
  display: block;
}

.ind-jane__visual {
  align-self: center;
}

.ind-jane-proof-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1fr) minmax(340px, 1.35fr);
  gap: 26px;
  align-items: start;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(7, 17, 29, 0.08), 0 18px 44px rgba(7, 17, 29, 0.08);
}

.ind-mini-label {
  margin: 0 0 12px;
  color: rgba(7, 17, 29, 0.7);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ind-jane-touchpoint h3,
.ind-jane-person h3 {
  margin: 0 0 4px;
  color: #07111d;
  font-size: 1.45rem;
  line-height: 1.1;
}

.ind-jane-touchpoint p,
.ind-jane-person p {
  margin: 0;
  color: rgba(7, 17, 29, 0.68);
  font-size: 0.95rem;
  line-height: 1.35;
}

.ind-jane-touchpoint img {
  display: block;
  width: min(150px, 100%);
  margin-top: 20px;
  border-radius: 9px;
  box-shadow: 0 16px 34px rgba(7, 17, 29, 0.2);
}

.ind-jane-timeline ol,
.ind-jane-record ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ind-jane-timeline li {
  position: relative;
  display: grid;
  gap: 2px;
  padding: 0 0 18px 34px;
  border-left: 2px solid rgba(99, 132, 58, 0.26);
}

.ind-jane-timeline li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.ind-jane-timeline li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #6d8f3a;
  box-shadow: 0 0 0 5px rgba(109, 143, 58, 0.12);
}

.ind-jane-timeline span,
.ind-jane-record li span {
  color: #07111d;
  font-size: 0.98rem;
  font-weight: 900;
}

.ind-jane-timeline time,
.ind-jane-record li time {
  color: rgba(7, 17, 29, 0.66);
  font-size: 0.86rem;
}

.ind-jane-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.ind-jane-person img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(109, 143, 58, 0.12);
}

.ind-jane-record li {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid rgba(7, 17, 29, 0.08);
  position: relative;
}

.ind-jane-record li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6d8f3a;
  box-shadow: 0 0 0 4px rgba(109, 143, 58, 0.13);
}

.ind-revenue {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: #07111d;
}

.ind-revenue span {
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ind-revenue strong {
  color: #5d8333;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.ind-proof-line {
  grid-column: 1 / -1;
  margin: 14px 0 0;
  text-align: center;
  color: #07111d;
  font-weight: 950;
  font-size: clamp(1rem, 2vw, 1.45rem);
}

.ind-scale {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(820px, 1.58fr);
  gap: 34px;
  padding: 34px;
  background:
    radial-gradient(480px 280px at 72% 26%, rgba(255, 138, 31, 0.12), transparent 62%),
    rgba(3, 12, 23, 0.9);
}

.ind-scale__copy {
  padding: 8px;
}

.ind-scale h2 {
  font-size: clamp(2rem, 2.85vw, 2.5rem);
  line-height: 1.04;
}

.ind-dashboard {
  padding: 26px;
  border-radius: 20px;
  background: #f7fafc;
  color: #06111d;
}

.ind-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(7, minmax(82px, 1fr));
  gap: 10px;
}

.ind-dashboard__stats span {
  display: block;
  min-height: 96px;
  padding: 15px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(6, 17, 29, 0.08);
  font-size: 0.8rem;
  color: rgba(6, 17, 29, 0.68);
}

.ind-dashboard__stats strong {
  display: block;
  color: #06111d;
  font-size: clamp(1.25rem, 1.65vw, 1.55rem);
}

.ind-dashboard__stats small {
  display: block;
  margin-top: 3px;
  color: rgba(6, 17, 29, 0.7);
  font-weight: 900;
}

.ind-funnel {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 22px;
  overflow: hidden;
  border-radius: 12px;
}

.ind-funnel span {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
  font-weight: 950;
  line-height: 1.25;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 16px 50%);
  margin-left: -11px;
}

.ind-funnel span:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

.ind-funnel span:nth-child(1) { background: #062d4d; }
.ind-funnel span:nth-child(2) { background: #0d6593; }
.ind-funnel span:nth-child(3) { background: #168c9a; }
.ind-funnel span:nth-child(4) { background: #8ba447; }
.ind-funnel span:nth-child(5) { background: #f39a20; }
.ind-funnel span:nth-child(6) { background: #dd4b2f; }

.ind-bottom-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ind-info-card {
  padding: 32px;
}

.ind-info-card h2 {
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.ind-record-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}

.ind-record-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(6, 17, 29, 0.04);
}

.ind-record-flow span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(6, 17, 29, 0.12), 0 10px 24px rgba(6, 17, 29, 0.08);
  color: #06111d;
  font-weight: 950;
}

.ind-final-cta {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 40px;
  padding: 40px;
  align-items: center;
}

.ind-final-cta h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.02;
}

.ind-final-cta p:first-child {
  color: #fff8eb;
  font-weight: 850;
}

.ind-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  background: rgba(3, 10, 18, 0.9);
}

.ind-trust div {
  min-height: 70px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 60, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.ind-trust strong,
.ind-trust span {
  display: block;
}

.ind-trust strong {
  color: #fff8eb;
  font-size: 0.9rem;
}

.ind-trust span {
  margin-top: 5px;
  color: var(--ind-muted);
  font-size: 0.78rem;
}

.indemption-home .public-footer {
  margin-top: 24px;
  border-top: 1px solid rgba(255, 170, 60, 0.14);
  background: rgba(2, 6, 12, 0.88);
  padding: 24px 18px 30px;
}

.indemption-home .footer-inner,
.indemption-home .footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
}

.indemption-home .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
}

.indemption-home .public-footer a {
  color: rgba(245, 230, 207, 0.86);
  text-decoration-color: rgba(255, 138, 31, 0.55);
}

.indemption-home .footer-bottom {
  margin-top: 18px;
  color: rgba(245, 230, 207, 0.62);
  text-align: center;
  font-size: 0.88rem;
}

@media (max-width: 1180px) {
  .ind-hero__grid,
  .ind-definition__grid,
  .ind-what,
  .ind-physical,
  .ind-jane,
  .ind-scale,
  .ind-final-cta {
    grid-template-columns: 1fr;
  }

  .ind-hero {
    padding-top: 34px;
  }

  .ind-definition__aside,
  .ind-innovators {
    border-left: 0;
    border-right: 0;
  }

  .ind-dashboard__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ind-attribution-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ind-attribution-flow article:not(:last-child)::after,
  .ind-what-flow article:not(:last-child)::after {
    display: none;
  }

  .ind-jane-proof-card {
    grid-template-columns: minmax(160px, 0.75fr) minmax(230px, 1fr);
  }

  .ind-jane-record {
    grid-column: 1 / -1;
  }

  .ind-bottom-cards,
  .ind-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ind-main {
    padding: 14px 12px 24px;
  }

  .ind-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 2.65rem);
    letter-spacing: -0.04em;
  }

  .ind-hero__visual,
  .ind-panel,
  .ind-white-card,
  .ind-scale,
  .ind-final-cta,
  .ind-trust {
    border-radius: 16px;
  }

  .ind-definition,
  .ind-what,
  .ind-physical,
  .ind-jane,
  .ind-scale,
  .ind-final-cta,
  .ind-info-card {
    padding: 24px;
  }

  .ind-innovators,
  .ind-what-flow,
  .ind-attribution-flow,
  .ind-jane-proof-card,
  .ind-dashboard__stats,
  .ind-bottom-cards,
  .ind-trust {
    grid-template-columns: 1fr;
  }

  .ind-innovator {
    padding: 18px 0;
  }

  .ind-innovator + .ind-innovator {
    border-left: 0;
    border-top: 1px solid rgba(255, 170, 60, 0.12);
  }

  .ind-funnel {
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 0;
  }

  .ind-funnel span,
  .ind-funnel span:first-child {
    min-height: 64px;
    margin-left: 0;
    clip-path: none;
    border-radius: 10px;
  }

  .ind-btn {
    width: 100%;
  }

  .ind-cta-row {
    width: 100%;
  }

  .ind-jane-record li,
  .ind-revenue {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ind-jane-record li {
    gap: 2px;
  }

  .indemption-home .bw-nav {
    grid-template-columns: 1fr auto;
  }

  .indemption-home .bw-nav-center {
    grid-column: 1 / -1;
    order: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .indemption-home .bw-nav-right {
    align-self: start;
  }

  .indemption-home .bw-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
