
.mfd-page {
  --mfd-black: #05070D;
  --mfd-black-2: #0A0E18;
  --mfd-blue-deep: #081642;
  --mfd-blue-deep-2: #0E2159;
  --mfd-blue: #2F6FFF;
  --mfd-blue-bright: #6FA0FF;
  --mfd-blue-soft: #A9C4FF;
  --mfd-white: #FFFFFF;
  --mfd-text: rgba(255,255,255,0.72);
  --mfd-text-soft: rgba(255,255,255,0.55);
  --mfd-line: rgba(111,160,255,0.22);
  --mfd-gap: 30px;
  --mfd-radius: 16px;
  --mfd-font-display: 'Space Grotesk','Segoe UI',sans-serif;
  --mfd-font-body: 'Inter','Segoe UI',sans-serif;
  --mfd-font-mono: 'IBM Plex Mono',monospace;

  font-family: var(--mfd-font-body);
  color: var(--mfd-text);
  overflow-x: hidden;
  background: var(--mfd-black);
  display: block;
}
.mfd-page * { box-sizing: border-box; }

.mfd-section { padding: 30px 0; position: relative; }


.mfd-bg-black { background: radial-gradient(120% 140% at 15% 0%, #0B1330 0%, var(--mfd-black) 55%); }
.mfd-bg-blue  { background: radial-gradient(120% 140% at 85% 0%, var(--mfd-blue-deep-2) 0%, var(--mfd-blue-deep) 60%); }

.mfd-page h1, .mfd-page h2, .mfd-page h3 {
  font-family: var(--mfd-font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: var(--mfd-white);
}
.mfd-page p { line-height: 1.75; color: #fff; margin: 0 0 16px; }
.mfd-page a { color: #fff; text-decoration: none; }

/* Blue gradient heading treatment */
.mfd-grad-heading {
  background: linear-gradient(100deg, var(--mfd-white) 10%, var(--mfd-blue-bright) 45%, var(--mfd-blue-soft) 70%, var(--mfd-white) 92%);
  background-size: 250% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: mfdShine 7s linear infinite;
}
@keyframes mfdShine { to { background-position: -250% center; } }

.mfd-eyebrow {
  display: inline-block;
  font-family: var(--mfd-font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mfd-blue-bright);
  background: rgba(111,160,255,0.10);
  border: 1px solid var(--mfd-line);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.btn-modal-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 34px;
  background: linear-gradient(135deg, var(--mfd-blue), #1740A8);
  color: var(--mfd-white);
  font-family: var(--mfd-font-display); font-weight: 600; font-size: 16px;
  border-radius: 10px; border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 14px 32px rgba(47,111,255,0.35);
}
.btn-modal-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(47,111,255,0.5); color: var(--mfd-white); }
.btn-modal-cta:focus-visible { outline: 2px solid var(--mfd-white); outline-offset: 3px; }

/* ---------------- Premium bordered icon badges ---------------- */
.mfd-icon-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px;
  border: 1.5px solid var(--mfd-line);
  border-radius: 14px;
  color: var(--mfd-blue-bright);
  background: rgba(111,160,255,0.06);
  font-family: var(--mfd-font-mono); font-weight: 700; font-size: 14px;
  margin-bottom: 18px;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}
.mfd-icon-badge svg { width: 24px; height: 24px; transition: transform .3s ease; color: #1b5ef7; }
.mfd-icon-badge--lg { width: 62px; height: 62px; border-radius: 16px; }
.mfd-icon-badge--lg svg { width: 28px; height: 28px; }

.mfd-flip:hover .mfd-icon-badge,
.mfd-features__item:hover .mfd-icon-badge,
.mfd-timeline__card:hover .mfd-icon-badge {
  background: var(--mfd-blue);
  color: var(--mfd-white);
  border-color: var(--mfd-blue);
  transform: translateY(-3px) rotate(-4deg);
}

/* ---------------- Reusable flip card ---------------- */
.mfd-flip { perspective: 1400px; height: 240px; margin-bottom: 24px; }
.mfd-flip--tall { height: 260px; }
.mfd-flip__inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.mfd-flip:hover .mfd-flip__inner { transform: rotateY(180deg); }
.mfd-flip__face {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  border-radius: var(--mfd-radius);
  border: 1px solid var(--mfd-line);
  padding: 30px 26px;
  display: flex; flex-direction: column; justify-content: center;
  background: rgba(255,255,255,0.03);
}
.mfd-flip__front { background: #fff; }
.mfd-flip__back {
  transform: rotateY(180deg);
  background: linear-gradient(150deg, rgba(47,111,255,0.22), rgba(8,22,66,0.6));
}

.mfd-flip__face h3 { font-size: 19px; margin-bottom: 0; }
.mfd-flip__face p { font-size: 14.5px; margin-bottom: 0; color: rgba(255,255,255,0.85); }
.flip-head{color: #1b5ef7!important;}
/* ---------------- HERO ---------------- */
.mfd-hero { overflow: hidden; }
.mfd-hero__bg { position: absolute; inset: 0; z-index: 0; }
.mfd-hero__glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .55; }
.mfd-hero__glow--1 { width: 460px; height: 460px; background: var(--mfd-blue); top: -140px; right: -100px; animation: mfdFloat 9s ease-in-out infinite; }
.mfd-hero__glow--2 { width: 340px; height: 340px; background: #123a9c; bottom: -110px; left: -70px; animation: mfdFloat 11s ease-in-out infinite reverse; }
@keyframes mfdFloat { 0%,100% { transform: translateY(0);} 50% { transform: translateY(30px);} }

.mfd-hero__eyebrow {
  display: inline-block; font-family: var(--mfd-font-mono); font-size: 12px; letter-spacing: .12em;
  color: var(--mfd-blue-bright); border: 1px solid var(--mfd-line); padding: 6px 14px; border-radius: 999px;
  margin-bottom: 22px; position: relative; z-index: 1;
}
.mfd-hero__title {
    position: relative;
    z-index: 1;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.08;
    font-weight: 800;
    display: inline-block;

    background: linear-gradient(100deg, #0b3fae 0%, #2563eb 45%, #06b6d4 100%);
    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;
}
.mfd-hero__lead { position: relative; z-index: 1; color: rgba(255,255,255,0.78); font-size: 18px; max-width: 620px; }
.mfd-hero__sub { position: relative; z-index: 1; color: rgba(255,255,255,0.5); font-size: 15px; max-width: 620px; margin-top: 26px; }
.mfd-hero__cta { position: relative; z-index: 1; margin: 6px 0 4px; }

/* Premium dashboard mockup (right side) */
.mfd-dash {
  position: relative; z-index: 1;
  background: linear-gradient(165deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015));
  border: 1px solid var(--mfd-line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
}
.mfd-dash__topbar {
  display: flex; align-items: center; gap: 7px;
  padding: 14px 18px; border-bottom: 1px solid var(--mfd-line);
  background: rgba(255,255,255,0.03);
}
.mfd-dash__topbar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.mfd-dash__topbar span:nth-child(1) { background: #FF5F57; }
.mfd-dash__topbar span:nth-child(2) { background: #FEBC2E; }
.mfd-dash__topbar span:nth-child(3) { background: #28C840; }
.mfd-dash__topbar em { margin-left: auto; font-style: normal; font-family: var(--mfd-font-mono); font-size: 11px; color: rgba(255,255,255,0.4); }
.mfd-dash__body { padding: 22px; }
.mfd-dash__stats { display: flex; gap: 14px; margin-bottom: 22px; }
.mfd-dash__stat { flex: 1; border: 1px solid var(--mfd-line); border-radius: 12px; padding: 14px; background: rgba(111,160,255,0.06); }
.mfd-dash__stat small { display: block; font-size: 11px; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.mfd-dash__stat strong { font-family: var(--mfd-font-display); font-size: 24px; color: var(--mfd-white); }
.mfd-dash__stat strong span { font-size: 13px; color: rgba(255,255,255,0.5); }
.mfd-dash__trend { display: block; font-size: 11px; color: #5BE39B; margin-top: 6px; font-style: normal; }
.mfd-dash__chart { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-bottom: 22px; }
.mfd-dash__chart span {
  flex: 1; height: var(--h); border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--mfd-blue-bright), var(--mfd-blue));
  animation: mfdBar 2.4s ease-in-out infinite alternate;
}
.mfd-dash__chart span:nth-child(2) { animation-delay: .15s; }
.mfd-dash__chart span:nth-child(3) { animation-delay: .3s; }
.mfd-dash__chart span:nth-child(4) { animation-delay: .45s; }
.mfd-dash__chart span:nth-child(5) { animation-delay: .6s; }
.mfd-dash__chart span:nth-child(6) { animation-delay: .75s; }
.mfd-dash__chart span:nth-child(7) { animation-delay: .9s; }
@keyframes mfdBar { from { opacity: .55; } to { opacity: 1; } }
.mfd-dash__rows { display: flex; flex-direction: column; gap: 10px; }
.mfd-dash__row {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,0.7);
  border-top: 1px solid var(--mfd-line); padding-top: 10px;
}
.mfd-dash__row em { margin-left: auto; font-style: normal; color: var(--mfd-blue-bright); font-family: var(--mfd-font-mono); }
.mfd-dash__dot { width: 8px; height: 8px; border-radius: 50%; background: #5BE39B; box-shadow: 0 0 0 0 rgba(91,227,155,0.6); animation: mfdPulse 2.2s ease-out infinite; }
@keyframes mfdPulse { 0% { box-shadow: 0 0 0 0 rgba(91,227,155,.5);} 70% { box-shadow: 0 0 0 10px rgba(91,227,155,0);} 100% { box-shadow: 0 0 0 0 rgba(91,227,155,0);} }

/* ---------------- WHY / generic intro text ---------------- */
.wad-trust{
  background:#f5f7fb;
  padding-top:30px;
  padding-bottom:30px;
}
.wad-trust__head{ max-width:820px; margin:0 auto 34px; text-align:center; }
.wad-trust__intro{ color:#3c4a63; }
.wad-trust__card{
  background:#ffffff;
  border-radius:18px;
  padding:28px 24px;
  height:100%;
  box-shadow:0 10px 26px rgba(15,35,75,0.06);
  border:1px solid #e7ecf5;
  transition:transform .3s ease, box-shadow .3s ease;
}
.wad-trust__card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(15,35,75,0.12);
}
.wad-trust__card-title{ font-size:1.05rem; font-weight:700; color:#0b1f3a; margin:14px 0 10px; }
.wad-trust__card p{ color:#51617d; font-size:0.95rem; margin:0; }
.wad-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:14px;
  transition:transform .35s ease;
}
.wad-trust__card:hover .wad-icon{ transform:rotate(-8deg) scale(1.08); }
.wad-icon--blue{ background:rgba(37,99,235,0.12); color:#2563eb; }
.wad-icon--cyan{ background:rgba(6,182,212,0.12); color:#0891b2; }
.wad-icon--purple{ background:rgba(124,58,237,0.12); color:#7c3aed; }
.wad-heading {
    font-size: 2.1rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    background: linear-gradient(100deg, #0b3fae 0%, #2563eb 45%, #06b6d4 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
}
.wad-trust__intro {
    color: #3c4a63!important;
}
.wad-trust__card-title {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #0b1f3a !important;
    margin: 14px 0 10px !important;
}

/* ---------------- SERVICES grid ---------------- */
.mfd-services__grid { margin-top: 34px; }

/* ---------------- BENEFITS ---------------- */
.wad-outcomes{
  background:#0a1330;
  padding-top:30px;
  padding-bottom:30px;
  color:#dbe6fa;
}
.wad-outcomes__intro{ color:#9fb0d3; max-width:760px; }
.wad-outcomes__grid{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
}
.wad-outcomes__card{
  flex:1 1 230px;
  max-width:290px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(96,165,250,0.18);
  border-radius:14px;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  transition:transform .3s ease, background .3s ease;
}
.wad-outcomes__card:hover{ transform:translateY(-4px); background:rgba(6,182,212,0.08); }
.wad-outcomes__mark{
  font-weight:800;
  font-size:0.95rem;
  line-height:1.3;
  color:#ffffff;
  background:linear-gradient(120deg,#2563eb,#06b6d4);
  border-radius:8px;
  padding:8px 12px;
  margin:0;
  display:inline-block;
  width:auto;
}
.wad-outcomes__card p{ font-size:0.88rem; color:#c6d3ef; margin:0; }

/* ---------------- INDUSTRIES — single-line scroll tabs ---------------- */
.mfd-industries__scroller {
  margin-top: 32px; overflow-x: auto; padding-bottom: 6px;
  scrollbar-width: none; /* Firefox: hide native scrollbar */
}
.mfd-industries__scroller::-webkit-scrollbar { display: none; } /* Chrome/Safari: hide native scrollbar */
.mfd-industries__tablist { display: flex; gap: 10px; width: max-content; padding: 4px 2px; }

@keyframes mfdScrollGlow { to { background-position: -200% 0; } }

/* Extra visual progress rail beneath the tabs, in sync with scroll */
.mfd-industries__rail {
  position: relative; height: 4px; margin-top: 10px;
  background: rgba(255,255,255,0.08); border-radius: 999px; overflow: hidden;
}
.mfd-industries__rail-fill {
  position: absolute; top: 0; left: 0; height: 100%; width: 18%;
  background: linear-gradient(90deg, var(--mfd-blue), var(--mfd-blue-bright));
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(111,160,255,0.7);
  transition: transform .15s linear, width .15s linear;
}
.mfd-industries__tab {
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--mfd-line);
  color: var(--mfd-text);
  font-size: 13.5px; font-weight: 600;
  padding: 10px 18px; border-radius: 999px; cursor: pointer;
  transition: all .25s ease;
}
.mfd-industries__tabicon { width: 18px; height: 18px; display: inline-flex; color: var(--mfd-blue-bright); }
.mfd-industries__tabicon svg { width: 100%; height: 100%; }
.mfd-industries__tab:hover { border-color: var(--mfd-blue); color: var(--mfd-white); }
.mfd-industries__tab.is-active { background: var(--mfd-blue); border-color: var(--mfd-blue); color: var(--mfd-white); }
.mfd-industries__tab.is-active .mfd-industries__tabicon { color: var(--mfd-white); }

.mfd-industries__panels { margin-top: 30px; max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.mfd-industries__panel { display: none; }
.mfd-industries__panel.is-active { display: block; animation: mfdFadeIn .4s ease; }
@keyframes mfdFadeIn { from { opacity: 0; transform: translateY(10px);} to { opacity: 1; transform: translateY(0);} }
.mfd-industries__panel h3 { font-size: 22px; }
.mfd-industries__panel h3 a { color: var(--mfd-white); border-bottom: 2px solid var(--mfd-blue-bright); }
.mfd-industries__panel h3 a:hover { color: var(--mfd-blue-bright); text-decoration: none; }
.mfd-industries__panel p { font-size: 15.5px; }

/* ---------------- PROCESS — animated vertical timeline ---------------- */
.wad-process{
  background:#f5f7fb;
  padding-top:30px;
  padding-bottom:30px;
}
.wad-process{ text-align:center; }
.wad-process__intro{ color:#4a5772; max-width:700px; margin:0 auto; }
.wad-process__timeline{
  position:relative;
  margin:40px auto 0;
  max-width:860px;
  padding-left:0;
  border-left:none;
}
.wad-process__timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  background:rgba(37,99,235,0.25);
}
.wad-process__step{
  position:relative;
  width:50%;
  padding-bottom:48px;
  text-align:left;
}
.wad-process__step:last-child{ padding-bottom:0; }
.wad-process__step:nth-child(odd){
  left:0;
  padding-right:52px;
  text-align:right;
}
.wad-process__step:nth-child(even){
  left:50%;
  padding-left:52px;
  text-align:left;
}
.wad-process__dot{
  position:absolute;
  top:0;
  margin:0;
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0.74rem;
  font-weight:800;
  color:#ffffff;
  background:linear-gradient(120deg,#2563eb,#06b6d4);
  box-shadow:0 0 0 6px #f5f7fb;
  z-index:1;
}
.wad-process__step:nth-child(odd) .wad-process__dot{ right:-17px; }
.wad-process__step:nth-child(even) .wad-process__dot{ left:-17px; }
.wad-process__step h3{ font-size:1.02rem; font-weight:700; color:#0f2140; margin-bottom:4px; }
.wad-process__step p{ color:#4f5e7a; font-size:0.92rem; margin:0; max-width:100%; }
@media (max-width:767px){
  .wad-process__timeline::before{ left:17px; }
  .wad-process__step,
  .wad-process__step:nth-child(odd),
  .wad-process__step:nth-child(even){
    width:100%;
    left:0;
    text-align:left;
    padding-left:46px;
    padding-right:0;
  }
  .wad-process__step:nth-child(odd) .wad-process__dot,
  .wad-process__step:nth-child(even) .wad-process__dot{ left:0; right:auto; }
}
.wad-process__intro {
    color: #4a5772!important;
    max-width: 700px!important;
    margin: 0 auto!important;
}
/* ---------------- FEATURES bento ---------------- */
.wad-services{
  background:#0c0d12;
  padding-top:30px;
  padding-bottom:30px;
  color:#e7ecf7;
}
.wad-services__head{ max-width:820px; margin:0 auto 32px; text-align:center; }
.wad-services__head p{ color:#a7b2c9; }
.wad-services__accordion{ max-width:920px; margin:0 auto; }
.wad-services__item{
  border:1px solid rgba(96,165,250,0.18);
  border-radius:14px;
  margin-bottom:12px;
  overflow:hidden;
  background:rgba(255,255,255,0.03);
}
.wad-services__trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:none;
  border:none;
  cursor:pointer;
  padding:18px 22px;
  color:#eef3ff;
  font-weight:700;
  font-size:1.02rem;
  text-align:left;
}
.wad-services__trigger h3{ margin:0; font:inherit; color:inherit; }
.wad-services__chevron{ transition:transform .3s ease; color:#4fa2ff; flex-shrink:0; }
.wad-services__item.is-open .wad-services__chevron{ transform:rotate(180deg); }
.wad-services__panel{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease, padding .4s ease;
  padding:0 22px;
}
.wad-services__item.is-open .wad-services__panel{
  max-height:600px;
  padding:0 22px 20px;
}
.wad-services__panel p{ color:#b7c2da; font-size:0.94rem; margin-bottom:8px; }
.wad-services__panel strong{ color:#8fc7ff; }

/* ---------------- TRUST — centered ---------------- */
.mfd-trust__grid { margin-top: 30px; }
.mfd-trust .mfd-flip { height: 220px; }

/* ---------------- TECH STACK — centered, logo badges ---------------- */
.mfd-stack__tabs { margin-top: 34px; }
.mfd-stack__tabnav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; border-bottom: 1px solid var(--mfd-line); padding-bottom: 20px; }
.mfd-stack__tabbtn {
  background: rgba(255,255,255,0.03); border: 1px solid var(--mfd-line); color: var(--mfd-text);
  font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px; cursor: pointer;
  transition: all .2s ease;
}
.mfd-stack__tabbtn:hover { border-color: var(--mfd-blue); color: var(--mfd-white); }
.mfd-stack__tabbtn.is-active { background: var(--mfd-blue); border-color: var(--mfd-blue); color: var(--mfd-white); }
.mfd-stack__panel {
  display: none; flex-wrap: wrap; justify-content: center; gap: 14px;
  padding-top: 30px;
}
.mfd-stack__panel.is-active { display: flex; animation: mfdFadeIn .35s ease; }
.mfd-logo {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  width: 128px; padding: 18px 12px;
  border: 1px solid var(--mfd-line); border-radius: 14px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.mfd-logo:hover { transform: translateY(-4px); border-color: var(--mfd-blue); background: rgba(255,255,255,0.06); }
.mfd-logo img { width: 50px; height: 50px; object-fit: contain; }
.mfd-logo em { font-style: normal; font-size: 11.5px; text-align: center; color: #1b5ef7; line-height: 1.3; font-weight: 500;}

/* ---------------- COMPARE ---------------- */
.wad-models{
  background:#ffffff;
  padding-top:30px;
  padding-bottom:30px;
}
.wad-models__intro{ color:#4a5772; max-width:780px; }
.wad-models__table-wrap{
  margin-top:24px;
  border-radius:16px;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  box-shadow:0 10px 30px rgba(15,35,75,0.06);
}
.wad-models__table{ margin-bottom:0; min-width:760px; }
.wad-models__table thead th{
  background:linear-gradient(120deg,#2563eb,#06b6d4);
  color:#ffffff;
  border:none;
  padding:14px 16px;
  font-size:0.88rem;
}
.wad-models__table td{
  padding:14px 16px;
  font-size:0.86rem;
  color:#3c4a63;
  border-color:#eef1f7;
}
.wad-models__table td:first-child{ font-weight:700; color:#12213f; }
.wad-models__table tbody tr:hover td{ background:#f5f9ff; }
.wad-models__intro {
    color: #4a5772!important;
    max-width: 780px!important;
}
/* ---------------- CTA ---------------- */
.mfd-cta__bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(47,111,255,0.35), transparent 60%); }
.mfd-cta__btn { position: relative; z-index: 1; }
.mfd-cta__title, .mfd-cta__text { position: relative; z-index: 1; }

/* ---------------- FAQ ---------------- */
.mfd-faq__list { margin-top: 24px; text-align: left; }
.mfd-faq__item { border-bottom: 1px solid var(--mfd-line); }
.mfd-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: none; border: none; text-align: left; cursor: pointer; padding: 22px 0; }
.mfd-faq__q h3 { font-size: 16.5px; margin: 0; color: var(--mfd-white); }
.mfd-faq__arrow { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.mfd-faq__arrow::before, .mfd-faq__arrow::after { content: ""; position: absolute; background: var(--mfd-blue-bright); border-radius: 2px; transition: transform .25s ease; }
.mfd-faq__arrow::before { width: 18px; height: 2px; top: 8px; left: 0; }
.mfd-faq__arrow::after { width: 2px; height: 18px; top: 0; left: 8px; }
.mfd-faq__item.is-active .mfd-faq__arrow::after { transform: rotate(90deg); opacity: 0; }
.mfd-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.mfd-faq__item.is-active .mfd-faq__a { max-height: 400px; }
.mfd-faq__a p { padding-bottom: 22px; font-size: 15px; margin: 0; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 991px) {
  .mfd-section { padding: 66px 0; }
  .mfd-hero { padding-top: 96px; padding-bottom: 60px; }
  .mfd-dash { margin-top: 34px; }
  .mfd-features__bento { grid-template-columns: repeat(2,1fr); }
  .mfd-features__item--a,.mfd-features__item--b,.mfd-features__item--c,
  .mfd-features__item--d,.mfd-features__item--e,.mfd-features__item--f,.mfd-features__item--g { grid-column: span 1; }
  .mfd-timeline__step { width: 100%; left: 0 !important; text-align: left !important; padding-left: 44px; padding-right: 0; }
  .mfd-timeline__step::before { left: -7px !important; right: auto !important; }
  .mfd-timeline__line { left: 7px; }
}

@media (max-width: 575px) {
  .mfd-section { padding: 50px 0; }
  .mfd-hero { padding-top: 76px; padding-bottom: 46px; }
  .mfd-hero__title { font-size: 30px; }
  .btn-modal-cta { width: 100%; justify-content: center; padding: 15px 20px; font-size: 14.5px; }
  .mfd-flip, .mfd-flip--tall { height: 220px; }
  .mfd-features__bento { grid-template-columns: 1fr; }
  .mfd-compare__table th, .mfd-compare__table td { padding: 12px 14px; font-size: 13px; }
  .mfd-logo { width: 104px; padding: 14px 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .mfd-page * { animation: none !important; transition: none !important; }
}