/* /proektirovschikam/ — 1:1 визуал с Kimi (App.tsx + sections/*.tsx + index.css), namespace .mpkm-proekt-page */

@font-face {
  font-family: "Geist Sans";
  src: url("/custom/mpkm/fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body.page-mpkm-proekt .mpkm-proekt-page,
.mpkm-proekt-page {
  --mpkm-y: #ffc800;
  --mpkm-yd: #e6b400;
  --mpkm-gold: #b89200;
  --mpkm-ink: #1a1a1a;
  --mpkm-hero-bg: #1a2332;
  --mpkm-gray-50: #fafafa;
  --mpkm-gray-100: #f3f4f6;
  --mpkm-gray-200: #e5e7eb;
  --mpkm-gray-400: #9ca3af;
  --mpkm-gray-500: #6b7280;
  --mpkm-gray-600: #4b5563;
  --mpkm-gray-800: #1f2937;
  --mpkm-gray-900: #111827;
  --mpkm-radius-lg: 1rem;
  --mpkm-radius-2xl: 1.5rem;
  font-family: "Geist Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--mpkm-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}
.mpkm-proekt-page *, .mpkm-proekt-page *::before, .mpkm-proekt-page *::after { box-sizing: border-box; }
.mpkm-proekt-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mpkm-proekt-page ::selection {
  background: rgba(255, 200, 0, 0.35);
  color: #1a1a1a;
}

.mpkm-proekt-sec__con {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Hero container */
.mpkm-proekt-herosect__con {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.mpkm-proekt-herosect__con--pb { padding-bottom: 2rem; }

/* Hero */
.mpkm-proekt-herobox {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  isolation: isolate;
}
.mpkm-proekt-herobox__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mpkm-proekt-herobox__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  display: block;
}
.mpkm-proekt-herobox__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a2332 0%, rgba(26, 35, 50, 0.95) 50%, rgba(26, 35, 50, 0.8) 100%);
  z-index: 1;
}
/* Kimi: py-12 md:py-16, px-6 md:px-12 */
.mpkm-proekt-herobox__inner {
  position: relative;
  z-index: 2;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) {
  .mpkm-proekt-herobox__inner { padding: 4rem 3rem; }
}
.mpkm-proekt-herobox__badge {
  display: inline-block;
  background: var(--mpkm-y);
  color: #111827;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
/* Размеры h1 — см. селектор body...h1.mpkm-proekt-herobox__h1 в конце файла (битва с main.css) */
.mpkm-proekt-herobox__h1 {
  font-weight: 700;
  line-height: 1.12 !important;
  color: #fff;
  max-width: 700px;
  margin: 0 0 1rem;
}
.mpkm-proekt-herobox__h1-gold { color: var(--mpkm-y) !important; }
.mpkm-proekt-herobox__lead {
  font-size: 15px !important;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  margin: 0 0 2rem;
}
.mpkm-proekt-herobox__act {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.mpkm-proekt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  min-height: 2.75rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.mpkm-proekt-btn--pri {
  background: var(--mpkm-y);
  color: #111827;
  box-shadow: 0 10px 15px -3px rgba(255, 200, 0, 0.2);
}
.mpkm-proekt-btn--pri:hover { background: var(--mpkm-yd); color: #0f0f0f; }
.mpkm-proekt-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500 !important;
}
.mpkm-proekt-btn--ghost:hover { background: rgba(255, 255, 255, 0.2); }

/* Quick links 2 / 3 / 5 */
.mpkm-proekt-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .mpkm-proekt-quick { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .mpkm-proekt-quick { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.mpkm-proekt-quick__a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  text-decoration: none;
  color: #1f2937;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.mpkm-proekt-quick__a:hover {
  border-color: var(--mpkm-y);
  box-shadow: 0 10px 15px -3px rgba(255, 200, 0, 0.1);
}
.mpkm-proekt-quick__ic {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 200, 0, 0.15);
  color: var(--mpkm-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}
.mpkm-proekt-quick__a:hover .mpkm-proekt-quick__ic {
  background: rgba(255, 200, 0, 0.25);
  transform: scale(1.1);
}
.mpkm-proekt-quick__t { font-size: 14px !important; font-weight: 600; color: #1f2937; }

/* Section shell */
.mpkm-proekt-sec { padding: 3rem 0; }
.mpkm-proekt-sec--reg { background: #fff; }
.mpkm-proekt-sec--auto {
  background: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
  padding: 3.5rem 0;
}
.mpkm-proekt-sec--consl { background: #fff; padding: 3.5rem 0; }
.mpkm-proekt-sec--cmp {
  background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
  padding: 3.5rem 0;
}
.mpkm-proekt-sec__head { text-align: center; margin-bottom: 2.5rem; }
.mpkm-proekt-label {
  display: inline-block;
  background: rgba(255, 200, 0, 0.15);
  color: var(--mpkm-gold);
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.mpkm-proekt-sec__h2 {
  font-size: 26px !important;
  font-weight: 700;
  color: var(--mpkm-gray-900);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .mpkm-proekt-sec__h2 { font-size: 32px !important; }
}
.mpkm-proekt-sec__sub {
  font-size: 15px !important;
  color: var(--mpkm-gray-500);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}
.mpkm-proekt-sec__sub--w680 { max-width: 680px; }
.mpkm-proekt-sec__sub--w600 { max-width: 600px; }

/* Regulatory 4 col */
.mpkm-proekt-reggrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .mpkm-proekt-reggrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .mpkm-proekt-reggrid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  align-items: stretch;
}
.mpkm-proekt-regcard {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 2px solid #f3f4f6;
  border-radius: 1rem;
  padding: 1.75rem;
  text-decoration: none;
  color: var(--mpkm-gray-900);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.mpkm-proekt-regcard:hover {
  border-color: var(--mpkm-y);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.06), 0 8px 10px -6px rgba(255, 200, 0, 0.12);
}
.mpkm-proekt-regcard__corn {
  position: absolute;
  top: 0; right: 0;
  width: 4rem; height: 4rem;
  background: rgba(255, 200, 0, 0);
  border-bottom-left-radius: 2.5rem;
  transition: background 0.3s;
  pointer-events: none;
}
.mpkm-proekt-regcard:hover .mpkm-proekt-regcard__corn { background: rgba(255, 200, 0, 0.1); }
.mpkm-proekt-regcard__ic {
  width: 3.5rem; height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 200, 0, 0.2) 0%, rgba(255, 200, 0, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--mpkm-gold);
  transition: transform 0.3s, background 0.3s;
  flex-shrink: 0;
}
.mpkm-proekt-regcard:hover .mpkm-proekt-regcard__ic {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(255, 200, 0, 0.3) 0%, rgba(255, 200, 0, 0.1) 100%);
}
.mpkm-proekt-regcard__h3 {
  font-size: 17px !important;
  font-weight: 700;
  color: var(--mpkm-gray-900);
  margin: 0 0 0.5rem;
  transition: color 0.2s;
}
.mpkm-proekt-regcard:hover .mpkm-proekt-regcard__h3 { color: var(--mpkm-gold); }
.mpkm-proekt-regcard__p {
  font-size: 13px !important;
  color: var(--mpkm-gray-500);
  line-height: 1.6;
  margin: 0;
  flex: 1 1 auto;
}
.mpkm-proekt-regcard__go {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1.25rem;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--mpkm-gold);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.2s, transform 0.2s;
}
.mpkm-proekt-regcard:hover .mpkm-proekt-regcard__go {
  opacity: 1;
  transform: translateX(0);
}
.mpkm-proekt-regcard__go-a { font-size: 1.125rem !important; line-height: 1; }

/* Automation */
.mpkm-proekt-autoc {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .mpkm-proekt-autoc { padding: 2.5rem; }
}
.mpkm-proekt-autoc__kprow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.mpkm-proekt-autoc__kpic {
  flex-shrink: 0;
  width: 3rem; height: 3rem;
  border-radius: 0.75rem;
  background: var(--mpkm-y);
  color: #111827;
  font-weight: 700;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mpkm-proekt-autoc__h3 {
  font-size: 20px !important;
  font-weight: 700;
  color: var(--mpkm-gray-900);
  margin: 0 0 0.25rem;
  line-height: 1.25;
}
.mpkm-proekt-autoc__sub { font-size: 14px !important; color: var(--mpkm-gray-500); margin: 0; line-height: 1.5; }

.mpkm-proekt-autosteps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .mpkm-proekt-autosteps { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.mpkm-proekt-autostep { position: relative; }
@media (min-width: 768px) {
  .mpkm-proekt-autostep__line {
    display: block;
    position: absolute;
    top: 2rem;
    left: calc(50% + 28px);
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mpkm-y) 0%, rgba(255, 200, 0, 0.2) 100%);
    border-radius: 999px;
  }
  .mpkm-proekt-autostep:last-child .mpkm-proekt-autostep__line { display: none; }
}
@media (max-width: 767px) {
  .mpkm-proekt-autostep__line { display: none; }
}
.mpkm-proekt-autostep__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mpkm-proekt-autostep__iconwrap { position: relative; margin-bottom: 1.25rem; }
.mpkm-proekt-autostep__circ {
  width: 4rem; height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mpkm-y) 0%, var(--mpkm-yd) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #111827;
  box-shadow: 0 10px 15px -3px rgba(255, 200, 0, 0.3);
}
.mpkm-proekt-autostep__num {
  position: absolute;
  top: -0.25rem; right: -0.25rem;
  min-width: 1.75rem; height: 1.75rem;
  padding: 0 0.25rem;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-size: 11px !important;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.mpkm-proekt-autostep__h4 { font-size: 16px !important; font-weight: 700; color: var(--mpkm-gray-900); margin: 0 0 0.5rem; }
.mpkm-proekt-autostep__p { font-size: 13px !important; color: var(--mpkm-gray-500); line-height: 1.6; max-width: 260px; margin: 0; }

.mpkm-proekt-pricenote {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
  background: linear-gradient(90deg, rgba(255, 200, 0, 0.08) 0%, #fff 100%);
  border: 1px solid rgba(255, 200, 0, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (min-width: 768px) { .mpkm-proekt-pricenote { padding: 2rem; } }
.mpkm-proekt-pricenote__ic {
  flex-shrink: 0;
  width: 3.5rem; height: 3.5rem;
  border-radius: 1rem;
  background: rgba(255, 200, 0, 0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--mpkm-gold);
}
.mpkm-proekt-pricenote__h3 { font-size: 18px !important; font-weight: 700; color: var(--mpkm-gray-900); margin: 0 0 0.5rem; }
.mpkm-proekt-pricenote__p { font-size: 14px !important; color: var(--mpkm-gray-600); line-height: 1.7; margin: 0; }
.mpkm-proekt-pricenote__strong { color: var(--mpkm-gray-900); font-weight: 700; }
.mpkm-proekt-a { color: var(--mpkm-gold); font-weight: 700; text-decoration: none; }
.mpkm-proekt-a:hover { text-decoration: underline; }

/* Consulting 3 col */
.mpkm-proekt-cgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .mpkm-proekt-cgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.mpkm-proekt-ccard {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  padding: 1.75rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.mpkm-proekt-ccard:hover {
  border-color: rgba(255, 200, 0, 0.5);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(255, 200, 0, 0.1);
}
.mpkm-proekt-ccard__ic {
  width: 3.5rem; height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 200, 0, 0.25) 0%, rgba(255, 200, 0, 0.05) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--mpkm-gold);
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s;
}
.mpkm-proekt-ccard:hover .mpkm-proekt-ccard__ic { transform: scale(1.1); }
.mpkm-proekt-ccard__h3 { font-size: 18px !important; font-weight: 700; color: var(--mpkm-gray-900); margin: 0 0 0.75rem; }
.mpkm-proekt-ccard__p { font-size: 14px !important; color: var(--mpkm-gray-500); line-height: 1.7; margin: 0; flex: 1 1 auto; }

/* Comparison */
.mpkm-proekt-cmpbox {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  border: 2px solid rgba(255, 200, 0, 0.3);
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(255, 200, 0, 0.08);
  overflow: hidden;
}
@media (min-width: 768px) { .mpkm-proekt-cmpbox { padding: 2.5rem; } }
.mpkm-proekt-cmpbox__deco {
  position: absolute;
  top: 0; right: 0;
  width: 10rem; height: 10rem;
  background: rgba(255, 200, 0, 0.05);
  border-radius: 50%;
  transform: translate(25%, -50%);
  pointer-events: none;
}
.mpkm-proekt-cmpbox__z { position: relative; z-index: 1; }
.mpkm-proekt-cmprow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .mpkm-proekt-cmprow { flex-direction: row; align-items: center; }
}
.mpkm-proekt-cmpic {
  width: 4rem; height: 4rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--mpkm-y) 0%, var(--mpkm-yd) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #111827;
  flex-shrink: 0;
  box-shadow: 0 10px 15px -3px rgba(255, 200, 0, 0.3);
}
.mpkm-proekt-cmpbadge {
  display: inline-block;
  background: var(--mpkm-y);
  color: #111827;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.mpkm-proekt-cmpbox__h2 { font-size: 24px !important; font-weight: 700; line-height: 1.2; color: var(--mpkm-gray-900); margin: 0; }
@media (min-width: 768px) { .mpkm-proekt-cmpbox__h2 { font-size: 30px !important; } }
.mpkm-proekt-cmpbox__lead { font-size: 15px !important; line-height: 1.7; color: #4b5563; max-width: 800px; margin: 0 0 2rem; }

.mpkm-proekt-cmpsteps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .mpkm-proekt-cmpsteps { grid-template-columns: repeat(3, 1fr); }
}
.mpkm-proekt-cmpcell {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  background: #fafafa;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  padding: 1.25rem;
  height: 100%;
}
.mpkm-proekt-cmpcell__ic {
  flex-shrink: 0;
  width: 2.75rem; height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 200, 0, 0.25) 0%, rgba(255, 200, 0, 0.05) 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--mpkm-gold);
}
.mpkm-proekt-cmpcell__h4 { font-size: 15px !important; font-weight: 700; color: var(--mpkm-gray-900); margin: 0 0 0.25rem; }
.mpkm-proekt-cmpcell__p { font-size: 13px !important; color: var(--mpkm-gray-500); line-height: 1.6; margin: 0; }
.mpkm-proekt-cmpfoot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px !important;
  color: #4b5563;
  background: rgba(255, 200, 0, 0.08);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.mpkm-proekt-cmpfoot__ic { flex-shrink: 0; color: var(--mpkm-gold); }

/* Contact (Kimi ContactSection) */
.mpkm-proekt-contact { background: var(--mpkm-hero-bg); padding: 3.5rem 0; margin-bottom: 3.5rem; }
.mpkm-proekt-contact__head { text-align: center; margin-bottom: 2.5rem; }
.mpkm-proekt-contact__label {
  display: inline-block;
  background: rgba(255, 200, 0, 0.2);
  color: var(--mpkm-y);
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.mpkm-proekt-contact__h2 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) { .mpkm-proekt-contact__h2 { font-size: 32px !important; } }
.mpkm-proekt-contact__sub { font-size: 15px !important; line-height: 1.7; color: rgba(255, 255, 255, 0.5); max-width: 600px; margin: 0 auto; }
.mpkm-proekt-ctgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: stretch;
}
@media (min-width: 768px) { .mpkm-proekt-ctgrid { grid-template-columns: repeat(3, 1fr); } }
.mpkm-proekt-ctcard {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s, border-color 0.3s;
  height: 100%;
  min-height: 0;
}
a.mpkm-proekt-ctcard:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 200, 0, 0.4);
}
.mpkm-proekt-ctcard--static { cursor: default; }
.mpkm-proekt-ctcard--static:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.1); }
.mpkm-proekt-ctcard__round {
  width: 3.5rem; height: 3.5rem;
  border-radius: 50%;
  background: rgba(255, 200, 0, 0.2);
  color: var(--mpkm-y);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s;
}
a.mpkm-proekt-ctcard:hover .mpkm-proekt-ctcard__round { transform: scale(1.1); background: rgba(255, 200, 0, 0.3); }
.mpkm-proekt-ctcard__lab { font-size: 12px !important; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255, 255, 255, 0.4); margin: 0 0 0.5rem; }
.mpkm-proekt-ctcard__main { font-size: 22px !important; font-weight: 700; color: #fff; }
a.mpkm-proekt-ctcard:hover .mpkm-proekt-ctcard__main { color: var(--mpkm-y); }
.mpkm-proekt-ctcard__main--mail { font-size: 18px !important; color: var(--mpkm-y); }
.mpkm-proekt-ctcard__main--work { font-size: 16px !important; }
a.mpkm-proekt-ctcard:hover .mpkm-proekt-ctcard__main--mail { text-decoration: underline; color: #fff2a0; }
.mpkm-proekt-ctcard__sub { font-size: 13px !important; color: rgba(255, 255, 255, 0.4); margin-top: 0.25rem; }

/* main.css: html h1, html h1 * { font-size: 28px !important } — перекрытие */
body.page-mpkm-proekt .mpkm-proekt-page h1.mpkm-proekt-herobox__h1 { font-size: 28px !important; }
@media (min-width: 768px) {
  body.page-mpkm-proekt .mpkm-proekt-page h1.mpkm-proekt-herobox__h1 { font-size: 44px !important; }
}
@media (min-width: 1024px) {
  body.page-mpkm-proekt .mpkm-proekt-page h1.mpkm-proekt-herobox__h1 { font-size: 52px !important; }
}
body.page-mpkm-proekt .mpkm-proekt-page h1.mpkm-proekt-herobox__h1 * { font-size: inherit !important; }

.mpkm-proekt-page img { max-width: 100%; height: auto; }
@media (max-width: 400px) {
  .mpkm-proekt-btn { width: 100%; }
  .mpkm-proekt-herobox__act { flex-direction: column; align-items: stretch; }
}

