code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;margin-top:auto;padding:0}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-main{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr 1fr 1fr;padding:3rem 0}.footer-brand h3{font-size:1.5rem;letter-spacing:2px;margin:0 0 .5rem}.footer-brand p{color:#9ca3af;font-size:.9rem;margin:0 0 .25rem}.footer-tagline{color:#16a34a!important;font-size:.85rem!important;font-style:italic}.footer-contact h4,.footer-legal h4,.footer-links h4{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1rem}.footer-contact p{color:#9ca3af;font-size:.9rem;margin:0 0 .75rem}.footer-contact a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#16a34a}.footer-legal ul,.footer-links ul{list-style:none;margin:0;padding:0}.footer-legal li,.footer-links li{margin-bottom:.75rem}.footer-legal a,.footer-links a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-legal a:hover,.footer-links a:hover{color:#16a34a}.link-button{background:none;border:none;color:#9ca3af;cursor:pointer;font-family:inherit;font-size:.9rem;padding:0;transition:color .3s}.link-button:hover{color:#16a34a}.footer-bottom{padding:1.5rem 0;text-align:center}.footer-badges{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-badges .badge{color:#9ca3af;font-size:.85rem}.footer-badges .badge:before{color:#16a34a}.footer-copyright{color:#6b7280;font-size:.85rem;margin:0}@media (max-width:900px){.footer-main{gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2;margin-bottom:1rem;text-align:center}}@media (max-width:600px){.footer-main{grid-template-columns:1fr;text-align:center}.footer-brand{grid-column:span 1}.footer-badges{flex-direction:column;gap:.5rem}}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:.75rem 2rem}.logo{display:flex;flex-direction:column;text-decoration:none}.logo h1{color:#1a1a2e;font-size:1.5rem;font-weight:700;letter-spacing:2px;margin:0}.logo-tagline{color:#16a34a;font-size:.7rem;font-weight:500;letter-spacing:1px}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-menu li a{color:#374151;font-size:.9rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s}.nav-menu li a.active,.nav-menu li a:hover{color:#16a34a}.nav-cta{margin-left:1rem}.nav-book-btn{background:linear-gradient(135deg,#16a34a,#15803d);border:none;border-radius:50px;box-shadow:0 4px 15px #16a34a4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;transition:all .3s ease}.nav-book-btn:hover{background:linear-gradient(135deg,#15803d,#166534);box-shadow:0 6px 20px #16a34a66;transform:translateY(-2px)}.header-phone{align-items:center;color:#1a1a2e;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s}.header-phone:hover{color:#16a34a}.phone-icon{font-size:1rem}.mobile-menu-btn{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:28px;z-index:1001}.mobile-menu-btn span{background-color:#1a1a2e;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:900px){.header-phone .phone-number{display:none}.header-phone .phone-icon{font-size:1.3rem}}@media (max-width:768px){.mobile-menu-btn{display:flex}.nav-container{padding:1rem}.nav-menu{align-items:center;background:#fff;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:-100%;position:fixed;top:0;transition:left .3s ease;width:100%;z-index:1000}.nav-menu.open{left:0}.nav-menu li a{font-size:1.2rem}.nav-cta{margin-left:0;margin-top:1rem}.nav-book-btn{font-size:1rem;padding:1rem 2.5rem}.header-phone{margin-right:1rem}}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:900px;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .3s;width:40px;z-index:10}.modal-close:hover{background-color:#f0f0f0}.add-ons-step h2{color:#2f2e2e;font-size:1.8rem;margin:0 0 .5rem}.service-price-header{color:#666;font-size:1rem;margin:0 0 2rem}.add-ons-title{color:#2f2e2e;font-size:1.3rem;margin:2rem 0 .5rem}.add-ons-subtitle{color:#4453b8;font-size:.95rem;margin:0 0 1.5rem}.add-ons-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.add-on-item{border:1px solid #ddd;border-radius:6px;padding:1rem;transition:border-color .3s}.add-on-item:hover{border-color:#4453b8}.add-on-item label{align-items:center;cursor:pointer;display:flex;gap:1rem}.add-on-item input[type=checkbox]{cursor:pointer;height:20px;width:20px}.add-on-details{flex:1 1}.add-on-name{color:#2f2e2e;font-weight:500;margin-bottom:.25rem}.add-on-duration{color:#666;font-size:.9rem}.add-on-price{color:#2f2e2e;font-size:1.1rem;font-weight:600}.modal-footer{border-top:1px solid #ddd;display:flex;justify-content:flex-end;padding-top:1rem}.btn-next{background-color:#2ecc71;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2.5rem;transition:background-color .3s}.btn-next:hover:not(:disabled){background-color:#27ae60}.btn-next:disabled{background-color:#a5a5a5;cursor:not-allowed}.calendar-step{min-height:500px}.btn-back:hover{text-decoration:underline}.calendar-step h2{color:#2f2e2e;font-size:1.8rem;margin:0 0 .5rem}.schedule-subtitle{color:#666;margin:0 0 2rem}.booking-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr}.calendar-section h3{color:#2f2e2e;font-size:1.2rem;margin:0 0 .5rem}.timezone{color:#666;font-size:.9rem;margin:0 0 1.5rem}.calendar{border:1px solid #ddd;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.calendar-header{align-items:center;color:#2f2e2e;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;margin-bottom:1rem}.month-nav-btn{align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;transition:all .2s;width:32px}.month-nav-btn:hover:not(:disabled){background:#e0e0e0}.month-nav-btn:disabled{cursor:not-allowed;opacity:.3}.calendar-days-header{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem}.day-header{color:#666;font-size:.85rem;font-weight:500;text-align:center}.calendar-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr)}.calendar-day{align-items:center;aspect-ratio:1;border-radius:4px;color:#2f2e2e;cursor:pointer;display:flex;font-size:.95rem;justify-content:center;position:relative;transition:all .3s}.calendar-day:not(.empty):not(.past):hover{background-color:#e8eaf5}.calendar-day.empty{cursor:default}.calendar-day.past{color:#ccc;cursor:not-allowed}.calendar-day.selected{background-color:#4453b8;color:#fff;font-weight:600}.availability-dot{background-color:#4453b8;border-radius:50%;bottom:4px;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:4px}.calendar-day.selected .availability-dot{background-color:#fff}.availability-section{background-color:#f7f7f7;border-radius:6px;padding:1rem}.availability-section h4{color:#2f2e2e;font-size:1rem;margin:0 0 1rem}.no-availability{color:#666;font-size:.95rem;margin:0 0 1rem}.btn-check-next{background-color:#fff;border:1px solid #4453b8;border-radius:4px;color:#4453b8;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.btn-check-next:hover{background-color:#4453b8;color:#fff}.details-section{background-color:#f7f7f7;border-radius:6px;padding:1.5rem}.details-section h3{color:#2f2e2e;font-size:1.2rem;margin:0 0 1rem}.service-summary-box{align-items:center;background:#fff;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.summary-service-name{color:#2f2e2e;font-weight:500}.btn-edit{background:none;border:none;color:#4453b8;cursor:pointer;font-size:.9rem;text-decoration:underline}.selected-addons-summary{background:#fff;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.selected-addons-summary h4{color:#2f2e2e;font-size:.95rem;margin:0 0 .75rem}.addon-summary-item{color:#666;font-size:.9rem;margin-bottom:.5rem}.booking-form{background:#fff;border-radius:4px;padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#2f2e2e;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4453b8;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.total-price-section{align-items:center;border-top:2px solid #ddd;color:#2f2e2e;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;margin:1rem 0;padding:1rem 0}.total-price{color:#4453b8;font-size:1.5rem}.btn-book{background-color:#4453b8;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .3s;width:100%}.btn-book:hover:not(:disabled){background-color:#3642a0}.btn-book:disabled{background-color:#ccc;cursor:not-allowed}.success-message{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:12px;box-shadow:0 4px 20px #2196f326;padding:2rem;text-align:center}.success-icon{background:linear-gradient(135deg,#2196f3,#1976d2);box-shadow:0 4px 15px #2196f34d;font-size:3rem}.success-message h2{color:#1565c0;font-weight:600;margin-bottom:1rem}.success-message p{color:#1976d2;font-size:1.05rem;margin-bottom:1.5rem}.confirmation-details{background-color:#fff;border:2px solid #90caf9;box-shadow:0 2px 10px #2196f31a;margin:0 auto}.confirmation-details p{color:#1565c0;font-weight:500;margin:.5rem 0}@media (max-width:768px){.modal-content{max-width:100%;padding:1.5rem}.booking-content{grid-template-columns:1fr}.calendar-section{order:2}.details-section{order:1}.form-row{grid-template-columns:1fr}.add-ons-step h2,.calendar-step h2{font-size:1.5rem}.calendar-day{font-size:.85rem}}.time-slots-section{margin-top:1.5rem}.time-slots-section h4{color:#2f2e2e;font-size:1rem;margin:0 0 1rem}.time-slots-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.time-slot{border:1px solid #ddd;border-radius:4px;transition:all .3s}.time-slot:hover{background-color:#f0f2ff;border-color:#4453b8}.time-slot.selected{background-color:#1a4d4d;border-color:#1a4d4d}.btn-show-all{background:#fff;border:1px solid #4453b8;border-radius:4px;color:#4453b8;cursor:pointer;font-size:.95rem;padding:.75rem;transition:all .3s;width:100%}.btn-show-all:hover{background-color:#4453b8;color:#fff}.booking-summary{background:#fff;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.summary-item{color:#2f2e2e;font-size:.95rem;margin-bottom:.5rem}.booking-form-step{min-height:500px}.booking-form-step h2{color:#2f2e2e;font-size:1.8rem;margin:0 0 1.5rem}.form-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr}.form-main h3{color:#2f2e2e;font-size:1.2rem;margin:0 0 1.5rem}.booking-form{background:#0000;padding:0}.form-group select{background:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group select:focus{border-color:#4453b8;outline:none}.btn-book-now{background-color:#1a4d4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:background-color .3s;width:100%}.btn-book-now:hover:not(:disabled){background-color:#145252}.btn-book-now:disabled{background-color:#ccc;cursor:not-allowed}.submit-error{background-color:#fef2f2;border:1px solid #ef4444;border-radius:6px;color:#dc2626;font-size:.9rem;line-height:1.4;margin-bottom:1rem;padding:.75rem 1rem}.terms-checkbox{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.checkbox-label{align-items:flex-start;cursor:pointer;display:flex!important;font-weight:400!important;gap:.75rem}.checkbox-label input[type=checkbox]{accent-color:#16a34a;cursor:pointer;height:20px;margin-top:2px;min-width:20px;width:20px}.checkbox-text{color:#4b5563;font-size:.9rem;line-height:1.5}.checkbox-text a{color:#16a34a;font-weight:500;text-decoration:none}.checkbox-text a:hover{text-decoration:underline}.form-sidebar{background-color:#f7f7f7;border-radius:6px;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.form-sidebar h3{color:#2f2e2e;font-size:1.2rem;margin:0 0 1rem}.booking-details-box{background:#fff;border-radius:4px;padding:1.5rem}.detail-item{color:#2f2e2e;font-size:.95rem;margin-bottom:.75rem}.detail-section{border-top:1px solid #ddd;margin-top:1.5rem;padding-top:1.5rem}.detail-section h4{color:#4453b8;font-size:.95rem;font-weight:600;margin:0 0 .75rem}.detail-addon{color:#666;font-size:.9rem;margin-bottom:.5rem}.price-row{align-items:center;color:#2f2e2e;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between}.price-amount{color:#4453b8;font-size:1.3rem}.vehicle-payment-step{min-height:500px}.vehicle-payment-step h2{color:#2f2e2e;font-size:1.8rem;margin:0 0 .5rem}.step-subtitle{color:#666;font-size:1rem;margin:0 0 2rem}.form-section{margin-bottom:2rem}.form-section h3{border-bottom:1px solid #e5e7eb;color:#2f2e2e;font-size:1.2rem;margin:0 0 1rem;padding-bottom:.5rem}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{align-items:center;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .3s}.payment-option:hover{background-color:#f8f9ff;border-color:#4453b8}.payment-option.selected{background-color:#f0f9f9;border-color:#1a4d4d}.payment-option input[type=radio]{accent-color:#1a4d4d;cursor:pointer;height:20px;width:20px}.payment-label{color:#2f2e2e;font-size:1rem;font-weight:500}.country-fixed{align-items:center;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;color:#4b5563;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem}.country-fixed svg{stroke:#6b7280;height:18px;width:18px}.step-summary{background:#f7f7f7;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.summary-row{align-items:center;color:#4b5563;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.summary-row.total{border-top:2px solid #ddd;color:#2f2e2e;font-size:1.1rem;font-weight:700;margin-top:.75rem;padding-top:1rem}.summary-row.total span:last-child{color:#1a4d4d;font-size:1.25rem}.addons-inline{background:#fff;border-radius:4px;margin-bottom:1rem;padding:1rem}.addons-inline h4{color:#2f2e2e;font-size:1rem;margin:0 0 .75rem}.add-ons-list-compact{display:flex;flex-direction:column;gap:.5rem}.add-on-item-compact{border:1px solid #e5e7eb;border-radius:4px;padding:.5rem .75rem;transition:border-color .3s}.add-on-item-compact:hover{border-color:#4453b8}.add-on-item-compact label{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.add-on-item-compact input[type=checkbox]{accent-color:#16a34a;cursor:pointer;height:16px;width:16px}.addon-name{color:#2f2e2e;flex:1 1}.addon-price{color:#16a34a;font-weight:600}.success-icon{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.success-icon svg{stroke:#fff;height:40px;width:40px}.confirmation-number{color:#2f2e2e;font-size:1.1rem;margin-bottom:.5rem}.confirmation-number strong{color:#1a4d4d;font-size:1.2rem}.confirmation-details{background-color:#f7f7f7;border-radius:8px;margin:1.5rem auto;max-width:400px;padding:1.5rem;text-align:left}.conf-row{border-bottom:1px solid #e5e7eb;color:#4b5563;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.conf-row:last-child{border-bottom:none}.conf-row.total{border-top:2px solid #ddd;color:#2f2e2e;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.conf-row.total span:last-child{color:#1a4d4d}.contact-note{color:#666;font-size:.95rem;margin-top:1.5rem}.detail-text{color:#4b5563;font-size:.9rem;margin-bottom:.25rem}.total-section{border-top:2px solid #ddd!important;margin-top:1rem!important;padding-top:1rem!important}.btn-back{align-items:center;background:none;border:none;color:#4453b8;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 0}.btn-back svg{height:18px;width:18px}.btn-back:hover{color:#3642a0}.summary-service-price{color:#1a4d4d;font-size:1.1rem;font-weight:600}.summary-item.total{border-top:1px solid #ddd;font-weight:600;margin-top:.5rem;padding-top:.75rem}.summary-item.total strong{color:#2f2e2e}.price-disclaimer{background-color:#f5f5f5;border-left:3px solid #f59e0b;border-radius:4px;color:#666;font-size:.8rem;line-height:1.4;margin:.75rem 0 0;padding:.5rem}@media (max-width:768px){.form-layout{grid-template-columns:1fr}.form-sidebar{order:-1}.time-slots-grid{grid-template-columns:1fr}.payment-options{gap:.5rem}.payment-option{padding:.75rem}.vehicle-payment-step h2{font-size:1.5rem}.step-summary{padding:1rem}}.mobile-bottom-cta{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -4px 12px #0000001a;display:none;left:0;margin:1rem -2rem -2rem;padding:1rem;position:-webkit-sticky;position:sticky;right:0}.btn-next-bottom{font-size:1.1rem;padding:1rem;width:100%}@media (max-width:768px){.mobile-bottom-cta{display:block}.details-section .btn-next{display:none}}.time-slot{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#2f2e2e;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem;transition:all .2s ease}.time-slot:hover{background-color:#f0fff4;border-color:#2ecc71}.time-slot.selected{background-color:#2ecc71;border-color:#2ecc71;box-shadow:0 2px 8px #2ecc7166;color:#fff;font-weight:600}.time-slot.booked{color:#9ca3af;cursor:not-allowed;position:relative}.time-slot.booked,.time-slot.booked:hover{background-color:#f3f4f6;border-color:#e5e7eb}.booked-label{color:#ef4444;display:block;font-size:.7rem;font-weight:600;margin-top:2px}.vehicle-payment-step .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:768px){.vehicle-payment-step .form-row{grid-template-columns:1fr}.mobile-bottom-cta{margin:1rem -1.5rem -1.5rem}}.autocomplete-wrapper{position:relative}.autocomplete-wrapper input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:.95rem;padding:.75rem;width:100%}.autocomplete-wrapper input:focus{border-color:#4453b8;outline:none}.autocomplete-dropdown{background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;border-top:none;box-shadow:0 4px 12px #00000026;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.autocomplete-item{color:#2f2e2e;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;transition:background-color .15s}.autocomplete-item:hover{background-color:#f0f9f9}.autocomplete-item.selected{background-color:#e6f4f4;color:#1a4d4d;font-weight:500}.custom-input{background-color:#fffbeb;border:1px solid #f59e0b;border-radius:4px;box-sizing:border-box;font-size:.95rem;margin-top:.5rem;padding:.75rem;width:100%}.custom-input:focus{border-color:#d97706;outline:none}.custom-input::placeholder{color:#92400e}.month-nav-btn.disabled-placeholder{pointer-events:none;visibility:hidden}.oil-specs-display{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:8px;box-shadow:0 4px 6px #0ea5e91a;margin-top:1.5rem;padding:1.5rem}.oil-specs-display h4{align-items:center;color:#0c4a6e;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.specs-grid{grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.spec-item{background:#fff;border-left:4px solid #0ea5e9;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:.75rem}.spec-item.full-width{border-left-color:#f59e0b;grid-column:1/-1}.spec-item strong{color:#0c4a6e;display:block;font-size:.85rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}@media (max-width:768px){.specs-grid{grid-template-columns:1fr}}.category-price-indicator{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:12px;margin-top:1.5rem;padding:1rem}.price-badge{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.category-label{color:#0c4a6e;font-size:1.1rem;font-weight:600}.category-price{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#0ea5e9;font-size:1.5rem;font-weight:700;padding:.5rem 1rem}.category-price-indicator.european{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6}.category-price-indicator.european .category-label{color:#1e40af}.category-price-indicator.european .category-price{color:#2563eb}.category-price-indicator.truck{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6}.category-price-indicator.truck .category-label{color:#1e40af}.category-price-indicator.truck .category-price{color:#2563eb}@media (max-width:480px){.price-badge{flex-direction:column;text-align:center}.category-price{font-size:1.3rem}}.price-breakdown-mini{border-top:1px dashed #00000026;margin-top:1rem;padding-top:1rem}.price-breakdown-mini .breakdown-row{color:#4b5563;display:flex;font-size:.9rem;justify-content:space-between;padding:.25rem 0}.price-breakdown-mini .breakdown-row.overage{color:#2563eb;font-weight:500}.price-breakdown-mini .breakdown-info{margin:0;padding:.25rem 0}.price-breakdown-mini .breakdown-info small{color:#6b7280;font-size:.8rem;font-style:italic}.price-breakdown-mini .breakdown-info.warning small{color:#d97706;font-weight:500}.price-detail-info{margin:.25rem 0;padding:.5rem 0}.price-detail-info small{color:#6b7280;display:block;font-size:.85rem;line-height:1.4}.price-detail-info.warning{background-color:#fef3c7;border-radius:4px;margin:.5rem 0;padding:.75rem}.price-detail-info.warning p,.price-detail-info.warning small{color:#92400e;font-weight:500;margin:0}.price-row.breakdown{border-bottom:1px dashed #e5e7eb;color:#6b7280;font-size:.9rem;padding:.35rem 0}.price-row.breakdown.overage{color:#dc2626}.price-row.subtotal{border-top:1px solid #d1d5db;color:#374151;font-weight:600;margin-top:.25rem;padding:.5rem 0}.price-row.total{border-top:2px solid #111827;color:#111827;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding-top:.75rem}.vehicle-selector{padding:20px 0}.vehicle-selector h3{color:#333;font-size:1.4em;margin-bottom:20px}.vehicle-selector .form-row{margin-bottom:20px}.vehicle-selector .form-group{width:100%}.vehicle-selector label{color:#444;display:block;font-size:.95em;font-weight:600;margin-bottom:8px}.vehicle-selector select{background-color:#fff;border:2px solid #ddd;border-radius:8px;color:#333;cursor:pointer;font-size:1em;padding:12px 16px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.vehicle-selector select:hover{border-color:#007bff}.vehicle-selector select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.vehicle-selector select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.oil-specs-panel{animation:slideIn .3s ease-out;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #007bff;border-radius:12px;box-shadow:0 4px 12px #007bff1a;margin-top:30px;padding:24px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.oil-specs-panel h4{border-bottom:2px solid #007bff;color:#007bff;font-size:1.3em;margin-bottom:20px;margin-top:0;padding-bottom:10px}.specs-notice{background-color:#fff;border-radius:8px;padding:16px;text-align:center}.specs-notice.electric-vehicle{background-color:#e8f5e9;border:2px solid #4caf50}.specs-notice p{margin:8px 0}.specs-notice strong{color:#4caf50;font-size:1.1em}.specs-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.specs-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:16px}.specs-section.full-width{grid-column:1/-1}.specs-section h5{border-bottom:1px solid #eee;color:#333;font-size:1.1em;margin-bottom:12px;margin-top:0;padding-bottom:8px}.spec-item{border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:8px 0}.spec-item:last-child{border-bottom:none}.spec-label{color:#666;font-size:.9em;font-weight:600}.spec-value{word-wrap:break-word;color:#333;font-weight:500;max-width:60%;text-align:right}.notes{background-color:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#856404;font-size:.9em;line-height:1.5;margin:8px 0;padding:12px}@media (max-width:768px){.specs-grid{grid-template-columns:1fr}.oil-specs-panel{padding:16px}.spec-item{flex-direction:column;gap:4px}.spec-value{max-width:100%;text-align:left}}.unit-toggle-btn{background-color:#4453b8;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;letter-spacing:.5px;padding:14px 20px;transition:background-color .3s;width:100%}.unit-toggle-btn:hover{background-color:#3642a0}.unit-toggle-btn:active{background-color:#2d3688}.vehicle-selector *{transition:all .2s ease}.cancel-modal{max-width:500px}.cancel-confirm h2,.cancel-lookup h2,.cancel-success h2{color:#2f2e2e;font-size:1.5rem;margin:0 0 .5rem}.cancel-confirm p,.cancel-lookup p{color:#666;margin-bottom:1.5rem}.cancel-lookup .form-group{margin-bottom:1.5rem}.cancel-lookup .form-group label{color:#2f2e2e;display:block;font-weight:500;margin-bottom:.5rem}.cancel-lookup .form-group input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.75rem;text-transform:uppercase;width:100%}.cancel-lookup .form-group input:focus{border-color:#4453b8;outline:none}.error-message{background-color:#fef2f2;border-radius:6px;color:#ef4444;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.btn-lookup{background-color:#1a4d4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .3s;width:100%}.btn-lookup:hover{background-color:#145252}.cancel-help{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem;text-align:center}.cancel-help p{font-size:.9rem;margin:.25rem 0}.cancel-help a{color:#1a4d4d;font-weight:600;text-decoration:none}.cancel-help a:hover{text-decoration:underline}.booking-details-card{background-color:#f7f7f7;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.detail-row{border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.5rem 0}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#666;font-size:.9rem}.detail-row .value{color:#2f2e2e;font-weight:500}.late-warning{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.late-warning strong{color:#92400e;display:block;margin-bottom:.5rem}.late-warning p{color:#78350f;font-size:.9rem;margin:0}.late-warning a{color:#92400e;font-weight:600}.cancel-actions{display:flex;gap:1rem}.btn-back-lookup{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s}.btn-back-lookup:hover{background-color:#f7f7f7;border-color:#ccc}.btn-confirm-cancel{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .3s}.btn-confirm-cancel:hover{background-color:#dc2626}.cancel-success{padding:1rem 0;text-align:center}.cancel-success .success-icon{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.cancel-success .success-icon svg{stroke:#fff;height:40px;width:40px}.cancel-success p{color:#666;margin-bottom:1rem}.cancel-note{font-size:.9rem}.cancel-note a{color:#1a4d4d;font-weight:600;text-decoration:none}.btn-close-modal{background-color:#1a4d4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 2rem;transition:background-color .3s}.btn-close-modal:hover{background-color:#145252}@media (max-width:480px){.cancel-actions{flex-direction:column}}.service-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.service-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.service-card:focus{outline:3px solid #4453b8;outline-offset:2px}.service-image{height:200px;overflow:hidden;width:100%}.service-image img{height:100%;object-fit:cover;width:100%}.service-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.service-content h3{color:#2f2e2e;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.service-description{color:#666;flex-grow:1;font-size:.9rem;margin:0 0 1rem}.service-details{align-items:center;border-bottom:1px solid #eee;border-top:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 0}.service-duration{color:#666;font-size:.9rem}.service-price{color:#4453b8;font-size:1.25rem;font-weight:700}.book-now-btn{background-color:#4453b8;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;transition:background-color .3s}.book-now-btn:hover{background-color:#3642a0}.book-now-btn:active{background-color:#2d3688}.contact-to-book{background-color:#f7f7f7;border-radius:4px;margin-top:1rem;padding:.75rem;text-align:center}.contact-to-book p{color:#666;font-size:.9rem;margin:0}.contact-to-book a{color:#4453b8;font-weight:600;margin-left:.5rem;text-decoration:none}.contact-to-book a:hover{text-decoration:underline}.section-container{padding:0 2rem}.section-subtitle{color:#6b7280;margin-bottom:2rem}.hero-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;overflow:hidden;padding:4rem 2rem;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-badge{align-items:center;background:#16a34a33;border:1px solid #16a34a66;border-radius:50px;color:#4ade80;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-badge-icon{stroke:#4ade80;height:18px;width:18px}.btn-icon{flex-shrink:0;height:20px;width:20px}.hero-text h1{font-size:3.2rem;font-weight:800;letter-spacing:-1px;line-height:1.1;margin:0 0 1rem}.hero-subtitle{color:#d1d5db;font-size:1.15rem;line-height:1.7;margin:0 0 2rem;opacity:.9;text-align:left}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-btn-primary{background:linear-gradient(135deg,#16a34a,#15803d);border:none;border-radius:8px;box-shadow:0 4px 15px #16a34a66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.hero-btn-primary:hover{box-shadow:0 8px 25px #16a34a80;transform:translateY(-3px)}.hero-btn-secondary{align-items:center;background:#0000;border:2px solid #ffffff4d;border-radius:8px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s}.hero-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem}.trust-badge{align-items:center;color:#9ca3af;display:flex;font-size:.9rem;gap:.5rem}.trust-badge span{color:#4ade80;font-weight:700}.trust-icon{stroke:#4ade80;flex-shrink:0;height:18px;width:18px}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.hero-image img{border-radius:16px;box-shadow:0 20px 50px #0006;height:auto;max-width:100%}.hero-image-badge{background:linear-gradient(135deg,#16a34a,#15803d);border-radius:12px;bottom:-15px;box-shadow:0 8px 20px #16a34a66;color:#fff;padding:1rem 1.5rem;position:absolute;right:-15px;text-align:center}.badge-price{display:block;font-size:1.8rem;font-weight:800}.badge-text{font-size:.75rem;letter-spacing:1px;opacity:.9;text-transform:uppercase}.how-it-works-section{background:#fff;padding:5rem 2rem}.how-it-works-section h2{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.step-card{background:#f9fafb;border-radius:16px;padding:2rem 1.5rem;position:relative;text-align:center;transition:transform .3s,box-shadow .3s}.step-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.step-number{background:linear-gradient(135deg,#16a34a,#15803d);border-radius:50%;color:#fff;font-size:.9rem;font-weight:700;height:35px;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:35px}.step-icon,.step-number{align-items:center;display:flex;justify-content:center}.step-icon{margin-bottom:1rem}.step-icon svg{stroke:#16a34a;height:48px;width:48px}.step-card h3{color:#1a1a2e;font-size:1.2rem;margin:0 0 .75rem}.step-card p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.services-section{background-color:#f3f4f6;padding:5rem 2rem}.services-section h2{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.contact-info{color:#6b7280;font-size:1rem;margin-bottom:2rem;text-align:center}.contact-info a{color:#16a34a;font-weight:600;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#15803d;text-decoration:underline}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 2rem;max-width:1000px}.services-notes{display:flex;flex-direction:column;gap:.75rem;margin:2rem auto 0;max-width:800px}.note-item{align-items:flex-start;background:#fff;border-left:4px solid #16a34a;border-radius:8px;display:flex;gap:.75rem;padding:1rem 1.5rem}.note-icon{stroke:#16a34a;flex-shrink:0;height:24px;margin-top:2px;width:24px}.note-item p{color:#4b5563;font-size:.95rem;margin:0}.testimonials-section{background:#fff;padding:5rem 2rem}.testimonials-section h2{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.testimonial-card{background:#f9fafb;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.testimonial-stars{color:#fbbf24;font-size:1.2rem;letter-spacing:2px;margin-bottom:1rem}.testimonial-text{color:#4b5563;font-size:1rem;font-style:italic;line-height:1.7;margin:0 0 1.5rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:50%;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:45px;justify-content:center;width:45px}.author-info{display:flex;flex-direction:column}.author-info strong{color:#1a1a2e;font-size:1rem}.author-info span{color:#9ca3af;font-size:.85rem}.why-choose-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:5rem 2rem}.why-choose-section h2{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.why-choose-section .section-subtitle{color:#9ca3af}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.feature-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s,background .3s}.feature-card:hover{background:#ffffff14;transform:translateY(-5px)}.feature-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.feature-icon svg{stroke:#4ade80;height:48px;width:48px}.feature-card h3{color:#fff;font-size:1.2rem;margin:0 0 .75rem}.feature-card p{color:#9ca3af;font-size:.95rem;line-height:1.6;margin:0}.service-area-section{background:#f3f4f6;padding:5rem 2rem}.service-area-section h2{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.service-area-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-top:3rem}.area-map-placeholder{background:linear-gradient(135deg,#16a34a,#15803d);border-radius:16px;color:#fff;padding:4rem 2rem;text-align:center}.map-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.map-icon svg{stroke:#fff;height:64px;width:64px}.area-map-placeholder p{font-size:1.2rem;font-weight:600;margin:0}.area-cities h3{color:#1a1a2e;font-size:1.3rem;margin:0 0 1.5rem}.cities-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.city-tag{background:#fff;border:1px solid #e5e7eb;border-radius:50px;color:#4b5563;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.city-tag:hover{background:#16a34a;border-color:#16a34a;color:#fff}.area-note{color:#6b7280;font-size:1rem;margin:0}.area-note a{color:#16a34a;font-weight:600;text-decoration:none}.area-note a:hover{text-decoration:underline}.about-section{background-color:#fff;padding:5rem 2rem}.about-section h2{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 2rem;text-align:center}.about-content{line-height:1.8;margin:0 auto;max-width:800px}.about-content p{color:#4b5563;font-size:1.05rem;margin-bottom:1.5rem}.about-content em{color:#16a34a;font-style:italic}.cta-section{background:linear-gradient(135deg,#16a34a,#15803d);padding:4rem 2rem}.cta-content{margin:0 auto;max-width:600px;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin:0 0 2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-btn-primary{background:#fff;border:none;border-radius:8px;color:#15803d;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.cta-btn-primary:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px)}.cta-btn-secondary{align-items:center;background:#0000;border:2px solid #ffffff80;border-radius:8px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s}.cta-btn-secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr}.hero-image{order:-1}.hero-text h1{font-size:2.5rem}.hero-subtitle,.hero-text h1{text-align:center}.hero-badge{margin:0 auto 1.5rem}.hero-cta,.hero-trust-badges{justify-content:center}.steps-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.service-area-content{grid-template-columns:1fr}.area-map-placeholder{padding:3rem 2rem}}@media (max-width:768px){.hero-section{padding:3rem 1.5rem}.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{align-items:center;flex-direction:column}.hero-btn-primary,.hero-btn-secondary{justify-content:center;width:100%}.hero-image-badge{bottom:-10px;padding:.75rem 1rem;right:10px}.badge-price{font-size:1.4rem}.features-grid,.steps-grid{grid-template-columns:1fr}.about-section h2,.cta-content h2,.how-it-works-section h2,.service-area-section h2,.services-section h2,.testimonials-section h2,.why-choose-section h2{font-size:2rem}.section-subtitle{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}.cta-btn-primary,.cta-btn-secondary{justify-content:center;width:100%}}@media (max-width:480px){.hero-text h1{font-size:1.75rem}.hero-trust-badges{align-items:center;flex-direction:column;gap:.75rem}.about-section h2,.cta-content h2,.how-it-works-section h2,.service-area-section h2,.services-section h2,.testimonials-section h2,.why-choose-section h2{font-size:1.75rem}}.about-page{background-color:#fff}.about-hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.about-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.about-hero-badge{align-items:center;background:#16a34a33;border:1px solid #16a34a66;border-radius:50px;color:#4ade80;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.about-hero-badge .badge-icon{stroke:#4ade80;height:18px;width:18px}.about-hero h1{font-size:3rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin:0 0 1.5rem}.about-hero-text{color:#d1d5db;font-size:1.15rem;line-height:1.7;margin:0 auto;max-width:600px}.about-story-section{background:#f9fafb;padding:5rem 2rem}.story-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}.story-content h2{color:#1a1a2e;font-size:2.2rem;font-weight:700;margin:0 0 1.5rem}.story-content p{color:#4b5563;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.story-content strong{color:#16a34a}.highlight-box{align-items:center;background:linear-gradient(135deg,#16a34a1a,#16a34a0d);border-left:4px solid #16a34a;border-radius:8px;display:flex;gap:1rem;margin:2rem 0;padding:1.5rem}.highlight-icon{stroke:#16a34a;flex-shrink:0;height:40px;width:40px}.highlight-box span{color:#1a1a2e;font-size:1.4rem;font-weight:700}.story-image{position:relative}.story-image img{border-radius:16px;box-shadow:0 20px 50px #00000026;height:auto;width:100%}.image-badge{background:linear-gradient(135deg,#16a34a,#15803d);border-radius:12px;bottom:-15px;box-shadow:0 8px 20px #16a34a66;color:#fff;padding:1rem 1.5rem;position:absolute;right:-15px;text-align:center}.badge-year{display:block;font-size:1.5rem;font-weight:800}.badge-label{font-size:.75rem;letter-spacing:1px;opacity:.9;text-transform:uppercase}.about-values-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:5rem 2rem}.about-values-section h2{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.section-subtitle{color:#9ca3af;font-size:1.1rem;margin-bottom:3rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.value-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s,background .3s}.value-card:hover{background:#ffffff14;transform:translateY(-5px)}.value-icon{display:flex;justify-content:center;margin-bottom:1rem}.value-icon svg{stroke:#4ade80;height:48px;width:48px}.value-card h3{color:#fff;font-size:1.2rem;margin:0 0 .75rem}.value-card p{color:#9ca3af;font-size:.95rem;line-height:1.6;margin:0}.about-founders-section{background:#fff;padding:5rem 2rem}.about-founders-section h2{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-align:center}.founders-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:3rem auto 0;max-width:900px}.founder-card{background:#f9fafb;border-radius:16px;padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.founder-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.founder-avatar{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.founder-card h3{color:#1a1a2e;font-size:1.4rem;margin:0 0 .5rem}.founder-role{color:#16a34a;font-size:1rem;font-weight:600;margin:0 0 1rem}.founder-bio{color:#6b7280;font-size:.95rem;line-height:1.7;margin:0}.about-motto-section{background:linear-gradient(135deg,#16a34a,#15803d);padding:5rem 2rem}.motto-content{margin:0 auto;max-width:600px;text-align:center}.motto-icon{margin-bottom:1.5rem}.motto-icon svg{stroke:#fff;height:64px;width:64px}.motto-content h2{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:2px;margin:0 0 .5rem}.motto-tagline{color:#ffffffe6;font-size:1.3rem;font-style:italic;margin:0 0 1rem}.motto-description{color:#fffc;font-size:1.1rem;margin:0 0 2rem}.motto-cta{align-items:center;background:#fff;border-radius:8px;color:#15803d;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.motto-cta:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px)}.motto-cta svg{height:20px;width:20px}@media (max-width:1024px){.story-grid{gap:3rem;grid-template-columns:1fr}.story-image{margin:0 auto;max-width:500px;order:-1}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{padding:4rem 1.5rem}.about-hero h1{font-size:2.2rem}.about-hero-text{font-size:1rem}.about-founders-section,.about-motto-section,.about-story-section,.about-values-section{padding:4rem 1.5rem}.story-content h2{font-size:1.8rem}.about-founders-section h2,.about-values-section h2,.motto-content h2{font-size:2rem}.founders-grid,.values-grid{grid-template-columns:1fr}.founders-grid{gap:2rem}.highlight-box{flex-direction:column;text-align:center}.image-badge{bottom:10px;right:10px}}@media (max-width:480px){.about-hero h1{font-size:1.8rem}.story-content h2{font-size:1.5rem}.founder-card{padding:1.5rem}.motto-content h2{font-size:1.75rem}}.contact-page{background-color:#fff}.contact-hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.contact-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.contact-hero-content{margin:0 auto;max-width:700px;position:relative;z-index:1}.contact-hero-badge{align-items:center;background:#16a34a33;border:1px solid #16a34a66;border-radius:50px;color:#4ade80;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.contact-hero-badge .badge-icon{stroke:#4ade80;height:18px;width:18px}.contact-hero h1{font-size:3rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin:0 0 1.5rem}.contact-hero-text{color:#d1d5db;font-size:1.15rem;line-height:1.7;margin:0 auto;max-width:550px}.contact-main-section{background:#f9fafb;padding:5rem 2rem}.section-container{margin:0 auto;max-width:1200px}.contact-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr}.contact-form-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}.contact-form-card h2{color:#1a1a2e;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.form-subtitle{color:#6b7280;font-size:1rem;margin:0 0 2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row-contact{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group-contact{display:flex;flex-direction:column}.form-group-contact label{color:#1a1a2e;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group-contact input,.form-group-contact textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s}.form-group-contact input::placeholder,.form-group-contact textarea::placeholder{color:#9ca3af}.form-group-contact input:focus,.form-group-contact textarea:focus{background:#fff;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a;outline:none}.submit-btn{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border:none;border-radius:8px;box-shadow:0 4px 15px #16a34a4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.75rem;justify-content:center;padding:1rem 2rem;transition:all .3s}.submit-btn:hover{box-shadow:0 8px 25px #16a34a66;transform:translateY(-3px)}.submit-btn svg{height:20px;width:20px}.success-message-contact{padding:3rem 2rem;text-align:center}.success-icon{margin-bottom:1.5rem}.success-icon svg{stroke:#16a34a;height:64px;width:64px}.success-message-contact h3{color:#16a34a;font-size:1.5rem;margin:0 0 .75rem}.success-message-contact p{color:#6b7280;font-size:1rem;margin:0}.contact-info-column{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s,box-shadow .3s}.info-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.info-icon{align-items:center;background:linear-gradient(135deg,#16a34a1a,#16a34a0d);border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.info-icon svg{stroke:#16a34a;height:24px;width:24px}.info-card h3{color:#1a1a2e;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.info-card p{color:#6b7280;font-size:.95rem;margin:0 0 .75rem}.info-link{color:#16a34a;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s}.info-link:hover{color:#15803d;text-decoration:underline}.info-text{color:#16a34a;font-size:.95rem;font-weight:500}.contact-cta-section{background:linear-gradient(135deg,#16a34a,#15803d);padding:4rem 2rem}.contact-cta-section .cta-content{margin:0 auto;max-width:600px;text-align:center}.contact-cta-section h2{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.contact-cta-section p{color:#ffffffe6;font-size:1.2rem;margin:0 0 2rem}.cta-btn{align-items:center;background:#fff;border-radius:8px;color:#15803d;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.cta-btn:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px)}.cta-btn svg{height:20px;width:20px}@media (max-width:1024px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-info-column{flex-direction:row;flex-wrap:wrap;order:-1}.info-card{flex:1 1;min-width:250px}}@media (max-width:768px){.contact-hero{padding:4rem 1.5rem}.contact-hero h1{font-size:2.2rem}.contact-hero-text{font-size:1rem}.contact-main-section{padding:4rem 1.5rem}.contact-form-card{padding:2rem}.contact-form-card h2{font-size:1.5rem}.form-row-contact{grid-template-columns:1fr}.contact-info-column{flex-direction:column}.info-card{min-width:auto}.contact-cta-section h2{font-size:2rem}.contact-cta-section p{font-size:1rem}}@media (max-width:480px){.contact-hero h1{font-size:1.8rem}.contact-form-card,.info-card{padding:1.5rem}.contact-cta-section h2{font-size:1.75rem}.cta-btn{justify-content:center;width:100%}}.legal-page{background-color:#f9fafb;min-height:100vh;padding:3rem 1.5rem}.btn-go-back{align-items:center;background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-go-back:hover{background:#15803d;transform:translateX(-3px)}.btn-go-back svg{height:20px;width:20px}.legal-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:800px;padding:3rem}.legal-container h1{color:#1a1a2e;font-size:2.2rem;font-weight:700;margin:0 0 .5rem}.last-updated{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.9rem;margin-bottom:2rem;padding-bottom:2rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{border-bottom:2px solid #16a34a;color:#1a1a2e;display:inline-block;font-size:1.4rem;margin:0 0 1rem;padding-bottom:.5rem}.legal-section h3{color:#374151;font-size:1.1rem;margin:1.5rem 0 .75rem}.legal-section p{color:#4b5563;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-section ol,.legal-section ul{color:#4b5563;font-size:1rem;line-height:1.8;margin:.5rem 0 1rem;padding-left:1.5rem}.legal-section li{margin-bottom:.5rem}.legal-section ul ul{margin-bottom:.5rem;margin-top:.5rem}.legal-section a{color:#16a34a;font-weight:500;text-decoration:none}.legal-section a:hover{text-decoration:underline}.policy-card{background:#f0fdf4;border-left:4px solid #16a34a;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.policy-card h3{color:#15803d;font-size:1.1rem;margin:0 0 .5rem}.policy-card p{color:#166534;margin:0}.policy-card.warning{background:#fef3c7;border-left-color:#f59e0b}.policy-card.warning h3{color:#b45309}.policy-card.warning p{color:#92400e}.policy-card.danger{background:#fef2f2;border-left-color:#ef4444}.policy-card.danger h3{color:#dc2626}.policy-card.danger p{color:#991b1b}.contact-section{background:#f9fafb;border-radius:12px;margin-top:3rem;padding:1.5rem}.contact-section h2{border-bottom:none;margin-bottom:1rem}.contact-section ul{list-style:none;padding:0}.contact-section li{margin-bottom:.75rem}@media (max-width:768px){.legal-page{padding:2rem 1rem}.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:1.75rem}.legal-section h2{font-size:1.2rem}.legal-section ol,.legal-section p,.legal-section ul{font-size:.95rem}}@media (max-width:480px){.legal-container{padding:1.5rem 1rem}.legal-container h1{font-size:1.5rem}.policy-card{padding:1rem}}.login-container{align-items:center;background:linear-gradient(135deg,#1e3a5f,#0d1b2a);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-box{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:400px;overflow:hidden;width:100%}.login-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:2rem;text-align:center}.login-header h1{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.login-header p{font-size:.9rem;margin:0;opacity:.9}.login-form{padding:2rem}.login-form .form-group{margin-bottom:1.5rem}.login-form label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.login-form input{border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.875rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.login-form input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.login-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem}.login-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:transform .2s,box-shadow .2s;width:100%}.login-button:hover:not(:disabled){box-shadow:0 4px 12px #2563eb66;transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 2rem;text-align:center}.login-footer p{color:#6b7280;font-size:.8rem;margin:0}.admin-layout{background:#f3f4f6;display:flex;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#1e3a5f,#0d1b2a);color:#fff;display:flex;flex-direction:column;height:100vh;position:fixed;width:260px;z-index:100}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem}.sidebar-header h2{font-size:1.25rem;font-weight:700;margin:0}.sidebar-header .version{background:#ffffff1a;border-radius:4px;font-size:.75rem;padding:.25rem .5rem}.sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.nav-item{align-items:center;border-left:3px solid #0000;color:#ffffffb3;display:flex;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#2563eb33;border-left-color:#3b82f6;color:#fff}.nav-icon{font-size:1.25rem;margin-right:.75rem;text-align:center;width:1.5rem}.nav-label{font-size:.9rem;font-weight:500}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem}.logout-button{align-items:center;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;color:#fca5a5;cursor:pointer;display:flex;padding:.875rem 1rem;transition:all .2s;width:100%}.logout-button:hover{background:#dc262633;color:#fff}.admin-main{flex:1 1;margin-left:260px;min-height:100vh;padding:2rem}.admin-page-header{margin-bottom:2rem}.admin-page-header h1{color:#111827;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.admin-page-header p{color:#6b7280;margin:0}.admin-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.admin-card h2{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.stat-card .stat-value{color:#111827;font-size:2rem;font-weight:700}.stat-card .stat-label{color:#6b7280;font-size:.875rem;margin-top:.25rem}.stat-card.standard{border-top:4px solid #3b82f6}.stat-card.european{border-top:4px solid #f59e0b}.stat-card.truck{border-top:4px solid #ef4444}.stat-card.success{border-top:4px solid #10b981}.stat-card.warning{border-top:4px solid #f59e0b}.stat-card.error{border-top:4px solid #ef4444}.admin-table{border-collapse:collapse;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #e5e7eb;padding:.875rem 1rem;text-align:left}.admin-table th{color:#374151;font-size:.875rem;font-weight:600}.admin-table th,.admin-table tr:hover{background:#f9fafb}.admin-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.admin-btn-primary{background:#2563eb;color:#fff}.admin-btn-primary:hover{background:#1d4ed8}.admin-btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.admin-btn-secondary:hover{background:#e5e7eb}.admin-btn-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.admin-btn-danger:hover{background:#fee2e2}.admin-form-group{margin-bottom:1rem}.admin-form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.admin-input,.admin-select{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:.875rem;padding:.625rem .875rem;width:100%}.admin-input:focus,.admin-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}@media (max-width:1024px){.admin-sidebar{width:80px}.logout-button .nav-label,.nav-label,.sidebar-header h2{display:none}.nav-item,.sidebar-header{justify-content:center}.nav-item{padding:1rem}.nav-icon{margin-right:0}.admin-main{margin-left:80px}}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.admin-loading{align-items:center;background:#f3f4f6;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.admin-loading p{color:#6b7280;margin-top:1rem}.admin-layout *{box-sizing:border-box}.admin-layout a{text-decoration:none}
/*# sourceMappingURL=main.1187e4aa.css.map*/