*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0}img{display:block;max-width:100%}button,select{font:inherit;color:inherit}table{border-collapse:collapse;width:100%}a{text-decoration:none;color:inherit}:root{--prime-blue:#0b63f6;--ink:#21252b;--page:#f5f5f7;--muted:#8a8f98;--hairline:#e4e6ea}body{background:var(--page);color:var(--ink);font-family:Poppins,"DM Sans","Helvetica Neue",Arial,sans-serif;font-weight:400}.logo{display:grid;grid-template-columns:auto auto;grid-template-areas:"prime spark" "motors motors";align-items:start;justify-content:start;gap:0 4px;font-weight:800;font-size:26px;letter-spacing:-.5px;color:var(--prime-blue);line-height:1.05}.logo__prime{grid-area:prime}.logo__motors{grid-area:motors}.logo__spark{grid-area:spark;font-size:15px;align-self:start}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:48px 40px 8px}.hero__title{font-size:46px;font-weight:700;margin:34px 0 26px;letter-spacing:-1px}.hero__accent{color:var(--prime-blue)}.btn{display:inline-block;padding:13px 26px;border-radius:4px;font-size:15px;font-weight:500}.btn--dark{background:#17181c;color:#fff}.hero__art{position:relative}.hero__dots{position:absolute;top:40%;right:-14px;display:grid;gap:9px}.hero__dots span{width:7px;height:7px;border-radius:50%;background:#c9ccd2;display:block}.hero__dots span.is-active{background:var(--prime-blue)}.hero__arrows{position:absolute;right:0;bottom:-6px;display:flex;gap:10px}.hero__arrows button{width:34px;height:34px;border-radius:50%;border:1px solid var(--hairline);background:#fff;color:var(--muted);cursor:pointer}.searchbar{display:flex;align-items:center;gap:8px;background:#fff;border-radius:999px;box-shadow:0 10px 30px rgba(20,25,40,.07);padding:14px 16px 14px 30px;max-width:740px;margin:34px auto 60px}.searchbar__field{flex:1;display:grid;gap:2px;padding-right:12px}.searchbar__label{font-size:12px;color:var(--muted)}.searchbar__field select{border:0;background:0 0;font-size:16px;padding:0;outline:0}.searchbar__submit{width:48px;height:48px;border:0;border-radius:50%;background:var(--prime-blue);color:#fff;font-size:20px;cursor:pointer;flex:0 0 auto}.brands{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:1180px;margin:0 auto 70px;padding:0 40px;opacity:.24}.brands img{height:74px;width:auto}.inventory{max-width:1180px;margin:0 auto 70px;padding:0 40px}.inventory__table thead tr{background:var(--prime-blue);color:#fff}.inventory__table th{text-align:left;font-size:14px;font-weight:600;letter-spacing:.4px;padding:16px 22px}.inventory__table td{padding:14px 22px;background:#fff;font-size:15px;border-bottom:1px solid var(--hairline)}.inventory__table tbody tr:nth-child(even) td{background:#fafafb}.inventory__thumb{width:120px;height:78px;object-fit:cover;border-radius:3px}.order{max-width:640px;margin:0 auto;padding:80px 40px;display:grid;gap:18px;justify-items:start}.footer{text-align:center;color:var(--muted);font-size:14px;padding:0 40px 50px}@media (max-width:860px){.hero{grid-template-columns:1fr}.searchbar{flex-wrap:wrap;border-radius:18px}.brands{flex-wrap:wrap;justify-content:center}}