.office-hero{background:#0f3b3a;color:#fff;padding:64px 0}.office-hero-inner{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.office-badge{display:inline-block;background:var(--brand-teal);border-radius:var(--radius-full);padding:6px 14px;font-size:13px;font-weight:800}.office-hero-title{font-family:var(--font-display);font-weight:600;font-size:44px;line-height:1.15;margin:20px 0 18px;color:#fff}.office-hero-subtitle{font-size:17px;line-height:1.65;color:#bfd6d4;margin:0 0 30px}.office-stats{display:flex;gap:24px;margin-bottom:8px}.office-stat-value{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--brand-yellow)}.office-stat-label{font-size:14px;color:#bfd6d4}.office-form{background:#fff;color:var(--primary);border-radius:24px;padding:30px}.office-form-title{font-size:20px;font-weight:800;margin-bottom:6px}.office-form-subtitle{font-size:14px;color:var(--muted);margin-bottom:20px}.office-form-fields{display:flex;flex-direction:column;gap:12px}.office-form-fields .form-input{height:48px}.office-form-submit{background:var(--brand-yellow);border:none;border-radius:12px;height:52px;font-size:16px;font-weight:800;transition:background .15s}.office-form-submit:hover{background:var(--brand-yellow-hover)}.office-steps-title{font-size:30px;margin:0 0 32px}.office-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.office-step-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.office-step-number{font-family:var(--font-display);font-size:22px;color:var(--brand-teal);font-weight:600;margin-bottom:12px}.office-step-title{font-size:16px;font-weight:800;margin-bottom:6px}.office-step-desc{font-size:14px;color:var(--muted);line-height:1.5}.office-demo-banner{margin-top:32px;background:var(--surface-muted);border-radius:var(--radius-lg);padding:22px 26px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.office-demo-text{font-size:16px;font-weight:700}.office-demo-cta{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-full);height:48px;padding:0 26px;font-size:15px;font-weight:800;white-space:nowrap;transition:background .15s}.office-demo-cta:hover{background:var(--primary-hover)}@media (max-width:900px){.office-hero-inner{grid-template-columns:1fr}.office-steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.office-hero{padding:40px 0}.office-hero-title{font-size:30px}.office-stats{flex-wrap:wrap;gap:16px}}