.careers-card-grid-section{padding:5rem 2rem;width:100%}.careers-card-grid-header{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:48rem;text-align:center}.careers-card-grid-title{color:hsl(var(--foreground));font-size:2.25rem;font-weight:700;line-height:2.5rem;margin:0 0 1rem}.careers-card-grid-subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.75rem;margin:0 auto;max-width:48rem}.careers-card-grid{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:72rem}@media (min-width:768px){.careers-card-grid{grid-template-columns:repeat(2,1fr)}}.careers-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .3s ease}.careers-card:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-4px)}.careers-card-icon-wrapper{height:2.5rem;margin-bottom:1rem;width:2.5rem}.careers-card-icon{color:hsl(var(--primary));height:2.5rem;stroke-width:2;width:2.5rem}.careers-card-content{display:flex;flex-direction:column;gap:.75rem}.careers-card-heading{color:hsl(var(--foreground));font-size:1.5rem;font-weight:600;line-height:2rem;margin:0 0 .75rem}.careers-card-description{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.625;margin:0}@media (max-width:768px){.careers-card-grid-section{padding:5rem 2rem}.careers-card-grid-header{margin-bottom:3rem}.careers-card-grid-title{font-size:1.875rem;line-height:2.25rem}.careers-card-grid-subtitle{font-size:1rem;line-height:1.5rem}.careers-card{padding:2rem}}@media (max-width:640px){.careers-card-grid-section{padding:3rem 1rem}.careers-card-grid-title{font-size:1.5rem;line-height:2rem}.careers-card{padding:1.5rem}.careers-card-heading{font-size:1.25rem;line-height:1.75rem}.careers-card-description{font-size:.875rem;line-height:1.5rem}}:root{--foreground:222.2 84% 4.9%;--muted-foreground:215.4 16.3% 46.9%;--card:0 0% 100%;--border:214.3 31.8% 91.4%;--primary:20.5 90.2% 48.2%;--radius:0.5rem;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05)}.dark{--foreground:210 40% 98%;--muted-foreground:215 20.2% 65.1%;--card:222.2 84% 4.9%;--border:217.2 32.6% 17.5%}.hover-elevate{transition:transform .3s ease,box-shadow .3s ease}.careers-card:focus-within{outline:2px solid hsl(var(--primary));outline-offset:2px}@media print{.careers-card-grid-section{padding:2rem 1rem}.careers-card{break-inside:avoid;page-break-inside:avoid}.careers-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){.careers-card,.hover-elevate{transition:none}.careers-card:hover{transform:none}}