: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-benefits{padding:3rem 0}.co-host-section-title{color:var(--secondary);font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.co-host-section-title:after{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;content:"";display:block;margin:1rem auto 0;width:80px}.co-host-benefits-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.co-host-benefit-card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 20px rgba(14,126,190,.08);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.co-host-benefit-card:hover{box-shadow:0 10px 30px rgba(14,126,190,.15);transform:translateY(-5px)}.co-host-benefit-icon{align-items:center;background:var(--primary-light);border-radius:12px;color:var(--primary);display:flex;font-size:1.75rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.co-host-benefit-title{color:var(--secondary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.co-host-benefit-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}}