:root{--ink:#1a1226;--navy:#2e1065;--paper:#fff;--brand:#4c1d95;--brand-deep:#2e1065;--brand-bright:#6d28d9;--brand-soft:#f5f2fc;--brass:#4c1d95;--brass-bright:#6d28d9;--ash:#7a7590;--signal:#2f9e6a;--warn:#d08a1f;--danger:#c0453e;--text:#3a3450;--muted:var(--ash);--bg:#f5f3fa;--card-bg:var(--paper);--border:#e9e5f2;--border-strong:#ddd6ee;--grad-brand:linear-gradient(135deg, #5b21b6 0%, #4c1d95 55%, #2e1065 100%);--grad-brand-hover:linear-gradient(135deg, #6d28d9 0%, #5b21b6 55%, #3b1580 100%);--shadow-xs:0 1px 2px #1a12260d;--shadow-sm:0 1px 2px #1a12260a, 0 6px 16px -12px #2e106547;--shadow-md:0 1px 2px #1a12260d, 0 16px 34px -20px #2e106557;--shadow-lg:0 2px 6px #1a122614, 0 30px 60px -28px #2e106573;--ring:0 0 0 3px #6d28d92e;--font-display:"Fraunces", Georgia, serif;--font-body:"Inter", -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"IBM Plex Mono", "SFMono-Regular", Consolas, monospace;font:16px/1.55 var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}h1{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 6px;font-size:2rem;font-weight:600}h3{font-family:var(--font-display);letter-spacing:-.005em;color:var(--ink);margin:0 0 10px;font-size:1.15rem;font-weight:600}.subtitle{color:var(--muted);margin-bottom:20px;font-size:.95rem}.topbar{-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);color:var(--text);border-bottom:1px solid var(--border);z-index:50;background:#ffffffd9;align-items:center;gap:28px;padding:15px 28px;display:flex;position:sticky;top:0;box-shadow:0 1px #2e10650a,0 8px 24px -20px #2e106566}.topbar-row{align-items:center;gap:12px;display:flex}.topbar .brand{font-family:var(--font-body);letter-spacing:.06em;color:var(--brand-deep);white-space:nowrap;font-size:1.2rem;font-weight:800;line-height:1.2;text-decoration:none}.topbar .brand-sub{display:none}.topbar-logo{width:auto;height:26px;display:block}.menu-toggle{border:1px solid var(--border);cursor:pointer;width:34px;height:34px;box-shadow:none;background:0 0;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:0;display:none}.menu-toggle:hover{transform:none}.menu-toggle span{background:var(--brand);border-radius:1px;width:16px;height:2px;display:block}.menu-toggle:hover{background:var(--brand-soft);border-color:var(--brand);color:inherit}.topbar nav{flex:1;gap:22px;display:flex}.topbar nav a{color:var(--text);opacity:.82;letter-spacing:.01em;border-radius:9px;padding:7px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .15s,background .15s,color .15s}.topbar nav a:hover{opacity:1;color:var(--brand);background:var(--brand-soft)}.topbar nav a.active,.topbar nav a[aria-current=page]{opacity:1;color:var(--brand);background:var(--brand-soft);font-weight:600}.topbar-right{align-items:center;gap:10px;display:flex}.topbar-right select,.topbar-right button{color:var(--text);border:1px solid var(--border);font-family:var(--font-body);cursor:pointer;box-shadow:none;background:#fff;border-radius:8px;padding:7px 12px;font-size:.85rem;font-weight:500;transition:border-color .15s,background .15s,color .15s;transform:none}.topbar-right select:hover,.topbar-right button:hover{box-shadow:none;border-color:var(--brand);background:var(--brand-soft);transform:none}main{max-width:960px;margin:0 auto;padding:40px 20px 64px}.page h1{margin-bottom:24px}.card{background:var(--card-bg);border:1px solid var(--border);text-align:left;color:inherit;box-shadow:var(--shadow-sm);border-radius:16px;margin-bottom:18px;padding:26px;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:block}a.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-caption{color:var(--muted);margin:10px 0 18px;font-size:.9rem;line-height:1.5}.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}label{font-family:var(--font-body);color:var(--muted);margin-bottom:14px;font-size:.82rem;font-weight:500;display:block}input,select,textarea{border:1px solid var(--border);width:100%;font-size:.95rem;font-family:var(--font-body);color:var(--text);background:#fff;border-radius:9px;margin-top:5px;padding:11px 13px;transition:border-color .15s,box-shadow .15s;display:block}textarea{resize:vertical;min-height:72px;line-height:1.5}input:focus,select:focus,textarea:focus{border-color:var(--brand-bright);box-shadow:var(--ring);outline:none}button:focus-visible,.button:focus-visible,a:focus-visible{outline:2px solid var(--brand-bright);outline-offset:2px}button,.button{background:var(--grad-brand);color:#fff;font-family:var(--font-body);letter-spacing:.01em;cursor:pointer;text-align:center;border:1px solid #0000;border-radius:10px;padding:11px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s,box-shadow .18s,transform .18s,filter .18s;display:inline-block;box-shadow:0 1px 2px #1a12261f,0 10px 22px -14px #2e106599}button:hover,.button:hover{background:var(--grad-brand-hover);color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #1a122624,0 16px 30px -14px #2e1065b3}button:active,.button:active{transform:translateY(0);box-shadow:0 1px 2px #1a12261f}button:disabled{opacity:.55;cursor:not-allowed}.error{color:var(--danger);font-size:.88rem}.success{color:var(--signal)}.auth-page{background-color:#0e0a1a;background-image:linear-gradient(#0e0a1a9e 0%,#0e0a1a80 45%,#0e0a1ae6 100%),url(/hero-executive.jpg),linear-gradient(135deg,#2a1b45 0%,#0e0a1a 72%);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:48px 20px;display:flex}.auth-card{background:var(--card-bg);text-align:left;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid #fff9;border-radius:18px;width:100%;max-width:400px;padding:40px 36px 32px;position:relative;box-shadow:0 2px 6px #0000001f,0 30px 70px -30px #000000b3}.auth-brand{justify-content:center;margin-bottom:26px;display:flex}.auth-logo{width:auto;height:34px}.auth-title{font-family:var(--font-display);color:var(--ink);text-align:center;margin:0;font-size:1.55rem;line-height:1.15}.auth-subtitle{color:var(--muted);text-align:center;margin:6px 0 28px;font-size:.9rem}.auth-field{margin-bottom:18px;display:block}.auth-label{color:var(--text);margin-bottom:7px;font-size:.82rem;font-weight:600;display:block}.auth-field input{border-radius:9px;margin-top:0;padding:12px 14px;font-size:.95rem}.auth-password{position:relative}.auth-password input{padding-right:46px}.auth-eye{width:34px;height:34px;color:var(--muted);cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.auth-eye:hover{color:var(--brand);background:var(--brand-soft);box-shadow:none;transform:translateY(-50%)}.auth-error{color:var(--danger);background:#c0453e14;border:1px solid #c0453e33;border-radius:8px;margin:0 0 16px;padding:9px 12px;font-size:.86rem}.auth-submit{width:100%;margin-top:4px;padding:13px 20px;font-size:.95rem}.auth-secure{color:var(--muted);justify-content:center;align-items:center;gap:6px;margin:22px 0 0;font-size:.78rem;display:flex}.auth-secure svg{color:var(--signal)}.status{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;border-radius:20px;margin-bottom:10px;padding:4px 12px;font-size:.74rem;font-weight:600;display:inline-block}.status-RESERVADO{color:#96691c;background:#e0a23324}.status-EXECUTADO{color:#1f7a4c;background:#3fbf7f24}.status-CANCELADO{color:var(--danger);background:#c05a4e24}.status-NO_SHOW{color:#545c6a;background:#8b93a129}.badge{font-size:.85rem}ul{padding-left:18px}.mono,code{font-family:var(--font-mono)}.action-row{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.ghost-danger{color:var(--danger);box-shadow:none;background:0 0;border:1px solid #c05a4e66;transform:none}.ghost-danger:hover{box-shadow:none;color:var(--danger);border-color:var(--danger);background:#c05a4e1a;transform:none}.component-row{grid-template-columns:1.4fr 1fr .8fr auto;align-items:center;gap:8px;margin-bottom:10px;display:grid}.component-row input,.component-row select{margin-top:0}@media (width<=720px){.topbar{flex-wrap:wrap;gap:0;padding:12px 18px}.topbar-row{justify-content:space-between;width:100%}.topbar .brand{font-size:1.05rem}.topbar .brand-sub{font-family:var(--font-body);letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-top:1px;font-size:.6rem;font-weight:500;display:block}.menu-toggle{display:inline-flex}.topbar nav{flex-direction:column;gap:0;width:100%;margin-top:12px;display:none}.topbar.menu-open nav{display:flex}.topbar nav a{border-bottom:1px solid var(--border);padding:12px 2px}.topbar:has(.menu-toggle) .topbar-right{border-top:1px solid var(--border);justify-content:space-between;width:100%;margin-top:14px;padding-top:14px;display:none}.topbar.menu-open .topbar-right{display:flex}main{padding:28px 16px 48px}.grid{grid-template-columns:1fr}.component-row{grid-template-columns:1fr 1fr}.auth-page{padding-top:32px}.auth-page .card{width:100%;max-width:360px}}.landing{--line:var(--border);color:var(--text);background:#fff;overflow-x:hidden}.landing .wrap{max-width:1180px;margin:0 auto;padding:0 32px}.landing .eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:18px;font-size:.72rem;font-weight:700;display:inline-block}.landing h2{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 16px;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:500;line-height:1.12}.landing h3{font-family:var(--font-display);color:var(--ink);font-weight:500}.landing .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.landing .reveal.in{opacity:1;transform:none}.lp-brand{color:var(--brand-deep);align-items:center;gap:14px;text-decoration:none;display:inline-flex}.lp-brand-mark{font-family:var(--font-body);letter-spacing:.02em;color:var(--brand-deep);font-size:1.9rem;font-weight:800;line-height:1}.lp-brand-divider{background:var(--brand);opacity:.35;width:1.5px;height:34px}.lp-brand-name{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-deep);font-size:.72rem;font-weight:600;line-height:1.25}.lp-brand.small .lp-brand-mark{font-size:1.4rem}.lp-brand.small .lp-brand-divider{height:26px}.lp-nav{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#ffffffe6;justify-content:space-between;align-items:center;gap:24px;padding:18px 32px;display:flex;position:sticky;top:0}.lp-nav-links{gap:36px;display:flex}.lp-nav-links a{letter-spacing:.1em;text-transform:uppercase;color:#4a4458;padding:6px 0;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .15s;position:relative}.lp-nav-links a:after{content:"";background:var(--brand);width:0;height:2px;transition:width .2s;position:absolute;bottom:-2px;left:0}.lp-nav-links a:hover{color:var(--brand)}.lp-nav-links a:hover:after{width:100%}.landing .button{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.landing .button.primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}.landing .button.primary:hover{background:var(--brand-deep);border-color:var(--brand-deep);transform:translateY(-1px)}.landing .button.ghost{color:var(--brand);border:1px solid var(--line);background:0 0}.landing .button.ghost:hover{border-color:var(--brand);background:var(--brand-soft)}.btn-arrow{width:17px;height:17px}.lp-hero{isolation:isolate;background-color:#0e0a1a;background-image:linear-gradient(#0e0a1a94 0%,#0e0a1a6b 38%,#0e0a1ae0 100%),url(/hero-executive.jpg),linear-gradient(135deg,#2a1b45 0%,#0e0a1a 72%);background-position:50%,50% 28%,50%;background-repeat:no-repeat;background-size:cover,cover,cover;padding:0;position:relative}.lp-hero-inner{text-align:center;flex-direction:column;align-items:center;max-width:1040px;margin:0 auto;padding:clamp(52px,7vw,104px) 32px clamp(56px,7vw,108px);display:flex}.lp-hero .eyebrow{color:#cbb6ff;margin-bottom:20px}.lp-hero-copy{flex-direction:column;align-items:center;display:flex}.lp-hero-copy h1{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin:0 0 22px;font-size:clamp(2.6rem,5.2vw,4.2rem);font-weight:400;line-height:1.04}.lp-hero-copy h1 em{color:#c9b8ff;font-style:normal;font-weight:500;display:block}.lp-hero-copy .lede{color:#ffffffd1;max-width:40rem;margin:0 auto 30px;font-size:1.08rem;line-height:1.62}.lp-hero .cta-row{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.lp-hero-aside{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:900px;margin:42px auto 0;display:flex}.lp-search-eyebrow{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#d9ccff;font-size:.72rem;font-weight:700}.lp-hero .search-widget{border-radius:18px;width:100%;box-shadow:0 44px 90px -44px #000000bf}.lp-hero .hero-trust{justify-content:center;margin-top:34px}.lp-hero .hero-trust li{color:#fffc}.lp-hero .trust-check{color:#fff;background:#ffffff24}.lp-hero .button.ghost{color:#fff;border-color:#ffffff73}.lp-hero .button.ghost:hover{background:#ffffff1a;border-color:#fff}.lp-services{padding:76px 0}.lp-services .wrap{grid-template-columns:1fr 1fr;gap:28px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:.9fr 1.1fr;display:grid;overflow:hidden;box-shadow:0 30px 60px -44px #1a122680}.service-visual{background-position:50%;background-size:cover;min-height:210px}.visual-ground{background-color:#1a1226;background-image:linear-gradient(155deg,#140c2280 0%,#140c220d 42%,#140c2280 100%),url(/service-ground.jpg);background-position:50%;background-size:cover}.visual-air{background-color:#2e1065;background-image:linear-gradient(155deg,#140c2280 0%,#2e10651a 44%,#2e106585 100%),url(/service-air.jpg);background-position:50%;background-size:cover}.service-body{padding:30px 30px 32px}.service-icon{border:1.5px solid var(--brand);width:52px;height:52px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.service-icon svg{width:26px;height:26px}.service-body h3{margin:0 0 12px;font-size:1.5rem}.service-body p{color:#56506a;margin:0 0 20px;font-size:.98rem;line-height:1.6}.text-link{letter-spacing:.08em;text-transform:uppercase;color:var(--brand);align-items:center;gap:8px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.link-arrow{width:15px;height:15px;transition:transform .15s}.text-link:hover .link-arrow{transform:translate(3px)}.lp-features{padding:0 0 24px}.lp-features .wrap{padding-top:40px;padding-bottom:40px}.lp-features .feature-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px;padding-top:34px;display:grid}.feature{isolation:isolate;background-color:#14091f;background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:244px;padding:22px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.feature:before{content:"";z-index:-1;background:linear-gradient(#14091f38 0%,#14091f94 50%,#14091fed 100%);position:absolute;inset:0}.feature:hover{transform:translateY(-3px);box-shadow:0 26px 46px -22px #14091fa6}.feature-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#ffffff29;border:1px solid #ffffff42;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:absolute;top:16px;left:16px}.feature-icon svg{width:21px;height:21px}.feature-body h4{font-family:var(--font-display);letter-spacing:0;text-transform:none;color:#fff;margin:2px 0 7px;font-size:1.16rem;font-weight:500}.feature-body p{color:#ffffffd1;margin:0;font-size:.87rem;line-height:1.48}.section-head{max-width:40rem;margin-bottom:40px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head p{color:#56506a;margin:0;font-size:1.02rem;line-height:1.6}.lp-solutions{background:var(--brand-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:84px 0}.catalog-columns{grid-template-columns:1.4fr 1fr;gap:40px;display:grid}.catalog-col h3{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--brand);border-bottom:1px solid var(--line);margin:0 0 8px;padding-bottom:14px;font-size:.78rem;font-weight:700}.catalog-row{border-bottom:1px solid #2e106514;grid-template-columns:1.1fr 2fr auto;align-items:baseline;gap:16px;padding:16px 0;display:grid}.catalog-row .name{font-family:var(--font-display);color:var(--ink);font-size:1.02rem}.catalog-row .desc{color:#56506a;font-size:.9rem}.catalog-row .basis{font-family:var(--font-mono);color:var(--brand);white-space:nowrap;font-size:.74rem}.lp-fleet{padding:84px 0}.fleet-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fleet-card{isolation:isolate;background-color:#14091f;background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:250px;padding:22px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.fleet-card:before{content:"";z-index:-1;background:linear-gradient(#14091f33 0%,#14091f8c 48%,#14091fed 100%);position:absolute;inset:0}.fleet-card:hover{transform:translateY(-3px);box-shadow:0 26px 46px -22px #14091fa6}.fleet-ico{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#ffffff29;border:1px solid #ffffff42;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:absolute;top:16px;left:16px}.fleet-ico svg{width:21px;height:21px}.fleet-body h4{font-family:var(--font-display);color:#fff;margin:2px 0 7px;font-size:1.16rem;font-weight:500}.fleet-body p{color:#ffffffd1;margin:0;font-size:.88rem;line-height:1.5}.lp-journey{color:#fff;background:linear-gradient(#1a1226 0%,#14091f 100%);padding:clamp(72px,9vw,98px) 0}.lp-journey .eyebrow{color:var(--brand-bright)}.lp-journey h2{color:#fff}.journey-steps{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:44px;display:grid;position:relative}.journey-steps:before{content:"";z-index:0;background:linear-gradient(90deg,#6d28d91f,#6d28d9a6 50%,#6d28d91f);height:2px;position:absolute;top:27px;left:12.5%;right:12.5%}.journey-step{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.journey-step .dot{background:linear-gradient(135deg, var(--brand-bright) 0%, var(--brand-deep) 100%);width:54px;height:54px;font-family:var(--font-mono);color:#fff;border:4px solid #17102a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 0 0 1px #ffffff1f,0 12px 26px -8px #6d28d9b3}.journey-step h4{font-family:var(--font-display);color:#fff;margin:0 0 8px;font-size:1.2rem;font-weight:500}.journey-step p{color:#ffffffb3;max-width:15rem;margin:0 auto;font-size:.92rem;line-height:1.55}.lp-contact{color:#fff;text-align:center;background-color:#14091f;background-image:linear-gradient(135deg,#2e1065eb 0%,#14091fd1 100%),url(/hero-executive.jpg);background-position:50%;background-size:cover;padding:96px 0;position:relative}.lp-contact h2{color:#fff;max-width:30rem;margin:0 auto 14px}.lp-contact p{color:#ffffffd1;max-width:34rem;margin:0 auto 30px;font-size:1.02rem;line-height:1.6}.lp-contact .cta-row{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.landing .lp-contact .button.primary{color:var(--brand-deep);background:#fff;border-color:#fff}.landing .lp-contact .button.primary:hover{background:#f2ecff;border-color:#f2ecff}.landing .button.ghost.light{color:#fff;background:0 0;border-color:#ffffff80}.landing .button.ghost.light:hover{background:#ffffff1a;border-color:#fff}.lp-footer{background:var(--ink);color:#ffffffb8}.lp-footer .wrap{padding-top:60px;padding-bottom:28px}.foot-top{border-bottom:1px solid #ffffff1f;grid-template-columns:1.1fr 1.4fr;gap:48px;padding-bottom:44px;display:grid}.foot-logo{filter:brightness(0)invert();width:auto;height:34px;margin-bottom:20px}.foot-brand p{color:#ffffff9e;max-width:30rem;margin:0 0 20px;font-size:.92rem;line-height:1.6}.foot-badges{flex-wrap:wrap;gap:10px;display:flex}.foot-badges span{letter-spacing:.04em;color:#ffffffd1;border:1px solid #ffffff29;border-radius:999px;padding:6px 12px;font-size:.74rem;font-weight:600}.foot-cols{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.foot-col h5{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-bright);margin:0 0 16px;font-size:.74rem;font-weight:700}.foot-col ul{margin:0;padding:0;list-style:none}.foot-col a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .15s}.foot-col a:hover{color:#fff}.foot-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.foot-bottom span{color:#ffffff8c;font-size:.82rem}.foot-legal{gap:22px;display:flex}.foot-col li{margin-bottom:9px}.foot-address{color:#ffffff80;margin:14px 0 0;font-size:.85rem;font-style:normal;line-height:1.55}.foot-legal-info{color:#ffffff7a;flex-direction:column;gap:4px;font-size:.8rem;line-height:1.5;display:flex}.foot-legal a{color:#ffffff8c;font-size:.82rem;text-decoration:none}.foot-legal a:hover{color:#fff}.lp-logo{width:auto;height:30px;display:block}.lp-nav-cta{align-items:center;gap:16px;display:flex}.lp-nav-cta .lp-access-link{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-deep);white-space:nowrap;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .15s}.lp-nav-cta .lp-access-link:hover{color:var(--brand)}.lp-lang{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.lp-lang button{cursor:pointer;font-family:var(--font-body);letter-spacing:.04em;color:var(--muted);background:0 0;border:none;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:700;transition:background .15s,color .15s}.lp-lang button:hover{color:var(--brand)}.lp-lang button.on{background:var(--brand);color:#fff}.landing .button.compact{padding:11px 18px}.eyebrow.light{color:var(--brand-bright)}.hero-trust{flex-wrap:wrap;gap:20px 26px;margin:30px 0 0;padding:0;list-style:none;display:flex}.hero-trust li{color:#45405a;align-items:center;gap:9px;font-size:.88rem;font-weight:500;display:inline-flex}.trust-check{background:var(--brand-soft);width:20px;height:20px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.trust-check svg{width:12px;height:12px}.visual-tag{letter-spacing:.12em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;padding:5px 11px;font-size:.68rem;font-weight:700;position:absolute;top:16px;left:16px}.service-visual{position:relative}.card-bullets{flex-direction:column;gap:10px;margin:0 0 22px;padding:0;list-style:none;display:flex}.card-bullets li{color:#56506a;align-items:center;gap:10px;font-size:.9rem;display:flex}.card-bullets svg{width:16px;height:16px;color:var(--brand);flex-shrink:0}.lp-diferenciais{background-color:#14091f;background-image:linear-gradient(#14091fd1 0%,#14091fc7 46%,#14091ff2 100%),url(/statement-city.jpg);background-position:50%;background-size:cover;padding:clamp(80px,11vw,122px) 0;position:relative}.lp-diferenciais .eyebrow{color:#cbb6ff}.lp-diferenciais h2{color:#fff}.lp-diferenciais .section-head p{color:#ffffffd9;font-size:1.08rem}.dif-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.dif-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:18px;padding:32px 28px;transition:border-color .18s,transform .18s,background .18s;box-shadow:0 30px 60px -40px #0009}.dif-card:hover{background:#ffffff17;border-color:#ffffff4d;transform:translateY(-3px)}.dif-icon{color:#fff;background:#ffffff24;border:1px solid #ffffff38;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:20px;display:inline-flex}.dif-icon svg{width:26px;height:26px}.dif-card h3{color:#fff;margin:0 0 12px;font-size:1.3rem}.dif-card p{color:#fffc;margin:0;font-size:.94rem;line-height:1.6}.service-visual .scene{width:100%;height:100%;position:absolute;inset:0}.lp-stats{border-bottom:1px solid var(--line);padding:58px 0}.lp-stats .wrap{grid-template-columns:repeat(4,1fr);display:grid}.stat{text-align:center;border-left:1px solid var(--line);padding:4px 18px}.stat:first-child{border-left:none}.stat-num{font-family:var(--font-display);letter-spacing:-.02em;color:var(--brand);font-size:clamp(2.3rem,4vw,3.1rem);font-weight:500;line-height:1;display:block}.stat-label{color:var(--muted);margin-top:12px;font-size:.86rem;line-height:1.35;display:block}.cat-group-label{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:4px 0 16px;font-size:.76rem;font-weight:700}.cat-group-label+.product-grid{margin-bottom:36px}.product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.product-card{isolation:isolate;background-color:#14091f;background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:212px;padding:18px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";z-index:-1;background:linear-gradient(#14091f40 0%,#14091f94 52%,#14091feb 100%);position:absolute;inset:0}.product-card:hover{transform:translateY(-3px);box-shadow:0 26px 46px -22px #14091fa6}.product-ico{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#ffffff29;border:1px solid #ffffff42;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:16px;left:16px}.product-ico svg{width:20px;height:20px}.product-info{flex-direction:column;gap:4px;display:flex}.product-name{font-family:var(--font-display);color:#fff;font-size:1.14rem;font-weight:500}.product-desc{color:#ffffffd1;font-size:.85rem;line-height:1.45}.product-basis{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:#e9e0ff;white-space:nowrap;background:#ffffff24;border:1px solid #fff3;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;margin-top:12px;padding:4px 10px 4px 8px;font-size:.62rem;display:inline-flex}.product-basis svg{color:#c9b8ff;width:12px;height:12px}@media (width<=960px){.lp-hero-inner{grid-template-columns:1fr;gap:40px}.lp-hero-aside{align-items:stretch}.lp-services .wrap{grid-template-columns:1fr}.lp-features .feature-grid{grid-template-columns:1fr 1fr;row-gap:30px}.catalog-columns{grid-template-columns:1fr;gap:32px}.fleet-grid{grid-template-columns:1fr 1fr}.journey-steps{grid-template-columns:1fr 1fr;row-gap:34px}.journey-steps:before{display:none}.dif-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.foot-top{grid-template-columns:1fr;gap:36px}}@media (width<=720px){.lp-nav-links,.lp-nav-cta .button.compact{display:none}.landing .wrap{padding:0 20px}.lp-hero-inner{padding:36px 20px 0}.service-card{grid-template-columns:1fr}.service-visual{min-height:150px}.catalog-row{grid-template-columns:1fr;gap:4px}.catalog-row .basis{justify-self:start}.foot-cols{grid-template-columns:1fr 1fr;gap:24px}.product-grid{grid-template-columns:1fr}.lp-stats .wrap{grid-template-columns:1fr 1fr;row-gap:32px}.stat:nth-child(odd){border-left:none}}@media (width<=480px){.lp-features .feature-grid,.fleet-grid,.journey-steps,.foot-cols{grid-template-columns:1fr}}.landing .eyebrow:before{content:"";vertical-align:middle;opacity:.5;background:currentColor;border-radius:2px;width:22px;height:2px;margin-right:11px;display:inline-block}.product-card:before,.fleet-card:before,.feature:before{transition:opacity .35s}.product-card:hover:before,.fleet-card:hover:before,.feature:hover:before{opacity:.78}.product-card:hover,.fleet-card:hover,.feature:hover{box-shadow:0 26px 48px -20px #14091fb8,inset 0 0 0 1px #ffffff2e}.landing .button.primary{box-shadow:0 12px 26px -12px #4c1d959e}.landing .button.primary:hover{box-shadow:0 16px 32px -12px #2e1065b8}.lp-journey{position:relative;overflow:hidden}.lp-journey:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#6d28d942,#0000 68%);width:56%;height:82%;position:absolute;top:-26%;left:50%;transform:translate(-50%)}.lp-journey>.wrap{z-index:1;position:relative}.lp-diferenciais{overflow:hidden}.lp-diferenciais:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#6d28d94d,#0000 64%);width:56%;height:92%;position:absolute;top:-32%;right:-12%}.lp-diferenciais>.wrap{z-index:1;position:relative}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.search-widget{--sw-purple:#4c1d95;--sw-purple-dark:#3b1580;--sw-border:#e4e0ee;--sw-muted:#6b6780;--sw-ink:#1c1830;width:100%;max-width:460px;color:var(--sw-ink)}.search-form,.search-result{border:1px solid var(--sw-border);background:#fff;border-radius:18px;padding:20px;box-shadow:0 24px 60px -30px #1c18308c}.search-result{margin-top:16px;padding:16px}.product-tabs{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.product-tabs .tab{min-width:fit-content;color:var(--sw-muted);cursor:pointer;box-shadow:none;background:#f4f2f9;border:1px solid #0000;border-radius:10px;flex:1;padding:8px 12px;font-size:.82rem;font-weight:600;transition:all .15s;transform:none}.product-tabs .tab:hover{box-shadow:none;transform:none}.product-tabs .tab.active{color:#fff;background:var(--sw-purple)}.search-widget .field{margin-bottom:12px;display:block}.search-widget .field-label{letter-spacing:.04em;text-transform:uppercase;color:var(--sw-muted);margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.search-widget input{width:100%;color:var(--sw-ink);border:1px solid var(--sw-border);box-sizing:border-box;background:#f8f7fc;border-radius:12px;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.search-widget input:focus{border-color:var(--sw-purple);box-shadow:0 0 0 3px #4c1d9524}.search-widget input:disabled{opacity:.6;cursor:not-allowed}.search-widget .row{gap:12px;display:flex}.search-widget .row .field{flex:1}.search-widget .row .passengers{max-width:120px}.search-widget .luggage-group{border:none;margin:0;padding:0}.search-widget .luggage-group>.field-label{padding:0 0 6px}.search-widget .luggage-sizes{gap:12px;display:flex}.search-widget .luggage-sizes .field{flex:1;max-width:none}.search-submit{color:#fff;background:var(--sw-purple);cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:4px;padding:14px;font-size:.98rem;font-weight:700;transition:background .15s}.search-submit:hover:not(:disabled){background:var(--sw-purple-dark)}.search-submit:disabled{opacity:.7;cursor:progress}.search-error{color:#b42318;margin:12px 0 0;font-size:.85rem}.route-map{z-index:0;background:#eceaf3;border-radius:12px;width:100%;height:220px;overflow:hidden}.route-map .leaflet-container{font:inherit;background:#eceaf3}.search-widget .field.pa{position:relative}.pa-list{z-index:1000;border:1px solid var(--sw-border);background:#fff;border-radius:12px;max-height:264px;margin:6px 0 0;padding:6px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 20px 44px -22px #1c183080}.pa-item{color:var(--sw-ink);cursor:pointer;border-radius:8px;align-items:center;gap:11px;padding:9px 12px;font-size:.88rem;line-height:1.3;display:flex}.pa-item.active,.pa-item:hover{background:var(--sw-purple);color:#fff}.pa-ico{width:30px;height:30px;color:var(--sw-purple);background:#f1ecfb;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.pa-ico svg{width:17px;height:17px}.pa-ico-terminal{border:1px dashed var(--sw-border);background:0 0}.pa-item.active .pa-ico,.pa-item:hover .pa-ico{color:#fff;background:#ffffff2e;border-color:#0000}.pa-text{flex-direction:column;min-width:0;display:flex}.pa-primary{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.pa-secondary{opacity:.68;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.map-pin{background:var(--sw-purple);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.74rem;font-weight:700;display:flex;box-shadow:0 2px 6px #1c183073}.route-summary{color:var(--sw-ink);justify-content:space-between;align-items:center;margin:12px 2px;font-size:.92rem;display:flex}.badge-estimate{letter-spacing:.03em;text-transform:uppercase;color:#92400e;background:#fef3c7;border-radius:999px;padding:3px 8px;font-size:.7rem;font-weight:700}.candidates{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.candidates-title{letter-spacing:.04em;color:var(--sw-ink);margin:14px 0 8px;font-size:.8rem;font-weight:700}.candidate{border:1px solid var(--sw-border);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.candidate:hover,.candidate:focus-visible{border-color:var(--sw-purple,#6d28d9);outline:none;transform:translateY(-1px);box-shadow:0 10px 26px -18px #2e10658c}.candidate:hover .candidate-book,.candidate:focus-visible .candidate-book{color:#fff;background:var(--sw-purple,#6d28d9)}.candidate-main{flex-direction:column;gap:2px;display:flex}.candidate-supplier{color:var(--sw-ink);font-size:.95rem;font-weight:700}.candidate-capacity{color:var(--sw-muted);align-self:center;font-family:IBM Plex Mono,monospace;font-size:.78rem}.central-support{border:1px solid var(--sw-purple,#6d28d9);background:#f5f2fc;border-radius:12px;margin-top:14px;padding:18px 20px}.search-widget .central-support strong{color:var(--sw-purple,#6d28d9);margin-bottom:6px;font-size:.95rem;display:block}.search-widget .central-support p{color:#3a3357;margin:0;font-size:.9rem;line-height:1.5}.candidate-price{color:var(--sw-ink);font-size:1.15rem;font-weight:700}.candidate-book{color:var(--sw-purple);cursor:pointer;background:#f1ecfb;border:1px solid #0000;border-radius:10px;padding:9px 16px;font-size:.85rem;font-weight:700;transition:all .15s}.candidate-book:hover{color:#fff;background:var(--sw-purple)}@media (width<=520px){.search-widget{max-width:100%}}.reservar-hero{background-color:#0e0a1a;background-image:linear-gradient(#0e0a1a99 0%,#0e0a1a7a 45%,#0e0a1ad9 100%),url(/hero-executive.jpg),linear-gradient(135deg,#2a1b45 0%,#0e0a1a 72%);background-position:50% 28%;background-repeat:no-repeat;background-size:cover;border-radius:24px;padding:clamp(34px,5vw,60px) 24px clamp(36px,5vw,56px);overflow:hidden}.reservar-hero-inner{text-align:center;flex-direction:column;align-items:center;max-width:520px;margin:0 auto;display:flex}.reservar-eyebrow{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#d9ccff;margin-bottom:14px;font-size:.72rem;font-weight:700}.reservar-hero h1{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;margin:0 0 10px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:400;line-height:1.08}.reservar-hero p{color:#fffc;max-width:42ch;margin:0 0 26px;font-size:1rem;line-height:1.55}.reservar-hero .search-widget{border-radius:18px;box-shadow:0 44px 90px -44px #000c}.qz{min-height:100vh;color:var(--text);background:radial-gradient(1100px 520px at 82% -8%,#6d28d924,#0000 60%),linear-gradient(#faf8ff 0%,#fff 42%)}.qz-shell{max-width:760px;margin:0 auto;padding:28px 24px 72px}.qz-topbar{justify-content:space-between;align-items:center;padding:6px 0 26px;display:flex}.qz-back{cursor:pointer;font-family:var(--font-body);color:var(--brand);background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px 8px 0;font-size:.9rem;font-weight:600;display:inline-flex}.qz-back:disabled{opacity:.32;cursor:default}.qz-back svg{width:18px;height:18px}.qz-logo{width:auto;height:26px;display:block}.qz-progress{align-items:center;gap:10px;margin-bottom:34px;display:flex}.qz-progress-track{background:var(--brand-soft);border-radius:999px;flex:1;height:6px;overflow:hidden}.qz-progress-fill{background:linear-gradient(90deg, var(--brand), var(--brand-bright));border-radius:999px;height:100%;transition:width .45s cubic-bezier(.22,1,.36,1)}.qz-progress-label{font-family:var(--font-mono);letter-spacing:.06em;color:var(--muted);white-space:nowrap;font-size:.72rem}.qz-eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:14px;font-size:.7rem;font-weight:700;display:inline-block}.qz-prompt{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);margin:0 0 10px;font-size:clamp(1.5rem,3.4vw,2.1rem);font-weight:500;line-height:1.16}.qz-help{color:var(--muted);max-width:54ch;margin:0 0 26px;font-size:.98rem}.qz-options{flex-direction:column;gap:12px;display:flex}.qz-option{text-align:left;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;align-items:flex-start;gap:14px;width:100%;padding:18px 20px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:flex}.qz-option:hover{border-color:var(--brand);background:var(--brand-soft);transform:translateY(-1px)}.qz-option.selected{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 3px #6d28d924}.qz-option-mark{border:2px solid var(--border);border-radius:999px;flex:none;place-items:center;width:22px;height:22px;margin-top:1px;transition:border-color .18s,background .18s;display:grid}.qz-option.selected .qz-option-mark{border-color:var(--brand);background:var(--brand)}.qz-option-mark svg{color:#fff;opacity:0;width:12px;height:12px;transition:opacity .18s}.qz-option.selected .qz-option-mark svg{opacity:1}.qz-option-label{color:var(--ink);font-weight:600;line-height:1.3}.qz-option-desc{color:var(--muted);margin-top:3px;font-size:.9rem;font-weight:400;display:block}.qz-form{gap:16px;display:grid}.qz-field{flex-direction:column;gap:6px;display:flex}.qz-field label{color:var(--ink);font-size:.82rem;font-weight:600}.qz-field input{font-family:var(--font-body);border:1px solid var(--border);color:var(--text);background:#fff;border-radius:12px;padding:12px 14px;font-size:.98rem}.qz-field input:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #6d28d91f}.qz-error{color:#b91c1c;margin:2px 0 0;font-size:.9rem}.qz-cta{font-family:var(--font-body);color:#fff;background:var(--brand);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:15px 26px;font-size:.98rem;font-weight:600;transition:background .18s,transform .18s;display:inline-flex}.qz-cta:hover{background:var(--brand-deep);transform:translateY(-1px)}.qz-cta:disabled{opacity:.6;cursor:default;transform:none}.qz-result{text-align:center;padding-top:8px}.qz-result-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:9px;margin-bottom:22px;padding:8px 16px;font-size:.78rem;font-weight:700;display:inline-flex}.qz-result-badge.ok{color:#067647;background:#ecfdf3}.qz-result-badge.pending{background:var(--brand-soft);color:var(--brand-deep)}.qz-result-icon{background:var(--brand-soft);width:64px;height:64px;color:var(--brand);border-radius:999px;place-items:center;margin:0 auto 22px;display:grid}.qz-result-icon svg{width:32px;height:32px}.qz-result h1{font-family:var(--font-display);color:var(--ink);margin:0 0 14px;font-size:clamp(1.7rem,3.6vw,2.3rem);font-weight:500;line-height:1.14}.qz-result p.lead{color:var(--text);max-width:56ch;margin:0 auto 18px;font-size:1.02rem}.qz-result-note{border:1px solid var(--border);text-align:left;max-width:58ch;color:var(--text);background:#fff;border-radius:16px;margin:6px auto 24px;padding:20px 22px;font-size:.96rem}.qz-result-note h4{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0 0 8px;font-size:.74rem;font-weight:700}.qz-checklist{gap:10px;margin:0;padding:0;list-style:none;display:grid}.qz-checklist li{align-items:flex-start;gap:10px;display:flex}.qz-checklist li svg{width:18px;height:18px;color:var(--brand);flex:none;margin-top:2px}.qz-result-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:4px;display:flex}.qz-link{font-family:var(--font-body);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:13px 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.qz-link.primary{background:var(--brand);color:#fff}.qz-link.primary:hover{background:var(--brand-deep)}.qz-link.ghost{border:1px solid var(--border);color:var(--brand-deep);background:#fff}.qz-link.ghost:hover{border-color:var(--brand);background:var(--brand-soft)}@media (width<=560px){.qz-shell{padding:20px 18px 56px}}.svc{color:var(--text);background:#fff}.svc-nav{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffeb;justify-content:space-between;align-items:center;gap:20px;padding:16px 32px;display:flex;position:sticky;top:0}.svc-logo{width:auto;height:28px;display:block}.svc-nav-right{align-items:center;gap:16px;display:flex}.svc-back{color:var(--brand);font-size:.85rem;font-weight:600;text-decoration:none}.svc-back:hover{color:var(--brand-deep)}.svc-hero{background-color:#14091f;background-position:50%;background-size:cover;padding:0;position:relative}.svc-hero-inner{max-width:1080px;margin:0 auto;padding:clamp(56px,8vw,108px) 32px clamp(48px,6vw,84px)}.svc-tag{letter-spacing:.16em;text-transform:uppercase;color:#cbb6ff;margin-bottom:16px;font-size:.7rem;font-weight:700;display:inline-block}.svc-hero h1{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;margin:0 0 16px;font-size:clamp(2.3rem,5vw,3.7rem);font-weight:400;line-height:1.05}.svc-hero .svc-sub{font-family:var(--font-display);color:#d9ccff;margin:0 0 18px;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:400}.svc-hero .svc-intro{color:#ffffffd1;max-width:44rem;margin:0 0 28px;font-size:1.04rem;line-height:1.62}.svc-hero-cta{flex-wrap:wrap;gap:14px;display:flex}.svc-section{padding:64px 0}.svc-section.alt{background:var(--brand-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.svc-wrap{max-width:1080px;margin:0 auto;padding:0 32px}.svc-section-head{margin-bottom:30px}.svc-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:12px;font-size:.7rem;font-weight:700;display:inline-block}.svc-section h2{font-family:var(--font-display);color:var(--ink);margin:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500;line-height:1.14}.svc-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;display:grid}.svc-item{border:1px solid var(--border);background:#fff;border-radius:16px;gap:16px;padding:22px;display:flex;box-shadow:0 1px 2px #0b12200a,0 14px 32px -24px #0b122033}.svc-section.alt .svc-item{background:#fff}.svc-item-ico{background:var(--brand-soft);width:46px;height:46px;color:var(--brand);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.svc-section.alt .svc-item-ico{background:#f1ecfb}.svc-item-ico svg{width:24px;height:24px}.svc-item h4{font-family:var(--font-body);color:var(--ink);margin:2px 0 5px;font-size:1.02rem;font-weight:700}.svc-item p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.svc-gov{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.svc-gov-item{align-items:flex-start;gap:12px;display:flex}.svc-gov-check{background:var(--brand);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.svc-gov-check svg{width:14px;height:14px}.svc-gov-item h4{color:var(--ink);margin:2px 0 4px;font-size:.98rem;font-weight:700}.svc-gov-item p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.svc-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#2a1b45 0%,#14091f 100%);padding:72px 32px}.svc-cta h2{font-family:var(--font-display);color:#fff;margin:0 0 12px;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:500}.svc-cta p{color:#ffffffd1;max-width:40rem;margin:0 auto 26px}.svc-cta-row{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.svc .button.ghost{color:#fff;background:0 0;border-color:#ffffff73}.svc .button.ghost:hover{background:#ffffff1a;border-color:#fff}@media (width<=640px){.svc-nav{padding:14px 20px}.svc-wrap,.svc-hero-inner{padding-left:20px;padding-right:20px}}.screen-head{margin-bottom:26px}.screen-head h1{font-size:2.1rem}.screen-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--brand);align-items:center;gap:8px;margin:0 0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.screen-eyebrow:before{content:"";background:var(--brand);border-radius:2px;width:22px;height:2px}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.cat-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;flex-direction:column;gap:13px;padding:24px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden}.cat-card:before{content:"";background:var(--grad-brand);opacity:0;height:3px;transition:opacity .18s;position:absolute;inset:0 0 auto}.cat-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.cat-card:hover:before{opacity:1}.cat-card-top{justify-content:space-between;align-items:center;display:flex}.cat-ico{background:var(--grad-brand);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex;box-shadow:0 8px 18px -10px #2e106599}.cat-ico svg{width:25px;height:25px}.cat-chip{letter-spacing:.1em;text-transform:uppercase;color:var(--brand-deep);background:#f1ecfb;border-radius:999px;padding:5px 10px;font-size:.66rem;font-weight:700}.cat-chip.air{color:#1d4ed8;background:#eaf2ff}.cat-name{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.18rem;font-weight:600}.cat-desc{color:var(--muted);flex:1;margin:0;font-size:.9rem;line-height:1.5}.aircraft-toggle{background:var(--surface-2,#ffffff0a);border:1px solid var(--border,#ffffff1a);border-radius:10px;align-self:flex-start;gap:4px;padding:4px;display:inline-flex}.aircraft-opt{color:var(--muted);cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:7px;padding:6px 14px;font-size:.82rem;font-weight:600;transform:none}.aircraft-opt:hover{box-shadow:none;transform:none}.aircraft-opt.active{background:var(--accent,#6d28d9);color:#fff}.cat-book{align-self:flex-start;align-items:center;gap:8px;margin-top:2px;display:inline-flex}.cat-book svg{width:16px;height:16px}.confirm{max-width:640px}.confirm-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;margin-bottom:16px;padding:24px 26px}.confirm-card h3{margin:0 0 14px}.route-line{color:var(--ink);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;font-size:1.02rem;font-weight:600;display:flex}.route-line .dot{border:2px solid var(--brand);border-radius:50%;flex:none;width:9px;height:9px}.route-line .dot.filled{background:var(--brand)}.route-line .arrow{color:var(--muted)}.summary-row{border-top:1px solid var(--border);justify-content:space-between;gap:16px;padding:11px 0;display:flex}.summary-k{color:var(--muted);font-size:.88rem}.summary-v{color:var(--ink);text-align:right;font-size:.92rem;font-weight:600}.price-list{margin:0;padding:0;list-style:none}.price-list li{color:var(--text);border-bottom:1px dashed var(--border);justify-content:space-between;padding:9px 0;font-size:.92rem;display:flex}.price-total{justify-content:space-between;align-items:baseline;margin-top:16px;display:flex}.price-total .lbl{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.82rem;font-weight:700}.price-total .amt{font-family:var(--font-display);color:var(--ink);font-size:1.7rem;font-weight:600}.confirm-empty{text-align:center;border:1px dashed var(--border);color:var(--muted);border-radius:16px;padding:48px 24px}.confirm-empty h2{color:var(--ink);margin:0 0 8px}.confirm-empty .button{margin-top:18px}.field-stack{gap:4px;margin-bottom:16px;display:grid}.field-hint{color:var(--muted);margin-top:2px;font-size:.78rem;line-height:1.45}.full-btn{width:100%;padding:14px;font-size:.98rem}.all-in-note{color:var(--muted);margin:10px 0 0;font-size:.78rem}.authorize-btn{letter-spacing:.12em;text-transform:uppercase;font-weight:800}.booking-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.booking-card{border:1px solid var(--border);color:inherit;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:22px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:block}.booking-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-3px)}.booking-card .passenger{font-family:var(--font-display);color:var(--ink);margin:10px 0 4px;font-size:1.1rem;font-weight:600}.booking-card .addr{color:var(--muted);align-items:flex-start;gap:7px;margin:0;font-size:.9rem;display:flex}.booking-card .addr svg{width:15px;height:15px;color:var(--brand);flex:none;margin-top:2px}.booking-empty{text-align:center;color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;align-items:center;padding:56px 32px;display:flex;box-shadow:0 1px 2px #0b12200a,0 14px 32px -24px #0b122033}.booking-empty .empty-ico{background:var(--brand-soft);width:56px;height:56px;color:var(--brand);border-radius:16px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.booking-empty .empty-ico svg{width:28px;height:28px}.booking-empty h2{font-family:var(--font-display);color:var(--ink);margin:0 0 8px;font-size:1.3rem}.booking-empty p{max-width:380px;margin:0 auto 22px;font-size:.92rem;line-height:1.55}.detail-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:6px;display:flex}.detail-head .passenger{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.2rem;font-weight:600}.detail-card .status{margin-bottom:0}.app-footer{border-top:1px solid var(--border);background:#fff;margin-top:8px}.app-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 28px;max-width:960px;margin:0 auto;padding:26px 20px;display:flex}.app-footer .foot-brand{flex-direction:column;gap:4px;display:flex}.app-footer .foot-logo{width:auto;height:22px}.app-footer .foot-tagline{color:var(--muted);margin:0;font-size:.82rem}.trust-row{flex-wrap:wrap;align-items:center;gap:8px 18px;display:flex}.trust-chip{color:var(--text);align-items:center;gap:7px;font-size:.78rem;font-weight:600;display:inline-flex}.trust-chip svg{width:15px;height:15px;color:var(--signal);flex:none}.foot-legal{border-top:1px solid var(--border);width:100%;max-width:960px;color:var(--muted);margin:0 auto;padding:12px 20px 22px;font-size:.74rem}.ticket-list{flex-direction:column;gap:16px;display:flex}.ticket-card{gap:10px}.ticket-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.ticket-protocol{color:var(--muted);letter-spacing:.04em;font-size:.85rem}.ticket-details{color:var(--muted);margin:4px 0 0;font-size:.9rem;line-height:1.5}.ticket-actions,.confirm-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.sla-breached{color:#c0392b;font-weight:600}.cat-chip.status-open{color:#1d4ed8;background:#eaf2ff}.cat-chip.status-acknowledged{color:#b7791f;background:#fff4e0}.cat-chip.status-quoted{color:#1a7f45;background:#e6f7ec}.cat-chip.status-closed,.cat-chip.status-cancelled{color:#666;background:#efefef}
