@import "https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&family=DM+Sans:wght@400;500;700&family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";@font-face{font-family:Satoshi;src:url(/fonts/satoshi/satoshi-300.woff2)format("woff2");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/satoshi/satoshi-400.woff2)format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/satoshi/satoshi-500.woff2)format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/satoshi/satoshi-700.woff2)format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/satoshi/satoshi-900.woff2)format("woff2");font-weight:900;font-display:swap;font-style:normal}:root{--text:#1a1f24;--muted:#a2a2a2;--primary:#1e5fae;--primary-dark:#0b3c5d;--secondary:#123d74;--yellow:#ffc857;--green:#27ae60;--surface:#fff;--soft:#f4f8fc;--panel:#ecf5ff75;--border:#a2a2a24d;--footer:#0b3c5d;--font-satoshi:"Satoshi", sans-serif;--font-inter:"Inter", sans-serif;--font-dm-sans:"DM Sans", sans-serif;--font-assistant:"Assistant", sans-serif;--font-plus-jakarta:"Plus Jakarta Sans", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-full:999px;--container-width:1240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-padding-top:100px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}body{overscroll-behavior-y:auto;min-width:320px;font-family:var(--font-satoshi);background:var(--surface);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}input,textarea,select{-webkit-user-select:text;user-select:text;-khtml-user-select:text;-o-user-select:text}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none;outline:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:min(100% - 32px, var(--container-width));margin-inline:auto}.section{padding:80px 0}.seatpod-page{background:var(--surface);width:100%;overflow-x:hidden}.heading-xl{font-family:var(--font-satoshi);letter-spacing:-1px;font-size:clamp(42px,5vw,65px);font-weight:700;line-height:1.35}.heading-lg{font-family:var(--font-satoshi);font-size:clamp(28px,3vw,35px);font-weight:700;line-height:1.35}.heading-md{font-family:var(--font-satoshi);font-size:30px;font-weight:700;line-height:1.4}.text-lg{font-size:24px;font-weight:500;line-height:1.4}.text-md{font-size:16px;line-height:1.5}.text-sm{font-size:14px;line-height:1.5}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:15px 32px;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--secondary)}.btn-yellow{background:var(--yellow);color:var(--text);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:15px 32px;font-weight:700;display:inline-flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.glass-card{background:var(--panel);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:var(--radius-md);border:1px solid #fffc}.footer{background:var(--footer);color:#fff}.seatpod-page-loader-container{background-color:#f8fafc;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.seatpod-spinner{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.seatpod-spinner-ring{border:4px solid #1e5fae1a;border-radius:50%;width:100%;height:100%;position:absolute}.seatpod-spinner-ring-animated{border:4px solid #1e5fae;border-color:#1e5fae #1e5fae #0000 #0000;border-radius:50%;width:100%;height:100%;animation:1s cubic-bezier(.68,-.55,.265,1.55) infinite seatpod-spin;position:absolute}.seatpod-spinner-dot{background-color:#ffcc3d;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite seatpod-pulse}.seatpod-loader-text{font-family:var(--font-satoshi,sans-serif);color:#1a1f24;letter-spacing:.5px;margin-top:24px;font-size:16px;font-weight:600;animation:1.5s ease-in-out infinite alternate seatpod-fade}@keyframes seatpod-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes seatpod-pulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes seatpod-fade{0%{opacity:.6}to{opacity:1}}.sidebar-backdrop{opacity:0;pointer-events:none;z-index:998;background-color:#00000080;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.sidebar{z-index:999;background:#fff;flex-direction:column;width:70%;max-width:320px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-2px 0 8px #00000026}.sidebar.open{transform:translate(0)}.sidebar-header{border-bottom:1px solid #f0f0f0;justify-content:flex-end;align-items:center;padding:16px 20px;display:flex}.sidebar-close{cursor:pointer;color:var(--text,#1a1f24);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.sidebar-close:hover{background-color:#f5f5f5}.sidebar-nav{flex-direction:column;padding:16px 0;display:flex}.sidebar-link{font-family:var(--font-satoshi);color:var(--text,#1a1f24);border-left:3px solid #0000;padding:12px 20px;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block}.sidebar-link:hover{color:var(--sec,#1e5fae);background-color:#f5f5f5}.sidebar-link.active{color:var(--sec,#1e5fae);border-left-color:var(--sec,#1e5fae);background-color:#f0f0f0;font-weight:700}@media (width<=980px){.sidebar{max-width:100%}}@media (width<=640px){.sidebar{max-width:100%}.sidebar-link{padding:14px 16px;font-size:15px}.sidebar-header{padding:12px 16px}}.site-header{z-index:20;backface-visibility:hidden;justify-content:space-between;align-items:center;width:min(1240px,100% - 40px);height:80px;display:flex;position:absolute;top:15px;left:50%;transform:translate(-50%)translateZ(0)}.brand-logo{align-items:center;width:175px;height:80px;margin-right:24px;display:flex;overflow:hidden;transform:translateY(8px)}.brand-logo img{width:100%;display:block}.main-nav{-webkit-backdrop-filter:blur(4px);backface-visibility:hidden;box-sizing:border-box;background:#fff9;border-radius:28px;justify-content:center;align-items:center;gap:20px;width:max-content;height:47px;padding:8px 24px;display:flex;position:absolute;top:50%;left:54%;transform:translate(-50%,-50%)translateZ(0);box-shadow:0 8px 24px #0e2b4a14}.main-nav a{font-family:var(--font-satoshi);color:var(--text,#1a1f24);white-space:nowrap;font-size:20px;font-weight:500;line-height:100%;text-decoration:none;transition:color .2s}.main-nav a.active{color:var(--sec,#1e5fae);font-weight:700}.main-nav a:hover{color:var(--sec,#1e5fae)}.nav-toggle{width:44px;height:44px;color:var(--sec);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:none}.nav-toggle:hover{background:#fff}.nav-toggle.active{background:#e8f1f8}@media (width<=1360px) and (width>=1025px){.site-header{width:calc(100% - 40px)}.brand-logo{width:150px;height:64px}.main-nav{gap:14px;padding:8px 18px;left:55%}.main-nav a{padding:0 2px;font-size:15px}}@media (width<=1024px) and (width>=769px){.site-header{width:calc(100% - 40px)}.brand-logo{flex-shrink:0;width:140px;height:auto;margin-right:0;transform:none}.main-nav{gap:8px;width:auto;margin:0 auto;padding:6px 12px;position:static;transform:none}.main-nav a{padding:0;font-size:13px}}@media (width<=768px){.site-header{backface-visibility:hidden;z-index:100;background:#fff;width:100%;height:auto;padding:12px 20px;position:fixed;top:0;left:0;transform:translateZ(0);box-shadow:0 2px 8px #0000001a}.brand-logo{width:150px;height:60px;transform:none}.main-nav{display:none}.nav-toggle{display:flex}}@media (width<=640px){.site-header{padding:10px 16px}.brand-logo{width:130px;height:52px;transform:none}}.footer-7-light{box-sizing:border-box;background:#0b3c5d;justify-content:center;align-items:flex-start;width:100%;min-height:543px;margin-top:120px;padding:100px 0 0;display:flex;position:relative}.footer-container{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:80px;width:100%;max-width:1074px;padding:0;display:flex}.footer-top-divider{background:#fff;width:100%;height:2px}.footer-primary-row{box-sizing:border-box;flex-direction:row;align-items:center;gap:288px;width:100%;max-width:1040px;padding:0;display:flex}.footer-brand-column{flex-shrink:0;width:282px;height:128px;position:relative}.footer-logo-wrapper{box-sizing:border-box;justify-content:center;align-items:center;width:179px;height:128px;display:flex;position:absolute;top:10px;left:103px}.footer-logo-mark{object-fit:contain;width:103px;height:128px;position:absolute;top:10px;left:0}.footer-logo-image{object-fit:contain;width:100%;height:100%}.footer-logo-tm{color:#fff;width:16px;height:15px;font-family:var(--font-satoshi);z-index:2;background:0 0;border-radius:24px;justify-content:center;align-items:center;font-size:8px;font-weight:500;line-height:11px;display:flex;position:absolute;top:21px;left:254px}.footer-info-column{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:40px;width:470px;height:148px;padding:0;display:flex}.footer-contact-info{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:16px;width:243px;height:84px;padding:0;display:flex}.footer-contact-item{box-sizing:border-box;flex-direction:row;align-items:center;gap:16px;width:100%;padding:0;display:flex}.footer-contact-item.office-address{height:44px}.footer-contact-item.phone-number{height:24px;padding-top:20px}.footer-contact-icon{color:#0081fe;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.footer-contact-text{color:#fff;align-items:center;font-style:normal;display:flex}.address-text{width:203px;height:44px;font-family:var(--font-dm-sans);color:#fff;font-size:14px;font-weight:400;line-height:18px}.phone-text{width:120px;height:18px;font-family:var(--font-assistant);color:#fff;font-size:14px;font-weight:400;line-height:18px}.footer-social-section{box-sizing:border-box;flex-direction:row;align-items:center;gap:26px;width:470px;height:24px;padding:0;display:flex}.footer-social-label{width:84px;height:18px;font-family:var(--font-dm-sans);color:#fff;opacity:.5;font-size:14px;font-weight:500;line-height:18px}.footer-social-icons{box-sizing:border-box;flex-direction:row;align-items:flex-start;gap:24px;width:360px;height:24px;padding:0;display:flex}.footer-social-link{color:#0081fe;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s,opacity .2s;display:flex}.footer-social-link img{object-fit:contain;width:24px;height:24px}.footer-social-link:hover{opacity:.8;transform:translateY(-2px)}.footer-middle-divider{opacity:.2;background:#7bb9fc;width:100%;height:1px}.footer-bottom-row{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:1043px;height:18px;display:flex}.footer-nav-links{box-sizing:border-box;flex-direction:row;align-items:flex-start;gap:41px;height:18px;padding:0;display:flex}.footer-nav-links a{font-family:var(--font-dm-sans);color:#fff;white-space:nowrap;font-size:14px;font-weight:500;line-height:18px;text-decoration:none;transition:opacity .2s}.footer-nav-links a:hover{opacity:.7}.footer-copyright{height:18px;font-family:var(--font-assistant);color:#fff;opacity:.5;text-align:right;white-space:nowrap;font-size:14px;font-weight:400;line-height:18px}@media (width<=1080px){.footer-7-light{height:auto;min-height:auto;padding:60px 40px 40px}.footer-container{gap:40px}.footer-primary-row{flex-wrap:wrap;justify-content:space-between;gap:40px;height:auto}.footer-info-column{width:auto;height:auto}}@media (width<=768px){.footer-7-light{margin-top:40px;padding:40px 20px 30px}.footer-container{align-items:center;gap:32px}.footer-primary-row{flex-direction:column;align-items:center;gap:32px;width:100%;height:auto}.footer-brand-column{flex-shrink:0;width:282px;height:128px;margin:0 auto;position:relative}.footer-info-column{align-items:center;gap:28px;width:100%;height:auto}.footer-contact-info{align-items:flex-start;gap:16px;width:auto;max-width:100%;height:auto;margin:0 auto}.footer-contact-item{justify-content:flex-start;align-items:center;gap:16px;width:auto}.footer-contact-item.office-address,.footer-contact-item.phone-number{height:auto}.address-text{text-align:left;width:auto;max-width:240px;height:auto;font-size:14px;line-height:20px}.phone-text{text-align:left;width:auto;height:auto;font-size:14px;line-height:18px}.footer-social-section{flex-direction:column;align-items:center;gap:12px;width:100%;height:auto}.footer-social-label{text-align:center;width:auto;height:auto}.footer-social-icons{flex-wrap:wrap;justify-content:center;gap:20px;width:100%;height:auto}.footer-bottom-row{flex-direction:column;align-items:center;gap:20px;width:100%;height:auto}.footer-nav-links{flex-wrap:wrap;justify-content:center;gap:12px 20px;width:100%;height:auto}.footer-copyright{text-align:center;white-space:normal;width:100%;height:auto}}.figma-hero{width:100%;min-height:739px;position:relative;overflow:visible}.hero-copy{z-index:5;width:618px;position:absolute;top:175px;left:max(20px,50% - 620px)}.hero-copy h1{font-family:var(--font-satoshi);letter-spacing:-1px;color:var(--text,#1a1f24);margin:0;font-size:65px;font-weight:700;line-height:1}.hero-copy h1 span{font-family:var(--font-satoshi);letter-spacing:-1px;color:var(--sec,#1e5fae);font-size:65px;font-weight:700;line-height:1}.hero-copy h1 .dot{color:var(--yellow,#ffcc3d)}.hero-subhead{width:381px;max-width:100%;font-family:var(--font-satoshi);letter-spacing:0;color:var(--text,#1a1f24);margin-top:25px;font-size:24px;font-weight:500;line-height:1.2}.hero-image-mask{height:100%;position:absolute;top:0;left:max(500px,50% - 258px);right:0;overflow:hidden}.hero-image-mask:after{content:"";background:linear-gradient(90deg,#fff 0%,#fffffffa 2%,#fffc 10%,#fff6 35%,#fff0 60%);position:absolute;inset:0}.hero-image-mask img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=1180px){.hero-image-mask{left:39%}}@media (width<=980px){.figma-hero{flex-direction:column;gap:22px;min-height:0;padding:100px 20px 20px;display:flex}.hero-copy,.hero-image-mask{width:100%;position:relative;top:auto;left:auto;transform:none}.hero-copy{order:1;max-width:680px}.hero-copy h1{font-size:clamp(42px,9vw,65px);line-height:1}.hero-subhead{width:100%;margin-top:14px;font-size:clamp(18px,4vw,22px)}.hero-image-mask{border-radius:0;order:2;height:clamp(340px,58vw,560px)}.hero-image-mask:after{background:linear-gradient(#ffffff42,#fff0)}}@media (width<=640px){.hero-copy h1 span,.hero-copy h1 .dot{padding:12px 0;font-size:33px;line-height:1.1}.figma-hero{padding:16px}.hero-copy h1{font-size:33px;line-height:1.1}.figma-hero .hero-copy h1{padding-top:85px}.hero-subhead{margin-top:12px;font-size:18px}.hero-image-mask{height:300px}}.comfort-panel{z-index:6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ecf5ff75;border:1px solid #fff;border-radius:12px;width:615px;max-width:calc(100% - 40px);height:145px;padding:20px 12px;position:absolute;top:auto;bottom:-89px;left:max(20px,67% - 630px)}.comfort-inner{justify-content:space-between;align-items:center;width:591px;height:105px;display:flex}.comfort-item{flex-direction:column;align-items:center;gap:16px;height:105px;display:flex}.comfort-no-app{width:131px}.comfort-checkout,.comfort-return{width:108px}.comfort-pricing{width:124px}.comfort-divider{background:var(--pri,#0b3c5d);opacity:.2;width:1px;height:69px}.comfort-icon{object-fit:contain;height:35px}.comfort-no-app .comfort-icon{filter:grayscale()brightness(15%);width:34.69px}.comfort-checkout .comfort-icon{width:36px}.comfort-return .comfort-icon,.comfort-pricing .comfort-icon{width:35px}.comfort-text{font-family:var(--font-satoshi);letter-spacing:-1px;text-align:center;color:var(--text,#1a1f24);justify-content:center;align-items:center;height:54px;font-size:20px;font-weight:700;line-height:100%;display:flex}@media (width<=980px){.comfort-panel{order:4;width:100%;height:auto;margin:0;position:relative;top:0;left:auto;transform:none}.comfort-inner{flex-wrap:wrap;justify-content:center;gap:20px;width:100%;height:auto}.comfort-divider{display:none}}@media (width<=640px){.comfort-panel{width:100%;max-width:100%;height:auto;padding:16px 8px}.comfort-inner{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:4px;width:100%;height:auto}.comfort-item{flex-direction:column;align-items:center;gap:8px;height:auto;display:flex;width:24%!important}.comfort-icon{height:28px}.comfort-text{letter-spacing:-.5px;text-align:center;height:auto;font-size:11px;line-height:1.2}}.btn-find-seatpod{cursor:pointer;width:180px;height:52px;font-family:var(--font-satoshi);white-space:nowrap;box-sizing:border-box;border:none;border-radius:8px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:15px 10px;font-size:16px;font-style:normal;font-weight:700;line-height:22px;transition:background-color .2s,transform .2s;display:inline-flex;color:#1a1f24!important;background:#fff!important}.btn-find-seatpod:hover{transform:translateY(-1px);background:#e2e8f0!important}.seatpod-search-card{box-sizing:border-box;z-index:10;background:#001349;border-radius:12px;grid-template-columns:260px 1fr;align-items:center;gap:14px 20px;width:921px;max-width:calc(100% - 40px);padding:18px 30px;display:grid;position:absolute;top:472px;left:max(20px,50% - 620px);box-shadow:0 0 4px #0000000a,0 4px 8px #0000000f}.seatpod-search-card label{width:218px;height:82px;font-family:var(--font-satoshi);color:#fff;text-align:left;grid-column:1;align-items:center;font-size:30px;font-style:normal;font-weight:700;line-height:41px;display:flex}.seatpod-search-card label br{display:inline}.search-input-row{flex-direction:row;grid-column:2;align-items:center;gap:16px;width:100%;display:flex}.search-control{box-sizing:border-box;background:#0081fe2e;border:1px solid #a2a2a24d;border-radius:8px;flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:10px;min-width:0;height:52px;padding:8px 24px;display:flex}.search-input-wrapper{flex-direction:row;flex:1;align-items:center;gap:10px;min-width:0;height:24px;display:flex}.search-input-icon{object-fit:contain;flex:none;width:24px;height:24px}.search-control input{min-width:0;height:22px;font-family:var(--font-satoshi);color:#fff;text-overflow:ellipsis;white-space:nowrap;appearance:none;background:0 0;border:none;outline:none;flex:1;align-items:center;margin:0;padding:0;font-size:16px;font-style:normal;font-weight:500;line-height:22px;display:flex;overflow:hidden}.search-control input::-webkit-search-decoration{appearance:none;display:none}.search-control input::-webkit-search-cancel-button{appearance:none;display:none}.search-control input::-webkit-search-results-button{appearance:none;display:none}.search-control input::-webkit-search-results-decoration{appearance:none;display:none}.search-control input::placeholder{color:#fff9;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-target-icon{object-fit:contain;cursor:pointer;flex:none;width:24px;height:24px}.seatpod-search-card .btn-find-seatpod{background:var(--sec);height:52px;color:var(--surface);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;line-height:1;transition:background-color .2s,transform .2s;display:inline-flex;width:217px!important}.seatpod-search-card .btn-find-seatpod:hover{background:var(--sec-dark);transform:translateY(-1px)}.search-meta{flex-direction:row;grid-column:1/-1;justify-content:center;align-items:center;gap:24px;height:23px;margin:0;padding:0;display:flex}.search-meta-group{flex-direction:row;align-items:center;gap:5px;height:19px;padding:0;display:flex}.meta-dot{background:#27ae60;border-radius:50%;flex:none;width:6px;height:6px}.search-meta-divider{opacity:.2;background:#fff;flex:none;width:1px;height:23px}.search-meta span,.search-meta-group span,.search-meta-group .location-permission-btn{font-family:var(--font-satoshi);color:#fff;white-space:nowrap;align-items:center;font-size:14px;font-style:normal;font-weight:500;line-height:19px;display:flex}.search-meta-group .location-permission-btn:hover{opacity:.92;text-decoration:underline}.location-blocked-inline{box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff29;border-radius:6px;align-items:center;gap:6px;height:22px;padding:2px 8px;animation:.2s ease-out fadeInHelp;display:inline-flex}.location-blocked-inline .lbb-lock-icon{flex:none;font-size:12px;line-height:1}.location-blocked-inline .lbb-msg{font-family:var(--font-satoshi);color:#fff;white-space:nowrap;font-size:13px;font-weight:500;line-height:18px}.location-blocked-inline .lbb-msg strong{color:#60a5fa;font-weight:700}.location-blocked-inline .lbb-close-inline{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:2px;padding:0 2px;font-size:15px;line-height:1;transition:color .15s;display:inline-flex}.location-blocked-inline .lbb-close-inline:hover{color:#fff}@keyframes fadeInHelp{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.seatpod-search-card label{font-size:26px}}@media (width<=980px){.seatpod-search-card{flex-direction:column;order:3;align-items:center;gap:16px;width:100%;max-width:100%;min-height:0;margin:0;padding:24px;display:flex;position:relative;top:auto;bottom:auto;left:auto;transform:none}.seatpod-search-card label{white-space:nowrap;text-align:center;justify-content:center;width:auto;height:auto;font-size:20px;line-height:1.2}.seatpod-search-card label br{display:none}.search-input-row{max-width:100%}.seatpod-search-card .btn-find-seatpod{padding:12px 10px;font-size:14px;width:140px!important}.search-meta{gap:16px;width:100%}}@media (width<=640px){.seatpod-search-card{gap:12px;padding:20px 16px}.seatpod-search-card label{font-size:16px}.search-input-row{gap:8px}.search-control{gap:6px;padding:8px 10px}.search-input-wrapper{gap:6px}.search-input-icon,.search-target-icon{width:20px;height:20px}.search-control input{height:20px;font-size:13px;line-height:20px}.seatpod-search-card .btn-find-seatpod{padding:8px 6px;font-size:12px;width:110px!important}.search-meta{gap:8px;width:100%}.search-meta-divider{height:10px;display:block}.search-meta span,.search-meta-group span{letter-spacing:-.3px;font-size:10px}}@media (width<=640px){.pac-container{min-width:260px!important;max-width:calc(100vw - 24px)!important}.pac-item{padding:10px 12px!important;font-size:13px!important}}.how-section{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1440px;margin:80px auto 0;padding:40px 20px;display:flex;position:relative}.how-badge{font-family:var(--font-satoshi);color:#1e5fae;text-align:center;white-space:nowrap;margin-bottom:16px;font-size:14px;font-style:normal;font-weight:700;line-height:19px}.how-title{font-family:var(--font-satoshi);letter-spacing:0%;color:var(--text,#1a1f24);text-align:center;margin:0 0 40px;font-size:30px;font-weight:700;line-height:100%}.how-steps-grid{box-sizing:border-box;flex-wrap:wrap;justify-content:center;gap:40px 24px;width:100%;max-width:1240px;padding:24px 0 10px;display:flex}.how-step-card{box-sizing:border-box;background:#fff;border:1px solid #a2a2a280;border-radius:12px;flex-direction:column;align-items:center;width:223px;height:auto;min-height:266px;padding-bottom:20px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 12px #00000005}.how-step-card:hover{border-color:var(--sec,#1e5fae);transform:translateY(-6px);box-shadow:0 12px 24px #1e5fae14}.step-badge{background:var(--sec,#1e5fae);color:#fff;width:35px;height:35px;font-family:var(--font-satoshi);z-index:3;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:100%;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 2px 6px #1e5fae33}.step-icon-container{justify-content:center;align-items:center;width:88.12px;height:88.12px;margin-top:45px;display:flex}.step-icon-circle-bg{border-radius:50%;justify-content:center;align-items:center;width:88.12px;height:88.12px;display:flex}.step-icon-img{object-fit:contain;width:48px;height:48px;display:block}.step-icon-full{object-fit:contain;width:88.12px;height:88.12px;display:block}.step-title{font-family:var(--font-satoshi);color:#1a1f24;text-align:center;margin-top:24px;font-size:20px;font-style:normal;font-weight:700;line-height:27px}.step-text{width:100%;max-width:204px;height:auto;min-height:38px;font-family:var(--font-satoshi);color:#a2a2a2;text-align:center;box-sizing:border-box;margin-top:8px;padding:0 8px;font-size:14px;font-style:normal;font-weight:400;line-height:19px}@media (width<=1080px){.how-steps-grid{flex-wrap:wrap;justify-content:center;gap:48px 30px;max-width:540px;padding:24px 0 10px}}@media (width<=580px){.how-section{margin-top:40px;padding:0 16px 32px}.how-title{margin-bottom:32px;font-size:24px}.how-steps-grid{grid-template-columns:repeat(2,1fr);gap:36px 12px;max-width:100%;margin:0 auto;padding:24px 0 10px;display:grid}.how-step-card{border-radius:10px;width:100%;height:auto;min-height:210px;padding-bottom:16px}.how-step-card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;max-width:223px}.step-icon-container{width:60px;height:60px;margin-top:28px}.step-icon-circle-bg{width:60px;height:60px}.step-icon-img{width:32px;height:32px}.step-icon-full{width:60px;height:60px}.step-title{margin-top:14px;font-size:16px;line-height:20px}.step-text{text-align:center;box-sizing:border-box;width:100%;max-width:100%;height:auto;min-height:auto;margin-top:6px;padding:0 6px;font-size:12px;line-height:16px}}.where-section{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1440px;margin:20px auto;padding:20px 20px 40px;display:flex;position:relative}.where-badge{font-family:var(--font-satoshi);letter-spacing:0%;color:var(--sec,#1e5fae);text-align:center;white-space:nowrap;margin-bottom:12px;font-size:14px;font-weight:700;line-height:100%}.where-title{font-family:var(--font-satoshi);letter-spacing:0%;color:var(--text,#1a1f24);text-align:center;margin:0 0 36px;font-size:30px;font-weight:700;line-height:100%}.where-cards-grid{box-sizing:border-box;grid-template-columns:repeat(4,244px);justify-content:center;gap:54px;width:100%;padding:20px 0;display:grid}.where-card{box-sizing:border-box;background-position:50%;background-size:cover;border-radius:12px;width:244px;height:306px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.where-card-gradient{box-sizing:border-box;background:linear-gradient(#0000 25.01%,#000 100%);border-radius:0 0 12px 12px;flex-direction:column;justify-content:flex-end;height:127px;padding:20px 20px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.where-card-badge{box-sizing:border-box;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:12px;padding:6px;display:flex;box-shadow:0 2px 8px #00000014}.where-card-icon-img{object-fit:contain;width:100%;height:100%;display:block}.where-card-title{font-family:var(--font-satoshi);letter-spacing:0%;color:#f6f6f6;margin:0 0 6px;font-size:20px;font-weight:700;line-height:100%}.where-card-text{font-family:var(--font-satoshi);letter-spacing:0%;color:#fff;margin:0;font-size:14px;font-weight:400;line-height:100%}@media (width<=1080px){.where-cards-grid{grid-template-columns:repeat(2,244px);gap:30px}}@media (width<=580px){.where-section{margin-top:40px;padding:0 16px}.where-title{margin-bottom:30px;font-size:24px}.where-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%;margin:0 auto;padding:10px 0}.where-card{border-radius:10px;width:100%;height:210px}.where-card-gradient{background:linear-gradient(#0000 15%,#000000d9 100%);border-radius:0 0 10px 10px;height:100%;padding:12px}.where-card-badge{width:28px;height:28px;margin-bottom:8px;padding:4px}.where-card-title{margin-bottom:4px;font-size:16px}.where-card-text{font-size:12px}}.partner-section{box-sizing:border-box;justify-content:center;width:100%;max-width:1440px;margin:20px auto;padding:40px 20px;display:flex}.partner-banner-box{background:#deedff;border-radius:12px;width:100%;max-width:1240px;height:341px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #1e5fae0f}.partner-text-content{box-sizing:border-box;z-index:2;flex-direction:column;justify-content:center;width:50%;padding-left:60px;display:flex}.partner-tag{font-family:var(--font-satoshi);color:var(--sec,#1e5fae);text-transform:uppercase;letter-spacing:1px;margin-bottom:25px;font-size:14px;font-weight:700;line-height:100%}.partner-heading{font-family:var(--font-satoshi);color:var(--text,#1a1f24);max-width:372px;margin:0 0 20px;font-size:35px;font-weight:700;line-height:1.1}.partner-description{font-family:var(--font-satoshi);color:var(--text,#1a1f24);opacity:.9;max-width:420px;margin:0 0 35px;font-size:14px;font-weight:700;line-height:1.4}.btn-host-seatpod{background:var(--sec,#1e5fae);width:130px;height:39px;font-family:var(--font-satoshi);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:background .2s,transform .1s;display:flex}.btn-host-seatpod:hover{background:var(--sec-dark,#123d74);transform:translateY(-1px)}.btn-host-seatpod:active{transform:translateY(0)}.partner-img-content{width:50%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 20%);mask-image:linear-gradient(90deg,#0000 0%,#000 20%)}.partner-img-content img{object-fit:cover;object-position:center;border-top-right-radius:12px;border-bottom-right-radius:12px;width:100%;height:100%}@media (width<=1080px){.partner-section{padding:0 40px}.partner-banner-box{flex-direction:column;height:auto}.partner-text-content{width:100%;padding:40px 30px}.partner-img-content{width:100%;height:250px;-webkit-mask-image:linear-gradient(#0000 0%,#000 20%);mask-image:linear-gradient(#0000 0%,#000 20%)}.partner-img-content img{border-radius:0 0 12px 12px}}@media (width<=580px){.partner-section{padding:0 20px}.partner-heading{font-size:28px}}#how-it-works-hero{background:#fff;min-height:709px;overflow:hidden}#how-it-works-hero .how-badge-tag{font-family:var(--font-satoshi);color:#1e5fae;letter-spacing:1px;margin-bottom:15px;font-size:14px;font-weight:700;line-height:19px}#how-it-works-hero .hero-copy{width:693px;top:160px}#how-it-works-hero h1{font-family:var(--font-satoshi);letter-spacing:-1px;margin-bottom:35px;font-size:65px;font-weight:700;line-height:1}#how-it-works-hero h1 span{font-family:var(--font-satoshi);letter-spacing:-1px;color:#1e5fae;font-size:65px;font-weight:700;line-height:1}#how-it-works-hero h1 .dot{font-family:var(--font-satoshi);letter-spacing:-1px;color:#ffc857;font-size:65px;font-weight:700;line-height:1}#how-it-works-hero .hero-subhead{font-family:var(--font-satoshi);letter-spacing:0;color:var(--text,#1a1f24);width:546px;height:auto;margin-bottom:40px;font-size:24px;font-weight:500;line-height:1.2}.hero-floating-card-mobile{display:none}.no-app-card-hero2{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:row;align-items:center;gap:20px;width:379.12px;height:106px;padding:20px;display:flex;box-shadow:0 0 4px #0000000a,0 4px 8px #0000000f}.no-app-icon-circle-hero2{background:#2f80ed1a;border-radius:50%;justify-content:center;align-items:center;width:48.12px;height:48.12px;display:flex}.no-app-qr-icon-hero2{object-fit:contain;width:24px;height:24px}.no-app-content-hero2 h3{font-family:var(--font-satoshi);color:#1a1f24;margin:0;font-size:24px;font-weight:700;line-height:32px}.no-app-content-hero2 p{font-family:var(--font-satoshi);color:#1a1f24;opacity:.6;margin:0;font-size:18px;font-weight:500;line-height:24px}@media (width<=1180px){#how-it-works-hero .hero-copy{width:clamp(300px,46vw,620px)}}@media (width<=980px){.hero-wave-divider{display:none}#how-it-works-hero{flex-direction:column;gap:28px;min-height:auto;padding:120px 24px 48px;display:flex}#how-it-works-hero .hero-copy{order:1;width:100%;max-width:680px;position:relative;top:auto;left:auto}#how-it-works-hero .hero-image-mask{order:2;min-height:0}.hero-floating-card-desktop{display:none}.hero-floating-card-mobile{order:3;width:100%;max-width:400px;display:block}#how-it-works-hero h1{margin-bottom:20px;padding:12px 0;font-size:clamp(34px,7.5vw,65px);line-height:1}#how-it-works-hero h1 span,#how-it-works-hero h1 .dot{font-size:clamp(34px,7.5vw,65px);line-height:1}#how-it-works-hero .hero-subhead{margin-bottom:24px;font-size:clamp(16px,3.5vw,20px);line-height:1.5;width:100%!important;height:auto!important}.no-app-card-hero2{width:100%;max-width:400px;height:auto}}@media (width<=640px){#how-it-works-hero{gap:20px;padding:88px 16px 40px}#how-it-works-hero h1{margin-bottom:14px;font-size:33px;line-height:1.1}#how-it-works-hero h1 span,#how-it-works-hero h1 .dot{padding:0;font-size:33px;line-height:1.1}#how-it-works-hero .hero-subhead{margin-bottom:20px;font-size:16px;line-height:1.5}.no-app-card-hero2{gap:14px;padding:14px}.no-app-content-hero2 h3{font-size:18px;line-height:24px}.no-app-content-hero2 p{font-size:14px;line-height:20px}}.floating-card{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;width:379.12px;height:106px;padding:20px;display:flex;box-shadow:0 0 4px #0000000a,0 4px 8px #0000000f}.floating-card-image-variant{border-radius:8px;gap:12px;width:370px;height:89px;padding:8px}.floating-card-icon-circle{background:#2f80ed1a;border-radius:50%;justify-content:center;align-items:center;width:48.12px;height:48.12px;display:flex}.floating-card-icon{object-fit:contain;width:24px;height:24px}.floating-card-image-wrapper{border-radius:4px;flex:none;width:96px;height:73px;overflow:hidden}.floating-card-image{object-fit:cover;width:100%;height:100%}.floating-card-content{flex-direction:column;display:flex}.floating-card-content h3{font-family:var(--font-satoshi);color:#1a1f24;margin:0;font-size:24px;font-weight:700;line-height:32px}.floating-card-image-variant .floating-card-content h3{font-size:16px;line-height:22px}.floating-card-content p{font-family:var(--font-satoshi);color:#1a1f24;opacity:.6;margin:0;font-size:18px;font-weight:500;line-height:24px}.floating-card-image-variant .floating-card-content p{opacity:.5;font-size:12px;line-height:16px}.floating-card-extra{font-family:var(--font-satoshi);color:#27ae60;margin-top:4px;font-size:12px;font-weight:500;line-height:16px}@media (width<=980px){.floating-card{width:100%;max-width:400px;height:auto}}@media (width<=640px){.floating-card{gap:14px;padding:14px}.floating-card-content h3{font-size:18px;line-height:24px}.floating-card-content p{font-size:14px;line-height:20px}}.sbs-section{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:40px 20px;display:flex}.sbs-badge{font-family:var(--font-satoshi);color:#1e5fae;text-align:center;letter-spacing:1px;margin-bottom:12px;font-size:14px;font-weight:700;line-height:19px}.sbs-title{font-family:var(--font-satoshi);color:var(--text,#1a1f24);text-align:center;margin:0 0 48px;font-size:30px;font-weight:700;line-height:100%}.sbs-progress{justify-content:space-between;align-items:center;width:calc(80% + 54px);max-width:1023px;height:35px;margin-bottom:32px;display:flex;position:relative}.sbs-progress-line{border-top:1px dashed #1e5fae;height:0;position:absolute;top:50%;left:17px;right:17px;transform:translateY(-50%)}.sbs-progress-dot{z-index:1;color:#fff;width:35px;height:35px;font-family:var(--font-satoshi);background:#1e5fae;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:22px;display:flex;position:relative}.sbs-cards{box-sizing:border-box;justify-content:center;gap:24px;width:100%;max-width:1211px;display:flex}.sbs-card{box-sizing:border-box;background:#fff;border:1px solid #a2a2a280;border-radius:12px;flex:1;max-width:223px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 12px #00000005}.sbs-card:hover{border-color:var(--sec,#1e5fae);transform:translateY(-6px);box-shadow:0 12px 24px #1e5fae14}.sbs-card-image{box-sizing:border-box;border-bottom:1px solid #a2a2a280;border-radius:12px;width:100%;height:213px;position:relative}.sbs-card-image img{object-fit:cover;border-radius:12px;width:100%;height:100%;display:block}.sbs-card-icon{z-index:2;background:#d5e6fb;border-radius:51px;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.sbs-card-icon img{object-fit:contain;height:24px}.sbs-card-body{text-align:center;flex-direction:column;padding:24px 10px 16px;display:flex}.sbs-card-body h3{font-family:var(--font-satoshi);color:#1a1f24;margin:0 0 6px;font-size:16px;font-weight:700;line-height:22px}.sbs-card-body p{font-family:var(--font-satoshi);color:#a2a2a2;margin:0;font-size:14px;font-weight:400;line-height:19px}@media (width<=1080px){.sbs-cards{flex-wrap:wrap;justify-content:center;gap:48px 24px;max-width:800px}.sbs-card{flex:200px;min-width:200px;max-width:223px}.sbs-progress{max-width:700px}}@media (width<=580px){.sbs-section{padding:40px 16px}.sbs-progress{width:calc(100% - 32px);max-width:400px;margin:0 auto 32px;display:flex}.sbs-cards{grid-template-columns:repeat(2,1fr);gap:24px 12px;width:100%;max-width:100%;margin:0;padding:0;display:grid}.sbs-card{border-radius:8px;width:100%;min-width:0;max-width:100%}.sbs-card-image{border-radius:8px 8px 0 0;height:120px}.sbs-card-image img{border-radius:8px 8px 0 0}.sbs-card-icon{width:32px;height:32px;bottom:-16px}.sbs-card-icon img{height:16px}.sbs-card-body{padding:22px 6px 12px}.sbs-card-body h3{margin-bottom:4px;font-size:14px;line-height:1.2}.sbs-card-body p{font-size:11px;line-height:1.3}}.features-banner-wrapper{box-sizing:border-box;justify-content:center;width:100%;padding:40px 20px;display:flex}.features-banner{box-sizing:border-box;background:#f9fcff;border:1px solid #a2a2a233;border-radius:12px;justify-content:space-between;align-items:center;width:1240px;max-width:100%;height:160px;padding:0 40px;display:flex}.feature-item{flex:1;align-items:center;gap:16px;padding:0 10px;display:flex}.feature-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.feature-text h3{font-family:var(--font-satoshi);color:#1a1f24;margin:0 0 4px;font-size:16px;font-weight:700;line-height:22px}.feature-text p{font-family:var(--font-satoshi);color:#a2a2a2;width:137px;height:38px;margin:0;font-size:14px;font-weight:400;line-height:19px}.feature-divider{background-color:#a2a2a233;flex-shrink:0;width:1px;height:60px;margin:0 10px}@media (width<=1024px){.features-banner{flex-wrap:wrap;gap:30px 0;height:auto;padding:30px 20px}.feature-item{min-width:calc(50% - 20px)}.feature-divider{display:none}}@media (width<=640px){.feature-item{min-width:100%}}.find-station-wrapper{box-sizing:border-box;justify-content:center;width:100%;padding:40px 20px 0;display:flex}.find-station-banner{box-sizing:border-box;background:#deedff;border-radius:12px;width:1240px;max-width:100%;height:341px;display:flex;position:relative;overflow:hidden}.fs-content{z-index:2;flex:1;max-width:500px;padding:50px 0 0 60px;position:relative}.fs-subtitle{font-family:var(--font-satoshi);color:#1e5fae;height:19px;margin-bottom:25px;font-size:14px;font-weight:700;line-height:19px;display:block}.fs-title{font-family:var(--font-satoshi);color:#1a1f24;width:auto;max-width:450px;height:auto;margin:0 0 20px;font-size:35px;font-weight:700;line-height:47px}.fs-desc{font-family:var(--font-satoshi);color:#1a1f24;width:auto;max-width:450px;height:auto;margin:0 0 35px;font-size:14px;font-weight:700;line-height:19px}.fs-button{cursor:pointer;background:#1e5fae;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:192px;height:44px;padding:10px 30px;transition:background .3s;display:flex}.fs-button span{font-family:var(--font-satoshi);color:#fff;white-space:nowrap;flex:none;order:1;height:auto;font-size:14px;font-weight:700;line-height:19px}.fs-button:hover{background:#0056a6}.fs-button-icon-wrapper{flex:none;order:0;width:24px;height:24px;position:relative}.fs-button-icon{box-sizing:border-box;object-fit:contain;width:auto;height:auto;position:absolute;inset:0% 13.78%}.fs-map-container{z-index:1;border-radius:0 12px 12px 0;width:838px;height:341px;position:absolute;top:0;right:0}.fs-map-image{object-fit:cover;border-radius:0 12px 12px 0;width:100%;height:100%;display:block}.fs-map-mask{pointer-events:none;z-index:1;background:linear-gradient(270deg,#deedff00 30%,#deedff 100%);width:100%;height:100%;position:absolute;top:0;left:0}.fs-floating-card{box-sizing:border-box;z-index:3;background:#fff;border-radius:8px;align-items:center;width:380px;height:auto;min-height:89px;padding:8px 10px;display:flex;position:absolute;bottom:45px;left:240px;box-shadow:0 4px 15px #0000000d}.fs-card-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:110px;height:80px}.fs-card-text{padding-left:14px}.fs-example-badge{color:#1e5fae;font-family:var(--font-satoshi);letter-spacing:.04em;text-transform:uppercase;background:#ebf3fc;border:1px solid #c7ddf7;border-radius:4px;margin-bottom:4px;padding:2px 6px;font-size:10px;font-weight:700;line-height:12px;display:inline-block}.fs-card-text h4{font-family:var(--font-satoshi);color:#1a1f24;margin:0 0 3px;font-size:14px;font-weight:700;line-height:18px}.fs-location{font-family:var(--font-satoshi);color:#737373;margin:0 0 3px;font-size:12px;font-weight:400;line-height:16px}.fs-availability{font-family:var(--font-satoshi);color:#1a1f24;margin:0;font-size:12px;font-weight:400;line-height:16px}.fs-availability-sample{color:#737373;font-size:11px}.fs-map-pin{z-index:2;width:25px;height:auto;position:absolute}.pin-1{top:170px;left:210px}.pin-2{top:100px;left:450px}.pin-3{top:60px;left:680px}@media (width<=1024px){.find-station-banner{flex-direction:column;height:auto}.fs-content{max-width:100%;padding:40px 20px}.fs-title{width:auto;max-width:100%;height:auto;font-size:28px;line-height:38px}.fs-desc{width:auto;max-width:100%;height:auto}.fs-map-container{border-radius:0 0 12px 12px;width:100%;height:300px;position:relative}.fs-map-image{border-radius:0 0 12px 12px}.fs-map-mask{background:linear-gradient(#deedff 0%,#deedff00 40%)}.fs-floating-card{width:calc(100% - 40px);max-width:370px;bottom:20px;left:50%;transform:translate(-50%)}.pin-1{top:30%;left:20%}.pin-2{top:20%;left:55%}.pin-3{top:15%;left:80%}}@media (width<=500px){.fs-floating-card{flex-direction:row;align-items:center;width:290px;max-width:calc(100% - 32px);height:auto;min-height:76px;padding:6px 8px;bottom:12px;left:50%;transform:translate(-50%)}.fs-card-img{border-radius:4px;width:85px;height:70px;margin-bottom:0}.fs-card-text{text-align:left;padding-left:8px}.fs-example-badge{margin-bottom:2px;padding:1px 4px;font-size:8.5px;line-height:10px}.fs-card-text h4{margin-bottom:2px;font-size:12px;line-height:1.2}.fs-location{margin-bottom:2px;font-size:10px;line-height:1.2}.fs-availability{font-size:10px;line-height:1.2}.fs-availability-sample{font-size:9px}}.host-cta-section{box-sizing:border-box;justify-content:center;width:100%;padding:80px 16px 0;display:flex;position:relative}.host-cta-container{box-sizing:border-box;background:#e7f1ff;border-radius:24px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1152px;min-height:154px;padding:25px 48px;display:flex}.host-cta-content{flex-direction:row;align-items:center;gap:32px;display:flex}.host-cta-icon-wrapper{background:#0052d41a;border-radius:24px;flex:none;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.host-cta-text{flex-direction:column;gap:8px;display:flex}.host-cta-text h2{font-family:var(--font-satoshi);color:#0a1128;margin:0;font-size:30px;font-weight:900;line-height:36px}.host-cta-text p{font-family:var(--font-satoshi);color:#6b7280;margin:0;font-size:16px;font-weight:500;line-height:24px}.host-cta-btn{cursor:pointer;min-width:240px;height:68px;font-family:var(--font-satoshi);color:#fff;white-space:nowrap;background:#0052d4;border:none;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:20px 40px;font-size:18px;font-weight:700;line-height:28px;transition:all .2s;display:flex;position:relative}.host-cta-btn:before{content:"";z-index:-1;opacity:0;background:#1e5fae;border-radius:8px;position:absolute;inset:0 .08px 0 0}.host-cta-btn:hover{background:#0044b0;transform:translateY(-2px)}@media (width<=1024px){.host-cta-container{text-align:center;flex-direction:column;gap:32px;padding:40px 24px}.host-cta-content{flex-direction:column}}@media (width<=768px){.host-cta-section{padding:60px 16px 0}.host-cta-container{flex-direction:column;gap:24px;min-height:auto;padding:32px 20px}.host-cta-content{flex-direction:column;gap:20px}.host-cta-icon-wrapper{width:60px;height:60px}.host-cta-text h2{font-size:22px;line-height:28px}.host-cta-text p{font-size:14px;line-height:20px}.host-cta-btn{min-width:180px;height:56px;padding:14px 24px;font-size:16px}.host-cta-actions{width:100%}}@media (width<=640px){.host-cta-section{padding:50px 12px 0}.host-cta-container{border-radius:16px;gap:20px;padding:20px 16px}.host-cta-text h2{font-size:18px;line-height:24px}.host-cta-text p{font-size:13px;line-height:18px}.host-cta-btn{width:100%;min-width:unset;height:50px;font-size:14px}.host-cta-actions{width:100%}}.host-cta-location .host-cta-container{background:#deedff;border:1px solid #dbeafe;border-radius:24px;max-width:1216px;min-height:193.5px;padding:48px;box-shadow:0 1px 2px #0000000d}.host-cta-location .host-cta-content{gap:32px}.host-cta-location .host-cta-icon-wrapper{background:#fff;border:1px solid #dbeafe;border-radius:16px}.host-cta-location .host-cta-text h2{font-family:var(--font-plus-jakarta);color:#0f172a;font-size:30px;font-weight:800;line-height:36px}.host-cta-location .host-cta-text p{font-family:var(--font-plus-jakarta);color:#64748b;max-width:512px;font-size:16px;font-weight:400;line-height:24px}.host-cta-actions{flex-direction:column;align-items:center;gap:15.5px;display:flex}.host-cta-location .host-cta-btn{width:auto;min-width:227px;height:56px;font-family:var(--font-plus-jakarta);min-width:unset;background:#0056d2;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:700;line-height:24px}.host-cta-location .host-cta-btn:before{background:#1e5fae;border-radius:8px}.host-cta-link{font-family:var(--font-plus-jakarta);color:#0056d2;flex-direction:row;align-items:center;gap:8px;font-size:16px;font-weight:700;line-height:24px;text-decoration:none;transition:opacity .2s;display:flex}.host-cta-link:hover{opacity:.8}@media (width<=768px){.host-cta-location .host-cta-container{gap:24px;min-height:auto;padding:32px 24px}.host-cta-location .host-cta-content{gap:20px}.host-cta-location .host-cta-text h2{font-size:22px;line-height:28px}.host-cta-location .host-cta-text p{max-width:100%;font-size:14px;line-height:20px}.host-cta-location .host-cta-text br{display:none}.host-cta-location .host-cta-btn{width:100%;height:48px;font-size:14px}.host-cta-location .host-cta-link{font-size:14px}.host-cta-actions{gap:12px;width:100%}}@media (width<=640px){.host-cta-location .host-cta-container{border-radius:16px;padding:20px 16px}.host-cta-location .host-cta-icon-wrapper{width:48px;height:48px}.host-cta-location .host-cta-text h2{font-size:18px;line-height:24px}.host-cta-location .host-cta-text p{font-size:12px;line-height:18px}.host-cta-location .host-cta-btn{width:100%;height:44px;font-size:13px}.host-cta-location .host-cta-link{font-size:13px}}#host-seatpod-hero{background:#fff;min-height:709px;overflow:hidden}.host-seat-pod-page{background:#fff}#host-seatpod-hero .hero-copy{z-index:5;width:714px;position:absolute;top:175px;left:max(20px,50% - 620px)}#host-seatpod-hero .host-seatpod-title{width:714px;max-width:100%;min-height:0;font-family:var(--font-satoshi);letter-spacing:-1px;color:#1a1f24;margin:0 0 24px;font-size:65px;font-style:normal;font-weight:700;line-height:1}#host-seatpod-hero .host-seatpod-title span{font-family:var(--font-satoshi);letter-spacing:-1px;color:#1e5fae;font-size:65px;font-weight:700;line-height:1}#host-seatpod-hero .host-seatpod-title .dot{font-family:var(--font-satoshi);letter-spacing:-1px;color:#ffc857;font-size:65px;font-weight:700;line-height:1}#host-seatpod-hero .host-seatpod-subhead{width:460px;height:56px;font-family:var(--font-satoshi);color:#4b5563;margin:0;font-size:18px;font-style:normal;font-weight:400;line-height:28px;position:absolute;top:285px;left:0}.host-seatpod-actions{flex-direction:row;align-items:center;gap:20px;width:396.46px;height:60px;padding:0;display:flex;position:absolute;top:371px;left:0}.host-seatpod-button{height:60px;font-family:var(--font-satoshi);text-align:center;box-sizing:border-box;border-radius:8px;flex-direction:row;align-items:center;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-decoration:none;display:flex}.host-seatpod-button-primary{isolation:isolate;color:#fff;background:#0052d4;gap:8px;width:206px;padding:17.5px 32px 18.5px;position:relative}.host-seatpod-button-shadow{z-index:0;background:#ffffff01;border-radius:8px;position:absolute;inset:0 -.05px 0 0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.host-seatpod-button-primary img{object-fit:contain;z-index:1;flex:none;width:20px;height:20px}.host-seatpod-button-primary span:not(.host-seatpod-button-shadow){color:#fff;z-index:2;flex:none;justify-content:center;align-items:center;width:114px;height:24px;display:flex}.host-seatpod-button-secondary{color:#0052d4;background:#fff;border:2px solid #0052d4;gap:7.99px;width:170.46px;padding:16px 32px}.host-seatpod-button-secondary span{flex:none;justify-content:center;align-items:center;width:85px;height:24px;display:flex}.host-seatpod-button-secondary img{object-fit:contain;flex:none;width:9.47px;height:3.75px}.host-seatpod-benefits{flex-direction:row;align-items:center;padding:0;display:flex;position:absolute;top:471px;left:0}.host-seatpod-benefit{flex-direction:row;align-items:center;gap:8px;height:20px;padding:0;display:flex}.host-seatpod-benefit img{object-fit:contain;flex:none;width:20px;height:20px}.host-seatpod-benefit span{height:20px;font-family:var(--font-satoshi);color:#6b7280;flex:none;align-items:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex}.host-seatpod-benefit-cost{width:127px}.host-seatpod-benefit-cost span{width:99px}.host-seatpod-benefit-service{width:166px;margin-left:30.05px}.host-seatpod-benefit-service span{width:138px}.host-seatpod-benefit-income{width:138px;margin-left:29.78px}.host-seatpod-benefit-income span{width:110px}.host-seatpod-wave svg{width:100%;height:100%;display:block}@media (width<=980px){.hero-wave-divider{display:none}#host-seatpod-hero{flex-direction:column;gap:28px;min-height:auto;padding:100px 24px 20px;display:flex}#host-seatpod-hero .hero-copy{flex-direction:column;gap:20px;width:100%;max-width:680px;display:flex;position:relative;top:auto;left:auto}#host-seatpod-hero .host-seatpod-title{width:100%;min-height:0;margin-bottom:0;font-size:clamp(34px,7.5vw,65px);line-height:1}#host-seatpod-hero .host-seatpod-subhead{width:100%;height:auto;position:relative;top:auto;left:auto}.host-seatpod-actions{flex-wrap:nowrap;width:100%;height:auto;position:relative;top:auto;left:auto}.host-seatpod-benefits{flex-wrap:wrap;gap:14px 20px;position:relative;top:auto;left:auto}.host-seatpod-wave{display:none}.host-seatpod-benefit-service,.host-seatpod-benefit-income{margin-left:0}}@media (width<=640px){#host-seatpod-hero{padding:76px 16px 12px}#host-seatpod-hero .host-seatpod-subhead{padding:20px 0}#host-seatpod-hero .host-seatpod-title{padding:12px 0}#host-seatpod-hero .host-seatpod-title span,#host-seatpod-hero .host-seatpod-title .dot{font-size:33px;line-height:1.1}.host-seatpod-actions{gap:12px}.host-seatpod-button-primary{flex:54%;justify-content:center;width:auto;padding:14px 12px}.host-seatpod-button-secondary{flex:42%;justify-content:center;width:auto;padding:14px 12px}.host-seatpod-button-primary span:not(.host-seatpod-button-shadow),.host-seatpod-button-secondary span{width:auto}.host-seatpod-benefits{flex-wrap:wrap;padding-top:20px}}.why-seatpod-section{box-sizing:border-box;background:#fff;flex-direction:column;align-items:center;width:100%;padding-top:80px;padding-bottom:60px;display:flex;position:relative}.why-seatpod-tag{font-family:var(--font-satoshi);color:#1e5fae;text-transform:uppercase;margin-bottom:25px;font-size:14px;font-weight:700;line-height:19px}.why-seatpod-features{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:32px;width:100%;max-width:1248px;padding:0 20px;display:grid}.why-seatpod-feature-card{box-sizing:border-box;background:#fff;border:1px solid #a2a2a233;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;height:auto;min-height:252px;padding:32px 24px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1);display:flex}.why-seatpod-feature-card:hover{border-color:var(--sec,#1e5fae);transform:translateY(-6px);box-shadow:0 12px 24px #1e5fae14}.feature-icon-container{border-radius:9999px;flex-direction:row;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.feature-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.feature-svg{width:32px;height:32px}.feature-text-content{text-align:center;flex-direction:column;flex:1;align-items:center;width:100%;max-width:240px;padding:8px 0 0;display:flex}.feature-text-content h3{width:100%;font-family:var(--font-satoshi);color:#0a1128;margin:0 0 8px;font-size:20px;font-weight:700;line-height:28px}.feature-text-content p{width:100%;font-family:var(--font-satoshi);color:#6b7280;margin:0;font-size:14px;font-weight:400;line-height:22px}.why-seatpod-banner{box-sizing:border-box;background:#f9fcff;border:1px solid #a2a2a233;border-radius:12px;justify-content:center;align-items:center;width:1240px;max-width:calc(100% - 40px);height:160px;margin-top:64px;padding:0 40px;display:flex}.banner-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.banner-item{flex-direction:row;align-items:center;gap:30px;display:flex}.banner-icon{object-fit:contain;width:36px;height:35px}.banner-text{flex-direction:column;gap:5px;display:flex}.banner-text h4{font-family:var(--font-satoshi);color:#1a1f24;margin:0;font-size:18px;font-weight:700;line-height:24px}.banner-text p{font-family:var(--font-satoshi);color:#a2a2a2;max-width:170px;margin:0;font-size:14px;font-weight:400;line-height:19px}.banner-divider{opacity:.2;background:#1a1f24;width:1px;height:80px}@media (width<=1024px){.why-seatpod-features{grid-template-columns:repeat(2,1fr);gap:24px}.banner-item{gap:15px}.banner-content{padding:0 20px}}@media (width<=768px){.why-seatpod-section{padding-top:40px;padding-bottom:40px}.why-seatpod-header{margin-bottom:36px}.why-seatpod-tag{margin-bottom:12px}.why-seatpod-banner{height:auto;margin-top:40px;padding:30px 20px}.banner-content{flex-direction:column;gap:20px}.banner-divider{width:80px;height:1px}.banner-text p{max-width:none}}@media (width<=600px){.why-seatpod-features{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 12px}.why-seatpod-feature-card{border-radius:10px;height:auto;min-height:180px;padding:20px 12px}.feature-icon-container{width:52px;height:52px}.feature-icon,.feature-svg{width:26px;height:26px}.feature-text-content h3{margin-bottom:4px;font-size:15px;line-height:20px}.feature-text-content p{font-size:12px;line-height:17px}}@media (width<=440px){.why-seatpod-features{grid-template-columns:1fr;gap:16px;max-width:360px;margin:0 auto}.why-seatpod-feature-card{min-height:auto;padding:24px 20px}.feature-icon-container{width:60px;height:60px}.feature-icon,.feature-svg{width:30px;height:30px}.feature-text-content h3{margin-bottom:6px;font-size:18px;line-height:24px}.feature-text-content p{font-size:14px;line-height:20px}}.host-testimonials-section{box-sizing:border-box;flex-direction:column;align-items:center;gap:35px;width:100%;max-width:1280px;margin:0 auto;padding:80px 16px 0;display:flex;position:relative}.host-testimonials-header{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:1248px;display:flex}.host-testimonials-tag{font-family:var(--font-satoshi);color:#0052d4;letter-spacing:1.4px;text-transform:uppercase;text-align:center;font-size:14px;font-weight:700;line-height:20px}.host-testimonials-title{font-family:var(--font-satoshi);color:#0a1128;text-align:center;margin:0;font-size:36px;font-weight:900;line-height:40px}.host-testimonials-carousel{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:1248px;padding:0 48px;display:flex;position:relative}.host-testimonials-container{box-sizing:border-box;scroll-behavior:smooth;scrollbar-width:none;flex-direction:row;justify-content:flex-start;gap:32px;width:100%;padding:16px 8px;display:flex;overflow-x:hidden}.host-testimonials-container::-webkit-scrollbar{display:none}.testimonial-card{box-sizing:border-box;background:#fff;border:1px solid #f3f4f6;border-radius:24px;flex-direction:column;flex:0 0 calc(33.3333% - 21.3333px);align-items:flex-start;gap:32px;min-height:209px;padding:32px;display:flex;box-shadow:0 1px 2px #0000000d}.testimonial-quote{font-family:var(--font-satoshi);color:#4b5563;flex-grow:1;width:100%;margin:0;font-size:14px;font-style:italic;font-weight:400;line-height:20px}.testimonial-author{flex-direction:row;align-items:center;gap:16px;width:100%;display:flex}.author-avatar{object-fit:cover;border-radius:8px;flex:none;width:48px;height:48px}.author-info{flex-direction:column;align-items:flex-start;display:flex}.author-name{font-family:var(--font-satoshi);color:#0a1128;margin:0;font-size:14px;font-weight:700;line-height:20px}.author-location{font-family:var(--font-satoshi);color:#9ca3af;margin:0 0 4px;font-size:10px;font-weight:400;line-height:15px}.author-rating{flex-direction:row;gap:4px;display:flex}.star-icon{width:12px;height:12px}.carousel-btn{cursor:pointer;z-index:2;background:#fff;border:1px solid #f3f4f6;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.prev-btn{left:0}.next-btn{right:0}.carousel-btn:hover{background:#f9fafb}@media (width<=1024px){.host-testimonials-carousel{padding:0 24px}.host-testimonials-container{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:24px;padding:16px 0;overflow-x:auto}.host-testimonials-container::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;flex:0 0 calc(50% - 12px);width:auto;max-width:none}.prev-btn,.next-btn{display:none}}@media (width<=767px){.host-testimonials-carousel{padding:0 16px}.host-testimonials-container{gap:16px;padding:16px 0}.testimonial-card{scroll-snap-align:start;flex:0 0 100%;width:auto;max-width:none}}.why-seatpod-section{background:#fff;flex-direction:column;align-items:center;width:100%;padding-top:80px;display:flex;position:relative}.why-seatpod-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:72px;display:flex}.why-seatpod-tag{font-family:var(--font-satoshi);color:#1e5fae;text-transform:uppercase;letter-spacing:.05em;margin-bottom:25px;font-size:14px;font-weight:700;line-height:19px}.why-seatpod-title{font-family:var(--font-satoshi);color:#1a1f24;margin:0;font-size:30px;font-weight:700;line-height:41px}.line-and-text-container{box-sizing:border-box;width:100%;max-width:1240px;margin:0 auto;padding:0 40px;position:relative}.timeline-wrapper{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.timeline-progress{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;margin-bottom:25px;padding:0 92.5px;display:flex;position:relative}.timeline-line{z-index:1;border-top:1px dashed #1e5fae;height:0;position:absolute;top:50%;left:110px;right:110px;transform:translateY(-50%)}.timeline-steps{z-index:2;flex-direction:row;justify-content:space-between;width:100%;display:flex;position:relative}.timeline-step{text-align:center;flex-direction:column;align-items:center;width:220px;display:flex}.step-num-badge{display:none}.step-number{color:#fff;width:35px;height:35px;font-family:var(--font-satoshi);text-align:center;z-index:3;background:#1e5fae;border-radius:50%;justify-content:center;align-items:center;margin-bottom:0;font-size:16px;font-weight:700;line-height:35px;display:flex;position:relative}.timeline-step:hover .step-icon-container{transform:translateY(-4px);box-shadow:0 8px 16px #1e5fae1f}.step-icon{object-fit:contain;width:32px;height:32px}.step-title{font-family:var(--font-satoshi);color:#1a1f24;margin:0 0 8px;font-size:16px;font-weight:700;line-height:22px}.step-desc{font-family:var(--font-satoshi);color:#6b7280;text-align:center;white-space:normal;flex:none;order:0;justify-content:center;align-items:center;width:100%;max-width:208px;height:auto;min-height:32px;margin:0;font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:flex}.why-seatpod-banner{box-sizing:border-box;background:#f9fcff;border:1px solid #a2a2a233;border-radius:12px;justify-content:center;align-items:center;width:1240px;max-width:calc(100% - 80px);height:160px;margin-top:80px;padding:0 40px;display:flex;box-shadow:0 4px 20px #00000005}.why-seatpod-banner .banner-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.why-seatpod-banner .banner-item{flex-direction:row;align-items:center;gap:20px;display:flex}.why-seatpod-banner .banner-icon-container{border-radius:9999px;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.why-seatpod-banner .banner-icon{object-fit:contain;width:32px;height:32px}.why-seatpod-banner .banner-text{flex-direction:column;gap:4px;display:flex}.why-seatpod-banner .banner-text h4{font-family:var(--font-satoshi);color:#1a1f24;margin:0;font-size:18px;font-weight:700;line-height:24px}.why-seatpod-banner .banner-text p{font-family:var(--font-satoshi);color:#a2a2a2;white-space:normal;flex:none;order:1;width:220px;height:auto;min-height:38px;margin:0;font-size:14px;font-style:normal;font-weight:400;line-height:19px}.why-seatpod-banner .banner-divider{opacity:.1;background:#1a1f24;width:1px;height:80px}@media (width<=1200px){.why-seatpod-banner{width:100%;height:auto;padding:30px 20px}.why-seatpod-banner .banner-content{flex-wrap:wrap;justify-content:center;gap:30px}.why-seatpod-banner .banner-divider{display:none}.why-seatpod-banner .banner-item{width:45%;min-width:220px}}@media (width<=768px){.why-seatpod-section{padding-top:40px;padding-bottom:40px}.why-seatpod-header{margin-bottom:32px}.why-seatpod-tag{margin-bottom:12px}.timeline-progress{display:none}.timeline-steps{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:16px 12px;width:100%;padding:0 16px;display:grid}.timeline-step{box-sizing:border-box;background:#f9fcff;border:1px solid #a2a2a226;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:none;height:auto;min-height:180px;padding:20px 12px;display:flex}.step-num-badge{color:#fff;width:32px;height:32px;font-family:var(--font-satoshi);background:#1e5fae;border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:14px;font-weight:700;display:flex;box-shadow:0 2px 6px #1e5fae33}.step-title{margin-bottom:6px;font-size:15px;line-height:20px}.step-desc{max-width:100%;min-height:auto;font-size:12px;line-height:16px}}@media (width<=440px){.timeline-steps{grid-template-columns:1fr;gap:16px;max-width:360px;margin:0 auto}.why-seatpod-banner{max-width:calc(100% - 32px)}.why-seatpod-banner .banner-item{justify-content:flex-start;width:100%}}.hero-location{z-index:10;width:100%;min-height:700px;position:relative;overflow:visible}.hero-location .hero-image-mask{pointer-events:none;width:1175px;max-width:100%;height:100%;position:absolute;top:-13px;left:auto;right:0;overflow:hidden}.hero-location .hero-image-mask:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fffffffa 2%,#fffc 10%,#fff6 35%,#fff0 60%);position:absolute;inset:0}.hero-location .hero-image-mask img{object-fit:cover;object-position:left center;width:100%;height:100%}.hero-location .hero-copy{z-index:5;width:618px;position:absolute;top:175px;left:max(20px,50% - 620px)}.hero-location .hero-copy h1{font-family:var(--font-satoshi);letter-spacing:-1px;color:var(--text,#1a1f24);margin:0;font-size:65px;font-weight:700;line-height:1}.hero-location .hero-copy h1 span{font-family:var(--font-satoshi);letter-spacing:-1px;color:var(--sec,#1e5fae);font-size:65px;font-weight:700;line-height:1}.hero-location .hero-copy h1 .dot{font-family:var(--font-satoshi);letter-spacing:-1px;color:var(--yellow,#ffcc3d);font-size:65px;font-weight:700;line-height:1}.hero-location .hero-subhead{width:426px;max-width:100%;font-family:var(--font-satoshi);letter-spacing:0;color:var(--text,#1a1f24);margin-top:30px;font-size:24px;font-weight:500;line-height:1.2}.hero-search-bar{align-items:center;margin-top:75px;display:flex}.hero-search-bar .search-control{background:#fff!important;border-radius:8px!important;flex:none!important;width:415px!important;max-width:none!important;padding-right:178px!important}.hero-search-bar .btn-find-seatpod{z-index:1;position:relative;color:#fff!important;background:#1e5fae!important;border-radius:8px!important;width:170px!important;height:52px!important;margin-left:-170px!important}.hero-search-bar .btn-find-seatpod:hover{background:#154c8c!important}.hero-search-bar .search-target-icon{display:none}.hero-location-card-wrapper{z-index:10;position:absolute;bottom:130px;right:max(20px,50% - 800px)}@media (width<=980px){.hero-location{flex-direction:column;gap:22px;min-height:0;padding:120px 20px 20px;display:flex}.hero-location .hero-copy{width:100%;max-width:680px;position:relative;top:auto;left:auto}.hero-location .hero-copy h1{font-size:clamp(42px,9vw,65px);line-height:1}.hero-location .hero-subhead{width:100%;margin-top:14px;font-size:clamp(18px,4vw,22px)}.hero-search-bar{flex-direction:column;gap:12px;margin-top:30px}.hero-search-bar .search-control{width:100%!important;padding-right:16px!important}.hero-search-bar .btn-find-seatpod{width:100%!important;margin-left:0!important}.hero-location-card-wrapper,.hero-location .hero-image-mask{display:none}}@media (width<=640px){.hero-location .hero-copy h1 span,.hero-location .hero-copy h1 .dot{padding:12px 0;font-size:33px;line-height:1.1}.hero-location{padding:88px 16px 16px}.hero-location .hero-copy h1{font-size:33px;line-height:1.1}.hero-location .hero-subhead{margin-top:12px;font-size:18px}.hero-search-bar{margin-top:24px}}@media (width<=1024px){.hero-search-bar{flex-direction:column;align-items:flex-start;gap:16px}.hero-search-bar .search-control{width:100%!important;padding-right:16px!important}.hero-search-bar .btn-find-seatpod{width:100%!important;margin-left:0!important}.hero-location-card-wrapper{display:none}}.hero-search-input-container{flex-direction:column;display:flex;position:relative}.hero-search-suggestions{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:415px;max-height:250px;margin:0;padding:8px 0;list-style:none;animation:.2s fadeIn;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a1f}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero-search-suggestions li{cursor:pointer;flex-direction:column;gap:2px;padding:10px 16px;transition:background .2s;display:flex}.hero-search-suggestions li:hover{background:#f8fafc}.hero-search-suggestions li .suggestion-title{font-family:var(--font-satoshi);color:#0f172a;font-size:14px;font-weight:700}.hero-search-suggestions li .suggestion-location{font-family:var(--font-satoshi);color:#64748b;font-size:11px;font-weight:400}@media (width<=1024px){.hero-search-suggestions{width:100%}}.location-list{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:80px 20px 0;display:flex}.location-list-wrapper{flex-direction:row;justify-content:center;align-items:flex-start;gap:30px;width:100%;max-width:1278px;display:flex}.location-list-container{flex-direction:column;flex:none;align-items:flex-start;gap:32px;width:939px;display:flex}.ll-filters{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:43px;display:flex}.ll-filters-left{flex-direction:row;align-items:flex-start;gap:8px;display:flex}.ll-filter-btn{height:36px;font-family:var(--font-satoshi);color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:8px 20px;font-size:14px;font-weight:700;line-height:20px;transition:all .2s;display:flex}.ll-filter-btn:hover{color:#1e293b;background:#e5ecf7}.ll-filter-btn.active{color:#fff;background:#0056d2;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.ll-filter-btn.active:hover{color:#fff;background:#0045a8}.ll-search-container{isolation:isolate;flex-direction:column;align-items:flex-start;width:256px;height:43px;display:flex;position:relative}.ll-search-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ll-search-input{box-sizing:border-box;width:100%;height:100%;font-family:var(--font-satoshi);color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex-direction:row;align-items:center;padding:11px 40px 11px 16px;font-size:14px;font-weight:400;line-height:19px;transition:border-color .15s;display:flex}.ll-search-input.has-clear-btn{padding-right:64px}.ll-search-icon{pointer-events:none;z-index:1;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ll-search-clear-btn{color:#94a3b8;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:color .15s,background-color .15s;display:flex;position:absolute;top:50%;right:34px;transform:translateY(-50%)}.ll-search-clear-btn:hover{color:#0f172a;background-color:#f1f5f9}.ll-search-result-header{font-family:var(--font-satoshi), var(--font-plus-jakarta), sans-serif;color:#0f172a;text-align:center;width:100%;margin:0;font-size:20px;font-weight:700;line-height:1.3}.ll-cards{flex-direction:column;align-items:flex-start;gap:32px;width:100%;display:flex}.ll-card{box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:row;align-items:flex-start;gap:24px;width:100%;height:auto;min-height:240px;padding:20px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ll-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.ll-card.empty{background:#f8fafc}.ll-card-img-wrapper{background:#eef2f6;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:flex-start;width:224px;min-width:224px;height:192px;display:flex;overflow:hidden}.ll-card-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ll-card-img-placeholder{background:#eef2f6;width:100%;height:100%;display:block}.ll-card-content{flex-direction:column;flex-grow:1;justify-content:space-between;align-items:flex-start;width:100%;height:100%;display:flex}.ll-card-top{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.ll-card-header{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.ll-card-title-block{flex-direction:column;align-items:flex-start;display:flex}.ll-featured-badge{background:#eff6ff;border-radius:6px;flex-direction:column;align-items:flex-start;height:19px;margin-bottom:4px;padding:2px 8px;display:flex}.ll-featured-badge span{font-family:var(--font-satoshi);color:#0056d2;font-size:10px;font-weight:700;line-height:15px}.ll-card-title{flex-direction:row;align-items:center;gap:12px;display:flex}.ll-card-title h3{font-family:var(--font-satoshi);color:#0f172a;margin:0;font-size:20px;font-weight:700;line-height:28px}.ll-card-title .pilot{font-family:var(--font-satoshi);color:#94a3b8;font-size:14px;font-weight:400;line-height:20px}.ll-card-location{font-family:var(--font-satoshi);color:#64748b;margin-top:4px;font-size:14px;font-weight:400;line-height:20px}.ll-card-heart{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ll-card-heart svg{stroke:#cbd5e1;stroke-width:2px;fill:none}.ll-card-badges{flex-direction:row;align-items:center;gap:16px;display:flex}.ll-status-badge{border-radius:4px;flex-direction:row;align-items:center;height:25px;padding:4px 8px;display:flex}.ll-status-badge.active{color:#15803d;background:#dcfce7}.ll-status-badge.low-stock{color:#b45309;background:#fef3c7}.ll-status-badge.empty{color:#be123c;background:#ffe4e6}.ll-status-badge span{font-family:var(--font-satoshi);font-size:11px;font-weight:700;line-height:16px}.ll-icon-badge{flex-direction:row;align-items:center;gap:4px;display:flex}.ll-icon-badge svg{width:12px;height:12px}.ll-icon-badge span{font-family:var(--font-satoshi);color:#64748b;font-size:11px;font-weight:900;line-height:16px}.ll-card-bottom{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;margin-top:24px;display:flex}.ll-card-progress{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.ll-progress-text{flex-direction:row;justify-content:space-between;align-items:baseline;width:100%;display:flex}.ll-progress-text .count{font-family:var(--font-satoshi);color:#1e293b;font-size:14px;font-weight:700;line-height:20px}.ll-progress-text .label{font-family:var(--font-satoshi);color:#94a3b8;margin-left:28px;font-size:12px;font-weight:700;line-height:16px}.ll-progress-text .percentage{font-family:var(--font-satoshi);color:#16a34a;margin-left:auto;font-size:12px;font-weight:700;line-height:16px}.ll-progress-text .percentage.low-stock{color:#d97706}.ll-progress-text .percentage.empty{color:#e11d48}.ll-progress-bar-bg{background:#f1f5f9;border-radius:9999px;width:100%;height:8px;position:relative;overflow:hidden}.ll-progress-bar-fill{border-radius:9999px;height:100%;position:absolute;top:0;left:0}.ll-progress-bar-fill.active{background:#22c55e}.ll-progress-bar-fill.low-stock{background:#f59e0b}.ll-progress-bar-fill.empty{background:0 0}.ll-card-actions{flex-direction:row;align-items:flex-start;gap:8px;display:flex}.ll-btn-primary{height:38px;font-family:var(--font-satoshi);color:#fff;cursor:pointer;white-space:nowrap;background:#0056d2;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:9px 24px;font-size:14px;font-weight:700;line-height:20px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.ll-btn-primary:hover{background:#0045a8;box-shadow:0 4px 12px #0056d226}.ll-btn-primary:active{transform:scale(.97)}.ll-btn-secondary{box-sizing:border-box;height:38px;font-family:var(--font-satoshi);color:#0056d2;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0056d2;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:8px 24px;font-size:14px;font-weight:700;line-height:20px;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.ll-btn-secondary:hover{color:#0045a8;background:#0056d20d;border-color:#0045a8}.ll-btn-secondary:active{transform:scale(.97)}.ll-btn-secondary:disabled{color:#94a3b8;cursor:not-allowed;pointer-events:none;background:0 0;border-color:#cbd5e1}.ll-btn-notify{color:#475569;background:#e2e8f0;border:1px solid #cbd5e1;transition:all .2s cubic-bezier(.16,1,.3,1)}.ll-btn-notify:hover{color:#1e293b;background:#cbd5e1;border-color:#94a3b8}.ll-btn-directions-disabled{color:#64748b;cursor:not-allowed;border:1px solid #cbd5e1}.ll-footer{flex-direction:row;justify-content:flex-end;align-items:center;width:100%;height:46px;margin-top:32px;display:flex;position:relative}.ll-live-status{flex-direction:row;align-items:center;gap:8px;display:flex;position:absolute;left:0}.ll-live-dot{background:#22c55e;border-radius:9999px;width:6px;height:6px}.ll-live-text{font-family:var(--font-satoshi);color:#94a3b8;font-size:11px;font-weight:500;line-height:16px}.ll-btn-load-more{box-sizing:border-box;height:46px;font-family:var(--font-satoshi);color:#1e5fae;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:12px;flex-direction:row;align-items:center;gap:8px;padding:12px 32px;font-size:14px;font-weight:700;line-height:20px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.ll-btn-load-more:hover{color:#1e5fae;background:#f8fafc;border-color:#cbd5e1}.ll-btn-load-more:active{transform:scale(.98)}.location-list-sidebar{flex-direction:column;flex:none;gap:23px;width:309px;display:flex}.ll-sidebar-map{background:#fff;border:1px solid #f1f5f9;border-radius:32px;width:309px;height:417px;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.ll-map-bg{background-image:url(/assets/5a4b6e13acff90b30d6ce8973ccb962f6e055f34-CviRC42A.png);background-position:50%;background-size:cover;width:1196px;height:638px;position:absolute;top:0;right:-175px}.ll-map-pin{filter:drop-shadow(0 4px 3px #0000001a)drop-shadow(0 10px 8px #0000000a);flex-direction:column;align-items:center;width:32px;height:32px;display:flex;position:absolute;transform:translate(-50%,-100%)}.ll-map-pin-inner{background:#0056d2;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;transform:rotate(-45deg)}.ll-map-pin-inner svg{transform:rotate(45deg)}.ll-map-controls{flex-direction:column;align-items:flex-start;gap:8px;width:40px;height:88px;padding:0;display:flex;position:absolute;bottom:25px;right:25px}.ll-map-btn{width:40px;height:40px;font-family:var(--font-satoshi);color:#1e293b;cursor:pointer;background:#fff;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:24px;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ll-sidebar-features{box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:flex-start;gap:24px;width:309px;height:302px;padding:24px;display:flex;box-shadow:0 25px 50px -12px #00000040}.ll-sidebar-features h3{width:259px;height:28px;font-family:var(--font-satoshi);color:#0f172a;margin:0;font-size:20px;font-weight:900;line-height:28px}.ll-feature-list{flex-direction:column;align-items:flex-start;gap:24px;width:259px;display:flex}.ll-feature-item{flex-direction:row;align-items:flex-start;gap:16px;width:259px;display:flex}.ll-feature-icon{border-radius:9999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ll-feature-text{flex-direction:column;flex:1;align-items:flex-start;gap:4px;display:flex}.ll-feature-text h4{font-family:var(--font-satoshi);color:#0f172a;margin:0;font-size:16px;font-weight:700;line-height:20px}.ll-feature-text p{font-family:var(--font-satoshi);color:#64748b;margin:0;font-size:12px;font-weight:400;line-height:16px}@media (width<=1280px){.location-list-wrapper{flex-direction:column;align-items:center;gap:36px}.location-list-container{width:100%;max-width:939px}.location-list-sidebar{flex-direction:row;justify-content:space-between;gap:30px;width:100%;max-width:939px;display:flex}.ll-sidebar-map,.ll-sidebar-features{width:calc(50% - 15px)}}@media (width<=980px){.location-list{padding:100px 16px 40px}.location-list-wrapper{gap:36px}.location-list-container{gap:24px;width:100%;max-width:100%}.location-list-sidebar{flex-direction:column;gap:16px;width:100%}.ll-sidebar-map,.ll-sidebar-features{width:100%}.ll-sidebar-features{height:auto}.ll-filters{flex-direction:column;align-items:flex-start;gap:16px;height:auto}.ll-filters-left{flex-wrap:wrap;width:100%}.ll-search-container{width:100%}.ll-cards{flex-direction:column;width:100%}.ll-card{flex-direction:column;gap:16px;width:100%;height:auto;padding:16px}.ll-card-img-wrapper{width:100%;min-width:unset;height:200px;max-height:200px}.ll-card-img{object-fit:cover;object-position:center top;width:100%;height:100%}.ll-card-bottom{flex-direction:column;gap:16px}.ll-card-progress{width:100%}.ll-card-actions{flex-direction:row;gap:8px;width:100%}.ll-btn-primary,.ll-btn-secondary,.ll-card-actions button{box-sizing:border-box;text-align:center;flex:1;justify-content:center;align-items:center;min-width:0;display:flex;padding:8px 6px!important;font-size:13px!important}}@media (width<=640px){.location-list{padding:40px 12px 32px}.ll-filters{gap:12px}.ll-filter-btn{padding:6px 12px;font-size:12px}.ll-search-input{padding:9px 32px 9px 12px;font-size:13px}.ll-card{gap:12px;padding:12px}.ll-card-content{padding:0}.ll-card-img-wrapper{width:100%;min-width:unset;height:220px;max-height:220px}.ll-card-img{object-fit:cover;object-position:center top;width:100%;height:100%}.ll-card-title h3{font-size:16px}.ll-card-location{font-size:12px}.ll-card-actions{flex-direction:row;gap:6px;width:100%}.ll-card-actions button{white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;flex:1;justify-content:center;align-items:center;min-width:0;height:36px;display:flex;overflow:hidden;padding:8px 4px!important;font-size:12px!important}@media (width<=380px){.ll-card-actions button{padding:8px 2px!important;font-size:11px!important}}.ll-card-bottom{gap:12px}.ll-progress-text .label{margin-left:12px}.ll-card-badges{flex-wrap:wrap;gap:8px}.ll-sidebar-map{height:300px}.ll-sidebar-features{height:auto;padding:16px}.ll-sidebar-features h3{font-size:16px}.ll-feature-list{gap:16px}.ll-feature-item{gap:12px}.ll-feature-text h4{font-size:14px}.ll-feature-text p{font-size:11px}.ll-btn-load-more{justify-content:center;width:100%;font-size:13px}.ll-footer{flex-direction:column;justify-content:center;gap:16px;margin-top:28px;margin-bottom:24px;height:auto!important}.ll-live-status{position:relative;left:0}}.ll-map-overlay-card{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;padding:16px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:absolute;bottom:16px;left:16px;right:16px;box-shadow:0 10px 25px -5px #0f172a26,0 8px 10px -6px #0f172a26}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ll-map-overlay-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:16px;line-height:1;position:absolute;top:12px;right:12px}.ll-map-overlay-close:hover{color:#475569}.ll-map-overlay-header{flex-direction:column;gap:4px;display:flex}.ll-map-overlay-title{font-family:var(--font-satoshi);color:#0f172a;margin:0;padding-right:18px;font-size:14px;font-weight:700;line-height:20px}.ll-map-overlay-location{font-family:var(--font-satoshi);color:#64748b;margin:0;font-size:11px;font-weight:400;line-height:16px}.ll-map-overlay-body{flex-direction:column;gap:12px;display:flex}.ll-map-overlay-stats{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.ll-map-overlay-chairs{font-family:var(--font-satoshi);color:#1e293b;font-size:12px}.ll-map-overlay-status{font-family:var(--font-satoshi);border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.ll-map-overlay-status.active{color:#15803d;background:#dcfce7}.ll-map-overlay-status.low-stock{color:#b45309;background:#fef3c7}.ll-map-overlay-status.empty{color:#be123c;background:#ffe4e6}.ll-map-overlay-status.offline{color:#475569;background:#f1f5f9}.ll-map-overlay-btn-primary{width:100%;height:36px;font-family:var(--font-satoshi);color:#fff;cursor:pointer;background:#0056d2;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.ll-map-overlay-btn-primary:hover{background:#0045a8}.ll-map-overlay-btn-primary.disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.ll-card.selected{background:#f8fafc;border-color:#0056d2;box-shadow:0 10px 25px -5px #0056d214,0 8px 10px -6px #0056d214}@media (width>=981px){.ll-map-overlay-card{display:none!important}}.nm-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s cubic-bezier(.16,1,.3,1) nm-fadeIn;display:flex;position:fixed;top:0;left:0}.nm-container{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:440px;max-width:90%;padding:36px;animation:.35s cubic-bezier(.16,1,.3,1) nm-slideUp;position:relative;box-shadow:0 25px 50px -12px #0f172a40}.nm-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.nm-close-btn:hover{color:#475569;background:#f1f5f9}.nm-header{text-align:center;margin-bottom:28px}.nm-header h2{font-family:var(--font-satoshi), sans-serif;color:#0f172a;margin-bottom:8px;font-size:24px;font-weight:900;line-height:32px}.nm-header p{font-family:var(--font-satoshi), sans-serif;color:#64748b;font-size:14px;line-height:20px}.nm-error-banner{color:#be123c;font-family:var(--font-satoshi), sans-serif;text-align:left;background:#ffe4e6;border:1px solid #fecdd3;border-radius:8px;margin-bottom:20px;padding:10px 14px;font-size:13px;font-weight:500}.nm-field-group{text-align:left;flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.nm-field-group label{font-family:var(--font-satoshi), sans-serif;color:#475569;font-size:13px;font-weight:700}.nm-field-group input{box-sizing:border-box;height:44px;font-family:var(--font-satoshi), sans-serif;color:#1e293b;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:12px 16px;font-size:14px;transition:all .2s}.nm-field-group input:focus{border-color:#0056d2;box-shadow:0 0 0 3px #0056d21a}.nm-field-group input::placeholder{color:#94a3b8}.nm-submit-btn{width:100%;height:46px;font-family:var(--font-satoshi), sans-serif;color:#fff;cursor:pointer;background:#0056d2;border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:28px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.nm-submit-btn:hover{background:#0045a8}.nm-submit-btn:disabled{cursor:not-allowed;background:#94a3b8}.nm-success-state{text-align:center;flex-direction:column;align-items:center;padding:12px 0;display:flex}.nm-success-icon-wrapper{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.nm-success-state h3{font-family:var(--font-satoshi), sans-serif;color:#1e293b;margin-bottom:12px;font-size:22px;font-weight:900}.nm-success-state p{font-family:var(--font-satoshi), sans-serif;color:#64748b;margin-bottom:28px;font-size:14px;line-height:22px}.nm-success-close-btn{height:42px;font-family:var(--font-satoshi), sans-serif;color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;padding:10px 32px;font-size:14px;font-weight:700;transition:all .2s}.nm-success-close-btn:hover{background:#16a34a}.nm-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite nm-spin}@keyframes nm-spin{to{transform:rotate(360deg)}}@keyframes nm-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes nm-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-container{flex-direction:column;min-height:100vh;display:flex}.contact-main{background-color:#fff;flex:1}.contact-hero{background:url(/assets/cdf3eb41326fadeb46f36785631989ded3e75a21-vBezWJ-A.png) 50%/cover no-repeat;align-items:center;height:657px;display:flex;position:relative}.contact-hero:before{content:"";background:linear-gradient(270deg,#ffffffb3 0%,#ffffffe6 100%);position:absolute;inset:0}.contact-hero-content{z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0 100px;position:relative}.contact-title{font-family:var(--font-satoshi);letter-spacing:-1px;color:#1a1f24;max-width:537px;margin-bottom:16px;font-size:clamp(40px,5vw,65px);font-style:normal;font-weight:700;line-height:1.1}.contact-subtitle{font-family:var(--font-satoshi);color:#4b5563;max-width:462px;font-size:clamp(16px,2vw,18px);font-style:normal;font-weight:400;line-height:1.5}.contact-container{max-width:1240px;margin:0 auto}.form-grid{grid-template-columns:370px 1fr;align-items:flex-start;gap:60px;display:grid}.contact-sidebar{flex-direction:column;padding-bottom:40px;display:flex}.contact-tag{font-family:var(--font-satoshi);letter-spacing:.5px;text-transform:uppercase;color:#1e5fae;background:#eff6ff;border-radius:4px;align-items:center;width:max-content;margin-bottom:16px;padding:4px 12px;font-size:10px;font-weight:700;line-height:1.5;display:inline-flex}.contact-sidebar-title{font-family:var(--font-satoshi);color:#0f172a;margin-bottom:8px;font-size:30px;font-style:normal;font-weight:900;line-height:1.2}.contact-sidebar-desc{font-family:var(--font-satoshi);color:#64748b;margin-bottom:32px;font-size:14px;font-style:normal;font-weight:400;line-height:1.43}.contact-feature{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.feature-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.feature-icon.bg-blue{background:#eff6ff}.feature-icon.bg-green{background:#ecfdf5}.feature-icon.bg-purple{background:#faf5ff}.feature-text h3{font-family:var(--font-satoshi);color:#0f172a;font-size:14px;font-weight:700;line-height:1.43}.feature-text p{font-family:var(--font-satoshi);color:#64748b;font-size:12px;font-weight:400;line-height:1.33}.contact-link{font-family:var(--font-satoshi);color:#1e5fae;font-size:12px;font-weight:900;text-decoration:none}.contact-form-area{background:#fff;border:1px solid #f3f4f6;border-radius:24px;padding:32px;box-shadow:0 4px 6px -1px #0000000d}.contact-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;display:flex}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;font-family:var(--font-satoshi);color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;outline:none;padding:13px 16px;font-size:14px;font-weight:400;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#6b7280}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e5fae}.form-group textarea{resize:vertical}.upload-box{cursor:pointer;background:#f8fafc;border:2px dashed #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px;transition:border-color .2s;display:flex}.upload-box:hover{border-color:#1e5fae}.upload-box p{font-family:var(--font-plus-jakarta);color:#475569;text-align:center;font-size:14px;font-weight:500}.upload-box span{font-family:var(--font-satoshi);color:#94a3b8;letter-spacing:-.3px;text-transform:uppercase;font-size:12px;font-weight:400}.btn-submit{color:#fff;font-family:var(--font-satoshi);cursor:pointer;background:#1e5fae;border:none;border-radius:16px;width:100%;padding:16px 0;font-size:16px;font-weight:700;transition:background .2s}.contact-info-cards{background:#eff6ff;border-radius:24px;flex-direction:column;gap:12px;padding:40px;display:flex}.contact-tag.bg-blue-light{background:#dbeafe}.info-title{font-family:var(--font-satoshi);color:#0f172a;margin-bottom:8px;font-size:30px;font-weight:900}.info-desc{font-family:var(--font-satoshi);color:#475569;margin-bottom:16px;font-size:14px;font-weight:400}.info-card-list{flex-direction:column;gap:12px;display:flex}.info-card{cursor:pointer;background:#fff;border-radius:24px;align-items:center;gap:16px;padding:16px;transition:transform .2s;display:flex;box-shadow:0 1px 2px #0000000d}.info-card-icon svg{width:16px;height:16px}.info-card-text h3{font-family:var(--font-satoshi);color:#0f172a;font-size:10px;font-weight:700}.info-card-text p{font-family:var(--font-satoshi);color:#64748b;font-size:10px;font-weight:400}.faq-header h2{font-family:var(--font-satoshi);color:#0f172a;font-size:24px;font-weight:900}.faq-item{cursor:pointer;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.faq-item h3{font-family:var(--font-satoshi);color:#0f172a;font-size:14px;font-weight:700}.contact-banner-wrapper{padding:0 100px 60px}.contact-banner{background:#eff6ff;border-radius:24px;justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:40px;display:flex}.banner-left{align-items:center;gap:24px;display:flex}.banner-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.banner-text h2{font-family:var(--font-satoshi);color:#0f172a;margin-bottom:4px;font-size:24px;font-weight:900}.banner-text p{font-family:var(--font-satoshi);color:#475569;font-size:16px;font-weight:500}.btn-contact{font-family:var(--font-satoshi);color:#1e5fae;cursor:pointer;background:#fff;border:2px solid #0052e04d;border-radius:16px;padding:12px 32px;font-size:16px;font-weight:700;transition:background .2s}.btn-contact:hover{background:#f8fafc}@media (width<=1024px){.contact-hero-content{padding:0 40px}.contact-form-section,.contact-bottom-section,.contact-banner-wrapper{padding-left:40px;padding-right:40px}.form-grid{grid-template-columns:1fr;gap:40px}.contact-banner{text-align:center;flex-direction:column;gap:24px}.banner-left{flex-direction:column}}@media (width<=768px){.form-row{flex-direction:column}.contact-hero-content{padding:0 20px}.contact-form-section,.contact-bottom-section,.contact-banner-wrapper{padding-left:20px;padding-right:20px}.faq-header{flex-direction:column;align-items:flex-start;gap:12px}}#contact-hero{background:#fff;min-height:590px;position:relative;overflow:hidden}.hero-wave-divider{z-index:1;width:100%;line-height:0;position:absolute;bottom:0;left:0}#contact-hero .how-badge-tag{font-family:var(--font-satoshi);color:#1e5fae;letter-spacing:0;margin-top:1.5rem;margin-bottom:10px;font-size:14px;font-weight:500;line-height:19px}#contact-hero .hero-copy{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1240px;padding:0 40px;display:flex;top:140px;left:50%;transform:translate(-50%)}#contact-hero h1{font-family:var(--font-satoshi);letter-spacing:-1px;color:#1a1f24;margin-bottom:24px;font-size:65px;font-style:normal;font-weight:700;line-height:1}#contact-hero h1 span{font-family:var(--font-satoshi);letter-spacing:-1px;color:#1e5fae;font-size:65px;font-weight:700;line-height:1}#contact-hero h1 .dot{font-family:var(--font-satoshi);letter-spacing:-1px;color:#ffc857;font-size:65px;font-weight:700;line-height:1}#contact-hero .hero-subhead{font-family:var(--font-satoshi);color:#4b5563;width:100%;max-width:600px;height:auto;margin-bottom:40px;font-size:20px;font-style:normal;font-weight:400;line-height:30px}.help-cards-row{flex-flow:wrap;justify-content:center;align-items:stretch;gap:16px;width:100%;max-width:1240px;padding:0;display:flex}.help-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;flex:none;align-items:center;width:200px;min-height:200px;padding:24px 20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #0000000d,0 0 0 1px #0000000d}.help-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.help-card-icon-bg{border-radius:20px;flex-direction:row;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:flex}.help-card-icon-bg img{object-fit:contain;width:28px;height:28px}.help-card-title{font-family:var(--font-satoshi);text-align:center;color:#0f172a;align-items:center;margin:0 0 8px;font-size:15px;font-style:normal;font-weight:700;line-height:22px;display:flex}.help-card-desc{font-family:var(--font-satoshi);text-align:center;color:#64748b;align-items:center;margin:0;font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:flex}.bg-orange-light{background:#fff7ed}.bg-indigo-light{background:#eef2ff}@media (width<=1180px){#contact-hero .hero-copy{width:100%;max-width:820px}}@media (width<=1180px) and (width>=981px){#contact-hero{min-height:800px}}@media (width<=980px){.hero-wave-divider{display:none}#contact-hero{flex-direction:column;gap:28px;min-height:auto;padding:100px 24px 40px;display:flex}#contact-hero .hero-copy{order:1;align-items:center;width:100%;max-width:100%;padding:0;position:relative;top:auto;left:auto;transform:none}#contact-hero .hero-image-mask{min-height:0}#contact-hero h1{margin-bottom:16px;font-size:clamp(32px,6vw,55px);line-height:1.1}#contact-hero .hero-subhead{max-width:600px;margin-bottom:28px;font-size:clamp(15px,2.5vw,18px);line-height:1.6;width:100%!important}.help-cards-row{justify-content:center;gap:12px}.help-card{width:calc(33.333% - 9px);min-width:140px;max-width:180px;min-height:170px;padding:18px 14px}}@media (width<=640px){#contact-hero{gap:16px;padding:80px 16px 32px}#contact-hero h1{margin-bottom:12px;padding:12px 0;font-size:33px;line-height:1.1}#contact-hero h1 span,#contact-hero h1 .dot{padding:12px 0;font-size:33px;line-height:1.1}#contact-hero .hero-subhead{margin-bottom:20px;font-size:15px;line-height:1.5}.help-cards-row{flex-wrap:wrap;justify-content:center;gap:10px;width:100%}.help-card{border-radius:16px;width:calc(50% - 5px);min-width:0;max-width:none;height:auto;min-height:0;padding:14px 10px}.help-card-icon-bg{border-radius:14px;width:40px;height:40px;margin-bottom:10px}.help-card-icon-bg img{width:20px;height:20px}.help-card-title{font-size:12px;line-height:18px}.help-card-desc{font-size:10px;line-height:14px}}.contact-form-section{z-index:2;background-color:#fff;justify-content:center;padding:40px 20px;display:flex;position:relative}.contact-container{flex-direction:row;justify-content:space-between;gap:40px;width:100%;max-width:1200px;display:flex}.contact-form-sidebar{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:370.67px;padding:0 0 40px;display:flex}.sidebar-tag{font-family:var(--font-satoshi);letter-spacing:.5px;text-transform:uppercase;color:#1e5fae;background:#eff6ff;border-radius:4px;flex-direction:row;align-items:flex-start;padding:4px 12px;font-size:10px;font-weight:700;line-height:15px;display:flex}.sidebar-title{font-family:var(--font-satoshi);color:#0f172a;width:100%;margin:0;font-size:30px;font-weight:900;line-height:36px}.sidebar-desc{font-family:var(--font-satoshi);color:#64748b;width:100%;margin:0;font-size:14px;font-weight:400;line-height:20px}.sidebar-features{flex-direction:column;align-items:flex-start;gap:32px;width:100%;padding:24px 0 0;display:flex}.sidebar-feature{flex-direction:row;align-items:flex-start;width:100%;display:flex}.feature-icon-bg{border-radius:16px;flex-direction:row;flex:none;justify-content:center;align-items:center;width:40px;height:40px;margin-right:16px;display:flex}.feature-icon-bg img{object-fit:contain;width:20px;height:20px}.feature-text{flex-direction:column;gap:4px;display:flex}.feature-text h4{font-family:var(--font-satoshi);color:#0f172a;margin:0;font-size:14px;font-weight:700;line-height:20px}.feature-text p{font-family:var(--font-satoshi);color:#64748b;white-space:normal;word-break:break-word;margin:0;font-size:12px;font-weight:400;line-height:16px}.feature-text a{font-family:var(--font-satoshi);color:#1e5fae;font-size:12px;font-weight:900;line-height:16px;text-decoration:none}.contact-form-area{box-sizing:border-box;width:100%;max-width:789.33px;box-shadow:none;background:#fff;border:none;border-radius:24px;flex-direction:column;align-items:flex-start;padding:8px 8px 24px;display:flex}.contact-success-message{text-align:center;box-sizing:border-box;background-color:#fff;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;margin:auto 0;padding:40px 20px;display:flex;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #0000000d,0 0 0 1px #0000000d}.contact-form{flex-direction:column;align-items:flex-start;gap:24px;width:100%;display:flex}.form-row{flex-direction:row;gap:24px;width:100%;display:flex}.form-group{flex-direction:column;flex:1;align-items:flex-start;gap:8px;width:100%;display:flex}.form-group label{font-family:var(--font-satoshi);color:#0f172a;font-size:14px;font-weight:700;line-height:20px}.form-group-header{justify-content:space-between;align-items:center;width:100%;display:flex}.char-counter{font-family:var(--font-satoshi);color:#64748b;font-size:12px;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{box-sizing:border-box;width:100%;font-family:var(--font-satoshi);color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;outline:none;flex-direction:row;align-items:center;padding:13px 16px;font-size:14px;font-weight:400;display:flex}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b7280}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#1e5fae}.contact-form input{height:47px}.custom-select-wrapper{width:100%;position:relative}.custom-select-trigger{box-sizing:border-box;width:100%;height:47px;font-family:var(--font-satoshi);color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;outline:none;flex-direction:row;justify-content:space-between;align-items:center;padding:13px 16px;font-size:14px;font-weight:400;transition:border-color .2s,box-shadow .2s;display:flex}.custom-select-trigger.is-placeholder{color:#6b7280}.custom-select-trigger:focus,.custom-select-trigger.is-open{background:#fff;border-color:#1e5fae;box-shadow:0 0 0 4px #1e5fae1a}.custom-select-trigger.error-border{border-color:#ef4444!important}.custom-select-chevron{flex-shrink:0;transition:transform .2s}.custom-select-chevron.rotated{transform:rotate(180deg)}.custom-select-dropdown{box-sizing:border-box;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;padding:6px 0;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}.custom-select-option{font-family:var(--font-satoshi);color:#0f172a;cursor:pointer;padding:12px 16px;font-size:14px;font-weight:500;transition:background-color .15s,color .15s}.custom-select-option:hover{color:#1e5fae;background-color:#eff6ff}.custom-select-option.selected{color:#fff;background-color:#1e5fae;font-weight:700}.select-wrapper{width:100%;position:relative}.contact-form textarea{resize:none;align-items:flex-start;height:146px;padding-top:12px}.upload-box{box-sizing:border-box;cursor:pointer;background:#f8fafc;border:2px dashed #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:160px;padding:32px;transition:all .2s;display:flex}.upload-box:hover{background:#f0f9ff;border-color:#1e5fae}.upload-icon-wrapper{margin-bottom:12px}.upload-box p{font-family:var(--font-plus-jakarta);text-align:center;color:#475569;margin:0 0 4px;font-size:14px;font-weight:500;line-height:20px}.upload-box span{font-family:var(--font-satoshi);letter-spacing:-.3px;text-transform:uppercase;color:#94a3b8;margin:0;font-size:12px;font-weight:400;line-height:16px}.btn-submit{cursor:pointer;width:100%;height:56px;font-family:var(--font-satoshi);color:#fff;background:#1e5fae;border:none;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;padding:16px 0;font-size:16px;font-weight:700;line-height:24px;transition:background-color .2s;display:flex}.btn-submit:hover{background:#154580}.bg-blue-light{background:#eff6ff}.bg-green-light{background:#ecfdf5}.bg-purple-light{background:#faf5ff}@media (width<=980px){.contact-container{flex-direction:column}.contact-form-sidebar{max-width:100%}.form-row{flex-direction:column}}@media (width<=768px){.contact-form-section{padding:32px 16px}.contact-form-sidebar{gap:12px}.sidebar-features{gap:20px}.sidebar-title{font-size:24px;line-height:30px}}@media (width<=640px){.contact-form-section{padding:24px 16px 40px}.contact-container{gap:28px}.sidebar-title{font-size:22px;line-height:28px}.sidebar-features{gap:16px;padding-top:16px}.feature-icon-bg{border-radius:12px;width:36px;height:36px;margin-right:12px}.upload-box{height:auto;min-height:120px;padding:20px 16px}.upload-box p{font-size:13px}.upload-box span{font-size:10px}.btn-submit{height:50px;font-size:15px}.contact-form-area{padding:0}}@media (width<=480px){.contact-form input,.contact-form select,.contact-form textarea{padding:11px 14px;font-size:13px}.contact-form input,.contact-form select{height:44px}.contact-form textarea{height:120px}.form-group label{font-size:13px}}.contact-form input.error-border,.contact-form select.error-border,.contact-form textarea.error-border{border-color:#ef4444!important}.contact-form input.error-border:focus,.contact-form select.error-border:focus,.contact-form textarea.error-border:focus{border-color:#ef4444!important;box-shadow:0 0 0 1px #ef4444!important}.contact-bottom-section{background:#fff;padding:60px clamp(20px,6vw,100px)}.faq-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:40px;display:grid}.contact-info-cards{background:linear-gradient(90deg,#eff6fff2 0%,#eff6ff4d 100%),url(/assets/Light%20Blue%20SeatPod-zGcVDpIZ.png) 50%/cover no-repeat;border:1px solid #eff6ff;border-radius:24px;min-height:501px;padding:40px}.contact-info-content{flex-direction:column;gap:12px;width:100%;max-width:320px;display:flex}.contact-tag.bg-blue-light{font-family:var(--font-satoshi);box-sizing:border-box;letter-spacing:.5px;text-transform:uppercase;color:#1e5fae;background:#dbeafe;border-radius:4px;align-items:center;width:max-content;height:23px;padding:4px 12px;font-size:10px;font-weight:700;line-height:15px;display:inline-flex}.info-title{font-family:var(--font-satoshi);color:#0f172a;width:100%;max-width:320px;min-height:72px;margin:0;font-size:30px;font-weight:900;line-height:36px}.info-desc{font-family:var(--font-satoshi);color:#475569;width:100%;max-width:320px;min-height:40px;margin:0;font-size:18px;font-weight:600;line-height:20px}.info-card-list{flex-direction:column;gap:12px;padding:28px 0 0;display:flex}.info-card{cursor:pointer;background:#fff;border-radius:24px;justify-content:space-between;align-items:center;padding:16px;transition:transform .2s;display:flex;box-shadow:0 1px 2px #0000000d}.info-card:hover{transform:translateY(-2px)}.info-card-left{align-items:center;gap:16px;display:flex}.info-card-icon{background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.info-card-text{flex-direction:column;flex:1;gap:2px;display:flex}.info-card-text h3{font-family:var(--font-satoshi);color:#0f172a;margin:0;font-size:10px;font-weight:700}.info-card-text p{font-family:var(--font-satoshi);color:#64748b;margin:0;font-size:10px;font-weight:400}.info-card-arrow{color:#1e5fae}.faq-accordion{flex-direction:column;display:flex}.faq-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.faq-header h2{font-family:var(--font-satoshi);color:#0f172a;margin:0;font-size:24px;font-weight:900}.view-all-link{font-family:var(--font-satoshi);color:#1e5fae;align-items:center;gap:4px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.faq-list{flex-direction:column;display:flex}.faq-list-container{width:100%}.faq-category{text-align:left;width:100%;margin-bottom:24px}.faq-category-title{font-family:var(--font-satoshi);color:#1e5fae;margin:0 0 12px;padding-top:16px;font-size:20px;font-weight:900}.faq-item{border-bottom:1px solid #e5e7eb;flex-direction:column;width:100%;display:flex}.faq-item-header{cursor:pointer;text-align:left;justify-content:space-between;width:100%;padding:16px 0;display:flex}.faq-item-header h3{font-family:var(--font-satoshi);color:#0f172a;text-align:left;flex:1;margin:0;padding-right:16px;font-size:14px;font-weight:700}.faq-item-body{overflow:hidden}.faq-item-content{font-family:var(--font-satoshi);color:#475569;text-align:left;padding-bottom:16px;font-size:14px;line-height:1.5}@media (width<=1024px){.faq-grid{grid-template-columns:1fr;gap:32px}.contact-info-cards,.contact-info-content,.info-title,.info-desc{max-width:100%}}@media (width<=768px){.contact-bottom-section{padding:40px 20px}.contact-info-cards{min-height:auto;padding:24px}.faq-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px}.faq-header h2{font-size:20px}}@media (width<=640px){.contact-bottom-section{padding:32px 16px}.info-title{min-height:auto;font-size:22px;line-height:28px}.info-desc{min-height:auto;font-size:15px;font-weight:700}.info-card-list{gap:10px;padding-top:20px}.info-card{padding:12px}.faq-item h3{font-size:13px}}@media (width<=480px){.info-title{font-size:24px;line-height:30px}}.scroll-to-top-btn{background:var(--primary,#1e5fae);color:#fff;cursor:pointer;z-index:99;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(16px)scale(.9);box-shadow:0 4px 16px #1e5fae59}.scroll-to-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-to-top-btn:hover{background:var(--secondary,#123d74);transform:translateY(-3px)scale(1.05);box-shadow:0 6px 20px #123d7473}.scroll-to-top-btn:active{transform:translateY(0)scale(.95)}@media (width<=768px){.scroll-to-top-btn{width:42px;height:42px;bottom:24px;right:20px}}.rent-banner-section{justify-content:center;margin-top:0;padding:0;display:flex}.rent-banner-card{isolation:isolate;box-sizing:border-box;background:#eff6ff;border-radius:40px;flex-direction:row;justify-content:space-between;align-items:center;width:1240px;height:203px;padding:40px;display:flex;position:relative;overflow:hidden}.rb-bg-shape{z-index:0;background:#dbeafe4d;border-radius:9999px;width:100%;height:424px;position:absolute;top:-192px;left:83.33%}.rb-content{z-index:1;flex-direction:column;align-items:flex-start;gap:16px;width:435.89px;max-width:448px;height:123px;padding:0;display:flex}.rb-text-wrap{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.rb-text-wrap h2{width:284.41px;height:40px;font-family:var(--font-plus-jakarta);color:#001b3d;align-items:center;margin:0;padding-top:8px;font-size:34px;font-style:normal;font-weight:800;line-height:40px;display:flex}.rb-text-wrap p{width:435.89px;height:59px;font-family:var(--font-plus-jakarta);color:#64748b;align-items:center;margin:0;font-size:18px;font-style:normal;font-weight:400;line-height:29px;display:flex}.rb-image-mask{z-index:2;width:393px;height:203px;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 0%,#0000 100%);mask-image:linear-gradient(270deg,#000 0%,#0000 100%)}.rb-image{object-fit:cover;border-radius:0 40px 40px 0;width:100%;height:100%;position:absolute}@media (width<=1280px){.rent-banner-card{width:90%}}@media (width<=1024px){.rent-banner-section{padding:0 16px}.rent-banner-card{border-radius:30px;width:100%;height:auto;padding:32px}.rb-bg-shape{display:none}.rb-content{width:100%;max-width:100%;height:auto;margin-bottom:20px}.rb-text-wrap{width:100%}.rb-text-wrap h2{width:100%;height:auto;font-size:28px;line-height:34px}.rb-text-wrap p{width:100%;height:auto;font-size:16px;line-height:24px}.rb-image-mask{border-radius:16px;width:100%;height:200px;margin-top:0;position:relative}.rb-image{border-radius:16px}}@media (width<=980px){.rent-banner-section{padding:0 12px}.rent-banner-card{border-radius:24px;flex-direction:column;height:auto;padding:28px}.rb-image-mask{border-radius:16px;width:100%;height:200px;margin-top:20px;position:relative}.rb-image,.rb-gradient-overlay{border-radius:16px}.rb-text-wrap h2,.rb-text-wrap p,.rb-content{width:auto;height:auto}.rb-text-wrap h2{font-size:clamp(22px,5vw,28px)}.rb-text-wrap p{font-size:clamp(14px,3vw,16px)}}@media (width<=640px){.rent-banner-section{padding:0 8px}.rent-banner-card{border-radius:16px;gap:0;padding:20px}.rb-content{width:100%}.rb-text-wrap{gap:12px}.rb-text-wrap h2{padding-top:0;font-size:20px;line-height:26px}.rb-text-wrap p{font-size:14px;line-height:20px}.rb-text-wrap p br{display:none}.rb-image-mask{border-radius:12px;height:150px;margin-top:16px}.rb-image,.rb-gradient-overlay{border-radius:12px}}@media (width<=480px){.rent-banner-section{padding:0 6px}.rent-banner-card{border-radius:12px;padding:16px}.rb-text-wrap h2{font-size:18px;line-height:24px}.rb-text-wrap p{font-size:13px;line-height:18px}.rb-image-mask{height:120px}}.rent-checkout-section{width:100%;min-height:100vh;font-family:var(--font-plus-jakarta);-webkit-font-smoothing:antialiased;background:#fff;padding:120px 20px 60px}.rent-checkout-container{align-items:flex-start;gap:32px;max-width:1240px;margin:0 auto;display:flex;position:relative;transform:translateZ(0)}.checkout-left-column{flex-direction:column;flex:1;gap:32px;max-width:816px;display:flex;transform:translateZ(0)}.back-link{color:#0057e7;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:-16px;padding:0;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;display:flex}.checkout-header h1{color:#1e5fae;margin:0 0 8px;font-size:36px;font-weight:800}.checkout-header p{color:#64748b;margin:0;font-size:16px;font-weight:400}.checkout-location-card{isolation:isolate;box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:row;align-items:center;gap:16px;width:100%;min-height:130px;padding:16px;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.clc-img-container{z-index:0;border-radius:16px;flex-direction:column;flex:none;order:0;justify-content:center;align-items:flex-start;width:128px;height:96px;padding:0;display:flex;overflow:hidden}.clc-img-container img{object-fit:cover;width:100%;height:100%}.img-placeholder{border-radius:inherit;color:#94a3b8;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#f0f4f8 0%,#e8edf2 100%);border:1.5px dashed #cbd5e1;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:flex}.img-placeholder span{font-family:var(--font-plus-jakarta,sans-serif);letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;font-size:10px;font-weight:600}.img-placeholder--hidden,.ss-img .img-placeholder span{display:none}.clc-details-container{box-sizing:border-box;z-index:1;flex-direction:column;flex:1;order:1;align-items:flex-start;gap:8px;width:100%;min-width:0;padding:0 85px 0 0;display:flex}.icon-margin-right{margin-right:6px}.receipt-total-row{border-top:1px solid #f1f5f9;margin-top:16px;padding-top:16px}.receipt-total-label{color:#001b3d;font-weight:700}.receipt-total-value{color:#0057e7;font-size:18px;font-weight:800}.btn-done{justify-content:center;width:100%;height:48px;font-size:15px}.checkout-error-msg{color:#e63946;align-items:center;margin-top:-8px;margin-bottom:16px;font-size:.875rem;font-weight:500;display:flex}.checkout-error-dot{margin-right:6px;font-size:1.1rem}.clc-col-1,.clc-row-1{flex-flow:wrap;order:0;align-self:stretch;align-items:center;gap:8px;width:100%;padding:0;display:flex}.clc-title{max-width:100%;font-family:var(--font-plus-jakarta);color:#001b3d;white-space:normal;word-break:break-word;overflow-wrap:break-word;flex:none;order:0;font-size:20px;font-style:normal;font-weight:700;line-height:1.3}.clc-badge{white-space:nowrap;background:#eff6ff;border-radius:4px;flex-direction:column;flex:none;order:1;align-items:flex-start;width:auto;height:auto;padding:2px 8px;display:flex}.clc-badge-text{width:auto;height:auto;font-family:var(--font-plus-jakarta);text-transform:uppercase;color:#1e5fae;white-space:nowrap;flex:none;order:0;align-items:center;font-size:10px;font-style:normal;font-weight:700;line-height:15px;display:flex}.clc-row-2{flex-direction:row;order:1;align-self:stretch;align-items:center;gap:6px;width:100%;padding:0;display:flex}.clc-icon-location{flex:none;order:0;width:16px;height:16px}.clc-address{font-family:var(--font-plus-jakarta);color:#94a3b8;flex:1;order:1;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.clc-row-3{flex-flow:wrap;order:2;align-self:stretch;align-items:center;gap:16px;width:100%;padding:4px 0 0;display:flex}.clc-distance-container{flex-direction:row;flex:none;order:0;align-items:center;height:20px;padding:0 8px 0 0;display:flex}.clc-distance{height:20px;font-family:var(--font-plus-jakarta);color:#10b981;white-space:nowrap;flex:none;order:0;align-items:center;font-size:14px;font-style:normal;font-weight:700;line-height:20px;display:flex}.clc-status-container{flex-direction:row;flex:none;order:1;align-items:center;gap:8px;height:16px;padding:0;display:flex}.clc-status-dot{background:#10b981;border-radius:9999px;flex:none;order:0;width:8px;height:8px}.clc-status-text{height:16px;font-family:var(--font-plus-jakarta);color:#64748b;white-space:nowrap;flex:none;order:1;align-items:center;font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:flex}.clc-availability-container{z-index:3;flex:none;order:3;width:64px;height:82px;position:relative}.clc-circle{isolation:isolate;flex-direction:row;justify-content:center;align-items:center;width:64px;height:64px;padding:0;display:flex;position:absolute;top:0;left:0}.clc-progress-ring{width:64px;height:64px;position:absolute;transform:rotate(-90deg)}.clc-progress-bg{fill:#0000;stroke:#e2e8f0;stroke-width:4px}.clc-progress-val{fill:#0000;stroke:#10b981;stroke-width:4px;stroke-linecap:round;transition:stroke-dashoffset .5s}.clc-circle-text{width:33.41px;height:14px;font-family:var(--font-plus-jakarta);color:#001b3d;z-index:1;justify-content:center;align-items:center;font-size:14px;font-style:normal;font-weight:700;line-height:14px;display:flex}.clc-circle-label{width:52.48px;height:12px;font-family:var(--font-plus-jakarta);text-transform:uppercase;color:#10b981;justify-content:center;align-items:center;font-size:8px;font-style:normal;font-weight:700;line-height:12px;display:flex;position:absolute;top:68px;left:50%;transform:translate(-50%)}.checkout-form{flex-direction:column;gap:32px;display:flex}.form-row{gap:16px;display:flex}.form-row-3 .input-group,.form-row-2 .input-group{flex:1}.input-group{flex-direction:column;gap:4px;display:flex}.input-group label{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:800}.input-group input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;padding:13px 16px 14px;font-size:16px}.input-with-icon{align-items:center;width:100%;display:flex}.input-group input::placeholder{color:#6b7280}.input-group input:focus{border-color:#1e5fae}.checkout-section-box{flex-direction:column;gap:16px;display:flex}.checkout-section-box h3{color:#001b3d;margin:0;font-size:18px;font-weight:700}.duration-options{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.duration-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:16px;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.duration-card:hover{border-color:#cbd5e1}.duration-card.selected{background:#f0f7ff;border:1.5px solid #1e5fae}.dur-icon-wrapper{background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;display:flex;position:relative}.duration-card.selected .dur-icon-wrapper{background:#eff6ff}.dur-icon-wrapper img{object-fit:contain;width:20px;height:20px}.dur-icon-wrapper.dur-bg-cyan{background:#ecfeff}.dur-icon-wrapper.dur-bg-green{background:#ecfdf5}.dur-icon-wrapper.dur-bg-purple{background:#eef2ff}.dur-check{color:#fff;z-index:4;background:#1e5fae;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:7.2px}.dur-label{width:109px;height:32px;font-family:"Plus Jakarta Sans", var(--font-plus-jakarta);text-align:center;color:#334155;flex-direction:column;flex:none;order:0;justify-content:center;align-items:center;margin-bottom:4px;font-size:14px;font-style:normal;font-weight:700;line-height:20px;display:flex}.dur-sublabel{font-family:"Plus Jakarta Sans", var(--font-plus-jakarta);color:#94a3b8;text-align:center;align-items:center;font-size:9px;font-style:normal;font-weight:500;line-height:11px;display:flex}.dur-price{font-family:var(--font-plus-jakarta);color:#0f172a;align-items:center;font-size:16px;font-style:normal;font-weight:800;line-height:24px;display:flex}.duration-card.selected .dur-price{color:#1e5fae}.dur-popular-badge{color:#1e5fae;background:#eff6ff;border-radius:10px;margin-top:8px;padding:2px 8px;font-size:10px;font-weight:700}.add-chairs-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:center;margin-top:8px;padding:16px;display:flex;box-shadow:0 1px 2px #0000000d}.add-chairs-left{color:#1a1f24;align-items:center;gap:12px;font-size:16px;font-weight:400;display:flex}.add-chairs-text-wrapper{flex-direction:column;gap:2px;display:flex}.chair-capacity-subtext{color:#64748b;font-size:13px;font-weight:400;display:block}.add-chair-icon{object-fit:contain;width:55px;height:55px;transform:scaleX(-1)}.chair-counter{align-items:center;gap:12px;display:flex}.cnt-btn{color:#1e5fae;cursor:pointer;background:0 0;border:1px solid #1e5fae;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cnt-val{text-align:center;width:20px;font-size:14px;font-weight:600}.chair-type-info-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;margin-top:0;padding:16px;transition:all .2s;display:flex}.chair-card-header{align-items:flex-start;gap:16px;width:100%;display:flex}.chair-card-image-wrapper{flex-shrink:0}.chair-card-img{object-fit:cover;border:1px solid #cbd5e1;border-radius:8px;width:78px;height:81px}.chair-card-img-placeholder{color:#1e5fae;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;width:78px;height:81px;font-size:20px;font-weight:700;display:flex}.chair-card-main-info{flex-direction:column;flex:1;justify-content:flex-start;gap:8px;min-width:0;display:flex}.chair-card-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chair-card-name{color:#0f172a;word-break:break-word;white-space:normal;font-size:16px;font-weight:700}.chair-card-brand{color:#64748b;word-break:break-word;white-space:normal;background-color:#e2e8f0;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.chair-card-specs-grid{color:#475569;flex-wrap:wrap;gap:8px 14px;margin-top:0;font-size:13px;display:flex}.spec-item{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.spec-item-full{white-space:normal;word-break:break-word}.spec-label{color:#334155;font-weight:700}.spec-value{color:#475569}.chair-counter-wrapper{flex-shrink:0;align-self:center}.chair-description-section{border-top:1px solid #e2e8f0;margin-top:4px;padding-top:10px}.btn-toggle-description{color:#1e5fae;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-family:inherit;font-size:13px;font-weight:600;transition:color .2s;display:inline-flex}.btn-toggle-description:hover{color:#0f3d7a;text-decoration:underline}.desc-info-icon{color:#1e5fae}.chair-description-content{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;padding:12px 14px;font-size:13px;line-height:1.5;animation:.2s ease-in-out fadeIn}.chair-other-details-grid{flex-wrap:wrap;gap:8px 16px;font-style:normal;display:flex}.chair-description-text{color:#64748b;font-style:italic}.chair-other-details-grid+.chair-description-text{border-top:1px dashed #e2e8f0;margin-top:8px;padding-top:8px}.chair-description-content p{margin:0}.payment-options{gap:16px;display:flex}.payment-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex:1;align-items:center;gap:16px;min-height:92px;padding:16px;display:flex;position:relative}.payment-card.selected{background:#eff6ff;border:2px solid #1e5fae}.pm-icon-wrapper{background:#fff;border:1px solid #f1f5f9;border-radius:8px;flex:none;justify-content:center;align-items:center;width:48px;height:40px;display:flex}.pm-card-icon{object-fit:contain;width:24px;height:24px}.pm-details{flex-direction:column;width:151.83px;display:flex}.pm-label{font-family:var(--font-plus-jakarta);color:#001b3d;font-size:16px;font-weight:700;line-height:24px}.pm-desc{font-family:var(--font-plus-jakarta);color:#64748b;font-size:12px;font-weight:400;line-height:16px}.pm-cards-list{opacity:.6;flex-direction:row;align-items:flex-start;gap:4px;width:151.83px;padding:4px 0 0;display:flex}.pm-cards-list img{object-fit:contain;width:12px;max-width:151.83px;height:12px}.pm-check{color:#fff;z-index:2;background:#1e5fae;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:14px;right:14px}.card-details-form{flex-direction:column;gap:16px;padding-top:8px;display:flex}.card-details-form h4{color:#001b3d;margin:0;font-size:14px;font-weight:700}.stripe-card-wrapper{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;padding:13px 16px 14px;transition:border-color .2s}.stripe-card-wrapper:focus-within{border-color:#1e5fae}.card-details-form{margin-top:20px}.card-details-heading{font-family:var(--font-satoshi), sans-serif;color:#0f172a;margin:0 0 16px;font-size:18px;font-weight:700;line-height:24px}.card-details-fields{flex-direction:column;gap:16px;display:flex}.card-field-group{flex-direction:column;gap:6px;width:100%;display:flex}.card-field-label{font-family:var(--font-satoshi), sans-serif;text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-size:12px;font-weight:700;display:block}.card-field-input-box{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;min-height:48px;padding:12px 14px;transition:border-color .2s,box-shadow .2s;display:flex}.card-field-input-box:focus-within{border-color:#0056d2;box-shadow:0 0 0 3px #0056d21a}.card-field-input-box.error-border{border-color:#ef4444!important}.card-field-input{color:#0f172a;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.card-field-input::placeholder{color:#94a3b8;font-size:14px}.card-field-input-box .StripeElement{width:100%}.card-field-row-split{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;display:grid}@media (width<=580px){.card-field-row-split{grid-template-columns:1fr 1fr}}.card-secure-banner{box-sizing:border-box;background:#f0f7ff;border:1px solid #e0edff;border-radius:10px;align-items:center;gap:10px;margin-top:4px;padding:12px 16px;display:flex}.card-secure-banner span{font-family:var(--font-satoshi), sans-serif;color:#334155;font-size:13px;font-weight:500}.checkout-footer{flex-direction:column;align-items:center;gap:16px;margin-top:16px;display:flex}.mobile-footer{display:none}.btn-pay{color:#fff;width:100%;font-family:var(--font-plus-jakarta);cursor:pointer;background:#1e5fae;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;padding:16px;font-size:18px;font-style:normal;font-weight:700;line-height:28px;transition:opacity .2s;display:flex}.btn-unlock-icon{object-fit:contain;width:20px;height:20px}.btn-pay:hover{opacity:.9}.checkout-subtitle-warning{color:#7f1d1d;background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;margin-top:12px;padding:12px 16px;font-size:14px;line-height:1.5}.pricing-logic-notice{color:#334155;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;font-size:14px;line-height:1.6}.pricing-logic-notice p{margin:0 0 10px}.pricing-logic-notice ul{color:#0f172a;margin:0 0 12px;padding-left:20px;list-style-type:disc;list-style-position:outside}.pricing-logic-notice li{margin-bottom:6px}.pricing-logic-notice li strong{display:inline-block}.pricing-logic-subtext{font-size:13px;color:#64748b!important;margin-bottom:12px!important}.pricing-examples{color:#475569;background-color:#f1f5f9;border-radius:6px;padding:10px 14px;font-size:13px}.pricing-examples p{margin:0!important}.overdue-disclaimer{background-color:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:flex-start;gap:10px;margin-top:12px;padding:10px 14px;display:flex}.od-icon{font-size:14px;line-height:1.4}.od-text{color:#92400e;font-size:13px;line-height:1.4}.od-text strong{color:#78350f}.terms-checkbox-container{flex-direction:column;width:100%;display:flex}.terms-checkbox-label{cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:4px;display:flex}.terms-checkbox-input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.terms-checkbox-custom{background-color:#fff;border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:all .2s;display:inline-flex}.terms-checkbox-input:checked~.terms-checkbox-custom{color:#fff;background-color:#1e5fae;border-color:#1e5fae}.terms-checkbox-input:focus~.terms-checkbox-custom{box-shadow:0 0 0 3px #1e5fae33}.terms-text{font-family:var(--font-plus-jakarta), sans-serif;color:#475569;text-align:left;flex:1;margin:0;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;display:block!important}.terms-text a,.terms-link{text-underline-offset:2px;color:#1e5fae!important;font-weight:600!important;line-height:inherit!important;font-size:inherit!important;white-space:normal!important;word-break:normal!important;text-decoration:underline!important;display:inline!important}.terms-text a:hover,.terms-link:hover{color:#0f3d7a!important}.terms-error-msg{margin-top:4px;font-size:12px;display:block}.checkout-sidebar{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;gap:24px;width:392px;padding:24px;display:flex;box-shadow:0 1px 2px #0000000d}.checkout-sidebar h3{color:#001b3d;margin:0;font-size:20px;font-weight:700}.summary-station{gap:16px;display:flex}.ss-img{border-radius:8px;width:80px;height:64px;overflow:hidden}.ss-img img{object-fit:cover;width:100%;height:100%}.ss-img img,.ss-img{-webkit-user-select:none;user-select:none}.ss-info{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;display:flex}.ss-info h4.ss-title{font-family:var(--font-plus-jakarta);color:#001b3d;text-align:left;margin:0;padding:0;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.ss-meta{font-family:var(--font-plus-jakarta);color:#64748b;text-align:left;margin:0;padding:0;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.ss-id{font-family:var(--font-plus-jakarta);letter-spacing:.5px;text-transform:uppercase;color:#94a3b8;text-align:left;margin-top:2px;padding:0;font-size:10px;font-style:normal;font-weight:700;line-height:15px}.summary-calculation{border-top:1px solid #f8fafc;flex-direction:column;gap:12px;padding-top:16px;display:flex}.calc-row{justify-content:space-between;align-items:center;display:flex}.calc-label-wrap{align-items:center;gap:4px;display:flex}.calc-label{font-family:var(--font-plus-jakarta);color:#64748b;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.calc-info-icon{width:12px;height:12px}.calc-price{font-family:var(--font-plus-jakarta);color:#001b3d;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.summary-total{border-top:2px dashed #f1f5f9;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.tot-label{color:#001b3d;font-size:18px;font-weight:700}.tot-price{color:#1e5fae;font-size:24px;font-weight:900}.summary-hold-disclaimer{color:#1e40af;overflow-wrap:anywhere;word-break:break-word;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 14px;font-size:15px;line-height:1.5;display:flex}.summary-hold-disclaimer>div{width:100%;min-width:0}.hold-calc-subtext{opacity:.85;overflow-wrap:anywhere;word-break:break-word;margin-top:3px;font-size:14px}.cancellation-policy{background:#ecfdf5;border-radius:16px;gap:12px;padding:16px;display:flex}.cp-icon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cp-icon img{width:20px;height:20px}.cp-text{flex-direction:column;justify-content:center;display:flex}.cp-text h4{font-family:var(--font-plus-jakarta);color:#065f46;margin:-1px 0 0;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.cp-text p{font-family:var(--font-plus-jakarta);color:#059669;margin:.75px 0 0;font-size:10px;font-style:normal;font-weight:400;line-height:14px}.how-it-works-list{border-top:1px solid #f8fafc;padding-top:24px}.how-it-works-list h4{letter-spacing:.7px;color:#001b3d;margin:0 0 16px;font-size:14px;font-weight:700}.hiw-steps{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.hiw-steps li{gap:16px;display:flex}.hiw-num{color:#1e5fae;border:2px solid #1e5fae;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.hiw-content h5{font-family:var(--font-plus-jakarta);color:#001b3d;margin:0 0 4px;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.hiw-content p{font-family:var(--font-plus-jakarta);color:#64748b;margin:0;font-size:10px;font-style:normal;font-weight:400;line-height:16px}.hiw-help-row{border-top:1px solid #f8fafc;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.hiw-help-icon{border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hiw-help-icon img{width:16px;height:16px}.hiw-help-text{flex-direction:column;display:flex}.hiw-help-title{font-family:var(--font-plus-jakarta);color:#001b3d;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.hiw-help-link{font-family:var(--font-plus-jakarta);color:#1e5fae;align-items:center;gap:4px;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-decoration:none;display:flex}@media (width<=1024px){.rent-checkout-section{padding:120px 16px 40px}.rent-checkout-container{gap:24px}.checkout-left-column{max-width:100%}.checkout-location-card{flex-direction:row;width:100%;max-width:100%;height:auto;padding:16px}.clc-img-container{flex:none;width:140px;height:95px}.clc-details-container{box-sizing:border-box;width:100%;height:auto;padding-right:80px}.clc-row-1,.clc-row-2,.clc-row-3{width:100%}.clc-availability-container{margin-top:12px}.checkout-sidebar{width:100%;max-width:100%}}@media (width<=980px){.rent-checkout-section{padding:120px 16px 40px}.rent-checkout-container{flex-direction:column;align-items:stretch;gap:24px}.checkout-left-column{gap:24px;max-width:100%;padding-top:12px}.checkout-header h1{font-size:clamp(24px,6vw,36px)}.checkout-header p{font-size:14px}.checkout-location-card{flex-direction:row;width:100%;max-width:100%;height:auto;position:relative}.clc-img-container{border-radius:16px;flex:none;width:140px;height:95px;overflow:hidden}.clc-details-container{box-sizing:border-box;flex:1;gap:8px;min-width:0;height:auto;padding-right:0}.clc-row-1,.clc-row-2,.clc-row-3{width:100%}.clc-title{width:auto;font-size:18px}.clc-address{width:auto;font-size:14px}.clc-distance,.clc-status-text{font-size:13px}.clc-availability-container{width:64px;height:82px;box-shadow:none;z-index:1;background:0 0;border:none;flex-direction:column;flex:none;order:3;justify-content:center;align-self:center;align-items:center;padding:0;display:flex;position:relative;top:auto;right:auto}.checkout-form{gap:20px}.form-row,.form-row-2{flex-direction:column}.form-row-2 .input-group{width:100%!important}.input-group{width:100%}.input-group input{min-height:44px;padding:12px 14px;font-size:14px}.checkout-section-box{padding:20px}.checkout-section-box h3{margin-bottom:16px;font-size:16px}.duration-options{grid-template-columns:repeat(4,1fr);gap:12px}.duration-card{gap:8px;height:auto;padding:12px}.dur-icon-wrapper{width:32px;height:32px}.dur-label{font-size:12px}.dur-price{font-size:14px}.add-chairs-container{padding:16px}.payment-options{flex-direction:column}.payment-card{padding:14px}.pm-details{gap:6px}.pm-label{font-size:14px}.pm-desc{font-size:12px}.pm-cards-list{gap:8px;height:20px}.pm-cards-list img{height:20px}.card-details-form{padding:16px 0}.card-details-form h4{margin-bottom:12px;font-size:14px}.checkout-footer{gap:12px}.desktop-footer{display:none}.mobile-footer{display:flex}.btn-pay{height:48px;padding:14px 24px;font-size:14px}.terms-text{font-size:12px}.checkout-sidebar{gap:20px;width:100%;max-width:100%}.cs-heading{margin-bottom:16px;font-size:18px}.summary-station{gap:12px;padding:12px}.ss-img{width:80px;height:60px}.ss-title{font-size:14px}.ss-meta{font-size:12px}.ss-id{margin-top:4px;font-size:11px}.summary-calculation{gap:12px}.calc-row{padding:10px 0;font-size:13px}.summary-total{padding:14px 0}.tot-label{font-size:14px}.tot-price{font-size:18px}.cancellation-policy{gap:10px;padding:12px}.cp-icon{width:32px;min-width:32px;height:32px}.cp-text h4{margin-bottom:2px;font-size:13px}.cp-text p{font-size:11px}.how-it-works-list h4{margin-bottom:12px;font-size:13px}.hiw-steps{gap:12px}.hiw-steps li{gap:10px}.hiw-num{width:28px;height:28px;font-size:12px}.hiw-content h5{margin-bottom:2px;font-size:13px}.hiw-content p{font-size:11px}.hiw-help-row{gap:10px;margin-top:12px}.hiw-help-icon{width:24px;min-width:24px;height:24px}.hiw-help-title{margin-bottom:2px;font-size:12px}.hiw-help-link{font-size:11px}}@media (width<=640px){.rent-checkout-section{padding:88px 12px 32px}.rent-checkout-container{gap:16px}.checkout-header h1,.checkout-header h1 span,.checkout-header h1 .dot{font-size:33px;line-height:1.1}.checkout-header p{font-size:13px}.back-link{margin-bottom:-12px;font-size:12px}.checkout-location-card{flex-direction:row;align-items:center;gap:12px;padding:12px}.clc-img-container{flex:none;width:110px;height:85px}.clc-title{font-size:16px}.clc-badge-text{font-size:9px}.clc-row-3{gap:12px}.clc-distance,.clc-status-text{font-size:12px}.clc-availability-container{width:56px;height:72px;box-shadow:none;z-index:1;background:0 0;border:none;flex-direction:column;flex:none;order:3;justify-content:center;align-self:center;align-items:center;padding:0;display:flex;position:relative;top:auto;right:auto}.clc-circle{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;top:auto;left:auto}.clc-circle svg{width:48px;height:48px}.clc-circle-text{color:#0f172a;width:auto;height:auto;font-size:12px;font-weight:800}.clc-circle-label{color:#047857;letter-spacing:.3px;white-space:nowrap;width:auto;height:auto;margin-top:3px;font-size:7.5px;font-weight:800;line-height:1;position:relative;top:auto;left:auto;transform:none}.checkout-form{gap:16px}.input-group label{margin-bottom:6px;font-size:12px}.input-group input{min-height:40px;padding:10px 12px;font-size:13px}.checkout-section-box{border-radius:12px;padding:16px}.checkout-section-box h3{margin:0;font-size:14px}.duration-options{grid-template-columns:repeat(2,1fr);gap:10px}.duration-card{border-radius:12px;padding:10px}.dur-icon-wrapper{width:28px;height:28px}.dur-label{font-size:11px}.dur-price{font-size:13px}.dur-popular-badge{padding:2px 6px;font-size:10px}.add-chairs-container{border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;padding:12px}.add-chairs-left{gap:8px;font-size:13px}.add-chair-icon{width:41px;height:41px}.chair-counter{gap:6px}.cnt-btn{width:28px;height:28px;font-size:12px}.cnt-val{width:20px;font-size:13px}.chair-type-info-card{gap:8px;padding:12px}.chair-card-header{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.chair-card-image-wrapper{flex-shrink:0}.chair-card-img,.chair-card-img-placeholder{width:70px;height:78px;font-size:16px}.chair-card-main-info{flex-direction:column;flex:1;justify-content:flex-start;gap:8px;min-width:0;display:flex}.chair-card-title-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.chair-card-name{word-break:break-word;white-space:normal;font-size:15px}.chair-card-brand{word-break:break-word;white-space:normal;padding:2px 6px;font-size:11px;display:inline-block}.chair-card-specs-grid{gap:4px;margin-top:0;font-size:12px}.spec-item{font-size:12px}.chair-counter-wrapper{flex-shrink:0;align-self:center}.btn-toggle-description{font-size:12px}.chair-description-content{padding:10px 12px;font-size:12px}.payment-card{border-radius:12px;gap:10px;padding:12px}.pm-icon-wrapper{width:36px;height:36px}.pm-label{font-size:13px}.pm-desc{font-size:11px}.pm-cards-list{gap:6px;height:18px;margin-top:4px}.pm-cards-list img{height:18px}.card-details-form{padding:12px 0}.card-details-form h4{margin-bottom:10px;font-size:13px}.checkout-footer{gap:10px}.btn-pay{width:100%;height:44px;padding:12px 20px;font-size:13px}.btn-unlock-icon{width:16px;height:16px}.terms-text{font-size:11px;line-height:1.4}.checkout-sidebar{gap:16px;width:100%}.cs-heading{margin-bottom:12px;font-size:16px}.summary-station{border-radius:12px;gap:10px;padding:10px}.ss-img{border-radius:10px;width:70px;min-width:70px;height:50px}.ss-title{font-size:13px}.ss-meta-row{gap:6px}.ss-loc-icon{width:12px;height:12px}.ss-meta{font-size:11px}.ss-id{font-size:10px}.summary-calculation{gap:10px;padding:12px 0}.calc-row{padding:8px 0;font-size:12px}.calc-label,.calc-price{font-size:12px}.calc-info-icon{width:12px;height:12px}.summary-total{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:12px 0}.tot-label{font-size:13px}.tot-price{font-size:16px}.cancellation-policy{border-radius:10px;gap:8px;padding:10px}.cp-icon{width:28px;min-width:28px;height:28px}.cp-icon img{width:16px;height:16px}.cp-text h4{font-size:12px}.cp-text p{font-size:10px}.how-it-works-list{gap:12px}.how-it-works-list h4{margin-bottom:10px;font-size:12px}.hiw-steps{gap:10px}.hiw-steps li{gap:8px;padding:10px}.hiw-num{width:24px;min-width:24px;height:24px;font-size:11px}.hiw-content h5{font-size:12px}.hiw-content p{font-size:10px}.hiw-help-row{border-radius:10px;gap:8px;margin-top:10px;padding:10px}.hiw-help-icon{width:20px;min-width:20px;height:20px}.hiw-help-title{font-size:11px}.hiw-help-link{font-size:10px}.checkout-location-card{align-items:center;gap:10px;padding:12px}.clc-row-3{flex-direction:column;align-items:flex-start;gap:4px}.clc-distance-container,.clc-status-container{height:auto}.clc-status-text{white-space:normal;word-break:break-word}}@media (width<=480px){.checkout-location-card{gap:8px;padding:10px}.clc-img-container{flex:none;width:85px;height:70px}.clc-title{font-size:15px}.rent-checkout-section{padding:80px 8px 24px}.checkout-header h1{font-size:20px}.duration-options{grid-template-columns:repeat(2,1fr)}.btn-pay{height:40px;padding:10px 16px;font-size:12px}.form-row{gap:12px}.input-group input{min-height:36px;font-size:12px}}.validation-error{color:#ef4444;margin-top:4px;font-size:12px;font-weight:500;display:block}.input-group input.error-border{border-color:#ef4444!important}.input-group input.error-border:focus{border-color:#ef4444!important;box-shadow:0 0 0 1px #ef4444!important}.required-asterisk{color:#ef4444;margin-left:2px;font-weight:700}.success-page-container{box-sizing:border-box;width:100%;max-width:600px;margin:0 auto;padding:24px 16px}.success-card{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 32px;position:relative;overflow:hidden;box-shadow:0 10px 30px #001b3d0a}.success-icon-badge{background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;animation:.5s cubic-bezier(.16,1,.3,1) scaleIn,2s ease-in-out infinite pulseGlow;display:flex;box-shadow:0 0 12px #16a34a99,0 0 24px #16a34a4d,inset 0 0 12px #fff6}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.success-card h1{color:#001b3d;margin:0 0 8px;font-size:28px;font-weight:800}.success-card .success-subtext{color:#64748b;margin:0 0 32px;font-size:15px;line-height:1.5}.success-code-box{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;margin-bottom:32px;padding:24px;transition:all .2s;position:relative}.success-code-box:hover{background:#f1f5f9;border-color:#0057e7}.success-code-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:12px;font-weight:700}.success-code-value{color:#0057e7;letter-spacing:6px;margin:0 0 16px;font-family:monospace,Courier,sans-serif;font-size:36px;font-weight:800;line-height:1}.btn-copy-code{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;margin:0 auto;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.btn-copy-code:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.btn-copy-code.copied{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.success-instructions{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:32px;padding:24px}.success-instructions h3{color:#001b3d;margin:0 0 20px;font-size:16px;font-weight:700}.instruction-step{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.instruction-step:last-child{margin-bottom:0}.step-number{color:#0369a1;background:#e0f2fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:13px;font-weight:700;display:flex}.step-text{color:#475569;flex:1;margin:0;font-size:14px;line-height:1.5}.step-text strong{color:#0f172a;font-weight:700;display:inline}.success-receipt{text-align:left;border-top:1px solid #e2e8f0;margin-bottom:32px;padding-top:24px}.success-receipt h3{color:#001b3d;margin:0 0 16px;font-size:16px;font-weight:700}.receipt-row{justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.receipt-row:last-child{margin-bottom:0}.receipt-label{color:#64748b}.receipt-value{color:#0f172a;text-align:right;font-weight:600}.success-help-text{color:#94a3b8;margin-bottom:24px;font-size:13px;line-height:1.5}.success-help-text a{color:#0057e7;font-weight:600;text-decoration:none}@media (width<=640px){.success-card{border-radius:16px;padding:32px 20px}.success-card h1{font-size:24px}.success-code-value{letter-spacing:4px;font-size:30px}.receipt-row{font-size:13px}}.card-expiry-cvv-row{flex-direction:row!important;gap:16px!important;display:flex!important}.card-expiry-cvv-row .input-group{flex:1!important;width:auto!important}.custom-alert-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.custom-alert-modal{width:100%;max-width:320px;font-family:var(--font-plus-jakarta);background:#fff;border-radius:20px;padding:24px;animation:.2s ease-out modalFadeIn;box-shadow:0 10px 25px #0000001a}.custom-alert-title{color:#001b3d;margin:0 0 12px;font-size:18px;font-weight:700}.custom-alert-text{color:#475569;margin:0 0 24px;font-size:14px;font-weight:400;line-height:1.5}.custom-alert-actions{justify-content:flex-end;display:flex}.custom-alert-btn{color:#fff;cursor:pointer;background:#1e5fae;border:none;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .2s}.custom-alert-btn:hover{background:#0057e7}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.success-instructions .step-text{text-align:left;max-width:100%;min-height:26px;padding:0}.chair-full-image-link-wrapper{border-top:1px dashed #e2e8f0;margin-top:8px;padding-top:8px}.btn-view-full-image{color:#1e5fae;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline;transition:color .2s;display:inline-flex}.btn-view-full-image:hover{color:#001b3d}.chair-card-image-wrapper{border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}.chair-card-img{transition:transform .2s,opacity .2s}.chair-card-image-wrapper:hover .chair-card-img{opacity:.95;transform:scale(1.05)}.chair-image-modal-title{color:#fff;text-align:center;letter-spacing:.2px;text-shadow:0 2px 4px #0009;margin-top:14px;font-size:16px;font-weight:600}.station-error-page-container{box-sizing:border-box;width:100%;max-width:580px;margin:48px auto;padding:0 16px}.station-error-card{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #fee2e2;border-radius:24px;padding:44px 32px;position:relative;overflow:hidden;box-shadow:0 10px 30px #dc26260d,0 4px 12px #001b3d08}.station-error-icon-badge{background:#fef2f2;border:2px solid #fee2e2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;animation:.5s cubic-bezier(.16,1,.3,1) scaleIn;display:flex;box-shadow:0 0 16px #ef444426}.station-error-card h2{color:#0f172a;margin:0 0 12px;font-size:26px;font-weight:800;line-height:1.25}.station-error-card .station-error-subtext{color:#64748b;margin:0 0 24px;font-size:15px;line-height:1.6}.station-error-info-box{color:#475569;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:32px;padding:16px 20px;font-size:14px;line-height:1.5}.station-error-info-box p{margin:0}.station-error-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.station-error-actions .btn-find-station{color:#fff;cursor:pointer;background:#0057e7;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:320px;padding:14px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex}.station-error-actions .btn-find-station:hover{background:#0045b5;transform:translateY(-1px)}.station-error-actions .btn-secondary-link{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:14px;text-decoration:underline;transition:color .2s}.station-error-actions .btn-secondary-link:hover{color:#0f172a}.host-apply-section{background-color:#f8fafc;justify-content:center;width:100%;padding:80px 20px;display:flex}.host-apply-container{background:#fff;border-radius:24px;flex-direction:row;width:100%;max-width:1240px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000d}.host-apply-sidebar{color:#fff;background-color:#001349;flex-direction:column;flex:0 0 35%;padding:60px 40px;display:flex}.host-apply-sidebar-tag{font-family:var(--font-satoshi);letter-spacing:1px;text-transform:uppercase;color:#60a5fa;margin-bottom:16px;font-size:14px;font-weight:700;line-height:20px}.host-apply-sidebar-title{font-family:var(--font-satoshi);color:#fff;margin:0 0 16px;font-size:36px;font-weight:700;line-height:1.2}.host-apply-sidebar-desc{font-family:var(--font-satoshi);color:#9ca3af;margin:0 0 40px;font-size:16px;font-weight:400;line-height:24px}.host-apply-sidebar-features{flex-direction:column;gap:32px;display:flex}.host-apply-feature{flex-direction:row;align-items:flex-start;gap:16px;display:flex}.host-apply-feature-icon{background-color:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.host-apply-feature-icon-blue{color:#1e5fae;background-color:#e1efff}.host-apply-feature-icon-img{object-fit:contain;width:24px;height:24px}.host-apply-icon-demand{width:50px;height:50px}.host-apply-icon-income{width:33px;height:35px}.host-apply-icon-hassle{width:40px;height:40px}.host-apply-feature-text h4{font-family:var(--font-satoshi);color:#fff;margin:0 0 8px;font-size:18px;font-weight:700;line-height:24px}.host-apply-feature-text p{font-family:var(--font-satoshi);color:#9ca3af;margin:0;font-size:14px;font-weight:400;line-height:20px}.host-apply-back-link{color:#0057e7;cursor:pointer;font-size:14px;font-weight:700;font-family:var(--font-plus-jakarta);background:0 0;border:none;align-items:center;gap:8px;margin-bottom:24px;padding:0;display:flex}.host-apply-header-container{margin-bottom:32px}.host-apply-header-title{color:#001b3d;font-size:36px;font-weight:800;font-family:var(--font-plus-jakarta);margin:0 0 8px}.host-apply-header-desc{color:#64748b;font-size:16px;font-weight:400;font-family:var(--font-plus-jakarta);margin:0}.host-apply-form-area{background-color:#fff;flex:1;padding:60px 48px}.host-apply-form{flex-direction:column;gap:24px;display:flex}.host-apply-form-row{gap:24px;width:100%;display:flex}.host-apply-form-group{flex-direction:column;flex:1;display:flex}.host-apply-form-group label{font-family:var(--font-satoshi);color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800}.host-apply-form-group .required-asterisk{color:#ef4444}.host-apply-form-group input,.host-apply-form-group select,.host-apply-form-group textarea{width:100%;font-family:var(--font-satoshi);color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:13px 16px 14px;font-size:16px;font-weight:400;transition:all .2s}.host-apply-form-group textarea{resize:vertical;min-height:120px}.host-apply-form-group input:focus,.host-apply-form-group select:focus,.host-apply-form-group textarea:focus{background:#fff;border-color:#1e5fae;outline:none;box-shadow:0 0 0 4px #1e5fae1a}.host-apply-form-group input::placeholder,.host-apply-form-group textarea::placeholder{color:#9ca3af}.host-apply-form-group .custom-select-wrapper{width:100%;position:relative}.host-apply-form-group .custom-select-trigger{box-sizing:border-box;width:100%;height:48px;font-family:var(--font-satoshi);color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f0;border-radius:16px;outline:none;flex-direction:row;justify-content:space-between;align-items:center;padding:13px 16px;font-size:16px;font-weight:400;transition:all .2s;display:flex}.host-apply-form-group .custom-select-trigger.is-placeholder{color:#9ca3af}.host-apply-form-group .custom-select-trigger:focus,.host-apply-form-group .custom-select-trigger.is-open{background:#fff;border-color:#1e5fae;box-shadow:0 0 0 4px #1e5fae1a}.host-apply-form-group .custom-select-trigger.error-border{background:#fef2f2;border-color:#ef4444!important}.host-apply-form-group .custom-select-chevron{flex-shrink:0;transition:transform .2s}.host-apply-form-group .custom-select-chevron.rotated{transform:rotate(180deg)}.host-apply-form-group .custom-select-dropdown{box-sizing:border-box;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;padding:6px 0;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}.host-apply-form-group .custom-select-option{font-family:var(--font-satoshi);color:#0f172a;cursor:pointer;padding:12px 16px;font-size:15px;font-weight:500;transition:background-color .15s,color .15s}.host-apply-form-group .custom-select-option:hover{color:#1e5fae;background-color:#eff6ff}.host-apply-form-group .custom-select-option.selected{color:#fff;background-color:#1e5fae;font-weight:700}.host-apply-form-group .error-border{background:#fef2f2;border-color:#ef4444}.host-apply-validation-error{font-family:var(--font-satoshi);color:#ef4444;margin-top:6px;font-size:13px;font-weight:500}.host-apply-file-input-hidden{display:none}.host-apply-photo-grid{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}@media (width>=640px){.host-apply-photo-grid{grid-template-columns:repeat(4,1fr)}}.host-apply-photo-box{aspect-ratio:1;cursor:pointer;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;overflow:hidden}.host-apply-photo-box:hover{background:#f3f4f6;border-color:#d1d5db}.host-apply-photo-box.error-border{background:#fef2f2;border-color:#ef4444}.host-apply-photo-empty{color:#6b7280;font-family:var(--font-satoshi);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:8px;font-size:12px;font-weight:500;display:flex}.host-apply-photo-empty-icon{opacity:.5;width:24px;height:24px}.host-apply-photo-preview-container{width:100%;height:100%;position:relative}.host-apply-photo-preview{object-fit:cover;width:100%;height:100%}.host-apply-photo-actions{opacity:0;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:opacity .2s;display:flex;position:absolute;inset:0}.host-apply-photo-box:hover .host-apply-photo-actions{opacity:1}.host-apply-photo-replace-btn{color:#1e5fae;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-plus-jakarta);background:#fff;border:none;border-radius:6px;padding:6px 12px}.host-apply-photo-remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.host-apply-file-name{color:#1e5fae}.host-apply-btn-submit{color:#fff;width:100%;font-family:var(--font-plus-jakarta);cursor:pointer;background:#1e5fae;border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:16px;padding:16px;font-size:18px;font-weight:700;line-height:28px;transition:opacity .2s;display:flex}.host-apply-btn-submit:hover{opacity:.9}.host-apply-btn-submit:disabled{cursor:not-allowed;opacity:1;background:#9ca3af}.host-apply-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.host-apply-success-icon{color:#62d266;z-index:1;background:#cdf7e4;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;font-size:40px;display:flex;position:relative}.host-apply-success-icon:before{content:"";filter:blur(10px);z-index:-1;background:radial-gradient(circle,#62d26659 0%,#62d26626 45%,#0000 75%);border-radius:50%;animation:2s ease-in-out infinite pulseGlow;position:absolute;inset:-18px}.host-apply-success h3{font-family:var(--font-satoshi);color:#1a1f24;margin:0 0 16px;font-size:28px;font-weight:700}.host-apply-success p{font-family:var(--font-satoshi);color:#6b7280;max-width:400px;margin:0 0 32px;font-size:16px;font-weight:400;line-height:24px}@media (width<=767px){.host-apply-container{flex-direction:column}.host-apply-sidebar,.host-apply-form-area{padding:40px 32px}.host-apply-sidebar-features{flex-flow:wrap}.host-apply-feature{width:calc(50% - 16px)}}@media (width<=640px){.host-apply-section{padding:40px 16px}.host-apply-form-row{flex-direction:column;gap:24px}.host-apply-sidebar-features{flex-direction:column}.host-apply-feature{width:100%}.host-apply-form-area,.host-apply-sidebar{padding:40px 20px}.host-apply-sidebar-title{font-size:28px}}.host-apply-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.host-apply-modal-content{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:400px;padding:32px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.host-apply-modal-title{font-family:var(--font-plus-jakarta);color:#001b3d;margin:0 0 16px;font-size:24px;font-weight:700}.host-apply-modal-desc{font-family:var(--font-satoshi);color:#64748b;margin:0 0 24px;font-size:16px}.host-apply-modal-actions{justify-content:center;gap:16px;display:flex}.host-apply-modal-btn{font-family:var(--font-plus-jakarta);cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:700;transition:all .2s}.host-apply-modal-btn-cancel{color:#475569;background:#f1f5f9}.host-apply-modal-btn-cancel:hover{background:#e2e8f0}.host-apply-modal-btn-confirm{color:#fff;background:#1e5fae}.host-apply-modal-btn-confirm:hover{background:#154b8a}.pac-container{font-family:var(--font-satoshi,"Satoshi", sans-serif)!important;z-index:9999!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;min-width:280px!important;max-width:calc(100vw - 32px)!important;margin-top:4px!important;padding:4px 0!important;box-shadow:0 8px 24px #0000001f!important}.pac-item{color:#334155!important;cursor:pointer!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:0 0!important;border-top:1px solid #f1f5f9!important;padding:10px 16px!important;line-height:1.4!important;transition:background .15s!important;overflow:hidden!important}.pac-item:first-child{border-top:none!important}.pac-item:hover,.pac-item-selected{background:#eff6ff!important}.pac-item-query{color:#0f172a!important;font-size:14px!important;font-weight:700!important}.pac-matched{color:#1e5fae!important;font-weight:700!important}.pac-item>span:last-child{color:#64748b!important;font-size:12px!important;font-weight:400!important}.pac-icon{filter:brightness(0)saturate()invert(27%)sepia(80%)saturate(600%)hue-rotate(195deg)!important;margin-right:8px!important}.pac-container:after{background-image:none!important;height:0!important;padding:0!important}@media (width<=640px){.pac-container{min-width:260px!important;max-width:calc(100vw - 24px)!important}.pac-item{padding:10px 12px!important;font-size:13px!important}}.host-apply-form .chair-type-info-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;margin-top:10px;padding:16px;transition:all .2s;display:flex}.host-apply-form .chair-card-header{align-items:flex-start;gap:16px;width:100%;display:flex}.host-apply-form .chair-card-image-wrapper{border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}.host-apply-form .chair-card-img{object-fit:cover;border:1px solid #cbd5e1;border-radius:8px;width:78px;height:81px;transition:transform .2s,opacity .2s}.host-apply-form .chair-card-image-wrapper:hover .chair-card-img{opacity:.95;transform:scale(1.05)}.host-apply-form .chair-card-img-placeholder{color:#1e5fae;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;width:78px;height:81px;font-size:20px;font-weight:700;display:flex}.host-apply-form .chair-card-main-info{flex-direction:column;flex:1;justify-content:flex-start;gap:8px;min-width:0;display:flex}.host-apply-form .chair-card-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.host-apply-form .chair-card-name{color:#0f172a;word-break:break-word;white-space:normal;font-size:16px;font-weight:700}.host-apply-form .chair-card-brand{color:#64748b;word-break:break-word;white-space:normal;background-color:#e2e8f0;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.host-apply-form .chair-card-specs-grid{color:#475569;flex-wrap:wrap;gap:8px 14px;margin-top:0;font-size:13px;display:flex}.host-apply-form .spec-item{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.host-apply-form .spec-item-full{white-space:normal;word-break:break-word}.host-apply-form .spec-label{color:#334155;font-weight:700}.host-apply-form .spec-value{color:#475569}.host-apply-form .chair-description-section{border-top:1px solid #e2e8f0;margin-top:4px;padding-top:10px}.host-apply-form .btn-toggle-description{color:#1e5fae;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline;transition:color .2s;display:inline-flex}.host-apply-form .btn-toggle-description:hover{color:#0f3d7a}.host-apply-form .desc-info-icon{color:#1e5fae}.host-apply-form .chair-description-content{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;padding:12px 14px;font-size:13px;line-height:1.5;animation:.2s ease-in-out fadeIn}.host-apply-form .chair-other-details-grid{flex-wrap:wrap;gap:8px 16px;font-style:normal;display:flex}.host-apply-form .chair-description-text{color:#64748b;font-style:italic}.host-apply-form .chair-other-details-grid+.chair-description-text{border-top:1px dashed #e2e8f0;margin-top:8px;padding-top:8px}.host-apply-form .chair-description-content p{margin:0}.host-apply-form .chair-full-image-link-wrapper{border-top:1px dashed #e2e8f0;margin-top:8px;padding-top:8px}.host-apply-form .btn-view-full-image{color:#1e5fae;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline;transition:color .2s;display:inline-flex}.host-apply-form .btn-view-full-image:hover{color:#001b3d}.chair-image-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:99999;background-color:#0f172ad9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.chair-image-modal-content{flex-direction:column;justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.chair-image-modal-close{color:#fff;cursor:pointer;z-index:10;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:-48px;right:0}.chair-image-modal-close:hover{background:#fff6;transform:scale(1.1)}.chair-image-modal-body{flex-direction:column;justify-content:center;align-items:center;display:flex}.chair-image-modal-img{object-fit:contain;background-color:#fff;border-radius:12px;max-width:80vw;max-height:70vh;padding:8px;box-shadow:0 25px 50px -12px #0009}.chair-image-modal-caption{text-align:center;margin-top:14px}.chair-image-modal-title{color:#fff;letter-spacing:.2px;text-shadow:0 2px 4px #0009;margin:0;font-size:16px;font-weight:600}.modal-caption-brand{color:#94a3b8;margin:4px 0 0;font-size:13px}.host-apply-form-group .country-select input,.host-apply-form-group .react-select__input-container input,.host-apply-form-group .react-select__input{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;margin:0!important;padding:0!important}.host-apply-form-group .country-select input:focus,.host-apply-form-group .react-select__input-container input:focus,.host-apply-form-group .react-select__input:focus{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.scan-options-page{color:#0f172a;box-sizing:border-box;background:radial-gradient(at 50% 0,#e6f0fa 0%,#f4f8fc 60%,#fff 100%);flex-direction:column;min-height:100vh;display:flex}.scan-options-container{box-sizing:border-box;flex:1;justify-content:center;align-items:center;width:100%;padding:130px 20px 60px;display:flex}.scan-options-content{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:840px;display:flex}.station-header-card{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:40px;display:flex}.station-badge{color:#0369a1;letter-spacing:.5px;text-transform:uppercase;background:#e0f2fe;border:1px solid #bae6fd;border-radius:9999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.badge-sparkle{color:#0284c7}.scan-options-title{color:#001b3d;letter-spacing:-.5px;word-break:break-word;margin:0 0 12px;font-size:2.75rem;font-weight:800;line-height:1.2}.scan-options-subtitle{color:#475569;max-width:540px;margin:0 auto 16px;font-size:1.05rem;line-height:1.6}.station-location-pill{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0e2b4a0a}.station-status-bar{justify-content:center;width:100%;display:flex}.status-pill{border-radius:9999px;align-items:center;gap:10px;padding:8px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.status-pill.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.status-pill.danger{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.status-pill.loading{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}.pulse-dot{background:currentColor;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseGlowDot;box-shadow:0 0 8px}@keyframes pulseGlowDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.scan-cards-wrapper{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;width:100%;margin-bottom:24px;display:grid}.scan-card{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;padding:32px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0e2b4a0d}.scan-card-header{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:24px;display:flex}.scan-card-icon-wrapper{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex}.rent-icon-bg{color:#1e5fae;background:#eff6ff;border:1px solid #dbeafe}.return-icon-bg{color:#10b981;background:#ecfdf5;border:1px solid #d1fae5}.card-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;padding:4px 12px;font-size:.75rem;font-weight:700}.badge-active{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.badge-disabled{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5}.badge-return{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.scan-card-title{color:#001b3d;margin:0 0 10px;font-size:1.6rem;font-weight:700;line-height:1.3}.scan-card-text{color:#64748b;flex-grow:1;margin:0 0 28px;font-size:.95rem;line-height:1.5}.scan-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.action-btn-text{color:#001b3d;font-size:.95rem;font-weight:700}.scan-card-arrow{color:#1e5fae;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.rent-card:hover{border-color:#1e5fae;transform:translateY(-6px);box-shadow:0 20px 40px #1e5fae1f}.rent-card:hover .rent-icon-bg{color:#fff;background:#1e5fae}.rent-card:hover .scan-card-arrow{color:#fff;background:#1e5fae;transform:translate(4px)}.return-card:hover{border-color:#10b981;transform:translateY(-6px);box-shadow:0 20px 40px #10b9811f}.return-card:hover .return-icon-bg{color:#fff;background:#10b981}.return-card:hover .scan-card-arrow{color:#fff;background:#10b981;transform:translate(4px)}.card-unavailable{opacity:.95}.scan-notice-banner{color:#b45309;box-sizing:border-box;background:#fffbeb;border:1px solid #fde68a;border-radius:16px;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:.9rem;font-weight:500;line-height:1.4;display:flex}.notice-icon{color:#d97706;flex-shrink:0}.scan-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;box-sizing:border-box;background-color:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.scan-modal-card{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:440px;padding:36px 28px;animation:.25s cubic-bezier(.16,1,.3,1) modalFadeIn;position:relative;box-shadow:0 20px 40px #001b3d1f}.modal-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close-btn:hover{color:#0f172a;background:#e2e8f0}.modal-icon-badge{border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 20px;display:flex}.modal-icon-badge.warning{background:#fef2f2;border:1px solid #fecaca}.modal-title{color:#001b3d;margin:0 0 10px;font-size:1.35rem;font-weight:800}.modal-description{color:#475569;margin:0 0 28px;font-size:.95rem;line-height:1.5}.modal-actions{flex-direction:column;gap:12px;width:100%;display:flex}.modal-btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.modal-btn-primary{color:#fff;background:#1e5fae;box-shadow:0 4px 14px #1e5fae40}.modal-btn-primary:hover{background:#123d74;transform:translateY(-1px)}.modal-btn-secondary{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.modal-btn-secondary:hover{background:#e2e8f0}@media (width<=768px){.scan-options-container{padding:110px 16px 40px}.scan-options-title{font-size:2rem}.scan-options-subtitle{font-size:.95rem}.scan-cards-wrapper{grid-template-columns:1fr;gap:16px}.scan-card{border-radius:20px;padding:24px 20px}.scan-card-icon-wrapper{border-radius:14px;width:52px;height:52px}.scan-card-title{font-size:1.35rem}.scan-card-text{margin-bottom:20px;font-size:.9rem}.scan-modal-card{border-radius:20px;padding:28px 20px}}@media (width<=480px){.scan-options-container{padding:100px 12px 28px}.scan-options-title{font-size:1.65rem}.scan-card{padding:20px 16px}}.legal-container{max-width:1000px;font-family:var(--font-plus-jakarta), sans-serif;color:#0f172a;margin:0 auto;padding:120px 24px 60px}.legal-header{text-align:center;margin-bottom:48px}.legal-header h1{color:#001b3d;margin-bottom:8px;font-size:40px;font-weight:800}.legal-subtitle-company{color:#334155;margin-bottom:8px;font-size:18px;font-weight:700}.legal-header p{color:#64748b;margin:0;font-size:15px}.legal-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px;box-shadow:0 4px 6px -1px #0000000d}.legal-section{margin-bottom:32px}.legal-section:last-child{margin-bottom:0}.legal-section h2{color:#1e5fae;border-bottom:1px solid #f1f5f9;margin-bottom:12px;padding-bottom:8px;font-size:20px;font-weight:700}.legal-section h3{color:#0f172a;margin-top:20px;margin-bottom:8px;font-size:16px;font-weight:700}.legal-section p{color:#334155;margin-bottom:12px;font-size:15px;line-height:1.6}.legal-section ul{margin:12px 0 16px 24px;padding:0;list-style-type:disc}.legal-section li{color:#334155;margin-bottom:6px;font-size:15px;line-height:1.6}.legal-footer-note{color:#64748b;background:#f8fafc;border-left:4px solid #1e5fae;border-radius:6px;margin-top:32px;padding:16px;font-size:14px;font-style:italic}@media (width<=768px){.legal-container{padding:100px 16px 40px}.legal-header h1{font-size:32px}.legal-content{padding:24px}}@media (width<=480px){.legal-container{padding:90px 12px 30px}.legal-header h1{font-size:24px}.legal-content{border-radius:12px;padding:16px}.legal-section h2{font-size:18px}.legal-section p,.legal-section li{font-size:14px}}.about-page-container{font-family:var(--font-satoshi,sans-serif);color:#1a1f24;background-color:#fafafa}.about-hero{color:#fff;text-align:center;background:#1e5fae;padding:160px 20px 80px}.about-hero h1{margin:0 0 16px;font-size:48px;font-weight:700;line-height:1.2}.about-hero p{opacity:.9;margin:0;font-size:20px;font-weight:400}.about-content-wrapper{flex-direction:column;gap:60px;max-width:1000px;margin:0 auto;padding:120px 20px 60px;display:flex}.about-section{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #00000008}.about-section h2{color:#1e5fae;margin:0 0 24px;font-size:32px;font-weight:700;line-height:1.2}.about-section h3{color:#1a1f24;margin:0 0 16px;font-size:24px;font-weight:600}.about-section p{color:#475569;margin:0 0 16px;font-size:16px;line-height:1.6}.about-section p:last-child{margin-bottom:0}.about-how-list{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.about-step{align-items:flex-start;gap:20px;display:flex}.about-step-number{color:#fff;background:#1e5fae;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex}.about-step-content h4{color:#1a1f24;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:18px;font-weight:700}.about-step-content p{margin:0}.about-features-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.about-feature{background:#f8fafc;border-left:4px solid #1e5fae;border-radius:8px;padding:24px}.about-feature h4{color:#1a1f24;text-transform:uppercase;margin:0 0 12px;font-size:18px;font-weight:700}.about-cta{text-align:center;background:#deedff;border-radius:12px;padding:60px 40px}.about-cta h2{color:#1a1f24}.about-cta p{margin-bottom:24px;font-size:18px}.about-cta a{color:#fff;background:#1e5fae;border-radius:8px;padding:12px 32px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.about-cta a:hover{background:#154a8a}@media (width<=768px){.about-hero{padding:120px 20px 60px}.about-hero h1{font-size:36px}.about-features-grid{grid-template-columns:1fr}.about-section{padding:24px}}
/*$vite$:1*/