:root{--mk-primary:#400080;--mk-secondary:#f4b013;--mk-tertiary:#f2f2f2;--mk-text:#1b1b1b;--mk-font-primary:'Merriweather',Georgia,serif;--mk-font-fallback:'Montserrat',-apple-system,BlinkMacSystemFont,sans-serif}body{font-family:var(--mk-font-primary),var(--mk-font-fallback),sans-serif;color:var(--mk-text)}h1,h2,h3,h4,h5,h6{font-family:var(--mk-font-primary),var(--mk-font-fallback),sans-serif;font-weight:700}.mk-header{position:sticky;top:0;z-index:1030}.mk-navbar{box-shadow:0 1px 3px rgba(0,0,0,.06);padding-top:.75rem;padding-bottom:.75rem}.mk-navbar .container{max-width:1140px}.navbar-brand{font-family:var(--mk-font-primary),var(--mk-font-fallback),sans-serif;font-weight:700;text-decoration:none;margin-right:1rem}.navbar-brand img.custom-logo{height:48px;width:auto;max-width:200px;object-fit:contain;display:block}.mk-brand-text{color:var(--mk-text);font-size:1.25rem;letter-spacing:-.02em}.navbar-brand:hover .mk-brand-text{color:var(--mk-primary)}.navbar-brand:hover img.custom-logo{opacity:.9}.mk-nav-menu .nav-link{color:var(--mk-text);font-family:var(--mk-font-fallback),sans-serif;font-weight:500;font-size:20px;padding:10px 20px;letter-spacing:.01em}.mk-nav-menu .nav-link:hover,.mk-nav-menu .nav-link:focus{color:var(--mk-primary)}.mk-nav-menu .nav-item{white-space:nowrap}#navbarMain ul li{padding:10px 20px}.mk-nav-cta .btn{font-weight:600;font-size:.875rem;border-radius:6px}@media (min-width:992px){.mk-navbar{padding-top:.5rem;padding-bottom:.5rem}.navbar-brand img.custom-logo{height:52px}.mk-brand-text{font-size:1.35rem}.mk-nav-menu .nav-link{padding:10px 20px}}.btn-primary{background-color:var(--mk-primary);border-color:var(--mk-primary);font-family:var(--mk-font-fallback);transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .2s ease}.btn-primary:hover{background-color:#306;border-color:#306;color:#fff;transform:translateY(-1px)}.btn-secondary{background-color:var(--mk-secondary);border-color:var(--mk-secondary);color:var(--mk-text);font-family:var(--mk-font-fallback);transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .2s ease}.btn-secondary:hover{background-color:#e0a010;border-color:#e0a010;color:var(--mk-text);transform:translateY(-1px)}.btn-outline-primary{border-color:var(--mk-primary);color:var(--mk-primary);font-family:var(--mk-font-fallback)}.btn-outline-primary:hover{background-color:var(--mk-primary);color:#fff}.btn-light:hover{background-color:var(--mk-secondary);border-color:var(--mk-secondary);color:var(--mk-text)}.bg-mk-light{background-color:var(--mk-tertiary)}.bg-mk-primary{background-color:var(--mk-primary)}.text-mk-primary{color:var(--mk-primary)}.text-mk-secondary{color:var(--mk-secondary)}.mk-hero{min-height:85vh;display:flex;align-items:center;transition:background .4s ease}.mk-hero-primary{background:linear-gradient(135deg,var(--mk-primary) 0%,#5a2099 45%,#4a1580 100%);background-size:200% 200%;transition:background .5s ease,background-position .6s ease}.mk-hero-primary:hover{background-position:100% 50%}.mk-hero-lead{color:rgba(255,255,255,.9)}.mk-hero-primary .btn{border-radius:25px;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.mk-hero-primary .btn-light{background-color:var(--mk-secondary);border-color:var(--mk-secondary);color:#fff}.mk-hero-primary .btn-light:hover{background-color:#fff;border-color:#fff;color:#1b1b1b;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.mk-hero-primary .btn-outline-light{border-color:var(--mk-secondary);color:var(--mk-secondary)}.mk-hero-primary .btn-outline-light:hover{background-color:#fff;border-color:#fff;color:#1b1b1b;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.mk-hero-video{width:100%;max-width:100%;height:auto;display:block}.mk-hero-media-slide{animation:mk-hero-slide-in .9s cubic-bezier(.22,1,.36,1) forwards;opacity:0}@keyframes mk-hero-slide-in{from{opacity:0;transform:translateX(80px)}to{opacity:1;transform:translateX(0)}}.mk-hero-media-slide>*{display:block;width:100%}#mkHeroCarousel{overflow:hidden}#mkHeroCarousel .carousel-item img{object-fit:cover;width:100%}#mkHeroCarousel .carousel-control-prev-icon,#mkHeroCarousel .carousel-control-next-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.mk-cta-bar{background-color:var(--mk-secondary);padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:50px}@media (min-width:992px){.mk-cta-bar{padding:1.25rem 2rem}}.mk-cta-bar .row{max-width:100%;margin-left:0;margin-right:0}.mk-cta-bar-text{color:rgba(0,0,0,.7);font-size:1.125rem;font-weight:600;letter-spacing:.01em;line-height:1.4;margin-bottom:0}@media (min-width:992px){.mk-cta-bar-text{font-size:1.25rem}}.mk-cta-bar .mk-cta-bar-btn{background-color:var(--mk-primary);border-color:var(--mk-primary);color:#fff;font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;padding:.5rem 1.25rem;border-radius:50px;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}@media (min-width:992px){.mk-cta-bar .mk-cta-bar-btn{padding:.625rem 1.5rem;font-size:1rem}}.mk-cta-bar .mk-cta-bar-btn:hover{background-color:#5a2099;border-color:#5a2099;color:#fff;transform:translateY(-1px)}.mk-cta-bar .mk-cta-bar-btn svg{flex-shrink:0}.mk-cta-bar .d-flex.gap-2{gap:.75rem !important}@media (min-width:992px){.mk-cta-bar .d-flex.gap-2{gap:1rem !important}}.mk-trusted-section{background-color:#ededed;padding:4rem 0;overflow:hidden}.mk-trusted-title{color:var(--mk-primary);font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;letter-spacing:-.02em}.mk-trusted-carousel-wrap{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%)}.mk-trusted-carousel-track{display:flex;align-items:center;gap:5px;width:max-content;animation:mk-trusted-slide 45s linear infinite;will-change:transform;backface-visibility:hidden}.mk-trusted-carousel-track:hover{animation-play-state:paused}.mk-trusted-carousel-item{flex:0 0 auto;width:170px;min-width:170px;height:94px}.mk-trusted-slide-inner{margin:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.mk-trusted-carousel-item{width:165px;min-width:165px;height:92px}}@media (min-width:1200px){.mk-trusted-carousel-item{width:174px;min-width:174px;height:97px}}.mk-trusted-logo-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.mk-trusted-logo-placeholder{font-size:.65rem;font-weight:600;color:#888;text-align:center;line-height:1.2;padding:.2rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;box-sizing:border-box}@keyframes mk-trusted-slide{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.mk-keyfacts-section{background-color:#f8f8f8;padding:4rem 0}.mk-keyfacts-title{color:var(--mk-primary);font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;letter-spacing:-.02em}.mk-keyfact-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .2s ease,transform .2s ease}.mk-keyfact-card:hover{box-shadow:0 4px 20px rgba(64,0,128,.08);transform:translateY(-2px)}.mk-keyfact-image-wrap{line-height:0}.mk-keyfact-image{width:auto;height:64px;max-width:100%;object-fit:contain;display:inline-block}.mk-keyfact-icon-wrap{color:var(--mk-secondary);line-height:0}.mk-keyfact-icon{width:48px;height:48px;margin:0 auto;display:block}.mk-keyfact-label{font-size:1rem;font-weight:600;color:var(--mk-text);letter-spacing:.01em}.mk-keyfact-number{font-size:2rem;font-weight:700;color:var(--mk-primary);line-height:1.2;letter-spacing:-.02em}.mk-our-difference-section{margin-bottom:50px}.mk-our-difference-section .mk-our-difference-title{color:var(--mk-primary);font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;letter-spacing:-.02em}.mk-section{padding:4rem 0}.mk-section-primary-gradient{background:linear-gradient(135deg,var(--mk-primary) 0%,#5a2099 45%,#4a1580 100%);color:#fff}.mk-section-primary-gradient h1,.mk-section-primary-gradient h2,.mk-section-primary-gradient .lead,.mk-section-primary-gradient p,.mk-section-primary-gradient .text-muted,.mk-section-primary-gradient p.lead.text-muted{color:#fff !important}.mk-section-primary-gradient .btn-outline-primary{border-color:rgba(255,255,255,.8);color:#fff}.mk-section-primary-gradient .btn-outline-primary:hover{background-color:rgba(255,255,255,.2);border-color:#fff;color:#fff}.mk-new-builds-section{background-color:#f8f6fa}.mk-new-builds-title{color:#333;font-size:1.75rem;font-weight:600}.mk-new-builds-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.08)}.mk-new-builds-card-header{background-color:#f0ecf5;display:flex;align-items:center;justify-content:center;min-height:140px;padding:1.5rem 1.25rem;text-align:center}.mk-new-builds-card-title{color:#5f2e9f;font-size:1.5rem;font-weight:700;margin:0;line-height:1.3}.mk-new-builds-card .card-body{background-color:#fff;padding:1.5rem 1.5rem 1.75rem}.mk-new-builds-card .card-body h4{color:#333;font-size:1rem}.mk-new-builds-card .card-body .text-muted{color:#333 !important;font-size:.9375rem;line-height:1.55}.mk-one-call-section{background-color:#ededed}.mk-one-call-header{margin-bottom:3rem}.mk-one-call-title{font-size:2rem;font-weight:700;color:#1b1b1b;margin-bottom:1rem;line-height:1.2}.mk-one-call-description{font-size:1.125rem;color:#4a4a4a;max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:0;line-height:1.5}.mk-one-call-form-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.mk-one-call-form .form-label{color:#333;font-weight:600;font-size:.9375rem;margin-bottom:.375rem}.mk-one-call-input{background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:6px;padding:.625rem .875rem;font-size:1rem}.mk-one-call-input::placeholder{color:#9e9e9e}.mk-one-call-input:focus{border-color:#ccc;background-color:#fff;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.mk-one-call-submit{background-color:var(--mk-primary);border:none;color:#fff;font-weight:700;font-size:1.0625rem;border-radius:8px;padding:1rem 1.5rem;letter-spacing:.02em}.mk-one-call-submit:hover{background-color:var(--mk-secondary);border-color:var(--mk-secondary);color:var(--mk-text)}.mk-about-photo img{width:100%;height:auto;display:block;object-fit:cover}.mk-about-content p{margin-bottom:1.25rem}.mk-about-content .lead{margin-bottom:1.5rem}.mk-stakeholder-icon-wrap{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:12px;background:rgba(64,0,128,.08);color:var(--mk-primary);flex-shrink:0}.mk-stakeholder-icon-wrap-light{background:rgba(255,255,255,.2);color:#fff}.mk-stakeholder-icon{width:44px;height:44px;display:block}.mk-stakeholder-card{transition:transform .3s ease,box-shadow .3s ease}.mk-stakeholder-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.mk-stakeholder-card-cta:hover{box-shadow:0 8px 24px rgba(64,0,128,.25)}.mk-card-img{height:220px;object-fit:cover;background:var(--mk-tertiary)}.mk-placeholder{background:linear-gradient(135deg,var(--mk-tertiary) 0%,#e0e0e0 100%);display:flex;align-items:center;justify-content:center;color:#666;font-size:.875rem;font-family:var(--mk-font-fallback)}.mk-usps-section{overflow:hidden}.mk-usps-grid{perspective:1000px}.mk-usps-col{opacity:0;transform:translateY(28px);animation:mkUspsReveal .6s ease forwards}.mk-usps-col:nth-child(1){animation-delay:.08s}.mk-usps-col:nth-child(2){animation-delay:.18s}.mk-usps-col:nth-child(3){animation-delay:.28s}.mk-usps-col:nth-child(4){animation-delay:.38s}@keyframes mkUspsReveal{to{opacity:1;transform:translateY(0)}}.mk-usps-card{height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;overflow:hidden}.mk-usps-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(64,0,128,.12);border-color:rgba(64,0,128,.12)}.mk-usps-card-inner{display:flex;gap:1.25rem;align-items:flex-start;padding:1.75rem 1.5rem}.mk-usps-icon{flex-shrink:0;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,var(--mk-primary) 0%,#5a2099 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;font-family:var(--mk-font-fallback);transition:transform .35s ease,box-shadow .35s ease}.mk-usps-card:hover .mk-usps-icon{transform:scale(1.08);box-shadow:0 6px 16px rgba(64,0,128,.35)}.mk-usps-number{line-height:1}.mk-usps-content{min-width:0}.mk-usps-title{font-size:1.125rem;font-weight:700;color:var(--mk-text);margin-bottom:.5rem;transition:color .3s ease}.mk-usps-card:hover .mk-usps-title{color:var(--mk-primary)}.mk-usps-text{font-size:.9375rem;color:#555;line-height:1.6;margin:0;transition:color .3s ease}.mk-usps-card:hover .mk-usps-text{color:#444}@media (min-width:992px){.mk-usps-card-inner{padding:2rem 1.75rem}.mk-usps-icon{width:64px;height:64px;font-size:1.375rem}.mk-usps-title{font-size:1.25rem}}.mk-why-schools-section{padding-top:4rem;padding-bottom:4rem}.mk-why-schools-title{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;color:var(--mk-text);margin:0 0 .5rem}.mk-why-schools-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px rgba(0,0,0,.06);display:flex;flex-direction:column}.mk-why-schools-icon-wrap{background-color:#f5effd;padding:1.75rem 1.5rem;min-height:140px;display:flex;align-items:center;justify-content:center}.mk-why-schools-icon-wrap .mk-why-schools-icon{width:56px;height:56px;color:var(--mk-primary)}.mk-why-schools-body{padding:1.5rem 1.5rem 1.75rem;flex:1;display:flex;flex-direction:column}.mk-why-schools-card-title{font-size:1.125rem;font-weight:700;color:var(--mk-text);margin:0 0 .5rem;line-height:1.3;text-align:left}.mk-why-schools-card-text{font-size:.9375rem;color:#333;line-height:1.6;margin:0;text-align:left}@media (min-width:768px){.mk-why-schools-icon-wrap{min-height:150px;padding:2rem 1.5rem}.mk-why-schools-icon-wrap .mk-why-schools-icon{width:60px;height:60px}.mk-why-schools-card-title{font-size:1.25rem}.mk-why-schools-body{padding:1.75rem 1.5rem 2rem}}.mk-what-we-do-section{display:none !important;padding-top:4rem;padding-bottom:4rem}.mk-what-we-do-main-title{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;color:var(--mk-text);margin:0}.mk-what-we-do-graphic{background:linear-gradient(135deg,#2d1b4e 0%,#4a2c7a 40%,#6b4a9e 70%,#8b5cf6 100%);border-radius:12px;padding:3rem 2rem;min-height:280px;display:flex;flex-direction:column;justify-content:center}.mk-what-we-do-steps{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem .5rem}.mk-what-we-do-step{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.mk-what-we-do-step-icon-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:rgba(255,255,255,.95)}.mk-what-we-do-step-icon{width:48px;height:48px;color:inherit}.mk-what-we-do-step-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.95);text-transform:uppercase}.mk-what-we-do-line{height:1px;background:rgba(255,255,255,.4);margin-top:2rem;width:85%;max-width:320px;align-self:center}.mk-what-we-do-subtitle{font-size:1.375rem;font-weight:700;color:var(--mk-text);margin:0 0 1rem;line-height:1.3}.mk-what-we-do-paragraph{font-size:1rem;color:var(--mk-text);line-height:1.65;margin:0 0 1.5rem}.mk-what-we-do-list{list-style:none;padding:0;margin:0}.mk-what-we-do-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1rem;color:var(--mk-text);line-height:1.5}.mk-what-we-do-list li:last-child{margin-bottom:0}.mk-what-we-do-list li:before{content:"✓";position:absolute;left:0;top:.05em;font-size:1.125rem;font-weight:700;color:#22c55e}section#spaces.mk-section{background-color:#ededed}#spaces .mk-spaces-row+.mk-spaces-row{margin-top:var(--bs-gutter-y,var(--bs-gutter-x,1rem))}.mk-spaces-mobile-link{display:none}@media (min-width:768px){.mk-spaces-row.mk-spaces-row-hidden{display:none}}@media (max-width:767.98px){.mk-why-schools-section .row>[class*=col-]{flex:0 0 100%;max-width:100%}.mk-process-section .mk-process-steps>[class*=col-]{flex:0 0 100%;max-width:100%}.mk-what-we-do-section{display:none !important}.mk-spaces-row.mk-spaces-row-hidden{display:flex}.mk-spaces-load-more-btn{display:none !important}.mk-spaces-mobile-link{display:inline-block}}@media (min-width:992px){.mk-what-we-do-graphic{padding:3.5rem 2.5rem;min-height:300px}.mk-what-we-do-step-icon{width:56px;height:56px}.mk-what-we-do-step-label{font-size:.8125rem}.mk-what-we-do-subtitle{font-size:1.5rem}}.mk-what-we-provide-section{background-color:#ededed;padding-top:4rem;padding-bottom:4rem}.mk-what-we-provide-title{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;color:var(--mk-text);margin:0}.mk-what-we-provide-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column}.mk-what-we-provide-card-top{background-color:#f0ebf8;min-height:160px;flex:0 0 auto}.mk-what-we-provide-link{color:inherit;text-decoration:none;display:block}.mk-what-we-provide-link:hover{color:var(--mk-primary)}.mk-what-we-provide-card-bottom{padding:1.25rem 1.25rem 1.5rem;flex:1;display:flex;flex-direction:column;text-align:left}.mk-what-we-provide-card-title{font-size:1.0625rem;font-weight:700;color:var(--mk-text);margin:0 0 .5rem;line-height:1.3}.mk-what-we-provide-card-desc{font-size:.875rem;color:#666;line-height:1.55;margin:0}.mk-what-we-provide-statement{font-size:.9375rem;color:#666;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}@media (min-width:768px){.mk-what-we-provide-card-top{min-height:180px}.mk-what-we-provide-card-title{font-size:1.125rem}.mk-what-we-provide-card-desc{font-size:.9375rem}}@media (min-width:992px){.mk-what-we-provide-card-top{min-height:200px}.mk-what-we-provide-card-bottom{padding:1.5rem 1.25rem 1.75rem}}.mk-services-row{background-color:#f0eeee;padding:4rem 0}.mk-services-row-inner{max-width:1400px;margin:0 auto;align-items:stretch}.mk-services-row-col{flex:1 1 0;min-width:0;border-left:1px solid rgba(0,0,0,.06)}.mk-services-row-col:first-child{border-left:none}.mk-services-row-card{height:100%;padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.mk-services-row-icon-wrap{flex-shrink:0;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;color:#e8a21b}.mk-services-row-icon{width:56px;height:56px;color:#e8a21b}.mk-services-row-title{font-size:1.125rem;font-weight:700;color:#6a3297;margin:0 0 .75rem;line-height:1.3;letter-spacing:.01em}.mk-services-row-desc{font-size:.875rem;color:#333;line-height:1.6;margin:0;max-width:100%;text-align:center}@media (min-width:992px){.mk-services-row-card{padding:2.5rem 1.75rem}.mk-services-row-icon{width:64px;height:64px}.mk-services-row-title{font-size:1.25rem;margin-bottom:.875rem}.mk-services-row-desc{font-size:.9375rem}}@media (max-width:991px){.mk-services-row-col{flex:0 0 100%;border-left:none;border-top:1px solid rgba(0,0,0,.06)}.mk-services-row-col:first-child{border-top:none}}.mk-process-section{overflow:hidden}.mk-process-steps{align-items:stretch}.mk-process-col{opacity:0;transform:translateY(24px);animation:mkProcessReveal .55s ease forwards}.mk-process-col:nth-child(1){animation-delay:.06s}.mk-process-col:nth-child(2){animation-delay:.16s}.mk-process-col:nth-child(3){animation-delay:.26s}.mk-process-col:nth-child(4){animation-delay:.36s}@keyframes mkProcessReveal{to{opacity:1;transform:translateY(0)}}.mk-process-card{height:100%;background:#fff;border-radius:14px;box-shadow:0 2px 14px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);padding:2rem 1.5rem;text-align:center;position:relative;transition:transform .4s ease,box-shadow .4s ease,border-color .35s ease}.mk-process-card:hover{transform:translateY(-8px);box-shadow:0 14px 32px rgba(64,0,128,.14);border-color:rgba(64,0,128,.15)}.mk-process-number{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:linear-gradient(135deg,var(--mk-primary) 0%,#5a2099 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;font-family:var(--mk-font-fallback);transition:transform .4s ease,box-shadow .4s ease;animation:mkProcessPulse 2.4s ease-in-out infinite}.mk-process-col:nth-child(1) .mk-process-number{animation-delay:0s}.mk-process-col:nth-child(2) .mk-process-number{animation-delay:.6s}.mk-process-col:nth-child(3) .mk-process-number{animation-delay:1.2s}.mk-process-col:nth-child(4) .mk-process-number{animation-delay:1.8s}@keyframes mkProcessPulse{0%,100%{transform:scale(1);box-shadow:0 2px 10px rgba(64,0,128,.25)}50%{transform:scale(1.1);box-shadow:0 8px 24px rgba(64,0,128,.45)}}.mk-process-card:hover .mk-process-number{transform:scale(1.12);box-shadow:0 8px 20px rgba(64,0,128,.4);animation:none}.mk-process-title{font-size:1.2rem;font-weight:700;color:var(--mk-text);margin-bottom:.6rem;transition:color .3s ease}.mk-process-card:hover .mk-process-title{color:var(--mk-primary)}.mk-process-text{font-size:.9375rem;color:#555;line-height:1.6;margin:0;transition:color .3s ease}.mk-process-card:hover .mk-process-text{color:#444}@media (min-width:992px){.mk-process-card{padding:2.25rem 1.75rem}.mk-process-number{width:72px;height:72px;font-size:1.65rem;margin-bottom:1.5rem}.mk-process-title{font-size:1.25rem}}.mk-floating-actions{position:fixed;bottom:24px;right:24px;z-index:1020;display:flex;flex-direction:column;gap:10px;align-items:center}.mk-floating-btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease}.mk-floating-btn:hover{color:#fff;transform:scale(1.08);box-shadow:0 6px 20px rgba(0,0,0,.28)}.mk-floating-call{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.mk-floating-whatsapp{background:#25d366}.mk-floating-whatsapp:hover{background:#20bd5a}footer{font-family:var(--mk-font-primary),var(--mk-font-fallback),sans-serif}footer a{color:rgba(255,255,255,.85);text-decoration:none}footer a:hover{color:var(--mk-secondary)}