@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --cw-ink: #121a22;
  --cw-ink-soft: #34414f;
  --cw-muted: #687584;
  --cw-surface: #fffefd;
  --cw-canvas: #f8f5ef;
  --cw-soft: #f3eee6;
  --cw-soft-strong: #e8e0d4;
  --cw-line: #d9d0c3;
  --cw-primary: #c7221f;
  --cw-primary-dark: #7e1514;
  --cw-primary-soft: #fff1ed;
  --cw-action: #12646b;
  --cw-action-dark: #0d3f45;
  --cw-it: #0d7679;
  --cw-it-soft: #e2f3f1;
  --cw-print: #c37a16;
  --cw-print-soft: #fff4df;
  --cw-success: #17803d;
  --cw-success-soft: #eaf7f0;
  --cw-warning: #b45309;
  --cw-warning-soft: #fff7ed;
  --cw-danger: #b42318;
  --cw-placeholder: #a3adba;
  --cw-weight-heading: 590;
  --cw-weight-strong: 540;
  --cw-weight-label: 500;
  --cw-weight-button: 570;
  --cw-shadow: 0 24px 65px rgba(51, 42, 30, 0.14);
  --cw-shadow-soft: 0 10px 28px rgba(51, 42, 30, 0.08);
  --cw-shadow-hover: 0 18px 44px rgba(51, 42, 30, 0.14);
  --cw-radius: 8px;
  --cw-radius-sm: 6px;
  --cw-header: #101418;
  --cw-footer: #101418;
  --cw-space-1: 4px;
  --cw-space-2: 8px;
  --cw-space-3: 12px;
  --cw-space-4: 16px;
  --cw-space-5: 24px;
  --cw-space-6: 32px;
  --cw-space-7: 40px;
  --cw-space-8: 64px;
  --cw-shell: 1200px;
  --cw-narrow: 820px;
  --cw-font: Outfit, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Printer repairs Auckland conversion redesign */
.printer-page {
  background:
    radial-gradient(circle at 24% 0%, rgba(0, 117, 123, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  color: var(--cw-ink);
  overflow: hidden;
}

.printer-page a[href^="tel:"] {
  white-space: nowrap;
}

.printer-page .eyebrow {
  color: #a5161d;
}

.printer-page h1,
.printer-page h2,
.printer-page h3 {
  letter-spacing: 0;
}

.printer-hero {
  padding: 0 clamp(24px, 4vw, 48px) clamp(2.25rem, 5vw, 4.5rem);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.97) 0%, rgba(255, 253, 248, 0.9) 49%, rgba(255, 253, 248, 0.52) 100%),
    #fffdf8;
}

.printer-hero__grid {
  width: min(100%, var(--cw-shell));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  gap: clamp(2rem, 3.8vw, 4rem);
  align-items: stretch;
}

.printer-hero__copy {
  max-width: 44rem;
  padding-top: clamp(2.7rem, 5.2vw, 4.6rem);
  padding-bottom: clamp(1.7rem, 3vw, 3rem);
}

.printer-hero__copy h1 {
  margin: 0 0 1.05rem;
  max-width: 43rem;
  font-size: clamp(2.65rem, 4.1vw, 4.15rem);
  line-height: 0.94;
}

.printer-hero__copy p {
  max-width: 39rem;
  margin: 0;
  color: var(--cw-muted);
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.6;
}

.printer-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.06);
}

.printer-hero-trust__stars {
  color: #f5a623;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.printer-hero-trust__copy {
  display: grid;
  gap: 0.1rem;
  color: var(--cw-ink);
  line-height: 1.1;
}

.printer-hero-trust__copy strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.printer-hero-trust__copy small {
  color: var(--cw-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.printer-hero__actions,
.printer-next__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.printer-hero__actions .btn,
.printer-next__actions .btn {
  min-height: 3.2rem;
}

.printer-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.35rem;
  color: #145e61;
  font-size: 0.82rem;
  font-weight: 800;
}

.printer-proof-line span {
  position: relative;
  padding-left: 1.4rem;
}

.printer-proof-line span::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #007579;
  box-shadow: 0 0 0 0.18rem rgba(0, 117, 123, 0.12);
}

.printer-hero__visual {
  position: relative;
  min-height: clamp(34rem, calc(100vh - 5.9rem), 48rem);
  overflow: hidden;
  background: #d8e5e4;
  box-shadow: 0 2rem 5rem rgba(17, 24, 39, 0.16);
}

.printer-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(34rem, calc(100vh - 5.9rem), 48rem);
  object-fit: cover;
  object-position: 58% center;
  display: block;
}

.printer-hero-card {
  position: absolute;
  right: 1.75rem;
  bottom: clamp(2.5rem, 4vw, 3.75rem);
  width: min(18rem, 52%);
  padding: 1.35rem;
  background: #087277;
  color: #fff;
  box-shadow: 0 1.4rem 3rem rgba(0, 45, 47, 0.3);
}

.printer-hero-card span,
.printer-hero-card small {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 800;
}

.printer-hero-card strong {
  display: block;
  margin: 0.3rem 0 0.1rem;
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
  line-height: 1;
}

.printer-assurance,
.printer-section,
.printer-next,
.printer-cleaning-callout,
.printer-related,
.printer-form-section,
.printer-faq {
  width: min(100%, var(--cw-shell));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.6rem) clamp(24px, 4vw, 48px);
}

.printer-assurance {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(3rem, 5.5vw, 5rem);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.printer-assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.35rem 3.5rem rgba(17, 24, 39, 0.07);
}

.printer-assurance__item {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-right: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 253, 248, 0.72);
}

.printer-assurance__item:nth-child(3n),
.printer-assurance__item:last-child {
  border-right: 0;
}

.printer-assurance__item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.printer-assurance__item--dark {
  background: #111820;
  color: #fff;
}

.printer-assurance__item span {
  display: block;
  margin-bottom: 0.9rem;
  color: #087277;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.printer-assurance__item--dark span {
  color: rgba(255, 255, 255, 0.68);
}

.printer-assurance__item h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.18;
}

.printer-assurance__item p,
.printer-risk-grid p,
.printer-help-grid p,
.printer-steps p,
.printer-related span,
.printer-faq p {
  color: var(--cw-muted);
  line-height: 1.55;
}

.printer-assurance__item p {
  margin: 0;
  font-size: 0.92rem;
}

.printer-assurance__item--dark p {
  color: rgba(255, 255, 255, 0.74);
}

.printer-page .section-heading {
  max-width: 43rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.printer-page .section-heading h2 {
  margin: 0.65rem 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.05;
}

.printer-page .section-heading p {
  margin: 0;
}

.printer-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.printer-risk-grid article,
.printer-related a {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, 0.06);
}

.printer-risk-grid article {
  padding: 1.45rem;
}

.printer-risk-grid h3,
.printer-help-grid h3,
.printer-steps h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.12rem;
}

.printer-section--open {
  padding-top: 2rem;
}

.printer-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.6rem, 3vw, 3.5rem);
}

.printer-cleaning-callout {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.printer-cleaning-callout__grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.36fr) minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid rgba(0, 117, 123, 0.18);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1rem 2.8rem rgba(17, 24, 39, 0.07);
  padding: 1.2rem;
}

.printer-cleaning-callout img {
  width: 100%;
  height: 9rem;
  object-fit: cover;
  border-radius: 0.35rem;
}

.printer-cleaning-callout h2 {
  margin: 0.4rem 0 0.5rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.printer-cleaning-callout p {
  margin: 0;
  color: var(--cw-muted);
  line-height: 1.55;
}

.printer-next {
  padding-top: 2rem;
}

.printer-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.printer-steps span,
.printer-symbol {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 50%;
  background: #087277;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.printer-next__actions {
  justify-content: center;
}

.printer-form-section {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.printer-form-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem;
  align-items: stretch;
}

.printer-form-intro,
.printer-form-card {
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1.25rem 3.5rem rgba(17, 24, 39, 0.08);
}

.printer-form-intro {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 117, 123, 0.1), transparent 16rem),
    rgba(245, 238, 228, 0.9);
}

.printer-form-intro h2 {
  margin: 1.1rem 0 1.5rem;
  max-width: 19rem;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1.08;
}

.printer-form-intro .check-list {
  margin: 0;
  padding-left: 1.25rem;
}

.printer-form-intro .check-list li {
  margin-bottom: 0.8rem;
}

.printer-call-box {
  margin-top: clamp(2rem, 5vw, 5rem);
  padding: 1.15rem;
  border-radius: 0.4rem;
  background: #fff;
}

.printer-call-box strong,
.printer-call-box a {
  display: block;
}

.printer-call-box a {
  margin-top: 0.25rem;
  color: #087277;
  font-weight: 900;
  text-decoration: none;
}

.printer-form-card {
  padding: 0;
}

.printer-form-card .form-panel {
  border: 0;
  border-radius: 0.45rem;
  box-shadow: none;
  background: transparent;
}

.printer-form-card .form-panel__intro h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.printer-form-card .harness-form {
  gap: 1rem;
}

.printer-form-card .form-actions .btn {
  min-height: 3.2rem;
}

.printer-faq {
  padding-top: 1rem;
}

.printer-faq__rows {
  display: grid;
  width: min(100%, 56rem);
  margin: 0 auto;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.printer-faq details {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  background: transparent;
}

.printer-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  color: var(--cw-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.printer-faq summary::-webkit-details-marker {
  display: none;
}

.printer-faq summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 50%;
  color: #087277;
  font-size: 1.1rem;
  line-height: 1;
}

.printer-faq details[open] summary::after {
  content: "-";
}

.printer-faq details p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
  color: var(--cw-muted);
  line-height: 1.55;
}

.printer-faq a {
  color: var(--cw-primary);
  font-weight: 900;
  text-decoration: none;
}

.printer-related {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.printer-related > div:first-child {
  text-align: center;
  margin-bottom: 1.8rem;
}

.printer-related h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
}

.printer-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.printer-related a {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
  color: var(--cw-ink);
  text-decoration: none;
}

.printer-related a::after {
  content: "View path";
  color: #087277;
  font-size: 0.82rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .printer-hero__grid,
  .printer-form-grid {
    grid-template-columns: 1fr;
  }

  .printer-hero__copy {
    max-width: none;
  }

  .printer-assurance__grid,
  .printer-risk-grid,
  .printer-help-grid,
  .printer-steps,
  .printer-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .printer-cleaning-callout__grid {
    grid-template-columns: minmax(12rem, 0.4fr) minmax(0, 1fr);
  }

  .printer-cleaning-callout__grid .btn {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 640px) {
  .printer-page {
    background: linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  }

  .printer-hero {
    padding: 1.65rem 1rem 1.35rem;
  }

  .printer-hero__copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .printer-hero__grid,
  .printer-form-grid {
    gap: 1.35rem;
  }

  .printer-form-card {
    order: 1;
  }

  .printer-form-intro {
    order: 2;
  }

  .printer-hero__copy h1 {
    font-size: clamp(2.12rem, 9.8vw, 2.72rem);
    line-height: 1.03;
    margin-bottom: 1rem;
  }

  .printer-hero__copy p {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .printer-hero-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    gap: 0.65rem;
    margin-top: 1.05rem;
    padding: 0.68rem 0.85rem;
  }

  .printer-hero-trust__stars {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
  }

  .printer-hero-trust__copy strong {
    font-size: 0.9rem;
  }

  .printer-hero-trust__copy small {
    font-size: 0.74rem;
  }

  .printer-hero__actions,
  .printer-next__actions,
  .printer-form-card .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .printer-hero__actions .btn,
  .printer-next__actions .btn,
  .printer-form-card .form-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .printer-hero__visual,
  .printer-hero__visual img {
    min-height: 22rem;
  }

  .printer-hero-card {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    width: 13rem;
    padding: 1rem;
  }

  .printer-proof-line {
    display: grid;
    gap: 0.7rem;
    padding: 1rem 0 0;
  }

  .printer-assurance,
  .printer-section,
  .printer-next,
  .printer-cleaning-callout,
  .printer-related,
  .printer-form-section,
  .printer-faq {
    width: 100%;
    padding: 2.5rem 1rem;
  }

  .printer-assurance__grid,
  .printer-risk-grid,
  .printer-help-grid,
  .printer-steps,
  .printer-related__grid,
  .printer-cleaning-callout__grid {
    grid-template-columns: 1fr;
  }

  .printer-assurance__item {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .printer-assurance__item:last-child {
    border-bottom: 0;
  }

  .printer-page .section-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .printer-page .section-heading h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .printer-risk-grid article,
  .printer-related a,
  .printer-form-intro,
  .printer-form-card {
    border-radius: 0.38rem;
  }

  .printer-help-grid {
    gap: 0;
  }

  .printer-help-grid article {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .printer-cleaning-callout img {
    height: 12rem;
  }

  .printer-cleaning-callout__grid .btn {
    justify-self: stretch;
  }

  .printer-form-intro h2 {
    max-width: none;
  }

  .printer-form-card .form-panel {
    padding: 1.2rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cw-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(195, 122, 22, 0.08), transparent 32rem),
    linear-gradient(180deg, #fffefd 0%, var(--cw-canvas) 100%);
  font-family: var(--cw-font);
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(18, 26, 34, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 26, 34, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

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

main a,
.mobile-sticky a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(20, 87, 217, 0.35);
  outline-offset: 3px;
}

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

h1 {
  max-width: 12.5em;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: var(--cw-space-4);
  text-wrap: balance;
}

h2 {
  max-width: 16em;
  font-size: 34px;
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: var(--cw-space-4);
  text-wrap: balance;
}

h3 {
  font-size: 20px;
  font-weight: var(--cw-weight-strong);
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: var(--cw-space-2);
}

p {
  color: var(--cw-ink-soft);
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  color: var(--cw-action-dark);
  font-weight: 650;
  padding: 10px 14px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(var(--cw-shell), calc(100% - 48px));
  margin: 0 auto;
}

.section-shell--narrow {
  width: min(var(--cw-narrow), calc(100% - 48px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--cw-header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--cw-space-5);
  align-items: center;
}

.brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: 190px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: var(--cw-space-5);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.site-header__actions {
  display: flex;
  gap: var(--cw-space-2);
  align-items: center;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--cw-space-2);
  border: 1px solid transparent;
  border-radius: var(--cw-radius-sm);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: var(--cw-weight-button);
  line-height: 1.2;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.52) inset;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.btn:hover {
  box-shadow: var(--cw-shadow-soft);
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn--small {
  min-height: 40px;
  padding: 10px 12px;
  font-size: 14px;
}

.btn--primary {
  background: var(--cw-primary);
  border-color: var(--cw-primary);
  color: var(--cw-surface);
}

.impersonation-banner {
  position: sticky;
  top: 70px;
  z-index: 19;
  display: flex;
  gap: var(--cw-space-4);
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #fff7ed;
  border-bottom: 1px solid #fed7aa;
  color: #7c2d12;
}

.impersonation-banner strong,
.impersonation-banner span {
  display: block;
}

.admin-auth-form,
.admin-compact-form {
  display: grid;
  gap: var(--cw-space-4);
}

.admin-auth-form label,
.admin-compact-form label {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink);
  font-weight: var(--cw-weight-label);
}

.admin-auth-form input,
.admin-compact-form input,
.admin-compact-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  padding: 10px 12px;
  font: inherit;
}

.admin-hub {
  padding: var(--cw-space-7) 0 var(--cw-space-8);
}

.admin-hub__masthead {
  display: flex;
  gap: var(--cw-space-5);
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--cw-space-5);
}

.admin-hub__masthead h1 {
  font-size: 44px;
}

.admin-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  justify-content: flex-end;
}

.admin-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-3);
  margin-bottom: var(--cw-space-5);
}

.admin-metric,
.admin-panel {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: rgba(255, 254, 253, 0.92);
  box-shadow: var(--cw-shadow-soft);
}

.admin-metric {
  padding: var(--cw-space-4);
}

.admin-metric span {
  display: block;
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
}

.admin-metric strong {
  display: block;
  margin-top: var(--cw-space-2);
  font-size: 28px;
  line-height: 1;
}

.admin-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
  margin-bottom: var(--cw-space-4);
}

.admin-panel {
  min-width: 0;
  padding: var(--cw-space-4);
  overflow-x: auto;
}

.admin-panel__head {
  display: flex;
  gap: var(--cw-space-4);
  align-items: flex-start;
  justify-content: space-between;
}

.admin-panel h2 {
  font-size: 22px;
}

.admin-panel p {
  margin-bottom: var(--cw-space-3);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--cw-line);
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--cw-muted);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.admin-inline-facts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  margin-bottom: var(--cw-space-3);
}

.admin-inline-facts span,
.admin-checklist li {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  padding: 8px 10px;
}

.admin-checklist {
  display: grid;
  gap: var(--cw-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-panel code {
  overflow-wrap: anywhere;
}

body.admin-layout {
  min-height: 100dvh;
  padding: 0;
  background: #f1f1f1;
  color: #303030;
  font-size: 14px;
  line-height: 1.4;
}

body.admin-layout::before {
  display: none;
}

.admin-layout h1,
.admin-layout h2,
.admin-layout h3,
.admin-layout p {
  max-width: none;
}

.admin-app-shell {
  min-height: 100dvh;
  display: grid;
  grid-template-areas:
    "topbar topbar"
    "sidebar main";
  grid-template-columns: 272px minmax(0, 1fr);
  grid-template-rows: 56px minmax(0, 1fr);
  background: #f1f1f1;
}

.admin-topbar {
  grid-area: topbar;
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 272px minmax(240px, 680px) auto;
  gap: 16px;
  align-items: center;
  height: 56px;
  padding: 0 16px;
  background: #0b0f13;
  color: #f6f6f7;
  border-bottom: 1px solid #22272d;
}

.admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.admin-brand__mark,
.admin-nav-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
}

.admin-brand__mark {
  width: 32px;
  height: 32px;
  background: #6d5dfc;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.admin-brand strong,
.admin-brand small {
  display: block;
}

.admin-brand strong {
  font-size: 15px;
  line-height: 1.1;
}

.admin-brand small {
  color: #a8a8a8;
  font-size: 12px;
}

.admin-command {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  background: #232323;
  color: #b5b5b5;
  padding: 0 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.admin-command input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #f6f6f7;
  font: inherit;
  outline: 0;
}

.admin-command kbd {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #c9c9c9;
  font: inherit;
  font-size: 11px;
  padding: 2px 6px;
}

.admin-account {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.admin-account span {
  color: #d7d7d7;
  font-size: 13px;
}

.admin-sign-out {
  min-height: 32px;
  border: 1px solid #4a4a4a;
  border-radius: 8px;
  background: #2d2d2d;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 6px 10px;
}

.admin-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 56px;
  align-self: start;
  height: calc(100dvh - 56px);
  overflow-y: auto;
  border-right: 1px solid #dedede;
  background: #e8e8e8;
  padding: 12px;
}

.admin-nav-section {
  display: grid;
  gap: 2px;
  margin-bottom: 22px;
}

.admin-nav-section p {
  margin: 10px 8px 6px;
  color: #616161;
  font-size: 12px;
  font-weight: 650;
}

.admin-nav-link {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: #303030;
  font-weight: 560;
  padding: 7px 8px;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.admin-nav-link:hover {
  background: rgba(255, 255, 255, 0.62);
}

.admin-nav-link.is-active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.admin-nav-link__icon {
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.06);
  color: #5c5c5c;
  font-size: 10px;
  font-weight: 700;
}

.admin-main {
  grid-area: main;
  min-width: 0;
  padding: 18px 20px 32px;
}

.admin-auth-shell {
  min-height: 100dvh;
  display: grid;
  align-items: center;
  padding: 32px;
  background: #f1f1f1;
}

.admin-auth-shell .hero {
  padding: 0;
}

.admin-auth-shell .hero__grid {
  width: min(860px, 100%);
  grid-template-columns: 0.9fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.admin-auth-shell .hero__copy,
.admin-auth-shell .info-panel {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.admin-auth-shell h1 {
  font-size: 32px;
  line-height: 1.12;
}

.admin-layout .section-shell,
.admin-layout .section-shell--narrow {
  width: 100%;
  max-width: none;
}

.admin-layout .admin-hub {
  padding: 0;
}

.admin-layout .admin-hub__masthead {
  align-items: center;
  margin-bottom: 14px;
}

.admin-layout .admin-hub__masthead h1 {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 1.15;
}

.admin-layout .admin-hub__masthead p {
  max-width: 880px;
  margin: 0;
  color: #616161;
}

.admin-layout .eyebrow {
  color: #616161;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.admin-layout .btn {
  min-height: 34px;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  box-shadow: none;
}

.admin-layout .btn:hover {
  transform: none;
  box-shadow: none;
}

.admin-layout .btn--primary {
  background: #303030;
  border-color: #303030;
}

.admin-layout .btn--primary:hover {
  background: #111;
  border-color: #111;
}

.admin-layout .btn--secondary {
  background: #fff;
  border-color: #cfcfcf;
  color: #303030;
}

.admin-layout .btn--secondary:hover {
  border-color: #8a8a8a;
  color: #111;
}

.admin-layout .admin-status-grid {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.admin-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

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

.admin-local-section {
  padding: 0 0 12px;
}

.admin-screen-card {
  min-height: 128px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  color: #303030;
  padding: 14px;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.admin-screen-card:hover {
  border-color: #8a8a8a;
  background: #fbfbfb;
}

.admin-screen-card span {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 650;
}

.admin-screen-card strong {
  color: #202020;
  font-size: 17px;
  line-height: 1.25;
}

.admin-screen-card small {
  color: #616161;
  font-size: 12px;
}

.admin-layout .admin-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.admin-layout .admin-metric,
.admin-layout .admin-panel {
  border-color: #d8d8d8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.admin-layout .admin-metric {
  padding: 12px;
}

.admin-layout .admin-metric span {
  color: #6b6b6b;
  font-size: 12px;
}

.admin-layout .admin-metric strong {
  margin-top: 4px;
  color: #202020;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
}

.admin-layout .admin-panel {
  padding: 12px;
  scroll-margin-top: 72px;
}

.admin-layout .admin-panel__head {
  gap: 12px;
  margin-bottom: 8px;
}

.admin-layout .admin-panel h2 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.25;
}

.admin-layout .admin-panel h3 {
  font-size: 14px;
}

.admin-layout .admin-panel p {
  color: #616161;
  font-size: 13px;
}

.admin-layout .admin-filter-panel,
.admin-layout .admin-grid {
  gap: 12px;
}

.admin-layout .admin-grid,
.admin-layout .readiness-grid {
  grid-template-columns: minmax(0, 1fr);
}

.admin-layout .admin-filter-panel,
.admin-layout .admin-card,
.admin-layout .readiness-card,
.admin-layout .proof-cell {
  border-color: #d8d8d8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.admin-layout .admin-card h3,
.admin-layout .readiness-card h3 {
  font-size: 15px;
}

.admin-layout .admin-table {
  font-size: 13px;
}

.admin-layout .admin-table th,
.admin-layout .admin-table td {
  border-bottom-color: #e5e5e5;
  padding: 8px;
  overflow-wrap: anywhere;
}

.admin-layout .admin-table th {
  color: #6b6b6b;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.admin-layout .admin-table a {
  color: #202020;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.admin-layout .admin-inline-facts span,
.admin-layout .admin-checklist li {
  border-color: #dedede;
  background: #f7f7f7;
}

.admin-impersonation-banner {
  top: 0;
}

.microcopy {
  margin-top: var(--cw-space-4);
  color: var(--cw-muted);
  font-size: 14px;
}

.btn--primary:hover {
  background: var(--cw-primary-dark);
  border-color: var(--cw-primary-dark);
}

.btn--secondary {
  background: rgba(255, 254, 253, 0.76);
  border-color: var(--cw-line);
  color: var(--cw-action-dark);
}

.btn--secondary:hover {
  border-color: var(--cw-action);
  color: var(--cw-action);
}

.btn--phone {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--cw-surface);
}

.btn--phone-dark {
  background: var(--cw-ink);
  border-color: var(--cw-ink);
  color: var(--cw-surface);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
}

.text-link--button-row {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.hero-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  margin-top: var(--cw-space-4);
}

.hero-link-row a {
  color: var(--cw-action-dark);
  font-size: 14px;
  font-weight: var(--cw-weight-strong);
  text-decoration: none;
}

.hero-link-row a:hover {
  color: var(--cw-action);
  text-decoration: underline;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--cw-primary-dark);
  border-left: 3px solid currentColor;
  font-size: 12px;
  font-weight: var(--cw-weight-strong);
  letter-spacing: 0.05em;
  margin-bottom: var(--cw-space-3);
  padding-left: var(--cw-space-2);
  text-transform: uppercase;
}

.page-section {
  padding: var(--cw-space-8) 0;
}

.page-section--soft {
  background:
    linear-gradient(180deg, rgba(243, 238, 230, 0.92), rgba(232, 224, 212, 0.72)),
    var(--cw-soft);
}

.page-section--compact {
  padding: var(--cw-space-7) 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(195, 122, 22, 0.18), transparent 25rem),
    linear-gradient(135deg, rgba(255, 254, 253, 0.96), rgba(241, 235, 225, 0.92));
  padding: calc(var(--cw-space-8) + 12px) 0 var(--cw-space-8);
}

.hero::after {
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 48vw;
  height: 48vw;
  min-width: 460px;
  min-height: 460px;
  border: 1px solid rgba(18, 26, 34, 0.08);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.hero__grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: var(--cw-space-7);
  align-items: center;
}

.hero__grid {
  position: relative;
  z-index: 1;
}

.hero__copy,
.section-heading {
  max-width: 700px;
}

.hero__copy p {
  max-width: 58ch;
  font-size: 18px;
  margin-bottom: var(--cw-space-5);
}

.hero-media,
.image-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 254, 253, 0.72);
  border-radius: 12px;
  box-shadow: var(--cw-shadow);
  background: var(--cw-ink);
}

.hero-media img,
.image-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hero-media__badge {
  position: absolute;
  right: var(--cw-space-4);
  bottom: var(--cw-space-4);
  width: min(340px, calc(100% - 32px));
  border-radius: var(--cw-radius);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 20, 24, 0.9);
  backdrop-filter: blur(14px);
  color: var(--cw-surface);
  padding: var(--cw-space-4);
}

.hero-media__badge strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.intent-grid,
.card-grid,
.issue-grid,
.proof-bar,
.quick-actions {
  display: grid;
  gap: var(--cw-space-4);
}

.intent-grid {
  grid-template-columns: 1.15fr 0.95fr 0.95fr 1.05fr;
  margin-top: var(--cw-space-6);
}

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

.service-card,
.proof-cell,
.info-panel,
.form-panel,
.promo-panel,
.path-card,
.faq-item {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.service-card,
.path-card,
.proof-cell,
.faq-item {
  padding: 20px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--cw-primary);
  content: "";
}

.service-card:hover {
  border-color: rgba(18, 100, 107, 0.38);
  box-shadow: var(--cw-shadow-hover);
  transform: translateY(-3px);
}

.service-card__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--cw-radius-sm);
  background: var(--cw-primary-soft);
  color: var(--cw-primary);
  font-weight: var(--cw-weight-heading);
  margin-bottom: var(--cw-space-4);
}

.service-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--cw-primary-dark);
  font-size: 12px;
  font-weight: var(--cw-weight-strong);
  letter-spacing: 0;
  margin-bottom: var(--cw-space-3);
  text-transform: uppercase;
}

.service-card--it .service-card__icon {
  background: var(--cw-it-soft);
  color: var(--cw-it);
}

.service-card--it::before {
  background: var(--cw-it);
}

.service-card--print .service-card__icon,
.promo-panel .service-card__icon {
  background: var(--cw-print-soft);
  color: var(--cw-warning);
}

.service-card--print::before {
  background: var(--cw-print);
}

.service-card p,
.path-card p,
.faq-item p {
  margin-bottom: var(--cw-space-4);
}

.service-card a:not(.btn),
.text-link {
  color: var(--cw-action);
  font-weight: var(--cw-weight-strong);
  margin-top: auto;
  text-decoration: none;
}

.service-card a:not(.btn):hover,
.text-link:hover {
  text-decoration: underline;
}

.proof-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: var(--cw-space-6);
}

.proof-bar--stacked {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  align-items: center;
  color: var(--cw-muted);
  font-size: 13px;
  padding-top: var(--cw-space-4);
}

.breadcrumbs a {
  color: var(--cw-action-dark);
  font-weight: var(--cw-weight-label);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--cw-action);
  text-decoration: underline;
}

.breadcrumbs a::after {
  color: var(--cw-muted);
  content: "/";
  font-weight: 400;
  margin-left: var(--cw-space-2);
}

.hero-special-card {
  display: flex;
  gap: var(--cw-space-4);
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ffd6a1;
  border-left: 4px solid var(--cw-print);
  border-radius: var(--cw-radius);
  background:
    linear-gradient(135deg, #fffaf0, #fff1dd);
  box-shadow: var(--cw-shadow-soft);
  margin-top: var(--cw-space-5);
  padding: var(--cw-space-4);
}

.hero-special-card span,
.pricing-card span {
  display: block;
  color: var(--cw-primary-dark);
  font-size: 12px;
  font-weight: var(--cw-weight-strong);
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-special-card strong {
  display: block;
  color: var(--cw-ink);
  font-size: 22px;
  line-height: 1.15;
  margin-top: var(--cw-space-1);
}

.hero-special-card p {
  font-size: 14px;
  margin: var(--cw-space-1) 0 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.pricing-card,
.pricing-hero-card {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
}

.pricing-card--featured,
.pricing-hero-card {
  border-color: #ffc4c4;
  background: var(--cw-primary-soft);
}

.pricing-card h2,
.pricing-hero-card h2 {
  margin: var(--cw-space-2) 0;
}

.pricing-card ul {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink-soft);
  margin: var(--cw-space-4) 0;
  padding-left: 20px;
}

.proof-cell strong {
  display: block;
  color: var(--cw-ink);
  font-size: 18px;
}

.proof-cell span {
  color: var(--cw-muted);
  font-size: 14px;
}

.home-redesign {
  overflow: hidden;
  background: #fffefd;
}

.home-redesign h1,
.home-redesign h2 {
  max-width: none;
}

.home-redesign p {
  max-width: 62ch;
}

.home-offer-bar {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(217, 208, 195, 0.75);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 10px 22px rgba(51, 42, 30, 0.08);
}

.home-offer-bar__inner {
  min-height: 48px;
  display: flex;
  gap: var(--cw-space-3);
  align-items: center;
  justify-content: center;
  color: var(--cw-ink);
  text-align: center;
}

.home-offer-bar__inner p {
  max-width: none;
  margin: 0;
  color: var(--cw-ink-soft);
  font-size: 15px;
}

.home-offer-bar__inner strong {
  color: var(--cw-ink);
  font-weight: 650;
}

.home-offer-bar__inner a {
  display: inline-flex;
  align-items: center;
  gap: var(--cw-space-1);
  color: var(--cw-action-dark);
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.home-offer-bar__inner a:hover {
  color: var(--cw-primary);
}

.home-offer-bar__icon,
.home-proof article > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.home-offer-bar__icon {
  width: 24px;
  height: 24px;
  color: var(--cw-print);
}

.home-offer-bar svg,
.home-proof svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-hero {
  position: relative;
  min-height: clamp(520px, 62dvh, 620px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--cw-header);
}

.home-hero__image,
.home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.04);
}

.home-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 10, 13, 0.88) 0%, rgba(7, 10, 13, 0.72) 30%, rgba(7, 10, 13, 0.18) 56%, rgba(7, 10, 13, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 10, 13, 0.2), rgba(7, 10, 13, 0.12));
}

.home-hero__content {
  padding: clamp(54px, 6vw, 78px) 0 clamp(62px, 7vw, 88px);
  color: #fff;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--cw-space-2);
  margin-bottom: var(--cw-space-4);
  color: var(--cw-primary-soft);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-kicker::before {
  width: 3px;
  height: 24px;
  background: var(--cw-primary);
  content: "";
}

.home-hero h1 {
  width: min(640px, 100%);
  margin-bottom: var(--cw-space-4);
  color: #fff;
  font-size: clamp(40px, 4.7vw, 62px);
  font-weight: 720;
  line-height: 1.02;
  text-wrap: balance;
}

.home-hero p {
  width: min(620px, 100%);
  margin-bottom: var(--cw-space-6);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.home-hero__actions,
.home-cyber__actions,
.home-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
}

.home-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: var(--cw-space-2);
  min-height: 46px;
  color: inherit;
  font-weight: 650;
  text-decoration: none;
}

.home-arrow-link:hover {
  color: var(--cw-primary);
}

.home-help {
  padding: clamp(56px, 7vw, 88px) 0 clamp(70px, 8vw, 104px);
  background:
    linear-gradient(180deg, #fffefd, #fbf8f2);
}

.home-section-head {
  margin-bottom: var(--cw-space-6);
}

.home-section-head--center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-section-head--center .home-kicker {
  color: var(--cw-primary-dark);
}

.home-section-head h2 {
  max-width: 780px;
  margin-bottom: var(--cw-space-2);
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.02;
}

.home-section-head p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 18px;
}

.home-help__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.home-help-card {
  min-height: 295px;
  display: grid;
  grid-template-rows: 136px auto auto;
  gap: var(--cw-space-3);
  border: 1px solid rgba(217, 208, 195, 0.82);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--cw-ink);
  padding: var(--cw-space-3);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(51, 42, 30, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-help-card:hover {
  border-color: rgba(199, 34, 31, 0.34);
  box-shadow: var(--cw-shadow-hover);
  transform: translateY(-4px);
}

.home-help-card img {
  width: 100%;
  height: 136px;
  border-radius: 6px;
  object-fit: cover;
}

.home-help-card span {
  align-self: end;
  color: var(--cw-ink);
  font-size: 19px;
  font-weight: 680;
  line-height: 1.15;
}

.home-help-card p {
  max-width: 18em;
  justify-self: center;
  margin: 0;
  color: var(--cw-muted);
  font-size: 14px;
  line-height: 1.45;
}

.home-cyber {
  padding: clamp(64px, 8vw, 112px) 0;
  background:
    linear-gradient(180deg, #f6f1e9, #fffefd);
}

.home-cyber__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.home-cyber__copy {
  position: relative;
  z-index: 1;
}

.home-cyber__copy .home-kicker {
  color: var(--cw-primary-dark);
}

.home-cyber h2 {
  max-width: 12em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1;
}

.home-cyber p {
  margin-bottom: var(--cw-space-5);
  color: var(--cw-ink-soft);
  font-size: 18px;
}

.home-chip-row {
  margin-bottom: var(--cw-space-5);
}

.home-chip-row span {
  border: 1px solid rgba(18, 26, 34, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--cw-ink-soft);
  font-size: 13px;
  font-weight: 650;
  padding: 8px 12px;
}

.home-cyber__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 10px;
  background: var(--cw-header);
  box-shadow: var(--cw-shadow);
}

.home-cyber__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(199, 34, 31, 0.08), transparent 44%);
  content: "";
  pointer-events: none;
}

.home-cyber__media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.home-proof {
  padding: var(--cw-space-5) 0 var(--cw-space-7);
  background: #fffefd;
}

.home-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(217, 208, 195, 0.82);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(51, 42, 30, 0.07);
}

.home-proof article {
  display: flex;
  gap: var(--cw-space-3);
  align-items: center;
  min-height: 92px;
  padding: var(--cw-space-4) var(--cw-space-5);
}

.home-proof article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.75);
}

.home-proof article > span {
  width: 34px;
  height: 34px;
  color: var(--cw-ink-soft);
}

.home-proof strong {
  display: block;
  color: var(--cw-ink);
  font-size: 17px;
  line-height: 1.2;
}

.home-proof p {
  margin: 3px 0 0;
  color: var(--cw-muted);
  font-size: 14px;
}

.form-wrap .proof-bar {
  grid-template-columns: 1fr;
}

.split-grid > .proof-bar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-actions {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: var(--cw-space-6);
}

.quick-actions a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  color: var(--cw-action-dark);
  font-weight: var(--cw-weight-strong);
  padding: var(--cw-space-3);
  text-align: center;
  text-decoration: none;
}

.quick-actions a:hover {
  border-color: var(--cw-action);
}

.promo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: var(--cw-space-6);
  align-items: stretch;
  overflow: hidden;
}

.promo-panel--compact {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
}

.promo-panel__copy {
  padding: var(--cw-space-6);
}

.promo-panel--compact .promo-panel__copy {
  padding: var(--cw-space-6);
}

.promo-panel__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.promo-price {
  color: var(--cw-primary);
  font-size: 40px;
  font-weight: var(--cw-weight-heading);
  line-height: 1;
  margin-bottom: var(--cw-space-4);
}

.promo-note {
  border-left: 4px solid var(--cw-print);
  background: var(--cw-warning-soft);
  border-radius: var(--cw-radius-sm);
  color: var(--cw-ink-soft);
  margin: var(--cw-space-5) 0;
  padding: var(--cw-space-4);
}

.split-grid--reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.section-heading {
  margin-bottom: var(--cw-space-6);
}

.section-heading p {
  font-size: 16px;
}

.path-list {
  display: grid;
  gap: var(--cw-space-4);
}

.route-list {
  display: grid;
  gap: var(--cw-space-3);
}

.route-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--cw-space-4);
  align-items: center;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-4);
}

.route-card h3,
.route-card p {
  margin-bottom: 0;
}

.route-card p {
  font-size: 14px;
}

.path-card {
  border-left: 4px solid var(--cw-action);
  box-shadow: none;
}

.path-card--print {
  border-left-color: var(--cw-print);
}

.path-card--it {
  border-left-color: var(--cw-it);
}

.form-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.15fr);
  gap: var(--cw-space-6);
  align-items: start;
}

.form-panel {
  border-color: rgba(18, 100, 107, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.98), rgba(255, 250, 242, 0.94));
  padding: var(--cw-space-5);
}

.form-panel__intro {
  margin-bottom: var(--cw-space-5);
}

.harness-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.harness-form label {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
}

.harness-form label.form-field--full,
.harness-form .form-actions,
.harness-form .form-group-title {
  grid-column: 1 / -1;
}

.form-group-title {
  border-top: 1px solid var(--cw-line);
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
  margin-top: var(--cw-space-2);
  padding-top: var(--cw-space-4);
  text-transform: uppercase;
}

.harness-form input,
.harness-form select,
.harness-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: rgba(255, 254, 253, 0.9);
  color: var(--cw-ink);
  font: inherit;
  padding: 10px 12px;
}

.harness-form input:hover,
.harness-form select:hover,
.harness-form textarea:hover {
  border-color: rgba(18, 100, 107, 0.42);
}

.harness-form input::placeholder,
.harness-form textarea::placeholder,
.shop-search input::placeholder,
.subscription-form input::placeholder {
  color: var(--cw-placeholder);
  font-weight: 400;
}

.harness-form textarea {
  min-height: 112px;
  resize: vertical;
}

.form-help {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: 400;
}

.contact-simple {
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.96), rgba(248, 245, 239, 0.98)),
    var(--cw-canvas);
  color: var(--cw-ink);
}

.contact-simple__section {
  padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 7vw, 88px);
}

.contact-simple__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 4.5vw, 56px);
  align-items: start;
}

.contact-simple__intro {
  position: sticky;
  top: 96px;
  min-width: 0;
}

.contact-simple__media {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 254, 253, 0.78);
  border-radius: var(--cw-radius);
  background: var(--cw-header);
  box-shadow: var(--cw-shadow);
}

.contact-simple__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}

.contact-simple__urgent-card {
  position: absolute;
  left: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  display: grid;
  gap: 8px;
  width: min(320px, calc(100% - 28px));
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--cw-radius);
  background: rgba(16, 20, 24, 0.92);
  color: var(--cw-surface);
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(16, 20, 24, 0.2);
  transition: transform 180ms ease, background 180ms ease;
}

.contact-simple__urgent-card:hover {
  background: rgba(16, 20, 24, 0.98);
  transform: translateY(-2px);
}

.contact-simple__urgent-card:active {
  transform: translateY(0);
}

.contact-simple__urgent-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: var(--cw-weight-label);
}

.contact-simple__urgent-card strong {
  max-width: 18rem;
  color: #fff;
  font-size: clamp(1.06rem, 1.5vw, 1.32rem);
  font-weight: 600;
  line-height: 1.25;
}

.contact-simple__intro .eyebrow {
  margin-bottom: 18px;
  color: var(--cw-primary);
}

.contact-simple__intro h1 {
  max-width: 8.8em;
  margin: 0 0 24px;
  font-size: clamp(3.4rem, 6vw, 5.9rem);
  line-height: 0.95;
  text-wrap: balance;
}

.contact-simple__intro p {
  max-width: 28rem;
  margin-bottom: 18px;
  color: var(--cw-ink-soft);
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.45;
}

.contact-simple__rule {
  width: 128px;
  height: 4px;
  margin-top: 32px;
  border-radius: 999px;
  background: var(--cw-action);
}

.contact-simple .form-panel {
  width: 100%;
  border-color: rgba(18, 26, 34, 0.12);
  background: rgba(255, 254, 253, 0.96);
  box-shadow: 0 22px 70px rgba(51, 42, 30, 0.1);
}

.contact-simple .form-panel__intro h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.contact-simple .form-panel__intro p {
  max-width: 42rem;
  margin-bottom: 0;
}

.contact-simple .form-group-title {
  color: var(--cw-action);
}

.contact-simple .form-actions .btn {
  min-width: 148px;
}

@media (max-width: 1100px) {
  .contact-simple__grid {
    grid-template-columns: 1fr;
  }

  .contact-simple__intro {
    position: static;
  }

  .contact-simple__media {
    max-width: 720px;
  }

  .contact-simple__intro h1 {
    max-width: 11em;
  }
}

@media (max-width: 720px) {
  .contact-simple__section {
    padding: 28px 0 48px;
  }

  .contact-simple__grid {
    gap: 28px;
  }

  .contact-simple__media {
    margin-bottom: 24px;
  }

  .contact-simple__media img {
    aspect-ratio: 1.22 / 1;
  }

  .contact-simple__urgent-card {
    position: static;
    width: 100%;
    border-radius: 0;
  }

  .contact-simple__intro h1 {
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .contact-simple__intro p {
    font-size: 1.06rem;
  }

  .contact-simple .form-panel {
    padding: 20px;
  }

  .contact-simple .harness-form {
    grid-template-columns: 1fr;
  }

  .contact-simple .form-actions .btn {
    width: 100%;
  }
}

.required-marker {
  color: var(--cw-danger) !important;
  font-weight: 800;
}

.mini-proof-list {
  display: grid;
  gap: var(--cw-space-3);
  margin-top: var(--cw-space-5);
}

.mini-proof-list article {
  border-left: 3px solid var(--cw-action);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-3) var(--cw-space-4);
}

.mini-proof-list strong,
.mini-proof-list span {
  display: block;
}

.mini-proof-list strong {
  margin-bottom: var(--cw-space-1);
}

.mini-proof-list span {
  color: var(--cw-muted);
  font-size: 14px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
}

.thank-you {
  border: 1px solid var(--cw-success);
  border-radius: var(--cw-radius);
  background: var(--cw-success-soft);
  color: var(--cw-ink);
  margin-top: var(--cw-space-5);
  padding: var(--cw-space-4);
}

.thank-you[hidden] {
  display: none;
}

.citywide-toast-region {
  position: fixed;
  right: var(--cw-space-4);
  bottom: var(--cw-space-4);
  z-index: 80;
  display: grid;
  gap: var(--cw-space-2);
  max-width: min(380px, calc(100vw - var(--cw-space-8)));
  pointer-events: none;
}

.citywide-toast {
  border: 1px solid var(--cw-success);
  border-radius: var(--cw-radius);
  background: var(--cw-success-soft);
  box-shadow: var(--cw-shadow);
  color: var(--cw-ink);
  font-weight: 700;
  line-height: 1.45;
  padding: var(--cw-space-3) var(--cw-space-4);
  pointer-events: auto;
}

.citywide-toast--error {
  border-color: var(--cw-danger);
  background: var(--cw-primary-soft);
}

.flash-wrap {
  padding-top: var(--cw-space-4);
}

.flash-toast-region {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + var(--cw-toast-top, 108px));
  right: max(18px, calc((100vw - var(--cw-shell)) / 2));
  z-index: 70;
  display: grid;
  width: min(460px, calc(100vw - 32px));
  gap: 10px;
  pointer-events: none;
}

.admin-layout {
  --cw-toast-top: 18px;
}

.flash {
  --flash-accent: var(--cw-action);
  --flash-soft: #f2fbfb;
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin: 0;
  padding: 12px 10px 12px 12px;
  border: 1px solid color-mix(in srgb, var(--flash-accent) 40%, var(--cw-line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--flash-soft) 90%, white);
  box-shadow: 0 18px 44px rgba(18, 26, 34, 0.16), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  color: var(--cw-ink);
  opacity: 0;
  pointer-events: auto;
  transform: translate3d(0, -10px, 0) scale(0.985);
  animation: flash-toast-enter 240ms cubic-bezier(0.21, 0.9, 0.34, 1) forwards;
}

.flash.is-leaving {
  animation: flash-toast-leave 210ms ease-in forwards;
}

.flash__marker {
  display: block;
  width: 5px;
  min-height: 32px;
  height: calc(100% - 6px);
  border-radius: 999px;
  background: var(--flash-accent);
}

.flash__message {
  min-width: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 570;
  line-height: 1.4;
}

.flash__close {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: color-mix(in srgb, var(--cw-ink) 70%, var(--flash-accent));
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.flash__close:hover {
  background: rgba(18, 26, 34, 0.07);
  color: var(--cw-ink);
}

.flash__close:active {
  transform: scale(0.94);
}

.flash__close:focus-visible {
  outline: 2px solid var(--flash-accent);
  outline-offset: 2px;
}

.flash--notice {
  --flash-accent: var(--cw-success);
  --flash-soft: var(--cw-success-soft);
}

.flash--alert,
.flash--error {
  --flash-accent: var(--cw-danger);
  --flash-soft: var(--cw-primary-soft);
}

@keyframes flash-toast-enter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes flash-toast-leave {
  to {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(0.985);
  }
}

@media (max-width: 720px) {
  .flash-toast-region {
    top: calc(env(safe-area-inset-top, 0px) + var(--cw-toast-top, 84px));
    right: 14px;
    left: 14px;
    width: auto;
  }

  .admin-layout {
    --cw-toast-top: 14px;
  }

  .flash {
    grid-template-columns: 4px minmax(0, 1fr) 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flash {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .flash.is-leaving {
    animation: none;
    opacity: 0;
  }
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.printer-leasing-page {
  overflow: hidden;
  background: #fffefd;
}

.printer-leasing-page h1,
.printer-leasing-page h2 {
  max-width: none;
}

.lease-hero {
  padding: 0;
  background:
    linear-gradient(90deg, #fffefd 0%, #fffefd 50%, #f1eadf 50%, #f1eadf 100%);
}

.lease-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: stretch;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.lease-hero__copy {
  width: min(100% - 56px, 600px);
  margin-left: auto;
  padding: clamp(70px, 7.2vw, 108px) clamp(34px, 5vw, 72px) clamp(58px, 6vw, 82px) 0;
}

.lease-hero__copy h1 {
  max-width: 10.8em;
  margin: 0 0 var(--cw-space-5);
  font-size: clamp(48px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.lease-hero__copy p {
  max-width: 60ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.1vw, 18px);
}

.lease-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 var(--cw-space-5);
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(22, 19, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 254, 253, 0.9);
  box-shadow: 0 14px 34px rgba(22, 19, 15, 0.06);
}

.lease-hero-trust__stars {
  color: #f5a623;
  font-size: 1.28rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.lease-hero-trust__copy {
  display: grid;
  gap: 0.12rem;
  color: var(--cw-ink);
  line-height: 1.1;
}

.lease-hero-trust__copy strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.lease-hero-trust__copy small {
  color: var(--cw-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.lease-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-4);
  align-items: center;
}

.lease-actions .btn {
  min-height: 56px;
}

.lease-hero__media {
  position: relative;
  min-height: clamp(520px, 43vw, 650px);
  background: var(--cw-header);
}

.lease-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 56% center;
}

.lease-hero__tag {
  position: absolute;
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(28px, 5vw, 70px);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: center;
  width: min(310px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--cw-radius);
  background: rgba(16, 20, 24, 0.92);
  color: #fff;
  box-shadow: 0 18px 44px rgba(16, 20, 24, 0.28);
  padding: var(--cw-space-4);
}

.lease-hero__tag .lease-symbol {
  color: #fff;
}

.lease-proof {
  margin-top: -1px;
  padding: 0 0 clamp(56px, 6vw, 86px);
  background: #fffefd;
}

.lease-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(217, 208, 195, 0.86);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 38px rgba(22, 19, 15, 0.07);
}

.lease-proof article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: var(--cw-space-4);
  align-items: center;
  min-height: 126px;
  padding: var(--cw-space-6);
}

.lease-proof article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.86);
}

.lease-proof strong,
.lease-proof p {
  grid-column: 2;
  margin: 0;
}

.lease-proof strong {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.18;
}

.lease-proof p {
  color: var(--cw-muted);
  font-size: 14px;
  line-height: 1.35;
}

.section-heading--center {
  text-align: center;
}

.section-heading--center h2,
.section-heading--center p {
  margin-right: auto;
  margin-left: auto;
}

.lease-section {
  background: #fffefd;
}

.lease-trigger-grid,
.lease-scope-grid,
.lease-related-grid,
.lease-faq-grid {
  display: grid;
  gap: var(--cw-space-5);
}

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

.lease-trigger-grid article,
.lease-scope-grid article,
.lease-choice-grid article,
.lease-related-grid a,
.lease-faq-grid article {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--cw-shadow-soft);
}

.lease-trigger-grid article {
  min-height: 188px;
  text-align: center;
  padding: var(--cw-space-6) var(--cw-space-5);
}

.lease-trigger-grid h3,
.lease-scope-grid h3,
.lease-choice-grid h3,
.lease-process h3,
.lease-related-grid strong,
.lease-faq-grid h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.18;
}

.lease-trigger-grid p,
.lease-scope-grid p,
.lease-choice-grid p,
.lease-process p,
.lease-related-grid small,
.lease-faq-grid p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 15px;
}

.lease-decision {
  background: #fffefd;
}

.lease-decision__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.lease-decision__copy h2 {
  max-width: 10.5em;
}

.lease-decision__copy p {
  color: var(--cw-ink-soft);
  font-size: 17px;
}

.lease-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-5);
}

.lease-choice-grid article {
  overflow: hidden;
  padding: var(--cw-space-5);
}

.lease-choice-grid__featured {
  border-color: rgba(18, 100, 107, 0.45);
}

.lease-choice-grid__featured h3 {
  margin: calc(var(--cw-space-5) * -1) calc(var(--cw-space-5) * -1) var(--cw-space-4);
  background: var(--cw-action);
  color: #fff;
  padding: var(--cw-space-4) var(--cw-space-5);
}

.lease-choice-grid .check-list {
  margin-bottom: var(--cw-space-4);
}

.lease-scope-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lease-scope-grid article {
  min-height: 205px;
  padding: var(--cw-space-5);
}

.lease-process-section,
.lease-related-section {
  background: #fffefd;
}

.lease-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
  position: relative;
}

.lease-process::before {
  position: absolute;
  top: 22px;
  right: 4%;
  left: 4%;
  height: 1px;
  background: var(--cw-line);
  content: "";
}

.lease-process article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lease-process article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--cw-action);
  color: #fff;
  font-weight: 700;
  margin-bottom: var(--cw-space-4);
}

.lease-process-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--cw-space-3);
  margin-top: clamp(28px, 4vw, 46px);
}

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

.lease-related-grid a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: center;
  color: var(--cw-ink);
  min-height: 104px;
  padding: var(--cw-space-4);
  text-decoration: none;
}

.lease-related-grid small {
  display: block;
  grid-column: 2;
  line-height: 1.35;
}

.printer-leasing-page #intake-form {
  padding: clamp(60px, 7vw, 96px) 0;
  background: #f1eadf;
}

.printer-leasing-page .form-wrap {
  grid-template-columns: minmax(290px, 0.52fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 76px);
}

.printer-leasing-page .form-panel__intro {
  align-self: stretch;
  border-radius: var(--cw-radius) 0 0 var(--cw-radius);
  background: linear-gradient(145deg, var(--cw-action-dark), var(--cw-action));
  color: #fff;
  padding: clamp(30px, 4vw, 46px);
}

.printer-leasing-page .form-panel__intro .eyebrow,
.printer-leasing-page .form-panel__intro p,
.printer-leasing-page .form-panel__intro .check-list li {
  color: rgba(255, 255, 255, 0.88);
}

.printer-leasing-page .form-panel__intro h2 {
  color: #fff;
}

.printer-leasing-page .form-panel {
  border-radius: 0 var(--cw-radius) var(--cw-radius) 0;
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.12);
}

.printer-leasing-page .harness-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lease-faq-section {
  background: #fffefd;
}

.lease-faq__rows {
  display: grid;
  width: min(100%, 56rem);
  margin: 0 auto;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.lease-faq__rows details {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  background: transparent;
}

.lease-faq__rows summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  color: var(--cw-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.lease-faq__rows summary:focus-visible {
  outline: 2px solid rgba(0, 117, 123, 0.35);
  outline-offset: 0.35rem;
}

.lease-faq__rows summary::-webkit-details-marker {
  display: none;
}

.lease-faq__rows summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 50%;
  color: #087277;
  font-size: 1.1rem;
  line-height: 1;
}

.lease-faq__rows details[open] summary::after {
  content: "-";
}

.lease-faq__rows details p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
  color: var(--cw-muted);
  line-height: 1.55;
}

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

.lease-faq-grid article {
  padding: var(--cw-space-5);
}

.lease-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--cw-action);
}

.lease-symbol::before {
  width: 100%;
  height: 100%;
  background: currentColor;
  content: "";
  -webkit-mask: var(--lease-icon) center / contain no-repeat;
  mask: var(--lease-icon) center / contain no-repeat;
}

.lease-symbol--printer { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3C/svg%3E"); }
.lease-symbol--pin { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.lease-symbol--wrench { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L11 22l-5-5 9.7-9.7Z'/%3E%3Cpath d='m7 17-2 2'/%3E%3C/svg%3E"); }
.lease-symbol--box { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m21 8-9-5-9 5 9 5 9-5Z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E"); }
.lease-symbol--alert { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 21h20L12 3Z'/%3E%3Cpath d='M12 9v5M12 17h.01'/%3E%3C/svg%3E"); }
.lease-symbol--clock { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E"); }
.lease-symbol--cost { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6v12M16 9.5c0-1.4-1.8-2.3-3.7-2.3-2.1 0-3.8 1-3.8 2.6 0 3.6 7.5 1.6 7.5 5.3 0 1.6-1.7 2.7-3.9 2.7-2 0-3.8-.9-4-2.4'/%3E%3C/svg%3E"); }
.lease-symbol--team { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3.5 20a5.5 5.5 0 0 1 11 0'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15.5 20a4.5 4.5 0 0 1 5-4.4'/%3E%3C/svg%3E"); }
.lease-symbol--chart { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E"); }
.lease-symbol--truck { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h11v9H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E"); }
.lease-symbol--shield { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9'/%3E%3C/svg%3E"); }
.lease-symbol--droplet { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s7 7.2 7 12a7 7 0 0 1-14 0c0-4.8 7-12 7-12Z'/%3E%3C/svg%3E"); }
.lease-symbol--monitor { --lease-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='12' rx='1'/%3E%3Cpath d='M8 21h8M12 16v5'/%3E%3C/svg%3E"); }

.managed-print-page {
  overflow: hidden;
  background: #fffefd;
}

.managed-print-page h1,
.managed-print-page h2 {
  max-width: none;
}

.managed-print-hero {
  background:
    linear-gradient(90deg, #fffefd 0%, #fffefd 50%, #f1eee8 50%, #f1eee8 100%);
}

.managed-print-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.08fr);
  align-items: stretch;
  width: min(100%, 1440px);
  min-height: 590px;
  margin: 0 auto;
}

.managed-print-hero__copy {
  width: min(100% - 56px, 610px);
  margin-left: auto;
  padding: clamp(62px, 7vw, 92px) clamp(34px, 5vw, 70px) clamp(58px, 6.2vw, 84px) 0;
}

.managed-print-hero__copy h1 {
  max-width: 10.8em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(45px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.managed-print-hero__copy p {
  max-width: 58ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.58;
}

.managed-print-hero__actions,
.managed-print-hero__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.managed-print-hero__actions {
  gap: var(--cw-space-4);
  margin-bottom: var(--cw-space-5);
}

.managed-print-hero__actions .btn {
  min-width: 190px;
}

.managed-print-hero__links {
  gap: var(--cw-space-5);
}

.managed-print-hero__links a,
.managed-print-backup__links a {
  color: var(--cw-it);
  font-size: 14px;
  font-weight: 800;
}

.managed-print-hero__links a::after,
.managed-print-backup__links a::after {
  content: " →";
}

.managed-print-visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
}

.managed-print-visual__image {
  overflow: hidden;
  height: 100%;
  background: var(--cw-header);
}

.managed-print-visual__image img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center;
}

.managed-print-cost-panel {
  position: absolute;
  right: clamp(20px, 3vw, 44px);
  bottom: clamp(34px, 5vw, 70px);
  width: min(330px, calc(100% - 40px));
  border-left: 4px solid var(--cw-primary);
  border-radius: var(--cw-radius);
  background: rgba(11, 13, 16, 0.88);
  color: #fff;
  box-shadow: 0 24px 54px rgba(13, 18, 23, 0.26);
  padding: var(--cw-space-5);
}

.managed-print-cost-panel h2 {
  margin-bottom: var(--cw-space-3);
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.managed-print-cost-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.managed-print-cost-panel li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.managed-print-cost-panel li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  font-size: 12px;
}

.managed-print-proof {
  border-bottom: 1px solid rgba(217, 208, 195, 0.72);
  background: #fff;
}

.managed-print-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.managed-print-proof article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: var(--cw-space-3);
  min-height: 118px;
  align-items: center;
  padding: var(--cw-space-5) var(--cw-space-4);
}

.managed-print-proof article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.72);
}

.managed-print-proof strong,
.managed-print-proof p {
  grid-column: 2;
  margin: 0;
}

.managed-print-proof strong {
  color: var(--cw-ink);
  font-size: 15px;
  line-height: 1.2;
}

.managed-print-proof p {
  color: var(--cw-muted);
  font-size: 13px;
  line-height: 1.35;
}

.managed-print-section {
  padding: clamp(58px, 7vw, 92px) 0;
  background: #fffefd;
}

.managed-print-section--quiet,
.managed-print-page #intake-form {
  background: #f5f1ea;
}

.managed-print-section--backup {
  padding: clamp(38px, 5vw, 62px) 0;
  background: #fff;
}

.managed-print-pain-grid,
.managed-print-review-grid,
.managed-print-process {
  display: grid;
}

.managed-print-pain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--cw-line);
  background: #fff;
  box-shadow: var(--cw-shadow-soft);
}

.managed-print-pain-grid article {
  min-height: 216px;
  padding: var(--cw-space-6);
}

.managed-print-pain-grid article + article {
  border-left: 1px solid var(--cw-line);
}

.managed-print-pain-grid h3,
.managed-print-review-grid h3,
.managed-print-process h3 {
  margin-bottom: 7px;
}

.managed-print-pain-grid p,
.managed-print-review-grid p,
.managed-print-process p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 15px;
}

.managed-print-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: var(--cw-space-5);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.managed-print-badge--red { background: var(--cw-primary); }
.managed-print-badge--amber { background: #c86b28; }
.managed-print-badge--gold { background: var(--cw-print); }
.managed-print-badge--teal { background: var(--cw-it); }

.managed-print-review-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(217, 208, 195, 0.86);
  background: #fff;
}

.managed-print-review-grid article {
  min-height: 190px;
  padding: var(--cw-space-5);
}

.managed-print-review-grid article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.86);
}

.managed-print-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-4);
  align-items: stretch;
}

.managed-print-process article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: start;
  border: 1px solid rgba(217, 208, 195, 0.86);
  background: #fff;
  padding: var(--cw-space-5);
  box-shadow: var(--cw-shadow-soft);
}

.managed-print-process article:not(:last-child)::after {
  position: absolute;
  top: 48%;
  right: -22px;
  z-index: 1;
  color: var(--cw-ink-soft);
  content: "→";
  font-size: 30px;
}

.managed-print-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cw-it);
  color: #fff;
  font-weight: 900;
}

.managed-print-process h3,
.managed-print-process p {
  grid-column: 2;
}

.managed-print-backup {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: var(--cw-space-6);
  align-items: center;
}

.managed-print-backup h2 {
  margin-bottom: 0;
}

.managed-print-backup__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-3);
}

.managed-print-backup__links a {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: #fffefd;
  padding: var(--cw-space-4);
}

.managed-print-page .form-wrap {
  grid-template-columns: minmax(270px, 0.52fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 76px);
}

.managed-print-page .form-panel {
  box-shadow: 0 22px 58px rgba(22, 19, 15, 0.13);
}

.managed-print-page .form-panel__intro h2 {
  max-width: 12em;
}

.managed-print-page .form-panel__intro::after {
  display: block;
  width: 100%;
  max-width: 320px;
  min-height: 150px;
  margin-top: var(--cw-space-6);
  border-radius: var(--cw-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(245, 158, 11, 0.18));
  box-shadow: var(--cw-shadow-soft);
  content: "";
}

.managed-print-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--cw-it);
}

.managed-print-icon::before {
  width: 30px;
  height: 30px;
  background: currentColor;
  content: "";
  -webkit-mask: var(--mps-icon) center / contain no-repeat;
  mask: var(--mps-icon) center / contain no-repeat;
}

.managed-print-icon--team { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.9M16 3.1a4 4 0 0 1 0 7.8'/%3E%3C/svg%3E"); }
.managed-print-icon--printer { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3C/svg%3E"); }
.managed-print-icon--star { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 3 6 6.5.9-4.7 4.6 1.1 6.5L12 17l-5.8 3 1.1-6.5-4.7-4.6L9 8l3-6Z'/%3E%3C/svg%3E"); }
.managed-print-icon--shield { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9'/%3E%3C/svg%3E"); }
.managed-print-icon--chart { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E"); }
.managed-print-icon--wrench { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L11 22l-5-5 9.7-9.7Z'/%3E%3Cpath d='m7 17-2 2'/%3E%3C/svg%3E"); }
.managed-print-icon--drop { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s6 6.5 6 12a6 6 0 1 1-12 0c0-5.5 6-12 6-12Z'/%3E%3C/svg%3E"); }
.managed-print-icon--dollar { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7H14a3.5 3.5 0 0 1 0 7H6'/%3E%3C/svg%3E"); }
.managed-print-icon--calendar { --mps-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18M8 14h4M8 18h8'/%3E%3C/svg%3E"); }

@media (max-width: 1100px) {
  .managed-print-hero {
    background: #fffefd;
  }

  .managed-print-hero__grid,
  .managed-print-page .form-wrap,
  .managed-print-backup {
    grid-template-columns: 1fr;
  }

  .managed-print-hero__copy {
    width: min(100% - 48px, 760px);
    margin: 0 auto;
    padding: 60px 0 42px;
  }

  .managed-print-visual {
    width: min(100% - 48px, 760px);
    margin: 0 auto 48px;
  }

  .managed-print-visual__image,
  .managed-print-visual__image img {
    min-height: 430px;
    border-radius: var(--cw-radius);
  }

  .managed-print-proof__grid,
  .managed-print-pain-grid,
  .managed-print-review-grid,
  .managed-print-backup__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .managed-print-proof article:nth-child(odd),
  .managed-print-pain-grid article:nth-child(odd),
  .managed-print-review-grid article:nth-child(odd) {
    border-left: 0;
  }

  .managed-print-proof article:nth-child(n + 3),
  .managed-print-pain-grid article:nth-child(n + 3),
  .managed-print-review-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(217, 208, 195, 0.86);
  }
}

@media (max-width: 760px) {
  .managed-print-hero__copy {
    width: min(100% - 32px, 560px);
    padding: 42px 0 28px;
  }

  .managed-print-hero__copy h1 {
    max-width: 8.5em;
    font-size: clamp(42px, 14vw, 56px);
  }

  .managed-print-hero__copy p {
    font-size: 16px;
  }

  .managed-print-hero__actions {
    align-items: stretch;
    gap: 12px;
  }

  .managed-print-hero__actions .btn,
  .managed-print-hero__actions .btn--phone {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .managed-print-hero__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .managed-print-visual {
    width: min(100% - 32px, 560px);
    margin-bottom: 34px;
  }

  .managed-print-visual__image,
  .managed-print-visual__image img {
    min-height: 330px;
  }

  .managed-print-cost-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -24px;
  }

  .managed-print-proof__grid,
  .managed-print-pain-grid,
  .managed-print-review-grid,
  .managed-print-process,
  .managed-print-backup__links {
    grid-template-columns: 1fr;
  }

  .managed-print-proof article,
  .managed-print-pain-grid article,
  .managed-print-review-grid article {
    border-left: 0;
  }

  .managed-print-proof article + article,
  .managed-print-pain-grid article + article,
  .managed-print-review-grid article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.86);
  }

  .managed-print-proof article {
    min-height: auto;
    padding: 22px 16px;
  }

  .managed-print-pain-grid article,
  .managed-print-review-grid article {
    min-height: auto;
    padding: 24px;
  }

  .managed-print-process article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .managed-print-process article:not(:last-child)::after {
    display: none;
  }

  .managed-print-backup {
    gap: var(--cw-space-4);
  }

  .managed-print-page .form-panel__intro::after {
    max-width: none;
    min-height: 180px;
  }

  .managed-print-page .form-section--compact .harness-form {
    grid-template-columns: 1fr;
  }
}

/* Printer fleet assessment funnel */
.managed-print-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 117, 123, 0.08), transparent 26rem),
    linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  color: var(--cw-ink);
}

.managed-print-page .eyebrow {
  color: #a5161d;
}

.managed-print-page h1,
.managed-print-page h2,
.managed-print-page h3 {
  letter-spacing: 0;
}

.managed-print-hero {
  padding: 0 clamp(24px, 4vw, 48px) clamp(2.25rem, 5vw, 4.5rem);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.9) 49%, rgba(255, 253, 248, 0.55) 100%),
    #fffdf8;
}

.managed-print-hero__grid {
  width: min(100%, var(--cw-shell));
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(26rem, 1.08fr);
  gap: clamp(2rem, 3.8vw, 4rem);
  align-items: stretch;
}

.managed-print-hero__copy {
  width: auto;
  max-width: 44rem;
  margin: 0;
  padding: clamp(2.7rem, 5.2vw, 4.6rem) 0 clamp(1.7rem, 3vw, 3rem);
}

.managed-print-hero__copy h1 {
  max-width: 46rem;
  margin: 0 0 1.05rem;
  font-size: clamp(2.65rem, 4.1vw, 4.15rem);
  line-height: 0.94;
  text-wrap: balance;
}

.managed-print-hero__copy p {
  max-width: 39rem;
  margin: 0;
  color: var(--cw-muted);
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.6;
}

.managed-print-trust {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.06);
}

.managed-print-trust__stars {
  color: #f5a623;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.managed-print-trust__copy {
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
}

.managed-print-trust__copy strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.managed-print-trust__copy small {
  color: var(--cw-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.managed-print-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.55rem 0 0;
}

.managed-print-hero__actions .btn {
  min-height: 3.2rem;
}

.managed-print-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.35rem;
  color: #145e61;
  font-size: 0.82rem;
  font-weight: 800;
}

.managed-print-proof-line span {
  position: relative;
  padding-left: 1.4rem;
}

.managed-print-proof-line span::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #007579;
  box-shadow: 0 0 0 0.18rem rgba(0, 117, 123, 0.12);
}

.managed-print-visual {
  position: relative;
  min-height: clamp(34rem, calc(100vh - 5.9rem), 48rem);
  overflow: hidden;
  background: #d8e5e4;
  box-shadow: 0 2rem 5rem rgba(17, 24, 39, 0.16);
}

.managed-print-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(34rem, calc(100vh - 5.9rem), 48rem);
  object-fit: cover;
}

.managed-print-cost-panel {
  position: absolute;
  right: 1.75rem;
  bottom: clamp(2.5rem, 4vw, 3.75rem);
  width: min(19rem, 52%);
  padding: 1.35rem;
  border-left: 0;
  border-radius: 0;
  background: #087277;
  color: #fff;
  box-shadow: 0 1.4rem 3rem rgba(0, 45, 47, 0.3);
}

.managed-print-cost-panel span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.managed-print-cost-panel strong {
  display: block;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.managed-print-assurance,
.managed-print-section,
.managed-print-next,
.managed-print-form-section,
.managed-print-faq,
.managed-print-related {
  width: min(100%, var(--cw-shell));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.6rem) clamp(24px, 4vw, 48px);
  background: transparent;
}

.managed-print-assurance {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(3rem, 5.5vw, 5rem);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.managed-print-assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.35rem 3.5rem rgba(17, 24, 39, 0.07);
}

.managed-print-assurance__item {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-right: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 253, 248, 0.72);
}

.managed-print-assurance__item:nth-child(3n),
.managed-print-assurance__item:last-child {
  border-right: 0;
}

.managed-print-assurance__item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.managed-print-assurance__item--pain {
  background: #111820;
  color: #fff;
}

.managed-print-assurance__item span {
  display: block;
  margin-bottom: 0.9rem;
  color: #087277;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.managed-print-assurance__item--pain span {
  color: rgba(255, 255, 255, 0.68);
}

.managed-print-assurance__item h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.18;
}

.managed-print-assurance__item p,
.managed-print-pain-grid p,
.managed-print-review-grid p,
.managed-print-steps p,
.managed-print-related span,
.managed-print-faq p {
  color: var(--cw-muted);
  line-height: 1.55;
}

.managed-print-assurance__item--pain p {
  color: rgba(255, 255, 255, 0.74);
}

.managed-print-page .section-heading {
  max-width: 43rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.managed-print-page .section-heading h2 {
  margin: 0.65rem 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.05;
}

.managed-print-page .section-heading p {
  margin: 0;
}

.managed-print-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, 0.06);
}

.managed-print-pain-grid article {
  min-height: auto;
  padding: 1.45rem;
}

.managed-print-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
  border: 0;
  background: transparent;
}

.managed-print-review-grid article {
  min-height: auto;
  padding: 1.45rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, 0.06);
}

.managed-print-review-grid article + article {
  border-left: 1px solid rgba(17, 24, 39, 0.1);
}

.managed-print-section--open {
  padding-top: 2rem;
}

.managed-print-next {
  padding-top: 1.5rem;
}

.managed-print-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.managed-print-steps article {
  min-width: 0;
}

.managed-print-steps span {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #087277;
  color: #fff;
  font-weight: 900;
}

.managed-print-steps h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.12rem;
}

.managed-print-next__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.managed-print-form-section {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.managed-print-form-card {
  width: min(100%, 58rem);
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1.25rem 3.5rem rgba(17, 24, 39, 0.08);
}

.managed-print-form-card h2 {
  margin: 0.5rem 0 0.4rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.managed-print-form-card > p {
  color: var(--cw-muted);
}

.managed-print-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.managed-print-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--cw-ink);
  font-size: 0.83rem;
  font-weight: 900;
}

.managed-print-form label span {
  color: var(--cw-muted);
  font-weight: 700;
}

.managed-print-form input,
.managed-print-form select,
.managed-print-form textarea {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 0.28rem;
  background: #fff;
  color: var(--cw-ink);
  font: inherit;
  padding: 0.85rem 0.95rem;
}

.managed-print-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.managed-print-form .form-field--full {
  grid-column: 1 / -1;
}

.managed-print-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.2rem;
}

.managed-print-privacy-note {
  margin: 0.15rem 0 0;
  color: var(--cw-muted);
  font-size: 0.84rem;
}

.managed-print-faq {
  padding-top: 1rem;
}

.managed-print-faq__rows {
  display: grid;
  width: min(100%, 56rem);
  margin: 0 auto;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.managed-print-faq details {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  background: transparent;
}

.managed-print-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  color: var(--cw-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.managed-print-faq summary:focus-visible {
  outline: 2px solid rgba(0, 117, 123, 0.35);
  outline-offset: 0.35rem;
}

.managed-print-faq summary::-webkit-details-marker {
  display: none;
}

.managed-print-faq summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 50%;
  color: #087277;
  font-size: 1.1rem;
  line-height: 1;
}

.managed-print-faq details[open] summary::after {
  content: "-";
}

.managed-print-faq details p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
}

.managed-print-related {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.managed-print-related > div:first-child {
  text-align: center;
  margin-bottom: 1.8rem;
}

.managed-print-related h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
}

.managed-print-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.managed-print-related a {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--cw-ink);
  text-decoration: none;
  box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, 0.06);
}

.managed-print-related a::after {
  content: "View path";
  color: #087277;
  font-size: 0.82rem;
  font-weight: 900;
}

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

  .managed-print-hero__copy {
    max-width: none;
  }

  .managed-print-assurance__grid,
  .managed-print-pain-grid,
  .managed-print-review-grid,
  .managed-print-steps,
  .managed-print-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .managed-print-page {
    background: linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  }

  .managed-print-hero {
    padding: 1.65rem 1rem 1.35rem;
  }

  .managed-print-hero__copy {
    width: auto;
    padding: 0;
  }

  .managed-print-hero__grid {
    gap: 1.35rem;
  }

  .managed-print-hero__copy h1 {
    max-width: none;
    margin: 0 0 1rem;
    font-size: clamp(2.12rem, 9.8vw, 2.72rem);
    line-height: 1.03;
  }

  .managed-print-hero__copy p {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .managed-print-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    gap: 0.65rem;
    margin-top: 1.05rem;
    padding: 0.68rem 0.85rem;
  }

  .managed-print-trust__stars {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
  }

  .managed-print-trust__copy strong {
    font-size: 0.9rem;
  }

  .managed-print-trust__copy small {
    font-size: 0.74rem;
  }

  .managed-print-hero__actions,
  .managed-print-next__actions,
  .managed-print-form .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .managed-print-hero__actions .btn,
  .managed-print-next__actions .btn,
  .managed-print-form .form-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .managed-print-proof-line {
    display: grid;
    gap: 0.7rem;
    padding: 1rem 0 0;
  }

  .managed-print-visual,
  .managed-print-visual > img {
    width: 100%;
    min-height: 22rem;
    margin: 0;
    border-radius: 0;
  }

  .managed-print-cost-panel {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    width: min(18rem, calc(100% - 2rem));
    margin: 0;
    padding: 1rem;
  }

  .managed-print-assurance,
  .managed-print-section,
  .managed-print-next,
  .managed-print-form-section,
  .managed-print-faq,
  .managed-print-related {
    width: 100%;
    padding: 2.5rem 1rem;
  }

  .managed-print-assurance__grid,
  .managed-print-pain-grid,
  .managed-print-review-grid,
  .managed-print-steps,
  .managed-print-related__grid,
  .managed-print-form {
    grid-template-columns: 1fr;
  }

  .managed-print-assurance__item,
  .managed-print-pain-grid article,
  .managed-print-review-grid article {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .managed-print-assurance__item:last-child,
  .managed-print-pain-grid article:last-child,
  .managed-print-review-grid article:last-child {
    border-bottom: 0;
  }

  .managed-print-page .section-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .managed-print-page .section-heading h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .managed-print-form-card,
  .managed-print-review-grid article,
  .managed-print-related a {
    border-radius: 0.38rem;
  }
}


.it-proactive-page {
  overflow: hidden;
  background: #fffefd;
}

.it-proactive-page h1,
.it-proactive-page h2 {
  max-width: none;
}

.it-proactive-hero {
  padding: 0;
  background:
    linear-gradient(90deg, #fffefd 0%, #fffefd 47%, #f7f2eb 47%, #f7f2eb 100%);
}

.it-proactive-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.it-proactive-hero__copy {
  width: min(100% - 56px, 600px);
  margin-left: auto;
  padding: clamp(62px, 7vw, 92px) clamp(34px, 5vw, 70px) clamp(58px, 6.2vw, 84px) 0;
}

.it-proactive-hero__copy h1 {
  max-width: 10.6em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(46px, 5.1vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.it-proactive-hero__copy p {
  max-width: 58ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.58;
}

.it-proactive-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-4);
  align-items: center;
  margin-bottom: var(--cw-space-6);
}

.it-proactive-hero__actions .btn {
  min-width: 184px;
}

.it-proactive-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  max-width: 530px;
}

.it-proactive-proof span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cw-ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
}

.it-proactive-visual {
  position: relative;
  isolation: isolate;
  align-self: stretch;
}

.it-proactive-visual__image {
  overflow: hidden;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: var(--cw-header);
  box-shadow: none;
}

.it-proactive-visual__image img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 43vw, 650px);
  object-fit: cover;
  object-position: 61% center;
}

.it-proactive-included {
  position: absolute;
  right: clamp(16px, 2.2vw, 32px);
  top: auto;
  bottom: clamp(58px, 7vw, 96px);
  transform: none;
  overflow: hidden;
  width: min(280px, calc(100% - 40px));
  border: 1px solid rgba(18, 26, 34, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--cw-ink);
  box-shadow: 0 22px 48px rgba(13, 18, 23, 0.18);
}

.it-proactive-included h2 {
  margin: 0;
  background: var(--cw-header);
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding: 18px 22px;
}

.it-proactive-included__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 13px 0;
}

.it-proactive-included__grid span {
  display: flex;
  gap: var(--cw-space-3);
  align-items: center;
  min-height: 52px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--cw-ink-soft);
  font-size: 14px;
  font-weight: 700;
  padding: 0 22px;
}

.it-symbol,
.it-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.it-symbol {
  width: 30px;
  height: 30px;
  color: var(--cw-action-dark);
}

.it-symbol::before {
  width: 100%;
  height: 100%;
  background: currentColor;
  content: "";
  -webkit-mask: var(--it-icon) center / contain no-repeat;
  mask: var(--it-icon) center / contain no-repeat;
}

.it-symbol--pin { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.it-symbol--shield { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9'/%3E%3C/svg%3E"); }
.it-symbol--printer { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3C/svg%3E"); }
.it-symbol--monitor { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='12' rx='1'/%3E%3Cpath d='M8 21h8M12 16v5M7 10h3l2-3 2 6 2-3h1'/%3E%3C/svg%3E"); }
.it-symbol--user { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3Cpath d='M19 8h3M20.5 6.5v3'/%3E%3C/svg%3E"); }
.it-symbol--gear { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4v-.2a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1-2.8-2.8.1-.1A1.7 1.7 0 0 0 4.6 15a1.7 1.7 0 0 0-1.6-1H3v-4h.2a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9l-.1-.1 2.8-2.8.1.1A1.7 1.7 0 0 0 9 4.6a1.7 1.7 0 0 0 1-1.6V3h4v.2a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1 2.8 2.8-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E"); }
.it-symbol--clipboard { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6l1 2h3v15H5V6h3l1-2Z'/%3E%3Cpath d='M9 12h6M9 16h4'/%3E%3C/svg%3E"); }
.it-symbol--cloud { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 18H7a5 5 0 1 1 1-9.9A6 6 0 0 1 19 10.5 3.8 3.8 0 0 1 17.5 18Z'/%3E%3C/svg%3E"); }
.it-symbol--wrench { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L11 22l-5-5 9.7-9.7Z'/%3E%3Cpath d='m7 17-2 2'/%3E%3C/svg%3E"); }
.it-symbol--chart { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E"); }
.it-symbol--network { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='9' y='3' width='6' height='5'/%3E%3Crect x='3' y='16' width='6' height='5'/%3E%3Crect x='15' y='16' width='6' height='5'/%3E%3Cpath d='M12 8v4M6 16v-4h12v4'/%3E%3C/svg%3E"); }

.it-proof-strip {
  padding: 0 0 clamp(70px, 7vw, 96px);
  background: #fffefd;
}

.it-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(217, 208, 195, 0.82);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(22, 19, 15, 0.06);
}

.it-proof-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: var(--cw-space-3);
  min-height: 132px;
  padding: var(--cw-space-6) var(--cw-space-6);
}

.it-proof-strip article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.82);
}

.it-proof-strip strong,
.it-proof-strip span {
  display: block;
}

.it-proof-strip__icon {
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  color: var(--cw-action-dark);
}

.it-proof-strip strong {
  margin-bottom: 7px;
  color: var(--cw-ink);
  font-size: 18px;
  line-height: 1.18;
  grid-column: 2;
}

.it-proof-strip span {
  color: var(--cw-muted);
  font-size: 14px;
  grid-column: 2;
}

.it-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(46px, 7vw, 86px);
  align-items: start;
  padding-bottom: clamp(42px, 5vw, 76px);
}

.it-proactive-page .section-heading {
  max-width: none;
}

.it-proactive-page .section-heading h2 {
  max-width: 720px;
}

.it-split p {
  max-width: 62ch;
  font-size: 17px;
}

.it-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
  margin-top: var(--cw-space-5);
}

.it-feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-5);
}

.it-feature-stack article,
.it-inclusion-grid article,
.it-process article {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--cw-shadow-soft);
}

.it-feature-stack article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: var(--cw-space-6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.it-feature-stack article:hover,
.it-inclusion-grid article:hover,
.it-process article:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(22, 19, 15, 0.1);
}

.it-card-icon,
.it-process article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  color: var(--cw-action-dark);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: var(--cw-space-7);
}

.it-feature-stack article h3,
.it-feature-stack article p {
  grid-column: auto;
}

.it-feature-stack article h3,
.it-inclusion-grid article h3,
.it-process article h3 {
  margin-bottom: 4px;
}

.it-feature-stack article p,
.it-inclusion-grid article p,
.it-process article p {
  margin-bottom: 0;
  color: var(--cw-muted);
  font-size: 15px;
}

.it-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-5);
}

.it-inclusion-grid article {
  min-height: 100%;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: var(--cw-space-5);
  padding: var(--cw-space-6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.it-icon {
  width: 44px;
  height: 44px;
  background: transparent;
  color: var(--cw-action-dark);
  margin: 0;
}

.it-inclusion-grid article h3,
.it-inclusion-grid article p {
  grid-column: 2;
}

.it-process-section {
  background: #fffefd;
}

.it-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
}

.it-process article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: var(--cw-space-4);
  padding: var(--cw-space-4);
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.it-process article:not(:last-child)::after {
  position: absolute;
  top: 38px;
  right: -28px;
  color: rgba(18, 26, 34, 0.58);
  content: "→";
  font-size: 34px;
  line-height: 1;
}

.it-process article span {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  background: var(--cw-action);
  color: #fff;
  grid-column: 1;
  grid-row: 1;
}

.it-process article > .it-symbol {
  grid-column: 2;
  grid-row: 1;
  width: 48px;
  height: 48px;
  margin-bottom: var(--cw-space-4);
}

.it-process article h3,
.it-process article p {
  grid-column: 1 / -1;
}

.it-before-form {
  padding: clamp(42px, 6vw, 70px) 0 0;
  background: #f1eadf;
}

.it-before-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: end;
  border-bottom: 1px solid rgba(217, 208, 195, 0.9);
  padding-bottom: var(--cw-space-5);
}

.it-before-form h2 {
  max-width: 10.8em;
}

.it-before-form p {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--cw-ink-soft);
  font-size: 17px;
}

.it-proactive-page .form-wrap {
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 90px);
}

.it-proactive-page #intake-form {
  padding: clamp(72px, 8vw, 106px) 0;
  background: #f1eadf;
}

.it-proactive-page .form-panel {
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.12);
}

.form-section--compact .form-panel {
  padding: clamp(28px, 4vw, 42px);
}

.form-section--compact .harness-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-section--compact .form-secure-note {
  grid-column: 1 / -1;
  margin: -6px 0 0;
  color: var(--cw-muted);
  font-size: 13px;
}

.it-proactive-page .form-panel__intro .check-list li:nth-child(2) {
  display: none;
}

.backup-page {
  overflow: hidden;
  background: #fffefd;
}

.backup-page h1,
.backup-page h2 {
  max-width: none;
}

.backup-hero {
  background:
    linear-gradient(90deg, #fffefd 0%, #fffefd 47%, rgba(255, 254, 253, 0.72) 56%, rgba(255, 254, 253, 0) 72%),
    linear-gradient(180deg, #fffefd 0%, #f5eee4 100%);
}

.backup-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.1fr);
  align-items: stretch;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.backup-hero__copy {
  z-index: 2;
  width: min(100% - 56px, 620px);
  margin-left: auto;
  padding: clamp(56px, 6vw, 82px) clamp(28px, 4vw, 62px) clamp(52px, 5vw, 76px) 0;
}

.backup-hero__copy h1 {
  max-width: 11.6em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(42px, 4.35vw, 58px);
  line-height: 1.02;
}

.backup-hero__copy p {
  max-width: 61ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.58;
}

.backup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-4);
  align-items: center;
}

.backup-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cw-action-dark);
  font-weight: 900;
  text-decoration: none;
}

.backup-call::before {
  content: "☎";
  color: var(--cw-action-dark);
  font-size: 18px;
}

.backup-hero__visual {
  position: relative;
  min-height: clamp(520px, 43vw, 660px);
  isolation: isolate;
}

.backup-hero__visual::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 30%;
  background: linear-gradient(90deg, #fffefd 0%, rgba(255, 254, 253, 0) 100%);
  content: "";
}

.backup-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.backup-status-card {
  position: absolute;
  right: clamp(20px, 3vw, 52px);
  bottom: clamp(28px, 4vw, 60px);
  z-index: 2;
  width: min(330px, calc(100% - 40px));
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(0, 102, 108, 0.92);
  color: #fff;
  box-shadow: 0 24px 60px rgba(6, 29, 33, 0.24);
  padding: var(--cw-space-5);
}

.backup-status-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.backup-status-card strong {
  display: block;
  margin-bottom: var(--cw-space-3);
  font-size: 21px;
  line-height: 1.12;
}

.backup-status-card ul,
.backup-status-card li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.backup-status-card li {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  font-size: 14px;
}

.backup-status-card li + li {
  margin-top: 9px;
}

.backup-status-card li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "✓";
}

.backup-proof {
  border-bottom: 1px solid rgba(217, 208, 195, 0.72);
  background: #fffefd;
}

.backup-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.backup-proof article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: var(--cw-space-3);
  min-height: 116px;
  align-items: center;
  padding: var(--cw-space-5) var(--cw-space-4);
}

.backup-proof article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.72);
}

.backup-proof .it-symbol {
  color: var(--cw-action-dark);
}

.backup-proof strong,
.backup-proof p {
  grid-column: 2;
  margin: 0;
}

.backup-proof strong {
  color: var(--cw-ink);
  font-size: 16px;
}

.backup-proof p {
  color: var(--cw-muted);
  font-size: 13px;
}

.backup-risk,
.backup-monitor,
.backup-process,
.backup-related,
.backup-faq {
  padding: clamp(72px, 8vw, 108px) 0;
}

.backup-risk {
  background: #fffefd;
}

.backup-risk__grid,
.backup-monitor__grid,
.backup-related__grid,
.backup-before-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
}

.backup-risk h2,
.backup-monitor h2,
.backup-before-form h2 {
  max-width: 11em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.03;
}

.backup-risk p,
.backup-monitor p,
.backup-related p,
.backup-before-form p {
  max-width: 62ch;
  color: var(--cw-ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.backup-check-list {
  margin-top: var(--cw-space-5);
}

.backup-risk__panel {
  min-height: 360px;
  align-content: end;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 102, 108, 0.82), rgba(8, 32, 36, 0.92)),
    url("/assets/backup-disaster-recovery-hero-800da178.webp") center / cover;
  color: #fff;
  box-shadow: 0 24px 70px rgba(13, 18, 23, 0.16);
  padding: clamp(28px, 4vw, 46px);
}

.backup-risk__panel .it-symbol {
  color: #fff;
}

.backup-risk__panel h3 {
  color: #fff;
  font-size: 30px;
}

.backup-risk__panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.backup-protect {
  padding: clamp(70px, 7vw, 96px) 0;
  background: #f7f2eb;
}

.backup-protect__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: var(--cw-space-5);
}

.backup-protect article {
  min-height: 180px;
  border-left: 1px solid rgba(217, 208, 195, 0.82);
  text-align: center;
  padding: var(--cw-space-5) var(--cw-space-3);
}

.backup-protect article:last-child {
  border-right: 1px solid rgba(217, 208, 195, 0.82);
}

.backup-protect .it-symbol {
  width: 50px;
  height: 50px;
  margin: 0 auto var(--cw-space-3);
  color: var(--cw-action-dark);
}

.backup-protect h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.backup-protect p {
  margin: 0 auto;
  max-width: 18ch;
  color: var(--cw-muted);
  font-size: 13px;
}

.backup-monitor {
  background: #fffefd;
}

.backup-monitor__screen {
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(9, 15, 21, 0.94), rgba(15, 39, 43, 0.96)),
    #101820;
  color: #fff;
  box-shadow: 0 24px 70px rgba(13, 18, 23, 0.18);
  padding: clamp(28px, 5vw, 54px);
}

.backup-monitor__screen span,
.backup-monitor__screen small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.backup-monitor__screen strong {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
}

.backup-bars {
  display: flex;
  gap: 10px;
  align-items: end;
  min-height: 160px;
  margin-top: var(--cw-space-8);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: var(--cw-space-5);
}

.backup-bars i {
  flex: 1;
  min-width: 10px;
  border-radius: 999px 999px 0 0;
  background: #2fc06c;
}

.backup-bars i:nth-child(1) { height: 42px; }
.backup-bars i:nth-child(2) { height: 76px; }
.backup-bars i:nth-child(3) { height: 58px; }
.backup-bars i:nth-child(4) { height: 114px; }
.backup-bars i:nth-child(5) { height: 90px; }
.backup-bars i:nth-child(6) { height: 130px; }
.backup-bars i:nth-child(7) { height: 70px; }
.backup-bars i:nth-child(8) { height: 102px; }

.backup-process {
  background: #f7f2eb;
}

.backup-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 54px);
  margin-top: var(--cw-space-5);
}

.backup-process article {
  position: relative;
  text-align: center;
}

.backup-process article:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: -32px;
  width: 64px;
  border-top: 2px dashed rgba(13, 18, 23, 0.26);
  content: "";
}

.backup-process article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: var(--cw-space-4);
  border: 1px solid rgba(0, 102, 108, 0.2);
  border-radius: 50%;
  background: #fffefd;
  color: var(--cw-action-dark);
  font-size: 22px;
  font-weight: 900;
}

.backup-process h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.backup-process p {
  margin: 0 auto;
  max-width: 25ch;
  color: var(--cw-muted);
  font-size: 14px;
}

.backup-related {
  background: #fffefd;
}

.backup-related__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.backup-related__cards a {
  display: grid;
  min-height: 150px;
  align-content: center;
  border: 1px solid var(--cw-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cw-ink);
  text-align: center;
  text-decoration: none;
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-4);
}

.backup-related__cards strong,
.backup-related__cards span {
  display: block;
}

.backup-related__cards span {
  margin-top: 8px;
  color: var(--cw-muted);
  font-size: 13px;
}

.backup-before-form {
  padding: clamp(54px, 6vw, 78px) 0 0;
  background: #f1eadf;
}

.backup-before-form__grid {
  align-items: end;
  border-bottom: 1px solid rgba(217, 208, 195, 0.9);
  padding-bottom: var(--cw-space-6);
}

.backup-before-form aside {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px var(--cw-space-3);
  max-width: 300px;
  justify-self: end;
  border: 1px solid rgba(217, 208, 195, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: var(--cw-space-4);
}

.backup-before-form aside .it-symbol {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  color: var(--cw-action-dark);
}

.backup-before-form aside a {
  color: var(--cw-action-dark);
  font-weight: 900;
  text-decoration: none;
}

.backup-page #intake-form {
  padding: clamp(70px, 8vw, 104px) 0;
  background: #f1eadf;
}

.backup-page .form-wrap {
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 82px);
}

.backup-page .form-panel {
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(22, 19, 15, 0.12);
}

.backup-faq {
  background: #fffefd;
}

.backup-faq__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-4);
  align-items: start;
}

.backup-faq details {
  border: 1px solid var(--cw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-4);
}

.backup-faq summary {
  cursor: pointer;
  color: var(--cw-ink);
  font-weight: 900;
}

.backup-faq p {
  margin: var(--cw-space-3) 0 0;
  color: var(--cw-muted);
  font-size: 14px;
}

.backup-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  width: fit-content;
  margin: 0 0 var(--cw-space-5);
  border: 1px solid rgba(217, 208, 195, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(13, 18, 23, 0.08);
  padding: 0.72rem 1rem;
}

.backup-hero-trust__stars {
  color: #f5a623;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.backup-hero-trust__copy {
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
}

.backup-hero-trust__copy strong {
  color: var(--cw-ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.backup-hero-trust__copy small {
  color: var(--cw-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.backup-process__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--cw-space-3);
  margin-top: var(--cw-space-7);
}

.backup-form-section {
  padding: clamp(70px, 8vw, 104px) 0;
  background: #f1eadf;
}

.backup-form-card {
  max-width: 940px;
  border: 1px solid rgba(217, 208, 195, 0.92);
  border-radius: 8px;
  background: #fffefd;
  box-shadow: 0 24px 70px rgba(22, 19, 15, 0.12);
  padding: clamp(24px, 4vw, 48px);
}

.backup-form-card h2 {
  max-width: 13em;
  margin-bottom: 0.7rem;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.04;
}

.backup-form-card > p {
  max-width: 58rem;
  margin: 0 0 var(--cw-space-5);
  color: var(--cw-ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.backup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.backup-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--cw-ink);
  font-size: 0.85rem;
  font-weight: 900;
}

.backup-form label span {
  color: var(--cw-muted);
  font-weight: 700;
}

.backup-form input,
.backup-form select,
.backup-form textarea {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid rgba(217, 208, 195, 0.95);
  border-radius: 0.35rem;
  background: #fff;
  color: var(--cw-ink);
  font: inherit;
  font-weight: 700;
  padding: 0.88rem 0.95rem;
}

.backup-form textarea {
  min-height: 118px;
  resize: vertical;
}

.backup-form .form-field--full {
  grid-column: 1 / -1;
}

.backup-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 0.2rem;
}

.backup-privacy-note {
  margin: 0;
  color: var(--cw-muted);
  font-size: 0.82rem;
}

.backup-faq__rows {
  display: grid;
  width: min(100%, 56rem);
  margin: 0 auto;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.backup-faq__rows details {
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.backup-faq__rows summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  color: var(--cw-ink);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
  padding: 1.15rem 0;
}

.backup-faq__rows summary:focus-visible {
  outline: 2px solid rgba(0, 117, 123, 0.35);
  outline-offset: 0.35rem;
}

.backup-faq__rows summary::-webkit-details-marker {
  display: none;
}

.backup-faq__rows summary::after {
  display: inline-grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 999px;
  background: transparent;
  color: var(--cw-action-dark);
  content: "+";
  font-size: 1.12rem;
  line-height: 1;
}

.backup-faq__rows details[open] summary::after {
  content: "-";
}

.backup-faq__rows p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
  border-top: 0;
  padding: 0;
  color: var(--cw-muted);
  line-height: 1.55;
}

.proof-card,
.product-card,
.cart-item,
.cart-summary,
.admin-card {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.proof-card,
.product-card,
.cart-item,
.cart-summary,
.admin-card,
.pricing-card,
.pricing-hero-card,
.promo-panel,
.trust-strip article,
.checkout-readiness article,
.location-card,
.partner-card,
.policy-card,
.resource-card,
.portal-step,
.article-panel,
.readiness-card {
  background: rgba(255, 254, 253, 0.86);
}

.proof-card,
.admin-card,
.cart-summary {
  padding: var(--cw-space-5);
}

.proof-card__rating {
  color: var(--cw-warning);
  font-weight: var(--cw-weight-heading);
  margin-bottom: var(--cw-space-3);
}

.proof-card strong,
.proof-card span {
  display: block;
}

.proof-card span,
.product-card__category,
.product-note,
.admin-card span {
  color: var(--cw-muted);
  font-size: 14px;
}

.store-intro,
.finance-panel,
.cart-steps {
  padding: var(--cw-space-5);
}

.store-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-2);
  margin-top: var(--cw-space-5);
}

.store-benefits span,
.product-card__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-success-soft);
  color: var(--cw-success);
  font-size: 12px;
  font-weight: var(--cw-weight-label);
  padding: 5px 9px;
}

.cart-steps {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.cart-steps ol {
  display: grid;
  counter-reset: cart-step;
  gap: var(--cw-space-3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: start;
  border-top: 1px solid var(--cw-line);
  padding-top: var(--cw-space-3);
  counter-increment: cart-step;
}

.cart-steps li:first-child {
  border-top: 0;
  padding-top: 0;
}

.cart-steps li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--cw-primary);
  color: var(--cw-surface);
  content: counter(cart-step);
  font-size: 13px;
  font-weight: var(--cw-weight-heading);
}

.cart-steps strong,
.cart-steps span {
  display: block;
}

.cart-steps span {
  grid-column: 2;
  color: var(--cw-muted);
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink-soft);
  margin: 0;
  padding-left: 20px;
}

.shop-toolbar {
  display: grid;
  gap: var(--cw-space-4);
}

.shop-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--cw-space-3);
  align-items: end;
}

.shop-search label,
.subscription-form label,
.quantity-form label,
.checkout-options label {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink);
  font-size: 14px;
  font-weight: var(--cw-weight-label);
}

.shop-search input,
.subscription-form input,
.subscription-form select,
.quantity-form input,
.checkout-options select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  color: var(--cw-ink);
  font: inherit;
  padding: 10px 12px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
}

.shop-filter-summary {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
  color: var(--cw-muted);
  font-size: 14px;
}

.shop-filter-summary a {
  color: var(--cw-action);
  font-weight: var(--cw-weight-strong);
  text-decoration: none;
}

.shop-filter-summary a:hover {
  text-decoration: underline;
}

.category-pills a {
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-surface);
  color: var(--cw-action-dark);
  font-weight: var(--cw-weight-strong);
  padding: 8px 12px;
  text-decoration: none;
}

.category-pills a.is-active,
.category-pills a:hover {
  border-color: var(--cw-primary);
  color: var(--cw-primary);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.product-card {
  display: grid;
  grid-template-rows: 150px 1fr;
  overflow: hidden;
}

.product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cw-soft);
  padding: var(--cw-space-5);
}

.product-card__badge {
  position: absolute;
  top: var(--cw-space-3);
  left: var(--cw-space-3);
  max-width: calc(100% - 24px);
  background: var(--cw-surface);
  color: var(--cw-primary-dark);
}

.product-card__image img {
  width: min(180px, 100%);
  max-height: 120px;
  object-fit: contain;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.product-card__body p {
  margin-bottom: 0;
}

.product-meta,
.cart-summary dl,
.admin-dl {
  display: grid;
  gap: var(--cw-space-2);
  margin: 0;
}

.product-meta div,
.cart-summary dl div,
.admin-dl div {
  display: flex;
  justify-content: space-between;
  gap: var(--cw-space-3);
  border-top: 1px solid var(--cw-line);
  padding-top: var(--cw-space-2);
}

.product-meta div:last-child {
  border-bottom: 1px solid var(--cw-line);
  padding-bottom: var(--cw-space-2);
}

.product-meta dt,
.cart-summary dt,
.admin-dl dt {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
}

.product-meta dd,
.cart-summary dd,
.admin-dl dd {
  margin: 0;
  text-align: right;
}

.checkout-options {
  display: grid;
  gap: var(--cw-space-3);
  border-top: 1px solid var(--cw-line);
  margin-top: var(--cw-space-5);
  padding-top: var(--cw-space-5);
}

.checkout-options h3 {
  margin-bottom: 0;
}

.checkout-item-list {
  display: grid;
  gap: var(--cw-space-2);
  border-top: 1px solid var(--cw-line);
  margin-top: var(--cw-space-4);
  padding-top: var(--cw-space-4);
}

.checkout-item-list div {
  display: flex;
  justify-content: space-between;
  gap: var(--cw-space-3);
  color: var(--cw-ink-soft);
  font-size: 14px;
}

.checkout-item-list strong {
  color: var(--cw-ink);
  white-space: nowrap;
}

.checkout-form {
  grid-template-columns: 1fr;
}

.checkout-form-step,
.progressive-panel {
  grid-column: 1 / -1;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  padding: var(--cw-space-4);
}

.checkout-form-step legend {
  color: var(--cw-ink);
  font-size: 15px;
  font-weight: var(--cw-weight-heading);
  padding: 0 var(--cw-space-2);
}

.checkout-choice-grid,
.progressive-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.checkout-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--cw-space-3);
}

.checkout-choice-card {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: var(--cw-space-3);
  min-height: 100%;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-canvas);
  padding: var(--cw-space-3);
}

.checkout-choice-card input {
  width: auto;
  min-height: 0;
  margin-top: 2px;
}

.checkout-choice-card strong,
.checkout-choice-card small {
  display: block;
}

.checkout-choice-card small {
  color: var(--cw-muted);
  font-size: 13px;
  line-height: 1.4;
  margin-top: var(--cw-space-1);
}

.progressive-panel summary {
  cursor: pointer;
  color: var(--cw-ink);
  font-weight: var(--cw-weight-heading);
}

.progressive-panel__grid {
  margin-top: var(--cw-space-4);
}

.checkout-form-actions,
.checkout-form-help {
  grid-column: 1 / -1;
}

.product-card__actions {
  display: grid;
  gap: var(--cw-space-3);
  margin-top: auto;
}

.product-card__actions form,
.product-card__actions .btn,
.product-card__actions button {
  width: 100%;
}

.product-card__actions .text-link {
  justify-self: center;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-soft);
  padding: var(--cw-space-6);
}

.empty-state--checkout {
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.product-card h3 a {
  color: var(--cw-ink);
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--cw-primary);
  text-decoration: underline;
}

.product-detail-hero {
  background: linear-gradient(135deg, var(--cw-surface) 0%, var(--cw-soft) 100%);
}

.product-detail-card {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow);
  overflow: hidden;
}

.product-detail-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background: var(--cw-soft-strong);
  padding: var(--cw-space-7);
}

.product-detail-card__image img {
  width: min(360px, 100%);
  max-height: 220px;
  object-fit: contain;
}

.product-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.product-detail-meta div {
  border-top: 1px solid var(--cw-line);
  padding: var(--cw-space-4);
}

.product-detail-meta div:nth-child(odd) {
  border-right: 1px solid var(--cw-line);
}

.product-detail-meta dt {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
  margin-bottom: var(--cw-space-1);
}

.product-detail-meta dd {
  color: var(--cw-ink);
  font-weight: var(--cw-weight-strong);
  margin: 0;
}

.inline-cart-form {
  display: inline-flex;
}

.cart-grid,
.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: var(--cw-space-6);
  align-items: start;
}

.hero--cart {
  padding: var(--cw-space-5) 0;
}

.hero--cart .hero__grid {
  grid-template-columns: minmax(0, 760px);
  gap: var(--cw-space-4);
}

.hero--checkout .hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: var(--cw-space-5);
  align-items: start;
}

.hero--cart .hero__copy p,
.hero--checkout .hero__copy p {
  font-size: 16px;
}

.hero--cart h1,
.hero--checkout h1 {
  font-size: 40px;
}

.hero--checkout {
  padding: var(--cw-space-6) 0;
}

.hero--cart + .page-section,
.hero--checkout + .page-section {
  padding-top: var(--cw-space-5);
}

.hero--cart .cart-steps,
.hero--checkout .cart-summary {
  padding: var(--cw-space-4);
}

.cart-grid > *,
.admin-grid > * {
  min-width: 0;
}

.cart-items,
.admin-list {
  display: grid;
  gap: var(--cw-space-3);
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: var(--cw-space-3);
  align-items: center;
  padding: 12px 14px;
}

.cart-item--empty {
  grid-template-columns: 1fr;
}

.cart-item__details {
  min-width: 0;
}

.cart-item__details h3,
.cart-item__details p {
  margin-bottom: var(--cw-space-1);
}

.cart-item__details h3 {
  font-size: 18px;
}

.cart-item__controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  align-items: end;
  justify-content: flex-start;
}

.cart-item__controls .button_to {
  margin: 0;
}

.cart-item__price {
  justify-self: end;
  white-space: nowrap;
}

.quantity-form {
  display: flex;
  gap: var(--cw-space-2);
  align-items: end;
}

.quantity-form input {
  width: 80px;
  min-height: 38px;
}

.cart-item .btn--small {
  min-height: 38px;
}

.trust-strip,
.checkout-readiness {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: var(--cw-space-4);
}

.trust-strip article,
.checkout-readiness article {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: 20px;
}

.trust-strip strong,
.checkout-readiness strong,
.trust-strip span,
.checkout-readiness span {
  display: block;
}

.trust-strip strong,
.checkout-readiness strong {
  margin-bottom: var(--cw-space-2);
}

.trust-strip span,
.checkout-readiness span {
  color: var(--cw-muted);
}

.subscription-form {
  display: grid;
  gap: var(--cw-space-3);
}

.subscription-form label {
  color: rgba(255, 255, 255, 0.9);
}

.subscription-form input,
.subscription-form select {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--cw-surface);
}

.subscription-form option {
  color: var(--cw-ink);
}

.consent-row {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: var(--cw-space-2) !important;
  font-weight: 500 !important;
}

.consent-row input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.admin-hero {
  background: var(--cw-soft);
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--cw-space-4);
}

.admin-filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: var(--cw-space-6);
  align-items: start;
}

.admin-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-3);
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
}

.admin-filter-form label {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
}

.admin-filter-form input,
.admin-filter-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  color: var(--cw-ink);
  font: inherit;
  padding: 10px 12px;
}

.admin-filter-form .form-actions {
  grid-column: 1 / -1;
}

.admin-layout .section-heading {
  max-width: none;
  margin-bottom: 10px;
}

.admin-layout .section-heading h2 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.25;
}

.admin-layout .section-heading p {
  max-width: 920px;
  color: #616161;
  font-size: 13px;
}

.admin-layout .admin-filter-panel {
  grid-template-columns: minmax(0, 1fr);
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--cw-line);
  padding: var(--cw-space-3);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--cw-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-table span {
  color: var(--cw-muted);
  font-size: 13px;
}

.admin-export-row {
  margin-top: var(--cw-space-4);
}

.status-badge-list,
.admin-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  margin: var(--cw-space-3) 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-soft);
  color: var(--cw-ink-soft);
  font-size: 12px;
  font-weight: var(--cw-weight-strong);
  padding: 4px 8px;
}

.status-badge--success {
  border-color: var(--cw-success);
  background: var(--cw-success-soft);
  color: var(--cw-success);
}

.status-badge--notice {
  border-color: var(--cw-action);
  background: #edf4ff;
  color: var(--cw-action-dark);
}

.status-badge--warning {
  border-color: var(--cw-warning);
  background: var(--cw-warning-soft);
  color: var(--cw-warning);
}

.status-badge--danger {
  border-color: var(--cw-danger);
  background: var(--cw-primary-soft);
  color: var(--cw-danger);
}

.admin-card pre {
  max-width: 100%;
  overflow-x: auto;
  border-radius: var(--cw-radius-sm);
  background: var(--cw-soft);
  padding: var(--cw-space-3);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.admin-card,
.admin-dl,
.admin-dl div,
.admin-dl dd,
.admin-card details,
.admin-card summary {
  min-width: 0;
}

.admin-card {
  overflow-wrap: anywhere;
}

.admin-dl div {
  align-items: flex-start;
}

.admin-dl dd {
  max-width: 100%;
}

.local-review-panel,
.confirmation-panel {
  padding: var(--cw-space-5);
}

.local-review-panel__meta {
  border-top: 1px solid var(--cw-line);
  color: var(--cw-muted);
  margin-top: var(--cw-space-4);
  padding-top: var(--cw-space-4);
}

.location-grid,
.partner-grid,
.policy-grid,
.resource-grid,
.portal-grid,
.article-grid {
  display: grid;
  gap: var(--cw-space-4);
}

.location-grid,
.policy-grid,
.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.location-card,
.partner-card,
.policy-card,
.resource-card,
.portal-step,
.article-panel {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: 20px;
}

.location-card {
  display: grid;
  gap: var(--cw-space-3);
  grid-template-rows: auto auto auto 1fr auto;
}

.location-grid.location-grid--centered {
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
}

.location-card__map {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-soft);
  overflow: hidden;
}

.location-card__map iframe {
  border: 0;
  display: block;
  height: 245px;
  width: 100%;
}

.location-card__map-link {
  align-self: end;
}

.partner-card {
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: var(--cw-space-2);
  text-align: center;
}

.partner-card strong {
  color: var(--cw-ink);
  font-size: 18px;
}

.partner-card span {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-strong);
  text-transform: uppercase;
}

.resource-card,
.portal-step,
.article-panel {
  display: grid;
  gap: var(--cw-space-3);
}

.portal-step {
  position: relative;
  padding-left: 76px;
}

.portal-step span {
  position: absolute;
  top: var(--cw-space-5);
  left: var(--cw-space-5);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cw-action);
  color: var(--cw-surface);
  font-weight: var(--cw-weight-heading);
}

.number-list {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink-soft);
  margin: 0;
  padding-left: 22px;
}

.quick-actions--stacked {
  grid-template-columns: 1fr;
}

.integration-readiness,
.integration-readiness span,
.integration-readiness strong {
  overflow-wrap: anywhere;
}

.diagnostic-details {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
}

.diagnostic-details summary {
  cursor: pointer;
  color: var(--cw-action-dark);
  font-weight: var(--cw-weight-strong);
}

.diagnostic-details .quick-actions {
  margin-top: var(--cw-space-4);
}

.readiness-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--cw-space-4);
}

.readiness-card {
  min-width: 0;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
  overflow-wrap: anywhere;
}

.readiness-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  align-items: start;
  justify-content: space-between;
  margin-bottom: var(--cw-space-4);
}

.readiness-card h3,
.readiness-card h4 {
  margin: 0;
}

.readiness-card h4 {
  font-size: 14px;
}

.readiness-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
  margin-top: var(--cw-space-4);
}

.readiness-list-grid > * {
  min-width: 0;
}

.readiness-list-grid code,
.reset-command-list code {
  white-space: normal;
}

.section-heading--compact {
  margin-top: var(--cw-space-6);
}

.boundary-list {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5) var(--cw-space-5) var(--cw-space-5) calc(var(--cw-space-5) + 18px);
}

.owner-review-section,
.owner-review-guardrails {
  display: none;
}

.site-footer {
  background: var(--cw-footer);
  color: rgba(255, 255, 255, 0.82);
  padding: var(--cw-space-7) 0 calc(var(--cw-space-7) + 70px);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-6);
}

.site-footer h2 {
  color: var(--cw-surface);
  font-size: 16px;
  font-weight: var(--cw-weight-strong);
  margin-bottom: var(--cw-space-3);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: var(--cw-space-2);
}

.footer-logo {
  width: 230px;
  margin-bottom: var(--cw-space-4);
}

.mobile-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: none;
  gap: var(--cw-space-2);
  border-top: 1px solid var(--cw-line);
  background: rgba(255, 254, 253, 0.96);
  padding: var(--cw-space-2) var(--cw-space-4);
  box-shadow: 0 -10px 30px rgba(23, 33, 43, 0.12);
}

.mobile-sticky .btn {
  flex: 1;
  min-height: 48px;
}

.mobile-sticky .btn--phone {
  background: var(--cw-ink);
  border-color: var(--cw-ink);
  color: var(--cw-surface);
}

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

.hardware-install-page {
  overflow: hidden;
  background: #fffefd;
}

.hardware-install-page h1,
.hardware-install-page h2 {
  max-width: none;
}

.section-heading--centered {
  text-align: center;
}

.section-heading--centered h2,
.section-heading--centered p {
  margin-right: auto;
  margin-left: auto;
}

.hardware-hero {
  background: linear-gradient(90deg, #fffefd 0%, #fffefd 50%, #eef3f1 50%, #eef3f1 100%);
}

.hardware-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: stretch;
  width: min(100%, 1440px);
  min-height: clamp(560px, 45vw, 690px);
  margin: 0 auto;
}

.hardware-hero__copy {
  width: min(100% - 56px, 620px);
  margin-left: auto;
  padding: clamp(70px, 7vw, 108px) clamp(28px, 4vw, 54px) clamp(56px, 6vw, 84px) 0;
}

.hardware-hero__copy h1 {
  margin-bottom: var(--cw-space-4);
  font-size: clamp(47px, 5vw, 70px);
  line-height: 1;
}

.hardware-hero__copy p {
  max-width: 58ch;
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.58;
}

.hardware-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-4);
  align-items: center;
  margin: var(--cw-space-5) 0 0;
}

.hardware-hero__actions .btn {
  min-height: 52px;
}

.hardware-hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: min(100%, 540px);
  margin-top: var(--cw-space-5);
  border: 1px solid rgba(217, 208, 195, 0.95);
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.9);
  padding: 13px 22px;
  box-shadow: 0 14px 34px rgba(22, 19, 15, 0.06);
}

.hardware-hero__stars {
  color: #ffad2f;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

.hardware-hero__trust-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hardware-hero__trust-copy strong {
  color: var(--cw-ink);
  font-size: 18px;
  line-height: 1.15;
}

.hardware-hero__trust-copy span {
  color: var(--cw-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.hardware-hero__visual {
  position: relative;
  min-height: 100%;
  background: var(--cw-header);
}

.hardware-hero__visual::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 35%;
  background: linear-gradient(90deg, #fffefd 0%, rgba(255, 254, 253, 0.76) 38%, rgba(255, 254, 253, 0) 100%);
  content: "";
  pointer-events: none;
}

.hardware-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 45vw, 690px);
  object-fit: cover;
  object-position: 62% center;
}

.hardware-price-card {
  position: absolute;
  right: clamp(24px, 3vw, 42px);
  bottom: clamp(34px, 5vw, 74px);
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  width: min(310px, calc(100% - 48px));
  border-radius: 8px;
  background: rgba(12, 18, 24, 0.94);
  color: #fff;
  padding: 22px;
  box-shadow: 0 22px 48px rgba(13, 18, 23, 0.25);
}

.hardware-price-card .it-symbol {
  color: #fff;
  grid-row: span 2;
}

.hardware-price-card strong,
.hardware-price-card span {
  display: block;
}

.hardware-price-card strong {
  font-size: 17px;
  line-height: 1.18;
}

.hardware-price-card span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.hardware-proof-strip {
  border-bottom: 1px solid rgba(217, 208, 195, 0.72);
  background: #fffefd;
}

.hardware-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hardware-proof-strip article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: var(--cw-space-4);
  min-height: 168px;
  align-content: center;
  padding: clamp(26px, 4vw, 44px) clamp(22px, 4vw, 54px);
}

.hardware-proof-strip article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.9);
}

.hardware-proof-strip .it-symbol {
  width: 46px;
  height: 46px;
  grid-row: span 2;
}

.hardware-proof-strip strong {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.14;
}

.hardware-proof-strip span {
  color: var(--cw-muted);
  font-size: 15px;
  line-height: 1.45;
}

.hardware-needs {
  padding-bottom: clamp(48px, 7vw, 88px);
}

.hardware-need-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.hardware-need-grid article,
.hardware-related__card {
  border: 1px solid var(--cw-line);
  border-radius: 8px;
  background: rgba(255, 254, 253, 0.94);
  box-shadow: var(--cw-shadow-soft);
}

.hardware-need-grid article {
  min-height: 250px;
  padding: 26px 20px;
  text-align: center;
}

.hardware-need-grid .it-symbol {
  width: 58px;
  height: 58px;
  margin: 0 auto var(--cw-space-5);
}

.hardware-need-grid h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.15;
}

.hardware-need-grid p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 14px;
}

.hardware-process-section {
  padding-top: 0;
}

.hardware-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

.hardware-process::before {
  position: absolute;
  top: 40px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(18, 26, 34, 0.22);
  content: "";
}

.hardware-process article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 0 22px;
}

.hardware-process article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 72px;
  border-radius: 50%;
  background: var(--cw-action-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  order: 2;
}

.hardware-process .it-symbol {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(18, 26, 34, 0.2);
  border-radius: 50%;
  background: #fffefd;
  padding: 18px;
  order: 1;
}

.hardware-process h3 {
  margin: var(--cw-space-4) 0 8px;
  font-size: 18px;
  line-height: 1.15;
  order: 3;
}

.hardware-process p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 14px;
  order: 4;
}

.hardware-risk-band {
  background: linear-gradient(90deg, #e7ece8 0%, #e7ece8 42%, #0b6260 42%, #083f42 100%);
}

.hardware-risk-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 330px;
}

.hardware-risk-band__image {
  position: relative;
  overflow: hidden;
  min-height: 330px;
}

.hardware-risk-band__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hardware-risk-band__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(231, 236, 232, 0) 0%, rgba(231, 236, 232, 0.25) 60%, rgba(8, 63, 66, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.hardware-risk-band__grid > div:last-child {
  align-self: center;
  color: #fff;
  padding: clamp(42px, 6vw, 76px) clamp(32px, 6vw, 74px);
}

.hardware-risk-band h2 {
  max-width: 720px;
  margin-bottom: var(--cw-space-5);
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}

.hardware-risk-band .check-list {
  color: rgba(255, 255, 255, 0.88);
}

.hardware-risk-band .check-list li::before {
  background: #fff;
  color: var(--cw-action-dark);
}

.hardware-related {
  background: #fffefd;
}

.hardware-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-5);
}

.hardware-related__card {
  display: grid;
  min-height: 210px;
  color: var(--cw-ink);
  padding: var(--cw-space-6);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hardware-related__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(22, 19, 15, 0.1);
}

.hardware-related__card .it-symbol {
  width: 50px;
  height: 50px;
  margin-bottom: var(--cw-space-5);
}

.hardware-related__card strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.hardware-related__card span {
  color: var(--cw-muted);
  font-size: 14px;
}

.hardware-form-band {
  padding: clamp(42px, 7vw, 90px) 0;
  background: #f5f1ea;
}

.hardware-form-band__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
}

.hardware-form-proof {
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(226, 242, 239, 0.94), rgba(255, 254, 253, 0.96));
  padding: clamp(28px, 4vw, 44px);
}

.hardware-form-proof .it-symbol {
  width: 48px;
  height: 48px;
  margin-bottom: var(--cw-space-5);
}

.hardware-form-proof h2 {
  margin-bottom: var(--cw-space-3);
  color: var(--cw-action-dark);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.hardware-form-proof p,
.hardware-form-proof .check-list {
  color: var(--cw-ink-soft);
}

.hardware-form-proof .text-link {
  display: inline-block;
  margin-top: var(--cw-space-4);
}

.hardware-form-band #intake-form {
  padding: 0;
  background: transparent;
}

.hardware-form-band #intake-form .section-shell {
  width: 100%;
  margin: 0;
}

.hardware-form-band .form-wrap {
  display: block;
}

.hardware-form-band .form-panel__intro {
  display: none;
}

.hardware-form-band .form-panel {
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.12);
}

.hardware-form-band .form-panel::before {
  display: block;
  margin-bottom: var(--cw-space-5);
  color: var(--cw-ink);
  content: "Request Hardware + Install Quote";
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}

.hardware-form-band .form-panel::after {
  display: block;
  margin-top: 12px;
  color: var(--cw-muted);
  content: "Your details are safe with us. No spam.";
  font-size: 13px;
}

.hardware-faq {
  padding-top: clamp(34px, 5vw, 60px);
}

.hardware-faq__rows {
  display: grid;
  width: min(100%, 900px);
  margin: 0 auto;
  border-top: 1px solid rgba(18, 26, 34, 0.14);
}

.hardware-faq details {
  border-bottom: 1px solid rgba(18, 26, 34, 0.14);
  background: transparent;
}

.hardware-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  color: var(--cw-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
  padding: 1.15rem 0;
}

.hardware-faq summary:focus-visible {
  outline: 2px solid rgba(0, 117, 123, 0.35);
  outline-offset: 0.35rem;
}

.hardware-faq summary::-webkit-details-marker {
  display: none;
}

.hardware-faq summary::after {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 50%;
  color: var(--cw-action-dark);
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
}

.hardware-faq details[open] summary::after {
  content: "-";
}

.hardware-faq details p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
  color: var(--cw-muted);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .hardware-hero__grid {
    grid-template-columns: 1fr;
  }

  .hardware-hero {
    background: #fffefd;
  }

  .hardware-hero__copy {
    width: min(100% - 40px, 760px);
    margin: 0 auto;
    padding-right: 0;
  }

  .hardware-hero__visual::before {
    display: none;
  }

  .hardware-proof-strip__grid,
  .hardware-need-grid,
  .hardware-process,
  .hardware-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hardware-need-grid article {
    min-height: 210px;
  }

  .hardware-process::before {
    display: none;
  }

  .hardware-process article {
    align-content: start;
    border: 1px solid var(--cw-line);
    border-radius: 8px;
    background: rgba(255, 254, 253, 0.94);
    padding: var(--cw-space-5);
  }

  .hardware-process article span {
    margin-top: var(--cw-space-3);
  }

  .hardware-risk-band,
  .hardware-risk-band__grid {
    background: #083f42;
  }

  .hardware-risk-band__grid,
  .hardware-form-band__grid {
    grid-template-columns: 1fr;
  }

  .hardware-risk-band__image {
    min-height: 280px;
  }

  .admin-app-shell {
    grid-template-areas:
      "topbar"
      "sidebar"
      "main";
    grid-template-columns: 1fr;
    grid-template-rows: 56px auto minmax(0, 1fr);
  }

  .admin-topbar {
    grid-template-columns: auto minmax(160px, 1fr) auto;
  }

  .admin-sidebar {
    position: sticky;
    top: 56px;
    z-index: 20;
    height: auto;
    max-height: 42dvh;
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }

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

  .admin-main {
    padding: 14px;
  }

  .site-header__inner {
    grid-template-columns: 1fr;
    gap: var(--cw-space-3);
    padding: var(--cw-space-3) 0;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .site-header__actions {
    flex-wrap: wrap;
  }

  .hero__grid,
  .hero--cart .hero__grid,
  .hero--checkout .hero__grid,
  .split-grid,
  .split-grid--reverse,
  .promo-panel,
  .promo-panel--compact,
  .form-wrap,
  .cart-grid,
  .admin-grid,
  .admin-filter-panel,
  .admin-two-column {
    grid-template-columns: 1fr;
  }

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

  .home-cyber__grid {
    grid-template-columns: 1fr;
  }

  .it-proactive-hero__grid,
  .it-split,
  .it-proactive-page .form-wrap,
  .backup-hero__grid,
  .backup-risk__grid,
  .backup-monitor__grid,
  .backup-related__grid,
  .backup-before-form__grid,
  .backup-page .form-wrap {
    grid-template-columns: 1fr;
  }

  .it-inclusion-grid,
  .backup-protect__grid,
  .backup-related__cards,
  .backup-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .it-process,
  .backup-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-cyber__media img {
    min-height: 360px;
  }

  .home-proof__grid {
    grid-template-columns: 1fr;
  }

  .home-proof article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.75);
    border-left: 0;
  }

  .intent-grid,
  .quick-actions,
  .pricing-grid,
  .product-grid,
  .admin-filter-form,
  .admin-metrics,
  .trust-strip,
  .checkout-readiness,
  .checkout-choice-grid,
  .progressive-panel__grid,
  .location-grid,
  .partner-grid,
  .policy-grid,
  .resource-grid,
  .portal-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) {
  .admin-app-shell {
    grid-template-areas:
      "topbar topbar"
      "sidebar main";
    grid-template-columns: 272px minmax(0, 1fr);
    grid-template-rows: 56px minmax(0, 1fr);
  }

  .admin-topbar {
    grid-template-columns: 272px minmax(240px, 680px) auto;
  }

  .admin-sidebar {
    position: sticky;
    top: 56px;
    z-index: auto;
    height: calc(100dvh - 56px);
    max-height: none;
    border-right: 1px solid #dedede;
    border-bottom: 0;
  }

  .admin-sidebar nav {
    display: block;
  }

  .admin-main {
    padding: 18px 20px 32px;
  }
}

@media (max-width: 760px) {
  .hardware-hero__copy {
    width: min(100% - 32px, 600px);
    padding: 32px 0 22px;
  }

  .hardware-hero__copy h1 {
    font-size: clamp(32px, 9.4vw, 42px);
    line-height: 1.03;
  }

  .hardware-hero__copy p {
    font-size: 14px;
    line-height: 1.46;
  }

  .hardware-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--cw-space-2);
    margin: var(--cw-space-4) 0 0;
  }

  .hardware-hero__actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .hardware-hero__trust {
    width: 100%;
    gap: 13px;
    margin-top: var(--cw-space-5);
    padding: 12px 16px;
  }

  .hardware-hero__stars {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hardware-hero__trust-copy strong {
    font-size: 15px;
  }

  .hardware-hero__trust-copy span {
    font-size: 13px;
  }

  .hardware-hero__visual {
    min-height: 0;
    background: #fffefd;
  }

  .hardware-hero__visual img {
    display: block;
    height: auto;
    min-height: 290px;
    max-height: 330px;
    object-position: 62% center;
  }

  .hardware-price-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 16px 16px 22px;
    padding: 16px;
  }

  .hardware-proof-strip__grid,
  .hardware-need-grid,
  .hardware-process,
  .hardware-related__grid {
    grid-template-columns: 1fr;
  }

  .hardware-proof-strip article {
    min-height: 0;
    padding: var(--cw-space-4);
  }

  .hardware-proof-strip article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.9);
    border-left: 0;
  }

  .hardware-need-grid {
    gap: 10px;
  }

  .hardware-need-grid article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 0;
    align-items: center;
    padding: 16px;
    text-align: left;
  }

  .hardware-need-grid .it-symbol {
    width: 42px;
    height: 42px;
    margin: 0;
    grid-row: span 2;
  }

  .hardware-need-grid h3 {
    margin: 0 0 4px;
    font-size: 17px;
  }

  .hardware-process {
    gap: 10px;
  }

  .hardware-process article {
    justify-items: start;
    grid-template-columns: 38px 48px minmax(0, 1fr);
    gap: 12px;
    text-align: left;
  }

  .hardware-process article span {
    width: 30px;
    height: 30px;
    margin: 8px 0 0;
    order: 1;
  }

  .hardware-process .it-symbol {
    width: 46px;
    height: 46px;
    padding: 10px;
    order: 2;
  }

  .hardware-process h3,
  .hardware-process p {
    grid-column: 3;
  }

  .hardware-process h3 {
    margin: 0 0 4px;
    order: 3;
  }

  .hardware-risk-band__grid {
    min-height: 0;
  }

  .hardware-risk-band__image {
    min-height: 210px;
  }

  .hardware-risk-band__grid > div:last-child {
    padding: 30px 18px 36px;
  }

  .hardware-risk-band h2 {
    font-size: clamp(25px, 7.2vw, 32px);
  }

  .hardware-related__card {
    min-height: 0;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 16px;
  }

  .hardware-related__card .it-symbol {
    width: 38px;
    height: 38px;
    margin: 0;
    grid-row: span 2;
  }

  .hardware-related__card strong {
    margin: 0;
    font-size: 17px;
  }

  .hardware-form-band {
    padding: 34px 0;
  }

  .hardware-form-proof {
    padding: 24px 18px;
  }

  .hardware-form-band .form-panel {
    padding: 22px 16px;
  }

  .hardware-form-band .form-panel::before {
    font-size: 28px;
  }

  .hardware-install-page .form-section--compact .harness-form {
    grid-template-columns: 1fr;
  }

  body.admin-layout {
    padding-bottom: 0;
  }

  .admin-topbar {
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 56px;
    padding: 10px 12px;
  }

  .admin-command {
    grid-column: 1 / -1;
    order: 3;
  }

  .admin-account span {
    display: none;
  }

  .admin-sidebar {
    top: 94px;
    padding: 8px;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .admin-nav-section {
    margin-bottom: 8px;
  }

  .admin-nav-section p {
    margin-top: 4px;
  }

  .admin-layout .admin-hub__masthead,
  .admin-layout .admin-panel__head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-layout .admin-status-grid,
  .admin-layout .admin-two-column,
  .admin-screen-grid {
    grid-template-columns: 1fr;
  }

  .admin-layout .admin-hub__actions {
    justify-content: flex-start;
  }

  .admin-auth-shell {
    align-items: start;
    padding: 16px;
  }

  .admin-auth-shell .hero__grid {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 70px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  h2 {
    font-size: 27px;
    line-height: 1.18;
  }

  .hero__copy p {
    font-size: 16px;
  }

  .section-shell,
  .section-shell--narrow {
    width: min(100% - 32px, var(--cw-shell));
  }

  .page-section,
  .hero {
    padding: var(--cw-space-6) 0;
  }

  .home-offer-bar__inner {
    min-height: 56px;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 8px 0;
  }

  .home-offer-bar__inner p {
    flex: 1 1 240px;
    font-size: 14px;
  }

  .home-hero {
    min-height: 560px;
  }

  .home-hero__image {
    object-position: 62% top;
  }

  .home-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 10, 13, 0.9) 0%, rgba(7, 10, 13, 0.76) 46%, rgba(7, 10, 13, 0.18) 100%),
      linear-gradient(180deg, rgba(7, 10, 13, 0.32), rgba(7, 10, 13, 0.18));
  }

  .home-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
    text-wrap: wrap;
  }

  .home-hero p {
    font-size: 17px;
  }

  .home-hero__actions,
  .home-cyber__actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 320px);
  }

  .home-hero__actions .btn,
  .home-cyber__actions .btn,
  .home-arrow-link {
    justify-content: center;
  }

  .home-help {
    padding: 44px 0 58px;
  }

  .home-help__grid {
    grid-template-columns: 1fr;
  }

  .home-help-card {
    min-height: 0;
    grid-template-rows: 180px auto auto;
  }

  .home-help-card img {
    height: 180px;
  }

  .home-cyber {
    padding: 54px 0;
  }

  .home-cyber h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .home-cyber__media img {
    min-height: 270px;
  }

  .it-proactive-hero {
    padding: 0 0 34px;
    background: #fffefd;
  }

  .lease-hero {
    padding: 0 0 var(--cw-space-4);
    background: #fffefd;
  }

  .lease-hero__grid {
    grid-template-columns: 1fr;
  }

  .lease-hero__copy {
    box-sizing: border-box;
    width: min(100% - 32px, 600px);
    margin: 0 auto;
    padding: 44px 0 var(--cw-space-4);
  }

  .lease-hero__copy h1 {
    margin-bottom: var(--cw-space-3);
    font-size: clamp(32px, 8.9vw, 40px);
    line-height: 1.04;
  }

  .lease-hero__copy p {
    margin-bottom: var(--cw-space-4);
    font-size: 15px;
    line-height: 1.45;
  }

  .lease-hero-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    gap: 0.65rem;
    margin-bottom: var(--cw-space-4);
    padding: 0.68rem 0.85rem;
  }

  .lease-hero-trust__stars {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
  }

  .lease-hero-trust__copy strong {
    font-size: 0.9rem;
  }

  .lease-hero-trust__copy small {
    font-size: 0.74rem;
  }

  .lease-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--cw-space-2);
  }

  .lease-actions .btn {
    justify-content: center;
    width: 100%;
    min-height: 48px;
  }

  .lease-hero__media {
    min-height: 320px;
  }

  .lease-hero__media img {
    min-height: 320px;
    object-position: 54% center;
  }

  .lease-hero__tag {
    right: 16px;
    bottom: 16px;
    width: min(250px, calc(100% - 32px));
    padding: var(--cw-space-3);
  }

  .lease-proof {
    padding: var(--cw-space-4) 0;
  }

  .lease-proof__grid,
  .lease-trigger-grid,
  .lease-choice-grid,
  .lease-scope-grid,
  .lease-process,
  .lease-related-grid,
  .lease-faq-grid,
  .lease-decision__grid,
  .printer-leasing-page .form-wrap,
  .printer-leasing-page .harness-form {
    grid-template-columns: 1fr;
  }

  .lease-proof article {
    min-height: 0;
    padding: var(--cw-space-4);
  }

  .lease-proof article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.86);
    border-left: 0;
  }

  .lease-trigger-grid {
    gap: var(--cw-space-3);
  }

  .lease-trigger-grid article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 4px var(--cw-space-3);
    min-height: 0;
    text-align: left;
    padding: var(--cw-space-4);
  }

  .lease-trigger-grid .lease-symbol {
    grid-row: 1 / span 2;
  }

  .lease-trigger-grid p {
    grid-column: 2;
  }

  .lease-choice-grid article,
  .lease-scope-grid article,
  .lease-related-grid a,
  .lease-faq-grid article {
    padding: var(--cw-space-4);
  }

  .lease-scope-grid article {
    min-height: 0;
  }

  .lease-process::before {
    display: none;
  }

  .lease-process {
    gap: var(--cw-space-3);
  }

  .lease-process article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px var(--cw-space-3);
    text-align: left;
  }

  .lease-process article span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .lease-process article p {
    grid-column: 2;
  }

  .lease-process-cta {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: var(--cw-space-5);
  }

  .lease-process-cta .btn {
    width: 100%;
  }

  .printer-leasing-page .form-wrap {
    gap: 0;
    width: min(100% - 32px, var(--cw-shell));
  }

  .printer-leasing-page .form-panel__intro {
    border-radius: var(--cw-radius) var(--cw-radius) 0 0;
    padding: var(--cw-space-5) var(--cw-space-5) var(--cw-space-4);
  }

  .printer-leasing-page .form-panel__intro .eyebrow,
  .printer-leasing-page .form-panel__intro h2 {
    display: none;
  }

  .printer-leasing-page .form-panel__intro p {
    margin-top: 0;
  }

  .printer-leasing-page .form-panel__intro .check-list {
    margin-bottom: 0;
  }

  .printer-leasing-page .form-panel {
    border-radius: 0 0 var(--cw-radius) var(--cw-radius);
    padding: var(--cw-space-5);
  }

  .it-proactive-hero__grid {
    gap: var(--cw-space-4);
  }

  .it-proactive-hero__copy {
    box-sizing: border-box;
    width: min(100% - 32px, 600px);
    margin: 0 auto;
    padding: 48px 0 22px;
  }

  .it-proactive-hero__copy h1 {
    margin-bottom: var(--cw-space-3);
    font-size: clamp(29px, 8.4vw, 36px);
    line-height: 1.04;
  }

  .it-proactive-hero__copy p {
    margin-bottom: var(--cw-space-4);
    font-size: 14px;
    line-height: 1.42;
  }

  .it-proactive-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: var(--cw-space-2);
    margin-bottom: var(--cw-space-3);
  }

  .it-proactive-hero__actions .btn {
    min-width: 0;
    min-height: 44px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .it-proactive-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .it-proactive-proof span {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
  }

  .it-proactive-visual__image img {
    min-height: 280px;
    max-height: 310px;
    object-position: 58% center;
  }

  .it-proactive-included {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -10px;
    border-radius: 0 0 var(--cw-radius) var(--cw-radius);
    background: rgba(255, 254, 253, 0.98);
    box-shadow: var(--cw-shadow-soft);
  }

  .it-proactive-included h2 {
    color: var(--cw-ink);
    font-size: 17px;
  }

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

  .it-proactive-included__grid span {
    min-height: 34px;
    font-size: 12px;
    padding: 6px 8px;
  }

  .it-proof-strip {
    padding: var(--cw-space-4) 0;
  }

  .it-proof-strip__grid,
  .it-inclusion-grid,
  .it-process {
    grid-template-columns: 1fr;
  }

  .it-proof-strip article {
    min-height: 0;
    padding: var(--cw-space-4);
  }

  .it-proof-strip article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.82);
    border-left: 0;
  }

  .it-feature-stack article {
    grid-template-columns: 1fr;
  }

  .it-feature-stack article span {
    margin-bottom: var(--cw-space-3);
  }

  .it-feature-stack article h3,
  .it-feature-stack article p {
    grid-column: 1;
  }

  .backup-hero {
    background: #fffefd;
  }

  .backup-hero__copy {
    box-sizing: border-box;
    width: min(100% - 32px, 620px);
    margin: 0 auto;
    padding: 48px 0 20px;
  }

  .backup-hero__copy h1 {
    max-width: 9.5em;
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 1.04;
  }

  .backup-hero__copy p {
    font-size: 15px;
    line-height: 1.45;
  }

  .backup-hero-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    gap: 0.65rem;
    margin-bottom: var(--cw-space-4);
    padding: 0.68rem 0.85rem;
  }

  .backup-hero-trust__stars {
    font-size: 0.95rem;
  }

  .backup-hero-trust__copy strong {
    font-size: 0.9rem;
  }

  .backup-hero-trust__copy small {
    font-size: 0.74rem;
  }

  .backup-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--cw-space-3);
  }

  .backup-actions .btn,
  .backup-process__actions .btn,
  .backup-form .form-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .backup-hero__visual {
    overflow: hidden;
    width: min(100% - 32px, 620px);
    min-height: 0;
    margin: 0 auto 34px;
    border-radius: 0 0 8px 8px;
  }

  .backup-hero__visual::before {
    display: none;
  }

  .backup-hero__visual img {
    height: 320px;
    min-height: 0;
    object-position: 58% center;
  }

  .backup-status-card {
    position: static;
    width: auto;
    border-radius: 0;
    background: var(--cw-header);
    box-shadow: none;
  }

  .backup-proof__grid,
  .backup-protect__grid,
  .backup-process__grid,
  .backup-related__cards,
  .backup-faq__grid,
  .backup-form {
    grid-template-columns: 1fr;
  }

  .backup-proof article {
    min-height: 0;
    padding: var(--cw-space-4);
  }

  .backup-proof article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.72);
    border-left: 0;
  }

  .backup-risk,
  .backup-monitor,
  .backup-process,
  .backup-related,
  .backup-faq {
    padding: 54px 0;
  }

  .backup-risk h2,
  .backup-monitor h2,
  .backup-before-form h2 {
    font-size: clamp(31px, 8vw, 38px);
    line-height: 1.08;
  }

  .backup-risk__panel {
    min-height: 260px;
  }

  .backup-protect {
    padding: 54px 0;
  }

  .backup-protect article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 var(--cw-space-3);
    min-height: 0;
    border: 1px solid rgba(217, 208, 195, 0.82);
    border-bottom: 0;
    text-align: left;
    padding: var(--cw-space-4);
  }

  .backup-protect article:last-child {
    border-bottom: 1px solid rgba(217, 208, 195, 0.82);
  }

  .backup-protect .it-symbol {
    grid-row: 1 / span 2;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .backup-protect p {
    margin: 0;
    max-width: none;
  }

  .backup-monitor__screen {
    padding: var(--cw-space-5);
  }

  .backup-monitor__screen strong {
    font-size: 34px;
  }

  .backup-bars {
    min-height: 110px;
  }

  .backup-process article {
    text-align: left;
  }

  .backup-process article:not(:last-child)::after {
    display: none;
  }

  .backup-process article span {
    width: 46px;
    height: 46px;
    margin-bottom: var(--cw-space-3);
  }

  .backup-process p {
    margin: 0;
    max-width: none;
  }

  .backup-process__actions,
  .backup-form .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .backup-form-section {
    padding: 48px 0 58px;
  }

  .backup-form-card {
    width: min(100% - 32px, 620px);
    padding: var(--cw-space-5);
  }

  .backup-form-card h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .backup-form .form-field--full {
    grid-column: 1;
  }

  .backup-related__cards a {
    min-height: 76px;
    justify-items: start;
    text-align: left;
  }

  .backup-before-form {
    padding-top: 48px;
  }

  .backup-before-form aside {
    justify-self: stretch;
    max-width: none;
  }

  .backup-faq__rows summary {
    padding: 1rem 3rem 1rem 1rem;
  }

  .backup-faq__rows p {
    padding: 0 1rem 1rem;
  }

  .home-proof {
    padding-bottom: 84px;
  }

  .brand-logo {
    width: 150px;
  }

  .site-header__inner {
    min-height: 0;
    gap: var(--cw-space-2);
    padding: 10px 0;
  }

  .site-nav,
  .site-header__actions {
    width: 100%;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--cw-space-2);
    font-size: 14px;
  }

  .site-header__actions .btn {
    flex: 1;
    min-height: 40px;
    font-size: 13px;
  }

  .hero--cart,
  .hero--checkout {
    padding: var(--cw-space-5) 0;
  }

  .site-header__actions .btn--phone {
    display: none;
  }

  .hero-media img,
  .image-card img {
    min-height: 260px;
  }

  .hero-media__badge {
    position: static;
    width: auto;
    border-radius: 0;
  }

  .intent-grid,
  .card-grid,
  .issue-grid,
  .pricing-grid,
  .product-grid,
  .admin-metrics,
  .readiness-list-grid,
  .trust-strip,
  .checkout-readiness,
  .checkout-choice-grid,
  .progressive-panel__grid,
  .proof-bar,
  .split-grid > .proof-bar,
  .quick-actions,
  .faq-list,
  .location-grid,
  .partner-grid,
  .policy-grid,
  .resource-grid,
  .portal-grid,
    .article-grid,
    .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .impersonation-banner,
  .admin-hub__masthead,
  .admin-panel__head {
    align-items: stretch;
    flex-direction: column;
  }

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

  .admin-hub__actions {
    justify-content: flex-start;
  }

  .location-grid.location-grid--centered {
    grid-template-columns: 1fr;
  }

  .location-card__map iframe {
    height: 260px;
  }

  .shop-search,
  .admin-filter-form,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .hero-special-card {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-special-card .btn {
    width: 100%;
  }

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

  .route-card .btn {
    width: 100%;
  }

  .pricing-hero-card {
    padding: var(--cw-space-4);
  }

  .cart-item__controls,
  .quantity-form {
    width: 100%;
  }

  .cart-item__price {
    justify-self: end;
  }

  .cart-item {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cart-item__details {
    grid-column: 1;
  }

  .cart-item__details h3 {
    font-size: 17px;
  }

  .cart-item__controls {
    grid-column: 1 / -1;
  }

  .cart-item__price {
    grid-column: 2;
    grid-row: 1;
  }

  .cart-item__controls {
    display: flex;
    width: auto;
  }

  .quantity-form {
    display: flex;
    width: auto;
  }

  .quantity-form label {
    width: 68px;
  }

  .promo-panel__copy,
  .form-panel {
    padding: var(--cw-space-5);
  }

  .promo-panel__image img {
    min-height: 260px;
  }

  .promo-price {
    font-size: 34px;
  }

  .harness-form {
    grid-template-columns: 1fr;
  }

  .form-actions .btn {
    width: 100%;
  }

  .mobile-sticky {
    display: flex;
  }
}

@media (max-width: 360px) {
  .section-shell,
  .section-shell--narrow {
    width: min(100% - 24px, var(--cw-shell));
  }

  .btn {
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-header__actions {
    display: none;
  }
}

/* Cybersecurity Auckland redesign */
.cybersecurity-page {
  background:
    radial-gradient(circle at 25% 0%, rgba(0, 117, 123, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  color: var(--cw-ink);
  overflow: hidden;
}

.cybersecurity-page .eyebrow {
  color: #a5161d;
}

.cybersecurity-page h1,
.cybersecurity-page h2,
.cybersecurity-page h3 {
  letter-spacing: 0;
}

.cyber-hero {
  padding: 0 clamp(24px, 4vw, 48px) clamp(2.25rem, 5vw, 4.5rem);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.97) 0%, rgba(255, 253, 248, 0.9) 49%, rgba(255, 253, 248, 0.52) 100%),
    #fffdf8;
}

.cyber-hero__grid {
  width: min(100%, var(--cw-shell));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  gap: clamp(2rem, 3.8vw, 4rem);
  align-items: stretch;
}

.cyber-hero__copy {
  max-width: 44rem;
  padding-top: clamp(2.7rem, 5.2vw, 4.6rem);
  padding-bottom: clamp(1.7rem, 3vw, 3rem);
}

.cyber-hero__copy h1 {
  margin: 0.85rem 0 1.05rem;
  max-width: 46rem;
  font-size: clamp(2.65rem, 4.1vw, 4.15rem);
  line-height: 0.94;
}

.cyber-hero__copy h1 strong {
  color: var(--cw-primary);
  font-weight: 900;
}

.cyber-hero__copy p {
  max-width: 39rem;
  margin: 0;
  color: var(--cw-muted);
  font-size: clamp(1rem, 1.18vw, 1.08rem);
  line-height: 1.6;
}

.cyber-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.06);
}

.cyber-hero-trust__stars {
  color: #f5a623;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.cyber-hero-trust__copy {
  display: grid;
  gap: 0.1rem;
  color: var(--cw-ink);
  line-height: 1.1;
}

.cyber-hero-trust__copy strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.cyber-hero-trust__copy small {
  color: var(--cw-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.cyber-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.cyber-hero__actions .btn {
  min-height: 3.2rem;
}

.cyber-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.35rem;
  color: #145e61;
  font-size: 0.82rem;
  font-weight: 800;
}

.cyber-proof-line span {
  position: relative;
  padding-left: 1.4rem;
}

.cyber-proof-line span::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #007579;
  box-shadow: 0 0 0 0.18rem rgba(0, 117, 123, 0.12);
}

.cyber-hero__visual {
  position: relative;
  min-height: clamp(34rem, calc(100vh - 5.9rem), 48rem);
  border-radius: 0;
  overflow: hidden;
  background: #d8e5e4;
  box-shadow: 0 2rem 5rem rgba(17, 24, 39, 0.16);
}

.cyber-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(34rem, calc(100vh - 5.9rem), 48rem);
  object-fit: cover;
  display: block;
}

.cyber-stat-card {
  position: absolute;
  right: 1.75rem;
  bottom: clamp(2.5rem, 4vw, 3.75rem);
  width: min(17rem, 48%);
  padding: 1.35rem;
  border-radius: 0;
  background: #087277;
  color: #fff;
  box-shadow: 0 1.4rem 3rem rgba(0, 45, 47, 0.3);
}

.cyber-stat-card span,
.cyber-stat-card small {
  display: block;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.85);
}

.cyber-stat-card strong {
  display: block;
  margin: 0.35rem 0 0.1rem;
  font-size: clamp(2.65rem, 5vw, 4.15rem);
  line-height: 0.9;
}

.cyber-assurance,
.cyber-section,
.cyber-next,
.cyber-related,
.cyber-form-section,
.cyber-faq {
  width: min(100%, var(--cw-shell));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.6rem) clamp(24px, 4vw, 48px);
}

.cyber-assurance {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(3rem, 5.5vw, 5rem);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.cyber-assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 1.35rem 3.5rem rgba(17, 24, 39, 0.07);
}

.cyber-assurance__item {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-right: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 253, 248, 0.72);
}

.cyber-assurance__item:nth-child(3n),
.cyber-assurance__item:last-child {
  border-right: 0;
}

.cyber-assurance__item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.cyber-assurance__item--risk {
  background: #111820;
  color: #fff;
}

.cyber-assurance__item span {
  display: block;
  margin-bottom: 0.9rem;
  color: #087277;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cyber-assurance__item--risk span {
  color: rgba(255, 255, 255, 0.68);
}

.cyber-assurance__item h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.18;
}

.cyber-assurance__item p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.cyber-assurance__item--risk p {
  color: rgba(255, 255, 255, 0.74);
}

.cyber-risk-grid p,
.cyber-help-grid p,
.cyber-steps p,
.cyber-related span,
.cyber-faq p {
  color: var(--cw-muted);
  line-height: 1.55;
}

.cyber-icon,
.cyber-steps span,
.cyber-shield {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 0.35rem;
  color: #087277;
  background: rgba(0, 117, 123, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
}

.cyber-card-icon,
.cyber-help-icon {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
}

.cyber-card-icon img,
.cyber-help-icon img {
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.cyber-help-icon {
  margin-bottom: 0.2rem;
}

.cybersecurity-page .section-heading {
  max-width: 43rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.cybersecurity-page .section-heading h2 {
  margin: 0.65rem 0 0.65rem;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.05;
}

.cybersecurity-page .section-heading p {
  margin: 0;
}

.cyber-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.cyber-risk-grid article,
.cyber-related a {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, 0.06);
}

.cyber-risk-grid article {
  padding: 1.45rem;
}

.cyber-risk-grid h3,
.cyber-help-grid h3,
.cyber-steps h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.12rem;
}

.cyber-section--open {
  padding-top: 2rem;
}

.cyber-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.6rem, 3vw, 3.5rem);
}

.cyber-help-grid article {
  min-width: 0;
}

.cyber-next {
  padding-top: 1.5rem;
}

.cyber-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.cyber-steps span {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #087277;
  color: #fff;
}

.cyber-related {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.cyber-related > div:first-child {
  text-align: center;
  margin-bottom: 1.8rem;
}

.cyber-related h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
}

.cyber-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cyber-related a {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
  color: var(--cw-ink);
  text-decoration: none;
}

.cyber-related a::after {
  content: "View path";
  color: #087277;
  font-size: 0.82rem;
  font-weight: 900;
}

.cyber-form-section {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.cyber-form-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem;
  align-items: stretch;
}

.cyber-form-intro,
.cyber-form-card {
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1.25rem 3.5rem rgba(17, 24, 39, 0.08);
}

.cyber-form-intro {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 117, 123, 0.1), transparent 16rem),
    rgba(245, 238, 228, 0.9);
}

.cyber-form-intro h2 {
  margin: 1.1rem 0 1.5rem;
  max-width: 19rem;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1.08;
}

.cyber-form-intro .check-list {
  margin: 0;
  padding-left: 1.25rem;
}

.cyber-form-intro .check-list li {
  margin-bottom: 0.8rem;
}

.cyber-call-box {
  margin-top: clamp(2rem, 5vw, 5rem);
  padding: 1.15rem;
  border-radius: 0.4rem;
  background: #fff;
}

.cyber-call-box strong,
.cyber-call-box a {
  display: block;
}

.cyber-call-box a {
  margin-top: 0.25rem;
  color: #087277;
  font-weight: 900;
  text-decoration: none;
}

.cyber-form-card {
  padding: clamp(1.4rem, 3vw, 2.25rem);
}

.cyber-form-card h2 {
  margin: 0.5rem 0 0.4rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.cyber-form-card p {
  color: var(--cw-muted);
}

.cyber-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.cyber-form label {
  display: block;
  color: var(--cw-ink);
  font-size: 0.83rem;
  font-weight: 900;
}

.cyber-form label span {
  color: var(--cw-muted);
  font-weight: 700;
}

.cyber-form label .required-marker {
  color: var(--cw-danger) !important;
  font-weight: 800;
}

.cyber-form input,
.cyber-form select,
.cyber-form textarea {
  width: 100%;
  margin-top: 0.45rem;
  min-height: 3.25rem;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 0.28rem;
  background: #fff;
  color: var(--cw-ink);
  font: inherit;
  padding: 0.85rem 0.95rem;
}

.cyber-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.cyber-form .form-field--full {
  grid-column: 1 / -1;
}

.cyber-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.2rem;
}

.cyber-privacy-note {
  margin: 0.15rem 0 0;
  color: var(--cw-muted);
  font-size: 0.84rem;
}

.cyber-faq {
  padding-top: 1rem;
}

.cyber-faq__rows {
  display: grid;
  width: min(100%, 56rem);
  margin: 0 auto;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.cyber-faq details {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  background: transparent;
}

.cyber-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  color: var(--cw-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.cyber-faq summary:focus-visible {
  outline: 2px solid rgba(0, 117, 123, 0.35);
  outline-offset: 0.35rem;
}

.cyber-faq summary::-webkit-details-marker {
  display: none;
}

.cyber-faq summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(0, 117, 123, 0.24);
  border-radius: 50%;
  color: #087277;
  font-size: 1.1rem;
  line-height: 1;
}

.cyber-faq details[open] summary::after {
  content: "-";
}

.cyber-faq details p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
  color: var(--cw-muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .cyber-hero__grid,
  .cyber-form-grid {
    grid-template-columns: 1fr;
  }

  .cyber-hero__copy {
    max-width: none;
  }

  .cyber-assurance__grid,
  .cyber-risk-grid,
  .cyber-help-grid,
  .cyber-steps,
  .cyber-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cybersecurity-page {
    background: linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  }

  .cyber-hero {
    padding: 1.65rem 1rem 1.35rem;
  }

  .cyber-hero__copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cyber-hero__grid,
  .cyber-form-grid {
    gap: 1.35rem;
  }

  .cyber-form-card {
    order: 1;
  }

  .cyber-form-intro {
    order: 2;
  }

  .cyber-hero__copy h1 {
    font-size: clamp(2.12rem, 9.8vw, 2.72rem);
    line-height: 1.03;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .cyber-hero__copy p {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .cyber-hero-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    gap: 0.65rem;
    margin-top: 1.05rem;
    padding: 0.68rem 0.85rem;
  }

  .cyber-hero-trust__stars {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
  }

  .cyber-hero-trust__copy strong {
    font-size: 0.9rem;
  }

  .cyber-hero-trust__copy small {
    font-size: 0.74rem;
  }

  .cyber-hero__actions,
  .cyber-form .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cyber-hero__actions .btn,
  .cyber-form .form-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cyber-hero__visual,
  .cyber-hero__visual img {
    min-height: 22rem;
  }

  .cyber-stat-card {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    width: 11.8rem;
    padding: 1rem;
  }

  .cyber-stat-card strong {
    font-size: 2.8rem;
  }

  .cyber-proof-line {
    display: grid;
    gap: 0.7rem;
    padding: 1rem 0 0;
  }

  .cyber-assurance,
  .cyber-section,
  .cyber-next,
  .cyber-related,
  .cyber-form-section,
  .cyber-faq {
    width: 100%;
    padding: 2.5rem 1rem;
  }

  .cyber-assurance__grid,
  .cyber-risk-grid,
  .cyber-help-grid,
  .cyber-steps,
  .cyber-related__grid,
  .cyber-form {
    grid-template-columns: 1fr;
  }

  .cyber-assurance__item {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .cyber-assurance__item:last-child {
    border-bottom: 0;
  }

  .cybersecurity-page .section-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .cybersecurity-page .section-heading h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .cyber-risk-grid article,
  .cyber-related a,
  .cyber-form-intro,
  .cyber-form-card {
    border-radius: 0.38rem;
  }

  .cyber-help-grid {
    gap: 0;
  }

  .cyber-help-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 0.85rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .cyber-help-grid article .cyber-help-icon {
    grid-row: span 2;
  }

  .cyber-help-grid article h3 {
    margin-top: 0.1rem;
  }

  .cyber-form-intro h2 {
    max-width: none;
  }
}


/* Business IT support redesign funnel (merged from page-redesign/it-support-auckland) */
.it-support-redesign {
  overflow: hidden;
  background: #fffefd;
}

.it-support-redesign h1,
.it-support-redesign h2 {
  max-width: none;
}

.it-support-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(18, 100, 107, 0.08), transparent 24rem),
    linear-gradient(180deg, #fffefd 0%, #fbf7f0 100%);
  padding: clamp(56px, 7vw, 92px) 0 clamp(46px, 6vw, 74px);
}

.it-support-hero__grid {
  display: grid;
  width: calc(100vw - max(24px, calc((100vw - var(--cw-shell)) / 2)));
  max-width: none;
  grid-template-columns: minmax(420px, 0.72fr) minmax(680px, 1.28fr);
  gap: clamp(44px, 4.5vw, 84px);
  align-items: center;
  margin-right: 0;
  margin-left: max(24px, calc((100vw - var(--cw-shell)) / 2));
}

.it-support-hero__copy h1 {
  max-width: 10.8em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.02;
}

.it-support-hero__copy p {
  max-width: 58ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: 18px;
  line-height: 1.55;
}

.it-support-trust {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: var(--cw-space-5);
  padding: 0.72rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: rgba(255, 254, 253, 0.9);
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.06);
}

.it-support-trust__stars {
  color: #f5a623;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.it-support-trust__copy {
  display: grid;
  gap: 0.1rem;
  color: var(--cw-ink);
  line-height: 1.1;
}

.it-support-trust__copy strong {
  font-size: 0.96rem;
  font-weight: 900;
}

.it-support-trust__copy small {
  color: var(--cw-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.it-support-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
  margin-bottom: var(--cw-space-6);
}

.it-support-hero__actions .btn {
  min-width: 190px;
}

.it-support-call {
  border-color: rgba(18, 100, 107, 0.55);
  background: #fff;
  color: var(--cw-action-dark);
}

.it-support-proof-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-4);
  max-width: 660px;
}

.it-support-proof-mini span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: var(--cw-space-2);
  align-items: center;
  color: var(--cw-ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.it-support-visual {
  position: relative;
  overflow: visible;
  min-height: clamp(440px, 35vw, 640px);
  background: transparent;
}

.it-support-visual img {
  width: 100%;
  height: clamp(440px, 35vw, 640px);
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center right;
  box-shadow: -24px 28px 74px rgba(22, 19, 15, 0.14);
}

.it-support-overlay {
  position: absolute;
  right: clamp(28px, 3.4vw, 58px);
  bottom: clamp(28px, 3.8vw, 64px);
  display: grid;
  gap: 12px;
  width: min(300px, 46%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: rgba(16, 20, 24, 0.9);
  color: #fff;
  padding: clamp(20px, 2vw, 28px);
  box-shadow: 0 24px 58px rgba(13, 18, 23, 0.24);
}

.it-support-overlay strong {
  font-size: 17px;
}

.it-support-overlay span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.it-support-section {
  padding: clamp(54px, 7vw, 82px) 0;
}

.it-support-section__head {
  margin-bottom: var(--cw-space-6);
}

.it-support-section__head--center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.it-support-section__head h2 {
  max-width: 760px;
}

.it-support-section__head p {
  max-width: 780px;
  margin-bottom: 0;
}

.it-support-issues {
  padding-top: clamp(46px, 6vw, 72px);
}

.it-support-issue-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.it-support-issue-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  justify-items: center;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5) var(--cw-space-4);
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.it-support-issue-card:hover {
  border-color: rgba(18, 100, 107, 0.38);
  box-shadow: var(--cw-shadow-hover);
  transform: translateY(-3px);
}

.it-support-issue-card .it-support-icon {
  width: 58px;
  height: 58px;
  margin-bottom: var(--cw-space-4);
}

.it-support-issue-card h3 {
  font-size: 18px;
}

.it-support-issue-card p {
  margin-bottom: var(--cw-space-4);
  color: var(--cw-ink-soft);
  font-size: 14px;
  line-height: 1.45;
}

.it-support-issue-card a,
.it-support-path-card a,
.it-support-related-card em {
  align-self: end;
  color: var(--cw-primary);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.it-support-issue-card a:hover,
.it-support-path-card a:hover,
.it-support-related-card:hover em {
  text-decoration: underline;
}

.it-support-rates {
  padding-top: 0;
}

.it-support-rates__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(210px, 0.62fr) minmax(210px, 0.62fr);
  gap: var(--cw-space-5);
  align-items: stretch;
  border: 1px solid rgba(18, 100, 107, 0.22);
  border-radius: var(--cw-radius);
  background:
    linear-gradient(135deg, rgba(226, 243, 241, 0.8), rgba(255, 254, 253, 0.94));
  box-shadow: var(--cw-shadow-soft);
  padding: clamp(24px, 4vw, 34px);
}

.it-support-rates__copy {
  border-right: 1px solid rgba(18, 100, 107, 0.22);
  padding-right: var(--cw-space-5);
}

.it-support-rates__copy h2 {
  max-width: 17em;
  margin-bottom: var(--cw-space-3);
  font-size: clamp(24px, 2.3vw, 31px);
}

.it-support-rates__copy p {
  max-width: 54ch;
  margin-bottom: var(--cw-space-4);
}

.it-support-checks {
  display: grid;
  gap: var(--cw-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.it-support-checks li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: var(--cw-space-2);
  color: var(--cw-ink-soft);
  font-size: 15px;
}

.it-support-checks li::before {
  width: 20px;
  height: 20px;
  border: 1px solid var(--cw-action);
  border-radius: 50%;
  color: var(--cw-action);
  content: "✓";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.it-support-price {
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(18, 100, 107, 0.18);
  padding-right: var(--cw-space-5);
}

.it-support-price:last-child {
  border-right: 0;
  padding-right: 0;
}

.it-support-price span {
  color: var(--cw-ink);
  font-weight: 700;
}

.it-support-price strong {
  display: block;
  color: var(--cw-action);
  font-size: clamp(40px, 4.2vw, 56px);
  line-height: 1;
  margin: var(--cw-space-2) 0 0;
}

.it-support-price small {
  font-size: 0.42em;
}

.it-support-price p {
  margin: 0;
  color: var(--cw-ink);
  font-weight: 700;
}

.it-support-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.it-support-path-card,
.it-support-managed-card,
.it-support-related-card,
.it-support-faq article,
.it-support-form-notes article {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: #fff;
  box-shadow: var(--cw-shadow-soft);
}

.it-support-path-card {
  display: grid;
  min-height: 220px;
  padding: var(--cw-space-5);
}

.it-support-path-card .it-support-icon {
  width: 54px;
  height: 54px;
  margin-bottom: var(--cw-space-4);
}

.it-support-managed-card {
  display: grid;
  align-content: center;
  gap: var(--cw-space-3);
  background: linear-gradient(135deg, var(--cw-action), var(--cw-action-dark));
  color: #fff;
  padding: var(--cw-space-5);
}

.it-support-managed-card p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 0;
}

.it-support-managed-card .btn {
  background: #fff;
  border-color: #fff;
  color: var(--cw-action-dark);
}

.it-support-managed-card__phone {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.it-support-process {
  background: #fffefd;
  padding-top: 0;
}

.it-support-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.it-support-process__grid article {
  position: relative;
  display: grid;
  gap: var(--cw-space-2);
}

.it-support-process__grid article:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: -30px;
  color: rgba(18, 100, 107, 0.62);
  content: "→";
  font-size: 28px;
}

.it-support-process__grid span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--cw-action);
  border-radius: 50%;
  color: var(--cw-action-dark);
  font-weight: 800;
}

.it-support-process__grid h3 {
  margin-bottom: 0;
}

.it-support-process__grid p {
  margin-bottom: 0;
  color: var(--cw-muted);
  font-size: 15px;
}

.it-support-related {
  padding-top: 0;
}

.it-support-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.it-support-related-card {
  display: grid;
  gap: var(--cw-space-3);
  min-height: 190px;
  color: var(--cw-ink);
  padding: var(--cw-space-5);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.it-support-related-card:hover {
  border-color: rgba(18, 100, 107, 0.38);
  box-shadow: var(--cw-shadow-hover);
  transform: translateY(-3px);
}

.it-support-related-card .it-support-icon {
  width: 42px;
  height: 42px;
}

.it-support-related-card strong {
  font-size: 17px;
}

.it-support-related-card span {
  color: var(--cw-muted);
  font-size: 14px;
}

.it-support-capability {
  padding-top: 0;
}

.it-support-capability__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: var(--cw-radius);
  background: rgba(17, 24, 39, 0.1);
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.08);
}

.it-support-capability__grid article {
  display: grid;
  gap: var(--cw-space-3);
  min-height: 210px;
  background: rgba(255, 254, 253, 0.92);
  padding: clamp(22px, 3vw, 32px);
}

.it-support-capability__grid strong {
  color: var(--cw-ink);
  font-size: 18px;
  line-height: 1.25;
}

.it-support-capability__grid span {
  color: var(--cw-muted);
  line-height: 1.55;
}

.it-support-form-section {
  background:
    linear-gradient(180deg, #f5eee5 0%, #efe7da 100%);
  padding: clamp(68px, 8vw, 96px) 0;
}

.it-support-redesign .form-wrap {
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 64px);
}

.it-support-form-intro h2 {
  max-width: 11em;
}

.it-support-form-intro p {
  font-size: 16px;
}

.it-support-form-intro a {
  color: var(--cw-action-dark);
  font-weight: 700;
}

.it-support-form-notes {
  display: grid;
  gap: var(--cw-space-4);
  margin-top: var(--cw-space-6);
}

.it-support-form-notes article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: center;
  padding: var(--cw-space-4);
}

.it-support-form-notes .it-support-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
}

.it-support-form-notes strong,
.it-support-form-notes span {
  display: block;
}

.it-support-form-notes span {
  color: var(--cw-muted);
  font-size: 14px;
}

.it-support-redesign .form-panel {
  border-color: rgba(18, 100, 107, 0.2);
  background: rgba(255, 254, 253, 0.98);
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.12);
}

.it-support-redesign .form-panel__intro .eyebrow {
  margin-bottom: var(--cw-space-2);
}

.it-support-redesign .form-panel__intro h2 {
  font-size: 32px;
}

.it-support-redesign .form-panel--compact {
  padding: clamp(24px, 3vw, 34px);
}

.it-support-redesign .form-panel--compact .form-panel__intro {
  margin-bottom: var(--cw-space-4);
}

.it-support-redesign .form-panel--compact .form-panel__intro h2 {
  margin-bottom: var(--cw-space-3);
}

.it-support-redesign .form-panel--compact .form-group-title {
  margin-top: 0;
}

.it-support-redesign .form-panel--compact .harness-form {
  gap: 14px var(--cw-space-4);
}

.it-support-redesign .form-panel--compact textarea {
  min-height: 96px;
}

.it-support-faq {
  padding-top: clamp(42px, 5vw, 62px);
}

.it-support-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.it-support-faq article {
  padding: var(--cw-space-5);
}

.it-support-faq h3 {
  margin-bottom: var(--cw-space-2);
  font-size: 18px;
}

.it-support-faq p {
  margin-bottom: 0;
}

.it-support-faq__rows {
  display: grid;
  width: min(100%, 56rem);
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.it-support-faq__rows details {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.it-support-faq__rows summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  color: var(--cw-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.it-support-faq__rows summary:focus-visible {
  outline: 2px solid rgba(18, 100, 107, 0.35);
  outline-offset: 0.35rem;
}

.it-support-faq__rows summary::-webkit-details-marker {
  display: none;
}

.it-support-faq__rows summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(18, 100, 107, 0.28);
  border-radius: 50%;
  color: var(--cw-action);
  font-size: 1.1rem;
  line-height: 1;
}

.it-support-faq__rows details[open] summary::after {
  content: "-";
}

.it-support-faq__rows p {
  max-width: 45rem;
  margin: 0 0 1.25rem;
  color: var(--cw-muted);
  line-height: 1.55;
}

.it-support-next-cta {
  display: flex;
  justify-content: center;
  gap: var(--cw-space-3);
  margin-top: var(--cw-space-7);
}

.it-support-next-cta .btn {
  min-width: 190px;
}

.it-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--cw-action);
}

.it-support-icon::before {
  width: 100%;
  height: 100%;
  background: currentColor;
  content: "";
  -webkit-mask: var(--it-support-icon) center / contain no-repeat;
  mask: var(--it-support-icon) center / contain no-repeat;
}

.it-support-icon--pin { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.it-support-icon--shield { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9'/%3E%3C/svg%3E"); }
.it-support-icon--monitor { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='12' rx='1'/%3E%3Cpath d='M8 21h8M12 16v5'/%3E%3C/svg%3E"); }
.it-support-icon--mail { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16v12H4z'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E"); }
.it-support-icon--wifi { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0M8.5 16a5 5 0 0 1 7 0'/%3E%3Ccircle cx='12' cy='19' r='1'/%3E%3C/svg%3E"); }
.it-support-icon--laptop { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='5' y='4' width='14' height='10' rx='1'/%3E%3Cpath d='M3 19h18l-2-5H5l-2 5Z'/%3E%3C/svg%3E"); }
.it-support-icon--printer { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3C/svg%3E"); }
.it-support-icon--headset { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M4 13v4a2 2 0 0 0 2 2h2v-6H4ZM20 13v4a2 2 0 0 1-2 2h-2v-6h4ZM15 21h-3'/%3E%3C/svg%3E"); }
.it-support-icon--wrench { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L11 22l-5-5 9.7-9.7Z'/%3E%3Cpath d='m7 17-2 2'/%3E%3C/svg%3E"); }
.it-support-icon--chart { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E"); }
.it-support-icon--briefcase { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V4h4v2M3 7h18v12H3zM3 12h18'/%3E%3C/svg%3E"); }
.it-support-icon--coin { --it-support-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 7v10M9 10c0-1.3 1.2-2 3-2s3 .7 3 2-1.2 2-3 2-3 .7-3 2 1.2 2 3 2 3-.7 3-2'/%3E%3C/svg%3E"); }

.it-proactive-page {
  overflow: hidden;
  background: #fffefd;
}

.it-proactive-page h1,
.it-proactive-page h2 {
  max-width: none;
}

.it-proactive-hero {
  padding: 0;
  background:
    linear-gradient(90deg, #fffefd 0%, #fffefd 47%, #f7f2eb 47%, #f7f2eb 100%);
}

.it-proactive-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.it-proactive-hero__copy {
  width: min(100% - 56px, 600px);
  margin-left: auto;
  padding: clamp(62px, 7vw, 92px) clamp(34px, 5vw, 70px) clamp(58px, 6.2vw, 84px) 0;
}

.it-proactive-hero__copy h1 {
  max-width: 10.6em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(46px, 5.1vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.it-proactive-hero__copy p {
  max-width: 58ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.58;
}

.it-proactive-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-4);
  align-items: center;
  margin-bottom: var(--cw-space-6);
}

.it-proactive-hero__actions .btn {
  min-width: 184px;
}

.it-proactive-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  max-width: 530px;
}

.it-proactive-proof span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cw-ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
}

.it-proactive-visual {
  position: relative;
  isolation: isolate;
  align-self: stretch;
}

.it-proactive-visual__image {
  overflow: hidden;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: var(--cw-header);
  box-shadow: none;
}

.it-proactive-visual__image img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 43vw, 650px);
  object-fit: cover;
  object-position: 61% center;
}

.it-proactive-included {
  position: absolute;
  right: clamp(16px, 2.2vw, 32px);
  top: auto;
  bottom: clamp(58px, 7vw, 96px);
  transform: none;
  overflow: hidden;
  width: min(280px, calc(100% - 40px));
  border: 1px solid rgba(18, 26, 34, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--cw-ink);
  box-shadow: 0 22px 48px rgba(13, 18, 23, 0.18);
}

.it-proactive-included h2 {
  margin: 0;
  background: var(--cw-header);
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding: 18px 22px;
}

.it-proactive-included__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 13px 0;
}

.it-proactive-included__grid span {
  display: flex;
  gap: var(--cw-space-3);
  align-items: center;
  min-height: 52px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--cw-ink-soft);
  font-size: 14px;
  font-weight: 700;
  padding: 0 22px;
}

.it-symbol,
.it-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.it-symbol {
  width: 30px;
  height: 30px;
  color: var(--cw-action-dark);
}

.it-symbol::before {
  width: 100%;
  height: 100%;
  background: currentColor;
  content: "";
  -webkit-mask: var(--it-icon) center / contain no-repeat;
  mask: var(--it-icon) center / contain no-repeat;
}

.it-symbol--pin { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.it-symbol--shield { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9'/%3E%3C/svg%3E"); }
.it-symbol--printer { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9V3h12v6'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v7H6z'/%3E%3C/svg%3E"); }
.it-symbol--monitor { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='12' rx='1'/%3E%3Cpath d='M8 21h8M12 16v5M7 10h3l2-3 2 6 2-3h1'/%3E%3C/svg%3E"); }
.it-symbol--user { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3Cpath d='M19 8h3M20.5 6.5v3'/%3E%3C/svg%3E"); }
.it-symbol--gear { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4v-.2a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1-2.8-2.8.1-.1A1.7 1.7 0 0 0 4.6 15a1.7 1.7 0 0 0-1.6-1H3v-4h.2a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9l-.1-.1 2.8-2.8.1.1A1.7 1.7 0 0 0 9 4.6a1.7 1.7 0 0 0 1-1.6V3h4v.2a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1 2.8 2.8-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E"); }
.it-symbol--clipboard { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6l1 2h3v15H5V6h3l1-2Z'/%3E%3Cpath d='M9 12h6M9 16h4'/%3E%3C/svg%3E"); }
.it-symbol--cloud { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 18H7a5 5 0 1 1 1-9.9A6 6 0 0 1 19 10.5 3.8 3.8 0 0 1 17.5 18Z'/%3E%3C/svg%3E"); }
.it-symbol--wrench { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L11 22l-5-5 9.7-9.7Z'/%3E%3Cpath d='m7 17-2 2'/%3E%3C/svg%3E"); }
.it-symbol--chart { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E"); }
.it-symbol--network { --it-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='9' y='3' width='6' height='5'/%3E%3Crect x='3' y='16' width='6' height='5'/%3E%3Crect x='15' y='16' width='6' height='5'/%3E%3Cpath d='M12 8v4M6 16v-4h12v4'/%3E%3C/svg%3E"); }

.it-proof-strip {
  padding: 0 0 clamp(70px, 7vw, 96px);
  background: #fffefd;
}

.it-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(217, 208, 195, 0.82);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(22, 19, 15, 0.06);
}

.it-proof-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: var(--cw-space-3);
  min-height: 132px;
  padding: var(--cw-space-6) var(--cw-space-6);
}

.it-proof-strip article + article {
  border-left: 1px solid rgba(217, 208, 195, 0.82);
}

.it-proof-strip strong,
.it-proof-strip span {
  display: block;
}

.it-proof-strip__icon {
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  color: var(--cw-action-dark);
}

.it-proof-strip strong {
  margin-bottom: 7px;
  color: var(--cw-ink);
  font-size: 18px;
  line-height: 1.18;
  grid-column: 2;
}

.it-proof-strip span {
  color: var(--cw-muted);
  font-size: 14px;
  grid-column: 2;
}

.it-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(46px, 7vw, 86px);
  align-items: start;
  padding-bottom: clamp(42px, 5vw, 76px);
}

.it-proactive-page .section-heading {
  max-width: none;
}

.it-proactive-page .section-heading h2 {
  max-width: 720px;
}

.it-split p {
  max-width: 62ch;
  font-size: 17px;
}

.it-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
  margin-top: var(--cw-space-5);
}

.it-feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-5);
}

.it-feature-stack article,
.it-inclusion-grid article,
.it-process article {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--cw-shadow-soft);
}

.it-feature-stack article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: var(--cw-space-6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.it-feature-stack article:hover,
.it-inclusion-grid article:hover,
.it-process article:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(22, 19, 15, 0.1);
}

.it-card-icon,
.it-process article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  color: var(--cw-action-dark);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: var(--cw-space-7);
}

.it-feature-stack article h3,
.it-feature-stack article p {
  grid-column: auto;
}

.it-feature-stack article h3,
.it-inclusion-grid article h3,
.it-process article h3 {
  margin-bottom: 4px;
}

.it-feature-stack article p,
.it-inclusion-grid article p,
.it-process article p {
  margin-bottom: 0;
  color: var(--cw-muted);
  font-size: 15px;
}

.it-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cw-space-5);
}

.it-inclusion-grid article {
  min-height: 100%;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: var(--cw-space-5);
  padding: var(--cw-space-6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.it-icon {
  width: 44px;
  height: 44px;
  background: transparent;
  color: var(--cw-action-dark);
  margin: 0;
}

.it-inclusion-grid article h3,
.it-inclusion-grid article p {
  grid-column: 2;
}

.it-process-section {
  background: #fffefd;
}

.it-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
}

.it-process article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: var(--cw-space-4);
  padding: var(--cw-space-4);
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.it-process article:not(:last-child)::after {
  position: absolute;
  top: 38px;
  right: -28px;
  color: rgba(18, 26, 34, 0.58);
  content: "→";
  font-size: 34px;
  line-height: 1;
}

.it-process article span {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  background: var(--cw-action);
  color: #fff;
  grid-column: 1;
  grid-row: 1;
}

.it-process article > .it-symbol {
  grid-column: 2;
  grid-row: 1;
  width: 48px;
  height: 48px;
  margin-bottom: var(--cw-space-4);
}

.it-process article h3,
.it-process article p {
  grid-column: 1 / -1;
}

.it-before-form {
  padding: clamp(42px, 6vw, 70px) 0 0;
  background: #f1eadf;
}

.it-before-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: end;
  border-bottom: 1px solid rgba(217, 208, 195, 0.9);
  padding-bottom: var(--cw-space-5);
}

.it-before-form h2 {
  max-width: 10.8em;
}

.it-before-form p {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--cw-ink-soft);
  font-size: 17px;
}

.it-proactive-page .form-wrap {
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 90px);
}

.it-proactive-page #intake-form {
  padding: clamp(72px, 8vw, 106px) 0;
  background: #f1eadf;
}

.it-proactive-page .form-panel {
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.12);
}

.form-section--compact .form-panel {
  padding: clamp(28px, 4vw, 42px);
}

.form-section--compact .harness-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-section--compact .form-secure-note {
  grid-column: 1 / -1;
  margin: -6px 0 0;
  color: var(--cw-muted);
  font-size: 13px;
}

.it-proactive-page .form-panel__intro .check-list li:nth-child(2) {
  display: none;
}

.m365-page {
  overflow: hidden;
  background: #fffefd;
}

.m365-page h1,
.m365-page h2 {
  max-width: none;
}

.m365-hero {
  background:
    linear-gradient(90deg, #fffefd 0%, #fffefd 47%, rgba(243, 238, 230, 0.72) 47%, rgba(243, 238, 230, 0.72) 100%);
}

.m365-hero__grid {
  display: grid;
  grid-template-columns: minmax(480px, 0.92fr) minmax(560px, 1.08fr);
  align-items: stretch;
  width: min(100%, 1536px);
  margin: 0 auto;
}

.m365-hero__copy {
  width: min(100% - 48px, 660px);
  margin-left: auto;
  padding: clamp(62px, 6.2vw, 86px) clamp(28px, 3vw, 48px) 0 0;
}

.m365-hero__copy h1 {
  max-width: 11.4em;
  margin-bottom: var(--cw-space-4);
  font-size: clamp(44px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.m365-hero__copy p {
  max-width: 59ch;
  margin-bottom: var(--cw-space-6);
  color: var(--cw-ink-soft);
  font-size: clamp(16px, 1.08vw, 18px);
}

.m365-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-4);
  align-items: center;
  margin-bottom: clamp(34px, 4vw, 52px);
}

.m365-hero__actions .btn {
  min-width: 220px;
}

.m365-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: auto;
  border-top: 1px solid rgba(217, 208, 195, 0.9);
}

.m365-proof span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: center;
  min-height: 104px;
  color: var(--cw-ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
  padding: var(--cw-space-4) var(--cw-space-4) var(--cw-space-4) 0;
}

.m365-proof span + span {
  border-left: 1px solid rgba(217, 208, 195, 0.9);
  padding-left: var(--cw-space-5);
}

.m365-hero__visual {
  min-height: clamp(560px, 45vw, 700px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.02), rgba(18, 26, 34, 0.08)),
    var(--cw-soft);
}

.m365-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.m365-section {
  padding: clamp(70px, 7vw, 96px) 0;
  background: #fffefd;
}

.m365-section--issues {
  padding-top: clamp(58px, 6vw, 78px);
}

.m365-section--issues h2,
.m365-section--related h2 {
  max-width: 760px;
  margin-bottom: var(--cw-space-7);
}

.m365-issue-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.m365-issue-grid article {
  min-height: 252px;
  border: 1px solid rgba(217, 208, 195, 0.95);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-6) var(--cw-space-4);
  text-align: center;
}

.m365-issue-grid .m365-symbol {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--cw-space-5);
  color: var(--cw-primary);
}

.m365-issue-grid h3 {
  margin-bottom: var(--cw-space-3);
  font-size: 18px;
}

.m365-issue-grid p,
.m365-flow p,
.m365-next p,
.m365-related-grid span {
  color: var(--cw-ink-soft);
  font-size: 15px;
}

.m365-section--flow {
  padding-top: clamp(42px, 5vw, 70px);
}

.m365-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
}

.m365-flow article {
  position: relative;
  text-align: center;
}

.m365-flow article:not(:last-child)::after,
.m365-next article:not(:last-child)::after {
  position: absolute;
  top: 34px;
  right: clamp(-42px, -3vw, -20px);
  color: rgba(18, 26, 34, 0.48);
  content: "→";
  font-size: 32px;
  line-height: 1;
}

.m365-flow article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: var(--cw-space-4);
  border-radius: 50%;
  background: var(--cw-primary);
  color: #fff;
  font-weight: 800;
}

.m365-flow .m365-symbol {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto var(--cw-space-5);
  color: var(--cw-muted);
}

.m365-section--next {
  padding-top: clamp(28px, 4vw, 52px);
}

.m365-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(44px, 7vw, 104px);
  padding: var(--cw-space-7) 0;
  border-top: 1px solid rgba(217, 208, 195, 0.9);
  border-bottom: 1px solid rgba(217, 208, 195, 0.9);
}

.m365-next article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: var(--cw-space-4);
  align-items: start;
}

.m365-next .m365-symbol {
  width: 48px;
  height: 48px;
  color: var(--cw-primary);
}

.m365-next h3,
.m365-next p {
  grid-column: 2;
}

.m365-section--related {
  padding-top: clamp(34px, 4.5vw, 58px);
}

.m365-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-2);
}

.m365-related-grid a {
  display: flex;
  flex-direction: column;
  min-height: 242px;
  border: 1px solid rgba(217, 208, 195, 0.95);
  border-radius: var(--cw-radius-sm);
  background: #fff;
  color: var(--cw-ink);
  padding: var(--cw-space-6);
  text-decoration: none;
}

.m365-related-grid .m365-symbol {
  width: 44px;
  height: 44px;
  margin-bottom: var(--cw-space-5);
  color: var(--cw-primary);
}

.m365-related-grid strong {
  margin-bottom: var(--cw-space-2);
  font-size: 19px;
  line-height: 1.2;
}

.m365-related-grid em {
  margin-top: auto;
  color: var(--cw-primary);
  font-style: normal;
  font-weight: 800;
}

.m365-form-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(199, 34, 31, 0.06), transparent 20rem),
    #f1eadf;
  padding: clamp(58px, 6vw, 82px) 0;
}

.m365-form-grid {
  width: min(1360px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(300px, 0.64fr);
  gap: clamp(32px, 4vw, 58px);
  align-items: center;
}

.m365-form-intro {
  padding-top: 0;
}

.m365-form-intro h2 {
  max-width: 10.8em;
}

.m365-form-intro p {
  max-width: 50ch;
  margin-bottom: var(--cw-space-7);
  font-size: 17px;
}

.m365-callout {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: var(--cw-space-4);
  align-items: center;
  margin-bottom: var(--cw-space-6);
}

.m365-callout .m365-symbol {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(199, 34, 31, 0.09);
  color: var(--cw-primary);
  padding: 15px;
}

.m365-callout strong,
.m365-callout a,
.m365-callout span {
  display: block;
}

.m365-callout a {
  color: var(--cw-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.m365-callout span {
  color: var(--cw-ink-soft);
}

.m365-form-card {
  min-width: 0;
  border: 1px solid rgba(217, 208, 195, 0.96);
  border-radius: var(--cw-radius);
  background: #fff;
  box-shadow: 0 20px 55px rgba(22, 19, 15, 0.14);
  padding: clamp(26px, 3vw, 34px);
}

.m365-form {
  display: block;
}

.m365-form-card h2 {
  max-width: 100%;
  margin-bottom: var(--cw-space-4);
  font-size: 28px;
}

.m365-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.m365-form-card label {
  display: grid;
  gap: 7px;
  color: var(--cw-ink);
  font-size: 13px;
  font-weight: 700;
}

.m365-form-card input,
.m365-form-card select,
.m365-form-card textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: #fff;
  color: var(--cw-ink);
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
}

.m365-form-card textarea {
  min-height: 104px;
  resize: vertical;
}

.m365-form-field--full,
.m365-form-actions {
  grid-column: 1 / -1;
}

.m365-form-actions {
  display: flex;
  gap: var(--cw-space-4);
  align-items: center;
  margin-top: var(--cw-space-4);
}

.m365-form-actions .btn--primary {
  min-width: min(100%, 300px);
}

.m365-form-card .thank-you {
  margin: var(--cw-space-5) 0 0;
}

.m365-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
}

.m365-symbol::before {
  width: 100%;
  height: 100%;
  background: currentColor;
  content: "";
  -webkit-mask: var(--m365-icon) center / contain no-repeat;
  mask: var(--m365-icon) center / contain no-repeat;
}

.m365-symbol--pin { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.m365-symbol--shield { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m8.5 12 2.2 2.2L15.8 9'/%3E%3C/svg%3E"); }
.m365-symbol--users { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.9M16 3.1a4 4 0 0 1 0 7.8'/%3E%3C/svg%3E"); }
.m365-symbol--mail { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E"); }
.m365-symbol--teams { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='10' height='12' rx='1'/%3E%3Cpath d='M8 10v5M6 10h4M15 9h4v7h-4M17 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/svg%3E"); }
.m365-symbol--id { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='9' cy='11' r='2'/%3E%3Cpath d='M13 10h5M13 14h4M7 16a4 4 0 0 1 4 0'/%3E%3C/svg%3E"); }
.m365-symbol--user-plus { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M3 21a6 6 0 0 1 12 0M19 8v6M16 11h6'/%3E%3C/svg%3E"); }
.m365-symbol--lock { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E"); }
.m365-symbol--tools { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L11 22l-5-5 9.7-9.7Z'/%3E%3Cpath d='m7 17-2 2M3 5l4 4'/%3E%3C/svg%3E"); }
.m365-symbol--admin { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6v.2h-4v-.2a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1-2.8-2.8.1-.1A1.7 1.7 0 0 0 4.6 15a1.7 1.7 0 0 0-1.6-1H3v-4h.2a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9l-.1-.1 2.8-2.8.1.1A1.7 1.7 0 0 0 9 4.6a1.7 1.7 0 0 0 1-1.6V3h4v.2a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1 2.8 2.8-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.2v4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E"); }
.m365-symbol--chart { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20H2'/%3E%3C/svg%3E"); }
.m365-symbol--chat { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E"); }
.m365-symbol--headset { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0M4 13v4a2 2 0 0 0 2 2h2v-8H6a2 2 0 0 0-2 2ZM20 13v4a2 2 0 0 1-2 2h-2v-8h2a2 2 0 0 1 2 2Z'/%3E%3Cpath d='M16 19a4 4 0 0 1-4 3'/%3E%3C/svg%3E"); }
.m365-symbol--check { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12 2.5 2.5L16 9'/%3E%3C/svg%3E"); }
.m365-symbol--monitor { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='12' rx='1'/%3E%3Cpath d='M8 21h8M12 16v5'/%3E%3C/svg%3E"); }
.m365-symbol--cloud { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 18H7a5 5 0 1 1 1-9.9A6 6 0 0 1 19 10.5 3.8 3.8 0 0 1 17.5 18Z'/%3E%3C/svg%3E"); }
.m365-symbol--phone { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2.1Z'/%3E%3C/svg%3E"); }
.m365-symbol--clock { --m365-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v6l4 2'/%3E%3C/svg%3E"); }

.proof-card,
.product-card,
.cart-item,
.cart-summary,
.admin-card {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.proof-card,
.product-card,
.cart-item,
.cart-summary,
.admin-card,
.pricing-card,
.pricing-hero-card,
.promo-panel,
.trust-strip article,
.checkout-readiness article,
.location-card,
.partner-card,
.policy-card,
.resource-card,
.portal-step,
.article-panel,
.readiness-card {
  background: rgba(255, 254, 253, 0.86);
}

.proof-card,
.admin-card,
.cart-summary {
  padding: var(--cw-space-5);
}

.proof-card__rating {
  color: var(--cw-warning);
  font-weight: var(--cw-weight-heading);
  margin-bottom: var(--cw-space-3);
}

.proof-card strong,
.proof-card span {
  display: block;
}

.proof-card span,
.product-card__category,
.product-note,
.admin-card span {
  color: var(--cw-muted);
  font-size: 14px;
}

.store-intro,
.finance-panel,
.cart-steps {
  padding: var(--cw-space-5);
}

.store-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-2);
  margin-top: var(--cw-space-5);
}

.store-benefits span,
.product-card__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-success-soft);
  color: var(--cw-success);
  font-size: 12px;
  font-weight: var(--cw-weight-label);
  padding: 5px 9px;
}

.cart-steps {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.cart-steps ol {
  display: grid;
  counter-reset: cart-step;
  gap: var(--cw-space-3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: var(--cw-space-3);
  align-items: start;
  border-top: 1px solid var(--cw-line);
  padding-top: var(--cw-space-3);
  counter-increment: cart-step;
}

.cart-steps li:first-child {
  border-top: 0;
  padding-top: 0;
}

.cart-steps li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--cw-primary);
  color: var(--cw-surface);
  content: counter(cart-step);
  font-size: 13px;
  font-weight: var(--cw-weight-heading);
}

.cart-steps strong,
.cart-steps span {
  display: block;
}

.cart-steps span {
  grid-column: 2;
  color: var(--cw-muted);
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink-soft);
  margin: 0;
  padding-left: 20px;
}

.shop-toolbar {
  display: grid;
  gap: var(--cw-space-4);
}

.shop-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--cw-space-3);
  align-items: end;
}

.shop-search label,
.subscription-form label,
.quantity-form label,
.checkout-options label {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink);
  font-size: 14px;
  font-weight: var(--cw-weight-label);
}

.shop-search input,
.subscription-form input,
.subscription-form select,
.quantity-form input,
.checkout-options select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  color: var(--cw-ink);
  font: inherit;
  padding: 10px 12px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
}

.shop-filter-summary {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-3);
  align-items: center;
  color: var(--cw-muted);
  font-size: 14px;
}

.shop-filter-summary a {
  color: var(--cw-action);
  font-weight: var(--cw-weight-strong);
  text-decoration: none;
}

.shop-filter-summary a:hover {
  text-decoration: underline;
}

.category-pills a {
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-surface);
  color: var(--cw-action-dark);
  font-weight: var(--cw-weight-strong);
  padding: 8px 12px;
  text-decoration: none;
}

.category-pills a.is-active,
.category-pills a:hover {
  border-color: var(--cw-primary);
  color: var(--cw-primary);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.product-card {
  display: grid;
  grid-template-rows: 150px 1fr;
  overflow: hidden;
}

.product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cw-soft);
  padding: var(--cw-space-5);
}

.product-card__badge {
  position: absolute;
  top: var(--cw-space-3);
  left: var(--cw-space-3);
  max-width: calc(100% - 24px);
  background: var(--cw-surface);
  color: var(--cw-primary-dark);
}

.product-card__image img {
  width: min(180px, 100%);
  max-height: 120px;
  object-fit: contain;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.product-card__body p {
  margin-bottom: 0;
}

.product-meta,
.cart-summary dl,
.admin-dl {
  display: grid;
  gap: var(--cw-space-2);
  margin: 0;
}

.product-meta div,
.cart-summary dl div,
.admin-dl div {
  display: flex;
  justify-content: space-between;
  gap: var(--cw-space-3);
  border-top: 1px solid var(--cw-line);
  padding-top: var(--cw-space-2);
}

.product-meta div:last-child {
  border-bottom: 1px solid var(--cw-line);
  padding-bottom: var(--cw-space-2);
}

.product-meta dt,
.cart-summary dt,
.admin-dl dt {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
}

.product-meta dd,
.cart-summary dd,
.admin-dl dd {
  margin: 0;
  text-align: right;
}

.checkout-options {
  display: grid;
  gap: var(--cw-space-3);
  border-top: 1px solid var(--cw-line);
  margin-top: var(--cw-space-5);
  padding-top: var(--cw-space-5);
}

.checkout-options h3 {
  margin-bottom: 0;
}

.checkout-item-list {
  display: grid;
  gap: var(--cw-space-2);
  border-top: 1px solid var(--cw-line);
  margin-top: var(--cw-space-4);
  padding-top: var(--cw-space-4);
}

.checkout-item-list div {
  display: flex;
  justify-content: space-between;
  gap: var(--cw-space-3);
  color: var(--cw-ink-soft);
  font-size: 14px;
}

.checkout-item-list strong {
  color: var(--cw-ink);
  white-space: nowrap;
}

.checkout-form {
  grid-template-columns: 1fr;
}

.checkout-form-step,
.progressive-panel {
  grid-column: 1 / -1;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  padding: var(--cw-space-4);
}

.checkout-form-step legend {
  color: var(--cw-ink);
  font-size: 15px;
  font-weight: var(--cw-weight-heading);
  padding: 0 var(--cw-space-2);
}

.checkout-choice-grid,
.progressive-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
}

.checkout-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--cw-space-3);
}

.checkout-choice-card {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: var(--cw-space-3);
  min-height: 100%;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-canvas);
  padding: var(--cw-space-3);
}

.checkout-choice-card input {
  width: auto;
  min-height: 0;
  margin-top: 2px;
}

.checkout-choice-card strong,
.checkout-choice-card small {
  display: block;
}

.checkout-choice-card small {
  color: var(--cw-muted);
  font-size: 13px;
  line-height: 1.4;
  margin-top: var(--cw-space-1);
}

.progressive-panel summary {
  cursor: pointer;
  color: var(--cw-ink);
  font-weight: var(--cw-weight-heading);
}

.progressive-panel__grid {
  margin-top: var(--cw-space-4);
}

.checkout-form-actions,
.checkout-form-help {
  grid-column: 1 / -1;
}

.product-card__actions {
  display: grid;
  gap: var(--cw-space-3);
  margin-top: auto;
}

.product-card__actions form,
.product-card__actions .btn,
.product-card__actions button {
  width: 100%;
}

.product-card__actions .text-link {
  justify-self: center;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-soft);
  padding: var(--cw-space-6);
}

.empty-state--checkout {
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.product-card h3 a {
  color: var(--cw-ink);
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--cw-primary);
  text-decoration: underline;
}

.product-detail-hero {
  background: linear-gradient(135deg, var(--cw-surface) 0%, var(--cw-soft) 100%);
}

.product-detail-card {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow);
  overflow: hidden;
}

.product-detail-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background: var(--cw-soft-strong);
  padding: var(--cw-space-7);
}

.product-detail-card__image img {
  width: min(360px, 100%);
  max-height: 220px;
  object-fit: contain;
}

.product-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.product-detail-meta div {
  border-top: 1px solid var(--cw-line);
  padding: var(--cw-space-4);
}

.product-detail-meta div:nth-child(odd) {
  border-right: 1px solid var(--cw-line);
}

.product-detail-meta dt {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
  margin-bottom: var(--cw-space-1);
}

.product-detail-meta dd {
  color: var(--cw-ink);
  font-weight: var(--cw-weight-strong);
  margin: 0;
}

.inline-cart-form {
  display: inline-flex;
}

.cart-grid,
.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: var(--cw-space-6);
  align-items: start;
}

.hero--cart {
  padding: var(--cw-space-5) 0;
}

.hero--cart .hero__grid {
  grid-template-columns: minmax(0, 760px);
  gap: var(--cw-space-4);
}

.hero--checkout .hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: var(--cw-space-5);
  align-items: start;
}

.hero--cart .hero__copy p,
.hero--checkout .hero__copy p {
  font-size: 16px;
}

.hero--cart h1,
.hero--checkout h1 {
  font-size: 40px;
}

.hero--checkout {
  padding: var(--cw-space-6) 0;
}

.hero--cart + .page-section,
.hero--checkout + .page-section {
  padding-top: var(--cw-space-5);
}

.hero--cart .cart-steps,
.hero--checkout .cart-summary {
  padding: var(--cw-space-4);
}

.cart-grid > *,
.admin-grid > * {
  min-width: 0;
}

.cart-items,
.admin-list {
  display: grid;
  gap: var(--cw-space-3);
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: var(--cw-space-3);
  align-items: center;
  padding: 12px 14px;
}

.cart-item--empty {
  grid-template-columns: 1fr;
}

.cart-item__details {
  min-width: 0;
}

.cart-item__details h3,
.cart-item__details p {
  margin-bottom: var(--cw-space-1);
}

.cart-item__details h3 {
  font-size: 18px;
}

.cart-item__controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  align-items: end;
  justify-content: flex-start;
}

.cart-item__controls .button_to {
  margin: 0;
}

.cart-item__price {
  justify-self: end;
  white-space: nowrap;
}

.quantity-form {
  display: flex;
  gap: var(--cw-space-2);
  align-items: end;
}

.quantity-form input {
  width: 80px;
  min-height: 38px;
}

.cart-item .btn--small {
  min-height: 38px;
}

.trust-strip,
.checkout-readiness {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: var(--cw-space-4);
}

.trust-strip article,
.checkout-readiness article {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: 20px;
}

.trust-strip strong,
.checkout-readiness strong,
.trust-strip span,
.checkout-readiness span {
  display: block;
}

.trust-strip strong,
.checkout-readiness strong {
  margin-bottom: var(--cw-space-2);
}

.trust-strip span,
.checkout-readiness span {
  color: var(--cw-muted);
}

.subscription-form {
  display: grid;
  gap: var(--cw-space-3);
}

.subscription-form label {
  color: rgba(255, 255, 255, 0.9);
}

.subscription-form input,
.subscription-form select {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--cw-surface);
}

.subscription-form option {
  color: var(--cw-ink);
}

.consent-row {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: var(--cw-space-2) !important;
  font-weight: 500 !important;
}

.consent-row input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.admin-hero {
  background: var(--cw-soft);
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--cw-space-4);
}

.admin-filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: var(--cw-space-6);
  align-items: start;
}

.admin-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-3);
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
}

.admin-filter-form label {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink);
  font-size: 13px;
  font-weight: var(--cw-weight-label);
}

.admin-filter-form input,
.admin-filter-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius-sm);
  background: var(--cw-surface);
  color: var(--cw-ink);
  font: inherit;
  padding: 10px 12px;
}

.admin-filter-form .form-actions {
  grid-column: 1 / -1;
}

.admin-layout .section-heading {
  max-width: none;
  margin-bottom: 10px;
}

.admin-layout .section-heading h2 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.25;
}

.admin-layout .section-heading p {
  max-width: 920px;
  color: #616161;
  font-size: 13px;
}

.admin-layout .admin-filter-panel {
  grid-template-columns: minmax(0, 1fr);
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
}

.admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--cw-line);
  padding: var(--cw-space-3);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--cw-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-table span {
  color: var(--cw-muted);
  font-size: 13px;
}

.admin-export-row {
  margin-top: var(--cw-space-4);
}

.status-badge-list,
.admin-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  margin: var(--cw-space-3) 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-soft);
  color: var(--cw-ink-soft);
  font-size: 12px;
  font-weight: var(--cw-weight-strong);
  padding: 4px 8px;
}

.status-badge--success {
  border-color: var(--cw-success);
  background: var(--cw-success-soft);
  color: var(--cw-success);
}

.status-badge--notice {
  border-color: var(--cw-action);
  background: #edf4ff;
  color: var(--cw-action-dark);
}

.status-badge--warning {
  border-color: var(--cw-warning);
  background: var(--cw-warning-soft);
  color: var(--cw-warning);
}

.status-badge--danger {
  border-color: var(--cw-danger);
  background: var(--cw-primary-soft);
  color: var(--cw-danger);
}

.admin-card pre {
  max-width: 100%;
  overflow-x: auto;
  border-radius: var(--cw-radius-sm);
  background: var(--cw-soft);
  padding: var(--cw-space-3);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.admin-card,
.admin-dl,
.admin-dl div,
.admin-dl dd,
.admin-card details,
.admin-card summary {
  min-width: 0;
}

.admin-card {
  overflow-wrap: anywhere;
}

.admin-dl div {
  align-items: flex-start;
}

.admin-dl dd {
  max-width: 100%;
}

.local-review-panel,
.confirmation-panel {
  padding: var(--cw-space-5);
}

.local-review-panel__meta {
  border-top: 1px solid var(--cw-line);
  color: var(--cw-muted);
  margin-top: var(--cw-space-4);
  padding-top: var(--cw-space-4);
}

.location-grid,
.partner-grid,
.policy-grid,
.resource-grid,
.portal-grid,
.article-grid {
  display: grid;
  gap: var(--cw-space-4);
}

.location-grid,
.policy-grid,
.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.location-card,
.partner-card,
.policy-card,
.resource-card,
.portal-step,
.article-panel {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: 20px;
}

.location-card {
  display: grid;
  gap: var(--cw-space-3);
  grid-template-rows: auto auto auto 1fr auto;
}

.location-grid.location-grid--centered {
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
}

.location-card__map {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-soft);
  overflow: hidden;
}

.location-card__map iframe {
  border: 0;
  display: block;
  height: 245px;
  width: 100%;
}

.location-card__map-link {
  align-self: end;
}

.partner-card {
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: var(--cw-space-2);
  text-align: center;
}

.partner-card strong {
  color: var(--cw-ink);
  font-size: 18px;
}

.partner-card span {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: var(--cw-weight-strong);
  text-transform: uppercase;
}

.resource-card,
.portal-step,
.article-panel {
  display: grid;
  gap: var(--cw-space-3);
}

.portal-step {
  position: relative;
  padding-left: 76px;
}

.portal-step span {
  position: absolute;
  top: var(--cw-space-5);
  left: var(--cw-space-5);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cw-action);
  color: var(--cw-surface);
  font-weight: var(--cw-weight-heading);
}

.number-list {
  display: grid;
  gap: var(--cw-space-2);
  color: var(--cw-ink-soft);
  margin: 0;
  padding-left: 22px;
}

.quick-actions--stacked {
  grid-template-columns: 1fr;
}

.integration-readiness,
.integration-readiness span,
.integration-readiness strong {
  overflow-wrap: anywhere;
}

.diagnostic-details {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
}

.diagnostic-details summary {
  cursor: pointer;
  color: var(--cw-action-dark);
  font-weight: var(--cw-weight-strong);
}

.diagnostic-details .quick-actions {
  margin-top: var(--cw-space-4);
}

.readiness-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--cw-space-4);
}

.readiness-card {
  min-width: 0;
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5);
  overflow-wrap: anywhere;
}

.readiness-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cw-space-2);
  align-items: start;
  justify-content: space-between;
  margin-bottom: var(--cw-space-4);
}

.readiness-card h3,
.readiness-card h4 {
  margin: 0;
}

.readiness-card h4 {
  font-size: 14px;
}

.readiness-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cw-space-4);
  margin-top: var(--cw-space-4);
}

.readiness-list-grid > * {
  min-width: 0;
}

.readiness-list-grid code,
.reset-command-list code {
  white-space: normal;
}

.section-heading--compact {
  margin-top: var(--cw-space-6);
}

.boundary-list {
  border: 1px solid var(--cw-line);
  border-radius: var(--cw-radius);
  background: var(--cw-surface);
  box-shadow: var(--cw-shadow-soft);
  padding: var(--cw-space-5) var(--cw-space-5) var(--cw-space-5) calc(var(--cw-space-5) + 18px);
}

.owner-review-section,
.owner-review-guardrails {
  display: none;
}

.site-footer {
  background: var(--cw-footer);
  color: rgba(255, 255, 255, 0.82);
  padding: var(--cw-space-7) 0 calc(var(--cw-space-7) + 70px);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  gap: var(--cw-space-6);
}

.site-footer h2 {
  color: var(--cw-surface);
  font-size: 16px;
  font-weight: var(--cw-weight-strong);
  margin-bottom: var(--cw-space-3);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: var(--cw-space-2);
}

.footer-logo {
  width: 230px;
  margin-bottom: var(--cw-space-4);
}

.mobile-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: none;
  gap: var(--cw-space-2);
  border-top: 1px solid var(--cw-line);
  background: rgba(255, 254, 253, 0.96);
  padding: var(--cw-space-2) var(--cw-space-4);
  box-shadow: 0 -10px 30px rgba(23, 33, 43, 0.12);
}

.mobile-sticky .btn {
  flex: 1;
  min-height: 48px;
}

.mobile-sticky .btn--phone {
  background: var(--cw-ink);
  border-color: var(--cw-ink);
  color: var(--cw-surface);
}

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

@media (max-width: 1100px) {
  .admin-app-shell {
    grid-template-areas:
      "topbar"
      "sidebar"
      "main";
    grid-template-columns: 1fr;
    grid-template-rows: 56px auto minmax(0, 1fr);
  }

  .admin-topbar {
    grid-template-columns: auto minmax(160px, 1fr) auto;
  }

  .admin-sidebar {
    position: sticky;
    top: 56px;
    z-index: 20;
    height: auto;
    max-height: 42dvh;
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }

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

  .admin-main {
    padding: 14px;
  }

  .site-header__inner {
    grid-template-columns: 1fr;
    gap: var(--cw-space-3);
    padding: var(--cw-space-3) 0;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .site-header__actions {
    flex-wrap: wrap;
  }

  .hero__grid,
  .hero--cart .hero__grid,
  .hero--checkout .hero__grid,
  .split-grid,
  .split-grid--reverse,
  .promo-panel,
  .promo-panel--compact,
  .form-wrap,
  .cart-grid,
  .admin-grid,
  .admin-filter-panel,
  .admin-two-column {
    grid-template-columns: 1fr;
  }

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

  .home-cyber__grid {
    grid-template-columns: 1fr;
  }

  .it-proactive-hero__grid,
  .it-split,
  .it-proactive-page .form-wrap,
  .m365-hero__grid,
  .m365-form-grid,
  .it-support-hero__grid,
  .it-support-redesign .form-wrap {
    grid-template-columns: 1fr;
  }

  .it-support-hero__grid {
    width: min(var(--cw-shell), calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
  }

  .it-support-visual {
    min-height: auto;
  }

  .it-support-visual img {
    height: clamp(360px, 48vw, 520px);
  }

  .it-support-overlay {
    right: var(--cw-space-4);
    bottom: var(--cw-space-4);
  }

  .it-support-proof-mini,
  .it-support-rates__panel,
  .it-support-path-grid,
  .it-support-process__grid,
  .it-support-related__grid,
  .it-support-capability__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .it-support-issue-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .it-support-rates__copy,
  .it-support-price {
    border-right: 0;
    padding-right: 0;
  }

  .it-support-process__grid article:not(:last-child)::after {
    display: none;
  }

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

  .it-process,
  .m365-flow,
  .m365-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .m365-hero {
    background: #fffefd;
  }

  .m365-hero__copy {
    width: min(100% - 48px, 860px);
    margin: 0 auto;
    padding: clamp(52px, 7vw, 78px) 0 0;
  }

  .m365-hero__visual {
    width: min(100% - 48px, 860px);
    min-height: 420px;
    margin: var(--cw-space-6) auto 0;
    border-radius: var(--cw-radius);
  }

  .m365-proof {
    margin-top: var(--cw-space-6);
  }

  .m365-next {
    gap: var(--cw-space-5);
  }

  .m365-flow article:not(:last-child)::after,
  .m365-next article:not(:last-child)::after {
    display: none;
  }

  .home-cyber__media img {
    min-height: 360px;
  }

  .home-proof__grid {
    grid-template-columns: 1fr;
  }

  .home-proof article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.75);
    border-left: 0;
  }

  .intent-grid,
  .quick-actions,
  .pricing-grid,
  .product-grid,
  .admin-filter-form,
  .admin-metrics,
  .trust-strip,
  .checkout-readiness,
  .checkout-choice-grid,
  .progressive-panel__grid,
  .location-grid,
  .partner-grid,
  .policy-grid,
  .resource-grid,
  .portal-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) {
  .admin-app-shell {
    grid-template-areas:
      "topbar topbar"
      "sidebar main";
    grid-template-columns: 272px minmax(0, 1fr);
    grid-template-rows: 56px minmax(0, 1fr);
  }

  .admin-topbar {
    grid-template-columns: 272px minmax(240px, 680px) auto;
  }

  .admin-sidebar {
    position: sticky;
    top: 56px;
    z-index: auto;
    height: calc(100dvh - 56px);
    max-height: none;
    border-right: 1px solid #dedede;
    border-bottom: 0;
  }

  .admin-sidebar nav {
    display: block;
  }

  .admin-main {
    padding: 18px 20px 32px;
  }
}

@media (max-width: 760px) {
  body.admin-layout {
    padding-bottom: 0;
  }

  .admin-topbar {
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 56px;
    padding: 10px 12px;
  }

  .admin-command {
    grid-column: 1 / -1;
    order: 3;
  }

  .admin-account span {
    display: none;
  }

  .admin-sidebar {
    top: 94px;
    padding: 8px;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .admin-nav-section {
    margin-bottom: 8px;
  }

  .admin-nav-section p {
    margin-top: 4px;
  }

  .admin-layout .admin-hub__masthead,
  .admin-layout .admin-panel__head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-layout .admin-status-grid,
  .admin-layout .admin-two-column,
  .admin-screen-grid {
    grid-template-columns: 1fr;
  }

  .admin-layout .admin-hub__actions {
    justify-content: flex-start;
  }

  .admin-auth-shell {
    align-items: start;
    padding: 16px;
  }

  .admin-auth-shell .hero__grid {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 70px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  h2 {
    font-size: 27px;
    line-height: 1.18;
  }

  .hero__copy p {
    font-size: 16px;
  }

  .section-shell,
  .section-shell--narrow {
    width: min(100% - 32px, var(--cw-shell));
  }

  .page-section,
  .hero {
    padding: var(--cw-space-6) 0;
  }

  .home-offer-bar__inner {
    min-height: 56px;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 8px 0;
  }

  .home-offer-bar__inner p {
    flex: 1 1 240px;
    font-size: 14px;
  }

  .home-hero {
    min-height: 560px;
  }

  .home-hero__image {
    object-position: 62% top;
  }

  .home-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 10, 13, 0.9) 0%, rgba(7, 10, 13, 0.76) 46%, rgba(7, 10, 13, 0.18) 100%),
      linear-gradient(180deg, rgba(7, 10, 13, 0.32), rgba(7, 10, 13, 0.18));
  }

  .home-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
    text-wrap: wrap;
  }

  .home-hero p {
    font-size: 17px;
  }

  .home-hero__actions,
  .home-cyber__actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 320px);
  }

  .home-hero__actions .btn,
  .home-cyber__actions .btn,
  .home-arrow-link {
    justify-content: center;
  }

  .home-help {
    padding: 44px 0 58px;
  }

  .home-help__grid {
    grid-template-columns: 1fr;
  }

  .home-help-card {
    min-height: 0;
    grid-template-rows: 180px auto auto;
  }

  .home-help-card img {
    height: 180px;
  }

  .home-cyber {
    padding: 54px 0;
  }

  .home-cyber h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .home-cyber__media img {
    min-height: 270px;
  }

  .it-proactive-hero {
    padding: 0 0 34px;
    background: #fffefd;
  }

  .it-support-hero {
    padding: 40px 0 32px;
  }

  .it-support-hero__grid {
    gap: var(--cw-space-5);
  }

  .it-support-hero__copy h1 {
    max-width: 11em;
    font-size: clamp(34px, 9.4vw, 42px);
    line-height: 1.04;
  }

  .it-support-hero__copy p {
    margin-bottom: var(--cw-space-4);
    font-size: 16px;
    line-height: 1.48;
  }

  .it-support-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--cw-space-2);
    margin-bottom: var(--cw-space-4);
  }

  .it-support-hero__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .it-support-proof-mini {
    display: none;
  }

  .it-support-visual img {
    min-height: 285px;
  }

  .it-support-overlay {
    right: var(--cw-space-3);
    top: auto;
    bottom: var(--cw-space-3);
    transform: none;
    width: min(250px, calc(100% - 24px));
    padding: var(--cw-space-3);
  }

  .it-support-overlay span {
    font-size: 12px;
  }

  .it-support-section {
    padding: 44px 0;
  }

  .it-support-section__head {
    justify-items: start;
    text-align: left;
  }

  .it-support-issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--cw-space-3);
  }

  .it-support-issue-card {
    min-height: 164px;
    justify-items: start;
    padding: var(--cw-space-4);
    text-align: left;
  }

  .it-support-issue-card .it-support-icon {
    width: 38px;
    height: 38px;
    margin-bottom: var(--cw-space-3);
  }

  .it-support-issue-card h3 {
    font-size: 16px;
  }

  .it-support-issue-card p {
    font-size: 13px;
  }

  .it-support-rates__panel,
  .it-support-path-grid,
  .it-support-related__grid,
  .it-support-faq__grid,
  .it-support-capability__grid {
    grid-template-columns: 1fr;
  }

  .it-support-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    gap: 0.65rem;
    margin-bottom: var(--cw-space-4);
    padding: 0.68rem 0.85rem;
  }

  .it-support-trust__stars {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
  }

  .it-support-trust__copy strong {
    font-size: 0.9rem;
  }

  .it-support-trust__copy small {
    font-size: 0.74rem;
  }

  .it-support-rates__panel {
    gap: var(--cw-space-3);
    padding: var(--cw-space-4);
  }

  .it-support-price {
    border: 1px solid rgba(18, 100, 107, 0.16);
    border-radius: var(--cw-radius);
    background: rgba(255, 255, 255, 0.7);
    padding: var(--cw-space-4);
  }

  .it-support-price strong {
    font-size: 42px;
  }

  .it-support-path-card {
    min-height: 0;
  }

  .it-support-process__grid {
    grid-template-columns: 1fr;
    gap: var(--cw-space-4);
  }

  .it-support-process__grid article {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: var(--cw-space-3);
  }

  .it-support-process__grid span {
    grid-row: span 2;
  }

  .it-support-process__grid h3,
  .it-support-process__grid p {
    margin: 0;
  }

  .it-support-next-cta {
    display: grid;
    margin-top: var(--cw-space-5);
  }

  .it-support-next-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .it-support-capability__grid {
    gap: 0;
  }

  .it-support-capability__grid article {
    min-height: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .it-support-capability__grid article:last-child {
    border-bottom: 0;
  }

  .it-support-form-section {
    padding: 48px 0;
  }

  .it-support-redesign .form-panel {
    order: 1;
  }

  .it-support-form-intro {
    order: 2;
  }

  .it-support-form-intro h2 {
    max-width: none;
  }

  .it-support-form-notes {
    margin-top: var(--cw-space-4);
  }

  .it-support-redesign .form-panel__intro h2 {
    font-size: 27px;
  }

  .it-proactive-hero__grid {
    gap: var(--cw-space-4);
  }

  .it-proactive-hero__copy {
    box-sizing: border-box;
    width: min(100% - 32px, 600px);
    margin: 0 auto;
    padding: 48px 0 22px;
  }

  .it-proactive-hero__copy h1 {
    margin-bottom: var(--cw-space-3);
    font-size: clamp(29px, 8.4vw, 36px);
    line-height: 1.04;
  }

  .it-proactive-hero__copy p {
    margin-bottom: var(--cw-space-4);
    font-size: 14px;
    line-height: 1.42;
  }

  .it-proactive-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: var(--cw-space-2);
    margin-bottom: var(--cw-space-3);
  }

  .it-proactive-hero__actions .btn {
    min-width: 0;
    min-height: 44px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .it-proactive-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .it-proactive-proof span {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    padding: 0;
  }

  .it-proactive-visual__image img {
    min-height: 280px;
    max-height: 310px;
    object-position: 58% center;
  }

  .it-proactive-included {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -10px;
    border-radius: 0 0 var(--cw-radius) var(--cw-radius);
    background: rgba(255, 254, 253, 0.98);
    box-shadow: var(--cw-shadow-soft);
  }

  .it-proactive-included h2 {
    color: var(--cw-ink);
    font-size: 17px;
  }

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

  .it-proactive-included__grid span {
    min-height: 34px;
    font-size: 12px;
    padding: 6px 8px;
  }

  .it-proof-strip {
    padding: var(--cw-space-4) 0;
  }

  .it-proof-strip__grid,
  .it-inclusion-grid,
  .it-process {
    grid-template-columns: 1fr;
  }

  .it-proof-strip article {
    min-height: 0;
    padding: var(--cw-space-4);
  }

  .it-proof-strip article + article {
    border-top: 1px solid rgba(217, 208, 195, 0.82);
    border-left: 0;
  }

  .it-feature-stack article {
    grid-template-columns: 1fr;
  }

  .it-feature-stack article span {
    margin-bottom: var(--cw-space-3);
  }

  .it-feature-stack article h3,
  .it-feature-stack article p {
    grid-column: 1;
  }

  .m365-hero {
    padding: 0 0 34px;
  }

  .m365-hero__copy {
    width: min(100% - 32px, 600px);
    padding: 36px 0 0;
  }

  .m365-hero__copy h1 {
    max-width: 9.8em;
    margin-bottom: var(--cw-space-4);
    font-size: clamp(34px, 9.4vw, 43px);
    line-height: 1.03;
  }

  .m365-hero__copy p {
    margin-bottom: var(--cw-space-5);
    font-size: 16px;
    line-height: 1.5;
  }

  .m365-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--cw-space-3);
    margin-bottom: var(--cw-space-5);
  }

  .m365-hero__actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 15px;
  }

  .m365-hero__visual {
    width: 100%;
    min-height: 300px;
    max-height: 320px;
    margin-top: 0;
    border-radius: 0;
  }

  .m365-hero__visual img {
    object-position: 48% center;
  }

  .m365-proof {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 600px);
    margin: 0 auto;
    border-top: 0;
    border-bottom: 1px solid rgba(217, 208, 195, 0.9);
    background: rgba(255, 255, 255, 0.88);
  }

  .m365-proof span,
  .m365-proof span + span {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid rgba(217, 208, 195, 0.9);
    padding: var(--cw-space-3) 0;
    font-size: 12px;
  }

  .m365-section {
    padding: 48px 0;
  }

  .m365-section--issues h2,
  .m365-section--related h2 {
    margin-bottom: var(--cw-space-5);
    font-size: clamp(29px, 8vw, 36px);
  }

  .m365-issue-grid,
  .m365-flow,
  .m365-next,
  .m365-related-grid,
  .m365-form-grid,
  .m365-form-fields {
    grid-template-columns: 1fr;
  }

  .m365-issue-grid article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 0;
    gap: 6px 14px;
    padding: var(--cw-space-4);
    text-align: left;
  }

  .m365-issue-grid .m365-symbol {
    grid-row: span 2;
    margin: 0;
  }

  .m365-issue-grid h3,
  .m365-issue-grid p {
    margin-bottom: 0;
  }

  .m365-flow {
    gap: var(--cw-space-5);
  }

  .m365-flow article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: var(--cw-space-4);
    text-align: left;
  }

  .m365-flow article > span {
    grid-row: span 3;
    margin-bottom: 0;
  }

  .m365-flow .m365-symbol {
    display: none;
  }

  .m365-next {
    padding: var(--cw-space-5) 0;
  }

  .m365-next article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .m365-next .m365-symbol {
    width: 40px;
    height: 40px;
  }

  .m365-related-grid a {
    min-height: 0;
    padding: var(--cw-space-5);
  }

  .m365-form-section {
    padding: 44px 0 76px;
  }

  .m365-form-intro {
    padding-top: 0;
  }

  .m365-form-intro p {
    margin-bottom: var(--cw-space-5);
  }

  .m365-callout {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: var(--cw-space-3);
    margin-bottom: var(--cw-space-4);
  }

  .m365-callout .m365-symbol {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .m365-callout a {
    font-size: 25px;
  }

  .m365-form-card {
    padding: var(--cw-space-5);
  }

  .m365-form-card h2 {
    font-size: 25px;
  }

  .m365-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .m365-form-actions .btn,
  .m365-form-actions .btn--primary {
    width: 100%;
    min-width: 0;
  }

  .home-proof {
    padding-bottom: 84px;
  }

  .brand-logo {
    width: 150px;
  }

  .site-header__inner {
    min-height: 0;
    gap: var(--cw-space-2);
    padding: 10px 0;
  }

  .site-nav,
  .site-header__actions {
    width: 100%;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--cw-space-2);
    font-size: 14px;
  }

  .site-header__actions .btn {
    flex: 1;
    min-height: 40px;
    font-size: 13px;
  }

  .hero--cart,
  .hero--checkout {
    padding: var(--cw-space-5) 0;
  }

  .site-header__actions .btn--phone {
    display: none;
  }

  .hero-media img,
  .image-card img {
    min-height: 260px;
  }

  .hero-media__badge {
    position: static;
    width: auto;
    border-radius: 0;
  }

  .intent-grid,
  .card-grid,
  .issue-grid,
  .pricing-grid,
  .product-grid,
  .admin-metrics,
  .readiness-list-grid,
  .trust-strip,
  .checkout-readiness,
  .checkout-choice-grid,
  .progressive-panel__grid,
  .proof-bar,
  .split-grid > .proof-bar,
  .quick-actions,
  .faq-list,
  .location-grid,
  .partner-grid,
  .policy-grid,
  .resource-grid,
  .portal-grid,
    .article-grid,
    .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .impersonation-banner,
  .admin-hub__masthead,
  .admin-panel__head {
    align-items: stretch;
    flex-direction: column;
  }

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

  .admin-hub__actions {
    justify-content: flex-start;
  }

  .location-grid.location-grid--centered {
    grid-template-columns: 1fr;
  }

  .location-card__map iframe {
    height: 260px;
  }

  .shop-search,
  .admin-filter-form,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .hero-special-card {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-special-card .btn {
    width: 100%;
  }

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

  .route-card .btn {
    width: 100%;
  }

  .pricing-hero-card {
    padding: var(--cw-space-4);
  }

  .cart-item__controls,
  .quantity-form {
    width: 100%;
  }

  .cart-item__price {
    justify-self: end;
  }

  .cart-item {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cart-item__details {
    grid-column: 1;
  }

  .cart-item__details h3 {
    font-size: 17px;
  }

  .cart-item__controls {
    grid-column: 1 / -1;
  }

  .cart-item__price {
    grid-column: 2;
    grid-row: 1;
  }

  .cart-item__controls {
    display: flex;
    width: auto;
  }

  .quantity-form {
    display: flex;
    width: auto;
  }

  .quantity-form label {
    width: 68px;
  }

  .promo-panel__copy,
  .form-panel {
    padding: var(--cw-space-5);
  }

  .promo-panel__image img {
    min-height: 260px;
  }

  .promo-price {
    font-size: 34px;
  }

  .harness-form {
    grid-template-columns: 1fr;
  }

  .form-actions .btn {
    width: 100%;
  }

  .mobile-sticky {
    display: flex;
  }
}

@media (max-width: 360px) {
  .section-shell,
  .section-shell--narrow {
    width: min(100% - 24px, var(--cw-shell));
  }

  .btn {
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-header__actions {
    display: none;
  }
}
