:root {
  --navy: #061f52;
  --navy-deep: #03143a;
  --red: #e30613;
  --red-dark: #bd0713;
  --ink: #071b46;
  --muted: #52627d;
  --line: #dce3ef;
  --soft: #f5f7fb;
  --paper: #ffffff;
  --shadow: 0 18px 42px rgba(6, 31, 82, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 227, 239, 0.9);
  backdrop-filter: blur(18px);
}

.brand img {
  width: min(100%, 220px);
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  content: "";
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
}

.button::after,
.header-cta::after {
  margin-left: 10px;
  content: "›";
  font-size: 1.35rem;
  line-height: 0.8;
}

.header-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 26px rgba(227, 6, 19, 0.2);
}

.button-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(3, 20, 58, 0.38);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
  padding: clamp(54px, 6vw, 78px) clamp(20px, 4vw, 58px) clamp(36px, 4vw, 54px);
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 36%, rgba(6, 31, 82, 0.07), transparent 28%),
    linear-gradient(112deg, #fff 0 58%, #f6f8fc 58.2% 100%);
}

.hero::after {
  position: absolute;
  right: 3%;
  top: 20%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(6, 31, 82, 0.08);
  opacity: 0.5;
  clip-path: polygon(0 28%, 100% 0, 72% 100%);
  content: "";
}

.hero-copy,
.hero-diagram {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: 100%;
  max-width: 680px;
  justify-self: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--red);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero .eyebrow:not(.with-icon)::before,
.legal-hero .eyebrow:not(.with-icon)::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  background: url("assets/actilium-favicon.jpg") center / contain no-repeat;
  border-radius: 4px;
  content: "";
}

.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.with-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 26px;
  font-size: clamp(2.65rem, 4.4vw, 4.45rem);
}

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

.hero-copy p {
  max-width: 600px;
  color: #17284f;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
}

.hero-copy strong {
  color: var(--navy);
}

.title-rule {
  width: 88px;
  height: 3px;
  margin-top: 30px;
  background: var(--red);
}

.hero-diagram {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(190px, 0.55fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  width: 100%;
  max-width: 820px;
  justify-self: end;
}

.venn {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1 / 0.92;
  justify-self: center;
}

.venn-circle {
  position: absolute;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  width: 48%;
  aspect-ratio: 1;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 900;
}

.venn-circle svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.finance {
  left: 26%;
  top: 0;
  background: rgba(6, 31, 82, 0.98);
}

.strategy {
  left: 6%;
  bottom: 0;
  background: rgba(6, 31, 82, 0.82);
}

.data {
  right: 6%;
  bottom: 0;
  background: rgba(126, 145, 177, 0.74);
}

.venn-core {
  position: absolute;
  left: 50%;
  top: 51%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.14);
}

.venn-core img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.positioning {
  position: relative;
  max-width: 250px;
  padding-left: 22px;
  color: #17284f;
  border-left: 1px solid #b8c4d9;
  font-size: 1.02rem;
  font-weight: 650;
}

.positioning strong {
  color: var(--red);
}

.legal-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(54px, 6vw, 82px) clamp(20px, 4vw, 58px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 30%, rgba(6, 31, 82, 0.08), transparent 26%),
    linear-gradient(112deg, #fff 0 64%, #f6f8fc 64.2% 100%);
}

.legal-hero::after {
  position: absolute;
  right: 5%;
  top: 18%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(6, 31, 82, 0.08);
  opacity: 0.7;
  clip-path: polygon(0 28%, 100% 0, 72% 100%);
  content: "";
}

.legal-hero > * {
  position: relative;
  z-index: 1;
}

.legal-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #17284f;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.legal-summary {
  display: grid;
  gap: 8px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #020b28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.legal-summary span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-summary strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.legal-summary a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px) clamp(20px, 4vw, 58px) clamp(50px, 6vw, 78px);
}

.legal-card {
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(6, 31, 82, 0.08);
}

.legal-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.legal-card h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  font-size: 1.1rem;
}

.legal-card p {
  color: #17284f;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 22px;
  color: #17284f;
}

.legal-card li::marker {
  color: var(--red);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(227, 6, 19, 0.8);
  text-underline-offset: 4px;
}

.offer-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(58px, 7vw, 92px) clamp(20px, 4vw, 58px);
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 20%, rgba(6, 31, 82, 0.08), transparent 28%),
    linear-gradient(112deg, #fff 0 62%, #f6f8fc 62.2% 100%);
}

.offer-hero--simple {
  grid-template-columns: 1fr;
}

.offer-hero--simple .offer-hero__copy {
  max-width: 980px;
}

.offer-hero::after {
  position: absolute;
  right: 4%;
  top: 15%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(6, 31, 82, 0.08);
  clip-path: polygon(0 28%, 100% 0, 72% 100%);
  content: "";
}

.offer-hero > * {
  position: relative;
  z-index: 1;
}

.offer-hero h1 {
  max-width: 820px;
  font-size: clamp(2.75rem, 5vw, 5rem);
}

.offer-hero__copy > p:not(.eyebrow) {
  max-width: 820px;
  color: #17284f;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.offer-hero__panel {
  display: grid;
  gap: 12px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #020b28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.offer-hero__panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-hero__panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.offer-hero__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.button-secondary {
  color: var(--navy);
  border-color: rgba(6, 31, 82, 0.35);
  background: #fff;
}

.asset-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 7vw, 92px) clamp(20px, 4vw, 58px) clamp(42px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 28%, rgba(227, 6, 19, 0.08), transparent 24%),
    linear-gradient(112deg, #fff 0 58%, #f6f8fc 58.2% 100%);
}

.asset-hero::after {
  position: absolute;
  right: 3%;
  top: 16%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(6, 31, 82, 0.08);
  opacity: 0.55;
  clip-path: polygon(0 28%, 100% 0, 72% 100%);
  content: "";
}

.asset-hero__copy,
.portfolio-visual {
  position: relative;
  z-index: 1;
}

.asset-hero__copy {
  max-width: 760px;
}

.asset-hero h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 4.8vw, 4.9rem);
}

.asset-hero__copy > p:not(.eyebrow) {
  max-width: 690px;
  color: #17284f;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
}

.asset-hero__proof {
  display: grid;
  gap: 8px;
  margin: 24px 0 26px;
}

.asset-hero__proof span {
  position: relative;
  padding-left: 18px;
  color: var(--navy);
  font-weight: 850;
}

.asset-hero__proof span::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  content: "";
}

.portfolio-visual {
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(145deg, var(--navy), #020b28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portfolio-visual__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  color: #fff;
}

.portfolio-visual__header span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-visual__header strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.3vw, 2.4rem);
}

.portfolio-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  min-height: 280px;
}

.portfolio-board article {
  display: grid;
  gap: 8px;
  align-content: end;
  min-height: 160px;
  padding: 16px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.portfolio-board article:nth-child(2) {
  min-height: 205px;
}

.portfolio-board article:nth-child(4) {
  min-height: 230px;
}

.portfolio-board article.high {
  min-height: 260px;
  background: rgba(227, 6, 19, 0.24);
  border-color: rgba(227, 6, 19, 0.5);
}

.portfolio-board article.risk {
  min-height: 245px;
  background: rgba(255, 255, 255, 0.14);
}

.portfolio-board span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-board strong {
  line-height: 1.1;
}

.portfolio-board small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.portfolio-axis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.portfolio-axis span {
  padding: 8px 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 850;
}

.positioning-band,
.asset-model-section,
.portfolio-section,
.asset-usages {
  padding: clamp(44px, 6vw, 72px) clamp(20px, 4vw, 58px) 0;
}

.positioning-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.positioning-band article {
  padding: clamp(24px, 3vw, 34px);
  background: #f7f9fc;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
}

.positioning-band h2 {
  margin-bottom: 12px;
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
}

.positioning-band p:last-child {
  margin: 0;
  color: #17284f;
}

.asset-model-section,
.portfolio-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
}

.model-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.1fr;
  gap: 10px;
  align-items: stretch;
}

.model-equation article {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 190px;
  padding: 22px 18px;
  color: #17284f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
}

.model-equation article.result {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #020b28);
}

.model-equation span {
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.model-equation .result span {
  color: #fff;
}

.model-equation p {
  margin: 0;
}

.model-equation > strong {
  align-self: center;
  color: var(--red);
  font-size: 1.6rem;
}

.portfolio-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.portfolio-steps article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 24px 20px;
  color: #17284f;
  background: #f7f9fc;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
}

.portfolio-steps span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.portfolio-steps h3 {
  margin: 0;
  color: var(--navy);
}

.portfolio-steps p {
  margin: 0;
}

.usage-verbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.usage-verbs article {
  padding: 22px 18px;
  background: #fff;
}

.usage-verbs span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 1.04rem;
  font-weight: 900;
}

.usage-verbs p {
  margin: 0;
  color: #17284f;
}

.asset-audience {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  margin: clamp(44px, 6vw, 72px) clamp(20px, 4vw, 58px) 0;
  padding: clamp(28px, 4vw, 44px);
  background: #f7f9fc;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(6, 31, 82, 0.08);
}

.asset-audience h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 2.6vw, 2.75rem);
}

.asset-audience > p {
  margin: 0;
  color: #17284f;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
}

.mock-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding: clamp(58px, 7vw, 84px) clamp(20px, 4vw, 58px) clamp(38px, 5vw, 58px);
  background: linear-gradient(112deg, #fff 0 58%, #f7f9fc 58.2% 100%);
}

.mock-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.2vw, 5.3rem);
}

.mock-hero__copy > p {
  max-width: 650px;
  color: #17284f;
  font-size: clamp(1rem, 1.15vw, 1.14rem);
}

.hero-note {
  margin: 28px 0 0;
  padding-left: 18px;
  color: #17284f;
  border-left: 3px solid #d6ad5a;
  font-weight: 750;
}

.dashboard-mock {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(6, 31, 82, 0.12);
}

.dashboard-mock__title {
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 900;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.7fr 0.92fr;
  gap: 12px;
}

.metric-stack {
  display: grid;
  gap: 8px;
}

.metric-stack article,
.asset-detail,
.matrix-card,
.trend,
.net {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.metric-stack span,
.asset-detail small,
.trend span,
.net span {
  display: block;
  color: #52627d;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-stack strong,
.asset-detail strong,
.net strong {
  color: var(--navy);
}

.metric-stack svg,
.trend svg {
  width: 100%;
  height: 34px;
  fill: none;
  stroke: #087d87;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.bars {
  display: flex;
  gap: 4px;
  align-items: end;
  height: 28px;
  margin-top: 6px;
}

.bars i {
  width: 100%;
  background: #087d87;
  border-radius: 2px 2px 0 0;
}

.bars i:nth-child(1) { height: 30%; }
.bars i:nth-child(2) { height: 45%; }
.bars i:nth-child(3) { height: 55%; }
.bars i:nth-child(4) { height: 72%; }
.bars i:nth-child(5) { height: 92%; }

.donut {
  width: 38px;
  height: 38px;
  margin-top: 8px;
  background: conic-gradient(#087d87 0 68%, #d6ad5a 68% 86%, #e8edf5 86% 100%);
  border-radius: 50%;
}

.matrix-card h2,
.asset-detail h2 {
  margin-bottom: 10px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
}

.matrix {
  position: relative;
  min-height: 250px;
  background:
    linear-gradient(#e8edf5 1px, transparent 1px),
    linear-gradient(90deg, #e8edf5 1px, transparent 1px);
  background-size: 50% 50%;
  border-left: 1px solid #cfd8e6;
  border-bottom: 1px solid #cfd8e6;
}

.axis-y,
.axis-x {
  position: absolute;
  color: #52627d;
  font-size: 0.72rem;
  font-weight: 900;
}

.axis-y {
  left: -6px;
  top: 50%;
  transform: rotate(-90deg);
}

.axis-x {
  right: 10px;
  bottom: -22px;
}

.bubble {
  position: absolute;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  padding: 6px;
  color: #fff;
  background: #087d87;
  border-radius: 50%;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.05;
  text-align: center;
}

.b1 { left: 28%; top: 24%; }
.b2 { left: 58%; top: 20%; width: 42px; height: 42px; background: #0b4670; }
.b3 { left: 74%; top: 30%; width: 34px; height: 34px; background: #0b4670; }
.b4 { left: 36%; top: 70%; width: 34px; height: 34px; background: #0b4670; }
.b5 { left: 84%; top: 62%; width: 34px; height: 34px; background: #6ba4a8; }

.asset-detail > span {
  display: inline-block;
  margin: 6px 0 18px;
  padding: 4px 8px;
  color: var(--navy);
  background: #eaf4f5;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.asset-detail div {
  display: grid;
  gap: 5px;
  margin-top: 12px;
}

.asset-detail i {
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #087d87 var(--w), #e8edf5 var(--w));
  border-radius: 999px;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 1fr 0.25fr;
  gap: 12px;
  margin-top: 12px;
}

.trend svg {
  height: 70px;
}

.trend .line-muted {
  stroke: #d6ad5a;
  stroke-dasharray: 6 6;
}

.trend .line-main {
  stroke: #087d87;
}

.net {
  display: grid;
  align-content: center;
}

.net strong {
  font-size: 1.5rem;
}

.insight-band {
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.15), transparent 22%),
    radial-gradient(circle at 84% 42%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(135deg, var(--navy), #020b28);
}

.insight-band h2 {
  max-width: 900px;
  margin: 0 auto 26px;
  color: #fff;
  text-align: center;
}

.insight-band > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 900px;
  margin: 0 auto;
}

.insight-band article {
  display: grid;
  min-height: 70px;
  place-items: center;
  padding: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 850;
}

.positioning-story {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr 0.55fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(42px, 6vw, 66px) clamp(20px, 4vw, 58px);
}

.layer-visual {
  display: grid;
  gap: 0;
  justify-items: center;
}

.layer {
  width: min(100%, 360px);
  padding: 24px;
  color: #fff;
  text-align: center;
  transform: skewX(-18deg);
  box-shadow: 0 18px 34px rgba(6, 31, 82, 0.18);
  font-weight: 900;
}

.layer + .layer {
  margin-top: -6px;
}

.layer-top { background: #087d87; }
.layer-mid { background: var(--navy); }
.layer-low { color: var(--navy); background: #d6ad5a; }

.positioning-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.positioning-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  color: #17284f;
}

.positioning-list li::before {
  display: grid;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  content: counter(list-item);
  font-weight: 900;
}

.positioning-list strong {
  color: var(--navy);
}

.core-product,
.portfolio-use,
.before-after,
.mock-audience {
  padding: clamp(36px, 5vw, 58px) clamp(20px, 4vw, 58px);
  border-top: 1px solid var(--line);
}

.core-product > p:not(.eyebrow),
.portfolio-use > p:not(.eyebrow) {
  max-width: 820px;
  color: #17284f;
}

.dimension-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.dimension-row article,
.use-card-grid article,
.mock-audience__grid article {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 31, 82, 0.06);
}

.dimension-row span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 12px;
  color: #fff;
  background: #087d87;
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: 900;
}

.dimension-row article:nth-child(2) span,
.dimension-row article:nth-child(3) span {
  background: #d6ad5a;
}

.dimension-row h3,
.use-card-grid h3,
.mock-audience__grid h3 {
  margin-bottom: 6px;
  color: var(--navy);
}

.dimension-row p,
.use-card-grid p,
.mock-audience__grid p {
  margin: 0;
  color: #17284f;
}

.use-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.use-card-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
}

.use-card-grid span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: #087d87;
  border-radius: 50%;
  font-weight: 900;
}

.before-after h2 {
  text-align: center;
}

.before-after__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
  max-width: 980px;
  margin: 22px auto 0;
}

.before-after__grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 31, 82, 0.06);
}

.before-after__grid h3 {
  margin: 0;
  padding: 10px 18px;
  color: #fff;
  background: var(--navy);
  text-align: center;
}

.before-after__grid .after h3 {
  background: #087d87;
}

.before-after__grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 18px 22px 20px 34px;
  color: #17284f;
}

.before-after__grid > span {
  color: #d6ad5a;
  font-size: 4rem;
  font-weight: 700;
}

.mock-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.offer-problem,
.offer-model,
.offer-steps,
.offer-format,
.offer-deliverables,
.offer-decisions {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(44px, 6vw, 72px) clamp(20px, 4vw, 58px) 0;
}

.offer-text-block {
  padding: clamp(24px, 4vw, 38px);
  color: #17284f;
  background: #f7f9fc;
  border-left: 4px solid var(--red);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(6, 31, 82, 0.08);
}

.offer-text-block p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.offer-text-block strong {
  color: var(--navy);
}

.offer-package {
  display: grid;
  gap: 16px;
}

.asset-flow {
  display: grid;
  grid-template-columns: 1fr auto 1.08fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.asset-flow article {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 150px;
  padding: 22px 18px;
  text-align: center;
  color: #17284f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
}

.asset-flow article.is-active {
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(227, 6, 19, 0.32), transparent 24%),
    linear-gradient(145deg, var(--navy), #020b28);
  border-color: rgba(6, 31, 82, 0.1);
}

.asset-flow svg,
.card-icon {
  width: 38px;
  height: 38px;
  stroke: var(--red);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.asset-flow article.is-active svg {
  stroke: #fff;
}

.asset-flow h3 {
  margin: 0;
  color: var(--navy);
}

.asset-flow article.is-active h3 {
  color: #fff;
}

.asset-flow p {
  margin: 0;
  color: inherit;
  font-size: 0.92rem;
}

.asset-flow__arrow {
  align-self: center;
  color: var(--red);
  font-size: 1.8rem;
  font-weight: 900;
}

.offer-package__items,
.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.format-grid {
  grid-template-columns: repeat(4, 1fr);
}

.offer-package__items article,
.format-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px 20px;
  color: #17284f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
}

.offer-package__items h3,
.format-grid h3 {
  margin: 0;
  color: var(--navy);
}

.offer-package__items p,
.format-grid p {
  margin: 0;
}

.model-focus {
  padding: clamp(26px, 4vw, 40px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(227, 6, 19, 0.28), transparent 26%),
    linear-gradient(145deg, var(--navy), #020b28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.model-focus .eyebrow {
  color: #fff;
}

.model-focus .eyebrow::after {
  background: var(--red);
}

.model-focus h3 {
  max-width: 760px;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  line-height: 1.08;
}

.model-focus p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.model-focus__dimensions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.model-focus__dimensions span {
  padding: 12px 14px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 900;
}

.offer-model__dimensions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.offer-model__dimensions article {
  padding: 24px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.offer-model__dimensions h3 {
  color: var(--navy);
  text-transform: uppercase;
}

.offer-model__dimensions .accent h3 {
  color: var(--red);
}

.offer-model__dimensions p {
  margin: 0;
  color: #17284f;
}

.offer-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.offer-step-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 330px;
  padding: 24px 22px;
  background: #f7f9fc;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.08);
}

.offer-step-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.module-label {
  width: fit-content;
  margin: 0;
  padding: 5px 9px;
  color: var(--red);
  background: rgba(227, 6, 19, 0.08);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offer-step-grid h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.18;
}

.offer-step-grid p {
  margin: 0;
  color: #17284f;
}

.offer-step-grid strong {
  color: var(--navy);
}

.module-deliverables {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: #17284f;
  font-size: 0.9rem;
}

.module-deliverables li::marker {
  color: var(--red);
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverable-list li {
  padding: 14px 16px;
  color: #17284f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 750;
}

.deliverable-list li::before {
  margin-right: 8px;
  color: var(--red);
  content: "✓";
  font-weight: 900;
}

.deliverable-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.deliverable-cards article {
  display: grid;
  gap: 12px;
  padding: 24px 22px;
  color: #17284f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
}

.deliverable-cards .card-icon {
  width: 42px;
  height: 42px;
}

.deliverable-cards h3 {
  margin: 0;
  color: var(--navy);
}

.deliverable-cards p {
  margin: 0;
}

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

.decision-grid article {
  padding: 18px 20px;
  color: var(--navy);
  background: #f7f9fc;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.07);
  font-weight: 850;
}

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

.offer-audience {
  margin: clamp(44px, 6vw, 72px) clamp(20px, 4vw, 58px) 0;
  padding: clamp(26px, 4vw, 42px);
  background: #f7f9fc;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(6, 31, 82, 0.08);
}

.offer-audience > h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
}

.offer-audience--compact {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(240px, 0.38fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.offer-audience--compact h2 {
  margin-bottom: 12px;
}

.offer-audience--compact p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #17284f;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.audience-tags span {
  padding: 10px 12px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
}

.model-card,
.audience-section {
  margin: 0 clamp(20px, 4vw, 58px);
  border-radius: 8px;
  background: #f7f9fc;
  box-shadow: 0 18px 44px rgba(6, 31, 82, 0.08);
}

.model-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(34px, 5vw, 54px);
}

.mission-block h2,
.section-intro h2,
.final-cta h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.mission-block p,
.section-intro p {
  color: #17284f;
}

blockquote {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.15;
}

.center {
  display: block;
  text-align: center;
}

.model-dimensions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.model-dimensions article {
  padding: 10px clamp(18px, 2.4vw, 34px) 0;
  text-align: center;
  border-left: 1px solid var(--line);
}

.model-dimensions article:first-child {
  border-left: 0;
}

.dimension-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  place-items: center;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  line-height: 1;
}

.accent .dimension-icon {
  color: var(--red);
  border-color: var(--red);
}

.dimension-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.model-dimensions h3 {
  margin-bottom: 8px;
  color: var(--navy);
  text-transform: uppercase;
}

.model-dimensions .accent h3 {
  color: var(--red);
}

.model-dimensions p {
  margin: 0;
  color: #182a52;
  font-size: 0.95rem;
}

.context-line {
  display: grid;
  justify-items: center;
  margin-top: 22px;
  padding-top: 18px;
  color: var(--navy);
  border-top: 2px solid var(--navy);
  text-align: center;
}

.context-line span {
  color: #25375d;
  font-size: 0.96rem;
}

.approach-section,
.uses-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(44px, 6vw, 72px) clamp(20px, 4vw, 58px) 0;
}

.approach-flow {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 24px minmax(180px, 1.15fr) 24px minmax(150px, 1fr);
  gap: 14px;
  align-items: center;
}

.approach-flow article {
  min-height: 278px;
  padding: 22px 20px;
  border-radius: 8px;
  background: #f7f9fc;
  box-shadow: var(--shadow);
  text-align: center;
}

.approach-flow h3 {
  min-height: 44px;
  color: var(--navy);
  font-size: 1rem;
}

.approach-flow svg {
  width: 62px;
  height: 62px;
  margin: 14px auto 18px;
  fill: none;
  stroke: #8090ad;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.flow-center {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #041334) !important;
}

.flow-center h3,
.flow-center p {
  color: #fff;
}

.radar {
  display: grid;
  width: 130px;
  height: 130px;
  margin: 0 auto 12px;
  place-items: center;
  background:
    radial-gradient(circle, transparent 0 34%, rgba(255, 255, 255, 0.9) 35% 36%, transparent 37% 100%),
    conic-gradient(from 22deg, #fff 0 12%, transparent 12% 25%, #fff 25% 37%, transparent 37% 50%, #fff 50% 62%, transparent 62% 75%, #fff 75% 87%, transparent 87%);
  border-radius: 50%;
}

.radar img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
}

.flow-arrow {
  color: var(--navy);
  font-size: 3.8rem;
  line-height: 1;
}

.negative-list,
.positive-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #162a54;
  font-size: 0.9rem;
  text-align: left;
}

.negative-list li::before {
  color: var(--red);
  content: "× ";
  font-weight: 900;
}

.positive-list li::before {
  color: #008c45;
  content: "✓ ";
  font-weight: 900;
}

.section-kicker {
  align-self: start;
}

.section-kicker h2 {
  max-width: 360px;
}

.uses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.uses-grid article {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
  min-height: 230px;
  padding: 22px 20px;
  color: var(--navy);
  background: #f7f9fc;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.08);
  text-align: left;
}

.uses-grid svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.uses-grid article:nth-child(odd) svg {
  color: var(--red);
}

.uses-grid h3 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.18;
}

.uses-grid p {
  margin-bottom: 0;
  color: #17284f;
  font-size: 0.93rem;
}

.audience-section {
  margin-top: clamp(34px, 5vw, 62px);
  padding: clamp(26px, 4vw, 42px);
}

.audience-section > h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.audience-grid article {
  min-height: 170px;
  padding: 14px clamp(18px, 3vw, 36px);
  border-left: 1px solid var(--line);
  text-align: center;
}

.audience-grid article:first-child {
  border-left: 0;
}

.audience-grid svg,
.audience-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  place-items: center;
  color: var(--navy);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.audience-symbol {
  border: 2px solid var(--navy);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1;
}

.audience-grid h3 {
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.18;
  text-transform: uppercase;
}

.audience-grid p {
  margin: 0;
  color: #17284f;
  font-size: 0.9rem;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: clamp(34px, 5vw, 60px);
  padding: clamp(34px, 5vw, 54px) clamp(20px, 4vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 92% 20%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(145deg, var(--navy), #020b28);
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
}

.final-cta p {
  max-width: 720px;
  margin-bottom: 0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 4vw, 58px) 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(227, 6, 19, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(56, 189, 248, 0.16), transparent 28%),
    linear-gradient(145deg, #061f52, #020b28);
}

.site-footer::before {
  position: absolute;
  right: 24px;
  top: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.7;
  clip-path: polygon(0 28%, 100% 0, 72% 100%);
  content: "";
}

.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  z-index: 1;
}

.footer-logo {
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.22);
}

.footer-logo img {
  width: 190px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  max-width: 560px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 800;
  line-height: 1.45;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  font-weight: 850;
}

.footer-social .social-link {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.footer-social .social-link:hover {
  border-color: rgba(227, 6, 19, 0.85);
  background: rgba(227, 6, 19, 0.2);
}

.footer-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  font-style: normal;
}

.footer-contact span,
.footer-contact a {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 112px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.footer-contact strong {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-contact a {
  font-weight: 800;
}

.footer-contact a:hover {
  border-color: rgba(227, 6, 19, 0.75);
  background: rgba(227, 6, 19, 0.14);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a.active {
  color: #fff;
  border-color: rgba(227, 6, 19, 0.85);
  background: rgba(227, 6, 19, 0.2);
}

.modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 11, 40, 0.68);
  backdrop-filter: blur(10px);
}

.contact-modal__panel {
  position: relative;
  width: min(100%, 980px);
  max-height: min(92vh, 900px);
  overflow: auto;
  padding: clamp(22px, 4vw, 38px);
  background:
    radial-gradient(circle at 92% 10%, rgba(6, 31, 82, 0.08), transparent 28%),
    #fff;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(2, 11, 40, 0.38);
  transform: translateY(12px);
  transition: transform 180ms ease;
}

.contact-modal.is-open .contact-modal__panel {
  transform: translateY(0);
}

.contact-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--navy);
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.contact-modal__intro {
  max-width: 680px;
  margin-bottom: 24px;
}

.contact-modal__intro h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.contact-modal__intro h2 span {
  color: var(--red);
}

.contact-modal__intro p:not(.eyebrow) {
  margin-bottom: 0;
  color: #17284f;
}

.contact-form__required-note {
  margin-top: 12px;
  color: #52627d !important;
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-form__required-note span,
.contact-form label em {
  color: var(--red);
  font-style: normal;
  font-weight: 950;
}

.contact-form {
  display: grid;
  gap: 18px;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd8e8;
  border-radius: 6px;
  font: inherit;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--navy);
  outline: 3px solid rgba(6, 31, 82, 0.12);
}

.contact-form__rgpd {
  max-height: 150px;
  overflow: auto;
  padding: 14px;
  color: #344563;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.78rem;
  line-height: 1.48;
}

.contact-form__rgpd p {
  margin-bottom: 10px;
}

.contact-form__rgpd p:last-child {
  margin-bottom: 0;
}

.contact-form__rgpd a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 3px;
}

.contact-form__consent {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: #17284f !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.contact-form__consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--red);
}

.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-form__actions button:disabled {
  cursor: progress;
  opacity: 0.68;
}

.contact-form__status {
  min-height: 22px;
  margin: -4px 0 0;
  color: #17284f;
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form__status.is-success {
  color: #007a3d;
}

.contact-form__status.is-error {
  color: var(--red-dark);
}

.offer-page {
  background:
    radial-gradient(circle at 92% 12%, rgba(6, 31, 82, 0.05), transparent 25%),
    #fff;
}

.offer-page .site-header {
  background: rgba(255, 255, 255, 0.97);
}

.offer-mock-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(44px, 6vw, 70px) clamp(20px, 4vw, 58px) clamp(30px, 5vw, 54px);
  border-bottom: 1px solid rgba(220, 227, 239, 0.75);
}

.offer-mock-hero h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.65rem, 4.4vw, 4.95rem);
  font-weight: 900;
  letter-spacing: 0;
}

.offer-mock-hero__copy > p {
  max-width: 650px;
  color: #142856;
}

.offer-lead {
  font-size: clamp(1.04rem, 1.2vw, 1.18rem);
  font-weight: 650;
}

.offer-proof {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 4px solid var(--red);
  color: var(--navy);
  font-weight: 900;
}

.actilium-model {
  justify-self: center;
  width: min(100%, 640px);
}

.actilium-model__label {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.actilium-model__orbit {
  position: relative;
  display: grid;
  width: min(100%, 590px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
  border: 2px dashed rgba(6, 31, 82, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 20%, rgba(245, 247, 251, 0.85) 20.3% 43%, transparent 43.4%),
    radial-gradient(circle, transparent 0 39%, rgba(6, 31, 82, 0.26) 39.2% 39.7%, transparent 40%),
    radial-gradient(circle, rgba(6, 31, 82, 0.055), transparent 66%);
}

.actilium-model__orbit::before,
.actilium-model__orbit::after {
  position: absolute;
  width: 1px;
  height: 44%;
  top: 27%;
  left: 50%;
  background: linear-gradient(rgba(6, 31, 82, 0.25), rgba(6, 31, 82, 0.03));
  content: "";
  transform-origin: bottom center;
}

.actilium-model__orbit::before {
  transform: rotate(122deg);
}

.actilium-model__orbit::after {
  transform: rotate(238deg);
}

.actilium-model__context {
  position: absolute;
  top: 8%;
  display: grid;
  gap: 2px;
  color: var(--navy);
  text-align: center;
  z-index: 2;
}

.actilium-model__context strong {
  font-size: 1rem;
}

.actilium-model__context span {
  font-size: 0.72rem;
  font-weight: 800;
}

.actilium-model__core {
  position: relative;
  z-index: 4;
  display: grid;
  width: 154px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #020b28);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(6, 31, 82, 0.22);
  text-align: center;
}

.actilium-model__core span {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.1;
}

.actilium-model__core svg {
  width: 52px;
  height: 36px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.actilium-model__core svg path:last-child {
  stroke: var(--red);
}

.model-node {
  position: absolute;
  z-index: 3;
  width: 184px;
  color: var(--navy);
}

.model-node--value {
  top: 22%;
  right: -1%;
}

.model-node--cost {
  left: 3%;
  bottom: 14%;
}

.model-node--risk {
  right: -1%;
  bottom: 14%;
}

.node-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin-bottom: 10px;
  color: var(--navy);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(6, 31, 82, 0.18);
}

.node-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.model-node strong {
  display: block;
  font-size: 1.1rem;
}

.model-node p {
  margin: 2px 0 0;
  color: #1b2d58;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.offer-includes,
.offer-process,
.offer-deliverables-mock {
  padding: clamp(34px, 5vw, 58px) clamp(20px, 4vw, 58px) 0;
}

.offer-includes h2,
.offer-process h2,
.offer-deliverables-mock h2 {
  margin-bottom: 24px;
  text-align: center;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
  font-weight: 900;
}

.offer-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.offer-card-grid article {
  min-height: 245px;
  padding: clamp(22px, 3vw, 30px);
  background: #fff;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 15px 34px rgba(6, 31, 82, 0.08);
}

.offer-card-grid svg {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.offer-card-grid article:nth-child(1) svg,
.offer-card-grid article:nth-child(4) svg {
  stroke: var(--red);
}

.offer-card-grid h3 {
  max-width: 280px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.18;
}

.offer-card-grid p {
  margin: 0;
  color: #17284f;
  font-size: 0.95rem;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.process-line li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  color: #17284f;
  text-align: center;
}

.process-line li:not(:last-child)::after {
  position: absolute;
  top: 25px;
  left: calc(50% + 28px);
  width: calc(100% - 20px);
  border-top: 2px dashed rgba(6, 31, 82, 0.28);
  content: "";
}

.process-line li:not(:last-child)::before {
  position: absolute;
  top: 20px;
  right: -18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(6, 31, 82, 0.42);
  border-right: 2px solid rgba(6, 31, 82, 0.42);
  content: "";
  transform: rotate(45deg);
}

.process-line span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(6, 31, 82, 0.16);
  font-weight: 900;
}

.process-line strong {
  min-height: 50px;
  color: var(--navy);
  font-size: 0.92rem;
  line-height: 1.18;
}

.process-line p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 650;
}

.deliverables-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.37fr) minmax(0, 0.63fr);
  gap: 18px;
  align-items: stretch;
}

.deliverables-list,
.deliverables-dashboard {
  background: #fff;
  border: 1px solid rgba(220, 227, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 31, 82, 0.08);
}

.deliverables-list {
  padding: 24px;
}

.deliverables-list ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverables-list li {
  position: relative;
  padding: 14px 0 14px 46px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 850;
}

.deliverables-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--red);
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 50%;
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
}

.deliverables-list p {
  margin: 28px 0 0;
  padding: 18px 20px 18px 56px;
  color: var(--navy);
  background: #f4f7fc;
  border-radius: 8px;
  font-weight: 850;
}

.deliverables-dashboard {
  display: grid;
  grid-template-columns: 66px 1fr;
  overflow: hidden;
}

.deliverables-dashboard nav {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: center;
  background: linear-gradient(180deg, var(--navy), #03143a);
}

.deliverables-dashboard nav span {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
}

.deliverables-dashboard nav span:nth-child(2),
.deliverables-dashboard nav span:nth-child(4) {
  border-radius: 50%;
}

.dashboard-content {
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) minmax(250px, 0.64fr);
  gap: 14px;
  padding: 20px;
}

.metric-column {
  display: grid;
  gap: 12px;
}

.metric-column article,
.matrix-panel,
.trend-panel,
.net-panel {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.metric-column span,
.net-panel span {
  display: block;
  color: #52627d;
  font-size: 0.72rem;
  font-weight: 900;
}

.metric-column strong,
.net-panel strong {
  color: var(--navy);
  font-size: 1.48rem;
}

.metric-column svg {
  width: 100%;
  height: 38px;
  fill: none;
  stroke: var(--red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.metric-column article:nth-child(2) svg {
  stroke: #375aa7;
}

.matrix-panel {
  min-height: 260px;
}

.matrix-panel h3,
.trend-panel h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 0.9rem;
}

.risk-matrix {
  position: relative;
  min-height: 165px;
  border-left: 1px solid #c9d4e6;
  border-bottom: 1px solid #c9d4e6;
  background:
    linear-gradient(#eef2f8 1px, transparent 1px),
    linear-gradient(90deg, #eef2f8 1px, transparent 1px);
  background-size: 50% 50%;
}

.dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.dot.low,
.matrix-legend .low {
  background: #b9c3d4;
}

.dot.watch,
.matrix-legend .watch {
  background: var(--navy);
}

.dot.high,
.matrix-legend .high {
  background: var(--red);
}

.matrix-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  color: #52627d;
  font-size: 0.72rem;
  font-weight: 850;
}

.matrix-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.matrix-legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.trend-panel {
  grid-column: 1 / 2;
}

.trend-panel svg {
  width: 100%;
  height: 100px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.trend-value {
  stroke: #375aa7;
}

.trend-cost {
  stroke: var(--red);
  stroke-dasharray: 7 7;
}

.net-panel {
  display: grid;
  align-content: center;
}

.mini-bars {
  display: flex;
  gap: 5px;
  align-items: end;
  height: 44px;
  margin-top: 12px;
}

.mini-bars i {
  flex: 1;
  background: #d7deeb;
  border-radius: 2px 2px 0 0;
}

.mini-bars i:nth-child(1) { height: 28%; }
.mini-bars i:nth-child(2) { height: 42%; }
.mini-bars i:nth-child(3) { height: 34%; }
.mini-bars i:nth-child(4) { height: 58%; }
.mini-bars i:nth-child(5) { height: 76%; }
.mini-bars i:nth-child(6) { height: 64%; }
.mini-bars i:nth-child(7) { height: 88%; }

.offer-final-band {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin: clamp(38px, 5vw, 60px) clamp(20px, 4vw, 58px);
  padding: clamp(30px, 4vw, 44px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(227, 6, 19, 0.2), transparent 25%),
    linear-gradient(145deg, var(--navy), #020b28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 31, 82, 0.16);
}

.offer-final-band h2 {
  margin-bottom: 8px;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 900;
}

.offer-final-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 650;
}

.target-visual {
  position: relative;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
}

.target-visual span {
  position: absolute;
  border: 7px solid #fff;
  border-radius: 50%;
}

.target-visual span:nth-child(1) {
  inset: 0;
}

.target-visual span:nth-child(2) {
  inset: 25px;
}

.target-visual span:nth-child(3) {
  inset: 50px;
}

.target-visual i {
  position: absolute;
  right: 7px;
  top: 10px;
  width: 66px;
  height: 9px;
  background: var(--red);
  transform: rotate(-42deg);
}

.target-visual i::after {
  position: absolute;
  right: -10px;
  top: -8px;
  border-left: 20px solid var(--red);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
}

.footer-social--standalone {
  justify-self: end;
}

.button-ghost {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}

@media (max-width: 1160px) {
  .site-header {
    grid-template-columns: 200px 1fr;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    justify-content: end;
    overflow-x: auto;
  }

  .asset-hero,
  .mock-hero,
  .positioning-story,
  .asset-model-section,
  .portfolio-section,
  .model-card,
  .approach-section,
  .uses-section,
  .legal-hero,
  .offer-hero,
  .offer-problem,
  .offer-model,
  .offer-steps,
  .offer-format,
  .offer-deliverables,
  .offer-decisions,
  .offer-audience--compact {
    grid-template-columns: 1fr;
  }

  .portfolio-visual {
    max-width: 960px;
    width: 100%;
  }

  .dashboard-grid,
  .dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .hero-diagram {
    grid-template-columns: minmax(280px, 1fr) minmax(160px, 0.45fr);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-diagram {
    justify-self: center;
    max-width: 820px;
  }

  .hero-diagram {
    grid-template-columns: minmax(320px, 1fr) minmax(180px, 0.45fr);
  }

}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nav-links {
    justify-content: start;
    padding-bottom: 4px;
  }

  .hero-diagram,
  .approach-flow,
  .positioning-band,
  .asset-audience,
  .positioning-story,
  .before-after__grid,
  .final-cta,
  .footer-main,
  .footer-contact {
    grid-template-columns: 1fr;
  }

  .positioning {
    max-width: none;
  }

  .flow-arrow {
    display: none;
  }

  .uses-grid,
  .audience-grid,
  .portfolio-board,
  .model-equation,
  .portfolio-steps,
  .usage-verbs,
  .insight-band > div,
  .dimension-row,
  .use-card-grid,
  .mock-audience__grid,
  .offer-model__dimensions,
  .asset-flow,
  .offer-package__items,
  .format-grid,
  .offer-step-grid,
  .deliverable-cards,
  .deliverable-list,
  .decision-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .model-equation > strong {
    display: none;
  }

  .before-after__grid > span {
    justify-self: center;
    transform: rotate(90deg);
  }

  .audience-tags {
    justify-content: flex-start;
  }

  .asset-flow {
    grid-template-columns: 1fr;
  }

  .asset-flow__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .uses-grid article,
  .audience-grid article {
    border: 0;
    border-top: 1px solid var(--line);
  }

  .model-dimensions {
    grid-template-columns: 1fr;
  }

  .model-dimensions article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-block: 24px;
  }

  .model-dimensions article:first-child {
    border-top: 0;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .footer-contact span,
  .footer-contact a {
    min-height: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .asset-hero,
  .mock-hero,
  .positioning-band,
  .positioning-story,
  .asset-model-section,
  .portfolio-section,
  .asset-usages,
  .legal-hero,
  .offer-hero,
  .offer-problem,
  .offer-model,
  .offer-steps,
  .offer-format,
  .offer-deliverables,
  .offer-decisions,
  .legal-content,
  .approach-section,
  .uses-section,
  .final-cta,
  .site-footer {
    padding-inline: 16px;
  }

  .model-card,
  .audience-section {
    margin-inline: 16px;
    padding: 22px 16px;
  }

  .uses-grid,
  .audience-grid,
  .portfolio-board,
  .portfolio-axis,
  .model-equation,
  .portfolio-steps,
  .usage-verbs,
  .insight-band > div,
  .dimension-row,
  .use-card-grid,
  .mock-audience__grid,
  .offer-model__dimensions,
  .asset-flow,
  .offer-package__items,
  .format-grid,
  .offer-step-grid,
  .deliverable-cards,
  .deliverable-list,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .mock-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .matrix {
    min-height: 220px;
  }

  .model-focus__dimensions {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-audience {
    margin-inline: 16px;
    padding: 22px 16px;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .venn {
    width: min(100%, 340px);
  }

  .venn-core {
    width: 60px;
    height: 60px;
  }

  .venn-core img {
    width: 42px;
    height: 42px;
  }

  .button,
  .header-cta,
  .cta-actions {
    width: 100%;
  }

  .contact-modal {
    align-items: stretch;
    padding: 0;
  }

  .contact-modal__panel {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__actions,
  .contact-form__actions .button {
    width: 100%;
  }
}

@media (max-width: 1160px) {
  .offer-mock-hero,
  .deliverables-layout,
  .offer-final-band {
    grid-template-columns: 1fr;
  }

  .actilium-model {
    width: min(100%, 680px);
  }

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

  .process-line {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
  }

  .process-line li::before,
  .process-line li::after {
    display: none;
  }

  .offer-final-band .button {
    width: fit-content;
  }
}

@media (max-width: 900px) {
  .offer-mock-hero {
    padding-top: 34px;
  }

  .actilium-model__orbit {
    border-style: solid;
  }

  .model-node {
    width: 152px;
  }

  .model-node--value {
    right: 2%;
  }

  .model-node--cost {
    left: 3%;
  }

  .model-node--risk {
    right: 2%;
  }

  .node-icon {
    width: 62px;
    height: 62px;
  }

  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-content {
    grid-template-columns: 1fr;
  }

  .trend-panel {
    grid-column: auto;
  }

  .footer-social--standalone {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .offer-mock-hero,
  .offer-includes,
  .offer-process,
  .offer-deliverables-mock {
    padding-inline: 16px;
  }

  .offer-mock-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.3rem);
  }

  .offer-card-grid,
  .process-line {
    grid-template-columns: 1fr;
  }

  .offer-card-grid article {
    min-height: auto;
  }

  .actilium-model__orbit {
    width: min(100%, 420px);
  }

  .actilium-model__context {
    top: 4%;
  }

  .actilium-model__core {
    width: 124px;
    padding: 16px;
  }

  .actilium-model__core span {
    font-size: 0.86rem;
  }

  .actilium-model__core svg {
    width: 42px;
  }

  .model-node {
    width: 116px;
  }

  .model-node strong {
    font-size: 0.92rem;
  }

  .model-node p {
    display: none;
  }

  .model-node--value {
    top: 23%;
    right: 0;
  }

  .model-node--cost {
    left: 1%;
    bottom: 12%;
  }

  .model-node--risk {
    right: 0;
    bottom: 12%;
  }

  .node-icon {
    width: 54px;
    height: 54px;
  }

  .node-icon svg {
    width: 27px;
    height: 27px;
  }

  .deliverables-dashboard {
    grid-template-columns: 1fr;
  }

  .deliverables-dashboard nav {
    display: none;
  }

  .dashboard-content {
    padding: 14px;
  }

  .offer-final-band {
    margin-inline: 16px;
    padding: 26px 20px;
  }

  .offer-final-band .button {
    width: 100%;
  }

  .target-visual {
    width: 94px;
    height: 94px;
  }

  .target-visual span {
    border-width: 5px;
  }

  .target-visual span:nth-child(2) {
    inset: 20px;
  }

  .target-visual span:nth-child(3) {
    inset: 40px;
  }
}

.offer-page-v2 {
  background: #fff;
}

.offer-v2-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(46px, 6vw, 78px) clamp(20px, 4vw, 58px) clamp(28px, 4vw, 48px);
  border-bottom: 1px solid rgba(220, 227, 239, 0.85);
}

.offer-v2-hero h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.75rem, 4.8vw, 5.25rem);
  font-weight: 900;
  letter-spacing: 0;
}

.offer-v2-hero__copy > p {
  max-width: 640px;
  color: #142856;
}

.offer-v2-hero__copy strong {
  color: var(--navy);
}

.offer-v2-lead {
  color: var(--navy);
  font-size: clamp(1.08rem, 1.25vw, 1.26rem);
  font-weight: 850;
}

.offer-v2-model {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(6, 31, 82, 0.16);
}

.offer-v2-model img {
  width: 100%;
  height: auto;
}

.offer-v2-process,
.offer-v2-deliverables,
.offer-v2-support,
.offer-v2-commitments {
  padding: clamp(30px, 5vw, 50px) clamp(20px, 4vw, 58px) 0;
}

.offer-v2-process h2 span,
.offer-v2-deliverables h2 span,
.offer-v2-commitments h2 span {
  color: var(--red);
}

.offer-v2-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.offer-v2-steps li {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 360px;
  padding: 38px 18px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 31, 82, 0.06);
}

.offer-v2-steps li:not(:last-child)::after {
  position: absolute;
  top: 82px;
  right: -24px;
  width: 20px;
  border-top: 2px dashed rgba(6, 31, 82, 0.38);
  content: "";
}

.offer-v2-steps li > span {
  position: absolute;
  top: -22px;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(6, 31, 82, 0.18);
  font-weight: 900;
  transform: translateX(-50%);
}

.offer-v2-steps svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 2px;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.offer-v2-steps h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.22;
}

.offer-v2-steps p {
  margin: 0;
  color: #17284f;
  font-size: 0.86rem;
}

.offer-v2-steps strong {
  align-self: end;
  margin-top: 6px;
  padding: 14px 10px;
  color: var(--navy);
  background: #f5f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.offer-v2-deliverables {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  gap: 0;
  margin: clamp(30px, 5vw, 48px) clamp(20px, 4vw, 58px) 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(6, 31, 82, 0.06);
}

.deliverables-intro {
  display: grid;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border-right: 1px solid var(--line);
}

.deliverables-intro h2 {
  margin-bottom: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 900;
}

.deliverables-intro p {
  color: #17284f;
}

.deliverables-intro img {
  width: min(100%, 310px);
  margin-top: 12px;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
}

.deliverables-grid article {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 22px 18px;
  text-align: center;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.deliverables-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: 0 auto;
  color: var(--red);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.deliverables-grid strong {
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.25;
}

.offer-v2-support {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  gap: 0;
  margin: clamp(30px, 5vw, 48px) clamp(20px, 4vw, 58px) 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(6, 31, 82, 0.06);
}

.offer-v2-support aside {
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.offer-v2-support h2,
.offer-v2-commitments h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
}

.offer-v2-support aside p,
.offer-v2-support aside li {
  color: #17284f;
  font-size: 0.92rem;
}

.offer-v2-support aside ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.offer-v2-support aside li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.offer-v2-support aside li::before {
  position: absolute;
  left: 0;
  color: var(--red);
  content: "◎";
  font-weight: 900;
}

.support-table {
  display: grid;
}

.support-head,
.support-table article {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(240px, 0.46fr) minmax(130px, 0.22fr);
}

.support-head {
  color: #fff;
  background: var(--navy);
  font-weight: 900;
}

.support-head span,
.support-table article > * {
  padding: 20px;
  border-left: 1px solid var(--line);
}

.support-table article {
  border-top: 1px solid var(--line);
}

.support-table h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 1rem;
}

.support-table p,
.support-table li {
  color: #17284f;
  font-size: 0.9rem;
}

.support-table ul {
  margin: 0;
  padding-left: 18px;
}

.support-table strong {
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 1.08rem;
  text-align: center;
}

.offer-v2-commitments {
  display: grid;
  grid-template-columns: minmax(170px, 0.18fr) minmax(0, 1fr);
  gap: 0;
  margin: clamp(30px, 5vw, 48px) clamp(20px, 4vw, 58px) 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.offer-v2-commitments h2 {
  margin: 0;
  padding: 32px 22px;
  border-right: 1px solid var(--line);
}

.offer-v2-commitments > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.offer-v2-commitments article {
  padding: 28px 20px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.offer-v2-commitments strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  line-height: 1.25;
}

.offer-v2-commitments p {
  margin: 0;
  color: #17284f;
  font-size: 0.88rem;
}

.offer-final-band-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
}

.offer-final-band-v2 .cta-actions {
  justify-content: end;
}

@media (max-width: 1160px) {
  .offer-v2-hero,
  .offer-v2-deliverables,
  .offer-v2-support,
  .offer-v2-commitments,
  .offer-final-band-v2 {
    grid-template-columns: 1fr;
  }

  .offer-v2-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-v2-steps li:not(:last-child)::after {
    display: none;
  }

  .deliverables-intro,
  .offer-v2-support aside,
  .offer-v2-commitments h2 {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .deliverables-grid,
  .offer-v2-commitments > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-final-band-v2 .cta-actions {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .offer-v2-hero,
  .offer-v2-process {
    padding-inline: 16px;
  }

  .offer-v2-deliverables,
  .offer-v2-support,
  .offer-v2-commitments,
  .offer-final-band-v2 {
    margin-inline: 16px;
  }

  .offer-v2-steps,
  .deliverables-grid,
  .offer-v2-commitments > div {
    grid-template-columns: 1fr;
  }

  .support-head {
    display: none;
  }

  .support-table article {
    grid-template-columns: 1fr;
  }

  .support-table article > * {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .offer-v2-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
  }
}

/* Offer page visual polish */
.offer-page-v2 {
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0 42%, #f7f9fc 42% 100%);
}

.offer-page-v2 .site-header {
  border-bottom-color: rgba(220, 227, 239, 0.72);
}

.offer-page-v2 .eyebrow {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offer-v2-hero {
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  padding-block: clamp(38px, 5vw, 62px);
}

.offer-v2-hero__copy {
  padding-top: 2px;
}

.offer-v2-hero h1 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2.7rem, 4.2vw, 4.35rem);
  line-height: 1.04;
}

.offer-v2-hero__copy > p {
  max-width: 585px;
  color: #17284f;
  font-size: 1rem;
  line-height: 1.62;
}

.offer-v2-lead {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(1.12rem, 1.45vw, 1.42rem);
  line-height: 1.28;
}

.offer-v2-hero .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 28px;
}

.offer-v2-hero .button {
  min-width: 210px;
}

.offer-v2-model {
  justify-self: end;
  width: min(100%, 650px);
  border: 1px solid rgba(220, 227, 239, 0.55);
  box-shadow: 0 20px 48px rgba(6, 31, 82, 0.14);
}

.offer-v2-process,
.offer-v2-deliverables,
.offer-v2-support,
.offer-v2-commitments {
  max-width: 1340px;
  margin-inline: auto;
}

.offer-v2-process {
  padding-top: clamp(34px, 4vw, 52px);
}

.offer-v2-process .section-intro h2,
.offer-v2-deliverables h2,
.offer-v2-support h2,
.offer-v2-commitments h2 {
  color: var(--navy);
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}

.offer-v2-process .section-intro p {
  color: #52627d;
  font-size: 0.98rem;
}

.offer-v2-steps {
  gap: 16px;
  margin-top: 32px;
}

.offer-v2-steps li {
  min-height: 304px;
  gap: 10px;
  padding: 34px 16px 16px;
  border-color: rgba(220, 227, 239, 0.95);
  box-shadow: 0 10px 24px rgba(6, 31, 82, 0.055);
}

.offer-v2-steps li:not(:last-child)::after {
  top: 72px;
  right: -17px;
  width: 16px;
  border-top-color: rgba(6, 31, 82, 0.28);
}

.offer-v2-steps li > span {
  top: -19px;
  width: 42px;
  height: 42px;
  font-size: 0.95rem;
}

.offer-v2-steps svg {
  width: 44px;
  height: 44px;
  color: var(--navy);
  stroke-width: 1.55;
}

.offer-v2-steps h3 {
  min-height: 42px;
  font-size: 0.94rem;
}

.offer-v2-steps p {
  color: #33476f;
  font-size: 0.8rem;
  line-height: 1.48;
}

.offer-v2-steps strong {
  min-height: 58px;
  padding: 11px 9px;
  color: #17284f;
  background: #f7f9fc;
  font-size: 0.73rem;
}

.offer-v2-deliverables,
.offer-v2-support,
.offer-v2-commitments {
  margin-top: clamp(28px, 4vw, 44px);
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 31, 82, 0.055);
}

.deliverables-intro {
  padding: clamp(24px, 2.7vw, 32px);
}

.deliverables-intro h2 {
  position: relative;
  margin-bottom: 18px;
}

.deliverables-intro h2::after,
.offer-v2-support h2::after,
.offer-v2-commitments h2::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 14px;
  background: var(--red);
  content: "";
}

.deliverables-intro p {
  color: #33476f;
  font-size: 0.94rem;
  line-height: 1.58;
}

.deliverables-intro img {
  justify-self: center;
  width: min(100%, 280px);
}

.deliverables-grid article {
  align-content: center;
  min-height: 142px;
  padding: 18px 14px;
}

.deliverables-grid span {
  width: 34px;
  height: 34px;
  background: #f7f9fc;
}

.deliverables-grid strong {
  font-size: 0.84rem;
}

.offer-v2-support aside {
  padding: clamp(24px, 2.7vw, 32px);
}

.offer-v2-support aside p,
.offer-v2-support aside li {
  color: #33476f;
  line-height: 1.5;
}

.support-head span,
.support-table article > * {
  padding: 17px 18px;
}

.support-table h3 {
  font-size: 0.98rem;
}

.support-table p,
.support-table li {
  color: #33476f;
  font-size: 0.84rem;
  line-height: 1.45;
}

.support-table strong {
  font-size: 1rem;
}

.offer-v2-commitments {
  align-items: stretch;
}

.offer-v2-commitments h2 {
  padding: 28px 22px;
}

.offer-v2-commitments article {
  padding: 24px 18px;
}

.offer-v2-commitments strong {
  font-size: 0.92rem;
}

.offer-v2-commitments p {
  color: #33476f;
  font-size: 0.82rem;
  line-height: 1.45;
}

.offer-final-band-v2 {
  max-width: 1340px;
  margin-top: clamp(28px, 4vw, 44px);
  margin-inline: auto;
  padding: clamp(30px, 4vw, 44px) clamp(26px, 4vw, 48px);
  background:
    radial-gradient(circle at 96% 86%, rgba(227, 6, 19, 0.33), transparent 20%),
    linear-gradient(145deg, #061f52, #020b28);
}

.offer-final-band-v2 h2 {
  max-width: 760px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.12;
}

.offer-final-band-v2 p {
  max-width: 700px;
  font-weight: 500;
}

.offer-final-band-v2 .cta-actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.offer-final-band-v2 .button {
  min-width: 310px;
}

@media (max-width: 1160px) {
  .offer-v2-hero {
    grid-template-columns: 1fr;
  }

  .offer-v2-model {
    justify-self: start;
    width: min(100%, 760px);
  }

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

  .offer-v2-steps li {
    min-height: 250px;
  }

  .offer-final-band-v2 {
    margin-inline: clamp(20px, 4vw, 58px);
  }
}

@media (max-width: 760px) {
  .offer-page-v2 .site-header .nav-links {
    flex-wrap: wrap;
    gap: 4px 16px;
    overflow-x: visible;
    white-space: normal;
  }

  .offer-page-v2 .site-header .nav-links a {
    padding: 6px 0;
    font-size: 0.82rem;
  }

  .offer-v2-hero {
    gap: 24px;
    padding-block: 30px;
  }

  .offer-v2-hero h1 {
    font-size: clamp(2.05rem, 8vw, 2.75rem);
    line-height: 1.05;
  }

  .offer-v2-lead {
    font-size: 1.05rem;
  }

  .offer-v2-steps {
    gap: 24px;
  }

  .offer-v2-steps li {
    min-height: auto;
  }

  .deliverables-grid article {
    min-height: 112px;
  }

  .offer-final-band-v2 .button {
    min-width: 0;
  }
}

/* Offer lower sections redesign */
.offer-v2-deliverables {
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 1fr);
  align-items: stretch;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.offer-v2-deliverables .deliverables-intro {
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 14px 32px rgba(6, 31, 82, 0.055);
}

.offer-v2-deliverables .deliverables-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 14px 32px rgba(6, 31, 82, 0.055);
}

.offer-v2-deliverables .deliverables-grid article {
  align-content: start;
  min-height: 188px;
  padding: 26px;
  text-align: left;
  border-left: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-v2-deliverables .deliverables-grid article:nth-child(2n) {
  border-right: 0;
}

.offer-v2-deliverables .deliverables-grid span {
  margin: 0;
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.offer-v2-deliverables .deliverables-grid strong {
  font-size: 1.04rem;
}

.offer-v2-deliverables .deliverables-grid p {
  margin: 0;
  color: #33476f;
  font-size: 0.88rem;
  line-height: 1.48;
}

.offer-v2-support {
  grid-template-columns: minmax(260px, 0.28fr) minmax(0, 1fr);
  gap: 22px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.offer-v2-support aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(6, 31, 82, 0.055);
}

.offer-v2-support aside h2 {
  max-width: 100%;
  font-size: clamp(1.45rem, 1.65vw, 1.78rem);
  line-height: 1.08;
  overflow-wrap: normal;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.support-cards article {
  display: grid;
  gap: 13px;
  align-content: start;
  min-height: 100%;
  padding: 26px 24px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(6, 31, 82, 0.055);
}

.support-cards article:nth-child(3) {
  border-color: rgba(227, 6, 19, 0.28);
  box-shadow: 0 18px 38px rgba(6, 31, 82, 0.085);
}

.support-cards span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.support-cards h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem;
}

.support-cards p {
  margin: 0;
  color: #33476f;
  font-size: 0.89rem;
  line-height: 1.5;
}

.support-cards ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 14px 0 0;
  color: #283b64;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  line-height: 1.35;
  list-style: none;
}

.support-cards li {
  position: relative;
  padding-left: 18px;
}

.support-cards li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--red);
  border-radius: 50%;
}

.support-cards strong {
  align-self: end;
  margin-top: 6px;
  padding-top: 14px;
  color: var(--red);
  border-top: 1px solid var(--line);
  font-size: 0.98rem;
}

.support-rows {
  grid-template-columns: 1fr;
  gap: 12px;
}

.support-rows article {
  grid-template-columns: 48px minmax(180px, 1fr) minmax(210px, 0.9fr) minmax(150px, 0.42fr);
  align-items: center;
  gap: 20px;
  min-height: 0;
  padding: 22px 24px;
}

.support-rows article:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(227, 6, 19, 0.045), transparent 45%),
    #fff;
}

.support-rows span {
  width: 44px;
  height: 44px;
}

.support-rows h3 {
  font-size: 1.22rem;
}

.support-rows p {
  margin-top: 6px;
}

.support-rows ul {
  margin: 0;
  padding: 0 0 0 18px;
  border-top: 0;
}

.support-rows strong {
  align-self: stretch;
  display: grid;
  place-content: center start;
  margin: 0;
  padding: 0 0 0 18px;
  border-top: 0;
  border-left: 1px solid var(--line);
  line-height: 1.35;
}

.offer-v2-commitments {
  grid-template-columns: 1fr;
  padding: clamp(26px, 4vw, 38px);
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 98% 100%, rgba(227, 6, 19, 0.28), transparent 20%),
    linear-gradient(145deg, var(--navy), #020b28);
  box-shadow: 0 18px 42px rgba(6, 31, 82, 0.15);
}

.offer-v2-commitments .commitments-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.offer-v2-commitments h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  border: 0;
}

.offer-v2-commitments h2::after {
  background: var(--red);
}

.offer-v2-commitments .commitments-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.offer-v2-commitments > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.offer-v2-commitments article {
  padding: 24px 18px 0;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.offer-v2-commitments article:first-child {
  border-left: 0;
}

.offer-v2-commitments strong {
  color: #fff;
  font-size: 1rem;
}

.offer-v2-commitments p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

@media (max-width: 1160px) {
  .offer-v2-deliverables,
  .offer-v2-support,
  .offer-v2-commitments .commitments-heading {
    grid-template-columns: 1fr;
  }

  .offer-v2-deliverables .deliverables-intro {
    border-right: 1px solid var(--line);
    border-radius: 8px 8px 0 0;
  }

  .offer-v2-deliverables .deliverables-grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0 0 8px 8px;
  }

  .offer-v2-deliverables .deliverables-grid article:nth-child(2n) {
    border-right: 0;
  }

  .support-cards,
  .offer-v2-commitments > div:last-child {
    grid-template-columns: 1fr;
  }

  .support-rows article {
    grid-template-columns: 48px minmax(0, 1fr) minmax(180px, 0.72fr);
  }

  .support-rows ul {
    grid-column: 2 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 16px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }

  .support-rows strong {
    grid-column: 3;
    grid-row: 1;
  }

  .offer-v2-commitments article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .offer-v2-commitments article:first-child {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .offer-v2-deliverables .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .offer-v2-deliverables .deliverables-grid article,
  .offer-v2-deliverables .deliverables-grid article:nth-child(2n) {
    border-right: 0;
    min-height: auto;
    padding: 22px;
  }

  .support-cards article {
    padding: 20px;
  }

  .support-rows article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .support-rows article > div,
  .support-rows ul,
  .support-rows strong {
    grid-column: 1 / -1;
  }

  .support-rows ul {
    grid-template-columns: 1fr;
    padding-top: 12px;
  }

  .support-rows strong {
    grid-row: auto;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .offer-v2-commitments {
    padding: 24px 20px;
  }
}
