@font-face{font-family:Manrope;src:url(/assets/Manrope-Variable-FzEoaBTQ.ttf) format("truetype-variations");font-style:normal;font-weight:400 800;font-display:swap}:root{--orange-50: #FFF7ED;--orange-100: #FFEDD5;--orange-500: #F97316;--orange-600: #EA580C;--orange-700: #C2410C;--brand: var(--orange-500);--brand-hover: var(--orange-600);--brand-active: var(--orange-700);--brand-light: var(--orange-50);--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--danger-hover: #DC2626;--info: #3B82F6;--success-light: #ECFDF5;--warning-light: #FFFBEB;--danger-light: #FEF2F2;--info-light: #EFF6FF;--text-primary: #111827;--text-secondary: #6B7280;--text-muted: #9CA3AF;--text-on-brand: #FFFFFF;--bg-page: #F8FAFC;--bg-card: #FFFFFF;--bg-subtle: #F3F4F6;--bg-hover: #F9FAFB;--border: #E5E7EB;--border-strong: #D1D5DB;--focus-ring: 0 0 0 3px rgba(249, 115, 22, .18)}:root{--font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--fs-hero: 52px;--fs-section: 32px;--fs-card-title: 18px;--fs-body: 16px;--fs-caption: 14px;--fs-small: 12px;--lh-hero: 1.08;--lh-section: 1.15;--lh-card-title: 1.3;--lh-body: 1.6;--lh-caption: 1.5;--lh-small: 1.4;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--ls-tight: -.02em}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-24: 96px;--radius-button: 12px;--radius-input: 12px;--radius-card: 20px;--radius-dialog: 24px;--radius-pill: 999px;--radius-sm: 8px;--shadow-default: 0 1px 3px rgba(0, 0, 0, .08);--shadow-card-hover: 0 8px 24px rgba(0, 0, 0, .08);--shadow-dialog: 0 20px 60px rgba(0, 0, 0, .12)}body{font-family:var(--font-sans);color:var(--text-primary);font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-optical-sizing:auto;font-feature-settings:"kern" 1,"liga" 1}.an-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-sans);font-weight:var(--fw-semibold);border-radius:var(--radius-button);border:1px solid transparent;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.an-btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.an-btn:disabled{opacity:.45;cursor:not-allowed}.an-btn--md{height:44px;padding:0 18px;font-size:15px}.an-btn--sm{height:36px;padding:0 14px;font-size:14px}.an-btn--lg{height:52px;padding:0 24px;font-size:16px}.an-btn--full{width:100%}.an-btn--primary{background:var(--brand);color:var(--text-on-brand)}.an-btn--primary:hover:not(:disabled){background:var(--brand-hover)}.an-btn--primary:active:not(:disabled){background:var(--brand-active)}.an-btn--secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border)}.an-btn--secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-strong)}.an-btn--secondary:active:not(:disabled){background:var(--bg-subtle)}.an-btn--ghost{background:transparent;color:var(--text-secondary)}.an-btn--ghost:hover:not(:disabled){background:var(--bg-subtle);color:var(--text-primary)}.an-btn--danger{background:var(--danger);color:#fff}.an-btn--danger:hover:not(:disabled){background:var(--danger-hover)}.an-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-default)}.an-card--hoverable{transition:box-shadow .2s ease,border-color .2s ease}.an-card--hoverable:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.an-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-5) var(--space-6) 0}.an-card__title{font-size:var(--fs-card-title);font-weight:var(--fw-semibold);line-height:var(--lh-card-title);color:var(--text-primary);margin:0}.an-card__body{padding:var(--space-4) var(--space-6) var(--space-6)}.an-card__footer{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border)}.an-field{display:flex;flex-direction:column;gap:6px}.an-field__label{font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-primary)}.an-field__hint{font-size:var(--fs-small);color:var(--text-muted)}.an-field__error{font-size:var(--fs-small);color:var(--danger)}.an-input{height:44px;padding:0 14px;font-family:var(--font-sans);font-size:15px;color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-input);transition:border-color .15s ease,box-shadow .15s ease;width:100%;box-sizing:border-box}.an-input::placeholder{color:var(--text-muted)}.an-input:focus{outline:none;border-color:var(--brand);box-shadow:var(--focus-ring)}.an-input--error{border-color:var(--danger)}.an-input--error:focus{box-shadow:0 0 0 3px #ef444426}.an-switch{position:relative;display:inline-flex;flex-shrink:0}.an-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.an-switch__track{width:44px;height:26px;background:var(--border-strong);border-radius:var(--radius-pill);transition:background .15s ease}.an-switch__thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .15s ease}.an-switch input:checked~.an-switch__track{background:var(--brand)}.an-switch input:checked~.an-switch__thumb{transform:translate(18px)}.an-switch input:focus-visible~.an-switch__track{box-shadow:var(--focus-ring)}.an-badge{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;font-size:var(--fs-small);font-weight:var(--fw-semibold);border-radius:var(--radius-pill);white-space:nowrap}.an-badge--neutral{background:var(--bg-subtle);color:var(--text-secondary)}.an-badge--brand{background:var(--brand-light);color:var(--brand-active)}.an-badge--success{background:var(--success-light);color:#047857}.an-badge--warning{background:var(--warning-light);color:#b45309}.an-badge--danger{background:var(--danger-light);color:#b91c1c}.an-badge--info{background:var(--info-light);color:#1d4ed8}.an-status{display:inline-flex;align-items:center;gap:8px;font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-primary)}.an-status__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.an-status--online .an-status__dot{background:var(--success);box-shadow:0 0 0 3px var(--success-light)}.an-status--offline .an-status__dot{background:var(--text-muted);box-shadow:0 0 0 3px var(--bg-subtle)}.an-status--connecting .an-status__dot{background:var(--warning);box-shadow:0 0 0 3px var(--warning-light)}.an-status--error .an-status__dot{background:var(--danger);box-shadow:0 0 0 3px var(--danger-light)}.an-tabs{display:flex;gap:var(--space-6);border-bottom:1px solid var(--border)}.an-tabs__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:10px 2px 12px;margin-bottom:-1px;font-family:var(--font-sans);font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-secondary);border-bottom:2px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease}.an-tabs__tab:hover{color:var(--text-primary)}.an-tabs__tab--active{color:var(--text-primary);border-bottom-color:var(--brand)}.an-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182766;display:flex;align-items:center;justify-content:center;padding:var(--space-6);z-index:100}.an-dialog{background:var(--bg-card);border-radius:var(--radius-dialog);box-shadow:var(--shadow-dialog);width:100%;max-width:440px;padding:var(--space-6);box-sizing:border-box}.an-dialog__title{font-size:var(--fs-card-title);font-weight:var(--fw-semibold);margin:0 0 var(--space-2)}.an-dialog__body{font-size:var(--fs-caption);color:var(--text-secondary);line-height:var(--lh-caption)}.an-dialog__actions{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-6)}@media (max-width: 480px){.an-dialog-overlay{align-items:flex-end;padding:0}.an-dialog{max-width:none;border-radius:var(--radius-dialog) var(--radius-dialog) 0 0;padding-bottom:var(--space-8)}.an-dialog__actions{flex-direction:column-reverse}.an-dialog__actions .an-btn{width:100%}}@keyframes an-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.an-skeleton{background:linear-gradient(90deg,var(--bg-subtle) 25%,#ECEEF1 50%,var(--bg-subtle) 75%);background-size:200% 100%;animation:an-shimmer 1.6s ease infinite;border-radius:var(--radius-sm)}.an-skeleton--circle{border-radius:50%}@media (prefers-reduced-motion: reduce){.an-skeleton{animation:none}}.an-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-12) var(--space-6);gap:var(--space-2)}.an-empty__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--brand-light);color:var(--brand-hover);border-radius:14px;margin-bottom:var(--space-2)}.an-empty__title{font-size:var(--fs-body);font-weight:var(--fw-semibold);color:var(--text-primary);margin:0}.an-empty__desc{font-size:var(--fs-caption);color:var(--text-secondary);margin:0;max-width:360px}.an-empty__action{margin-top:var(--space-4)}.an-chip{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-primary);white-space:nowrap}.an-chip svg{color:var(--text-secondary)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg-page)}a{color:var(--brand-hover);text-decoration:none}a:hover{color:var(--brand-active);text-decoration:underline}button{font-family:var(--font-sans)}@keyframes an-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.app-shell{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg-page);position:relative;display:flex;flex-direction:column}.app-shell--home{max-width:1120px}.app-header{position:sticky;top:0;z-index:9;background:#f8fafceb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:14px 16px 10px;display:flex;align-items:center;gap:10px}.app-header__back{width:44px;height:44px;margin-left:-10px;border:0;background:transparent;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--text-primary);font-size:20px}.app-header__back:focus-visible,.app-header__account:focus-visible{outline:none;box-shadow:var(--focus-ring)}.app-header__brand{display:flex;align-items:center;gap:9px;flex:1;min-width:0}.app-header__mark,.home-footer__mark{width:26px;height:26px;border-radius:8px;background:linear-gradient(145deg,#ff8a2b,var(--brand));box-shadow:0 7px 16px #f9731633;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:800;flex-shrink:0}.app-header__name{font-size:15px;font-weight:660;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header__account,.app-header__support{border:1px solid rgba(229,231,235,.9);background:#ffffffc7;color:var(--text-primary);cursor:pointer;font-family:var(--font-sans);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header__account{height:38px;padding:0 13px;border-radius:999px;font-size:12px;font-weight:600}.app-header__account--login{border-color:#f9731647;background:var(--brand);color:#fff;font-weight:720;box-shadow:0 7px 16px #f973162e}.app-header__support{width:38px;height:38px;border-radius:50%;font-size:13px;color:var(--text-secondary)}.app-main{flex:1;min-width:0}.home-page{overflow:hidden;background:#fffdfa}.home-hero{position:relative;isolation:isolate;padding:26px 16px 22px;background:radial-gradient(circle at 94% 8%,rgba(253,186,116,.22),transparent 31%),radial-gradient(circle at 2% 58%,rgba(167,243,208,.16),transparent 25%),linear-gradient(180deg,#fffaf4,#fffdf9 72%,#fff)}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(249,115,22,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(249,115,22,.08) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%);mask-image:linear-gradient(to bottom,#000,transparent 78%)}.home-hero__glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);pointer-events:none}.home-hero__glow--one{width:190px;height:190px;right:-95px;top:75px;background:#ffedd5c2}.home-hero__glow--two{width:130px;height:130px;left:-80px;bottom:20px;background:#d1fae5a6}.home-hero__layout{max-width:1030px;margin:0 auto}.home-hero__copy{animation:home-rise .62s cubic-bezier(.2,.8,.2,1) both}.home-eyebrow,.home-final-cta__tag{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 11px;border:1px solid rgba(249,115,22,.22);border-radius:999px;background:#ffffffbd;color:var(--brand-active);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-eyebrow__dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px #f973161f}.home-hero__title{max-width:620px;margin:16px 0 11px;color:#202330;font-size:clamp(32px,9vw,54px);line-height:1.1;letter-spacing:-.022em;font-weight:700}.home-hero__title span{display:inline-block;color:var(--brand);white-space:nowrap}.home-hero__lead{max-width:570px;margin:0;color:#626979;font-size:14px;line-height:1.65}.destination-search{position:relative;z-index:3;max-width:590px;margin-top:20px;padding:12px;border:1px solid rgba(249,115,22,.18);border-radius:20px;background:#ffffffeb;box-shadow:0 18px 45px #7c2d1217,0 2px 5px #7c2d120a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.destination-search__label{display:block;margin:0 3px 7px;color:#343a49;font-size:12px;font-weight:700}.destination-search__control{min-height:52px;display:flex;align-items:center;gap:6px;border:1px solid #ece8e3;border-radius:14px;background:#fbfaf8;padding:4px 4px 4px 12px}.destination-search__control:focus-within{border-color:var(--brand);box-shadow:var(--focus-ring);background:#fff}.destination-search__icon{width:25px;color:var(--brand);font-size:22px;line-height:1;transform:rotate(-18deg)}.destination-search__input{min-width:0;flex:1;height:42px;border:0;outline:0;background:transparent;color:var(--text-primary);font:500 14px/1 var(--font-sans)}.destination-search__input::placeholder{color:#9ba0aa}.destination-search__button{height:42px;min-width:76px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;background:var(--brand);color:#fff;font:700 13px/1 var(--font-sans);cursor:pointer;box-shadow:0 9px 18px #f9731636}.destination-search__button:hover{background:var(--brand-hover)}.destination-search__button:focus-visible,.destination-item:focus-visible,.home-text-link:focus-visible,.home-final-cta__button:focus-visible,.home-footer__links button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.home-proof{margin-top:15px;display:flex;flex-wrap:wrap;gap:8px 14px;color:#717786;font-size:10px;font-weight:600}.home-proof span{display:inline-flex;align-items:center;gap:5px}.home-proof i{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ecfdf5;color:#059669;font-size:9px;font-style:normal}.home-hero__visual{max-width:430px;margin:7px auto 0}.travel-visual{width:100%;aspect-ratio:6 / 5}.travel-visual__svg{display:block;width:100%;height:100%}.travel-visual__float{transform-origin:center;animation:travel-float 5.8s ease-in-out infinite}.travel-visual__route{animation:route-flow 5s linear infinite}.travel-visual__chip{animation:travel-float 5.8s ease-in-out infinite}.travel-visual__chip--one{animation-delay:-1.2s}.travel-visual__chip--two{animation-delay:-3.4s}.home-section{max-width:1030px;margin:0 auto;padding:44px 16px 0}.home-section__head{margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.home-section__head--center{justify-content:center;text-align:center}.home-section__kicker{display:block;margin-bottom:5px;color:var(--brand-active);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.home-section h2,.compat-banner h2,.home-final-cta h2{margin:0;color:#181b29;font-size:clamp(22px,5.6vw,31px);line-height:1.16;letter-spacing:-.026em;font-weight:700}.home-text-link{flex-shrink:0;min-height:40px;padding:0 3px;border:0;background:transparent;color:var(--brand-active);font:700 12px/1 var(--font-sans);cursor:pointer}.destination-rail{margin:0 -16px;padding:2px 16px 12px;display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.destination-rail::-webkit-scrollbar{display:none}.destination-rail>[role=listitem]{scroll-snap-align:start}.destination-item{position:relative;min-width:228px;min-height:82px;padding:14px 14px 14px 15px;display:flex;align-items:center;gap:10px;border:1px solid #e8e3dd;border-radius:20px;background:#fff;color:var(--text-primary);text-align:left;cursor:pointer;box-shadow:0 10px 28px #1e19140e;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.destination-item:hover{border-color:#f9731661;box-shadow:0 14px 32px #1e191414;transform:translateY(-2px)}.destination-item__flag{width:48px;height:48px;border:1px solid #eee9e3;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(145deg,#fff,#faf7f3);line-height:1;box-shadow:inset 0 1px #fff,0 4px 12px #1e19140a}.destination-item__flag img,.search-country__flag img{width:31px;max-height:23px;display:block;border-radius:3px;object-fit:contain;box-shadow:0 1px 4px #1e191421}.destination-item__flag-fallback,.search-country__flag-fallback{font-size:25px;line-height:1}.destination-item__copy{min-width:0;display:flex;flex-direction:column;gap:3px}.destination-item__copy strong{overflow:hidden;color:#202330;font-size:13.5px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.destination-item__price{margin-left:auto;color:#343845;font-size:11px;font-weight:700;white-space:nowrap}.destination-item__arrow{width:34px;height:34px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:var(--brand);color:#fff;font-size:13px;box-shadow:0 7px 16px #f9731633;transition:background .18s ease,transform .18s ease}.destination-item:hover .destination-item__arrow{background:var(--brand-active);transform:translate(2px)}@media (max-width: 759px){.destination-rail{margin:0;padding:2px 0 12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;scroll-snap-type:none}.destination-rail>[role=listitem]{min-width:0}.destination-rail>[role=listitem]:nth-child(n+11){display:none}.destination-item{width:100%;min-width:0;min-height:122px;padding:11px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;align-content:start;gap:7px 8px;border-radius:18px}.destination-item__flag{grid-column:1;grid-row:1;width:42px;height:42px;border-radius:14px}.destination-item__flag img{width:27px;max-height:20px}.destination-item__copy{grid-column:1 / -1;grid-row:2}.destination-item__copy strong{font-size:13px}.destination-item__price{grid-column:1 / -1;grid-row:3;margin:0;color:var(--brand-active);font-size:11px}.destination-item__arrow{grid-column:2;grid-row:1;width:30px;height:30px;align-self:center}}.home-journey{padding-top:54px}.journey-flow{max-width:720px;margin:24px auto 0}.journey-step{display:grid;grid-template-columns:34px 1fr;gap:12px}.journey-step__rail{display:flex;align-items:center;flex-direction:column}.journey-step__rail span{width:32px;height:32px;border:1px solid #fed7aa;border-radius:11px;background:#fff7ed;color:var(--brand-active);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.journey-step__rail i{width:1px;min-height:54px;flex:1;background:linear-gradient(to bottom,#fdba74 20%,#e5e7eb 20%);background-size:1px 7px}.journey-step__copy{padding:5px 0 26px}.journey-step__copy strong{color:#252936;font-size:15px}.journey-step__copy p{margin:5px 0 0;color:var(--text-secondary);font-size:12px;line-height:1.6}.compat-banner{max-width:998px;margin:52px 16px 0;padding:22px;position:relative;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 10% 0%,rgba(255,255,255,.9),transparent 37%),linear-gradient(135deg,#fff1df,#fff8f0 62%,#ecfdf5)}.compat-banner:after{content:"";position:absolute;width:170px;height:170px;right:-84px;bottom:-90px;border:1px solid rgba(249,115,22,.18);border-radius:50%;box-shadow:0 0 0 24px #f9731609,0 0 0 52px #f9731606}.compat-banner__art{height:142px;position:relative}.compat-banner__phone{width:94px;height:134px;position:absolute;left:calc(50% - 47px);top:0;border:5px solid #1b2030;border-radius:24px;background:#fff;box-shadow:0 18px 35px #45210d29;transform:rotate(-7deg)}.compat-banner__phone i{width:30px;height:5px;position:absolute;left:27px;top:7px;border-radius:999px;background:#1b2030}.compat-banner__phone b,.compat-banner__phone em{position:absolute;left:0;right:0;text-align:center;font-style:normal}.compat-banner__phone b{top:48px;color:#1d2231;font-size:18px}.compat-banner__phone em{top:76px;color:#10b981;font-size:8px;font-weight:800;letter-spacing:.12em}.compat-banner__check{width:42px;height:42px;position:absolute;left:calc(50% + 27px);top:78px;display:inline-flex;align-items:center;justify-content:center;border:5px solid #fff8f0;border-radius:50%;background:#10b981;color:#fff;font-size:17px;font-weight:800}.compat-banner__copy{position:relative;z-index:2}.compat-banner__copy p{margin:10px 0 16px;color:#666c79;font-size:12px;line-height:1.65}.home-trust{padding-top:54px}.trust-grid{display:grid;grid-template-columns:1fr;border-top:1px solid #ece8e3}.trust-item{padding:18px 0;display:grid;grid-template-columns:42px 1fr;gap:12px;border-bottom:1px solid #ece8e3}.trust-item__mark{width:38px;height:38px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#fff7ed;color:var(--brand-active);font-size:11px;font-weight:800}.trust-item h3{margin:1px 0 4px;color:#282c39;font-size:14px}.trust-item p{margin:0;color:var(--text-secondary);font-size:12px;line-height:1.6}.home-faq{padding-top:54px}.home-faq .an-card{overflow:hidden;border-color:#ece8e3;box-shadow:none}.home-final-cta{max-width:998px;min-height:310px;margin:58px 16px 0;padding:34px 24px;position:relative;overflow:hidden;display:flex;align-items:center;border-radius:30px;background:#161b2d;color:#fff}.home-final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:radial-gradient(circle,#fff 1px,transparent 1.5px);background-size:24px 24px;-webkit-mask-image:linear-gradient(90deg,transparent,#000);mask-image:linear-gradient(90deg,transparent,#000)}.home-final-cta__orb{position:absolute;border-radius:50%;filter:blur(1px)}.home-final-cta__orb--one{width:220px;height:220px;right:-68px;top:-86px;background:#f97316ad}.home-final-cta__orb--two{width:130px;height:130px;right:40px;bottom:-80px;border:26px solid rgba(167,243,208,.16)}.home-final-cta__content{max-width:560px;position:relative;z-index:2}.home-final-cta__tag{border-color:#ffffff2b;background:#ffffff14;color:#fdba74}.home-final-cta h2{margin-top:17px;color:#fff;font-size:clamp(27px,7vw,42px)}.home-final-cta p{margin:11px 0 20px;color:#bfc4d0;font-size:13px;line-height:1.6}.home-final-cta__button{min-height:48px;padding:0 18px;border:0;border-radius:13px;background:var(--brand);color:#fff;font:700 13px/1 var(--font-sans);cursor:pointer;box-shadow:0 12px 30px #f9731647}.home-footer{max-width:1030px;margin:0 auto;padding:42px 16px 24px}.home-footer__brand{display:flex;align-items:center;gap:10px}.home-footer__brand div{display:flex;flex-direction:column}.home-footer__brand strong{color:#252936;font-size:14px}.home-footer__brand small{color:var(--text-muted);font-size:10px}.home-footer__links{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.home-footer__links button{min-height:38px;padding:0;border:0;background:transparent;color:var(--text-secondary);font:500 11px/1.3 var(--font-sans);text-align:left;cursor:pointer}.home-footer__bottom{margin-top:24px;padding-top:16px;border-top:1px solid #ece8e3;display:flex;align-items:center;justify-content:space-between;color:var(--text-muted);font-size:10px}.home-footer__locale{display:inline-flex;overflow:hidden;border:1px solid #e9e5df;border-radius:999px;font-style:normal}.home-footer__locale b,.home-footer__locale i{padding:6px 10px;font-style:normal}.home-footer__locale b{background:var(--brand);color:#fff}@keyframes home-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes route-flow{to{stroke-dashoffset:-68}}@keyframes travel-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (min-width: 600px){.home-hero,.home-section{padding-left:28px;padding-right:28px}.compat-banner,.home-final-cta{margin-left:28px;margin-right:28px}.destination-rail{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(odd){padding-right:24px}.trust-item:nth-child(2n){padding-left:24px;border-left:1px solid #ece8e3}}.auth-page,.verify-page{padding:28px 16px 36px}.auth-intro{margin-bottom:20px}.auth-intro__eyebrow{display:inline-block;margin-bottom:8px;color:var(--brand-active);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.auth-intro h1,.verify-page h1{margin:0;color:#171a28;font-size:25px;line-height:1.22;font-weight:700;letter-spacing:-.018em}.auth-intro p,.verify-page>p{margin:9px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.65}.auth-order-strip{margin-bottom:14px;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid #f0eae4;border-radius:17px;background:linear-gradient(135deg,#fffaf4,#fff)}.auth-order-strip__code{width:40px;height:40px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff0df;color:var(--brand-active);font-size:10px;font-weight:800;text-transform:uppercase}.auth-order-strip>span:last-child{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.auth-order-strip strong{overflow:hidden;color:#2a2e3b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.auth-order-strip small{color:var(--brand-active);font-size:12px;font-weight:700}.auth-panel{overflow:hidden;border:1px solid #ebe7e2;border-radius:22px;background:#fff;box-shadow:0 18px 48px #1f191412}.auth-tabs{padding:5px;display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#f7f5f2}.auth-tabs button{min-height:42px;border:0;border-radius:12px;background:transparent;color:var(--text-secondary);font:650 13px/1 var(--font-sans);cursor:pointer}.auth-tabs button.is-active{background:#fff;color:#202431;box-shadow:0 3px 12px #1f191412}.auth-tabs button:focus-visible,.auth-forgot:focus-visible{outline:none;box-shadow:var(--focus-ring)}.auth-panel__body{padding:18px;display:flex;flex-direction:column;gap:14px}.auth-forgot{align-self:flex-end;min-height:34px;padding:0;border:0;background:transparent;color:var(--brand-active);font:650 11px/1 var(--font-sans);cursor:pointer}.auth-legal{margin:-2px 0 0;color:var(--text-muted);font-size:10px;line-height:1.55;text-align:center}.verify-page{max-width:460px;margin:0 auto;text-align:center}.verify-visual{width:104px;height:104px;margin:10px auto 22px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:32px;background:radial-gradient(circle at 68% 20%,rgba(255,255,255,.85),transparent 30%),linear-gradient(145deg,#fff1df,#ffdfbd);transform:rotate(-4deg)}.verify-visual__mail{color:var(--brand-active);font-size:38px;transform:rotate(4deg)}.verify-visual__check{width:34px;height:34px;position:absolute;right:-7px;bottom:7px;display:inline-flex;align-items:center;justify-content:center;border:4px solid var(--bg-page);border-radius:50%;background:var(--success);color:#fff;font-size:14px;font-weight:800}.verify-page>p strong{color:#2b2f3c}.verify-demo{margin:22px 0 16px;padding:14px;border:1px dashed #fdba74;border-radius:16px;background:#fffaf4;text-align:left}.verify-demo span{color:var(--brand-active);font-size:9px;font-weight:800;letter-spacing:.1em}.verify-demo p{margin:5px 0 0;color:var(--text-secondary);font-size:11px;line-height:1.55}.checkout-account{margin-bottom:16px;padding:11px 12px;display:flex;align-items:center;gap:10px;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf7}.checkout-account__mark{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:var(--success);color:#fff;font-size:11px;font-weight:800}.checkout-account>span:last-child{min-width:0;display:flex;flex-direction:column;gap:2px}.checkout-account strong{overflow:hidden;color:#1f2937;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.checkout-account small{color:#4b7764;font-size:10px;line-height:1.45}@media (min-width: 760px){.app-shell--home .app-header{padding:16px 28px 12px}.home-hero{padding-top:48px;padding-bottom:56px}.home-hero__layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.8fr);align-items:center;gap:28px}.home-hero__visual{margin:0}.home-hero__lead{font-size:16px}.destination-search{margin-top:26px}.destination-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.destination-rail>[role=listitem]{min-width:0}.destination-item{min-width:0;width:100%}.journey-flow{max-width:none;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.journey-step{position:relative;grid-template-columns:1fr;gap:12px}.journey-step__rail{align-items:flex-start;flex-direction:row}.journey-step__rail i{width:auto;height:1px;min-height:1px;margin-top:16px;background:linear-gradient(to right,#fdba74 20%,#e5e7eb 20%);background-size:7px 1px}.journey-step__copy{padding-bottom:0}.compat-banner{margin-left:auto;margin-right:auto;padding:38px 54px;display:grid;grid-template-columns:250px minmax(0,1fr);align-items:center;gap:38px}.compat-banner__art{height:160px}.compat-banner__copy p{font-size:14px}.home-final-cta{margin-left:auto;margin-right:auto;padding:54px 60px}.home-footer__links{grid-template-columns:repeat(3,1fr)}}@media (max-width: 359px){.app-header{gap:6px;padding-left:12px;padding-right:12px}.app-header__account{padding:0 9px;font-size:11px}.home-hero{padding-left:13px;padding-right:13px}.home-hero__title{font-size:29px}.destination-search__button{min-width:48px}.destination-search__button span:first-child{display:none}.home-proof{gap:7px}}@media (prefers-reduced-motion: reduce){.home-hero__copy,.travel-visual__float,.travel-visual__route,.travel-visual__chip{animation:none!important}.destination-item:hover{transform:none}}.results-page{padding:12px 16px 36px}.results-hero{position:relative;min-height:132px;padding:20px;overflow:hidden;border:1px solid rgba(249,115,22,.13);border-radius:24px;background:radial-gradient(circle at 88% 8%,rgba(255,194,127,.42),transparent 34%),linear-gradient(145deg,#fffaf4,#fff 72%)}.results-hero:after{content:"";position:absolute;right:-36px;bottom:-60px;width:150px;height:150px;border:1px solid rgba(249,115,22,.13);border-radius:50%}.results-hero__destination{position:relative;z-index:1;display:flex;align-items:center;gap:14px}.results-hero__tile{flex:0 0 auto;width:54px!important;height:54px!important;border-radius:18px!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase}.results-hero__eyebrow{display:block;margin-bottom:2px;color:var(--brand-active);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.results-hero h1{margin:0;color:#171a28;font-size:28px;font-weight:700;line-height:1.14;letter-spacing:-.018em}.results-hero p{margin:5px 0 0;color:var(--text-secondary);font-size:12px}.results-hero__signal{position:absolute;right:19px;top:50%;display:flex;align-items:flex-end;gap:3px;transform:translateY(-50%)}.results-hero__signal span{width:4px;border-radius:4px;background:var(--brand);opacity:.32}.results-hero__signal span:nth-child(1){height:7px}.results-hero__signal span:nth-child(2){height:13px}.results-hero__signal span:nth-child(3){height:19px}.results-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 16px}.results-filter{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e2de;border-radius:14px;background:#fff;color:#323644;font:650 12px/1 var(--font-sans);cursor:pointer}.results-filter span{color:var(--brand-active);font-size:15px}.results-meta{margin:0 2px 10px;display:flex;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:11px}.results-meta__hint{text-align:right}.catalog-scope{margin:13px 0 9px;padding:4px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;border:1px solid #e9e6e2;border-radius:15px;background:#f2f1ef}.catalog-scope button{min-width:0;min-height:37px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:11px;background:transparent;color:#727680;font:640 10px/1 var(--font-sans);cursor:pointer}.catalog-scope button span{min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffbd;color:#8b8e96;font-size:8px}.catalog-scope button.is-active{background:#fff;color:#252936;box-shadow:0 3px 10px #1b1e2912}.catalog-scope button.is-active span{background:#fff0df;color:var(--brand-active)}.catalog-picker{margin-top:10px;padding:17px;border:1px solid #e8e5e1;border-radius:21px;background:#fff;box-shadow:0 8px 28px #1c1e2909}.catalog-picker__heading{margin-bottom:13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.catalog-picker__heading>div{display:flex;flex-direction:column}.catalog-picker__heading>div>span{color:var(--brand-active);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalog-picker h2{margin:3px 0 0;color:#1b1e2c;font-size:17px;font-weight:700;line-height:1.2;letter-spacing:-.017em}.catalog-live{min-height:24px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#eaf8f2;color:#27805e;font-size:8px;font-weight:800;letter-spacing:.07em}.catalog-live i{width:6px;height:6px;border-radius:50%;background:#31ad7c;box-shadow:0 0 0 3px #31ad7c21}.catalog-type-tabs{padding:4px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;border-radius:13px;background:#f2f3f5}.catalog-type-tabs button{min-width:0;min-height:44px;padding:0 6px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:10px;background:transparent;color:#747883;font-family:var(--font-sans);cursor:pointer}.catalog-type-tabs button>span{overflow:hidden;font-size:9px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.catalog-type-tabs button small{min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#8c9099;font-size:7px}.catalog-type-tabs button.is-active{background:var(--brand);color:#fff;box-shadow:0 6px 15px #f9731633}.catalog-type-tabs button.is-active small{background:#fff3;color:#fff}.catalog-type-note{min-height:29px;margin:10px 2px 0;color:var(--text-muted);font-size:9px;line-height:1.5}.plan-options{display:grid;gap:10px}.plan-option{position:relative;overflow:hidden;border:1px solid #e7e4e0;border-radius:19px;background:#fff;box-shadow:0 8px 24px #1b1e2909}.plan-option.is-recommended{border-color:#f9731659;box-shadow:0 11px 29px #f9731614}.plan-option.is-recommended:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--brand)}.plan-option__main{position:relative;min-height:82px;padding:15px 16px 13px 18px;display:grid;grid-template-columns:minmax(95px,auto) 1fr;align-items:center;gap:14px}.plan-option__identity{display:flex;flex-direction:column}.plan-option__data{color:#171a28;font-size:20px;font-weight:700;line-height:1.05;letter-spacing:-.025em}.plan-option__validity{margin-top:4px;color:var(--text-secondary);font-size:10px;font-weight:650}.plan-option__meta{min-width:0;padding-left:14px;display:flex;flex-direction:column;gap:4px;border-left:1px solid #ebe8e4}.plan-option__meta span{overflow:hidden;color:var(--text-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.plan-option__meta strong{color:#555b65;font-size:10px;font-weight:680}.plan-option__badge{position:absolute;top:11px;right:12px;min-height:21px;padding:0 7px;display:inline-flex;align-items:center;border-radius:999px;background:#fff0df;color:var(--brand-active);font-size:7px;font-weight:800}.plan-option__footer{min-height:61px;padding:9px 10px 9px 18px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:5px;border-top:1px solid #efedea;background:#fdfcfa}.plan-option__footer>div{display:flex;flex-direction:column}.plan-option__footer>div strong{color:#1b1e2b;font-size:16px;font-weight:750;letter-spacing:-.015em}.plan-option__footer>div span{color:var(--text-muted);font-size:8px}.plan-option__details,.plan-option__buy{min-height:40px;padding:0 11px;border-radius:12px;font:680 9px/1 var(--font-sans);cursor:pointer}.plan-option__details{border:0;background:transparent;color:#626772}.plan-option__buy{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:0 7px 15px #f973162e}.plan-option--loading{min-height:145px;padding:17px}.bundle-selector{margin-top:14px;padding:17px;border:1px solid #e7e4e0;border-radius:22px;background:#fff;box-shadow:0 10px 30px #1a1d290b}.bundle-selector__heading{margin-bottom:13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.bundle-selector__heading>div{display:flex;flex-direction:column}.bundle-selector__heading>div>span{color:var(--brand-active);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bundle-selector__heading h2{margin:3px 0 0;color:#1b1e2c;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.018em}.bundle-tabs{padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:14px;background:#eff0f2}.bundle-tabs button{min-height:47px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;background:transparent;color:#6e737e;font-family:var(--font-sans);cursor:pointer}.bundle-tabs button>span{font-size:11px;font-weight:700}.bundle-tabs button small{min-width:20px;height:20px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#888d96;font-size:8px;font-weight:700}.bundle-tabs button.is-active{background:var(--brand);color:#fff;box-shadow:0 7px 17px #f9731638}.bundle-tabs button.is-active small{background:#fff3;color:#fff}.bundle-selector__note{min-height:29px;margin:10px 2px 12px;color:var(--text-muted);font-size:9px;line-height:1.5}.bundle-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bundle-option{position:relative;min-width:0;min-height:87px;padding:13px 11px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e3e1de;border-radius:15px;background:#fff;color:#262a37;font-family:var(--font-sans);text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.bundle-option:hover{border-color:#f973165c}.bundle-option.is-selected{border-color:var(--brand);background:#fff8f0;box-shadow:0 0 0 2px #f973161a}.bundle-option strong{font-size:16px;font-weight:750;letter-spacing:-.015em}.bundle-option>span{margin-top:3px;color:var(--text-secondary);font-size:9px;font-weight:620}.bundle-option small{margin-top:auto;padding-top:8px;color:var(--brand-active);font-size:9px;font-weight:720}.bundle-option i{position:absolute;top:9px;right:9px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:8px;font-style:normal;font-weight:800}.bundle-option-skeleton{height:87px;border-radius:15px}.bundle-more{width:100%;min-height:42px;margin-top:9px;border:1px solid #e5e2de;border-radius:12px;background:#fff;color:#555a65;font:650 10px/1 var(--font-sans);cursor:pointer}.selected-bundle{margin-top:13px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:13px;border-radius:17px;background:radial-gradient(circle at 100% 0,rgba(255,255,255,.2),transparent 44%),linear-gradient(135deg,var(--brand),var(--brand-hover));color:#fff;box-shadow:0 12px 26px #f973162e}.selected-bundle__summary,.selected-bundle__price{display:flex;flex-direction:column}.selected-bundle__summary>span,.selected-bundle__price>span{color:#ffffffd6;font-size:8px}.selected-bundle__summary strong{margin-top:3px;color:#fff;font-size:14px;font-weight:720}.selected-bundle__summary small{margin-top:3px;overflow:hidden;color:#ffffffd1;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.selected-bundle__price{align-items:flex-end}.selected-bundle__price strong{margin-top:2px;color:#fff;font-size:16px;font-weight:700}.selected-bundle__price small{margin-top:2px;color:#ffffffd1;font-size:7px}.selected-bundle__details,.selected-bundle__buy{min-height:42px;border-radius:12px;font:680 10px/1 var(--font-sans);cursor:pointer}.selected-bundle__details{border:1px solid rgba(255,255,255,.55);background:#ffffff1f;color:#fff}.selected-bundle__buy{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #fff;background:#fff;color:var(--brand-active);box-shadow:0 8px 18px #9d410429}.bundle-empty{padding:22px 15px;border:1px dashed #e3d6ca;border-radius:15px;background:#fffaf5;text-align:center}.bundle-empty strong{color:#303441;font-size:12px}.bundle-empty p{margin:6px 0 12px;color:var(--text-secondary);font-size:9px;line-height:1.5}.bundle-empty button{min-height:39px;padding:0 13px;border:1px solid var(--brand);border-radius:11px;background:var(--brand);color:#fff;font:680 9px/1 var(--font-sans);cursor:pointer}.regional-entry{min-height:66px;margin-top:11px;padding:0 14px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border:1px dashed #dfc4aa;border-radius:17px;background:#fffaf5}.regional-entry>div{display:flex;flex-direction:column}.regional-entry strong{color:#373b47;font-size:11px}.regional-entry span{margin-top:3px;color:var(--text-muted);font-size:8px}.regional-entry button{min-height:38px;padding:0 12px;border:1px solid #e2d9d0;border-radius:11px;background:#fff;color:var(--brand-active);font:680 9px/1 var(--font-sans);cursor:pointer}.catalog-secondary-link{width:100%;min-height:40px;border:0;background:transparent;color:#767a84;font:620 9px/1 var(--font-sans);cursor:pointer}.results-grid{display:grid;gap:12px}.plan-choice{position:relative;padding:17px;overflow:hidden;border:1px solid #e9e6e2;border-radius:21px;background:#fff;box-shadow:0 9px 28px #181b270b}.plan-choice--featured{border-color:#f9731652;background:linear-gradient(90deg,var(--brand),var(--brand)) 0 0 / 4px 100% no-repeat,linear-gradient(145deg,#fffaf4,#fff 48%)}.plan-choice__top,.plan-choice__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.plan-choice__coverage{color:var(--text-secondary);font-size:11px}.plan-choice h2{margin:3px 0 0;color:#1a1d2b;font-size:15px;font-weight:720;letter-spacing:-.01em}.plan-choice__badge{min-height:24px;padding:0 9px;display:inline-flex;align-items:center;border-radius:999px;background:#fff0df;color:#bd4c0b;font-size:10px;font-weight:750;white-space:nowrap}.plan-choice__specs{margin:15px 0 11px;display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:17px}.plan-choice__specs div{display:flex;flex-direction:column;gap:1px}.plan-choice__specs span{color:var(--text-muted);font-size:10px}.plan-choice__specs strong{color:#171a28;font-size:22px;font-weight:750;letter-spacing:-.025em}.plan-choice__specs i{width:1px;height:32px;background:#ece8e4}.plan-choice__type{min-height:28px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;border-radius:9px;background:#f5f8f6;color:#536158;font-size:10px;font-weight:650}.plan-choice__type>span:first-child{color:#28a874}.plan-choice__bottom{margin-top:14px;padding-top:14px;align-items:center;border-top:1px solid #efedea}.plan-choice__price{display:flex;flex-direction:column}.plan-choice__price strong{color:#151826;font-size:18px;font-weight:760;letter-spacing:-.018em}.plan-choice__price span{margin-top:1px;color:var(--text-muted);font-size:9px}.plan-choice__actions{display:flex;align-items:center;gap:5px}.plan-choice__details,.plan-choice__buy{min-height:40px;padding:0 12px;border-radius:12px;font:680 11px/1 var(--font-sans);cursor:pointer}.plan-choice__details{border:0;background:transparent;color:#555b69}.plan-choice__buy{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:0 7px 16px #f9731633}.plan-choice__skeleton-title{width:43%;height:12px}.plan-choice__skeleton-data{width:67%;height:31px;margin-top:15px}.plan-choice__skeleton-line{width:100%;height:12px;margin-top:11px}.plan-choice__skeleton-button{width:100%;height:42px;margin-top:17px;border-radius:12px}.results-more{width:100%;min-height:48px;margin-top:14px;border:1px solid #e2dfdb;border-radius:15px;background:#fff;color:#343846;font:680 12px/1 var(--font-sans);cursor:pointer}.results-empty{padding:28px 22px;border:1px solid #e9e6e2;border-radius:22px;background:#fff;text-align:center}.results-empty__icon{width:48px;height:48px;margin:0 auto 13px;display:grid;place-items:center;border-radius:16px;background:var(--brand-light);color:var(--brand-active);font-size:24px}.results-empty h2{margin:0;font-size:18px;line-height:1.3}.results-empty p{margin:8px 0 17px;color:var(--text-secondary);font-size:12px;line-height:1.55}.results-empty>div{display:grid;gap:8px}@media (min-width: 760px){.results-page{padding:22px 24px 48px}.results-hero{padding:25px 28px}.results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-heading{margin-bottom:19px}.page-heading__eyebrow,.plan-kicker,.plan-section__eyebrow,.esims-hero__eyebrow{display:block;margin-bottom:5px;color:var(--brand-active);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.page-heading h1{margin:0;color:#171a28;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.018em}.page-heading p{max-width:480px;margin:7px 0 0;color:var(--text-secondary);font-size:12px;line-height:1.6}.plan-page{padding:12px 16px 116px}.plan-hero{position:relative;padding:20px;overflow:hidden;border:1px solid rgba(249,115,22,.2);border-radius:25px;background:radial-gradient(circle at 94% 2%,rgba(255,193,119,.4),transparent 32%),linear-gradient(145deg,#fff9f1,#fff 68%)}.plan-hero:after{content:"";position:absolute;right:-52px;top:-61px;width:155px;height:155px;border:1px solid rgba(249,115,22,.13);border-radius:50%}.plan-hero__heading{position:relative;z-index:1;display:flex;align-items:center;gap:13px}.plan-hero__tile{width:50px!important;height:50px!important;border-radius:16px!important;background:#fffc!important;box-shadow:0 5px 18px #1e202a0f}.plan-hero h1{margin:0;color:#171a28;font-size:21px;font-weight:700;line-height:1.17;letter-spacing:-.018em}.plan-hero__stats{margin:21px 0 15px;display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:18px}.plan-hero__stats div{display:flex;flex-direction:column}.plan-hero__stats span{color:var(--text-muted);font-size:10px}.plan-hero__stats strong{margin-top:2px;color:#151826;font-size:24px;font-weight:700;letter-spacing:-.025em}.plan-hero__stats i{width:1px;height:35px;background:#73645524}.plan-hero__chips{display:flex;flex-wrap:wrap;gap:6px}.plan-hero__chips>span{min-height:27px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border-radius:9px;background:#ffffffbd;color:#62676f;font-size:9px;font-weight:650}.plan-hero__chips b{color:#29a775}.plan-description{margin:14px 3px 24px;color:var(--text-secondary);font-size:12px;line-height:1.65}.plan-notice{margin:-8px 0 22px;padding:13px 14px;display:flex;flex-direction:column;gap:3px;border:1px solid #f1d6a8;border-radius:14px;background:#fff9ec;color:#8d5915;font-size:11px;line-height:1.5}.plan-section{padding:23px 3px;border-top:1px solid #ebe8e4}.plan-section__heading{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.plan-section__heading h2,.qr-next h2{margin:0;color:#1a1d2b;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.018em}.plan-section__count{color:var(--text-muted);font-size:11px}.coverage-list{overflow:hidden;border:1px solid #e9e6e2;border-radius:17px;background:#fff}.coverage-list__row{min-height:55px;padding:0 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;border-bottom:1px solid #f0eeeb;color:#303441;font-size:13px;font-weight:620}.coverage-list__row:last-child{border-bottom:0}.coverage-list__row>span:last-child{color:#32aa7b}.plan-text-button{min-height:42px;padding:0;border:0;background:transparent;color:var(--brand-active);font:680 11px/1 var(--font-sans);cursor:pointer}.after-pay{margin:0;padding:0;list-style:none}.after-pay li{position:relative;display:grid;grid-template-columns:30px 1fr;gap:11px}.after-pay li:not(:last-child):after{content:"";position:absolute;left:14px;top:30px;bottom:0;width:1px;background:#e7e2dc}.after-pay li>span{position:relative;z-index:1;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fff0e1;color:var(--brand-active);font-size:11px;font-weight:800}.after-pay p{margin:5px 0 19px;color:var(--text-secondary);font-size:12px;line-height:1.55}.plan-faq{margin:0 0 18px}.provider-transparency{padding:14px;display:grid;grid-template-columns:26px 1fr;gap:10px;border-radius:16px;background:#f2f5f7}.provider-transparency>span{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:#fff;color:#5b6570;font-size:12px;font-weight:800}.provider-transparency strong{color:#343a43;font-size:11px}.provider-transparency p{margin:3px 0 0;color:#727983;font-size:10px;line-height:1.55}.plan-secondary-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.plan-secondary-actions button,.qr-secondary button{min-height:43px;border:1px solid #e2dfdc;border-radius:13px;background:#fff;color:#404552;font:650 11px/1 var(--font-sans);cursor:pointer}.purchase-dock{position:sticky;z-index:20;bottom:0;padding:11px 16px max(16px,env(safe-area-inset-bottom));display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:15px;border-top:1px solid rgba(220,217,213,.84);background:#ffffffeb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.purchase-dock>div{display:flex;flex-direction:column}.purchase-dock strong{color:#171a28;font-size:17px;font-weight:700}.purchase-dock>div span{color:var(--text-muted);font-size:9px}.purchase-dock button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--brand);border-radius:15px;background:var(--brand);color:#fff;box-shadow:0 9px 19px #f9731633;font:720 13px/1 var(--font-sans);cursor:pointer}.cart-page{padding:23px 16px 38px}.cart-product{overflow:hidden;border:1px solid #e7e4e0;border-radius:23px;background:#fff;box-shadow:0 12px 32px #1a1d290d}.cart-product__top{padding:17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:linear-gradient(135deg,#fff9f2,#fff)}.cart-product__tile{width:45px!important;height:45px!important;border-radius:14px!important;background:#fff!important}.cart-product__top div>span{color:var(--text-secondary);font-size:10px}.cart-product__top h2{margin:2px 0 0;color:#1b1e2c;font-size:16px;font-weight:730;letter-spacing:-.01em}.cart-product__check{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#e3f7ed;color:#24a36f;font-size:11px}.cart-product__facts{padding:16px 17px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;border-top:1px solid #efedea;border-bottom:1px solid #efedea}.cart-product__facts div{min-width:0;display:flex;flex-direction:column;gap:3px}.cart-product__facts span{color:var(--text-muted);font-size:9px}.cart-product__facts strong{overflow:hidden;color:#333744;font-size:11px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.cart-product__quantity{padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-product__quantity>div:first-child{display:flex;flex-direction:column}.cart-product__quantity strong{color:#2b2f3c;font-size:12px}.cart-product__quantity span{margin-top:2px;color:var(--text-muted);font-size:9px}.quantity-control{display:grid;grid-template-columns:38px 32px 38px;align-items:center}.quantity-control button{width:38px;height:38px;border:1px solid #e3dfdb;border-radius:12px;background:#fff;color:#2d313e;font:500 18px/1 var(--font-sans);cursor:pointer}.quantity-control output{text-align:center;color:#1c1f2c;font-size:14px;font-weight:720}.cart-summary{margin-top:13px;padding:15px 17px;border:1px solid #ebe8e4;border-radius:18px;background:#fff}.cart-summary>div{min-height:29px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text-secondary);font-size:11px}.cart-summary strong{color:#303441;font-weight:680}.cart-summary__total{margin-top:7px;padding-top:11px;border-top:1px solid #ece9e5;color:#171a28!important;font-size:14px!important;font-weight:720}.cart-summary__total strong{font-size:17px;font-weight:700}.cart-assurance{margin:12px 2px 17px;display:grid;grid-template-columns:25px 1fr;gap:9px;align-items:start}.cart-assurance>span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#eaf8f2;color:#299a70;font-size:12px}.cart-assurance p{margin:2px 0 0;color:var(--text-secondary);font-size:10px;line-height:1.5}.cart-checkout{width:100%;min-height:51px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid var(--brand);border-radius:15px;background:var(--brand);color:#fff;box-shadow:0 10px 20px #f9731633;font:720 13px/1 var(--font-sans);cursor:pointer}.cart-continue{width:100%;min-height:44px;border:0;background:transparent;color:#666b77;font:650 11px/1 var(--font-sans);cursor:pointer}.esims-page{padding:12px 16px 40px}.esims-hero{min-height:166px;padding:22px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:17px;border-radius:25px;background:radial-gradient(circle at 100% 0,rgba(255,153,67,.28),transparent 36%),#171927;color:#fff}.esims-hero__eyebrow{color:#ffad68}.esims-hero h1{margin:0;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.025em}.esims-hero p{max-width:285px;margin:7px 0 0;color:#bbbfc9;font-size:10px;line-height:1.55}.esims-hero__metric{width:62px;height:62px;display:grid;place-content:center;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#ffffff12;text-align:center}.esims-hero__metric strong{font-size:19px;font-weight:700}.esims-hero__metric span{color:#bbbfc9;font-size:8px}.esims-list{margin-top:14px;display:grid;gap:11px}.esim-item{overflow:hidden;border:1px solid #e8e5e1;border-radius:21px;background:#fff}.esim-item__head{padding:16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px}.esim-item__tile{width:43px!important;height:43px!important;border-radius:14px!important}.esim-item h2{margin:0;color:#252936;font-size:14px;font-weight:710}.esim-item p{margin:3px 0 0;color:var(--text-muted);font-size:9px}.esim-status{min-height:23px;padding:0 8px;display:inline-flex;align-items:center;border-radius:999px;font-size:8px;font-weight:750;white-space:nowrap}.esim-status--success{background:#e8f8f0;color:#23825d}.esim-status--info{background:#eaf1ff;color:#416dad}.esim-status--neutral{background:#f1f1f1;color:#7a7d84}.esim-item__actions{padding:10px;display:flex;gap:7px;border-top:1px solid #efedea;background:#fcfbfa}.esim-item__actions button{min-height:39px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid #e5e2de;border-radius:12px;background:#fff;color:#535865;font:650 10px/1 var(--font-sans);cursor:pointer}.esim-item__actions button.is-primary{flex:1;border-color:var(--brand);background:var(--brand);color:#fff}.esims-new{width:100%;min-height:66px;margin-top:13px;padding:0 15px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;border:1px dashed #e1b78f;border-radius:18px;background:#fffaf4;color:#333744;text-align:left;cursor:pointer}.esims-new>span:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#fff0df;color:var(--brand-active);font-size:18px}.esims-new>span:nth-child(2){display:flex;flex-direction:column}.esims-new strong{font-size:11px}.esims-new small{margin-top:2px;color:var(--text-muted);font-size:9px}.qr-page{padding:23px 16px 40px}.qr-reference{min-height:43px;margin-bottom:12px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid #e8e5e1;border-radius:13px;background:#fff;color:var(--text-muted);font-size:9px}.qr-reference strong{flex:1;color:#323643;font-size:11px}.qr-reference__demo{min-height:20px;padding:0 7px;display:inline-flex;align-items:center;border-radius:999px;background:#fff0df;color:var(--brand-active);font-size:8px;font-weight:800}.qr-vault{position:relative;min-height:322px;padding:25px;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:#171927}.qr-vault__glow{position:absolute;width:250px;height:250px;border-radius:50%;background:#f973162e;filter:blur(30px)}.qr-vault__code{position:relative;padding:12px;border-radius:18px;background:#fff;filter:blur(10px);opacity:.38;transition:filter .18s ease,opacity .18s ease}.qr-vault.is-revealed .qr-vault__code{filter:none;opacity:1}.qr-vault__cover{position:absolute;top:0;right:0;bottom:0;left:0;padding:27px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.qr-vault__lock{width:48px;height:48px;margin-bottom:13px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#ffffff17;color:#ffae6a;font-size:20px}.qr-vault__cover strong{font-size:17px;font-weight:720}.qr-vault__cover p{max-width:260px;margin:7px 0 18px;color:#bfc2cc;font-size:10px;line-height:1.55}.qr-vault__cover button{min-height:45px;padding:0 19px;border:1px solid var(--brand);border-radius:14px;background:var(--brand);color:#fff;font:700 11px/1 var(--font-sans);cursor:pointer}.qr-warning{margin-top:11px;padding:12px;display:grid;grid-template-columns:24px 1fr;gap:9px;border:1px solid #f1d4a6;border-radius:14px;background:#fff8ea}.qr-warning>span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#ffe9c4;color:#a96511;font-size:11px;font-weight:800}.qr-warning p{margin:1px 0 0;color:#95611e;font-size:9px;line-height:1.5}.qr-next{margin:22px 0 18px;padding:20px;border:1px solid #e8e5e1;border-radius:20px;background:#fff}.qr-next p{margin:7px 0 14px;color:var(--text-secondary);font-size:10px;line-height:1.55}.qr-next button{min-height:44px;padding:0 15px;display:inline-flex;align-items:center;gap:13px;border:1px solid var(--brand);border-radius:13px;background:var(--brand);color:#fff;font:700 11px/1 var(--font-sans);cursor:pointer}.qr-secondary{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkout-heading{margin-bottom:14px}.checkout-price-check{min-height:61px;margin-bottom:12px;padding:0 14px;display:grid;grid-template-columns:31px 1fr;align-items:center;gap:10px;border:1px solid #cfeadd;border-radius:17px;background:linear-gradient(135deg,#f0fbf6,#fff)}.checkout-price-check>span{width:31px;height:31px;display:grid;place-items:center;border-radius:11px;background:#36ad7e;color:#fff;font-size:12px;font-weight:800}.checkout-price-check>div{display:flex;flex-direction:column}.checkout-price-check strong{color:#276349;font-size:11px}.checkout-price-check small{margin-top:2px;color:#638374;font-size:9px}@media (min-width: 760px){.plan-page,.cart-page,.esims-page,.qr-page{padding-left:24px;padding-right:24px}.esims-list{grid-template-columns:minmax(0,1fr)}}.search-page{padding:23px 16px 44px}.search-heading{margin-bottom:17px}.search-command{position:relative;padding:16px;overflow:hidden;border:1px solid rgba(249,115,22,.2);border-radius:21px;background:radial-gradient(circle at 100% 0,rgba(255,186,112,.3),transparent 40%),linear-gradient(145deg,#fff9f2,#fff 68%)}.search-command label{display:block;margin-bottom:8px;color:#3e424e;font-size:10px;font-weight:720}.search-command__control{min-height:52px;padding:0 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;border:1px solid #e1ddd8;border-radius:15px;background:#ffffffeb;box-shadow:0 7px 18px #1e202a0b;transition:border-color .15s ease,box-shadow .15s ease}.search-command__control:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #f973161f}.search-command__control>span:first-child{color:var(--brand-active);font-size:18px}.search-command__control input{width:100%;min-width:0;height:50px;padding:0;border:0;outline:0;background:transparent;color:#252936;font:500 13px/1 var(--font-sans)}.search-command__control input::placeholder{color:#a2a6af}.search-command__count{min-width:25px;height:25px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff0df;color:var(--brand-active);font-size:9px;font-weight:800}.search-command>p{margin:8px 2px 0;color:var(--text-muted);font-size:9px}.search-recent,.search-popular,.search-results{margin-top:24px}.search-section-heading{margin-bottom:11px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.search-section-heading>div{display:flex;flex-direction:column}.search-section-heading>div>span{color:var(--brand-active);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.search-section-heading h2{margin:3px 0 0;color:#1b1e2c;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.017em}.search-section-heading__action{min-height:34px;padding:0;border:0;background:transparent;color:var(--brand-active);font:680 10px/1 var(--font-sans);cursor:pointer}.search-recent__chips{display:flex;flex-wrap:wrap;gap:7px}.search-recent__chips button{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #e4e1dd;border-radius:999px;background:#fff;color:#414652;font:650 10px/1 var(--font-sans);cursor:pointer}.search-recent__chips span{color:var(--brand-active);font-size:9px}.search-popular__grid,.search-result-list{display:grid;gap:9px}.search-country,.search-result-item{width:100%;min-height:70px;padding:10px 12px;display:grid;align-items:center;gap:11px;border:1px solid #e8e5e1;border-radius:17px;background:#fff;color:#272b38;font-family:var(--font-sans);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.search-country{grid-template-columns:auto minmax(0,1fr) auto auto;min-height:86px;padding:14px;gap:13px;border-radius:20px;box-shadow:0 10px 28px #1e19140b}.search-result-item{grid-template-columns:auto minmax(0,1fr) auto auto}.search-country:hover,.search-result-item:hover{border-color:#f973164d;box-shadow:0 8px 20px #1c1e290d;transform:translateY(-1px)}.search-country__flag,.search-result-item__tile{width:42px!important;height:42px!important;border-radius:13px!important}.search-country__flag{width:50px!important;height:50px!important;display:grid;place-items:center;border:1px solid #eee9e3;border-radius:16px!important;background:linear-gradient(145deg,#fff,#faf7f3);line-height:1;box-shadow:inset 0 1px #fff,0 4px 12px #1e19140a}.search-country__copy,.search-result-item__copy,.search-country__price{min-width:0;display:flex;flex-direction:column}.search-country__copy strong,.search-result-item__copy strong{overflow:hidden;font-size:13px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.search-country__copy small,.search-result-item__copy small{margin-top:3px;overflow:hidden;color:var(--text-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.search-country__price{color:#343845;font-size:12px;font-weight:750;white-space:nowrap}.search-country__arrow{width:34px;height:34px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:var(--brand);color:#fff;font-size:13px;box-shadow:0 7px 16px #f9731633;transition:background .18s ease,transform .18s ease}.search-country:hover .search-country__arrow{background:var(--brand-active);transform:translate(2px)}.search-result-item__arrow{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#fff5ea;color:var(--brand-active);font-size:11px}.search-result-item__kind{min-height:23px;padding:0 8px;display:inline-flex;align-items:center;border-radius:999px;background:#f1f3f5;color:#70757f;font-size:8px;font-weight:700}.search-empty{padding:27px 20px;border:1px solid #e8e5e1;border-radius:21px;background:#fff;text-align:center}.search-empty__icon{width:45px;height:45px;margin:0 auto 11px;display:grid;place-items:center;border-radius:15px;background:#fff3e6;color:var(--brand-active);font-size:19px}.search-empty h3{margin:0;color:#252936;font-size:16px;font-weight:730}.search-empty p{max-width:270px;margin:7px auto 15px;color:var(--text-secondary);font-size:10px;line-height:1.55}.search-empty>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.search-empty button{min-height:42px;border:1px solid #e4e1dd;border-radius:12px;background:#fff;color:#424753;font:650 10px/1 var(--font-sans);cursor:pointer}.search-empty button:first-child{border-color:var(--brand);background:var(--brand);color:#fff}@media (min-width: 760px){.search-page{padding:30px 24px 52px}.search-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
