.objectives-section{display:flex;justify-content:center;padding:40px 16px}.objectives-card{background:linear-gradient(180deg,#0a0f1f,#101632);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.5);color:#fff;max-width:900px;padding:32px;width:100%}.objectives-title{color:#fff;font-size:24px;font-weight:600;margin-bottom:24px}.objectives-list{list-style:none;margin:0;padding:0}.objectives-item{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px}.check-icon{align-items:center;background:#1d4ed8;border-radius:50%;color:#fff;display:flex;font-size:14px;height:24px;justify-content:center;min-width:24px}.objectives-text{font-size:16px;line-height:1.5;opacity:.95}