/* Mix Fabrik refined theme - v3.4 */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --mf-accent: #399abc;
  --mf-accent-2: #58bfd9;
  --mf-accent-rgb: 57,154,188;
  --mf-dark: #2f3338;
  --mf-ink: #1d2227;
  --mf-muted: #64707b;
  --mf-bg: #f4f9fb;
  --mf-soft: #e7f5f9;
  --mf-line: rgba(57,154,188,.16);
  --mf-white: #ffffff;
  --mf-radius: 28px;
  --mf-radius-sm: 18px;
  --mf-shadow: 0 28px 70px rgba(23, 38, 48, .12);
  --mf-shadow-soft: 0 18px 50px rgba(23, 38, 48, .08);
  --mf-font: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mf-body,
body {
  margin: 0;
  font-family: var(--mf-font);
  color: var(--mf-dark);
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }

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

/* Header */
.mf-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #103452;
  border-bottom: 1px solid rgba(57,154,188,.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.mf-site-header__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.mf-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.mf-logo img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 190px;
}
.mf-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.mf-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color:#d1e9ff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s ease, background .2s ease;
}
.mf-nav a:hover,
.mf-nav a.is-active
 {
    color: var(--mf-ink);
    font-weight: 700;
    background: #d1e9ff;
}
.mf-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #d1e9ff;
    color: #0e1627;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(var(--mf-accent-rgb), .24);
}
.mf-main { overflow: hidden; }

/* Typography + common blocks */
.mf-section {
  padding: clamp(82px, 8vw, 138px) 0;
  background: var(--mf-bg);
  color: var(--mf-dark);
}
.mf-section:nth-of-type(even) { background: #fff; }
.mf-eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--mf-accent);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
}
.mf-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--mf-accent);
  display: inline-block;
  border-radius: 999px;
}
.mf-section h2,
.mf-page h1,
.mf-hero h1 {
  margin: 0;
  margin-bottom: .7em;
  color: var(--mf-ink);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 700;
}
.mf-section h2 {
  font-size: clamp(26px, 3vw, 44px);
  max-width: 920px;
}
.mf-section h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.14;
  letter-spacing: -.035em;
  color: #255585;
  font-weight: 750;
}
.mf-section p,
.mf-page p {
  color: var(--mf-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.75;
  font-weight: 400;
}
.mf-section-head {
  max-width: 790px;
  margin-bottom: 52px;
}
.mf-section-head p { max-width: 690px; }
.mf-section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mf-section-head--center .mf-eyebrow { justify-content: center; }
.mf-section-head--center p { margin-left: auto; margin-right: auto; }
.mf-lead {
  font-size: clamp(19px, 1.8vw, 27px) !important;
  line-height: 1.5 !important;
  color: var(--mf-ink) !important;
  font-weight: 500;
}
.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.mf-btn:hover { transform: translateY(-2px); }
.mf-btn--primary {
  color: #fff;
  background: var(--mf-accent);
  box-shadow: 0 16px 36px rgba(var(--mf-accent-rgb), .28);
}
.mf-btn--ghost {
  color: var(--mf-ink);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.44);
}
.mf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* Hero */
.mf-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 86px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image: var(--mf-hero-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.mf-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(
10deg, rgb(20 24 28 / 92%) 0%, rgb(0 0 0 / 78%) 45%, rgb(35 35 35 / 26%) 100%);
}
.mf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 18%, rgba(88,191,217,.30), transparent 30%),
    linear-gradient(120deg, rgba(57,154,188,.22), transparent 55%);
}
.mf-hero::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -38%;
  width: min(740px, 55vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(var(--mf-accent-rgb), .24);
  filter: blur(18px);
}
.mf-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(92px, 10vw, 145px) 0 clamp(78px, 8vw, 116px);
}
.mf-hero h1 {
  max-width: 875px;
  font-size: clamp(44px, 6.8vw, 104px);
  color: #fff;
  text-wrap: balance;
}
.mf-hero__subtitle {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(18px, 1.9vw, 27px) !important;
  line-height: 1.45 !important;
  font-weight: 500;
}
.mf-hero__direct {
  max-width: 720px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.74) !important;
}
.mf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.mf-badges span {
  color: #fff;
  border: 1px solid rgba(255,255,255,.23);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
}

/* Feature slider */
.mf-split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
}
.mf-section-head--sticky {
  position: sticky;
  top: 120px;
}
.mf-feature-slider {
  position: relative;
  display: grid;
  gap: 18px;
}
.mf-feature-slide {
  padding: clamp(28px, 4vw, 54px);
  border-radius: var(--mf-radius);
  background: #fff;
  border: 1px solid rgba(57,154,188,.12);
  opacity: .48;
  transform: scale(.975);
  transition: opacity .45s ease, transform .45s ease, box-shadow .45s ease, border .45s ease;
}
.mf-feature-slide.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: var(--mf-shadow);
  border-color: rgba(57,154,188,.28);
}
.mf-feature-slide__num {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--mf-soft);
  color: var(--mf-accent);
  font-weight: 800;
  margin-bottom: 24px;
}
.mf-slider-dots {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.mf-slider-dots button {
  width: 34px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(57,154,188,.22);
  padding: 0;
  cursor: pointer;
}
.mf-slider-dots button.is-active { background: var(--mf-accent); }

/* Technology wheel */
.mf-tech-grid {
  display: grid;
  grid-template-columns: minmax(340px, 520px) 1fr;
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}
.mf-tech-wheel {
  position: relative;
  width: min(500px, 86vw);
  aspect-ratio: 1;
  margin: 0 auto;
}
.mf-tech-wheel__ring {
  position: absolute;
  inset: 8%;
  border: 2px solid rgba(57,154,188,.20);
  border-radius: 50%;
  animation: mfPulse 4.2s ease-in-out infinite;
}
.mf-tech-wheel__ring::before,
.mf-tech-wheel__ring::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(57,154,188,.14);
}
.mf-tech-wheel__ring::before { inset: 14%; }
.mf-tech-wheel__ring::after { inset: -13%; }
.mf-tech-wheel__center {
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: #215a8a;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: clamp(28px, 4.2vw, 54px);
  font-weight: 800;
  letter-spacing: -.08em;
  box-shadow: var(--mf-shadow);
}
.mf-tech-node {
  --angle: calc(360deg / var(--count) * var(--i));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(var(--angle)) translateX(min(198px, 35vw)) rotate(calc(-1 * var(--angle)));
  transform-origin: 0 0;
  transition: filter .3s ease, transform .3s ease;
}
.mf-tech-node span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--mf-accent);
  background: #fff;
  border: 1px solid rgba(57,154,188,.24);
  box-shadow: 0 18px 42px rgba(23,38,48,.10);
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}
.mf-tech-node.is-active span {
  color: #fff;
  background: var(--mf-accent);
  transform: scale(1.08);
}
.mf-tech-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}
.mf-tech-list article {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(57,154,188,.12);
  opacity: .60;
  transition: opacity .3s ease, transform .3s ease, border .3s ease, box-shadow .3s ease;
}
.mf-tech-list article.is-active {
  opacity: 1;
  border-color: rgba(57,154,188,.34);
  transform: translateX(6px);
  box-shadow: var(--mf-shadow-soft);
}
.mf-tech-list strong {
  display: block;
  color: var(--mf-ink);
  margin-bottom: 5px;
  font-weight: 700;
}
.mf-tech-list span { color: var(--mf-muted); line-height: 1.5; }
@keyframes mfPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }

/* Stats */
.mf-stats-section { background: #fff; }
.mf-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mf-stat {
  padding: clamp(30px, 4vw, 54px);
  border-radius: var(--mf-radius);
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 44px rgba(23,38,48,.07);
  border: 1px solid rgba(57,154,188,.10);
}
.mf-stat div {
  font-size: clamp(42px, 6vw, 80px);
  color: var(--mf-accent);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.07em;
}
.mf-stat p {
  margin: 16px auto 0;
  max-width: 270px;
}

/* Two-column content */
.mf-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}
.mf-two-col--reverse .mf-media-card { order: -1; }
.mf-media-card {
  border-radius: var(--mf-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--mf-shadow);
  border: 1px solid rgba(57,154,188,.12);
}
.mf-media-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mf-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}
.mf-feature-list article {
  padding: 18px 20px;
  background: #fff;
  border-radius: 18px;
  border-left: 4px solid var(--mf-accent);
  box-shadow: 0 12px 34px rgba(23,38,48,.06);
}
.mf-feature-list strong {
  display: block;
  color: #255585;
  margin-bottom: 6px;
  font-weight: 700;
}
.mf-feature-list span {
  color: var(--mf-muted);
  line-height: 1.55;
}

/* Services */
.mf-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mf-service-card {
  position: relative;
  min-height: 340px;
  padding: 34px;
  border-radius: var(--mf-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(23,38,48,.08);
  border: 1px solid rgba(57,154,188,.12);
  overflow: hidden;
}
.mf-service-card::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(57,154,188,.12);
  transition: transform .3s ease;
}
.mf-service-card:hover::after { transform: scale(1.35); }
.mf-service-card > * { position: relative; z-index: 1; }
.mf-service-card__index {
  display: inline-block;
  color: var(--mf-accent);
  font-weight: 800;
  margin-bottom: 26px;
}
.mf-service-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--mf-accent);
  font-weight: 700;
  text-decoration: none;
}
.mf-callout {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(57,154,188,.10);
  color: var(--mf-ink) !important;
  border-left: 4px solid var(--mf-accent);
}

/* Process */
.mf-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mf-process-grid article {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(57,154,188,.12);
  box-shadow: 0 12px 34px rgba(23,38,48,.05);
}
.mf-process-grid span {
  display: inline-block;
  color: var(--mf-accent);
  font-weight: 800;
  margin-bottom: 28px;
}
.mf-process-grid h3 { font-size: 23px; }

/* CTA + contact */
.mf-cta-section {
  background: var(--mf-dark) !important;
  padding: clamp(70px, 8vw, 120px) 0;
}
.mf-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--mf-radius) + 8px);
  background: linear-gradient(135deg, rgba(57,154,188,1), rgba(37,112,142,1));
  color: #fff;
  padding: clamp(42px, 7vw, 86px);
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.mf-cta-box h2 {
  color: #fff;
  margin: 0 auto;
}
.mf-cta-box p {
  color: rgba(255,255,255,.86) !important;
  max-width: 760px;
  margin: 24px auto 34px;
}
.mf-cta-box .mf-btn--primary {
  background: #fff;
  color: var(--mf-accent);
}
.mf-contact-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--mf-radius);
  background: #fff;
  border: 1px solid rgba(57,154,188,.12);
  box-shadow: var(--mf-shadow-soft);
}
.mf-contact-links {
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
}
.mf-contact-links a {
  color: var(--mf-accent);
  font-weight: 700;
  text-decoration: none;
  font-size: clamp(17px, 1.7vw, 22px);
}

/* Inner pages */
.mf-page-hero {
  padding: clamp(84px, 9vw, 140px) 0 clamp(54px, 6vw, 92px);
  background: linear-gradient(180deg, #f6f9fb, #fff);
}
.mf-page h1 { font-size: clamp(38px, 4.2vw, 80px); }
.mf-page-hero p { max-width: 760px; }
.mf-page-hero .mf-btn { margin-top: 22px; }
.mf-page-content { background: #fff; }
.mf-rich-text { max-width: 940px; }
.mf-rich-text h1 { display: none; }
.mf-rich-text h2 {
  font-size: clamp(30px, 4vw, 54px);
  margin: 54px 0 18px;
  letter-spacing: -.04em;
}
.mf-rich-text ul { padding-left: 20px; }
.mf-rich-text li {
  margin: 10px 0;
  color: var(--mf-muted);
  font-size: 18px;
  line-height: 1.6;
}

/* Footer */
.mf-footer {
  background: #202428;
  color: rgba(255,255,255,.78);
  padding: 34px 0;
}
.mf-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.mf-footer strong {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.mf-footer span { color: rgba(255,255,255,.56); }
.mf-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1040px) {
  .mf-site-header__inner { gap: 16px; }
  .mf-nav { justify-content: flex-end; }
  .mf-nav a { padding: 0 10px; }
  .mf-header-cta { display: none; }
}
@media (max-width: 900px) {
  .mf-container { width: min(100% - 30px, 1180px); }
  .mf-site-header__inner {
    min-height: 76px;
    grid-template-columns: auto 1fr;
  }
  .mf-logo img { height: 48px; max-width: 160px; }
  .mf-nav {
    overflow-x: auto;
    justify-content: flex-end;
    gap: 2px;
    scrollbar-width: none;
  }
  .mf-nav::-webkit-scrollbar { display: none; }
  .mf-nav a { white-space: nowrap; font-size: 13px; }
  .mf-hero { min-height: auto; }
  .mf-hero__content { padding: 82px 0 72px; }
  .mf-hero h1 { font-size: clamp(39px, 10vw, 68px); }
  .mf-split,
  .mf-tech-grid,
  .mf-two-col {
    grid-template-columns: 1fr;
  }
  .mf-section-head--sticky { position: static; }
  .mf-service-grid,
  .mf-stats-grid,
  .mf-process-grid {
    grid-template-columns: 1fr;
  }
  .mf-tech-wheel { width: min(420px, 90vw); }
  .mf-tech-node { transform: rotate(var(--angle)) translateX(min(166px, 35vw)) rotate(calc(-1 * var(--angle))); }
  .mf-tech-node span { width: 70px; height: 70px; font-size: 11px; }
  .mf-contact-box,
  .mf-footer__inner { display: grid; }
}
@media (max-width: 620px) {
  .mf-container { width: min(100% - 24px, 1180px); }
  .mf-site-header { position: relative; }
  .mf-site-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 12px 0 14px;
  }
  .mf-logo img { height: 44px; }
  .mf-nav {
    width: 100%;
    justify-content: flex-start;
    padding: 4px 0;
  }
  .mf-hero__content { padding: 68px 0 58px; }
  .mf-actions { display: grid; }
  .mf-btn { width: 100%; }
  .mf-feature-slide,
  .mf-service-card,
  .mf-process-grid article,
  .mf-contact-box { border-radius: 22px; }
  .mf-tech-wheel { width: min(340px, 88vw); }
  .mf-tech-node { transform: rotate(var(--angle)) translateX(min(134px, 34vw)) rotate(calc(-1 * var(--angle))); }
  .mf-tech-node span { width: 58px; height: 58px; font-size: 10px; }
  .mf-tech-wheel__center { inset: 34%; font-size: 27px; }
  .mf-section { padding: 66px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .mf-tech-wheel__ring { animation: none; }
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Mix Fabrik refined theme - v3.3 overrides */
.mf-section h2,
.mf-page h1,
.mf-hero h1 {
  text-wrap: balance;
}

/* Feature slider: fixed visual intro + vertical active card */
.mf-slider-section {
  background: #f3f8fa !important;
}
.mf-slider-layout {
  grid-template-columns: minmax(320px, .9fr) minmax(430px, 1.1fr);
  align-items: center;
}
.mf-slider-intro {
    position: sticky;
    top: 118px;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(38px, 5vw, 62px);
    border-radius: calc(var(--mf-radius) + 10px);
    background-image: linear-gradient(263deg, rgb(24 35 42 / 0%), rgb(24 35 42 / 0%) 52%, rgb(57 154 188 / 59%)), var(--mf-slider-bg-image);
    background-size: contain;
    background-position: center;
    box-shadow: var(--mf-shadow);
    border: 1px solid rgba(255,255,255,.30);
}

.mf-slider-intro::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(var(--mf-accent-rgb), .32);
  filter: blur(8px);
  z-index: -1;
}
.mf-slider-intro .mf-eyebrow,
.mf-slider-intro .mf-eyebrow::before {
  color: #fff;
}
.mf-slider-intro .mf-eyebrow::before {
  background: #fff;
}
.mf-slider-intro h2 {
  color: #fff;
  max-width: 620px;
}
.mf-slider-intro p {
  color: rgba(255,255,255,.82) !important;
  max-width: 520px;
}
.mf-feature-slider--vertical {
  position: relative;
  display: block;
  height: 640px;
  overflow: hidden;
  padding: 0 44px 0 0;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
}
.mf-feature-slider--vertical .mf-feature-slide {
  position: absolute;
  left: 0;
  right: 44px;
  top: 50%;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: .12;
  filter: blur(5px);
  pointer-events: none;
  transform: translateY(calc(-50% + var(--mf-offset-y, 0px))) scale(var(--mf-scale, .92));
  transform-origin: center;
  will-change: transform, opacity, filter;
}
.mf-feature-slider--vertical .mf-feature-slide.is-near {
  opacity: .34;
  filter: blur(2.5px);
}
.mf-feature-slider--vertical .mf-feature-slide.is-active {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
}
.mf-feature-slider--vertical .mf-slider-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  margin: 0;
}
.mf-feature-slider--vertical .mf-slider-dots button {
  width: 7px;
  height: 34px;
}

/* Technology wheel: title full-width, centered wheel, single info card */
.mf-tech-section {
  background: #eef6f9 !important;
}
.mf-section-head--wide {
  max-width: 1120px;
  margin-bottom: clamp(42px, 5vw, 74px);
}
.mf-section-head--wide h2 {
  max-width: 1080px;
}
.mf-section-head--wide p {
  max-width: 860px;
}
.mf-tech-layout {
  display: grid;
  grid-template-columns: minmax(360px, 560px) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
}
.mf-tech-layout .mf-tech-wheel {
  --node-size: 92px;
  --wheel-radius: clamp(142px, 15vw, 198px);
  width: min(560px, 92vw);
  margin: 0 auto;
}
.mf-tech-layout .mf-tech-wheel__ring {
  inset: 11%;
}
.mf-tech-layout .mf-tech-wheel__center {
  inset: 35%;
  z-index: 2;
  overflow: hidden;
}
.mf-tech-wheel__center span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.mf-tech-wheel__center img {
  width: 62%;
  height: 62%;
  object-fit: contain;
  margin-top: -7px;
  filter: brightness(0) invert(1);
}
.mf-tech-layout .mf-tech-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--node-size);
  height: var(--node-size);
  margin-left: calc(var(--node-size) / -2);
  margin-top: calc(var(--node-size) / -2);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  --angle: calc(360deg / var(--count) * var(--i));
  transform: rotate(var(--angle)) translateX(var(--wheel-radius)) rotate(calc(-1 * var(--angle)));
  transform-origin: center center;
  transition: transform .32s ease, filter .32s ease, opacity .32s ease;
}
.mf-tech-layout .mf-tech-node span {
  width: var(--node-size);
  height: var(--node-size);
  font-size: 12px;
  overflow: hidden;
}
.mf-tech-node img {
  width: 48%;
  height: 48%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.mf-tech-node.is-active img {
  filter: brightness(0) invert(1);
}
.mf-tech-info-panel {
  min-height: 360px;
  display: grid;
  align-items: center;
}
.mf-tech-list--single {
  position: relative;
  min-height: 310px;
  margin-top: 0;
}
.mf-tech-list--single article {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  border-radius: calc(var(--mf-radius) + 8px);
  opacity: 0;
  transform: translateY(16px) scale(.985);
  pointer-events: none;
  box-shadow: none;
}
.mf-tech-list--single article.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  box-shadow: var(--mf-shadow);
}
.mf-tech-list--single .mf-tech-card-index {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mf-soft);
  color: var(--mf-accent);
  font-weight: 800;
  margin-bottom: 24px;
}
.mf-tech-list--single strong {
    font-size: clamp(14px, 3.5vw, 40px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin-bottom: 18px;
    color: #215a8a;
}
.mf-tech-list--single span:not(.mf-tech-card-index) {
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.7;
  max-width: 660px;
}

/* Phone modal */
.mf-modal-open,
.mf-modal-open body {
  overflow: hidden;
}
.mf-call-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.mf-call-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mf-call-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 22, .62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mf-call-modal__dialog {
  position: relative;
  width: min(560px, 100%);
  border-radius: calc(var(--mf-radius) + 8px);
  background: #fff;
  color: var(--mf-ink);
  padding: clamp(34px, 6vw, 58px);
  box-shadow: 0 30px 100px rgba(0,0,0,.30);
  transform: translateY(18px) scale(.98);
  transition: transform .22s ease;
}
.mf-call-modal.is-open .mf-call-modal__dialog {
  transform: translateY(0) scale(1);
}
.mf-call-modal__dialog h2 {
  margin: 0;
  font-size: clamp(22px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.05em;
}
.mf-call-modal__dialog p {
  color: var(--mf-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 18px 0 28px;
}
.mf-call-modal__phone {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--mf-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(17px, 2.5vw, 22px);
  box-shadow: 0 16px 38px rgba(var(--mf-accent-rgb), .30);
}
.mf-call-modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(57,154,188,.16);
  background: #f5fbfd;
  color: var(--mf-ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 900px) {
  .mf-slider-layout,
  .mf-tech-layout {
    grid-template-columns: 1fr;
  }
  .mf-slider-intro {
    position: relative;
    top: auto;
    min-height: 420px;
  }
  .mf-feature-slider--vertical {
    height: 560px;
    padding-right: 32px;
  }
  .mf-feature-slider--vertical .mf-feature-slide {
    right: 32px;
    min-height: 245px;
  }
  .mf-tech-info-panel {
    min-height: 300px;
  }
  .mf-tech-list--single {
    min-height: 280px;
  }
  .mf-tech-layout .mf-tech-wheel {
    --node-size: 78px;
    --wheel-radius: clamp(118px, 31vw, 176px);
    width: min(480px, 92vw);
  }
}

@media (max-width: 620px) {
  .mf-slider-intro {
    min-height: 360px;
    padding: 30px;
  }
  .mf-feature-slider--vertical {
    height: 475px;
    padding-right: 24px;
  }
  .mf-feature-slider--vertical .mf-feature-slide {
    right: 24px;
    min-height: 220px;
    padding: 26px;
  }
  .mf-feature-slider--vertical .mf-slider-dots button {
    height: 26px;
  }
  .mf-tech-layout .mf-tech-wheel {
    --node-size: 62px;
    --wheel-radius: min(122px, 34vw);
    width: min(350px, 92vw);
  }
  .mf-tech-list--single {
    min-height: 255px;
  }
  .mf-tech-list--single article {
    padding: 28px;
  }
  .mf-tech-list--single strong {
    font-size: 34px;
  }
}

/* Mix Fabrik refined theme - v3.5 service skeletons, galleries, socials, scroll top */
.mf-service-hero {
  position: relative;
  overflow: hidden;
}
.mf-service-hero::before {
  content: '';
  position: absolute;
  inset: auto -12% -42% auto;
  width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(var(--mf-accent-rgb), .12);
  filter: blur(8px);
}
.mf-service-hero-card {
  min-height: 420px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff, #edf8fb);
}
.mf-service-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.mf-service-intro-section {
  background: #fff !important;
}
.mf-service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}
.mf-service-highlights {
  display: grid;
  gap: 16px;
}
.mf-service-highlights article {
  position: relative;
  padding: 26px 28px 26px 86px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(57,154,188,.12);
  box-shadow: 0 16px 42px rgba(23,38,48,.065);
}
.mf-service-highlights span,
.mf-service-capabilities-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mf-soft);
  color: var(--mf-accent);
  font-weight: 800;
  font-size: 13px;
}
.mf-service-highlights article > span {
  position: absolute;
  left: 26px;
  top: 26px;
}
.mf-service-highlights strong {
  display: block;
  color: var(--mf-ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.mf-service-highlights p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}
.mf-service-capabilities-section {
  background: var(--mf-bg) !important;
}
.mf-service-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mf-service-capabilities-grid article {
  position: relative;
  min-height: 280px;
  padding: 30px;
  border-radius: var(--mf-radius);
  background: #fff;
  border: 1px solid rgba(57,154,188,.12);
  box-shadow: 0 16px 44px rgba(23,38,48,.065);
  overflow: hidden;
}
.mf-service-capabilities-grid article::after {
  content: '';
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(var(--mf-accent-rgb), .11);
}
.mf-service-capabilities-grid article > * {
  position: relative;
  z-index: 1;
}
.mf-service-capabilities-grid h3 {
  margin-top: 24px;
}
.mf-photo-grid-section {
  background: #fff !important;
}
.mf-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 24px);
}
.mf-photo-tile {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 28px;
  overflow: hidden;
  background: #eef7fa;
  border: 1px solid rgba(57,154,188,.13);
  box-shadow: 0 16px 42px rgba(23,38,48,.07);
  transform: translateZ(0) scale(1);
  transition: transform .68s cubic-bezier(.2,.78,.2,1), box-shadow .68s ease, filter .68s ease;
}
.mf-photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .68s cubic-bezier(.2,.78,.2,1), filter .68s ease;
}
.mf-photo-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(15,22,28,.66));
  opacity: .86;
}
.mf-photo-tile figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
}
.mf-photo-tile strong,
.mf-photo-tile span {
  display: block;
}
.mf-photo-tile strong {
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.mf-photo-tile span {
  margin-top: 5px;
  color: rgba(255,255,255,.80);
  font-size: 13px;
  line-height: 1.35;
}
.mf-photo-tile.is-random-active {
  z-index: 3;
  transform: translateZ(0) scale(1.055);
  box-shadow: 0 28px 80px rgba(23,38,48,.18);
}
.mf-photo-tile.is-random-active img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
}
.mf-service-workflow-section {
  background: var(--mf-bg) !important;
}
.mf-service-bottom-cta {
  background: var(--mf-dark) !important;
}

/* Footer socials */
.mf-footer__inner {
  gap: 22px;
}
.mf-footer__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mf-footer-phone {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.015em;
}
.mf-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mf-social-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  transition: transform .22s ease, background .22s ease;
}
.mf-social-link:hover {
  transform: translateY(-2px);
  background: var(--mf-accent);
}
.mf-social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

/* Scroll top */
.mf-scroll-top {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  z-index: 70;
  display: grid;
  place-items: center;
  gap: 1px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--mf-accent);
  color: #fff;
  box-shadow: 0 16px 44px rgba(var(--mf-accent-rgb), .32);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.92);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.mf-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.mf-scroll-top span {
  font-size: 20px;
  line-height: 1;
}
.mf-scroll-top strong {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 900px) {
  .mf-service-intro-grid,
  .mf-service-capabilities-grid {
    grid-template-columns: 1fr;
  }
  .mf-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mf-footer__actions {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .mf-service-hero-card,
  .mf-service-hero-card img {
    min-height: 280px;
  }
  .mf-service-highlights article {
    padding: 24px;
  }
  .mf-service-highlights article > span {
    position: static;
    margin-bottom: 18px;
  }
  .mf-photo-grid {
    gap: 12px;
  }
  .mf-photo-tile {
    border-radius: 20px;
  }
  .mf-photo-tile figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .mf-photo-tile span {
    display: none;
  }
  .mf-scroll-top {
    width: 52px;
    height: 52px;
  }
}
