:root{--primary-color: #1a1a1a;--secondary-color: #f8f9fa;--text-color: #333;--light-text: #666;--background-color: #fff;--border-color: #e0e0e0;--accent-color: #2d2d2d;--font-family: sans-serif;--container-width: 1200px;--spacing-unit: 1rem}body{overflow:hidden}.Toastify__toast-container{z-index:200000!important;height:20px}.Toastify__toast-container--top-center{top:45px!important}.Toastify__toast-container--top-center .Toastify__toast{border-radius:10px!important;color:#000!important;box-shadow:0 10px 30px #0000001f!important;font-weight:700;margin-left:450px}.Toastify__toast-container--top-center .row{display:flex;gap:15px;flex-direction:col}.Toastify__toast-container--top-center .Toastify__toast--error{background:linear-gradient(121deg,#dbb0b3,#847cbf)}.Toastify__toast-container--top-center .Toastify__progress-bar{background:#ffffffd9!important}.Toastify__toast-container--top-center .my-toast{background:linear-gradient(90deg,#a78bfa,#f472b6)!important;color:#fff!important}.reservation-summary-box{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;background:#ffffff2e;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:var(--font-family)}.reservation-summary-left{display:flex;align-items:center;gap:10px;white-space:nowrap}.reservation-summary-icon{font-size:20px;color:#16a34a;line-height:1}.reservation-amount{display:flex;align-items:center;font-size:20px;gap:8px;color:#16a34a;font-weight:700;white-space:nowrap}.text{font-size:30px;margin-bottom:10px}*{box-sizing:border-box;margin:0;padding:0}.mobile-menu-logo{display:none}.page-content{opacity:0;animation:fadeIn .5s ease-in-out forwards}.page-content.active{opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{font-family:sans-serif;font-size:12px;color:var(--text-color);line-height:1.6;background-color:var(--background-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:sans-serif;font-weight:700;line-height:1.2;color:var(--text-color)}p,span,a,li,label,input,select,textarea,button{font-family:sans-serif;font-size:12px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rippleEffect{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.scroll-reveal{opacity:0;transform:translateY(60px) scale(.95);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.scroll-reveal.animate-in{opacity:1;transform:translateY(0) scale(1)}.animate-child{opacity:0;transform:translateY(40px) scale(.95);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.animate-child.animate-in{opacity:1;transform:translateY(0) scale(1)}.hero{opacity:1!important;transform:none!important}.hero .hero-text{animation:slideInFromLeft 1.2s cubic-bezier(.16,1,.3,1) forwards}.hero .hero-image{animation:slideInFromRight 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-60px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(60px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.feature-card,.pricing-card,.stats-card,.partner-card,.faq-item{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.review-card{transition:none;display:flex;flex-direction:column;justify-content:space-between;max-height:270px;height:270px;overflow:hidden}.review-card .review-text{font-size:13px;color:#9ca3af;line-height:1.4;margin:0;display:block;max-height:198px;overflow-y:auto;padding-right:6px}.review-card .review-text::-webkit-scrollbar{width:8px}.review-card .review-text::-webkit-scrollbar-thumb{background:#00000014;border-radius:6px}@media(max-width:768px){.review-card{height:auto;max-height:none;overflow:visible}.review-card .review-text{max-height:none;overflow:visible}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),background-color .3s ease}.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 30px #00000026}.btn:active{transform:translateY(0) scale(.98)}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;border:none}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 15px #1a1a1a33}.btn-primary:hover{background-color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #1a1a1a4d}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background-color:transparent}.btn-outline:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1a1a1a33}.btn .ripple{position:absolute;border-radius:50%;background-color:#fff9;transform:scale(0);animation:rippleEffect .6s ease-out;pointer-events:none}.header{background-color:transparent;box-shadow:none;position:fixed;top:0;left:0;right:0;z-index:9999;padding:12px 0;height:90px;transition:all .4s ease;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid transparent}.header.scrolled{background-color:#ffffffd9;box-shadow:0 4px 20px #0000001a;padding:8px 0;height:80px;backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.05)}.header .container{display:flex;justify-content:space-between;align-items:center}.header-cta{display:flex;align-items:center;gap:12px}.desktop-login-btn{display:inline-block}.mobile-login-btn{display:none}.logo{font-size:1.8rem;font-weight:700;color:var(--primary-color);display:flex;align-items:center;flex-shrink:0;height:100%;max-height:66px}.logo img{height:35px;max-height:35px;width:300px;max-width:300px;display:block;object-fit:contain}.mobile-menu-logo img{height:36px;max-height:36px;width:auto;max-width:160px;display:block;object-fit:contain}@media(max-width:768px){.logo img{height:25px;max-height:25px;max-width:120px}.header{height:75px}.header.scrolled{height:68px}}.nav-list{display:flex;gap:35px}.nav-list a{font-size:16px;font-weight:500;color:var(--primary-color);position:relative;transition:color .3s ease}.nav-list a:before{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-list a:hover{color:var(--primary-color)}.nav-list a:hover:before{width:100%}.hero{min-height:100vh;padding:70px 0 40px;background:linear-gradient(121deg,#fff,#fffafb 21.4897%,#ffdcc8 44.9782%,#faa5aa 65.1587%,#6356c8);position:relative;overflow:hidden;display:flex;align-items:center}.login-page{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(121deg,#fff,#fffafb 21.4897%,#ffdcc8 44.9782%,#faa5aa 65.1587%,#6356c8);padding:40px 16px}.login-card{width:440px;max-width:100%;padding:28px;border-radius:16px;box-shadow:0 20px 60px #6356c81f;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(6px) saturate(140%);backdrop-filter:blur(6px) saturate(140%);animation:scaleIn .32s cubic-bezier(.16,1,.3,1) both}.login-top{text-align:center;margin-bottom:12px}.login-logo{height:46px;margin-bottom:12px;display:block;margin-left:auto;margin-right:auto}.login-card h2{margin:0 0 6px;font-size:22px}.muted{color:#5b5b5b;font-size:13px}.label{display:inline;font-size:13px;margin-bottom:6px;font-weight:600;color:#333}.login-input{width:100%;padding:12px 14px;font-weight:500;background-color:#ffffff2e;border-radius:10px;border:1px solid #e8e8e8;font-size:14px;margin-bottom:12px}.login-input:focus{outline:none;border-color:#6356c8d9;box-shadow:0 6px 18px #6356c814}.login-btns{display:flex;gap:10px;margin-top:8px}.login-btns .btn{flex:1}.resend{margin-top:10px;font-size:13px;text-align:center}.resend a{color:#6356c8;text-decoration:underline}@media(max-width:520px){.login-card{padding:18px;border-radius:12px}.login-logo{height:36px}}.partners-section{padding:60px 0;background:#fafafa}.partners-subtitle{text-align:center;margin-bottom:24px;color:var(--light-text);font-weight:600;font-size:18px}.partners-carousel{overflow:hidden;width:100%;position:relative}.partners-track{display:flex;align-items:center;width:max-content;will-change:transform}.partners-logos{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:12px 22px}.partner-logo{display:flex;align-items:center;justify-content:center;min-width:300px;max-width:300px;height:140px}.partner-logo img{width:auto;height:auto;max-width:280px;max-height:120px;object-fit:contain;display:block;opacity:1;color:#000}@keyframes partners-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-content{display:flex;align-items:flex-start;gap:60px;width:100%;max-width:1400px;margin:0 auto}.hero-text{flex:1;max-width:600px;animation:fadeInLeft .8s ease-out;position:sticky;top:120px;align-self:flex-start}.hero-reviews{display:flex;align-items:center;gap:10px;margin-bottom:32px}.review-avatars{display:flex;align-items:center}.review-avatars img{width:40px;height:40px;border-radius:50%;border:2px solid #fff;margin-left:-9px;object-fit:cover}.review-avatars img:first-child{margin-left:0}.review-info{display:flex;flex-direction:column;gap:4px;margin-left:30px}.star-rating{font-size:16px;line-height:1;color:#ffb800;letter-spacing:2px;margin-right:20px}.review-text{font-size:13px;color:#9ca3af;margin:0;line-height:1.3;font-weight:400}.hero-text h1{line-height:1.15;margin-bottom:15px;color:#2d2d2d;font-weight:600;letter-spacing:-.02em;font-size:10px}.hero-text>p{font-size:1.125rem;color:#525252;margin-bottom:0;line-height:1.65;font-weight:400;max-width:540px}.hero-subtitle{display:none}.hero-trust{margin-top:25px}.hero-trust p{font-size:13px;color:#9ca3af;margin-bottom:12px;font-weight:400}.news-logo{max-width:160px;height:auto;opacity:.9}.microsoft-logo{max-width:140px;height:auto;opacity:1;filter:none}.hero-buttons{margin-top:30px;margin-bottom:40px}.hero-image{flex:1.5;animation:fadeInRight .8s ease-out;transition:transform .3s ease-out;min-height:auto;border-radius:20px;display:flex;align-items:flex-start;justify-content:center;padding:20px;position:relative}.hero-image:before{content:"";position:absolute;inset:0;background:transparent;border-radius:20px;z-index:0}.hero-image .booking-widget{position:relative;z-index:1;width:100%;max-width:640px;transition:max-width .3s ease}.hero-image>img{filter:drop-shadow(0 20px 40px rgba(26,26,26,.15));transition:transform .3s ease;opacity:0;display:none}.hero-image>img:hover{transform:scale(1.05)}.hero-trust{font-size:.9rem;color:#4a4a4a;animation:fadeInUp 1s ease-out .3s both}.features{padding:100px 0;background-color:#fafafa}.section-header{text-align:center;max-width:100%;margin:0 auto 70px;opacity:0;animation:fadeInUp .8s ease-out forwards}.section-header h2{font-size:3.25rem;margin-bottom:16px;position:relative;font-weight:600;color:#2d2d2d;line-height:1.15;letter-spacing:-.02em}.section-header h2:after{display:none}.section-header p{font-size:1.125rem;color:#6b7280;line-height:1.5;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1300px;margin:0 auto}.feature-card{padding:0;background:transparent;border-radius:0;box-shadow:none;transition:all .3s ease;position:relative;overflow:visible;text-align:left}.feature-card:before{display:none}.feature-card:hover{transform:none;box-shadow:none}.feature-card:hover:before{transform:none}.feature-icon-circle{width:56px;height:56px;border-radius:50%;background-color:#6858e3;display:flex;align-items:center;justify-content:center;margin-bottom:28px;color:#fff}.feature-icon-circle svg{width:32px;height:32px}.feature-card h3{margin-bottom:14px;font-size:1.3rem;font-weight:600;color:#1a1a1a;line-height:1.3}.feature-card p{color:#6b7280;font-size:1rem;line-height:1.65;font-weight:400}.partners-section{padding:60px 0;background-color:#fff;overflow:hidden}.partners-subtitle{text-align:center;font-size:14px;color:gray;margin-bottom:30px;font-weight:400}.partners-carousel{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,#0000,#000 10% 90%,#0000);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 10%,rgb(0,0,0) 90%,rgba(0,0,0,0) 100%)}.partners-track{display:flex;width:fit-content;animation:scroll 15s linear infinite}.partners-logos{display:flex;align-items:center;gap:60px;padding:0 40px}.partner-logo{height:110px;width:auto;min-width:220px;max-width:260px;display:flex;align-items:center;justify-content:center;opacity:1;filter:none;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;flex-shrink:0;background:transparent}.partner-logo svg,.partner-logo .svgContainer{height:100%;width:auto;max-width:220px;display:block}.partner-logo .svgContainer svg{display:block;width:100%;height:100%}.partner-logo svg{height:100%;width:auto;max-width:220px}.avatar{width:44px;min-width:44px;height:44px;min-height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.avatar--green{background-color:#22c55e}.avatar__text{color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase}.partner-logo img{height:auto;width:auto;max-width:220px;max-height:95px;object-fit:contain;display:block}.partner-logo:hover{opacity:1;filter:none;transform:none;box-shadow:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.test-drives-simple{padding:100px 0;background-color:#fafafa;text-align:center}.simple-title{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:20px;line-height:1.2}.simple-subtitle{font-size:1.1rem;color:#666;max-width:900px;margin:0 auto;line-height:1.6}.value-prop{padding:80px 0;background-color:#fff}.value-prop>.container:first-child{text-align:center;margin-bottom:60px}.value-row{display:flex;align-items:center;gap:60px;margin-bottom:100px;opacity:0;transform:translateY(30px)}.value-row.animate-in{animation:fadeInUp .8s ease-out forwards}.value-row.reverse{flex-direction:row-reverse}.value-text{flex:1}.value-text h2{font-size:2.2rem;margin-bottom:20px}.value-text p{color:var(--light-text);margin-bottom:30px}.value-image{flex:1}.check-list li{margin-bottom:10px;padding-left:25px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.image-placeholder{width:100%;height:400px;background-color:#eee;display:flex;align-items:center;justify-content:center;color:#aaa;border-radius:10px}.book-instantly-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}.book-instantly-content{opacity:0;transform:translate(-50px);transition:opacity 1s ease-out,transform 1s cubic-bezier(.34,1.56,.64,1)}.book-instantly-section.animate-in .book-instantly-content{opacity:1;transform:translate(0)}.book-instantly-visual{opacity:0;transform:translate(50px) scale(.95);transition:opacity 1s ease-out .2s,transform 1s cubic-bezier(.34,1.56,.64,1) .2s}.book-instantly-section.animate-in .book-instantly-visual{opacity:1;transform:translate(0) scale(1)}.book-instantly-section.animate-in .success-card{animation:slideInBounce .8s ease-out .6s both}@keyframes slideInBounce{0%{opacity:0;transform:translateY(20px) scale(.8)}60%{transform:translateY(-5px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.book-instantly-content{display:flex;flex-direction:column;gap:32px}.book-instantly-text{display:flex;flex-direction:column;gap:16px}.book-instantly-text h2{font-size:38px;font-weight:600;line-height:1.2;color:#1a1a1a;margin:0}.book-instantly-text p{font-size:16px;line-height:1.6;color:#52525a;margin:0}.book-instantly-features{display:flex;gap:32px;flex-wrap:wrap}.feature-badge{display:flex;align-items:center;gap:12px;opacity:0;transform:translate(-20px);transition:opacity .6s ease-out,transform .6s ease-out}.book-instantly-section.animate-in .feature-badge:nth-child(1){opacity:1;transform:translate(0);transition-delay:.4s}.book-instantly-section.animate-in .feature-badge:nth-child(2){opacity:1;transform:translate(0);transition-delay:.5s}.feature-badge svg{width:28px;height:28px;flex-shrink:0;fill:#6858e3;color:#6858e3}.feature-badge span{font-size:16px;font-weight:500;color:#0a0915}.book-instantly-visual{position:relative;width:100%;border-radius:32px;overflow:visible;background:linear-gradient(135deg,#e9d5ff,#ffc8dd);padding:24px;display:flex;align-items:center;justify-content:center;min-height:380px;height:380px}.book-instantly-image{width:100%;height:100%;display:block;border-radius:20px;box-shadow:0 10px 40px #00000014;object-fit:cover}.success-card{position:absolute;top:30px;left:100px;background:#fff;border-radius:24px;padding:16px 20px;box-shadow:0 8px 20px #00000014;max-width:85%;z-index:10;display:flex;align-items:center;gap:0}.success-card-content{display:flex;align-items:center;gap:12px;flex:1}.success-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.success-info{display:flex;flex-direction:column;gap:2px;flex:1}.success-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3}.success-message{font-size:13px;line-height:1.3;color:#10b981;font-weight:500}.success-icon{width:44px;height:44px;flex-shrink:0;margin-left:10px;object-fit:contain}.transparency-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}.transparency-visual{opacity:0;transform:translate(-50px) scale(.95);transition:opacity 1s ease-out,transform 1s cubic-bezier(.34,1.56,.64,1)}.transparency-section.animate-in .transparency-visual{opacity:1;transform:translate(0) scale(1)}.transparency-content{opacity:0;transform:translate(50px);transition:opacity 1s ease-out .2s,transform 1s cubic-bezier(.34,1.56,.64,1) .2s}.transparency-section.animate-in .transparency-content{opacity:1;transform:translate(0)}.transparency-section.animate-in .user-card{animation:popIn .6s ease-out .6s both}.transparency-section.animate-in .paperwork-card{animation:popIn .6s ease-out .8s both}@keyframes popIn{0%{opacity:0;transform:scale(.5) rotate(-5deg)}70%{transform:scale(1.1) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}.transparency-visual{position:relative;width:100%;border-radius:32px;overflow:visible;background:linear-gradient(135deg,#e9d5ff,#ffc8dd);padding:24px;display:flex;align-items:center;justify-content:center;min-height:380px;height:380px}.transparency-image{width:100%;height:100%;display:block;border-radius:20px;box-shadow:0 10px 40px #00000014;object-fit:cover}.transparency-white-container{display:contents}.user-card{position:absolute;top:30px;left:30px;background:#fff;border-radius:20px;padding:14px 18px;box-shadow:0 8px 24px #00000014;z-index:10;display:flex;align-items:center;gap:12px;width:auto;min-width:280px}.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #f3f4f6;box-shadow:0 2px 6px #00000014}.user-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3;flex:1}.new-client-badge{background:#d1fae5;color:#059669;font-size:13px;font-weight:600;padding:5px 12px;border-radius:10px;white-space:nowrap}.paperwork-card{position:absolute;bottom:30px;right:30px;background:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 8px 24px #00000014;z-index:10;display:flex;align-items:center;gap:12px;min-width:320px}.paperwork-icon{width:44px;height:44px;object-fit:contain;border-radius:8px;flex-shrink:0;background:#f3f4f6;padding:7px}.car-icon-small{width:32px;height:32px;fill:#1a1a1a;flex-shrink:0}.paperwork-card span{font-size:15px;font-weight:600;color:#1a1a1a}.transparency-content{display:flex;flex-direction:column;gap:32px}.transparency-text{display:flex;flex-direction:column;gap:16px}.transparency-text h2{font-size:38px;font-weight:600;line-height:1.2;color:#1a1a1a;margin:0}.transparency-text p{font-size:16px;line-height:1.6;color:#52525a;margin:0}.transparency-features{display:flex;gap:32px;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:12px;opacity:0;transform:translate(-20px);transition:opacity .6s ease-out,transform .6s ease-out}.transparency-section.animate-in .feature-item:nth-child(1),.hassle-free-section.animate-in .feature-item:nth-child(1){opacity:1;transform:translate(0);transition-delay:.5s}.transparency-section.animate-in .feature-item:nth-child(2),.hassle-free-section.animate-in .feature-item:nth-child(2){opacity:1;transform:translate(0);transition-delay:.6s}.feature-icon{transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 4px 12px #7c3aed4d}.feature-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.purple-icon{background:#ede9fe;color:#7c3aed}.feature-label{font-size:16px;font-weight:500;color:#0a0915}.hassle-free-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}.hassle-free-content{opacity:0;transform:translate(-50px);transition:opacity 1s ease-out,transform 1s cubic-bezier(.34,1.56,.64,1)}.hassle-free-section.animate-in .hassle-free-content{opacity:1;transform:translate(0)}.hassle-free-visual{opacity:0;transform:translate(50px) scale(.95) rotate(2deg);transition:opacity 1s ease-out .2s,transform 1s cubic-bezier(.34,1.56,.64,1) .2s}.hassle-free-section.animate-in .hassle-free-visual{opacity:1;transform:translate(0) scale(1) rotate(0)}.hassle-free-section.animate-in .support-card{animation:slideUpFade .8s ease-out .7s both}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%) translateY(30px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.hassle-free-content{display:flex;flex-direction:column;gap:32px}.hassle-free-text{display:flex;flex-direction:column;gap:16px}.hassle-free-text h2{font-size:38px;font-weight:600;line-height:1.2;color:#1a1a1a;margin:0}.hassle-free-text p{font-size:16px;line-height:1.6;color:#52525a;margin:0}.hassle-free-features{display:flex;gap:32px;flex-wrap:wrap}.top-card{margin-top:10px}.hassle-free-visual{position:relative;width:100%;border-radius:32px;overflow:hidden;padding:24px;display:flex;background:linear-gradient(135deg,#e9d5ff,#ffc8dd);align-items:center;justify-content:center;min-height:380px;height:380px;box-shadow:0 20px 40px #0000000d}.hassle-free-image{width:100%;height:100%;display:block;border-radius:20px;box-shadow:0 10px 40px #00000014;object-fit:cover;background-color:#fff}.support-card{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#fff;border-radius:50px;padding:10px 20px 10px 10px;box-shadow:0 10px 30px #00000026;z-index:10;display:flex;align-items:center;gap:12px;min-width:max-content;white-space:nowrap}.support-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.support-info{display:flex;flex-direction:column;gap:0;flex:1;text-align:left}.support-name-row{display:flex;align-items:center;gap:6px}.support-name{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.3}.verified-icon{width:16px;height:16px;fill:#3b82f6;color:#3b82f6;flex-shrink:0}.support-role{font-size:12px;line-height:1.3;color:gray;font-weight:400}.how-it-works{padding:80px 0;background-color:#f9fafb}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:0;opacity:0;transform:translateY(50px) scale(.9);transition:opacity .8s cubic-bezier(.34,1.56,.64,1),transform .8s cubic-bezier(.34,1.56,.64,1)}.step-card.animate-in{opacity:1;transform:translateY(0) scale(1)}.step-card:nth-child(1).animate-in{transition-delay:.1s}.step-card:nth-child(2).animate-in{transition-delay:.3s}.step-card:nth-child(3).animate-in{transition-delay:.5s}.step-number{transition:transform .3s ease}.step-card:hover .step-number{transform:scale(1.05) rotate(-2deg)}.step-number{width:100%;height:320px;background:linear-gradient(135deg,#a5f3fc,#ddd6fe,#fecaca);color:#6366f1;border-radius:32px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;justify-content:center;font-size:140px;font-weight:700;margin-bottom:24px}.step-card h3{font-size:32px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.step-card p{font-size:17px;line-height:1.6;color:#6b7280;margin:0}.pricing{padding:80px 0;background-color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:40px}.pricing-card{border:1px solid #e5e7eb;border-radius:24px;padding:48px 40px;background:#fff;position:relative;display:flex;flex-direction:column;transition:all .3s ease}.pricing-card:hover{box-shadow:0 8px 24px #00000014}.pricing-card.popular{border-color:#e5e7eb}.popular-badge{position:absolute;top:24px;right:24px;background:linear-gradient(135deg,#ec4899,#f472b6);color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600}.pricing-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 24px}.pricing-car-img{width:100%;height:180px;object-fit:contain;object-position:center;margin-bottom:24px;border-radius:8px}.pricing-description{font-size:16px;line-height:1.6;color:#4b5563;margin-bottom:32px}.save-highlight{color:#10b981;font-weight:600}.pricing-price{margin-bottom:32px}.price-amount{font-size:48px;font-weight:700;color:#1a1a1a;display:block;line-height:1;margin-bottom:8px}.price-note{font-size:14px;color:#6b7280;font-weight:400}.pricing-includes{margin-bottom:32px;flex:1}.pricing-includes h4{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.pricing-features{list-style:none;padding:0;margin:0}.pricing-features li{margin-bottom:12px;padding-left:32px;position:relative;color:#4b5563;font-size:15px;line-height:1.6}.pricing-features li:before{content:"";position:absolute;left:0;top:6px;width:20px;height:20px;background:#ede9fe;border-radius:50%;display:flex;align-items:center;justify-content:center}.pricing-features li:after{content:"✓";position:absolute;left:5px;top:4px;color:#7c3aed;font-size:12px;font-weight:700}.pricing-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:500;transition:all .3s ease}.pricing-btn svg{transition:transform .3s ease}.pricing-btn:hover svg{transform:translate(4px)}.pricing-disclaimer{font-size:14px;color:#6b7280;line-height:1.6;text-align:left;max-width:100%;margin:0;padding:24px 32px;background-color:#f3f4f6;border-radius:16px}.pricing-disclaimer em{font-style:italic;color:#6b7280}.pricing-disclaimer strong{font-weight:600;color:#1a1a1a;font-style:normal}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.pricing-card .btn{width:100%;text-align:center}.pricing-disclaimer{font-size:.8rem;color:#999;text-align:center;max-width:800px;margin:0 auto}.reviews{padding:80px 0;background-color:#fff;overflow:hidden}.reviews-wrapper{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,#0000,#000 10% 90%,#0000);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 10%,rgb(0,0,0) 90%,rgba(0,0,0,0) 100%)}.reviews-track{display:flex;gap:32px;animation:scroll-left 9s linear infinite;width:fit-content;will-change:transform}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.reviews-track:hover{animation-play-state:paused}.reviews .review-card{width:400px;min-width:400px;height:auto;min-height:220px;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:20px;padding:36px 40px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 20px #00000014,0 0 0 1px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.reviews .review-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#ec4899,#f59e0b);opacity:0;transition:opacity .4s ease}.reviews .review-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #0000001f,0 0 0 1px #8b5cf633}.reviews .review-card:hover:before{opacity:1}.step-badge-center{display:inline-block;background:#2d3748;color:#fff;border-radius:20px;font-size:.65rem;font-weight:600;margin-bottom:2px}.booking-step.active{display:block;animation:fadeInUp .5s ease-out}.booking-title{text-align:center;font-size:1.1rem;margin-bottom:8px;color:#1a1a1a;font-family:var(--font-family);font-weight:700}.review-card{padding:6px;border-radius:6px;margin-bottom:4px}.review-card h3{font-size:.75rem;margin-bottom:3px;color:#1a1a1a}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;row-gap:3px}.review-item{display:flex;flex-direction:column;gap:2px}.review-label{font-size:.65rem;color:#666;font-weight:500}.review-value{font-size:.72rem;color:#1a1a1a;font-weight:600}.passenger-form-grid-single{display:grid;grid-template-columns:1fr;gap:3px}.form-group-full{display:flex;flex-direction:column}.form-group-full label{font-size:.65rem;font-weight:600;margin-bottom:1px;color:#333}.form-group-full input{padding:4px 6px;border:1px solid #e0e0e0;border-radius:5px;font-size:.72rem;font-family:var(--font-family);transition:all .3s ease}.form-group-full input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.cost-card{background:#2d3748;color:#fff;padding:6px;border-radius:6px;margin-bottom:4px}.cost-card h3{font-size:.75rem;margin-bottom:3px;color:#fff}.cost-row{display:flex;justify-content:space-between;padding:2px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.7rem}.cost-row.total{border-bottom:none;border-top:2px solid rgba(255,255,255,.3);margin-top:2px;padding-top:4px;font-size:.78rem}.button-row{display:grid;grid-template-columns:1fr 2fr;gap:6px;margin-top:6px}.btn-booking-outline{padding:8px 12px;background:#fff;color:#1a1a1a;border:2px solid #1a1a1a;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-booking-primary{width:100%;padding:8px 12px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1a1a1a4d}.btn-booking-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a1a1a66}step2 .review-text{font-size:17px;line-height:1.7;color:#1f2937;margin:0 0 8px;font-weight:400;position:relative}.review-footer{margin-top:28px;padding-top:24px;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between}.reviewer-info{display:flex;align-items:center;gap:16px}.reviewer-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #f3f4f6;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.reviews .review-card:hover .reviewer-avatar{transform:scale(1.1)}.reviewer-name{font-size:16px;font-weight:600;color:#111827}.review-rating{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:8px 14px;border-radius:12px;box-shadow:0 2px 6px #f59e0b33}.review-rating svg{width:18px;height:18px;color:#f59e0b;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.review-rating .rating-number{font-size:16px;color:#92400e;font-weight:700}.stats-section{padding:100px 0;background:#fff;overflow:hidden}.stats-section .container{display:flex;gap:60px;align-items:center;flex-wrap:wrap}.stats-header{text-align:left}.stats-header h2{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.1}.stats-header p{font-size:18px;color:#6b7280;line-height:1.6}.stats-cards{display:flex;gap:16px;flex-wrap:nowrap;align-items:stretch}.stats-card{background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #9333ea26;min-height:160px}.stats-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #9333ea40}.stats-logo{width:100%;height:60px;display:flex;align-items:center;justify-content:flex-start}.stats-logo img{max-width:180px;max-height:60px;object-fit:contain}.stats-rating{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.rating-score{font-size:22px;font-weight:600;color:#fff}.stars-trustpilot,.stars-google,.stars-product{display:flex;align-items:center;gap:2px}.stars-google svg,.stars-product svg{flex-shrink:0;width:18px;height:18px}.rating-count{font-size:18px;font-weight:500;color:#fff}@media(min-width:1025px){.stats-section .container{display:flex!important;gap:60px!important;align-items:center!important;flex-wrap:nowrap!important}.stats-header{order:unset!important;flex:1 1 40%!important;max-width:600px!important}.stats-cards{order:unset!important;display:flex!important;gap:16px!important;flex:1 1 55%!important;justify-content:flex-end!important}}.faqs{padding:100px 0;background:#f9fafb}.faqs .section-header{text-align:center;margin-bottom:60px}.faqs .section-header h2{font-size:48px;font-weight:700;color:#1a1a1a;margin:0}.faq-list{max-width:750px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border-radius:12px;border:none;box-shadow:0 1px 3px #0000000d}.faq-question{width:100%;text-align:left;padding:28px 32px;background:none;border:none;font-size:20px;font-weight:500;color:#3a3a3a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question:hover{color:#1a1a1a}.faq-question:after{content:"+";width:40px;height:40px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:24px;font-weight:400;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.faq-question.active:after{content:"−";transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 32px 28px;color:#6b7280;font-size:16px;line-height:1.6;margin:0}.faq-contact{text-align:center;margin-top:40px;font-size:16px;color:#6b7280}.faq-contact a{color:#7c3aed;text-decoration:none;font-weight:500}.faq-contact a:hover{text-decoration:underline}.cta-banner{padding:120px 0;background:linear-gradient(90deg,#ffb6c166,#ffc0cb80,#dda0dd99,#da70d6b3,#ba55d3cc,#9370dbd9,#7b68eee6 90%,#6a5acd);color:#fff;text-align:center}.cta-banner h2{font-size:56px;font-weight:700;margin-bottom:24px;color:#fff;line-height:1.2}.cta-banner p{max-width:900px;margin:0 auto;color:#fffffff2;font-size:18px;line-height:1.6}.footer{padding:80px 0 40px;background-color:#f5f5f5}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.2fr;gap:60px;margin-bottom:50px}.footer-col h4{margin-bottom:24px;color:#9b9b9b;font-size:14px;font-weight:500;text-transform:none}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:14px}.footer-col ul li a{color:#3a3a3a;text-decoration:none;font-size:16px;transition:color .3s ease}.footer-col ul li a:hover{color:#7c3aed}.footer-col ul li.call-us,.footer-col ul li.phone-number{display:flex;align-items:center;gap:8px;color:#3a3a3a;font-size:16px}.footer-col ul li svg{color:#9b9b9b;flex-shrink:0}.footer-socials{display:flex;gap:12px;margin-top:20px}.social-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icon.instagram,.social-icon.linkedin{box-shadow:1px 1px 2px #7c3aed4d}.social-icon svg{color:#fff}.social-icon:hover{transform:translateY(-2px);box-shadow:1px 1px 30px #7c3aed4d}.footer-map{border-radius:12px;overflow:hidden}.footer-map img{width:100%;height:200px;object-fit:cover;display:block}.footer-bottom{border-top:1px solid #e0e0e0;padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#9b9b9b}.footer-bottom .copyright,.footer-bottom .site-credit{margin:0}.footer-bottom .site-credit a{color:#3a3a3a;text-decoration:none;font-weight:500}.footer-bottom .site-credit a:hover{color:#7c3aed}.footer-disclaimer{margin-top:30px;padding-top:24px;border-top:1px solid #e0e0e0}.footer-disclaimer p{font-size:13px;color:#9b9b9b;line-height:1.6;margin:0}.booking-container{display:grid;grid-template-columns:2fr 1fr;gap:40px;max-width:1200px;margin:0 auto}.booking-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}.form-section{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--border-color)}.form-section:last-of-type{border-bottom:none}.form-section h3{margin-bottom:20px;color:var(--primary-color);font-size:1.25rem}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-color)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;font-family:var(--font-family);font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-checkbox{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.form-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer}.form-checkbox label{flex:1;font-size:.95rem;color:var(--text-color);cursor:pointer}.form-checkbox label a{color:var(--primary-color);text-decoration:underline}.btn-large{width:100%;padding:16px 32px;font-size:1.1rem;margin-top:10px}.booking-info{display:flex;flex-direction:column;gap:20px}.info-card{background:var(--secondary-color);padding:24px;border-radius:12px;border:1px solid var(--border-color)}.info-card h3{margin-bottom:12px;color:var(--primary-color);font-size:1.1rem}.info-card p{margin-bottom:8px;font-size:.95rem;color:var(--light-text);line-height:1.6}.info-card p:last-child{margin-bottom:0}.info-card a{color:var(--primary-color);text-decoration:underline}.booking-widget-section{padding:80px 0;background-color:#f8f9fa}.captcha{display:flex;justify-content:center}.booking-widget{width:700px;height:600px;min-height:520px;background:transparent;margin:0 auto;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:visible;transition:width .3s ease,min-height .3s ease}.booking-widget .row>.form-group-inline{flex:1 1 0}.booking-widget .form-group-inline select{width:100%;min-width:160px}.booking-widget:has(#step2.active),.booking-widget:has(#step3.active),.booking-widget:has(#step4.active),.booking-widget:has(#step5.active){width:700px;min-height:520px}.booking-widget::-webkit-scrollbar{width:8px}#booking{background:transparent}.booking-widget::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.booking-widget::-webkit-scrollbar-thumb{background:#1a1a1a4d;border-radius:10px}.booking-widget::-webkit-scrollbar-thumb:hover{background:#1a1a1a80}.step-indicator{text-align:center;margin-bottom:6px}.step-badge{display:inline-block;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4px 14px;border-radius:20px;font-size:.75rem;font-weight:600;box-shadow:0 4px 15px #1a1a1a4d}.step-badge-center{display:inline-flex;align-items:center;gap:6px;background:#4a5568;color:#fff;padding:5px 12px;border-radius:20px;font-size:.72rem;font-weight:600;margin-bottom:6px}.booking-step{display:none}.booking-step.active{display:block}.booking-title{text-align:center;font-size:1.3rem;margin-bottom:12px;color:#1a1a1a;font-family:var(--font-family);font-weight:700}.booking-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px}.form-group-inline{display:flex;flex-direction:column}.form-group-inline label{font-size:.85rem;font-weight:600;margin-bottom:4px;color:#333}.form-group-inline input,.form-group-inline select{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:.95rem;font-family:var(--font-family);transition:all .3s ease;background:#ffffff2e}.form-group-inline input:focus,.form-group-inline select:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.btn-booking-primary{width:100%;padding:10px 18px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.btn-booking-primary:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-booking-outline{padding:10px 18px;background:#fff;color:#374151;border:2px solid #d1d5db;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-booking-outline:hover{background:#f9fafb;border-color:#9ca3af}.step2-grid-wrapper{display:flex;flex-direction:column;gap:6px;margin-bottom:6px}#step3 .review-card{background:#ffffff2e;padding:8px 12px;border-radius:8px;margin-bottom:0}#step3 .review-card h3{font-size:1rem;margin-bottom:8px;color:#1a1a1a;display:flex;align-items:center;gap:8px}#step3 .review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;row-gap:4px}#step3 .review-item{display:flex;flex-direction:row;align-items:center;gap:8px}#step3 .review-label{font-size:.85rem;color:#333;font-weight:600;min-width:70px;white-space:nowrap}#step3 .review-value{font-size:.95rem;color:#1a1a1a;font-weight:600}#step3 .passenger-form-grid-single{display:flex;flex-direction:column;gap:8px}#step3 .form-group-full{display:flex;flex-direction:row;align-items:center;gap:10px}#step3 .form-group-full label{font-size:.85rem;font-weight:600;margin-bottom:0;color:#333;min-width:55px;white-space:nowrap}#step3 .form-group-full input{flex:1;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:.95rem;background:#ffffff2e}#step3 .cost-card{background:#ffffff2e;color:#333;padding:5px 8px;border-radius:6px;margin-bottom:0;font-weight:600}#step3 .cost-card h3{font-size:1rem;margin-bottom:6px;color:#000;display:flex;align-items:center;gap:8px}#step3 .cost-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.85rem}#step3 .cost-row.total{border-bottom:none;border-top:1px solid rgba(255,255,255,.3);margin-top:2px;padding-top:3px;font-size:.75rem}#step3 .button-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}#step3 .btn-booking-outline,#step3 .btn-booking-primary{padding:10px 16px;font-size:.85rem;min-height:42px}#step3 .booking-title{font-size:1.2rem;margin-bottom:6px;color:#1a1a1a;font-family:var(--font-family);font-weight:700}#step3 .step-badge-center{padding:4px 10px;font-size:.7rem;margin-bottom:4px}.enhance-options{display:flex;flex-direction:column;gap:10px}.enhance-option{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f8f9fa;border-radius:10px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.enhance-option:hover{background:#f0f0f0;border-color:#e0e0e0}.enhance-option input[type=checkbox]{display:none}.enhance-checkbox{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.enhance-option input[type=checkbox]:checked+.enhance-checkbox{background:#1a1a1a;border-color:#1a1a1a}.enhance-option input[type=checkbox]:checked+.enhance-checkbox:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.enhance-label{flex:1;font-size:.85rem;color:#333;font-weight:500}.enhance-price{font-size:.85rem;font-weight:600;color:#5a7d5a}.enhance-option:has(input:checked){background:#f0fff4;border-color:#5a7d5a}.booking-subtitle{text-align:center;color:#666;font-size:.8rem;margin-bottom:12px}.enhance-step-container{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.enhance-card{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#ffffff2e;border-radius:10px;border:2px solid #e5e5e5;transition:all .3s ease}.enhance-card:hover{border-color:#ccc;box-shadow:0 4px 12px #00000014}.enhance-card-icon{font-size:1.4rem;flex-shrink:0}.enhance-card-content{flex:1}.enhance-card-content h4{font-size:.85rem;font-weight:600;color:#1a1a1a;margin:0 0 2px}.enhance-card-content p{font-size:.72rem;color:#666;margin:0}.enhance-card-price{font-size:.8rem;font-weight:700;color:#5a7d5a;margin-right:8px}.enhance-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.enhance-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.enhance-toggle input:checked+.toggle-slider{background-color:#5a7d5a}.enhance-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.enhance-card:has(input:checked){border-color:#5a7d5a}.enhance-summary{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#ffffff2e;border:2px solid black;border-radius:8px;margin-bottom:12px;font-weight:600;font-size:.85rem}.enhance-summary span:last-child{color:#5a7d5a;font-size:1rem}.tailor-experience-container{display:flex;flex-direction:column;gap:10px;margin-bottom:15px;overflow:visible}.tailor-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#ffffff2e;border-radius:10px;border:1px solid #e5e5e5;overflow:visible}.tailor-label{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#333;flex-shrink:0}.tooltip-icon{width:18px;height:18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;cursor:help;position:relative;transition:all .3s ease;box-shadow:0 2px 6px #667eea4d}.tooltip-icon:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:scale(1.1);box-shadow:0 4px 12px #667eea66}.tooltip-icon:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:12px 16px;border-radius:10px;font-size:12px;font-weight:400;line-height:1.5;white-space:normal;width:max-content;max-width:240px;text-align:left;z-index:9999;box-shadow:0 8px 25px #00000040;pointer-events:none;animation:tooltipFadeIn .2s ease}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tooltip-icon:hover:before{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#1a1a2e;z-index:9999}.tailor-input{flex:1;max-width:280px;padding:8px 12px;border:1px solid beige;border-radius:6px;font-size:.95rem;font-family:var(--font-family);color:#333;background:#fff0;transition:all .3s ease}.tailor-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.tailor-option.checkbox-option{justify-content:flex-start;padding:8px 14px}.tailor-checkbox-row{display:flex;gap:12px;margin-top:8px}.tailor-toggle-item{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-size:.85rem;font-weight:600;color:#333;padding:12px 16px;background:#ffffff2e;border:1px solid #e0e0e0;border-radius:12px;transition:all .25s ease;flex:1}.tailor-toggle-item:hover{border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 3px 8px #00000014}.tailor-toggle-item:has(input:checked){border-color:#5a7d5a}.tailor-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.tailor-toggle input{opacity:0;width:0;height:0}.tailor-toggle .toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.tailor-toggle .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.tailor-toggle input:checked+.toggle-slider{background-color:#5a7d5a}.tailor-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.reservation-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.reservation-field{display:flex;flex-direction:column;gap:6px}.reservation-label{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:#333}.reservation-label .field-icon{font-size:1rem}.reservation-input{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:var(--font-family);color:#333;background:#ffffff2e;transition:all .3s ease}.reservation-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.reservation-input::placeholder{color:#999;font-weight:400}.reserve-btn{background:linear-gradient(135deg,#1a1a1a,#333);font-weight:600;letter-spacing:.5px}.reserve-btn:hover{background:linear-gradient(135deg,#333,#1a1a1a);transform:translateY(-1px);box-shadow:0 4px 15px #0003}.otp-field{margin-top:5px}#stepOtp{text-align:center;padding:30px 20px}#stepOtp .booking-title{margin-bottom:10px}.otp-message{color:#666;font-size:.95rem;margin-bottom:30px}.otp-section{margin:30px 0}.otp-input-container{display:flex;gap:10px;justify-content:center;margin:20px 0}.otp-digit{width:48px;height:56px;text-align:center;font-size:1.4rem;font-weight:600;border:2px solid #e0e0e0;border-radius:12px;background:#ffffff2e;color:#1a1a1a;transition:all .3s ease;font-family:var(--font-family)}.otp-digit:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a;background:#fff}.otp-digit:not(:placeholder-shown){border-color:#1a1a1a;background:#f8f9fa}.resend-otp{color:#888;font-size:.9rem;margin-top:20px}.resend-otp a{color:#1a1a1a;font-weight:600;text-decoration:none;transition:color .3s ease}.resend-otp a:hover{color:#333;text-decoration:underline}#stepSuccess{text-align:center;position:relative;overflow:hidden}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:10}.confetti{position:absolute;width:10px;height:10px;opacity:0;left:50%!important;top:50%;animation:confetti-burst 2.5s ease-out forwards}.confetti.circle{border-radius:50%}.confetti.square{border-radius:2px}.confetti.star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}@keyframes confetti-burst{0%{opacity:1;transform:translate(0) rotate(0) scale(0)}10%{opacity:1;transform:translate(var(--tx),var(--ty)) rotate(180deg) scale(1)}to{opacity:0;transform:translate(calc(var(--tx) * 3),calc(var(--ty) * 3 + 200px)) rotate(720deg) scale(.3)}}.confetti-piece{position:absolute;width:10px;height:10px;top:-10px;animation:confetti-fall 3s ease-in-out forwards}.confetti-piece:nth-child(odd){width:8px;height:16px;border-radius:2px}.confetti-piece:nth-child(2n){width:12px;height:12px;border-radius:50%}.confetti-piece:nth-child(3n){width:6px;height:6px;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0)}to{opacity:0;transform:translateY(400px) rotate(720deg)}}.success-content{position:relative;z-index:5}.success-icon{width:60px;height:60px;background:#1a1a1a03;color:#fff;font-size:2rem;display:flex;border:2px solid #1a1a1a03;align-items:center;justify-content:center;border-radius:50%;margin:5px auto 15px;animation:bounce-in .6s ease-out;box-shadow:0 8px 25px #0003}@keyframes bounce-in{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.success-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:5px;animation:fade-in-up .5s ease-out .2s both}.success-subtitle{font-size:.9rem;color:#666;margin-bottom:15px;animation:fade-in-up .5s ease-out .3s both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.booking-number-box{background:#ffffff2e;color:#000;padding:15px 20px;border-radius:12px;margin-bottom:15px;animation:fade-in-up .5s ease-out .4s both}.booking-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.booking-id{display:block;font-size:1.3rem;font-weight:700;letter-spacing:2px}.success-message{background:#ffffff2e;border-radius:10px;padding:12px 15px;margin-bottom:15px;text-align:left;animation:fade-in-up .5s ease-out .5s both}.success-message p{font-size:.85rem;color:#333;margin:8px 0}.success-message strong{color:#1a1a1a}.confirmation-icon{width:45px;height:45px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:1.3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 8px;box-shadow:0 8px 25px #48bb784d}.booking-number{text-align:center;font-size:.8rem;color:#fff;margin-bottom:8px}.highlight-red{color:#1a1a1a;font-weight:700;font-size:1rem}.confirmation-details{background:#ffffff2e;padding:8px;border-radius:8px;margin-bottom:8px}.detail-row{display:grid;grid-template-columns:28px 85px 1fr;align-items:center;padding:4px 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-icon{font-size:1rem}.detail-label{font-weight:600;color:#666;font-size:.75rem}.detail-value{color:#1a1a1a;font-weight:600;text-align:right;font-size:.75rem}.confirmation-cost{background:#ffffff2e;color:#000;padding:8px 12px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem;font-weight:700}.otp-section{background:#ffffff2e;padding:8px;border-radius:8px;text-align:center}.otp-message{margin-bottom:8px;color:#666;font-size:.75rem}.otp-label{display:block;font-weight:600;margin-bottom:8px;color:#1a1a1a;font-size:.8rem}.otp-inputs{display:flex;justify-content:center;gap:5px;margin-bottom:8px}.otp-input{width:36px;height:36px;text-align:center;font-size:1.1rem;font-weight:700;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease}.otp-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.partner-hero{padding:100px 0 80px;background:linear-gradient(135deg,#ffd4e5,#ffb3d9 25%,#e5c0ff 75%,#d4b5ff);text-align:center}.partner-hero-content{max-width:800px;margin:0 auto}.hero-tag{font-size:.9rem;color:var(--light-text);margin-bottom:20px}.hero-tag a{color:var(--primary-color);text-decoration:underline}.partner-hero h1{font-size:3rem;margin-bottom:20px;color:#1a1a1a}.necessity-section{padding:80px 0;background-color:#fff}.necessity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:900px;margin:0 auto}.necessity-item{display:flex;align-items:center;gap:15px;padding:15px;background:var(--secondary-color);border-radius:8px}.necessity-item img{width:32px;height:32px}.necessity-grid.inline{grid-template-columns:1fr;max-width:500px}.engine-room{padding:80px 0;background-color:var(--secondary-color)}.engine-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.engine-card{padding:30px;background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000000d}.engine-card h3{margin-bottom:15px;color:var(--primary-color)}.white-label{padding:80px 0;background-color:#fff}.highlight-text{font-weight:600;color:var(--primary-color);font-style:italic}.coming-soon-section{padding:60px 0;background:linear-gradient(135deg,var(--primary-color) 0%,#2d2d2d 100%);color:#fff;text-align:center}.coming-soon-section h2{color:#fff}.coming-soon-section p{color:#ffffffe6}.steps-grid.four-steps{grid-template-columns:repeat(4,1fr)}.why-brokers{padding:80px 0;background-color:var(--secondary-color)}.broker-training{padding:80px 0;background-color:#fff}.training-content{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center}.training-video img{width:100%;border-radius:10px;box-shadow:0 10px 30px #0000001a}.training-features h3{margin-bottom:20px}.who-we-work{padding:80px 0;background-color:var(--secondary-color)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.partner-type{padding:20px 25px;background:#fff;border-radius:8px;font-weight:500;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.partner-type:hover{transform:translateY(-3px);box-shadow:0 5px 20px #0000001a}.partner-reviews .reviews-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.partner-reviews .review-card{margin:0;text-align:left}.partner-reviews .reviewer{text-align:left}.partner-reviews .reviewer span{display:block;font-size:.9rem;color:var(--light-text)}.contact-section{padding:80px 0;background-color:#fff}.contact-header{text-align:center;max-width:600px;margin:0 auto 60px}.contact-tag{display:inline-block;background-color:var(--primary-color);color:#fff;padding:5px 15px;border-radius:20px;font-size:.85rem;margin-bottom:20px}.contact-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px;flex-wrap:wrap}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:600px;margin:0 auto}.contact-info-card{text-align:center;padding:30px;background:var(--secondary-color);border-radius:10px}.contact-info-card img{width:48px;height:48px;margin-bottom:15px}.contact-info-card h4{margin-bottom:10px}.contact-info-card a{color:var(--primary-color)}.legal-page{padding:80px 0}.legal-header{text-align:center;margin-bottom:60px}.legal-header h1{font-size:2.5rem;margin-bottom:10px}.effective-date{color:var(--light-text);font-size:.95rem}.legal-content{max-width:800px;margin:0 auto}.legal-section{margin-bottom:40px}.legal-section h2{font-size:1.5rem;margin-bottom:15px;color:var(--primary-color);border-bottom:2px solid var(--border-color);padding-bottom:10px}.legal-section h3{font-size:1.15rem;margin:20px 0 10px}.legal-section p{margin-bottom:15px;color:var(--light-text)}.legal-section ul{margin-bottom:15px;padding-left:20px}.legal-section ul li{margin-bottom:8px;color:var(--light-text);list-style-type:disc}.legal-section ul.sub-list{padding-left:40px}.legal-section a{color:var(--primary-color)}.legal-section a:hover{text-decoration:underline}.contact-box{background:var(--secondary-color);padding:20px;border-radius:8px;margin:15px 0}.contact-box p{margin-bottom:5px}.socials{margin-top:15px;display:flex;gap:15px}.socials a{color:var(--primary-color);font-weight:500}.socials a:hover{text-decoration:underline}.nav-list a.active{color:#6356c8;font-weight:600}.nav-list a.active:before{width:100%;background:#6356c8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));z-index:9999;transition:width .1s ease}html{scroll-behavior:smooth}.footer{opacity:0;animation:fadeInUp .8s ease-out .2s forwards}@media(max-width:768px){.header .nav{display:none}.hero-content{flex-direction:column;text-align:center}.hero-text h1{font-size:2.5rem}.hero-image{min-height:500px;padding:20px}.hero-image .booking-widget{width:95%;max-width:100%;height:600px;padding:10px}.booking-form-grid,.passenger-form-grid,.passenger-form-grid-single{grid-template-columns:1fr}.value-row{flex-direction:column;text-align:center}.value-row.reverse{flex-direction:column}.check-list li{display:inline-block;margin:0 10px}.partner-hero h1{font-size:2rem}.legal-header h1{font-size:1.8rem}.contact-buttons{flex-direction:column}.contact-buttons .btn{width:100%}}.fleet-section{padding:120px 0;background:linear-gradient(180deg,#fff,#faf9ff,#f5f3ff);position:relative;overflow:hidden}.fleet-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,86,200,.2),transparent)}.fleet-section .section-header{text-align:center;margin-bottom:70px}.fleet-section .section-header h2{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.5px}.fleet-section .section-header p{font-size:1.15rem;color:#6b7280;max-width:550px;margin:0 auto;line-height:1.7}.fleet-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1100px;margin:0 auto;padding:0 24px}.fleet-card{background:#fff;border-radius:24px;padding:40px 36px;box-shadow:0 4px 24px #6356c80f,0 1px 3px #0000000a;border:1px solid rgba(99,86,200,.08);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.fleet-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6356c8,#faa5aa);opacity:0;transition:opacity .3s ease}.fleet-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #6356c826,0 8px 24px #00000014;border-color:#6356c826}.fleet-card:hover:before{opacity:1}.fleet-card-image{width:80px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fleet-card-image img{max-width:100%;max-height:60px;object-fit:contain;transition:transform .4s ease}.fleet-card:hover .fleet-card-image img{transform:scale(1.1)}.fleet-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(99,86,200,.1)}.fleet-card-title-wrap{flex:1}.fleet-card-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:10px;letter-spacing:-.3px}.fleet-card-tagline{font-size:1rem;color:#6356c8;font-weight:600;font-style:normal;background:linear-gradient(135deg,#6356c8,#8b7fd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fleet-card-description{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:24px}.fleet-card-section{margin-bottom:20px}.fleet-card-section:last-child{margin-bottom:0;flex:1}.fleet-card-section h4{font-size:.8rem;font-weight:700;color:#6356c8;margin-bottom:12px;text-transform:uppercase;letter-spacing:1.2px}.fleet-card-section>p{font-size:.95rem;color:#4b5563;line-height:1.6;padding:12px 16px;background:linear-gradient(135deg,#f8f7ff,#faf9ff);border-radius:10px;border-left:3px solid #6356c8}.fleet-details-list{list-style:none;margin:0;background:#fafafa;border-radius:12px;padding:8px 0}.fleet-details-list li{font-size:.9rem;color:#4b5563;padding:10px 16px;display:flex;align-items:center;gap:8px;transition:background .2s ease}.fleet-details-list li:hover{background:#6356c80a}.fleet-details-list li:last-child{border-bottom:none}.step-progress-bar{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:0!important;margin-bottom:15px!important;padding:8px 0!important;margin-bottom:10px}.step-progress-bar{display:flex;align-items:center;justify-content:center;margin-bottom:25px;padding:15px 0}.step-circle{width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.step-circle .step-dot{width:10px;height:10px;border-radius:50%;background:transparent;transition:all .3s ease}.step-circle.active{border-color:#1a1a1a;background:#fff}.step-circle.active .step-dot{background:#1a1a1a}.step-circle.completed{background:#1a1a1a;border-color:#1a1a1a}.step-circle.completed .step-dot{background:transparent}.step-circle.completed:after{content:"✓";color:#fff;font-size:12px;font-weight:700;position:absolute}.step-label{font-size:.75rem;color:#999;margin-left:8px;font-weight:500}.step-label.active,.step-label.completed{color:#1a1a1a;font-weight:600}.step-line{width:40px;height:2px;background:#e0e0e0;margin:0 8px}.service-cards-container{position:relative;overflow:hidden;margin-bottom:15px}.cards-page{display:none;grid-template-columns:repeat(2,1fr);gap:16px}.cards-page.active{display:grid}.cards-page-dots{display:flex;justify-content:center;gap:8px;margin:15px 0}.page-dot{width:10px;height:10px;border-radius:50%;background:#e0e0e0;cursor:pointer;transition:all .3s ease}.page-dot.active{background:#1a1a1a;transform:scale(1.2)}.service-card{border:2px solid #ffffff3d;border-radius:16px;padding:16px;cursor:pointer;transition:all .3s ease;position:relative}.service-card:hover{border-color:#555;box-shadow:0 4px 20px #00000014}.service-card.selected{border-color:#000;border-width:3px;box-shadow:0 4px 20px #00000026}.service-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.service-card-title{font-size:.9rem;font-weight:700;color:#1a1a1a;margin:0}.popular-badge{background:linear-gradient(135deg,#6b8e6b,#5a7d5a);color:#fff;padding:4px 10px;border-radius:12px;font-size:.65rem;font-weight:600;text-transform:uppercase}.service-cards-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:15px}.carousel-nav-btn{background:#ffffff30;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:gray;transition:all .2s ease;flex-shrink:0;box-shadow:0 4px 12px #00000026}.carousel-nav-btn:hover{background:#ffffff2e;transform:scale(1.1);box-shadow:0 6px 16px #0003}.service-card-carousel{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.service-card-image{width:100%;height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden;position:relative}.service-card-image img.carousel-img{display:none;width:auto;height:160px;max-width:100%;max-height:160px;object-fit:contain;transition:opacity .3s ease}.service-card-image img.carousel-img.active{display:block}.service-card-carousel[data-card=first_class_sprinter] .service-card-image img{mix-blend-mode:multiply;filter:contrast(1.1)}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-bottom:10px}.carousel-dots .dot{width:8px;height:8px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .2s ease}.carousel-dots .dot.active{background:#1a1a1a;transform:scale(1.2)}.carousel-dots .dot:hover{background:#999}.service-card-car-name{font-size:.85rem;font-weight:600;color:#333;text-align:center;margin:0 0 8px;min-height:20px;transition:opacity .2s ease}.service-card-pricing{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.price-tag{font-size:1.6rem;font-weight:800;color:#1a1a1a}.price-tag.poa{font-size:1.3rem;color:#5a7d5a}.price-description{font-size:.7rem;color:#666;line-height:1.4}.price-description strong{color:#1a1a1a;font-weight:700}.service-card-option{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid #f0f0f0}.service-card-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#1a1a1a}.service-card-option label{font-size:.8rem;color:#555;cursor:pointer}.price-note{text-align:center;font-size:.75rem;color:#888;margin-bottom:18px;font-style:italic}.btn-next{max-width:200px;margin:0 auto;display:block;padding:12px 30px;font-size:.95rem}@media(max-width:1200px){.fleet-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.fleet-section{padding:80px 0}.fleet-section .section-header{margin-bottom:50px}.fleet-section .section-header h2{font-size:2rem}.fleet-cards-grid{grid-template-columns:1fr;gap:24px;padding:0 20px}.fleet-card{padding:32px 28px;border-radius:20px}.fleet-card-title{font-size:1.3rem}}.mobile-menu-overlay{display:none!important}.mobile-menu-cta{display:none}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10001;position:relative}.mobile-menu-close{display:none;position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;z-index:10001;transition:transform .3s ease}.mobile-menu-close:hover{transform:rotate(90deg)}.mobile-menu-close svg{display:block}.mobile-menu-toggle span{width:100%;height:3px;background-color:#1a1a1a;border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.mobile-menu-toggle.active{opacity:0;pointer-events:none}.mobile-menu-toggle.active span{background-color:#fff}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(10px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}body.menu-open{overflow:hidden;position:fixed;width:100%}.desktop-book-btn{display:inline-block}html,body{overflow-x:hidden!important;max-width:100%!important}*{max-width:100%}@media(min-width:769px){.review-nav-btn{display:none!important}}.otp-input-container{display:flex!important;gap:8px!important;justify-content:center!important;align-items:center!important;flex-wrap:nowrap!important;padding:10px!important;max-width:none!important;margin:0 auto!important;width:auto!important;min-width:100%!important;box-sizing:border-box!important;overflow-x:visible!important;-webkit-overflow-scrolling:touch!important}.otp-input-container::-webkit-scrollbar{display:none!important}.otp-input-container{-ms-overflow-style:none!important;scrollbar-width:none!important}.otp-digit{-webkit-appearance:none!important;appearance:none!important;flex:0 0 auto!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:none!important;border-radius:8px!important;border:2px solid rgba(0,0,0,.12)!important;background:#fffffff2!important;text-align:center!important;font-size:18px!important;line-height:1!important;padding:0!important;caret-color:var(--primary-color, #111)!important;color:var(--text-color, #111)!important;font-weight:600!important}.otp-digit:focus{outline:none!important;border-color:var(--accent-color, #6356c8)!important;box-shadow:0 4px 12px #6356c826!important;background:#fff!important}.otp-digit::placeholder{color:#00000040!important}@media(max-width:420px){.otp-input-container{gap:6px!important;padding:8px 4px!important}.otp-digit{width:36px!important;height:36px!important;min-width:36px!important;font-size:16px!important;border-radius:6px!important}}.otp-inputs .otp-digit{width:40px!important;height:40px!important;min-width:40px!important}@media(max-width:768px){.mobile-menu-toggle{display:flex}.mobile-menu-close{display:block!important}.mobile-menu-header{display:flex!important;justify-content:space-between!important;align-items:center!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:80px!important;padding:0 20px!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;z-index:10002!important}.mobile-menu-logo{display:block!important;font-size:1.5rem!important;font-weight:700!important;color:#fff!important;text-decoration:none!important}.desktop-book-btn{display:none}.desktop-login-btn{display:none!important}.mobile-login-btn{display:inline-block!important}.header-cta{display:none!important}.header .container{position:relative}.nav{position:fixed!important;top:-50vh!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;height:33vh!important;box-shadow:0 5px 25px #00000026!important;transition:top .4s cubic-bezier(.68,-.55,.265,1.55)!important;z-index:10000!important;overflow-y:auto!important;overflow-x:hidden!important;padding-top:80px!important;padding-bottom:100px!important;display:flex!important;flex-direction:column!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#4a5567!important}.nav.mobile-active,.nav.active{top:0!important}.nav-list{flex-direction:column!important;gap:0!important;padding:0!important;margin:0!important;list-style:none!important;display:flex!important}.nav-list li{border-bottom:1px solid rgba(255,255,255,.1)!important;display:block!important;width:100%!important}.nav-list a{display:block!important;padding:15px 30px!important;min-height:44px!important;font-size:20px!important;font-weight:700!important;color:#fff!important;text-align:center!important;transition:background-color .3s ease,opacity .3s ease!important;text-decoration:none!important}.nav-list a:hover,.nav-list a:active{background-color:#ffffff1a!important;opacity:.9!important}.nav-list a:before{display:none!important}.mobile-menu-cta{display:block!important;position:absolute!important;bottom:30px!important;left:20px!important;right:20px!important;padding:0 10px!important}.mobile-book-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;padding:16px 24px!important;background:#1a1a1a!important;color:#fff!important;border-radius:50px!important;font-size:16px!important;font-weight:600!important;text-decoration:none!important;transition:background-color .3s ease,transform .2s ease!important;box-shadow:0 4px 12px #00000026!important}.mobile-book-btn:hover,.mobile-book-btn:active{background:#333!important;transform:translateY(-2px)!important}.mobile-book-btn svg{flex-shrink:0!important}.hero{min-height:auto;padding:0 0 50px!important;margin-top:0!important;margin-bottom:0!important}.hero-content{flex-direction:column!important;gap:30px!important;align-items:center}.hero-text{max-width:100%;text-align:center;width:100%}.hero-text{display:flex!important;flex-direction:column!important}.hero-reviews{justify-content:center;order:-1!important;margin-bottom:20px!important;margin-top:0!important;padding-top:15px!important;width:100%!important}.hero-text h1{font-size:clamp(1.4rem,5vw,2rem)!important;line-height:1.2!important;white-space:normal!important;text-align:center!important;word-wrap:break-word!important}.hero-text h1 br{display:none!important}.hero-text>p{font-size:1rem!important;max-width:100%}.hero-trust{display:none!important}.hero-image{width:100%;padding:20px;background:linear-gradient(135deg,#ff6b9d,#c084fc);border-radius:24px;overflow:hidden}.booking-widget{width:100%;max-width:100%;height:auto;max-height:none;padding:25px 20px;overflow-y:visible;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a!important}.booking-title{font-size:1.5rem!important;margin-bottom:20px!important;font-weight:700!important}.booking-form-grid{grid-template-columns:1fr!important;gap:16px;margin-bottom:20px}.form-group-inline{display:flex!important;flex-direction:column!important;gap:8px!important}.form-group-inline label{font-size:.9rem!important;font-weight:600!important;color:#2d3748!important;margin-bottom:0!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;padding:14px 16px!important;border-radius:8px!important;border:1px solid #e2e8f0!important;background:#fff!important;min-height:48px!important;-webkit-appearance:none!important;appearance:none!important}.form-group-inline select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232d3748' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 16px center!important;padding-right:40px!important}.form-group-inline input:focus,.form-group-inline select:focus{outline:none!important;border-color:#1a1a1a!important;box-shadow:0 0 0 3px #1a1a1a1a!important}.btn-booking-primary{width:100%;padding:16px 24px!important;font-size:16px!important;min-height:52px!important;border-radius:8px!important;margin-top:8px!important}.btn-booking-outline{width:100%!important;padding:14px 20px!important;font-size:15px!important;min-height:50px!important}.btn-booking-primary.btn-next{margin:5px auto 0!important;display:block!important;width:auto!important;max-width:200px!important;padding-left:20px!important;padding-right:20px!important}.step2-grid-wrapper{display:flex!important;flex-direction:column!important;gap:12px!important;margin-bottom:12px!important;width:100%!important;position:relative!important}#step2 .review-card,#step2 #review-details,#step2 #review-passenger{display:block!important;visibility:visible!important;opacity:1!important;padding:14px!important;margin-bottom:0!important;border-radius:10px!important;background:#ffffff2e!important;width:100%!important;position:relative!important;box-sizing:border-box!important}#step2 .review-card h3,#step2 #review-details h3,#step2 #review-passenger h3{font-size:.9rem!important;margin-bottom:10px!important;display:flex!important;align-items:center!important;gap:6px!important;color:#1a1a1a!important;font-weight:600!important}#step2 .review-grid,#step2 #review-details .review-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px 12px!important}#step2 .review-item,#step2 #review-details .review-item{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:flex-start!important;padding:4px 0!important;border-bottom:none!important;gap:4px!important}#step2 .review-item:nth-child(1){order:1!important}#step2 .review-item:nth-child(2){order:2!important}#step2 .review-item:nth-child(3){order:3!important;grid-column:span 2!important}#step2 .review-item:nth-child(4){order:4!important;grid-column:span 2!important}#step2 .review-item:nth-child(5){order:5!important}#step2 .review-item:nth-child(6){order:6!important}#step2 .review-label,#step2 #review-details .review-label{font-size:.72rem!important;color:#666!important;font-weight:500!important;white-space:nowrap!important;min-width:auto!important}#step2 .review-value,#step2 #review-details .review-value{font-size:.8rem!important;color:#1a1a1a!important;font-weight:600!important;word-break:break-word!important}#step2 .passenger-form-grid-single,#step2 #review-passenger .passenger-form-grid-single{display:flex!important;flex-direction:column!important;gap:10px!important}#step2 .form-group-full,#step2 #review-passenger .form-group-full{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important}#step2 .form-group-full label,#step2 #review-passenger .form-group-full label{font-size:.75rem!important;font-weight:600!important;color:#333!important;min-width:50px!important;flex-shrink:0!important}#step2 .form-group-full input,#step2 #review-passenger .form-group-full input{font-size:.9rem!important;padding:10px 12px!important;border-radius:6px!important;border:1px solid #e0e0e0!important;min-height:auto!important;flex:1!important;max-width:calc(100% - 65px)!important}#step2 .cost-card{display:block!important;visibility:visible!important;opacity:1!important;background:#ffffff2e!important;color:#fff!important;padding:14px!important;border-radius:10px!important;margin-bottom:0!important;width:100%!important;position:relative!important;box-sizing:border-box!important;float:none!important;clear:both!important}#step2 .cost-card h3{display:flex!important;align-items:center!important;gap:6px!important;font-size:.9rem!important;margin-bottom:8px!important;color:#fff!important}#step2 .cost-row{display:flex!important;justify-content:space-between!important;padding:4px 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;font-size:.8rem!important}#step2 .cost-row.total{border-bottom:none!important;border-top:1px solid rgba(255,255,255,.3)!important;margin-top:4px!important;padding-top:6px!important;font-size:.9rem!important}#step2 .button-row{display:grid!important;grid-template-columns:1fr 2fr!important;gap:8px!important;margin-top:10px!important}#step2 .btn-booking-outline,#step2 .btn-booking-primary{padding:10px 14px!important;font-size:.85rem!important;min-height:auto!important}.cost-card{padding:18px!important;margin-bottom:16px!important;border-radius:12px!important}.cost-card h3{font-size:1.15rem!important;margin-bottom:12px!important}.cost-row{padding:10px 0!important;font-size:.95rem!important}.button-row{display:flex!important;flex-direction:column!important;gap:12px!important;margin-top:16px!important}.confirmation-icon{font-size:3.5rem!important;margin-bottom:16px!important}.booking-number{font-size:1rem!important;margin:16px 0!important}.step-badge-center{font-size:.8rem!important;padding:6px 16px!important;margin-bottom:8px!important}.features{padding:60px 0}.features h2{font-size:2rem!important;margin-bottom:15px}.features-grid{grid-template-columns:1fr!important;gap:25px!important;justify-items:center!important}.feature-card{padding:30px 25px!important;margin:0 auto!important;max-width:500px!important;width:100%!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.feature-icon-circle{margin:0 auto 20px!important;width:64px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important}.feature-icon-circle svg{width:36px!important;height:36px!important}.feature-card h3{text-align:center!important;font-size:1.35rem!important;margin-bottom:12px!important;line-height:1.3!important;width:100%!important}.feature-card p{text-align:center!important;font-size:1rem!important;line-height:1.6!important;color:#6b7280!important;max-width:100%!important;width:100%!important}.partners-section{padding:50px 0}.partners-subtitle{font-size:1rem!important}.partners-track{animation:scroll 15s linear infinite!important}.partners-logos{gap:30px!important;padding:0 15px!important}.partner-logo{height:60px!important;min-width:120px!important;max-width:140px!important}.value-prop{padding:50px 20px!important;overflow-x:hidden!important}.value-prop>.container:first-child{text-align:center!important;margin-bottom:40px!important;padding:0 20px!important;max-width:100%!important}.value-prop .container{padding:0 20px!important;max-width:100%!important}.simple-title{font-size:2rem!important;font-weight:600!important;line-height:1.2!important;margin-bottom:16px!important;color:#1a1a1a!important;padding:0!important}.simple-subtitle{font-size:1.05rem!important;line-height:1.6!important;color:#666!important;max-width:100%!important;padding:0!important}.book-instantly-section{display:flex!important;flex-direction:column!important;gap:40px!important;margin-bottom:60px!important;padding:0!important}.transparency-section,.hassle-free-section{display:flex!important;flex-direction:column!important;text-align:center!important;gap:40px!important;margin-bottom:60px!important;padding:0!important}.book-instantly-content{order:2!important;text-align:center!important;padding:0 20px!important;width:100%!important}.transparency-content,.hassle-free-content{flex-direction:column!important;gap:24px!important;padding:0 20px!important;text-align:center!important;align-items:center!important;width:100%!important}.transparency-text,.hassle-free-text,.transparency-text h2,.hassle-free-text h2,.transparency-text p,.hassle-free-text p{text-align:center!important}.transparency-features,.hassle-free-features{display:flex!important;justify-content:center!important;text-align:center!important;flex-direction:column!important;align-items:center!important;gap:24px!important;width:100%!important;padding:0!important}.feature-item{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important;width:100%!important}.feature-icon{margin:0 auto!important;width:60px!important;height:60px!important;flex-shrink:0!important}.feature-label{text-align:center!important;font-size:1rem!important;line-height:1.5!important}.book-instantly-visual{order:1!important;padding:16px!important;min-height:320px!important;height:320px!important;max-height:320px!important;border-radius:24px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#e9d5ff,#ffc8dd)!important;width:100%!important;max-width:100%!important}.book-instantly-image{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:16px!important;box-shadow:0 8px 32px #9333ea26,0 4px 16px #0000001a!important;border:3px solid rgba(255,255,255,.8)!important}.book-instantly-visual .success-card{position:absolute!important;top:10px!important;left:50%!important;transform:translate(-50%)!important;background:#fff!important;border-radius:16px!important;padding:14px 16px!important;margin:0!important;width:calc(110% - 40px)!important;max-width:380px!important;display:flex!important;align-items:center!important;gap:12px!important;box-shadow:0 8px 24px #00000026!important;z-index:10!important;flex-wrap:nowrap;max-height:55px}.book-instantly-visual .success-card-content{display:flex!important;align-items:center!important;gap:5px!important;flex:1!important}.book-instantly-visual .success-avatar{width:38px!important;height:38px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}.book-instantly-visual .success-info{display:flex!important;flex-direction:column!important;gap:2px!important;flex:1!important}.book-instantly-visual .success-name{font-size:13px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.3!important}.book-instantly-visual .success-message{font-size:12px;color:#10b981;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center}.book-instantly-visual .success-icon{width:48px!important;height:48px!important;flex-shrink:0!important;margin-left:0!important;object-fit:contain!important}.book-instantly-visual .book-instantly-image .hassle-free-image{display:block!important;width:100%!important;height:auto!important;border-radius:12px!important;object-fit:cover!important;order:2!important;max-height:350px!important}.mobile-success-card{background:#fff!important;border-radius:20px!important;padding:20px!important;width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;gap:14px!important;box-shadow:0 4px 20px #00000014!important;position:relative!important}.mobile-success-avatar{width:56px!important;height:56px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}.mobile-success-info{flex:1!important;display:flex!important;flex-direction:column!important;gap:4px!important}.mobile-success-name{font-size:15px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.2!important}.mobile-success-message{font-size:13px!important;color:#10b981!important;font-weight:500!important;line-height:1.3!important}.mobile-success-emoji{font-size:48px!important;line-height:1!important;flex-shrink:0!important}.book-instantly-text{max-width:100%;text-align:center;margin-bottom:24px}.book-instantly-text h2{font-size:1.75rem!important;line-height:1.3!important;margin-bottom:16px!important;color:#1a1a1a!important}.book-instantly-text p{font-size:1rem!important;line-height:1.6!important;color:#52525a!important}.transparency-text h2,.hassle-free-text h2{font-size:1.75rem!important;line-height:1.3!important;margin-bottom:16px!important;color:#1a1a1a!important}.transparency-text p,.hassle-free-text p{font-size:1rem!important;line-height:1.6!important;color:#52525a!important}.transparency-text,.hassle-free-text{max-width:100%}.value-visual{width:100%!important;max-width:100%}.book-instantly-features{display:flex!important;flex-direction:column!important;gap:24px!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:0!important}.feature-badge{font-size:1rem!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important;background:transparent!important;border:none!important;width:100%!important}.feature-badge svg{width:48px!important;height:48px!important;flex-shrink:0!important}.feature-badge span{text-align:center!important;line-height:1.5!important}.transparency-visual,.hassle-free-visual{padding:16px!important;min-height:320px!important;height:320px!important;max-height:320px!important;border-radius:24px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;width:100%!important;max-width:100%!important;overflow:hidden!important;background:linear-gradient(135deg,#e9d5ff,#ffc8dd)!important}.transparency-image,.hassle-free-image{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:16px!important;box-shadow:0 8px 32px #9333ea26,0 4px 16px #0000001a!important;border:3px solid rgba(255,255,255,.8)!important}.transparency-white-container{display:contents!important;width:100%!important;height:100%!important}.user-card{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 14px;border-radius:14px;box-shadow:0 4px 12px #0000000f;width:fit-content}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-name{font-size:14px;font-weight:600;color:#111827;white-space:nowrap}.new-client-badge{margin-left:auto;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:500;padding:4px 10px;border-radius:999px;white-space:nowrap}.user-card{position:absolute!important;top:15px!important;left:15px!important;background:#fff!important;border-radius:16px!important;padding:10px 14px!important;box-shadow:0 6px 20px #00000014!important;z-index:10!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:calc(100% - 30px)!important;width:auto!important}.user-avatar{width:36px!important;height:36px!important;min-width:36px!important;flex-shrink:0!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #f3f4f6!important;box-shadow:0 2px 4px #0000000f!important}.user-name{font-size:13px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.3!important;flex:1!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.new-client-badge{background:#d1fae5!important;color:#059669!important;font-size:10px!important;font-weight:600!important;padding:4px 8px!important;border-radius:8px!important;white-space:nowrap!important;flex-shrink:0!important}.paperwork-card{position:absolute!important;bottom:15px!important;right:15px!important;background:#fff!important;border-radius:14px!important;padding:10px 14px!important;box-shadow:0 6px 20px #00000014!important;z-index:10!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:calc(100% - 30px)!important;width:auto!important}.user-card{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 14px;border-radius:16px;box-shadow:0 6px 20px #00000014;width:auto;max-width:100%;flex-wrap:nowrap}.user-card .user-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-card .user-name{font-size:14px;font-weight:600;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card .new-client-badge{margin-left:auto;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;white-space:nowrap;flex-shrink:0}.paperwork-icon{width:32px!important;height:32px!important;object-fit:contain!important;border-radius:6px!important;flex-shrink:0!important;background:#f3f4f6!important;padding:5px!important}.paperwork-card span{font-size:12px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.4!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1!important;min-width:0!important}.support-card{position:absolute!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important;background:#fff!important;border-radius:16px!important;padding:10px 14px!important;box-shadow:0 8px 24px #0000001f!important;z-index:10!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:calc(100% - 40px)!important;width:auto!important}.support-avatar{width:32px!important;height:32px!important;min-width:32px!important;flex-shrink:0!important;border-radius:50%!important;object-fit:cover!important}.support-name{font-size:13px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.3!important;flex:1!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.support-role{font-size:10px!important;line-height:1.3!important;color:gray!important;font-weight:400!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.how-it-works{padding:60px 20px}.how-it-works .section-header{text-align:center;margin-bottom:40px}.how-it-works h2{font-size:2rem!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:12px!important}.how-it-works .section-header p{font-size:1.05rem!important;color:#666!important;line-height:1.6!important}.steps-grid{grid-template-columns:1fr!important;gap:40px!important}.step-card{margin:0 auto;max-width:100%;padding:0 15px;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.step-number{width:100%!important;max-width:100%!important;height:280px!important;font-size:120px!important;border-radius:24px!important;margin-bottom:24px!important;background:linear-gradient(135deg,#a5f3fc,#ddd6fe,#fecaca)!important;color:#6366f1!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 1px 2px #0000000d!important}.step-card h3{font-size:1.75rem!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:12px!important;text-align:center!important}.step-card p{font-size:1rem!important;line-height:1.6!important;color:#6b7280!important;text-align:center!important;max-width:100%!important;margin:0!important}.pricing{padding:60px 0}.pricing h2{font-size:2rem!important}.pricing-grid{grid-template-columns:1fr!important;gap:25px}.pricing-card{margin:0 auto;max-width:400px}.price{font-size:2.5rem!important}.reviews{padding:60px 20px 100px!important;position:relative!important;background-color:#fff!important}.reviews .section-header{text-align:center!important;margin-bottom:40px!important}.reviews .section-header h2{font-size:1.8rem!important;font-weight:600!important;color:#1a1a1a!important;margin-bottom:12px!important}.reviews .section-header p{font-size:1rem!important;color:#666!important;line-height:1.6!important;margin:0!important}.reviews-container{position:relative!important;max-width:100%!important;margin:0 auto!important;padding:0 10px!important}.reviews h2{font-size:1.8rem!important}.reviews-wrapper{overflow:hidden!important;margin:0 auto!important;max-width:100%!important;width:100%!important;position:relative!important;padding:0!important;min-height:250px!important}.reviews-track{display:flex!important;gap:16px!important;position:relative!important;animation:none!important;width:100%!important}.reviews .review-card{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;min-height:180px!important;padding:24px 20px!important;margin:0!important;background-color:#f5f5f6!important;border-radius:16px!important;display:none;flex-direction:column!important;justify-content:space-between!important;box-shadow:0 2px 8px #0000000f!important;position:relative!important;opacity:1!important;visibility:visible!important;box-sizing:border-box!important;flex-shrink:0!important}.reviews .review-card.active-review{display:flex!important;opacity:1!important;visibility:visible!important;position:relative!important}.review-card.fade-out{opacity:0!important}.reviews .review-text{font-size:.95rem!important;line-height:1.6!important;color:#2d2d2d!important;margin:0 0 20px!important;font-weight:400!important;word-wrap:break-word!important}.reviews .review-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0!important;padding-top:8px!important;gap:10px!important}.reviews .reviewer-info{display:flex!important;align-items:center!important;gap:10px!important}.reviews .reviewer-avatar{width:44px!important;height:44px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}.reviews .reviewer-name{font-size:14px!important;font-weight:600!important;color:#1a1a1a!important}.reviews .review-rating{display:flex!important;align-items:center!important;gap:4px!important;background:#fff9e6!important;padding:6px 10px!important;border-radius:8px!important}.reviews .review-rating svg{width:16px!important;height:16px!important;color:#ff9500!important;fill:#ff9500!important}.reviews .review-rating .rating-number{font-size:14px!important;font-weight:600!important;color:#1a1a1a!important}.review-nav-btn{display:flex!important;position:absolute!important;bottom:-70px!important;width:48px!important;height:48px!important;border-radius:50%!important;background:#1a1a1a!important;color:#fff!important;border:none!important;cursor:pointer!important;align-items:center!important;justify-content:center!important;z-index:10!important;transition:all .3s ease!important;box-shadow:0 4px 16px #0003!important}.review-nav-btn:hover{background:#2d2d2d!important;transform:scale(1.08)!important;box-shadow:0 6px 20px #00000040!important}.review-nav-btn:active{transform:scale(.96)!important}.review-nav-prev{left:50%!important;margin-left:-70px!important}.review-nav-next{left:50%!important;margin-left:20px!important}.review-nav-next{left:50%;margin-left:38px}.review-nav-btn svg{width:26px;height:26px}.review-text{font-size:.9rem}.stats-section .container{display:flex;flex-direction:column}.stats-header{order:1}.stats-cards{order:2}.stats-header{text-align:center;margin-bottom:24px}.stats-header h2{margin-bottom:10px!important}.stats-header p{margin-bottom:18px!important}.stats-cards{display:flex!important;flex-direction:column!important;gap:14px!important}.stats-card{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:16px;padding:18px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;min-height:unset!important}.stats-logo img{max-height:28px;width:auto}.stats-rating{display:flex;align-items:center;gap:6px}.rating-score{font-size:14px;font-weight:600;color:#fff}.stars-google svg,.stars-product svg{width:14px;height:14px}.stars-trustpilot svg{height:16px}.rating-count{font-size:12px;color:#ffffffd9}.faqs{padding:60px 20px}.faqs .section-header{text-align:center;margin-bottom:30px;padding:0 15px}.faqs h2{font-size:1.85rem!important;text-align:center!important}.faq-list{max-width:100%!important;padding:0 5px!important}.faq-item{margin-bottom:12px!important;border-radius:12px!important;overflow:hidden!important}.faq-question{font-size:1rem!important;padding:18px 55px 18px 20px!important;text-align:left!important;line-height:1.4!important;width:100%!important}.faq-question:after{width:32px!important;height:32px!important;font-size:20px!important;position:absolute!important;right:15px!important}.faq-toggle{width:35px;height:35px;right:15px}.faq-answer{padding:0 20px 20px!important;font-size:.95rem!important;line-height:1.6!important;max-height:0!important;overflow:hidden!important;transition:max-height .3s ease!important}.faq-item.active .faq-answer{max-height:1000px!important}.faq-answer p{margin:0!important;padding:15px 0 0!important;color:#6b7280!important}.cta-banner{padding:50px 20px}.cta-banner h2{font-size:2rem!important}.cta-banner p{font-size:1rem!important}.footer{padding:50px 20px 30px}.footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:30px 20px!important;max-width:100%!important}.footer-col{width:100%!important}.footer-col:nth-child(1),.footer-col:nth-child(2){grid-column:auto!important}.footer-col:nth-child(3){grid-column:1 / -1!important}.footer-col h4{font-size:.9rem!important;margin-bottom:16px!important;color:#9ca3af!important;font-weight:400!important;text-transform:none!important}.footer-col ul{list-style:none!important;padding:0!important;margin:0!important}.footer-col ul li{margin-bottom:12px!important}.footer-col ul li a{color:#1a1a1a!important;font-size:1rem!important;font-weight:400!important;text-decoration:none!important}.footer-col .social-icons{display:flex!important;gap:12px!important;margin-top:16px!important}.location-map{max-width:100%!important;width:100%!important;height:200px!important;border-radius:12px!important;overflow:hidden!important}.location-map iframe{width:100%!important;height:100%!important;border:none!important}.footer-disclaimer{font-size:.75rem;padding:15px}}@media(max-width:576px){.container{padding:0 18px}.logo{font-size:1.5rem!important}.header{padding:12px 0}.hero{padding:80px 0 40px}.hero-text h1{font-size:clamp(1.3rem,5vw,1.6rem)!important;margin-bottom:15px;white-space:normal!important}.hero-text>p{font-size:.95rem!important;line-height:1.6}.review-avatars img{width:34px!important;height:34px!important;margin-left:-10px!important}.hero-image{min-height:auto!important;padding:15px}.booking-widget{padding:20px 15px;max-height:none;overflow-y:visible!important}.booking-title{font-size:1.35rem!important;margin-bottom:18px!important}.form-group-inline label{font-size:.88rem!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;padding:13px 15px!important;min-height:48px!important}.btn{padding:12px 22px;font-size:14px}.btn-booking-primary{padding:15px 20px!important;font-size:15px!important;min-height:50px!important}h2{font-size:1.65rem!important}h3{font-size:1.25rem!important}.features{padding:50px 0}.features h2{font-size:1.75rem!important}.feature-card{padding:28px 20px;text-align:center!important}.feature-icon-circle{width:60px!important;height:60px!important;margin:0 auto 18px!important}.feature-icon-circle svg{width:34px!important;height:34px!important}.feature-card h3{font-size:1.3rem!important;text-align:center!important}.feature-card p{font-size:.98rem!important;text-align:center!important}.simple-title{font-size:1.75rem!important}.simple-subtitle{font-size:.95rem!important}.book-instantly-text h2,.transparency-text h2,.hassle-free-text h2{font-size:1.5rem!important}.how-it-works{padding:50px 0}.step-card{padding:25px 20px}.step-number{width:45px;height:45px;font-size:1.3rem}.pricing{padding:50px 0}.price{font-size:2.2rem!important}.review-card{width:290px!important;min-width:290px!important;height:250px;padding:18px}.stats-section{padding:50px 0}.stats-card{padding:20px;min-height:140px}.faqs{padding:50px 0}.faq-question{font-size:.95rem;padding:16px 45px 16px 18px}.cta-banner{padding:45px 18px}.cta-banner h2{font-size:1.75rem!important}.cta-banner p{font-size:.95rem!important}.hassle-free-content{grid-template-columns:1fr;gap:40px}.hassle-free-visual{min-height:450px!important;padding:10px!important;height:auto!important}.hassle-free-image{min-height:430px!important;border-radius:24px!important}.support-card{bottom:25px!important;padding:10px 18px 10px 12px!important;transform:translate(-50%) scale(.95)!important;width:auto!important;min-width:max-content!important;border-radius:50px!important;white-space:nowrap!important}.footer-grid{grid-template-columns:1fr!important;gap:30px}.footer-col h4{font-size:1rem}.footer-disclaimer{font-size:.7rem}}@media(max-width:480px){.container{padding:0 15px}.hero-text h1{font-size:clamp(1.2rem,5vw,1.4rem)!important;white-space:normal!important}.booking-widget{padding:18px 15px!important;max-height:none!important;overflow-y:visible!important}.booking-title{font-size:1.3rem!important;margin-bottom:16px!important}.form-group-inline label{font-size:.87rem!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;padding:12px 14px!important;min-height:46px!important}.btn-booking-primary{padding:14px 20px!important;font-size:15px!important;min-height:48px!important}.review-card{width:270px!important;min-width:270px!important;height:240px;padding:16px}.stats-card{padding:18px;min-height:130px}.feature-badge{font-size:.85rem;padding:8px 14px}}@media(max-width:414px){.hero-text h1{font-size:1.75rem!important}.booking-widget{max-height:none!important;overflow-y:visible!important;padding:18px 15px!important}.booking-title{font-size:1.28rem!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;min-height:46px!important}.simple-title{font-size:1.65rem!important}}@media(max-width:375px){.container{padding:0 12px}.logo{font-size:1.35rem!important}.hero-text h1{font-size:1.6rem!important}.hero-text>p{font-size:.9rem!important}.booking-widget{padding:16px 12px!important;max-height:none!important;overflow-y:visible!important}.booking-title{font-size:1.25rem!important;margin-bottom:15px!important}.booking-form-grid{gap:14px!important}.form-group-inline label{font-size:.86rem!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;padding:12px 14px!important;min-height:46px!important}.btn-booking-primary{padding:14px 18px!important;font-size:15px!important;min-height:48px!important}.review-avatars img{width:30px!important;height:30px!important}.simple-title{font-size:1.5rem!important}.simple-subtitle{font-size:.9rem!important}.btn{padding:11px 20px;font-size:13px}h2{font-size:1.5rem!important}}@media(max-width:360px){.hero-text h1{font-size:1.5rem!important}.booking-widget{padding:15px 12px!important;max-height:none!important;overflow-y:visible!important}.booking-title{font-size:1.22rem!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;min-height:45px!important}.review-card{width:260px!important;min-width:260px!important}}@media(max-width:320px){.container{padding:0 10px}.logo{font-size:1.2rem!important}.hero-text h1{font-size:1.4rem!important}.hero-text>p{font-size:.85rem!important}.booking-widget{padding:14px 10px!important;max-height:none!important;overflow-y:visible!important}.booking-title{font-size:1.18rem!important;margin-bottom:14px!important}.booking-form-grid{gap:12px!important}.form-group-inline label{font-size:.85rem!important}.form-group-inline input,.form-group-inline select{font-size:16px!important;padding:11px 12px!important;min-height:45px!important}.btn-booking-primary{padding:13px 16px!important;font-size:14px!important;min-height:46px!important}.btn{padding:10px 18px;font-size:12px}.review-card{width:250px!important;min-width:250px!important;height:230px}.simple-title{font-size:1.4rem!important}h2{font-size:1.35rem!important}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:80px 0 30px}.hero-image{min-height:350px!important}.booking-widget{max-height:80vh}.nav{padding-top:60px}.nav-list a{padding:14px 30px}}@media(max-width:768px){img{max-width:100%;height:auto}.value-visual img{width:100%;max-width:400px;margin:0 auto;display:block}.news-logo{max-width:140px!important}.partner-logo img{max-width:120px}.location-map img{width:100%;height:auto;border-radius:12px}}@media(hover:none)and (pointer:coarse){.btn:hover{transform:none;box-shadow:0 4px 15px #1a1a1a33}.btn:active{transform:scale(.97)}.feature-card:hover,.pricing-card:hover,.stats-card:hover,.review-card:hover{transform:none}.nav-list a:hover:before{width:0}.nav-list a{min-height:48px;display:flex;align-items:center}.btn{min-height:44px}.faq-question{min-height:48px}}@media(min-width:769px)and (max-width:1024px){.header .container{padding:0 15px!important}.logo{font-size:1.4rem!important}.nav-list{gap:10px!important}.nav-list a{font-size:.82rem!important;padding:6px 8px!important}.desktop-book-btn{padding:10px 16px!important;font-size:.85rem!important}.value-prop{padding:60px 30px!important}.transparency-section,.hassle-free-section{gap:50px!important}.transparency-visual,.hassle-free-visual{padding:24px!important;min-height:380px!important;height:380px!important;border-radius:32px!important;background:linear-gradient(135deg,#e9d5ff,#ffc8dd)!important}.transparency-image,.hassle-free-image{border-radius:24px!important}.paperwork-card{bottom:20px!important;right:20px!important;padding:12px 16px!important;border-radius:16px!important;gap:10px!important;max-width:calc(100% - 40px)!important}.paperwork-icon{width:38px!important;height:38px!important;padding:6px!important}.paperwork-card span{font-size:13px!important}.hassle-free-image{max-width:500px!important}.support-card{bottom:30px!important;padding:12px 16px!important;border-radius:18px!important;gap:10px!important;max-width:calc(100% - 60px)!important}.support-avatar{width:38px!important;height:38px!important;min-width:38px!important}.support-name{font-size:14px!important}.support-role{font-size:11px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.partners-track,.reviews-track{animation:none!important}}@media(max-width:1024px){.stats-section .container{display:flex;flex-direction:column}.stats-header{order:1;text-align:center}.stats-cards{order:2;display:flex;flex-direction:column;gap:14px;margin-top:18px}.stats-card{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:16px;padding:18px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.stats-logo img{max-height:28px;width:auto}.stats-rating{display:flex;align-items:center;gap:6px}.rating-score{font-size:14px;font-weight:600;color:#fff}.rating-count{font-size:12px;color:#ffffffd9}}@media(max-width:1024px){.stats-section .container{display:flex;flex-direction:column}.stats-header{order:1;text-align:center}.stats-cards{order:2;display:flex!important;flex-direction:column!important;gap:14px!important;margin-top:18px!important}.stats-card{width:100%}}@media(min-width:1025px){.stats-cards{display:flex;gap:24px;align-items:stretch;justify-content:flex-end}.stats-card{width:calc((100% - 48px) / 3);min-width:220px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-cta{display:none}.desktop-book-btn{display:inline-flex}.hero{padding:100px 0 40px;overflow:hidden}.hero-content{display:flex;align-items:flex-start;gap:60px}.hero-text{position:sticky;top:100px;align-self:flex-start}.hero-text h1{font-size:3.5rem;line-height:1.1}.booking-widget{background:#fff;border-radius:24px;padding:25px 30px;min-height:520px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stats-card{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:16px;padding:24px;text-align:center;color:#fff}in thi .user-card{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 14px;border-radius:16px;box-shadow:0 6px 20px #00000014}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-client-badge{background:#dcfce7;color:#16a34a;font-size:11px;padding:4px 10px;border-radius:999px;white-space:nowrap}.reviews-wrapper{overflow:hidden}.review-card{background:#f5f5f6;border-radius:20px;padding:32px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media(max-width:1024px){.hero-content{flex-direction:column;text-align:center}.features-grid{grid-template-columns:1fr}.stats-section .container{display:flex;flex-direction:column}.stats-header{order:1;text-align:center}.stats-cards{order:2;display:flex;flex-direction:column;gap:16px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.mobile-menu-toggle{display:flex;flex-direction:column;gap:5px}.desktop-book-btn{display:none}body.menu-open{overflow:hidden;position:fixed;width:100%}.hero{padding:90px 0 50px}.hero-text h1{font-size:2.2rem}.booking-widget{padding:24px 20px}.user-card{position:absolute;top:15px;left:15px;max-width:calc(100% - 30px)}.review-card{padding:24px}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 16px}.hero-text h1{font-size:1.6rem}.stats-card{padding:18px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(min-width:769px)and (max-width:1024px){.header .container{padding:0 15px!important}.logo{font-size:1.4rem!important}.nav-list{gap:8px!important}.nav-list a{font-size:.8rem!important;padding:8px 10px!important}.desktop-book-btn{padding:10px 16px!important;font-size:.85rem!important}}@media(min-width:769px)and (max-width:900px){.header .container{padding:0 12px!important}.logo{font-size:1.3rem!important}.nav-list{gap:4px!important}.nav-list a{font-size:.75rem!important;padding:6px 8px!important}.desktop-book-btn{padding:8px 12px!important;font-size:.8rem!important}}@media(max-width:1200px){.booking-widget{width:600px!important;max-width:95vw!important;height:auto!important;min-height:auto!important;padding:30px!important;background:transparent!important;border-radius:20px!important;box-shadow:0 20px 60px #0000001a!important;overflow:visible!important}.hero-image .booking-widget{max-width:600px!important}.booking-title{text-align:center!important;font-size:1.3rem!important;margin-bottom:12px!important;color:#1a1a1a!important;font-weight:700!important}.booking-form-grid{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:15px!important}.form-group-inline{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;width:100%!important}.form-group-inline label{font-size:.85rem!important;font-weight:600!important;margin-bottom:0!important;margin-left:1px!important;color:#333!important;min-width:140px!important;flex-shrink:0!important;text-align:left!important}.form-group-inline input,.form-group-inline select{flex:1!important;padding:8px 12px!important;border:1px solid #e0e0e0!important;border-radius:6px!important;font-size:.95rem!important;background:#ffffff2e!important;min-height:auto!important}.btn-booking-primary{width:100%!important;padding:10px 18px!important;background:#1f2937!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:.9rem!important;font-weight:600!important;cursor:pointer!important;margin-top:0!important}.btn-booking-outline{padding:10px 18px!important;background:#fff!important;color:#374151!important;border:2px solid #d1d5db!important;border-radius:8px!important;font-size:.9rem!important;font-weight:600!important;width:auto!important;min-height:auto!important}.step-badge-center{display:inline-flex!important;align-items:center!important;gap:6px!important;background:#4a5568!important;color:#fff!important;padding:5px 12px!important;border-radius:20px!important;font-size:.72rem!important;font-weight:600!important;margin-bottom:6px!important}#step2 .step2-grid-wrapper{display:flex!important;flex-direction:column!important;gap:12px!important;margin-bottom:12px!important}#step2 .review-card,#step2 #review-details,#step2 #review-passenger{display:block!important;visibility:visible!important;opacity:1!important;background:#ffffff2e!important;padding:14px!important;border-radius:10px!important;margin-bottom:0!important}#step2 .review-card h3,#step2 #review-details h3,#step2 #review-passenger h3{display:flex!important;align-items:center!important;gap:6px!important;font-size:.9rem!important;margin-bottom:10px!important;color:#1a1a1a!important;font-weight:600!important}#step2 .review-grid,#step2 #review-details .review-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px 12px!important}#step2 .review-item,#step2 #review-details .review-item{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:4px!important;padding:4px 0!important;border-bottom:none!important}#step2 .review-item:nth-child(1){order:1!important}#step2 .review-item:nth-child(2){order:2!important}#step2 .review-item:nth-child(3){order:3!important;grid-column:span 2!important}#step2 .review-item:nth-child(4){order:4!important;grid-column:span 2!important}#step2 .review-item:nth-child(5){order:5!important}#step2 .review-item:nth-child(6){order:6!important}#step2 .review-label,#step2 #review-details .review-label{font-size:.72rem!important;color:#666!important;font-weight:500!important;white-space:nowrap!important}#step2 .review-value,#step2 #review-details .review-value{font-size:.8rem!important;color:#1a1a1a!important;font-weight:600!important;word-break:break-word!important}#step2 .passenger-form-grid-single{display:flex!important;flex-direction:column!important;gap:10px!important}#step2 #review-passenger .form-group-full{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important}#step2 #review-passenger .form-group-full label{font-size:.75rem!important;font-weight:600!important;color:#333!important;min-width:50px!important;flex-shrink:0!important}#step2 #review-passenger .form-group-full input{font-size:.9rem!important;padding:10px 12px!important;border-radius:6px!important;border:1px solid #e0e0e0!important;min-height:auto!important;flex:1!important;max-width:calc(100% - 65px)!important}#step2 .cost-card{display:block!important;visibility:visible!important;opacity:1!important;background:#ffffff2e!important;color:#333!important;padding:14px!important;border-radius:10px!important;margin-bottom:0!important;width:100%!important;position:relative!important;box-sizing:border-box!important;float:none!important;clear:both!important}#step2 .cost-card h3{display:flex!important;align-items:center!important;gap:6px!important;font-size:.11rem!important;margin-bottom:8px!important}#step2 .cost-row{display:flex!important;justify-content:space-between!important;padding:4px 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;font-size:.75rem!important}#step2 .cost-row.total{border-bottom:none!important;border-top:1px solid rgba(255,255,255,.3)!important;margin-top:4px!important;padding-top:6px!important;font-size:.85rem!important}#step2 .button-row{display:grid!important;grid-template-columns:1fr 2fr!important;gap:6px!important;margin-top:6px!important;flex-direction:row!important}#step2 .btn-booking-outline,#step2 .btn-booking-primary{padding:8px 12px!important;font-size:.8rem!important}#step2 .booking-title{font-size:1.1rem!important;margin-bottom:8px!important}.confirmation-icon{width:45px!important;height:45px!important;font-size:1.3rem!important;margin:0 auto 8px!important}.booking-number{text-align:center!important;font-size:.8rem!important;margin-bottom:8px!important}.confirmation-details{background:#ffffff2e!important;padding:8px!important;border-radius:8px!important;margin-bottom:8px!important}.detail-row{display:grid!important;grid-template-columns:28px 85px 1fr!important;align-items:center!important;padding:4px 0!important}.detail-icon{font-size:1rem!important}.detail-label{font-weight:600!important;color:#666!important;font-size:.75rem!important}.detail-value{color:#1a1a1a!important;font-weight:600!important;text-align:right!important;font-size:.75rem!important}.confirmation-cost{background:#ffffff2e!important;color:#fff!important;padding:8px 12px!important;border-radius:8px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:8px!important;font-size:.9rem!important;font-weight:700!important}.otp-section{background:#ffffff2e!important;padding:8px!important;border-radius:8px!important;text-align:center!important}.otp-message{margin-bottom:8px!important;color:#666!important;font-size:.75rem!important}.otp-label{display:block!important;font-weight:600!important;margin-bottom:8px!important;color:#1a1a1a!important;font-size:.8rem!important}.otp-inputs{display:flex!important;justify-content:center!important;gap:5px!important;margin-bottom:8px!important}.otp-input{width:36px!important;height:40px!important;text-align:center!important;font-size:1rem!important;border:1px solid #e0e0e0!important;border-radius:6px!important}.hero{min-height:auto!important;display:flex!important;justify-content:center!important;align-items:center!important}.hero-content{flex-direction:column!important;gap:30px!important;padding:0 16px!important;align-items:center!important;justify-content:center!important;width:100%!important}.hero-text{text-align:center!important;max-width:100%!important;width:100%!important;flex:none!important;order:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.hero-text h1{font-size:1.8rem!important;line-height:1.2!important;margin-bottom:12px!important;text-align:center!important}.hero-text>p{font-size:.95rem!important;max-width:100%!important;line-height:1.5!important;text-align:center!important}.hero-reviews{justify-content:center!important;margin-bottom:20px!important;display:flex!important;align-items:center!important;width:100%!important}.hero-trust{text-align:center!important;margin-top:16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important}.hero-trust p{font-size:12px!important;text-align:center!important}.hero-trust .news-logos{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:12px!important}.news-logo{max-width:120px!important}.hero-buttons{margin-top:20px!important;margin-bottom:24px!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;flex-wrap:wrap!important;gap:12px!important}.hero-image{width:100%!important;max-width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:auto!important;padding:0!important;background:transparent!important;border-radius:0!important;flex:none!important;order:2!important}.hero-image .booking-widget{width:100%!important;max-width:100%!important;margin:0 auto!important;border-radius:16px!important}.features-grid{grid-template-columns:1fr!important;gap:30px!important;justify-items:center!important;text-align:center!important}.feature-card{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:400px!important;margin:0 auto!important;padding:20px!important}.feature-icon-circle{margin:0 auto 20px!important;display:flex!important;align-items:center!important;justify-content:center!important}.feature-card h3{text-align:center!important;width:100%!important;margin:0 auto 12px!important}.feature-card p{text-align:center!important;width:100%!important;margin:0 auto!important}}.transparency-image,.hassle-free-image,.book-instantly-image{width:100%!important;height:100%!important;max-width:100%!important;display:block!important;border-radius:20px!important;box-shadow:0 10px 40px #00000014!important;object-fit:cover!important;margin:0!important;padding:0!important}.transparency-visual,.hassle-free-visual,.book-instantly-visual{width:100%!important;height:420px!important;min-height:420px!important;max-height:420px!important;padding:32px!important;margin:0!important;border-radius:32px!important;background:linear-gradient(135deg,#e9d5ff,#ffc8dd)!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}@media(max-width:768px){.transparency-visual,.hassle-free-visual,.book-instantly-visual{height:320px!important;min-height:320px!important;max-height:320px!important;padding:16px!important}.transparency-image,.hassle-free-image,.book-instantly-image{border-radius:16px!important;width:100%!important;height:100%!important;object-fit:cover!important;box-shadow:0 8px 32px #9333ea26,0 4px 16px #0000001a!important;border:3px solid rgba(255,255,255,.8)!important}}@media(max-width:768px){.step-progress-bar{margin-top:70px}}@media(min-width:0px)and (max-width:1024px){.step-progress-bar{margin-top:70px}}.cards-page{display:none!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.cards-page.active{display:grid!important}.service-card{min-width:0!important;padding:16px!important}.service-card-image{height:180px!important}.service-card-image img.carousel-img{height:160px!important;max-height:160px!important}.service-card-title{font-size:.9rem!important}.price-tag{font-size:1.6rem!important}.service-cards-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;gap:15px!important}.service-cards-container{width:100%!important;max-width:100%!important}.carousel-nav-btn{display:flex!important;width:40px!important;height:40px!important;flex-shrink:0!important}.cards-page-dots{display:flex!important;justify-content:center!important;gap:8px!important}.page-dot{width:10px!important;height:10px!important}.booking-widget{min-width:380px!important}@media(max-width:767px){.step-circle{width:24px;min-width:24px;min-height:24px;border-width:1.5px}}.step-circle.active{border-color:#1a1a1a!important;background:#fff!important}.step-circle.completed{background:#1a1a1a!important;border-color:#1a1a1a!important}.step-dot{width:7px!important;height:7px!important;border-radius:50%!important}.step-circle.active .step-dot{background:#1a1a1a!important}.step-line{width:28px!important;height:1.5px!important;background:#e0e0e0!important;margin:0 4px!important;flex-shrink:0!important}.step-label{display:block!important;font-size:.65rem!important}@media(max-width:768px){.carousel-nav-btn,.cards-page-dots{display:none!important}.service-cards-wrapper{display:block!important;width:100%!important;max-width:100%!important;gap:0!important;padding:0!important;margin:0 auto!important;overflow:hidden!important;position:relative!important}.service-cards-container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:0!important;overflow-x:scroll!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.service-cards-container::-webkit-scrollbar{display:none!important}.service-cards-container{-ms-overflow-style:none!important;scrollbar-width:none!important}.cards-page{display:contents!important}.cards-page:not(.active){display:contents!important}.cards-page.active{display:contents!important}.service-card{flex:0 0 100%!important;min-width:100%!important;width:100%!important;max-width:100%!important;scroll-snap-align:center!important;scroll-snap-stop:always!important;box-sizing:border-box!important;padding:20px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important}.service-card-header,.service-card-carousel{display:block!important;width:100%!important}.service-card-image{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:200px!important;margin:0!important;padding:10px!important;overflow:hidden!important}.carousel-img{height:170px!important;width:auto!important;max-width:100%!important;object-fit:contain!important}.service-card-title{text-align:center!important;margin-bottom:15px!important;font-size:18px!important;font-weight:600!important}}@media(max-width:480px){.tailor-toggle-item{padding:10px!important;gap:8px!important;font-size:14px!important;align-items:center!important}.tailor-toggle-item span{flex:1 1 auto!important;white-space:normal!important;line-height:1.2!important}.tailor-toggle{flex:0 0 auto!important;margin-left:8px!important}.tailor-toggle input[type=checkbox]{width:36px!important;height:20px!important}.tailor-experience-container input,.tailor-experience-container select,.tailor-experience-container textarea{width:100%!important;box-sizing:border-box!important}@media(max-width:360px){.tailor-toggle-item{flex-direction:column!important;align-items:flex-start!important}.tailor-toggle{margin-top:8px!important;margin-left:0!important}}}.policy-container,.policy-container *,.terms-container,.terms-container *{font-family:sans-serif}.policy-container{max-width:900px;margin:10px auto 0;padding:60px 24px 100px}.policy-header{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid #e5e5e5}.policy-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px;margin-top:100px}.policy-header .last-updated{font-size:.95rem;color:#6b7280}.policy-intro{font-size:1.1rem;color:#4b5563;line-height:1.8;margin-bottom:50px;padding:30px;background:#f9fafb;border-radius:12px;border-left:4px solid #6356c8}.policy-section{margin-bottom:50px}.policy-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #6356c8;display:inline-block}.policy-section h3{font-size:1.15rem;font-weight:600;color:#374151;margin:28px 0 14px}.policy-section h4{font-size:1rem;font-weight:600;color:#4b5563;margin:20px 0 10px}.policy-section p{color:#4b5563;margin-bottom:16px;line-height:1.8}.policy-section ul{margin:16px 0 16px 24px;color:#4b5563}.policy-section ul li{margin-bottom:10px;line-height:1.7}.policy-section ul li::marker{color:#6356c8}.terms-container{max-width:900px;margin:10px auto 0;padding:60px 24px 100px}.terms-header{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid #e5e5e5}.terms-header h1{margin-top:100px;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px}.terms-header .last-updated{font-size:.95rem;color:#6b7280}.terms-intro{font-size:1.1rem;color:#4b5563;line-height:1.8;margin-bottom:50px;padding:30px;background:#f9fafb;border-radius:12px;border-left:4px solid #6356c8}.terms-intro p{margin-bottom:16px}.terms-intro p:last-child{margin-bottom:0}.warning-box{background:linear-gradient(135deg,#fef2f2,#fff5f5);border:1px solid rgba(220,38,38,.2);border-left:4px solid #dc2626;border-radius:12px;padding:20px 24px;margin:24px 0;font-weight:600;color:#991b1b}.terms-section{margin-bottom:50px}.terms-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #6356c8;display:inline-block}.terms-section h3{font-size:1.15rem;font-weight:600;color:#374151;margin:28px 0 14px}.terms-section h4{font-size:1rem;font-weight:600;color:#4b5563;margin:20px 0 10px}.terms-section p{color:#4b5563;margin-bottom:16px;line-height:1.8}.terms-section ul{margin:16px 0 16px 24px;color:#4b5563}.terms-section ul li{margin-bottom:10px;line-height:1.7}.terms-section ul li::marker{color:#6356c8}.info-box{background:linear-gradient(135deg,#f8f7ff,#faf9ff);border:1px solid rgba(99,86,200,.15);border-radius:12px;padding:24px;margin:24px 0}.info-box h4{color:#6356c8;margin-top:0}.info-box p:last-child{margin-bottom:0}.legal-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin:24px 0;font-size:.95rem;text-transform:uppercase;letter-spacing:.3px;color:#374151;font-weight:500}.divider{height:1px;background:linear-gradient(90deg,transparent,#e5e5e5,transparent);margin:40px 0}.contact-section{background:#1a1a1a;color:#fff;padding:40px;border-radius:16px;margin-top:60px}.contact-section h2{color:#fff;border-bottom-color:#6356c8;margin-bottom:24px}.contact-section p{color:#d1d5db}.contact-section a{color:#a5b4fc;text-decoration:none;transition:color .3s ease}.contact-section a:hover{color:#c7d2fe}.contact-info{display:flex;flex-direction:column;gap:12px;margin-top:20px}.contact-info-item{display:flex;align-items:center;gap:12px;color:#e5e7eb}.contact-info-item svg{width:20px;height:20px;color:#6356c8}.acknowledgment-box{background:linear-gradient(135deg,#f0fdf4,#f0fdf9);border:1px solid rgba(34,197,94,.2);border-left:4px solid #22c55e;border-radius:12px;padding:24px;margin-top:40px;text-align:center}.acknowledgment-box p{color:#166534;font-weight:500;margin:0}@media(max-width:768px){.policy-container,.terms-container{padding:40px 20px 80px}.policy-header h1,.terms-header h1{font-size:1.8rem}.policy-section h2,.terms-section h2{font-size:1.3rem}.contact-section{padding:30px 24px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(180deg,#f5f7fb,#eef2f8);color:#0f172a;overflow:hidden}.payment-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.payment-card{width:100%;max-width:1020px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0f172a14,0 40px 90px #0f172a1f;overflow:hidden}.payment-alert{padding:18px 28px;font-size:14.5px;line-height:1.5;font-weight:500}.payment-alert.success{background:linear-gradient(90deg,#ecfdf5,#f0fdf9);color:#065f46;border-bottom:1px solid #a7f3d0}.payment-alert.error{background:linear-gradient(90deg,#fef2f2,#fff1f2);color:#7f1d1d;border-bottom:1px solid #fecaca}.payment-body{display:grid;grid-template-columns:1.25fr .95fr}.payment-left,.payment-right{padding:44px}.payment-right{background:linear-gradient(180deg,#fbfcfe,#f6f8fc);border-left:1px solid #e6ebf2}.payment-left h3,.payment-right h3{margin-bottom:26px;font-size:19px;font-weight:600;letter-spacing:-.015em;color:#0f172a}.field{display:flex;flex-direction:column;margin-bottom:20px}.field label{font-size:12.5px;font-weight:600;color:#64748b;margin-bottom:7px}.field input{padding:14px 16px;border-radius:12px;border:1px solid #d6dbe4;font-size:14.5px;font-weight:500;color:#0f172a;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.field input::placeholder{color:#9ca3af}.card-icons{gap:10px;margin-top:10px;display:flex;justify-content:right}.card-icon{width:40px;height:24px;opacity:.9;transition:opacity .14s ease,transform .14s ease,box-shadow .14s ease;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.card-icon.active{opacity:1;transform:translateY(-2px);box-shadow:0 6px 18px #02061714}.field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.field input:disabled{background:#f1f5f9;cursor:not-allowed}.field span{font-size:12px;color:#dc2626;margin-top:5px}.card-element-container{border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 18px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.card-element-container:hover{border-color:#cbd5e1}.card-element-container:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.error-text{font-size:12px;color:#dc2626;margin-top:5px;display:block}.paid-checkmark{width:80px;height:80px;margin:0 auto 20px;animation:checkmark-pop .4s ease-out}.paid-checkmark svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(34,197,94,.4))}@keyframes checkmark-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.status-steps{display:flex;align-items:center;gap:0;margin-bottom:24px;justify-content:center}.status-step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.step-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#94a3b8;transition:all .3s ease}.step-icon svg{width:24px;height:24px}.step-label{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.step-connector{width:60px;height:3px;background:#e2e8f0;margin:0 8px 28px;transition:background .3s ease}.status-step.active .step-icon{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.status-step.active .step-label{font-weight:600}.status-step.pending-active .step-icon{background:#f59e0b;color:#fff}.status-step.pending-active .step-label{color:#f59e0b}.status-step.inprogress-active .step-icon{background:#3b82f6;color:#fff}.status-step.inprogress-active .step-label{color:#3b82f6}.status-step.paid-active .step-icon{background:#22c55e;color:#fff}.status-step.paid-active .step-label{color:#22c55e}.status-step.completed .step-icon{background:#22c55e;color:#fff}.status-step.completed .step-label{color:#22c55e}.status-step.completed+.step-connector{background:#22c55e}.status-step.inprogress-active~.step-connector:first-of-type{background:#22c55e}.status-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-transform:capitalize;margin-top:16px}.status-badge.status-paid{background:#dcfce7;color:#16a34a}.status-badge.status-in_payment{background:#dbeafe;color:#2563eb}.status-badge.status-partial{background:#fef3c7;color:#d97706}.status-badge.status-not_paid{background:#fee2e2;color:#dc2626}.status-badge.status-reversed{background:#f3e8ff;color:#9333ea}.status-badge.status-blocked{background:#fecaca;color:#b91c1c}.status-badge.status-invoicing_legacy{background:#e2e8f0;color:#64748b}.download-button{margin-top:12px;padding:8px 14px;border-radius:10px;background:#2563eb;color:#fff;border:none;font-weight:600;cursor:pointer;box-shadow:0 6px 18px #2563eb1f}.download-button:disabled{opacity:.7;cursor:not-allowed}.download-button.pill{padding:12px 22px;border-radius:999px;box-shadow:0 12px 28px #2563eb24}.download-button.downloading{background:linear-gradient(90deg,#1e40af,#2563eb);cursor:progress}.btn-spinner{display:inline-block;width:16px;height:16px;margin-right:8px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:btn-spin .9s linear infinite;vertical-align:middle}@keyframes btn-spin{to{transform:rotate(360deg)}}.row{display:flex;gap:18px}.payment-right .summary{margin-bottom:18px}.payment-right .summary-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-bottom:16px}.payment-right .summary-row div:first-child{font-size:14px;font-weight:500;color:#475569}.payment-right .summary-row div:last-child{font-size:14px;font-weight:700;color:#0f172a}.payment-right .booking-row{display:grid;grid-template-columns:1fr auto;align-items:center;margin-bottom:22px}.payment-right .booking-row .label{font-size:13px;font-weight:500;color:#64748b}.payment-right .booking-row .value{font-size:18px;font-weight:700;color:#1d4ed8;text-align:center;letter-spacing:.04em}.payment-right .location-block{margin-bottom:20px}.payment-right .loc-label{font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.payment-right .loc-value{font-size:14.5px;font-weight:500;color:#0f172a;line-height:1.65;word-break:break-word}.total{display:flex;justify-content:space-between;margin-top:40px;padding-top:18px;border-top:1px solid #e6ebf2;font-weight:600;color:#000;letter-spacing:.04em;font-size:15px}.tot{font-size:20px}.payment-right>button{width:70%;margin-top:20px;padding:12px 18px;border-radius:6px;border:none;background:#2563eb;color:#fff;font-size:15px;font-weight:600;letter-spacing:.12px;cursor:pointer;box-shadow:none;transition:background .12s ease,opacity .12s ease}.payment-right>button:hover:not(:disabled){background:#1e40af}.payment-right>button:active:not(:disabled){opacity:.98}.payment-right>button:disabled{background:linear-gradient(180deg,#cbd5e1,#94a3b8);color:#1f2937;cursor:not-allowed;box-shadow:none;opacity:.85}@media(max-width:900px){.payment-body{grid-template-columns:1fr}.payment-right{border-left:none;border-top:1px solid #e6ebf2}.payment-left,.payment-right{padding:32px}}.pay-button{width:100%;padding:12px 16px;border-radius:6px;border:none;background:#2563eb;color:#fff;font-size:15px;font-weight:600;box-shadow:none;transition:background .12s ease,opacity .12s ease;display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 auto}.pay-button:hover:not(:disabled){background:#4467d9}.pay-button:disabled{background:#cbd5e1;color:#1f2937;cursor:not-allowed}.success-body{display:flex;grid-column:1 / -1;justify-content:center;align-items:center;padding:48px}.success-panel{text-align:center;padding:32px 28px;border-radius:14px;max-width:560px;width:100%;animation:panel-pop .42s cubic-bezier(.2,.9,.3,1)}.success-panel h3{margin-top:12px;font-size:20px;color:#0f172a}.success-panel .muted{color:#000;margin-top:8px;font-size:14px}.checkmark{width:72px;height:72px;display:block;margin:0 auto}.checkmark-circle{stroke:#10b981;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:157;stroke-dashoffset:157;animation:stroke .6s ease forwards}.checkmark-check{stroke:#10b981;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .42s ease .52s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes panel-pop{0%{transform:translateY(10px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.loading-invoice{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:40px 20px;color:#64748b}.loading-invoice .spinner{border:3px solid #e2e8f0;border-top:3px solid #667eea;border-radius:50%;width:32px;height:32px;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.invoice-error{padding:20px;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.invoice-error p{margin:0;font-size:14px}.invoice-info .summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e6ebf2}.invoice-info .summary-row:last-child{border-bottom:none}.invoice-info .label{color:#64748b;font-size:14px}.invoice-info .value{color:#0f172a;font-weight:600;font-size:14px}
