.sx-page-hero{padding:130px 0 75px;background:radial-gradient(circle at 85% 10%,rgba(67,214,177,.13),transparent 35%);border-bottom:1px solid var(--sx-line)}
.sx-page-hero h1{font-size:clamp(48px,7vw,84px);line-height:1;letter-spacing:-.055em;margin:16px 0 22px;max-width:950px}
.sx-page-hero p:last-child{max-width:760px;font-size:20px;color:var(--sx-muted)}
.sx-page-content{min-height:420px}
.sx-page-content>div>p{max-width:850px;color:var(--sx-muted);font-size:18px}
.sx-page-content h2{margin-top:60px}
.sx-page-content .wp-block-columns{gap:18px}
.sx-page-content .wp-block-column{padding:28px;border:1px solid var(--sx-line);border-radius:var(--sx-radius);background:var(--sx-panel)}
.sx-cta{text-align:center;background:radial-gradient(circle at 50% 120%,rgba(75,167,255,.18),transparent 55%)}
.sx-cta p{max-width:650px;margin:0 auto 25px}
.custom-logo{max-width:190px;max-height:54px;width:auto}
.sx-footer-grid{display:grid;grid-template-columns:1.2fr 1fr auto}
.sx-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:7px 25px}
.sx-footer-links a:hover{color:var(--sx-accent)}
@media(max-width:900px){.sx-footer-grid{grid-template-columns:1fr}.sx-footer-links{grid-template-columns:1fr 1fr}}
