/* Masar Service Pages v1.3.0 — isolated, RTL-first, Rank Math friendly + lightweight reveal motion */
.msp-root{
  --msp-primary:#096058;
  --msp-primary-2:#0d756b;
  --msp-primary-dark:#064a44;
  --msp-accent:#a78d72;
  --msp-ink:#172421;
  --msp-muted:#65746f;
  --msp-line:#dfe8e5;
  --msp-mint:#eef6f4;
  --msp-sand:#f5f0ea;
  --msp-off:#f8faf9;
  --msp-white:#fff;
  --msp-shadow:0 24px 70px rgba(13,67,60,.10);
  --msp-shadow-soft:0 14px 38px rgba(13,67,60,.07);
  --msp-radius:28px;
  --msp-ease:cubic-bezier(.22,1,.36,1);
  direction:rtl;
  text-align:right;
  color:var(--msp-ink);
  font-family:"Almarai",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif!important;
  line-height:1.85;
  isolation:isolate;
  width:100%;
  max-width:100%;
  overflow:visible;
}
.msp-root *{box-sizing:border-box}
.msp-root img{display:block;max-width:100%;height:auto}
.msp-root a{color:inherit;text-decoration:none}
.msp-root button,.msp-root summary{font:inherit}
.msp-root p{margin:0}
.msp-root h1,.msp-root h2,.msp-root h3,.msp-root h4,.msp-root .msp-display{margin:0;color:inherit;line-height:1.3}
/* Masar identity typography: fonts are expected to already be loaded by the site. No remote font request is added here. */
.msp-root h1,
.msp-root h2,
.msp-root .msp-display,
.msp-root .msp-section-title{font-family:"El Messiri","Almarai",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif!important}
.msp-root h3,
.msp-root h4,
.msp-root p,
.msp-root a,
.msp-root button,
.msp-root summary,
.msp-root li,
.msp-root span,
.msp-root small,
.msp-root strong,
.msp-root .msp-eyebrow,
.msp-root .msp-btn{font-family:"Almarai",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif!important}
.msp-root h1 *,
.msp-root h2 *,
.msp-root .msp-display *,
.msp-root .msp-section-title *{font-family:inherit!important}
.msp-root h1,.msp-root h2,.msp-root .msp-display{font-weight:800;letter-spacing:-.025em}
.msp-root h3{font-weight:800}
.msp-root .msp-container{width:min(calc(100% - 40px),1220px);margin-inline:auto}
.msp-root .msp-section{position:relative;padding:96px 0;scroll-margin-top:100px}
.msp-root .msp-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--msp-accent);font-size:.78rem;font-weight:800;letter-spacing:.01em;margin-bottom:15px}
.msp-root .msp-eyebrow:before{content:"";width:28px;height:2px;border-radius:999px;background:currentColor;flex:0 0 auto}
.msp-root .msp-section-title{font-size:clamp(2rem,3.25vw,3.2rem);max-width:820px;text-wrap:balance}
.msp-root .msp-section-copy,.msp-root .msp-section-head>p,.msp-root .msp-centered-head>p,.msp-root .msp-split-head>p,.msp-root .msp-faq-head>p,.msp-root .msp-process-head>p{color:var(--msp-muted);font-size:1rem;line-height:1.9;margin-top:18px;max-width:740px}
.msp-root .msp-section-head{max-width:880px;margin-bottom:42px}
.msp-root .msp-centered-head{max-width:820px;margin:0 auto 46px;text-align:center}
.msp-root .msp-centered-head .msp-eyebrow,.msp-root .msp-process-head .msp-eyebrow{justify-content:center}
.msp-root .msp-centered-head .msp-section-title,.msp-root .msp-centered-head>p,.msp-root .msp-process-head .msp-section-title,.msp-root .msp-process-head>p{margin-inline:auto}
.msp-root .msp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 25px;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:800;line-height:1;transition:transform .25s var(--msp-ease),box-shadow .25s var(--msp-ease),background-color .25s ease}
.msp-root .msp-btn:hover{transform:translateY(-2px)}
.msp-root .msp-btn-primary{background:var(--msp-primary);color:#fff!important;box-shadow:0 13px 30px rgba(9,96,88,.17)}
.msp-root .msp-btn-primary:hover{background:var(--msp-primary-dark);box-shadow:0 16px 34px rgba(9,96,88,.22)}
.msp-root .msp-btn-outline{background:#fff;color:var(--msp-primary)!important;border-color:rgba(9,96,88,.18)}
.msp-root .msp-btn-light{background:#fff;color:var(--msp-primary-dark)!important;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.msp-root .msp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.msp-root a:focus-visible,.msp-root summary:focus-visible{outline:3px solid rgba(9,96,88,.28);outline-offset:4px}
.msp-root .msp-btn:focus-visible{outline:3px solid rgba(9,96,88,.28);outline-offset:3px}
.msp-root .msp-why-us .msp-btn:focus-visible,.msp-root .msp-final-cta .msp-btn:focus-visible{outline-color:rgba(255,255,255,.72)}
.msp-root summary{-webkit-tap-highlight-color:transparent}
/* Safe-by-default motion system: elements are visible unless JS explicitly prepares them. */
.msp-root .msp-reveal{opacity:1;transform:none}
.msp-root .msp-motion-pending{
  opacity:0;
  transform:translate3d(0,30px,0);
  transition:
    opacity .72s var(--msp-ease) var(--msp-motion-delay,0ms),
    transform .78s var(--msp-ease) var(--msp-motion-delay,0ms);
}
.msp-root .msp-motion-pending[data-msp-motion="from-right"]{transform:translate3d(34px,0,0)}
.msp-root .msp-motion-pending[data-msp-motion="from-left"]{transform:translate3d(-34px,0,0)}
.msp-root .msp-motion-pending[data-msp-motion="soft-scale"]{transform:translate3d(0,18px,0) scale(.975)}
.msp-root .msp-motion-pending.msp-motion-visible{opacity:1;transform:none}

/* Above-the-fold Hero content remains static so LCP is not delayed by entrance animations. */
.msp-root .msp-heading-rule{display:block;width:72px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--msp-primary),var(--msp-accent));margin-top:24px}
.msp-root .msp-sticky-side{--msp-sticky-offset:110px;position:sticky;top:var(--msp-sticky-offset);align-self:start}
.msp-root .msp-split-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:78px;align-items:start}
.msp-root .msp-split-head{align-self:start}
.msp-root .msp-split-head .msp-section-title{font-size:clamp(2rem,3vw,3rem)}

/* Elementor wrapper isolation */
.elementor-widget[class*="elementor-widget-msp_"]>.elementor-widget-container{padding:0!important;margin:0!important}
.elementor-widget[class*="elementor-widget-msp_"]{margin:0!important;max-width:100%}

/* Hero */
.msp-root .msp-service-hero{padding:116px 0 88px!important;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);overflow:clip}
.msp-root .msp-service-hero:before{content:"";position:absolute;right:-210px;top:-290px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(225,242,238,.9),rgba(238,246,244,.35) 48%,transparent 70%);pointer-events:none}
.msp-root .msp-service-hero:after{content:"";position:absolute;left:-100px;bottom:-180px;width:360px;height:360px;border:1px solid rgba(167,141,114,.18);border-radius:50%;pointer-events:none}
.msp-root .msp-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:72px;align-items:center;position:relative;z-index:1}
.msp-root .msp-service-hero .msp-display{font-size:clamp(3rem,5vw,5.15rem);max-width:720px}
.msp-root .msp-service-hero .msp-display:after{content:"";display:block;width:92px;height:7px;background:rgba(167,141,114,.22);border-radius:50%;margin-top:9px}
.msp-root .msp-lead{color:var(--msp-muted);font-size:1.07rem;line-height:1.95;max-width:700px;margin-top:23px!important}
.msp-root .msp-checks{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 18px}
.msp-root .msp-checks li{display:flex;align-items:center;gap:8px;color:#455b56;font-size:.82rem;font-weight:750}
.msp-root .msp-checks li:before{content:"✓";width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--msp-mint);color:var(--msp-primary);font-size:.78rem;font-weight:900}
.msp-root .msp-hero-visual{min-height:545px;position:relative}
.msp-root .msp-hero-blob{position:absolute;inset:48px 20px 26px 55px;border-radius:43% 57% 46% 54% / 52% 40% 60% 48%;background:linear-gradient(145deg,var(--msp-mint),#e4f1ee);transform:rotate(-4deg)}
.msp-root .msp-hero-image{position:absolute;inset:16px 52px auto auto;width:79%;height:485px;object-fit:cover;border-radius:40% 60% 39% 61% / 46% 42% 58% 54%;box-shadow:var(--msp-shadow)}
.msp-root .msp-float-card{position:absolute;left:2px;bottom:48px;min-width:186px;padding:16px 19px;border:1px solid var(--msp-line);border-radius:20px;background:#fff;box-shadow:var(--msp-shadow-soft)}
.msp-root .msp-float-card strong{display:block;color:var(--msp-primary);font-size:1.38rem;font-weight:850;line-height:1.2}
.msp-root .msp-float-card span{display:block;color:var(--msp-muted);font-size:.72rem;font-weight:700;margin-top:4px}

/* Overview — sticky heading + long SEO body */
.msp-root .msp-overview{background:#fff}
.msp-root .msp-overview-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:84px;align-items:start}
.msp-root .msp-overview-heading{align-self:start}
.msp-root .msp-overview-heading .msp-section-title{font-size:clamp(2.1rem,3.15vw,3.15rem)}
.msp-root .msp-overview-body{min-width:0}
.msp-root .msp-richtext{color:#42534f;font-size:1rem;line-height:2.05}
.msp-root .msp-richtext p{margin:0 0 20px}
.msp-root .msp-richtext p:last-child{margin-bottom:0}
.msp-root .msp-richtext h3{font-size:1.3rem;margin:30px 0 10px}
.msp-root .msp-richtext ul,.msp-root .msp-richtext ol{margin:18px 0;padding-right:20px}
.msp-root .msp-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px}
.msp-root .msp-highlight-card{position:relative;min-height:188px;padding:23px;border:1px solid var(--msp-line);border-radius:22px;background:linear-gradient(145deg,#fff,var(--msp-off));transition:transform .28s var(--msp-ease),box-shadow .28s var(--msp-ease),border-color .28s ease}
.msp-root .msp-highlight-card:hover{transform:translateY(-4px);box-shadow:var(--msp-shadow-soft);border-color:rgba(9,96,88,.12)}
.msp-root .msp-highlight-card>span{display:inline-block;color:var(--msp-accent);font-size:.74rem;font-weight:850}
.msp-root .msp-highlight-card h3{font-size:1.08rem;margin-top:14px}
.msp-root .msp-highlight-card p{color:var(--msp-muted);font-size:.84rem;line-height:1.8;margin-top:8px}

/* Conditions */
.msp-root .msp-conditions{background:var(--msp-off)}
.msp-root .msp-condition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.msp-root .msp-condition-card{position:relative;overflow:hidden;min-height:220px;padding:27px;border:1px solid var(--msp-line);border-radius:25px;background:#fff;transition:transform .28s var(--msp-ease),box-shadow .28s var(--msp-ease),border-color .28s ease}
.msp-root .msp-condition-card:after{content:"";position:absolute;width:105px;height:105px;left:-48px;bottom:-50px;border-radius:50%;background:var(--msp-mint);pointer-events:none}
.msp-root .msp-condition-card:hover{transform:translateY(-5px);box-shadow:var(--msp-shadow-soft);border-color:transparent}
.msp-root .msp-card-index{color:var(--msp-accent);font-size:.75rem;font-weight:850}
.msp-root .msp-condition-card h3{font-size:1.23rem;margin-top:18px}
.msp-root .msp-condition-card p{color:var(--msp-muted);font-size:.88rem;line-height:1.85;margin-top:9px}
.msp-root .msp-note{margin-top:24px!important;padding:15px 18px;border:1px solid var(--msp-line);border-radius:16px;background:#fff;color:var(--msp-muted);font-size:.82rem}
.msp-root .msp-note strong{color:var(--msp-primary)}

/* Process — centered premium journey */
.msp-root .msp-process{background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);overflow:clip}
.msp-root .msp-process-head{max-width:790px;margin:0 auto 58px;text-align:center}
.msp-root .msp-process-journey{position:relative;max-width:980px;margin:0 auto;padding:4px 0}
.msp-root .msp-process-line{position:absolute;top:20px;bottom:20px;right:50%;width:2px;transform:translateX(50%);background:linear-gradient(180deg,rgba(9,96,88,.18),var(--msp-primary),rgba(167,141,114,.35));border-radius:99px}
.msp-root .msp-step{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);gap:24px;align-items:center;min-height:166px}
.msp-root .msp-step-content{position:relative;padding:24px 25px;border:1px solid var(--msp-line);border-radius:24px;background:rgba(255,255,255,.95);box-shadow:0 12px 34px rgba(13,67,60,.055)}
.msp-root .msp-step-content:after{content:"";position:absolute;top:50%;width:13px;height:13px;background:#fff;border-top:1px solid var(--msp-line);border-right:1px solid var(--msp-line);transform:translateY(-50%) rotate(45deg)}
.msp-root .msp-step-left .msp-step-content{grid-column:1}
.msp-root .msp-step-left .msp-step-content:after{right:-7px}
.msp-root .msp-step-right .msp-step-content{grid-column:3}
.msp-root .msp-step-right .msp-step-content:after{left:-7px;transform:translateY(-50%) rotate(225deg)}
.msp-root .msp-step-left .msp-step-marker,.msp-root .msp-step-right .msp-step-marker{grid-column:2;grid-row:1}
.msp-root .msp-step-right .msp-step-content{grid-row:1}
.msp-root .msp-step-spacer{grid-row:1}
.msp-root .msp-step-marker{position:relative;z-index:2;width:52px;height:52px;margin:auto;display:grid;place-items:center;border:6px solid #fff;border-radius:50%;background:var(--msp-primary);color:#fff;box-shadow:0 10px 25px rgba(9,96,88,.18);font-size:.9rem;font-weight:850}
.msp-root .msp-step-kicker{display:block;color:var(--msp-accent);font-size:.72rem;font-weight:850;margin-bottom:7px}
.msp-root .msp-step h3{font-size:1.18rem}
.msp-root .msp-step p{color:var(--msp-muted);font-size:.86rem;line-height:1.85;margin-top:8px}

/* Session */
.msp-root .msp-session{background:linear-gradient(180deg,var(--msp-mint),#fff)}
.msp-root .msp-session-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.68fr);gap:64px;align-items:center}
.msp-root .msp-session-list{display:grid;gap:10px;margin-top:28px}
.msp-root .msp-session-list article{display:grid;grid-template-columns:32px 1fr;gap:13px;padding:17px 18px;border:1px solid rgba(9,96,88,.09);border-radius:17px;background:rgba(255,255,255,.80)}
.msp-root .msp-session-list article>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--msp-primary);font-size:.78rem;font-weight:900}
.msp-root .msp-session-list h3{font-size:1rem}
.msp-root .msp-session-list p{color:var(--msp-muted);font-size:.83rem;line-height:1.78;margin-top:4px}
.msp-root .msp-question-card{position:relative;padding:36px;border-radius:30px;background:linear-gradient(145deg,var(--msp-primary-dark),#075951);color:#fff;box-shadow:var(--msp-shadow)}
.msp-root .msp-question-card>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:rgba(255,255,255,.09);color:#dccab7;font-size:1.8rem;font-weight:800}
.msp-root .msp-question-card h3{font-size:1.45rem;margin-top:24px}
.msp-root .msp-question-card p{color:rgba(255,255,255,.73);font-size:.88rem;line-height:1.9;margin-top:12px}

/* Benefits */
.msp-root .msp-benefits{background:#fff}
.msp-root .msp-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.msp-root .msp-benefit-card{min-height:235px;padding:26px 23px;border-radius:24px;background:var(--msp-sand);transition:transform .28s var(--msp-ease)}
.msp-root .msp-benefit-card:nth-child(even){background:var(--msp-mint)}
.msp-root .msp-benefit-card:hover{transform:translateY(-4px)}
.msp-root .msp-benefit-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#fff;color:var(--msp-primary);font-size:.82rem;font-weight:850}
.msp-root .msp-benefit-card h3{font-size:1.16rem;margin-top:28px}
.msp-root .msp-benefit-card p{color:var(--msp-muted);font-size:.84rem;line-height:1.82;margin-top:8px}

/* Why us */
.msp-root .msp-why-us{background:var(--msp-primary-dark);color:#fff;overflow:clip}
.msp-root .msp-why-us:after{content:"";position:absolute;left:-150px;bottom:-180px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.msp-root .msp-why-us .msp-section-title{color:#fff}
.msp-root .msp-why-us .msp-section-copy{color:rgba(255,255,255,.68)}
.msp-root .msp-why-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:68px;align-items:center;position:relative;z-index:1}
.msp-root .msp-why-copy .msp-btn{margin-top:27px}
.msp-root .msp-why-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.msp-root .msp-why-card{min-height:195px;padding:25px;border:1px solid rgba(255,255,255,.10);border-radius:23px;background:rgba(255,255,255,.065);transition:background-color .25s ease,transform .25s var(--msp-ease)}
.msp-root .msp-why-card:hover{background:rgba(255,255,255,.095);transform:translateY(-3px)}
.msp-root .msp-why-card>span{color:#d7c1aa;font-size:.73rem;font-weight:850}
.msp-root .msp-why-card h3{font-size:1.08rem;margin-top:16px}
.msp-root .msp-why-card p{color:rgba(255,255,255,.66);font-size:.81rem;line-height:1.8;margin-top:7px}

/* FAQ — native details, intentionally compact typography */
.msp-root .msp-faq{background:var(--msp-off)}
.msp-root .msp-faq-layout{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);gap:70px;align-items:start}
.msp-root .msp-faq-head{position:sticky;top:110px}
.msp-root .msp-faq-head .msp-section-title{font-size:clamp(1.9rem,2.8vw,2.75rem)}
.msp-root .msp-faq-list{display:grid;gap:9px;min-width:0}
.msp-root .msp-faq-item{border:1px solid var(--msp-line);border-radius:18px;background:#fff;overflow:clip;box-shadow:0 5px 18px rgba(13,67,60,.025)}
.msp-root .msp-faq-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;padding:18px 20px;color:var(--msp-ink);cursor:pointer;font-size:clamp(.95rem,1.15vw,1.06rem);font-weight:800;line-height:1.65;user-select:none}
.msp-root .msp-faq-summary::-webkit-details-marker{display:none}
.msp-root .msp-faq-summary::marker{display:none;content:""}
.msp-root .msp-faq-summary i{font-style:normal;flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:var(--msp-mint);color:var(--msp-primary);font-size:1.05rem;line-height:1;transition:transform .22s ease,background-color .22s ease,color .22s ease}
.msp-root .msp-faq-item[open] .msp-faq-summary i{transform:rotate(45deg);background:var(--msp-primary);color:#fff}
.msp-root .msp-faq-answer{padding:0 20px 19px;color:var(--msp-muted);font-size:.88rem;line-height:1.9}
.msp-root .msp-faq-answer p+p{margin-top:9px}

/* CTA */
.msp-root .msp-final-cta{background:#fff}
.msp-root .msp-cta-box{position:relative;overflow:hidden;padding:60px;border-radius:34px;background:linear-gradient(135deg,var(--msp-primary-dark),var(--msp-primary));color:#fff}
.msp-root .msp-cta-box:after{content:"";position:absolute;left:-145px;top:-155px;width:370px;height:370px;border:1px solid rgba(255,255,255,.12);border-radius:50%;pointer-events:none}
.msp-root .msp-cta-box .msp-section-title{position:relative;z-index:1;color:#fff;max-width:790px}
.msp-root .msp-cta-box>p{position:relative;z-index:1;color:rgba(255,255,255,.73);font-size:.98rem;line-height:1.9;max-width:720px;margin-top:16px}
.msp-root .msp-cta-box .msp-actions,.msp-root .msp-cta-box small{position:relative;z-index:1}
.msp-root .msp-cta-box small{display:block;color:rgba(255,255,255,.62);font-size:.78rem;margin-top:14px}

/* Audience */
.msp-root .msp-audience{background:#fff}
.msp-root .msp-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.msp-root .msp-audience-card{min-height:220px;padding:26px;border:1px solid var(--msp-line);border-radius:24px;background:linear-gradient(145deg,#fff,var(--msp-off));transition:transform .28s var(--msp-ease),box-shadow .28s var(--msp-ease)}
.msp-root .msp-audience-card:hover{transform:translateY(-4px);box-shadow:var(--msp-shadow-soft)}
.msp-root .msp-audience-card>span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:30px;padding:0 10px;border-radius:999px;background:var(--msp-mint);color:var(--msp-primary);font-size:.72rem;font-weight:850}
.msp-root .msp-audience-card h3{font-size:1.16rem;margin-top:20px}
.msp-root .msp-audience-card p{color:var(--msp-muted);font-size:.84rem;line-height:1.85;margin-top:8px}
.msp-root .msp-soft-note{margin-top:16px!important;padding:16px 18px;border-right:3px solid var(--msp-accent);border-radius:14px;background:var(--msp-sand);color:var(--msp-muted);font-size:.82rem;line-height:1.8}

/* Methods */
.msp-root .msp-methods{background:var(--msp-off)}
.msp-root .msp-methods-grid{display:grid;gap:11px}
.msp-root .msp-method-card{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:20px 21px;border:1px solid var(--msp-line);border-radius:20px;background:#fff}
.msp-root .msp-method-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--msp-mint);color:var(--msp-primary);font-size:.78rem;font-weight:850}
.msp-root .msp-method-card h3{font-size:1.05rem}
.msp-root .msp-method-card p{color:var(--msp-muted);font-size:.83rem;line-height:1.82;margin-top:5px}

/* When to seek support */
.msp-root .msp-seek{background:linear-gradient(180deg,#fff,var(--msp-mint))}
.msp-root .msp-signal-list{max-width:900px;margin:0 auto;display:grid;gap:10px}
.msp-root .msp-signal{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;padding:21px 23px;border:1px solid rgba(9,96,88,.10);border-radius:21px;background:rgba(255,255,255,.78)}
.msp-root .msp-signal>span{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#fff;color:var(--msp-accent);font-size:.74rem;font-weight:850;box-shadow:0 8px 22px rgba(13,67,60,.055)}
.msp-root .msp-signal h3{font-size:1.08rem;margin-top:2px}
.msp-root .msp-signal p{color:var(--msp-muted);font-size:.84rem;line-height:1.84;margin-top:6px}
.msp-root .msp-seek-closing{max-width:900px;margin:18px auto 0;padding:18px 22px;border-radius:18px;background:var(--msp-primary-dark);color:rgba(255,255,255,.82);font-size:.86rem;line-height:1.85;text-align:center}

/* Decision guide */
.msp-root .msp-decision{background:#fff}
.msp-root .msp-decision-list{display:grid;gap:14px}
.msp-root .msp-decision-item{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:24px 25px;border-bottom:1px solid var(--msp-line)}
.msp-root .msp-decision-item:first-child{border-top:1px solid var(--msp-line)}
.msp-root .msp-decision-num{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--msp-line);color:var(--msp-primary);font-size:.74rem;font-weight:850}
.msp-root .msp-decision-item h3{font-size:1.1rem}
.msp-root .msp-decision-item p{color:var(--msp-muted);font-size:.85rem;line-height:1.85;margin-top:7px}

/* Related services / internal links */
.msp-root .msp-related{background:var(--msp-off)}
.msp-root .msp-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.msp-root .msp-related-card{display:flex;flex-direction:column;min-height:245px;padding:27px;border:1px solid var(--msp-line);border-radius:24px;background:#fff;transition:transform .28s var(--msp-ease),box-shadow .28s var(--msp-ease)}
.msp-root .msp-related-card:hover{transform:translateY(-4px);box-shadow:var(--msp-shadow-soft)}
.msp-root .msp-related-card h3{font-size:1.2rem}
.msp-root .msp-related-card p{color:var(--msp-muted);font-size:.84rem;line-height:1.84;margin-top:9px}
.msp-root .msp-related-card a{display:inline-flex;align-items:center;gap:8px;color:var(--msp-primary);font-size:.84rem;font-weight:850;margin-top:auto;padding-top:22px}

@media(max-width:1024px){
  .msp-root .msp-section{padding:80px 0}
  .msp-root .msp-hero-grid,.msp-root .msp-overview-grid,.msp-root .msp-session-grid,.msp-root .msp-why-grid,.msp-root .msp-split-section,.msp-root .msp-faq-layout{grid-template-columns:1fr;gap:42px}
  .msp-root .msp-sticky-side,.msp-root .msp-faq-head{position:static;top:auto}
  .msp-root .msp-overview-heading .msp-section-title,.msp-root .msp-split-head .msp-section-title{max-width:760px}
  .msp-root .msp-hero-visual{min-height:470px}
  .msp-root .msp-hero-image{height:425px}
  .msp-root .msp-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .msp-root .msp-condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .msp-root .msp-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .msp-root .msp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767px){
  .msp-root .msp-container{width:min(calc(100% - 28px),1220px)}
  .msp-root .msp-section{padding:64px 0}
  .msp-root .msp-section-title{font-size:clamp(1.78rem,8vw,2.4rem)}
  .msp-root .msp-section-copy,.msp-root .msp-section-head>p,.msp-root .msp-centered-head>p,.msp-root .msp-split-head>p,.msp-root .msp-faq-head>p,.msp-root .msp-process-head>p{font-size:.92rem}
  .msp-root .msp-service-hero{padding:84px 0 62px!important}
  .msp-root .msp-service-hero .msp-display{font-size:clamp(2.35rem,10.8vw,3.25rem)}
  .msp-root .msp-lead{font-size:.96rem}
  .msp-root .msp-actions .msp-btn{width:100%}
  .msp-root .msp-hero-visual{min-height:375px}
  .msp-root .msp-hero-image{right:27px;width:82%;height:330px}
  .msp-root .msp-hero-blob{inset:36px 5px 24px 32px}
  .msp-root .msp-float-card{left:0;bottom:10px;min-width:155px;padding:13px 16px}
  .msp-root .msp-highlight-grid,.msp-root .msp-condition-grid,.msp-root .msp-benefit-grid,.msp-root .msp-why-cards,.msp-root .msp-audience-grid,.msp-root .msp-related-grid{grid-template-columns:1fr}
  .msp-root .msp-highlight-card,.msp-root .msp-condition-card,.msp-root .msp-benefit-card,.msp-root .msp-audience-card,.msp-root .msp-related-card{min-height:0}
  .msp-root .msp-process-head{margin-bottom:38px}
  .msp-root .msp-process-line{right:22px;transform:none}
  .msp-root .msp-step{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;min-height:0;padding-bottom:18px}
  .msp-root .msp-step-content,.msp-root .msp-step-left .msp-step-content,.msp-root .msp-step-right .msp-step-content{grid-column:2!important;grid-row:1!important;padding:19px 18px;border-radius:19px}
  .msp-root .msp-step-left .msp-step-content:after,.msp-root .msp-step-right .msp-step-content:after{left:auto;right:-7px;transform:translateY(-50%) rotate(45deg)}
  .msp-root .msp-step-marker,.msp-root .msp-step-left .msp-step-marker,.msp-root .msp-step-right .msp-step-marker{grid-column:1!important;grid-row:1!important;width:44px;height:44px;border-width:5px;margin:8px 0 0}
  .msp-root .msp-step-spacer{display:none}
  .msp-root .msp-question-card{padding:27px;border-radius:26px}
  .msp-root .msp-faq-summary{padding:16px;font-size:.96rem;gap:12px}
  .msp-root .msp-faq-summary i{width:28px;height:28px;border-radius:9px}
  .msp-root .msp-faq-answer{padding:0 16px 16px;font-size:.84rem}
  .msp-root .msp-cta-box{padding:34px 23px;border-radius:26px}
  .msp-root .msp-method-card{grid-template-columns:40px 1fr;padding:17px}
  .msp-root .msp-method-icon{width:38px;height:38px;border-radius:12px}
  .msp-root .msp-signal{grid-template-columns:45px 1fr;gap:13px;padding:18px}
  .msp-root .msp-signal>span{width:42px;height:42px;border-radius:14px}
  .msp-root .msp-decision-item{grid-template-columns:44px 1fr;gap:13px;padding:20px 0}
  .msp-root .msp-decision-num{width:40px;height:40px}
}

@media(hover:none),(pointer:coarse){
  .msp-root .msp-btn:hover,.msp-root .msp-highlight-card:hover,.msp-root .msp-condition-card:hover,.msp-root .msp-benefit-card:hover,.msp-root .msp-why-card:hover,.msp-root .msp-audience-card:hover,.msp-root .msp-related-card:hover{transform:none}
}

@media(prefers-reduced-motion:reduce){
  .msp-root *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
  .msp-root .msp-reveal,.msp-root .msp-motion-pending,.msp-root .msp-motion-pending.msp-motion-visible{opacity:1!important;transform:none!important;will-change:auto!important}
}
