.elementor-1702 .elementor-element.elementor-element-c25e468{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-864e8d1 *//* ============================================================
   سعودي اكسبريس – شركة تنظيف خزانات بالرياض
   CSS ONLY – compatible with Astra Theme + Elementor Pro
   ============================================================ */

/* ── CSS Variables ── */
:root {
  --sx-navy:      #0a1f3c;
  --sx-navy-mid:  #13376e;
  --sx-teal:      #0ea5a0;
  --sx-teal-light:#16c9c3;
  --sx-teal-pale: #e6faf9;
  --sx-gold:      #f0a500;
  --sx-white:     #ffffff;
  --sx-gray-50:   #f7f9fc;
  --sx-gray-100:  #eef1f6;
  --sx-gray-300:  #c8d0dc;
  --sx-gray-600:  #5a6478;
  --sx-text:      #1a2535;
  --sx-radius:    14px;
  --sx-radius-sm: 8px;
  --sx-shadow:    0 4px 24px rgba(10,31,60,.10);
  --sx-shadow-md: 0 8px 40px rgba(10,31,60,.14);
  --sx-trans:     .25s ease;
  --sx-font-ar:   'Cairo', 'Tajawal', sans-serif;
}

/* ── Base resets scoped to page ── */
.sx-page * { box-sizing: border-box; }
.sx-page { font-family: var(--sx-font-ar); direction: rtl; color: var(--sx-text); }
.sx-page h1,.sx-page h2,.sx-page h3,.sx-page h4 { font-family: var(--sx-font-ar); font-weight: 800; line-height: 1.3; color: var(--sx-navy); }
.sx-page p { line-height: 1.85; color: var(--sx-gray-600); }
.sx-page a { text-decoration: none; }
.sx-page img { max-width: 100%; }

/* ── Section wrapper ── */
.sx-section { padding: 72px 0; }
.sx-section--alt { background: var(--sx-gray-50); }
.sx-section--dark { background: var(--sx-navy); color: var(--sx-white); }
.sx-section--dark h2,.sx-section--dark h3,.sx-section--dark p { color: var(--sx-white); }
.sx-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.sx-section-tag { display: inline-block; background: var(--sx-teal-pale); color: var(--sx-teal); font-size: .78rem; font-weight: 700; padding: 5px 14px; border-radius: 50px; margin-bottom: 14px; letter-spacing: .04em; }
.sx-section-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin: 0 0 12px; }
.sx-section-sub { font-size: 1.05rem; max-width: 640px; margin: 0 auto 48px; text-align: center; }
.sx-center { text-align: center; }

/* ── Buttons ── */
.sx-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: 50px;
  font-family: var(--sx-font-ar); font-size: 1rem; font-weight: 700;
  cursor: pointer; border: none; transition: var(--sx-trans);
  white-space: nowrap;
}
.sx-btn--primary { background: linear-gradient(135deg,var(--sx-teal),var(--sx-teal-light)); color: var(--sx-white); box-shadow: 0 4px 20px rgba(14,165,160,.35); }
.sx-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(14,165,160,.45); }
.sx-btn--white { background: var(--sx-white); color: var(--sx-navy); }
.sx-btn--white:hover { background: var(--sx-gray-100); }
.sx-btn--outline { background: transparent; border: 2px solid var(--sx-teal); color: var(--sx-teal); }
.sx-btn--outline:hover { background: var(--sx-teal); color: var(--sx-white); }
.sx-btn--gold { background: var(--sx-gold); color: var(--sx-navy); }
.sx-btn--gold:hover { filter: brightness(1.1); }
.sx-btn--lg { padding: 18px 40px; font-size: 1.1rem; }
.sx-btn-group { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ── 1. HERO ── */
.sx-hero {
  background: linear-gradient(135deg, var(--sx-navy) 0%, var(--sx-navy-mid) 60%, #0d3060 100%);
  padding: 90px 0 80px; position: relative; overflow: hidden;
}
.sx-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230ea5a0' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .4;
}
.sx-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.sx-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(14,165,160,.18); border: 1px solid rgba(14,165,160,.35); color: var(--sx-teal-light); font-size: .82rem; font-weight: 700; padding: 7px 16px; border-radius: 50px; margin-bottom: 20px; }
.sx-hero__title { font-size: clamp(2rem, 4.5vw, 3rem); color: var(--sx-white); margin: 0 0 18px; line-height: 1.2; }
.sx-hero__title span { color: var(--sx-teal-light); }
.sx-hero__desc { font-size: 1.08rem; color: rgba(255,255,255,.8); margin-bottom: 32px; line-height: 1.9; }
.sx-hero__stats { display: flex; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.sx-hero__stat { text-align: center; }
.sx-hero__stat-num { font-size: 1.9rem; font-weight: 800; color: var(--sx-teal-light); display: block; }
.sx-hero__stat-label { font-size: .78rem; color: rgba(255,255,255,.65); }
.sx-hero__card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--sx-radius); padding: 32px; backdrop-filter: blur(10px); }
.sx-hero__card-title { font-size: 1.1rem; color: var(--sx-white); font-weight: 700; margin-bottom: 20px; }
.sx-hero__checklist { list-style: none; padding: 0; margin: 0 0 24px; }
.sx-hero__checklist li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.88); font-size: .95rem; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.sx-hero__checklist li::before { content: '✓'; color: var(--sx-teal-light); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.sx-emergency-bar { background: linear-gradient(90deg, #b91c1c, #dc2626); color: var(--sx-white); text-align: center; padding: 12px 24px; font-size: .9rem; font-weight: 600; }
.sx-emergency-bar a { color: var(--sx-white); text-decoration: underline; }

/* ── 2. PAIN POINTS ── */
.sx-pain { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sx-pain__card { background: var(--sx-white); border: 1px solid var(--sx-gray-100); border-radius: var(--sx-radius); padding: 28px; box-shadow: var(--sx-shadow); transition: var(--sx-trans); position: relative; overflow: hidden; }
.sx-pain__card::before { content: ''; position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: linear-gradient(180deg,var(--sx-teal),var(--sx-teal-light)); }
.sx-pain__card:hover { transform: translateY(-4px); box-shadow: var(--sx-shadow-md); }
.sx-pain__icon { font-size: 2rem; margin-bottom: 14px; }
.sx-pain__card h3 { font-size: 1rem; margin: 0 0 10px; color: var(--sx-navy); }
.sx-pain__card p { font-size: .9rem; margin: 0; }

/* ── 3. WHY US ── */
.sx-why { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.sx-why__list { list-style: none; padding: 0; margin: 0; }
.sx-why__list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--sx-gray-100); }
.sx-why__list li:last-child { border-bottom: none; }
.sx-why__icon { width: 48px; height: 48px; border-radius: var(--sx-radius-sm); background: linear-gradient(135deg,var(--sx-teal-pale),#c2f2f0); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.sx-why__text h4 { margin: 0 0 6px; font-size: .98rem; color: var(--sx-navy); }
.sx-why__text p { margin: 0; font-size: .88rem; }
.sx-why__visual { background: linear-gradient(135deg,var(--sx-navy),var(--sx-navy-mid)); border-radius: var(--sx-radius); padding: 36px; color: var(--sx-white); }
.sx-why__visual h3 { color: var(--sx-teal-light); margin: 0 0 20px; }
.sx-guarantee { background: rgba(14,165,160,.15); border: 1px solid rgba(14,165,160,.3); border-radius: var(--sx-radius-sm); padding: 18px 20px; margin-top: 20px; }
.sx-guarantee p { color: rgba(255,255,255,.9); font-size: .9rem; margin: 0; }

/* ── 4. SERVICE FEATURES ── */
.sx-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sx-feat__card { background: var(--sx-white); border-radius: var(--sx-radius); padding: 30px 24px; box-shadow: var(--sx-shadow); text-align: center; transition: var(--sx-trans); border-bottom: 3px solid transparent; }
.sx-feat__card:hover { border-bottom-color: var(--sx-teal); transform: translateY(-4px); box-shadow: var(--sx-shadow-md); }
.sx-feat__icon { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg,var(--sx-teal-pale),#c2f2f0); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 18px; }
.sx-feat__card h3 { font-size: 1rem; margin: 0 0 10px; }
.sx-feat__card p { font-size: .88rem; margin: 0; }

/* ── 5. PROCESS TIMELINE ── */
.sx-process { display: flex; gap: 0; position: relative; }
.sx-process::before { content: ''; position: absolute; top: 36px; right: 36px; left: 36px; height: 2px; background: linear-gradient(90deg,var(--sx-teal),var(--sx-navy)); z-index: 0; }
.sx-process__step { flex: 1; text-align: center; position: relative; z-index: 1; padding: 0 12px; }
.sx-process__num { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg,var(--sx-teal),var(--sx-teal-light)); color: var(--sx-white); font-size: 1.4rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 4px 16px rgba(14,165,160,.35); }
.sx-process__step h4 { font-size: .92rem; margin: 0 0 8px; color: var(--sx-navy); }
.sx-process__step p { font-size: .83rem; margin: 0; }

/* ── 6. PRICING ── */
.sx-pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sx-price__card { background: var(--sx-white); border: 2px solid var(--sx-gray-100); border-radius: var(--sx-radius); padding: 32px 24px; text-align: center; transition: var(--sx-trans); position: relative; }
.sx-price__card--featured { border-color: var(--sx-teal); transform: scale(1.03); box-shadow: var(--sx-shadow-md); }
.sx-price__badge { position: absolute; top: -13px; right: 50%; transform: translateX(50%); background: var(--sx-teal); color: var(--sx-white); font-size: .75rem; font-weight: 700; padding: 4px 16px; border-radius: 50px; white-space: nowrap; }
.sx-price__name { font-size: 1rem; font-weight: 700; color: var(--sx-gray-600); margin-bottom: 12px; }
.sx-price__amount { font-size: 2.5rem; font-weight: 800; color: var(--sx-navy); line-height: 1; }
.sx-price__unit { font-size: .85rem; color: var(--sx-gray-600); margin-bottom: 24px; }
.sx-price__list { list-style: none; padding: 0; margin: 0 0 28px; text-align: right; }
.sx-price__list li { padding: 8px 0; font-size: .88rem; border-bottom: 1px solid var(--sx-gray-100); display: flex; align-items: center; gap: 8px; }
.sx-price__list li::before { content: '✓'; color: var(--sx-teal); font-weight: 800; flex-shrink: 0; }

/* ── 7. COMPARISON TABLE ── */
.sx-compare { width: 100%; border-collapse: collapse; border-radius: var(--sx-radius); overflow: hidden; box-shadow: var(--sx-shadow); }
.sx-compare th { background: var(--sx-navy); color: var(--sx-white); padding: 16px 20px; text-align: right; font-size: .9rem; font-weight: 700; }
.sx-compare th:first-child { width: 40%; }
.sx-compare td { padding: 14px 20px; font-size: .88rem; border-bottom: 1px solid var(--sx-gray-100); }
.sx-compare tr:last-child td { border-bottom: none; }
.sx-compare tr:nth-child(even) td { background: var(--sx-gray-50); }
.sx-compare .sx-yes { color: #16a34a; font-weight: 700; }
.sx-compare .sx-no { color: #dc2626; font-weight: 700; }
.sx-compare .sx-us { background: rgba(14,165,160,.06); font-weight: 600; }

/* ── 8. AREAS ── */
.sx-areas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.sx-area__tag { background: var(--sx-white); border: 1px solid var(--sx-gray-100); border-radius: var(--sx-radius-sm); padding: 10px 18px; font-size: .88rem; font-weight: 600; color: var(--sx-navy); display: flex; align-items: center; gap: 6px; transition: var(--sx-trans); box-shadow: var(--sx-shadow); }
.sx-area__tag:hover { background: var(--sx-teal); color: var(--sx-white); border-color: var(--sx-teal); }
.sx-area__tag::before { content: '📍'; font-size: .85rem; }

/* ── 9. EMERGENCY ── */
.sx-emergency { background: linear-gradient(135deg, #7f1d1d, #b91c1c); border-radius: var(--sx-radius); padding: 52px 48px; color: var(--sx-white); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sx-emergency h2 { color: var(--sx-white); margin: 0 0 12px; font-size: 1.8rem; }
.sx-emergency p { color: rgba(255,255,255,.85); margin: 0; max-width: 520px; }
.sx-emergency__actions { flex-shrink: 0; display: flex; flex-direction: column; gap: 12px; }

/* ── 10. TESTIMONIALS ── */
.sx-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sx-review__card { background: var(--sx-white); border-radius: var(--sx-radius); padding: 28px; box-shadow: var(--sx-shadow); border-top: 3px solid var(--sx-teal); }
.sx-review__stars { color: var(--sx-gold); font-size: 1.1rem; margin-bottom: 14px; }
.sx-review__text { font-size: .9rem; margin-bottom: 20px; font-style: italic; line-height: 1.8; }
.sx-review__author { display: flex; align-items: center; gap: 12px; }
.sx-review__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg,var(--sx-teal),var(--sx-navy)); display: flex; align-items: center; justify-content: center; color: var(--sx-white); font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.sx-review__name { font-weight: 700; font-size: .9rem; color: var(--sx-navy); }
.sx-review__location { font-size: .78rem; color: var(--sx-gray-600); }

/* ── 11. TRUST BADGES ── */
.sx-trust { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.sx-trust__badge { background: var(--sx-white); border: 1px solid var(--sx-gray-100); border-radius: var(--sx-radius); padding: 20px 28px; display: flex; align-items: center; gap: 14px; box-shadow: var(--sx-shadow); min-width: 200px; }
.sx-trust__icon { font-size: 2rem; }
.sx-trust__label { font-size: .88rem; font-weight: 700; color: var(--sx-navy); }
.sx-trust__sublabel { font-size: .75rem; color: var(--sx-gray-600); }

/* ── 12. BEFORE/AFTER ── */
.sx-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sx-ba__card { border-radius: var(--sx-radius); overflow: hidden; box-shadow: var(--sx-shadow); }
.sx-ba__label { padding: 14px 20px; font-weight: 700; font-size: .9rem; }
.sx-ba__before .sx-ba__label { background: #fee2e2; color: #991b1b; }
.sx-ba__after .sx-ba__label { background: #dcfce7; color: #166534; }
.sx-ba__body { background: var(--sx-white); padding: 20px; }
.sx-ba__body ul { list-style: none; padding: 0; margin: 0; }
.sx-ba__body ul li { padding: 6px 0; font-size: .88rem; border-bottom: 1px solid var(--sx-gray-100); display: flex; align-items: flex-start; gap: 8px; }
.sx-ba__before li::before { content: '✗'; color: #dc2626; font-weight: 800; }
.sx-ba__after li::before { content: '✓'; color: #16a34a; font-weight: 800; }

/* ── 13. MISTAKES ── */
.sx-mistakes { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.sx-mistake { background: var(--sx-white); border-radius: var(--sx-radius-sm); padding: 20px; display: flex; gap: 16px; align-items: flex-start; border: 1px solid var(--sx-gray-100); box-shadow: var(--sx-shadow); }
.sx-mistake__num { width: 36px; height: 36px; border-radius: 50%; background: #fee2e2; color: #991b1b; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .9rem; }
.sx-mistake h4 { margin: 0 0 6px; font-size: .93rem; color: var(--sx-navy); }
.sx-mistake p { margin: 0; font-size: .85rem; }

/* ── 14. FAQ ── */
.sx-faq { max-width: 820px; margin: 0 auto; }
.sx-faq__item { border: 1px solid var(--sx-gray-100); border-radius: var(--sx-radius-sm); margin-bottom: 12px; overflow: hidden; box-shadow: var(--sx-shadow); }
.sx-faq__q { width: 100%; background: var(--sx-white); border: none; padding: 20px 24px; text-align: right; font-family: var(--sx-font-ar); font-size: .98rem; font-weight: 700; color: var(--sx-navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: var(--sx-trans); }
.sx-faq__q:hover { background: var(--sx-teal-pale); }
.sx-faq__q.active { background: var(--sx-navy); color: var(--sx-white); }
.sx-faq__icon { font-size: 1.2rem; transition: transform var(--sx-trans); flex-shrink: 0; }
.sx-faq__q.active .sx-faq__icon { transform: rotate(45deg); }
.sx-faq__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.sx-faq__a.open { max-height: 400px; }
.sx-faq__a-inner { padding: 18px 24px; font-size: .9rem; line-height: 1.85; background: var(--sx-gray-50); border-top: 1px solid var(--sx-gray-100); }

/* ── 15. INTERNAL LINKS ── */
.sx-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.sx-link__card { background: var(--sx-white); border: 1px solid var(--sx-gray-100); border-radius: var(--sx-radius); padding: 24px; display: flex; align-items: center; gap: 16px; box-shadow: var(--sx-shadow); transition: var(--sx-trans); text-decoration: none; color: inherit; }
.sx-link__card:hover { border-color: var(--sx-teal); box-shadow: var(--sx-shadow-md); }
.sx-link__icon { width: 52px; height: 52px; border-radius: var(--sx-radius-sm); background: linear-gradient(135deg,var(--sx-teal-pale),#c2f2f0); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.sx-link__text h4 { margin: 0 0 4px; font-size: .95rem; color: var(--sx-navy); }
.sx-link__text p { margin: 0; font-size: .82rem; color: var(--sx-gray-600); }
.sx-link__arrow { margin-right: auto; color: var(--sx-teal); font-size: 1.2rem; }

/* ── 16. FINAL CTA ── */
.sx-cta-final { background: linear-gradient(135deg,var(--sx-navy) 0%,var(--sx-navy-mid) 100%); border-radius: var(--sx-radius); padding: 64px 48px; text-align: center; color: var(--sx-white); position: relative; overflow: hidden; }
.sx-cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(14,165,160,.15) 0%, transparent 60%); }
.sx-cta-final h2 { color: var(--sx-white); font-size: 2rem; margin: 0 0 16px; position: relative; }
.sx-cta-final p { color: rgba(255,255,255,.8); max-width: 580px; margin: 0 auto 36px; position: relative; }
.sx-cta-final .sx-btn-group { justify-content: center; position: relative; }

/* ── STICKY MOBILE CTA ── */
.sx-sticky-cta { display: none; position: fixed; bottom: 0; right: 0; left: 0; z-index: 999; background: var(--sx-navy); padding: 12px 16px; gap: 10px; }
.sx-sticky-cta .sx-btn { flex: 1; justify-content: center; font-size: .9rem; padding: 13px 16px; }

/* ── INFO SNIPPET (AI-ready) ── */
.sx-snippet { background: var(--sx-teal-pale); border-right: 4px solid var(--sx-teal); border-radius: var(--sx-radius-sm); padding: 20px 24px; margin: 28px 0; }
.sx-snippet h4 { color: var(--sx-navy); margin: 0 0 10px; font-size: 1rem; }
.sx-snippet p,.sx-snippet ul { margin: 0; font-size: .9rem; color: var(--sx-text); }
.sx-snippet ul { padding-right: 18px; }
.sx-snippet ul li { margin-bottom: 6px; }

/* ── CTA BANNER mid-page ── */
.sx-mid-cta { background: linear-gradient(135deg,var(--sx-teal),var(--sx-teal-light)); border-radius: var(--sx-radius); padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0; }
.sx-mid-cta h3 { color: var(--sx-white); margin: 0 0 8px; font-size: 1.3rem; }
.sx-mid-cta p { color: rgba(255,255,255,.88); margin: 0; font-size: .9rem; }
.sx-mid-cta__text { flex: 1; }

/* ── WHATSAPP FLOAT ── */
.sx-wa-float { position: fixed; bottom: 80px; left: 24px; z-index: 998; width: 56px; height: 56px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.5); text-decoration: none; font-size: 1.6rem; transition: var(--sx-trans); }
.sx-wa-float:hover { transform: scale(1.1); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sx-hero__inner { grid-template-columns: 1fr; }
  .sx-hero__card { display: none; }
  .sx-pain { grid-template-columns: repeat(2,1fr); }
  .sx-why { grid-template-columns: 1fr; }
  .sx-why__visual { order: -1; }
  .sx-features { grid-template-columns: repeat(2,1fr); }
  .sx-process { flex-direction: column; gap: 20px; }
  .sx-process::before { display: none; }
  .sx-process__step { display: flex; align-items: flex-start; gap: 16px; text-align: right; }
  .sx-process__num { margin: 0; flex-shrink: 0; width: 52px; height: 52px; font-size: 1.1rem; }
  .sx-pricing { grid-template-columns: 1fr; }
  .sx-price__card--featured { transform: none; }
  .sx-compare { font-size: .8rem; }
  .sx-compare th, .sx-compare td { padding: 10px 12px; }
  .sx-reviews { grid-template-columns: 1fr; }
  .sx-ba { grid-template-columns: 1fr; }
  .sx-mistakes { grid-template-columns: 1fr; }
  .sx-links { grid-template-columns: 1fr; }
  .sx-emergency { flex-direction: column; text-align: center; padding: 36px 24px; }
  .sx-mid-cta { flex-direction: column; text-align: center; }
  .sx-cta-final { padding: 40px 24px; }
  .sx-cta-final h2 { font-size: 1.5rem; }
  .sx-section { padding: 52px 0; }
  .sx-sticky-cta { display: flex; }
  .sx-wa-float { bottom: 90px; }
}
@media (max-width: 540px) {
  .sx-pain { grid-template-columns: 1fr; }
  .sx-features { grid-template-columns: 1fr; }
  .sx-hero__stats { gap: 16px; }
}/* End custom CSS */