.su-hero { background:#080d1a; background-image:radial-gradient(ellipse 70% 90% at 5% 55%,rgba(37,99,235,.42) 0%,transparent 60%),radial-gradient(ellipse 55% 65% at 95% 15%,rgba(99,102,241,.28) 0%,transparent 55%),repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,.022) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,255,255,.022) 40px); padding:80px 0 88px; }
    .su-eyebrow { display:inline-flex; align-items:center; gap:7px; background:rgba(59,130,246,.18); border:1px solid rgba(59,130,246,.4); border-radius:30px; padding:5px 16px; font-size:.72rem; font-weight:700; color:#93c5fd; letter-spacing:.05em; text-transform:uppercase; margin-bottom:22px; }
    .su-title { font-size:clamp(2.2rem,4.5vw,3.6rem); font-weight:900; color:#fff; line-height:1.1; margin-bottom:18px; }
    .su-gradient { background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
    .su-lead { font-size:.97rem; color:rgba(255,255,255,.55); margin-bottom:32px; line-height:1.75; }
    .su-pills { display:flex; flex-wrap:wrap; gap:9px; }
    .su-pill { display:inline-flex; align-items:center; gap:6px; padding:7px 16px; background:rgba(37,99,235,.18); border:1px solid rgba(59,130,246,.35); border-radius:20px; font-size:.76rem; font-weight:700; color:#93c5fd; }

    .su-card { background:linear-gradient(175deg,#0d1629 0%,#080e1c 100%); border:1px solid rgba(59,130,246,.22); border-radius:20px; overflow:hidden; box-shadow:0 28px 72px rgba(0,0,0,.55); }
    .su-card-hdr { padding:18px 22px 14px; background:rgba(255,255,255,.03); border-bottom:1px solid rgba(255,255,255,.07); display:flex; align-items:center; justify-content:space-between; }
    .su-card-hdr-title { font-size:.78rem; font-weight:700; color:rgba(255,255,255,.6); display:flex; align-items:center; gap:7px; }
    .su-card-hdr-title i { color:#60a5fa; }
    .su-privacy { font-size:.64rem; color:rgba(74,222,128,.65); display:flex; align-items:center; gap:5px; }

    .su-body { padding:20px 22px; }

    /* Password output */
    .su-pw-box { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:14px 16px; margin-bottom:16px; display:flex; align-items:center; gap:10px; }
    .su-pw-text { flex:1; font-family:monospace; font-size:1.1rem; font-weight:700; color:#f1f5f9; word-break:break-all; letter-spacing:.04em; min-height:28px; }
    .su-pw-copy { background:none; border:none; color:rgba(255,255,255,.4); cursor:pointer; font-size:.9rem; padding:4px; transition:color .15s; font-family:inherit; }
    .su-pw-copy:hover { color:#60a5fa; }
    .su-pw-copy.copied { color:#4ade80; }

    /* Strength meter */
    .su-strength-row { margin-bottom:16px; }
    .su-strength-lbl { display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; }
    .su-strength-key { font-size:.7rem; font-weight:700; color:rgba(255,255,255,.4); text-transform:uppercase; letter-spacing:.07em; }
    .su-strength-val { font-size:.72rem; font-weight:700; }
    .su-strength-bar-bg { height:5px; background:rgba(255,255,255,.08); border-radius:3px; overflow:hidden; }
    .su-strength-bar { height:100%; border-radius:3px; transition:width .4s, background .4s; width:0%; }

    /* Slider */
    .su-slider-row { margin-bottom:14px; }
    .su-slider-lbl { display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; }
    .su-slider-name { font-size:.75rem; font-weight:600; color:rgba(255,255,255,.55); }
    .su-slider-num { font-size:.78rem; font-weight:800; color:#60a5fa; min-width:24px; text-align:right; }
    .su-slider { width:100%; height:4px; background:rgba(255,255,255,.1); border-radius:2px; outline:none; border:none; cursor:pointer; -webkit-appearance:none; appearance:none; }
    .su-slider::-webkit-slider-thumb { -webkit-appearance:none; width:16px; height:16px; background:linear-gradient(135deg,#1746c8,#2563eb); border-radius:50%; cursor:pointer; }
    .su-slider::-moz-range-thumb { width:16px; height:16px; background:linear-gradient(135deg,#1746c8,#2563eb); border-radius:50%; cursor:pointer; border:none; }

    /* Checkboxes */
    .su-checks { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:16px; }
    .su-check { display:flex; align-items:center; gap:8px; cursor:pointer; }
    .su-check input[type="checkbox"] { width:16px; height:16px; accent-color:#2563eb; cursor:pointer; flex-shrink:0; }
    .su-check span { font-size:.77rem; color:rgba(255,255,255,.55); font-weight:500; }

    /* Buttons row */
    .su-actions { display:flex; gap:8px; margin-bottom:14px; }
    .btn-su-gen { flex:2; padding:12px; background:linear-gradient(135deg,#1746c8,#2563eb); color:#fff; border:none; border-radius:10px; font-size:.88rem; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:7px; font-family:inherit; transition:all .15s; }
    .btn-su-gen:hover { background:linear-gradient(135deg,#1338a8,#1d4ed8); }
    .btn-su-multi { flex:1; padding:12px; background:rgba(255,255,255,.07); color:rgba(255,255,255,.7); border:1px solid rgba(255,255,255,.12); border-radius:10px; font-size:.82rem; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:6px; font-family:inherit; transition:all .15s; }
    .btn-su-multi:hover { background:rgba(255,255,255,.11); }

    /* Multi output */
    .su-multi-box { background:rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.08); border-radius:10px; padding:12px 14px; display:none; margin-bottom:10px; }
    .su-multi-box.show { display:block; }
    .su-multi-pw { font-family:monospace; font-size:.8rem; color:#cbd5e1; padding:3px 0; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.05); }
    .su-multi-pw:last-child { border-bottom:none; }
    .su-multi-copy-btn { background:none; border:none; color:rgba(255,255,255,.3); cursor:pointer; font-size:.75rem; padding:2px 6px; font-family:inherit; transition:color .14s; }
    .su-multi-copy-btn:hover { color:#60a5fa; }

    .su-info-section { padding:88px 0 96px; background:#fff; }
    .su-eyebrow-s { font-size:.72rem; font-weight:700; color:#1746c8; text-transform:uppercase; letter-spacing:.08em; margin-bottom:6px; }
    .su-s-title { font-size:1.5rem; font-weight:800; color:#0f172a; margin-bottom:8px; }
    .su-s-sub { font-size:.88rem; color:#64748b; line-height:1.75; }
    .su-info-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px; }
    .su-info-card { background:#f8fafc; border:1.5px solid #e2e8f0; border-radius:16px; padding:26px 22px; transition:box-shadow .2s,transform .2s; }
    .su-info-card:hover { box-shadow:0 8px 28px rgba(23,70,200,.1); transform:translateY(-2px); }
    .su-info-icon { width:46px; height:46px; background:#eef2ff; border-radius:13px; display:flex; align-items:center; justify-content:center; color:#1746c8; font-size:1.15rem; margin-bottom:16px; }
    .su-info-card h3 { font-size:.92rem; font-weight:700; color:#0f172a; margin-bottom:7px; }
    .su-info-card p { font-size:.8rem; color:#64748b; line-height:1.75; margin:0; }

    .su-faq-section { padding:0 0 96px; background:#f8fafc; }
    .su-faq-item { background:#fff; border:1.5px solid #e2e8f0; border-radius:14px; margin-bottom:10px; overflow:hidden; transition:border-color .2s; }
    .su-faq-item.open { border-color:#2563eb; }
    .su-faq-q { width:100%; background:none; border:none; padding:18px 22px; display:flex; align-items:center; justify-content:space-between; gap:12px; font-family:inherit; font-size:.92rem; font-weight:700; color:#0f172a; cursor:pointer; text-align:left; transition:color .18s; }
    .su-faq-q:hover { color:#1746c8; }
    .su-faq-q i.ch { font-size:.78rem; color:#94a3b8; flex-shrink:0; transition:transform .22s; }
    .su-faq-item.open .su-faq-q i.ch { transform:rotate(180deg); color:#1746c8; }
    .su-faq-a { display:none; padding:0 22px 18px; font-size:.86rem; color:#475569; line-height:1.75; }
    .su-faq-item.open .su-faq-a { display:block; }

    .su-tools-section { padding:80px 0; background:#fff; border-top:1px solid #f1f5f9; }
    .su-tool-card { display:flex; align-items:center; gap:16px; background:#f8fafc; border:1.5px solid #e2e8f0; border-radius:16px; padding:20px 22px; text-decoration:none; transition:all .2s; }
    .su-tool-card:hover { border-color:#1746c8; background:#eff6ff; transform:translateY(-2px); box-shadow:0 6px 20px rgba(23,70,200,.1); }
    .su-tool-ic { width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
    .su-tool-title { font-size:.88rem; font-weight:700; color:#0f172a; margin:0 0 3px; }
    .su-tool-sub { font-size:.75rem; color:#64748b; margin:0; }
    .su-tool-arr { margin-left:auto; color:#94a3b8; flex-shrink:0; font-size:.8rem; }
    .su-tool-card:hover .su-tool-arr { color:#1746c8; }

    @media(max-width:992px){.su-hero{padding:60px 0 72px;}.su-hero-left{margin-bottom:40px!important;text-align:center;}.su-pills{justify-content:center;}}
    @media(max-width:768px){.su-info-grid{grid-template-columns:1fr 1fr;}.su-checks{grid-template-columns:1fr;}}
    @media(max-width:576px){.su-info-grid{grid-template-columns:1fr;}}