/*
Theme Name: Z Spot Theme
Theme URI: https://example.com/z-spot
Author: Z Spot
Author URI: https://example.com
Description: Lean, modern staffing website theme with orange accents for NAICS 561320.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zspot
Tags: clean, orange, business, staffing
*/
:root{
  --brand: #f97316; /* orange-500 */
  --brand-dark:#ea580c; /* orange-600 */
  --text:#0a0a0a;
  --muted:#6b7280;
  --border:#e5e7eb;
  --bg:#ffffff;
  --bg-soft:#f9fafb;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;color:var(--text);background:var(--bg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.6}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand-dark)}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:12px;padding:.7rem 1rem;border:1px solid var(--brand);background:var(--brand);color:#fff;font-weight:600}
.btn:hover{background:var(--brand-dark);border-color:var(--brand-dark)}
.btn.outline{background:#fff;color:var(--brand)}
.btn.outline:hover{background:#fff;border-color:var(--brand-dark);color:var(--brand-dark)}
.card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.grid{display:grid;gap:1rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width: 900px){.grid-2,.grid-3{grid-template-columns:1fr}}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.8);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}
.nav a{color:#111;margin-left:1rem}
.nav a:hover{color:var(--brand)}
.hero{padding:5rem 0 4rem;background:linear-gradient(180deg,#fff, #fff), radial-gradient(600px 200px at 100% -10%, rgba(249,115,22,.12), transparent), radial-gradient(800px 400px at -10% 110%, rgba(251,191,36,.16), transparent)}
.hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin:0}
.hero p{color:var(--muted);font-size:1.05rem;margin-top:.75rem}
.section{padding:3rem 0}
.section.soft{background:var(--bg-soft)}
.footer{border-top:1px solid var(--border);padding:2rem 0;color:#555}
.badge{display:inline-block;background:var(--brand);color:#fff;border-radius:999px;padding:.25rem .6rem;font-size:.75rem}
.list{padding-left:1.1rem}
.list li{margin:.3rem 0}
.input, .textarea{width:100%;padding:.8rem;border:1px solid var(--border);border-radius:12px}
.textarea{min-height:130px}
.small{font-size:.875rem;color:var(--muted)}
.hstack{display:flex;align-items:center;gap:.75rem}
.vstack{display:flex;flex-direction:column;gap:1rem}
.title{font-size:1.75rem;font-weight:800;margin:0 0 .4rem}
.subtitle{color:var(--muted);margin:0 0 1rem}
.logo{display:flex;align-items:center;gap:.5rem;font-weight:700}
.logo-badge{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#fb923c,#f59e0b);display:grid;place-items:center;color:#fff}
.menu{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.menu a{padding:.25rem .5rem}
.section h2{font-size:1.6rem;margin:.2rem 0 .6rem}
hr.sep{border:none;border-top:1px solid var(--border);margin:2rem 0}
/* Simple utility shades */
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}
.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.p-0{padding:0}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.25rem}.p-8{padding:2rem}
.text-center{text-align:center}
.shadow{box-shadow:0 6px 20px rgba(0,0,0,.06)}
.round{border-radius:18px}
.line{height:1px;background:var(--border)}
/* Simple icon circle */
.ic{width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid var(--border);display:grid;place-items:center}
*/ 
/* Uses Inter font from Google Fonts */
