/* MASPIK home page - depends on tokens.css */
/* ---------- guarantee pill ---------- */
#mspk .mspk-pill{
  display:inline-flex;align-items:center;gap:9px;
  margin-top:20px;padding:9px 18px 9px 14px;
  background:var(--mspk-green);color:#fff;border-radius:999px;
  font-size:14px;font-weight:600;letter-spacing:.01em;
}
#mspk .mspk-pill svg{flex:0 0 auto;}

/* ============ 1. PLAN CARDS ============ */
#mspk .mspk-grid{
  display:grid;gap:18px;margin-top:40px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
#mspk .mspk-card{
  position:relative;display:flex;flex-direction:column;
  background:var(--mspk-white);border:2px solid var(--mspk-line);border-radius:var(--mspk-r);
  padding:26px 22px 24px;box-shadow:var(--mspk-shadow);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
#mspk .mspk-card:hover{transform:translateY(-5px);box-shadow:var(--mspk-shadow-lg);border-color:var(--mspk-orange-soft);}
#mspk .mspk-card--feat{
  border-color:var(--mspk-orange);background:linear-gradient(178deg,#fff 0%,#FFF6EC 100%);
  box-shadow:0 10px 34px rgba(244,135,34,.2);
}
#mspk .mspk-card--feat:hover{border-color:var(--mspk-orange);}
#mspk .mspk-badge{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:var(--mspk-orange);color:#fff;font-size:11.5px;font-weight:700;
  letter-spacing:.09em;text-transform:uppercase;
  padding:6px 15px;border-radius:999px;white-space:nowrap;
  box-shadow:0 3px 10px rgba(244,135,34,.4);
}
#mspk .mspk-sites{font-family:var(--mspk-hd);font-size:27px;font-weight:700;line-height:1.1;}
#mspk .mspk-for{margin-top:6px;font-size:13px;color:var(--mspk-muted);min-height:38px;}
#mspk .mspk-priceline{display:flex;align-items:baseline;gap:5px;margin-top:18px;}
#mspk .mspk-cur{font-family:var(--mspk-hd);font-size:24px;font-weight:700;align-self:flex-start;margin-top:6px;}
#mspk .mspk-amt{font-family:var(--mspk-hd);font-size:52px;font-weight:700;line-height:1;letter-spacing:-.02em;}
#mspk .mspk-per{font-size:14px;color:var(--mspk-muted);font-weight:600;}
#mspk .mspk-persite{
  margin-top:8px;display:inline-block;font-size:13px;font-weight:700;color:var(--mspk-green);
  background:#E4F0E8;padding:4px 11px;border-radius:8px;
}
#mspk .mspk-save{
  margin-top:9px;margin-bottom:20px;font-size:12.5px;color:var(--mspk-muted);min-height:19px;
}
#mspk .mspk-save s{opacity:.75;}
#mspk .mspk-save b{color:var(--mspk-orange-dk);}
#mspk .mspk-cta{
  display:block;margin-top:auto;padding:15px 12px;border-radius:12px;
  text-align:center;font-weight:700;font-size:15px;line-height:1.25;
  background:var(--mspk-green);color:#fff;
  transition:background .18s ease,transform .12s ease;
}
#mspk .mspk-cta small{display:block;font-size:12.5px;font-weight:600;opacity:.82;margin-top:3px;}
#mspk .mspk-cta:hover{background:var(--mspk-green-lt);transform:translateY(-2px);}
#mspk .mspk-card--feat .mspk-cta{background:var(--mspk-orange);}
#mspk .mspk-card--feat .mspk-cta:hover{background:var(--mspk-orange-dk);}
#mspk .mspk-note{margin-top:11px;font-size:11.5px;color:var(--mspk-muted);text-align:center;}

/* ---------- trust strip ---------- */
#mspk .mspk-trust{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:12px 26px;margin-top:30px;
}
#mspk .mspk-pay{display:flex;gap:9px;flex-wrap:wrap;}
#mspk .mspk-pay span{
  background:var(--mspk-green);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.05em;
  padding:7px 12px;border-radius:8px;
}
#mspk .mspk-trustnote{font-size:13px;color:var(--mspk-muted);}

/* ============ 2. COMPARISON ============ */
#mspk .mspk-why{
  background:var(--mspk-cream-lt);border:1px solid var(--mspk-line);
  border-radius:26px;padding:clamp(26px,3.5vw,46px);
}
#mspk .mspk-cols{display:grid;gap:26px;grid-template-columns:1.45fr 1fr;margin-top:32px;align-items:start;}

#mspk .mspk-tblwrap{background:#fff;border:1px solid var(--mspk-line);border-radius:var(--mspk-r);overflow:hidden;box-shadow:var(--mspk-shadow);}
#mspk .mspk-tblbar{
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
  padding:14px 18px;border-bottom:1px solid var(--mspk-line);background:#fff;
}
#mspk .mspk-tblbar strong{font-family:var(--mspk-hd);font-size:16px;}
#mspk .mspk-toggle{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;color:var(--mspk-muted);cursor:pointer;user-select:none;}
#mspk .mspk-toggle input{position:absolute;opacity:0;width:0;height:0;}
#mspk .mspk-track{width:40px;height:22px;border-radius:999px;background:#D9CDBF;position:relative;transition:background .2s ease;flex:0 0 auto;}
#mspk .mspk-track::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.25);}
#mspk .mspk-toggle input:checked + .mspk-track{background:var(--mspk-orange);}
#mspk .mspk-toggle input:checked + .mspk-track::after{transform:translateX(18px);}
#mspk .mspk-toggle input:focus-visible + .mspk-track{outline:2px solid var(--mspk-green);outline-offset:2px;}

#mspk table th,#mspk table td{padding:13px 14px;text-align:left;font-size:14.5px;border-bottom:1px solid #F2E7DC;}
#mspk table thead th{
  font-family:var(--mspk-hd);font-size:15px;background:#fff;position:sticky;top:0;z-index:2;
  border-bottom:2px solid var(--mspk-line);
}
#mspk table th.mspk-col,#mspk table td.mspk-col{text-align:center;width:88px;}
#mspk table thead th.mspk-pro{background:var(--mspk-orange);color:#fff;}
#mspk table td.mspk-pro{background:rgba(244,135,34,.09);}
#mspk table tbody tr:last-child th,#mspk table tbody tr:last-child td{border-bottom:0;}
#mspk table tbody tr:hover td,#mspk table tbody tr:hover th{background:#FFF9F3;}
#mspk table tbody tr:hover td.mspk-pro{background:rgba(244,135,34,.15);}
#mspk table tbody th{font-weight:500;font-size:14.5px;}
#mspk .mspk-only{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mspk-orange-dk);display:block;margin-top:2px;}
#mspk .mspk-val{font-size:13px;font-weight:700;}
#mspk .mspk-dash{color:#C9BAAA;font-size:17px;}
#mspk .mspk-tick{display:inline-block;vertical-align:middle;}
#mspk tr[hidden]{display:none;}

#mspk .mspk-hl{display:flex;flex-direction:column;gap:16px;}
#mspk .mspk-hlcard{border-radius:var(--mspk-r);padding:24px;box-shadow:var(--mspk-shadow);}
#mspk .mspk-hlcard h3{font-family:var(--mspk-hd);font-size:clamp(21px,2.3vw,28px);line-height:1.15;}
#mspk .mspk-hlcard p{margin-top:10px;font-size:14.5px;line-height:1.55;}
#mspk .mspk-hl-a{background:var(--mspk-green);color:#fff;}
#mspk .mspk-hl-a p{color:rgba(255,255,255,.86);}
#mspk .mspk-hl-b{background:var(--mspk-orange);color:#fff;}
#mspk .mspk-hl-b p{color:rgba(255,255,255,.9);}
#mspk .mspk-hl-c{background:var(--mspk-orange-soft);color:var(--mspk-ink);}
#mspk .mspk-hl-c p{color:#7a6552;}

/* ============ 3. FAQ ============ */
#mspk .mspk-faq{display:grid;gap:12px;margin-top:32px;max-width:860px;margin-left:auto;margin-right:auto;}
#mspk details{background:#fff;border:1px solid var(--mspk-line);border-radius:14px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease;}
#mspk details[open]{border-color:var(--mspk-orange);box-shadow:var(--mspk-shadow);}
#mspk summary{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 20px;cursor:pointer;list-style:none;
  font-family:var(--mspk-hd);font-size:16.5px;line-height:1.35;
}
#mspk summary::-webkit-details-marker{display:none;}
#mspk summary:hover{color:var(--mspk-orange-dk);}
#mspk summary:focus-visible{outline:2px solid var(--mspk-green);outline-offset:-3px;}
#mspk .mspk-chev{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--mspk-cream);
  display:grid;place-items:center;transition:transform .25s ease,background .2s ease;}
#mspk details[open] .mspk-chev{transform:rotate(180deg);background:var(--mspk-orange);}
#mspk details[open] .mspk-chev svg{stroke:#fff;}
#mspk .mspk-ans{padding:0 20px 20px;font-size:14.5px;color:var(--mspk-muted);line-height:1.65;}
#mspk .mspk-ans a{color:var(--mspk-orange-dk);font-weight:600;text-decoration:underline;text-underline-offset:2px;}
#mspk .mspk-ans ol{margin:8px 0 0 18px;padding:0;}
#mspk .mspk-ans ol li{margin-bottom:4px;list-style:decimal;}

/* ---------- closing CTA ---------- */
#mspk .mspk-end{
  margin-top:40px;text-align:center;background:var(--mspk-green);color:#fff;
  border-radius:26px;padding:clamp(32px,4vw,52px) 24px;
}
#mspk .mspk-end h3{font-family:var(--mspk-hd);font-size:clamp(24px,3.2vw,36px);line-height:1.15;}
#mspk .mspk-end p{margin-top:12px;color:rgba(255,255,255,.82);font-size:15.5px;}
#mspk .mspk-end a{
  display:inline-block;margin-top:22px;background:var(--mspk-orange);color:#fff;
  padding:15px 34px;border-radius:12px;font-weight:700;font-size:16px;
  transition:background .18s ease,transform .12s ease;
}
#mspk .mspk-end a:hover{background:var(--mspk-orange-dk);transform:translateY(-2px);}

/* ---------- WIDE SCREENS ----------
   Purely additive: nothing below 1200px is affected, so the
   tablet/phone layout stays exactly as it is. */
@media (min-width:1200px){
  #mspk .mspk-sec{max-width:1400px;padding:0 28px;}
  #mspk .mspk-lede{font-size:18px;max-width:70ch;}

  #mspk .mspk-grid{gap:24px;margin-top:48px;}
  #mspk .mspk-card{padding:34px 28px 30px;border-radius:22px;}
  #mspk .mspk-sites{font-size:31px;}
  #mspk .mspk-for{font-size:13.5px;min-height:42px;margin-top:8px;}
  #mspk .mspk-amt{font-size:60px;}
  #mspk .mspk-cur{font-size:27px;}
  #mspk .mspk-per{font-size:15px;}
  #mspk .mspk-persite{font-size:14px;padding:5px 13px;}
  #mspk .mspk-save{font-size:13px;margin-bottom:24px;}
  #mspk .mspk-cta{padding:17px 14px;font-size:16px;border-radius:14px;}
  #mspk .mspk-cta small{font-size:13px;}
  #mspk .mspk-note{font-size:12px;}

  #mspk .mspk-why{padding:56px;border-radius:32px;}
  #mspk .mspk-cols{grid-template-columns:1.5fr 1fr;gap:34px;margin-top:38px;}
  #mspk table th,#mspk table td{padding:15px 20px;font-size:15px;}
  #mspk table tbody th{font-size:15px;}
  #mspk table thead th{font-size:16px;}
  #mspk table th.mspk-col,#mspk table td.mspk-col{width:104px;}
  #mspk .mspk-tblbar{padding:16px 20px;}
  #mspk .mspk-hl{gap:20px;}
  #mspk .mspk-hlcard{padding:30px;border-radius:22px;}
  #mspk .mspk-hlcard p{font-size:15px;}

  #mspk .mspk-faq{max-width:980px;gap:14px;}
  #mspk summary{font-size:17.5px;padding:21px 26px;}
  #mspk .mspk-ans{padding:0 26px 22px;font-size:15px;}
  #mspk .mspk-chev{width:29px;height:29px;}
}

@media (min-width:1600px){
  #mspk .mspk-sec{max-width:1560px;}
  #mspk .mspk-grid{gap:28px;}
  #mspk .mspk-card{padding:38px 32px 32px;}
  #mspk .mspk-sites{font-size:34px;}
  #mspk .mspk-amt{font-size:66px;}
  #mspk .mspk-cur{font-size:30px;}
  #mspk .mspk-why{padding:64px;}
  #mspk .mspk-cols{grid-template-columns:1.55fr 1fr;gap:42px;}
  #mspk table th,#mspk table td{padding:16px 22px;font-size:15.5px;}
  #mspk .mspk-faq{max-width:1060px;}
}

/* ---------- responsive (container-query with media fallback) ---------- */
@media (max-width:1080px){
  #mspk .mspk-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
  #mspk .mspk-cols{grid-template-columns:1fr;}
  #mspk .mspk-hl{flex-direction:row;flex-wrap:wrap;}
  #mspk .mspk-hlcard{flex:1 1 260px;}
  #mspk .mspk-for{min-height:0;}
}
@media (max-width:620px){
  #mspk .mspk-grid{grid-template-columns:1fr;gap:26px;}
  #mspk .mspk-card{padding:24px 20px;}
  #mspk .mspk-amt{font-size:46px;}
  #mspk .mspk-hl{flex-direction:column;}
  #mspk table th,#mspk table td{padding:11px 10px;font-size:13.5px;}
  #mspk table th.mspk-col,#mspk table td.mspk-col{width:62px;}
  #mspk summary{font-size:15.5px;padding:16px;}
  #mspk .mspk-ans{padding:0 16px 16px;}
}
@media (prefers-reduced-motion:reduce){
  #mspk *{transition:none !important;}
}

/* ============ HERO ============ */
#mspk .mspk-hero{text-align:center;padding-top:clamp(28px,5vw,64px);}
#mspk .mspk-eyebrow{
  display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
  color:var(--mspk-orange-dk);background:var(--mspk-orange-soft);padding:7px 15px;border-radius:999px;
}
#mspk .mspk-h1{
  margin-top:20px;font-family:var(--mspk-hd);font-weight:700;line-height:1.03;letter-spacing:-.02em;
  font-size:clamp(36px,6vw,72px);max-width:16ch;margin-left:auto;margin-right:auto;
}
#mspk .mspk-hero__lede{margin-left:auto;margin-right:auto;font-size:clamp(16px,1.7vw,19px);max-width:60ch;}
#mspk .mspk-hero__cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px;}
#mspk .mspk-btn{
  display:inline-block;padding:16px 30px;border-radius:13px;font-weight:700;font-size:16px;
  transition:background .18s ease,transform .12s ease,border-color .18s ease;border:2px solid transparent;
}
#mspk .mspk-btn--primary{background:var(--mspk-orange);color:#fff;}
#mspk .mspk-btn--primary:hover{background:var(--mspk-orange-dk);transform:translateY(-2px);}
#mspk .mspk-btn--ghost{background:transparent;color:var(--mspk-green);border-color:#CFDCD3;}
#mspk .mspk-btn--ghost:hover{border-color:var(--mspk-green);transform:translateY(-2px);}
#mspk .mspk-hero__foot{margin-top:14px;font-size:13.5px;color:var(--mspk-muted);}
#mspk .mspk-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px;
  background:#fff;border:1px solid var(--mspk-line);border-radius:var(--mspk-r);
  padding:24px 18px;box-shadow:var(--mspk-shadow);
}
#mspk .mspk-stats li{display:flex;flex-direction:column;gap:5px;}
#mspk .mspk-stat__fig{font-family:var(--mspk-hd);font-size:clamp(24px,2.8vw,34px);line-height:1;color:var(--mspk-green);}
#mspk .mspk-stat__lab{font-size:12.5px;color:var(--mspk-muted);line-height:1.3;}

/* ============ PILLARS ============ */
#mspk .mspk-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
#mspk .mspk-pillar{
  background:#fff;border:1px solid var(--mspk-line);border-radius:var(--mspk-r);
  padding:28px 26px;box-shadow:var(--mspk-shadow);
}
#mspk .mspk-pillar__icon{
  display:grid;place-items:center;width:48px;height:48px;border-radius:14px;
  background:var(--mspk-orange-soft);color:var(--mspk-orange-dk);margin-bottom:16px;
}
#mspk .mspk-pillar h3{font-family:var(--mspk-hd);font-size:20px;line-height:1.2;}
#mspk .mspk-pillar p{margin-top:9px;font-size:14.5px;color:var(--mspk-muted);line-height:1.6;}

/* ============ LAYERS ============ */
#mspk .mspk-layers{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px;}
#mspk .mspk-layer{
  background:#fff;border:1px solid var(--mspk-line);border-radius:var(--mspk-r);
  padding:24px 22px;box-shadow:var(--mspk-shadow);
}
#mspk .mspk-layer__title{
  font-family:var(--mspk-hd);font-size:15px;letter-spacing:.02em;text-transform:uppercase;
  color:var(--mspk-orange-dk);padding-bottom:12px;border-bottom:2px solid var(--mspk-orange-soft);
}
#mspk .mspk-layer__list{margin-top:14px;display:flex;flex-direction:column;gap:10px;}
#mspk .mspk-layer__list li{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;line-height:1.4;}
#mspk .mspk-layer__list svg{flex:0 0 auto;margin-top:3px;}
#mspk .mspk-tag{
  font-style:normal;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;
  background:var(--mspk-orange);color:#fff;padding:2px 7px;border-radius:5px;margin-left:2px;align-self:center;
}
#mspk .mspk-layers__foot{margin-top:22px;text-align:center;font-size:14px;color:var(--mspk-muted);}
#mspk .mspk-layers__foot a{color:var(--mspk-orange-dk);font-weight:600;text-decoration:underline;text-underline-offset:2px;}

/* ============ SUPPORTED FORMS ============ */
#mspk .mspk-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:32px;}
#mspk .mspk-chip{
  background:#fff;border:1px solid var(--mspk-line);border-radius:999px;
  padding:9px 17px;font-size:14px;font-weight:600;box-shadow:0 1px 3px rgba(1,73,33,.05);
}
#mspk .mspk-chip--pro{background:var(--mspk-green);color:#fff;border-color:var(--mspk-green);}
#mspk .mspk-chips__pro{margin-top:28px;text-align:center;}
#mspk .mspk-chips__prolabel{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mspk-muted);}
#mspk .mspk-chips__pro .mspk-chips{margin-top:14px;}

/* ============ LOG / INSIGHT ============ */
#mspk .mspk-split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;}
#mspk .mspk-checks{margin-top:24px;display:flex;flex-direction:column;gap:12px;}
#mspk .mspk-checks li{display:flex;align-items:flex-start;gap:11px;font-size:15px;line-height:1.5;}
#mspk .mspk-checks svg{flex:0 0 auto;margin-top:4px;}
#mspk .mspk-logcard{
  background:var(--mspk-green);border-radius:22px;padding:20px;color:#fff;
  box-shadow:0 18px 44px rgba(1,73,33,.24);
}
#mspk .mspk-logcard__bar{
  display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;letter-spacing:.05em;
  text-transform:uppercase;opacity:.75;padding-bottom:14px;
}
#mspk .mspk-logcard__dot{width:9px;height:9px;border-radius:50%;background:var(--mspk-orange);}
#mspk .mspk-logrow{
  background:rgba(255,255,255,.07);border-left:3px solid var(--mspk-orange);border-radius:10px;
  padding:13px 15px;margin-bottom:10px;display:flex;flex-direction:column;gap:3px;
}
#mspk .mspk-logrow--passed{border-left-color:#7FC79B;}
#mspk .mspk-logrow strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mspk-orange);}
#mspk .mspk-logrow--passed strong{color:#7FC79B;}
#mspk .mspk-logrow span{font-size:14.5px;}
#mspk .mspk-logrow code{background:rgba(0,0,0,.25);padding:1px 6px;border-radius:5px;font-size:13px;}
#mspk .mspk-logrow em{font-style:normal;font-size:12.5px;opacity:.6;}
#mspk .mspk-logcard__note{font-size:11.5px;opacity:.5;text-align:center;margin-top:6px;}

/* ============ REVIEWS ============ */
#mspk .mspk-reviews{columns:3;column-gap:18px;margin-top:34px;}
#mspk .mspk-review{
  break-inside:avoid;margin:0 0 18px;background:#fff;border:1px solid var(--mspk-line);
  border-radius:var(--mspk-r);padding:24px;box-shadow:var(--mspk-shadow);
}
#mspk .mspk-stars{color:var(--mspk-orange);display:flex;gap:2px;}
#mspk .mspk-review blockquote{margin:13px 0 0;font-size:15px;line-height:1.6;}
#mspk .mspk-review figcaption{margin-top:15px;display:flex;flex-direction:column;font-size:13.5px;}
#mspk .mspk-review figcaption strong{font-weight:700;}
#mspk .mspk-review figcaption span{color:var(--mspk-muted);font-size:12.5px;}

/* ============ BLOG ============ */
#mspk .mspk-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px;}
#mspk .mspk-post{
  display:flex;flex-direction:column;background:#fff;border:1px solid var(--mspk-line);
  border-radius:var(--mspk-r);overflow:hidden;box-shadow:var(--mspk-shadow);
  transition:transform .2s ease,box-shadow .2s ease;
}
#mspk .mspk-post:hover{transform:translateY(-4px);box-shadow:var(--mspk-shadow-lg);}
#mspk .mspk-post__img{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--mspk-cream);}
#mspk .mspk-post__img img{width:100%;height:100%;object-fit:cover;display:block;}
#mspk .mspk-post__body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1;}
#mspk .mspk-post__date{font-size:12px;color:var(--mspk-muted);letter-spacing:.04em;text-transform:uppercase;}
#mspk .mspk-post h3{font-family:var(--mspk-hd);font-size:18px;line-height:1.25;}
#mspk .mspk-post__more{margin-top:auto;font-size:13.5px;font-weight:700;color:var(--mspk-orange-dk);}

/* ============ RESPONSIVE for the new sections ============ */
@media (min-width:1200px){
  #mspk .mspk-layers{gap:22px;}
  #mspk .mspk-pillars{gap:26px;}
  #mspk .mspk-split{gap:56px;}
  #mspk .mspk-posts{gap:26px;}
}
@media (max-width:1080px){
  #mspk .mspk-layers{grid-template-columns:repeat(2,1fr);}
  #mspk .mspk-pillars{grid-template-columns:1fr;}
  #mspk .mspk-split{grid-template-columns:1fr;gap:32px;}
  #mspk .mspk-reviews{columns:2;}
  #mspk .mspk-posts{grid-template-columns:1fr;}
}
@media (max-width:620px){
  #mspk .mspk-stats{grid-template-columns:repeat(2,1fr);gap:18px 12px;padding:20px 16px;}
  #mspk .mspk-layers{grid-template-columns:1fr;}
  #mspk .mspk-reviews{columns:1;}
  #mspk .mspk-btn{width:100%;text-align:center;}
  #mspk .mspk-hero__cta{gap:10px;}
}

/* ---- headings on coloured blocks ----
   Inherited colour always loses to a theme rule that targets h1-h6 directly
   (elementor-kit sets one), so every heading sitting on a dark or orange
   background needs its colour stated outright. */
#mspk .mspk-hl-a h3,
#mspk .mspk-hl-b h3,
#mspk .mspk-end h3{color:#fff;}
#mspk .mspk-hl-c h3{color:var(--mspk-ink);}
#mspk .mspk-logcard,
#mspk .mspk-logcard h3{color:#fff;}
#mspk .mspk-end p{color:rgba(255,255,255,.82);}

/* ---- breathing room before the footer ---- */
#mspk .mspk-sec:last-child{margin-bottom:clamp(56px,7vw,96px);}

/* ---- product screenshots ---- */
#mspk .mspk-shot{
  margin:0;border-radius:20px;overflow:hidden;
  border:1px solid var(--mspk-line);background:#fff;
  box-shadow:0 20px 50px rgba(1,73,33,.16);
}
#mspk .mspk-shot img{display:block;width:100%;height:auto;}
#mspk .mspk-shot--wide{margin-top:34px;}

/* The plugin screenshots are 2560px wide. At anything near full width the
   dashboard shot dominates the page without adding information, so it is kept
   deliberately small - a glimpse of the product, not an exhibit. */
#mspk .mspk-shot--wide{
  max-width:600px;margin-left:auto;margin-right:auto;
  border-radius:14px;
}
@media (min-width:1600px){
  #mspk .mspk-shot--wide{max-width:680px;}
}

/* ============================================================
   MOTION
   Everything here is opacity + transform only, so it composites on the GPU
   and never triggers layout. The whole file is disabled under
   prefers-reduced-motion at the bottom.
   ============================================================ */

/* ---------- scroll reveal ---------- */
#mspk.mspk-anim [data-reveal]{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .62s cubic-bezier(.22,.68,.36,1), transform .62s cubic-bezier(.22,.68,.36,1);
  transition-delay:var(--mspk-delay,0ms);
  will-change:opacity,transform;
}
#mspk.mspk-anim [data-reveal].is-in{opacity:1;transform:none;}
/* Once it has arrived, stop advertising the change. */
#mspk.mspk-anim [data-reveal].is-done{will-change:auto;}

/* ---------- hero entrance ---------- */
#mspk .mspk-hero{
  position:relative;
  /* The glow sits outside the hero box, which otherwise widens the document
     and produces a horizontal scrollbar. `clip` with a margin lets the blur
     bleed without ever becoming scrollable overflow; `hidden` is the fallback
     for browsers without overflow-clip-margin. */
  /* clip with no margin: overflow-clip-margin is itself counted as scrollable
     overflow, so the glows are kept inside the box instead. */
  overflow:hidden;
  overflow:clip;
}
#mspk .mspk-hero::before,
#mspk .mspk-hero::after{
  content:"";position:absolute;z-index:-1;border-radius:50%;
  filter:blur(58px);opacity:.42;pointer-events:none;
}
#mspk .mspk-hero::before{
  width:min(46vw,460px);aspect-ratio:1;left:3%;top:2%;
  background:radial-gradient(circle,var(--mspk-orange) 0%,transparent 68%);
  animation:mspk-drift 17s ease-in-out infinite alternate;
}
#mspk .mspk-hero::after{
  width:min(38vw,380px);aspect-ratio:1;right:3%;top:14%;
  background:radial-gradient(circle,#7FC79B 0%,transparent 68%);
  animation:mspk-drift 21s ease-in-out infinite alternate-reverse;
}
@keyframes mspk-drift{
  from{transform:translate3d(0,0,0) scale(1);}
  to{transform:translate3d(26px,-22px,0) scale(1.11);}
}

/* ---------- stat counters ---------- */
#mspk .mspk-stat__fig{font-variant-numeric:tabular-nums;}

/* ---------- supported-forms marquee ---------- */
#mspk .mspk-marquee{
  display:flex;gap:10px;overflow:hidden;margin-top:14px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);
}
#mspk .mspk-marquee__track{
  display:flex;flex-wrap:nowrap;gap:10px;margin-top:0;flex:0 0 auto;
  animation:mspk-slide 46s linear infinite;
}
#mspk .mspk-marquee[data-dir="r"] .mspk-marquee__track{animation-direction:reverse;}
#mspk .mspk-marquee:hover .mspk-marquee__track,
#mspk .mspk-marquee:focus-within .mspk-marquee__track{animation-play-state:paused;}
#mspk .mspk-marquee .mspk-chip{white-space:nowrap;}
@keyframes mspk-slide{
  from{transform:translateX(0);}
  to{transform:translateX(calc(-100% - 10px));}
}

/* ---------- lift on hover, a little more alive ---------- */
#mspk .mspk-layer,
#mspk .mspk-pillar{transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;}
#mspk .mspk-layer:hover,
#mspk .mspk-pillar:hover{transform:translateY(-4px);box-shadow:var(--mspk-shadow-lg);border-color:var(--mspk-orange-soft);}
#mspk .mspk-pillar__icon{transition:transform .3s cubic-bezier(.34,1.56,.64,1);}
#mspk .mspk-pillar:hover .mspk-pillar__icon{transform:rotate(-6deg) scale(1.08);}
#mspk .mspk-chip{transition:transform .18s ease,border-color .18s ease;}
#mspk .mspk-chip:hover{transform:translateY(-2px);border-color:var(--mspk-orange);}

/* ---------- respect the user's setting ---------- */
@media (prefers-reduced-motion:reduce){
  #mspk.mspk-anim [data-reveal]{opacity:1 !important;transform:none !important;transition:none !important;}
  #mspk .mspk-hero::before,
  #mspk .mspk-hero::after,
  #mspk .mspk-marquee__track{animation:none !important;}
  #mspk .mspk-marquee{
    overflow-x:auto;
    -webkit-mask-image:none;mask-image:none;
  }
  #mspk .mspk-layer:hover,
  #mspk .mspk-pillar:hover,
  #mspk .mspk-chip:hover{transform:none;}
}

/* ---------- pricing page hero ---------- */
#mspk .mspk-pricehero{padding-top:clamp(24px,4vw,56px);}
#mspk .mspk-pricehero .mspk-h1{max-width:20ch;font-size:clamp(32px,5vw,58px);}
#mspk .mspk-pricehero .mspk-lede{max-width:62ch;}

/* ---------- support / contact ---------- */
#mspk .mspk-support__grid{display:grid;gap:38px;align-items:start;}
@media (min-width:900px){
  #mspk .mspk-support__grid{grid-template-columns:1fr 1.15fr;gap:52px;}
}
#mspk .mspk-support__intro .mspk-lede{margin-left:0;}
#mspk .mspk-support__intro .mspk-checks{margin-top:22px;display:flex;flex-direction:column;gap:11px;}
#mspk .mspk-support__intro .mspk-checks li{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.5;}
#mspk .mspk-support__intro .mspk-checks svg{flex:0 0 auto;margin-top:3px;}
#mspk .mspk-support__alt{margin-top:22px;font-size:14px;color:var(--mspk-muted);display:flex;gap:8px;flex-wrap:wrap;}
#mspk .mspk-support__alt a{color:var(--mspk-orange-dk);font-weight:600;text-decoration:underline;text-underline-offset:2px;}

#mspk .mspk-contact{
  background:#fff;border:1px solid var(--mspk-line);border-radius:18px;
  padding:clamp(22px,3vw,30px);box-shadow:var(--mspk-shadow);
  display:flex;flex-direction:column;gap:16px;
}
#mspk .mspk-contact__row{display:grid;gap:16px;}
@media (min-width:620px){#mspk .mspk-contact__row{grid-template-columns:1fr 1fr;}}
#mspk .mspk-contact .mspk-ctl{display:flex;flex-direction:column;gap:6px;}
#mspk .mspk-contact .mspk-ctl__label{font-family:var(--mspk-hd);font-size:14px;color:var(--mspk-ink);}
#mspk .mspk-contact input[type="text"],
#mspk .mspk-contact input[type="email"],
#mspk .mspk-contact textarea{
  width:100%;border:1px solid var(--mspk-line);border-radius:11px;
  padding:12px 14px;font:inherit;font-size:15px;color:var(--mspk-ink);background:#fff;
  transition:border-color .15s ease,box-shadow .15s ease;
}
#mspk .mspk-contact textarea{min-height:130px;line-height:1.55;resize:vertical;}
#mspk .mspk-contact input:focus,#mspk .mspk-contact textarea:focus{
  outline:0;border-color:var(--mspk-orange);box-shadow:0 0 0 3px rgba(244,135,34,.18);
}
#mspk .mspk-contact .mspk-btn{border:0;cursor:pointer;font-family:var(--mspk-bd);align-self:flex-start;}
#mspk .mspk-contact__note{font-size:12.5px;color:var(--mspk-muted);}
/* honeypot: out of sight and out of the tab order, but not display:none —
   some bots skip fields that are hidden that way. */
#mspk .mspk-hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden;}

#mspk .mspk-notice--bad{background:#FBE6E2;color:#8E2B21;border:1px solid #F0C4BC;}
#mspk .mspk-support .mspk-notice{margin-bottom:16px;}
