:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#141418;accent-color:#5d3bad}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8fafc;color:#141418;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(100%,1200px);margin:0 auto;padding:0 24px}header{background:#fff;border-bottom:1px solid #e5e7eb}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0}.brand{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:#4f46e5}nav{display:none;gap:28px;font-size:.95rem}nav a:hover{color:#111827}.header-actions{display:flex;align-items:center;gap:16px}.help-button{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:12px;padding:10px 14px;font-size:.95rem;cursor:pointer}.avatar{width:40px;height:40px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.hero{position:relative;min-height:460px;overflow:hidden}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.3) 35%,transparent 100%)}.hero-content{position:relative;z-index:1;display:flex;align-items:center;min-height:460px;padding-top:24px}.hero-title{max-width:640px;color:#fff;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;font-weight:800;margin:0}.hero-copy{margin-top:24px;max-width:520px;color:#ffffffeb;font-size:1rem}section{padding:64px 0}.section-header{margin-bottom:16px}.section-header--motors{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.section-title{font-size:2rem;margin:0;font-weight:700}.section-subtitle{margin-top:10px;color:#6b7280;font-size:.95rem}.section-link{font-size:.95rem;font-weight:700;color:#5d3bad}.grid{display:grid;gap:24px}.grid-3,.grid-4{grid-template-columns:repeat(1,minmax(0,1fr))}.motors-grid{margin-top:32px}@media(min-width:768px){nav{display:flex}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 10px 30px #0f172a0f}.card-icon{width:36px;height:36px;display:grid;place-items:center;background:#5d3bad1a;border-radius:14px;margin-bottom:18px}.card-icon svg{width:18px;height:18px;color:#5d3bad}.card-title{margin:0 0 8px;font-size:1.1rem;font-weight:700}.card-text{margin:0;color:#6b7280;font-size:.95rem}.motor-card{background:#fff;border-radius:24px;padding:22px;box-shadow:0 10px 30px #0f172a0f;display:flex;flex-direction:column;justify-content:space-between}.motor-meta{display:flex;flex-direction:column;gap:8px}.motor-name{margin:0;font-size:1.1rem}.motor-type{margin:0;color:#6b7280;font-size:.95rem}.motor-image{display:flex;align-items:center;justify-content:center;min-height:180px}.motor-image img{max-height:180px}.motor-info{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #e5e7eb;font-size:.9rem;color:#6b7280}.motor-available{display:inline-flex;align-items:center;gap:8px;color:#16a34a;font-weight:600}.motor-available:before{content:"";width:9px;height:9px;border-radius:9999px;background:#34d399;display:inline-block}.motor-price{display:flex;align-items:baseline;justify-content:space-between;margin-top:18px;gap:16px}.motor-price strong{font-size:1.15rem}.price-unit{color:#6b7280;font-size:.9rem}.book-button{background:#5d3bad;color:#fff;border:none;border-radius:9999px;padding:12px 18px;font-weight:700;cursor:pointer}ol.terms{margin:0;padding-left:1.35rem;color:#334155;display:grid;gap:14px}footer{background:#fff;border-top:1px solid #e5e7eb}.footer-grid{display:grid;gap:32px}.footer-brand{font-size:1.6rem;font-weight:800;color:#5d3bad}.footer-copy,.footer-list{margin:0;padding:0;list-style:none}.footer-copy--intro{margin-top:16px;max-width:360px;color:#6b7280}.footer-list li{margin-top:12px}.footer-list a:hover{color:#111827}.footer-container{padding:56px 0}footer h4{font-weight:700;margin-bottom:14px}.footer-row{padding-top:32px;color:#6b7280;font-size:.82rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
