.sectors-section{background-color:var(--component-background);color:var(--foreground);padding:4rem 2rem}.sectors-content{max-width:1200px;margin:0 auto;text-align:center}.sectors-heading{font-size:2rem;margin-bottom:2.5rem;color:white;font-weight:700}.sectors-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0;list-style:none;margin:0 auto}@media (max-width:768px){.sectors-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sectors-list{grid-template-columns:1fr}}.sector-card{background-color:var(--background);border-radius:1rem;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;box-shadow:0 0 10px rgba(0,0,0,.1);transition:transform .2s ease}.sector-card:hover{transform:translateY(-5px)}.icon-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.sector-icon{width:60px;height:60px;color:var(--active-color);flex-shrink:0}.sector-name{margin-left:auto;text-align:right;white-space:nowrap;font-size:1.5em}.cta-section{background-color:var(--background);padding:4rem 2rem;text-align:center;color:var(--foreground);display:flex;align-items:center;justify-content:center}.cta-content{max-width:800px}.cta-heading{font-size:2rem;font-weight:700;margin-bottom:1rem;color:whitesmoke}.cta-subheading{font-size:1.25rem;margin-bottom:2rem}.cta-button{background-color:var(--active-color);color:white;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;font-size:1.25rem;transition:background-color .2s ease}.cta-button:hover{background-color:#d6376c}