/*
Theme Name: SARBAXIO
Theme URI: https://sarbaxio.com
Author: SARBAXIO
Description: A lightweight, conversion-focused technology agency theme built for SARBAXIO.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: sarbaxio
*/

:root {
  --sx-bg: #030712;
  --sx-bg-soft: #071126;
  --sx-panel: rgba(10, 22, 48, .72);
  --sx-panel-solid: #0a1630;
  --sx-text: #f7faff;
  --sx-muted: #a8b6ce;
  --sx-cyan: #18d8ff;
  --sx-blue: #1887ff;
  --sx-violet: #995cff;
  --sx-line: rgba(128, 167, 222, .18);
  --sx-radius: 24px;
  --sx-shadow: 0 24px 80px rgba(0, 0, 0, .34);
  --sx-max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sx-text);
  background:
    radial-gradient(circle at 12% -10%, rgba(24, 216, 255, .12), transparent 32rem),
    radial-gradient(circle at 88% 6%, rgba(153, 92, 255, .13), transparent 34rem),
    var(--sx-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sx-cyan); outline-offset: 4px; }

.sx-container { width: min(calc(100% - 40px), var(--sx-max)); margin-inline: auto; }
.sx-skip { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; color: #03101c; background: var(--sx-cyan); border-radius: 10px; font-weight: 800; }
.sx-skip:focus { top: 16px; }
.sx-gradient-text { color: transparent; background: linear-gradient(95deg, var(--sx-cyan), #5ca8ff 48%, var(--sx-violet)); -webkit-background-clip: text; background-clip: text; }
.sx-eyebrow { margin: 0 0 16px; color: var(--sx-cyan); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.sx-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 13px; color: #dffaff; background: rgba(16, 216, 255, .07); border: 1px solid rgba(24, 216, 255, .25); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sx-kicker::before { width: 7px; height: 7px; background: var(--sx-cyan); border-radius: 50%; box-shadow: 0 0 16px var(--sx-cyan); content: ""; }
.sx-section { position: relative; padding: 112px 0; }
.sx-section--compact { padding: 76px 0; }
.sx-section--tint { background: linear-gradient(180deg, rgba(7, 17, 38, .2), rgba(7, 17, 38, .78), rgba(7, 17, 38, .2)); border-block: 1px solid rgba(128, 167, 222, .08); }
.sx-section-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 42px; align-items: end; margin-bottom: 52px; }
.sx-section-head h2, .sx-page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.sx-section-head p { margin: 0; color: var(--sx-muted); font-size: 1.05rem; }
.sx-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-weight: 850; letter-spacing: -.01em; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.sx-button:hover { transform: translateY(-3px); }
.sx-button--primary { color: #02101a; background: linear-gradient(100deg, var(--sx-cyan), #51a6ff 48%, var(--sx-violet)); border: 0; box-shadow: 0 14px 35px rgba(24, 166, 255, .22); }
.sx-button--primary:hover { box-shadow: 0 18px 45px rgba(89, 124, 255, .33); }
.sx-button--ghost { background: rgba(255,255,255,.035); }
.sx-button--ghost:hover { border-color: rgba(24,216,255,.55); background: rgba(24,216,255,.06); }
.sx-link { display: inline-flex; align-items: center; gap: 8px; color: #eafcff; font-weight: 800; }
.sx-link::after { color: var(--sx-cyan); content: "\2192"; transition: transform .2s ease; }
.sx-link:hover::after { transform: translateX(4px); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(3, 7, 18, .82); border-bottom: 1px solid rgba(128,167,222,.13); box-shadow: 0 14px 40px rgba(0,0,0,.2); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.sx-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 26px; }
.sx-brand { position: relative; display: block; width: 242px; height: 54px; overflow: hidden; border-radius: 8px; }
.sx-brand img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.sx-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.sx-menu a { position: relative; color: #dfe8f7; font-size: .93rem; font-weight: 750; }
.sx-menu a::after { position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: linear-gradient(90deg, var(--sx-cyan), var(--sx-violet)); content: ""; transition: right .25s ease; }
.sx-menu a:hover::after, .sx-menu .current-menu-item a::after { right: 0; }
.sx-header-cta { min-height: 44px; padding-inline: 18px; font-size: .88rem; }
.sx-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; color: var(--sx-text); background: rgba(255,255,255,.04); border: 1px solid var(--sx-line); border-radius: 14px; }
.sx-menu-toggle span, .sx-menu-toggle::before, .sx-menu-toggle::after { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.sx-menu-toggle.is-open span { opacity: 0; }
.sx-menu-toggle.is-open::before { transform: translateY(7px) rotate(45deg); }
.sx-menu-toggle.is-open::after { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.sx-hero { position: relative; display: grid; min-height: 100svh; align-items: center; overflow: hidden; padding: 150px 0 92px; }
.sx-hero::before { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(70,120,190,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(70,120,190,.08) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); content: ""; }
.sx-orb { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .16; pointer-events: none; }
.sx-orb--cyan { left: -180px; top: 10%; background: var(--sx-cyan); }
.sx-orb--violet { right: -170px; bottom: 2%; background: var(--sx-violet); }
.sx-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr); gap: 72px; align-items: center; }
.sx-hero-copy h1 { max-width: 850px; margin: 0; font-size: clamp(3.4rem, 7.8vw, 7.35rem); line-height: .85; letter-spacing: -.075em; }
.sx-hero-copy > p { max-width: 680px; margin: 28px 0 0; color: var(--sx-muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.sx-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.sx-trust { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 48px; color: #d8e3f3; font-size: .88rem; font-weight: 700; }
.sx-trust span { display: inline-flex; align-items: center; gap: 9px; }
.sx-trust span::before { color: var(--sx-cyan); content: "\2713"; }
.sx-console { position: relative; min-height: 520px; padding: 1px; background: linear-gradient(145deg, rgba(24,216,255,.7), rgba(24,135,255,.12) 46%, rgba(153,92,255,.72)); border-radius: 32px; box-shadow: var(--sx-shadow), 0 0 80px rgba(75,92,255,.12); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.sx-console-inner { position: absolute; inset: 1px; overflow: hidden; padding: 24px; background: linear-gradient(160deg, rgba(8,20,44,.96), rgba(3,9,22,.98)); border-radius: 31px; }
.sx-console-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--sx-line); }
.sx-dots { display: flex; gap: 7px; }
.sx-dots i { width: 8px; height: 8px; background: #31405b; border-radius: 50%; }
.sx-console-label { color: #8fa2bf; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sx-code { display: grid; gap: 17px; padding: 34px 6px; font-family: "SFMono-Regular", Consolas, monospace; font-size: .87rem; }
.sx-code div { display: flex; gap: 14px; color: #9eb0c9; }
.sx-code b { color: #53657f; font-weight: 500; }
.sx-code strong { color: var(--sx-cyan); }
.sx-code em { color: #b083ff; font-style: normal; }
.sx-mini-dashboard { position: absolute; right: 22px; bottom: 24px; left: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sx-metric { padding: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 17px; }
.sx-metric strong { display: block; margin-bottom: 2px; font-size: 1.15rem; }
.sx-metric span { color: #8193ad; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.sx-status { position: absolute; top: 94px; right: -26px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; color: #dffcff; background: rgba(8,20,44,.88); border: 1px solid rgba(24,216,255,.25); border-radius: 15px; box-shadow: var(--sx-shadow); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 800; }
.sx-status::before { width: 8px; height: 8px; background: #3bffb0; border-radius: 50%; box-shadow: 0 0 14px #3bffb0; content: ""; }

/* Cards */
.sx-services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.sx-service-card { position: relative; grid-column: span 4; min-height: 325px; overflow: hidden; padding: 30px; background: linear-gradient(155deg, rgba(13,29,61,.82), rgba(6,14,31,.88)); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.sx-service-card::before { position: absolute; inset: -1px; opacity: 0; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(24,216,255,.17), transparent 38%); content: ""; transition: opacity .3s ease; }
.sx-service-card:hover { transform: translateY(-8px); border-color: rgba(95,174,255,.36); box-shadow: 0 22px 60px rgba(0,0,0,.24); }
.sx-service-card:hover::before { opacity: 1; }
.sx-service-card--wide { grid-column: span 6; }
.sx-card-content { position: relative; z-index: 1; }
.sx-card-number { display: inline-flex; width: 45px; height: 45px; align-items: center; justify-content: center; margin-bottom: 46px; color: var(--sx-cyan); background: rgba(24,216,255,.07); border: 1px solid rgba(24,216,255,.2); border-radius: 14px; font-family: monospace; font-size: .82rem; font-weight: 900; }
.sx-service-card h3 { margin: 0 0 12px; font-size: 1.42rem; line-height: 1.15; letter-spacing: -.035em; }
.sx-service-card p { margin: 0 0 26px; color: var(--sx-muted); font-size: .94rem; }
.sx-pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.sx-pill-list li { padding: 7px 10px; color: #c6d4e9; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.065); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.sx-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.sx-step { position: relative; padding: 28px; background: rgba(8,18,39,.62); border: 1px solid var(--sx-line); border-radius: 22px; counter-increment: steps; }
.sx-step::before { display: block; margin-bottom: 32px; color: var(--sx-cyan); font-family: monospace; font-size: .8rem; font-weight: 800; content: "0" counter(steps); }
.sx-step h3 { margin: 0 0 8px; font-size: 1.13rem; }
.sx-step p { margin: 0; color: var(--sx-muted); font-size: .88rem; }
.sx-proof { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: linear-gradient(145deg, rgba(8,19,42,.95), rgba(4,10,24,.9)); border: 1px solid var(--sx-line); border-radius: 32px; }
.sx-proof-aside { display: grid; align-content: space-between; min-height: 470px; padding: 42px; background: radial-gradient(circle at 20% 10%, rgba(24,216,255,.17), transparent 45%), radial-gradient(circle at 90% 90%, rgba(153,92,255,.15), transparent 45%); border-right: 1px solid var(--sx-line); }
.sx-proof-mark { font-size: 5rem; line-height: 1; letter-spacing: -.08em; }
.sx-proof-mark span { color: var(--sx-violet); }
.sx-proof-aside p { margin: 0; color: #c2d0e4; }
.sx-proof-main { display: grid; grid-template-columns: repeat(2, 1fr); }
.sx-benefit { min-height: 235px; padding: 36px; border-right: 1px solid var(--sx-line); border-bottom: 1px solid var(--sx-line); }
.sx-benefit:nth-child(2n) { border-right: 0; }
.sx-benefit:nth-last-child(-n+2) { border-bottom: 0; }
.sx-benefit h3 { margin: 0 0 11px; font-size: 1.16rem; }
.sx-benefit p { margin: 0; color: var(--sx-muted); font-size: .9rem; }
.sx-benefit-icon { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 33px; color: var(--sx-cyan); background: rgba(24,216,255,.07); border-radius: 12px; font-weight: 900; }
.sx-cta-panel { position: relative; overflow: hidden; padding: clamp(38px, 7vw, 80px); text-align: center; background: linear-gradient(140deg, rgba(10,35,68,.95), rgba(16,11,48,.95)); border: 1px solid rgba(100,168,255,.3); border-radius: 34px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.sx-cta-panel::before { position: absolute; inset: -70%; background: conic-gradient(from 90deg, transparent, rgba(24,216,255,.12), transparent 25%, rgba(153,92,255,.14), transparent 60%); animation: sxSpin 18s linear infinite; content: ""; }
.sx-cta-panel > * { position: relative; }
.sx-cta-panel h2 { max-width: 850px; margin: 0 auto 18px; font-size: clamp(2.25rem, 5.5vw, 5.2rem); line-height: .95; letter-spacing: -.06em; }
.sx-cta-panel p { max-width: 650px; margin: 0 auto; color: #b9c8dd; }
.sx-cta-panel .sx-actions { justify-content: center; }
@keyframes sxSpin { to { transform: rotate(360deg); } }

/* Pages */
.sx-page-hero { position: relative; overflow: hidden; padding: 180px 0 88px; border-bottom: 1px solid rgba(128,167,222,.1); }
.sx-page-hero p { max-width: 720px; margin: 26px 0 0; color: var(--sx-muted); font-size: 1.16rem; }
.sx-page-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 70px; }
.sx-sticky { position: sticky; top: 120px; align-self: start; }
.sx-service-group { padding: 36px 0; border-top: 1px solid var(--sx-line); }
.sx-service-group:first-child { padding-top: 0; border-top: 0; }
.sx-service-group h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.sx-service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.sx-service-list li { position: relative; padding: 13px 14px 13px 38px; color: #c2cfe1; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.05); border-radius: 12px; font-size: .88rem; }
.sx-service-list li::before { position: absolute; left: 15px; color: var(--sx-cyan); content: "+"; font-weight: 900; }
.sx-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sx-about-card { padding: 34px; background: var(--sx-panel); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); }
.sx-about-card h3 { margin-top: 0; }
.sx-about-card p { margin-bottom: 0; color: var(--sx-muted); }
.sx-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }
.sx-contact-card { padding: 30px; background: var(--sx-panel); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); }
.sx-contact-form { display: grid; gap: 17px; }
.sx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.sx-contact-form label { display: grid; gap: 7px; color: #dce7f7; font-size: .84rem; font-weight: 750; }
.sx-contact-form input, .sx-contact-form textarea { width: 100%; color: var(--sx-text); background: rgba(2,8,20,.7); border: 1px solid rgba(128,167,222,.22); border-radius: 13px; padding: 14px 15px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.sx-contact-form input:focus, .sx-contact-form textarea:focus { border-color: var(--sx-cyan); box-shadow: 0 0 0 4px rgba(24,216,255,.08); }
.sx-contact-form textarea { min-height: 150px; resize: vertical; }
.sx-notice { margin-bottom: 20px; padding: 14px 16px; background: rgba(59,255,176,.08); border: 1px solid rgba(59,255,176,.25); border-radius: 12px; }
.sx-honeypot { position: absolute !important; left: -9999px !important; }
.sx-content { max-width: 820px; }
.sx-content h2 { margin-top: 2em; font-size: 2rem; letter-spacing: -.04em; }
.sx-content h3 { margin-top: 1.7em; }
.sx-content p, .sx-content li { color: #bdcadd; }
.sx-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sx-post-card { overflow: hidden; background: var(--sx-panel); border: 1px solid var(--sx-line); border-radius: 22px; }
.sx-post-card-thumb { display: block; aspect-ratio: 16/10; background: linear-gradient(145deg, rgba(24,216,255,.18), rgba(153,92,255,.15)); }
.sx-post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sx-post-card-body { padding: 26px; }
.sx-post-card h2 { margin: 8px 0 12px; font-size: 1.3rem; line-height: 1.18; }
.sx-post-card p { color: var(--sx-muted); font-size: .9rem; }
.sx-meta { color: var(--sx-cyan); font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Footer */
.site-footer { padding: 72px 0 28px; background: #02050c; border-top: 1px solid rgba(128,167,222,.1); }
.sx-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 48px; padding-bottom: 60px; }
.sx-footer-brand { width: 250px; height: 58px; overflow: hidden; }
.sx-footer-brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sx-footer-copy { max-width: 380px; margin-top: 20px; color: #8fa0b9; font-size: .9rem; }
.sx-footer-title { margin: 0 0 19px; color: #f4f8ff; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sx-footer-links { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.sx-footer-links a { color: #9fadc2; font-size: .87rem; transition: color .2s ease; }
.sx-footer-links a:hover { color: var(--sx-cyan); }
.sx-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #697991; border-top: 1px solid rgba(128,167,222,.1); font-size: .78rem; }

.sx-reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
.sx-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .sx-header-cta { display: none; }
  .sx-menu-toggle { display: block; }
  .sx-nav { position: fixed; top: 82px; right: 20px; left: 20px; display: none; padding: 18px; background: rgba(3,7,18,.97); border: 1px solid var(--sx-line); border-radius: 20px; box-shadow: var(--sx-shadow); backdrop-filter: blur(20px); }
  .sx-nav.is-open { display: block; }
  .sx-menu { display: grid; gap: 0; }
  .sx-menu a { display: block; padding: 13px 10px; }
  .sx-menu a::after { display: none; }
  .sx-hero-grid { grid-template-columns: 1fr; }
  .sx-console { width: min(100%, 650px); min-height: 450px; transform: none; }
  .sx-service-card { grid-column: span 6; }
  .sx-process { grid-template-columns: repeat(2, 1fr); }
  .sx-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 720px) {
  body { font-size: 16px; }
  .sx-container { width: min(calc(100% - 28px), var(--sx-max)); }
  .sx-section { padding: 82px 0; }
  .sx-header-inner { min-height: 72px; }
  .sx-brand { width: 194px; height: 45px; }
  .sx-nav { top: 72px; }
  .sx-hero { min-height: auto; padding: 132px 0 72px; }
  .sx-hero-grid { gap: 48px; }
  .sx-hero-copy h1 { font-size: clamp(3.15rem, 16vw, 5.2rem); }
  .sx-hero-copy > p { font-size: 1.03rem; }
  .sx-actions { display: grid; }
  .sx-button { width: 100%; }
  .sx-trust { display: grid; gap: 10px; margin-top: 36px; }
  .sx-console { min-height: 425px; }
  .sx-console-inner { padding: 18px; }
  .sx-code { font-size: .72rem; }
  .sx-status { top: 80px; right: 10px; }
  .sx-mini-dashboard { grid-template-columns: 1fr; }
  .sx-metric:nth-child(n+2) { display: none; }
  .sx-section-head { grid-template-columns: 1fr; gap: 20px; }
  .sx-service-card, .sx-service-card--wide { grid-column: span 12; min-height: 300px; }
  .sx-process, .sx-proof, .sx-proof-main, .sx-page-grid, .sx-about-grid, .sx-contact-grid, .sx-post-grid, .sx-form-row { grid-template-columns: 1fr; }
  .sx-sticky { position: static; }
  .sx-proof-aside { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--sx-line); }
  .sx-benefit { min-height: auto; border-right: 0; }
  .sx-benefit:nth-last-child(2) { border-bottom: 1px solid var(--sx-line); }
  .sx-service-list { grid-template-columns: 1fr; }
  .sx-page-hero { padding: 145px 0 68px; }
  .sx-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .sx-footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .sx-reveal { opacity: 1; transform: none; }
}
