.apply-loading{text-align:center;color:var(--gray-500);padding:160px 24px 100px;font-size:1rem}.apply-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:28px;display:grid}.apply-main{min-width:0}.apply-side{align-self:start;position:sticky;top:100px}.stepper{justify-content:space-between;align-items:center;gap:8px;margin-bottom:24px;padding:0 8px;display:flex}.stepper-item{cursor:default;flex-direction:column;flex:none;align-items:center;gap:8px;display:flex}.stepper-circle{background:var(--white);border:2px solid var(--gray-200);width:40px;height:40px;color:var(--gray-500);transition:all .2s var(--ease);border-radius:50%;place-items:center;font-size:.95rem;font-weight:700;display:grid}.stepper-item.active .stepper-circle,.stepper-item.complete .stepper-circle{background:var(--gold);border-color:var(--gold);color:var(--navy)}.stepper-label{color:var(--gray-500);white-space:nowrap;text-align:center;font-size:.78rem;font-weight:600}.stepper-item.active .stepper-label,.stepper-item.complete .stepper-label{color:var(--navy)}.stepper-line{background:var(--gray-200);flex:1;height:2px;margin:0 6px;position:relative;top:-16px}.step-pane{background:var(--white);border:1px solid var(--gray-200);border-radius:24px;padding:40px;transition:box-shadow .3s;box-shadow:0 16px 48px #0a2e360f}.step-heading{font-family:var(--font-crimson),Georgia,serif;color:var(--navy);margin:0 0 8px;font-size:2rem;font-weight:800}.step-blurb{color:var(--gray-500);margin:0 0 32px;font-size:1rem;line-height:1.6}.visa-card{text-align:left;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:all .2s var(--ease);padding:22px 20px;font-family:inherit;position:relative}.visa-card:hover{border-color:var(--gold-light);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.visa-card.selected{border-color:var(--gold);background:#fffbf0;box-shadow:0 0 0 3px #d4a84326}.visa-card .icon{margin-bottom:10px;font-size:1.8rem;line-height:1}.visa-card .price{color:var(--navy);margin:8px 0;font-size:1.6rem;font-weight:700}.visa-card.selected .price{color:var(--gold-dark)}.counter-row{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);align-items:center;gap:14px;margin-bottom:6px;padding:14px 18px;display:flex}.counter-label{color:var(--navy);flex:1;font-size:.9rem;font-weight:600}.counter-btn{border:1px solid var(--gray-300);background:var(--white);width:36px;height:36px;color:var(--navy);cursor:pointer;transition:all .15s var(--ease);border-radius:50%;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.counter-btn:hover:not(:disabled){border-color:var(--gold);color:var(--gold-dark)}.counter-btn:disabled{opacity:.4;cursor:not-allowed}.counter-num{color:var(--navy);text-align:center;min-width:32px;font-size:1.2rem;font-weight:700}.counter-help{color:var(--gray-500);margin:8px 0 24px;font-size:.82rem}.traveler-tabs{border-bottom:1px solid var(--gray-200);gap:4px;margin-bottom:20px;display:flex;overflow-x:auto}.traveler-tab{color:var(--gray-500);cursor:pointer;white-space:nowrap;transition:all .15s var(--ease);background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:.86rem;font-weight:600}.traveler-tab:hover{color:var(--navy)}.traveler-tab.active{color:var(--navy);border-bottom-color:var(--gold)}.traveler-tab.complete:before{content:"✓ ";color:var(--gold-dark);font-weight:700}.traveler-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.traveler-header h4{color:var(--navy);margin:0;font-size:1.1rem;font-weight:700}.remove-btn,.btn-remove-traveler{border:1px solid var(--gray-200);color:#b91c1c;cursor:pointer;transition:all .15s var(--ease);background:0 0;border-radius:6px;padding:6px 12px;font-size:.82rem;font-weight:600}.remove-btn:hover,.btn-remove-traveler:hover{background:#fef2f2;border-color:#fecaca}.form-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-grid.cols-1{grid-template-columns:1fr}.form-field{flex-direction:column;display:flex}.form-field.full{grid-column:1/-1}.form-field label{color:var(--navy);letter-spacing:.01em;margin-bottom:8px;font-size:.86rem;font-weight:600}.form-field .optional-badge{color:var(--gray-500);margin-left:4px;font-size:.74rem;font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--navy);background:#f9fafb;border:1px solid #cdd5e0;border-radius:14px;padding:16px 18px;font-family:inherit;font-size:1rem;transition:all .25s;box-shadow:inset 0 2px 4px #0f4c5c08}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:var(--gold-dark);background:#fff;box-shadow:inset 0 2px 4px #0f4c5c0d,0 4px 12px #d4a8431a}.form-field input::placeholder,.form-field textarea::placeholder{color:#9aa3b1}.form-field textarea{resize:vertical;min-height:100px;line-height:1.55}.form-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394a3b8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:42px}.form-field select option{color:var(--navy);background:#fff;padding:10px 14px;font-weight:500}.form-field select option:disabled{color:#9aa3b1}.form-field select option:checked{color:var(--navy);background:linear-gradient(#d4a8432e,#d4a8432e);font-weight:700;box-shadow:inset 0 0 0 100px #d4a8432e}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold);background-color:#fff;outline:none;box-shadow:0 0 0 4px #d4a84340,inset 0 2px 4px #0f4c5c0d}.form-field input.error,.form-field select.error,.form-field textarea.error{background:#fef2f2;border-color:#dc2626}.form-field input.error:focus,.form-field select.error:focus,.form-field textarea.error:focus{box-shadow:0 0 0 3px #dc262626}.form-field .helper{color:var(--gray-500);margin-top:6px;font-size:.82rem;line-height:1.4}.form-field .helper.error{color:#b91c1c}.nationality-field{margin-bottom:20px}.phone-row{grid-template-columns:130px 1fr;gap:8px;display:grid}.contact-card-wrap{max-width:580px}.dropzones{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.dropzone{text-align:center;border:2px dashed var(--gold-light);border-radius:var(--radius);background:var(--gray-50);cursor:pointer;min-height:160px;transition:all .15s var(--ease);flex-direction:column;justify-content:center;align-items:center;padding:24px 18px;display:flex;position:relative}.dropzone:hover{border-color:var(--gold);background:#fffbf0}.dropzone.dragover{border-style:solid;border-color:var(--gold);background:#fff7e0}.dropzone-input{opacity:0;cursor:pointer;position:absolute;inset:0}.dropzone-inner{flex-direction:column;align-items:center;gap:4px;display:flex}.dropzone-headline{color:var(--navy);margin:4px 0 2px;font-size:.95rem;font-weight:600}.dropzone-sub{color:var(--gray-500);margin:0;font-size:.82rem}.dropzone-uploading{color:var(--gray-500);margin-top:8px;font-size:.86rem}.dropzone-error{color:#b91c1c;margin-top:8px;font-size:.82rem}.dropzone-preview{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;align-items:center;gap:12px;margin-top:10px;padding:10px 12px;display:flex}.dropzone-thumb{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:6px;flex-shrink:0;place-items:center;width:56px;height:56px;font-size:1.4rem;display:grid;overflow:hidden}.dropzone-info{text-align:left;flex:1;min-width:0}.dropzone-info .fname{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.dropzone-info .fsize{color:var(--gray-500);margin-top:2px;font-size:.8rem}.dropzone-received{color:var(--gold-dark);font-weight:600}.dropzone-clear{color:#b91c1c;cursor:pointer;width:30px;height:30px;transition:all .15s var(--ease);background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;place-items:center;font-size:1.1rem;font-weight:600;display:grid}.dropzone-clear:hover{background:#fef2f2;border-color:#fecaca}.stepper-btn-row{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;transition:all .15s var(--ease);border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.92rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-primary:hover:not(:disabled){background:var(--gold-dark);border-color:var(--gold-dark);color:var(--white)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--white);color:var(--navy);border-color:var(--gray-300)}.btn-secondary:hover:not(:disabled){background:var(--gray-50);border-color:var(--navy)}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.floating-mobile-cta{display:none}.summary-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:14px;padding:18px 20px;position:relative}.summary-card h4{color:var(--navy);margin:0 0 12px;font-size:1rem;font-weight:700}.summary-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;gap:12px;padding:7px 0;font-size:.9rem;display:flex}.summary-row:last-child{border-bottom:none;padding-bottom:0}.summary-row .lbl,.summary-row dt{color:var(--gray-500);font-weight:500}.summary-row .val,.summary-row dd{color:var(--navy);text-align:right;margin:0;font-weight:600}.summary-dim{color:var(--gray-500);font-weight:400}.summary-edit{border:1px solid var(--gray-200);background:var(--white);color:var(--navy);cursor:pointer;transition:all .15s var(--ease);border-radius:6px;padding:4px 10px;font-size:.78rem;font-weight:600;position:absolute;top:16px;right:16px}.summary-edit:hover{background:var(--gray-50);border-color:var(--gold)}.summary-edit:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.price-box{background:var(--navy);color:var(--white);border-radius:var(--radius);margin:18px 0;padding:22px 24px}.price-box .price-line{color:#ffffffd9;justify-content:space-between;padding:4px 0;font-size:.92rem;display:flex}.price-box .price-total{border-top:1px solid #fff3;justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:14px;display:flex}.price-box .price-total>span:first-child{color:var(--gold-light);font-size:.95rem;font-weight:600}.price-box .price-total .price{color:var(--gold);font-size:1.8rem;font-weight:700}.tos-row,.agree-row{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--navy);border-radius:8px;align-items:flex-start;gap:10px;margin:16px 0;padding:14px;font-size:.9rem;line-height:1.5;display:flex}.tos-row input[type=checkbox],.agree-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold);cursor:pointer;flex-shrink:0;margin-top:2px}.tos-row a,.agree-row a{color:var(--gold-dark);text-underline-offset:2px;font-weight:600;text-decoration:underline}.tos-row a:hover,.agree-row a:hover{color:var(--navy)}.error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-size:.88rem;line-height:1.5}.error-banner strong{color:#7f1d1d;margin-bottom:4px;display:block}.spinner{border:2px solid #0a2e364d;border-top-color:var(--navy);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite apply-spin;display:inline-block}@keyframes apply-spin{to{transform:rotate(360deg)}}.info-note{border:1px solid #bfe0e6;border-left:3px solid var(--navy-mid);color:var(--navy);background:#f0f8fa;border-radius:8px;margin-top:16px;padding:14px 16px;font-size:.88rem;line-height:1.55}.info-note strong{color:var(--navy)}.info-note a{color:var(--gold-dark);text-underline-offset:2px;font-weight:600;text-decoration:underline}.order-summary{background:#fff;border:1px solid #0f4c5c14;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #00000014}.os-header{background:var(--teal,#0f4c5c);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.os-header-title{letter-spacing:.01em;font-size:.95rem;font-weight:700}.os-progress{background:#fafbfc;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:flex-start;padding:16px 14px 12px;display:flex}.os-progress-item{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.os-progress-item.complete:not(:last-child):after{background:var(--gold)}.os-progress-dot{color:#94a3b8;z-index:1;width:22px;height:22px;transition:all .2s var(--ease);background:#fff;border:1.5px solid #d8dde5;border-radius:50%;place-items:center;font-size:.7rem;font-weight:700;display:grid;position:relative}.os-progress-item.complete .os-progress-dot{background:var(--gold);border-color:var(--gold);color:var(--navy)}.os-progress-item.active .os-progress-dot{background:var(--teal,#0f4c5c);border-color:var(--teal,#0f4c5c);color:#fff;box-shadow:0 0 0 3px #0f4c5c1f}.os-progress-label{letter-spacing:.02em;color:#94a3b8;text-align:center;max-width:70px;margin-top:6px;font-size:.6rem;font-weight:600;line-height:1.25}.os-progress-item.active .os-progress-label,.os-progress-item.complete .os-progress-label{color:var(--navy)}.os-body{padding:4px 18px 14px}.os-block{transition:opacity .2s var(--ease);padding:14px 0;position:relative}.os-block+.os-block{border-top:1px solid #d4a84347}.os-block-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.os-block.complete .os-block-label{color:var(--navy)}.os-check{color:#16a34a;margin-left:4px;font-size:.78rem}.os-edit{color:var(--navy);cursor:pointer;transition:all .15s var(--ease);background:0 0;border:1px solid #d8dde5;border-radius:6px;padding:3px 10px;font-size:.7rem;font-weight:600}.os-edit:hover{border-color:var(--gold);background:#d4a84314}.os-edit:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.os-block-body{flex-direction:column;gap:8px;display:flex}.os-chip{border-radius:8px;align-self:flex-start;align-items:center;gap:8px;max-width:100%;padding:8px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.os-chip-visa{background:var(--teal,#0f4c5c);color:#fff}.os-chip-icon{font-size:1rem;line-height:1}.os-chip-empty{color:var(--gold-dark);background:0 0;border:1.5px dashed #d4a8438c;font-weight:500}.os-nationality{color:var(--navy);align-items:center;gap:8px;font-size:.86rem;font-weight:600;display:flex}.os-nationality.muted{color:#cbd5e1;font-weight:500}.os-nationality-flag{font-size:1.1rem;line-height:1}.os-traveler-count{color:var(--navy);align-items:center;gap:6px;font-size:.86rem;display:flex}.os-traveler-count strong{font-size:.95rem;font-weight:700}.os-traveler-count .muted{color:#94a3b8;font-weight:500}.os-icon{font-size:.95rem;line-height:1}.os-traveler-pills{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.os-traveler-pill{color:var(--navy);background:#f7f9fc;border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:.78rem;display:flex}.os-status-dot.in-progress{background:var(--gold)}.os-status-dot.complete{background:#16a34a}.os-rows{gap:4px;margin:0;display:grid}.os-row{justify-content:space-between;gap:12px;font-size:.82rem;display:flex}.os-row dt{color:#94a3b8;margin:0;font-weight:500}.os-row dd.muted{color:#cbd5e1;font-weight:500}.os-price-row{color:var(--navy);justify-content:space-between;font-size:.88rem;font-weight:600;display:flex}.os-price-row strong{font-weight:700}.os-price-divider{background:#eef0f3;height:1px;margin:4px 0}.os-price-total{justify-content:space-between;align-items:baseline;display:flex}.os-price-total>span:first-child{color:var(--navy);font-size:.92rem;font-weight:700}.os-price-amount{font-family:var(--font-crimson),Georgia,serif;color:var(--gold-dark);font-size:1.75rem;font-weight:800;line-height:1}.os-price-fine{color:#94a3b8;margin-top:2px;font-size:.7rem}.os-price-empty{color:#94a3b8;text-align:center;background:#f7f9fc;border:1px dashed #d8dde5;border-radius:8px;padding:14px 12px;font-size:.82rem}.os-trust{background:#fafbfc;border-top:1px solid #eef0f3;justify-content:space-between;gap:6px;padding:12px 18px;display:flex}.order-summary-title,.order-summary-strip,.os-strip{display:none}@media (max-width:1024px){.apply-layout{grid-template-columns:minmax(0,1fr) 280px;gap:22px}}@media (max-width:980px){.apply-layout{grid-template-columns:minmax(0,1fr);gap:20px}.apply-side{position:static;top:auto}}@media (max-width:768px){.apply-container{padding:100px 18px 20px}.form-grid{grid-template-columns:1fr}.step-pane{padding:24px 22px}.step-heading{font-size:1.3rem}.stepper-circle{width:36px;height:36px;font-size:.86rem}.stepper-label{font-size:.72rem}.stepper-line{top:-14px}.visa-card{padding:18px 16px}.visa-card .price{font-size:1.4rem}}@media (max-width:640px){.apply-container{padding:90px 14px 20px}.apply-layout{gap:14px}.apply-main{order:2}.apply-side{order:1;margin-bottom:8px}.step-pane{border-radius:14px;padding:20px 16px}.step-heading{font-size:1.2rem}.stepper{gap:4px;padding:0 4px}.stepper-circle{width:32px;height:32px;font-size:.78rem}.stepper-label{font-size:.66rem}.stepper-line{margin:0 2px;top:-12px}.visa-cards,.dropzones{grid-template-columns:1fr;gap:12px}.order-summary{display:none}.order-summary-strip,.os-strip{background:var(--white);border:1px solid var(--gray-200);border-left:3px solid var(--gold);color:var(--navy);border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:12px;padding:10px 14px;font-size:.84rem;font-weight:600;display:flex}.order-summary-strip .strip-total,.os-strip .strip-total{color:var(--gold-dark);margin-left:auto;font-size:.95rem;font-weight:700}.stepper-btn-row{display:none}.floating-mobile-cta{z-index:5;background:var(--white);border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:8px;margin:20px -16px -20px;padding:12px 14px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 14px -4px #0000001a}.floating-mobile-cta .btn-primary,.floating-mobile-cta .btn-secondary{flex:1;justify-content:center;padding:12px 16px;font-size:.88rem}.summary-card{padding:16px}.summary-edit{padding:3px 8px;font-size:.74rem;top:14px;right:14px}.price-box{padding:18px 16px}.price-box .price-total .price{font-size:1.55rem}.phone-row{grid-template-columns:110px 1fr}}@media (max-width:480px){.step-pane{padding:18px 14px}.step-heading{font-size:1.1rem}.visa-card h3{font-size:.98rem}.visa-card .price{font-size:1.3rem}.stepper-label{font-size:.6rem}.form-field input,.form-field select,.form-field textarea{padding:10px 12px;font-size:.92rem}.phone-row{grid-template-columns:96px 1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.eligibility-banner{border:1px solid #0000;border-radius:14px;align-items:flex-start;gap:16px;max-width:920px;margin:0 auto 28px;padding:18px 22px;animation:.32s cubic-bezier(.4,0,.2,1) elig-banner-in;display:flex}.eligibility-banner-evisa{color:#14532d;background:linear-gradient(135deg,#16a34a1a 0%,#16a34a0a 100%);border-color:#16a34a4d}.eligibility-banner-exempt{color:#0f4c5c;background:linear-gradient(135deg,#0f4c5c1a 0%,#0f4c5c0a 100%);border-color:#0f4c5c4d}.eligibility-banner-emoji{flex-shrink:0;margin-top:2px;font-size:24px;line-height:1}.eligibility-banner-body{flex:1;min-width:0}.eligibility-banner-body strong{color:inherit;margin-bottom:4px;font-size:16px;font-weight:700;display:block}.eligibility-banner-body p{color:inherit;opacity:.85;margin:0;font-size:14px;line-height:1.55}@keyframes elig-banner-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.eligibility-banner{gap:12px;margin-bottom:20px;padding:14px 16px}.eligibility-banner-body strong{font-size:14.5px}.eligibility-banner-body p{font-size:13px}}.form-field.form-field-narrow{max-width:180px}@media (max-width:640px){.form-field.form-field-narrow{max-width:100%}}.apply-need-strip{background:#f5f5f3;border-bottom:1px solid #ebe9e3;justify-content:center;align-items:center;min-height:48px;padding:12px 20px;display:flex}.apply-need-inner{color:#475569;flex-wrap:wrap;align-items:center;gap:8px 18px;font-size:.82rem;font-weight:500;display:inline-flex}.apply-need-icon{font-size:1rem;line-height:1}.apply-need-sep{color:#cbd5e1}@media (max-width:640px){.apply-need-strip{padding:10px 14px}.apply-need-inner{gap:6px 12px;font-size:.76rem}}.stepper{justify-content:space-between;align-items:flex-start;gap:0;display:flex}.stepper-item{cursor:default;flex-direction:column;align-items:center;gap:.5rem;min-width:0;display:flex}.stepper-circle{width:40px;height:40px;color:var(--gray-500,#6b7280);background:#fff;border:1.5px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;line-height:1;transition:border-color .18s,background-color .18s,color .18s;display:inline-flex}.stepper-item.active .stepper-circle,.stepper-item.complete .stepper-circle{border-color:var(--gold);background:var(--gold);color:#fff}.stepper-label{color:var(--gray-500,#6b7280);text-align:center;font-size:.82rem;font-weight:500;line-height:1.2}.stepper-line{background:#d0d0d0;flex:auto;align-self:flex-start;height:2px;margin-top:19px;transition:background-color .18s}.apply-need-strip{color:#475569;background:#f5f5f3;border-bottom:1px solid #e8e8e8}.apply-need-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;max-width:1200px;margin:0 auto;padding:.6rem 1.5rem;font-size:.875rem;line-height:1.4;display:flex}.apply-need-item{white-space:nowrap;align-items:center;gap:.4rem;display:inline-flex}.apply-need-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.2em;height:1.2em;font-size:1.1rem;line-height:1;display:inline-flex}.apply-need-sep{color:#94a3b8;-webkit-user-select:none;user-select:none;margin:0 4px}.os-header-flag{font-size:1.4rem;line-height:1}.os-progress-item:not(:last-child):after{content:"";z-index:0;background:#d0d0d0;height:1.5px;position:absolute;top:10.25px;left:60%;right:-40%}.os-progress-item.active .os-progress-label{color:var(--gold-dark);font-weight:700}.os-progress-item.complete .os-progress-label{color:var(--navy)}.os-block-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;align-items:center;font-size:.66rem;font-weight:700;display:inline-flex}.os-traveler-count svg{color:var(--teal,#0f4c5c);flex-shrink:0}.os-status-dot{background:#cbd5e1;border-radius:50%;flex-shrink:0;width:8px;height:8px}.os-row-icon{vertical-align:middle;color:#94a3b8;align-items:center;margin-right:4px;display:inline-flex}.os-row-icon svg{width:11px;height:11px}.os-row{justify-content:space-between;align-items:center;gap:12px;font-size:.82rem;display:flex}.os-row dt{color:#94a3b8;align-items:center;margin:0;font-weight:500;display:inline-flex}.os-row dd{color:var(--navy);text-align:right;word-break:break-word;max-width:65%;margin:0;font-weight:600}.os-price-empty{color:#666;text-align:center;background:#f7f9fc;border:1px dashed #d8dde5;border-radius:8px;justify-content:center;align-items:center;gap:2px;padding:14px 12px;font-size:.82rem;display:flex}.os-price-empty svg{color:#666;flex-shrink:0}.os-trust{background:#fafbfc;border-top:1px solid #eef0f3;flex-wrap:wrap;justify-content:space-between;gap:6px 10px;padding:12px 18px;display:flex}.os-trust-item{color:#64748b;white-space:nowrap;align-items:center;gap:5px;font-size:.66rem;font-weight:500;display:flex}.os-trust-item svg{width:13px;height:13px;stroke:var(--gold-dark);flex-shrink:0}.visa-card{text-align:left;background:var(--white);border-radius:var(--radius);cursor:pointer;transition:transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);border:1.5px solid #d8dde5;padding:22px 20px;font-family:inherit;position:relative;overflow:hidden}.visa-card:after{content:"";background:linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);opacity:0;transform-origin:50%;height:2px;transition:opacity .2s var(--ease), transform .2s var(--ease);position:absolute;top:0;left:20px;right:20px;transform:scaleX(.6)}.visa-card:hover{border-color:var(--gold-light);transform:translateY(-3px);box-shadow:0 14px 30px -16px #d4a84359}.visa-card:hover:after{opacity:1;transform:scaleX(1)}.visa-card.selected{border:2px solid var(--gold);background:linear-gradient(160deg,#fff,#fffbf0);box-shadow:0 0 0 4px #d4a8432e}.visa-card.selected:after{opacity:1;transform:scaleX(1)}.visa-card:focus-visible{box-shadow:0 0 0 3px var(--gold);outline:none}.vc-icon-wrap{width:48px;height:48px;color:var(--gold-dark);transition:background .2s var(--ease), transform .2s var(--ease);background:linear-gradient(135deg,#d4a8432e,#d4a8430f);border:1px solid #d4a8434d;border-radius:12px;place-items:center;margin-bottom:14px;display:grid}.visa-card:hover .vc-icon-wrap{transform:scale(1.06)rotate(-4deg)}.vc-icon{font-size:1.8rem;line-height:1}.visa-card-price{align-items:flex-start;margin:4px 0 2px;line-height:1;display:inline-flex}.vc-amount{font-family:var(--font-crimson),Georgia,serif;color:var(--navy);font-size:2.4rem;font-weight:700;line-height:1}.visa-card.selected .vc-amount,.visa-card.selected .vc-currency{color:var(--gold-dark)}.vc-price-fine{color:#94a3b8;letter-spacing:.01em;margin-top:-4px;margin-bottom:10px;font-size:.7rem}@media (max-width:900px){.visa-card{padding:18px 16px}.visa-card .vc-amount{font-size:2.1rem}}@media (max-width:640px){.visa-cards{grid-template-columns:1fr;gap:12px}}@media (max-width:480px){.visa-card h3{font-size:.98rem}.visa-card .vc-amount{font-size:1.9rem}.vc-icon-wrap{width:44px;height:44px}.vc-icon{font-size:1.6rem}}.apply-shell{background:#f4f3ef;min-height:100vh;padding-bottom:64px}.apply-container{max-width:1200px;margin:0 auto;padding:32px 24px 64px}.apply-hero{color:#fff;background:#0d3b38;justify-content:center;align-items:center;min-height:480px;padding:120px 24px 56px;display:flex;position:relative;overflow:hidden}.apply-hero-bg{pointer-events:none;background-image:url(/images/hero-angkor-wat.png);background-position:50%;background-size:cover;position:absolute;inset:0}.apply-hero:after{content:"";pointer-events:none;background:linear-gradient(130deg,#0a2e36eb,#0a2e368c 55%,#0a2e36cc);position:absolute;inset:0}.apply-hero-inner{z-index:2;text-align:center;overflow-wrap:break-word;flex-direction:column;align-items:center;width:100%;max-width:640px;margin:0 auto;padding:0;display:flex;position:relative}.apply-hero-inner h1,.apply-hero-inner .apply-sub{overflow-wrap:break-word}.apply-eyebrow{color:var(--gold-light,#e0bd5a);letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#d4a8431a;border:1px solid #d4a84333;border-radius:50px;align-items:center;gap:8px;margin-bottom:14px;padding:7px 18px;font-size:12px;font-weight:500;display:inline-flex}.apply-eyebrow-dot{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s infinite apply-eyebrow-pulse;box-shadow:0 0 #4ade8099}@keyframes apply-eyebrow-pulse{0%{box-shadow:0 0 #4ade808c}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}.apply-hero h1{font-family:var(--font-crimson),Georgia,serif;color:#fff;letter-spacing:-.01em;text-shadow:0 2px 12px #00000059;margin:0 0 14px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.18}.apply-hero h1 em{color:var(--gold,#d4a843);font-style:italic}.apply-sub{color:#ffffffc7;max-width:560px;margin:0 auto 16px;font-size:16px;line-height:1.65}.apply-secondary-link{color:var(--gold-light,#e0bd5a);text-underline-offset:3px;letter-spacing:.02em;font-size:13px;text-decoration:underline;transition:color .15s;display:inline-block}.apply-secondary-link:hover{color:#e0bd5a}.apply-need-strip{background:#fff;border-bottom:1px solid #e8e6e0;justify-content:center;align-items:center;height:52px;display:flex}.apply-need-inner{color:#4a4540;align-items:center;gap:24px;max-width:1200px;font-size:13px;display:inline-flex}.apply-need-item{align-items:center;gap:6px;display:inline-flex}.apply-need-icon{color:#c9a84c;flex-shrink:0;width:16px;height:16px}.apply-need-sep{background:#d8d5cc;width:1px;height:16px;display:inline-block}@media (max-width:640px){.apply-container{padding:20px 16px 48px}.apply-hero{min-height:0;max-height:none;padding:92px 20px 28px}.apply-hero-inner{text-align:center;padding:0}.apply-hero h1{font-size:clamp(26px,7vw,32px)}.apply-sub{margin-left:auto;margin-right:auto;font-size:14.5px;line-height:1.6}.apply-secondary-link{margin:0 auto}.apply-need-strip{height:auto;padding:10px 14px}.apply-need-inner{flex-wrap:wrap;gap:10px 16px;font-size:12px}.apply-need-sep{display:none}}.visa-cards{grid-template-columns:1fr 1fr;gap:16px;margin:16px 0 24px;display:grid}.visa-card{text-align:left;cursor:pointer;background:#fafaf8;border:1.5px solid #e0ddd8;border-radius:14px;padding:24px;font-family:inherit;transition:all .2s;position:relative}.visa-card:hover{background:#fffdf5;border-color:#c9a84c}.visa-card.selected{background:#fffdf5;border:2px solid #c9a84c;box-shadow:0 0 0 3px #c9a84c1f}.visa-card:focus-visible{outline:none;box-shadow:0 0 0 3px #c9a84c}.vc-check-badge{color:#fff;background:#c9a84c;border-radius:50%;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 2px 6px #c9a84c59}.vc-check-badge svg{width:12px;height:12px}.vc-icon-wrap{color:#c9a84c;background:#f0ede6;border-radius:12px;place-items:center;width:48px;height:48px;margin-bottom:14px;transition:background .2s;display:grid}.vc-icon{color:inherit;line-height:1;display:inline-flex}.visa-card.selected .vc-icon-wrap{background:#c9a84c33}.visa-card h3{color:#1a1614;margin:0 0 4px;font-size:17px;font-weight:600}.visa-card h3 .vc-type-code{color:#a09890;letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:11px;font-weight:500;display:block}.visa-card-price{align-items:flex-start;margin:16px 0 4px;font-family:JetBrains Mono,IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1;display:inline-flex}.vc-currency{color:#0d3b38;margin-top:6px;margin-right:3px;font-size:14px;font-weight:500}.vc-amount{color:#0d3b38;font-size:36px;font-weight:700;line-height:1}.visa-card.selected .vc-amount,.visa-card.selected .vc-currency{color:#b8963d}.vc-price-fine{color:#a09890;letter-spacing:.04em;margin:4px 0 8px;font-size:11px}.visa-card p{color:#706860;margin:0;font-size:13px;line-height:1.5}@media (max-width:640px){.visa-cards{grid-template-columns:1fr;gap:12px}.visa-card{padding:20px}.vc-amount{font-size:32px}}.os-progress-item{cursor:pointer;font:inherit;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;padding:0;display:flex;position:relative}.os-progress-item:disabled{cursor:default}.os-progress-item:not(:disabled):hover .os-progress-dot{transform:scale(1.08)}.os-price-row strong,.os-price-amount{font-family:JetBrains Mono,IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.os-price-amount{color:#c9a84c;font-size:22px;font-weight:700}.os-price-empty{text-align:center;color:#b0aba5;background:#f4f3ef;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:6px;margin:4px 0;padding:14px;font-size:13px;display:flex}.os-price-empty-icon{color:#d0ccc5}.os-price-empty svg{width:18px;height:18px}.stepper{justify-content:space-between;align-items:flex-start;gap:0;margin:8px 0 32px;display:flex}.stepper-item{cursor:default;flex-direction:column;flex:none;align-items:center;gap:10px;min-width:84px;display:flex}.stepper-item.complete{cursor:pointer}.stepper-circle{color:#a09890;background:#fff;border:1.5px solid #d0ccc5;border-radius:50%;place-items:center;width:44px;height:44px;transition:background .24s,border-color .24s,color .24s,transform .24s;display:grid}.stepper-circle svg{width:20px;height:20px;display:block}.stepper-item.active .stepper-circle{background:var(--gold,#c9a84c);border-color:var(--gold,#c9a84c);color:#fff;box-shadow:0 0 0 4px #c9a84c33}.stepper-item.complete .stepper-circle{color:#fff;background:#10b981;border-color:#10b981;animation:.48s cubic-bezier(.34,1.56,.64,1) stepperComplete}@keyframes stepperComplete{0%{background:#34d399;transform:scale(.9)}50%{transform:scale(1.15)}to{transform:scale(1)}}.stepper-label{color:#a09890;text-align:center;letter-spacing:.02em;font-size:.82rem;font-weight:500;line-height:1.2}.stepper-item.active .stepper-label{color:var(--gold-dark,#b8963d);font-weight:700}.stepper-item.complete .stepper-label{color:#047857;font-weight:600}.stepper-line{background:#d0ccc5;flex:auto;align-self:flex-start;height:2px;margin:22px 8px 0;transition:background-color .3s;position:static;top:auto}.stepper-line.complete{background:#10b981}.stepper-item:focus-visible{outline:2px solid var(--gold,#c9a84c);outline-offset:4px;border-radius:4px}@media (max-width:640px){.stepper-item{gap:6px;min-width:60px}.stepper-circle{width:38px;height:38px}.stepper-circle svg{width:17px;height:17px}.stepper-label{font-size:.72rem}.stepper-line{margin:19px 6px 0}}.os-trust{background:#fafbfc!important;border-top:1px solid #eef0f3!important;flex-flow:column!important;align-items:center!important;gap:10px!important;padding:14px 18px!important;display:flex!important}.os-trust-methods{flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px;width:100%;display:flex}.os-trust-methods svg{flex-shrink:0;box-shadow:0 0 0 1px #0f4c5c0f}.os-trust-secure{color:#047857;text-align:center;justify-content:center;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.os-trust-secure svg{color:#10b981;stroke:#10b981;width:14px;height:14px}.label-hint{color:#94a3b8;letter-spacing:0;margin:0 4px;font-size:.78rem;font-weight:400}.required-mark{color:#dc2626;margin-left:2px;font-weight:700}.field-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:.82rem;font-weight:500;display:block}.field-error:before{content:"⚠ "}.visa-cards.has-error{outline-offset:4px;border-radius:14px;outline:1.5px solid #fca5a5}.counter-help-max{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;align-items:center;gap:8px;margin:10px 0 0;padding:10px 14px;font-size:.84rem;font-weight:500;display:flex}.counter-help-max:before{content:"ⓘ";color:#b45309;flex-shrink:0;font-size:1rem;line-height:1}.elig-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0d3b388c;justify-content:center;align-items:center;padding:24px;animation:.18s eligFadeIn;display:flex;position:fixed;inset:0}.elig-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:480px;padding:32px 28px;animation:.22s cubic-bezier(.34,1.56,.64,1) eligPopIn;position:relative;box-shadow:0 30px 60px #00000040}.elig-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 10px;font-size:1.6rem;line-height:1;transition:background .12s,color .12s;position:absolute;top:12px;right:14px}.elig-modal-close:hover{color:var(--navy);background:#0000000d}.elig-modal-flag{margin-bottom:14px;font-size:3rem;line-height:1}.elig-modal h3{font-family:var(--font-crimson),Georgia,serif;color:var(--navy);margin:0 0 12px;font-size:1.35rem;font-weight:700;line-height:1.25}.elig-modal p{color:#475569;margin:0 0 12px;font-size:.95rem;line-height:1.55}.elig-modal-fine{color:#64748b;text-align:left;background:#f7f9fc;border-radius:10px;margin:8px 0 22px;padding:12px 14px;font-size:.85rem}.elig-modal-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.elig-modal-actions .btn-primary,.elig-modal-actions .btn-secondary{cursor:pointer;border-radius:10px;flex:auto;justify-content:center;align-items:center;min-width:160px;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.elig-modal-actions .btn-secondary{color:var(--navy);background:0 0;border:1.5px solid #d8dde5}.elig-modal-actions .btn-secondary:hover{border-color:#94a3b8}.elig-modal-actions .btn-primary{background:var(--gold,#c9a84c);border:1.5px solid var(--gold,#c9a84c);color:var(--navy)}.elig-modal-actions .btn-primary:hover{background:var(--gold-dark,#b8963d);border-color:var(--gold-dark,#b8963d)}@keyframes eligFadeIn{0%{opacity:0}to{opacity:1}}@keyframes eligPopIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (max-width:540px){.elig-modal{padding:28px 22px}.elig-modal h3{font-size:1.15rem}.elig-modal-actions{flex-direction:column}.elig-modal-actions .btn-primary,.elig-modal-actions .btn-secondary{width:100%}}.os-port-row{color:var(--navy);align-items:center;gap:6px;margin-top:4px;font-size:.8rem;font-weight:500;display:inline-flex}.os-port-icon{color:var(--gold-dark,#b8963d);display:inline-flex}.os-port-text{word-break:break-word}.combobox-input-flag{pointer-events:none;z-index:1;font-size:1.1rem;line-height:1;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.combobox.has-flag input{padding-left:46px}.combobox input{padding-right:42px}.combobox input:focus~.combobox-chevron{color:var(--gold-dark,#b8963d)}.step-section-head{margin:28px 0 14px}.step-section-head h3{font-family:var(--font-crimson),Georgia,serif;color:#0d3b38;margin:0 0 4px;font-size:18px;font-weight:600;line-height:1.3}.step-section-head p{color:#888;margin:0;font-size:13px;line-height:1.45}
