:root{--avanti-black:#000000;--avanti-blue:#3B82F6;--avanti-white:#ffffff;--avanti-gray:#6B7280;--avanti-dark-gray:#374151;--avanti-light-blue:#00BFFF;--avanti-yellow:#fbbf24}*{margin:0;padding:0;box-sizing:border-box}@keyframes headerPulse{0%,to{border-image:linear-gradient(90deg,rgba(79,195,247,.3),rgba(79,195,247,.1),transparent) 1;box-shadow:0 4px 20px rgba(79,195,247,.15),0 2px 10px rgba(0,0,0,.3)}50%{border-image:linear-gradient(90deg,rgba(79,195,247,.4),rgba(79,195,247,.2),transparent) 1;box-shadow:0 4px 25px rgba(79,195,247,.2),0 3px 15px rgba(0,0,0,.4)}}body,html{height:100%}body{background:var(--avanti-black);color:var(--avanti-white);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{min-height:100vh;background-color:black;color:white}.header{justify-content:space-between;padding:1.5rem}.header,.logo-container{display:flex;align-items:center}.logo{color:transparent;margin-right:.5rem}.nav{display:flex;gap:1.5rem}.nav-link{color:white;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#d1d5db}.main{padding:3rem 1.5rem}.hero-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:4rem}.hero-content{flex:1 1;max-width:28rem}.hero-title{font-size:2.25rem;font-weight:700;color:white;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem}.booking-form{display:flex;flex-direction:column;gap:1rem}.location-input{padding:.75rem 1rem;background-color:#1f2937;color:white;border:1px solid #374151;transition:border-color .2s ease}.booking-button{width:100%;padding:.75rem 1rem;background-color:#2563eb;color:white;border-radius:.5rem;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s ease}.booking-button:hover{background-color:#1d4ed8}.car-container{flex:1 1}.car-container,.car-image{display:flex;justify-content:center}.car-image{width:20rem;height:12rem;background-color:#1f2937;border-radius:.5rem;align-items:center;position:relative;overflow:hidden}.car-svg{fill:var(--avanti-light-blue)}.features-section{max-width:42rem}.features-title{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1.5rem}.features-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center}.feature-check{color:white;margin-right:.75rem}.feature-text{color:white}.footer{padding:2rem 1.5rem}.footer-link{color:#60a5fa;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#93c5fd}@media (max-width:768px){.hero-section{flex-direction:column;gap:2rem}.hero-content{max-width:100%}.car-container{order:-1}.car-image{width:100%;max-width:20rem}.nav{gap:1rem}}@media (max-width:480px){.header{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.hero-title{font-size:1.875rem}.main{padding:2rem 1rem}}.min-h-screen{min-height:100vh}.bg-black{background-color:black}.text-white{color:white}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-gray-800{background-color:#1f2937}.border-gray-700{border-color:#374151}.border-blue-500{border-color:#3b82f6}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-6>*+*{margin-left:1.5rem}.space-y-4>*+*{margin-top:1rem}.p-6{padding:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.w-8{width:2rem}.h-8{height:2rem}.w-full{width:100%}.w-80{width:20rem}.h-48{height:12rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.flex-1{flex:1 1}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.hover\:text-gray-300:hover{color:#d1d5db}.hover\:text-blue-300:hover{color:#93c5fd}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:border-blue-500:focus{border-color:#3b82f6}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem;text-align:center}.error-container h2{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1rem}.error-container p{color:#d1d5db;margin-bottom:2rem;max-width:30rem}.retry-button{padding:.75rem 1.5rem;background-color:#2563eb;color:white;border-radius:.5rem;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s ease}.retry-button:hover{background-color:#1d4ed8}.loading-container{display:flex;justify-content:center;align-items:center;padding:2rem}.loading-spinner{position:relative}.spinner-ring{width:100%;height:100%;border:3px solid #374151;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spinner-ring{animation:none}.booking-button,.footer-link,.location-input,.nav-link,.retry-button{transition:none}}.booking-button:focus,.footer-link:focus,.location-input:focus,.nav-link:focus,.retry-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.location-input{border-width:2px}.booking-button,.retry-button{border:2px solid white}}@media print{.booking-form,.footer,.nav{display:none}.container{background:white!important}.container,.features-title,.hero-title{color:black!important}}button[aria-label="Visa lösenord"]{color:#9ca3af!important}button[aria-label="Visa lösenord"] svg{fill:#9ca3af!important}button[aria-label="Visa lösenord"]:hover{color:#d1d5db!important}button[aria-label="Visa lösenord"]:hover svg{fill:#d1d5db!important}.exclusive-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-bottom:1px solid #333;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo-section{display:flex;align-items:center;gap:1rem}.brand-tagline{color:#888;font-size:.875rem;font-weight:300}.exclusive-nav{display:flex;gap:2rem}.exclusive-nav .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease;position:relative}.exclusive-nav .nav-link:hover{color:#3b82f6}.exclusive-nav .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#3b82f6;transition:width .2s ease}.exclusive-nav .nav-link:hover:after{width:100%}.user-actions{display:flex;gap:1rem}.action-btn{padding:.5rem 1.5rem}.action-btn.secondary{background:transparent;color:#fff;border:1px solid #555}.action-btn.secondary:hover{background:#333;border-color:#666}.action-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.premium-booking{max-width:800px;margin:0 auto;padding:2rem}.booking-header{text-align:center;margin-bottom:3rem}.booking-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.booking-header p{color:#888;font-size:1.125rem}.booking-form{background:rgba(255,255,255,.05);border-radius:1rem;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.location-inputs{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{color:#fff;font-weight:500;font-size:.875rem}.location-input{width:100%;padding:1rem;background:rgba(255,255,255,.1);color:#fff;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);outline:none;transition:all .2s ease}.location-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.location-input::placeholder{color:#888}.service-selection h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.service-options{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.service-option{background:rgba(255,255,255,.05);border:2px solid transparent;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease}.service-option:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.service-option.selected{border-color:#3b82f6;background:rgba(59,130,246,.1)}.service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.service-header h4{color:#fff;font-size:1.25rem;font-weight:600}.service-price{text-align:right}.service-price .price{display:block;color:#3b82f6;font-size:1.5rem;font-weight:700}.service-price .time{color:#888;font-size:.875rem}.service-description{color:#ccc;margin-bottom:1rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#fff;margin-bottom:.25rem;font-size:.875rem}.booking-summary{margin-top:2rem}.summary-card{background:rgba(255,255,255,.05);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.summary-card h4{color:#fff;margin-bottom:1rem}.summary-details{display:grid;grid-gap:.75rem;gap:.75rem}.summary-item{display:flex;justify-content:space-between;color:#fff}.summary-item span:first-child{color:#888}.book-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.book-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.3)}.book-button:disabled{opacity:.5;cursor:not-allowed}.tracking-container{max-width:600px;margin:0 auto;padding:2rem}.tracking-card{background:rgba(255,255,255,.05);border-radius:1rem;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.tracking-header{text-align:center;margin-bottom:2rem}.tracking-header h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.eta-display{display:flex;flex-direction:column;align-items:center;gap:.25rem}.eta-time{font-size:2rem;font-weight:700;color:#3b82f6}.eta-label{color:#888;font-size:.875rem}.driver-info{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:.75rem}.driver-avatar{flex-shrink:0}.avatar-circle{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem}.driver-details h4{color:#fff;margin-bottom:.25rem}.car-info{color:#888;margin-bottom:.5rem}.rating{display:flex;align-items:center;gap:.5rem}.stars{color:#fbbf24;font-size:.875rem}.rating-text{color:#fff;font-weight:600}.tracking-map{margin-bottom:2rem}.map-placeholder{background:rgba(255,255,255,.05);border-radius:.75rem;padding:3rem 2rem;text-align:center;border:2px dashed rgba(255,255,255,.2)}.map-icon{font-size:3rem;margin-bottom:1rem}.map-placeholder p{color:#fff;font-weight:600;margin-bottom:.5rem}.map-placeholder small{color:#888}.tracking-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.action-btn{padding:.75rem 1rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.call-btn{background:#10b981;color:#fff}.call-btn:hover{background:#059669}.message-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.message-btn:hover{background:rgba(255,255,255,.2)}.start-tracking-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.start-tracking-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.3)}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@media (max-width:768px){.header-container{padding:0 1rem;flex-direction:column;gap:1rem}.exclusive-nav{gap:1rem}.user-actions{gap:.5rem}.action-btn{padding:.5rem 1rem;font-size:.875rem}.premium-booking{padding:1rem}.booking-header h2{font-size:2rem}.service-options,.tracking-actions{grid-template-columns:1fr}.driver-info{flex-direction:column;text-align:center}}@media (max-width:480px){.exclusive-nav{flex-wrap:wrap;justify-content:center}.brand-tagline{display:none}.booking-form,.tracking-card{padding:1rem}}.view-toggle{display:flex;gap:1rem;margin-bottom:2rem}.toggle-btn{padding:.75rem 1.5rem;background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:500}.toggle-btn:hover{background:rgba(255,255,255,.2)}.toggle-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.3)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;padding:0 2rem}.footer-section h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#888;margin-bottom:.5rem;line-height:1.6}.footer-section .footer-link{display:block;color:#60a5fa;text-decoration:none;margin-bottom:.5rem;transition:color .2s ease}.footer-section .footer-link:hover{color:#93c5fd}@media (max-width:768px){.view-toggle{flex-direction:column;gap:.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}}