.benefits-section{background:var(--background);padding:6rem 0}.section-badge{background:rgba(25,145,210,.1);border-radius:9999px;color:var(--primary);display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:var(--foreground);font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:3rem}}.section-description{color:var(--muted-foreground);font-size:1.25rem;margin:0 auto;max-width:48rem}.feature-detail-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}@media (min-width:768px){.feature-detail-grid{grid-template-columns:repeat(2,1fr)}}.feature-detail-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);padding:2rem}.feature-detail-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.feature-detail-icon{align-items:center;background:rgba(25,145,210,.1);border-radius:var(--radius-xl);display:flex;height:3rem;justify-content:center;width:3rem}.feature-detail-icon svg{color:var(--primary);height:1.5rem;width:1.5rem}.feature-detail-title h3{color:var(--foreground);font-size:1.25rem;font-weight:600}.feature-detail-title p{color:var(--muted-foreground);font-size:.875rem}.feature-detail-card>p{color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem}.progress-preview{background:var(--muted);border-radius:var(--radius-xl);margin-top:19px;padding:1rem}.progress-header{display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.progress-header span:first-child{color:var(--muted-foreground)}.progress-header span:last-child{color:var(--primary);font-weight:500}.progress-bar{background:var(--secondary);border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--primary),rgba(54,169,231,.6));border-radius:9999px;height:100%;width:100%}.balance-grid{display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-top:19px}.balance-box{border-radius:var(--radius);padding:.75rem;text-align:center}.balance-box.green{background:rgba(22,162,73,.05)}.balance-box.blue{background:rgba(60,131,246,.05)}.balance-box .value{font-size:1.125rem;font-weight:700}.balance-box.green .value{color:#16a249}.balance-box.blue .value{color:#3c83f6}.balance-box .label{color:var(--muted-foreground);font-size:.75rem}.absence-section{background:linear-gradient(135deg,rgba(25,145,210,.05),transparent);border:1px solid var(--border);border-radius:var(--radius-2xl);margin-bottom:2rem;padding:2rem}.absence-grid{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.absence-grid{grid-template-columns:1fr 1fr}}.absence-content h3{color:var(--foreground);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.absence-content>p{color:var(--muted-foreground);line-height:1.7;margin-bottom:1.5rem}.absence-list{display:flex;flex-direction:column;gap:.75rem}.absence-list li{align-items:center;color:var(--muted-foreground);display:flex;gap:.75rem}.absence-list svg{color:var(--primary);flex-shrink:0;height:1.25rem;width:1.25rem}.leave-preview{background:var(--card);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);padding:1.5rem}.leave-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.leave-header svg{color:var(--primary);height:1.25rem;width:1.25rem}.leave-header span{color:var(--foreground);font-weight:500}.leave-rows{display:flex;flex-direction:column;gap:.75rem}.leave-row{align-items:center;background:var(--muted);border-radius:var(--radius);display:flex;justify-content:space-between;padding:.75rem}.leave-row span:first-child{color:var(--foreground);font-size:.875rem}.leave-row span:last-child{color:var(--muted-foreground);font-size:.875rem}