.mf-mod-page {
  --mf-orange: #f59b2d;
  --mf-orange-dark: #d77f15;
  --mf-black: #101010;
  --mf-ink: #161616;
  --mf-muted: #66707a;
  --mf-line: #deded8;
  --mf-soft: #f5f3ed;
  --mf-white: #ffffff;
  --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;
  isolation: isolate;
  background:
    radial-gradient(circle at 92% 14%, rgba(245, 155, 45, 0.08), transparent 19%),
    radial-gradient(circle at 8% 54%, rgba(16, 16, 16, 0.04), transparent 22%),
    #ffffff;
  color: var(--mf-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.mf-mod-page::before {
  content: "";
  position: absolute;
  inset: 94vh -14vw 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.92;
  background:
    radial-gradient(ellipse 34% 12% at 90% 8%, rgba(245, 155, 45, 0.16), transparent 70%),
    radial-gradient(ellipse 30% 11% at 7% 28%, rgba(245, 155, 45, 0.12), transparent 72%),
    radial-gradient(ellipse 36% 13% at 84% 54%, rgba(245, 155, 45, 0.14), transparent 70%),
    radial-gradient(ellipse 28% 10% at 18% 76%, rgba(245, 155, 45, 0.1), transparent 74%);
  mix-blend-mode: multiply;
}

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

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

.mf-mod-page img {
  display: block;
  max-width: 100%;
}

.mf-mod-page h1,
.mf-mod-page h2,
.mf-mod-page h3,
.mf-mod-page p,
.mf-mod-page a,
.mf-mod-page span,
.mf-mod-page li,
.mf-mod-page button,
.mf-mod-page input,
.mf-mod-page select,
.mf-mod-page td,
.mf-mod-page th {
  letter-spacing: 0 !important;
}

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

.mf-mod-page .mf-mod-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;
}

.mf-mod-page .mf-mod-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(17, 17, 17, 0.36);
}

.mf-mod-page .mf-mod-kicker::after {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(17, 17, 17, 0.34);
}

.mf-mod-section {
  position: relative;
  padding: 92px 0;
}

.mf-mod-section > .mf-mod-shell {
  position: relative;
  z-index: 2;
}

.mf-mod-section::after {
  content: "";
  position: absolute;
  right: clamp(22px, 7vw, 120px);
  top: 58px;
  z-index: 0;
  width: 54px;
  height: 54px;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 26px, rgba(17, 17, 17, 0.24) 26px 27px, transparent 27px),
    linear-gradient(0deg, transparent 0 26px, rgba(17, 17, 17, 0.24) 26px 27px, transparent 27px),
    radial-gradient(circle at 73% 29%, rgba(245, 155, 45, 0.86) 0 3px, transparent 4px);
}

.mf-mod-head {
  width: min(980px, 100%);
  margin-bottom: 38px;
}

.mf-mod-head--split {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
  gap: 72px;
  align-items: end;
}

.mf-mod-head h2,
.mf-mod-final__copy h2 {
  margin: 16px 0 0;
  color: var(--mf-black) !important;
  font-size: clamp(38px, 3.7vw, 54px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-wrap: balance;
}

.mf-mod-head h2 span,
.mf-mod-final__copy h2 span {
  color: var(--mf-orange) !important;
}

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

.mf-mod-page .mf-mod-btn,
.mf-mod-page .mf-mod-card-link,
.mf-mod-page .mf-mod-calc 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;
  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-mod-page .mf-mod-btn:hover,
.mf-mod-page .mf-mod-card-link:hover,
.mf-mod-page .mf-mod-calc button:hover {
  transform: translateY(-2px);
  background: rgba(245, 155, 45, 0.03) !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-mod-page .mf-mod-btn--ghost {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mf-mod-page .mf-mod-btn--ghost:hover {
  background: rgba(245, 155, 45, 0.1) !important;
  color: var(--mf-orange) !important;
}

.mf-mod-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 94vh;
  overflow: hidden;
  isolation: isolate;
  background: #0d0d0d;
  color: #ffffff;
}

.mf-mod-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0d0d0d;
}

.mf-mod-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  transform: scale(1.03);
}

.mf-mod-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 45%, rgba(245, 155, 45, 0.15), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.42) 68%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.16) 44%, rgba(0, 0, 0, 0.74) 100%);
}

.mf-mod-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.66), transparent);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.66), transparent);
}

.mf-mod-hero__corner {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.mf-mod-hero__corner--one {
  left: clamp(34px, 4.6vw, 82px);
  top: clamp(150px, 17vh, 210px);
  width: 90px;
  height: 90px;
  border-left: 6px solid var(--mf-orange);
  border-top: 6px solid var(--mf-orange);
  opacity: 0.58;
}

.mf-mod-hero__corner--two {
  right: 10%;
  bottom: 12%;
  width: 164px;
  height: 164px;
  border: 1px solid rgba(245, 155, 45, 0.38);
  transform: rotate(45deg);
}

.mf-mod-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 60%, rgba(255, 255, 255, 0.08) 60.08% 60.18%, transparent 60.28%),
    linear-gradient(145deg, transparent 0 74%, rgba(255, 255, 255, 0.055) 74.08% 74.18%, transparent 74.28%);
}

.mf-mod-hero__inner {
  position: relative;
  z-index: 3;
  width: min(1460px, calc(100% - 72px));
  min-height: 94vh;
  margin: 0 auto;
  padding: 238px 0 126px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 56px;
  align-items: start;
}

.mf-mod-hero__copy {
  max-width: 940px;
}

.mf-mod-hero .mf-mod-kicker {
  color: var(--mf-orange) !important;
}

.mf-mod-hero .mf-mod-kicker::before,
.mf-mod-final__copy .mf-mod-kicker::before {
  background: rgba(255, 255, 255, 0.5);
}

.mf-mod-hero .mf-mod-kicker::after,
.mf-mod-final__copy .mf-mod-kicker::after {
  background: var(--mf-orange);
}

.mf-mod-hero h1 {
  margin: 18px 0 0;
  max-width: 940px;
  color: #ffffff !important;
  font-size: clamp(58px, 5.7vw, 88px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  text-wrap: balance;
}

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

.mf-mod-lead {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 19px;
  line-height: 1.66;
  font-weight: 500;
}

.mf-mod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mf-mod-hero__panel {
  position: relative;
  width: 100%;
  margin-top: -74px;
  padding: 30px 28px 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mf-mod-hero__panel::before,
.mf-mod-calc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 132px;
  height: 4px;
  background: var(--mf-orange);
}

.mf-mod-hero__panel::after,
.mf-mod-calc::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -74px;
  width: 210px;
  height: 210px;
  opacity: 0.18;
  pointer-events: none;
  border: 1px solid var(--mf-orange);
  transform: rotate(45deg);
}

.mf-mod-hero__panel > *,
.mf-mod-calc > * {
  position: relative;
  z-index: 1;
}

.mf-mod-panel-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 18px !important;
  color: var(--mf-orange) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.mf-mod-panel-label::before,
.mf-mod-panel-label::after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(17, 17, 17, 0.18);
}

.mf-mod-panel-label i {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--mf-orange);
}

.mf-mod-hero__panel h2 {
  margin: 0;
  color: #111111 !important;
  font-size: 28px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.mf-mod-hero__panel p:not(.mf-mod-panel-label) {
  margin: 14px 0 22px;
  color: #5f6670 !important;
  font-size: 14px;
  line-height: 1.62;
}

.mf-mod-hero__stats {
  display: grid;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.mf-mod-hero__stats span {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  color: #656d76 !important;
  font-size: 13px;
  line-height: 1.34;
  font-weight: 800;
}

.mf-mod-hero__stats b {
  color: var(--mf-orange) !important;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
}

.mf-mod-hero__checklist {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.mf-mod-hero__checklist li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #343941 !important;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.mf-mod-hero__checklist span {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(245, 155, 45, 0.52);
  background:
    linear-gradient(135deg, transparent 0 43%, var(--mf-orange) 43% 51%, transparent 51%),
    rgba(245, 155, 45, 0.1);
}

.mf-mod-anchor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  z-index: 4;
}

.mf-mod-anchor__inner {
  width: min(1460px, calc(100% - 72px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.mf-mod-anchor a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.mf-mod-anchor a:hover {
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  background: rgba(245, 155, 45, 0.12);
  box-shadow: inset 0 0 0 1px rgba(245, 155, 45, 0.28), 0 0 0 3px rgba(245, 155, 45, 0.1);
}

.mf-mod-benefits,
.mf-mod-compare,
.mf-mod-faq,
.mf-mod-final {
  background: #ffffff;
}

.mf-mod-technology,
.mf-mod-catalog {
  background: var(--mf-soft);
}

.mf-mod-benefits::before,
.mf-mod-final::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 155, 45, 0.1), transparent 18%),
    linear-gradient(122deg, transparent 0%, transparent 62%, rgba(245, 155, 45, 0.1) 62.08%, transparent 62.34%, transparent 100%),
    linear-gradient(28deg, transparent 0%, transparent 74%, rgba(17, 17, 17, 0.05) 74.08%, transparent 74.3%, transparent 100%);
}

.mf-mod-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mf-mod-benefit-card {
  position: relative;
  min-height: 286px;
  padding: 30px 26px 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  border: 1px solid var(--mf-line);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.mf-mod-benefit-card--dark {
  background:
    radial-gradient(circle at 84% 14%, rgba(245, 155, 45, 0.26), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(245, 155, 45, 0.11), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 100%),
    var(--mf-black);
  background-size: auto, 34px 34px, auto;
  border-color: rgba(17, 17, 17, 0.92);
  color: #ffffff;
}

.mf-mod-benefit-card--accent {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.28), transparent 24%),
    var(--mf-orange);
  border-color: var(--mf-orange);
}

.mf-mod-benefit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 4px;
  background: var(--mf-orange);
  transition: width 0.22s ease;
}

.mf-mod-benefit-card--accent::before {
  background: var(--mf-black);
}

.mf-mod-benefit-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 122px;
  height: 92px;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(34deg, transparent 0 47%, rgba(245, 155, 45, 0.42) 47.1% 48%, transparent 48.2%),
    linear-gradient(146deg, transparent 0 49%, rgba(245, 155, 45, 0.28) 49.1% 50%, transparent 50.2%),
    radial-gradient(circle at 16% 22%, rgba(245, 155, 45, 0.45) 0 3px, transparent 4px);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.mf-mod-benefit-card--dark::after {
  right: -42px;
  bottom: -48px;
  width: 172px;
  height: 172px;
  opacity: 0.32;
  border: 1px solid rgba(245, 155, 45, 0.42);
  background: none;
  transform: rotate(45deg);
}

.mf-mod-benefit-card--accent::after {
  background:
    linear-gradient(rgba(17, 17, 17, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.2) 1px, transparent 1px);
  background-size: 14px 14px;
}

.mf-mod-benefit-card:nth-child(2)::after {
  right: 24px;
  bottom: 24px;
  width: 126px;
  height: 126px;
  background: radial-gradient(circle, rgba(245, 155, 45, 0.58) 1.5px, transparent 2.5px);
  background-size: 15px 15px;
}

.mf-mod-benefit-card:nth-child(3)::after {
  width: 132px;
  height: 84px;
  background:
    linear-gradient(90deg, transparent 0 18px, rgba(245, 155, 45, 0.34) 18px 26px, transparent 26px 44px, rgba(245, 155, 45, 0.54) 44px 52px, transparent 52px 70px, rgba(245, 155, 45, 0.72) 70px 78px, transparent 78px),
    linear-gradient(0deg, rgba(17, 17, 17, 0.1) 1px, transparent 1px);
  background-size: auto, 100% 20px;
}

.mf-mod-benefit-card:nth-child(4)::after {
  width: 116px;
  height: 116px;
  background:
    linear-gradient(0deg, transparent 0 34px, rgba(245, 155, 45, 0.46) 34px 36px, transparent 36px 72px, rgba(245, 155, 45, 0.46) 72px 74px, transparent 74px),
    linear-gradient(90deg, transparent 0 34px, rgba(245, 155, 45, 0.46) 34px 36px, transparent 36px 72px, rgba(245, 155, 45, 0.46) 72px 74px, transparent 74px);
}

.mf-mod-benefit-card:nth-child(5)::after {
  right: -24px;
  bottom: -18px;
  width: 160px;
  height: 120px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(17, 17, 17, 0.28) 48.1% 49%, transparent 49.1%);
  transform: rotate(6deg);
}

.mf-mod-benefit-card:nth-child(6)::after {
  right: 20px;
  bottom: 22px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(245, 155, 45, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(245, 155, 45, 0.48) 0 9px, transparent 10px),
    conic-gradient(from 10deg, transparent 0 8%, rgba(245, 155, 45, 0.28) 8% 10%, transparent 10% 18%);
}

.mf-mod-benefit-card:hover,
.mf-mod-project-card:hover,
.mf-mod-tech__steps article:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 155, 45, 0.72);
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.1);
}

.mf-mod-benefit-card:hover::before {
  width: 132px;
}

.mf-mod-benefit-card:hover::after {
  opacity: 0.72;
  transform: translate(-8px, -8px) rotate(-6deg);
}

.mf-mod-benefit-card--dark:hover::after {
  transform: translate(-8px, -8px) rotate(45deg);
}

.mf-mod-benefit-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  background: var(--mf-black);
  border: 1px solid rgba(17, 17, 17, 0.16);
  box-shadow: inset 0 0 0 1px rgba(245, 155, 45, 0.18);
}

.mf-mod-benefit-card--dark .mf-mod-benefit-icon {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.mf-mod-benefit-card--accent .mf-mod-benefit-icon {
  background: #111111;
}

.mf-mod-benefit-icon::before,
.mf-mod-benefit-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mf-mod-benefit-icon--speed::before {
  left: 20px;
  top: 12px;
  width: 22px;
  height: 34px;
  background: var(--mf-orange);
  clip-path: polygon(58% 0, 16% 54%, 44% 54%, 30% 100%, 88% 36%, 58% 36%);
}

.mf-mod-benefit-icon--energy::before {
  left: 16px;
  top: 12px;
  width: 28px;
  height: 32px;
  border: 2px solid var(--mf-orange);
  border-radius: 70% 0 70% 0;
  transform: rotate(-16deg);
}

.mf-mod-benefit-icon--energy::after {
  left: 28px;
  top: 21px;
  width: 2px;
  height: 24px;
  background: var(--mf-orange);
  transform: rotate(28deg);
}

.mf-mod-benefit-icon--budget::before {
  left: 15px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  background:
    linear-gradient(0deg, var(--mf-orange) 0 9px, transparent 9px) 0 21px / 7px 30px no-repeat,
    linear-gradient(0deg, var(--mf-orange) 0 18px, transparent 18px) 11px 12px / 7px 30px no-repeat,
    linear-gradient(0deg, var(--mf-orange) 0 28px, transparent 28px) 22px 2px / 7px 30px no-repeat;
}

.mf-mod-benefit-icon--mobility::before {
  inset: 14px;
  border: 2px solid var(--mf-orange);
  box-shadow: 10px 0 0 -2px var(--mf-orange), 0 10px 0 -2px var(--mf-orange);
}

.mf-mod-benefit-icon--mobility::after {
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--mf-orange);
  border-right: 2px solid var(--mf-orange);
}

.mf-mod-benefit-icon--look::before {
  inset: 13px;
  border: 2px solid var(--mf-orange);
}

.mf-mod-benefit-icon--look::after {
  left: 27px;
  top: 13px;
  bottom: 13px;
  width: 2px;
  background: var(--mf-orange);
  box-shadow: -14px 16px 0 -0.5px var(--mf-orange), 14px 16px 0 -0.5px var(--mf-orange);
}

.mf-mod-benefit-icon--autonomy::before {
  left: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mf-orange);
  box-shadow: 0 -14px 0 -6px var(--mf-orange), 0 14px 0 -6px var(--mf-orange), 14px 0 0 -6px var(--mf-orange), -14px 0 0 -6px var(--mf-orange);
}

.mf-mod-benefit-icon--autonomy::after {
  left: 12px;
  top: 35px;
  width: 34px;
  height: 10px;
  border: 2px solid var(--mf-orange);
  border-radius: 12px;
}

.mf-mod-benefit-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--mf-black) !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.mf-mod-benefit-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mf-muted) !important;
  font-size: 15px;
  line-height: 1.62;
}

.mf-mod-benefit-card--dark h3 {
  color: #ffffff !important;
}

.mf-mod-benefit-card--dark p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.mf-mod-benefit-card--accent h3,
.mf-mod-benefit-card--accent p {
  color: #111111 !important;
}

.mf-mod-tech {
  display: grid;
  grid-template-columns: minmax(380px, 0.46fr) minmax(0, 0.54fr);
  gap: 32px;
  align-items: stretch;
}

.mf-mod-tech__media {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(17, 17, 17, 0.14);
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
}

.mf-mod-tech__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.mf-mod-tech__media:hover img {
  transform: scale(1.045);
}

.mf-mod-tech__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.68) 100%);
}

.mf-mod-tech__media figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.36;
  font-weight: 900;
}

.mf-mod-tech__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mf-mod-tech__steps::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 44px;
  bottom: 44px;
  width: 1px;
  background: rgba(245, 155, 45, 0.34);
  pointer-events: none;
}

.mf-mod-tech__steps article {
  position: relative;
  min-height: 296px;
  padding: 28px 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--mf-line);
  border-left: 4px solid var(--mf-orange);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mf-mod-tech__steps article::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 92px;
  height: 72px;
  opacity: 0.24;
  background:
    linear-gradient(rgba(245, 155, 45, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 155, 45, 0.3) 1px, transparent 1px);
  background-size: 14px 14px;
}

.mf-mod-tech-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border: 1px solid var(--mf-black);
  background: var(--mf-black);
  box-shadow: inset 0 0 0 1px rgba(245, 155, 45, 0.2);
}

.mf-mod-tech-icon::before,
.mf-mod-tech-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mf-mod-tech-icon--frame::before {
  inset: 12px;
  border: 2px solid var(--mf-orange);
}

.mf-mod-tech-icon--frame::after {
  left: 25px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--mf-orange);
  box-shadow: -9px 0 0 -0.4px rgba(245, 155, 45, 0.68), 9px 0 0 -0.4px rgba(245, 155, 45, 0.68);
}

.mf-mod-tech-icon--insulation::before {
  left: 12px;
  right: 12px;
  top: 13px;
  height: 26px;
  background:
    linear-gradient(0deg, var(--mf-orange) 0 3px, transparent 3px 10px, var(--mf-orange) 10px 13px, transparent 13px 20px, var(--mf-orange) 20px 23px);
}

.mf-mod-tech-icon--insulation::after {
  left: 14px;
  right: 14px;
  bottom: 11px;
  height: 2px;
  background: rgba(245, 155, 45, 0.48);
}

.mf-mod-tech-icon--finish::before {
  left: 13px;
  top: 13px;
  width: 26px;
  height: 22px;
  border: 2px solid var(--mf-orange);
  border-bottom: 0;
  transform: skewX(-12deg);
}

.mf-mod-tech-icon--finish::after {
  left: 21px;
  top: 33px;
  width: 16px;
  height: 8px;
  background: var(--mf-orange);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 20% 100%);
}

.mf-mod-tech-icon--systems::before {
  left: 13px;
  top: 12px;
  width: 24px;
  height: 30px;
  border: 2px solid var(--mf-orange);
  border-radius: 14px 14px 8px 8px;
}

.mf-mod-tech-icon--systems::after {
  left: 22px;
  top: 8px;
  width: 10px;
  height: 12px;
  border-left: 2px solid var(--mf-orange);
  border-right: 2px solid var(--mf-orange);
}

.mf-mod-tech__steps h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--mf-black) !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.mf-mod-tech__steps p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mf-muted) !important;
  font-size: 15px;
  line-height: 1.62;
}

.mf-mod-project-carousel {
  position: relative;
}

.mf-mod-project-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 16px 2px 32px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 2px;
  scrollbar-color: var(--mf-orange) rgba(17, 17, 17, 0.12);
  scrollbar-width: auto;
}

.mf-mod-project-slider::-webkit-scrollbar {
  height: 14px;
}

.mf-mod-project-slider::-webkit-scrollbar-track {
  background: rgba(17, 17, 17, 0.12);
}

.mf-mod-project-slider::-webkit-scrollbar-thumb {
  background: var(--mf-orange);
  border: 3px solid #f5f3ed;
}

.mf-mod-project-card {
  position: relative;
  flex: 0 0 min(344px, calc(100vw - 96px));
  scroll-snap-align: start;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--mf-line);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.045);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.mf-mod-project-card--featured {
  border-color: rgba(245, 155, 45, 0.64);
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.08);
}

.mf-mod-project-card--featured:hover {
  transform: translateY(-4px);
}

.mf-mod-project-card__image {
  position: relative;
  height: 248px;
  overflow: hidden;
  background: #111111;
}

.mf-mod-project-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.46));
}

.mf-mod-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.mf-mod-project-card:hover .mf-mod-project-card__image img {
  transform: scale(1.045);
}

.mf-mod-project-card__body {
  min-height: 272px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
}

.mf-mod-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.mf-mod-project-meta span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: rgba(245, 155, 45, 0.12);
  color: var(--mf-black) !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.mf-mod-project-card h3 {
  margin: 0 0 12px;
  color: var(--mf-black) !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.mf-mod-project-card p:not(.mf-mod-project-meta) {
  margin: 0;
  color: var(--mf-muted) !important;
  font-size: 14px;
  line-height: 1.58;
}

.mf-mod-project-bottom {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.mf-mod-project-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: 100% !important;
  gap: 10px !important;
  margin: 16px auto 0 0 !important;
}

.mf-mod-project-arrow {
  position: relative !important;
  display: block !important;
  flex: 0 0 74px !important;
  width: 74px !important;
  height: 48px !important;
  min-width: 74px !important;
  min-height: 48px !important;
  max-width: 74px !important;
  max-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid var(--mf-line) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: var(--mf-black) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transform: none !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
}

.mf-mod-project-arrow:hover,
.mf-mod-project-arrow:focus-visible {
  background: var(--mf-orange) !important;
  background-color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  color: var(--mf-black) !important;
  box-shadow: none !important;
  transform: none !important;
}

.mf-mod-project-arrow:focus-visible {
  outline: 2px solid var(--mf-black);
  outline-offset: 3px;
}

.mf-mod-project-arrow::before {
  content: "" !important;
  position: absolute !important;
  left: 32px !important;
  top: 17px !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid currentColor !important;
  border-left: 2px solid currentColor !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.mf-mod-project-arrow::after {
  content: none !important;
}

.mf-mod-project-prev::before {
  transform: rotate(-45deg) !important;
}

.mf-mod-project-next::before {
  left: 29px !important;
  transform: rotate(135deg) !important;
}

.mf-mod-card-link {
  width: 100%;
}

.mf-mod-compare__box {
  position: relative;
  overflow-x: auto;
  border: 1px solid var(--mf-line);
  background:
    radial-gradient(circle at 88% 14%, rgba(245, 155, 45, 0.08), transparent 22%),
    #ffffff;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.045);
}

.mf-mod-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.mf-mod-table th,
.mf-mod-table td {
  padding: 20px;
  border: 0;
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  text-align: left;
  vertical-align: top;
}

.mf-mod-table th:last-child,
.mf-mod-table td:last-child {
  border-right: 0;
}

.mf-mod-table tbody tr:last-child td {
  border-bottom: 0;
}

.mf-mod-table th {
  background: var(--mf-black);
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.mf-mod-table th:first-child {
  width: 230px;
}

.mf-mod-table td:first-child {
  width: 230px;
  color: var(--mf-black) !important;
  font-weight: 900;
  white-space: nowrap;
}

.mf-mod-table td {
  color: var(--mf-muted) !important;
  font-size: 15px;
  line-height: 1.6;
}

.mf-mod-table tbody tr:nth-child(even) td {
  background: rgba(245, 243, 237, 0.7);
}

.mf-mod-nowrap {
  white-space: nowrap !important;
  word-break: keep-all;
}

.mf-mod-faq__list {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  gap: 8px;
}

.mf-mod-faq .mf-mod-head {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.mf-mod-faq details {
  border: 1px solid var(--mf-line);
  border-left: 4px solid rgba(245, 155, 45, 0.42);
  background: #ffffff;
  transition: border-color 0.32s ease, box-shadow 0.32s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.mf-mod-faq details[open] {
  border-color: rgba(245, 155, 45, 0.58);
  border-left-color: var(--mf-orange);
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.06);
  transform: translateX(4px);
}

.mf-mod-faq summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px;
  color: var(--mf-black) !important;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.mf-mod-faq summary::after {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background:
    linear-gradient(var(--mf-orange), var(--mf-orange)) center / 16px 1.5px no-repeat,
    linear-gradient(var(--mf-orange), var(--mf-orange)) center / 1.5px 16px no-repeat;
  opacity: 0.95;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), background-size 0.28s ease, opacity 0.22s ease;
}

.mf-mod-faq details[open] summary::after {
  background:
    linear-gradient(var(--mf-orange), var(--mf-orange)) center / 16px 1.5px no-repeat,
    linear-gradient(var(--mf-orange), var(--mf-orange)) center / 0 0 no-repeat;
  transform: rotate(180deg);
}

.mf-mod-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--mf-muted) !important;
  font-size: 15px;
  line-height: 1.7;
}

.mf-mod-final__box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: 56px;
  align-items: center;
  padding: 52px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(245, 155, 45, 0.18), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(245, 155, 45, 0.08), transparent 24%),
    var(--mf-black);
  color: #ffffff;
}

.mf-mod-final__box::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 360px;
  height: 360px;
  border: 2px solid rgba(245, 155, 45, 0.18);
  transform: rotate(45deg);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}

.mf-mod-final__box::after {
  content: "";
  position: absolute;
  left: 48px;
  bottom: 42px;
  width: 210px;
  height: 120px;
  pointer-events: none;
  opacity: 0.22;
  background:
    linear-gradient(90deg, transparent 0 104px, rgba(245, 155, 45, 0.7) 104px 105px, transparent 105px),
    linear-gradient(0deg, transparent 0 58px, rgba(255, 255, 255, 0.3) 58px 59px, transparent 59px),
    linear-gradient(135deg, transparent 0 48%, rgba(245, 155, 45, 0.55) 48.2% 48.8%, transparent 49%);
}

.mf-mod-final__copy,
.mf-mod-calc {
  position: relative;
  z-index: 1;
}

.mf-mod-final__copy h2 {
  color: #ffffff !important;
}

.mf-mod-final__copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78) !important;
}

.mf-mod-phone {
  display: inline-flex;
  margin-top: 28px;
  color: var(--mf-orange) !important;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.mf-mod-calc {
  display: grid;
  gap: 11px;
  padding: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.mf-mod-calc label {
  display: grid;
  gap: 7px;
}

.mf-mod-calc span {
  color: #747b85;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.mf-mod-calc input,
.mf-mod-calc select {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 24px !important;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: none !important;
  color: #111111 !important;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  text-indent: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mf-mod-calc input::placeholder {
  color: #8a9098;
  opacity: 1;
}

.mf-mod-calc select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111111 50%),
    linear-gradient(135deg, #111111 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 48px !important;
}

.mf-mod-calc input:focus,
.mf-mod-calc select:focus {
  border-color: rgba(245, 155, 45, 0.92) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(245, 155, 45, 0.15) !important;
}

.mf-mod-calc button {
  width: 100%;
  min-height: 50px;
  margin-top: 2px;
}

.mf-mod-calc .mf-form-consent,
.mf-mod-calc .mf-form-consent a {
  color: #5f6670 !important;
}

.mf-mod-calc .mf-form-consent {
  margin: 4px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.mf-mod-calc .mf-form-consent a {
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.mf-mod-calc .mf-form-consent a:hover {
  color: var(--mf-orange) !important;
}

@media (max-width: 1380px) {
  .mf-mod-hero__inner {
    width: min(1320px, calc(100% - 56px));
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 42px;
    padding-top: 246px;
  }

  .mf-mod-hero h1 {
    font-size: clamp(52px, 5vw, 74px) !important;
  }

  .mf-mod-lead {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.58;
  }

  .mf-mod-anchor__inner {
    width: min(1320px, calc(100% - 56px));
  }
}

@media (max-width: 1180px) {
  .mf-mod-hero__inner,
  .mf-mod-head--split,
  .mf-mod-tech,
  .mf-mod-final__box {
    grid-template-columns: 1fr;
  }

  .mf-mod-hero__panel {
    max-width: 620px;
    margin-top: 0;
  }

  .mf-mod-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-mod-benefit-card--dark {
    min-height: 300px;
  }

  .mf-mod-tech__media {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .mf-mod-page {
    --mf-hero-pull: 188px;
  }

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

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

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

  .mf-mod-hero__inner {
    width: min(100% - 32px, 1460px);
    min-height: auto;
    padding: 300px 0 54px;
    display: block;
  }

  .mf-mod-hero__corner--one {
    left: 7%;
    top: 18%;
    width: 72px;
    height: 72px;
    border-width: 5px;
  }

  .mf-mod-hero__corner--two,
  .mf-mod-hero__panel {
    display: none;
  }

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

  .mf-mod-page .mf-mod-kicker::before {
    width: 34px;
  }

  .mf-mod-hero h1 {
    font-size: 40px !important;
    line-height: 1.08 !important;
  }

  .mf-mod-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .mf-mod-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .mf-mod-page .mf-mod-btn {
    width: 100%;
  }

  .mf-mod-anchor {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -8px 0 30px;
  }

  .mf-mod-anchor__inner {
    width: min(100% - 30px, 1460px);
  }

  .mf-mod-anchor a {
    min-height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }

  .mf-mod-head h2,
  .mf-mod-final__copy h2 {
    font-size: clamp(32px, 9.5vw, 42px) !important;
    line-height: 1.03 !important;
  }

  .mf-mod-benefit-grid,
  .mf-mod-tech__steps {
    grid-template-columns: 1fr;
  }

  .mf-mod-benefit-card,
  .mf-mod-benefit-card--dark,
  .mf-mod-tech__steps article {
    min-height: auto;
    padding: 22px;
  }

  .mf-mod-benefit-card--dark h3 {
    font-size: 25px !important;
  }

  .mf-mod-tech__steps::before {
    display: none;
  }

  .mf-mod-tech__media,
  .mf-mod-project-card__image {
    height: 232px;
    min-height: 232px;
  }

  .mf-mod-project-card__body {
    min-height: auto;
  }

  .mf-mod-project-card {
    flex-basis: min(320px, calc(100vw - 42px));
  }

  .mf-mod-project-controls {
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .mf-mod-final__box,
  .mf-mod-calc {
    padding: 28px 22px;
  }

  .mf-mod-phone {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .mf-mod-tech__media,
  .mf-mod-project-card__image {
    height: 210px;
    min-height: 210px;
  }

  .mf-mod-table {
    min-width: 720px;
  }

  .mf-mod-table th,
  .mf-mod-table td {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-mod-page *,
  .mf-mod-page *::before,
  .mf-mod-page *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Button standardization: mirrors budivnytstvo hero buttons */
.mf-mod-page .mf-mod-btn,
.mf-mod-page .mf-mod-calc 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-mod-page .mf-mod-btn:hover,
.mf-mod-page .mf-mod-calc 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-mod-page .mf-mod-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-mod-page .mf-mod-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 */

/* Unified landing H1 scale */
.mf-mod-hero h1, .mf-mod-hero h1 span {
  font-size: clamp(40px, 5.1vw, 72px) !important;
  line-height: .96 !important;
}

@media (max-width: 767px) {
  .mf-mod-hero h1, .mf-mod-hero h1 span {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1 !important;
  }
}
/* End unified landing H1 scale */

/* Hero lightness and side gutters */
.mf-mod-hero__bg::after {
  background:
    radial-gradient(circle at 74% 45%, rgba(245, 155, 45, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.58) 100%) !important;
}

.mf-mod-hero__inner {
  width: min(var(--mf-max), calc(100% - 88px)) !important;
}

@media (max-width: 1380px) {
  .mf-mod-hero__inner {
    width: min(var(--mf-max), calc(100% - 80px)) !important;
  }
}

@media (max-width: 767px) {
  .mf-mod-hero__inner {
    width: min(100% - 32px, 1460px) !important;
  }
}
/* End hero lightness and side gutters */

/* Hero panel vertical alignment */
@media (min-width: 1181px) {
  .mf-mod-hero__panel {
    margin-top: 4px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1380px) {
  .mf-mod-hero__panel {
    margin-top: 8px !important;
  }
}
/* End hero panel vertical alignment */
