/*
Theme Name: SimpleWebSA
Theme URI: https://simplewebsa.com
Author: SimpleWebSA
Author URI: https://simplewebsa.com
Description: Custom WordPress theme for SimpleWebSA — professional website design studio based in Durban, South Africa. Fast, modern, SEO-optimised.
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simplewebsa
Tags: custom, dark, modern, business
*/

/* NOTE: Google Fonts are loaded via wp_enqueue_style() in functions.php
 * (simplewebsa_assets), NOT via @import here. This eliminates the
 * render-blocking CSS @import penalty and improves Core Web Vitals.
 */

/* ─── CSS VARIABLES (global) ─── */
:root {
  --bg:#08090D;
  --surf:#0F1118;
  --surf2:#161A24;
  --brd:#1E2230;
  --acc:#C8FF00;
  --txt:#F0F2FF;
  --muted:#5A6278;
  --muted2:#8891A8;
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--txt);
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

a { text-decoration: none !important; }

img { max-width: 100%; height: auto; display: block; }

/* WordPress admin bar offset */
.admin-bar .swsa-nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .swsa-nav { top: 46px; }
}

/* Hidden SEO H1 — visible to Google, invisible to users */
.swsa-seo-h1 {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0; margin: 0; padding: 0;
}

/* ─── NAV ─── */
.swsa-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  background: rgba(8,9,13,0); border-bottom: 1px solid transparent;
  position: sticky; top: 0; z-index: 999;
  transition: background .35s, border-color .35s, box-shadow .35s;
  will-change: background; gap: 16px;
}
.swsa-nav.swsa-scrolled { background: rgba(8,9,13,.97); border-bottom-color: var(--brd); box-shadow: 0 4px 32px rgba(0,0,0,.4); }
.swsa-nlogo { display: flex; align-items: center; gap: 10px; }
.swsa-nlogo-icon { width: 34px; height: 34px; background: var(--acc); border-radius: 9px; display: flex; align-items: center; justify-content: center; transition: transform .25s, box-shadow .25s; flex-shrink: 0; }
.swsa-nlogo:hover .swsa-nlogo-icon { transform: rotate(-8deg) scale(1.05); box-shadow: 0 0 16px rgba(200,255,0,.4); }
.swsa-nlogo-txt { font-weight: 800; font-size: 1rem; color: var(--txt); }
.swsa-nlogo-txt span { color: var(--acc); }
.swsa-nlinks { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.swsa-nlinks a { color: var(--muted2) !important; font-size: .87rem; font-weight: 500; transition: color .2s; position: relative; }
.swsa-nlinks a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.swsa-nlinks a:hover { color: var(--txt) !important; }
.swsa-nlinks a:hover::after { transform: scaleX(1); }
.swsa-nlinks li { list-style: none; }
.swsa-ncta { background: var(--acc); color: #08090D !important; padding: 9px 20px; border-radius: 100px; font-weight: 700; font-size: .84rem; white-space: nowrap; transition: box-shadow .3s cubic-bezier(0.16,1,0.3,1), transform .35s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-ncta:hover { box-shadow: 0 0 24px rgba(200,255,0,.5); transform: translateY(-1px); }
.swsa-ham { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 6px; cursor: pointer; background: none; border: none; padding: 10px; margin: -10px; min-width: 44px; min-height: 44px; flex-shrink: 0; }
.swsa-ham span { display: block; width: 24px; height: 2px; background: var(--txt); border-radius: 2px; transition: transform .35s cubic-bezier(0.16,1,0.3,1), opacity .2s; flex-shrink: 0; }
.swsa-ham.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.swsa-ham.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.swsa-ham.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.swsa-mob-menu { display: flex; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: rgba(8,9,13,.98); border-bottom: 1px solid var(--brd); padding: 0 5%; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); z-index: 998; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .4s cubic-bezier(0.16,1,0.3,1), opacity .3s, padding .4s; pointer-events: none; }
.swsa-mob-menu.open { max-height: 560px; opacity: 1; padding: 16px 5% 24px; pointer-events: auto; }
.swsa-mob-menu a { display: flex; align-items: center; color: var(--muted2) !important; font-size: 1rem; font-weight: 500; padding: 14px 0; border-bottom: 1px solid var(--brd); transition: color .2s, transform .25s; flex-shrink: 0; }
.swsa-mob-menu a:last-child { border-bottom: none; }
.swsa-mob-menu a:hover { color: var(--txt) !important; transform: translateX(4px); }
.swsa-mob-cta { margin-top: 12px; background: var(--acc) !important; color: #08090D !important; text-align: center; justify-content: center; padding: 13px 24px; border-radius: 100px; font-weight: 700; font-size: .95rem; border-bottom: none !important; transition: box-shadow .3s, transform .3s !important; }
.admin-bar .swsa-mob-menu { top: calc(68px + 32px); }
@media screen and (max-width: 782px) {
  .admin-bar .swsa-mob-menu { top: calc(68px + 46px); }
}

/* ─── HERO ─── */
.swsa-hero { padding: 90px 5% 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; overflow: visible; }
.swsa-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(200,255,0,.07) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 5% 80%, rgba(255,61,107,.04) 0%, transparent 60%); }
.swsa-gbg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--brd) 1px, transparent 1px), linear-gradient(90deg, var(--brd) 1px, transparent 1px); background-size: 60px 60px; opacity: .3; mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 80%); animation: swsa-gridfade 1.6s cubic-bezier(0.16,1,0.3,1) both; }
@keyframes swsa-gridfade { from { opacity: 0; } to { opacity: .3; } }
.swsa-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,255,0,.08); border: 1px solid rgba(200,255,0,.25); border-radius: 100px; padding: 6px 16px; font-size: .78rem; font-weight: 600; color: var(--acc); margin-bottom: 22px; animation: swsa-up .6s cubic-bezier(0.16,1,0.3,1) both; will-change: opacity, transform; }
.swsa-bdot { width: 7px; height: 7px; border-radius: 50%; background: var(--acc); animation: swsa-pulse 2.2s cubic-bezier(0.4,0,0.6,1) infinite; }
@keyframes swsa-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .55; transform: scale(1.45); } }
/* Visual hero headline — now an H2 tag but keeps identical styling */
h1.swsa-h1-visual, h2.swsa-h1-visual { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .95; letter-spacing: 1px; margin: 0 0 22px 0; color: var(--txt); animation: swsa-up .65s .09s cubic-bezier(0.16,1,0.3,1) both; will-change: opacity, transform; }
h1.swsa-h1-visual .swsa-a, h2.swsa-h1-visual .swsa-a { color: var(--acc); }
h1.swsa-h1-visual .swsa-s, h2.swsa-h1-visual .swsa-s { -webkit-text-stroke: 2px var(--txt); color: transparent; }

/* ─── YOAST SEO CONTENT SECTION ─────────────────────────────────────
 * Outputs the WordPress page editor content so Yoast can analyse it.
 * Displays as a clean, styled prose section between hero and marquee.
 * Only visible when there is content in the homepage editor.
 * ─────────────────────────────────────────────────────────────────── */
.swsa-yoast-content { padding-top: 56px; padding-bottom: 12px; }
.swsa-yc-inner { max-width: 760px; margin: 0 auto; padding: 0 5%; }
.swsa-yc-inner p { font-size: 1.05rem; line-height: 1.8; color: var(--muted2); margin: 0 0 1.25em 0; }
.swsa-yc-inner h2 { font-size: clamp(1.25rem, 2.4vw, 1.65rem); font-weight: 700; color: var(--txt); margin: 2em 0 0.55em 0; letter-spacing: -.01em; }
.swsa-yc-inner h3 { font-size: 1.1rem; font-weight: 600; color: var(--txt); margin: 1.5em 0 0.45em 0; }
.swsa-yc-inner a { color: var(--acc); text-decoration: underline; text-underline-offset: 3px; }
.swsa-yc-inner a:hover { opacity: .8; }
.swsa-yc-inner strong { color: var(--txt); font-weight: 600; }
.swsa-yc-inner ul, .swsa-yc-inner ol { padding-left: 1.4em; margin: 0 0 1.25em 0; }
.swsa-yc-inner li { margin-bottom: 0.4em; color: var(--muted2); font-size: 1rem; line-height: 1.7; }
/* Gutenberg image block inside Yoast content section */
.swsa-yc-inner figure { margin: 1.5em 0 2em; }
.swsa-yc-inner figure img { width: 100%; height: auto; border-radius: 14px; display: block; }
.swsa-yc-inner figcaption { font-size: .78rem; color: var(--muted); margin-top: .5em; text-align: center; }
@media (max-width: 600px) {
  .swsa-yc-inner h2 { font-size: 1.2rem; }
}
.swsa-h2 .swsa-a { color: var(--acc); }
.swsa-hsub { font-size: 1rem; color: var(--muted2); line-height: 1.75; max-width: 480px; margin: 0 0 34px 0; animation: swsa-up .65s .2s cubic-bezier(0.16,1,0.3,1) both; will-change: opacity, transform; }
.swsa-hsub strong { color: var(--txt); font-weight: 600; }
.swsa-hbtns { display: flex; gap: 12px; flex-wrap: wrap; animation: swsa-up .65s .32s cubic-bezier(0.16,1,0.3,1) both; will-change: opacity, transform; }
@keyframes swsa-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ─── BUTTONS ─── */
.swsa-bp { background: var(--acc); color: #08090D !important; padding: 14px 28px; border-radius: 100px; font-weight: 700; font-size: .93rem; transition: transform .35s cubic-bezier(0.34,1.56,0.64,1), box-shadow .3s; display: inline-flex; align-items: center; gap: 8px; position: relative; overflow: hidden; }
.swsa-bp::before { content: ''; position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: translateX(-200%); transition: transform .55s; }
.swsa-bp:hover::before { transform: translateX(320%); }
.swsa-bp:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(200,255,0,.45); }
.swsa-bg { background: transparent; color: var(--txt) !important; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: .93rem; border: 1px solid var(--brd); transition: border-color .25s, background .25s; display: inline-flex; align-items: center; gap: 8px; }
.swsa-bg:hover { border-color: var(--muted2); background: var(--surf); }

/* ─── BROWSER MOCKUP ─── */
.swsa-vis { position: relative; animation: swsa-up .75s .18s cubic-bezier(0.16,1,0.3,1) both; will-change: opacity, transform; }
.swsa-brow { background: var(--surf); border-radius: 14px; border: 1px solid var(--brd); overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(200,255,0,.04); transition: transform .45s cubic-bezier(0.16,1,0.3,1), box-shadow .45s; }
.swsa-vis:hover .swsa-brow { transform: translateY(-4px); box-shadow: 0 56px 100px rgba(0,0,0,.7), 0 0 40px rgba(200,255,0,.06); }
.swsa-bbar { background: var(--surf2); padding: 10px 14px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--brd); }
.swsa-dots { display: flex; gap: 6px; margin: 0; padding: 0; }
.swsa-dots span { width: 10px; height: 10px; border-radius: 50%; }
.swsa-dr { background: #FF5F57; } .swsa-dy { background: #FEBC2E; } .swsa-dg { background: #28C840; }
.swsa-url { flex: 1; background: var(--bg); border-radius: 5px; padding: 4px 10px; font-size: .72rem; color: var(--muted2); position: relative; overflow: hidden; }
.swsa-url::after { content: '|'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: var(--acc); font-size: .8rem; animation: swsa-blink 1s step-end infinite; }
@keyframes swsa-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.swsa-bbody { padding: 20px; }
.swsa-fk { background: linear-gradient(135deg, var(--surf2) 0%, #0D1020 100%); border-radius: 8px; padding: 22px; border: 1px solid var(--brd); position: relative; overflow: hidden; }
.swsa-fk::after { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(200,255,0,.04), transparent); transform: translateX(-200%); animation: swsa-sweep 4s 1.5s ease-in-out infinite; }
@keyframes swsa-sweep { 0% { transform: translateX(-200%); } 50%, 100% { transform: translateX(400%); } }
.swsa-ftag { background: rgba(200,255,0,.15); color: var(--acc); font-size: .62rem; font-weight: 700; padding: 3px 10px; border-radius: 100px; display: inline-block; margin: 0 0 10px 0; letter-spacing: 1px; }
.swsa-fh { background: var(--brd); border-radius: 4px; margin-bottom: 8px; }
.swsa-fh1 { height: 22px; width: 80%; } .swsa-fh2 { height: 22px; width: 55%; }
.swsa-fp { height: 9px; background: rgba(255,255,255,.06); border-radius: 4px; margin-bottom: 6px; }
.swsa-fp1 { width: 100%; } .swsa-fp2 { width: 82%; } .swsa-fp3 { width: 65%; }
.swsa-fbtn { background: var(--acc); color: #08090D; font-size: .68rem; font-weight: 700; padding: 7px 14px; border-radius: 100px; display: inline-block; margin-top: 12px; }
.swsa-fl { position: absolute; background: var(--surf2); border: 1px solid var(--brd); border-radius: 12px; padding: 10px 14px; font-size: .78rem; font-weight: 600; display: flex; align-items: center; gap: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.4); white-space: nowrap; color: var(--txt); will-change: transform; }
.swsa-fl1 { bottom: -18px; left: -28px; animation: swsa-f1 4.5s cubic-bezier(0.4,0,0.6,1) infinite; }
.swsa-fl2 { top: -14px; right: -22px; animation: swsa-f2 5.5s cubic-bezier(0.4,0,0.6,1) infinite; }
.swsa-fl3 { bottom: 50px; right: -40px; animation: swsa-f1 6.2s 1.4s cubic-bezier(0.4,0,0.6,1) infinite; }
@keyframes swsa-f1 { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes swsa-f2 { 0%, 100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(9px) rotate(-1.5deg); } }

/* ─── MARQUEE ─── */
.swsa-mq { border-top: 1px solid var(--brd); border-bottom: 1px solid var(--brd); padding: 16px 0; overflow: hidden; background: var(--surf); mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%); }
.swsa-mq-t { display: flex; animation: swsa-mq 30s linear infinite; width: max-content; will-change: transform; }
.swsa-mq-i { display: flex; align-items: center; gap: 12px; padding: 0 34px; font-size: .82rem; font-weight: 600; color: var(--muted2); text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
.swsa-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--acc); flex-shrink: 0; }
@keyframes swsa-mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.swsa-mq:hover .swsa-mq-t { animation-play-state: paused; }

/* ─── SECTIONS ─── */
.swsa-sec { padding: 90px 5%; }
.swsa-sb { background: var(--surf); }
.swsa-s3 { background: var(--surf2); }
.swsa-tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--acc); margin-bottom: 12px; }
.swsa-h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.3rem, 4vw, 3.5rem); line-height: 1; margin: 0 0 14px 0; color: var(--txt); }
.swsa-sub { color: var(--muted2); font-size: .97rem; max-width: 520px; line-height: 1.7; margin: 0; }
.swsa-hd { margin-bottom: 52px; }
.swsa-hd.swsa-c { text-align: center; }
.swsa-hd.swsa-c .swsa-sub { margin: 0 auto; }

/* ─── SCROLL REVEAL ─── */
.swsa-rv { opacity: 0; transform: translateY(22px); transition: opacity .6s cubic-bezier(0.16,1,0.3,1), transform .6s cubic-bezier(0.16,1,0.3,1); will-change: opacity, transform; }
.swsa-rv.on { opacity: 1; transform: translateY(0); }
.swsa-rv-d1 { transition-delay: .05s; } .swsa-rv-d2 { transition-delay: .10s; } .swsa-rv-d3 { transition-delay: .15s; }
.swsa-rv-d4 { transition-delay: .20s; } .swsa-rv-d5 { transition-delay: .25s; } .swsa-rv-d6 { transition-delay: .30s; }
.swsa-rv-d7 { transition-delay: .35s; } .swsa-rv-d8 { transition-delay: .40s; } .swsa-rv-d9 { transition-delay: .45s; }
.swsa-rv-d10 { transition-delay: .50s; } .swsa-rv-d11 { transition-delay: .55s; } .swsa-rv-d12 { transition-delay: .60s; }

/* ─── STATS ─── */
.swsa-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--brd); border: 1px solid var(--brd); border-radius: 18px; overflow: hidden; }
.swsa-stat { background: var(--surf); padding: 34px 22px; text-align: center; position: relative; overflow: hidden; }
.swsa-stat::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% 120%, rgba(200,255,0,.06) 0%, transparent 70%); opacity: 0; transition: opacity .4s; }
.swsa-stat:hover::after { opacity: 1; }
.swsa-stn { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--acc); line-height: 1; margin-bottom: 5px; transition: transform .4s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-stat:hover .swsa-stn { transform: scale(1.05); }
.swsa-stl { font-size: .81rem; color: var(--muted2); font-weight: 500; }

/* ─── WHY SECTION ─── */
.swsa-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.swsa-why-prose { display: flex; flex-direction: column; gap: 18px; }
.swsa-why-prose p { font-size: .97rem; color: var(--muted2); line-height: 1.85; margin: 0; }
.swsa-why-prose p strong { color: var(--txt); font-weight: 600; }
.swsa-why-cards { display: flex; flex-direction: column; gap: 14px; }
.swsa-why-card { background: var(--bg); border: 1px solid var(--brd); border-radius: 14px; padding: 20px 22px; display: flex; align-items: flex-start; gap: 16px; transition: border-color .3s, transform .35s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-why-card:hover { border-color: rgba(200,255,0,.2); transform: translateX(6px); }
.swsa-why-ico { width: 40px; height: 40px; background: rgba(200,255,0,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; transition: background .3s; }
.swsa-why-card:hover .swsa-why-ico { background: rgba(200,255,0,.15); }
.swsa-why-ct h4 { font-size: .95rem; font-weight: 700; color: var(--txt); margin: 0 0 4px 0; }
.swsa-why-ct p { font-size: .82rem; color: var(--muted2); margin: 0; line-height: 1.6; }

/* ─── SERVICES ─── */
.swsa-sg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--brd); border: 1px solid var(--brd); border-radius: 18px; overflow: hidden; }
.swsa-sc { background: var(--bg); padding: 30px 26px; transition: background .35s, transform .35s; position: relative; overflow: hidden; }
.swsa-sc::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--acc), rgba(200,255,0,.3)); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.swsa-sc::before { content: ''; position: absolute; bottom: -40px; right: -40px; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(200,255,0,.1) 0%, transparent 70%); opacity: 0; transition: opacity .4s, transform .4s; transform: scale(.5); }
.swsa-sc:hover { background: var(--surf2); }
.swsa-sc:hover::after { transform: scaleX(1); }
.swsa-sc:hover::before { opacity: 1; transform: scale(2); }
.swsa-sc-new { position: relative; }
.swsa-sc-badge { position: absolute; top: 14px; right: 14px; background: var(--acc); color: #08090D; font-size: .58rem; font-weight: 800; padding: 3px 8px; border-radius: 100px; letter-spacing: .5px; text-transform: uppercase; }
.swsa-si { font-size: 1.7rem; margin: 0 0 14px 0; display: block; transition: transform .4s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-sc:hover .swsa-si { transform: scale(1.15) rotate(-5deg); }
.swsa-st { font-size: 1rem; font-weight: 700; margin: 0 0 8px 0; color: var(--txt); }
.swsa-sd { font-size: .84rem; color: var(--muted2); line-height: 1.7; margin: 0 0 14px 0; }
.swsa-sl { list-style: none; display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0; }
.swsa-sl li { font-size: .77rem; color: var(--muted2); display: flex; align-items: center; gap: 8px; }
.swsa-sl li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--acc); flex-shrink: 0; }

/* ─── STEPS ─── */
.swsa-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.swsa-step { background: var(--surf); border: 1px solid var(--brd); border-radius: 18px; padding: 34px 30px; position: relative; overflow: hidden; transition: border-color .35s, transform .4s cubic-bezier(0.34,1.56,0.64,1), box-shadow .35s; }
.swsa-step:hover { border-color: rgba(200,255,0,.2); transform: translateY(-5px); box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 0 0 1px rgba(200,255,0,.1); }
.swsa-stepn { font-family: 'Bebas Neue', sans-serif; font-size: 5rem; color: var(--brd); line-height: 1; position: absolute; top: 8px; right: 18px; pointer-events: none; user-select: none; transition: color .3s; }
.swsa-step:hover .swsa-stepn { color: #262c3a; }
.swsa-stepico { width: 46px; height: 46px; background: rgba(200,255,0,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 20px; transition: background .3s, transform .4s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-step:hover .swsa-stepico { background: rgba(200,255,0,.18); transform: scale(1.12) rotate(-4deg); }
.swsa-stept { font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0; color: var(--txt); }
.swsa-stepd { font-size: .87rem; color: var(--muted2); line-height: 1.7; margin: 0; }
.swsa-stepl { display: inline-flex; align-items: center; gap: 6px; color: var(--acc) !important; font-size: .83rem; font-weight: 600; margin-top: 16px; transition: color .2s; }
.swsa-stepl span.swsa-arr { display: inline-block; transition: transform .3s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-stepl:hover span.swsa-arr { transform: translateX(5px); }

/* ─── TESTIMONIALS ─── */
.swsa-tg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.swsa-tc { background: var(--surf); border: 1px solid var(--brd); border-radius: 18px; padding: 30px; transition: border-color .35s, transform .4s cubic-bezier(0.34,1.56,0.64,1), box-shadow .35s; }
.swsa-tc:hover { border-color: rgba(200,255,0,.25); transform: translateY(-4px); box-shadow: 0 20px 52px rgba(0,0,0,.4); }
.swsa-stars { color: var(--acc); font-size: .87rem; margin-bottom: 14px; letter-spacing: 3px; }
.swsa-tt { font-size: .92rem; color: var(--muted2); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.swsa-ta { display: flex; align-items: center; gap: 12px; }
.swsa-av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--acc) 0%, #00A8CC 100%); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .82rem; color: #08090D; flex-shrink: 0; transition: transform .4s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-tc:hover .swsa-av { transform: scale(1.1); }
.swsa-tn { font-weight: 700; font-size: .87rem; color: var(--txt); }
.swsa-tr { font-size: .74rem; color: var(--muted2); }
.swsa-rating-note { text-align: center; margin-top: 22px; font-size: .79rem; color: var(--muted2); }
.swsa-rating-note span { color: var(--acc); font-weight: 600; }

/* ─── ABOUT ─── */
.swsa-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.swsa-about-img { background: linear-gradient(135deg, var(--surf2) 0%, #0D1020 100%); border-radius: 20px; border: 1px solid var(--brd); padding: 48px 36px; text-align: center; position: relative; overflow: hidden; }
.swsa-about-img::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(200,255,0,.04) 0%, transparent 70%); }
.swsa-about-icon { font-size: 5rem; margin-bottom: 20px; display: block; position: relative; z-index: 1; }
.swsa-about-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--txt); margin: 0 0 6px 0; position: relative; z-index: 1; }
.swsa-about-role { font-size: .84rem; color: var(--acc); font-weight: 600; position: relative; z-index: 1; }
.swsa-about-badges { display: flex; gap: 10px; justify-content: center; margin-top: 18px; flex-wrap: wrap; position: relative; z-index: 1; }
.swsa-about-badge { background: rgba(200,255,0,.08); border: 1px solid rgba(200,255,0,.2); border-radius: 100px; padding: 5px 14px; font-size: .72rem; font-weight: 600; color: var(--acc); }
.swsa-about-prose { display: flex; flex-direction: column; gap: 16px; }
.swsa-about-prose p { font-size: .97rem; color: var(--muted2); line-height: 1.85; margin: 0; }
.swsa-about-prose p strong { color: var(--txt); font-weight: 600; }
.swsa-about-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.swsa-trust-item { background: var(--surf2); border: 1px solid var(--brd); border-radius: 12px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.swsa-trust-ico { font-size: 1.1rem; flex-shrink: 0; }
.swsa-trust-t { font-size: .8rem; font-weight: 600; color: var(--txt); }
.swsa-trust-s { font-size: .72rem; color: var(--muted2); }

/* ─── FAQ ─── */
.swsa-faq { max-width: 780px; margin: 0 auto; }
.swsa-faq-item { border-bottom: 1px solid var(--brd); overflow: hidden; }
.swsa-faq-item:first-child { border-top: 1px solid var(--brd); }
.swsa-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; gap: 16px; font-size: 1rem; font-weight: 600; color: var(--txt); transition: color .2s; user-select: none; list-style: none; }
.swsa-faq-q::-webkit-details-marker { display: none; }
.swsa-faq-q:hover { color: var(--acc); }
.swsa-faq-icon { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--brd); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; color: var(--acc); transition: transform .35s cubic-bezier(0.34,1.56,0.64,1), background .25s, border-color .25s; }
details[open] .swsa-faq-icon { transform: rotate(45deg); background: rgba(200,255,0,.1); border-color: rgba(200,255,0,.3); }
.swsa-faq-a { font-size: .92rem; color: var(--muted2); line-height: 1.75; padding: 0 0 20px 0; max-width: 660px; }

/* ─── ARTICLES STRIP ─── */
.swsa-art-strip { background: var(--surf2); border: 1px solid var(--brd); border-radius: 18px; padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.swsa-art-strip h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--txt); margin: 0 0 6px 0; }
.swsa-art-strip p { font-size: .87rem; color: var(--muted2); margin: 0; }

/* ─── CTA ─── */
.swsa-cta { padding: 100px 5%; text-align: center; position: relative; overflow: hidden; }
.swsa-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(200,255,0,.07) 0%, transparent 70%); pointer-events: none; animation: swsa-ctapulse 6s cubic-bezier(0.4,0,0.6,1) infinite; will-change: transform, opacity; }
@keyframes swsa-ctapulse { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.2); opacity: .4; } }
.swsa-cta .swsa-h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); }
.swsa-ctabtns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.swsa-ctanote { margin-top: 16px; font-size: .79rem; color: var(--muted); }

/* ─── CONTACT ─── */
.swsa-cgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: start; }
.swsa-cinfo { display: flex; flex-direction: column; gap: 22px; }
.swsa-ci { display: flex; align-items: flex-start; gap: 14px; }
.swsa-cico { width: 40px; height: 40px; background: rgba(200,255,0,.08); border: 1px solid rgba(200,255,0,.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; transition: background .3s, transform .4s cubic-bezier(0.34,1.56,0.64,1); }
.swsa-ci:hover .swsa-cico { background: rgba(200,255,0,.15); transform: scale(1.1); }
.swsa-cl { font-size: .73rem; font-weight: 600; color: var(--muted2); margin-bottom: 3px; text-transform: uppercase; letter-spacing: 1px; }
.swsa-cv { font-size: .9rem; font-weight: 600; color: var(--txt); }
.swsa-cv a { color: var(--txt) !important; transition: color .2s; }
.swsa-cv a:hover { color: var(--acc) !important; }
.swsa-form { display: flex; flex-direction: column; gap: 13px; }
.swsa-fr { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.swsa-fg { display: flex; flex-direction: column; gap: 6px; }
.swsa-fg label { font-size: .79rem; font-weight: 600; color: var(--muted2); }
.swsa-fg input, .swsa-fg select, .swsa-fg textarea { background: var(--bg) !important; border: 1px solid var(--brd) !important; border-radius: 10px !important; padding: 11px 13px !important; color: var(--txt) !important; font-family: 'Outfit', sans-serif !important; font-size: .87rem !important; outline: none !important; width: 100% !important; box-shadow: none !important; transition: border-color .2s, box-shadow .2s; }
.swsa-fg select option { background: #08090D; color: #F0F2FF; }
.swsa-fg input:focus, .swsa-fg select:focus, .swsa-fg textarea:focus { border-color: var(--acc) !important; box-shadow: 0 0 0 3px rgba(200,255,0,.08) !important; }
.swsa-fg textarea { min-height: 110px; resize: vertical; }
.swsa-fsub { background: var(--acc); color: #08090D; border: none; border-radius: 100px; padding: 13px 28px; font-family: 'Outfit', sans-serif; font-size: .92rem; font-weight: 700; cursor: pointer; transition: box-shadow .3s, transform .35s cubic-bezier(0.34,1.56,0.64,1); width: 100%; position: relative; overflow: hidden; }
.swsa-fsub::before { content: ''; position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: translateX(-200%); transition: transform .55s; }
.swsa-fsub:hover::before { transform: translateX(320%); }
.swsa-fsub:hover { box-shadow: 0 0 36px rgba(200,255,0,.4); transform: translateY(-1px); }
.swsa-fsub.sent { background: #28C840; color: #fff; }

/* ─── FOOTER ─── */
.swsa-foot { background: var(--bg); border-top: 1px solid var(--brd); padding: 54px 5% 34px; }
.swsa-ftop { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 40px; gap: 40px; }
.swsa-fbrand { max-width: 300px; }
.swsa-flogo { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.swsa-flogoi { width: 30px; height: 30px; background: var(--acc); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.swsa-fn { font-weight: 800; font-size: .98rem; color: var(--txt); }
.swsa-fn span { color: var(--acc); }
.swsa-ftagline { font-size: .84rem; color: var(--muted2); line-height: 1.6; margin: 0 0 10px 0; }
.swsa-fgeo { font-size: .78rem; color: var(--muted); line-height: 1.5; margin: 0; }
.swsa-fcols { display: flex; gap: 52px; }
.swsa-fcol h4 { font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--muted2); margin: 0 0 16px 0; }
.swsa-fcol a { display: block; font-size: .85rem; color: var(--muted2) !important; margin-bottom: 9px; transition: color .2s, transform .35s cubic-bezier(0.34,1.56,0.64,1); transform-origin: left; }
.swsa-fcol a:hover { color: var(--txt) !important; transform: translateX(4px); }
.swsa-fbot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--brd); padding-top: 22px; font-size: .77rem; color: var(--muted); flex-wrap: wrap; gap: 10px; }
.swsa-fbot a { color: var(--acc) !important; }
.swsa-fprivacy { display: flex; gap: 16px; }
.swsa-fprivacy a { color: var(--muted) !important; transition: color .2s; }
.swsa-fprivacy a:hover { color: var(--acc) !important; }

/* ─── WHATSAPP FAB ─── */
.swsa-wa { position: fixed; bottom: 24px; right: 24px; z-index: 9999; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(37,211,102,.45); transition: transform .4s cubic-bezier(0.34,1.56,0.64,1), box-shadow .3s; animation: swsa-wapop .7s .6s cubic-bezier(0.34,1.56,0.64,1) both; }
@keyframes swsa-wapop { from { opacity: 0; transform: scale(.3); } to { opacity: 1; transform: scale(1); } }
.swsa-wa:hover { transform: scale(1.14); box-shadow: 0 14px 44px rgba(37,211,102,.65); }
.swsa-wa svg { width: 25px; height: 25px; fill: white; }
.swsa-wa::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(37,211,102,.55); animation: swsa-waring 2.8s cubic-bezier(0,0,.2,1) .8s infinite; }
@keyframes swsa-waring { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.9); opacity: 0; } }

/* ─── ARTICLES PAGE ─── */
.swsa-art-wrap { background: var(--bg); color: var(--txt); font-family: 'Outfit', sans-serif; overflow-x: hidden; width: 100%; }
.sart-inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 5%; }
.sart-crumb-bar { background: var(--surf); border-bottom: 1px solid var(--brd); }
.sart-crumb { padding: 12px 0; display: flex; align-items: center; gap: 8px; font-size: .78rem; color: var(--muted2); margin: 0; }
.sart-crumb a { color: var(--muted2) !important; transition: color .2s; }
.sart-crumb a:hover { color: var(--acc) !important; }
.sart-crumb-sep { color: var(--muted); }
.sart-header { padding: 68px 0 56px; position: relative; overflow: hidden; border-bottom: 1px solid var(--brd); background: var(--surf); }
.sart-header::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 70% at 80% 50%, rgba(200,255,0,.05) 0%, transparent 70%); }
.sart-tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--acc); margin-bottom: 12px; }
.sart-h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1; margin: 0 0 16px 0; color: var(--txt); }
.sart-h1 span { color: var(--acc); }
.sart-header-sub { color: var(--muted2); font-size: 1rem; max-width: 580px; line-height: 1.7; margin: 0 0 24px 0; }
.sart-header-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: .8rem; color: var(--muted2); }
.sart-header-meta span { display: flex; align-items: center; gap: 6px; }
.sart-header-meta strong { color: var(--acc); }
.sart-body { padding: 52px 0 72px; }
.sart-filter { padding: 0 0 28px 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid var(--brd); margin-bottom: 48px; }
.sart-search { flex: 1; min-width: 200px; background: var(--surf); border: 1px solid var(--brd); border-radius: 100px; padding: 10px 18px; color: var(--txt); font-family: 'Outfit', sans-serif; font-size: .87rem; outline: none; transition: border-color .2s, box-shadow .2s; }
.sart-search::placeholder { color: var(--muted2); }
.sart-search:focus { border-color: var(--acc); box-shadow: 0 0 0 3px rgba(200,255,0,.08); }
.sart-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.sart-cat { background: var(--surf); border: 1px solid var(--brd); border-radius: 100px; padding: 8px 16px; font-size: .78rem; font-weight: 600; color: var(--muted2); cursor: pointer; transition: all .2s; white-space: nowrap; font-family: 'Outfit', sans-serif; }
.sart-cat:hover, .sart-cat.active { background: rgba(200,255,0,.1); border-color: rgba(200,255,0,.3); color: var(--acc); }
.sart-featured { background: var(--surf); border: 1px solid var(--brd); border-radius: 20px; padding: 44px; margin-bottom: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; transition: border-color .3s, box-shadow .3s, transform .4s cubic-bezier(0.34,1.56,0.64,1); cursor: pointer; }
.sart-featured:hover { border-color: rgba(200,255,0,.25); box-shadow: 0 24px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(200,255,0,.08); transform: translateY(-4px); }
.sart-featured::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 50% 80% at 90% 50%, rgba(200,255,0,.04) 0%, transparent 70%); }
.sart-feat-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,255,0,.12); border: 1px solid rgba(200,255,0,.3); color: var(--acc); font-size: .7rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: 1px; margin-bottom: 18px; text-transform: uppercase; }
.sart-feat-h { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.05; color: var(--txt); margin: 0 0 14px 0; }
.sart-feat-h a { color: inherit !important; transition: color .2s; }
.sart-feat-h a:hover { color: var(--acc) !important; }
.sart-feat-p { font-size: .93rem; color: var(--muted2); line-height: 1.75; margin: 0 0 18px 0; }
.sart-meta { display: flex; align-items: center; gap: 14px; font-size: .76rem; color: var(--muted); flex-wrap: wrap; }
.sart-meta-cat { background: rgba(200,255,0,.1); color: var(--acc); padding: 3px 10px; border-radius: 100px; font-weight: 600; font-size: .7rem; }
.sart-feat-img { background: linear-gradient(135deg, var(--surf2) 0%, #0D1020 100%); border-radius: 14px; border: 1px solid var(--brd); height: 220px; display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; overflow: hidden; }
.sart-feat-img::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(200,255,0,.06) 0%, transparent 70%); }
.sart-btns { display: flex; gap: 12px; margin-top: 22px; align-items: center; flex-wrap: wrap; }
.sart-btn { background: var(--acc); color: #08090D !important; padding: 11px 22px; border-radius: 100px; font-weight: 700; font-size: .85rem; transition: transform .35s cubic-bezier(0.34,1.56,0.64,1), box-shadow .3s; display: inline-flex; align-items: center; gap: 6px; position: relative; overflow: hidden; cursor: pointer; border: none; font-family: 'Outfit', sans-serif; }
.sart-btn::before { content: ''; position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: translateX(-200%); transition: transform .55s; }
.sart-btn:hover::before { transform: translateX(320%); }
.sart-btn:hover { transform: translateY(-2px); box-shadow: 0 0 28px rgba(200,255,0,.4); }
.sart-ghost { display: inline-flex; align-items: center; gap: 6px; color: var(--txt) !important; font-size: .85rem; font-weight: 600; padding: 11px 0; transition: color .2s; cursor: pointer; background: none; border: none; font-family: 'Outfit', sans-serif; }
.sart-ghost:hover { color: var(--acc) !important; }
.sart-arr { display: inline-block; transition: transform .3s cubic-bezier(0.34,1.56,0.64,1); }
.sart-ghost:hover .sart-arr, .sart-card-link:hover .sart-arr { transform: translateX(4px); }
.sart-grid-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--muted); margin-bottom: 24px; }
.sart-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 52px; }
.sart-card { background: var(--surf); border: 1px solid var(--brd); border-radius: 18px; overflow: hidden; transition: border-color .3s, box-shadow .3s, transform .4s cubic-bezier(0.34,1.56,0.64,1); cursor: pointer; display: flex; flex-direction: column; }
.sart-card:hover { border-color: rgba(200,255,0,.2); box-shadow: 0 16px 48px rgba(0,0,0,.45); transform: translateY(-4px); }
.sart-card-img { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; background: linear-gradient(135deg, var(--surf2), #0D1020); border-bottom: 1px solid var(--brd); position: relative; flex-shrink: 0; }
.sart-card-img::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(200,255,0,.04) 0%, transparent 70%); }
.sart-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.sart-card-cat { font-size: .65rem; font-weight: 700; color: var(--acc); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.sart-card-h { font-size: .97rem; font-weight: 700; color: var(--txt); line-height: 1.35; margin: 0 0 10px 0; transition: color .2s; }
.sart-card:hover .sart-card-h { color: var(--acc); }
.sart-card-p { font-size: .82rem; color: var(--muted2); line-height: 1.65; margin: 0 0 14px 0; flex: 1; }
.sart-card-foot { display: flex; align-items: center; justify-content: space-between; font-size: .72rem; color: var(--muted); flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--brd); }
.sart-card-link { color: var(--acc) !important; font-weight: 600; transition: color .2s; display: inline-flex; align-items: center; gap: 4px; cursor: pointer; background: none; border: none; font-family: 'Outfit', sans-serif; font-size: .72rem; padding: 0; }
.sart-card-link:hover { color: var(--txt) !important; }
.sart-full { background: var(--surf); border: 1px solid var(--brd); border-radius: 20px; padding: 52px; max-width: 820px; margin: 0 auto 52px; display: none; }
.sart-full.visible { display: block; }
.sart-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted2) !important; font-size: .83rem; font-weight: 600; margin-bottom: 28px; transition: color .2s; cursor: pointer; background: none; border: none; padding: 0; font-family: 'Outfit', sans-serif; }
.sart-back:hover { color: var(--acc) !important; }
.sart-full-h { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--txt); margin: 0 0 16px 0; line-height: 1.05; }
.sart-full-meta { display: flex; align-items: center; gap: 14px; font-size: .76rem; color: var(--muted); flex-wrap: wrap; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--brd); }
.sart-full p { font-size: .96rem; color: var(--muted2); line-height: 1.85; margin: 0 0 18px 0; }
.sart-full h3 { font-size: 1.15rem; font-weight: 700; color: var(--txt); margin: 32px 0 12px 0; }
.sart-full ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0 0 22px 0; padding: 0; }
.sart-full ul li { font-size: .93rem; color: var(--muted2); display: flex; align-items: flex-start; gap: 12px; line-height: 1.65; }
.sart-full ul li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--acc); flex-shrink: 0; margin-top: 8px; }
.sart-full strong { color: var(--txt); font-weight: 600; }
.sart-full em { color: var(--txt); font-style: italic; }
.sart-cta-box { background: rgba(200,255,0,.06); border: 1px solid rgba(200,255,0,.2); border-radius: 16px; padding: 32px; margin-top: 36px; text-align: center; }
.sart-cta-box p { color: var(--txt); font-size: .97rem; font-weight: 600; margin: 0 0 16px 0 !important; line-height: 1.5; }
.sart-divider { border: none; border-top: 1px solid var(--brd); margin: 28px 0; }
.sart-nl { background: var(--surf2); border: 1px solid var(--brd); border-radius: 18px; padding: 40px; text-align: center; }
.sart-nl h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; color: var(--txt); margin: 0 0 10px 0; }
.sart-nl p { color: var(--muted2); font-size: .9rem; margin: 0 0 24px 0; }
.sart-nl-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; }
.sart-nl-form input { flex: 1; min-width: 160px; background: var(--bg); border: 1px solid var(--brd); border-radius: 100px; padding: 12px 18px; color: var(--txt); font-family: 'Outfit', sans-serif; font-size: .87rem; outline: none; transition: border-color .2s, box-shadow .2s; }
.sart-nl-form input:focus { border-color: var(--acc); box-shadow: 0 0 0 3px rgba(200,255,0,.08); }
.sart-nl-form button { background: var(--acc); color: #08090D; border: none; border-radius: 100px; padding: 12px 24px; font-family: 'Outfit', sans-serif; font-size: .87rem; font-weight: 700; cursor: pointer; transition: box-shadow .3s, transform .35s cubic-bezier(0.34,1.56,0.64,1); white-space: nowrap; }
.sart-nl-form button:hover { box-shadow: 0 0 24px rgba(200,255,0,.4); transform: translateY(-1px); }
.sart-nl-note { font-size: .74rem; color: var(--muted); margin-top: 12px; }

/* Articles reveal */
.sart-rv { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(0.16,1,0.3,1), transform .6s cubic-bezier(0.16,1,0.3,1); }
.sart-rv.on { opacity: 1; transform: translateY(0); }
.sart-rv-d1 { transition-delay: .04s; } .sart-rv-d2 { transition-delay: .09s; } .sart-rv-d3 { transition-delay: .14s; }
.sart-rv-d4 { transition-delay: .19s; } .sart-rv-d5 { transition-delay: .24s; } .sart-rv-d6 { transition-delay: .29s; }
.sart-rv-d7 { transition-delay: .34s; } .sart-rv-d8 { transition-delay: .39s; } .sart-rv-d9 { transition-delay: .44s; }
.sart-rv-d10 { transition-delay: .49s; } .sart-rv-d11 { transition-delay: .54s; } .sart-rv-d12 { transition-delay: .59s; }

/* ─── RESPONSIVE ─── */
@media(max-width: 900px) {
  .swsa-hero { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 60px; }
  .swsa-vis { display: none; }
  .swsa-stats { grid-template-columns: repeat(2, 1fr); }
  .swsa-sg { grid-template-columns: 1fr 1fr; }
  .swsa-steps { grid-template-columns: 1fr; }
  .swsa-tg { grid-template-columns: 1fr; }
  .swsa-cgrid { grid-template-columns: 1fr; gap: 44px; }
  .swsa-why-grid, .swsa-about-grid { grid-template-columns: 1fr; gap: 44px; }
  .swsa-ftop { flex-direction: column; }
  .swsa-fcols { flex-wrap: wrap; gap: 28px; }
  .swsa-nlinks { display: none; }
  .swsa-fr { grid-template-columns: 1fr; }
  .swsa-ham { display: flex !important; min-width: 44px; min-height: 44px; width: 44px; height: 44px; padding: 10px; flex-shrink: 0; }
  .swsa-ncta { display: none; }
  .swsa-rv { transform: translateY(12px); }
  .swsa-art-strip { flex-direction: column; }
  .swsa-about-trust { grid-template-columns: 1fr; }
  .sart-featured { grid-template-columns: 1fr; }
  .sart-feat-img { height: 160px; }
  .sart-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 600px) {
  .swsa-sg { grid-template-columns: 1fr; }
  .swsa-sec { padding: 70px 5%; }
  .swsa-hbtns { flex-direction: column; }
  .swsa-hbtns a { text-align: center; justify-content: center; }
  .swsa-nlogo-txt { font-size: .9rem; }
  .swsa-fprivacy { flex-direction: column; gap: 8px; }
  .sart-grid { grid-template-columns: 1fr; }
  .sart-header { padding: 44px 0 36px; }
  .sart-body { padding: 36px 0 52px; }
  .sart-inner { padding: 0 4%; }
  .sart-full { padding: 28px 20px; }
  .sart-nl { padding: 28px 20px; }
  .sart-nl-form { flex-direction: column; }
  .sart-btns { flex-direction: column; align-items: flex-start; }
}
@media(prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
