:root{
  --ma-blue:#0755ee;
  --ma-blue-dark:#003cc7;
  --ma-black:#111111;
  --ma-muted:#6e6e73;
  --ma-border:#e5e5e7;
  --ma-soft:#f7f9fc;
  --ma-white:#ffffff;
  --ma-radius:24px;
  --ma-shell:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ma-site{
  margin:0!important;
  background:#fff!important;
  color:var(--ma-black)!important;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}
body.ma-site .site-header,body.ma-site .site-footer,body.ma-site #masthead,body.ma-site #colophon{display:none!important}
body.ma-site .site-content,body.ma-site .ast-container,body.ma-site #primary{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}
a{color:inherit}
img{display:block;max-width:100%}
.ma-shell{width:min(calc(100% - 48px),var(--ma-shell));margin-inline:auto}
.ma-header{
  min-height:96px;display:flex;align-items:center;gap:34px;background:#fff;
}
.ma-logo{
  display:inline-flex;flex-direction:column;text-decoration:none;line-height:1;
  letter-spacing:.18em;font-weight:700;min-width:175px;color:#0b1730;
}
.ma-logo__medical{font-size:23px;letter-spacing:.16em}
.ma-logo__analytics{font-size:12px;color:var(--ma-blue);letter-spacing:.34em;margin-top:6px}
.ma-nav{margin-left:auto}
.ma-nav__list{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0}
.ma-nav__list a{text-decoration:none;font-size:15px;font-weight:400;color:#111}
.ma-nav__list a:hover{color:var(--ma-blue)}
.ma-button{
  appearance:none;border:0;border-radius:14px;background:var(--ma-blue);color:#fff!important;
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;
  padding:15px 28px;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
  box-shadow:none;
}
.ma-button:hover{transform:translateY(-1px);background:var(--ma-blue-dark);box-shadow:0 10px 24px rgba(7,85,238,.18)}
.ma-header__cta{margin-left:4px;white-space:nowrap}
.ma-nav-toggle{display:none;background:transparent;border:0;padding:8px}
.ma-nav-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:#111;margin:5px}
.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}

.ma-hero{
  width:min(100%,1180px);
  min-height:520px;
  position:relative;
  overflow:hidden;
  margin:0 auto;
  background-color:#fff;
}
.ma-hero::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:62%;
  height:100%;
  background-image:url("../images/hero-smile.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:auto 100%;
  z-index:0;
}
.ma-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#fff 0%,#fff 40%,rgba(255,255,255,.92) 47%,rgba(255,255,255,.2) 63%,rgba(255,255,255,0) 74%);
  z-index:1;
}
.ma-hero__inner{min-height:520px;display:flex;align-items:center;position:relative;z-index:2}
.ma-hero__copy{max-width:500px;padding:40px 0 54px}
.ma-kicker{width:2px;height:34px;background:var(--ma-blue);margin-bottom:38px}
.ma-hero h1{
  margin:0 0 36px;font-size:clamp(48px,5.5vw,72px);line-height:1.04;
  font-weight:600;letter-spacing:-.045em;color:#0e203f;
}
.ma-hero h1 span{color:var(--ma-blue)}
.ma-section{padding:76px 0}
.ma-section--process{padding-top:62px;padding-bottom:58px}
.ma-process-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:30px;position:relative;
}
.ma-process-item{text-align:center;position:relative}
.ma-process-number{font-size:20px;margin-bottom:18px;color:#111}
.ma-process-icon{
  width:86px;height:86px;border:1px solid var(--ma-border);border-radius:50%;
  display:grid;place-items:center;margin:0 auto 18px;background:#fff;color:#111;
}
.ma-process-icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:1.6}
.ma-process-item:not(:last-child)::after{
  content:"";position:absolute;top:76px;left:calc(50% + 58px);width:calc(100% - 86px);
  border-top:1px dashed #bfc3c9;
}
.ma-process-title{font-size:15px;font-weight:400;margin:0}
.ma-section-title{
  text-align:center;margin:0 0 30px;font-size:20px;letter-spacing:.02em;font-weight:600;
}
.ma-section-title::after{content:"";display:block;width:32px;height:2px;background:var(--ma-blue);margin:12px auto 0}
.ma-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.ma-case-card{
  position:relative;overflow:hidden;border-radius:14px;background:#f6f6f6;aspect-ratio:1.55/1;
}
.ma-case-card img{width:100%;height:100%;object-fit:cover}
.ma-case-card__slider{
  position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(255,255,255,.95);
}
.ma-case-card__slider::after{
  content:"‹ ›";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:#fff;color:#111;font-size:13px;box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.ma-center{text-align:center}
.ma-outline-button{
  display:inline-flex;margin-top:24px;border:1px solid #111;border-radius:12px;
  padding:14px 44px;text-decoration:none;font-size:14px;font-weight:500;background:#fff;
}
.ma-cta{
  margin-top:34px;
  background:#fff;
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top:1px solid #f1f1f1;
  border-bottom:1px solid #f1f1f1;
}
.ma-cta__image{display:none}
.ma-cta__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:36px 24px;
}
.ma-cta h2{
  font-size:36px;
  line-height:1.15;
  letter-spacing:-.035em;
  font-weight:500;
  margin:0 0 26px;
}
.ma-footer{background:#fff;padding:52px 0 22px}
.ma-footer__grid{display:grid;grid-template-columns:1.1fr 1.35fr 1fr;gap:72px}
.ma-footer h3{font-size:13px;margin:0 0 18px}
.ma-footer p,.ma-footer li,.ma-footer a{font-size:13px;line-height:1.65;text-decoration:none}
.ma-footer ul{list-style:none;margin:0;padding:0}
.ma-footer__bottom{
  margin-top:42px;padding-top:18px;border-top:1px solid #eee;
  display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#555;
}
.ma-social{display:flex;gap:16px;margin-top:25px}
.ma-page-hero{padding:90px 0 56px;background:#fff}
.ma-page-hero h1{font-size:clamp(44px,6vw,72px);letter-spacing:-.05em;margin:0 0 20px}
.ma-page-hero p{font-size:20px;line-height:1.55;color:#333;max-width:760px}
.ma-content-section{padding:30px 0 80px}
.ma-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.ma-content-grid h2{font-size:34px;letter-spacing:-.03em}
.ma-content-grid p,.ma-content-section p{font-size:18px;line-height:1.7}
.ma-contact-card{border:1px solid var(--ma-border);border-radius:22px;padding:30px;background:#fff}
.ma-contact-list{list-style:none;padding:0;margin:0}
.ma-contact-list li{padding:12px 0;border-bottom:1px solid #eee}
.ma-contact-list li:last-child{border-bottom:0}
.ma-privacy{font-size:14px;color:#555}

@media(max-width:980px){
  .ma-hero{width:100%}
  .ma-shell{width:min(calc(100% - 32px),var(--ma-shell))}
  .ma-header{min-height:78px}
  .ma-logo{min-width:auto}
  .ma-header__cta{display:none}
  .ma-nav-toggle{display:block;margin-left:auto}
  .ma-nav{display:none;position:absolute;z-index:100;left:16px;right:16px;top:76px;background:#fff;border:1px solid #eee;border-radius:18px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.12)}
  .ma-nav.is-open{display:block}
  .ma-nav__list{flex-direction:column;align-items:flex-start;gap:8px}
  .ma-nav__list a{display:block;padding:10px 8px}
  .ma-hero::after{width:70%;background-position:right center;background-size:contain}
  .ma-hero::before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 43%,rgba(255,255,255,.3) 75%)}
  .ma-process-grid{grid-template-columns:repeat(2,1fr)}
  .ma-process-item::after{display:none}
  .ma-cases-grid{grid-template-columns:1fr 1fr}
  .ma-cta{display:flex}
  .ma-cta__image{display:none}
  .ma-footer__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .ma-logo__medical{font-size:18px}
  .ma-logo__analytics{font-size:10px}
  .ma-hero,.ma-hero__inner{min-height:560px}
  .ma-hero::after{width:100%;background-position:center bottom;background-size:contain}
  .ma-hero::before{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.82) 55%,rgba(255,255,255,.12) 100%)}
  .ma-hero__inner{align-items:flex-start}
  .ma-hero__copy{padding-top:52px}
  .ma-kicker{margin-bottom:25px}
  .ma-hero h1{font-size:48px;max-width:360px}
  .ma-section{padding:55px 0}
  .ma-process-grid,.ma-cases-grid,.ma-content-grid{grid-template-columns:1fr}
  .ma-process-grid{gap:36px}
  .ma-cases-grid{gap:20px}
  .ma-cta__content{padding:30px 24px}
  .ma-cta h2{font-size:30px}
  .ma-footer__grid{grid-template-columns:1fr}
  .ma-footer__bottom{flex-direction:column}
}


.ma-legal{
  max-width:900px;
  margin:0 auto;
}
.ma-legal h2{
  margin:42px 0 14px;
  font-size:30px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.ma-legal h3{
  margin:28px 0 10px;
  font-size:21px;
  line-height:1.3;
}
.ma-legal p,
.ma-legal li{
  font-size:17px;
  line-height:1.72;
  color:#222;
}
.ma-legal ul{
  padding-left:22px;
}
.ma-legal table{
  width:100%;
  border-collapse:collapse;
  margin:24px 0 34px;
}
.ma-legal th,
.ma-legal td{
  padding:14px 16px;
  border:1px solid #e3e3e7;
  text-align:left;
  vertical-align:top;
  font-size:15px;
  line-height:1.55;
}
.ma-legal th{
  width:28%;
  background:#f7f8fa;
}
.ma-legal-note{
  margin-top:38px;
  padding:20px 22px;
  border-radius:16px;
  background:#f7f9fc;
  font-size:14px!important;
  color:#555!important;
}
