@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--navy:#0D1F3C;--navy-light:#1B3358;--coral:#1668E3;--coral-dark:#0F52BD;--gold:#F7B500;--gold-dark:#D99C00;--cream:#F5F7FA;--gray-50:#F5F7FA;--gray-100:#EDF1F6;--gray-200:#DDE3EC;--gray-300:#C9D1DD;--gray-400:#9AA5B5;--gray-500:#7A8699;--gray-600:#55617A;--gray-800:#141D38;--border:var(--gray-200);--white:#FFFFFF;--shadow-sm:0 2px 8px rgba(13,31,60,0.06);--shadow-md:0 8px 24px rgba(13,31,60,0.10);--shadow-lg:0 16px 48px rgba(13,31,60,0.14);--radius:12px;--radius-lg:20px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--promo-h:70px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--white);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}ul{list-style:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease}.nav-container{max-width:1280px;margin:0 auto;padding:1rem 0;justify-content:space-between}.logo,.nav-container{display:flex;align-items:center}.logo{gap:.7rem;font-weight:800;font-size:1.15rem;color:var(--navy);letter-spacing:-.01em;line-height:1.2}.logo-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--coral),var(--coral-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.25rem;flex-shrink:0}.logo-name{font-size:.95rem;font-weight:800;color:var(--navy);letter-spacing:-.01em;line-height:1.2;max-width:160px}.logo-image{height:42px;width:auto;display:block;max-width:200px;object-fit:contain}.logo-image--footer{height:76px;max-width:280px}@media (max-width:580px){.logo-image{height:36px;max-width:160px}}.nav-links{display:flex;align-items:center;gap:2.2rem}.nav-links a{color:var(--gray-800);font-weight:500;font-size:.95rem;position:relative;transition:var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--coral)}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:var(--coral);border-radius:2px}.dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(-8px);background:white;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.6rem;min-width:240px;opacity:0;visibility:hidden;transition:var(--transition);border:1px solid var(--gray-200)}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.dropdown-menu a{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border-radius:8px;transition:var(--transition)}.dropdown-menu a:hover{background:var(--gray-50);color:var(--coral)}.dropdown-menu .item-icon{width:38px;height:38px;background:var(--cream);color:var(--coral);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.dropdown-menu .item-title{font-weight:600;font-size:.95rem}.dropdown-menu .item-desc{font-size:.78rem;color:var(--gray-600);margin-top:2px}.dropdown-toggle:after{content:" ▾";font-size:.7rem;color:var(--gray-400)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:50px;font-weight:600;font-size:.95rem;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-dark);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 20px rgba(247,181,0,.4)}.btn-secondary{background:var(--navy);color:white}.btn-secondary:hover{background:var(--navy-light);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:white}.btn-block{width:100%;padding:1rem}.terms-group{margin-bottom:1rem}.terms-label{gap:.6rem;font-size:.83rem;color:var(--gray-600)}.terms-label input[type=checkbox]{margin-top:.2rem;width:16px;height:16px;flex-shrink:0;accent-color:var(--coral)}.terms-label a{text-decoration:underline;text-underline-offset:2px}.terms-label a:hover{opacity:.8}.mobile-toggle{display:none;font-size:1.4rem;color:var(--navy)}.hero{position:relative;display:flex;align-items:center;color:white;overflow:hidden;margin-top:0;padding:7rem 2rem 4rem}.hero-bg{background:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80) 50%/cover;z-index:-2}.hero-bg,.hero-bg:after{position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(110deg,rgba(13,31,60,.85),rgba(13,31,60,.55) 60%,rgba(13,31,60,.45))}.hero-content{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{text-align:left}.hero h1{font-size:clamp(2.2rem,4.6vw,3.8rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-bottom:1.2rem}.hero h1 .accent{color:var(--coral)}.hero p{font-size:1.1rem;max-width:560px;margin:0 0 2rem;opacity:.95}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta .btn{padding:1rem 1.8rem;font-size:.98rem}.hero-widget{background:#fff;border:1px solid rgba(13,31,60,.06);border-radius:22px;padding:2rem 1.75rem 1.6rem;box-shadow:0 1px 2px rgba(13,31,60,.04),0 8px 24px rgba(13,31,60,.08),0 32px 64px rgba(13,31,60,.16);color:var(--gray-800);max-width:460px;margin-left:auto;width:100%;position:relative}.hero-widget:before{content:"Quick Booking";position:absolute;top:-13px;left:1.75rem;background:var(--navy);color:#fff;padding:.34rem .85rem;border-radius:50px;font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;box-shadow:0 4px 12px rgba(13,31,60,.3)}.hero-widget h3{font-size:1.45rem;font-weight:800;color:var(--navy);letter-spacing:-.02em;margin-bottom:.25rem;margin-top:.45rem}.hero-widget .subtitle{color:var(--gray-600);font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.hero-widget .tabs{margin-bottom:1.2rem}.hero-widget .tab{padding:.55rem;font-size:.82rem}.hero-widget .form-group{margin-bottom:1rem}.hero-widget .form-group label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600);margin-bottom:.4rem}.hero-widget .form-control{width:100%;padding:.85rem 1rem .85rem 2.65rem;font-size:.94rem;color:var(--navy);background:#F5F7FA;border:1.5px solid transparent;border-radius:13px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hero-widget .form-control::placeholder{color:#9aa5b5}.hero-widget .form-control:hover{background:#EDF1F6}.hero-widget .form-control:focus,.hero-widget .form-control:focus-visible{outline:none;background:#fff;border-color:var(--coral);box-shadow:0 0 0 4px rgba(22,104,227,.14)}.hero-widget .input-wrapper{position:relative}.hero-widget .input-wrapper .input-icon{left:1rem;font-size:.92rem;color:var(--navy);pointer-events:none;transition:transform .18s ease}.hero-widget .input-wrapper:focus-within .input-icon{transform:translateY(-50%) scale(1.08)}.hero-widget input[type=date],.hero-widget input[type=time]{min-height:3.15rem}.hero-widget input[type=date]::-webkit-calendar-picker-indicator,.hero-widget input[type=time]::-webkit-calendar-picker-indicator{opacity:.45;cursor:pointer;-webkit-transition:opacity .18s ease;transition:opacity .18s ease}.hero-widget input[type=date]::-webkit-calendar-picker-indicator:hover,.hero-widget input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:.9}.hero-widget .form-row{gap:.85rem}.hero-widget .btn-block{width:100%;padding:1.05rem;font-size:1rem;font-weight:700;letter-spacing:.01em;border:none;border-radius:50px;color:var(--navy);cursor:pointer;background:linear-gradient(135deg,#FFCE47 0,var(--gold) 55%,#D99C00 100%);box-shadow:0 6px 18px rgba(247,181,0,.38);margin-top:1.1rem;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.hero-widget .btn-block:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(247,181,0,.45);filter:saturate(1.06)}.hero-widget .btn-block:active{transform:translateY(0);box-shadow:0 4px 12px rgba(247,181,0,.34)}.hero-widget .btn-block:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(247,181,0,.32),0 6px 18px rgba(247,181,0,.38)}.hero-widget .btn-block:disabled{opacity:.65;cursor:not-allowed;transform:none;filter:grayscale(.15)}.hero-widget .widget-foot{text-align:center;font-size:.76rem;color:var(--gray-600);margin-top:.9rem}.hero-widget .widget-foot i{color:var(--navy)}@media (prefers-reduced-motion:reduce){.hero-widget .btn-block,.hero-widget .form-control,.hero-widget .input-wrapper .input-icon{transition:none}.hero-widget .btn-block:hover{transform:none}}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:white;font-size:1.5rem;animation:bounce 2s infinite;z-index:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-12px)}}section{padding:5rem 2rem}.container{max-width:1280px;margin:0 auto}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-header .eyebrow{display:inline-block;color:var(--coral);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem}.section-header h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.section-header p{color:var(--gray-600);font-size:1.05rem}.tour-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.tour-card{background:white;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;display:flex;flex-direction:column}.tour-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.tour-image{position:relative;height:240px;overflow:hidden}.tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tour-card:hover .tour-image img{transform:scale(1.08)}.tour-badge{top:1rem;background:var(--coral);padding:.35rem .9rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.tour-badge,.tour-duration{position:absolute;left:1rem;color:white;border-radius:50px}.tour-duration{bottom:1rem;background:rgba(0,0,0,.7);padding:.35rem .85rem;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tour-body{padding:1.6rem;display:flex;flex-direction:column;flex:1 1}.tour-location{font-size:.82rem;color:var(--coral);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.tour-card h3{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:.7rem;line-height:1.3}.tour-body p{color:var(--gray-600);font-size:.9rem;flex:1 1;margin-bottom:1.2rem}.tour-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--gray-200)}.tour-price .price-label{font-size:.75rem;color:var(--gray-600);display:block}.tour-price .price{font-size:1.4rem;font-weight:800;color:var(--navy)}.tour-rating{display:flex;align-items:center;gap:.3rem;color:#F7B500;font-weight:600;font-size:.9rem}.why-us{background:var(--cream)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.feature-card{background:white;padding:2.2rem;border-radius:var(--radius-lg);text-align:center;transition:var(--transition);border:1px solid transparent}.feature-card:hover{transform:translateY(-4px);border-color:var(--coral);box-shadow:var(--shadow-md)}.feature-icon{width:72px;height:72px;margin:0 auto 1.4rem;background:linear-gradient(135deg,var(--coral),var(--coral-dark));border-radius:20px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.8rem}.feature-card h3{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.7rem}.feature-card p{color:var(--gray-600);font-size:.93rem}.testimonials{background:var(--navy);color:white;position:relative;overflow:hidden}.testimonials .section-header h2{color:white}.testimonials .section-header p{color:rgba(255,255,255,.7)}.testimonial-carousel{position:relative;max-width:900px;margin:0 auto}.testimonial-track{position:relative;min-height:280px}.testimonial{position:absolute;inset:0;text-align:center;opacity:0;transition:opacity .6s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 3rem}.testimonial.active{opacity:1}.stars{color:#F7B500;font-size:1.2rem;margin-bottom:1.4rem;letter-spacing:4px}.testimonial p{font-size:1.25rem;font-style:italic;line-height:1.6;margin-bottom:1.8rem;font-weight:300}.testimonial-author{display:flex;align-items:center;gap:.9rem}.author-avatar{width:52px;height:52px;border-radius:50%;background:var(--coral);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:white}.author-info{text-align:left}.author-name{font-weight:700;font-size:1rem}.author-role{font-size:.85rem;color:rgba(255,255,255,.7)}.carousel-controls{display:flex;justify-content:center;gap:.6rem;margin-top:2rem}.carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:var(--transition)}.carousel-dot.active{background:var(--coral);width:32px;border-radius:6px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.1);color:white;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:var(--transition);z-index:2}.carousel-arrow:hover{background:var(--coral)}.carousel-prev{left:0}.carousel-next{right:0}.footer{background:#0a1f33;color:rgba(255,255,255,.8);padding:4rem 2rem 2rem}.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col h4{color:white;font-size:1rem;font-weight:700;margin-bottom:1.3rem;letter-spacing:.02em}.footer-col p{font-size:.9rem;margin-bottom:1.4rem;line-height:1.7}.footer-col ul li{margin-bottom:.7rem}.footer-col ul a{font-size:.9rem;color:rgba(255,255,255,.7);transition:var(--transition)}.footer-col ul a:hover{color:var(--coral)}.contact-list li{display:flex;gap:.8rem;align-items:flex-start;font-size:.9rem}.contact-list .icon{color:var(--coral);margin-top:4px;flex-shrink:0}.social{display:flex;gap:.7rem;margin-top:1rem}.social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:var(--transition);color:white}.social a:hover{background:var(--coral);transform:translateY(-2px)}.footer-bottom{max-width:1280px;margin:2rem auto 0;text-align:center;font-size:.85rem;color:rgba(255,255,255,.5)}.page-hero{margin-top:72px;padding:4rem 2rem;background:linear-gradient(135deg,var(--navy),var(--navy-light));color:white;text-align:center}.page-hero h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.6rem}.page-hero .breadcrumb{font-size:.9rem;opacity:.8}.page-hero .breadcrumb a{color:var(--coral)}section.no-hero{padding-top:calc(72px + 6rem);padding-bottom:7rem}@media (max-width:968px){section.no-hero{padding-top:calc(72px + 4rem);padding-bottom:5rem}}.legal-page{max-width:800px;margin:0 auto;padding:calc(72px + 6rem) 1.5rem 7rem}@media (max-width:968px){.legal-page{padding:calc(72px + 4rem) 1.25rem 5rem}}.booking-section{padding-top:5rem}.booking-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}.booking-widget{background:white;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.booking-widget h2{font-size:1.7rem;font-weight:800;color:var(--navy);margin-bottom:.4rem}.booking-widget .subtitle{color:var(--gray-600);font-size:.95rem;margin-bottom:1.8rem}.tabs{display:flex;gap:.4rem;background:var(--gray-100);padding:.3rem;margin-bottom:1.8rem}.tab,.tabs{border-radius:50px}.tab{flex:1 1;padding:.7rem;font-weight:600;font-size:.9rem;color:var(--gray-600);transition:var(--transition)}.tab.active{background:white;color:var(--navy);box-shadow:var(--shadow-sm)}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem;letter-spacing:.02em}.form-control{width:100%;padding:.9rem 1rem .9rem 2.6rem;border:1.5px solid transparent;border-radius:13px;font-size:.95rem;font-family:inherit;color:var(--navy);background:#F5F7FA;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.form-control::placeholder{color:#9aa5b5}.form-control:hover{background:#EDF1F6}.form-control:focus,.form-control:focus-visible{outline:none;border-color:var(--coral);background:#fff;box-shadow:0 0 0 4px rgba(22,104,227,.14)}.input-wrapper{position:relative}.input-wrapper .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--navy);pointer-events:none}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.booking-image{position:relative;height:540px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.booking-image img{width:100%;height:100%;object-fit:cover}.image-badge{position:absolute;bottom:2rem;left:2rem;right:2rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.4rem;border-radius:var(--radius);display:flex;gap:1rem;align-items:center}.image-badge .badge-icon{width:48px;height:48px;border-radius:12px;background:var(--coral);color:white;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.image-badge h4{color:var(--navy);font-size:1rem}.image-badge p{font-size:.82rem;color:var(--gray-600);margin:0}.how-it-works{background:var(--gray-50)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step,.steps{position:relative}.step{text-align:center}.step-number{width:64px;height:64px;margin:0 auto 1.4rem;background:white;color:var(--coral);border:3px solid var(--coral);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:800;position:relative;z-index:2}.step h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.step p{color:var(--gray-600);font-size:.93rem}.steps:before{content:"";position:absolute;top:32px;left:16.66%;right:16.66%;height:2px;background:repeating-linear-gradient(90deg,var(--coral),var(--coral) 6px,transparent 6px,transparent 14px);z-index:1}.plan-hero{margin-top:72px;position:relative;height:42vh;min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;color:white;overflow:hidden}.plan-hero:before{background:url(https://0ooehidtjhuj6x5u.public.blob.vercel-storage.com/media/stellar-executive-tours-canadian-rockies-banner.jpg) 50%/cover;z-index:-2}.plan-hero:after,.plan-hero:before{content:"";position:absolute;inset:0}.plan-hero:after{background:linear-gradient(180deg,rgba(13,31,60,.4),rgba(13,31,60,.75));z-index:-1}.plan-hero-content{max-width:800px;padding:0 2rem}.plan-hero h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.plan-hero p{font-size:1.15rem;opacity:.95}.trip-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.8rem;gap:1.8rem}.trip-card{position:relative;height:380px;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:var(--transition)}.trip-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.85));z-index:1}.trip-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.trip-card:hover{transform:scale(1.04);box-shadow:var(--shadow-lg);z-index:5}.trip-card:hover img{transform:scale(1.1)}.trip-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.8rem;color:white;z-index:2}.trip-card-content .location{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin-bottom:.5rem}.trip-card-content h3{font-size:1.4rem;font-weight:700;margin-bottom:.4rem}.trip-card-content .meta{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;font-size:.9rem;opacity:0;transform:translateY(10px);transition:var(--transition)}.trip-card:hover .trip-card-content .meta{opacity:1;transform:translateY(0)}.trip-card .price{background:var(--coral);padding:.3rem .8rem;border-radius:50px;font-weight:700}.tips{background:var(--navy);color:white;position:relative}.tips:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1920&q=80) 50%/cover;opacity:.08;z-index:0}.tips>.container{position:relative;z-index:1}.tips .section-header h2{color:white}.tips .section-header p{color:rgba(255,255,255,.75)}.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem}.tip{display:flex;gap:1.5rem;align-items:flex-start}.tip-icon{width:64px;height:64px;border-radius:16px;background:rgba(22,104,227,.15);border:2px solid var(--coral);color:var(--coral);display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.tip h3{font-size:1.2rem;font-weight:700;margin-bottom:.6rem}.tip p{color:rgba(255,255,255,.75);font-size:.95rem}.tour-single-hero{margin-top:72px;position:relative;height:60vh;min-height:460px;overflow:hidden}.tour-single-hero img{width:100%;height:100%;object-fit:cover}.tour-single-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.6))}.tour-hero-overlay{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);text-align:center;color:white;width:90%;max-width:900px;z-index:2}.tour-hero-overlay .breadcrumb{font-size:.85rem;opacity:.85;margin-bottom:.8rem}.tour-hero-overlay .breadcrumb a{color:var(--coral)}.tour-hero-overlay h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;margin-bottom:.6rem;letter-spacing:-.02em}.tour-hero-overlay .meta{display:flex;gap:1.5rem;justify-content:center;font-size:.9rem;flex-wrap:wrap}.tour-hero-overlay .meta span{display:flex;align-items:center;gap:.4rem}.tour-details-section{padding-top:4rem}.tour-details-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.tour-page{margin-top:72px;padding:1.8rem 2rem 3rem}.tour-page-grid{column-gap:2.5rem}.tour-main{min-width:0}.tour-main .tour-gallery-top{margin-top:0;padding:0}.tour-main .tour-gallery-top .container{max-width:none}.tour-head{padding:1.6rem 0 0}.tour-head .breadcrumb{font-size:.9rem;color:var(--gray-600);margin-bottom:.5rem}.tour-head .breadcrumb a{color:var(--coral)}.tour-head h1{font-size:clamp(1.8rem,3.4vw,2.5rem);font-weight:800;color:var(--navy);margin-bottom:.75rem;letter-spacing:-.02em}.tour-head-meta{display:flex;gap:1.5rem;flex-wrap:wrap;color:var(--gray-600);font-size:.95rem}.tour-head-meta i{color:var(--coral)}.tour-head-meta .tour-head-star{color:#f5a623}.tour-page .tour-info{margin-top:2.25rem}@media (max-width:968px){.tour-page{padding:1.2rem 1.2rem 2.5rem}.tour-page-grid{row-gap:2rem}}.tour-info h2{font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:1rem}.tour-info p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.highlights{background:var(--cream);padding:2rem;border-radius:var(--radius-lg);margin:2rem 0}.highlights h3{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:1.2rem}.highlights ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9rem;gap:.9rem}.highlights li{display:flex;align-items:flex-start;gap:.7rem;font-size:.93rem;color:var(--gray-800)}.highlights li:before{content:"✓";width:22px;height:22px;background:var(--coral);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:1px}.booking-sidebar{position:-webkit-sticky;position:sticky;top:100px;background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.price-header{background:var(--navy);color:white;padding:1.5rem;text-align:center}.price-header .from{font-size:.85rem;opacity:.8}.price-header .amount{font-size:2.2rem;font-weight:800;color:var(--gold);line-height:1;margin:.3rem 0}.price-header .per{font-size:.85rem;opacity:.8}.sidebar-body{padding:1.5rem}.calendar{margin-bottom:1.5rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-month{font-weight:700;color:var(--navy);font-size:1.05rem}.calendar-nav button{width:32px;height:32px;border-radius:50%;background:var(--gray-100);color:var(--navy);font-size:.9rem;transition:var(--transition)}.calendar-nav button:hover{background:var(--coral);color:white}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.calendar-day-label{text-align:center;font-size:.7rem;font-weight:700;color:var(--gray-600);padding:.3rem 0;text-transform:uppercase}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;border-radius:8px;cursor:pointer;transition:var(--transition);color:var(--gray-800)}.calendar-day.empty{cursor:default}.calendar-day.available{background:rgba(22,104,227,.18);color:var(--navy);border:1.5px solid rgba(22,104,227,.35);font-weight:600}.calendar-day.available:hover{background:var(--coral);color:white;border-color:var(--coral)}.calendar-day.unavailable{text-decoration:line-through}.calendar-day.past,.calendar-day.unavailable{color:var(--gray-300);background:var(--gray-50);cursor:not-allowed}.calendar-day.past{opacity:.6}.calendar-day.selected{background:var(--coral);color:white;font-weight:700;border-color:var(--coral)}.legend{display:flex;gap:1rem;margin-top:.8rem;font-size:.78rem;color:var(--gray-600)}.legend span{display:flex;align-items:center;gap:.4rem}.legend .dot{width:10px;height:10px;border-radius:50%}.dot.dot-avail{background:var(--coral)}.dot.dot-unavail{background:var(--gray-200)}.counter-group{border-top:1px solid var(--gray-200);padding-top:1.2rem;margin-top:1.2rem}.counter-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0}.counter-label .label{font-weight:600;color:var(--navy);font-size:.95rem}.counter-label .sublabel{font-size:.78rem;color:var(--gray-600);display:block}.counter{gap:.7rem}.counter,.counter button{display:flex;align-items:center}.counter button{width:32px;height:32px;border-radius:50%;background:var(--gray-100);color:var(--navy);font-size:1rem;font-weight:700;transition:var(--transition);justify-content:center}.counter button:hover:not(:disabled){background:var(--coral);color:white}.counter button:disabled{opacity:.4;cursor:not-allowed}.counter-value{min-width:24px;text-align:center;font-weight:700;color:var(--navy)}.total-row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-top:1px solid var(--gray-200);margin-top:.5rem}.total-row .label{font-weight:600;color:var(--gray-600)}.total-row .amount{font-size:1.6rem;font-weight:800;color:var(--navy)}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:4rem}.about-content img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;height:480px;object-fit:cover}.about-text h2{font-size:2.2rem;font-weight:800;color:var(--navy);margin-bottom:1.2rem;letter-spacing:-.02em}.about-text p{color:var(--gray-600);margin-bottom:1rem;line-height:1.8}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;background:var(--cream);padding:3rem;border-radius:var(--radius-lg);margin-top:2rem}.stat{text-align:center}.stat .num{font-size:2.8rem;font-weight:800;color:var(--coral);line-height:1;letter-spacing:-.02em}.stat .label{font-size:.9rem;color:var(--gray-600);margin-top:.4rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:white;border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden;transition:var(--transition)}.faq-item.open{border-color:var(--coral);box-shadow:var(--shadow-sm)}.faq-question{width:100%;padding:1.3rem 1.6rem;text-align:left;justify-content:space-between;font-weight:600;font-size:1rem}.faq-question,.faq-toggle{display:flex;align-items:center;color:var(--navy)}.faq-toggle{width:26px;height:26px;border-radius:50%;background:var(--gray-100);justify-content:center;flex-shrink:0;margin-left:1rem;transition:var(--transition)}.faq-item.open .faq-toggle{background:var(--coral);color:white;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-answer{max-height:400px}.faq-answer-inner{padding:0 1.6rem 1.4rem;color:var(--gray-600);line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:3rem;gap:3rem}.contact-info-card{background:var(--navy);color:white;padding:2.5rem;border-radius:var(--radius-lg)}.contact-info-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.6rem}.contact-info-card .subtitle{opacity:.85;margin-bottom:2rem;font-size:.95rem}.contact-info-card .info-list{margin-top:2rem}.contact-info-card .info-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.contact-info-card .info-icon{width:42px;height:42px;border-radius:12px;background:rgba(22,104,227,.2);color:var(--coral);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.contact-info-card .info-label{font-size:.78rem;opacity:.7;margin-bottom:2px}.contact-info-card .info-value{font-weight:600}.contact-form{background:white;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.contact-form h3{font-size:1.5rem;font-weight:800;color:var(--navy);margin-bottom:1.5rem}textarea.form-control{padding:.9rem 1rem;min-height:130px;resize:vertical}@media (max-width:968px){.nav-links{position:fixed;top:72px;right:-100%;width:88%;max-width:320px;flex-direction:column;background:white;height:calc(100vh - 72px);padding:2rem;align-items:flex-start;gap:1.5rem;transition:right .3s ease;box-shadow:var(--shadow-lg)}.nav-links.open{right:0}.mobile-toggle{display:block}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;padding:0;margin-top:.8rem;background:var(--gray-50);min-width:auto;width:100%}.features-grid,.steps,.tour-grid,.trip-grid{grid-template-columns:1fr}.steps:before{display:none}.about-content,.booking-grid,.contact-grid,.tour-details-grid{grid-template-columns:1fr}.booking-image{height:320px}.tips-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);padding:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.highlights ul{grid-template-columns:1fr}.booking-sidebar{position:static}.nav-container{padding:1rem 1.2rem}section{padding:3.5rem 1.2rem}.form-row{grid-template-columns:1fr}.form-row-compact{grid-template-columns:1fr 1fr!important;gap:.6rem!important}.hero{padding:6rem 1.2rem 3rem;min-height:auto}.hero-content{grid-template-columns:1fr;gap:2.5rem}.hero-text{text-align:center}.hero p{margin:0 auto 1.6rem}.hero-cta{justify-content:center}.hero-widget{max-width:540px;margin:0 auto}}@media (max-width:580px){.form-row-compact .form-group label{font-size:.72rem}.form-row-compact .form-control{font-size:.82rem;padding:.75rem .5rem .75rem 2rem}.form-row-compact .input-wrapper .input-icon{left:.55rem;font-size:.8rem}.footer-grid,.stats-grid{grid-template-columns:1fr}.hero-content{padding:5rem 1rem 2rem}.testimonial{padding:0 1.5rem}.testimonial p{font-size:1.05rem}.carousel-arrow{display:none}.why-grid-v3{grid-template-columns:1fr}.why-cell{border-right:none!important;border-bottom:1px solid var(--gray-200)!important}.why-cell:last-child{border-bottom:none!important}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,200px)}}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .8s ease forwards}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.fa-brands,.fa-regular,.fa-solid{line-height:1}.why-us-v3{background:var(--cream);position:relative}.why-us-v3 .section-header{margin-bottom:3rem}.why-grid-v3{display:grid;grid-template-columns:repeat(3,1fr);background:white;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.why-cell{padding:2.8rem 2rem 2.4rem;text-align:center;background:white;transition:var(--transition);position:relative;border-right:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.why-cell:nth-child(3n){border-right:none}.why-cell:nth-last-child(-n+3){border-bottom:none}.why-cell:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(22,104,227,.04));opacity:0;transition:opacity .4s;pointer-events:none}.why-cell:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;background:var(--coral);transition:all .4s ease;transform:translateX(-50%)}.why-cell:hover{transform:translateY(-6px);z-index:2;box-shadow:var(--shadow-md)}.why-cell:hover:before{opacity:1}.why-cell:hover:after{width:60%}.why-cell-icon{width:78px;height:78px;margin:0 auto 1.4rem;background:linear-gradient(135deg,var(--coral),var(--coral-dark));color:white;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:1.9rem;box-shadow:0 10px 22px rgba(22,104,227,.28);transition:var(--transition);position:relative}.why-cell:nth-child(2n) .why-cell-icon{background:linear-gradient(135deg,var(--navy),var(--navy-light));box-shadow:0 10px 22px rgba(13,31,60,.28)}.why-cell:hover .why-cell-icon{transform:rotate(-6deg) scale(1.06)}.why-cell h3{font-size:1.18rem;font-weight:700;color:var(--navy);margin-bottom:.7rem;position:relative}.why-cell p{font-size:.92rem;color:var(--gray-600);line-height:1.65;margin:0 auto;max-width:270px;position:relative}.why-us-v2{background:var(--cream)}.why-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.why-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:560px;box-shadow:var(--shadow-lg)}.why-visual img{width:100%;height:100%;object-fit:cover}.why-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(13,31,60,.4))}.why-stat-floating{position:absolute;bottom:2rem;left:2rem;right:2rem;background:white;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;z-index:2}.why-stat-floating .stat-cell{text-align:center}.why-stat-floating .stat-cell .num{font-size:1.6rem;font-weight:800;color:var(--coral);display:block;line-height:1}.why-stat-floating .stat-cell .label{font-size:.72rem;color:var(--gray-600);margin-top:4px;display:block;text-transform:uppercase;letter-spacing:.05em}.why-feature-list{display:flex;flex-direction:column;gap:1.4rem}.why-feature-list .eyebrow{display:inline-block;color:var(--coral);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.why-feature-list h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:.4rem}.why-feature-list .intro{color:var(--gray-600);margin-bottom:1rem}.why-feature{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem;background:white;border-radius:var(--radius);border:1px solid transparent;transition:var(--transition)}.why-feature:hover{border-color:var(--coral);transform:translateX(6px);box-shadow:var(--shadow-sm)}.why-feature .wf-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--coral),var(--coral-dark));color:white;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.why-feature .wf-icon.alt{background:linear-gradient(135deg,var(--navy),var(--navy-light))}.why-feature h4{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}.why-feature p{font-size:.9rem;color:var(--gray-600);margin:0;line-height:1.55}.gallery-section{padding:5rem 2rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:230px 230px;grid-gap:12px;gap:12px}.gallery-item:first-child{grid-column:1;grid-row:1/span 2}.gallery-item:nth-child(2){grid-column:2;grid-row:1}.gallery-item:nth-child(3){grid-column:3;grid-row:1}.gallery-item:nth-child(4){grid-column:4;grid-row:1}.gallery-item:nth-child(5){grid-column:2/span 2;grid-row:2}.gallery-item:nth-child(6){grid-column:4;grid-row:2}.gallery-item{position:relative;overflow:hidden;cursor:pointer;border-radius:12px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7));opacity:0;transition:opacity .4s}.gallery-item:hover:after{opacity:1}.gallery-caption{position:absolute;bottom:1rem;left:1.2rem;right:1.2rem;color:white;opacity:0;transform:translateY(10px);transition:var(--transition);z-index:2}.gallery-item:hover .gallery-caption{opacity:1;transform:translateY(0)}.gallery-caption .gc-loc{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.9;display:block;margin-bottom:4px}.gallery-caption .gc-title{font-weight:700;font-size:1.05rem}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.tips-v2{background:var(--cream);color:var(--gray-800)}.tips-v2 .section-header h2{color:var(--navy)}.tips-v2 .section-header p{color:var(--gray-600)}.tips-v2:before{display:none}.tip-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.6rem;gap:1.6rem}.tip-card{background:white;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column}.tip-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.tip-card-image{position:relative;height:180px;overflow:visible}.tip-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tip-card:hover .tip-card-image img{transform:scale(1.08)}.tip-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,31,60,.2),rgba(13,31,60,.55))}.tip-card-icon{position:absolute;bottom:-28px;left:1.8rem;width:60px;height:60px;border-radius:16px;background:white;color:var(--coral);display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:var(--shadow-md);z-index:2}.tip-card-number{position:absolute;top:1rem;right:1.2rem;color:white;font-size:.78rem;font-weight:700;letter-spacing:.1em;background:rgba(255,255,255,.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.3rem .7rem;border-radius:50px}.tip-card-body{padding:2.6rem 1.8rem 1.8rem;flex:1 1}.tip-card-body h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.tip-card-body p{font-size:.92rem;color:var(--gray-600);line-height:1.6;margin:0}.see-more-wrap{text-align:center;margin-top:2.5rem}.trip-card.hidden{display:none}.tour-gallery{margin-top:72px;position:relative;height:60vh;min-height:460px;overflow:hidden;background:var(--navy)}.tour-gallery-track{position:relative;width:100%;height:100%}.tour-gallery-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.tour-gallery-slide.active{opacity:1}.tour-gallery-slide img{width:100%;height:100%;object-fit:cover}.tour-gallery:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.7));pointer-events:none;z-index:1}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:var(--transition);z-index:3;border:1px solid rgba(255,255,255,.3)}.gallery-arrow:hover{background:var(--coral);border-color:var(--coral)}.gallery-arrow.prev{left:1.5rem}.gallery-arrow.next{right:1.5rem}.gallery-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:3}.gallery-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:var(--transition)}.gallery-dot.active{background:var(--coral);width:32px;border-radius:6px}.gallery-counter{position:absolute;top:1.5rem;right:1.5rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:white;padding:.4rem .9rem;border-radius:50px;font-size:.85rem;font-weight:600;z-index:3}.places-autocomplete{position:relative}.places-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:white;border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 10px 30px rgba(13,31,60,.14);z-index:50;max-height:280px;overflow-y:auto;list-style:none;padding:.4rem 0;margin:0}.places-suggestion-item{display:flex;align-items:flex-start;gap:.7rem;padding:.7rem 1rem;cursor:pointer;transition:background .12s}.places-suggestion-item.highlighted,.places-suggestion-item:hover{background:var(--cream)}.places-suggestion-item>i{color:var(--coral);margin-top:4px;flex-shrink:0;font-size:.85rem}.ps-main{font-weight:600;font-size:.92rem;color:var(--navy);line-height:1.3}.ps-secondary{font-size:.78rem;color:var(--gray-600);margin-top:2px;line-height:1.3}.quote-page{background:var(--gray-50);min-height:calc(100vh - 72px);margin-top:72px;padding:2.5rem 1.25rem 4rem}.quote-container{max-width:640px;margin:0 auto}.quote-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:var(--gray-600);margin-bottom:1.8rem;transition:var(--transition)}.quote-back:hover{color:var(--coral)}.quote-header{text-align:center;margin-bottom:2rem}.quote-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);background:rgba(22,104,227,.1);padding:.4rem .9rem;border-radius:50px;margin-bottom:1rem}.quote-header h1{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;margin-bottom:.8rem;line-height:1.2}.quote-header p{color:var(--gray-600);font-size:.98rem;line-height:1.6;max-width:520px;margin:0 auto}.sidebar-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.6rem}.slot-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.55rem .8rem;border-radius:var(--radius);border:2px solid var(--gray-300);background:var(--white);color:var(--navy);font:inherit;font-size:.87rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.slot-btn.is-chosen{border-color:var(--coral);background:rgba(22,104,227,.08);color:var(--coral)}.slot-btn.is-full{border-color:var(--gray-200);background:var(--gray-50);color:var(--gray-400);cursor:not-allowed}.vehicle-choice{margin:.25rem 0 1rem}.vehicle-option{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.6rem .8rem;border-radius:var(--radius);border:2px solid var(--gray-300);background:var(--white);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.vehicle-option.is-chosen{border-color:var(--coral);background:rgba(22,104,227,.08)}.vehicle-option__text{display:flex;flex-direction:column;min-width:0;flex:1 1}.vehicle-option__img{flex:0 0 auto;width:60px;height:44px;border-radius:8px;overflow:hidden;background:var(--gray-50)}.vehicle-option__img img{width:100%;height:100%;object-fit:cover;display:block}.vehicle-option__name{font-weight:700;font-size:.88rem;color:var(--navy)}.vehicle-option__meta{font-size:.74rem;color:var(--gray-500)}.vehicle-option__price{font-weight:800;font-size:.95rem;color:var(--navy);white-space:nowrap}.vehicle-option.is-chosen .vehicle-option__price{color:var(--coral)}.vehicle-hint{font-size:.74rem;color:var(--gray-500);margin:.5rem 0 0}.vehicle-toomany{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.8rem .9rem;border-radius:var(--radius);background:#fff8e1;border:1px solid #ffe0b2;color:#7a4a00;font-size:.84rem;line-height:1.45}.vehicle-toomany i{color:#e65100}.ptb-steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin:0 0 1.5rem;padding:0}.ptb-step{display:flex;gap:.6rem;padding:.7rem .85rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.82rem;font-weight:600}.ptb-step,.ptb-step-num{align-items:center;color:var(--gray-500)}.ptb-step-num{width:26px;height:26px;border-radius:50%;display:inline-flex;justify-content:center;font-size:.78rem;font-weight:700;background:var(--gray-100);flex-shrink:0}.ptb-step.active{border-color:var(--coral);color:var(--navy);box-shadow:0 0 0 3px rgba(22,104,227,.12)}.ptb-step.active .ptb-step-num{background:var(--coral);color:#fff}.ptb-step.done{color:var(--navy)}.ptb-step.done .ptb-step-num{background:var(--navy);color:#fff}.ptb-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 10px 40px rgba(13,31,60,.06)}.ptb-note{display:flex;gap:.6rem;align-items:flex-start;padding:.8rem 1rem;background:rgba(22,104,227,.08);border-radius:var(--radius);font-size:.85rem;line-height:1.5;color:var(--navy);margin-bottom:1.25rem}.ptb-note i{margin-top:3px;color:var(--coral)}.ptb-readonly{background:var(--gray-50);border-color:var(--gray-200);color:var(--navy);font-weight:600;cursor:default}.ptb-capacity{display:flex;gap:.5rem;align-items:flex-start;padding:.65rem .9rem;border-radius:var(--radius);font-size:.83rem;border:1px solid transparent;margin-bottom:.25rem}.ptb-capacity i{margin-top:3px}.ptb-capacity.is-ok{background:#e6f4ea;border-color:#c8e6c9;color:#2e7d32}.ptb-capacity.is-low{background:#fff8e1;border-color:#ffe0b2;color:#e65100}.ptb-capacity.is-over{background:#fdecea;border-color:#f5c2c0;color:#a72b22}.ptb-empty{text-align:center;padding:1.5rem .5rem .5rem}.ptb-empty i{font-size:2.2rem;color:var(--coral);margin-bottom:.75rem}.ptb-empty h2{font-size:1.35rem;color:var(--navy);margin-bottom:.5rem}.ptb-empty p{color:var(--gray-600);margin:0 auto 1.25rem;max-width:42ch}.ptb-member{border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1rem .25rem;margin:0 0 1rem;background:var(--gray-50)}.ptb-member .form-control{background:var(--white);border-color:var(--gray-200)}.ptb-member .form-group{margin-bottom:.9rem}.ptb-member-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.ptb-member-head legend{float:left;font-weight:700;font-size:.9rem;color:var(--navy)}.ptb-member-head legend i{color:var(--coral);margin-right:6px}.ptb-remove{background:none;border:none;color:var(--gray-500);cursor:pointer;font:inherit;font-size:.82rem;padding:2px 6px;border-radius:6px}.ptb-remove:hover{color:#a72b22;background:#fdecea}.ptb-add{margin-bottom:.5rem;font-size:.9rem}.ptb-actions{display:flex;gap:.75rem;margin-top:1.25rem}.ptb-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.ptb-actions .btn-primary{flex:1 1}.ptb-actions .btn:disabled{opacity:.55;cursor:not-allowed}.ptb-summary{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-bottom:1.1rem}.ptb-summary-title{font-weight:700;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:.7rem}.ptb-row{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.45rem}.ptb-row i{color:var(--coral);width:18px;flex-shrink:0;margin-top:4px}.ptb-row .k{font-size:.82rem;color:var(--gray-500);min-width:88px;padding-top:2px}.ptb-row .v{font-weight:600;color:var(--navy);font-size:.92rem}.ptb-person{display:flex;gap:.6rem;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--gray-200)}.ptb-person:last-child{border-bottom:none}.ptb-avatar{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:var(--gray-200);color:var(--gray-600);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.ptb-avatar.is-primary{background:var(--navy);color:#fff}.ptb-person-body{flex:1 1;min-width:0}.ptb-person-name{font-weight:600;font-size:.9rem;color:var(--navy)}.ptb-person-meta{font-size:.78rem;color:var(--gray-500);overflow-wrap:anywhere}.ptb-badge{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--coral);margin-left:4px}.ptb-price{background:linear-gradient(135deg,var(--navy) 0,#1a3f6b 100%);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1rem;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem}.ptb-price-label{font-size:.76rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.ptb-price-total{font-size:2rem;font-weight:800;letter-spacing:.01em;line-height:1.1}.ptb-price-loading{font-size:1.2rem;color:rgba(255,255,255,.65)}.ptb-price-note{font-size:.76rem;color:rgba(255,255,255,.6);margin-top:4px}.ptb-price-side{font-size:.78rem;color:rgba(255,255,255,.65);white-space:nowrap}.ptb-error{background:#fdecea;border:1px solid #f5c2c0;color:#a72b22;padding:.9rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.ptb-secure{text-align:center;font-size:.78rem;color:var(--gray-500);margin-top:.85rem}@media (max-width:580px){.ptb-steps{grid-template-columns:1fr;gap:.4rem}.ptb-card{padding:1.1rem}.ptb-actions{flex-direction:column-reverse}.ptb-price{flex-direction:column;align-items:flex-start}}.quote-page .booking-widget{box-shadow:0 10px 40px rgba(13,31,60,.08);border:1px solid var(--gray-200)}.quote-page .booking-widget .subtitle,.quote-page .booking-widget h2{display:none}.quote-trust{display:flex;justify-content:center;gap:1.8rem;margin-top:2rem;flex-wrap:wrap;color:var(--gray-600);font-size:.82rem}.quote-trust span{display:inline-flex;align-items:center;gap:.4rem}.quote-trust i{color:var(--coral)}@media (max-width:580px){.quote-page{padding:1.5rem 1rem 3rem}.quote-trust{gap:1rem;font-size:.78rem}.hero-widget{padding:1.4rem 1.1rem;border-radius:var(--radius)}.hero-widget h3{font-size:1.1rem}.hero-widget .form-control{font-size:.88rem}.hero-widget .form-row{grid-template-columns:1fr;gap:0!important}.form-row-compact{grid-template-columns:1fr 1fr!important}.booking-sidebar{padding:1rem}.counter-group{gap:.5rem}.logo{font-size:.95rem}.logo-icon{width:34px;height:34px;font-size:1rem}.logo-name{font-size:.72rem;max-width:110px;line-height:1.2}}.tour-gallery-top{margin-top:72px;padding:1.8rem 2rem 0}.tg-main{position:relative;height:440px;border-radius:16px;overflow:hidden;cursor:zoom-in;background:var(--gray-100)}.tg-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.tg-main:hover img{transform:scale(1.03)}.tg-main:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.tg-counter{position:absolute;top:1rem;left:1rem;background:rgba(13,31,60,.72);color:#fff;font-size:.78rem;font-weight:600;padding:.3rem .65rem;border-radius:999px;z-index:2}.tg-thumbs{display:flex;gap:.6rem;margin-top:.75rem;overflow-x:auto;padding-bottom:.3rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.tg-thumb{flex:0 0 auto;width:104px;height:74px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:var(--gray-100);cursor:pointer;scroll-snap-align:start;opacity:.75;transition:opacity .2s ease,border-color .2s ease}.tg-thumb img{width:100%;height:100%;object-fit:cover;display:block}.tg-thumb:hover{opacity:1}.tg-thumb.is-active{opacity:1;border-color:var(--coral)}.tg-thumb:focus-visible{outline:2px solid var(--coral);outline-offset:2px}.tg-label{position:absolute;bottom:1rem;left:1.2rem;color:white;font-size:1rem;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.5);z-index:2}.tg-view-all img{filter:brightness(.6)}.tg-view-all-btn{position:absolute;bottom:1rem;right:1rem;background:white;color:var(--navy);padding:.7rem 1.1rem;border-radius:10px;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.25);z-index:2;transition:var(--transition)}.tg-view-all-btn:hover{transform:translateY(-2px);background:var(--coral);color:white}.tg-view-all-btn i{color:var(--coral)}.tg-view-all-btn:hover i{color:white}@media (max-width:968px){.tg-main{height:300px}.tg-thumb{width:88px;height:64px}}@media (max-width:580px){.tg-main{height:220px}.tg-thumb{width:72px;height:54px}.tg-label{font-size:.85rem;bottom:.6rem;left:.8rem}.tg-view-all-btn{padding:.5rem .8rem;font-size:.8rem}}.tg-modal{position:fixed;inset:0;background:white;z-index:2000;overflow-y:auto;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tg-modal-header{position:-webkit-sticky;position:sticky;top:0;background:white;padding:1.2rem 0 0;border-bottom:1px solid var(--gray-200);z-index:10}.tg-modal-back{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem;color:var(--navy);background:none;border:none;cursor:pointer;padding:.5rem 0;margin-bottom:.6rem;transition:var(--transition)}.tg-modal-back:hover{color:var(--coral)}.tg-tabs{display:flex;gap:2rem;overflow-x:auto;scrollbar-width:none}.tg-tabs::-webkit-scrollbar{display:none}.tg-tab{background:none;padding:1rem 0;font-size:1rem;font-weight:600;color:var(--gray-600);cursor:pointer;border:none;border-bottom:2px solid transparent;white-space:nowrap;transition:var(--transition);position:relative;bottom:-1px}.tg-tab.active{color:var(--coral);border-bottom-color:var(--coral)}.tg-tab:hover:not(.active){color:var(--navy)}.tg-modal-body{padding:2rem 0 4rem}.tg-modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.tg-modal-item{border-radius:14px;overflow:hidden;height:400px;background:var(--gray-100)}.tg-modal-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.tg-modal-item:hover img{transform:scale(1.03)}@media (max-width:768px){.tg-modal-grid{grid-template-columns:1fr}.tg-modal-item{height:280px}.tg-tabs{gap:1.2rem}.tg-tab{font-size:.9rem;padding:.8rem 0}}.tour-inline-gallery{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--gray-200)}.tour-inline-gallery .inline-title{font-size:1.6rem;font-weight:800;color:var(--navy);margin-bottom:.4rem;letter-spacing:-.01em}.tour-inline-gallery .inline-subtitle{color:var(--gray-600);font-size:.95rem;margin-bottom:1.5rem}.tour-gallery-strip{position:relative}.tgs-track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 0}.tgs-track::-webkit-scrollbar{display:none}.tgs-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 36px) / 4);height:240px;border-radius:14px;overflow:hidden;scroll-snap-align:start;position:relative;cursor:pointer}.tour-gallery-strip.count-1 .tgs-item{flex:0 0 100%}.tour-gallery-strip.count-2 .tgs-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 12px) / 2)}.tour-gallery-strip.count-3 .tgs-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 24px) / 3)}.tour-gallery-strip.count-4 .tgs-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 36px) / 4)}.tgs-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tgs-item:hover img{transform:scale(1.05)}.tgs-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:white;border-radius:50%;box-shadow:0 6px 20px rgba(13,31,60,.2);display:flex;align-items:center;justify-content:center;z-index:5;color:var(--navy);font-size:1rem;cursor:pointer;border:1px solid var(--gray-200);transition:var(--transition)}.tgs-arrow:hover:not(:disabled){background:var(--coral);color:white;border-color:var(--coral)}.tgs-arrow:disabled{opacity:0;pointer-events:none}.tgs-prev{left:-14px}.tgs-next{right:-14px}@media (max-width:1100px){.tgs-item{height:220px}.tour-gallery-strip.count-3 .tgs-item,.tour-gallery-strip.count-4 .tgs-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 24px) / 3)}}@media (max-width:768px){.tgs-item{height:200px}.tour-gallery-strip.count-2 .tgs-item,.tour-gallery-strip.count-3 .tgs-item,.tour-gallery-strip.count-4 .tgs-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 12px) / 2)}.tgs-prev{left:-8px}.tgs-next{right:-8px}}@media (max-width:480px){.tgs-item{height:220px}.tour-gallery-strip.count-1 .tgs-item{flex:0 0 100%}.tour-gallery-strip.count-2 .tgs-item,.tour-gallery-strip.count-3 .tgs-item,.tour-gallery-strip.count-4 .tgs-item{flex:0 0 85%}}.tour-itinerary-tl{margin-top:1.5rem}.ti-item{position:relative;display:grid;grid-template-columns:72px 1fr;grid-gap:1.4rem;gap:1.4rem;padding-bottom:1.6rem;align-items:start}.ti-item:last-child{padding-bottom:0}.ti-item:not(:last-child):before{content:"";position:absolute;left:36px;top:64px;bottom:-4px;width:2px;background:var(--coral);transform:translateX(-50%);z-index:0}.ti-circle{width:64px;height:64px;border-radius:50%;background:white;border:3px solid var(--coral);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 12px rgba(22,104,227,.18)}.ti-circle .ti-day-label{font-size:.6rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:.08em;line-height:1}.ti-circle .ti-day-num{font-size:1.3rem;font-weight:800;color:var(--navy);line-height:1;margin-top:2px}.ti-body{padding-top:.5rem}.ti-body h4{font-size:1.05rem;font-weight:700;color:var(--navy);margin:0 0 .4rem;letter-spacing:-.01em}.ti-body p{font-size:.92rem;color:var(--gray-600);margin:0;line-height:1.55}@media (max-width:580px){.ti-item{grid-template-columns:56px 1fr;gap:1rem;padding-bottom:1.3rem}.ti-circle{width:52px;height:52px}.ti-circle .ti-day-num{font-size:1.1rem}.ti-item:not(:last-child):before{left:29px;top:52px}}.tour-inline-gallery .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:220px 220px;grid-gap:12px;gap:12px}.tour-inline-gallery .gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.tour-inline-gallery .gallery-item:first-child{grid-column:1/span 2;grid-row:1/span 2}@media (max-width:968px){.tour-inline-gallery .gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,200px)}.tour-inline-gallery .gallery-item:first-child{grid-column:1/span 2;grid-row:1}}@media (max-width:580px){.tour-inline-gallery .gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,200px)}.tour-inline-gallery .gallery-item:first-child{grid-column:1;grid-row:1}}.itinerary-timeline{position:relative;margin:1.8rem 0 .5rem;padding:1rem 0 1.5rem}.itinerary-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--coral) 0,var(--coral) 70%,var(--navy) 100%);transform:translateX(-50%);z-index:0}.itinerary-row{position:relative;display:grid;grid-template-columns:1fr 80px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:center;margin-bottom:1.8rem}.itinerary-row:last-child{margin-bottom:0}.itinerary-marker{grid-column:2;width:64px;height:64px;margin:0 auto;border-radius:50%;background:white;border:3px solid var(--coral);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 12px rgba(22,104,227,.18)}.itinerary-marker .day-label{font-size:.6rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:.08em;line-height:1}.itinerary-marker .day-num{font-size:1.3rem;font-weight:800;color:var(--navy);line-height:1;margin-top:2px}.itinerary-content{background:var(--gray-50);padding:1rem 1.3rem;border-radius:var(--radius);position:relative}.itinerary-content h4{font-size:1.05rem;font-weight:700;color:var(--navy);margin:0 0 .35rem}.itinerary-content p{font-size:.88rem;color:var(--gray-600);margin:0;line-height:1.55}.itinerary-row:nth-child(odd) .itinerary-content{grid-column:3;border-left:3px solid var(--coral)}.itinerary-row:nth-child(2n) .itinerary-content{grid-column:1;border-right:3px solid var(--coral);text-align:right}@media (max-width:768px){.itinerary-timeline:before{left:32px}.itinerary-row{grid-template-columns:64px 1fr;gap:1rem}.itinerary-marker{grid-column:1!important;width:56px;height:56px}.itinerary-row:nth-child(2n) .itinerary-content,.itinerary-row:nth-child(odd) .itinerary-content{grid-column:2;text-align:left;border-left:3px solid var(--coral);border-right:none}}@media (max-width:968px){.why-grid{grid-template-columns:1fr;gap:2rem}.why-visual{height:380px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,200px)}.gallery-item:first-child,.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(4),.gallery-item:nth-child(5),.gallery-item:nth-child(6){grid-column:auto;grid-row:auto}.why-grid-v3{grid-template-columns:repeat(2,1fr)}.why-cell:nth-child(3n){border-right:1px solid var(--gray-200)}.why-cell:nth-child(2n){border-right:none}.why-cell:nth-last-child(-n+3){border-bottom:1px solid var(--gray-200)}.why-cell:nth-last-child(-n+2){border-bottom:none}.tip-cards{grid-template-columns:1fr}.gallery-arrow{width:42px;height:42px}.gallery-arrow.prev{left:.6rem}.gallery-arrow.next{right:.6rem}}.lang-switcher{display:flex;align-items:center;gap:.3rem;margin-left:1rem}.lang-btn{background:none;border:none;cursor:pointer;font-size:.78rem;font-weight:700;letter-spacing:.06em;color:var(--gray-600);padding:.2rem .3rem;border-radius:4px;transition:var(--transition)}.lang-btn.active,.lang-btn:hover{color:var(--coral)}.lang-btn.active{text-decoration:underline;text-underline-offset:3px}@media (max-width:768px){.lang-switcher{margin-left:.5rem}}.dtf{position:relative}.dtf-trigger{display:flex;align-items:center;gap:.6rem;width:100%;padding:.85rem .9rem .85rem 1rem;font-size:.94rem;font-family:inherit;text-align:left;color:var(--navy);background:#F5F7FA;border:1.5px solid transparent;border-radius:13px;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.dtf-trigger:hover{background:#EDF1F6}.dtf-trigger.is-open,.dtf-trigger:focus-visible{outline:none;background:#fff;border-color:var(--coral);box-shadow:0 0 0 4px rgba(22,104,227,.14)}.dtf-icon{color:var(--navy);font-size:.92rem;line-height:1;flex-shrink:0}.dtf-value{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dtf-caret,.dtf-value.is-placeholder{color:#9aa5b5}.dtf-caret{font-size:.7rem;transition:transform .2s ease;flex-shrink:0}.dtf-trigger.is-open .dtf-caret{transform:rotate(180deg)}.dtf-pop{position:absolute;z-index:60;top:calc(100% + 8px);left:0;background:#fff;border:1px solid rgba(13,31,60,.08);border-radius:16px;box-shadow:0 4px 12px rgba(13,31,60,.06),0 16px 40px rgba(13,31,60,.16);animation:dtfIn .16s ease-out}@keyframes dtfIn{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.dtf-pop-cal{padding:.9rem;width:290px}.dtf-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}.dtf-cal-title{font-weight:700;font-size:.92rem;color:var(--navy)}.dtf-nav{width:30px;height:30px;display:grid;place-items:center;border:none;border-radius:9px;background:transparent;cursor:pointer;color:var(--gray-600);font-size:.75rem;transition:background .15s ease,color .15s ease}.dtf-nav:hover{background:#EDF1F6;color:var(--navy)}.dtf-dow,.dtf-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.dtf-dow span{text-align:center;font-size:.68rem;font-weight:700;letter-spacing:.04em;color:#9aa5b5;padding-bottom:.35rem}.dtf-day{aspect-ratio:1;border:none;background:transparent;border-radius:10px;font-size:.85rem;font-family:inherit;color:var(--navy);cursor:pointer;transition:background .14s ease,color .14s ease}.dtf-day.is-empty{cursor:default}.dtf-day:hover:not(:disabled):not(.is-selected){background:#EDF1F6}.dtf-day:disabled{color:#cdd4de;cursor:not-allowed}.dtf-day.is-today:not(.is-selected){font-weight:700;color:var(--coral);box-shadow:inset 0 0 0 1.5px rgba(22,104,227,.35)}.dtf-day.is-selected{background:var(--coral);color:#fff;font-weight:700;box-shadow:0 4px 10px rgba(22,104,227,.35)}.dtf-cal-foot{display:flex;justify-content:space-between;margin-top:.7rem;padding-top:.6rem;border-top:1px solid rgba(13,31,60,.07)}.dtf-link{border:none;background:transparent;color:var(--coral);font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer;padding:.2rem .35rem;border-radius:7px;transition:background .15s ease}.dtf-link:hover{background:rgba(22,104,227,.1)}.dtf-pop-time{padding:.4rem;width:100%;min-width:168px;max-height:244px;overflow-y:auto;scrollbar-width:thin}.dtf-pop-time::-webkit-scrollbar{width:6px}.dtf-pop-time::-webkit-scrollbar-thumb{background:#d7dde6;border-radius:3px}.dtf-slot{display:block;width:100%;padding:.55rem .75rem;border:none;background:transparent;border-radius:9px;font-size:.88rem;font-family:inherit;color:var(--navy);text-align:left;cursor:pointer;transition:background .14s ease,color .14s ease}.dtf-slot:hover{background:#EDF1F6}.dtf-slot.is-selected{background:var(--coral);color:#fff;font-weight:700}.dtf-empty{padding:.8rem;font-size:.82rem;color:var(--gray-600);text-align:center}@media (max-width:520px){.dtf-pop-cal{width:268px}.dtf-pop{right:0;left:auto}}@media (prefers-reduced-motion:reduce){.dtf-pop{animation:none}.dtf-caret,.dtf-day,.dtf-nav,.dtf-slot,.dtf-trigger{transition:none}}.terms-group{margin-top:1.4rem}.terms-label{display:flex;gap:.7rem;font-size:.88rem;line-height:1.55;color:var(--gray-800)}.terms-label input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:.12rem 0 0;border:1.5px solid #cdd4de;border-radius:6px;background:#fff;cursor:pointer;position:relative;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.terms-label input[type=checkbox]:hover{border-color:var(--coral)}.terms-label input[type=checkbox]:checked{background:var(--coral);border-color:var(--coral)}.terms-label input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.terms-label input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(22,104,227,.18)}.terms-label a{border-bottom:1px solid rgba(22,104,227,.35);transition:border-color .16s ease}.terms-label a:hover{border-bottom-color:var(--coral)}@media (prefers-reduced-motion:reduce){.terms-label a,.terms-label input[type=checkbox]{transition:none}}.footer-grid>.footer-col:first-child{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem}.footer-grid>.footer-col:first-child>a{flex:0 0 auto}.footer-grid>.footer-col:first-child>p{flex:1 1 190px;min-width:0;margin-bottom:0}.footer-grid>.footer-col:first-child>div{flex:1 1 100%;margin-top:.4rem}@media (max-width:900px){.footer-grid>.footer-col:first-child{gap:.9rem}.footer-grid>.footer-col:first-child>p{flex-basis:100%}}.phone-hint{display:block;margin-top:.35rem;font-size:.75rem;color:#B4541F}body:has(.portal-auth) .footer,body:has(.portal-auth) .navbar{display:none}body:has(.portal-auth){background:#fff}.portal-auth{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2.5rem 1.25rem;background:#fff}.portal-auth__card{width:100%;max-width:410px;background:#fff;border:1px solid rgba(13,31,60,.08);border-radius:20px;padding:2.5rem 2.25rem 2.25rem;box-shadow:0 1px 2px rgba(13,31,60,.04),0 10px 30px rgba(13,31,60,.07);text-align:center}.portal-auth__brand{display:inline-flex;justify-content:center;margin-bottom:1.5rem}.portal-auth__brand img{height:74px;width:auto;max-width:210px;object-fit:contain}.portal-auth__wordmark{font-weight:800;font-size:1.15rem;color:var(--navy);letter-spacing:-.01em}.portal-auth__card h1{font-size:1.6rem;color:var(--navy);margin:0 0 .3rem;letter-spacing:-.02em}.portal-auth__sub{color:var(--gray-600);font-size:.88rem;margin:0 0 1.75rem}.portal-form{text-align:left}.portal-form .form-group{margin-bottom:1.05rem}.portal-form label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600);margin-bottom:.4rem}.portal-form .btn-block{width:100%;margin-top:.5rem;padding:.95rem;border:none;cursor:pointer;font-size:.98rem}.portal-form .btn-block:disabled{opacity:.6;cursor:not-allowed}.portal-form__error{background:#fdf0ec;border:1px solid #f0c9bd;color:#8f2f11;border-radius:11px;padding:.7rem .85rem;font-size:.84rem;margin:0 0 1.1rem}.portal-form__foot{text-align:center;margin:1.15rem 0 0;font-size:.82rem}.portal-form__foot a{color:var(--coral);text-decoration:none;font-weight:600}.portal-form__foot a:hover{text-decoration:underline}.portal-auth__back{margin:0;font-size:.82rem}.portal-auth__back a{color:var(--gray-600);text-decoration:none}.portal-auth__back a:hover{color:var(--navy)}@media (max-width:480px){.portal-auth__card{padding:2rem 1.4rem 1.75rem;border:none;box-shadow:none}.portal-auth__brand img{height:62px}}.img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,#EDF1F6,#DDE3EC);color:#8894a8;text-align:center;padding:1rem}.img-placeholder i{font-size:1.9rem;opacity:.55}.img-placeholder span{font-size:.76rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.tour-image .img-placeholder{position:absolute;inset:0}.fleet-card-image{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#EDF1F6}img[src*=no-images]{object-fit:contain!important;background:#F5F7FA;padding:12%}.tg-main img[src*=no-images]{height:240px;padding:3%;object-fit:contain}.tg-main:has(img[src*=no-images]){height:240px;min-height:0;aspect-ratio:auto}.tour-details-grid>.tour-info{align-self:start}.tour-details-grid .booking-sidebar{position:-webkit-sticky;position:sticky;top:calc(var(--promo-h, 0px) + 72px + 1rem);align-self:start}.tour-meta{padding-bottom:1.6rem;margin-bottom:2.2rem;border-bottom:1px solid var(--gray-200)}.tour-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:var(--coral);white-space:nowrap}.tour-cta i{font-size:.75rem;transition:transform .18s ease}.tour-card:hover .tour-cta i{transform:translateX(3px)}@media (prefers-reduced-motion:reduce){.tour-cta i{transition:none}}.tour-card .tour-meta{margin-bottom:0;border-bottom:none}.service-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.2rem}.service-filter__chip{font-family:inherit;font-size:.85rem;font-weight:600;color:var(--gray-600);background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:50px;padding:.55rem 1.15rem;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.service-filter__chip:hover{border-color:var(--coral);color:var(--navy)}.service-filter__chip.is-active{background:var(--coral);border-color:var(--coral);color:#fff}.service-filter__chip:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(22,104,227,.2)}.service-filter__empty{text-align:center;color:var(--gray-600);padding:2rem 0}.section-cta{display:flex;justify-content:center;margin-top:2.4rem}@media (prefers-reduced-motion:reduce){.service-filter__chip{transition:none}}.page-hero h1,.section-header h2,h1,h2,h3{font-family:Montserrat,Segoe UI,sans-serif;font-weight:700;letter-spacing:-.01em}h4,h5,h6{font-family:Montserrat,Segoe UI,sans-serif;font-weight:600}.promo-banner{background:var(--navy);color:#fff;padding:.85rem 1.25rem}.promo-banner__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:1rem}.promo-banner__icon{font-size:1.4rem;color:var(--gold);flex-shrink:0}.promo-banner__text{flex:1 1;min-width:0}.promo-banner__title{font-family:Montserrat,Segoe UI,sans-serif;font-size:1.15rem;line-height:1.3;margin:0}.promo-banner__sub{margin:.15rem 0 0;font-size:.8rem;color:rgba(255,255,255,.72)}.promo-banner__cta{flex-shrink:0;background:var(--gold);color:var(--navy);font-size:.85rem;padding:.6rem 1.3rem;border-radius:50px;text-decoration:none;white-space:nowrap;transition:background .18s ease}.promo-banner__cta:hover{background:var(--gold-dark)}@media (max-width:700px){.promo-banner__inner{flex-wrap:wrap;gap:.7rem}.promo-banner__title{font-size:1rem}.promo-banner__cta{width:100%;text-align:center}}.nav-utility{display:flex;align-items:center;gap:1.1rem;font-size:.86rem}.nav-utility a{color:var(--gray-600);text-decoration:none;font-weight:500;white-space:nowrap}.nav-utility a:hover{color:var(--navy)}.promo-banner{position:relative}.tour-card--cta{display:flex;align-items:center;justify-content:center;text-align:center;border:2px solid var(--gold);background:#fffdf5;box-shadow:none;min-height:100%;padding:2rem 1.6rem;text-decoration:none;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.tour-card--cta:hover{background:#fff8e6;transform:translateY(-3px);box-shadow:0 10px 26px rgba(247,181,0,.22)}.tour-card--cta__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.tour-card--cta__icon{width:52px;height:52px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-size:1.05rem;transition:transform .18s ease}.tour-card--cta:hover .tour-card--cta__icon{transform:translateX(4px)}.tour-card--cta__title{font-family:Montserrat,Segoe UI,sans-serif;font-size:1.35rem;font-weight:600;color:var(--navy)}.tour-card--cta__sub{font-size:.85rem;line-height:1.55;color:var(--gray-600);max-width:15rem}@media (prefers-reduced-motion:reduce){.tour-card--cta,.tour-card--cta__icon{transition:none}.tour-card--cta:hover{transform:none}}.promo-banner{position:fixed;top:0;left:0;right:0;z-index:1001}.promo-banner__title{font-size:.98rem;font-weight:600;letter-spacing:0}.promo-banner__sub,.promo-banner__title{font-family:Inter,sans-serif}body{padding-top:74px}@media (max-width:700px){body{padding-top:118px}}body{padding-top:0}body.has-promo{padding-top:var(--promo-h,0)}body.has-promo .navbar{top:var(--promo-h,0)!important}@media (max-width:700px){body.has-promo{padding-top:var(--promo-h,0)}body.has-promo .navbar{top:var(--promo-h,0)!important}}.promo-banner__cta{font-size:1.05rem;font-weight:700;letter-spacing:.08em;padding:.65rem 1.6rem}.promo-banner__close{flex-shrink:0;width:32px;height:32px;display:grid;place-items:center;border:none;border-radius:50%;background:transparent;color:rgba(255,255,255,.65);font-size:1rem;cursor:pointer;transition:background .16s ease,color .16s ease}.promo-banner__close:hover{background:rgba(255,255,255,.12);color:#fff}.promo-banner__close:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(247,181,0,.45)}@media (prefers-reduced-motion:reduce){.promo-banner__close{transition:none}}.promo-banner__timer{display:inline-flex;align-items:center;gap:.4rem;margin-left:.6rem;padding:.15rem .6rem;border-radius:50px;background:rgba(247,181,0,.16);color:var(--gold);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.promo-banner__timer i{font-size:.75rem}@media (max-width:700px){.promo-banner__timer{margin-left:0;margin-top:.35rem;display:inline-flex}}.logo-name{display:flex;flex-direction:column;line-height:1.12}.logo-name__primary{font-size:1.12rem;font-weight:700;letter-spacing:-.01em;color:var(--navy);white-space:nowrap}.logo-name__secondary{font-size:.875rem;font-weight:500;letter-spacing:.02em;color:var(--gray-600);white-space:nowrap}h1,h2,h3,h4,h5,h6{line-height:1.18}.hero-content h1,.page-hero h1,.plan-hero-content h1,.section-header h2{line-height:1.12}.page-hero p,.plan-hero-content p{line-height:1.5}.promo-banner__timer{margin-left:0;margin-right:.15rem;font-weight:500;font-size:.82rem;flex-shrink:0;padding:.4rem .85rem}@media (max-width:700px){.promo-banner__timer{margin-top:0}}body:has(.portal-auth) .promo-banner{display:none}body.has-promo:has(.portal-auth),body:has(.portal-auth){padding-top:0!important}.portal-auth__card h1{font-size:1.5rem;line-height:1.2}.portal-form__terms{margin:1.4rem 0 0;font-size:.74rem;line-height:1.6;color:var(--gray-600);text-align:center}.portal-form__terms a{color:var(--gray-600);text-decoration:underline}.portal-form__terms a:hover{color:var(--navy)}.portal-form__linkbtn{border:none;font-weight:600;text-decoration:none}.portal-form__linkbtn:hover{text-decoration:underline}.portal-form .form-control:disabled{background:var(--gray-50);color:var(--gray-600);cursor:not-allowed}.fleet-gallery{display:block}.fleet-gallery__thumbs{display:flex;gap:.5rem;padding:.7rem .9rem 0;overflow-x:auto;scrollbar-width:thin}.fleet-gallery__thumb{flex:0 0 auto;width:58px;height:42px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:var(--gray-50);cursor:pointer;opacity:.65;transition:opacity .16s ease,border-color .16s ease}.fleet-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.fleet-gallery__thumb:hover{opacity:1}.fleet-gallery__thumb.is-active{opacity:1;border-color:var(--gold)}.fleet-gallery__thumb:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(22,104,227,.25)}@media (prefers-reduced-motion:reduce){.fleet-gallery__thumb{transition:none}}.terms-label{display:flex!important;align-items:flex-start;gap:.65rem;line-height:1.5;cursor:pointer}.terms-label input[type=checkbox]{flex:0 0 auto;margin-top:.12rem}.terms-label a{color:var(--coral);font-weight:600;text-decoration:none}.terms-label a:hover{text-decoration:underline}.fleet-feature-list{list-style:disc outside!important}.fleet-feature-list li{display:list-item;margin-bottom:.3rem;padding-left:.15rem}.fleet-feature-list li::marker{color:var(--gold)}.footer-payments{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.9rem;padding:1.6rem 0 0;margin-top:.4rem}.footer-payments__label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55)}.footer-payments__icons{display:flex;align-items:center;gap:.65rem;font-size:1.85rem;color:rgba(255,255,255,.82);line-height:1}.footer-payments__icons i{transition:color .16s ease}.footer-payments__icons i:hover{color:#fff}.footer-payments__secure{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:rgba(255,255,255,.55)}.footer-payments__secure .fa-stripe{font-size:1.5rem;color:rgba(255,255,255,.82);position:relative;top:1px}@media (max-width:600px){.footer-payments{gap:.7rem}.footer-payments__icons{font-size:1.6rem;gap:.5rem}}@media (prefers-reduced-motion:reduce){.footer-payments__icons i{transition:none}}.footer-payments+.footer-bottom{border-top:none;margin-top:.6rem}.footer-apps{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;padding-top:1.6rem}.footer-apps__badge{display:inline-flex;align-items:center;gap:.65rem;padding:.5rem 1.1rem;border:1px solid rgba(255,255,255,.22);border-radius:10px;color:rgba(255,255,255,.75);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer-apps__badge i{font-size:1.6rem}.footer-apps__text{display:flex;flex-direction:column;line-height:1.15;text-align:left}.footer-apps__text small{font-size:.62rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.5)}.footer-apps__text strong{font-size:.92rem;font-weight:600;color:rgba(255,255,255,.9)}.footer-apps+.footer-payments{border-top:none;padding-top:1.1rem;margin-top:0}.page-hero,.plan-hero{height:42vh;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.page-hero>*,.plan-hero-content{max-width:900px;width:100%;padding:0 2rem;margin-left:auto;margin-right:auto}@media (max-width:700px){.page-hero,.plan-hero{height:auto;min-height:260px;padding:3rem 0}.page-hero>*,.plan-hero-content{padding:0 1.25rem}}.page-hero--image{position:relative;overflow:hidden;color:#fff}.page-hero--image:before{content:"";position:absolute;inset:0;background-size:cover;background-position:50%;z-index:0}.page-hero--image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,31,60,.55),rgba(13,31,60,.75));z-index:1}.page-hero--image>*{position:relative;z-index:2}.page-hero--fleet:before{background-image:url(https://0ooehidtjhuj6x5u.public.blob.vercel-storage.com/media/stellar-executive-transport-our-fleet-banner.jpg)}.fleet-card-desc{font-size:.9rem;line-height:1.65}.promo-banner__cta{font-size:.9rem;font-weight:600;letter-spacing:.04em;padding:.5rem 1.1rem}.newsletter-section{position:relative;background:var(--navy-light);color:var(--white);padding:4rem 2rem}.newsletter-inner{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.newsletter-eyebrow{color:var(--gold)}.newsletter-copy h2{color:var(--white);font-size:2rem;margin:.35rem 0 .75rem}.newsletter-copy p{color:rgba(255,255,255,.78);margin:0;max-width:46ch}.newsletter-form{width:100%}.newsletter-row{display:flex;gap:.75rem;align-items:stretch}.newsletter-input{flex:1 1;min-width:0}.newsletter-btn{white-space:nowrap;color:var(--navy)}.newsletter-hint{color:#FFD08A}.newsletter-note{margin:.75rem 0 0;font-size:.8rem;color:rgba(255,255,255,.65)}.newsletter-note a{color:inherit;text-decoration:underline}.newsletter-success{display:flex;gap:.9rem;align-items:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);padding:1.1rem 1.3rem}.newsletter-success i{color:var(--gold);font-size:1.5rem;margin-top:.1rem}.newsletter-success p{margin:.25rem 0 0;color:rgba(255,255,255,.78);font-size:.92rem}.newsletter-hp{left:-10000px;top:auto}.newsletter-hp,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden}.sr-only{padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:968px){.newsletter-section{padding:3rem 1.25rem}.newsletter-inner{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:560px){.newsletter-row{flex-direction:column}.newsletter-btn{width:100%;justify-content:center}}.navbar,.promo-banner{transition:transform .38s cubic-bezier(.4,0,.2,1),opacity .28s ease;will-change:transform,opacity}body.at-footer .navbar,body.at-footer .promo-banner{transform:translateY(-160px);opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.navbar,.promo-banner{transition:opacity .28s ease}body.at-footer .navbar,body.at-footer .promo-banner{transform:none}}.hero{margin-top:calc(-1 * var(--promo-h, 0px));height:100vh;min-height:100vh;padding-top:calc(var(--promo-h, 0px) + 75px);box-sizing:border-box}@media (max-width:700px){.hero{height:auto;min-height:100vh}}.page-hero--contact:before{background-image:url(https://0ooehidtjhuj6x5u.public.blob.vercel-storage.com/media/stellar-contact-us-banner.jpg)}.promo-banner{background:linear-gradient(100deg,#060b16,#0D1F3C 22%,#05070d 45%,#4a3608 62%,#0D1F3C 82%,#060b16)!important;background-size:300% 100%!important;animation:promo-drift 22s ease-in-out infinite}@keyframes promo-drift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion:reduce){.promo-banner{animation:none;background-position:20% 50%!important}}.hero h1 .accent{color:var(--gold)}.team-section{background:var(--gray-50)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.6rem;gap:1.6rem;max-width:1000px;margin:0 auto}.team-card{position:relative;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem 1.6rem;text-align:center;transition:box-shadow .18s ease,transform .18s ease}.team-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.team-card__photo{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 1.1rem;background:var(--gray-100)}.team-card__photo--initials{display:grid;place-items:center;font-family:Montserrat,Segoe UI,sans-serif;font-size:2.2rem;font-weight:600;color:var(--navy);background:var(--gold);letter-spacing:.02em}.team-card__name{font-size:1.2rem;margin:0 0 .2rem;color:var(--navy)}.team-card__role{margin:0 0 .9rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--coral)}.team-card__bio{margin:0;font-size:.9rem;line-height:1.65;color:var(--gray-600)}.team-card__linkedin{display:inline-grid;place-items:center;width:36px;height:36px;margin-top:1.1rem;border-radius:50%;background:var(--navy);color:#fff;font-size:.95rem;transition:background .18s ease}.team-card__linkedin:hover{background:var(--coral)}@media (prefers-reduced-motion:reduce){.team-card,.team-card__linkedin{transition:none}.team-card:hover{transform:none}}.navbar .logo-image{height:56px;width:auto}.navbar .nav-container{padding-top:.6rem;padding-bottom:.6rem}.page-hero--about:before{background-image:url(https://0ooehidtjhuj6x5u.public.blob.vercel-storage.com/media/stellar-about-us-hero.jpg)}.page-hero .breadcrumb{display:none}.page-hero h1{font-size:clamp(2.6rem,5vw,3.8rem);line-height:1.08;margin:0}.page-hero__sub{max-width:640px;margin:1.1rem auto 0;font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.88)}@media (max-width:700px){.page-hero__sub{font-size:.95rem}}.page-hero h1,.plan-hero-content h1{font-weight:800}.page-hero__sub,.plan-hero-content p{font-size:1.15rem;font-weight:400;line-height:1.55}@media (max-width:700px){.page-hero__sub,.plan-hero-content p{font-size:1rem}}.page-hero h1{line-height:1.12}.page-hero__sub{max-width:none;line-height:1.55;margin-left:0;margin-right:0}.page-hero__sub,.plan-hero-content p{max-width:34em;margin-left:auto;margin-right:auto}.promo-banner{background:rgb(10,31,51)!important}.charge-lines{display:grid;grid-gap:.3rem;gap:.3rem;margin:.85rem 0 .5rem;padding-top:.75rem;border-top:1px dashed var(--gray-200)}.charge-line{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem;color:var(--gray-600)}.charge-line span:last-child{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;color:var(--navy)}.charge-note{font-size:.72rem;color:var(--gray-500);margin:.45rem 0 1.1rem;line-height:1.45}.ptb-price-lines{display:grid;grid-gap:.25rem;gap:.25rem;margin:.6rem 0 .2rem;max-width:22rem}.ptb-price-line{display:flex;justify-content:space-between;gap:1rem;font-size:.82rem;color:rgba(255,255,255,.78)}.ptb-price-line span:last-child{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;color:#fff}.date-chosen{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .75rem}.date-change{display:inline-flex;align-items:center;gap:.35rem;font:inherit;font-size:.78rem;font-weight:600;color:var(--navy);background:#fff;border:1px solid var(--gray-200);border-radius:999px;padding:.3rem .75rem;cursor:pointer;transition:background .15s,border-color .15s}.date-change:hover{background:var(--gray-50);border-color:var(--coral);color:var(--coral)}.date-change:focus-visible{outline:2px solid var(--coral);outline-offset:2px}.pay-methods{display:grid;grid-gap:.55rem;gap:.55rem}.pay-method{position:relative;display:flex;align-items:center;gap:.8rem;padding:.75rem .9rem;border:1.5px solid var(--gray-200);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.pay-method:hover{border-color:var(--gray-300)}.pay-method.is-chosen{border-color:var(--coral);background:rgba(22,104,227,.06);box-shadow:0 0 0 3px rgba(255,107,53,.12)}.pay-method input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.pay-method:focus-within{outline:2px solid var(--coral);outline-offset:2px}.pay-method__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--gray-50);display:grid;place-items:center;color:var(--navy);font-size:1rem}.pay-method.is-chosen .pay-method__icon{background:var(--coral);color:#fff}.pay-method__text{display:flex;flex-direction:column;min-width:0;gap:2px}.pay-method__label{font-weight:700;color:var(--navy);font-size:.93rem}.pay-method__hint{font-size:.78rem;color:var(--gray-500);line-height:1.4}.pay-method__tag{margin-left:auto;flex:0 0 auto;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.25rem .6rem;background:#e8f5e9;color:#2e7d32;white-space:nowrap}.pay-method__tag.is-neutral{background:var(--gray-50);color:var(--gray-600)}@media (max-width:480px){.pay-method__tag{display:none}}.etf-card{background:#fff;border-radius:var(--radius);box-shadow:0 8px 28px rgba(15,44,74,.08);padding:2rem 2rem 1.5rem}.etf-card--center{text-align:center;padding-top:2.5rem}.etf-check{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:#e8f5e9;color:#2e7d32;display:grid;place-items:center;font-size:1.8rem;font-weight:800}.etf-check--muted{background:var(--gray-50);color:var(--gray-500)}.etf-eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:.5rem}.etf-title{font-size:1.6rem;font-weight:800;color:var(--navy);margin:0 0 .6rem}.etf-lead{color:var(--gray-600);line-height:1.6;margin:0 0 1.25rem}.etf-details{display:grid;grid-gap:0;gap:0;margin:0 0 1.1rem;border:2px solid var(--coral);border-radius:12px;background:#fff7ed;padding:.4rem 1.1rem}.etf-details>div{display:grid;grid-template-columns:150px 1fr;grid-gap:.75rem;gap:.75rem;padding:.6rem 0;border-bottom:1px dashed rgba(255,107,53,.3);align-items:baseline}.etf-details>div:last-child{border-bottom:0}.etf-details dt{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500)}.etf-details dd{margin:0;font-weight:700;color:var(--navy);font-size:1rem;overflow-wrap:anywhere}.etf-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.03em}.etf-amount{font-size:1.25rem}.etf-note{font-size:.9rem;color:var(--gray-600);line-height:1.6;margin:0 0 1.25rem}.etf-trip{background:var(--gray-50);border-radius:12px;padding:.9rem 1.1rem;margin-bottom:1.4rem}.etf-trip__title{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.4rem}.etf-trip__row{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.9rem;color:var(--gray-600)}.etf-trip__row strong{color:var(--navy);text-align:right}.etf-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.etf-fine{text-align:center;font-size:.78rem;color:var(--gray-500);margin:1rem 0 0}@media (max-width:520px){.etf-card{padding:1.4rem 1.1rem 1.2rem}.etf-details>div{grid-template-columns:1fr;gap:.15rem}}.lookup-etransfer{margin:0 1.75rem 1.5rem;border:2px solid var(--coral);border-radius:12px;background:#fff7ed;padding:1rem 1.2rem}.lookup-etransfer__title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:.6rem}.lookup-etransfer__grid{display:grid;grid-template-columns:110px 1fr;grid-gap:.4rem .75rem;gap:.4rem .75rem;align-items:baseline}.lookup-etransfer__grid span{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500)}.lookup-etransfer__grid strong{color:var(--navy);overflow-wrap:anywhere}.lookup-etransfer__grid .is-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.lookup-etransfer p{margin:.75rem 0 0;font-size:.82rem;color:var(--gray-600)}.vehicle-option.is-unavailable{opacity:.6;cursor:not-allowed;background:var(--gray-50)}.vehicle-option.is-unavailable .vehicle-option__price{text-decoration:line-through;color:var(--gray-500)}.vehicle-option__badge{display:inline-block;margin-left:.45rem;font-size:.66rem;font-weight:700;letter-spacing:.03em;color:#b45309;background:#fff7ed;border-radius:999px;padding:.12rem .5rem;vertical-align:middle}.vehicle-novehicle{display:flex;gap:.45rem;align-items:flex-start;font-size:.8rem;color:#b45309;background:#fff7ed;border-radius:10px;padding:.6rem .75rem;margin:.6rem 0 0;line-height:1.45}.class-choice{margin-bottom:.85rem}.class-pills{display:flex;flex-wrap:wrap;gap:.45rem}.class-pill{flex:1 1 45%;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:.5rem .8rem;border:2px solid var(--gray-300);border-radius:12px;background:var(--white);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.class-pill:hover{border-color:var(--gray-500)}.class-pill.is-chosen{border-color:var(--coral);background:rgba(22,104,227,.08)}.class-pill.is-empty{opacity:.45;cursor:not-allowed}.class-pill__name{font-weight:800;font-size:.86rem;color:var(--navy)}.class-pill.is-chosen .class-pill__name{color:var(--coral)}.class-pill__tag{font-size:.7rem;color:var(--gray-500);line-height:1.3}.leg-picker{position:relative}.leg-return{border-top:1px dashed var(--gray-200);padding-top:.75rem;margin-top:.25rem}.leg-return .calendar .sidebar-kicker{margin-bottom:.5rem}.sidebar-toast{position:absolute;top:.25rem;left:50%;transform:translateX(-50%);background:#1a1a2e;color:#fff;padding:.65rem 1.1rem;border-radius:var(--radius);font-size:.83rem;font-weight:600;white-space:nowrap;z-index:10;box-shadow:0 4px 16px rgba(0,0,0,.25);display:flex;align-items:center;gap:.5rem}.trip-type{margin-bottom:.85rem}.trip-type .sidebar-kicker{display:block}.trip-select-wrap{position:relative}.trip-select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;font-weight:700;font-size:.92rem;color:var(--navy);background:var(--white);border:2px solid var(--gray-300);border-radius:12px;padding:.65rem 2.4rem .65rem .9rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.trip-select:hover{border-color:var(--gray-500)}.trip-select:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,107,53,.15)}.trip-select-wrap i{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--gray-500);font-size:.8rem}.slot-time{margin-left:.4rem;font-weight:600;color:var(--gray-500);font-size:.82em;white-space:nowrap}.slot-btn.is-chosen .slot-time{color:inherit;opacity:.8}.dd{position:relative}.dd-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font:inherit;text-align:left;background:var(--white);border:2px solid var(--gray-300);border-radius:12px;padding:.6rem .9rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.dd-btn:hover{border-color:var(--gray-500)}.dd-btn:focus-visible,.dd.is-open .dd-btn{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,107,53,.15)}.dd-btn__text{display:flex;flex-direction:column;gap:1px;min-width:0}.dd-btn__label{font-weight:800;font-size:.92rem;color:var(--navy)}.dd-btn__hint{font-size:.72rem;color:var(--gray-500)}.dd-btn>i{color:var(--gray-500);font-size:.8rem;transition:transform .15s}.dd.is-open .dd-btn>i{transform:rotate(180deg)}.dd-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;margin:0;padding:.35rem;list-style:none;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;box-shadow:0 14px 34px rgba(13,31,60,.16)}.dd-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border-radius:10px;cursor:pointer;transition:background .12s}.dd-item:hover{background:var(--gray-50)}.dd-item.is-selected{background:rgba(22,104,227,.08)}.dd-item__text{display:flex;flex-direction:column;gap:1px;min-width:0}.dd-item__label{font-weight:700;font-size:.9rem;color:var(--navy)}.dd-item.is-selected .dd-item__label{color:var(--coral)}.dd-item__hint{font-size:.72rem;color:var(--gray-500)}.dd-item>i{color:var(--coral);font-size:.8rem}.trip-type__note{margin:.5rem 0 0;font-size:.76rem;color:var(--gray-500)}.slot-groups{display:flex;flex-direction:column;gap:.75rem}.slot-group__title{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.35rem}.slot-group__list{display:flex;flex-direction:column;gap:.4rem}.vehicle-option__unit{display:block;font-size:.68rem;font-weight:600;color:var(--gray-500);text-align:right}.dd-menu{max-height:300px;overflow-y:auto}.dd-group{padding:.5rem .75rem .2rem;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500)}.dd-item.is-disabled{opacity:.45;cursor:not-allowed}.dd-item.is-disabled:hover{background:transparent}.dd-btn__label.is-placeholder{font-weight:600;color:var(--gray-500)}.dd-btn__icon{color:var(--coral);margin-right:.45rem}.dd-btn__text{flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:0 .5rem}.dd-btn__hint{margin-left:auto}.dd-item__text{flex-direction:row;align-items:baseline;gap:.5rem}.portal{padding-bottom:4rem}.portal__wrap{max-width:1120px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:250px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.portal__side{position:-webkit-sticky;position:sticky;top:calc(var(--promo-h, 0px) + 96px);background:var(--white);border-radius:16px;box-shadow:0 8px 24px rgba(13,31,60,.08);padding:1.1rem}.portal__who{display:flex;gap:.75rem;align-items:center;padding-bottom:.9rem;margin-bottom:.6rem;border-bottom:1px solid var(--gray-200)}.portal__avatar{width:42px;height:42px;border-radius:50%;background:var(--navy);color:var(--gold);font-weight:800;display:grid;place-items:center;flex:0 0 auto}.portal__who-text{min-width:0}.portal__name{font-weight:800;color:var(--navy);font-size:.95rem}.portal__email{font-size:.76rem;color:var(--gray-500);overflow-wrap:anywhere}.portal-nav{display:flex;flex-direction:column;gap:.15rem}.portal-nav__link{display:flex;align-items:center;gap:.6rem;padding:.6rem .7rem;border-radius:10px;font:inherit;font-weight:600;font-size:.9rem;color:var(--gray-600);background:none;border:0;text-align:left;cursor:pointer;text-decoration:none;transition:background .12s,color .12s}.portal-nav__link i{width:18px;text-align:center;color:var(--gray-500)}.portal-nav__link:hover{background:var(--gray-50);color:var(--navy)}.portal-nav__link.is-active{background:rgba(22,104,227,.08);color:var(--navy)}.portal-nav__link.is-active i{color:var(--coral)}.portal-nav__signout{margin-top:.4rem;border-top:1px solid var(--gray-200);border-radius:0;padding-top:.9rem}.portal__main{min-width:0}.portal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.1rem}.portal__head h1{font-size:1.7rem;margin:0;color:var(--navy)}.portal__sub{color:var(--gray-500);font-size:.9rem;margin-top:.25rem}.portal__section{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);margin:1.4rem 0 .7rem}.portal__crumb{margin:0 0 .6rem;font-size:.85rem}.portal__crumb a{color:var(--gray-600);text-decoration:none;font-weight:600}.portal__crumb a:hover{color:var(--coral)}.portal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.portal-card{display:block;background:var(--white);border-radius:14px;padding:1rem 1.1rem;box-shadow:0 6px 20px rgba(13,31,60,.07);border:1.5px solid transparent}.portal-card--link{text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.portal-card--link:hover{border-color:var(--coral);transform:translateY(-1px)}.portal-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.portal-card__id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--gray-500)}.portal-card__title{font-weight:800;color:var(--navy);font-size:1.02rem;margin-bottom:.4rem}.portal-card__meta{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem;color:var(--gray-600)}.portal-card__meta i{width:16px;color:var(--gray-500);margin-right:.3rem}.portal-card__foot{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.6rem;border-top:1px dashed var(--gray-200)}.portal-card__amount{font-weight:800;color:var(--navy)}.portal-card__cta{font-size:.82rem;font-weight:700;color:var(--coral)}.portal-status{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.2rem .6rem}.portal-status.is-pending_payment{background:#fff7ed;color:#b45309}.portal-status.is-confirmed{background:#e8f5e9;color:#2e7d32}.portal-status.is-completed{background:var(--gray-50);color:var(--gray-600)}.portal-status.is-cancelled{background:#fdecea;color:#b3261e}.portal-empty{text-align:center;background:var(--white);border-radius:14px;padding:2.2rem 1.5rem;color:var(--gray-600);box-shadow:0 6px 20px rgba(13,31,60,.06)}.portal-empty i{font-size:1.8rem;color:var(--gray-300);margin-bottom:.6rem;display:block}.portal-empty p{margin:0 0 1rem}.portal-panel{background:var(--white);border-radius:14px;padding:1.2rem 1.3rem;box-shadow:0 6px 20px rgba(13,31,60,.07);margin-bottom:1rem}.portal-panel h2{font-size:1rem;margin:0 0 .75rem;color:var(--navy)}.portal-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.portal-two .portal-panel{margin-bottom:1rem}.portal-row{display:grid;grid-template-columns:130px 1fr;grid-gap:.75rem;gap:.75rem;padding:.45rem 0;border-bottom:1px solid var(--gray-100);font-size:.9rem}.portal-row:last-child{border-bottom:0}.portal-row__k{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);padding-top:.15rem}.portal-row__v{color:var(--navy);font-weight:600;overflow-wrap:anywhere}.portal-muted{color:var(--gray-500);font-size:.88rem;line-height:1.55}.portal-ok{background:#e8f5e9;color:#2e7d32;border-radius:10px;padding:.7rem .9rem;font-size:.88rem;font-weight:600;margin:0 0 1rem}.portal-captain{display:flex;gap:1rem;align-items:center}.portal-captain__photo{width:84px;height:84px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--gray-50)}.portal-captain__photo--empty{display:grid;place-items:center;color:var(--gray-300);font-size:2rem}.portal-captain__name{font-weight:800;color:var(--navy);font-size:1.05rem}.portal-captain__bio{font-size:.82rem;color:var(--gray-500);margin:.15rem 0 .35rem}.portal-captain__phone{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:var(--coral);text-decoration:none}.portal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:.9rem;color:var(--navy)}.portal-list__row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--gray-100)}.portal-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin:.25rem 0 1rem}.portal-table-wrap{overflow-x:auto;background:var(--white);border-radius:14px;box-shadow:0 6px 20px rgba(13,31,60,.07)}.portal-table{width:100%;border-collapse:collapse;font-size:.88rem}.portal-table th{text-align:left;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);padding:.85rem 1rem;border-bottom:1px solid var(--gray-200)}.portal-table td{padding:.8rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--navy);vertical-align:middle}.portal-table tr:last-child td{border-bottom:0}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.portal-check{display:flex;align-items:center;gap:.55rem;font-size:.9rem;color:var(--navy);margin:.25rem 0 0;cursor:pointer}.portal-passenger{display:grid;grid-template-columns:1.2fr 1.3fr 1fr auto;grid-gap:.5rem;gap:.5rem;align-items:center;margin-bottom:.5rem}.portal-form__linkbtn{background:none;border:0;padding:0;font:inherit;font-size:.85rem;font-weight:700;color:var(--coral);cursor:pointer}.portal-auth__links{margin:1rem 0 0;display:flex;gap:.6rem;justify-content:center;font-size:.88rem}.portal-auth__links a{color:var(--navy);font-weight:600;text-decoration:none}.portal-auth__links a:hover{color:var(--coral)}@media (max-width:860px){.portal__wrap{grid-template-columns:1fr}.portal__side{position:static}.portal-nav{flex-direction:row;flex-wrap:wrap}.portal-nav__signout{margin:0;border:0;padding-top:.6rem}.portal-two{grid-template-columns:1fr}.portal-passenger{grid-template-columns:1fr 1fr}}.invoice{background:var(--white);border-radius:14px;padding:2rem;box-shadow:0 6px 20px rgba(13,31,60,.07)}.invoice__head{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.invoice__brand{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.15rem;color:var(--navy)}.invoice__meta{text-align:right;font-size:.9rem;color:var(--navy)}.invoice__title{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--coral)}.invoice__muted{color:var(--gray-500);font-size:.85rem}.invoice__to{margin-bottom:1.5rem;font-size:.92rem;color:var(--navy)}.invoice__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.25rem}.invoice__table{width:100%;border-collapse:collapse;font-size:.88rem}.invoice__table th{text-align:left;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);padding:.6rem .5rem;border-bottom:2px solid var(--gray-200)}.invoice__table td{padding:.6rem .5rem;border-bottom:1px solid var(--gray-100);color:var(--navy);vertical-align:top}.invoice__table .num{text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.invoice__table tfoot td{border-bottom:0;color:var(--gray-600);padding-top:.5rem}.invoice__total td{font-weight:800;color:var(--navy);font-size:1rem;border-top:2px solid var(--gray-200)}.invoice__notes{margin:1.25rem 0 0;font-size:.88rem;color:var(--navy)}.invoice__foot{margin:1.5rem 0 0}@media print{.navbar,.newsletter-section,.no-print,.portal__side,.promo-banner,.promo-bar,.site-footer,footer{display:none!important}body{background:#fff!important}.portal,.quote-page{padding:0!important}.portal__wrap{display:block;padding:0}.invoice{box-shadow:none;padding:0}}.ptb-saved{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin:.25rem 0 .9rem}.ptb-saved__label{font-size:.78rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em}.ptb-saved__chip{font:inherit;font-size:.82rem;font-weight:600;color:var(--navy);background:var(--white);border:1.5px solid var(--gray-300);border-radius:999px;padding:.35rem .75rem;cursor:pointer}.ptb-saved__chip:hover{border-color:var(--coral);color:var(--coral)}.ptb-saved__chip:disabled{opacity:.45;cursor:not-allowed}.portal{padding-top:1.75rem}.portal__wrap{max-width:1280px;padding:0;grid-template-columns:260px 1fr;gap:1.75rem}.portal__side{top:calc(var(--promo-h, 0px) + 88px)}.portal__head{margin-bottom:.9rem}.portal__head h1{font-size:1.85rem;line-height:1.15}.portal__section{margin-top:1rem}.portal-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.1rem}@media (max-width:860px){.portal__wrap{padding:0}}main.portal section.portal__main{padding:0}.portal-footer{background:var(--navy);color:rgba(255,255,255,.7);font-size:.82rem}.portal-footer__inner{max-width:1280px;margin:0 auto;padding:1.1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.portal-footer__links{display:flex;gap:1.25rem}.portal-footer__links a{color:rgba(255,255,255,.85);text-decoration:none;font-weight:600}.portal-footer__links a:hover{color:var(--gold)}body:has(.portal) .promo-banner{display:none!important}body.has-promo:has(.portal),body:has(.portal){padding-top:0!important}body.has-promo:has(.portal) .navbar{top:0!important}body:has(.portal) .portal__side{top:88px}.promo-card{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:linear-gradient(135deg,var(--navy) 0,#1a3f6b 100%);color:#fff;border-radius:14px;padding:1rem 1.2rem;margin:0 0 .5rem;box-shadow:0 8px 24px rgba(13,31,60,.18)}.promo-card__icon{width:40px;height:40px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-size:1rem;flex:0 0 auto}.promo-card__text{flex:1 1 260px;min-width:0}.promo-card__title{font-weight:800;font-size:.98rem}.promo-card__sub{font-size:.8rem;color:rgba(255,255,255,.75);margin-top:2px}.promo-card__actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.promo-card__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;font-size:.8rem;letter-spacing:.06em;background:rgba(255,255,255,.12);border:1px dashed rgba(255,255,255,.45);border-radius:8px;padding:.35rem .6rem}.promo-card .btn-outline{border-color:var(--gold);color:var(--gold)}.promo-card .btn-outline:hover{background:var(--gold);color:var(--navy)}body:has(.portal){min-height:100vh;display:flex;flex-direction:column}main.portal{flex:1 0 auto;min-height:0}body:has(.portal) .portal-footer{flex:0 0 auto}.notif-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--coral);color:#fff;font-size:.7rem;font-weight:800;display:inline-grid;place-items:center}.notif-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.notif__link{display:flex;align-items:flex-start;gap:.85rem;background:var(--white);border-radius:14px;padding:.9rem 1rem;box-shadow:0 6px 20px rgba(13,31,60,.06);border:1.5px solid transparent;text-decoration:none;color:inherit;position:relative}a.notif__link:hover{border-color:var(--coral)}.notif.is-unread .notif__link{background:rgba(22,104,227,.05);border-color:rgba(22,104,227,.18)}.notif__icon{flex:0 0 auto;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--gray-50);color:var(--navy)}.notif__icon.is-booking_confirmed{background:#e8f5e9;color:#2e7d32}.notif__icon.is-captain_assigned{background:rgba(22,104,227,.1);color:#1668e3}.notif__icon.is-hold_expired,.notif__icon.is-payment_due{background:#fff7ed;color:#b45309}.notif__icon.is-trip_reminder{background:var(--gold);color:var(--navy)}.notif__text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.notif__title{font-weight:700;color:var(--navy);font-size:.95rem}.notif__body{font-size:.85rem;color:var(--gray-600);line-height:1.5}.notif__when{font-size:.74rem;color:var(--gray-500);margin-top:2px}.notif__dot{position:absolute;top:1rem;right:1rem;width:9px;height:9px;border-radius:50%;background:var(--coral)}.stars{display:flex;align-items:center;gap:.15rem}.stars .star{font-size:1.5rem;color:var(--gray-300);background:none;border:0;padding:.1rem;cursor:default;line-height:1}.stars.is-interactive .star{cursor:pointer;transition:transform .1s,color .1s}.stars.is-interactive .star:hover{transform:scale(1.12)}.stars .star.is-on{color:var(--gold)}.stars__label{margin-left:.6rem;font-size:.85rem;font-weight:700;color:var(--navy)}.review-done__comment{margin:.6rem 0 .4rem;color:var(--navy);line-height:1.6;white-space:pre-wrap}.review-reply{margin-top:.75rem;background:var(--gray-50);border-left:3px solid var(--gold);border-radius:8px;padding:.6rem .9rem;font-size:.88rem;color:var(--navy)}.review-reply p{margin:.25rem 0 0}.tour-info section.tour-reviews{margin-top:2.5rem;padding:2rem 0 0;border-top:1px solid var(--gray-200)}.tour-info .tour-reviews h2{margin-bottom:.4rem}.tour-info .tour-reviews__summary{display:flex;align-items:center;gap:.5rem;margin:0 0 1.1rem;font-size:.95rem;color:var(--gray-600)}.tour-reviews__summary strong{color:var(--navy);font-size:1.05rem}.tour-reviews__stars{color:var(--gray-300);font-size:.9rem;letter-spacing:.05em}.tour-reviews__stars .is-on{color:var(--gold)}.tour-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.tour-info .tour-review__text{margin:0 0 .6rem;font-size:.95rem;line-height:1.6;color:var(--navy)}.tour-review{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;padding:1rem 1.1rem}.tour-review__stars{color:var(--gray-300);font-size:.85rem;margin-bottom:.5rem}.tour-review__stars .is-on{color:var(--gold)}.tour-review__text{margin:0 0 .6rem;color:var(--navy);line-height:1.6;font-size:.93rem}.tour-review__who{font-size:.78rem;color:var(--gray-500);font-weight:600}.tour-review__reply{margin-top:.6rem;font-size:.82rem;color:var(--gray-600);background:var(--gray-50);border-radius:8px;padding:.5rem .7rem}.copy-btn{display:inline-flex;align-items:center;gap:.3rem;font:inherit;font-size:.72rem;font-weight:700;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);border-radius:999px;padding:.15rem .55rem;cursor:pointer;vertical-align:middle;margin-left:.35rem}.copy-btn:hover{border-color:var(--coral);color:var(--coral)}.copy-btn.is-done{color:#2e7d32;border-color:#2e7d32}.copy-btn span:empty{display:none}.portal-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.02em}.portal-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;background:var(--white);border-radius:14px;padding:.75rem;box-shadow:0 6px 20px rgba(13,31,60,.06);margin-bottom:1rem}.portal-filters .form-control{margin:0;font-size:.88rem;padding:.5rem .7rem;width:auto;min-width:140px}.portal-filters__search{position:relative;flex:1 1 260px}.portal-filters__search i{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-500);font-size:.85rem}.portal-filters__search .form-control{width:100%;padding-left:2.1rem}.portal-table .num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.portal-table .num.is-pos{color:#2e7d32;font-weight:700}.portal-table .num.is-neg{color:#b3261e;font-weight:700}.ticket-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ticket{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.5rem .9rem;gap:.5rem .9rem;background:var(--white);border-radius:14px;padding:.85rem 1rem;text-decoration:none;color:inherit;box-shadow:0 6px 20px rgba(13,31,60,.06);border:1.5px solid transparent}.ticket:hover{border-color:var(--coral)}.ticket__subject{font-weight:700;color:var(--navy);grid-column:2}.ticket__meta{grid-column:2;font-size:.78rem;color:var(--gray-500)}.ticket>i{grid-column:3;grid-row:1/span 2;color:var(--gray-300)}.thread{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.thread__msg{max-width:78%;min-width:min(100%,260px);background:var(--white);border-radius:14px;padding:.7rem 1rem .8rem;box-shadow:0 6px 20px rgba(13,31,60,.06)}.thread__msg.is-customer{align-self:flex-end;background:rgba(22,104,227,.07);border-right:3px solid rgba(22,104,227,.45);border-bottom-right-radius:4px}.thread__msg.is-staff{align-self:flex-start;border-left:3px solid var(--gold);border-bottom-left-radius:4px}.thread__who{display:flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;color:var(--gray-500);margin-bottom:.35rem}.thread__who i{color:var(--coral)}.thread__msg.is-customer .thread__who i{color:#1668e3}.thread__at{margin-left:auto;padding-left:1rem;font-weight:500;white-space:nowrap}.thread__body{color:var(--navy);font-size:.93rem;line-height:1.55;white-space:pre-wrap}.rewards-hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;background:linear-gradient(135deg,var(--navy) 0,#1a3f6b 100%);color:#fff;border-radius:16px;padding:1.4rem 1.6rem;margin-bottom:1rem}.rewards-hero__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.7)}.rewards-hero__points{font-size:2.4rem;font-weight:800;line-height:1.1;color:var(--gold)}.rewards-hero__points span{font-size:1rem;color:rgba(255,255,255,.85);font-weight:600}.rewards-hero__value{font-size:.9rem;color:rgba(255,255,255,.85);margin-top:.25rem}.rewards-hero__hint{font-size:.85rem;color:rgba(255,255,255,.85);background:rgba(255,255,255,.1);border-radius:999px;padding:.5rem .9rem}.rewards-rules{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:.9rem;color:var(--navy)}.rewards-rules i{color:var(--gold);width:20px;margin-right:.3rem}.ptb-points{display:flex;align-items:center;gap:.8rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:12px;padding:.75rem .9rem;margin-bottom:1rem;cursor:pointer}.ptb-points.is-on{border-color:var(--gold);background:rgba(247,181,0,.08)}.ptb-points input{width:18px;height:18px;accent-color:var(--coral)}.ptb-points__icon{width:36px;height:36px;border-radius:10px;background:var(--gold);color:var(--navy);display:grid;place-items:center}.ptb-points__text{display:flex;flex-direction:column}.ptb-points__label{font-weight:700;color:var(--navy);font-size:.92rem}.ptb-points__hint{font-size:.78rem;color:var(--gray-500)}.portal-auth__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:.5rem}.portal-auth__eyebrow i{margin-right:.35rem}.portal-auth__roles{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem}.portal-auth__roles a i{margin-right:.3rem;color:var(--coral)}.portal--chauffeur .portal__avatar{background:var(--gold);color:var(--navy)}.portal--agent .portal__avatar{background:#1668e3;color:#fff}.ride.is-today{border-color:var(--gold);box-shadow:0 0 0 3px rgba(247,181,0,.18),0 6px 20px rgba(13,31,60,.07)}.ride__time{font-weight:800;color:var(--navy);font-size:1.05rem;margin-bottom:.2rem}.ride__time i{color:var(--coral);margin-right:.3rem}.stars-inline{color:var(--gold);letter-spacing:.05em}.portal-confirm{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;background:#fff7ed;border:1.5px solid var(--gold);border-radius:12px;padding:.6rem .8rem;font-weight:600;color:var(--navy)}.agent-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.agent-stat{background:var(--white);border-radius:14px;padding:.9rem 1rem;box-shadow:0 6px 20px rgba(13,31,60,.06);display:flex;flex-direction:column;gap:.2rem}.agent-stat__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500)}.agent-stat__value{font-size:1.3rem;font-weight:800;color:var(--navy)}.agent-stat.is-pending .agent-stat__value{color:#b45309}.agent-stat.is-earned .agent-stat__value{color:#2e7d32}.agent-stat.is-paid .agent-stat__value{color:#1668e3}.agent-steps{margin:.5rem 0 0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem;font-size:.92rem;color:var(--navy);line-height:1.5}.ptb-referral{margin:0 0 1rem;font-size:.9rem}.ptb-referral .portal-form__linkbtn,.ptb-referral__field{color:var(--navy);font-weight:600}.ptb-referral__field{display:grid;grid-gap:.35rem;gap:.35rem}.ptb-referral__field small{font-weight:500;color:var(--gray-500)}.ptb-referral__field .form-control{max-width:260px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.referral-code{display:grid;grid-template-columns:auto 1fr;grid-gap:1.25rem 2rem;gap:1.25rem 2rem;align-items:start;background:linear-gradient(135deg,var(--navy),#1a2f57);color:#fff;border-radius:16px;padding:1.25rem 1.4rem;margin-bottom:1rem}.referral-code__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.75;margin-bottom:.25rem}.referral-code__value{font-size:1.9rem;font-weight:800;letter-spacing:.08em;color:var(--gold);display:flex;align-items:center;gap:.5rem}.referral-code__url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;word-break:break-all;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.referral-code .portal-muted{color:rgba(255,255,255,.7);margin:.5rem 0 0;font-size:.85rem}.referral-code .copy-btn{color:var(--navy)}@media (max-width:640px){.referral-code{grid-template-columns:1fr}}.footer-site{display:contents}.portal-footer{display:none}body:has(.portal) .footer-site,body:has(.portal-auth) .footer-site{display:none}body:has(.portal) .portal-footer,body:has(.portal-auth) .portal-footer{display:block}.portal__car{display:flex;gap:.7rem;align-items:flex-start;background:#f6f8fb;border-radius:12px;padding:.7rem .85rem;margin:.25rem 0 .9rem;font-size:.85rem;color:var(--navy)}.portal__car>i{color:var(--coral);margin-top:.2rem}.portal__car>span{display:flex;flex-direction:column;gap:.1rem;min-width:0}.portal__car-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500)}.portal__car-name{font-weight:700}.portal__car-odo{font-size:.78rem;color:var(--gray-500)}.portal__car.is-none .portal__car-name{color:var(--gray-500);font-weight:500}.portal-ok-inline{color:#2e7d32;font-weight:600;font-size:.85rem}.portal-hint{background:#fff7ed;border:1.5px solid var(--gold);border-radius:12px;padding:.6rem .8rem;font-weight:600;color:var(--navy);font-size:.88rem;max-width:320px}.portal-hint i{color:var(--coral);margin-right:.3rem}.ride-check__grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,1.4fr);grid-gap:1rem 1.5rem;gap:1rem 1.5rem;align-items:start}.ride-check__odo{font-size:1.35rem;font-weight:800;letter-spacing:.04em}.ride-check__label{display:block;font-weight:700;color:var(--navy);margin-bottom:.4rem;font-size:.92rem}.ride-check__head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.5rem}.ride-check__head .portal-form__linkbtn{font-size:.82rem}.ride-check__req{color:#b45309;font-weight:600}.fuel-picker{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.4rem;gap:.4rem}.fuel-picker__btn{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem .25rem .45rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:12px;cursor:pointer;font:inherit;color:var(--navy)}.fuel-picker__btn:hover{border-color:var(--coral)}.fuel-picker__btn.is-on{border-color:var(--gold);background:rgba(247,181,0,.12);box-shadow:0 0 0 2px rgba(247,181,0,.25)}.fuel-picker__bar{width:14px;height:34px;border:1.5px solid #cfd6e2;border-radius:4px;display:flex;align-items:flex-end;overflow:hidden;background:var(--white)}.fuel-picker__bar>span{display:block;width:100%;background:linear-gradient(180deg,#4caf50,#2e7d32)}.fuel-picker__btn.is-on .fuel-picker__bar>span{background:linear-gradient(180deg,var(--gold),#d99a00)}.fuel-picker__label{font-size:.78rem;font-weight:700}.checklist{list-style:none;margin:0 0 1rem;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:.5rem;gap:.5rem}.checklist__item{position:relative;display:flex;gap:.7rem;align-items:flex-start;padding:.6rem .75rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:12px;cursor:pointer}.checklist__item input{position:absolute;opacity:0;width:0;height:0}.checklist__item.is-on{border-color:#2e7d32;background:#f1f8f2}.checklist__box{width:24px;height:24px;flex:0 0 24px;border-radius:7px;border:1.5px solid #cfd6e2;display:grid;place-items:center;color:transparent;background:var(--white);margin-top:1px}.checklist__item.is-on .checklist__box{background:#2e7d32;border-color:#2e7d32;color:#fff}.checklist__text{display:flex;flex-direction:column;gap:.1rem}.checklist__label{font-weight:700;color:var(--navy);font-size:.9rem}.checklist__hint{font-size:.78rem;color:var(--gray-500)}.checklist__item:focus-within{box-shadow:0 0 0 3px rgba(247,181,0,.3)}.photo-grid{display:flex;flex-wrap:wrap;gap:.5rem}.photo-grid__item{position:relative;width:96px;height:96px;margin:0;border-radius:10px;overflow:hidden;border:1.5px solid var(--gray-200);background:#f6f8fb;display:block}.photo-grid__item img{width:100%;height:100%;object-fit:cover;display:block}.photo-grid__remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:0;background:rgba(13,31,60,.75);color:#fff;cursor:pointer;display:grid;place-items:center;font-size:.7rem}.photo-grid__add{width:96px;height:96px;border:1.5px dashed #cfd6e2;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;font-size:.78rem;font-weight:700;color:var(--navy);cursor:pointer;text-align:center;padding:.4rem}.photo-grid__add:hover{border-color:var(--coral);color:var(--coral)}.photo-grid__add i{font-size:1.1rem}.photo-grid--view{margin-top:.75rem}.check-summary__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:.6rem;gap:.6rem}.check-stat{background:#f6f8fb;border-radius:12px;padding:.65rem .8rem;display:flex;flex-direction:column;gap:.15rem}.check-stat__label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500)}.check-stat__value{font-weight:800;color:var(--navy);font-size:1.05rem}.check-stat.is-ok .check-stat__value{color:#2e7d32}.check-stat.is-warn .check-stat__value{color:#b45309}.check-summary__failed{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;color:#b45309;font-weight:600}.check-summary__issues{margin:.75rem 0 0;font-size:.9rem;color:var(--navy);white-space:pre-wrap}.ride-end{background:var(--white);border:1.5px solid var(--gold);border-radius:14px;padding:.9rem 1rem;min-width:min(100%,420px)}.ride-end__title{font-weight:800;color:var(--navy);margin-bottom:.6rem}.ride-end__title i{color:var(--coral);margin-right:.3rem}.ride-end .ride-check__grid{grid-template-columns:1fr}.ride-end .portal-confirm{margin-top:.5rem}body:has(.portal--chauffeur) .nav-links,body:has(.portal-auth--chauffeur) .nav-links{display:none!important}@media (max-width:640px){.ride-check__grid{grid-template-columns:1fr}.fuel-picker{gap:.3rem}}.portal__avatar--img{object-fit:cover}.portal__rating{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:var(--navy);margin-top:.15rem}.portal__rating .stars-inline{font-size:.85rem}.profile-hero{display:flex;gap:1.25rem;align-items:center;background:var(--white);border-radius:16px;padding:1.1rem 1.25rem;box-shadow:0 6px 20px rgba(13,31,60,.06);margin-bottom:1rem;flex-wrap:wrap}.profile-hero__text{flex:1 1 260px;min-width:0}.profile-hero__name{font-size:1.35rem;font-weight:800;color:var(--navy)}.profile-hero__meta{color:var(--gray-500);font-size:.9rem;margin-top:.15rem}.profile-hero__rating{display:flex;align-items:center;gap:.5rem;margin-top:.4rem;font-size:.9rem;font-weight:600;color:var(--navy)}.profile-hero__rating .stars-inline{font-size:1.05rem}.profile-note{margin:-.25rem 0 1rem;font-size:.82rem}.agent-stat__value--sm{font-size:1rem}.avatar-upload{display:flex;flex-direction:column;align-items:center;gap:.5rem}.avatar-upload__img{width:96px;height:96px;border-radius:50%;object-fit:cover;background:var(--gold);color:var(--navy);font-size:2rem;font-weight:800;display:grid;place-items:center;border:3px solid var(--white);box-shadow:0 4px 14px rgba(13,31,60,.15)}.avatar-upload .btn{cursor:pointer}.portal-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 1rem;gap:0 1rem}.doc-upload{background:#f6f8fb;border-radius:12px;padding:.9rem 1rem}.doc-upload__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:0 1rem;gap:0 1rem}.doc-upload__file{display:flex;align-items:center;gap:.5rem;border:1.5px dashed #cfd6e2;border-radius:10px;padding:.6rem .8rem;cursor:pointer;font-weight:600;color:var(--navy);background:var(--white);font-size:.9rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.doc-upload__file:hover{border-color:var(--coral)}.doc-link{font-weight:700;color:var(--navy);text-decoration:none}.doc-link:hover{color:var(--coral)}@media (max-width:640px){.portal-form__row{grid-template-columns:1fr}}.ptb-addresses{margin:1.25rem 0 .5rem;padding:1rem 1.1rem .4rem;background:#f6f8fb;border-radius:14px}.ptb-subtitle{margin:0 0 .25rem;font-size:1.02rem;font-weight:800;color:var(--navy)}.ptb-subtitle i{color:var(--coral);margin-right:.35rem}.ptb-hint{margin:0 0 .9rem;font-size:.85rem;color:var(--gray-500)}.ptb-addresses .form-group{margin-bottom:.9rem}.ptb-addresses .form-group label{display:block;font-weight:700;color:var(--navy);font-size:.88rem;margin-bottom:.35rem}.ptb-label-hint{font-weight:500;color:var(--gray-500)}.ptb-addresses .places-autocomplete .form-control{background:var(--white)}.ptb-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);grid-gap:0 .9rem;gap:0 .9rem}.ptb-error{display:block;color:#c62828;font-weight:600;font-size:.8rem;margin-top:.3rem}.form-group.has-error .form-control{border-color:#c62828!important;box-shadow:0 0 0 3px rgba(198,40,40,.12)}.ptb-return-addr{border-top:1px dashed #cfd6e2;padding-top:.8rem;margin-top:.2rem}.ptb-check{display:flex;align-items:center;gap:.55rem;font-weight:600;color:var(--navy);font-size:.9rem;margin-bottom:.8rem;cursor:pointer}.ptb-check input{width:18px;height:18px;accent-color:var(--coral)}.portal-addr{display:flex;flex-direction:column;gap:.15rem}.portal-addr a{color:var(--navy);text-decoration:none;font-weight:600}.portal-addr a:hover{color:var(--coral)}.portal-addr__nav{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;color:var(--coral)!important}.portal-card__meta .portal-card__addr{flex-basis:100%}@media (max-width:560px){.ptb-two{grid-template-columns:1fr}}.ptb-addresses .form-control{background:var(--white);border-color:#dfe5ee}.ptb-addresses .form-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(247,181,0,.2)}.ptb-addresses input.form-control:not(.places-autocomplete .form-control){padding-left:1rem}.ptb-two{align-items:end}.ptb-two .form-group label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agreement-card{border-left:4px solid var(--gold)}.agreement-card.is-accepted{border-left-color:#2e7d32}.agreement-card h2 i{color:var(--coral);margin-right:.35rem}.agreement-card__doc{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;background:#f6f8fb;border-radius:12px;padding:.8rem 1rem;margin-bottom:.9rem}.agreement-card__doc .doc-link{font-size:1rem}.agreement-accept .ptb-check{align-items:flex-start}.agreement-accept .ptb-check input{margin-top:3px;flex:0 0 auto}.terms-card{border-left:4px solid var(--gray-300,#cfd6e2)}.terms-card.is-on{border-left-color:#2e7d32}.terms-card h2 i{color:var(--coral);margin-right:.35rem}.terms-card.is-requested{border-left-color:var(--gold)}.terms-apply{margin-top:.75rem}.share{display:flex;gap:1.25rem;align-items:flex-start;flex-wrap:wrap}.share__qr{flex:0 0 auto;width:160px;height:160px;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:6px}.share__qr svg{width:100%;height:100%;display:block}.share__tools{flex:1 1 320px;min-width:0}.share__row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.share__blurb{background:#f6f8fb;border-radius:12px;padding:.75rem .9rem;font-size:.9rem;color:var(--navy);line-height:1.55;margin:0 0 .5rem}.share__blurb .portal-form__linkbtn{margin-left:.4rem}.share__hint{font-size:.82rem;margin:0}.portal--referral .portal__avatar{background:var(--navy);color:var(--gold)}@media print{.share__qr{border:0}}.portal-form label.pay-method{display:flex;align-items:center;text-transform:none;letter-spacing:0;font-size:inherit;font-weight:inherit;margin:0}.portal-form .pay-method__label{text-transform:none;letter-spacing:0;font-size:.95rem;font-weight:700}.portal-form .pay-method__hint{text-transform:none;letter-spacing:0;font-size:.8rem;font-weight:500}.payout-rules{border-left:4px solid var(--gold)}.payout-rules.is-ready{border-left-color:#2e7d32}.payout-rules h2 i{color:var(--coral);margin-right:.35rem}.payout-rules__list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.92rem;color:var(--navy)}.payout-rules__list li{display:flex;gap:.6rem;align-items:flex-start;line-height:1.5}.payout-rules__list li i{color:var(--coral);margin-top:.25rem;flex:0 0 auto}.payout-progress{background:#f6f8fb;border-radius:12px;padding:.8rem .9rem}.payout-progress__bar{height:10px;border-radius:999px;background:var(--gray-200);overflow:hidden;margin-bottom:.5rem}.payout-progress__bar span{display:block;height:100%;background:linear-gradient(90deg,var(--gold),#2e7d32);border-radius:999px;transition:width .3s}.payout-progress__text{font-size:.88rem;color:var(--navy)}.dash-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.dash-grid .portal-panel{margin-bottom:0}.dash-grid h2 i,.dash-next h2 i{color:var(--coral);margin-right:.35rem}.dash-next__title{font-size:1.2rem;font-weight:800;color:var(--navy)}.dash-next__when{color:var(--gray-600);font-size:.9rem;margin:.2rem 0 .75rem}.dash-next__when i{color:var(--coral);margin-right:.3rem}.dash-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.dash-list li{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;background:#f6f8fb;border-radius:12px;font-size:.9rem;color:var(--navy)}.dash-list li>i{color:var(--coral);flex:0 0 auto}.dash-list li>span:first-of-type{flex:1 1 auto;min-width:0}.dash-list--plain li{background:transparent;padding:.45rem 0;border-bottom:1px solid var(--gray-100);border-radius:0}.dash-list--plain li:last-child{border-bottom:0}.dash-list__amount{font-weight:800;color:#2e7d32;white-space:nowrap}.dash-quick{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:.6rem;gap:.6rem;margin:1rem 0}.dash-quick__item{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.9rem .6rem;background:var(--white);border-radius:14px;box-shadow:0 6px 20px rgba(13,31,60,.06);text-decoration:none;color:var(--navy);font-weight:700;font-size:.85rem;text-align:center;transition:transform .15s,box-shadow .15s}.dash-quick__item i{font-size:1.25rem;color:var(--coral)}.dash-quick__item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(13,31,60,.1)}.dash-quick__item.is-static{cursor:default}.dash-quick__item.is-static:hover{transform:none}.agent-stat__hint{font-size:.75rem;font-weight:600;color:var(--gray-500);margin-left:.25rem}@media (max-width:860px){.dash-grid{grid-template-columns:1fr}}.portal--office .portal__avatar{background:var(--navy);color:var(--gold)}body:has(.portal--office) .nav-links,body:has(.portal-auth--office) .nav-links{display:none!important}.office-warn{color:#b45309;font-weight:700}.office-h3{font-size:.95rem;font-weight:800;color:var(--navy);margin:.75rem 0 .4rem}.office-note{background:#f6f8fb;border-radius:12px;padding:.7rem .9rem;font-size:.85rem;color:var(--navy);margin-top:.75rem;line-height:1.5}.office-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 .8rem;gap:0 .8rem}.office-action{display:inline-flex;flex-direction:column;gap:.2rem}.office-action__err{color:#c62828;font-weight:600;font-size:.75rem}.office-inline{display:flex;flex-direction:column;gap:.25rem;margin:0 0 .7rem}.office-inline .form-control{padding:.5rem .7rem;font-size:.88rem;width:auto;min-width:180px;max-width:100%}.office-inline__label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500)}.office-inline__tick{color:#2e7d32;font-size:.8rem}.office-inline.is-err .form-control{border-color:#c62828}.office-field{margin:0 0 .7rem}.office-field label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.25rem}.office-field__row{display:flex;gap:.5rem;align-items:flex-start}.office-field__row .form-control{padding:.5rem .7rem;font-size:.88rem}.office-create__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:0 1rem;gap:0 1rem}.office-create__grid .form-group.is-wide{grid-column:1/-1}.office-cell-actions{white-space:nowrap}.office-cell-actions .btn+.btn,.office-cell-actions .office-action+.btn{margin-left:.35rem}.office-picklist{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.35rem}.office-picklist label{display:flex;align-items:center;gap:.6rem;padding:.45rem .6rem;background:#f6f8fb;border-radius:10px;font-size:.88rem;color:var(--navy);cursor:pointer}.office-picklist label span{flex:1 1 auto}.office-picklist input{width:16px;height:16px;accent-color:var(--coral)}.office-generate{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.office-generate label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em}.office-generate .form-control{padding:.45rem .6rem}.payout-group{border-top:1px solid var(--gray-100);padding:.75rem 0}.payout-group:first-of-type{border-top:0}.payout-group__head{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:.5rem}.payout-group__head a{color:var(--navy);text-decoration:none}.payout-group__total{margin-left:auto;font-weight:800;color:#2e7d32}.payout-group__total.is-under{color:#b45309;font-weight:600;font-size:.85rem}.dispatch-day{margin-bottom:.75rem}.dispatch-day__empty{margin:0 0 .5rem .25rem;font-size:.85rem}.dispatch-table tr.is-unassigned td:first-child{border-left:3px solid var(--gold)}.dispatch-table .office-inline{margin:0}.dispatch-table .office-inline .form-control{min-width:140px}.portal-table tr.is-today td{background:rgba(247,181,0,.08)}@media (max-width:640px){.office-two{grid-template-columns:1fr}}.portal--office .portal__wrap{max-width:none;width:100%;padding-left:1rem;padding-right:1rem}.portal--office .portal__side{width:230px;flex:0 0 230px}.portal--office .portal__main{min-width:0}.dispatch-controls{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap;margin:0}.dispatch-controls .form-control{width:auto;padding:.45rem .6rem;font-size:.85rem}.dispatch-toolbar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;background:var(--white);border-radius:14px;padding:.6rem .8rem;box-shadow:0 6px 20px rgba(13,31,60,.06);margin-bottom:.8rem}.dispatch-toolbar__group{display:flex;gap:.35rem;align-items:center}.dispatch-legend{display:flex;gap:.9rem;flex-wrap:wrap;margin-left:auto;font-size:.75rem;color:var(--gray-600)}.dispatch-legend span{display:inline-flex;align-items:center;gap:.3rem}.dispatch-swatch{display:inline-block;width:14px;height:10px;border-radius:3px;background:var(--navy)}.dispatch-swatch.is-unassigned{background:var(--white);border:2px solid var(--gold)}.dispatch-swatch.is-pending{background:repeating-linear-gradient(135deg,#cfd6e2 0 3px,#eef1f6 3px 6px)}.dispatch-swatch.is-confirmed{background:var(--navy)}.dispatch-swatch.is-started{background:#1668e3}.dispatch-swatch.is-completed{background:#2e7d32}.board-wrap{overflow-x:auto;background:var(--white);border-radius:16px;box-shadow:0 6px 20px rgba(13,31,60,.06);padding-bottom:.25rem}.board{display:grid}.board__corner{position:-webkit-sticky;position:sticky;left:0;z-index:3;background:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);padding:.6rem .9rem;border-bottom:1px solid var(--gray-200);border-right:1px solid var(--gray-200);display:flex;align-items:flex-end}.board__corner--months{border-bottom:0}.board__month{font-size:.72rem;font-weight:700;color:var(--gray-500);padding:.45rem .6rem 0;white-space:nowrap}.board__month.is-first{color:var(--navy);border-left:2px solid var(--gray-200)}.board__day{display:flex;align-items:baseline;gap:.35rem;padding:.4rem .6rem .5rem;border-bottom:1px solid var(--gray-200);border-left:1px solid var(--gray-100);position:-webkit-sticky;position:sticky;top:0;background:var(--white);z-index:2}.board__day.is-weekend{background:#f7f8fb}.board__daynum{font-size:1rem;font-weight:800;color:var(--navy)}.board__day.is-today .board__daynum{background:var(--navy);color:var(--gold);border-radius:8px;padding:0 .4rem}.board__dayname{font-size:.72rem;font-weight:700;color:var(--gray-500);text-transform:uppercase}.board__count{margin-left:auto;font-size:.72rem;font-weight:800;color:var(--coral);background:rgba(255,107,53,.12);border-radius:999px;padding:.05rem .45rem}.board__count.is-zero{color:var(--gray-400,#9aa4b5);background:transparent}.board__row{border-bottom:1px solid var(--gray-200);min-width:0}.board__row.is-unassigned{background:#fffaf0}.board__rowgrid{display:grid;position:relative}.board__resource{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:inherit;background-color:var(--white);border-right:1px solid var(--gray-200);padding:.3rem .9rem;display:flex;flex-direction:column;gap:0;font-size:.85rem;justify-content:center;line-height:1.3;overflow:hidden}.board__row.is-unassigned .board__resource{background-color:#fffaf0}.board__resource a{color:var(--navy);text-decoration:none}.board__resource .portal-muted{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board__rowcount{font-size:.7rem;color:var(--gray-500)}.board__cell{border-left:1px solid var(--gray-100)}.board__cell.is-weekend{background:#f7f8fb}.board__row.is-unassigned .board__cell.is-weekend{background:#fbf3e0}.board__cell.is-past{background-image:repeating-linear-gradient(135deg,transparent 0 6px,rgba(13,31,60,.035) 6px 7px)}.board__cell.is-today{box-shadow:inset 2px 0 0 var(--navy)}.board__bar{position:relative;z-index:1;margin:6px 5px;border-radius:9px;min-width:0;display:flex;align-items:center;gap:.3rem;overflow:hidden;background:var(--navy);color:#fff;box-shadow:0 2px 6px rgba(13,31,60,.18)}.board__bar-link{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:0;padding:.25rem .55rem;color:inherit;text-decoration:none}.board__bar-title{font-size:.78rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board__bar-title i{font-size:.7rem;margin-right:.3rem;opacity:.85}.board__bar-sub{font-size:.68rem;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board__bar.is-confirmed{background:var(--navy)}.board__bar.is-started{background:#1668e3}.board__bar.is-completed{background:#2e7d32}.board__bar.is-pending{background:repeating-linear-gradient(135deg,#cfd6e2 0 5px,#e6eaf1 5px 10px);color:var(--navy);box-shadow:none}.board__bar.is-unassigned{background:var(--white);color:var(--navy);border:2px solid var(--gold);box-shadow:none}.board__bar.is-return{border:2px dashed rgba(255,255,255,.55)}.board__bar:hover{filter:brightness(1.06)}.board__assign{flex:0 0 auto;padding-right:.3rem}.board__assign .office-inline{margin:0}.board__assign .office-inline .form-control{min-width:110px;padding:.2rem .4rem;font-size:.72rem;border-radius:7px}body:has(.portal--office) .footer-site,body:has(.portal--office) .navbar,body:has(.portal--office) .portal-footer,body:has(.portal--office) .promo-banner,body:has(.portal-auth--office) .footer-site,body:has(.portal-auth--office) .navbar,body:has(.portal-auth--office) .portal-footer,body:has(.portal-auth--office) .promo-banner{display:none!important}body:has(.portal--office),body:has(.portal-auth--office){padding-top:0!important}.portal--office.quote-page{margin-top:0;min-height:100vh;padding:1rem 1rem 2rem}.portal--office .portal__side{top:1rem}.portal-auth--office{margin-top:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.office-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--navy);padding:.1rem 0 .9rem;margin-bottom:.75rem;border-bottom:1px solid var(--gray-200)}.office-brand img{width:36px;height:36px;object-fit:contain}.office-brand__mark{width:36px;height:36px;border-radius:10px;background:var(--navy);color:var(--gold);display:grid;place-items:center;font-size:.95rem}.office-brand__text{display:flex;flex-direction:column;line-height:1.1}.office-brand__name{font-weight:800;font-size:.95rem}.office-brand__sub{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coral)}