:root{--gold:#dfa317;--gold-bright:#e5a919;--gold-dark:#b5820d;--gold-soft:#fbf5e6;--gold-pale:#fffbf0;--gold-gradient:linear-gradient(135deg, #dfa317 0%, #f3c75f 50%, #c48c0c 100%);--gold-a11y:#8a6209;--black:#08090a;--charcoal:#0e1013;--charcoal-soft:#16181c;--dark:#0b0c0e;--dark-hero:#0c0d10;--dark-card:#131519;--white:#fff;--off-white:#fbfbfa;--cream:#f9f7f2;--cream-dark:#f0ebe1;--cream-card:#fdfbf7;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-300:#d4d4d4;--gray-400:#9e9e9e;--gray-500:#6b6b6b;--gray-600:#4a4a4a;--gray-700:#2d2d2d;--gray-800:#1a1a1a;--text:#141414;--text-muted:#666;--text-light:#e5e5e5;--text-dim:#999;--border-gold:#dfa31759;--border-gold-strong:#dfa317b3;--border-light:#00000014;--border-dark:#ffffff1f;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #00000012;--shadow-lg:0 16px 36px #0000001f;--shadow-gold:0 8px 24px #dfa31747;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:18px;--radius-pill:50px;--header-height:80px;--topbar-height:0px;--container:1200px;--font-sans:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--font-script:"Great Vibes", "Alex Brush", cursive;--transition:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700;line-height:1.2}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}ul{list-style:none}.container{width:min(100% - 2.5rem, var(--container));margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-label{color:var(--gold);font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:.65rem;font-size:.72rem;font-weight:700;display:inline-flex}.section-label span,.section-label:after{content:"";background:var(--gold);width:32px;height:2px;display:inline-block}.hero-scene{isolation:isolate;position:relative;overflow:hidden}.hero-scene:before{content:"";z-index:-2;background:radial-gradient(80% 60% at 70% 40%,#d4af3738,#0000 55%),radial-gradient(50% 40% at 20% 80%,#00000059,#0000 50%),linear-gradient(135deg,#1a1a1a 0%,#2c2416 35%,#3d3420 55%,#1f1a12 100%);position:absolute;inset:0}.hero-scene--airport:before{background:radial-gradient(70% 50% at 75% 35%,#ffc87859,#0000 50%),radial-gradient(40% 30% at 85% 70%,#648cb440,#0000 45%),linear-gradient(120deg,#e8e4dc 0%,#c9b89a 25%,#8a7a62 50%,#3a3530 78%,#1a1815 100%)}.hero-scene--light:before{background:radial-gradient(60% 50% at 80% 30%,#d4af3726,#0000 50%),linear-gradient(105deg,#f7f5f1 0%,#ebe6dc 40%,#d4cbb8 70%,#b8a990 100%)}.hero-scene--night:before{background:radial-gradient(55% 45% at 65% 40%,#d4af372e,#0000 55%),linear-gradient(135deg,#0a0a0a 0%,#1a1510 40%,#2a2218 70%,#0d0d0d 100%)}.hero-scene__overlay{z-index:-1;pointer-events:none;position:absolute;inset:0}.hero-scene--airport .hero-scene__overlay{background:linear-gradient(90deg,#ffffffeb 0%,#ffffffb3 32%,#ffffff40 58%,#0003 100%)}.hero-scene--dark .hero-scene__overlay,.hero-scene--night .hero-scene__overlay{background:linear-gradient(90deg,#000000b8 0%,#0006 55%,#00000040 100%)}.media-placeholder{width:100%;height:100%;min-height:280px;color:var(--gold);letter-spacing:.04em;text-align:center;border-radius:inherit;background:linear-gradient(160deg,#111 0%,#2a2a2a 45%,#1a1a1a 100%);justify-content:center;align-items:center;padding:1.25rem;font-size:.85rem;font-weight:600;display:flex}.btn{border-radius:var(--radius-sm);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);text-align:center;white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.78rem 1.45rem;font-size:.74rem;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--gold{background:var(--gold-bright);color:#0c0d10;border-color:var(--gold-bright)}.btn--gold:hover{background:var(--gold);border-color:var(--gold);box-shadow:0 6px 18px #dfa31759}.btn--gold-dark{background:var(--gold);color:#0c0d10;border-color:var(--gold)}.btn--outline{color:#0c0d10;background:0 0;border-color:#0c0d10}.btn--outline:hover{color:var(--white);background:#0c0d10}.btn--outline-white{color:var(--white);background:0 0;border-color:#ffffffd9}.btn--outline-white:hover{background:var(--white);color:#0c0d10;border-color:var(--white)}.btn--call{background:var(--gold-bright);color:#0c0d10;border-color:var(--gold-bright);border-radius:var(--radius-sm);letter-spacing:.04em;white-space:nowrap;padding:.65rem 1.15rem;font-size:.72rem;font-weight:750}.btn--call:hover{background:var(--gold);border-color:var(--gold);box-shadow:0 4px 14px #dfa31752}.btn--block{width:100%}.btn--lg{padding:.85rem 1.65rem;font-size:.78rem}.btn--pill{border-radius:var(--radius-pill)}.form-group{flex-direction:column;gap:.4rem;margin-bottom:.95rem;display:flex}.form-group label{color:var(--gray-700);font-size:.78rem;font-weight:600}.form-field{align-items:center;display:flex;position:relative}.form-field svg{color:var(--gray-400);pointer-events:none;position:absolute;left:.85rem}.form-field svg.form-field__right{left:auto;right:.85rem}.form-control{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background-color:var(--white);width:100%;color:var(--text);font-size:.88rem;font-family:var(--font-sans);transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:.75rem .9rem}select.form-control{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23dfa317' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.5rem}select.form-control option{color:#121316;background:#fff;padding:.6rem .8rem;font-size:.9rem}select.form-control option:hover,select.form-control option:focus,select.form-control option:checked{color:#fff;background:#dfa317 linear-gradient(#dfa317 0% 100%)}.form-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px #dfa3172e}.form-control--icon{padding-left:2.4rem}.form-control--error{border-color:#c0392b}.form-error{color:#c0392b;font-size:.75rem}.form-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.counter{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);justify-content:space-between;align-items:center;min-height:46px;padding:.35rem .5rem;display:flex}.counter__btn{border:1px solid var(--gray-300);background:var(--gray-100);cursor:pointer;width:30px;height:30px;color:var(--black);border-radius:4px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex}.counter__btn:hover{background:var(--gold-soft);border-color:var(--gold)}.counter__value{text-align:center;min-width:1.5rem;font-weight:600}.toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.65rem;display:inline-flex}.toggle input{opacity:0;pointer-events:none;position:absolute}.toggle__track{background:var(--gray-300);width:44px;height:24px;transition:background var(--transition);border-radius:999px;flex-shrink:0;position:relative}.toggle__track:after{content:"";background:var(--white);width:18px;height:18px;transition:transform var(--transition);box-shadow:var(--shadow-sm);border-radius:50%;position:absolute;top:3px;left:3px}.toggle input:checked+.toggle__track{background:var(--gold-bright)}.toggle input:checked+.toggle__track:after{transform:translate(20px)}.toggle__label{align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:inline-flex}.checkbox{color:var(--gray-600);align-items:flex-start;gap:.65rem;font-size:.78rem;line-height:1.5;display:flex}.checkbox input{accent-color:var(--gold);flex-shrink:0;margin-top:.2rem}.checkbox a{color:var(--gold);font-weight:600}@media (width<=640px){.form-row{grid-template-columns:1fr}}#root{min-height:100vh}.service-back{color:var(--gold);align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.88rem;font-weight:700;display:inline-flex}.service-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.legal-content{max-width:720px;color:var(--gray-700);flex-direction:column;gap:1rem;line-height:1.75;display:flex}.legal-content a{color:var(--gold);font-weight:600}.logo{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.logo__img{object-fit:contain;object-position:left center;background:0 0;width:auto;max-width:100%;height:auto;display:block}.logo--header .logo__img{width:auto;max-width:min(280px,32vw);height:70px}.logo--footer{display:inline-flex}.logo--footer .logo__img{width:auto;max-width:300px;height:92px;margin-bottom:.6rem;box-shadow:none!important;filter:none!important;background:0 0!important;border-radius:0!important;padding:0!important}@media (width<=1100px){.logo--header .logo__img{max-width:220px;height:58px}}@media (width<=640px){.logo--header .logo__img{max-width:175px;height:48px}.logo--footer .logo__img{max-width:240px;height:74px}}.navbar{z-index:5000;background:var(--white);border-bottom:1px solid #00000014;position:sticky;top:0;overflow:visible;box-shadow:0 2px 10px #00000008}.navbar__inner{min-height:var(--header-height);z-index:1;justify-content:space-between;align-items:center;gap:1rem;padding-block:.5rem;display:flex;position:relative;overflow:visible}.navbar__links{z-index:2;flex-wrap:nowrap;flex:1;justify-content:center;align-items:center;gap:.1rem;display:flex;position:relative;overflow:visible}.navbar__item{flex-shrink:0;position:relative}.navbar__item--dropdown{z-index:6000;position:relative}.navbar__link{font-family:var(--font-sans);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:#121316;cursor:pointer;transition:color var(--transition);z-index:2;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem .45rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex;position:relative}.navbar__link:hover,.navbar__link.active{color:var(--gold)}.navbar__link svg{transition:transform var(--transition)}.navbar__link svg.is-open{transform:rotate(180deg)}.navbar__dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:7000;min-width:320px;padding-top:.55rem;transition:opacity .22s,transform .22s,visibility .22s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px)}.navbar__dropdown.is-open,.navbar__item--dropdown.is-open .navbar__dropdown,.navbar__item--dropdown:hover .navbar__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.navbar__dropdown-panel{border:1px solid var(--border-gold);border-radius:var(--radius-sm);z-index:1;background:#0b0c0e;padding:.45rem 0;position:relative;box-shadow:0 16px 40px #0006}.navbar__dropdown-panel a{letter-spacing:.06em;text-transform:uppercase;color:var(--white);cursor:pointer;border-left:3px solid #0000;padding:.75rem 1.2rem;font-size:.7rem;font-weight:600;transition:background .25s,color .25s,border-color .25s,padding-left .25s;display:block}.navbar__dropdown-panel a:hover,.navbar__dropdown-panel a:focus-visible{color:var(--gold-bright);border-left-color:var(--gold-bright);background:#d4af3724;outline:none;padding-left:1.35rem}.navbar__toggle{color:var(--black);cursor:pointer;background:0 0;border:none;display:none}.navbar__contact{background:#fff;border:1px solid #00000014;border-radius:8px;flex-shrink:0;align-items:center;padding:.4rem .7rem;display:flex;box-shadow:0 2px 8px #0000000d}.navbar__contact-item{color:#1a1c20;white-space:nowrap;transition:color var(--transition);align-items:center;gap:.4rem;line-height:1.2;display:inline-flex}.navbar__contact-item--email{letter-spacing:.01em;font-size:.82rem;font-weight:650}.navbar__contact-item svg{color:#e5a919;flex-shrink:0}.navbar__contact-item:hover{color:#e5a919}.navbar__mobile{display:none}@media (width<=1100px){.navbar__links,.navbar__contact{display:none}.navbar__toggle{display:inline-flex}.navbar__mobile{inset:calc(var(--topbar-height) + var(--header-height)) 0 0 0;background:var(--white);z-index:4990;pointer-events:none;padding:1rem 1.25rem 2rem;transition:transform .25s;display:block;position:fixed;overflow-y:auto;transform:translate(100%)}.navbar__mobile.is-open{pointer-events:auto;transform:translate(0)}.navbar__mobile-link{border:none;border-bottom:1px solid var(--gray-200);letter-spacing:.06em;text-transform:uppercase;width:100%;color:var(--black);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:.95rem 0;font-size:.82rem;font-weight:700;transition:color .25s;display:flex}.navbar__mobile-link.active,.navbar__mobile-link:hover{color:var(--gold)}.navbar__mobile-link svg{transition:transform .25s}.navbar__mobile-link svg.is-open{transform:rotate(180deg)}.navbar__mobile-submenu{background:var(--black);border-radius:var(--radius-md);margin:.35rem 0 .75rem;padding:.35rem 0;display:none}.navbar__mobile-submenu.is-open{display:block}.navbar__mobile-submenu a{color:var(--white);border-left:3px solid #0000;padding:.75rem 1rem;font-size:.78rem;transition:background .25s,color .25s,border-color .25s,padding-left .25s;display:block}.navbar__mobile-submenu a:hover,.navbar__mobile-submenu a:active{color:var(--gold-bright);border-left-color:var(--gold-bright);background:#d4af3724;padding-left:1.2rem}.navbar__mobile-contact{background:#fff;border:1px solid #00000014;border-radius:8px;align-items:center;margin-top:1.25rem;padding:.55rem .75rem;display:flex;box-shadow:0 2px 8px #0000000d}}.site-header{z-index:5000;isolation:isolate;position:relative}.footer{color:var(--white);background:#060709;border-top:1px solid #dfa31740}.footer__main{grid-template-columns:1.45fr 1.05fr .95fr 1.15fr;gap:2.5rem;padding:3.5rem 1rem 2.5rem;display:grid}.footer__brand{flex-direction:column;display:flex}.footer__map{border-top:1px solid #dfa31726;border-bottom:1px solid #dfa31726;width:100%}.footer__map iframe{filter:grayscale(.35)contrast(1.05);border:0;width:100%;height:220px;display:block}.footer__desc{color:#ffffffb3;max-width:320px;margin:.85rem 0 1.25rem;font-size:.78rem;line-height:1.65}.footer__contact-lines{flex-direction:column;gap:.55rem;margin-bottom:1.25rem;display:flex}.footer__contact-lines a,.footer__contact-loc{color:#ffffffe0;align-items:center;gap:.55rem;font-size:.78rem;display:inline-flex}.footer__contact-lines svg,.footer__contact-loc svg{color:var(--gold);flex-shrink:0}.footer__contact-lines a:hover{color:var(--gold-bright)}.footer__social{gap:.55rem;margin-top:.25rem;display:flex}.footer__social a{width:34px;height:34px;color:var(--gold);transition:background var(--transition), color var(--transition), border-color var(--transition);background:0 0;border:1px solid #dfa31799;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.footer__social a:hover{background:var(--gold);color:#060709;border-color:var(--gold)}.footer__heading{color:var(--gold);font-family:var(--font-sans);letter-spacing:.02em;margin-bottom:1.15rem;font-size:.85rem;font-weight:700}.footer__col ul{flex-direction:column;gap:.52rem;display:flex}.footer__col a,.footer__locations-list li{color:#ffffffbf;transition:color var(--transition);font-size:.78rem}.footer__col a:hover{color:var(--gold)}.footer__link--active{font-weight:600;color:var(--gold)!important}.footer__col--locations{flex-direction:column;display:flex}.footer__skyline{text-align:center;flex-direction:column;align-items:center;max-width:220px;margin-top:1.5rem;display:flex}.footer__skyline svg{width:100%;height:auto}.footer__skyline-text{font-family:var(--font-script);color:var(--gold);letter-spacing:.02em;margin-top:.35rem;font-size:1.65rem;line-height:1.1}.footer__bottom{background:#040405;border-top:1px solid #ffffff1a}.footer__bottom-inner{color:#ffffff8c;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;font-size:.72rem;display:flex}.footer__copyright,.footer__credit{white-space:nowrap}.footer__top{border-radius:var(--radius-xs);color:var(--gold);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background var(--transition), color var(--transition);background:0 0;border:1px solid #dfa31799;align-items:center;gap:.4rem;padding:.42rem .85rem;font-size:.66rem;font-weight:700;display:inline-flex}.footer__top:hover{background:var(--gold);color:#060709}@media (width<=1100px){.footer__main{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=680px){.footer__main{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem}.footer__bottom-inner{text-align:center;flex-direction:column;gap:.75rem}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1}.home-wrapper{background:#fbf9f4;position:relative;overflow-x:hidden}.home-hero{min-height:calc(100vh - var(--topbar-height) - var(--header-height));isolation:isolate;background:#eae6dd;flex-direction:column;justify-content:flex-start;min-height:680px;padding:1.75rem 0 5.5rem;display:flex;position:relative;overflow:hidden}.home-hero__bg{object-fit:cover;object-position:68% 40%;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.home-hero__gradient-overlay{z-index:-1;pointer-events:none;background:linear-gradient(95deg,#fffffffa 0%,#fffffff2 32%,#ffffffd1 48%,#ffffff8c 62%,#ffffff2e 78%,#fff0 92%);position:absolute;inset:0}.home-hero__container{z-index:2;grid-template-columns:minmax(320px,385px) minmax(0,1fr);align-items:start;gap:2.5rem 4.5rem;margin-top:.35rem;display:grid;position:relative}.home-hero__form-col{z-index:3;margin-top:-1.25rem}.home-book-card{background:#fff;border:1px solid #0000000d;border-radius:18px;max-width:385px;padding:1.35rem 1.3rem 1.2rem;box-shadow:0 20px 55px #00000024}.home-book-card__header{align-items:center;gap:.75rem;margin-bottom:1.15rem;display:flex}.home-book-card__icon-wrap{color:#e5a919;justify-content:center;align-items:center;display:flex}.home-book-card__title{font-family:var(--font-sans);letter-spacing:.06em;color:var(--gold-a11y);font-size:1.05rem;font-weight:850;line-height:1.15}.home-book-card__subtitle{color:#222;margin-top:.15rem;font-size:.74rem;font-weight:600}.home-form-group{margin-bottom:.75rem}.home-form-group label{color:#22242a;letter-spacing:.01em;margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:block}.home-form-control{color:#121316;width:100%;min-height:40px;font-size:.82rem;font-family:var(--font-sans);transition:border-color var(--transition), box-shadow var(--transition);background:#fff;border:1px solid #d5d5d5;border-radius:8px;padding:.5rem .75rem}.home-form-control:focus{border-color:#e5a919;outline:none;box-shadow:0 0 0 3px #e5a9192e}.home-select-wrap{align-items:center;display:flex;position:relative}.home-select-wrap select{appearance:none;cursor:pointer;background-color:#fff;padding-right:2.2rem}.home-select-wrap select option{color:#121316;background:#fff;padding:.5rem .75rem;font-size:.85rem}.home-select-wrap select option:hover,.home-select-wrap select option:focus,.home-select-wrap select option:checked{color:#fff;background:#dfa317 linear-gradient(#dfa317 0% 100%)}.home-select-chevron{color:#dfa317;pointer-events:none;position:absolute;right:.75rem}.home-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.home-input-wrap{align-items:center;display:flex;position:relative}.home-input-icon{color:#666;pointer-events:none;position:absolute;left:.75rem}.home-form-control--with-icon{padding-left:2.25rem}.home-counter-pill{background:#f7f7f7;border:1px solid #dcdcdc;border-radius:8px;justify-content:space-between;align-items:center;gap:.35rem;min-height:40px;padding:.2rem .5rem;display:flex}.home-counter-icon{color:#666;flex-shrink:0}.home-counter-btn{color:#333;cursor:pointer;width:28px;height:28px;transition:background var(--transition), color var(--transition);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;display:flex}.home-counter-btn:hover{color:#0c0d10;background:#e5a919}.home-counter-val{color:#121316;font-size:.84rem;font-weight:750}.home-child-toggle{cursor:pointer;justify-content:space-between;align-items:center;margin:.45rem 0 1.15rem;display:flex}.home-child-toggle__left{color:#222;align-items:center;gap:.45rem;display:inline-flex}.home-child-icon{color:#555}.home-child-toggle__text{color:#222;font-size:.76rem;font-weight:700}.home-child-toggle input{display:none}.home-child-toggle__switch{width:36px;height:20px;transition:background var(--transition);background:#d4d4d4;border-radius:20px;display:inline-block;position:relative}.home-child-toggle__switch:after{content:"";width:16px;height:16px;transition:transform var(--transition);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px}.home-child-toggle input:checked+.home-child-toggle__switch{background:#e5a919}.home-child-toggle input:checked+.home-child-toggle__switch:after{transform:translate(16px)}.home-book-submit-btn{color:#0c0d10;width:100%;min-height:46px;font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);background:#e5a919;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;font-size:.82rem;font-weight:850;display:flex;box-shadow:0 6px 18px #e5a91959}.home-book-submit-btn:hover{background:#dfa317;transform:translateY(-1px);box-shadow:0 8px 22px #e5a91973}.home-form-error{color:#d32f2f;margin-top:.2rem;font-size:.7rem;display:block}.home-book-success{color:#2e7d32;text-align:center;margin-top:.85rem;font-size:.78rem;font-weight:600}.home-book-success a{color:#e5a919;font-weight:750}.home-hero__content-col{z-index:2;text-align:center;justify-self:center;max-width:540px;padding:3.25rem 0 0}.home-hero__eyebrow{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:#111;margin-bottom:.85rem;font-size:.78rem;font-weight:800}.home-hero__heading{font-family:var(--font-serif);color:#111;letter-spacing:-.01em;margin-bottom:1.15rem;font-size:clamp(2.5rem,4.4vw,3.8rem);font-weight:800;line-height:1.1}.home-hero__heading--gold{color:#e5a919;display:inline-block}.home-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex}.home-btn-call{color:#0c0d10;font-family:var(--font-sans);letter-spacing:.04em;transition:all var(--transition);background:#e5a919;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.45rem;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 6px 18px #e5a91959}.home-btn-call:hover{background:#dfa317;transform:translateY(-1px);box-shadow:0 8px 24px #e5a91973}.home-btn-learn{color:#121316;font-family:var(--font-sans);letter-spacing:.04em;transition:all var(--transition);background:#fff;border:1.5px solid #121316;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.45rem;font-size:.78rem;font-weight:750;display:inline-flex}.home-btn-learn:hover{color:#fff;background:#121316;transform:translateY(-1px)}.home-hero__script-wrap{pointer-events:none;z-index:2;justify-content:flex-end;display:flex;position:absolute;bottom:1.5rem;left:0;right:0}.home-hero__script-text{font-family:var(--font-script);color:#fff;text-shadow:0 3px 14px #000c;margin-right:1.5rem;font-size:clamp(2rem,3.2vw,2.8rem)}.home-trust-section{z-index:10;margin-top:-2.5rem;margin-bottom:3.5rem;position:relative}.home-trust-card{background:#fff;border:1px solid #0000000d;border-radius:18px;grid-template-columns:repeat(4,1fr);align-items:center;padding:1.35rem .5rem;display:grid;box-shadow:0 16px 45px #0000001a}.home-trust-item{color:#121316;border-right:1px solid #ebebeb;align-items:center;gap:.95rem;padding:.4rem 1.4rem;display:flex}.home-trust-item:last-child{border-right:none}.home-trust-icon{color:#e5a919;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-trust-info{flex-direction:column;display:flex}.home-trust-info strong{font-family:var(--font-sans);color:#121316;font-size:.88rem;font-weight:850;line-height:1.2}.home-trust-info span{color:#555552;margin-top:.15rem;font-size:.76rem;line-height:1.2}@media (width<=1050px){.home-hero__container{grid-template-columns:1fr;gap:2.5rem}.home-hero__content-col{text-align:center;order:-1;justify-self:center;max-width:none}.home-hero__gradient-overlay{background:linear-gradient(#fffffff7 0%,#ffffffe6 50%,#ffffff8c 100%)}.home-trust-card{grid-template-columns:repeat(2,1fr);gap:1rem 0}.home-trust-item:nth-child(2){border-right:none}.home-trust-item:first-child,.home-trust-item:nth-child(2){border-bottom:1px solid #ebebeb;padding-bottom:1rem}}@media (width<=640px){.home-hero{padding-top:2rem;padding-bottom:4.5rem}.home-book-card{max-width:100%;padding:1.2rem 1rem}.home-trust-section{margin-top:-1.5rem;margin-bottom:2rem}.home-trust-card{grid-template-columns:1fr;padding:1rem .5rem}.home-trust-item{border-bottom:1px solid #ebebeb;border-right:none;padding:.75rem 1rem}.home-trust-item:last-child{border-bottom:none}.home-hero__script-wrap{justify-content:center}.home-hero__script-text{margin-right:0}}.home-section-label{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:#e5a919;align-items:center;gap:.55rem;margin-bottom:.75rem;font-size:.72rem;font-weight:800;display:inline-flex}.home-section-label--light{color:#e5a919}.home-section-head{text-align:center;max-width:560px;margin:0 auto 2.5rem}.home-section-head h2{font-family:var(--font-serif);color:#111;margin-bottom:.65rem;font-size:clamp(1.85rem,3vw,2.5rem);font-weight:800}.home-section-head p{color:#555552;font-size:.95rem;line-height:1.55}.home-section-link{letter-spacing:.04em;text-transform:uppercase;color:#111;align-items:center;gap:.4rem;margin-top:1.35rem;font-size:.82rem;font-weight:750;transition:color .2s,gap .2s;display:inline-flex}.home-section-link:hover{color:#e5a919;gap:.6rem}.home-section-cta{justify-content:center;margin-top:.5rem;display:flex}.home-about{background:linear-gradient(#fbf9f400 0%,#f5f1e8d9 40%,#f5f1e8 100%);padding:1rem 0 4.5rem}.home-about__inner{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.home-about__copy h2{font-family:var(--font-serif);color:#111;margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;line-height:1.15}.home-about__copy h2 span{color:#e5a919}.home-about__copy p{color:#444;max-width:540px;margin-bottom:.85rem;font-size:.95rem;line-height:1.65}.home-about__stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.home-about__stat{background:#fff;border:1px solid #0000000f;border-radius:12px;padding:1.25rem 1.1rem;animation:.55s both homeFadeUp;box-shadow:0 8px 22px #0000000a}.home-about__stat:nth-child(2){animation-delay:80ms}.home-about__stat:nth-child(3){animation-delay:.16s}.home-about__stat:nth-child(4){animation-delay:.24s}.home-about__stat strong{font-family:var(--font-serif);color:var(--gold-a11y);margin-bottom:.35rem;font-size:1.85rem;font-weight:800;line-height:1;display:block}.home-about__stat span{color:#444;font-size:.78rem;font-weight:650}.home-services{background:#fff;padding:4.5rem 0}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.home-service-item{background:#fbf9f4;border-top:2px solid #e5a919;flex-direction:column;gap:.55rem;padding:1.35rem 1.25rem;transition:transform .25s,background .25s,box-shadow .25s;animation:.5s both homeFadeUp;display:flex}.home-service-item:nth-child(2){animation-delay:60ms}.home-service-item:nth-child(3){animation-delay:.12s}.home-service-item:nth-child(4){animation-delay:.18s}.home-service-item:nth-child(5){animation-delay:.24s}.home-service-item:nth-child(6){animation-delay:.3s}.home-service-item:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 28px #00000012}.home-service-item__icon{color:#e5a919;margin-bottom:.25rem}.home-service-item h3{font-family:var(--font-sans);color:#111;font-size:1rem;font-weight:800}.home-service-item p{color:#555552;flex:1;font-size:.88rem;line-height:1.5}.home-service-item__more{letter-spacing:.05em;text-transform:uppercase;color:var(--gold-a11y);align-items:center;gap:.35rem;margin-top:.35rem;font-size:.72rem;font-weight:750;display:inline-flex}.home-fleet{background:linear-gradient(#f5f1e8 0%,#fbf9f4 100%);padding:4.5rem 0}.home-fleet__grid{grid-template-columns:1fr 1fr;gap:1.75rem;margin-bottom:1.5rem;display:grid}.home-fleet-item{background:#fff;border:1px solid #0000000f;border-radius:14px;animation:.55s both homeFadeUp;overflow:hidden;box-shadow:0 10px 30px #0000000d}.home-fleet-item:nth-child(2){animation-delay:.12s}.home-fleet-item__media{aspect-ratio:16/10;background:#0e1013;position:relative;overflow:hidden}.home-fleet-item__fallback{width:100%;height:100%;min-height:180px;color:var(--gold-bright,#dfa317);font-family:var(--font-serif);text-align:center;place-items:center;padding:1rem;display:grid}.home-fleet-item__media img{object-fit:contain;width:100%;height:100%;padding:.75rem;transition:transform .45s}.home-fleet-item:hover .home-fleet-item__media img{transform:scale(1.04)}.home-fleet-item__badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#111;border-radius:4px;padding:.3rem .65rem;font-size:.65rem;font-weight:750;position:absolute;top:.85rem;left:.85rem}.home-fleet-item__body{padding:1.25rem 1.35rem 1.4rem}.home-fleet-item__body h3{font-family:var(--font-serif);color:#111;margin-bottom:.25rem;font-size:1.35rem;font-weight:800}.home-fleet-item__class{color:#e5a919;margin-bottom:.9rem;font-size:.82rem;font-weight:650}.home-fleet-item__meta{flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:1.15rem;display:flex}.home-fleet-item__meta span{color:#555552;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:inline-flex}.home-fleet-item__meta svg{color:#e5a919}.home-fleet-item__btn{letter-spacing:.04em;text-transform:uppercase;color:#111;align-items:center;gap:.4rem;font-size:.78rem;font-weight:750;transition:color .2s;display:inline-flex}.home-fleet-item__btn:hover{color:#e5a919}.home-cta{color:#fff;background:linear-gradient(120deg,#0c0d10 0%,#1a1c20 55%,#121316 100%);padding:3.5rem 0}.home-cta__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.home-cta h2{font-family:var(--font-serif);color:#fff;margin-bottom:.5rem;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800}.home-cta p{color:#ffffffbf;max-width:480px;font-size:.92rem}.home-cta__actions{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.home-btn-learn--light{color:#fff;background:0 0;border-color:#ffffff73}.home-btn-learn--light:hover{color:#111;background:#fff;border-color:#fff}@keyframes homeFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.home-about__inner,.home-fleet__grid,.home-cta__inner{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.home-about__inner{flex-direction:column;display:flex}.home-services__grid{grid-template-columns:repeat(2,1fr)}.home-about__stats{width:100%}}@media (width<=640px){.home-services__grid,.home-fleet__grid{grid-template-columns:1fr}.home-about,.home-services,.home-fleet{padding:3rem 0}.home-cta__actions{width:100%}.home-cta__actions .home-btn-call,.home-cta__actions .home-btn-learn{flex:1;justify-content:center}}.section-label--light{color:var(--gold-bright)}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:4rem 1rem;display:grid}.about-intro__content h1{white-space:nowrap;margin-bottom:.75rem;font-size:clamp(1.85rem,2.8vw,2.85rem);font-weight:800;line-height:1.15}.about-intro__content h1 span{color:var(--gold);white-space:nowrap}.about-intro__content h2{margin-bottom:1.25rem;font-size:1.15rem}.about-intro__copy p{color:var(--gray-700);margin-bottom:.9rem;font-size:.95rem}.about-intro__cta{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.about-intro__help{color:var(--gray-700);align-items:center;gap:.55rem;font-size:.88rem;display:inline-flex}.about-intro__help svg{color:var(--gold)}.about-intro__media{border-radius:var(--radius-lg);background:var(--charcoal);min-height:520px;position:relative;overflow:hidden}.about-intro__media img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:520px}.about-intro__badge{border-radius:var(--radius-sm);background:#fffffff2;max-width:220px;padding:.85rem 1rem;position:absolute;top:1.25rem;left:1.25rem}.about-intro__badge strong{color:var(--gold);letter-spacing:.04em;font-size:.82rem;line-height:1.35;display:block}.about-intro__badge span{color:var(--gray-600);font-size:.75rem}.about-intro__ribbon{background:#141414d1;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.85rem .75rem;display:grid;position:absolute;bottom:3rem;left:0;right:0}.about-intro__ribbon div{color:var(--gold);letter-spacing:.04em;text-align:center;flex-direction:column;align-items:center;gap:.35rem;font-size:.62rem;font-weight:700;display:flex}.about-intro__script{font-family:var(--font-script);color:var(--gold);font-size:1.45rem;position:absolute;bottom:.55rem;right:1rem}.about-stats{background:var(--charcoal);padding:3rem 0}.about-stats__inner{grid-template-columns:repeat(4,1fr);display:grid}.about-stats__item{color:var(--white);text-align:center;border-right:1px solid #d4af3773;flex-direction:column;align-items:center;gap:.45rem;padding:.5rem 1rem;display:flex}.about-stats__item:last-child{border-right:none}.about-stats__item svg{color:var(--gold)}.about-stats__item strong{font-size:2.2rem;font-weight:800}.about-stats__item span{letter-spacing:.08em;opacity:.9;font-size:.72rem}.about-features{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 1rem;display:grid}.about-features__icon{background:var(--gold-pale);width:72px;height:72px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.about-features h3{margin-bottom:.75rem;font-size:1.2rem}.about-features p{color:var(--gray-600);margin-bottom:1rem;font-size:.92rem;line-height:1.7}.about-features a{color:var(--gold);font-size:.88rem;font-weight:700}.about-cta{isolation:isolate;padding:3.5rem 0;position:relative;overflow:hidden}.about-cta__photo{object-fit:cover;object-position:center 40%;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.about-cta__shade{z-index:-1;background:#000000b8;position:absolute;inset:0}.about-cta__inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex;position:relative}.about-cta h2{color:var(--white);max-width:520px;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem)}.about-cta__line{background:var(--gold);width:64px;height:3px;display:block}@media (width<=980px){.about-intro,.about-features,.about-stats__inner{grid-template-columns:1fr}.about-stats__item{border-bottom:1px solid #d4af3759;border-right:none;padding:1.25rem 0}.about-stats__item:last-child{border-bottom:none}.about-intro__content h1{font-size:clamp(1.45rem,6.5vw,2.2rem)}}.section-label{color:var(--gold);letter-spacing:.12em;align-items:center;gap:.65rem;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-flex}.section-label span{background:var(--gold);width:36px;height:2px;display:block}.services-page{padding:4rem 1rem 5rem}.services-page h1{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.9rem)}.services-page__lead{color:var(--gray-600);max-width:640px;margin-bottom:2.25rem}.services-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.services-page__card{border:1px solid var(--gray-200);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);grid-template-columns:auto 1fr;gap:.35rem 1rem;padding:1.25rem 1.3rem;display:grid}.services-page__card:hover{border-color:var(--gold);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.services-page__icon{background:var(--gold-pale);width:44px;height:44px;color:var(--gold-dark);grid-row:span 2;place-items:center;margin-top:.15rem;display:grid}.services-page__card h3{margin-bottom:.35rem;font-size:1.05rem}.services-page__card p{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-column:2;font-size:.88rem;line-height:1.5;display:-webkit-box;overflow:hidden}.services-page__card span{color:var(--gold-dark);grid-column:2;align-items:center;gap:.35rem;margin-top:.75rem;font-size:.85rem;font-weight:700;display:inline-flex}@media (width<=700px){.services-page__grid{grid-template-columns:1fr}}.sd-page{background:var(--white);color:var(--text);overflow-x:hidden}.sd-title-gold{color:var(--gold)!important}.sd-hero{color:var(--white);background:#090a0d;border-bottom:1px solid #ffffff0f;padding:3rem 0 3.5rem;position:relative;overflow:hidden}.sd-hero__grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:3.5rem;display:grid}.sd-hero__content{z-index:2;flex-direction:column;display:flex}.sd-hero__breadcrumb{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.sd-hero__back-link{color:#ffffffbf;transition:color var(--transition);align-items:center;gap:.4rem;display:inline-flex}.sd-hero__back-link:hover{color:var(--gold)}.sd-hero__crumb-dash{color:var(--gold);font-weight:300}.sd-hero__crumb-title{color:var(--gold)}.sd-hero__title{font-family:var(--font-serif);color:var(--white);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:700;line-height:1.12}.sd-hero__subtitle{font-family:var(--font-sans);color:var(--gold);letter-spacing:.02em;margin-bottom:1.25rem;font-size:.95rem;font-weight:600}.sd-hero__desc{color:#ffffffbf;max-width:520px;margin-bottom:1.5rem;font-size:.86rem;line-height:1.68}.sd-hero__badges{flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;padding-top:.25rem;display:flex}.sd-hero__badge-item{align-items:center;gap:.5rem;display:inline-flex}.sd-hero__badge-icon{color:var(--gold);justify-content:center;align-items:center;display:flex}.sd-hero__badge-text{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;font-size:.68rem;font-weight:700}.sd-hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.sd-hero__cta{min-width:170px}.sd-hero__media-col{z-index:1;position:relative}.sd-hero__image-wrap{border-radius:var(--radius-lg);aspect-ratio:16/11;background:#111317;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.sd-hero__photo{object-fit:cover;width:100%;height:100%;display:block}.sd-hero__photo-overlay{pointer-events:none;background:linear-gradient(#0000001a 0%,#00000080 100%);position:absolute;inset:0}.sd-hero__script-badge{text-align:right;z-index:2;pointer-events:none;position:absolute;bottom:1.25rem;right:1.5rem}.sd-hero__script-text{font-family:var(--font-script);color:var(--gold);text-shadow:0 2px 8px #000c;white-space:pre-line;font-size:1.85rem;line-height:1.15}.sd-hero__top-tag{text-align:right;z-index:2;color:#ffffffe6;flex-direction:column;align-items:flex-end;display:flex;position:absolute;top:1.25rem;right:1.5rem}.sd-hero__top-tag-l1{letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.sd-hero__top-tag-l2{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:500}.sd-hero__caption-tag{color:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-xs);letter-spacing:.03em;background:#000000a6;padding:.35rem .75rem;font-size:.72rem;font-weight:600;position:absolute;bottom:1rem;left:1.25rem}.sd-feature-bar{background:#fdfcf9;border-bottom:1px solid #00000012;padding:1.75rem 0}.sd-feature-bar__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sd-feature-bar__item{align-items:center;gap:1rem;display:flex}.sd-feature-bar__icon{background:var(--gold-soft);width:44px;height:44px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sd-feature-bar__info h4{font-family:var(--font-sans);color:#121316;margin-bottom:.15rem;font-size:.82rem;font-weight:700}.sd-feature-bar__info p{color:var(--text-muted);font-size:.74rem;line-height:1.4}.sd-perks{background:var(--white);padding:4.5rem 0 5rem}.sd-perks__header{justify-content:space-between;align-items:flex-end;gap:2.5rem;margin-bottom:2.75rem;display:flex}.sd-perks__header-left{max-width:580px}.sd-perks__title{font-family:var(--font-serif);color:#121316;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:700;line-height:1.18}.sd-perks__header-right{text-align:right;max-width:380px}.sd-perks__lead{color:var(--text-muted);font-size:.82rem;line-height:1.6}.sd-perks__skyline{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.sd-perks__skyline svg{width:180px;height:auto}.sd-perks__skyline-title{font-family:var(--font-script);color:var(--gold);margin-top:.25rem;font-size:1.5rem;line-height:1.1}.sd-perks__skyline-sub{color:var(--text-muted);letter-spacing:.02em;font-size:.68rem}.sd-perks__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sd-card{background:var(--white);border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #00000014;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000a}.sd-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.sd-card__media{aspect-ratio:16/10;background:#e8e8e8;width:100%;overflow:hidden}.sd-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.sd-card:hover .sd-card__img{transform:scale(1.04)}.sd-card__body{flex-direction:column;flex:1;padding:1.35rem 1.25rem 1.5rem;display:flex}.sd-card__icon-box{border-radius:var(--radius-xs);background:var(--gold-soft);width:36px;height:36px;color:var(--gold-dark);justify-content:center;align-items:center;margin-bottom:.85rem;display:inline-flex}.sd-card__title{font-family:var(--font-sans);color:#121316;margin-bottom:.45rem;font-size:.88rem;font-weight:750}.sd-card__text{color:var(--text-muted);font-size:.78rem;line-height:1.55}.sd-supportive{padding:4rem 1rem 4.5rem}.sd-supportive__grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:3.5rem;display:grid}.sd-supportive__copy h2{margin-bottom:1rem;font-size:clamp(1.8rem,2.6vw,2.4rem)}.sd-supportive__lead{color:var(--text-muted);margin-bottom:1.5rem;font-size:.86rem;line-height:1.65}.sd-checklist{flex-direction:column;gap:.75rem;display:flex}.sd-checklist li{color:#1f2126;align-items:center;gap:.65rem;font-size:.84rem;font-weight:600;display:flex}.sd-check-icon{width:22px;height:22px;color:var(--gold);background:#dfa3172e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sd-supportive__media{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.sd-supportive__media img{object-fit:cover;width:100%;height:100%;display:block}.sd-supportive__badge{font-family:var(--font-script);color:var(--gold);text-shadow:0 2px 8px #000000d9;font-size:1.65rem;position:absolute;bottom:1.5rem;right:1.5rem}.sd-fleet{background:#fbf9f4;border-top:1px solid #0000000d;padding:4.5rem 0 5rem}.sd-fleet__heading{margin-bottom:.5rem;font-size:clamp(1.8rem,2.6vw,2.3rem)}.sd-fleet__sub{color:var(--text-muted);max-width:620px;margin-bottom:2.5rem;font-size:.84rem}.sd-fleet__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.sd-fleet-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #00000014;overflow:hidden;box-shadow:0 4px 18px #0000000d}.sd-fleet-card__media{aspect-ratio:16/9;background:#0e1013;position:relative}.sd-fleet-card__media img{object-fit:contain;width:100%;height:100%;padding:.65rem}.sd-fleet-card__tag{background:var(--gold);color:#0c0d10;border-radius:var(--radius-xs);letter-spacing:.06em;padding:.25rem .55rem;font-size:.65rem;font-weight:800;position:absolute;top:.85rem;left:.85rem}.sd-fleet-card__body{padding:1.5rem}.sd-fleet-card__body h3{font-family:var(--font-sans);margin-bottom:.25rem;font-size:1.05rem;font-weight:750}.sd-fleet-card__class{color:var(--text-muted);margin-bottom:1rem;font-size:.78rem}.sd-fleet-card__meta{color:var(--text);gap:1.25rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:600;display:flex}.sd-fleet-card__meta span{align-items:center;gap:.4rem;display:inline-flex}.sd-fleet-card__meta svg{color:var(--gold)}.sd-fleet-card__btn{border-radius:var(--radius-xs);padding:.75rem 1rem}.sd-process{color:var(--white);background:#090a0d;border-top:1px solid #ffffff14;padding:4.5rem 0 5rem}.sd-process__heading{margin-bottom:2.5rem;font-size:clamp(1.8rem,2.6vw,2.3rem)}.sd-process__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sd-process__card{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #dfa31740;flex-direction:column;padding:1.75rem 1.25rem;display:flex}.sd-process__num{font-family:var(--font-serif);color:var(--gold);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1}.sd-process__content h3{font-family:var(--font-sans);color:var(--white);margin-bottom:.45rem;font-size:.88rem;font-weight:700}.sd-process__content p{color:#ffffffb3;font-size:.78rem;line-height:1.5}.sd-dark-feature{color:var(--white);background:#090a0d;border-top:1px solid #ffffff14;padding:4.5rem 0 5rem}.sd-dark-feature__inner{grid-template-columns:1.15fr 1fr;align-items:center;gap:3.5rem;display:grid}.sd-dark-feature__media{border-radius:var(--radius-lg);aspect-ratio:16/10;background:#121418;overflow:hidden;box-shadow:0 16px 40px #0009}.sd-dark-feature__img{object-fit:cover;width:100%;height:100%}.sd-dark-feature__title{margin-bottom:1rem;font-size:clamp(1.8rem,2.6vw,2.3rem)}.sd-dark-feature__desc{color:#ffffffb8;max-width:480px;margin-bottom:1.75rem;font-size:.84rem;line-height:1.65}.sd-dark-feature__cta{margin-bottom:2rem}.sd-dark-feature__specs{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem;margin-top:1rem;display:grid}.sd-dark-feature__spec-item{align-items:center;gap:.75rem;display:flex}.sd-dark-feature__spec-icon{color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sd-dark-feature__spec-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;font-size:.68rem;font-weight:750;display:block}.sd-dark-feature__spec-sub{color:#fff9;margin-top:.15rem;font-size:.72rem}.sd-comfort{background:#fdfcf9;border-top:1px solid #0000000f;padding:4.5rem 0 5rem}.sd-comfort__inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:3.5rem;display:grid}.sd-comfort__media{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:16/10;overflow:hidden}.sd-comfort__media img{object-fit:cover;width:100%;height:100%}.sd-comfort__copy{position:relative}.sd-comfort__compass{opacity:.8;pointer-events:none;width:160px;height:160px;position:absolute;top:-2rem;right:-1rem}.sd-comfort__copy h2{margin-bottom:1rem;font-size:clamp(1.8rem,2.6vw,2.3rem)}.sd-comfort__copy p{color:var(--text-muted);max-width:480px;margin-bottom:1.75rem;font-size:.84rem;line-height:1.65}.sd-prefooter{background:#f8f6f0;border-top:1px solid #dfa31740;border-bottom:1px solid #dfa31740;padding:3.5rem 0}.sd-prefooter__inner{justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.sd-prefooter__copy{max-width:600px}.sd-prefooter__title{color:#121316;margin-bottom:.35rem;font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:700}.sd-prefooter__sub{color:var(--text-muted);font-size:.84rem}.sd-prefooter__phone{color:var(--text);margin-top:.45rem;font-size:.8rem;font-weight:600}.sd-prefooter__phone a{color:var(--gold-dark);font-weight:700}.sd-prefooter__actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.sd-missing{text-align:center;padding:6rem 1rem}.sd-missing h1{margin:1rem 0;font-size:2.5rem}.sd-missing p{color:var(--text-muted);margin-bottom:2rem}@media (width<=1100px){.sd-hero__grid,.sd-supportive__grid,.sd-dark-feature__inner,.sd-comfort__inner{grid-template-columns:1fr;gap:2.5rem}.sd-perks__grid,.sd-feature-bar__grid,.sd-process__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.sd-prefooter__inner{text-align:center;flex-direction:column}.sd-prefooter__actions{flex-direction:column;width:100%}.sd-prefooter__actions .btn{width:100%}.sd-perks__header{flex-direction:column;align-items:flex-start}.sd-perks__header-right{text-align:left}.sd-perks__skyline{align-items:flex-start}.sd-fleet__grid,.sd-dark-feature__specs{grid-template-columns:1fr}}@media (width<=580px){.sd-perks__grid,.sd-feature-bar__grid,.sd-process__grid{grid-template-columns:1fr}.sd-hero__badges{flex-direction:column;gap:.75rem}.sd-hero__actions{flex-direction:column;width:100%}.sd-hero__cta{width:100%}}.res-hero{isolation:isolate;align-items:center;min-height:360px;padding:3.5rem 0;display:flex;position:relative;overflow:hidden}.res-hero__photo{object-fit:cover;object-position:center 40%;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.res-hero__overlay{z-index:-1;background:linear-gradient(90deg,#000000b8 0%,#0006 60%,#0000004d 100%);position:absolute;inset:0}.res-hero__inner{z-index:1;color:var(--white);justify-content:space-between;align-items:flex-end;gap:2rem;display:flex;position:relative}.res-hero__eyebrow{letter-spacing:.16em;margin-bottom:.75rem;font-size:.78rem;font-weight:600}.res-hero h1{font-family:var(--font-serif);white-space:nowrap;margin-bottom:.65rem;font-size:clamp(1.85rem,3.2vw,3rem)}.res-hero h1 span{color:var(--gold)}.res-hero__sub{opacity:.92;margin-bottom:1.4rem}.res-hero__features{flex-wrap:wrap;gap:1.25rem;display:flex}.res-hero__features div{letter-spacing:.04em;flex-direction:column;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:flex}.res-hero__features svg{color:var(--gold);border:1px solid #d4af3773;border-radius:50%;width:42px;height:42px;padding:10px}.res-hero__script{font-family:var(--font-script);color:#ffffffe6;font-size:2rem}.res-booking{padding:3rem 1rem 4rem}.res-booking__head{text-align:center;margin-bottom:1.75rem}.res-booking__head h2{margin-bottom:.45rem;font-size:1.8rem}.res-booking__head p{color:var(--gray-600);font-size:.92rem}.res-booking__head a{color:var(--gold);font-weight:700}.res-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:2rem;padding:1.5rem}.res-steps{border-bottom:1px solid var(--gray-200);grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:grid}.res-steps__item{color:var(--gray-400);align-items:center;gap:.65rem;font-size:.88rem;font-weight:600;display:flex}.res-steps__item span{background:var(--gray-200);width:34px;height:34px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.res-steps__item.is-active,.res-steps__item.is-done{color:var(--black)}.res-steps__item.is-active span,.res-steps__item.is-done span{background:var(--gold-bright);color:var(--black)}.res-card__body{grid-template-columns:1.2fr .9fr;gap:1.5rem;display:grid}.res-add-stop{color:var(--gold);cursor:pointer;background:0 0;border:none;margin:-.35rem 0 .85rem;padding:0;font-weight:700}.res-toggles{flex-wrap:wrap;gap:1.25rem;margin:.35rem 0 1.25rem;display:flex}.res-aside{flex-direction:column;gap:1rem;display:flex}.res-map{border-radius:var(--radius-md);border:1px solid var(--gray-200);background:var(--gray-100);min-height:280px;overflow:hidden}.res-map iframe{border:0;width:100%;height:280px}.res-help{background:var(--gold-pale);border-radius:var(--radius-md);align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.res-help svg{color:var(--gold);flex-shrink:0;margin-top:.15rem}.res-help p{color:var(--gray-700);margin-bottom:.75rem;font-size:.88rem}.res-vehicles__grid{grid-template-columns:repeat(2,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}.res-vehicle{text-align:left;border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);padding:.9rem;position:relative}.res-vehicle.is-selected,.res-vehicle:hover{border-color:var(--gold);box-shadow:var(--shadow-sm)}.res-vehicle__badge{background:var(--gold);color:var(--black);border-radius:3px;padding:.2rem .45rem;font-size:.65rem;font-weight:700;position:absolute;top:.65rem;left:.65rem}.res-vehicle__placeholder,.res-vehicle__photo{border-radius:var(--radius-sm);object-fit:cover;width:100%;height:90px;margin:.5rem 0 .75rem}.res-vehicle__placeholder{color:var(--gold);text-align:center;background:linear-gradient(135deg,#1a1a1a,#3a3a3a);justify-content:center;align-items:center;padding:.5rem;font-size:.72rem;font-weight:600;display:flex}.res-vehicle strong{font-size:.88rem;display:block}.res-vehicle span,.res-vehicle small{color:var(--gray-500);font-size:.75rem;display:block}.res-nav-actions{justify-content:flex-end;gap:.75rem;display:flex}.res-success{text-align:center;padding:2rem 1rem}.res-success h3{margin-bottom:.75rem}.res-success p{color:var(--gray-600);margin-bottom:1.25rem}.res-success a{color:var(--gold)}.res-features{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.res-features>div{align-items:flex-start;gap:.75rem;padding:.5rem;display:flex}.res-features svg{color:var(--gold)}.res-features strong{font-size:.92rem;display:block}.res-features span{color:var(--gray-500);font-size:.82rem}@media (width<=980px){.res-card__body,.res-features,.res-vehicles__grid{grid-template-columns:1fr}.res-hero__inner{flex-direction:column;align-items:flex-start}}.res-vehicles__title{font-family:var(--font-serif);margin:0 0 .35rem;font-size:1.35rem}.res-vehicles__hint{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.res-vehicle-list{flex-direction:column;gap:.65rem;margin-bottom:1rem;display:flex}.res-vehicle-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.res-vehicle-option:hover{border-color:#dfa3178c}.res-vehicle-option.is-selected{border-color:var(--gold);background:var(--gold-pale,#fbf6e9);box-shadow:0 0 0 2px #dfa31740}.res-vehicle-option strong{color:var(--black);font-size:1rem}.res-vehicle-option span{color:var(--text-muted);font-size:.86rem}.res-vehicle-summary{color:#fff;background:#0b0c0e;border:1px solid #dfa31759;border-radius:10px;margin:0 0 1.25rem;padding:1rem}.res-vehicle-summary h4{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);margin:0 0 .35rem;font-size:.75rem}.res-vehicle-summary__name{margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.res-vehicle-summary dl{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:0;display:grid}.res-vehicle-summary dt{text-transform:uppercase;letter-spacing:.04em;color:#ffffff8c;font-size:.7rem}.res-vehicle-summary dd{margin:.15rem 0 0;font-weight:600}@media (width<=640px){.res-vehicle-summary dl{grid-template-columns:1fr}}.res-hourly-banner{color:#fff;background:linear-gradient(135deg,#0b0c0e,#1a1a1a);border:1px solid #dfa31773;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.res-hourly-banner span{color:var(--gold);font-size:1.05rem;font-weight:700}.res-hourly-summary{background:var(--gold-pale);border:1px solid #dfa31759;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:.5rem 0 1rem;padding:1rem;display:grid}.res-hourly-summary span{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;display:block}.res-hourly-summary strong{color:var(--black);font-size:1.05rem}@media (width<=640px){.res-steps,.res-hourly-summary{grid-template-columns:1fr}}.res-success-modal{z-index:1000;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.res-success-modal__backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000b8;position:absolute;inset:0}.res-success-modal__card{z-index:1;text-align:center;background:#fff;border:1px solid #dfa31773;border-radius:16px;width:min(520px,100%);max-height:min(92vh,720px);padding:2rem 1.75rem 1.75rem;position:relative;overflow:auto;box-shadow:0 24px 64px #00000073}.res-success-modal__icon{width:56px;height:56px;color:var(--gold);border:2px solid var(--gold);background:linear-gradient(135deg,#0b0c0e,#1a1a1a);border-radius:50%;place-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:grid}.res-success-modal__card h3{font-family:var(--font-serif);color:var(--black);margin:0 0 .75rem;font-size:1.45rem;line-height:1.25}.res-success-modal__msg{color:var(--text-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.55}.res-success-modal__details{text-align:left;color:#fff;background:#0b0c0e;border-radius:12px;grid-template-columns:1fr 1fr;gap:.65rem 1rem;margin:0 0 1.15rem;padding:1rem;display:grid}.res-success-modal__details div{min-width:0}.res-success-modal__details dt{letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.15rem;font-size:.68rem}.res-success-modal__details dd{color:var(--gold);word-break:break-word;margin:0;font-weight:600}.res-success-modal__status{background:var(--gold-pale);color:var(--black);text-align:left;border:1px solid #dfa31759;border-radius:10px;margin:0 0 1.35rem;padding:.75rem .9rem;font-size:.88rem;line-height:1.45}.res-success-modal__status strong{color:var(--gold-dark)}.res-success-modal__actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}@media (width<=520px){.res-success-modal__details{grid-template-columns:1fr}}.section-label--centered{justify-content:center;width:100%}.fleet-hero{isolation:isolate;align-items:center;min-height:420px;padding:4rem 0;display:flex;position:relative;overflow:hidden}.fleet-hero__photo{object-fit:cover;object-position:center 40%;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.fleet-hero__overlay{z-index:-1;background:linear-gradient(90deg,#0000008c 0%,#00000073 100%);position:absolute;inset:0}.fleet-hero__inner{z-index:1;color:var(--white);justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.fleet-hero__content{text-align:right;max-width:520px;margin-left:auto}.fleet-hero__content h1{font-family:var(--font-serif);margin-bottom:.85rem;font-size:clamp(2.4rem,4vw,3.5rem)}.fleet-hero__content h1 span{color:var(--gold-bright)}.fleet-hero__script{font-family:var(--font-script);color:var(--gold-bright);font-size:2.4rem}.fleet-hero__content>p{opacity:.92;margin-bottom:1.5rem}.fleet-hero__icons{flex-wrap:wrap;justify-content:flex-end;gap:1.5rem;display:flex}.fleet-hero__icons div{letter-spacing:.05em;flex-direction:column;align-items:center;gap:.4rem;font-size:.68rem;font-weight:700;display:flex}.fleet-hero__icons svg{color:var(--gold)}.fleet-grid-section{background:#f5f5f5;padding:4rem 1rem}.fleet-grid-section__head{text-align:center;max-width:720px;margin:0 auto 2.5rem}.fleet-grid-section__head h2{font-family:var(--font-serif);margin:.5rem 0 .85rem;font-size:clamp(1.8rem,3vw,2.5rem)}.fleet-grid-section__head>p:last-child{color:var(--gray-600)}.fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;align-items:stretch;gap:1.75rem;max-width:980px;margin:0 auto;display:grid}.fleet-card{background:var(--white);opacity:0;border-radius:16px;flex-direction:column;padding:0;transition:transform .35s,box-shadow .35s;animation:.7s forwards fleetCardIn;display:flex;position:relative;overflow:hidden;transform:translateY(18px);box-shadow:0 10px 32px #00000014}.fleet-card:hover{box-shadow:0 18px 40px #00000024;transform:translateY(-6px)!important}@keyframes fleetCardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fleet-card__media{background:radial-gradient(circle at 30% 20%,#dfa3172e,#0000 45%),linear-gradient(160deg,#17191d 0%,#0b0c0e 100%);place-items:center;min-height:220px;margin:0;display:grid;overflow:hidden}.fleet-card__image{object-fit:cover;object-position:center;width:100%;height:240px;transition:transform .45s;display:block}.fleet-card:hover .fleet-card__image{transform:scale(1.04)}.fleet-card__fallback{width:100%;height:240px;color:var(--gold-bright);font-family:var(--font-serif);text-align:center;place-items:center;padding:1.5rem;font-size:1.15rem;display:grid}.fleet-card__body{text-align:center;flex-direction:column;flex:1;padding:1.15rem 1.15rem 1.25rem;display:flex}.fleet-card h3{font-family:var(--font-serif);color:#111;margin:0 0 .35rem;font-size:1.2rem;font-weight:700}.fleet-card__class{color:#8a8a8a;margin:0 0 .85rem;font-size:.84rem;line-height:1.45}.fleet-card .btn--gold{background:var(--gold-bright);border-color:var(--gold-bright);color:#111;border-radius:8px;font-weight:800}.fleet-card__meta{color:var(--gray-700);flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin:0 0 1.15rem;font-size:.86rem;display:flex}.fleet-card__meta span{align-items:center;gap:.4rem;display:inline-flex}.fleet-card__meta svg{color:var(--gold)}.fleet-card .btn{margin-top:auto}.fleet-grid-section__status{text-align:center;color:var(--gray-600);margin-bottom:1.5rem}.fleet-cta{color:var(--white);isolation:isolate;padding:3.5rem 0;position:relative;overflow:hidden}.fleet-cta__photo{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.fleet-cta__shade{z-index:-1;background:#000000c7;position:absolute;inset:0}.fleet-cta__inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex;position:relative}.fleet-cta h2{max-width:560px;margin:.35rem 0 .55rem;font-size:clamp(1.5rem,3vw,2.1rem)}.fleet-cta p{color:#ffffffbf}@media (width<=980px){.fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}.fleet-hero__inner{flex-direction:column;align-items:flex-start}.fleet-hero__content{text-align:left;margin-left:0}.fleet-hero__icons{justify-content:flex-start}}@media (width<=640px){.fleet-grid{grid-template-columns:1fr;max-width:420px}}.quote-hero{isolation:isolate;align-items:center;min-height:340px;padding:3.5rem 0;display:flex;position:relative;overflow:hidden}.quote-hero__photo{object-fit:cover;object-position:center 35%;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.quote-hero__overlay{z-index:-1;background:linear-gradient(90deg,#000000c7 0%,#00000073 70%);position:absolute;inset:0}.quote-hero__inner{z-index:1;color:var(--white);justify-content:space-between;align-items:flex-end;gap:2rem;display:flex;position:relative}.quote-hero h1{margin:.5rem 0 .85rem;font-size:clamp(2.2rem,4vw,3.3rem)}.quote-hero h1 span{color:var(--gold)}.quote-hero__inner>div>p:last-of-type{opacity:.92;max-width:480px}.quote-hero__script{font-family:var(--font-script);writing-mode:vertical-rl;opacity:.9;font-size:2rem;transform:rotate(180deg)}.quote-main{background:var(--off-white);padding:3.5rem 0 4rem}.quote-main__inner{grid-template-columns:1fr 1.15fr;align-items:start;gap:2rem;display:grid}.quote-info h2{margin-bottom:.9rem;font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.2}.quote-info h2 span{color:var(--gold)}.quote-info>p{color:var(--gray-600);margin-bottom:1.5rem}.quote-features{flex-direction:column;gap:1.1rem;margin-bottom:1.5rem;display:flex}.quote-features li{gap:.85rem;display:flex}.quote-features li>span{background:var(--gold-pale);width:42px;height:42px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.quote-features strong{margin-bottom:.15rem;display:block}.quote-features p{color:var(--gray-600);font-size:.88rem}.quote-assist{background:var(--gold-pale);border-radius:var(--radius-md);align-items:center;gap:.85rem;padding:1.15rem;display:flex}.quote-assist svg{color:var(--gold)}.quote-assist a{color:var(--gold);margin-top:.35rem;font-size:1.35rem;font-weight:800;display:block}.quote-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-top:-5rem;padding:1.5rem}.quote-form__head{align-items:center;gap:.85rem;margin-bottom:1.25rem;display:flex}.quote-form__icon{background:var(--gold);width:48px;height:48px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.quote-form__head h3{font-size:1.15rem}.quote-form__head p{color:var(--gray-500);font-size:.85rem}.quote-success{text-align:center;padding:2rem 1rem}.quote-success h4{margin-bottom:.65rem}.quote-success p{color:var(--gray-600);margin-bottom:1.25rem}.quote-stats{background:var(--charcoal);color:var(--white);padding:2.25rem 0}.quote-stats__inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.quote-stats__inner>div{border-right:1px solid #fff3;padding:.5rem}.quote-stats__inner>div:last-child{border-right:none}.quote-stats strong{color:var(--gold);margin-bottom:.25rem;font-size:1.8rem;display:block}.quote-stats span{font-size:.85rem}@media (width<=980px){.quote-main__inner,.quote-stats__inner{grid-template-columns:1fr}.quote-form{margin-top:0}.quote-hero__script{writing-mode:horizontal-tb;transform:none}.quote-stats__inner>div{border-bottom:1px solid #ffffff26;border-right:none;padding:1rem 0}}.contact-hero{isolation:isolate;align-items:center;min-height:320px;padding:3.5rem 0;display:flex;position:relative;overflow:hidden}.contact-hero__photo{object-fit:cover;object-position:center 40%;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.contact-hero__overlay{z-index:-1;background:linear-gradient(90deg,#000000c7 0%,#00000073 100%);position:absolute;inset:0}.contact-hero__inner{z-index:1;color:var(--white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.contact-hero h1{margin:.45rem 0 .85rem;font-size:clamp(2.2rem,4vw,3.3rem)}.contact-hero h1 span{color:var(--gold)}.contact-hero__inner>div:first-child p:last-child{opacity:.92;max-width:460px}.contact-hero__features{flex-wrap:wrap;gap:1.5rem;display:flex}.contact-hero__features>div{text-align:center;flex-direction:column;align-items:center;gap:.35rem;min-width:120px;display:flex}.contact-hero__features svg{color:var(--gold)}.contact-hero__features strong{letter-spacing:.05em;font-size:.75rem}.contact-hero__features span{opacity:.85;font-size:.75rem}.contact-panel{z-index:2;margin-top:-2.5rem;padding-bottom:3rem;position:relative}.contact-panel__card{background:var(--cream);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);grid-template-columns:1.1fr .9fr;gap:2rem;padding:2rem;display:grid}.contact-form-col h2,.contact-info-col h2{margin-bottom:.45rem;font-size:1.6rem}.contact-form-col__sub,.contact-info-col__sub{color:var(--gray-600);margin-bottom:1.25rem;font-size:.9rem}.contact-success{padding:1.5rem 0}.contact-details{flex-direction:column;gap:1.1rem;margin-bottom:1.5rem;display:flex}.contact-details li{gap:.85rem;display:flex}.contact-details li>span{background:var(--gold);width:42px;height:42px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact-details strong{margin-bottom:.15rem;display:block}.contact-details p,.contact-details a{color:var(--gray-600);font-size:.9rem}.contact-details a:hover{color:var(--gold)}.contact-social{margin-bottom:1.25rem}.contact-social strong{margin-bottom:.65rem;display:block}.contact-social>div{gap:.5rem;display:flex}.contact-social a{background:var(--gold);width:34px;height:34px;color:var(--black);border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.contact-side-card{border-radius:var(--radius-md);background:var(--charcoal);overflow:hidden}.contact-side-card__media{object-fit:cover;width:100%;height:160px;display:block}.contact-side-card__caption{color:var(--white);background:#000000d9;align-items:center;gap:.65rem;padding:.85rem 1rem;display:flex}.contact-side-card__caption svg{color:var(--gold)}.contact-side-card__caption strong{color:var(--gold);font-size:.85rem;display:block}.contact-side-card__caption span{opacity:.85;font-size:.75rem}.contact-map{background:var(--gray-200);height:380px;position:relative}.contact-map iframe{border:0;width:100%;height:100%}.contact-map__card{left:max(1rem, calc((100% - var(--container)) / 2));background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-width:280px;padding:1.15rem 1.25rem;position:absolute;top:50%;transform:translateY(-50%)}.contact-map__card strong{margin-bottom:.35rem;display:block}.contact-map__card p{color:var(--gray-600);margin-bottom:.65rem;font-size:.85rem}.contact-map__card a{color:var(--gold);align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;display:inline-flex}@media (width<=980px){.contact-panel__card{grid-template-columns:1fr}.contact-map__card{max-width:none;top:1rem;left:1rem;right:1rem;transform:none}}.admin-loading{background:var(--charcoal);min-height:100vh;color:var(--white);font-family:var(--font-sans);place-items:center;display:grid}.admin-route-loading{min-height:280px;color:var(--text-muted);font-family:var(--font-sans);place-items:center;display:grid}.admin-shell{--admin-sidebar:260px;grid-template-columns:var(--admin-sidebar) 1fr;min-height:100vh;color:var(--text);font-family:var(--font-sans);background:#f4f4f2;display:grid}.admin-sidebar{height:100vh;color:var(--white);z-index:40;background:linear-gradient(#0b0c0e 0%,#14161a 100%);border-right:1px solid #dfa31740;flex-direction:column;display:flex;position:sticky;top:0}.admin-sidebar__brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;padding:1.25rem 1.1rem;display:flex}.admin-sidebar__brand img{width:52px;height:auto}.admin-sidebar__brand strong{letter-spacing:.08em;color:var(--gold);font-size:.78rem;display:block}.admin-sidebar__brand span{color:#ffffff8c;font-size:.72rem}.admin-sidebar__nav{flex-direction:column;flex:1;gap:.2rem;padding:.85rem .65rem;display:flex;overflow:auto}.admin-sidebar__link{color:#ffffffc7;border-radius:8px;align-items:center;gap:.7rem;padding:.7rem .8rem;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.admin-sidebar__link:hover{color:#fff;background:#ffffff0d}.admin-sidebar__link.is-active{color:var(--gold-bright);background:#dfa31729}.admin-sidebar__link--sub{padding-left:2.4rem;font-size:.84rem}.admin-sidebar__settings{border-top:1px solid #ffffff14;margin-top:.75rem;padding-top:.75rem}.admin-sidebar__settings-toggle{color:#ffffffc7;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;align-items:center;gap:.7rem;padding:.7rem .8rem;display:flex}.admin-sidebar__logout{color:#fffc;cursor:pointer;font:inherit;background:0 0;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.65rem;margin:.75rem;padding:.75rem .9rem;display:flex}.admin-sidebar__logout:hover{border-color:var(--gold);color:var(--gold)}.admin-main{flex-direction:column;min-width:0;display:flex}.admin-header{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-bottom:1px solid #0000000f;align-items:center;gap:1rem;padding:.85rem 1.4rem;display:flex;position:sticky;top:0}.admin-header__menu{cursor:pointer;background:0 0;border:0;display:none}.admin-header__title h1{font-family:var(--font-serif);margin:0;font-size:1.15rem;font-weight:600}.admin-header__title p{color:var(--text-muted);margin:0;font-size:.75rem}.admin-header__actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.admin-header__profile{align-items:center;gap:.65rem;display:flex;position:relative}.admin-header__profile-btn{cursor:pointer;text-align:left;font:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:.65rem;padding:0;display:flex}.admin-header__dropdown{min-width:180px;box-shadow:var(--shadow-md);z-index:50;background:#fff;border:1px solid #00000014;border-radius:10px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.admin-header__dropdown a,.admin-header__dropdown button{text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;background:0 0;border:0;padding:.75rem 1rem;text-decoration:none;display:block}.admin-header__dropdown a:hover,.admin-header__dropdown button:hover{background:var(--gold-pale)}.admin-header__avatar{background:var(--black);width:40px;height:40px;color:var(--gold);border-radius:50%;place-items:center;font-size:.75rem;font-weight:700;display:grid}.admin-header__profile strong{font-size:.85rem;display:block}.admin-header__profile small{color:var(--text-muted);font-size:.72rem}.admin-content{padding:1.35rem 1.4rem 2rem}.admin-bell{position:relative}.admin-bell__btn{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:relative}.admin-bell__badge{background:var(--gold);color:#111;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:-2px;right:-2px}.admin-bell__panel{width:min(360px,84vw);box-shadow:var(--shadow-lg);background:#fff;border:1px solid #00000014;border-radius:12px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.admin-bell__head{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.admin-bell__head button{color:var(--gold-dark);cursor:pointer;background:0 0;border:0;font-size:.78rem}.admin-bell__list{max-height:360px;margin:0;padding:0;list-style:none;overflow:auto}.admin-bell__list li button{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000000a;gap:.2rem;width:100%;padding:.85rem 1rem;display:grid}.admin-bell__list li.is-unread button{background:var(--gold-pale)}.admin-bell__list strong{font-size:.86rem}.admin-bell__list span{color:var(--text-muted);font-size:.8rem}.admin-bell__list small{color:var(--gray-400);font-size:.7rem}.admin-bell__empty{text-align:center;color:var(--text-muted);padding:1.25rem;font-size:.85rem}.admin-shell__backdrop{display:none}@media (width<=980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{width:min(280px,86vw);transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-105%)}.admin-shell--nav-open .admin-sidebar{transform:translate(0)}.admin-header__menu{display:grid}.admin-shell--nav-open .admin-shell__backdrop{z-index:35;background:#00000073;border:0;display:block;position:fixed;inset:0}}.admin-page__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-page__head h2{font-family:var(--font-serif);margin:0;font-size:1.65rem}.admin-page__head p{color:var(--text-muted);margin:.25rem 0 0;font-size:.9rem}.admin-btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.admin-btn--primary{background:var(--black);color:var(--gold)}.admin-btn--primary:hover{background:#1a1a1a}.admin-btn--ghost{color:var(--text);background:#fff;border-color:#0000001a}.admin-btn--danger{color:#c0392b;background:#fff;border-color:#c0392b}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-card{background:#fff;border:1px solid #0000000f;border-radius:12px;padding:1rem 1.1rem}.admin-grid-stats{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.admin-stat{background:#fff;border:1px solid #0000000f;border-radius:12px;padding:1rem}.admin-stat span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;display:block}.admin-stat strong{font-size:1.55rem;font-family:var(--font-serif);margin-top:.35rem;display:block}.admin-table-wrap{background:#fff;border:1px solid #0000000f;border-radius:12px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #0000000d;padding:.8rem .9rem}.admin-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:#fafafa;font-size:.72rem}.admin-badge{color:#333;white-space:nowrap;background:#f0f0f0;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.admin-badge--pending{color:#a65d00;background:#fff4e5}.admin-badge--confirmed{color:#1e7a45;background:#e8f6ee}.admin-badge--driver-assigned{color:#1a56db;background:#e8f0fe}.admin-badge--driver-accepted{color:#0f766e;background:#e0f7f5}.admin-badge--arrived{color:#7c3aed;background:#f3e8ff}.admin-badge--picked-up{color:#0f766e;background:#ccfbf1}.admin-badge--in-transit{color:#1d4ed8;background:#dbeafe}.admin-badge--completed{color:#065f46;background:#d1fae5}.admin-badge--rejected{color:#b42318;background:#fdecea}.admin-badge--cancelled{color:#6b7280;background:#f3f4f6}.admin-badge--gold{background:var(--gold-soft);color:var(--gold-dark)}.admin-badge--ok{color:#1e7a45;background:#e8f6ee}.admin-badge--warn{color:#a65d00;background:#fff4e5}.admin-badge--danger{color:#b42318;background:#fdecea}.admin-status-select{background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:11rem;padding:.35rem .5rem;font-size:.8rem}.admin-table__thumb-cell{text-align:center;vertical-align:middle}.admin-table__thumb-btn{cursor:zoom-in;background:0 0;border:0;border-radius:8px;padding:0;display:inline-block}.admin-table__thumb-btn:hover .admin-table__thumb{outline-offset:1px;outline:2px solid #dfa3178c}.admin-table__thumb{object-fit:cover;background:#eee;border-radius:8px;width:64px;height:48px;margin:0 auto;display:block;box-shadow:0 1px 4px #00000014}.admin-table__thumb--empty{color:#999;background:#f0f0f0;border-radius:8px;justify-content:center;align-items:center;width:64px;height:48px;margin:0 auto;font-size:.65rem;display:inline-flex}.bl-image-preview{width:min(720px,100vw - 2rem);padding:1rem 1.15rem 1.25rem}.bl-image-preview__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.bl-image-preview__head h3{font-family:var(--font-serif);margin:0;font-size:1.2rem}.bl-image-preview__img{object-fit:contain;background:#0e1013;border-radius:10px;width:100%;max-height:min(70vh,520px);display:block}.admin-table-wrap--scroll{overflow-x:auto}@media (width<=900px){.admin-table{min-width:860px}}.admin-form{gap:.85rem;display:grid}.admin-form__row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;display:grid}.admin-field{gap:.35rem;display:grid}.admin-field label{font-size:.8rem;font-weight:600}.admin-field input,.admin-field select,.admin-field textarea{width:100%;font:inherit;background:#fff;border:1px solid #0000001f;border-radius:8px;padding:.65rem .75rem}.admin-field textarea{resize:vertical;min-height:90px}.admin-alert{border-radius:8px;margin-bottom:1rem;padding:.75rem .9rem;font-size:.88rem}.admin-alert--error{color:#8a1f11;background:#fdecea}.admin-alert--ok{color:#1e7a45;background:#e8f6ee}.admin-toolbar{flex-wrap:wrap;gap:.65rem;margin-bottom:1rem;display:flex}.admin-toolbar input,.admin-toolbar select{font:inherit;background:#fff;border:1px solid #0000001f;border-radius:8px;padding:.55rem .7rem}.admin-modal-backdrop{z-index:80;background:#00000073;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:14px;width:min(560px,100%);max-height:90vh;padding:1.25rem;overflow:auto}.admin-modal h3{font-family:var(--font-serif);margin:0 0 1rem}.admin-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.admin-split{grid-template-columns:1.4fr 1fr;gap:1rem;display:grid}@media (width<=900px){.admin-split{grid-template-columns:1fr}}.admin-muted{color:var(--text-muted);font-size:.85rem}.admin-actions{flex-wrap:wrap;gap:.35rem;display:flex}.admin-link{color:var(--gold-dark);font-weight:600;text-decoration:none}.admin-link:hover{text-decoration:underline}.admin-header__search{background:#f3f3f1;border:1px solid #0000000f;border-radius:999px;flex:1;align-items:center;gap:.45rem;max-width:320px;margin-left:.5rem;padding:.45rem .75rem;display:flex}.admin-header__search svg{color:var(--text-muted);flex-shrink:0}.admin-header__search input{min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1;font-size:.88rem}.admin-sidebar__promo{text-align:center;background:linear-gradient(145deg,#dfa3171f,#ffffff08);border:1px solid #dfa31759;border-radius:10px;margin:.5rem .85rem 0;padding:.9rem .85rem}.admin-sidebar__promo span{letter-spacing:.14em;color:var(--gold);font-size:.68rem;font-weight:700;display:block}.dash-kpi{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.15rem;display:grid}.dash-kpi__card{color:inherit;background:#fff;border:1px solid #0000000d;border-radius:14px;align-items:flex-start;gap:.75rem;min-height:88px;padding:1rem 1.05rem;text-decoration:none;display:flex;box-shadow:0 8px 22px #0000000a}.dash-kpi__card--link:hover{border-color:#dfa31773;box-shadow:0 10px 26px #00000012}.dash-kpi__icon{border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.dash-kpi__icon--amber{color:#d97706;background:#f59e0b24}.dash-kpi__icon--blue{color:#2563eb;background:#3b82f624}.dash-kpi__icon--indigo{color:#4f46e5;background:#6366f124}.dash-kpi__icon--green{color:#16a34a;background:#22c55e24}.dash-kpi__icon--gold{color:#b8860b;background:#dfa31729}.dash-kpi__icon--teal{color:#0d9488;background:#14b8a624}.dash-kpi__icon--red{color:#dc2626;background:#ef44441f}.dash-kpi__icon--slate{color:#475569;background:#64748b24}.dash-kpi__label{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;line-height:1.3;display:block}.dash-kpi__value{letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.dash-charts{grid-template-columns:1.35fr 1fr .95fr;gap:1rem;margin-bottom:1.15rem;display:grid}.dash-tables{grid-template-columns:1.45fr 1fr .85fr;gap:1rem;display:grid}.dash-card{background:#fff;border:1px solid #0000000d;border-radius:14px;min-width:0;padding:1.05rem 1.15rem 1.15rem;box-shadow:0 8px 22px #0000000a}.dash-card__head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.85rem;display:flex}.dash-card__head h3{font-family:var(--font-serif);margin:0;font-size:1.05rem;font-weight:600}.dash-bars__legend{color:var(--text-muted);flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:.75rem;font-size:.72rem;display:flex}.dash-bars__legend span{align-items:center;gap:.35rem;display:inline-flex}.dash-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dash-dot--pending{background:#f59e0b}.dash-dot--confirmed{background:#22c55e}.dash-dot--completed{background:#3b82f6}.dash-dot--cancelled{background:#ef4444}.dash-bars__grid{align-items:flex-end;gap:.45rem;height:180px;padding-top:.5rem;display:flex}.dash-bars__col{flex-direction:column;flex:1;align-items:center;min-width:0;height:100%;display:flex}.dash-bars__group{flex:1;justify-content:center;align-items:flex-end;gap:2px;width:100%;display:flex}.dash-bars__bar{background:#cbd5e1;border-radius:3px 3px 0 0;width:6px;min-height:2px}.dash-bars__bar--pending{background:#f59e0b}.dash-bars__bar--confirmed{background:#22c55e}.dash-bars__bar--completed{background:#3b82f6}.dash-bars__bar--cancelled{background:#ef4444}.dash-bars__label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:.4rem;font-size:.65rem;overflow:hidden}.dash-line__svg{width:100%;height:auto;display:block}.dash-line__grid{stroke:#0000000f;stroke-width:1px}.dash-line__path{stroke:#d4a017;stroke-width:2.5px}.dash-line__dot{fill:#0b0c0e;stroke:#d4a017;stroke-width:2px}.dash-line__labels{color:var(--text-muted);justify-content:space-between;margin-top:.35rem;font-size:.72rem;display:flex}.dash-donut{align-items:center;gap:.85rem;display:flex}.dash-donut__chart{flex-shrink:0;width:140px;height:140px;position:relative}.dash-donut__svg{width:140px;height:140px;transform:rotate(-90deg)}.dash-donut__track{fill:none;stroke:#f1f1ef;stroke-width:16px}.dash-donut__slice{transition:stroke-dasharray .2s}.dash-donut__center{text-align:center;pointer-events:none;place-content:center;display:grid;position:absolute;inset:0}.dash-donut__center span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem}.dash-donut__center strong{font-size:1.35rem;line-height:1.1}.dash-donut__legend{flex:1;gap:.4rem;min-width:0;margin:0;padding:0;list-style:none;display:grid}.dash-donut__legend li{grid-template-columns:10px 1fr auto;align-items:center;gap:.45rem;font-size:.78rem;display:grid}.dash-donut__legend i{border-radius:50%;width:8px;height:8px}.dash-donut__legend span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;overflow:hidden}.dash-activity{gap:.7rem;max-height:360px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.dash-activity li{border-bottom:1px solid #0000000d;gap:.2rem;padding-bottom:.55rem;display:grid}.dash-activity strong{font-size:.86rem}.svc-thumb{object-fit:cover;background:#eee;border-radius:8px;width:44px;height:44px;display:block}.svc-thumb--ph{color:var(--gold-dark);background:var(--gold-pale);border:1px solid #dfa31759;place-items:center;font-weight:700;display:grid}.svc-pager{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.85rem;display:flex}@media (width<=1200px){.dash-kpi{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-charts,.dash-tables{grid-template-columns:1fr}}@media (width<=900px){.admin-header__search{display:none}.dash-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-donut{flex-direction:column;align-items:stretch}}@media (width<=560px){.dash-kpi{grid-template-columns:1fr}}.bl-table-page__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.bl-table-page__head h2{font-family:var(--font-serif);margin:0;font-size:1.75rem}.bl-table-page__head p{color:var(--text-muted);border-left:3px solid var(--gold);margin:.35rem 0 0;padding-left:.75rem;font-size:.9rem}.admin-btn--dark{color:var(--gold);background:#0b0c0e;border:1px solid #dfa31773}.admin-btn--dark:hover{background:#1a1a1a}.bl-toolbar{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.bl-search{background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex:1;align-items:center;gap:.5rem;min-width:220px;padding:0 .75rem;display:flex}.bl-search input{background:0 0;border:0;outline:none;width:100%;padding:.65rem 0}.bl-toolbar select,.bl-toolbar input[type=date]{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:.6rem .75rem}.bl-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000000a}.bl-table th{white-space:nowrap;background:#fafafa}.bl-table td{white-space:nowrap;vertical-align:middle}.bl-row-num{color:#8a6500;background:#dfa3172e;border-radius:999px;justify-content:center;align-items:center;min-width:1.6rem;height:1.6rem;font-size:.75rem;font-weight:700;display:inline-flex}.bl-res-link{color:var(--gold-dark,#b8860b);white-space:nowrap;font-weight:700;text-decoration:none}.bl-res-link:hover{text-decoration:underline}.bl-sub{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.bl-customer{align-items:center;gap:.65rem;display:flex}.bl-customer--inline{flex-wrap:nowrap;gap:.5rem;min-width:0}.bl-customer__name{white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.bl-avatar{width:32px;height:32px;color:var(--gold);background:#0b0c0e;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.bl-phone{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.25rem;font-size:.78rem;text-decoration:none;display:inline-flex}.bl-inline{align-items:center;gap:.4rem;max-width:220px;display:inline-flex}.bl-icon{color:var(--gold-dark,#b8860b);flex-shrink:0;margin-top:0}.bl-cell-ellipsis{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.bl-nowrap,.bl-price{white-space:nowrap}.bl-actions{gap:.35rem;display:flex}.bl-icon-btn{color:#444;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;display:inline-flex}.bl-icon-btn--gold{color:var(--gold-dark,#b8860b);border-color:#dfa3178c}.bl-icon-btn--danger{color:#b42318;border-color:#f5c2c0}.bl-table-footer{color:var(--text-muted);border-top:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;font-size:.85rem;display:flex}.bl-pager{align-items:center;gap:.25rem;display:flex}.bl-pager button{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:32px;height:32px}.bl-pager button.is-active{background:var(--gold);border-color:var(--gold);color:#0b0c0e;font-weight:700}.bl-pager em{color:#999;padding:0 .2rem;font-style:normal}.admin-upload__label{margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.admin-upload__box{background:#fafafa;border:1.5px dashed #dfa3178c;border-radius:12px;place-items:center;min-height:160px;display:grid;position:relative;overflow:hidden}.admin-upload__box input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.admin-upload__placeholder{text-align:center;color:var(--text-muted);pointer-events:none;padding:1rem}.admin-upload__placeholder strong{color:#222;margin-top:.35rem;display:block}.admin-upload__placeholder span{font-size:.78rem}.admin-upload__preview{object-fit:cover;width:100%;max-height:220px}.admin-upload__actions{flex-wrap:wrap;gap:.5rem;margin-top:.65rem;display:flex}.bl-fleet-card{border-radius:12px;overflow:hidden}.bl-fleet-card img{aspect-ratio:16/10;object-fit:cover;background:#eee;width:100%;display:block}@media (width<=900px){.bl-table-page__head{flex-direction:column}}.bl-confirm-backdrop{z-index:80;place-items:center;display:grid}.bl-confirm{text-align:center;width:min(420px,100vw - 2rem);margin:auto;padding:1.75rem 1.5rem 1.35rem}.bl-confirm h3{font-family:var(--font-serif);margin:0 0 .65rem;font-size:1.35rem}.bl-confirm__msg{color:var(--text-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.bl-confirm__actions{justify-content:center}.bl-price-hint{color:var(--text-muted);text-transform:none;letter-spacing:0;margin-top:.15rem;font-size:.68rem;font-weight:500;display:block}.qte-page{flex-direction:column;gap:1.25rem;display:flex}.qte-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.qte-head__title{font-family:var(--font-serif);color:#111;letter-spacing:-.01em;margin:0;font-size:2rem;font-weight:600}.qte-head__sub{color:#666;margin:.35rem 0 0;font-size:.9rem}.qte-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;padding:.6rem 1.15rem;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.qte-btn--new{color:#fff;background:#0d0d0d;border:1px solid #dfa31766;box-shadow:0 2px 8px #00000026}.qte-btn--new:hover{border-color:var(--gold);background:#222}.qte-toolbar{background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex;box-shadow:0 2px 10px #00000005}.qte-search{background:#fff;border:1px solid #dedede;border-radius:8px;flex:1.5;align-items:center;gap:.5rem;min-width:240px;height:38px;padding:0 .75rem;display:flex}.qte-search input{background:0 0;border:0;outline:none;width:100%;font-size:.88rem}.qte-toolbar__icon{color:#888;flex-shrink:0}.qte-select-wrap select{background:#fff;border:1px solid #dedede;border-radius:8px;outline:none;min-width:140px;height:38px;padding:0 .85rem;font-size:.88rem}.qte-date-range{background:#fff;border:1px solid #dedede;border-radius:8px;align-items:center;gap:.5rem;min-width:220px;height:38px;padding:0 .75rem;display:flex}.qte-date-range input{color:#444;background:0 0;border:0;outline:none;width:100%;font-size:.85rem}.qte-btn--refresh{color:#333;background:#fff;border:1px solid #dedede;height:38px}.qte-btn--refresh:hover{background:#f7f7f7}.qte-layout{grid-template-columns:1fr 340px;align-items:start;gap:1.25rem;display:grid}@media (width<=1100px){.qte-layout{grid-template-columns:1fr}}.qte-card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 4px 20px #00000008}.qte-table-card{flex-direction:column;display:flex;overflow:hidden}.qte-table-container{overflow-x:auto}.qte-loading{text-align:center;color:#777;padding:3rem}.qte-empty{text-align:center;color:#888;padding:3rem!important}.qte-table{border-collapse:collapse;text-align:left;width:100%;font-size:.86rem}.qte-table th{color:#555;letter-spacing:.05em;white-space:nowrap;background:#fafafa;border-bottom:1px solid #eaeaea;padding:.85rem 1rem;font-size:.72rem;font-weight:700}.qte-table td{vertical-align:middle;border-bottom:1px solid #f1f1f1;padding:1rem;transition:background .1s}.qte-table tr{cursor:pointer}.qte-table tr:hover td{background:#fcfcfc}.qte-table tr.is-selected td{background:#fefce8}.qte-row-num{color:#926500;background:#dfa3172e;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:inline-flex}.qte-number{color:#b8860b;white-space:nowrap;font-weight:700}.qte-cust{flex-direction:column;gap:.15rem;display:flex}.qte-cust strong{color:#111;font-size:.88rem}.qte-subtext{color:#777;font-size:.78rem}.qte-phone{color:#666;align-items:center;gap:.25rem;font-size:.76rem;display:flex}.qte-route{flex-direction:column;gap:.15rem;max-width:180px;display:flex}.qte-route__item{color:#222;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.35rem;font-weight:600;display:flex;overflow:hidden}.qte-pin{color:#333;flex-shrink:0}.qte-route__arrow{color:#666;white-space:nowrap;text-overflow:ellipsis;padding-left:1.15rem;font-size:.78rem;overflow:hidden}.qte-datetime{white-space:nowrap;color:#333;flex-direction:column;gap:.2rem;font-size:.82rem;display:flex}.qte-datetime span{align-items:center;gap:.3rem;display:flex}.qte-price{color:#111;white-space:nowrap;font-weight:700}.qte-badge{letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.qte-badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.qte-badge--pending{color:#d97706;background:#fef3c7}.qte-badge--approved{color:#16a34a;background:#dcfce7}.qte-badge--converted{color:#2563eb;background:#dbeafe}.qte-badge--rejected{color:#dc2626;background:#fee2e2}.qte-row-actions{justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.qte-icon-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:inline-flex}.qte-icon-btn:hover{color:#111;background:#f4f4f4;border-color:#ccc}.qte-menu-wrap{position:relative}.qte-dropdown-menu{z-index:50;background:#fff;border:1px solid #e2e2e2;border-radius:10px;min-width:160px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 10px 25px #0000001f}.qte-dropdown-menu button{text-align:left;color:#333;cursor:pointer;background:0 0;border:0;width:100%;padding:.65rem 1rem;font-size:.84rem;display:block}.qte-dropdown-menu button:hover{color:#b8860b;background:#f7f7f7}.qte-pagination{color:#666;border-top:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.82rem;display:flex}.qte-pagination__btns{align-items:center;gap:.3rem;display:flex}.qte-page-btn{color:#444;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:8px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 .4rem;font-size:.84rem;font-weight:600;display:inline-flex}.qte-page-btn.is-active{color:#fff;background:#b8860b;border-color:#b8860b}.qte-page-btn:disabled{opacity:.4;cursor:not-allowed}.qte-detail-card{flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.qte-detail-empty{text-align:center;color:#888;padding:3rem 1rem}.qte-detail-head{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-bottom:.85rem;display:flex}.qte-detail-title{font-family:var(--font-serif);color:#111;margin:0;font-size:1.35rem}.qte-detail-code{color:#222;margin-top:.2rem;font-size:.9rem;font-weight:700}.qte-detail-time{color:#888;margin-top:.15rem;font-size:.75rem}.qte-detail-section{flex-direction:column;gap:.65rem;display:flex}.qte-detail-sec-head{justify-content:space-between;align-items:center;display:flex}.qte-detail-sec-title{color:#222;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;display:flex}.qte-edit-btn{color:#444;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:6px;padding:.2rem .6rem;font-size:.76rem}.qte-edit-btn:hover{background:#f7f7f7}.qte-detail-grid{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;gap:.5rem;padding:.85rem;display:grid}.qte-detail-field{flex-direction:column;display:flex}.qte-label{color:#888;font-size:.74rem}.qte-val{color:#222;font-size:.85rem;font-weight:600}.qte-val--large{color:#111;font-size:1.1rem}.qte-btn--setprice{color:#b8860b;cursor:pointer;background:#fff;border:1px solid #b8860b;border-radius:6px;padding:.35rem .75rem;font-size:.78rem;font-weight:600}.qte-btn--setprice:hover{background:#fefce8}.qte-detail-actions{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.qte-btn--approve{color:#16a34a;background:#fff;border:1px solid #16a34a;width:100%}.qte-btn--approve:hover{background:#f0fdf4}.qte-btn--reject{color:#dc2626;background:#fff;border:1px solid #dc2626;width:100%}.qte-btn--reject:hover{background:#fef2f2}.qte-btn--convert{color:#fff;background:#0d0d0d;border:1px solid #0d0d0d;width:100%;font-weight:700}.qte-btn--convert:hover{background:#252525}.bl-dash{flex-direction:column;gap:1.25rem;display:flex}.bl-banner{background:#fff;border:1px solid #e9e9e9;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.bl-banner__text{z-index:2;flex-direction:column;gap:.2rem;display:flex}.bl-banner__sub{letter-spacing:.14em;color:#b8860b;font-size:.72rem;font-weight:700}.bl-banner__title{font-family:var(--font-serif);color:#111;margin:0;font-size:2.3rem;font-weight:700}.bl-banner__desc{color:#666;margin:0;font-size:.9rem}.bl-banner__graphic{align-items:center;gap:1rem;display:flex;position:relative}.bl-banner__graphic img{object-fit:contain;width:auto;height:110px}.bl-banner__badge{letter-spacing:.12em;color:#333;border-left:2px solid #b8860b;flex-direction:column;gap:.15rem;padding-left:.75rem;font-size:.65rem;font-weight:800;display:flex}@media (width<=900px){.bl-banner{flex-direction:column;align-items:flex-start;gap:1rem}.bl-banner__graphic img{height:80px}}.bl-kpi-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=1100px){.bl-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.bl-kpi-grid{grid-template-columns:1fr}}.bl-kpi-card{color:inherit;background:#fff;border:1px solid #e9e9e9;border-radius:14px;align-items:center;gap:.85rem;padding:1.15rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 16px #00000005}.bl-kpi-card--link:hover{border-color:#dfa31766;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.bl-kpi__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.bl-kpi__icon--amber{color:#d97706;background:#fef3c7}.bl-kpi__icon--blue{color:#2563eb;background:#dbeafe}.bl-kpi__icon--purple{color:#9333ea;background:#f3e8ff}.bl-kpi__icon--green{color:#16a34a;background:#dcfce7}.bl-kpi__icon--gold{color:#b8860b;background:#fef9c3}.bl-kpi__icon--red{color:#dc2626;background:#fee2e2}.bl-kpi__body{flex-direction:column;gap:.15rem;display:flex}.bl-kpi__title{color:#777;font-size:.78rem;font-weight:500}.bl-kpi__count{color:#111;font-size:1.45rem;font-weight:700;line-height:1.2}.bl-kpi__sub{color:#888;font-size:.72rem}.bl-kpi__sub.is-up{color:#16a34a;font-weight:600}.bl-dash-charts{grid-template-columns:1.2fr 1fr .9fr;gap:1rem;display:grid}@media (width<=1200px){.bl-dash-charts{grid-template-columns:1fr}}.bl-card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:1.15rem;box-shadow:0 4px 16px #00000005}.bl-card__head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.bl-card__title{font-family:var(--font-serif);color:#111;margin:0;font-size:1.1rem}.bl-card__filter{color:#555;background:#fff;border:1px solid #dedede;border-radius:6px;padding:.25rem .55rem;font-size:.76rem}.bl-chart-box{flex-direction:column;gap:.75rem;display:flex}.bl-bars__legend{color:#666;flex-wrap:wrap;gap:.85rem;font-size:.72rem;display:flex}.bl-bars__legend span{align-items:center;gap:.35rem;display:inline-flex}.bl-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.bl-dot--pending{background:#f59e0b}.bl-dot--confirmed{background:#22c55e}.bl-dot--completed{background:#3b82f6}.bl-dot--cancelled{background:#ef4444}.bl-bars__grid{align-items:flex-end;gap:.65rem;height:160px;padding-top:.5rem;display:flex}.bl-bars__col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.bl-bars__group{flex:1;justify-content:center;align-items:flex-end;gap:3px;width:100%;display:flex}.bl-bars__bar{border-radius:3px 3px 0 0;width:6px;transition:height .2s}.bl-bars__bar--pending{background:#f59e0b}.bl-bars__bar--confirmed{background:#22c55e}.bl-bars__bar--completed{background:#3b82f6}.bl-bars__bar--cancelled{background:#ef4444}.bl-bars__label{color:#888;margin-top:.4rem;font-size:.68rem}.bl-line__svg{width:100%;height:160px}.bl-line__grid{stroke:#f0f0f0;stroke-width:1px}.bl-line__path{stroke:#b8860b;stroke-width:2.5px}.bl-line__dot{fill:#fff;stroke:#b8860b;stroke-width:2.5px}.bl-line__labels{color:#888;justify-content:space-between;margin-top:.2rem;font-size:.72rem;display:flex}.bl-donut{align-items:center;gap:1rem;display:flex}.bl-donut__chart{flex-shrink:0;width:140px;height:140px;position:relative}.bl-donut__svg{width:140px;height:140px;transform:rotate(-90deg)}.bl-donut__track{fill:none;stroke:#f4f4f4;stroke-width:16px}.bl-donut__center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.bl-donut__label{color:#888;letter-spacing:.08em;font-size:.65rem}.bl-donut__total{color:#111;font-size:1.5rem;font-weight:800}.bl-donut__legend{flex-direction:column;flex:1;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.bl-donut__legend li{justify-content:space-between;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.bl-donut__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.bl-donut__name{color:#555;margin-right:auto;padding-left:.35rem}.bl-donut__val{color:#111;font-weight:700}.bl-dash-bottom{grid-template-columns:1.2fr 1fr .9fr;gap:1rem;display:grid}@media (width<=1200px){.bl-dash-bottom{grid-template-columns:1fr}}.bl-card__link{color:#b8860b;align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.bl-card__link:hover{text-decoration:underline}.bl-table-responsive{overflow-x:auto}.bl-mini-table{border-collapse:collapse;width:100%;font-size:.82rem}.bl-mini-table th{text-align:left;color:#777;border-bottom:1px solid #f0f0f0;padding:.6rem .5rem;font-size:.7rem}.bl-mini-table td{vertical-align:middle;border-bottom:1px solid #f7f7f7;padding:.65rem .5rem}.bl-row-idx{color:#888;width:20px;font-weight:700}.bl-cell-bold{color:#111;font-weight:600}.bl-pill{border-radius:999px;padding:.15rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.bl-pill--pending{color:#d97706;background:#fef3c7}.bl-pill--confirmed,.bl-pill--completed{color:#16a34a;background:#dcfce7}.bl-activity-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.bl-activity-item{align-items:flex-start;gap:.65rem;display:flex}.bl-act-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bl-act-icon--purple{color:#9333ea;background:#f3e8ff}.bl-act-icon--green{color:#16a34a;background:#dcfce7}.bl-act-icon--blue{color:#2563eb;background:#dbeafe}.bl-act-icon--gold{color:#b8860b;background:#fef9c3}.bl-act-content{flex-direction:column;flex:1;gap:.1rem;display:flex}.bl-act-title{color:#111;font-size:.82rem}.bl-act-sub{color:#777;font-size:.74rem}.bl-act-time{color:#a0a0a0;white-space:nowrap;font-size:.7rem}.admin-header__user-info{text-align:left;flex-direction:column;display:flex}.admin-header__caret{color:#888}.admin-login{min-height:100vh;font-family:var(--font-sans);background:radial-gradient(at top,#dfa3172e,#0000 50%),linear-gradient(160deg,#08090a 0%,#16181c 55%,#0b0c0e 100%);place-items:center;padding:1.5rem;display:grid}.admin-login__panel{color:#fff;background:#131519eb;border:1px solid #dfa31759;border-radius:16px;width:min(420px,100%);padding:2rem 1.75rem;box-shadow:0 24px 60px #00000073}.admin-login__logo{width:120px;height:auto;margin-bottom:1rem;display:block}.admin-login h1{font-family:var(--font-serif);color:var(--gold);margin:0;font-size:1.8rem}.admin-login p{color:#ffffffa6;margin:.4rem 0 1.25rem;font-size:.9rem}.admin-login .admin-field label{color:#fffc}.admin-login .admin-field input{color:#fff;background:#0d0f12;border-color:#ffffff24}.admin-login .admin-btn--primary{justify-content:center;width:100%;margin-top:.35rem}.priv__title{color:var(--black);align-items:center;gap:.65rem;margin-bottom:.35rem;display:flex}.priv__title h2{font-family:var(--font-serif);margin:0;font-size:1.75rem}.priv__title svg{color:var(--gold-dark)}.priv__subtitle{color:var(--text-muted);margin:0 0 1.25rem;font-size:.92rem}.priv__select-row{background:#fff;border:1px solid #0000000f;border-radius:12px;grid-template-columns:1.2fr 1fr auto;align-items:end;gap:.85rem;margin-bottom:1.25rem;padding:1rem;display:grid}.priv__show{align-self:end;height:42px}.priv__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-bottom:5.5rem;display:grid}.priv__card{background:#fff;border:1px solid #00000014;border-radius:10px;padding:.85rem .95rem 1rem;box-shadow:0 2px 10px #00000008}.priv__card-head{text-transform:capitalize;cursor:pointer;border-bottom:1px solid #dfa31759;align-items:center;gap:.55rem;margin-bottom:.45rem;padding-bottom:.55rem;font-weight:700;display:flex}.priv__list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.priv__list label{cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.86rem;display:flex}.priv__list small{color:var(--text-muted);font-size:.7rem;display:block}.priv__footer{background:linear-gradient(#0000,#f4f4f2 28%);flex-wrap:wrap;gap:.65rem;padding:.9rem 0 .2rem;display:flex;position:sticky;bottom:0}.priv__btn{font:inherit;cursor:pointer;color:#fff;border:0;border-radius:8px;align-items:center;gap:.45rem;padding:.7rem 1.1rem;font-size:.88rem;font-weight:700;display:inline-flex}.priv__btn--save{background:#1e7a45}.priv__btn--all{background:var(--black);color:var(--gold)}.priv__btn--none{background:#4a3f6b}.priv__btn:disabled{opacity:.55;cursor:not-allowed}@media (width<=800px){.priv__select-row{grid-template-columns:1fr}}
