:root{--hireDev-bg:#f7f9fc;--hireDev-surface:#fff;--hireDev-border:#e2e6ed;--hireDev-text-primary:#10182b;--hireDev-text-secondary:#5b6478;--hireDev-accent-blue:#2b5f8a;--hireDev-accent-blue-dark:#1d4665;--hireDev-accent-amber:#e8a93a;--hireDev-accent-amber-dark:#c98f1f;--hireDev-terminal-bg:#12182b;--hireDev-terminal-header:#1b2340;--hireDev-terminal-text:#d8e1f0;--hireDev-terminal-muted:#7c88a8;--hireDev-terminal-green:#6fcf97}.hireDev-section{background:var(--hireDev-bg);padding:72px 24px}.hireDev-container{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;max-width:1120px;margin:0 auto;display:grid}.hireDev-contentCol{flex-direction:column;align-items:flex-start;display:flex}.hireDev-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--hireDev-accent-blue);background:#2b5f8a14;border:1px solid #2b5f8a2e;border-radius:999px;margin-bottom:20px;padding:6px 12px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500}.hireDev-title{letter-spacing:-.01em;color:var(--hireDev-text-primary);margin:0 0 20px;font-family:Space Grotesk,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,3.6vw,42px);font-weight:600;line-height:1.15}.hireDev-description{color:var(--hireDev-text-secondary);max-width:52ch;margin:0 0 32px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:17px;line-height:1.65}.hireDev-cta{color:#10182b;background:var(--hireDev-accent-amber);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;padding:14px 24px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.hireDev-cta:hover{background:var(--hireDev-accent-amber-dark);color:#10182b}.hireDev-cta:active{transform:translateY(1px)}.hireDev-cta:focus-visible{outline:3px solid var(--hireDev-accent-blue);outline-offset:2px}.hireDev-terminalCol{width:100%}.hireDev-terminalWindow{background:var(--hireDev-terminal-bg);border:1px solid #ffffff0f;border-radius:14px;overflow:hidden;box-shadow:0 20px 45px -20px #10182b73}.hireDev-terminalHeader{background:var(--hireDev-terminal-header);align-items:center;gap:8px;padding:12px 16px;display:flex}.hireDev-dot{opacity:.9;border-radius:50%;width:11px;height:11px}.hireDev-dot--red{background:#ef5350}.hireDev-dot--yellow{background:#f2c744}.hireDev-dot--green{background:#5fbe72}.hireDev-terminalTitle{color:var(--hireDev-terminal-muted);margin-left:8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px}.hireDev-terminalBody{padding:24px 22px 26px;font-family:JetBrains Mono,ui-monospace,monospace}.hireDev-commandLine{color:var(--hireDev-terminal-muted);margin-bottom:18px;font-size:13.5px}.hireDev-commandLine:before{content:"$ ";color:var(--hireDev-terminal-green)}.hireDev-checklistItem{color:var(--hireDev-terminal-text);opacity:0;align-items:flex-start;gap:10px;padding:7px 0;font-size:14px;line-height:1.55;animation:.45s forwards hireDev-fadeSlideIn;display:flex}.hireDev-check{color:var(--hireDev-terminal-green);flex-shrink:0;font-weight:600}.hireDev-cursor{background:var(--hireDev-terminal-green);width:8px;height:15px;margin-top:10px;animation:1s step-start infinite hireDev-blink;display:inline-block}@keyframes hireDev-fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes hireDev-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.hireDev-checklistItem,.hireDev-cursor{opacity:1;animation:none!important}}@media (max-width:900px){.hireDev-container{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.hireDev-section{padding:48px 16px}}@media (max-width:480px){.hireDev-cta{text-align:center;justify-content:center;width:100%}}
:root{--industries-bg:#f7f9fc;--industries-surface:#fff;--industries-border:#e2e6ed;--industries-text-primary:#10182b;--industries-text-secondary:#5b6478;--industries-accent-blue:#2b5f8a;--industries-accent-blue-soft:#2b5f8a14;--industries-accent-amber:#e8a93a}.industries-section{background:var(--industries-bg);padding:72px 24px}.industries-container{max-width:1120px;margin:0 auto}.industries-header{text-align:center;flex-direction:column;align-items:center;max-width:640px;margin:0 auto 48px;display:flex}.industries-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--industries-accent-blue);background:var(--industries-accent-blue-soft);border:1px solid #2b5f8a2e;border-radius:999px;margin-bottom:20px;padding:6px 12px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500}.industries-title{letter-spacing:-.01em;color:var(--industries-text-primary);margin:0 0 14px;font-family:Space Grotesk,ui-sans-serif,system-ui,sans-serif;font-size:clamp(26px,3.2vw,36px);font-weight:600;line-height:1.2}.industries-description{color:var(--industries-text-secondary);margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.65}.industries-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.industries-card{background:var(--industries-surface);border:1px solid var(--industries-border);border-radius:14px;align-items:center;gap:16px;padding:24px 20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.industries-card:hover{border-color:#2b5f8a40;transform:translateY(-3px);box-shadow:0 16px 32px -18px #10182b2e}.industries-iconBadge{background:var(--industries-accent-blue-soft);width:44px;height:44px;color:var(--industries-accent-blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.industries-cardLabel{color:var(--industries-text-primary);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;font-weight:500;line-height:1.4}@media (max-width:900px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.industries-section{padding:48px 16px}.industries-grid{grid-template-columns:1fr}.industries-card{padding:18px 16px}}@media (prefers-reduced-motion:reduce){.industries-card{transition:none}}
