:root {
  --brand: #f19720;
  --brand-dark: #c36f05;
  --ink: #0a0a0a;
  --muted: #687174;
  --line: #dfe3e4;
  --soft: #f5f5f5;
  --dark: #111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 96px;
  padding: 20px clamp(22px, 5vw, 58px);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.logo-link img {
  display: block;
  width: min(245px, 45vw);
}

.main-nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 26px;
}

.main-nav a,
.header-phone {
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a:hover,
.header-phone:hover {
  color: var(--brand);
}

.header-phone {
  color: var(--brand);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
}

p,
a,
span {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.btn::after {
  content: "›";
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 0.8;
}

/* Modern Empower Academy layout */
.modern-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(241, 151, 32, 0.14), transparent 34rem),
    linear-gradient(180deg, #fbfbfa 0%, #f6f7f7 100%);
}

.modern-page .site-header {
  width: min(1320px, calc(100% - 56px));
  min-height: 82px;
  margin: 18px auto 0;
  padding: 15px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(18, 24, 28, 0.08);
  backdrop-filter: blur(18px);
}

.modern-page .logo-link img {
  width: clamp(170px, 21vw, 230px);
}

.modern-page .header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid var(--brand);
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  text-align: center;
}

.modern-page .header-phone::after {
  content: "›";
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 0.8;
}

.modern-page .header-phone:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.m-shell {
  width: min(1320px, calc(100% - 56px));
  margin-inline: auto;
}

.m-eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.m-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(34px, 7vw, 82px);
  align-items: center;
  padding: clamp(72px, 8vw, 116px) 0 58px;
}

.m-hero-copy,
.m-hero-card {
  min-width: 0;
}

.m-hero h1,
.m-section h2,
.m-module-section h2,
.m-contact h2 {
  margin: 0;
  color: var(--ink);
  line-height: 1.02;
  letter-spacing: 0;
}

.m-hero h1 {
  max-width: 850px;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.m-section h2,
.m-module-section h2,
.m-contact h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.m-lead,
.m-section-head p,
.m-investment p,
.m-contact p,
.m-note {
  color: var(--muted);
  font-size: 1.03rem;
}

.m-lead {
  max-width: 680px;
  margin-top: 26px;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.m-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.m-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.m-hero-trust li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f696c;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 10px 28px rgba(18, 24, 28, 0.06);
}

.m-hero-trust li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--brand);
}

.m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 13px 20px 13px 22px;
  border: 1px solid var(--brand);
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.m-btn::after {
  content: "›";
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 0.8;
}

.m-btn:hover {
  transform: translateY(-2px);
  background: #000;
  border-color: #000;
  color: #fff;
}

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

.m-btn-secondary {
  background: #fff;
  color: var(--brand);
}

.decision-card-dark .m-btn-primary:hover,
.m-module-section .m-btn-primary:hover,
.m-calculator .m-btn-primary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.m-hero-card {
  position: relative;
  min-height: 560px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.m-hero-image {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
  min-height: 524px;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0.02)),
    image-set(
      url("hero-copilot-adoption.webp") type("image/webp"),
      url("hero-copilot-adoption.jpg") type("image/jpeg")
    );
  background-position: center;
  background-size: cover;
}

.academy-visual {
  width: 100%;
  height: auto;
  min-height: 524px;
  object-fit: cover;
  display: none;
}

.m-console {
  display: none;
  position: absolute;
  right: -18px;
  bottom: 42px;
  width: min(380px, calc(100% - 36px));
  padding: 26px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.m-console span,
.m-proof span,
.m-module-list span,
.m-pricing-grid span,
.m-price-stack span {
  display: block;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.m-console strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.18;
}

.m-bars {
  display: grid;
  gap: 11px;
  margin-top: 22px;
}

.m-bars i {
  height: 10px;
  background: linear-gradient(90deg, var(--brand) var(--value), #e9ecec var(--value));
}

.m-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
  margin-top: clamp(24px, 4vw, 52px);
}

.m-proof article,
.m-hover-grid article,
.m-module-list article,
.m-pricing-grid article {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.m-proof article {
  min-height: 250px;
  padding: clamp(26px, 2.6vw, 34px);
}

.m-proof article:hover,
.m-hover-grid article:hover,
.m-module-list article:hover,
.m-pricing-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 151, 32, 0.45);
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.m-proof strong {
  display: block;
  margin: 16px 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.28;
}

.m-proof p,
.m-hover-grid p,
.m-accordion p,
.m-pricing-grid em {
  color: var(--muted);
}

.m-decision {
  padding-top: clamp(42px, 6vw, 82px);
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 18px;
}

.decision-card {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 24, 28, 0.08);
}

.decision-card-dark {
  background: #111;
  color: #fff;
}

.decision-card span {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-card h3 {
  max-width: 680px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.06;
}

.decision-card p,
.decision-card li {
  color: var(--muted);
  line-height: 1.55;
}

.decision-card-dark p,
.decision-card-dark li {
  color: rgba(255, 255, 255, 0.78);
}

.decision-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-card li {
  position: relative;
  padding-left: 20px;
}

.decision-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--brand);
}

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

.decision-price-row div {
  padding: 18px;
  border-radius: 10px;
  background: var(--soft);
}

.decision-price-row small {
  display: block;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-price-row strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.decision-card .m-btn {
  justify-self: start;
}

.license-panel {
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid rgba(241, 151, 32, 0.26);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(241, 151, 32, 0.1), rgba(255, 255, 255, 0.92));
  box-shadow: 0 16px 42px rgba(18, 24, 28, 0.07);
}

.license-panel span {
  display: block;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.license-panel strong {
  display: block;
  max-width: 880px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.16;
}

.license-panel p {
  max-width: 940px;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.m-cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 24, 28, 0.08);
}

.m-cta-strip span {
  display: block;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.m-cta-strip strong {
  display: block;
  max-width: 780px;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.32;
}

.m-cta-strip .m-btn {
  white-space: nowrap;
}

.m-cta-strip-dark {
  background: #111;
  color: #fff;
}

.m-cta-strip-dark strong {
  color: #fff;
}

.m-cta-strip-dark .m-btn-primary:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.m-section {
  padding: clamp(88px, 10vw, 148px) 0;
}

.m-seo-intent,
.m-search-fit,
.m-module-section,
.m-section:has(.m-hover-grid) {
  display: none;
}

.m-section-head {
  max-width: 920px;
  margin-bottom: clamp(42px, 5vw, 64px);
}

.m-section-head p {
  margin-top: 18px;
}

.m-hover-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
}

.seo-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 32px);
}

.search-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
}

.adoption-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
}

.m-hover-grid article {
  min-height: 260px;
  padding: clamp(26px, 2.6vw, 34px);
}

.seo-intent-grid article {
  min-height: 270px;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.04);
}

.search-fit-grid article {
  min-height: 260px;
  padding: clamp(26px, 2.8vw, 36px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.04);
}

.search-fit-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-fit-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.search-fit-grid p {
  color: var(--muted);
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 70px);
  margin-top: clamp(26px, 4vw, 44px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #111;
  color: #fff;
  box-shadow: 0 26px 70px rgba(18, 24, 28, 0.12);
}

.trust-panel span {
  display: block;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-panel strong {
  display: block;
  max-width: 680px;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.12;
}

.trust-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-panel li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.trust-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

.adoption-program-grid article {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.04);
}

.m-hover-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  background: #111;
  color: #fff;
  font-weight: 800;
}

.m-hover-grid article:hover > span {
  background: var(--brand);
}

.m-module-section {
  padding: clamp(72px, 9vw, 120px) 0;
  background: #111;
}

.m-module-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 80px);
  align-items: start;
}

.m-module-section h2,
.m-module-section .m-section-head p {
  color: #fff;
}

.m-module-list {
  display: grid;
  gap: 14px;
}

.m-module-list article {
  display: grid;
  gap: 6px;
  padding: 22px 24px;
  border-radius: 12px;
  background: #1b1b1b;
  color: #fff;
}

.m-module-list article:hover {
  background: #fff;
  color: var(--ink);
}

.m-module-list strong {
  font-size: 1.1rem;
}

.m-deliverables {
  position: relative;
}

.deliverable-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  grid-auto-rows: auto;
  gap: 16px;
}

.deliverable-card {
  position: relative;
  display: grid;
  gap: 20px;
  min-height: 407px;
  padding: 26px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.deliverable-card:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 151, 32, 0.45);
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.deliverable-card.is-featured {
  background: #111;
  color: #fff;
}

.deliverable-card.is-featured h3,
.deliverable-card.is-featured p,
.deliverable-card.is-featured .deliverable-output strong,
.deliverable-card.is-featured li {
  color: #fff;
}

.deliverable-step {
  display: grid;
  gap: 12px;
}

.deliverable-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.deliverable-step h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.deliverable-card > p {
  color: var(--muted);
}

.deliverable-output {
  align-self: end;
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.deliverable-card.is-featured .deliverable-output {
  border-color: rgba(255, 255, 255, 0.2);
}

.deliverable-output strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.deliverable-output ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.deliverable-output li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.35;
}

.deliverable-card {
  align-content: start;
  height: auto;
}

.deliverable-output li {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: var(--ink);
}

.deliverable-output b {
  display: block;
  color: inherit;
  font-size: 0.94rem;
  line-height: 1.3;
}

.deliverable-output small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.output-mark {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(241, 151, 32, 0.12);
}

.deliverable-value {
  padding: 14px 16px;
  border-left: 4px solid var(--brand);
  border-radius: 0 10px 10px 0;
  background: #f7f7f7;
  color: #303638;
  font-size: 0.84rem;
  line-height: 1.5;
}

.deliverable-card.is-featured .deliverable-output small,
.deliverable-card.is-featured > summary p {
  color: rgba(255, 255, 255, 0.72);
}

.deliverable-card.is-featured .deliverable-value {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@keyframes deliverableReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

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

.m-accordion {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.m-process {
  display: block;
}

.m-process .m-section-head {
  max-width: 980px;
}

.m-process .m-section-head h2 {
  max-width: 980px;
}

.m-process .m-accordion {
  max-width: 980px;
}

.m-process-visual {
  position: relative;
  display: grid;
  align-content: stretch;
  gap: 22px;
  min-height: 100%;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.m-process-visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 7px;
  background: var(--brand);
}

.process-visual-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.process-visual-head p {
  margin: 0;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.process-visual-head strong {
  max-width: 420px;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.process-stage-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-self: stretch;
}

.process-stage-board article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f7f7f7;
}

.process-stage-board article:nth-child(even) {
  background: #fff;
}

.process-stage-board span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.process-stage-board article:nth-child(3) span {
  background: var(--brand);
}

.process-stage-board strong {
  font-size: 1rem;
  line-height: 1.2;
}

.process-stage-board p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.process-orbit {
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(241, 151, 32, 0.42);
}

.process-orbit::before,
.process-orbit::after {
  content: "";
  position: absolute;
  inset: 22%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.process-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  background: #fff;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.process-orbit span:nth-child(1) {
  top: -16px;
  left: 24px;
}

.process-orbit span:nth-child(2) {
  top: 74px;
  right: -18px;
}

.process-orbit span:nth-child(3) {
  right: 36px;
  bottom: -16px;
  background: var(--brand);
  color: #fff;
}

.process-orbit span:nth-child(4) {
  left: -18px;
  bottom: 92px;
}

.process-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin: 132px auto 0;
  max-width: 330px;
  padding: 28px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.process-panel p {
  margin: 0;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.process-panel strong {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.process-flow {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  gap: 8px;
  align-items: center;
}

.process-flow span {
  padding: 10px 8px;
  background: #f5f5f5;
  color: #353b3d;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.process-flow i {
  height: 2px;
  background: var(--brand);
}

.process-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-self: end;
}

.process-metrics article {
  padding: 16px 14px;
  background: #111;
  color: #fff;
}

.process-metrics span {
  display: block;
  color: var(--brand);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.process-metrics small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  line-height: 1.35;
}

.m-accordion details {
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.04);
  overflow: hidden;
}

.m-faq-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 18px;
}

.m-faq-intro article {
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 24, 28, 0.06);
}

.m-faq-intro span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(241, 151, 32, 0.12);
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
}

.m-faq-intro strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.m-faq-intro p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.m-faq .m-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.m-accordion summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 22px 24px;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 800;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}

.m-accordion summary::-webkit-details-marker {
  display: none;
}

.m-accordion summary::after {
  content: "+";
  color: var(--brand);
  font-size: 1.55rem;
  line-height: 1;
}

.m-accordion details[open] summary::after {
  content: "-";
}

.m-accordion summary span {
  display: none;
}

.m-accordion p {
  padding: 0 24px 24px;
}

.m-accordion p + p {
  margin-top: -12px;
}

.m-investment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 34px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.m-investment p {
  max-width: 760px;
  margin-top: 18px;
}

.m-price-stack {
  display: grid;
  gap: 12px;
}

.m-price-stack article {
  padding: 22px;
  border-radius: 12px;
  background: var(--soft);
}

.m-price-stack strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.05;
}

.m-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 18px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #111;
  color: #fff;
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.m-calc-controls {
  display: grid;
  gap: 24px;
}

.m-slider-row {
  display: grid;
  gap: 14px;
}

.m-slider-row > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.m-slider-row label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.m-slider-row strong {
  color: var(--brand);
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1;
}

.m-slider-row input[type="range"] {
  width: 100%;
  height: 8px;
  border-radius: 0;
  accent-color: var(--brand);
  cursor: pointer;
}

.m-calc-hint {
  padding: 14px 16px;
  border-left: 4px solid var(--brand);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.m-calc-result {
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
}

.m-calc-result > span {
  display: block;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.m-calc-result > strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(2.15rem, 4.5vw, 3.25rem);
  line-height: 1;
}

.m-calc-result p {
  margin-top: 12px;
  color: var(--muted);
}

.m-calc-lines {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.m-calc-lines div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.m-calc-lines span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.m-calc-lines strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.3;
}

.adoption-economics {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  margin-top: 8px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
}

.adoption-economics-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: 22px;
  align-items: end;
}

.adoption-economics-head span,
.adoption-economics-copy span {
  display: block;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adoption-economics-head strong {
  display: block;
  max-width: 720px;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.6vw, 2.25rem);
  line-height: 1.08;
}

.adoption-economics-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.adoption-chart {
  position: relative;
  width: min(100%, 920px);
  aspect-ratio: 2.15 / 1;
  margin-inline: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(18, 24, 28, 0.08);
  overflow: hidden;
}

.adoption-chart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.chart-axis {
  stroke: rgba(17, 17, 17, 0.42);
  stroke-width: 2;
}

.chart-bar {
  fill: var(--brand);
}

#effortLine {
  fill: none;
  stroke: #34363a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  filter: drop-shadow(0 8px 12px rgba(17, 17, 17, 0.14));
}

#effortDots circle {
  fill: #34363a;
  stroke: #34363a;
  stroke-width: 2;
}

.chart-month-label {
  fill: var(--ink);
  font-size: 22px;
  font-weight: 500;
  text-anchor: middle;
}

.chart-axis-label {
  fill: var(--ink);
  font-size: 24px;
  font-weight: 800;
  text-anchor: middle;
}

.adoption-month-value {
  display: none;
}

.adoption-month-label {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.adoption-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

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

.adoption-legend i {
  width: 24px;
  height: 7px;
  background: var(--brand);
}

.adoption-legend span:last-child i {
  height: 3px;
  background: var(--ink);
}

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

.adoption-economics-copy article {
  padding: 20px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--ink);
}

.adoption-economics-copy strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.adoption-economics-copy p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.m-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.m-pricing-grid article {
  padding: 24px;
}

.m-pricing-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--brand);
  font-size: 1.8rem;
}

.m-pricing-grid em {
  display: block;
  font-style: normal;
}

.m-note {
  max-width: 820px;
  margin-top: 18px;
  font-size: 0.95rem;
}

#preise > .m-note {
  width: 100%;
  max-width: none;
  line-height: 1.75;
}

.m-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  gap: 34px;
  margin-bottom: clamp(72px, 9vw, 120px);
  padding: clamp(30px, 6vw, 66px);
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
}

.m-contact h2,
.m-contact p,
.m-contact .m-eyebrow {
  color: #fff;
}

.m-contact p {
  max-width: 760px;
  margin-top: 18px;
}

.m-contact-actions {
  display: grid;
  align-content: center;
  gap: 14px;
}

.m-contact-actions .m-btn-primary {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.m-contact-actions .m-btn-primary:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.m-contact-actions a:not(.m-btn) {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.m-contact-actions span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .m-hero,
  .m-module-layout,
  .m-process,
  .m-investment,
  .m-calculator,
  .m-contact {
    grid-template-columns: 1fr;
  }

  .m-process-visual {
    min-height: auto;
  }

  .process-panel {
    margin-top: 92px;
  }

  .adoption-program-grid,
  .adoption-timeline,
  .m-hover-grid,
  .m-proof,
  .search-fit-grid,
  .seo-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  html,
  body,
  .modern-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .m-shell,
  .modern-page .site-header {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .modern-page .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
  }

  .modern-page .logo-link {
    min-width: 0;
  }

  .modern-page .main-nav {
    display: none;
  }

  .modern-page .logo-link img {
    width: min(176px, 48vw);
  }

  .modern-page .header-phone {
    display: none;
  }

  .m-hero {
    display: block;
    padding-top: 48px;
  }

  .m-hero-copy,
  .m-lead {
    width: 100%;
    max-width: min(100%, 342px);
  }

  .m-hero h1 {
    max-width: min(100%, 342px);
    font-size: clamp(1.85rem, 8.4vw, 2.32rem);
    line-height: 1.06;
    overflow-wrap: break-word;
  }

  .m-hero-trust li {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .m-section h2,
  .m-module-section h2,
  .m-contact h2 {
    font-size: clamp(1.9rem, 10vw, 2.55rem);
  }

  .m-hero-card {
    min-height: 430px;
  }

  .m-hero-image {
    min-height: 394px;
  }

  .academy-visual {
    min-height: 394px;
  }

  .m-console {
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }

  .m-process {
    gap: 28px;
  }

  .m-process-visual {
    min-height: auto;
    padding: 22px;
  }

  .m-process-visual::before {
    inset: 22px;
  }

  .process-orbit {
    inset: 42px 32px 116px;
  }

  .process-panel {
    max-width: none;
    margin-top: 122px;
    padding: 22px;
  }

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

  .process-flow i {
    width: 2px;
    height: 20px;
    justify-self: center;
  }

  .process-metrics {
    grid-template-columns: 1fr;
  }

  .m-proof,
  .m-faq-intro,
  .m-faq .m-accordion,
  .adoption-program-grid,
  .adoption-timeline,
  .decision-grid,
  .m-cta-strip,
  .adoption-economics-head,
  .adoption-economics-copy,
  .m-hover-grid,
  .search-fit-grid,
  .seo-intent-grid,
  .deliverable-map,
  .m-pricing-grid {
    grid-template-columns: 1fr;
  }

  .adoption-economics {
    padding: 18px;
  }

  .m-calculator .m-note {
    column-count: 1;
  }

  .decision-card {
    padding: 24px;
  }

  .m-cta-strip {
    align-items: start;
  }

  .m-cta-strip .m-btn {
    justify-self: start;
    white-space: normal;
  }

  .decision-price-row {
    grid-template-columns: 1fr;
  }

  .adoption-chart {
    aspect-ratio: 1.7 / 1;
  }

  .chart-month-label {
    font-size: 24px;
  }

  .adoption-program-grid article,
  .seo-intent-grid article {
    min-height: auto;
  }

  .adoption-timeline div {
    min-height: auto;
    padding: 22px 0 22px 24px;
    border-right: 0;
    border-left: 1px solid var(--line);
  }

  .adoption-timeline div::before {
    top: 28px;
    left: -7px;
  }

  .m-hover-grid article {
    min-height: auto;
  }

  .m-accordion summary {
    align-items: flex-start;
    padding: 20px;
    white-space: normal;
  }

  .m-accordion p {
    padding: 0 20px 22px;
  }
}

/* Strategic IT style footer */
.sit-footer {
  display: block;
  padding: 0;
  background: #000;
  color: #fff;
}

.sit-footer-main {
  width: min(100% - 60px, 1840px);
  margin-inline: auto;
}

.sit-footer-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr 0.9fr 0.9fr;
  gap: clamp(34px, 6vw, 110px);
  padding: clamp(54px, 7vw, 96px) 0 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.sit-footer-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(345px, 22vw);
  height: 1px;
  background: var(--brand);
}

.sit-footer-info {
  padding-top: clamp(54px, 7vw, 96px);
}

.sit-footer-contact .microsoft-partner {
  grid-column: 5;
}

.sit-footer-contact .sit-phone-block {
  grid-column: 3 / 5;
}

.sit-footer h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 600;
  line-height: 1.2;
}

.sit-footer h3 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-weight: 500;
  line-height: 1.2;
}

.sit-footer p {
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.sit-phone-block p {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 10px;
}

.sit-phone-block span {
  min-width: 58px;
  color: #fff;
  font-size: 0.9rem;
}

.sit-phone-block a {
  color: var(--brand);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.microsoft-partner {
  display: block;
  align-self: start;
  max-width: 288px;
}

.microsoft-partner img {
  display: block;
  width: min(100%, 288px);
  height: auto;
}

.ms-mark {
  display: grid;
  grid-template-columns: repeat(2, 23px);
  gap: 3px;
  grid-row: span 2;
  margin-top: 2px;
}

.ms-mark i,
.digital-mark i {
  display: block;
  background: #fff;
}

.ms-mark i {
  width: 23px;
  height: 23px;
}

.microsoft-partner strong {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
}

.microsoft-partner em {
  font-style: normal;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 400;
  line-height: 1.05;
}

.sit-footer nav {
  display: grid;
  align-content: start;
}

.sit-footer nav a {
  color: #fff;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
}

.sit-footer nav a:hover,
.sit-footer-sub nav a:hover {
  color: var(--brand);
}

.seo-intent-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-intent-grid p {
  color: var(--muted);
}

.adoption-program-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adoption-program-grid p {
  color: var(--muted);
}

.adoption-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 2px solid var(--ink);
}

.adoption-timeline div {
  position: relative;
  min-height: 120px;
  padding: 24px 22px 18px 0;
  border-right: 1px solid var(--line);
}

.adoption-timeline div:last-child {
  border-right: 0;
}

.adoption-timeline div::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--brand);
}

.adoption-timeline span {
  display: block;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adoption-timeline strong {
  display: block;
  margin-top: 8px;
  font-size: 1.02rem;
  line-height: 1.3;
}

@media (max-width: 760px) {
  .adoption-timeline {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .adoption-timeline div {
    min-height: auto;
    padding: 22px 0 22px 24px;
    border-right: 0;
    border-left: 1px solid var(--line);
  }

  .adoption-timeline div::before {
    top: 28px;
    left: -7px;
  }
}

.m-faq .m-accordion {
  max-width: none;
}

.sit-social div {
  display: flex;
  gap: 14px;
}

.sit-social div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.sit-social div a:last-child {
  border-radius: 2px;
  font-size: 0.85rem;
}

.sit-footer-sub {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(100% - 60px, 1840px);
  min-height: 86px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
}

.sit-member {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

.digital-mark {
  display: grid;
  grid-template-columns: repeat(2, 7px);
  gap: 3px;
}

.digital-mark i {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  background: transparent;
}

.sit-footer-sub p {
  color: rgba(255, 255, 255, 0.42);
}

.sit-footer-sub nav {
  display: flex;
  gap: 24px;
}

.sit-footer-sub nav a {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .sit-footer-row,
  .sit-footer-info {
    grid-template-columns: 1fr 1fr;
  }

  .sit-footer-contact .microsoft-partner {
    grid-column: auto;
  }

  .sit-footer-contact .sit-phone-block {
    grid-column: auto;
  }

  .sit-footer h2 {
    grid-column: 1 / -1;
  }

  .sit-footer-sub {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }
}

@media (max-width: 620px) {
  .sit-footer-main,
  .sit-footer-sub {
    width: min(100% - 28px, 1840px);
  }

  .sit-footer-row,
  .sit-footer-info {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 46px 0;
  }

  .sit-phone-block p,
  .sit-footer-sub nav {
    flex-wrap: wrap;
  }

  .microsoft-partner {
    max-width: 280px;
  }
}

.deliverable-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.78fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.deliverable-layout .deliverable-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  align-items: stretch;
}

.deliverable-layout .deliverable-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  min-height: 0;
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(18, 24, 28, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.deliverable-layout .deliverable-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 151, 32, 0.36);
  box-shadow: 0 18px 42px rgba(18, 24, 28, 0.09);
}

.deliverable-layout .deliverable-card:focus-visible {
  outline: 3px solid rgba(241, 151, 32, 0.46);
  outline-offset: 3px;
}

.deliverable-layout .deliverable-card.is-active {
  border-color: rgba(241, 151, 32, 0.78);
  background: #fff8ef;
  box-shadow: 0 18px 42px rgba(241, 151, 32, 0.12);
}

.deliverable-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.deliverable-card.is-active .deliverable-card-number {
  background: var(--brand);
}

.deliverable-card-title {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.18;
}

.deliverable-card-teaser {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.deliverable-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.deliverable-card-action::after {
  content: "›";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.deliverable-detail {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 22px;
  min-height: 598px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 24, 28, 0.11);
}

.deliverable-detail-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.deliverable-detail-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.deliverable-detail-head p {
  margin: 0 0 6px;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.deliverable-detail-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.08;
}

.deliverable-detail-teaser {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.deliverable-detail .deliverable-output {
  align-self: auto;
  padding-top: 22px;
}

.deliverable-detail .deliverable-output li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
}

.deliverable-detail .deliverable-output li:last-child {
  border-bottom: 0;
}

.deliverable-detail .deliverable-value {
  align-self: end;
  margin-top: 4px;
  background: #fff8ef;
}

@media (max-width: 1040px) {
  .deliverable-layout {
    grid-template-columns: 1fr;
  }

  .deliverable-detail {
    position: static;
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .deliverable-layout .deliverable-map {
    display: flex;
    gap: 12px;
    margin-inline: -14px;
    padding: 0 14px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .deliverable-layout .deliverable-card {
    flex: 0 0 min(82vw, 310px);
    min-height: 190px;
    height: auto;
    scroll-snap-align: start;
  }

  .deliverable-detail {
    padding: 24px;
  }
}
