.ob-modal{--propellus-ink-900:#0f1730;--propellus-ink-700:#1f2244;--propellus-ink-500:#5b6478;--propellus-ink-300:#94a0b8;--propellus-ink-100:#e6e8ef;--propellus-ink-50:#f6f8fb;--ob-navy:var(--propellus-teal);--ob-navy-deep:var(--propellus-teal-700)}.ob-modal .ob-user-chip{background:var(--ob-navy);color:#fff}.ob-modal{width:100%;max-width:560px;max-height:92vh}.ob-modal--wide{max-width:1180px;height:92vh}.ob-modal--storefront{max-width:1280px;height:92vh}.ob-modal-head{display:flex;align-items:center;gap:12px;padding:14px 20px;background:var(--propellus-ink-50);border-bottom:1px solid var(--propellus-ink-100);flex:none}.ob-modal-head-main{flex:1 1;min-width:0}.ob-modal-title{font:var(--type-h5);color:var(--propellus-ink-900)}.ob-modal-sub{font:var(--type-body-sm);color:var(--propellus-ink-500);margin-top:2px}.ob-modal-body{flex:1 1;min-height:0;overflow:hidden;display:flex}.ob-modal-body--single{overflow:auto;padding:28px;flex-direction:column}.ob-modal-body--landing{overflow-y:auto;padding:0;display:block}.ob-modal-body--split{flex-direction:row}.ob-modal-foot{flex:none;padding:14px 20px;border-top:1px solid var(--propellus-ink-100);background:#fff}.ob-destination{display:flex;flex-direction:column;gap:16px;max-width:760px;margin:0 auto;width:100%}.ob-destination-intro h3{font:var(--type-h4);color:var(--propellus-ink-900);margin:0 0 6px}.ob-search{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1.5px solid var(--propellus-ink-100);border-radius:var(--radius-pill);color:var(--propellus-ink-500)}.ob-search:focus-within{border-color:var(--propellus-teal);box-shadow:0 0 0 4px rgba(0,194,203,.12)}.ob-search-input{flex:1 1;border:none;outline:none;background:transparent;font:var(--type-body);color:var(--propellus-ink-900)}.ob-destination-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:10px;gap:10px;max-height:46vh;overflow-y:auto;padding:2px}.ob-destination-card{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:1.5px solid var(--propellus-ink-100);border-radius:var(--radius-md);text-align:left;transition:border-color .15s,box-shadow .15s}.ob-destination-card:hover{border-color:var(--propellus-teal-400)}.ob-destination-card.is-selected{border-color:var(--propellus-teal);box-shadow:0 0 0 3px rgba(0,194,203,.14)}.ob-destination-name{flex:1 1;font:var(--type-body-sm);font-weight:500;color:var(--propellus-ink-900)}.ob-destination-iso{font:var(--type-caption);color:var(--propellus-ink-500)}.ob-destination-foot{display:flex;justify-content:flex-end}.ob-chat-col{flex:1 1;display:flex;flex-direction:column;min-width:0}.ob-chat-scroll{flex:1 1;overflow-y:auto;padding:28px 32px 32px;scroll-behavior:smooth}.ob-chat-inner{max-width:720px;margin:0 auto}.ob-consent-col{flex:1 1;min-width:0;overflow-y:auto;padding:28px 32px}.ob-msg{margin-bottom:24px;animation:fadeUp .3s ease-out}.ob-msg-who{gap:10px;margin-bottom:8px;font:var(--type-body-sm);font-weight:500;color:var(--propellus-ink-500)}.ob-msg-avatar,.ob-msg-who{display:flex;align-items:center}.ob-msg-avatar{width:28px;height:28px;border-radius:50%;background:var(--propellus-gradient-hero);justify-content:center;flex:none}.ob-msg-text{font:var(--type-body);color:var(--propellus-ink-900);padding-left:38px;white-space:pre-line;max-width:620px}.ob-msg.is-user{display:flex;justify-content:flex-end}.ob-user-chip{background:var(--propellus-teal);color:#fff;padding:11px 20px;border-radius:var(--radius-pill);font:var(--type-body-sm);font-weight:500;max-width:360px;word-break:break-word;gap:8px;line-height:1.25}.ob-typing,.ob-user-chip{display:inline-flex;align-items:center}.ob-typing{gap:4px;padding:10px 0}.ob-typing span{width:8px;height:8px;border-radius:50%;background:var(--propellus-ink-300);animation:ob-typing 1.2s infinite}.ob-typing span:nth-child(2){animation-delay:.15s}.ob-typing span:nth-child(3){animation-delay:.3s}@keyframes ob-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.ob-widget{display:flex;flex-direction:column;gap:12px;align-items:flex-end;margin:-6px 0 24px}.ob-widget.ob-card{align-items:stretch}.ob-card{background:#fff;border:1px solid var(--propellus-ink-100);border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-xs)}.ob-chips{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.ob-chip{background:transparent;color:var(--propellus-ink-900);border:1.5px solid var(--propellus-teal);border-radius:var(--radius-pill);padding:9px 18px;font:var(--type-body-sm);font-weight:500;transition:all .15s;line-height:1.2}.ob-chip:hover:not(:disabled){background:var(--propellus-teal);color:#fff}.ob-chip:disabled{opacity:.5;cursor:not-allowed}.ob-input{width:100%;border:1.5px solid var(--propellus-ink-100);border-radius:var(--radius-sm);padding:10px 12px;font:var(--type-body);color:var(--propellus-ink-900);background:#fff;outline:none;transition:border-color .15s}.ob-input:focus{border-color:var(--propellus-teal);box-shadow:0 0 0 3px rgba(0,194,203,.12)}.ob-input.is-invalid{border-color:var(--propellus-danger-500)}.ob-field{display:flex;flex-direction:column;gap:6px;width:100%;align-items:stretch}.ob-field label{font:var(--type-label);color:var(--propellus-ink-700)}.ob-field-msg{font:var(--type-body-sm)}.ob-field-msg,.ob-req{color:var(--propellus-danger-500)}.ob-req{margin-left:2px}.ob-req-legend{font:var(--type-caption);color:var(--propellus-ink-500)}.ob-phone-row{display:flex;gap:8px}.ob-phone-code{max-width:150px}.ob-stepper{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:6px 0}.ob-stepper span{font:var(--type-body-sm);color:var(--propellus-ink-700)}.ob-stepper button{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--propellus-ink-100);background:#fff;font-size:16px;line-height:1;color:var(--propellus-ink-700)}.ob-stepper button:hover:not(:disabled){border-color:var(--propellus-teal);color:var(--propellus-teal-dark)}.ob-stepper b{min-width:24px;text-align:center}.ob-dropzone{display:flex;align-items:center;justify-content:center;width:100%;min-height:88px;padding:16px;border:1.5px dashed var(--propellus-teal-400);border-radius:var(--radius-md);background:var(--propellus-teal-50);color:var(--propellus-teal-700);font:var(--type-body-sm);text-align:center;cursor:pointer;transition:background .15s}.ob-dropzone:hover{background:var(--propellus-teal-100)}.ob-visa-cards{display:flex;flex-direction:column;gap:10px;width:100%}.ob-visa-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--propellus-ink-100);border-radius:var(--radius-md);padding:14px 16px}.ob-visa-card-body{flex:1 1;min-width:0}.ob-visa-card-body strong{font:var(--type-h5);color:var(--propellus-ink-900)}.ob-visa-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;font:var(--type-caption);color:var(--propellus-ink-500)}.ob-visa-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.ob-visa-price{font:var(--type-h5);color:var(--propellus-ink-900)}.ob-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-pill);background:var(--propellus-teal);color:#fff;padding:11px 22px;font:var(--type-button);transition:background .15s,opacity .15s}.ob-cta:hover:not(:disabled){background:var(--propellus-teal-dark)}.ob-cta:disabled{background:var(--propellus-ink-300);cursor:not-allowed}.ob-cta-sm{padding:8px 16px;font:var(--type-label)}.ob-cta-primary{box-shadow:var(--shadow-glow-teal)}.ob-cta-ghost{background:transparent;color:var(--propellus-teal-dark);border:1.5px solid var(--propellus-teal);box-shadow:none}.ob-cta-ghost:hover:not(:disabled){background:var(--propellus-teal-50)}.ob-hint{color:var(--propellus-ink-500)}.ob-banner,.ob-hint{font:var(--type-body-sm)}.ob-banner{padding:10px 14px;border-radius:var(--radius-sm);margin:4px 0}.ob-banner.is-danger{background:var(--propellus-danger-50);color:var(--propellus-danger-500)}.ob-banner.is-warn{background:var(--propellus-warning-50);color:var(--propellus-warning-500)}.ob-banner.is-info{background:#eef6ff;color:#1f4b7a;display:flex;align-items:center;justify-content:space-between;gap:10px}.ob-reask-progress{flex:none;font-weight:600;font-size:11.5px;opacity:.85}.row-edit-wrap{display:inline-flex;align-items:center;gap:6px}.row-needs-update{flex:none;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#8a6400;background:#fff7e0;border:1px solid #f0d68a;border-radius:999px;padding:2px 7px}.ob-reask-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.28);z-index:40;padding:24px}.ob-reask-dialog{max-width:420px;width:100%;margin:0;box-shadow:0 14px 38px rgba(15,23,42,.22)}.ob-reask-list{margin:0 0 10px;-webkit-padding-start:18px;padding-inline-start:18px;display:flex;flex-direction:column;gap:4px;font-size:12.5px;color:#1f2244}.ob-reask-more{list-style:none;-webkit-margin-start:-18px;margin-inline-start:-18px;color:#5b6478;font-weight:600}.ob-reask-async{font-size:12px;color:#5b6478;margin:0 0 10px;line-height:1.45}.ob-working{display:flex;align-items:center;gap:8px;font:var(--type-body-sm);color:var(--propellus-ink-700)}.ob-score-overall{font:var(--type-h2);color:var(--propellus-teal-dark)}.ob-score-suggestions{margin:6px 0 0;padding-left:18px;font:var(--type-body-sm);color:var(--propellus-ink-700)}.ob-side{width:360px;flex:none;background:var(--propellus-ink-50);border-left:1px solid var(--propellus-ink-100);overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:14px}.ob-side-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.ob-side-head h4{font:var(--type-h5);color:var(--propellus-ink-900);margin:0}.ob-side-order{font:var(--type-caption);color:var(--propellus-ink-500)}.ob-side-rows{display:flex;flex-direction:column;gap:8px}.ob-side-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font:var(--type-body-sm)}.ob-side-row span{color:var(--propellus-ink-500)}.ob-side-row strong{color:var(--propellus-ink-900);text-align:right;word-break:break-word}.ob-progress{display:flex;flex-direction:column;gap:6px}.ob-progress-label{display:flex;justify-content:space-between;font:var(--type-caption);color:var(--propellus-ink-500)}.ob-progress-bar{height:6px;border-radius:var(--radius-pill);background:var(--propellus-ink-100);overflow:hidden}.ob-progress-bar>div{height:100%;background:var(--propellus-gradient-hero);transition:width .3s}.ob-side-consent{margin-top:auto;display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--propellus-ink-100)}.ob-side-consent-label{font:var(--type-label);color:var(--propellus-ink-700)}.ob-consent-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius-pill);font:var(--type-label);font-weight:600;width:-moz-fit-content;width:fit-content}.ob-consent-badge.tone-approved{background:var(--propellus-success-50);color:var(--propellus-success-500)}.ob-consent-badge.tone-pending{background:var(--propellus-warning-50);color:var(--propellus-warning-500)}.ob-consent-badge.tone-idle{background:var(--propellus-ink-50);color:var(--propellus-ink-500);border:1px solid var(--propellus-ink-100)}.ob-consent-step{display:flex;flex-direction:column;gap:14px;max-width:520px}.ob-consent-step h3{font:var(--type-h4);color:var(--propellus-ink-900);margin:0}.ob-consent-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--propellus-teal-50);color:var(--propellus-teal-dark)}.ob-consent-icon.is-ok{background:var(--propellus-success-50);color:var(--propellus-success-500)}.ob-submit{gap:12px;flex-wrap:wrap;justify-content:flex-end}.ob-submit,.ob-submit-hint{display:flex;align-items:center}.ob-submit-hint{gap:8px;font:var(--type-body-sm);color:var(--propellus-ink-500);margin-right:auto}.ob-submitted{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin:auto;padding:40px 0;max-width:420px}.ob-submitted-ring{width:56px;height:56px;border-radius:50%;background:var(--propellus-success-50);color:var(--propellus-success-500);display:flex;align-items:center;justify-content:center;font-size:26px}.ob-submitted h3{font:var(--type-h3);color:var(--propellus-ink-900);margin:0}.ob-submitted-sub{font:var(--type-body-sm);color:var(--propellus-ink-500);margin:-4px 0 4px}.ob-submitted-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;text-align:left;width:100%;background:var(--propellus-ink-50);border-radius:10px;padding:16px}.ob-submitted-grid label{font:var(--type-eyebrow);color:var(--propellus-ink-500);display:block;margin-bottom:2px}.ob-submitted-grid .v{font:var(--type-body-sm);font-weight:500;color:var(--propellus-ink-900)}.ob-submitted-grid .v.mono{font-family:Roboto Mono,ui-monospace,monospace}.ob-submitted-next{font:var(--type-body-sm);color:var(--propellus-ink-500);line-height:1.5}@media (max-width:900px){.ob-modal-body--split{flex-direction:column;overflow-y:auto}.ob-side{width:100%;border-left:none;border-top:1px solid var(--propellus-ink-100)}}@media (max-width:720px){.ob-destination-grid{grid-template-columns:repeat(auto-fill,minmax(min(180px,100%),1fr))}.ob-submitted-grid{grid-template-columns:1fr}}.ob-storefront{--navy:#00C2CB;--navy-deep:#007E84;--ink:#0f1730;--text:#0f1730;--muted:#5b6478;--muted-2:#94a0b8;--teal:#00C2CB;--teal-strong:#007E84;--teal-soft:#d5f3ef;--teal-ring:#9be2db;--line:#e6e8ef;--line-2:#d6d9e2;--paper:#ffffff;--bg:#ffffff;--dark:#16223a;--dark-2:#0e1932;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}.ob-storefront button{font-family:inherit;cursor:pointer;border:0;background:none}.ob-storefront a{color:inherit;text-decoration:none}.ob-storefront img{display:block;max-width:100%}.ob-storefront .topbar{background:white;border-bottom:1px solid var(--line)}.ob-storefront .topbar-inner{max-width:1280px;margin:0 auto;padding:14px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ob-storefront .brand{display:flex;align-items:center;gap:14px}.ob-storefront .brand-logo{height:36px}.ob-storefront .brand-sep{width:1px;height:26px;background:var(--line-2)}.ob-storefront .powered{display:flex;align-items:center;gap:6px;font-size:13px;color:#4a4a6a}.ob-storefront .powered .p-logo{height:22px;width:auto;display:block}.ob-storefront .topbar-right{display:flex;align-items:center;gap:22px}.ob-storefront .bdt-chip{display:inline-flex;align-items:center;gap:8px;background:transparent;padding:6px 4px;font-size:15px;color:var(--ink);font-weight:600;cursor:default}.ob-storefront .bd-flag{width:18px;height:18px;border-radius:50%;background:#006a4e;display:inline-flex;align-items:center;justify-content:center;flex:none}.ob-storefront .bd-flag:before{content:"";width:11px;height:11px;border-radius:50%;background:#f42a41;margin-left:-1px}.ob-storefront .signin-link{color:var(--navy);font-size:15px;font-weight:600;padding:6px 4px;cursor:pointer}.ob-storefront .signin-link:hover{color:var(--navy-deep);text-decoration:underline}.ob-storefront .register-btn{background:white;border:1.5px solid #1f2244;color:var(--ink);padding:9px 22px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.ob-storefront .register-btn:hover{background:#f4f5fa}.ob-storefront .page{max-width:980px;margin:0 auto;padding:64px 24px 16px;text-align:center}.ob-storefront .pill{display:inline-block;background:var(--teal-soft);color:var(--teal-strong);font-size:13px;font-weight:600;padding:7px 16px;border-radius:999px}.ob-storefront h1.title{margin:18px 0 14px;font-size:52px;font-weight:800;line-height:1.1;letter-spacing:-1px;color:var(--ink)}.ob-storefront .lede{max-width:620px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.55}.ob-storefront .where-h{margin:56px 0 22px;font-size:24px;font-weight:700;color:var(--ink)}.ob-storefront .search-bar{margin:0 auto;max-width:780px;display:flex;align-items:center;padding:10px 10px 10px 22px;background:white;border:2px solid var(--teal);border-radius:999px;box-shadow:0 6px 18px rgba(15,181,168,.08);position:relative}.ob-storefront .search-bar input.dest-invalid{color:#c0392b}.ob-storefront .dest-suggest{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:40;background:#fff;border:1px solid #e2e3ec;border-radius:14px;box-shadow:0 18px 44px rgba(15,23,42,.16);padding:6px;text-align:left;max-height:260px;overflow-y:auto}.ob-storefront .dest-opt{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:0;border-radius:10px;cursor:pointer;background:transparent;font:500 15px/1.3 inherit;color:#1f2244}.ob-storefront .dest-opt.is-active,.ob-storefront .dest-opt:focus,.ob-storefront .dest-opt:hover{background:rgba(15,181,168,.08);outline:none}.ob-storefront .dest-opt-name{flex:1 1;text-align:left}.ob-storefront .dest-opt-code{font:600 11px/1 inherit;letter-spacing:.05em;color:#8b90a0;background:#f1f2f6;padding:4px 8px;border-radius:6px}.ob-storefront .dest-empty{padding:12px 14px;font:400 13.5px/1.5 inherit;color:#8b90a0}.ob-storefront .search-bar input{flex:1 1;border:0;outline:none;background:transparent;font-size:16px;font-family:inherit;color:var(--ink);padding:14px 8px;min-width:0}.ob-storefront .search-bar input::placeholder{color:#9aa3b8}.ob-storefront .start-btn{background:var(--teal);color:white;padding:13px 22px;border-radius:999px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.ob-storefront .start-btn:hover{background:var(--teal-strong)}.ob-storefront .start-btn:disabled{opacity:.6;cursor:default}.ob-storefront .country-row{margin:22px auto 0;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ob-storefront .country-chip{display:inline-flex;align-items:center;gap:10px;padding:13px 24px;background:white;border:1px solid var(--line);border-radius:12px;font-size:15px;font-weight:600;color:var(--ink);box-shadow:0 1px 2px rgba(20,28,80,.03);cursor:pointer;transition:border-color .15s,transform .15s}.ob-storefront .country-chip:hover{border-color:var(--teal);transform:translateY(-1px)}.ob-storefront .country-chip:disabled{opacity:.6;cursor:default;transform:none}.ob-storefront .flag-emoji{font-size:18px;line-height:1}.ob-storefront .flag-emoji .of-flag{font-size:18px}.ob-storefront .ob-landing-banner{max-width:780px;margin:18px auto 0;text-align:left}.ob-storefront .ob-hint{margin:22px auto 0;color:var(--muted);font-size:14px}.ob-storefront .how{max-width:1100px;margin:0 auto;padding:80px 24px;text-align:center}.ob-storefront .how h2{margin:0 0 8px;font-size:32px;font-weight:700;color:var(--ink);letter-spacing:-.5px}.ob-storefront .how-sub{color:var(--muted);margin:0 0 56px;font-size:15px}.ob-storefront .how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px}.ob-storefront .how-card{text-align:center;position:relative;padding-top:20px}.ob-storefront .how-bubble{position:relative;width:86px;height:86px;margin:0 auto 22px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 12px 28px rgba(15,181,168,.22)}.ob-storefront .how-bubble svg{width:36px;height:36px}.ob-storefront .how-num{position:absolute;top:-6px;right:-6px;background:white;color:var(--teal-strong);border:1.5px solid var(--teal);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.ob-storefront .how-card h3{margin:0 0 10px;font-size:18px;font-weight:700;color:var(--ink)}.ob-storefront .how-card p{margin:0 auto;max-width:260px;color:var(--muted);font-size:14.5px;line-height:1.6}.ob-storefront .dark-band{background:var(--dark);color:white;padding:72px 24px 80px;text-align:center}.ob-storefront .dark-icon{width:62px;height:62px;border-radius:50%;background:var(--teal);display:inline-flex;align-items:center;justify-content:center;color:white;margin:0 auto 22px;box-shadow:0 10px 26px rgba(15,181,168,.3)}.ob-storefront .dark-icon svg{width:30px;height:30px}.ob-storefront .dark-band h2{margin:0 0 10px;font-size:32px;font-weight:700;letter-spacing:-.3px}.ob-storefront .dark-band>p{margin:0 auto;color:#a8b3c8;font-size:15.5px}.ob-storefront .checks-grid{margin:42px auto 0;max-width:760px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:64px;column-gap:64px;grid-row-gap:18px;row-gap:18px;text-align:left}.ob-storefront .check-line{display:flex;align-items:center;gap:12px;font-size:15px;color:#e2e7f0}.ob-storefront .check-line .ico{width:22px;height:22px;color:var(--teal);flex:none}.ob-storefront .foot{background:var(--dark);color:#7d8aa2;padding:24px 0 28px;border-top:1px solid rgba(255,255,255,.06);font-size:13px}.ob-storefront .foot-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;gap:24px}.ob-storefront .foot-links{display:flex;gap:32px}.ob-storefront .foot-links a:hover{color:white}@media (max-width:1024px){.ob-storefront .how-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}@media (max-width:720px){.ob-storefront .how-grid{grid-template-columns:1fr;gap:28px}.ob-storefront .how-sub{margin-bottom:32px}}