/* Extracted page CSS from expert-sysadmin.html. */

html,body{background:#fff;color:#0f172a;font-family:'Inter',sans-serif;margin:0;padding:0}
    *,*::before,*::after{box-sizing:border-box}
    a{text-decoration:none;color:inherit}

    .btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:10px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s;border:none;font-family:inherit}
    .btn-primary{background:#0085ca;color:#fff}
    .btn-primary:hover{background:#0074b0}
    .btn-outline{background:transparent;color:rgba(255,255,255,.8);border:1.5px solid rgba(255,255,255,.25)}
    .btn-outline:hover{background:rgba(255,255,255,.07)}
    .btn-sm{padding:8px 18px;font-size:.8rem}
    .btn-ghost{background:rgba(255,255,255,.07);color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.1)}
    .btn-ghost:hover{background:rgba(255,255,255,.12)}

    .ticker-wrap{overflow:hidden;white-space:nowrap;padding:10px 0;background:rgba(0,133,202,.06);border-bottom:1px solid rgba(0,133,202,.12)}
    .ticker-inner{display:inline-block;animation:tick 40s linear infinite;color:rgba(255,255,255,.45);font-size:.75rem;letter-spacing:.05em}
    @keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

    .sa-hero{background:linear-gradient(145deg,#040d18 0%,#08162a 45%,#091a2f 100%);padding:140px 0 90px;position:relative;overflow:hidden}
    .sa-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 30% 50%,rgba(0,133,202,.1) 0%,transparent 70%);pointer-events:none}
    .hero-inner{max-width:1200px;margin:0 auto;padding:48px 24px 0;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
    .badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
    .badge{background:rgba(0,133,202,.12);border:1px solid rgba(0,133,202,.25);color:#60c8f5;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px}
    .hero-h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800;line-height:1.12;margin:0 0 18px;color:#fff}
    .hero-h1 em{font-style:normal;color:#0085ca}
    .hero-sub{color:rgba(255,255,255,.55);font-size:1rem;line-height:1.75;margin:0 0 28px}
    .cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:28px}
    .trust-row{display:flex;gap:20px;flex-wrap:wrap}
    .trust-pill{color:rgba(255,255,255,.4);font-size:.75rem;display:flex;align-items:center;gap:5px}
    .trust-pill svg{color:#0085ca;flex-shrink:0}

    /* TERMINAL VISUAL */
    .term-win{background:#080f1e;border-radius:14px;border:1px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.7)}
    .term-hdr{background:#0e1726;padding:11px 16px;display:flex;align-items:center;gap:6px}
    .term-dot{width:10px;height:10px;border-radius:50%}
    .term-title{color:rgba(255,255,255,.4);font-size:.72rem;margin-left:8px;font-family:monospace}
    .term-body{padding:18px 20px;font-family:monospace;font-size:.75rem;line-height:1.8;min-height:220px}
    .term-line{display:flex;gap:8px}
    .term-ps{color:#3fb950}
    .term-cmd{color:#60c8f5}
    .term-out{color:rgba(255,255,255,.5);padding-left:16px}
    .term-cursor{display:inline-block;width:8px;height:14px;background:#60c8f5;animation:blink .8s step-end infinite;vertical-align:text-bottom}
    @keyframes blink{0%,100%{opacity:1}50%{opacity:0}}

    .section-light{background:#fff;padding:72px 0}
    .section-alt{background:#f8fafc;padding:72px 0}
    .container{max-width:1200px;margin:0 auto;padding:0 24px}
    .section-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0085ca;margin-bottom:10px}
    .section-h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#0f172a;margin:0 0 12px;line-height:1.2}
    .section-sub{color:#64748b;font-size:1rem;line-height:1.75;max-width:560px}

    .stats-strip{background:#fff;border-bottom:1px solid #e2e8f0;padding:32px 0}
    .stats-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr)}
    .stat-item{background:#fff;text-align:center;padding:0 24px;border-right:1px solid #e2e8f0}
    .stat-item:last-child{border-right:none}
    .stat-val{font-size:2rem;font-weight:800;color:#0085ca;line-height:1;margin-bottom:4px}
    .stat-label{color:#64748b;font-size:.8rem;font-weight:500}

    .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
    .svc-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:28px 24px}
    .svc-icon{width:44px;height:44px;border-radius:11px;background:rgba(0,133,202,.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#0085ca}
    .svc-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:8px}
    .svc-text{color:#64748b;font-size:.83rem;line-height:1.65}

    .bento-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1.5px solid #e2e8f0;border-radius:16px;overflow:hidden;margin-top:48px}
    .bento-cell{padding:32px;border-right:1.5px solid #e2e8f0;border-bottom:1.5px solid #e2e8f0}
    .bento-cell:nth-child(3n){border-right:none}
    .bento-cell:nth-child(n+4){border-bottom:none}
    .bento-icon{width:42px;height:42px;border-radius:10px;background:rgba(0,133,202,.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#0085ca}
    .bento-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:7px}
    .bento-text{color:#64748b;font-size:.83rem;line-height:1.65}

    .cta-dark{background:linear-gradient(135deg,#020810,#060f1c);padding:80px 0;text-align:center}
    .cta-dark h2{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 12px;line-height:1.25}
    .cta-dark p{color:rgba(255,255,255,.5);font-size:1rem;max-width:520px;margin:0 auto 32px;line-height:1.75}

    @media(max-width:900px){
      .hero-inner{grid-template-columns:1fr}
      .term-win{display:none}
      .services-grid{grid-template-columns:1fr 1fr}
      .stats-inner{grid-template-columns:1fr 1fr}
      .stat-item:nth-child(2){border-right:none}
      .bento-grid{grid-template-columns:1fr 1fr}
      .bento-cell:nth-child(3n){border-right:1.5px solid #e2e8f0}
      .bento-cell:nth-child(2n){border-right:none}
      .bento-cell:nth-child(n+4){border-bottom:1.5px solid #e2e8f0}
      .bento-cell:last-child{border-bottom:none}
    }
    @media(max-width:600px){
      .services-grid{grid-template-columns:1fr}
      .bento-grid{grid-template-columns:1fr}
      .bento-cell{border-right:none!important;border-bottom:1.5px solid #e2e8f0!important}
      .bento-cell:last-child{border-bottom:none!important}
    }

body.page-expert-sysadmin .fn-expert-sysadmin-inline-01 { background:#ff5f57; }
body.page-expert-sysadmin .fn-expert-sysadmin-inline-02 { background:#ffbd2e; }
body.page-expert-sysadmin .fn-expert-sysadmin-inline-03 { background:#28c840; }
body.page-expert-sysadmin .fn-expert-sysadmin-inline-04 { color:#3fb950; }
body.page-expert-sysadmin .fn-expert-sysadmin-inline-05 { height:8px; }
body.page-expert-sysadmin .fn-expert-sysadmin-inline-06 { color:#f59e0b; }
body.page-expert-sysadmin .fn-expert-sysadmin-inline-07 { display:flex;gap:12px;justify-content:center;flex-wrap:wrap; }
