.feature-page .command-center{background:linear-gradient(135deg,rgba(7,148,236,.12),rgba(7,148,236,.02))}.feature-page .command-center-grid{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:40px}.feature-page .command-card{background:var(--swt-white);border-radius:var(--swt-radius-lg);box-shadow:var(--swt-shadow-sm);display:flex;flex-direction:column;gap:16px;padding:32px;position:relative}.feature-page .command-card h3{color:var(--swt-slate-900);font-size:22px;font-weight:700;margin:0 0 8px}.feature-page .command-card>p{color:var(--swt-slate-500);font-size:16px;line-height:1.6;margin:0}.feature-page .status-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.feature-page .status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:6px 12px}.feature-page .status-pill[data-state=on-time]{background:rgba(26,201,140,.18);color:#0f6b4b}.feature-page .status-pill[data-state=late]{background:rgba(255,152,0,.18);color:#8a4300}.feature-page .status-pill[data-state=alert]{background:rgba(239,68,68,.18);color:#7f1d1d}.feature-page .translation-card{background:rgba(7,148,236,.04);border-radius:var(--swt-radius-md);margin-top:4px;padding:20px}.feature-page .translation-row{border-bottom:1px solid var(--swt-border);display:grid;gap:12px;grid-template-columns:90px 1fr;padding:10px 0}.feature-page .translation-row:first-child{padding-top:0}.feature-page .translation-row:last-child{border-bottom:0;padding-bottom:0}.feature-page .translation-row span{color:var(--swt-blue-500);font-size:13px;font-weight:600}.feature-page .translation-row p{color:var(--swt-slate-700);font-size:14px;line-height:1.5;margin:0}.feature-page .testimonial-section{background:var(--swt-white)}.feature-page .testimonial-grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:40px}.feature-page .testimonial{border-radius:var(--swt-radius-lg);box-shadow:var(--swt-shadow-sm);padding:32px}.feature-page .quote{color:var(--swt-slate-700);font-size:18px;margin-bottom:16px}.feature-page .quote cite{color:var(--swt-slate-500);display:block;font-style:normal;font-weight:600}.feature-page .command-card .feature-list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.feature-page .command-card .feature-list li{color:var(--swt-slate-600);font-size:14px;line-height:1.5;padding-left:0}.feature-page .command-card .feature-list li:before{display:none}@media (max-width:1024px){.feature-page .command-center-grid{gap:24px;grid-template-columns:1fr}.feature-page .testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-page .translation-row{grid-template-columns:90px 1fr}}@media (max-width:640px){.feature-page .command-center-grid,.feature-page .testimonial-grid{grid-template-columns:1fr}.feature-page .command-card{padding:24px}.feature-page .translation-row{gap:6px;grid-template-columns:1fr}}