:root {
      --sw-primary: #EC4899; --sw-primary-rgb: 236,72,153;
      --sw-accent: #F43F5E; --sw-accent-rgb: 244,63,94;
      --sw-bg: #0C080E; --sw-surface: rgba(16,10,20,.92);
      --sw-border: rgba(236,72,153,.18);
      --sw-text: #F4D8E8; --sw-text2: #B87098; --sw-text3: #783858;
      --sw-grad: linear-gradient(135deg, #EC4899 0%, #F43F5E 50%, #8B5CF6 100%);
      --sw-glow: 0 0 40px rgba(236,72,153,.2);
    }
    * { box-sizing: border-box; } body { margin: 0; background: var(--sw-bg); color: var(--sw-text); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; }
    .sw-wrap { max-width: 1340px; margin: 0 auto; padding: 0 24px 80px; position: relative; z-index: 1; }

    .sw-hero { text-align: center; padding: 48px 0 24px; position: relative; }
    .sw-hero::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(236,72,153,.10) 0%, transparent 70%); }
    .sw-hero-badge { display: inline-block; padding: 6px 16px; border-radius: 20px; background: rgba(236,72,153,.1); border: 1px solid rgba(236,72,153,.25); font-size: .76rem; color: #EC4899; margin-bottom: 16px; letter-spacing: .04em; }
    .sw-hero h1 { font-size: 3rem; font-weight: 900; margin: 0 0 12px; line-height: 1.15; }
    .sw-hero h1 .hl { background: var(--sw-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .sw-hero p { font-size: .95rem; color: var(--sw-text2); max-width: 680px; margin: 0 auto 28px; line-height: 1.7; }

    .sw-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
    .sw-stat { background: var(--sw-surface); border: 1px solid var(--sw-border); border-radius: 18px; padding: 24px; text-align: center; backdrop-filter: blur(20px); transition: .3s; }
    .sw-stat:hover { border-color: rgba(236,72,153,.35); transform: translateY(-2px); }
    .sw-stat-val { font-size: 2.2rem; font-weight: 900; background: linear-gradient(135deg, #EC4899, #F43F5E); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .sw-stat-lbl { font-size: .7rem; color: var(--sw-text3); margin-top: 6px; letter-spacing: .03em; }

    .sw-sec { margin: 40px 0; }
    .sw-sec-header { text-align: center; margin-bottom: 24px; }
    .sw-sec-header h2 { font-size: 1.8rem; font-weight: 800; margin: 0 0 10px; }
    .sw-sec-header h2 .hl { background: var(--sw-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .sw-sec-header .sub { font-size: .82rem; color: var(--sw-text3); }

    .sw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .sw-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .sw-card { background: var(--sw-surface); border: 1px solid var(--sw-border); border-radius: 18px; padding: 26px; backdrop-filter: blur(20px); transition: .35s; position: relative; overflow: hidden; }
    .sw-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #EC4899, #F43F5E); opacity: 0; transition: .35s; }
    .sw-card:hover::before { opacity: 1; }
    .sw-card:hover { border-color: rgba(236,72,153,.4); box-shadow: var(--sw-glow); transform: translateY(-3px); }
    .sw-card .icon { font-size: 2rem; margin-bottom: 14px; display: block; }
    .sw-card h4 { font-size: 1rem; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .sw-card p { font-size: .78rem; color: var(--sw-text2); line-height: 1.65; margin: 0; }

    .sw-table-wrap { background: var(--sw-surface); border: 1px solid var(--sw-border); border-radius: 18px; padding: 24px; overflow-x: auto; backdrop-filter: blur(20px); }
    .sw-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
    .sw-table th { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--sw-border); color: var(--sw-text3); font-size: .66rem; font-weight: 600; text-transform: uppercase; }
    .sw-table td { padding: 12px 14px; border-bottom: 1px solid rgba(236,72,153,.06); color: var(--sw-text2); }
    .sw-table tr:hover td { background: rgba(236,72,153,.03); }
    .sw-badge { display: inline-block; padding: 3px 10px; border-radius: 8px; font-size: .64rem; font-weight: 600; }
    .sw-badge-hit { background: rgba(239,68,68,.12); color: #EF4444; }
    .sw-badge-clean { background: rgba(48,209,88,.12); color: #30D158; }

    .sw-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .sw-ai-card { padding: 22px; border-radius: 16px; text-align: center; transition: .3s; }
    .sw-ai-card:nth-child(1) { background: rgba(236,72,153,.06); border: 1px solid rgba(236,72,153,.15); }
    .sw-ai-card:nth-child(2) { background: rgba(139,92,246,.06); border: 1px solid rgba(139,92,246,.15); }
    .sw-ai-card:nth-child(3) { background: rgba(6,182,212,.06); border: 1px solid rgba(6,182,212,.15); }
    .sw-ai-card:hover { transform: translateY(-2px); box-shadow: 0 0 20px rgba(236,72,153,.06); }
    .sw-ai-card .ico { font-size: 2rem; display: block; margin-bottom: 8px; }
    .sw-ai-card h5 { font-size: .84rem; font-weight: 700; color: #fff; margin: 0 0 6px; }
    .sw-ai-card p { font-size: .7rem; color: var(--sw-text2); line-height: 1.5; }

    .cta-band { text-align: center; margin-top: 48px; padding: 40px; background: linear-gradient(135deg, rgba(236,72,153,.06), rgba(244,63,94,.06)); border: 1px solid var(--sw-border); border-radius: 24px; }
    .cta-band h3 { font-size: 1.5rem; font-weight: 800; margin: 0 0 10px; }
    .btn-primary { display: inline-block; padding: 12px 32px; border-radius: 12px; font-size: .84rem; font-weight: 700; text-decoration: none; color: #fff; background: linear-gradient(135deg, #EC4899, #F43F5E); box-shadow: 0 4px 24px rgba(236,72,153,.35); transition: .3s; }
    .btn-outline { display: inline-block; padding: 12px 28px; border-radius: 12px; font-size: .84rem; font-weight: 600; text-decoration: none; color: #EC4899; border: 1px solid rgba(236,72,153,.3); transition: .3s; margin-left: 12px; }

    @media (max-width: 1024px) { .sw-stats { grid-template-columns: 1fr 1fr; } .sw-grid-2, .sw-grid-3 { grid-template-columns: 1fr; } .sw-hero h1 { font-size: 2rem; } }
    @media (max-width: 640px) { .sw-stats { grid-template-columns: 1fr; } }
