.content-section{padding:80px 0}.content-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem}.main-content h2{font-size:2rem;color:var(--gray-900);margin:2rem 0 1rem}.main-content h2:first-child{margin-top:0}.main-content p{color:var(--gray-700);line-height:1.8;margin-bottom:1.5rem}.main-content ul{margin:1.5rem 0;padding-left:1.5rem}.main-content li{color:var(--gray-700);line-height:1.8;margin-bottom:.75rem}.benefit-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:2rem;margin-bottom:2rem}.benefit-card h3{color:var(--brand-blue);font-size:1.25rem;margin-bottom:.75rem}.benefit-card p{color:var(--gray-600);margin:0}.sidebar{position:-webkit-sticky;position:sticky;top:100px}.cta-card{background:linear-gradient(135deg,#0076c7 0,var(--brand-blue) 100%);color:white;border-radius:16px;padding:2rem;text-align:center}.cta-card h3{font-size:1.5rem;margin-bottom:1rem}.cta-card p{opacity:.9;margin-bottom:1.5rem}.cta-card .btn{background:white;color:var(--brand-blue);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:transform .2s}.cta-card .btn:hover{transform:translateY(-2px)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.stat-box{background:rgba(255,255,255,.1);border-radius:8px;padding:1rem;text-align:center}.stat-box .number{font-size:1.5rem;font-weight:700}.stat-box .label{font-size:.875rem;opacity:.8}.breadcrumb{padding:1rem 2rem;background:var(--gray-100)}.breadcrumb a{color:var(--brand-blue);text-decoration:none}.breadcrumb span{color:var(--gray-500)}@media (max-width:900px){.content-grid{grid-template-columns:1fr}.sidebar{position:static}}