.mdh {
  --mdh-ink: #07111f;
  --mdh-navy: #0b1630;
  --mdh-blue: #1d5cff;
  --mdh-cyan: #18d7e6;
  --mdh-violet: #7c4dff;
  --mdh-gold: #f4b942;
  --mdh-paper: #f5f7fb;
  --mdh-white: #ffffff;
  --mdh-muted: #667085;
  --mdh-line: rgba(10, 34, 68, 0.12);
  --mdh-shadow: 0 26px 80px rgba(16, 43, 83, 0.13);
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--mdh-ink);
  background: var(--mdh-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  isolation: isolate;
}
.mdh *, .mdh *::before, .mdh *::after { box-sizing: border-box; }
.mdh .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.admin-bar .mdh-nav { top: 32px; }
.mdh img { max-width: 100%; height: auto; }
.mdh a { color: inherit; text-decoration: none; }
.mdh button, .mdh input { font: inherit; }
.mdh svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mdh-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; }
.mdh-section { padding: 112px 0; position: relative; }
.mdh-skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 16px; background: #fff; border-radius: 10px; box-shadow: var(--mdh-shadow); }
.mdh-skip-link:focus { top: 16px; }
.mdh-ambient { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; z-index: -1; }
.mdh-ambient-one { width: 520px; height: 520px; top: -130px; right: -190px; background: radial-gradient(circle, rgba(24,215,230,.18), transparent 68%); }
.mdh-ambient-two { width: 680px; height: 680px; top: 650px; left: -360px; background: radial-gradient(circle, rgba(124,77,255,.12), transparent 70%); }
.mdh-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.mdh-reveal.is-visible { opacity: 1; transform: translateY(0); }

.mdh-nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(14,40,80,.08); }
.mdh-nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mdh-brand { display: inline-flex; align-items: center; gap: 13px; }
.mdh-brand-mark { width: 40px; height: 40px; position: relative; display: inline-grid; place-items: center; }
.mdh-brand-mark::before, .mdh-brand-mark::after, .mdh-brand-mark span { content: ""; position: absolute; border: 1.6px solid var(--mdh-blue); border-radius: 50%; }
.mdh-brand-mark::before { inset: 2px 8px; transform: rotate(22deg); }
.mdh-brand-mark::after { inset: 8px 2px; transform: rotate(-22deg); border-color: var(--mdh-violet); }
.mdh-brand-mark span:nth-child(1) { width: 8px; height: 8px; border: 0; background: var(--mdh-cyan); box-shadow: 0 0 18px rgba(24,215,230,.8); }
.mdh-brand-mark span:nth-child(2) { width: 4px; height: 4px; background: var(--mdh-blue); border: 0; top: 3px; right: 7px; }
.mdh-brand-mark span:nth-child(3) { width: 4px; height: 4px; background: var(--mdh-violet); border: 0; bottom: 5px; left: 5px; }
.mdh-brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.mdh-brand-copy strong { font-size: 1.02rem; letter-spacing: -.02em; }
.mdh-brand-copy small { margin-top: 5px; color: var(--mdh-muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.mdh-menu { display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 650; }
.mdh-menu > a:not(.mdh-nav-cta) { color: #344054; transition: color .2s ease; }
.mdh-menu > a:not(.mdh-nav-cta):hover { color: var(--mdh-blue); }
.mdh-nav-cta { padding: 11px 17px; border-radius: 999px; color: #fff !important; background: linear-gradient(135deg, var(--mdh-blue), var(--mdh-violet)); box-shadow: 0 10px 25px rgba(29,92,255,.22); }
.mdh-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--mdh-line); background: #fff; border-radius: 12px; padding: 10px; }
.mdh-menu-button > span:not(.screen-reader-text) { display: block; height: 2px; background: var(--mdh-ink); margin: 4px 0; }

.mdh-hero { min-height: 760px; display: grid; align-items: center; padding: 85px 0 90px; background: linear-gradient(180deg, #fbfdff 0%, #fff 85%); }
.mdh-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.mdh-kicker { display: flex; align-items: center; gap: 10px; color: var(--mdh-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mdh-kicker > span { width: 32px; height: 1px; background: currentColor; }
.mdh-hero h1, .mdh-section-heading h2, .mdh-audit-copy h2, .mdh-starcaster-copy h2, .mdh-final-cta h2 { margin: 18px 0 0; font-weight: 770; letter-spacing: -.055em; line-height: .98; color: var(--mdh-ink); }
.mdh-hero h1 { font-size: clamp(3.8rem, 6vw, 5.8rem); max-width: 760px; }
.mdh-hero h1 em { display: block; font-size: .72em; white-space: nowrap; font-style: normal; background: linear-gradient(100deg, var(--mdh-blue), var(--mdh-violet) 55%, var(--mdh-cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mdh-hero-lede { margin: 28px 0 0; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 720; letter-spacing: -.03em; color: #182744; }
.mdh-hero-body { max-width: 650px; margin: 17px 0 0; color: var(--mdh-muted); font-size: 1.05rem; }
.mdh-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 31px; }
.mdh-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 13px; font-weight: 760; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mdh-button:hover { transform: translateY(-2px); }
.mdh-button-primary { color: #fff !important; background: linear-gradient(135deg, var(--mdh-blue), #4b3ee8); box-shadow: 0 16px 32px rgba(29,92,255,.23); }
.mdh-button-primary:hover { box-shadow: 0 20px 42px rgba(29,92,255,.3); }
.mdh-button-ghost { color: var(--mdh-ink); border: 1px solid var(--mdh-line); background: rgba(255,255,255,.8); }
.mdh-proof-row { margin-top: 27px; display: flex; gap: 19px; flex-wrap: wrap; color: #344054; font-size: .8rem; font-weight: 700; }
.mdh-proof-row span { display: inline-flex; align-items: center; gap: 6px; }
.mdh-proof-row svg { color: var(--mdh-cyan); }

.mdh-gravity-stage { aspect-ratio: 1/1; position: relative; display: grid; place-items: center; border-radius: 42px; background:
  linear-gradient(180deg, rgba(255,255,255,.82), rgba(243,247,255,.7)),
  radial-gradient(circle at center, rgba(29,92,255,.15), transparent 55%);
  border: 1px solid rgba(24,50,89,.08); box-shadow: var(--mdh-shadow); overflow: hidden;
}
.mdh-gravity-stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,45,85,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(22,45,85,.045) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.mdh-stage-label { position: absolute; top: 24px; left: 26px; font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; color: #718096; }
.mdh-core { width: 162px; height: 162px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 35% 25%, #6f8fff 0, #1d5cff 40%, #23145f 100%); box-shadow: 0 0 0 18px rgba(29,92,255,.07), 0 28px 60px rgba(29,92,255,.38); z-index: 3; }
.mdh-core strong { font-size: 1.7rem; letter-spacing: -.04em; }
.mdh-core span { font-size: .66rem; text-transform: uppercase; letter-spacing: .17em; opacity: .78; }
.mdh-core-glow { position: absolute; width: 175px; height: 175px; border-radius: 50%; border: 1px solid rgba(24,215,230,.6); animation: mdhPulse 2.8s ease-in-out infinite; }
.mdh-orbit { position: absolute; border: 1px solid rgba(29,92,255,.18); border-radius: 50%; animation: mdhRotate 18s linear infinite; }
.mdh-orbit span { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); min-width: 58px; padding: 5px 10px; text-align: center; font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; border-radius: 999px; color: var(--mdh-blue); background: #fff; border: 1px solid rgba(29,92,255,.16); box-shadow: 0 8px 20px rgba(29,92,255,.12); }
.mdh-orbit-one { width: 250px; height: 250px; }
.mdh-orbit-two { width: 350px; height: 350px; animation-duration: 24s; animation-direction: reverse; border-color: rgba(124,77,255,.19); }
.mdh-orbit-two span { color: var(--mdh-violet); border-color: rgba(124,77,255,.2); }
.mdh-orbit-three { width: 450px; height: 450px; animation-duration: 30s; border-color: rgba(24,215,230,.2); }
.mdh-orbit-three span { color: #068b99; border-color: rgba(24,215,230,.25); }
.mdh-signal { position: absolute; min-width: 148px; padding: 12px 15px; background: rgba(255,255,255,.9); border: 1px solid rgba(18,45,87,.09); border-radius: 13px; box-shadow: 0 16px 32px rgba(25,48,85,.12); display: flex; flex-direction: column; z-index: 5; }
.mdh-signal strong { font-size: .77rem; color: var(--mdh-blue); }
.mdh-signal span { font-size: .64rem; color: var(--mdh-muted); }
.mdh-signal-a { top: 25%; left: 6%; }
.mdh-signal-b { top: 16%; right: 6%; }
.mdh-signal-c { bottom: 11%; right: 11%; }
@keyframes mdhRotate { to { transform: rotate(360deg); } }
@keyframes mdhPulse { 50% { transform: scale(1.09); opacity: .35; } }

.mdh-marquee { overflow: hidden; border-top: 1px solid var(--mdh-line); border-bottom: 1px solid var(--mdh-line); background: #fff; }
.mdh-marquee-track { width: max-content; display: flex; align-items: center; gap: 22px; padding: 16px 0; animation: mdhMarquee 34s linear infinite; color: #536078; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mdh-marquee-track i { width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(135deg, var(--mdh-cyan), var(--mdh-violet)); }
@keyframes mdhMarquee { to { transform: translateX(-50%); } }

.mdh-two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.mdh-section-heading h2, .mdh-audit-copy h2, .mdh-starcaster-copy h2, .mdh-final-cta h2 { font-size: clamp(2.65rem, 5vw, 4.7rem); }
.mdh-intro-copy p { margin: 0 0 21px; color: var(--mdh-muted); font-size: 1.06rem; }
.mdh-intro-copy p strong { color: var(--mdh-ink); }
.mdh-process { margin-top: 65px; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border: 1px solid var(--mdh-line); border-radius: 22px; box-shadow: 0 22px 60px rgba(18,45,87,.08); overflow: hidden; }
.mdh-process > div { min-height: 155px; padding: 25px 22px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; border-right: 1px solid var(--mdh-line); }
.mdh-process > div:last-child { border-right: 0; }
.mdh-process b { position: absolute; top: 20px; right: 20px; color: rgba(29,92,255,.3); font-size: .72rem; }
.mdh-process strong { font-size: 1.12rem; letter-spacing: -.02em; }
.mdh-process span { color: var(--mdh-muted); font-size: .77rem; }
.mdh-process > div::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--mdh-blue), var(--mdh-cyan)); transition: right .35s ease; }
.mdh-process > div:hover::after { right: 0; }

.mdh-services { background: var(--mdh-paper); }
.mdh-section-heading-wide { display: flex; justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 54px; }
.mdh-section-heading-wide > div { max-width: 780px; }
.mdh-section-heading-wide > p { max-width: 330px; margin: 0 0 6px; color: var(--mdh-muted); font-size: .95rem; }
.mdh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mdh-service-card { min-height: 430px; padding: 29px; background: #fff; border: 1px solid rgba(14,38,74,.08); border-radius: 22px; box-shadow: 0 16px 50px rgba(24,45,76,.05); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.mdh-service-card:hover { transform: translateY(-7px); box-shadow: 0 28px 65px rgba(24,45,76,.11); border-color: rgba(29,92,255,.18); }
.mdh-card-top { display: flex; justify-content: space-between; align-items: center; }
.mdh-service-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: var(--mdh-blue); background: linear-gradient(135deg, rgba(29,92,255,.09), rgba(24,215,230,.12)); }
.mdh-service-icon svg { width: 24px; height: 24px; }
.mdh-card-top small { color: #98a2b3; font-weight: 800; }
.mdh-service-card h3 { margin: 30px 0 12px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.mdh-service-card > p { margin: 0; color: var(--mdh-muted); font-size: .92rem; }
.mdh-service-card ul { list-style: none; padding: 0; margin: auto 0 0; display: grid; gap: 9px; }
.mdh-service-card li { display: flex; align-items: center; gap: 8px; color: #344054; font-size: .79rem; font-weight: 650; }
.mdh-service-card li svg { width: 15px; color: var(--mdh-cyan); }

.mdh-audit { padding-top: 80px; padding-bottom: 80px; background: var(--mdh-paper); }
.mdh-audit-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; padding: 56px 64px; border-radius: 32px; color: #fff; background:
  radial-gradient(circle at 15% 20%, rgba(24,215,230,.28), transparent 28%),
  radial-gradient(circle at 85% 15%, rgba(124,77,255,.34), transparent 32%),
  linear-gradient(135deg, #071428, #102b5d 60%, #111945);
  box-shadow: 0 36px 90px rgba(7,20,40,.28); overflow: hidden;
}
.mdh-score-card { min-height: 350px; display: grid; place-items: center; position: relative; }
.mdh-score-card::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.03), 0 0 0 60px rgba(255,255,255,.02); }
.mdh-score-ring { width: 205px; height: 205px; border-radius: 50%; display: grid; place-items: center; align-content: center; background: conic-gradient(var(--mdh-cyan) 0 82%, rgba(255,255,255,.12) 82% 100%); position: relative; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.mdh-score-ring::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: #0c1c39; }
.mdh-score-ring strong, .mdh-score-ring span { position: relative; z-index: 2; }
.mdh-score-ring strong { font-size: 3.5rem; line-height: .9; }
.mdh-score-ring span { margin-top: 9px; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; opacity: .7; }
.mdh-score-lines { position: absolute; right: 0; bottom: 18px; display: grid; gap: 7px; width: 120px; }
.mdh-score-lines span { display: block; height: 4px; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, var(--mdh-cyan), rgba(255,255,255,.18)); }
.mdh-kicker-light { color: #86edf4; }
.mdh-audit-copy h2, .mdh-final-cta h2 { color: #fff; }
.mdh-audit-copy p { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 1rem; }
.mdh-audit-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; }
.mdh-audit-list span { padding: 8px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); font-size: .72rem; }
.mdh-button-light { color: #0a1730 !important; background: #fff; box-shadow: 0 18px 38px rgba(0,0,0,.2); }

.mdh-starcaster-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.mdh-starcaster-copy p { margin: 22px 0 0; color: var(--mdh-muted); }
.mdh-feature-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 14px; }
.mdh-feature-list li { display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: start; color: #48556c; font-size: .9rem; }
.mdh-feature-list svg { color: var(--mdh-cyan); margin-top: 3px; }
.mdh-feature-list strong { color: var(--mdh-ink); }
.mdh-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mdh-blue) !important; font-weight: 800; font-size: .86rem; }
.mdh-text-link svg { transition: transform .2s ease; }
.mdh-text-link:hover svg { transform: translateX(4px); }
.mdh-dashboard { border-radius: 24px; overflow: hidden; background: #0c1730; color: #fff; box-shadow: 0 38px 80px rgba(10,30,65,.28); transform: perspective(1300px) rotateY(-4deg) rotateX(2deg); }
.mdh-dashboard-top { min-height: 49px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .68rem; color: rgba(255,255,255,.68); }
.mdh-dashboard-top span { width: 7px; height: 7px; border-radius: 50%; background: #ff6b6b; }
.mdh-dashboard-top span:nth-child(2) { background: #ffd166; }
.mdh-dashboard-top span:nth-child(3) { background: #06d6a0; margin-right: 8px; }
.mdh-dashboard-body { min-height: 460px; display: grid; grid-template-columns: 62px 1fr; }
.mdh-dashboard-sidebar { border-right: 1px solid rgba(255,255,255,.07); padding: 22px 16px; display: grid; align-content: start; gap: 18px; }
.mdh-dashboard-sidebar i { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.07); }
.mdh-dashboard-sidebar i:first-child { background: linear-gradient(135deg, var(--mdh-blue), var(--mdh-violet)); }
.mdh-dashboard-main { padding: 25px; }
.mdh-metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.mdh-metric-row > div { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.06); display: flex; flex-direction: column; }
.mdh-metric-row span { color: rgba(255,255,255,.55); font-size: .61rem; }
.mdh-metric-row strong { margin-top: 6px; font-size: 1.15rem; }
.mdh-chart { height: 205px; margin: 16px 0; border-radius: 14px; background: linear-gradient(180deg, rgba(29,92,255,.08), transparent), repeating-linear-gradient(to bottom, transparent 0 40px, rgba(255,255,255,.05) 41px 42px); border: 1px solid rgba(255,255,255,.06); padding: 20px; }
.mdh-chart-bars { height: 100%; display: flex; align-items: end; gap: 10px; }
.mdh-chart-bars i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, var(--mdh-cyan), var(--mdh-blue)); box-shadow: 0 0 18px rgba(24,215,230,.18); }
.mdh-task-row { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .68rem; }
.mdh-task-row span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); }
.mdh-task-row span i { width: 7px; height: 7px; border-radius: 50%; background: var(--mdh-cyan); box-shadow: 0 0 12px rgba(24,215,230,.6); }
.mdh-task-row b { color: #8eeaf0; font-size: .61rem; text-transform: uppercase; letter-spacing: .08em; }

.mdh-network { background: var(--mdh-paper); }
.mdh-network-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mdh-network-card { min-height: 105px; padding: 22px; background: #fff; border: 1px solid var(--mdh-line); border-radius: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; transition: transform .22s ease, box-shadow .22s ease; }
.mdh-network-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(18,45,87,.09); }
.mdh-network-dot { width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, var(--mdh-blue), var(--mdh-cyan)); box-shadow: 0 0 0 7px rgba(29,92,255,.07); }
.mdh-network-card div { display: flex; flex-direction: column; }
.mdh-network-card strong { font-size: 1.04rem; letter-spacing: -.02em; }
.mdh-network-card small { color: var(--mdh-muted); font-size: .75rem; }
.mdh-network-card > svg { color: var(--mdh-blue); }
.mdh-quote { margin-top: 45px; display: grid; grid-template-columns: 72px 1fr; gap: 28px; align-items: start; padding: 40px 45px; background: #fff; border: 1px solid var(--mdh-line); border-radius: 22px; }
.mdh-quote-icon { width: 72px; height: 72px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--mdh-blue), var(--mdh-violet)); }
.mdh-quote-icon svg { width: 28px; height: 28px; }
.mdh-quote blockquote { margin: 0; font-size: clamp(1.5rem, 3vw, 2.45rem); line-height: 1.18; letter-spacing: -.04em; font-weight: 710; }

.mdh-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mdh-post-card { border: 1px solid var(--mdh-line); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 15px 45px rgba(20,43,78,.06); }
.mdh-post-image { aspect-ratio: 16/10; display: block; overflow: hidden; background: #e9eef8; }
.mdh-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.mdh-post-card:hover .mdh-post-image img { transform: scale(1.04); }
.mdh-post-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; background: radial-gradient(circle at 30% 25%, rgba(24,215,230,.25), transparent 27%), linear-gradient(135deg, #0b1730, #193b81); }
.mdh-post-placeholder i { width: 43px; height: 43px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); }
.mdh-post-placeholder i:nth-child(2) { width: 72px; height: 72px; }
.mdh-post-copy { padding: 23px; }
.mdh-post-copy small { color: var(--mdh-blue); font-size: .67rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.mdh-post-copy h3 { margin: 10px 0 12px; font-size: 1.23rem; line-height: 1.24; letter-spacing: -.025em; }
.mdh-post-copy p { margin: 0 0 18px; color: var(--mdh-muted); font-size: .82rem; }

.mdh-faq { background: var(--mdh-paper); }
.mdh-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.mdh-faq .mdh-section-heading > p { color: var(--mdh-muted); max-width: 430px; }
.mdh-accordion { display: grid; }
.mdh-accordion-item { border-top: 1px solid rgba(15,37,73,.14); }
.mdh-accordion-item:last-child { border-bottom: 1px solid rgba(15,37,73,.14); }
.mdh-accordion-item button { width: 100%; min-height: 83px; padding: 18px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; color: var(--mdh-ink); font-weight: 740; }
.mdh-accordion-item button i { width: 23px; height: 23px; position: relative; flex: 0 0 23px; }
.mdh-accordion-item button i::before, .mdh-accordion-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: var(--mdh-blue); transform: translate(-50%,-50%); }
.mdh-accordion-item button i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.mdh-accordion-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.mdh-accordion-panel p { margin: -7px 0 25px; color: var(--mdh-muted); font-size: .9rem; }

.mdh-final-cta { padding: 90px 0; color: #fff; background:
  radial-gradient(circle at 10% 15%, rgba(24,215,230,.26), transparent 25%),
  radial-gradient(circle at 90% 10%, rgba(124,77,255,.34), transparent 28%),
  #071428;
}
.mdh-final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.mdh-final-cta p { max-width: 720px; color: rgba(255,255,255,.65); margin: 18px 0 0; }
.mdh-final-cta .mdh-actions { justify-content: flex-end; margin: 0; }
.mdh-contact-link { width: 100%; text-align: right; color: rgba(255,255,255,.66) !important; font-size: .78rem; }

@media (max-width: 1080px) {
  .mdh-menu { gap: 16px; }
  .mdh-menu > a:not(.mdh-nav-cta) { display: none; }
  .mdh-hero-grid { grid-template-columns: 1fr; }
  .mdh-hero-copy { max-width: 820px; }
  .mdh-gravity-stage { width: min(620px, 100%); margin: 20px auto 0; }
  .mdh-service-grid { grid-template-columns: repeat(2, 1fr); }
  .mdh-starcaster-grid { grid-template-columns: 1fr; }
  .mdh-dashboard { transform: none; }
}
@media (max-width: 820px) {
  .mdh-section { padding: 82px 0; }
  .mdh-menu-button { display: block; }
  .mdh-menu { position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; background: #fff; border: 1px solid var(--mdh-line); border-radius: 16px; box-shadow: var(--mdh-shadow); display: none; flex-direction: column; align-items: stretch; }
  .mdh-menu.is-open { display: flex; }
  .mdh-menu > a:not(.mdh-nav-cta) { display: block; padding: 8px 4px; }
  .mdh-nav-cta { text-align: center; }
  .mdh-hero { min-height: auto; padding-top: 65px; }
  .mdh-hero h1 { font-size: clamp(3.5rem, 14vw, 5.2rem); }
  .mdh-two-col, .mdh-faq-grid, .mdh-final-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .mdh-process { grid-template-columns: repeat(2, 1fr); }
  .mdh-process > div { border-bottom: 1px solid var(--mdh-line); }
  .mdh-section-heading-wide { display: grid; gap: 18px; }
  .mdh-section-heading-wide > p { max-width: 650px; }
  .mdh-audit-panel { grid-template-columns: 1fr; padding: 45px 35px; }
  .mdh-score-card { min-height: 270px; }
  .mdh-score-lines { display: none; }
  .mdh-network-grid, .mdh-post-grid { grid-template-columns: 1fr; }
  .mdh-quote { grid-template-columns: 1fr; }
  .mdh-final-cta .mdh-actions { justify-content: flex-start; }
  .mdh-contact-link { text-align: left; }
}
@media (max-width: 620px) {
  .mdh-shell { width: min(100% - 24px, 1180px); }
  .mdh-nav-inner { min-height: 68px; }
  .mdh-brand-copy small { display: none; }
  .mdh-hero { padding-top: 52px; }
  .mdh-hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  .mdh-hero-lede { font-size: 1.18rem; }
  .mdh-actions { align-items: stretch; flex-direction: column; }
  .mdh-button { width: 100%; }
  .mdh-proof-row { display: grid; gap: 8px; }
  .mdh-gravity-stage { border-radius: 24px; }
  .mdh-orbit-three { width: 92%; height: 92%; }
  .mdh-orbit-two { width: 72%; height: 72%; }
  .mdh-orbit-one { width: 52%; height: 52%; }
  .mdh-core { width: 125px; height: 125px; }
  .mdh-signal { min-width: 115px; padding: 9px; }
  .mdh-signal span { display: none; }
  .mdh-section-heading h2, .mdh-audit-copy h2, .mdh-starcaster-copy h2, .mdh-final-cta h2 { font-size: 2.65rem; }
  .mdh-process, .mdh-service-grid { grid-template-columns: 1fr; }
  .mdh-process > div { min-height: 120px; border-right: 0; }
  .mdh-service-card { min-height: 390px; }
  .mdh-audit-panel { padding: 36px 22px; border-radius: 24px; }
  .mdh-score-card::before { width: 250px; height: 250px; }
  .mdh-dashboard-body { grid-template-columns: 45px 1fr; min-height: 420px; }
  .mdh-dashboard-sidebar { padding: 18px 9px; }
  .mdh-dashboard-sidebar i { width: 25px; height: 25px; }
  .mdh-dashboard-main { padding: 15px; }
  .mdh-metric-row { grid-template-columns: 1fr; }
  .mdh-metric-row > div:nth-child(n+2) { display: none; }
  .mdh-quote { padding: 29px 24px; }
  .mdh-quote-icon { width: 58px; height: 58px; }
}
@media (prefers-reduced-motion: reduce) {
  .mdh *, .mdh *::before, .mdh *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .mdh-reveal { opacity: 1; transform: none; }
}

@media (max-width: 782px) { .admin-bar .mdh-nav { top: 46px; } }

/* Plugin-provided full-screen page template reset. */
body.mdh-canvas-page {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}
body.mdh-canvas-page .mdh-canvas-root {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.mdh-canvas-page .mdh {
  width: 100%;
  margin-left: 0;
}
