:root{--primary-blue:#2563eb;--hover-blue:#1d4ed8;--bg-dark:#0f172a;--text-main:#1e293b;--text-light:#64748b;--card-shadow:0 10px 25px rgba(0,0,0,.05)}.career-ai-home{font-family:'Inter',-apple-system,sans-serif;color:var(--text-main);line-height:1.6}.hero-section{padding:80px 0;background:radial-gradient(circle at top right,#f0f7ff,#fff)}.hero-layout{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:20px}.hero-content h1 span{color:var(--primary-blue)}.subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:30px}.btn-blue{background:var(--primary-blue);color:#fff !important;padding:15px 35px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:.3s}.btn-blue:hover{background:var(--hover-blue);transform:translateY(-2px)}.parser-section{background:var(--bg-dark);color:#fff;padding:80px 0;border-radius:40px;margin:40px 20px}.parser-container{display:flex;gap:25px;margin-top:40px}.resume-preview,.code-preview{flex:1;background:#1e293b;padding:25px;border-radius:15px;border:1px solid #334155;font-family:'Courier New',monospace}.code-preview code{color:#38bdf8}@media (max-width:992px){.hero-layout,.parser-container{flex-direction:column;text-align:center}.hero-content h1{font-size:2.5rem}}