/*
Theme Name: IMC Owned Production Theme
Theme URI: https://investormultifamily.com
Author: Investor MultiFamily Capital
Author URI: https://investormultifamily.com
Description: Clean owned emergency rebuild for Investor MultiFamily Capital. No legacy vendor theme, page builder, or licensed template dependency.
Version: 1.3.3
Text Domain: imc-owned
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500;700&family=Geist:wght@400;500;600;700;800;900&display=swap");

:root {
  --imc-bg: #05070d;
  --imc-bg-2: #07101c;
  --imc-panel: #0b1220;
  --imc-panel-2: #07101c;
  --imc-blue: #0c2fac;
  --imc-blue-2: #0495f6;
  --imc-blue-3: #0495f6;
  --imc-red: #e23b3b;
  --imc-red-2: #8f0000;
  --imc-green: #19c37d;
  --imc-warning: #f5b942;
  --imc-text: #f3f6fa;
  --imc-soft: #d9e6f7;
  --imc-muted: #9eb0c6;
  --imc-line: rgba(0, 85, 255, .55);
  --imc-line-soft: rgba(0, 85, 255, .22);
  --imc-radius: 0;
  --imc-shadow-blue: 0 0 0 1px rgba(0, 85, 255, .62), 0 0 20px rgba(0, 85, 255, .28);
  --imc-shadow-red: 0 0 0 1px rgba(255, 26, 26, .72), 0 0 30px rgba(255, 26, 26, .45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.imc-home,
.imc-home {
  margin: 0;
  min-width: 320px;
  color: var(--imc-text);
  background:
    linear-gradient(rgba(0, 153, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 153, 255, .04) 1px, transparent 1px),
    radial-gradient(circle at 18% 0%, rgba(0, 123, 255, .24), transparent 34rem),
    radial-gradient(circle at 84% 6%, rgba(0, 191, 255, .12), transparent 30rem),
    linear-gradient(180deg, #06101e 0%, #050912 45%, #03060b 100%);
  background-size: 46px 46px, 46px 46px, auto, auto, auto;
  background-attachment: fixed;
  font-family: Geist, Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

body.imc-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .36), transparent 18%, transparent 74%, rgba(0, 0, 0, .36)),
    radial-gradient(circle at 50% 18%, transparent, rgba(0, 0, 0, .56) 72%);
  z-index: -1;
}

.imc-site a {
  color: inherit;
  text-decoration: none;
}

.imc-site button,
.imc-site input,
.imc-site select {
  font: inherit;
}

.imc-wrap {
  width: min(1800px, calc(100% - 32px));
  margin: 0 auto;
}

.imc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 7, 14, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.imc-header__inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.imc-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 330px;
}

.imc-brand img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 123, 255, .35));
}

.imc-brand strong {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: 29px;
  line-height: .95;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.imc-brand em {
  display: block;
  margin-top: 7px;
  color: #c7d5e6;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.imc-nav,
.imc-actions {
  display: flex;
  align-items: center;
}

.imc-nav {
  justify-content: center;
  gap: 26px;
}

.imc-nav a {
  font-family: Oswald, Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  color: #f0f6ff;
  opacity: .94;
  transition: color .16s ease, opacity .16s ease;
}

.imc-nav a:hover {
  color: var(--imc-blue-2);
  opacity: 1;
}

.imc-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.imc-nav__item > a {
  cursor: default;
}

.imc-nav__dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  z-index: 90;
  min-width: 230px;
  display: none;
  border: 1px solid var(--imc-line-soft);
  background: var(--imc-panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.imc-nav__dropdown a {
  display: block;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  white-space: nowrap;
}

.imc-nav__dropdown a:last-child {
  border-bottom: 0;
}

.imc-nav__item:hover .imc-nav__dropdown,
.imc-nav__item:focus-within .imc-nav__dropdown {
  display: block;
}

.imc-nav a.imc-nav__calc {
  padding: 10px 14px;
  border: 1px solid rgba(71, 155, 255, .62);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(0, 88, 216, .86), rgba(0, 123, 255, .78));
  box-shadow: 0 0 18px rgba(0, 123, 255, .2);
}

.imc-nav a.imc-nav__calc:hover {
  color: #fff;
  box-shadow: 0 0 24px rgba(0, 123, 255, .36);
}

.imc-actions {
  gap: 12px;
  justify-content: flex-end;
}

.imc-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.imc-social-links a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--imc-line-soft);
  background: var(--imc-panel);
  color: var(--imc-text);
}

.imc-social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.imcda-footer-min .imc-social-links {
  justify-content: center;
  margin: 0 0 12px;
}

.imc-social-header {
  display: flex;
}

.imc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(71, 155, 255, .62);
  border-radius: var(--imc-radius);
  color: #fff;
  background: linear-gradient(135deg, #0058d8 0%, #0a7bff 100%);
  box-shadow: var(--imc-shadow-blue);
  font-family: Oswald, Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.imc-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 0 38px rgba(0, 123, 255, .48);
}

.imc-btn--small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 15px;
}

.imc-btn--ghost {
  background: rgba(7, 18, 32, .7);
  border-color: rgba(255, 255, 255, .32);
  box-shadow: none;
}

.imc-btn--calc {
  background: linear-gradient(135deg, rgba(0, 88, 216, .82), rgba(9, 67, 146, .72));
}

.imc-btn--rescue {
  background: linear-gradient(135deg, var(--imc-red-2), var(--imc-red));
  border-color: rgba(255, 88, 112, .72);
  box-shadow: var(--imc-shadow-red);
}

.imc-hero {
  position: relative;
  padding: 44px 0 20px;
  overflow: hidden;
}

.imc-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 36%;
  height: 520px;
  pointer-events: none;
  opacity: .28;
  background:
    linear-gradient(135deg, transparent 0 33%, rgba(0, 123, 255, .32) 33.2% 33.6%, transparent 33.8% 100%),
    linear-gradient(135deg, transparent 0 61%, rgba(0, 123, 255, .22) 61.2% 61.6%, transparent 61.8% 100%);
}

.imc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(420px, .58fr);
  gap: 34px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.imc-eyebrow {
  margin: 0 0 15px;
  color: var(--imc-blue-2);
  font-family: Oswald, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.imc-hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(72px, 9vw, 142px);
  line-height: .86;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .5);
}

.imc-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #41b8ff 0%, #0c70ff 48%, #004ed6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  filter: drop-shadow(0 0 18px rgba(0, 123, 255, .28));
}

.imc-hero__lead {
  max-width: 900px;
  margin: 20px 0 0;
  color: #f2f7ff;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.45;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.imc-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.imc-checks li {
  position: relative;
  padding-left: 24px;
  color: #f2f7ff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.imc-checks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid #51a8ff;
  border-radius: 4px;
  color: #5cb2ff;
  font-size: 12px;
}

.imc-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.imc-disclaimer {
  width: min(920px, 100%);
  margin: 16px 0 0;
  padding: 10px 14px;
  border: 1px solid var(--imc-line);
  border-radius: 6px;
  color: #a8bacf;
  background: rgba(2, 7, 14, .42);
  font-size: 12px;
}

.imc-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: linear-gradient(180deg, rgba(10, 30, 55, .72), rgba(3, 9, 16, .74));
  overflow: hidden;
}

.imc-trust div {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 16px 24px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.imc-trust div:last-child {
  border-right: 0;
}

.imc-trust strong {
  color: var(--imc-blue-3);
  font-family: Oswald, Inter, sans-serif;
  font-size: 31px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.imc-trust span {
  color: #d5e2f2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.imc-side-stack {
  display: grid;
  gap: 16px;
}

.imc-review-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(4, 149, 246, .55);
  background: #0b1220;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

.imc-review-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(4, 149, 246, .28);
  text-transform: uppercase;
}

.imc-review-panel__head span,
.imc-review-panel label span,
.imc-review-status span,
.imc-review-metrics span {
  color: #8d98a8;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.imc-review-panel__head strong {
  color: #f3f6fa;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

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

.imc-review-panel label {
  display: grid;
  gap: 5px;
}

.imc-review-panel input,
.imc-review-panel select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(4, 149, 246, .42);
  background: #05070d;
  color: #f3f6fa;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.imc-review-status {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(25, 195, 125, .6);
  background: linear-gradient(180deg, rgba(25, 195, 125, .1), rgba(11, 18, 32, 1));
}

.imc-review-status strong {
  color: #19c37d;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(25, 195, 125, .35);
}

.imc-review-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(4, 149, 246, .32);
}

.imc-review-metrics div {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-right: 1px solid rgba(4, 149, 246, .22);
}

.imc-review-metrics div:last-child {
  border-right: 0;
}

.imc-review-metrics strong {
  color: #f3f6fa;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: 16px;
  text-transform: uppercase;
}

.imc-number-card {
  position: relative;
  min-height: 136px;
  display: grid;
  align-content: center;
  padding: 26px 136px 26px 28px;
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: linear-gradient(180deg, rgba(9, 26, 47, .78), rgba(3, 10, 18, .78));
  overflow: hidden;
}

.imc-number-card span {
  font-family: Oswald, Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.imc-number-card small {
  margin-top: 5px;
  color: var(--imc-blue-2);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.imc-number-card b {
  position: absolute;
  right: 36px;
  top: 26px;
  color: var(--imc-blue-3);
  font-size: 90px;
  line-height: 1;
  filter: drop-shadow(0 0 16px rgba(0, 123, 255, .5));
}

.imc-rescue-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 22px;
  align-items: center;
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(255, 0, 51, .8);
  border-radius: var(--imc-radius);
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 0, 51, .38), transparent 30%),
    linear-gradient(145deg, rgba(71, 0, 10, .92), rgba(6, 0, 4, .94) 62%);
  box-shadow: inset 0 0 70px rgba(255, 0, 51, .16), 0 0 30px rgba(255, 0, 51, .14);
  overflow: hidden;
}

.imc-rescue-card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 460px;
  height: 460px;
  background: repeating-conic-gradient(from 8deg, rgba(255, 0, 51, .22) 0 5deg, transparent 5deg 16deg);
  opacity: .75;
  animation: imcSirenSpin 9s linear infinite;
}

.imc-rescue-card__copy,
.imc-rescue-card img {
  position: relative;
  z-index: 1;
}

.imc-rescue-card p {
  margin: 0 0 10px;
  color: #ff314f;
  font-family: Oswald, Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 0, 51, .42);
}

.imc-rescue-card h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
}

.imc-rescue-card ul,
.imc-program-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.imc-rescue-card li,
.imc-program-card li {
  position: relative;
  padding-left: 18px;
}

.imc-rescue-card li {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
}

.imc-rescue-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #ff3e55;
}

.imc-rescue-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 38, 68, .62);
  border-radius: 8px;
  box-shadow:
    0 0 16px rgba(255, 0, 51, .62),
    0 0 48px rgba(255, 0, 51, .38),
    0 0 86px rgba(255, 0, 51, .22);
  animation: imcSirenPulse 1.9s ease-in-out infinite;
}

.imc-legal-strip {
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: rgba(0, 0, 0, .54);
}

.imc-legal-strip .imc-wrap {
  min-height: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
}

.imc-legal-strip span {
  color: #aebed1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.imc-legal-strip .imc-wrap {
  color: #aebed1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  text-align: center;
  text-transform: uppercase;
}

.imc-section {
  padding: 22px 0;
}

.imc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.imc-section h2,
.imc-calculator-copy h2,
.imc-snapdraws h2,
.imc-forward h2 {
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.imc-section-head p {
  margin: 0;
  color: var(--imc-blue-2);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.imc-program-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.imc-program-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 18px;
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: linear-gradient(180deg, rgba(7, 27, 50, .88), rgba(2, 8, 15, .94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.imc-program-card--rescue {
  border-color: rgba(255, 0, 51, .78);
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 0, 51, .25), transparent 32%),
    linear-gradient(180deg, rgba(80, 0, 12, .84), rgba(8, 0, 4, .95));
}

.imc-kicker {
  align-self: flex-start;
  padding: 4px 10px;
  border: 1px solid rgba(96, 168, 255, .7);
  border-radius: 5px;
  background: rgba(18, 74, 170, .72);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.imc-program-icon {
  min-height: 62px;
  display: grid;
  place-items: center;
  margin-top: 12px;
  color: var(--imc-blue);
  font-family: Oswald, Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.imc-program-card--rescue .imc-program-icon {
  color: var(--imc-red);
  text-shadow: 0 0 18px rgba(255, 0, 51, .62);
}

.imc-program-card h3 {
  margin: 6px 0 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: 27px;
  line-height: .95;
  letter-spacing: .045em;
  text-align: center;
  text-transform: uppercase;
}

.imc-program-card p {
  margin: 5px 0 16px;
  color: #d6e3f4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}

.imc-program-card li {
  margin: 0 0 8px;
  color: #eaf4ff;
  font-size: 12px;
  line-height: 1.3;
}

.imc-program-card li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: var(--imc-blue-3);
}

.imc-program-card--rescue li::before {
  color: var(--imc-red);
}

.imc-card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin-top: auto;
  border-radius: 6px;
  background: linear-gradient(135deg, #0058d8, #0a7bff);
  color: #fff;
  font-family: Oswald, Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(0, 123, 255, .28);
}

.imc-card-btn--red {
  background: linear-gradient(135deg, var(--imc-red-2), var(--imc-red));
  box-shadow: 0 0 22px rgba(255, 0, 51, .34);
}

.imc-calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(470px, .48fr);
  gap: 22px;
  align-items: stretch;
}

.imc-calculator-copy,
.imc-calculator {
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: linear-gradient(180deg, rgba(8, 24, 44, .84), rgba(2, 7, 14, .92));
}

.imc-calculator-copy {
  display: grid;
  align-content: center;
  min-height: 410px;
  padding: 34px;
}

.imc-calculator-copy h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: .95;
}

.imc-calculator-copy p {
  max-width: 700px;
  color: #c5d5e8;
  font-size: 17px;
  line-height: 1.55;
}

.imc-snap-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
}

.imc-snap-mini span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px;
  border: 1px solid var(--imc-line-soft);
  border-radius: 7px;
  background: rgba(2, 7, 14, .48);
  color: var(--imc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.imc-snap-mini b {
  color: var(--imc-blue-2);
  font-family: Oswald, Inter, sans-serif;
  font-size: 28px;
}

.imc-calculator {
  padding: 24px;
}

.imc-calculator__top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 14px;
}

.imc-calculator h3 {
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: 32px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.imc-calculator p {
  margin: 2px 0 0;
  color: var(--imc-blue-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.imc-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
  border: 1px solid var(--imc-line-soft);
  border-radius: 6px;
  overflow: hidden;
}

.imc-tabs button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--imc-line-soft);
  color: #fff;
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
}

.imc-tabs button:last-child {
  border-right: 0;
}

.imc-tabs button.is-active {
  background: linear-gradient(135deg, #0058d8, #0a7bff);
  box-shadow: inset 0 0 24px rgba(0, 191, 255, .22);
}

.imc-field-grid {
  display: grid;
  gap: 9px;
}

.imc-fmr-tools {
  display: grid;
  grid-template-columns: 1fr 150px 160px;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  padding: 12px;
  border: 1px solid rgba(66, 217, 107, .25);
  border-radius: 6px;
  background: rgba(2, 7, 14, .48);
}

.imc-fmr-tools[hidden],
.imc-field-grid [hidden] {
  display: none !important;
}

.imc-fmr-tools input,
.imc-fmr-tools select,
.imc-fmr-tools button {
  min-height: 38px;
  border: 1px solid rgba(99, 162, 242, .32);
  border-radius: 5px;
  color: #fff;
  background: rgba(3, 10, 18, .82);
  padding: 0 10px;
}

.imc-fmr-tools button {
  background: linear-gradient(135deg, #0058d8, #0a7bff);
  font-family: Oswald, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.imc-fmr-tools button:disabled {
  opacity: .65;
  cursor: wait;
}

.imc-fmr-tools small {
  grid-column: 1 / -1;
  color: #9eb0c6;
  font-size: 11px;
  line-height: 1.35;
}

.imc-field-grid label {
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
  gap: 12px;
  color: #e7f1ff;
  font-size: 13px;
}

.imc-field-grid span {
  color: #e7f1ff;
}

.imc-field-grid input,
.imc-field-grid select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(99, 162, 242, .28);
  border-radius: 5px;
  color: #fff;
  background: rgba(3, 10, 18, .74);
  padding: 0 12px;
  text-align: right;
}

.imc-field-grid select {
  text-align: left;
}

.imc-calc-btn {
  width: 100%;
  min-height: 44px;
  margin: 14px 0;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #0058d8, #0a7bff);
  font-family: Oswald, Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

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

.imc-result {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--imc-line-soft);
  border-radius: 5px;
  background: rgba(2, 7, 14, .58);
  text-align: center;
}

.imc-result--green {
  border-color: rgba(66, 217, 107, .35);
  background: rgba(0, 96, 39, .16);
}

.imc-result span {
  color: #dbe8f8;
  font-size: 11px;
  text-transform: uppercase;
}

.imc-result strong {
  color: #6aa8ff;
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
}

.imc-result--green strong {
  color: var(--imc-green);
}

.imc-fit-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid var(--imc-line-soft);
  border-radius: 5px;
  background: rgba(2, 7, 14, .56);
}

.imc-fit-row strong {
  color: #70ff91;
  font-size: 15px;
  text-transform: uppercase;
}

.imc-fit-row span {
  color: #b8c8dc;
  font-size: 11px;
  line-height: 1.35;
}

.imc-calc-cta {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.imc-calc-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.imc-calc-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(71, 155, 255, .62);
  border-radius: 6px;
  color: #fff;
  background: #2563eb;
  font-family: Oswald, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: .045em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(37, 99, 235, .3);
}

.imc-calc-action--red {
  background: linear-gradient(135deg, var(--imc-red-2), var(--imc-red));
  border-color: rgba(255, 88, 112, .72);
  box-shadow: var(--imc-shadow-red);
}

.imc-calc-action--secondary {
  background: rgba(7, 18, 32, .78);
  border-color: rgba(255, 88, 112, .45);
}

.imc-calc-cta small,
.imc-calc-fine {
  color: #9eb0c6;
  font-size: 11px;
  line-height: 1.4;
}

.imc-calc-fine {
  margin: 9px 0 0;
}

.imc-deal-intel {
  padding: 24px;
  border: 1px solid rgba(71, 155, 255, .38);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 153, 255, .14), transparent 34%),
    linear-gradient(180deg, rgba(6, 17, 31, .94), rgba(2, 7, 14, .98));
  box-shadow: 0 0 34px rgba(0, 153, 255, .12);
}

.imc-deal-intel__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
}

.imc-deal-intel__head h2 {
  margin: 0;
  color: #fff;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: .06em;
  line-height: .95;
  text-transform: uppercase;
}

.imc-deal-intel__head p:last-child {
  max-width: 560px;
  margin: 0;
  color: #b8c8dc;
  font-size: 15px;
  line-height: 1.55;
}

.imc-snapshot-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.imc-snapshot-bar div {
  min-height: 78px;
  padding: 12px 10px;
  border: 1px solid rgba(99, 162, 242, .23);
  border-radius: 7px;
  background: rgba(2, 7, 14, .62);
  text-align: center;
}

.imc-snapshot-bar span {
  display: block;
  margin-bottom: 4px;
  color: #9eb0c6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.imc-snapshot-bar strong {
  color: #6aa8ff;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(22px, 2vw, 31px);
  letter-spacing: .04em;
}

.imc-deal-intel__body {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(380px, 1.1fr);
  gap: 16px;
}

.imc-program-fields {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(99, 162, 242, .22);
  border-radius: 8px;
  background: rgba(2, 7, 14, .54);
}

.imc-program-fields[hidden] {
  display: none !important;
}

.imc-program-fields label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px;
  align-items: center;
  color: #e7f1ff;
  font-size: 13px;
}

.imc-program-fields span {
  color: #dbe8f8;
  font-weight: 800;
}

.imc-program-fields input,
.imc-program-fields select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(99, 162, 242, .32);
  border-radius: 5px;
  color: #fff;
  background: rgba(3, 10, 18, .82);
  padding: 0 12px;
  text-align: right;
}

.imc-program-fields select {
  text-align: left;
}

.imc-deal-results {
  min-width: 0;
}

.imc-fit-row.is-green strong {
  color: #70ff91;
}

.imc-fit-row.is-green {
  border-color: rgba(66, 217, 107, .32);
  background: rgba(0, 96, 39, .13);
}

.imc-fit-row.is-yellow strong {
  color: #ffd166;
}

.imc-fit-row.is-yellow {
  border-color: rgba(255, 209, 102, .32);
  background: rgba(129, 82, 0, .12);
}

.imc-fit-row.is-red strong {
  color: #ff5f74;
}

.imc-fit-row.is-red {
  border-color: rgba(255, 0, 51, .42);
  background: rgba(92, 0, 18, .22);
}

.imc-snapdraws__inner {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 130px 130px auto;
  gap: 22px;
  align-items: center;
  padding: 16px 22px;
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: linear-gradient(180deg, rgba(8, 24, 44, .84), rgba(2, 7, 14, .9));
}

.imc-phone-mock {
  width: 82px;
  height: 112px;
  padding: 12px 9px;
  border: 3px solid #173b67;
  border-radius: 18px;
  background: #061528;
  box-shadow: 0 0 22px rgba(0, 123, 255, .42);
}

.imc-phone-mock div,
.imc-phone-mock span {
  display: block;
  height: 12px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: linear-gradient(90deg, #1b8cff, #d8f0ff);
}

.imc-phone-mock span {
  height: 9px;
  background: rgba(255, 255, 255, .22);
}

.imc-snapdraws h2 {
  color: var(--imc-blue-3);
}

.imc-snapdraws p {
  margin: 6px 0 0;
  color: #e2edfb;
  line-height: 1.4;
}

.imc-snapdraws .imc-snap-fine {
  color: #97a8bc;
  font-size: 11px;
}

.imc-snap-stat {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.imc-snap-stat strong {
  color: var(--imc-blue-3);
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
}

.imc-snap-stat span {
  color: #e2edfb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.imc-forward {
  padding-bottom: 34px;
}

.imc-forward-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.imc-forward-grid div {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: rgba(6, 18, 33, .72);
}

.imc-forward-grid b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 24px;
}

.imc-forward-grid strong {
  font-family: Oswald, Inter, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

.imc-forward-grid span {
  color: var(--imc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.imc-america-coverage {
  padding-bottom: 42px;
}

.imc-america-banner {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(239, 68, 68, .35);
  border-radius: var(--imc-radius);
  background:
    radial-gradient(circle at 18% 30%, rgba(239, 68, 68, .18), transparent 34%),
    linear-gradient(135deg, rgba(4, 13, 24, .96), rgba(6, 18, 33, .88));
  box-shadow: inset 0 0 48px rgba(239, 68, 68, .08);
}

.imc-flag-mark {
  width: 96px;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(239, 68, 68, .22);
}

.imc-america-banner h2 {
  margin: 0 0 8px;
  color: #f8fafc;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: .05em;
  line-height: .95;
  text-transform: uppercase;
}

.imc-america-banner p,
.imc-america-banner span {
  color: #dce8f6;
  font-size: 16px;
  line-height: 1.55;
}

.imc-map-panel {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid var(--imc-line);
  border-radius: var(--imc-radius);
  background: linear-gradient(180deg, rgba(8, 24, 44, .84), rgba(2, 7, 14, .92));
}

.imc-map-wrap {
  position: relative;
}

.imc-us-map {
  width: 100%;
  min-height: 330px;
  display: block;
}

.imc-map-state {
  cursor: default;
  stroke: rgba(255, 255, 255, .18);
  stroke-width: 1.5;
  transition: fill .18s ease, filter .18s ease, stroke .18s ease;
}

.imc-map-state.is-active {
  fill: #1a6fd4;
  cursor: pointer;
}

.imc-map-state.is-active:hover {
  fill: #2b8af5;
  filter: drop-shadow(0 0 10px rgba(43, 138, 245, .9));
}

.imc-map-state.is-restricted {
  fill: rgba(255, 255, 255, .08);
}

.imc-us-map text {
  pointer-events: none;
  fill: #eef6ff;
  font-family: Oswald, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.imc-map-tooltip {
  position: absolute;
  z-index: 5;
  max-width: 260px;
  padding: 8px 10px;
  border: 1px solid rgba(99, 162, 242, .45);
  border-radius: 6px;
  color: #fff;
  background: rgba(2, 7, 14, .92);
  box-shadow: 0 0 20px rgba(0, 123, 255, .22);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.imc-map-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 12px;
  color: #dce8f6;
  font-weight: 800;
  text-transform: uppercase;
}

.imc-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.imc-map-legend b {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 3px;
}

.imc-map-legend b.is-active {
  background: #1a6fd4;
}

.imc-map-legend b.is-restricted {
  background: rgba(255, 255, 255, .12);
}

.imc-map-legend a {
  color: var(--imc-blue-2);
}

.imc-footer {
  padding: 28px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(0, 0, 0, .72);
}

.imc-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1fr .8fr;
  gap: 28px;
}

.imc-footer img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.imc-footer p {
  max-width: 520px;
  color: #cbd8e7;
  line-height: 1.5;
}

.imc-footer h3 {
  margin: 0 0 12px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.imc-footer a,
.imc-footer span {
  display: block;
  margin: 0 0 8px;
  color: #dbe8f8;
}

.imc-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.imc-footer__bottom span {
  color: #97a8bc;
  font-size: 12px;
}

.imc-mobile-cta {
  display: none;
}

@keyframes imcSirenPulse {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) saturate(1.12);
  }
  50% {
    transform: scale(1.018);
    filter: brightness(1.18) saturate(1.32);
  }
}

@keyframes imcSirenSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1380px) {
  .imc-header__inner {
    grid-template-columns: auto 1fr;
  }

  .imc-nav {
    display: none;
  }

  .imc-actions {
    justify-self: end;
  }

  .imc-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .imc-header__inner,
  .imc-hero__grid,
  .imc-calculator-grid,
  .imc-deal-intel__body,
  .imc-footer__grid {
    grid-template-columns: 1fr;
  }

  .imc-deal-intel__head {
    display: grid;
  }

  .imc-snapshot-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .imc-brand {
    min-width: 0;
  }

  .imc-actions {
    justify-content: start;
    flex-wrap: wrap;
  }

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

  .imc-snapdraws__inner {
    grid-template-columns: 90px 1fr;
  }

  .imc-snapdraws__inner .imc-btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
    body.imc-home,
    body.imc-page-body,
    body.imc-lp-body {
        padding-bottom: 56px;
    }

  .imc-wrap {
    width: min(100% - 24px, 1800px);
  }

  .imc-header__inner {
    min-height: 74px;
    gap: 12px;
  }

  .imc-brand img {
    width: 56px;
    height: 56px;
  }

  .imc-brand strong {
    font-size: 20px;
  }

  .imc-brand em {
    display: none;
  }

  .imc-actions .imc-btn--ghost,
  .imc-actions .imc-btn--calc {
    display: none;
  }

  .imc-btn--small {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .imc-hero {
    padding-top: 30px;
  }

  .imc-hero h1 {
    font-size: clamp(56px, 17vw, 88px);
  }

  .imc-hero__lead {
    font-size: 17px;
    letter-spacing: .02em;
  }

  .imc-trust,
  .imc-program-grid,
  .imc-snap-mini,
  .imc-snapshot-bar,
  .imc-result-grid,
  .imc-forward-grid {
    grid-template-columns: 1fr;
  }

  .imc-trust div {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .imc-number-card {
    min-height: 116px;
    padding-right: 92px;
  }

  .imc-number-card span {
    font-size: 28px;
  }

  .imc-number-card b {
    right: 24px;
    top: 28px;
    font-size: 58px;
  }

  .imc-rescue-card {
    grid-template-columns: 1fr;
  }

  .imc-rescue-card img {
    max-width: 260px;
  }

  .imc-field-grid label,
  .imc-program-fields label,
  .imc-fit-row,
  .imc-snapdraws__inner {
    grid-template-columns: 1fr;
  }

  .imc-field-grid input,
  .imc-field-grid select,
  .imc-program-fields input,
  .imc-program-fields select {
    text-align: left;
  }

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

  .imc-fmr-tools,
  .imc-calc-action-row,
  .imc-america-banner {
    grid-template-columns: 1fr;
  }

  .imc-map-panel {
    padding: 16px;
    overflow-x: auto;
  }

  .imc-us-map {
    min-width: 820px;
  }

  .imc-footer__bottom {
    display: block;
  }

  .imc-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .14);
    background: rgba(2, 7, 14, .96);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .32);
  }

  .imc-mobile-cta a {
    display: grid;
    place-items: center;
    color: #fff;
    font-family: Oswald, Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  .imc-mobile-cta__call {
    background: #050912;
  }

  .imc-mobile-cta__submit {
    background: #2563eb;
  }
}

/* IMC hard terminal skin: institutional capital desk. */
body.imc-home,
body.imc-page-body,
body.imc-lp-body {
  color: #ffffff;
  background:
    linear-gradient(rgba(0, 85, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 85, 255, .04) 1px, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(0, 85, 255, .12), transparent 36rem),
    radial-gradient(circle at 78% 10%, rgba(255, 26, 26, .07), transparent 28rem),
    #020509;
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
  background-attachment: fixed;
  font-family: Inter, system-ui, sans-serif;
}

body.imc-home::before,
body.imc-page-body::before,
body.imc-lp-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 50% 30%, transparent 0 44%, rgba(0, 0, 0, .78) 100%);
  mix-blend-mode: screen;
  opacity: .55;
  z-index: -1;
}

body.imc-home::after,
body.imc-page-body::after,
body.imc-lp-body::after {
  content: "";
  position: fixed;
  inset: -40px;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 85, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 85, 255, .055) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: imcGridDrift 18s linear infinite;
  z-index: -2;
}

.imc-site *,
.imc-site *::before,
.imc-site *::after {
  border-radius: 0 !important;
  transition-duration: 0s !important;
}

.imc-site h1,
.imc-site h2,
.imc-site h3,
.imc-brand strong,
.imc-eyebrow {
  font-family: Syne, Inter, system-ui, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.imc-site label,
.imc-site input,
.imc-site select,
.imc-site button,
.imc-site small,
.imc-result span,
.imc-snapshot-bar span,
.imc-trust span,
.imc-footer__bottom span,
.imc-calc-fine {
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace !important;
}

.imc-header,
.imc-top-strip,
.imc-brand,
.imc-card-btn,
.imc-btn,
.imc-trust,
.imc-trust > div,
.imc-program-card,
.imc-calculator-copy,
.imc-calculator,
.imc-deal-intel,
.imc-program-fields,
.imc-deal-results,
.imc-snapshot-bar div,
.imc-result,
.imc-fit-row,
.imc-snapdraws__inner,
.imc-forward,
.imc-forward-card,
.imc-america,
.imc-map-panel,
.imc-footer,
.imc-page-card,
.imc-lp-shell,
.imc-lead-form,
.imc-form-card {
  background-color: #040d18 !important;
  border-color: rgba(0, 85, 255, .42) !important;
  box-shadow: none !important;
}

.imc-header {
  background: rgba(2, 5, 9, .98) !important;
  backdrop-filter: none !important;
}

.imc-btn,
.imc-card-btn,
.imc-calc-btn,
.imc-calc-action,
.imc-mobile-cta__submit {
  background: #0055ff !important;
  border-color: #0055ff !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(0, 85, 255, .9), 0 0 18px rgba(0, 85, 255, .28) !important;
}

.imc-btn:hover,
.imc-card-btn:hover,
.imc-calc-action:hover {
  transform: none !important;
  filter: brightness(1.18) contrast(1.08);
}

.imc-btn--rescue,
.imc-card-btn--red,
.imc-calc-action--red,
.imc-program-card--rescue .imc-card-btn {
  background: #ff1a1a !important;
  border-color: #ff1a1a !important;
  box-shadow: 0 0 0 1px rgba(255, 26, 26, .9), 0 0 28px rgba(255, 26, 26, .45) !important;
}

.imc-hero h1 {
  color: #ffffff;
  font-family: Syne, Inter, system-ui, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -.035em;
  text-shadow: 0 0 24px rgba(0, 85, 255, .16);
}

.imc-hero h1 em {
  background: linear-gradient(180deg, #ffffff 0%, #0055ff 36%, #0055ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(0, 85, 255, .44));
}

.imc-eyebrow,
.imc-nav a,
.imc-program-card p,
.imc-calculator p,
.imc-deal-intel__head p:last-child,
.imc-snapdraws p,
.imc-footer span {
  color: #ffffff;
}

.imc-trust strong,
.imc-snapshot-bar strong,
.imc-result strong,
.imc-snap-stat strong,
.imc-number-card span {
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace !important;
  font-weight: 700 !important;
  color: #00ff88 !important;
  text-shadow: 0 0 10px rgba(0, 255, 136, .55), 0 0 24px rgba(0, 255, 136, .25);
}

.imc-result strong,
.imc-snapshot-bar strong {
  font-size: clamp(30px, 3.2vw, 54px);
  letter-spacing: -.06em;
}

.imc-result--green,
.imc-fit-row.is-green {
  border-color: rgba(0, 255, 136, .6) !important;
  background:
    linear-gradient(180deg, rgba(0, 255, 136, .09), rgba(4, 13, 24, 1)) !important;
}

.imc-fit-row.is-yellow {
  border-color: rgba(255, 209, 102, .75) !important;
}

.imc-fit-row.is-red {
  border-color: rgba(255, 26, 26, .85) !important;
}

.imc-tabs {
  border-color: rgba(0, 85, 255, .6) !important;
}

.imc-tabs button {
  background: #020509 !important;
  border-color: rgba(0, 85, 255, .35) !important;
  color: #ffffff !important;
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace !important;
  font-weight: 700;
}

.imc-tabs button.is-active {
  background: #0055ff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 22px rgba(0, 85, 255, .42) !important;
}

.imc-program-fields input,
.imc-program-fields select,
.imc-field-grid input,
.imc-field-grid select,
.imc-fmr-tools input,
.imc-fmr-tools select {
  background: #020509 !important;
  border-color: rgba(0, 85, 255, .45) !important;
  color: #ffffff !important;
}

.imc-rescue-card,
.imc-program-card--rescue {
  background:
    radial-gradient(circle at 76% 36%, rgba(255, 26, 26, .34), transparent 26%),
    linear-gradient(120deg, #070000 0%, #210000 42%, #040d18 100%) !important;
  border-color: rgba(255, 26, 26, .82) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 26, 26, .32), 0 0 42px rgba(255, 26, 26, .28) !important;
}

.imc-rescue-card::before {
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 26, 26, .34) 0 2deg, transparent 2deg 11deg),
    radial-gradient(circle, rgba(255, 26, 26, .32), transparent 54%) !important;
  animation: imcSirenSpin 8s linear infinite;
}

.imc-rescue-card img {
  border: 1px solid rgba(255, 26, 26, .86) !important;
  background: #090000 !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08),
    0 0 32px rgba(255, 26, 26, .55),
    0 0 72px rgba(255, 26, 26, .24) !important;
  animation: imcSirenPulse 1.7s steps(2, end) infinite;
}

.imc-footer {
  background: #020509 !important;
}

@keyframes imcGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(40px, 40px, 0); }
}

html,
body.imc-home,
body.imc-page-body,
body.imc-lp-body {
  max-width: 100%;
  overflow-x: hidden;
}

.imc-header .imc-wrap {
  width: min(100% - 20px, 1680px);
}

.imc-header__inner {
  grid-template-columns: 330px minmax(0, 1fr) auto;
  gap: 14px;
}

.imc-brand {
  min-width: 0;
  width: 330px;
  max-width: 330px;
  overflow: hidden;
  flex: 0 0 330px;
  gap: 10px;
}

.imc-brand img {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
}

.imc-brand strong {
  font-size: 24px !important;
  letter-spacing: -.035em;
  line-height: .92;
}

.imc-brand em {
  max-width: 250px;
  overflow: hidden;
  font-size: 8px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imc-nav {
  min-width: 0;
  gap: clamp(8px, .85vw, 16px);
}

.imc-nav a {
  white-space: nowrap;
  font-size: clamp(10px, .78vw, 13px);
  letter-spacing: .02em;
}

.imc-nav a.imc-nav__calc {
  min-width: 128px;
  padding: 9px 10px;
  text-align: center;
}

.imc-actions {
  gap: 8px;
}

.imc-actions .imc-btn {
  min-height: 44px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: .03em;
}

.imc-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 32px;
}

.imc-hero__content {
  min-width: 0;
}

.imc-hero h1 {
  max-width: 100%;
  font-size: clamp(64px, 7.6vw, 116px) !important;
}

@media (max-width: 1320px) {
  .imc-nav {
    display: none;
  }

  .imc-header__inner {
    grid-template-columns: 330px 1fr;
  }

  .imc-actions {
    justify-self: end;
  }
}

.imc-hero h1 {
  font-size: clamp(54px, 6.25vw, 98px) !important;
}

/* Final institutional steering: capital review system over brochure. */
body.imc-home,
body.imc-page-body,
body.imc-lp-body {
  color: #f3f6fa !important;
  background:
    linear-gradient(rgba(4, 149, 246, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 149, 246, .04) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(12, 47, 172, .18), transparent 34rem),
    #05070d !important;
  background-size: 40px 40px, 40px 40px, auto !important;
  font-family: Geist, Inter, system-ui, sans-serif !important;
}

.imc-site h1,
.imc-site h2,
.imc-site h3,
.imc-brand strong,
.imc-eyebrow {
  font-family: Geist, Inter, system-ui, sans-serif !important;
}

.imc-header,
.imc-brand,
.imc-trust,
.imc-trust > div,
.imc-program-card,
.imc-deal-intel,
.imc-program-fields,
.imc-deal-results,
.imc-snapshot-bar div,
.imc-result,
.imc-fit-row,
.imc-snapdraws__inner,
.imc-forward,
.imc-review-panel,
.imc-footer {
  background: #0b1220 !important;
  border-color: rgba(4, 149, 246, .32) !important;
  box-shadow: none !important;
}

.imc-header {
  background: rgba(5, 7, 13, .98) !important;
}

.imc-btn,
.imc-card-btn,
.imc-calc-btn,
.imc-calc-action,
.imc-mobile-cta__submit {
  background: #0495f6 !important;
  border-color: #0495f6 !important;
  color: #f3f6fa !important;
  box-shadow: none !important;
}

.imc-btn--rescue,
.imc-card-btn--red,
.imc-calc-action--red,
.imc-program-card--rescue .imc-card-btn {
  background: #e23b3b !important;
  border-color: #e23b3b !important;
  box-shadow: none !important;
}

.imc-hero {
  padding-top: clamp(28px, 4vw, 58px) !important;
  padding-bottom: 18px !important;
}

.imc-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
  gap: 20px !important;
}

.imc-hero h1 {
  max-width: 960px !important;
  color: #f3f6fa !important;
  font-size: clamp(40px, 4.8vw, 68px) !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
  text-shadow: none !important;
}

.imc-hero h1 span {
  background: linear-gradient(180deg, #f3f6fa 0%, #0495f6 55%, #0c2fac 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: none !important;
}

.imc-hero__lead {
  max-width: 900px !important;
  margin-top: 14px !important;
  color: #d7dde7 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.imc-compliance-inline {
  margin: 12px 0 0;
  padding: 9px 10px;
  border: 1px solid rgba(4, 149, 246, .28);
  background: #07101c;
  color: #8d98a8;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.imc-checks {
  gap: 8px 14px !important;
  margin-top: 14px !important;
}

.imc-checks li {
  color: #d7dde7 !important;
  font-family: "DM Mono", ui-monospace, Consolas, monospace !important;
  font-size: 10px !important;
  letter-spacing: .04em !important;
}

.imc-checks li::before {
  border-radius: 0 !important;
  border-color: #0495f6 !important;
  color: #0495f6 !important;
}

.imc-hero__cta {
  margin-top: 14px !important;
  gap: 10px !important;
}

.imc-disclaimer {
  margin-top: 10px !important;
  color: #8d98a8 !important;
  background: #07101c !important;
}

.imc-trust {
  display: none !important;
}

.imc-trust strong,
.imc-snapshot-bar strong,
.imc-result strong,
.imc-review-status strong {
  color: #19c37d !important;
  text-shadow: 0 0 12px rgba(25, 195, 125, .35) !important;
}

.imc-section {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.imc-legal-strip {
  margin-top: 0 !important;
}

.imc-deal-intel {
  border-color: rgba(4, 149, 246, .45) !important;
}

.imc-deal-intel__head {
  margin-bottom: 12px !important;
}

.imc-snapshot-bar {
  margin-bottom: 10px !important;
}

.imc-tabs {
  margin-bottom: 10px !important;
}

.imc-review-panel,
.imc-review-panel * {
  border-radius: 0 !important;
}

.imc-review-panel input,
.imc-review-panel select {
  background: #05070d !important;
  border-color: rgba(4, 149, 246, .42) !important;
  color: #f3f6fa !important;
}

.imc-review-panel .imc-btn {
  justify-content: center;
}

@media (max-width: 860px) {
  .imc-hero__grid {
    grid-template-columns: 1fr !important;
  }

  .imc-review-grid,
  .imc-review-metrics {
    grid-template-columns: 1fr !important;
  }
}

/* PPC conversion alignment: keep the existing dark Kaylin-style system, but bring program paths and trust proof above the fold. */
.imc-product-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.imc-product-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 149, 246, .36);
  background: #07101c;
  color: #d9e7f7;
  font-family: "DM Mono", ui-monospace, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.imc-product-actions a:hover {
  border-color: #0495f6;
  color: #fff;
}

.imc-trust {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 12px !important;
}

.imc-trust > div {
  min-height: 68px !important;
  padding: 12px 14px !important;
}

.imc-trust strong {
  font-size: clamp(20px, 2vw, 28px) !important;
}

.imc-trust span {
  font-size: 10px !important;
}

@media (max-width: 900px) {
  .imc-product-actions,
  .imc-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .imc-social-header {
    display: none;
  }
}

@media (max-width: 560px) {
  .imc-product-actions,
  .imc-trust {
    grid-template-columns: 1fr !important;
  }
}
