:root{--navy-primary:#071426;--navy-secondary:#0b1b33;--navy-card:#0f2240;--navy-card-hover:#142c52;--navy-border:#ffc40026;--navy-border-glow:#ffc40059;--yellow-bright:#ffc400;--yellow-gold:#f5b800;--yellow-glow:#ffc40059;--yellow-light:#fff8e1;--text-pure:#fff;--text-muted:#94a3b8;--text-dim:#64748b;--text-dark:#111827;--bg-light:#f8fafc;--bg-light-card:#fff;--border-light:#e2e8f0;--font-display:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 24px #00000059;--shadow-lg:0 16px 40px #00000080;--shadow-yellow:0 8px 30px #ffc40047;--transition-smooth:all .3s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--navy-primary);color:var(--text-pure);padding-bottom:70px;line-height:1.6;overflow-x:hidden}@media (width>=768px){body{padding-bottom:0}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-pure);letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button,input,select,textarea{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}@media (width>=640px){.container{padding:0 2rem}}.section{padding:5rem 0;position:relative}.section-darker{background-color:var(--navy-secondary)}.section-light{background-color:var(--bg-light);color:var(--text-dark)}.section-light h1,.section-light h2,.section-light h3,.section-light h4{color:var(--text-dark)}.section-header{text-align:center;max-width:760px;margin:0 auto 3.5rem}.badge-tag{border-radius:var(--radius-full);border:1px solid var(--navy-border-glow);color:var(--yellow-bright);text-transform:uppercase;letter-spacing:.08em;background:#ffc4001f;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.section-title{margin-bottom:1rem;font-size:2.25rem}@media (width>=768px){.section-title{font-size:3rem}}.section-subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.section-light .section-subtitle{color:var(--text-dim)}.yellow-highlight{color:var(--yellow-bright)}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-smooth);text-align:center;border:none;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--yellow-bright) 0%, var(--yellow-gold) 100%);color:var(--navy-primary);box-shadow:var(--shadow-yellow)}.btn-primary:hover{background:linear-gradient(135deg,#ffd54f 0%,#ffb300 100%);transform:translateY(-2px);box-shadow:0 12px 35px #ffc40073}.btn-secondary{color:var(--text-pure);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff2e}.btn-secondary:hover{border-color:var(--yellow-bright);color:var(--yellow-bright);background:#ffffff29;transform:translateY(-2px)}.btn-outline-gold{color:var(--yellow-bright);border:1.5px solid var(--yellow-bright);background:0 0}.btn-outline-gold:hover{background:var(--yellow-bright);color:var(--navy-primary);transform:translateY(-2px)}.btn-whatsapp{color:#fff;background:#25d366;box-shadow:0 8px 25px #25d36659}.btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 12px 30px #25d36680}.btn-sm{border-radius:var(--radius-sm);padding:.55rem 1.1rem;font-size:.85rem}.btn-lg{border-radius:var(--radius-md);padding:1.1rem 2.2rem;font-size:1.05rem}.navbar-wrapper{z-index:1000;transition:var(--transition-smooth);position:fixed;top:0;left:0;right:0}.top-bar{color:var(--text-muted);background:#040c17;border-bottom:1px solid #ffffff0f;padding:.4rem 0;font-size:.82rem}.top-bar-inner{justify-content:space-between;align-items:center;display:flex}.top-contact-links{align-items:center;gap:1.25rem;display:flex}.top-contact-link{color:var(--text-muted);align-items:center;gap:.4rem;display:flex}.top-contact-link:hover{color:var(--yellow-bright)}.main-navbar{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--navy-border);background:#071426e0;padding:.85rem 0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.nav-brand{flex-direction:column;display:flex}.brand-name{letter-spacing:.04em;color:var(--text-pure);align-items:center;gap:.4rem;font-size:1.45rem;font-weight:900;display:flex}.brand-name span{color:var(--yellow-bright)}.brand-subline{letter-spacing:.12em;text-transform:uppercase;color:var(--yellow-gold);font-size:.7rem;font-weight:600}.nav-links{align-items:center;gap:1.4rem;list-style:none;display:none}@media (width>=1080px){.nav-links{display:flex}}.nav-item a{color:#e2e8f0;padding:.3rem 0;font-size:.9rem;font-weight:600;position:relative}.nav-item a:hover{color:var(--yellow-bright)}.nav-item a:after{content:"";background:var(--yellow-bright);width:0%;height:2px;transition:var(--transition-smooth);position:absolute;bottom:-2px;left:0}.nav-item a:hover:after{width:100%}.nav-actions{align-items:center;gap:.85rem;display:flex}.mobile-menu-btn{border:1px solid var(--navy-border);border-radius:var(--radius-sm);width:42px;height:42px;color:var(--text-pure);cursor:pointer;background:#ffffff14;justify-content:center;align-items:center;display:flex}@media (width>=1080px){.mobile-menu-btn{display:none}}.mobile-nav-drawer{background:var(--navy-secondary);border-bottom:2px solid var(--yellow-bright);box-shadow:var(--shadow-lg);flex-direction:column;gap:1rem;padding:1.5rem 1.25rem 2rem;display:flex}.mobile-nav-links{flex-direction:column;gap:.85rem;list-style:none;display:flex}.mobile-nav-links a{color:#cbd5e1;border-bottom:1px solid #ffffff0f;padding:.4rem 0;font-size:1.05rem;font-weight:600;display:block}.mobile-nav-links a:hover{color:var(--yellow-bright)}.hero-section{background:#040d1a;align-items:center;min-height:100vh;padding:9rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-background-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-img{object-fit:cover;object-position:center;opacity:.38;width:100%;height:100%}.hero-overlay{background:linear-gradient(#071426b3 0%,#071426f0 85%,#071426 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-wrapper{z-index:2;grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid;position:relative}@media (width>=992px){.hero-content-wrapper{grid-template-columns:1.2fr .8fr}}.hero-text{max-width:680px}.hero-label{border:1px solid var(--yellow-bright);border-radius:var(--radius-full);color:var(--yellow-bright);letter-spacing:.1em;text-transform:uppercase;background:#ffc40026;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1.1rem;font-size:.85rem;font-weight:800;display:inline-flex}.hero-title{text-transform:uppercase;margin-bottom:1.25rem;font-size:2.8rem;font-weight:900;line-height:1.1}@media (width>=768px){.hero-title{font-size:4rem}}.hero-title-highlight{color:var(--yellow-bright);text-shadow:0 0 30px #ffc40066}.hero-subservices{color:#e2e8f0;flex-wrap:wrap;align-items:center;gap:.6rem .9rem;margin-bottom:1rem;font-size:1.15rem;font-weight:600;display:flex}.hero-subservices span{color:var(--yellow-bright)}.hero-tagline-box{border-left:4px solid var(--yellow-bright);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#0b1b33b3;margin-bottom:2rem;padding:.8rem 1.25rem}.hero-tagline-text{color:var(--yellow-bright);font-size:1.2rem;font-style:italic;font-weight:700}.hero-cta-group{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-contact-strip{border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.hero-contact-item{align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;display:flex}.hero-contact-item a{color:var(--text-pure)}.hero-contact-item a:hover{color:var(--yellow-bright)}.hero-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--navy-border-glow);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#0f2240d9;padding:2rem}.hero-card-header{border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1rem}.hero-card-title{color:var(--text-pure);align-items:center;gap:.5rem;font-size:1.4rem;display:flex}.hero-fleet-strip{border:1px solid var(--navy-border);border-radius:var(--radius-lg);background:#0b1b33e6;flex-wrap:wrap;justify-content:space-around;gap:1.5rem;margin-top:3.5rem;padding:1.25rem 2rem;display:flex}.fleet-pill{color:var(--text-pure);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.fleet-pill span{color:var(--yellow-bright)}.category-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.category-grid{grid-template-columns:repeat(3,1fr)}.category-grid>:nth-child(4),.category-grid>:nth-child(5){grid-column:span 1}}@media (width>=1200px){.category-grid{grid-template-columns:repeat(5,1fr)}}.category-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden}.category-card:hover{border-color:var(--yellow-bright);box-shadow:0 16px 35px #0006, var(--shadow-yellow);transform:translateY(-6px)}.category-img-box{background:#05101e;height:180px;position:relative;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.category-card:hover .category-img{transform:scale(1.06)}.category-badge{border:1px solid var(--yellow-bright);color:var(--yellow-bright);border-radius:var(--radius-full);text-transform:uppercase;background:#071426d9;padding:.25rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:10px;right:10px}.category-body{flex-direction:column;flex:1;padding:1.35rem;display:flex}.category-title{color:var(--text-pure);margin-bottom:.35rem;font-size:1.2rem;font-weight:800}.category-tagline{color:var(--yellow-bright);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.category-desc{color:var(--text-muted);flex:1;margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.category-actions{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.self-drive-section{border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);background:linear-gradient(#071426 0%,#0b1b33 100%)}.self-drive-highlight-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem;display:grid}@media (width>=900px){.self-drive-highlight-grid{grid-template-columns:1fr 1fr}}.featured-car-card{border:1.5px solid var(--yellow-bright);border-radius:var(--radius-xl);box-shadow:0 16px 40px #0006, var(--shadow-yellow);background:#0a1b32;flex-direction:column;display:flex;overflow:hidden}.featured-car-img-box{background:#050d18;height:280px;position:relative}.featured-car-img{object-fit:cover;width:100%;height:100%}.featured-tag{background:var(--yellow-bright);color:var(--navy-primary);border-radius:var(--radius-full);text-transform:uppercase;box-shadow:var(--shadow-sm);padding:.35rem .9rem;font-size:.8rem;font-weight:800;position:absolute;top:16px;left:16px}.featured-car-content{flex-direction:column;flex:1;padding:1.8rem;display:flex}.featured-car-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.featured-car-name{color:var(--text-pure);font-size:1.6rem;font-weight:800}.spec-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.spec-item{border-radius:var(--radius-md);text-align:center;background:#ffffff0d;border:1px solid #ffffff14;padding:.75rem}.spec-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.2rem;font-size:.7rem}.spec-value{color:var(--yellow-bright);font-size:.9rem;font-weight:700}.pricing-preview-box{border:1px dashed var(--navy-border-glow);border-radius:var(--radius-md);background:#00000040;margin-bottom:1.5rem;padding:1rem}.pricing-badge-row{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.pricing-label{color:var(--text-muted);text-transform:uppercase;font-size:.8rem;font-weight:600}.pricing-value{color:var(--yellow-bright);font-size:1.1rem;font-weight:800}.rental-periods-list{flex-wrap:wrap;gap:.4rem;display:flex}.period-pill{border-radius:var(--radius-full);color:#cbd5e1;background:#ffffff0f;padding:.25rem .6rem;font-size:.72rem}.self-drive-features-row{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}@media (width>=768px){.self-drive-features-row{grid-template-columns:repeat(4,1fr)}}.sd-feature-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-md);align-items:center;gap:.9rem;padding:1.25rem;display:flex}.sd-feature-card p{font-size:.95rem;font-weight:700}.chauffeur-box{border:1px solid var(--navy-border);border-radius:var(--radius-xl);background:linear-gradient(135deg,#0f2240e6 0%,#071426f2 100%);grid-template-columns:1fr;align-items:center;gap:2.5rem;padding:3rem 2rem;display:grid}@media (width>=992px){.chauffeur-box{grid-template-columns:1.2fr .8fr;padding:3.5rem}}.chauffeur-tags{flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 2rem;display:flex}.c-tag{border-radius:var(--radius-full);color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;display:flex}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);transition:var(--transition-smooth);flex-direction:column;padding:2rem 1.5rem;display:flex}.service-card:hover{border-color:var(--yellow-bright);box-shadow:0 16px 35px #0006, var(--shadow-yellow);transform:translateY(-6px)}.service-icon-wrap{border-radius:var(--radius-md);border:1px solid var(--navy-border-glow);width:54px;height:54px;color:var(--yellow-bright);background:#ffc4001f;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-title{color:var(--text-pure);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.service-desc{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.service-link{color:var(--yellow-bright);align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;display:inline-flex}.service-link:hover{gap:.6rem}.fleet-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=640px){.fleet-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.fleet-grid{grid-template-columns:repeat(3,1fr)}}.fleet-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-xl);transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden}.fleet-card:hover{border-color:var(--yellow-bright);transform:translateY(-6px);box-shadow:0 16px 35px #00000073}.fleet-img-box{background:#06111f;height:220px;position:relative}.fleet-img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.fleet-card:hover .fleet-img{transform:scale(1.05)}.fleet-category-badge{border:1px solid var(--yellow-bright);color:var(--yellow-bright);border-radius:var(--radius-full);background:#071426d9;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.fleet-body{flex-direction:column;flex:1;padding:1.6rem;display:flex}.fleet-name{margin-bottom:.35rem;font-size:1.35rem;font-weight:800}.fleet-highlight-text{color:var(--yellow-bright);margin-bottom:1.1rem;font-size:.85rem;font-weight:600}.fleet-specs-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.fleet-spec-badge{border-radius:var(--radius-sm);color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff1a;padding:.3rem .65rem;font-size:.75rem}.fleet-pricing-box{border:1px solid var(--navy-border);border-radius:var(--radius-md);background:#00000040;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.fleet-pricing-label{text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.fleet-pricing-val{color:var(--yellow-bright);font-size:.95rem;font-weight:800}.popular-brands-section{background:var(--navy-secondary);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);padding:2.5rem 0}.brands-header-box{text-align:center;margin-bottom:1.5rem}.brands-flex{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2.5rem;display:flex}.brand-pill{border-radius:var(--radius-md);letter-spacing:.06em;color:#e2e8f0;transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff1a;padding:.6rem 1.4rem;font-size:.95rem;font-weight:800}.brand-pill:hover{border-color:var(--yellow-bright);color:var(--yellow-bright);transform:translateY(-2px)}.features-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(5,1fr)}}.feature-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition-smooth);flex-direction:column;align-items:center;padding:1.75rem 1.25rem;display:flex}.feature-card:hover{border-color:var(--yellow-bright);box-shadow:0 12px 30px #0006, var(--shadow-yellow);transform:translateY(-6px)}.feature-icon-circle{border:1.5px solid var(--yellow-bright);width:60px;height:60px;color:var(--yellow-bright);background:#ffc4001f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card-title{color:var(--text-pure);margin-bottom:.6rem;font-size:1.1rem;font-weight:800}.feature-card-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.process-grid{grid-template-columns:1fr;gap:1.5rem;display:grid;position:relative}@media (width>=640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);transition:var(--transition-smooth);padding:2rem 1.5rem;position:relative}.process-card:hover{border-color:var(--yellow-bright);transform:translateY(-6px)}.process-number{color:var(--yellow-bright);opacity:.9;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1}.process-title{margin-bottom:.6rem;font-size:1.2rem;font-weight:800}.process-desc{color:var(--text-muted);font-size:.88rem;line-height:1.6}.brand-promise-section{border-top:2px solid var(--yellow-bright);border-bottom:2px solid var(--yellow-bright);text-align:center;background:linear-gradient(135deg,#050e1b 0%,#0c1e38 100%);padding:5rem 0}.promise-heading{color:var(--yellow-bright);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.85rem;font-size:2.6rem;font-weight:900}.promise-subheading{color:var(--text-pure);margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}.promise-tagline{color:#cbd5e1;max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem;font-style:italic}.booking-section{background:var(--navy-primary)}.booking-card-wrapper{background:var(--navy-card);border:1.5px solid var(--navy-border-glow);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-width:950px;margin:0 auto;padding:2.5rem 1.5rem}@media (width>=768px){.booking-card-wrapper{padding:3.5rem}}.booking-form-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.booking-form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group-full{grid-column:1/-1}.form-label{color:#e2e8f0;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.form-label span{color:var(--yellow-bright)}.form-input,.form-select,.form-textarea{border-radius:var(--radius-md);color:var(--text-pure);transition:var(--transition-smooth);background:#071426b3;border:1px solid #ffffff26;outline:none;padding:.85rem 1rem;font-size:.95rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--yellow-bright);box-shadow:0 0 0 3px #ffc4002e}.form-select option{background:var(--navy-secondary);color:var(--text-pure)}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);flex-direction:column;justify-content:space-between;padding:2rem;display:flex}.testimonial-stars{color:var(--yellow-bright);gap:.3rem;margin-bottom:1rem;display:flex}.testimonial-quote{color:#e2e8f0;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.testimonial-author-box{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.author-name{color:var(--text-pure);font-size:1rem;font-weight:800}.author-service{color:var(--yellow-bright);font-size:.78rem}.demo-badge{border-radius:var(--radius-full);color:var(--text-muted);background:#ffffff14;padding:.2rem .5rem;font-size:.65rem}.faq-list{flex-direction:column;gap:1rem;max-width:850px;margin:0 auto;display:flex}.faq-item{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-md);transition:var(--transition-smooth);overflow:hidden}.faq-question-btn{width:100%;color:var(--text-pure);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:700;display:flex}.faq-question-btn:hover{color:var(--yellow-bright)}.faq-answer{color:var(--text-muted);border-top:1px solid #ffffff0d;padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.6}.contact-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=992px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info-card{background:var(--navy-card);border:1.5px solid var(--navy-border);border-radius:var(--radius-xl);padding:2.5rem}.manager-badge{border:1px solid var(--yellow-bright);color:var(--yellow-bright);border-radius:var(--radius-full);background:#ffc4001f;margin-bottom:.75rem;padding:.35rem .9rem;font-size:.8rem;font-weight:800;display:inline-block}.manager-name{margin-bottom:.2rem;font-size:1.8rem;font-weight:900}.manager-title{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.contact-items-list{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.contact-detail-row{align-items:flex-start;gap:1rem;display:flex}.contact-icon-box{border-radius:var(--radius-sm);border:1px solid var(--navy-border-glow);width:44px;height:44px;color:var(--yellow-bright);background:#ffc4001a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem;font-size:.78rem}.contact-detail-value{color:var(--text-pure);font-size:1.1rem;font-weight:700}.map-wrapper{background:var(--navy-card);border:1.5px solid var(--navy-border);border-radius:var(--radius-xl);flex-direction:column;min-height:400px;display:flex;overflow:hidden}.map-embed-container{flex:1;width:100%;min-height:350px}.map-location-footer{border-top:1px solid var(--navy-border);color:var(--text-muted);background:#071426e6;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.9rem;display:flex}.site-footer{border-top:1px solid var(--navy-border);background:#030a14;padding:4.5rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3.5rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}}.footer-col-title{color:var(--text-pure);margin-bottom:1.25rem;padding-bottom:.6rem;font-size:1.15rem;font-weight:800;position:relative}.footer-col-title:after{content:"";background:var(--yellow-bright);width:32px;height:2.5px;position:absolute;bottom:0;left:0}.footer-links-list{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-links-list a{color:var(--text-muted);font-size:.9rem}.footer-links-list a:hover{color:var(--yellow-bright);transform:translate(4px)}.footer-bottom{text-align:center;color:var(--text-dim);border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (width>=768px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.desktop-floating-actions{z-index:999;flex-direction:column;gap:12px;display:none;position:fixed;bottom:30px;right:25px}@media (width>=768px){.desktop-floating-actions{display:flex}}.floating-btn{width:56px;height:56px;transition:var(--transition-smooth);color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 25px #00000073}.floating-btn:hover{transform:scale(1.1)}.floating-whatsapp{background:#25d366}.floating-call{background:var(--yellow-bright);color:var(--navy-primary)}.mobile-sticky-bar{-webkit-backdrop-filter:blur(12px);border-top:2px solid var(--yellow-bright);z-index:1000;background:#071426f2;grid-template-columns:1fr 1fr 1.2fr;align-items:stretch;height:62px;display:grid;position:fixed;bottom:0;left:0;right:0}@media (width>=768px){.mobile-sticky-bar{display:none}}.mobile-bar-btn{text-transform:uppercase;border-right:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.35rem;font-size:.85rem;font-weight:800;display:flex}.mobile-bar-btn:last-child{border-right:none}.mobile-bar-call{color:var(--text-pure);background:#ffffff0a}.mobile-bar-whatsapp{color:#25d366;background:#25d3661a}.mobile-bar-book{background:var(--yellow-bright);color:var(--navy-primary)}.real-fleet-section{background-color:var(--navy-secondary);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);position:relative;overflow:hidden}.real-fleet-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc40012 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-150px;right:-100px}.real-fleet-trust-strip{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}@media (width>=640px){.real-fleet-trust-strip{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.real-fleet-trust-strip{grid-template-columns:repeat(4,1fr)}}.trust-strip-item{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-md);transition:var(--transition-smooth);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.trust-strip-item:hover{border-color:var(--yellow-bright);transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.trust-strip-icon-box{border-radius:var(--radius-md);width:44px;height:44px;color:var(--yellow-bright);background:#ffc4001f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-strip-item strong{color:var(--text-pure);font-size:.95rem;line-height:1.25;display:block}.trust-strip-item span{color:var(--text-muted);font-size:.8rem}.real-fleet-filter-bar{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.75rem;display:flex}.real-fleet-filter-btn{border-radius:var(--radius-full);background:var(--navy-card);border:1px solid var(--navy-border);color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);align-items:center;gap:.5rem;padding:.65rem 1.3rem;font-size:.9rem;font-weight:600;display:inline-flex}.real-fleet-filter-btn:hover{background:var(--navy-card-hover);color:var(--text-pure);border-color:#ffc40066}.real-fleet-filter-btn.active{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);box-shadow:var(--shadow-yellow);font-weight:700}.real-fleet-counter{border-radius:var(--radius-full);color:inherit;background:#ffffff1f;padding:.15rem .55rem;font-size:.75rem}.real-fleet-filter-btn.active .real-fleet-counter{color:var(--navy-primary);background:#07142633;font-weight:800}.real-fleet-grid{grid-template-columns:1fr;gap:1.75rem;margin-bottom:3.5rem;display:grid}@media (width>=640px){.real-fleet-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.real-fleet-grid{grid-template-columns:repeat(3,1fr)}}.real-fleet-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);transition:var(--transition-smooth);cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.real-fleet-card:hover{border-color:var(--yellow-bright);transform:translateY(-6px);box-shadow:0 16px 36px #00000073,0 0 20px #ffc40026}.real-fleet-img-container{background:#050e1a;width:100%;height:250px;position:relative;overflow:hidden}.real-fleet-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.real-fleet-card:hover .real-fleet-img{transform:scale(1.06)}.real-fleet-card-top-tags{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:12px;left:12px;right:12px}.live-photo-badge{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);letter-spacing:.06em;color:#fff;background:#071426d9;border:1px solid #ffffff2e;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.live-dot{background-color:#22c55e;border-radius:50%;width:8px;height:8px;animation:1.8s infinite livePulse;box-shadow:0 0 8px #22c55e}@keyframes livePulse{0%{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.3)}to{opacity:.8;transform:scale(.9)}}.reg-badge{background:var(--yellow-bright);color:var(--navy-primary);font-family:var(--font-display);letter-spacing:.05em;border-radius:var(--radius-sm);padding:.3rem .7rem;font-size:.76rem;font-weight:800;box-shadow:0 2px 8px #0000004d}.real-fleet-hover-overlay{opacity:0;background:#07142673;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.real-fleet-card:hover .real-fleet-hover-overlay{opacity:1}.hover-zoom-btn{color:var(--navy-primary);border-radius:var(--radius-full);background:#fffffff2;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:700;transition:transform .3s;display:inline-flex;transform:translateY(10px);box-shadow:0 8px 20px #0006}.real-fleet-card:hover .hover-zoom-btn{transform:translateY(0)}.real-fleet-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.real-fleet-card-header{margin-bottom:.6rem}.real-fleet-card-title{color:var(--text-pure);font-size:1.15rem;font-weight:700;line-height:1.3}.real-fleet-card-model{color:var(--yellow-bright);margin-top:.15rem;font-size:.82rem;font-weight:600}.real-fleet-caption{color:var(--text-muted);flex:1;margin-bottom:1rem;font-size:.86rem;line-height:1.45}.real-fleet-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.real-fleet-tag-pill{border-radius:var(--radius-full);color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1a;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.real-fleet-card-footer{border-top:1px solid #ffffff14;align-items:center;gap:.65rem;margin-top:auto;padding-top:.85rem;display:flex}.real-fleet-banner{border:1.5px solid var(--navy-border-glow);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#0a1b36 0%,#10264a 100%);padding:2.25rem;position:relative;overflow:hidden}.real-fleet-banner:before{content:"";background:var(--yellow-bright);width:6px;height:100%;position:absolute;top:0;left:0}.real-fleet-banner-content{flex-direction:column;gap:1.5rem;display:flex}@media (width>=768px){.real-fleet-banner-content{flex-direction:row;justify-content:space-between;align-items:center}}.real-fleet-banner-left{flex:1}.banner-badge{color:var(--yellow-bright);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:inline-block}.real-fleet-banner-left h3{color:var(--text-pure);margin-bottom:.5rem;font-size:1.45rem}.real-fleet-banner-left p{color:var(--text-muted);max-width:650px;font-size:.95rem;line-height:1.5}.real-fleet-banner-actions{flex-wrap:wrap;flex-shrink:0;gap:.85rem;display:flex}.real-lightbox-backdrop{z-index:2100;-webkit-backdrop-filter:blur(14px);background:#030a14eb;justify-content:center;align-items:center;padding:1.25rem;animation:.25s forwards fadeInModal;display:flex;position:fixed;inset:0}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.real-lightbox-modal{background:var(--navy-secondary);border:1px solid var(--navy-border-glow);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:960px;max-height:94vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards scaleInModal;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3}@keyframes scaleInModal{0%{transform:scale(.94)}to{transform:scale(1)}}.real-lightbox-header{background:var(--navy-card);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.real-lightbox-title-area{align-items:center;gap:.85rem;display:flex}.real-lightbox-badge{background:var(--yellow-bright);color:var(--navy-primary);font-family:var(--font-display);border-radius:var(--radius-sm);white-space:nowrap;padding:.3rem .65rem;font-size:.8rem;font-weight:800}.real-lightbox-title{color:var(--text-pure);font-size:1.1rem;font-weight:700;line-height:1.2}.real-lightbox-subtitle{color:var(--text-muted);font-size:.8rem}.real-lightbox-header-actions{align-items:center;gap:.85rem;display:flex}.real-lightbox-close-btn{color:#fff;cursor:pointer;width:38px;height:38px;transition:var(--transition-smooth);background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.real-lightbox-close-btn:hover{background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.real-lightbox-body{background:#030810;justify-content:center;align-items:center;min-height:320px;max-height:60vh;padding:1rem;display:flex;position:relative;overflow:hidden}.real-lightbox-img-box{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.real-lightbox-img{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:56vh;box-shadow:0 10px 30px #00000080}.lightbox-nav-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;width:44px;height:44px;transition:var(--transition-smooth);z-index:5;background:#071426bf;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav-btn:hover{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);transform:translateY(-50%)scale(1.1)}.prev-btn{left:1rem}.next-btn{right:1rem}.real-lightbox-footer{background:var(--navy-card);border-top:1px solid #ffffff14;flex-direction:column;gap:.85rem;padding:1rem 1.5rem;display:flex}@media (width>=640px){.real-lightbox-footer{flex-direction:row;justify-content:space-between;align-items:center}}.real-lightbox-caption p{color:var(--text-pure);margin-bottom:.4rem;font-size:.9rem;line-height:1.4}.real-lightbox-tags{flex-wrap:wrap;gap:.35rem;display:flex}.real-lightbox-contact-btns{flex-shrink:0;gap:.5rem;display:flex}.real-fleet-unified-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem;display:grid}@media (width>=900px){.real-fleet-unified-grid{grid-template-columns:repeat(2,1fr)}}.real-car-unified-card{background:var(--navy-card);border:1.5px solid var(--navy-border);border-radius:var(--radius-xl);transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0006}.real-car-unified-card:hover{border-color:#ffc40073;box-shadow:0 16px 40px #00000080,0 0 25px #ffc4001f}.unified-card-topbar{background:#0a1a32bf;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.4rem;display:flex}.unified-card-type-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--yellow-bright);margin-bottom:.2rem;font-size:.72rem;font-weight:800;display:inline-block}.unified-card-title{color:var(--text-pure);font-size:1.3rem;font-weight:800;line-height:1.25}.unified-card-model{color:var(--text-muted);font-size:.85rem;font-weight:600}.unified-plate-badge{background:var(--yellow-bright);color:var(--navy-primary);font-family:var(--font-display);letter-spacing:.05em;border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0;padding:.35rem .75rem;font-size:.82rem;font-weight:800;box-shadow:0 2px 8px #00000059}.unified-slider-box{cursor:pointer;background:#020712;width:100%;height:290px;position:relative;overflow:hidden}@media (width>=640px){.unified-slider-box{height:320px}}.unified-slider-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);animation:.35s fadeInImage;display:block}@keyframes fadeInImage{0%{opacity:.65;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.unified-slider-box:hover .unified-slider-img{transform:scale(1.04)}.unified-slider-overlay-top{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:12px;left:12px;right:12px}.unified-angle-tag{-webkit-backdrop-filter:blur(8px);color:var(--yellow-bright);border-radius:var(--radius-full);letter-spacing:.04em;background:#071426e0;border:1px solid #ffc40066;padding:.3rem .7rem;font-size:.75rem;font-weight:700}.unified-slider-overlay-bottom{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.unified-slider-counter{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:var(--radius-full);background:#071426d9;border:1px solid #ffffff26;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.unified-slider-dots{pointer-events:auto;align-items:center;gap:6px;display:flex}.slider-dot-btn{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.slider-dot-btn.active{background:var(--yellow-bright);border-radius:10px;width:22px;box-shadow:0 0 8px #ffc400b3}.unified-zoom-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:var(--radius-full);background:#071426d9;border:1px solid #ffffff26;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.unified-slider-arrow{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:3;width:40px;height:40px;transition:var(--transition-smooth);background:#071426cc;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.unified-slider-arrow:hover{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);transform:translateY(-50%)scale(1.12);box-shadow:0 0 15px #ffc40080}.unified-slider-arrow-prev{left:12px}.unified-slider-arrow-next{right:12px}.unified-angle-selector-bar{background:#050e1cd9;border-bottom:1px solid #ffffff12;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.85rem 1.25rem;display:flex}.angle-bar-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.35rem;margin-right:.2rem;font-size:.76rem;font-weight:700;display:inline-flex}.angle-bar-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.angle-tab-btn{border-radius:var(--radius-full);color:#cbd5e1;cursor:pointer;transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff1f;padding:.32rem .75rem;font-size:.78rem;font-weight:600}.angle-tab-btn:hover{color:#fff;background:#ffc4001f;border-color:#ffc40066}.angle-tab-btn.active{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);font-weight:800;box-shadow:0 0 12px #ffc40059}.unified-dynamic-caption-box{border-left:3.5px solid var(--yellow-bright);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#ffc4000a;border-top:1px solid #ffc4001a;border-bottom:1px solid #ffc4001a;border-right:1px solid #ffc4001a;margin:1rem 1.25rem .5rem;padding:.85rem 1.25rem}.caption-angle-title{color:var(--text-pure);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.88rem;display:flex}.caption-dot{background:var(--yellow-bright);width:7px;height:7px;box-shadow:0 0 6px var(--yellow-bright);border-radius:50%}.caption-angle-text{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.45}.unified-specs-row{border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.9rem 1.25rem;display:grid}@media (width>=480px){.unified-specs-row{grid-template-columns:repeat(4,1fr)}}.unified-spec-col{flex-direction:column;display:flex}.unified-spec-col .spec-label{color:var(--text-muted);margin-bottom:.15rem;font-size:.72rem}.unified-spec-col .spec-val{color:var(--text-pure);font-size:.84rem;font-weight:700}.unified-feature-tags{flex-wrap:wrap;gap:.45rem;padding:.9rem 1.25rem;display:flex}.unified-feature-pill{border-radius:var(--radius-full);color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.74rem;font-weight:600;display:inline-flex}.unified-card-footer{background:#0714264d;border-top:1px solid #ffffff14;align-items:center;gap:.75rem;margin-top:auto;padding:1.1rem 1.25rem;display:flex}.real-lightbox-thumb-strip{background:#020712;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;gap:.65rem;padding:.85rem 1.5rem;display:flex;overflow-x:auto}.lightbox-thumb-item{border-radius:var(--radius-sm);cursor:pointer;width:76px;transition:var(--transition-smooth);background:#ffffff0a;border:2px solid #0000;flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;padding:3px;display:flex}.lightbox-thumb-item img{object-fit:cover;border-radius:3px;width:100%;height:46px;display:block}.lightbox-thumb-item:hover{border-color:#ffc40080}.lightbox-thumb-item.active{border-color:var(--yellow-bright);background:#ffc40014}.lightbox-thumb-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:70px;font-size:.65rem;overflow:hidden}.lightbox-thumb-item.active .lightbox-thumb-label{color:var(--yellow-bright);font-weight:700}.featured-angle-tag{-webkit-backdrop-filter:blur(8px);color:var(--yellow-bright);border-radius:var(--radius-full);letter-spacing:.03em;z-index:2;pointer-events:none;background:#071426e0;border:1px solid #ffc40066;padding:.28rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:12px;right:12px}.card-slider-nav-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:3;width:36px;height:36px;transition:var(--transition-smooth);background:#071426cc;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.card-slider-nav-btn:hover{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);transform:translateY(-50%)scale(1.1)}.card-slider-nav-btn.prev{left:10px}.card-slider-nav-btn.next{right:10px}.card-slider-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.card-slider-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .2s}.card-slider-dot.active{background:var(--yellow-bright);width:18px;box-shadow:0 0 6px var(--yellow-bright);border-radius:8px}.card-quick-angle-tabs{background:#050e1ccc;border-bottom:1px solid #ffffff12;align-items:center;gap:.4rem;padding:.65rem 1rem;display:flex;overflow-x:auto}.quick-angle-tab-btn{border-radius:var(--radius-full);color:#cbd5e1;cursor:pointer;white-space:nowrap;transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff1f;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.quick-angle-tab-btn:hover{color:#fff;background:#ffc4001f;border-color:#ffc40059}.quick-angle-tab-btn.active{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);font-weight:800;box-shadow:0 0 8px #ffc40059}.view-details-action-btn,.view-details-btn{letter-spacing:.02em;color:#fff;transition:var(--transition-smooth);background:#ffffff14;border:1.5px solid #ffc40080;align-items:center;gap:.45rem;font-weight:700;display:inline-flex}.view-details-action-btn:hover,.view-details-btn:hover{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);transform:translateY(-2px);box-shadow:0 0 16px #ffc40073}.car-detail-page-wrapper{background-color:var(--navy-primary);color:var(--text-pure);min-height:100vh;padding-top:100px}.car-detail-breadcrumb-bar{background:var(--navy-secondary);border-bottom:1px solid var(--navy-border);z-index:90;-webkit-backdrop-filter:blur(12px);padding:.85rem 0;position:sticky;top:70px}.breadcrumb-flex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;display:flex}.breadcrumb-back-btn{border:1px solid var(--navy-border-glow);color:var(--yellow-bright);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);background:#ffffff0f;align-items:center;gap:.5rem;padding:.45rem .95rem;font-size:.85rem;font-weight:700;display:inline-flex}.breadcrumb-back-btn:hover{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);transform:translate(-3px)}.breadcrumb-trail{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.84rem;display:flex}.breadcrumb-trail a{color:var(--text-muted);transition:color .2s}.breadcrumb-trail a:hover{color:var(--yellow-bright)}.bc-separator{opacity:.4}.bc-current{color:var(--yellow-bright);font-weight:700}.breadcrumb-share-btn{color:var(--text-muted);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.breadcrumb-share-btn:hover{color:#fff;border-color:var(--yellow-bright)}.car-detail-main-section{padding-top:2rem;padding-bottom:5rem}.car-detail-grid{grid-template-columns:1fr;gap:2.25rem;display:grid}@media (width>=992px){.car-detail-grid{grid-template-columns:1fr 380px;align-items:start}}@media (width>=1200px){.car-detail-grid{grid-template-columns:1fr 420px;gap:2.75rem}}.car-detail-header-card{margin-bottom:1.5rem}.car-detail-tag-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.detail-tag-pill{border-radius:var(--radius-full);color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:.35rem;padding:.28rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.detail-tag-pill.verified{color:var(--yellow-bright);background:#ffc4001f;border-color:#ffc40059}.detail-tag-pill.rto{background:var(--yellow-bright);color:var(--navy-primary);border-color:var(--yellow-bright);font-weight:800}.car-detail-title{color:var(--text-pure);margin-bottom:.35rem;font-size:2.1rem;font-weight:900;line-height:1.2}@media (width>=768px){.car-detail-title{font-size:2.6rem}}.car-detail-subtitle{color:var(--text-muted);margin-bottom:.75rem;font-size:1.05rem;line-height:1.5}.car-detail-rating-row{align-items:center;gap:.6rem;font-size:.88rem;display:flex}.rating-stars{gap:2px;display:flex}.rating-val{color:var(--yellow-bright)}.rating-count{color:var(--text-muted)}.detail-slider-card{background:var(--navy-card);border:1.5px solid var(--navy-border);border-radius:var(--radius-xl);margin-bottom:2rem;overflow:hidden;box-shadow:0 12px 35px #00000073}.detail-slider-main-box{background:#020712;width:100%;height:320px;position:relative;overflow:hidden}@media (width>=640px){.detail-slider-main-box{height:420px}}.detail-slider-main-img{object-fit:cover;width:100%;height:100%;animation:.35s fadeInImage;display:block}.detail-slider-top-tags{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:14px;left:14px;right:14px}.detail-thumb-strip{background:#040c18f2;border-bottom:1px solid #ffffff14;gap:.6rem;padding:.85rem 1.25rem;display:flex;overflow-x:auto}.detail-thumb-btn{border-radius:var(--radius-sm);cursor:pointer;width:80px;transition:var(--transition-smooth);background:#ffffff0a;border:2px solid #0000;flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;padding:3px;display:flex}.detail-thumb-btn img{object-fit:cover;border-radius:4px;width:100%;height:48px;display:block}.detail-thumb-btn span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:74px;font-size:.68rem;overflow:hidden}.detail-thumb-btn:hover{border-color:#ffc40066}.detail-thumb-btn.active{border-color:var(--yellow-bright);background:#ffc4001a}.detail-thumb-btn.active span{color:var(--yellow-bright);font-weight:700}.detail-section-box{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:1.5rem}@media (width>=640px){.detail-section-box{padding:1.85rem}}.detail-box-title{color:var(--text-pure);border-bottom:1px solid #ffffff14;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:800;display:flex}.detail-specs-matrix{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=600px){.detail-specs-matrix{grid-template-columns:repeat(4,1fr)}}.spec-matrix-card{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff12;flex-direction:column;padding:.85rem 1rem;display:flex}.spec-m-label{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.spec-m-val{color:var(--text-pure);font-size:.92rem;font-weight:700}.detail-desc-text{color:#cbd5e1;font-size:.98rem;line-height:1.7}.detail-features-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=600px){.detail-features-grid{grid-template-columns:repeat(2,1fr)}}.detail-feature-item{border-radius:var(--radius-md);color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff0f;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.detail-kyc-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=600px){.detail-kyc-grid{grid-template-columns:repeat(2,1fr)}}.kyc-card{border:1px solid #ffc40033;border-left:3px solid var(--yellow-bright);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#07142699;padding:1rem}.kyc-card strong{color:var(--yellow-bright);margin-bottom:.3rem;font-size:.92rem;display:block}.kyc-card p{color:var(--text-muted);margin:0;font-size:.83rem;line-height:1.45}.sticky-booking-card{background:var(--navy-secondary);border:1.5px solid var(--navy-border-glow);border-radius:var(--radius-xl);padding:1.5rem;position:sticky;top:130px;box-shadow:0 15px 40px #0009}.sticky-tariff-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.1rem;display:flex}.sticky-tariff-tag{color:var(--yellow-bright);letter-spacing:.06em;font-size:.72rem;font-weight:800}.sticky-tariff-val{color:var(--text-pure);margin-top:.15rem;font-size:1.6rem;font-weight:900;line-height:1.1}.sticky-badge-avail{color:#4ade80;border-radius:var(--radius-full);background:#22c55e26;border:1px solid #22c55e;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.rental-slots-card{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff14;margin-bottom:1.25rem;padding:1rem}.slots-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.6rem;font-size:.76rem;font-weight:700;display:block}.slots-list{flex-direction:column;gap:.45rem;display:flex}.slot-item{border-bottom:1px solid #ffffff0d;flex-direction:column;padding-bottom:.45rem;display:flex}.slot-item:last-child{border-bottom:none;padding-bottom:0}.slot-label{color:var(--text-pure);font-size:.82rem;font-weight:700}.slot-desc{color:var(--text-muted);font-size:.75rem}.sticky-cta-buttons{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.quick-booking-form-box{border-radius:var(--radius-lg);background:#071426b3;border:1px solid #ffffff14;margin-bottom:1.25rem;padding:1.15rem}.quick-form-title{color:var(--text-pure);border-bottom:1px solid #ffffff12;align-items:center;gap:.45rem;margin-bottom:.85rem;padding-bottom:.45rem;font-size:.92rem;font-weight:700;display:flex}.quick-form{flex-direction:column;gap:.75rem;display:flex}.quick-form .form-group{flex-direction:column;gap:.3rem;display:flex}.quick-form label{color:var(--text-muted);font-size:.75rem;font-weight:600}.quick-form .form-input{color:#fff;border-radius:var(--radius-sm);transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff24;outline:none;padding:.55rem .8rem;font-size:.85rem}.quick-form .form-input:focus{border-color:var(--yellow-bright);box-shadow:0 0 8px #ffc4004d}.sticky-hub-info{border-top:1px solid #ffffff14;flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.hub-info-item{align-items:flex-start;gap:.6rem;display:flex}.hub-info-item strong{color:var(--text-pure);font-size:.78rem;display:block}.hub-info-item span{color:var(--text-muted);font-size:.72rem;line-height:1.35}.detail-other-cars-section{border-top:1px solid var(--navy-border);margin-top:3.5rem;padding-top:2.5rem}.other-cars-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.other-cars-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.other-cars-grid{grid-template-columns:repeat(3,1fr)}}.other-car-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:var(--radius-lg);transition:var(--transition-smooth);flex-direction:column;display:flex;overflow:hidden}.other-car-card:hover{border-color:var(--yellow-bright);transform:translateY(-5px);box-shadow:0 12px 30px #00000073}.other-car-img-box{background:#050e1a;width:100%;height:190px;position:relative;overflow:hidden}.other-car-img-box img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.other-car-card:hover .other-car-img-box img{transform:scale(1.05)}.other-car-category{color:var(--yellow-bright);border-radius:var(--radius-full);background:#071426d9;border:1px solid #ffc4004d;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.other-car-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.other-car-body h4{color:var(--text-pure);margin-bottom:.2rem;font-size:1.15rem;font-weight:800}.other-car-body p{color:var(--text-muted);margin-bottom:.75rem;font-size:.82rem}.other-car-specs{color:var(--yellow-bright);align-items:center;gap:.45rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:flex}.other-car-footer{border-top:1px solid #ffffff12;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}
