.robot-section{background-color:#f8fbfc;margin:0 auto;max-width:1200px;padding:60px 20px;text-align:center}.robot-section h2{color:#111;font-size:36px;font-weight:600;margin-bottom:40px}.robot-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.robot-card{background:#fff;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.05);flex:1 1 300px;max-width:350px;padding:20px;text-align:left;transition:transform .3s ease}.robot-card:hover{transform:translateY(-5px)}.robot-card img{border-radius:10px;height:200px;margin-bottom:20px;object-fit:cover;width:100%}.robot-card h3{color:#111;font-size:20px;font-weight:600;margin-bottom:10px}.robot-card p{color:#444;font-size:14px;line-height:1.6}@media (max-width:768px){.robot-card{max-width:100%}.robot-section h2{font-size:28px}}