:root {
  --mc-ink: #071224;
  --mc-muted: #526176;
  --mc-orange: #f45a1d;
  --mc-soft: #fff3ed;
  --mc-line: #e7edf5;
  --mc-shadow: 0 18px 42px rgba(12, 24, 48, 0.08);
}

.managed-page {
  background: #fff;
  color: var(--mc-ink);
  overflow-x: hidden;
}

.managed-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.managed-hero {
  display: grid;
  grid-template-columns: minmax(560px, 0.95fr) minmax(380px, 1.05fr);
  gap: 24px;
  align-items: center;
  padding: 68px 0 52px;
}

.managed-kicker,
.mc-section-kicker {
  color: var(--mc-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.managed-kicker {
  width: fit-content;
  margin: 0 0 22px;
  padding: 7px 13px;
  border: 1px solid #ffd3c3;
  border-radius: 999px;
  background: #fff5ef;
}

.managed-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.managed-hero h1 span,
.mc-orange {
  color: var(--mc-orange);
}

.managed-hero h2 {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 1.35;
}

.managed-hero p {
  max-width: 540px;
  margin: 0;
  color: #26344b;
  font-size: 17px;
  line-height: 1.75;
}

.mc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.managed-hero .mc-actions {
  flex-wrap: nowrap;
}

.managed-visual img {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  object-fit: contain;
}

.btn-survey {
  border-color: var(--mc-orange);
  background: var(--mc-orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(244, 90, 29, 0.18);
}

.btn-survey:hover {
  background: #dc4210;
  color: #fff;
}

.mc-why {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 44px;
  align-items: center;
  padding: 72px 0;
  border-top: 1px solid #f1f4f8;
}

.mc-why h2,
.mc-centered h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.1;
}

.mc-primary-title {
  color: var(--mc-orange);
  font-size: clamp(34px, 3.6vw, 52px) !important;
}

.mc-subtitle {
  margin: 0 0 18px !important;
  color: var(--mc-ink) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 900;
  line-height: 1.15 !important;
}

.mc-large-kicker {
  display: block;
  color: var(--mc-orange) !important;
  font-size: clamp(18px, 1.7vw, 26px) !important;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.mc-trust-heading h2 {
  font-size: clamp(28px, 2.8vw, 40px);
}

.mc-why p,
.mc-centered p,
.mc-service-card p,
.mc-proof-card p,
.mc-business-card p,
.mc-final p {
  margin: 0;
  color: var(--mc-muted);
  line-height: 1.65;
}

.mc-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--mc-line);
}

.mc-benefit {
  min-height: 185px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  border-right: 1px solid var(--mc-line);
  border-bottom: 1px solid var(--mc-line);
  text-align: center;
}

.mc-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid var(--mc-orange);
  border-radius: 50%;
  color: var(--mc-orange);
  background: #fff;
}

.mc-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mc-benefit h3,
.mc-service-card h3,
.mc-proof-card h3,
.mc-business-card h3,
.mc-step h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.mc-centered {
  padding: 72px 0 34px;
  text-align: center;
}

.mc-services {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 46px;
}

.mc-service-card,
.mc-business-card,
.mc-step {
  overflow: hidden;
  border: 1px solid var(--mc-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--mc-shadow);
}

.mc-service-card {
  position: relative;
  min-height: 345px;
  text-align: center;
}

.mc-service-card img {
  width: 100%;
  height: 128px;
  display: block;
  object-fit: cover;
}

.mc-service-card .mc-icon {
  position: relative;
  z-index: 1;
  margin: -28px auto 16px;
  background: #fff;
}

.mc-service-card h3,
.mc-service-card p {
  padding: 0 18px;
}

.mc-service-card p {
  margin-top: 14px;
  font-size: 14px;
}

.mc-trust {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding: 66px 0;
  text-align: center;
}

.mc-proof-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 16px;
  border-right: 1px solid var(--mc-line);
}

.mc-proof-card:last-child {
  border-right: 0;
}

.mc-process {
  padding: 58px 0 70px;
  text-align: center;
}

.mc-process-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
}

.mc-step {
  position: relative;
  min-height: 190px;
  padding: 44px 14px 20px;
  overflow: visible;
}

.mc-step-number {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--mc-orange);
  color: #fff;
  font-weight: 900;
  border: 3px solid #fff;
  box-shadow: var(--mc-shadow);
  z-index: 2;
}

.mc-step .mc-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border: 0;
}

.mc-step p {
  margin: 10px 0 0;
  color: var(--mc-muted);
  font-size: 13px;
  line-height: 1.5;
}

.mc-business-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 28px auto 62px;
}

.mc-business-card img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
}

.mc-business-card div {
  padding: 18px;
}

.mc-business-card h3 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

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

.mc-final {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 42px auto 88px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff0e8, #fff);
  box-shadow: var(--mc-shadow);
}

.mc-final img {
  width: 150px;
  height: 115px;
  object-fit: contain;
}

.mc-final h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.mc-final .mc-actions {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .mc-services,
  .mc-trust,
  .mc-business-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .managed-hero .mc-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .managed-hero,
  .mc-why,
  .mc-final {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .managed-container {
    width: min(100% - 28px, 1180px);
  }

  .managed-hero h1 {
    font-size: 46px;
  }

  .managed-visual img {
    width: 100%;
    margin: 0 auto;
  }

  .mc-services,
  .mc-trust,
  .mc-process-grid,
  .mc-business-grid,
  .mc-benefits {
    grid-template-columns: 1fr;
  }

  .mc-proof-card {
    border-right: 0;
    border-bottom: 1px solid var(--mc-line);
  }

  .mc-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
