:root{--primary:#0e7ebe;--primary-light:rgba(14,126,190,.1);--secondary:#0b204b;--secondary-light:rgba(11,32,75,.08);--text-dark:#2d3748;--text-medium:#4a5568;--text-light:#718096;--bg-light:#f7fafc;--border:#e2e8f0}.co-host-process{border-radius:10px;box-shadow:0 6px 12px rgba(0,0,0,.2);padding:40px 20px}.co-host-steps-container{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.co-host-step{background:#f0f9ff;border-radius:8px;padding:2rem 1rem;text-align:center}.co-host-step-number{align-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 1.5rem;width:50px}.co-host-step-title{color:var(--secondary);font-size:1.25rem;margin-bottom:1rem}.co-host-step-desc{color:var(--text-medium)}@media (max-width:768px){.co-host-header h1{font-size:2rem}.co-host-intro{font-size:1.1rem}.co-host-section-title{font-size:1.75rem}.co-host-contact-methods{flex-direction:column;gap:1rem}}