.mf-contact-page {
  --mf-orange: #f59b2d;
  --mf-orange-deep: #dd8219;
  --mf-black: #101010;
  --mf-dark: #171717;
  --mf-white: #ffffff;
  --mf-text: #111111;
  --mf-muted: #5f6670;
  --mf-line: #deded8;
  --mf-soft: #f5f3ee;
  --mf-max: 1300px;
  --mf-hero-pull: 170px;

  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-top: calc(var(--mf-hero-pull) * -1) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden;
  overflow-y: visible;
  background:
    radial-gradient(ellipse at 96% 11%, rgba(245, 155, 45, 0.08), transparent 22%),
    radial-gradient(ellipse at 2% 31%, rgba(245, 155, 45, 0.07), transparent 20%),
    radial-gradient(ellipse at 98% 51%, rgba(245, 155, 45, 0.06), transparent 18%),
    radial-gradient(ellipse at 4% 82%, rgba(245, 155, 45, 0.07), transparent 21%),
    #ffffff;
  color: var(--mf-text);
  font-family: Arial, Helvetica, sans-serif;
}

.mf-contact-page::before,
.mf-contact-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.mf-contact-page::before {
  left: -270px;
  top: 1380px;
  width: 540px;
  height: 540px;
  border: 2px solid rgba(245, 155, 45, 0.58);
  opacity: 0.08;
  transform: rotate(45deg);
}

.mf-contact-page::after {
  right: -250px;
  bottom: 760px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(245, 155, 45, 0.52);
  border-radius: 50%;
  opacity: 0.065;
}

.mf-contact-page *,
.mf-contact-page *::before,
.mf-contact-page *::after {
  box-sizing: border-box;
}

.mf-contact-page a {
  color: inherit;
  text-decoration: none;
}

.mf-contact-page svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.mf-contact-page h1,
.mf-contact-page h2,
.mf-contact-page h3,
.mf-contact-page p,
.mf-contact-page a,
.mf-contact-page span,
.mf-contact-page li,
.mf-contact-page label,
.mf-contact-page input,
.mf-contact-page select,
.mf-contact-page textarea,
.mf-contact-page button {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.mf-contact-shell {
  width: min(var(--mf-max), calc(100% - 56px));
  margin: 0 auto;
}

.mf-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  color: var(--mf-orange) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-contact-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.mf-contact-kicker::after {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  opacity: 0.62;
}

.mf-contact-btn,
.mf-contact-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid var(--mf-orange) !important;
  border-radius: 0;
  background: var(--mf-orange) !important;
  background-color: var(--mf-orange) !important;
  color: #111111 !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mf-contact-btn:hover,
.mf-contact-form button:hover {
  transform: translateY(-2px);
  background: rgba(245, 155, 45, 0.02) !important;
  background-color: rgba(245, 155, 45, 0.02) !important;
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, 0.14) !important;
}

.mf-contact-btn--ghost {
  background: rgba(255, 255, 255, 0.04) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
}

.mf-contact-btn--ghost:hover {
  background: rgba(245, 155, 45, 0.1) !important;
  background-color: rgba(245, 155, 45, 0.1) !important;
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, 0.12) !important;
}

.mf-contact-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 25%, rgba(245, 155, 45, 0.24), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(245, 155, 45, 0.12), transparent 26%),
    linear-gradient(125deg, rgba(16, 16, 16, 0.94), rgba(16, 16, 16, 0.9)),
    #101010;
  color: #ffffff;
}

.mf-contact-hero::before,
.mf-contact-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mf-contact-hero::before {
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, black 13%, black 86%, transparent 100%);
}

.mf-contact-hero::after {
  left: 50%;
  top: 50%;
  width: 92vw;
  height: 92vw;
  border: 1px solid rgba(245, 155, 45, 0.16);
  transform: translate(-50%, -36%) rotate(45deg);
}

.mf-contact-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(120deg, transparent 0 45%, rgba(245, 155, 45, 0.08) 45% 46%, transparent 46% 100%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 42%);
  opacity: 0.9;
  pointer-events: none;
}

.mf-contact-hero__corner {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-color: var(--mf-orange);
  opacity: 0.8;
}

.mf-contact-hero__corner--one {
  right: clamp(28px, 7vw, 124px);
  top: clamp(190px, 23vh, 270px);
  width: 132px;
  height: 132px;
  border-top: 2px solid var(--mf-orange);
  border-right: 2px solid var(--mf-orange);
}

.mf-contact-hero__corner--two {
  left: clamp(22px, 5vw, 88px);
  bottom: 118px;
  width: 92px;
  height: 92px;
  border-left: 2px solid var(--mf-orange);
  border-bottom: 2px solid var(--mf-orange);
  opacity: 0.48;
}

.mf-contact-hero__inner {
  position: relative;
  z-index: 3;
  min-height: 820px;
  padding: clamp(235px, 23vh, 315px) 0 140px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.mf-contact-hero__copy h1 {
  margin: 18px 0 0;
  max-width: 860px;
  color: #ffffff;
  font-size: clamp(50px, 7.2vw, 94px) !important;
  line-height: 0.94 !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  text-wrap: balance;
}

.mf-contact-hero__copy h1 span {
  color: var(--mf-orange) !important;
}

.mf-contact-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.mf-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mf-contact-hero-card {
  position: relative;
  min-height: 460px;
  padding: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.mf-contact-hero-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 4px;
  background: var(--mf-orange);
}

.mf-contact-orbit {
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(245, 155, 45, 0.4);
  border-radius: 50%;
}

.mf-contact-orbit::before,
.mf-contact-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.mf-contact-orbit::before {
  inset: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mf-contact-orbit::after {
  left: 34px;
  top: 34px;
  width: 13px;
  height: 13px;
  background: var(--mf-orange);
  box-shadow: 86px 126px 0 rgba(245, 155, 45, 0.36);
}

.mf-contact-card-label {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: var(--mf-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase !important;
}

.mf-contact-hero-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 360px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.03 !important;
  font-weight: 900 !important;
}

.mf-contact-hero-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mf-contact-hero-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.mf-contact-hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--mf-orange);
}

.mf-contact-card-phone {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 30px;
  color: #ffffff !important;
  font-size: 23px;
  font-weight: 900;
}

.mf-contact-anchor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 10, 10, 0.84);
  backdrop-filter: blur(18px);
}

.mf-contact-anchor__inner {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mf-contact-anchor__inner::-webkit-scrollbar {
  display: none;
}

.mf-contact-anchor a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.76) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase !important;
  transition: color 0.2s ease, background 0.2s ease;
}

.mf-contact-anchor a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mf-contact-anchor a:hover {
  color: var(--mf-orange) !important;
  background: rgba(245, 155, 45, 0.08);
}

.mf-contact-section {
  position: relative;
  z-index: 1;
  padding: 92px 0;
}

.mf-contact-section > .mf-contact-shell {
  position: relative;
  z-index: 1;
}

.mf-contact-head {
  width: min(920px, 100%);
  margin-bottom: 40px;
}

.mf-contact-head--split {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: end;
}

.mf-contact-head h2,
.mf-contact-map-copy h2,
.mf-contact-final__copy h2 {
  margin: 17px 0 0;
  color: var(--mf-black);
  font-size: clamp(36px, 4.6vw, 58px) !important;
  line-height: 0.99 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  text-wrap: balance;
}

.mf-contact-head p,
.mf-contact-map-copy p,
.mf-contact-final__copy p {
  margin: 18px 0 0;
  color: var(--mf-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.mf-contact-info-card {
  position: relative;
  min-height: 330px;
  padding: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--mf-line);
  box-shadow: 0 18px 58px rgba(16, 16, 16, 0.055);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.mf-contact-info-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 4px;
  background: var(--mf-orange);
}

.mf-contact-info-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(245, 155, 45, 0.28);
  transform: rotate(45deg);
}

.mf-contact-info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 155, 45, 0.55);
  box-shadow: 0 26px 72px rgba(16, 16, 16, 0.1);
}

.mf-contact-info-card--phone::after {
  border-radius: 50%;
  transform: none;
}

.mf-contact-info-card--dark {
  background:
    radial-gradient(circle at 86% 88%, rgba(245, 155, 45, 0.22), transparent 34%),
    #151515;
  border-color: #151515;
  color: #ffffff;
}

.mf-contact-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  color: var(--mf-orange);
}

.mf-contact-info-card p {
  margin: 28px 0 0;
  color: var(--mf-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase !important;
}

.mf-contact-info-card h3 {
  margin: 14px 0 0;
  color: var(--mf-black);
  font-size: clamp(23px, 2vw, 30px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere;
}

.mf-contact-info-card span {
  display: block;
  margin-top: 14px;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mf-contact-info-card--dark h3,
.mf-contact-info-card--dark span {
  color: #ffffff;
}

.mf-contact-info-card--dark span {
  color: rgba(255, 255, 255, 0.72);
}

.mf-contact-muted-link a {
  color: inherit !important;
}

.mf-contact-card-action {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  color: var(--mf-black) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase !important;
}

.mf-contact-card-action::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  box-shadow: 6px -4px 0 -5px currentColor;
}

.mf-contact-info-card--dark .mf-contact-card-action {
  border-top-color: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.mf-contact-map-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(245, 155, 45, 0.16), transparent 28%),
    #111111;
  background-size: 34px 34px, 34px 34px, auto, auto;
  color: #ffffff;
}

.mf-contact-map-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.44fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.mf-contact-map-copy {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mf-contact-map-copy::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(245, 155, 45, 0.32);
  transform: rotate(45deg);
}

.mf-contact-map-copy h2 {
  color: #ffffff;
  font-size: clamp(34px, 3.8vw, 54px) !important;
}

.mf-contact-map-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.mf-contact-map-facts {
  display: grid;
  gap: 10px;
  margin: 30px 0;
}

.mf-contact-map-facts span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.4;
}

.mf-contact-map-facts span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--mf-orange);
}

.mf-contact-map-frame {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.mf-contact-map-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(245, 155, 45, 0.42);
}

.mf-contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  filter: grayscale(0.1) contrast(1.05);
}

.mf-contact-messengers {
  background: var(--mf-soft);
}

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

.mf-contact-messenger-card {
  position: relative;
  min-height: 238px;
  padding: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--mf-line);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.mf-contact-messenger-card::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  height: 1px;
  background: rgba(17, 17, 17, 0.12);
}

.mf-contact-messenger-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(245, 155, 45, 0.28);
  border-radius: 50%;
}

.mf-contact-messenger-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 155, 45, 0.58);
}

.mf-contact-messenger-card--accent {
  background: var(--mf-orange);
  border-color: var(--mf-orange);
}

.mf-contact-messenger-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  color: var(--mf-orange);
}

.mf-contact-messenger-card--accent .mf-contact-messenger-icon {
  color: #111111;
}

.mf-contact-messenger-card strong {
  display: block;
  margin-top: 34px;
  color: var(--mf-black);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.mf-contact-messenger-card span:last-child {
  display: block;
  margin-top: 12px;
  color: var(--mf-muted);
  font-size: 15px;
}

.mf-contact-messenger-card--accent span:last-child {
  color: rgba(17, 17, 17, 0.78);
}

.mf-contact-steps-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  background: #ffffff;
  border: 1px solid var(--mf-line);
  box-shadow: 0 22px 72px rgba(16, 16, 16, 0.055);
}

.mf-contact-steps-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(245, 155, 45, 0.18), transparent 70%);
}

.mf-contact-step-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--mf-line);
}

.mf-contact-step-grid article {
  min-height: 245px;
  padding: 26px;
  border-right: 1px solid var(--mf-line);
}

.mf-contact-step-grid article:last-child {
  border-right: 0;
}

.mf-contact-step-grid span {
  display: inline-flex;
  color: var(--mf-orange);
  font-size: 13px;
  font-weight: 900;
}

.mf-contact-step-grid h3 {
  margin: 38px 0 12px;
  color: var(--mf-black);
  font-size: 26px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.mf-contact-step-grid p {
  margin: 0;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.65;
}

.mf-contact-final {
  padding-bottom: 110px;
}

.mf-contact-final__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.72fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.42), transparent 27%),
    linear-gradient(135deg, rgba(245, 155, 45, 0.98), rgba(245, 155, 45, 0.82));
}

.mf-contact-final__layout::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  transform: rotate(45deg);
}

.mf-contact-final__copy {
  position: relative;
  z-index: 1;
}

.mf-contact-final__copy .mf-contact-kicker {
  color: rgba(17, 17, 17, 0.72) !important;
}

.mf-contact-final__copy h2 {
  max-width: 780px;
  color: #111111;
}

.mf-contact-final__copy p {
  max-width: 680px;
  color: rgba(17, 17, 17, 0.78);
}

.mf-contact-final__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mf-contact-final__contacts a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 17, 17, 0.14);
  color: #111111 !important;
  font-size: 13px;
  font-weight: 900;
}

.mf-contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 28px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.mf-contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.mf-contact-form label span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase !important;
}

.mf-contact-form input,
.mf-contact-form select,
.mf-contact-form textarea {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  outline: none;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font: inherit;
  font-size: 15px;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.mf-contact-form input::placeholder,
.mf-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.mf-contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.7) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.7) 50%, transparent 50%) !important;
  background-position: calc(100% - 19px) 22px, calc(100% - 13px) 22px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.mf-contact-form option {
  color: #111111;
}

.mf-contact-form textarea {
  min-height: 124px;
  padding-top: 16px;
  resize: vertical;
}

.mf-contact-form input:focus,
.mf-contact-form select:focus,
.mf-contact-form textarea:focus {
  border-color: var(--mf-orange) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.mf-contact-form__wide,
.mf-contact-form button {
  grid-column: 1 / -1;
}

.mf-contact-form button {
  width: 100%;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .mf-contact-card-grid,
  .mf-contact-messenger-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-contact-info-card {
    min-height: 300px;
  }
}

@media (max-width: 980px) {
  .mf-contact-page {
    --mf-hero-pull: 132px;
  }

  .mf-contact-hero__inner,
  .mf-contact-head--split,
  .mf-contact-map-layout,
  .mf-contact-final__layout {
    grid-template-columns: 1fr;
  }

  .mf-contact-hero__inner {
    min-height: auto;
    padding-bottom: 118px;
  }

  .mf-contact-hero-card {
    min-height: auto;
  }

  .mf-contact-map-frame,
  .mf-contact-map-frame iframe {
    min-height: 480px;
  }

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

  .mf-contact-step-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--mf-line);
  }

  .mf-contact-step-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .mf-contact-page {
    --mf-hero-pull: 76px;
  }

  .mf-contact-shell {
    width: min(100% - 30px, var(--mf-max));
  }

  .mf-contact-hero {
    min-height: auto;
  }

  .mf-contact-hero__inner {
    padding: 154px 0 102px;
    gap: 28px;
  }

  .mf-contact-hero__copy h1 {
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .mf-contact-lead,
  .mf-contact-head p,
  .mf-contact-map-copy p,
  .mf-contact-final__copy p {
    font-size: 16px;
  }

  .mf-contact-hero__actions,
  .mf-contact-final__contacts {
    flex-direction: column;
  }

  .mf-contact-btn,
  .mf-contact-form button,
  .mf-contact-final__contacts a {
    width: 100%;
  }

  .mf-contact-hero-card,
  .mf-contact-map-copy,
  .mf-contact-form,
  .mf-contact-final__layout,
  .mf-contact-steps-panel {
    padding: 24px;
  }

  .mf-contact-section {
    padding: 62px 0;
  }

  .mf-contact-card-grid,
  .mf-contact-messenger-grid,
  .mf-contact-form {
    grid-template-columns: 1fr;
  }

  .mf-contact-info-card,
  .mf-contact-messenger-card {
    min-height: 250px;
  }

  .mf-contact-map-frame,
  .mf-contact-map-frame iframe {
    min-height: 360px;
  }

  .mf-contact-anchor a {
    min-height: 56px;
    padding: 0 18px;
  }

  .mf-contact-final {
    padding-bottom: 70px;
  }
}

@media (max-width: 430px) {
  .mf-contact-shell {
    width: min(100% - 24px, var(--mf-max));
  }

  .mf-contact-hero__inner {
    padding-top: 136px;
  }

  .mf-contact-hero-card h2,
  .mf-contact-head h2,
  .mf-contact-map-copy h2,
  .mf-contact-final__copy h2 {
    font-size: 33px !important;
  }

  .mf-contact-card-phone,
  .mf-contact-info-card h3 {
    font-size: 22px !important;
  }
}

/* Compact header for utility page: contacts should not behave like a landing hero. */
.mf-contact-page .mf-contact-hero {
  min-height: 390px;
  background:
    radial-gradient(circle at 86% 26%, rgba(245, 155, 45, 0.18), transparent 24%),
    linear-gradient(125deg, rgba(16, 16, 16, 0.94), rgba(16, 16, 16, 0.9)),
    #101010;
}

.mf-contact-page .mf-contact-hero::after {
  width: 38vw;
  height: 38vw;
  min-width: 280px;
  min-height: 280px;
  opacity: 0.44;
  transform: translate(4%, -22%) rotate(45deg);
}

.mf-contact-page .mf-contact-hero__inner {
  min-height: 390px;
  grid-template-columns: minmax(0, 840px);
  align-items: end;
  padding: 216px 0 58px;
}

.mf-contact-page .mf-contact-hero__copy h1 {
  max-width: 780px;
  font-size: clamp(40px, 4.8vw, 62px) !important;
  line-height: 0.98 !important;
}

.mf-contact-page .mf-contact-lead {
  max-width: 720px;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.62;
}

.mf-contact-page .mf-contact-hero__actions {
  margin-top: 24px;
}

.mf-contact-page .mf-contact-hero__corner--one {
  top: 185px;
  right: clamp(24px, 6vw, 94px);
  width: 78px;
  height: 78px;
}

.mf-contact-page .mf-contact-hero__corner--two,
.mf-contact-page .mf-contact-anchor,
.mf-contact-page .mf-contact-hero-card {
  display: none !important;
}

.mf-contact-page .mf-contact-section {
  padding: 72px 0;
}

.mf-contact-page .mf-contact-btn,
.mf-contact-page .mf-contact-form button,
.mf-contact-page .mf-contact-card-action,
.mf-contact-page .mf-contact-final__contacts a {
  text-transform: uppercase !important;
}

@media (max-width: 700px) {
  .mf-contact-page .mf-contact-hero__inner {
    min-height: auto;
    padding: 132px 0 42px;
  }

  .mf-contact-page .mf-contact-hero__copy h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  .mf-contact-page .mf-contact-section {
    padding: 54px 0;
  }
}

/* Refinements after page review: compact dark contact intro and calmer typography. */
body:has(.mf-contact-page) header,
body:has(.mf-contact-page) .site-header,
body:has(.mf-contact-page) #masthead,
body:has(.mf-contact-page) .elementor-location-header {
  background: rgba(16, 16, 16, 0.96) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.mf-contact-page {
  overflow-x: clip;
}

.mf-contact-page .mf-contact-hero {
  min-height: 335px;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.94), rgba(16, 16, 16, 0.82)),
    url("/wp-content/uploads/2026/04/IMG_5930.jpg") center 46% / cover no-repeat,
    #101010;
}

.mf-contact-page .mf-contact-hero__inner {
  min-height: 335px;
  padding: 202px 0 46px;
}

.mf-contact-page .mf-contact-hero__copy h1 {
  max-width: 660px;
  font-size: clamp(38px, 4.1vw, 58px) !important;
}

.mf-contact-page .mf-contact-lead {
  display: none !important;
}

.mf-contact-page .mf-contact-head h2,
.mf-contact-page .mf-contact-map-copy h2,
.mf-contact-page .mf-contact-final__copy h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.06 !important;
}

.mf-contact-page .mf-contact-head--split {
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.58fr);
  gap: 42px;
}

.mf-contact-page .mf-contact-map-copy h2 {
  color: #ffffff !important;
}

.mf-contact-page .mf-contact-map-copy {
  padding: 28px;
}

.mf-contact-page .mf-contact-messengers .mf-contact-head {
  width: 100%;
  max-width: none;
}

.mf-contact-page .mf-contact-messengers .mf-contact-head h2 {
  max-width: 960px;
}

.mf-contact-page .mf-contact-messenger-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-contact-page .mf-contact-messenger-icon {
  width: 50px;
  height: 50px;
  padding: 8px;
  background: rgba(245, 155, 45, 0.12);
  border: 1px solid rgba(245, 155, 45, 0.22);
}

.mf-contact-page .mf-contact-messenger-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-contact-page .mf-contact-final__layout {
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 155, 45, 0.24), transparent 28%),
    #111111;
  color: #ffffff;
}

.mf-contact-page .mf-contact-final__copy .mf-contact-kicker,
.mf-contact-page .mf-contact-final__copy h2,
.mf-contact-page .mf-contact-final__copy p {
  color: #ffffff !important;
}

.mf-contact-page .mf-contact-final__copy p {
  color: rgba(255, 255, 255, 0.74) !important;
}

.mf-contact-page .mf-contact-final__contacts a {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.mf-contact-page .mf-contact-form {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
}

.mf-contact-page .mf-contact-form label span {
  color: #111111;
}

.mf-contact-page .mf-contact-form input,
.mf-contact-page .mf-contact-form select,
.mf-contact-page .mf-contact-form textarea {
  min-height: 56px;
  padding-left: 18px;
  padding-right: 18px;
  background: #f7f6f1 !important;
  border-color: rgba(17, 17, 17, 0.12) !important;
  color: #111111 !important;
}

.mf-contact-page .mf-contact-form input::placeholder,
.mf-contact-page .mf-contact-form textarea::placeholder {
  color: rgba(17, 17, 17, 0.48);
}

.mf-contact-page .mf-contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, rgba(17, 17, 17, 0.7) 50%), linear-gradient(135deg, rgba(17, 17, 17, 0.7) 50%, transparent 50%) !important;
}

@media (max-width: 900px) {
  .mf-contact-page .mf-contact-messenger-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .mf-contact-page .mf-contact-hero__inner {
    padding: 118px 0 40px;
  }

  .mf-contact-page .mf-contact-head h2,
  .mf-contact-page .mf-contact-map-copy h2,
  .mf-contact-page .mf-contact-final__copy h2 {
    font-size: 30px !important;
  }
}

/* Button standardization: mirrors budivnytstvo hero buttons */
.mf-contact-page .mf-contact-btn,
.mf-contact-page .mf-contact-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid var(--mf-orange, #f59b2d) !important;
  border-radius: 0 !important;
  background: var(--mf-orange, #f59b2d) !important;
  background-color: var(--mf-orange, #f59b2d) !important;
  color: #111111 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease !important;
}

.mf-contact-page .mf-contact-btn:hover,
.mf-contact-page .mf-contact-form button:hover {
  transform: translateY(-2px);
  background: rgba(245, 155, 45, 0.02) !important;
  background-color: rgba(245, 155, 45, 0.02) !important;
  color: var(--mf-orange, #f59b2d) !important;
  border-color: var(--mf-orange, #f59b2d) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, 0.14) !important;
}

.mf-contact-page .mf-contact-btn--ghost {
  background: rgba(255, 255, 255, 0.04) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
}

.mf-contact-page .mf-contact-btn--ghost:hover {
  background: rgba(245, 155, 45, 0.1) !important;
  background-color: rgba(245, 155, 45, 0.1) !important;
  color: var(--mf-orange, #f59b2d) !important;
  border-color: var(--mf-orange, #f59b2d) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, 0.12) !important;
}
/* End button standardization */

/* Contacts QA polish */
.mf-contact-page .mf-contact-kicker {
  gap: 14px;
  color: var(--mf-orange) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.mf-contact-page .mf-contact-kicker::before {
  width: 44px;
  background: rgba(17, 17, 17, 0.36);
  opacity: 1;
}

.mf-contact-page .mf-contact-kicker::after {
  background: rgba(17, 17, 17, 0.34);
  opacity: 1;
}

.mf-contact-page .mf-contact-hero .mf-contact-kicker::before,
.mf-contact-page .mf-contact-map-copy .mf-contact-kicker::before,
.mf-contact-page .mf-contact-final__copy .mf-contact-kicker::before {
  background: rgba(255, 255, 255, 0.42);
}

.mf-contact-page .mf-contact-hero .mf-contact-kicker::after,
.mf-contact-page .mf-contact-map-copy .mf-contact-kicker::after,
.mf-contact-page .mf-contact-final__copy .mf-contact-kicker::after {
  background: var(--mf-orange);
}

.mf-contact-page .mf-contact-final__copy .mf-contact-kicker {
  color: var(--mf-orange) !important;
}

.mf-contact-page .mf-contact-info-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mf-contact-page .mf-contact-info-card h3,
.mf-contact-page .mf-contact-info-card span {
  position: relative;
  z-index: 1;
}

.mf-contact-page .mf-contact-icon {
  display: inline-flex !important;
  width: 54px !important;
  height: 54px !important;
  margin-top: 0 !important;
  color: var(--mf-orange) !important;
}

.mf-contact-page .mf-contact-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.mf-contact-page .mf-contact-card-action {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: auto;
}

.mf-contact-page .mf-contact-info-card--schedule h3 {
  max-width: 100%;
  font-size: clamp(20px, 1.6vw, 24px) !important;
  line-height: 1.12 !important;
  white-space: normal;
}

.mf-contact-page .mf-contact-messenger-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-contact-page .mf-contact-messenger-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 18px 58px rgba(16, 16, 16, 0.045);
}

.mf-contact-page .mf-contact-messenger-card:hover {
  box-shadow: 0 26px 72px rgba(16, 16, 16, 0.1);
}

.mf-contact-page .mf-contact-messenger-icon {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  background: rgba(245, 155, 45, 0.12);
  border: 1px solid rgba(245, 155, 45, 0.22);
}

.mf-contact-page .mf-contact-messenger-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-contact-page .mf-contact-messenger-card strong,
.mf-contact-page .mf-contact-messenger-card span:last-child {
  position: relative;
  z-index: 1;
}

.mf-contact-page .mf-contact-form input,
.mf-contact-page .mf-contact-form select,
.mf-contact-page .mf-contact-form textarea {
  min-height: 56px;
  padding-left: 22px !important;
  padding-right: 22px !important;
  background-color: #f7f6f1 !important;
  border-color: rgba(17, 17, 17, 0.12) !important;
  color: #111111 !important;
  box-shadow: none !important;
  transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease !important;
}

.mf-contact-page .mf-contact-form select {
  appearance: none;
  padding-right: 52px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(17, 17, 17, 0.74) 50%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.74) 50%, transparent 50%) !important;
  background-position: calc(100% - 24px) 24px, calc(100% - 18px) 24px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.mf-contact-page .mf-contact-form textarea {
  padding-top: 16px !important;
}

.mf-contact-page .mf-contact-form input::placeholder,
.mf-contact-page .mf-contact-form textarea::placeholder {
  color: rgba(17, 17, 17, 0.48) !important;
}

.mf-contact-page .mf-contact-form input:focus,
.mf-contact-page .mf-contact-form select:focus,
.mf-contact-page .mf-contact-form textarea:focus {
  background-color: #ffffff !important;
  border-color: var(--mf-orange) !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, 0.14) !important;
}

.mf-contact-page .mf-contact-kicker,
.mf-contact-page .mf-contact-card-label,
.mf-contact-page .mf-contact-form label span {
  color: var(--mf-orange) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.mf-contact-page .mf-contact-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 34px !important;
  margin: 0 0 14px !important;
}

.mf-contact-page .mf-contact-kicker::before {
  content: "" !important;
  flex-shrink: 0 !important;
  width: 44px !important;
  height: 1px !important;
  background: rgba(17, 17, 17, 0.36) !important;
  opacity: 1 !important;
}

.mf-contact-page .mf-contact-kicker::after {
  content: "" !important;
  flex-shrink: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background: var(--mf-orange) !important;
  opacity: 1 !important;
}

.mf-contact-page .mf-contact-hero .mf-contact-kicker::before,
.mf-contact-page .mf-contact-final__copy .mf-contact-kicker::before {
  background: rgba(255, 255, 255, 0.42) !important;
}

.mf-contact-page .mf-contact-card-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}

.mf-contact-page .mf-contact-card-label::before {
  content: "" !important;
  width: 32px !important;
  height: 1px !important;
  background: currentColor !important;
}

@media (max-width: 900px) {
  .mf-contact-page .mf-contact-head--split,
  .mf-contact-page .mf-contact-map-layout,
  .mf-contact-page .mf-contact-final__layout {
    grid-template-columns: 1fr !important;
  }

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

@media (max-width: 700px) {
  .mf-contact-page .mf-contact-shell {
    width: min(100% - 28px, var(--mf-max));
  }

  .mf-contact-page .mf-contact-card-grid,
  .mf-contact-page .mf-contact-messenger-grid,
  .mf-contact-page .mf-contact-form {
    grid-template-columns: 1fr !important;
  }

  .mf-contact-page .mf-contact-info-card,
  .mf-contact-page .mf-contact-messenger-card {
    min-height: 0 !important;
    padding: 24px 22px;
  }

  .mf-contact-page .mf-contact-info-card h3 {
    font-size: 22px !important;
    line-height: 1.16 !important;
  }

  .mf-contact-page .mf-contact-info-card--schedule h3 {
    font-size: 20px !important;
  }

  .mf-contact-page .mf-contact-head h2,
  .mf-contact-page .mf-contact-map-copy h2,
  .mf-contact-page .mf-contact-final__copy h2 {
    font-size: clamp(28px, 8.5vw, 34px) !important;
    line-height: 1.08 !important;
  }

  .mf-contact-page .mf-contact-kicker {
    gap: 10px;
    font-size: 12px !important;
  }

  .mf-contact-page .mf-contact-kicker::before {
    width: 32px;
  }

  .mf-contact-page .mf-contact-messenger-card strong {
    margin-top: 24px;
    font-size: 26px;
  }

  .mf-contact-page .mf-contact-final__layout,
  .mf-contact-page .mf-contact-form {
    padding: 24px 22px !important;
  }

  .mf-contact-page .mf-contact-form input,
  .mf-contact-page .mf-contact-form select,
  .mf-contact-page .mf-contact-form textarea {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .mf-contact-page .mf-contact-shell {
    width: min(100% - 24px, var(--mf-max));
  }

  .mf-contact-page .mf-contact-hero__copy h1 {
    font-size: 34px !important;
  }

  .mf-contact-page .mf-contact-map-frame,
  .mf-contact-page .mf-contact-map-frame iframe {
    min-height: 320px !important;
  }
}

/* End contacts QA polish */
