
: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:#292d38;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-on-brand:#fff;--bg-page:#f8fafc;--bg-card:#fff;--bg-subtle:#f3f4f6;--bg-hover:#f9fafb;--border:#e5e7eb;--border-strong:#d1d5db;--focus-ring:0 0 0 3px #f973162e}
:root{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--fs-hero:42px;--fs-section:26px;--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 #00000014;--shadow-card-hover:0 8px 24px #00000014;--shadow-dialog:0 20px 60px #0000001f}
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}
.an-btn{font-family:var(--font-sans);font-weight:var(--fw-semibold);border-radius:var(--radius-button);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.an-btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.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{color:var(--text-secondary);background:0 0}.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,border-color .2s}.an-card--hoverable:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.an-card__header{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-6) 0;display:flex}.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{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);display:flex}.an-field{flex-direction:column;gap:6px;display:flex}.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;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-input);box-sizing:border-box;width:100%;padding:0 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.an-input::placeholder{color:var(--text-muted)}.an-input:focus{border-color:var(--brand);box-shadow:var(--focus-ring);outline:none}.an-input--error{border-color:var(--danger)}.an-input--error:focus{box-shadow:0 0 0 3px #ef444426}.an-switch{flex-shrink:0;display:inline-flex;position:relative}.an-switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.an-switch__track{background:var(--border-strong);border-radius:var(--radius-pill);width:44px;height:26px;transition:background .15s}.an-switch__thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0003}.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{height:24px;font-size:var(--fs-small);font-weight:var(--fw-semibold);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.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{font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-primary);align-items:center;gap:8px;display:inline-flex}.an-status__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.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{gap:var(--space-6);border-bottom:1px solid var(--border);display:flex}.an-tabs__tab{appearance:none;font-family:var(--font-sans);font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 2px 12px;transition:color .15s,border-color .15s}.an-tabs__tab:hover{color:var(--text-primary)}.an-tabs__tab--active{color:var(--text-primary);border-bottom-color:var(--brand)}.an-dialog-overlay{padding:var(--space-6);z-index:100;background:#11182766;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.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{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-6);display:flex}@media (max-width:480px){.an-dialog-overlay{align-items:flex-end;padding:0}.an-dialog{border-radius:var(--radius-dialog) var(--radius-dialog) 0 0;max-width:none;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%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.6s infinite an-shimmer}.an-skeleton--circle{border-radius:50%}@media (prefers-reduced-motion:reduce){.an-skeleton{animation:none}}.an-empty{text-align:center;padding:var(--space-12) var(--space-6);align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.an-empty__icon{background:var(--brand-light);width:48px;height:48px;color:var(--brand-hover);margin-bottom:var(--space-2);border-radius:14px;justify-content:center;align-items:center;display:flex}.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);max-width:360px;margin:0}.an-empty__action{margin-top:var(--space-4)}.an-chip{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-pill);height:36px;font-size:var(--fs-caption);font-weight:var(--fw-medium);color:var(--text-primary);white-space:nowrap;align-items:center;gap:8px;padding:0 14px;display:inline-flex}.an-chip svg{color:var(--text-secondary)}.an-accordion{padding:4px 14px}.an-accordion__item{border-bottom:1px solid var(--border)}.an-accordion__item:last-child{border-bottom:none}.an-accordion__trigger{cursor:pointer;min-height:48px;font-family:var(--font-sans);color:var(--text-primary);justify-content:space-between;align-items:center;gap:10px;padding:12px 0;font-size:14px;font-weight:500;list-style:none;display:flex}.an-accordion__trigger::-webkit-details-marker{display:none}.an-accordion__trigger::marker{content:""}.an-accordion__sign{width:14px;height:14px;color:var(--text-muted);flex-shrink:0;position:relative}.an-accordion__sign:before,.an-accordion__sign:after{content:"";background:currentColor;border-radius:1px;position:absolute}.an-accordion__sign:before{width:14px;height:2px;top:6px;left:0}.an-accordion__sign:after{width:2px;height:14px;transition:transform .15s;top:0;left:6px}details[open]>.an-accordion__trigger .an-accordion__sign:after{transform:scaleY(0)}.an-accordion__panel{color:var(--text-secondary);padding:0 0 14px;font-size:13px;line-height:1.6}@media (prefers-reduced-motion:reduce){.an-accordion__sign:after{transition:none}}.an-sheet-overlay{z-index:60;background:#11182766;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.an-sheet-overlay[data-state=open]{animation:.15s an-sheet-fade-in}.an-sheet{background:var(--bg-card);width:100%;max-width:480px;padding:18px 16px calc(34px + env(safe-area-inset-bottom));max-height:78vh;box-shadow:var(--shadow-dialog);border-radius:24px 24px 0 0;margin:0 auto;overflow-y:auto}.an-sheet[data-state=open]{animation:.2s an-sheet-slide-up}.an-sheet__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.an-sheet__title{font-size:16px;font-weight:600}.an-sheet__close{background:var(--bg-subtle);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);border:none;border-radius:999px;justify-content:center;align-items:center;font-size:15px;display:flex}@keyframes an-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes an-sheet-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.an-sheet-overlay[data-state=open],.an-sheet[data-state=open]{animation:none}}
*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg-page);margin:0}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){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}.app-shell{background:var(--bg-page);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;position:relative}.app-header{z-index:9;-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:max(14px, env(safe-area-inset-top)) 16px 10px;background:#f8fafceb;align-items:center;gap:10px;display:flex;position:sticky;top:0}.app-main{min-width:0;padding-bottom:env(safe-area-inset-bottom);flex:1}
.usage-guide-shell{background:radial-gradient(circle at 92% 7%,#ffdec28f,#0000 25rem),linear-gradient(#fffaf5 0%,#f8fafc 62%,#fff 100%)}.usage-guide{width:min(100%,940px);margin:0 auto;padding:30px 16px 54px}.usage-guide-hero{background:linear-gradient(#ea6f1e0e 1px,#0000 1px) 0 0/26px 26px,linear-gradient(90deg,#ea6f1e0e 1px,#0000 1px) 0 0/26px 26px,#ffffffe6;border:1px solid #d6621924;border-radius:30px;grid-template-columns:minmax(0,1.1fr) minmax(250px,.9fr);align-items:center;gap:24px;min-height:330px;padding:30px 24px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #70401e14}.usage-guide-hero:after{content:"";border:1px solid #f9731630;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-155px;right:-130px}.usage-guide-hero__copy{z-index:2;position:relative}.usage-guide-kicker{color:#c64d0b;letter-spacing:.13em;font-size:10px;font-weight:780}.usage-guide-hero h1{color:#272b36;letter-spacing:-.025em;max-width:560px;margin:10px 0 12px;font-size:clamp(29px,5vw,44px);font-weight:610;line-height:1.12}.usage-guide-hero__copy>p{color:#6c7280;max-width:520px;margin:0;font-size:14px;line-height:1.65}.usage-guide-visual{min-height:270px;position:relative}.usage-guide-visual__orb{background:linear-gradient(145deg,#ffead8,#ffd8ba);border-radius:50%;width:220px;height:220px;position:absolute;top:28px;right:-30px}.usage-guide-phone{background:#262a35;border:5px solid #262a35;border-radius:35px;width:178px;height:315px;padding:11px;position:absolute;top:7px;right:23px;transform:rotate(5deg);box-shadow:0 28px 45px #22252e38}.usage-guide-phone__speaker{z-index:2;background:#262a35;border-radius:0 0 11px 11px;width:54px;height:15px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.usage-guide-phone__screen{color:#2f3440;background:linear-gradient(#fbfbfc,#f3f4f6);border-radius:23px;height:100%;padding:52px 13px 15px}.usage-guide-phone__screen>span{color:#9297a2;font-size:9px;display:block}.usage-guide-phone__screen>strong{margin-top:4px;font-size:13px;font-weight:700;display:block}.usage-guide-phone__screen>div{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;margin-top:20px;padding:12px 10px;font-size:10px;font-weight:650;display:flex;box-shadow:0 7px 20px #1c202a0f}.usage-guide-phone__screen>div i,.usage-guide-roaming__toggle{background:#21b77a;border-radius:999px;flex:none;width:34px;height:20px;display:inline-block;position:relative}.usage-guide-phone__screen>div i b,.usage-guide-roaming__toggle i{background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px;box-shadow:0 1px 3px #0000002e}.usage-guide-phone__screen>small{color:#1f9367;text-align:right;margin-top:7px;font-size:9px;font-weight:700;display:block}.usage-guide-visual__sim{z-index:3;color:#e75d0c;background:#fffffff0;border:1px solid #ffd2b2;border-radius:20px;width:60px;height:60px;padding:15px;position:absolute;top:53px;left:10px;transform:rotate(-7deg);box-shadow:0 15px 32px #7c40191f}.usage-guide-visual__sim svg,.usage-guide-visual__check svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.usage-guide-visual__check{z-index:4;color:#16966a;background:#dff8ec;border:5px solid #fff;border-radius:50%;width:46px;height:46px;padding:11px;position:absolute;bottom:24px;right:2px;box-shadow:0 10px 24px #1d815c21}.usage-guide-roaming{background:linear-gradient(110deg,#fff1e5,#fff9f4 72%);border:1px solid #ffd0ae;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin-top:18px;padding:18px 20px;display:grid;position:relative;overflow:hidden}.usage-guide-roaming:after{content:"";border:18px solid #f9731612;border-radius:50%;width:110px;height:110px;position:absolute;top:-66px;right:-55px}.usage-guide-roaming__icon,.usage-guide-card__icon{color:#d8560b;background:#fff;place-items:center;display:grid}.usage-guide-roaming__icon{border-radius:15px;width:46px;height:46px;box-shadow:0 8px 22px #703d1c17}.usage-guide-roaming__icon svg,.usage-guide-card__icon svg{width:23px;height:23px}.usage-guide-roaming>div:nth-child(2)>span{color:#c34b08;letter-spacing:.11em;font-size:9px;font-weight:780}.usage-guide-roaming h2{color:#292d38;margin:3px 0 4px;font-size:17px;font-weight:700;line-height:1.25}.usage-guide-roaming p{color:#777b85;margin:0;font-size:11px;line-height:1.45}.usage-guide-roaming__toggle{z-index:1;width:44px;height:26px}.usage-guide-roaming__toggle i{width:20px;height:20px;top:3px;right:3px}.usage-guide-section{margin-top:42px}.usage-guide-section__heading{max-width:590px}.usage-guide-section__heading h2{color:#292d38;letter-spacing:-.02em;margin:7px 0;font-size:clamp(23px,4vw,31px);font-weight:620}.usage-guide-section__heading p{color:#727783;margin:0;font-size:13px;line-height:1.6}.usage-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.usage-guide-card{background:#ffffffeb;border:1px solid #e9e7e4;border-radius:19px;grid-template-columns:auto 1fr;align-items:start;gap:13px;min-width:0;min-height:126px;padding:17px;display:grid;box-shadow:0 12px 30px #2d303a0b}.usage-guide-card--accent{background:#fff7f0;border-color:#f5c9a9}.usage-guide-card__icon{background:#fff1e6;border-radius:14px;width:42px;height:42px}.usage-guide-card--accent .usage-guide-card__icon{color:#fff;background:#ed6b1c}.usage-guide-card h3{color:#303440;margin:2px 0 5px;font-size:13px;font-weight:690;line-height:1.35}.usage-guide-card p{color:#747985;margin:0;font-size:11px;line-height:1.55}.usage-guide-warning{background:#fff7f4;border:1px solid #f2d2c5;border-radius:18px;align-items:flex-start;gap:12px;margin-top:16px;padding:17px 18px;display:flex}.usage-guide-warning__icon{color:#b94626;background:#ffe8df;border-radius:11px;flex:none;width:34px;height:34px;padding:7px}.usage-guide-warning__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.usage-guide-warning strong{color:#7e321f;font-size:12px}.usage-guide-warning p{color:#815748;margin:3px 0 0;font-size:11px;line-height:1.55}.usage-guide-cta{color:#fff;background:#ed6b1c;border-radius:19px;justify-content:space-between;align-items:center;gap:14px;min-height:72px;margin-top:22px;padding:13px 17px;text-decoration:none;display:flex;box-shadow:0 16px 30px #ed6b1c33}.usage-guide-cta:hover{color:#fff;background:#d85a10;text-decoration:none}.usage-guide-cta:focus-visible{box-shadow:var(--focus-ring), 0 16px 30px #ed6b1c33;outline:none}.usage-guide-cta>span{flex-direction:column;gap:4px;display:flex}.usage-guide-cta strong{font-size:14px}.usage-guide-cta small{color:#ffffffc7;font-size:10px}.usage-guide-cta i{font-size:20px;font-style:normal}@media (max-width:679px){.usage-guide{padding-top:18px}.usage-guide-hero{border-radius:25px;grid-template-rows:auto 265px;grid-template-columns:1fr;gap:4px;min-height:490px;padding:23px 19px 0}.usage-guide-hero h1{font-size:29px}.usage-guide-hero__copy>p{font-size:13px}.usage-guide-visual{min-height:265px}.usage-guide-phone{top:10px;right:12%}.usage-guide-visual__orb{right:3%}.usage-guide-visual__sim{top:55px;left:9%}.usage-guide-visual__check{bottom:17px;right:7%}.usage-guide-roaming{gap:11px;padding:15px}.usage-guide-roaming__icon{border-radius:13px;width:40px;height:40px}.usage-guide-roaming h2{font-size:14px}.usage-guide-roaming p{overflow-wrap:anywhere;font-size:9px}.usage-guide-roaming__toggle{width:38px;height:23px}.usage-guide-roaming__toggle i{width:17px;height:17px}.usage-guide-section{margin-top:34px}.usage-guide-grid{grid-template-columns:1fr;gap:10px}.usage-guide-card{min-height:0;padding:15px}}@media (max-width:359px){.usage-guide{padding-left:12px;padding-right:12px}.usage-guide-hero{min-height:475px;padding-left:16px;padding-right:16px}.usage-guide-hero h1{font-size:26px}.usage-guide-phone{right:8%}.usage-guide-visual__sim{left:3%}.usage-guide-roaming{grid-template-columns:auto 1fr}.usage-guide-roaming__toggle{grid-column:2}}
*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg-page);margin:0}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){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}.china-storefront{color:#222631;background:radial-gradient(circle at 85% 3%,#ffdcbe6b,#0000 24rem),#fffaf5;min-height:100vh}.china-header{z-index:20;min-height:68px;padding:12px max(18px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);background:#fffaf5e6;border-bottom:1px solid #372b2014;justify-content:space-between;align-items:center;gap:16px;display:flex;position:sticky;top:0}.china-header__brand{color:#252832;align-items:center;gap:10px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.china-header__mark{background:url(/brand/amraa-esim-logo.svg) 50%/contain no-repeat;flex:none;width:34px;height:34px}.china-header__brand:hover{color:#943d0a;text-decoration:none}.china-header__brand:focus-visible,.china-plan-card__buyrow a:focus-visible,.china-plan-tabs button:focus-visible,.china-home__help-link:focus-visible,.china-help__back:focus-visible,.china-help__account:focus-visible{box-shadow:var(--focus-ring);outline:none}.china-header .app-header__actions{margin-left:auto}.china-home{width:min(100%,1040px);padding:44px 18px max(56px, env(safe-area-inset-bottom));margin:0 auto}.china-home__intro{max-width:690px}.china-home__country{color:#a5430b;background:#fffc;border:1px solid #f973162b;border-radius:999px;align-items:center;gap:9px;min-height:34px;padding:5px 12px 5px 6px;font-size:12px;font-weight:700;display:inline-flex}.china-home__country .destination-item__flag,.china-home__country>span:first-child{border-radius:50%;width:24px;height:24px}.china-home__intro h1{letter-spacing:-.035em;max-width:620px;margin:18px 0 10px;font-size:clamp(32px,8vw,52px);font-weight:650;line-height:1.08}.china-home__intro>p{color:#696b73;max-width:600px;margin:0;font-size:15px;line-height:1.7}.china-home__trust{flex-wrap:wrap;gap:10px 18px;margin-top:20px;display:flex}.china-home__trust span{color:#565b66;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.china-home__trust i{color:#15803d;background:#e7f7ee;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-style:normal;display:inline-flex}.china-referral-banner{background:radial-gradient(circle at 96% 0,#ffb54838,#0000 36%),radial-gradient(circle at 68% 100%,#f6758724,#0000 40%),linear-gradient(118deg,#fffdf9 0%,#fff7f0 48%,#fff0ec 100%);border:1px solid #f45d4833;border-radius:28px;grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);align-items:center;gap:30px;min-height:300px;margin-top:34px;padding:clamp(28px,5vw,48px);display:grid;position:relative;overflow:hidden;box-shadow:0 22px 54px #7239271a}.china-referral-banner__copy{z-index:2;min-width:0;position:relative}.china-referral-banner__copy>span{color:#b74435;letter-spacing:.13em;align-items:center;gap:7px;font-size:10px;font-weight:850;display:inline-flex}.china-referral-banner__copy>span i{color:#f5a623;font-size:13px;font-style:normal}.china-referral-banner__copy h2{color:#34273d;letter-spacing:-.035em;max-width:520px;margin:10px 0 9px;font-size:clamp(25px,4vw,38px);line-height:1.12}.china-referral-banner__copy p{color:#6b5d6d;max-width:560px;margin:0;font-size:14px;line-height:1.62}.china-referral-banner__copy small{color:#8a7d88;margin-top:9px;font-size:10px;display:block}.china-referral-banner__benefits{align-items:center;gap:10px;margin-top:18px;display:flex}.china-referral-banner__benefits span{color:#765b69;background:#ffffffb8;border:1px solid #f45d4824;border-radius:13px;align-items:baseline;gap:6px;min-width:112px;padding:9px 12px;font-size:10px;display:flex}.china-referral-banner__benefits strong{color:#c94634;font-size:16px}.china-referral-banner__benefits>i{color:#dc765f;font-size:15px;font-style:normal;font-weight:800}.china-referral-banner__action{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f36b3f,#e94f45);border-radius:13px;justify-content:center;align-items:center;gap:9px;width:max-content;min-height:44px;margin-top:21px;padding:0 20px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 12px 25px #e24e3d3d}.china-referral-banner__action:hover{color:#fff;background:linear-gradient(135deg,#e85a32,#d9433a);text-decoration:none;transform:translateY(-1px)}.china-referral-banner__action:focus-visible{box-shadow:var(--focus-ring);outline:none}.china-referral-banner__visual{z-index:1;width:100%;position:relative}.china-referral-banner__visual svg{filter:drop-shadow(0 16px 22px #70362d1a);width:100%;height:auto;display:block}.china-referral-banner__visual .share-trail{stroke:#f45d48;stroke-width:6px;stroke-linecap:round;opacity:.16}.china-referral-banner__visual .share-trail-dot{stroke:#e95843;stroke-width:2.5px;stroke-linecap:round;stroke-dasharray:5 9}.china-home__plans{margin-top:48px}.china-home__plans-heading{justify-content:space-between;align-items:end;gap:14px;margin-bottom:18px;display:flex}.china-home__plans-heading>div>span,.china-help__heading>span{color:#c4510d;letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:800}.china-home__plans-heading h2{letter-spacing:-.02em;margin:5px 0 0;font-size:clamp(22px,5vw,30px);line-height:1.2}.china-home__plans-heading>small{color:#777981;flex:none;font-size:11px}.china-plan-tabs{background:#f4eee8;border:1px solid #eee7df;border-radius:14px;gap:3px;width:fit-content;margin-bottom:16px;padding:4px;display:flex}.china-plan-tabs button{color:#737178;cursor:pointer;background:0 0;border:0;border-radius:10px;min-height:40px;padding:0 15px;font-size:12px;font-weight:700}.china-plan-tabs button.is-active{color:#a8440a;background:#fff;box-shadow:0 2px 9px #41281414}.china-plan-grid{grid-template-columns:1fr;gap:12px;display:grid}.china-plan-card{background:#fff;border:1px solid #44301e1a;border-radius:20px;min-width:0;padding:20px;position:relative;box-shadow:0 12px 34px #4b30180f}.china-plan-card__badge{color:#fff;letter-spacing:.02em;background:#ed6b1c;border-radius:999px;align-items:center;min-height:22px;padding:0 9px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;top:-9px;right:16px}.china-plan-card__topline{color:#828089;justify-content:space-between;gap:12px;font-size:10px;font-weight:650;display:flex}.china-plan-card__topline span:first-child{color:#a8430b}.china-plan-card__details{grid-template-columns:1fr 1px 1fr;align-items:center;gap:18px;margin-top:19px;display:grid}.china-plan-card__details i{background:#ece8e4;width:1px;height:38px}.china-plan-card__details div{flex-direction:column;gap:4px;display:flex}.china-plan-card__details small,.china-plan-card__buyrow small{color:#85838a;font-size:10px}.china-plan-card__details strong{letter-spacing:-.02em;font-size:19px}.china-plan-card__buyrow{border-top:1px solid #f0ece8;justify-content:space-between;align-items:center;gap:14px;margin-top:20px;padding-top:16px;display:flex}.china-plan-card__buyrow>div{flex-direction:column;gap:2px;display:flex}.china-plan-card__buyrow strong{color:#d75a10;font-size:20px}.china-plan-card__buyrow a,.china-help__account{color:#fff;background:#ed6b1c;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 8px 18px #ed6b1c33}.china-plan-card__buyrow a:hover,.china-help__account:hover{color:#fff;background:#d85a10;text-decoration:none}.china-plans-empty{background:#fff;border:1px solid #f2d5c1;border-radius:18px;gap:13px;padding:22px;display:flex}.china-plans-empty>span,.china-help__tip>span{color:#c4510d;background:#fff0e6;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-weight:800;display:inline-flex}.china-plans-empty p{color:#777981;margin:4px 0 0;font-size:12px}.china-home__help-link{color:#454951;background:#ffffffb8;border:1px solid #eadfd7;border-radius:16px;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;max-width:520px;min-height:66px;margin:22px auto 0;padding:10px 13px;text-decoration:none;display:grid}.china-home__help-link:hover{color:#9c430e;background:#fff;border-color:#efc4a7;text-decoration:none}.china-home__help-icon{color:#c4510d;background:#fff0e6;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:inline-flex}.china-home__help-link>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.china-home__help-link strong{font-size:12px}.china-home__help-link small{color:#7d7d84;font-size:10px;line-height:1.4}.china-home__help-link>i{color:#c4510d;font-style:normal}.china-help{width:min(100%,720px);padding:34px 18px max(60px, env(safe-area-inset-bottom));margin:0 auto}.china-help__back{color:#9c430e;align-items:center;min-height:44px;font-size:12px;font-weight:700;display:inline-flex}.china-help__heading{margin-top:25px}.china-help__heading h1{letter-spacing:-.03em;margin:7px 0 8px;font-size:clamp(28px,7vw,42px);line-height:1.12}.china-help__heading p{color:#71727a;margin:0;font-size:14px;line-height:1.6}.china-help__steps{margin:32px 0 0;padding:0;list-style:none}.china-help__steps li{grid-template-columns:38px 1fr;gap:15px;padding-bottom:27px;display:grid;position:relative}.china-help__steps li:not(:last-child):before{content:"";background:#e6d9ce;width:1px;position:absolute;top:38px;bottom:0;left:18px}.china-help__steps li>span{z-index:1;color:#fff;background:#ed6b1c;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:inline-flex;position:relative}.china-help__steps h2,.china-help__tip h2{margin:1px 0 5px;font-size:15px}.china-help__steps p,.china-help__tip p{color:#6f7078;margin:0;font-size:13px;line-height:1.65}.china-help__tip{background:#fff8f3;border:1px solid #f2d5c1;border-radius:17px;gap:13px;margin:3px 0 24px;padding:18px;display:flex}@media (min-width:680px){.china-header{padding-left:max(28px, env(safe-area-inset-left));padding-right:max(28px, env(safe-area-inset-right))}.china-home{padding:64px 28px 80px}.china-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.china-home__plans{margin-top:62px}}@media (max-width:679px){.china-referral-banner{grid-template-columns:1fr;gap:12px;min-height:0;padding:24px 20px 18px}.china-referral-banner__copy h2{font-size:25px}.china-referral-banner__benefits{gap:7px}.china-referral-banner__benefits span{flex:1;min-width:0}.china-referral-banner__action{width:100%}.china-referral-banner__visual{order:-1;width:min(250px,78%);margin:-6px auto 0}}@media (max-width:560px){.app-header__account--referrals>span,.app-header__logout-label{display:none}.app-header__account--referrals,.app-header__logout{width:38px;padding:0}}@media (max-width:359px){.china-header__brand>span:last-child{display:none}.china-home{padding-left:14px;padding-right:14px}.china-plan-card{padding:17px}.china-plan-card__details{gap:12px}}.registration-honeypot{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.app-shell{background:var(--bg-page);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;position:relative}.app-shell--home{max-width:1120px}.app-header{z-index:9;-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#f8fafceb;align-items:center;gap:10px;padding:14px 16px 10px;display:flex;position:sticky;top:0}.app-header__back{cursor:pointer;width:44px;height:44px;color:var(--text-primary);background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;margin-left:-10px;font-size:20px;display:inline-flex}.app-header__back:focus-visible,.app-header__account:focus-visible{box-shadow:var(--focus-ring);outline:none}.app-header__brand{min-width:0;color:var(--text-primary);flex:1;align-items:center;gap:9px;text-decoration:none;display:flex}.app-header__mark,.home-footer__mark{color:#0000;background:url(/brand/amraa-esim-logo.svg) 50%/contain no-repeat;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:0;font-weight:700;display:inline-flex}.home-footer__mark{width:32px;height:32px}.app-header__name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.app-header__account,.app-header__support{color:var(--text-primary);cursor:pointer;font-family:var(--font-sans);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #e5e7ebe6}.app-header__account{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:7px;height:38px;padding:0 13px;font-size:12px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.app-header__account--login{color:var(--brand-active);background:#fff3e7;border-color:#f9731647;font-weight:600;box-shadow:0 6px 15px #f973161a}.app-header__actions{flex-shrink:0;align-items:center;gap:7px;display:flex}.app-header__login-icon{flex-shrink:0;width:15px;height:15px}.app-header__logout{color:var(--text-secondary);padding:0 10px}.app-header__logout:hover{color:var(--brand-active);border-color:#f9731647}.app-header__logout:disabled{cursor:wait;opacity:.58}.app-header__logout svg{flex:none;width:15px;height:15px}.app-header__account--referrals{color:#a8430b;background:#fff7f0;border-color:#f9731638}.app-header__account--referrals svg{flex:none;width:15px;height:15px}.app-header__account--referrals path{stroke:currentColor;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round}.app-header__support{width:38px;height:38px;color:var(--text-secondary);border-radius:50%;font-size:13px}.app-main{flex:1;min-width:0}.home-page{background:#fffdfa;overflow:hidden}.home-hero{isolation:isolate;background:radial-gradient(circle at 94% 8%,#fdba7438,#0000 31%),radial-gradient(circle at 2% 58%,#a7f3d029,#0000 25%),linear-gradient(#fffaf4 0%,#fffdf9 72%,#fff 100%);padding:26px 16px 22px;position:relative}.home-hero:before{content:"";z-index:-1;pointer-events:none;opacity:.35;background-image:linear-gradient(#f9731614 1px,#0000 1px),linear-gradient(90deg,#f9731614 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 78%);mask-image:linear-gradient(#000,#0000 78%)}.home-hero__glow{z-index:-1;filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.home-hero__glow--one{background:#ffedd5c2;width:190px;height:190px;top:75px;right:-95px}.home-hero__glow--two{background:#d1fae5a6;width:130px;height:130px;bottom:20px;left:-80px}.home-hero__layout{max-width:1030px;margin:0 auto}.home-hero__copy{animation:.62s cubic-bezier(.2,.8,.2,1) both home-rise}.home-eyebrow,.home-final-cta__tag{min-height:28px;color:var(--brand-active);letter-spacing:.08em;text-transform:uppercase;background:#ffffffbd;border:1px solid #f9731638;border-radius:999px;align-items:center;gap:8px;padding:0 11px;font-size:10px;font-weight:650;display:inline-flex}.home-eyebrow__dot{background:var(--brand);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f973161f}.home-hero__title{color:#292d38;letter-spacing:-.012em;max-width:620px;margin:16px 0 11px;font-size:clamp(27px,6.4vw,38px);font-weight:500;line-height:1.22}.home-hero__title span{color:var(--brand);white-space:nowrap;display:inline-block}.home-hero__lead{color:#626979;max-width:570px;margin:0;font-size:14px;line-height:1.65}.destination-search{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #f973162e;border-radius:20px;max-width:590px;margin-top:20px;padding:12px;position:relative;box-shadow:0 18px 45px #7c2d1217,0 2px 5px #7c2d120a}.destination-search__label{color:#343a49;margin:0 3px 7px;font-size:12px;font-weight:600;display:block}.destination-search__control{min-height:52px;color:var(--text-primary);background:#fbfaf8;border:1px solid #ece8e3;border-radius:14px;align-items:center;gap:6px;padding:4px 4px 4px 12px;text-decoration:none;display:flex}.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;height:42px;color:var(--text-primary);font:500 14px/1.35 var(--font-sans);background:0 0;border:0;outline:0;flex:1;align-items:center;display:flex}.destination-search__input::placeholder{color:#9ba0aa}.destination-search__button{background:var(--brand);color:#fff;min-width:76px;height:42px;font:600 13px/1 var(--font-sans);cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:0 13px;display:inline-flex;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{box-shadow:var(--focus-ring);outline:none}.home-proof{color:#717786;flex-wrap:wrap;gap:8px 14px;margin-top:15px;font-size:10px;font-weight:600;display:flex}.home-proof span{align-items:center;gap:5px;display:inline-flex}.home-proof i{color:#059669;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-style:normal;display:inline-flex}.home-hero__visual{max-width:430px;margin:7px auto 0}.travel-visual{aspect-ratio:6/5;width:100%}.travel-visual__svg{width:100%;height:100%;display:block}.travel-visual__float{transform-origin:50%;animation:5.8s ease-in-out infinite travel-float}.travel-visual__route{animation:5s linear infinite route-flow}.travel-visual__chip{animation:5.8s ease-in-out infinite travel-float}.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{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:18px;display:flex}.home-section__head--center{text-align:center;justify-content:center}.home-section__kicker{color:var(--brand-active);letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:650;display:block}.home-section h2,.compat-banner h2,.home-final-cta h2{color:#292d38;letter-spacing:-.018em;margin:0;font-size:clamp(20px,4.8vw,26px);font-weight:600;line-height:1.24}.home-text-link{min-height:40px;color:var(--brand-active);font:600 12px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0 3px;text-decoration:none;display:inline-flex}.destination-rail{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;gap:10px;margin:0 -16px;padding:2px 16px 12px;display:flex;overflow-x:auto}.destination-rail::-webkit-scrollbar{display:none}.destination-rail>[role=listitem]{scroll-snap-align:start}.destination-item{min-width:228px;min-height:92px;color:var(--text-primary);text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3dd;border-radius:20px;grid-template-columns:48px minmax(0,1fr) 34px;align-items:center;gap:13px;padding:15px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;box-shadow:0 10px 28px #1e19140e}.destination-item:hover{border-color:#f9731661;transform:translateY(-2px);box-shadow:0 14px 32px #1e191414}.destination-item__flag{background:linear-gradient(145deg,#fff,#faf7f3);border:1px solid #eee9e3;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;line-height:1;display:inline-flex;box-shadow:inset 0 1px #fff,0 4px 12px #1e19140a}.destination-item__flag img,.search-country__flag img{object-fit:contain;border-radius:3px;width:31px;max-height:23px;display:block;box-shadow:0 1px 4px #1e191421}.destination-item__flag-fallback,.search-country__flag-fallback{font-size:25px;line-height:1}.destination-item__copy{flex-direction:column;gap:5px;min-width:0;display:flex}.destination-item__copy strong{color:#292d38;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.destination-item__copy .destination-item__price{color:#c95318;white-space:nowrap;margin:0;font-size:12px;font-weight:600}.destination-item__arrow{color:#bbb3ad;background:#faf9f7;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:grid;box-shadow:inset 0 0 0 1px #645c560b}.destination-item:hover .destination-item__arrow,.destination-item:focus-visible .destination-item__arrow{color:#969eaa;background:#f1f3f5;transform:translate(2px);box-shadow:inset 0 0 0 1px #646c780e}@media (max-width:759px){.destination-rail{scroll-snap-type:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:2px 0 12px;display:grid;overflow:visible}.destination-rail>[role=listitem]{min-width:0}.destination-rail>[role=listitem]:nth-child(n+11){display:none}.destination-item{border-radius:18px;grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr) auto;align-content:start;gap:7px 8px;width:100%;min-width:0;min-height:122px;padding:11px 12px;display:grid}.destination-item__flag{border-radius:14px;grid-area:1/1;width:42px;height:42px}.destination-item__flag img{width:27px;max-height:20px}.destination-item__copy{grid-area:2/1/auto/-1;gap:4px}.destination-item__copy strong{font-size:13px}.destination-item__copy .destination-item__price{color:#c95318;margin:0;font-size:11.5px}.destination-item__arrow{grid-area:1/2;align-self:center;width:30px;height:30px}}.home-journey{padding-top:54px}.journey-flow{max-width:720px;margin:24px auto 0}.journey-step{grid-template-columns:34px 1fr;gap:12px;display:grid}.journey-step__rail{flex-direction:column;align-items:center;display:flex}.journey-step__rail span{width:32px;height:32px;color:var(--brand-active);background:#fff7ed;border:1px solid #fed7aa;border-radius:11px;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.journey-step__rail i{background:linear-gradient(#fdba74 20%,#e5e7eb 20%) 0 0/1px 7px;flex:1;width:1px;min-height:54px}.journey-step__copy{padding:5px 0 26px}.journey-step__copy strong{color:#252936;font-size:15px;font-weight:600}.journey-step__copy p{color:var(--text-secondary);margin:5px 0 0;font-size:12px;line-height:1.6}.compat-banner{background:radial-gradient(circle at 10% 0,#ffffffe6,#0000 37%),linear-gradient(135deg,#fff1df,#fff8f0 62%,#ecfdf5);border:1px solid #f9731629;border-radius:28px;max-width:998px;margin:52px 16px 0;padding:22px;position:relative;overflow:hidden;box-shadow:0 18px 48px #37261812}.compat-banner:after{content:"";border:1px solid #f973162e;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-90px;right:-84px;box-shadow:0 0 0 24px #f9731609,0 0 0 52px #f9731606}.compat-banner__art{height:142px;position:relative}.compat-banner__phone{background:#fff;border:5px solid #1b2030;border-radius:24px;width:94px;height:134px;position:absolute;top:0;left:calc(50% - 47px);transform:rotate(-7deg);box-shadow:0 18px 35px #45210d29}.compat-banner__phone i{background:#1b2030;border-radius:999px;width:30px;height:5px;position:absolute;top:7px;left:27px}.compat-banner__phone b,.compat-banner__phone em{text-align:center;font-style:normal;position:absolute;left:0;right:0}.compat-banner__phone b{color:#1d2231;font-size:18px;top:48px}.compat-banner__phone em{color:#10b981;letter-spacing:.12em;font-size:8px;font-weight:650;top:76px}.compat-banner__check{color:#fff;background:#10b981;border:5px solid #fff8f0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:650;display:inline-flex;position:absolute;top:78px;left:calc(50% + 27px)}.compat-banner__copy{z-index:2;position:relative}.compat-banner__copy p{color:#666c79;margin:10px 0 16px;font-size:12px;line-height:1.65}.home-trust{padding-top:54px}.trust-grid{grid-template-columns:1fr;gap:10px;display:grid}.trust-item{background:#ffffffd1;border:1px solid #e9e5df;border-radius:18px;grid-template-columns:42px 1fr;gap:12px;padding:16px;display:grid;box-shadow:0 8px 24px #261f1a09}.trust-item__mark{width:38px;height:38px;color:var(--brand-active);background:#fff7ed;border-radius:13px;justify-content:center;align-items:center;font-size:11px;font-weight:650;display:inline-flex}.trust-item h3{color:#282c39;margin:1px 0 4px;font-size:14px;font-weight:600}.trust-item p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.6}.home-faq{padding-top:54px}.home-faq .an-card{box-shadow:none;border-color:#ece8e3;overflow:hidden}.home-final-cta{color:#282c39;background:radial-gradient(circle at 8% 10%,#fffffff0,#0000 34%),linear-gradient(135deg,#fff5e9,#fffaf5 58%,#ecfdf5);border:1px solid #f973162e;border-radius:30px;align-items:center;max-width:998px;min-height:270px;margin:58px 16px 0;padding:34px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 55px #43281414}.home-final-cta:before{content:"";opacity:.28;background-image:radial-gradient(circle,#fb923c 1px,#0000 1.5px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.home-final-cta__orb{filter:blur(1px);border-radius:50%;position:absolute}.home-final-cta__orb--one{background:#fb923c38;width:220px;height:220px;top:-86px;right:-68px}.home-final-cta__orb--two{border:26px solid #34d39921;width:130px;height:130px;bottom:-80px;right:40px}.home-final-cta__content{z-index:2;max-width:560px;position:relative}.home-final-cta__tag{color:var(--brand-active);background:#ffffffb8;border-color:#f9731633}.home-final-cta h2{color:#292d38;margin-top:17px;font-size:clamp(24px,6vw,34px)}.home-final-cta p{color:#69707c;margin:11px 0 20px;font-size:13px;line-height:1.6}.home-final-cta__button{background:var(--brand);color:#fff;min-height:48px;font:600 13px/1 var(--font-sans);cursor:pointer;border:0;border-radius:13px;align-items:center;gap:10px;padding:0 18px;text-decoration:none;display:inline-flex;box-shadow:0 12px 30px #f9731647}.home-footer{max-width:1030px;margin:0 auto;padding:42px 16px 24px}.home-footer__brand{align-items:center;gap:10px;display:flex}.home-footer__brand div{flex-direction:column;display:flex}.home-footer__brand strong{color:#252936;font-size:14px}.home-footer__brand small{color:var(--text-muted);font-size:10px}.home-footer__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:24px;display:grid}.home-footer__links button,.home-footer__links a{min-height:38px;color:var(--text-secondary);font:500 11px/1.3 var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;padding:0;text-decoration:none;display:inline-flex}.home-footer__links a:nth-child(2){text-align:center;justify-content:center}.home-footer__links a:nth-child(3){text-align:right;justify-content:flex-end}.home-footer__bottom{color:var(--text-muted);border-top:1px solid #ece8e3;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;font-size:10px;display:flex}.home-footer__locale{border:1px solid #e9e5df;border-radius:999px;font-style:normal;display:inline-flex;overflow:hidden}.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:-68px}}@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:16px}.trust-item:nth-child(2n){padding-left:16px}}.auth-page,.verify-page{padding:28px 16px 36px}.auth-intro{margin-bottom:20px}.auth-intro__eyebrow{color:var(--brand-active);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;display:inline-block}.auth-intro h1,.verify-page h1{color:#171a28;letter-spacing:-.018em;margin:0;font-size:25px;font-weight:700;line-height:1.22}.auth-intro p,.verify-page>p{color:var(--text-secondary);margin:9px 0 0;font-size:13px;line-height:1.65}.auth-order-strip{background:linear-gradient(135deg,#fffaf4,#fff);border:1px solid #f0eae4;border-radius:17px;align-items:center;gap:11px;margin-bottom:14px;padding:12px;display:flex}.auth-order-strip__code{width:40px;height:40px;color:var(--brand-active);text-transform:uppercase;background:#fff0df;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:inline-flex}.auth-order-strip>span:last-child{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.auth-order-strip strong{color:#2a2e3b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.auth-order-strip small{color:var(--brand-active);font-size:12px;font-weight:700}.auth-panel{background:#fff;border:1px solid #ebe7e2;border-radius:22px;overflow:hidden;box-shadow:0 18px 48px #1f191412}.auth-tabs{background:#f7f5f2;grid-template-columns:1fr 1fr;gap:4px;padding:5px;display:grid}.auth-tabs button{min-height:42px;color:var(--text-secondary);font:650 13px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;border-radius:12px}.auth-tabs button.is-active{color:#202431;background:#fff;box-shadow:0 3px 12px #1f191412}.auth-tabs button:focus-visible,.auth-forgot:focus-visible{box-shadow:var(--focus-ring);outline:none}.auth-panel__body{flex-direction:column;gap:14px;padding:18px;display:flex}.auth-forgot{min-height:34px;color:var(--brand-active);font:650 11px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;align-self:flex-end;padding:0}.auth-legal{color:var(--text-muted);text-align:center;margin:-2px 0 0;font-size:10px;line-height:1.55}.verify-page{text-align:center;max-width:460px;margin:0 auto}.verify-visual{background:radial-gradient(circle at 68% 20%,#ffffffd9,#0000 30%),linear-gradient(145deg,#fff1df,#ffdfbd);border-radius:32px;justify-content:center;align-items:center;width:104px;height:104px;margin:10px auto 22px;display:flex;position:relative;transform:rotate(-4deg)}.verify-visual__mail{color:var(--brand-active);font-size:38px;transform:rotate(4deg)}.verify-visual__check{border:4px solid var(--bg-page);background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex;position:absolute;bottom:7px;right:-7px}.verify-page>p strong{color:#2b2f3c}.verify-demo{text-align:left;background:#fffaf4;border:1px dashed #fdba74;border-radius:16px;margin:22px 0 16px;padding:14px}.verify-demo span{color:var(--brand-active);letter-spacing:.1em;font-size:9px;font-weight:800}.verify-demo p{color:var(--text-secondary);margin:5px 0 0;font-size:11px;line-height:1.55}.checkout-account{background:#f0fdf7;border:1px solid #bbf7d0;border-radius:14px;align-items:center;gap:10px;margin-bottom:16px;padding:11px 12px;display:flex}.checkout-account__mark{background:var(--success);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:inline-flex}.checkout-account>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.checkout-account strong{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.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{grid-template-columns:minmax(0,1.05fr) minmax(340px,.8fr);align-items:center;gap:28px;display:grid}.home-hero__visual{margin:0}.home-hero__lead{font-size:16px}.destination-search{margin-top:26px}.destination-rail{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:visible}.destination-rail>[role=listitem]{min-width:0}.destination-item{width:100%;min-width:0}.journey-flow{grid-template-columns:repeat(3,1fr);gap:30px;max-width:none;display:grid}.journey-step{grid-template-columns:1fr;gap:12px;position:relative}.journey-step__rail{flex-direction:row;align-items:flex-start}.journey-step__rail i{background:linear-gradient(90deg,#fdba74 20%,#e5e7eb 20%) 0 0/7px 1px;width:auto;height:1px;min-height:1px;margin-top:16px}.journey-step__copy{padding-bottom:0}.compat-banner{grid-template-columns:250px minmax(0,1fr);align-items:center;gap:38px;margin-left:auto;margin-right:auto;padding:38px 54px;display:grid}.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:25px}.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{background:radial-gradient(circle at 88% 8%,#ffc27f6b,#0000 34%),linear-gradient(145deg,#fffaf4 0%,#fff 72%);border:1px solid #f9731621;border-radius:24px;min-height:132px;padding:20px;position:relative;overflow:hidden}.results-hero:after{content:"";border:1px solid #f9731621;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-60px;right:-36px}.results-hero__destination{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.results-hero__tile{text-transform:uppercase;flex:none;border-radius:18px!important;width:54px!important;height:54px!important;font-size:12px!important;font-weight:800!important}.results-hero__eyebrow{color:var(--brand-active);letter-spacing:.09em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:800;display:block}.results-hero h1{color:#171a28;letter-spacing:-.018em;margin:0;font-size:28px;font-weight:700;line-height:1.14}.results-hero p{color:var(--text-secondary);margin:5px 0 0;font-size:12px}.results-hero__signal{align-items:flex-end;gap:3px;display:flex;position:absolute;top:50%;right:19px;transform:translateY(-50%)}.results-hero__signal span{background:var(--brand);opacity:.32;border-radius:4px;width:4px}.results-hero__signal span:first-child{height:7px}.results-hero__signal span:nth-child(2){height:13px}.results-hero__signal span:nth-child(3){height:19px}.results-toolbar{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 16px;display:grid}.results-filter{color:#323644;min-height:42px;font:650 12px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e5e2de;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 13px;display:inline-flex}.results-filter span{color:var(--brand-active);font-size:15px}.results-meta{color:var(--text-muted);justify-content:space-between;gap:12px;margin:0 2px 10px;font-size:11px;display:flex}.results-meta__hint{text-align:right}.catalog-scope{background:#f2f1ef;border:1px solid #e9e6e2;border-radius:15px;grid-template-columns:repeat(3,1fr);gap:3px;margin:13px 0 9px;padding:4px;display:grid}.catalog-scope button{color:#727680;min-width:0;min-height:37px;font:640 10px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:6px;padding:0 7px;display:inline-flex}.catalog-scope button span{color:#8b8e96;background:#ffffffbd;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:8px;display:inline-flex}.catalog-scope button.is-active{color:#252936;background:#fff;box-shadow:0 3px 10px #1b1e2912}.catalog-scope button.is-active span{color:var(--brand-active);background:#fff0df}.catalog-picker{background:#fff;border:1px solid #e8e5e1;border-radius:21px;margin-top:10px;padding:17px;box-shadow:0 8px 28px #1c1e2909}.catalog-picker__heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.catalog-picker__heading>div{flex-direction:column;display:flex}.catalog-picker__heading>div>span{color:var(--brand-active);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.catalog-picker h2{color:#1b1e2c;letter-spacing:-.017em;margin:3px 0 0;font-size:17px;font-weight:700;line-height:1.2}.catalog-live{color:#27805e;letter-spacing:.07em;background:#eaf8f2;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:0 8px;font-size:8px;font-weight:800;display:inline-flex}.catalog-live i{background:#31ad7c;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #31ad7c21}.catalog-type-tabs{background:#f2f3f5;border-radius:13px;grid-template-columns:repeat(3,1fr);gap:3px;padding:4px;display:grid}.catalog-type-tabs button{color:#747883;min-width:0;min-height:44px;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 6px;display:flex}.catalog-type-tabs button>span{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:680;overflow:hidden}.catalog-type-tabs button small{color:#8c9099;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;font-size:7px;display:inline-flex}.catalog-type-tabs button.is-active{background:var(--brand);color:#fff;box-shadow:0 6px 15px #f9731633}.catalog-type-tabs button.is-active small{color:#fff;background:#fff3}.catalog-type-note{min-height:29px;color:var(--text-muted);margin:10px 2px 0;font-size:9px;line-height:1.5}.plan-options{gap:10px;display:grid}.plan-option{background:#fff;border:1px solid #e7e4e0;border-radius:19px;position:relative;overflow:hidden;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:"";background:var(--brand);width:4px;position:absolute;inset:0 auto 0 0}.plan-option__main{grid-template-columns:minmax(95px,auto) 1fr;align-items:center;gap:14px;min-height:82px;padding:15px 16px 13px 18px;display:grid;position:relative}.plan-option__identity{flex-direction:column;display:flex}.plan-option__data{color:#171a28;letter-spacing:-.025em;font-size:20px;font-weight:700;line-height:1.05}.plan-option__validity{color:var(--text-secondary);margin-top:4px;font-size:10px;font-weight:650}.plan-option__meta{border-left:1px solid #ebe8e4;flex-direction:column;gap:4px;min-width:0;padding-left:14px;display:flex}.plan-option__meta span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.plan-option__meta strong{color:#555b65;font-size:10px;font-weight:680}.plan-option__badge{min-height:21px;color:var(--brand-active);background:#fff0df;border-radius:999px;align-items:center;padding:0 7px;font-size:7px;font-weight:800;display:inline-flex;position:absolute;top:11px;right:12px}.plan-option__footer{background:#fdfcfa;border-top:1px solid #efedea;grid-template-columns:1fr auto auto;align-items:center;gap:5px;min-height:61px;padding:9px 10px 9px 18px;display:grid}.plan-option__footer>div{flex-direction:column;display:flex}.plan-option__footer>div strong{color:#1b1e2b;letter-spacing:-.015em;font-size:16px;font-weight:750}.plan-option__footer>div span{color:var(--text-muted);font-size:8px}.plan-option__details,.plan-option__buy{min-height:40px;font:680 9px/1 var(--font-sans);cursor:pointer;border-radius:12px;padding:0 11px}.plan-option__details{color:#626772;background:0 0;border:0}.plan-option__buy{border:1px solid var(--brand);background:var(--brand);color:#fff;align-items:center;gap:8px;display:inline-flex;box-shadow:0 7px 15px #f973162e}.plan-option--loading{min-height:145px;padding:17px}.bundle-selector{background:#fff;border:1px solid #e7e4e0;border-radius:22px;margin-top:14px;padding:17px;box-shadow:0 10px 30px #1a1d290b}.bundle-selector__heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.bundle-selector__heading>div{flex-direction:column;display:flex}.bundle-selector__heading>div>span{color:var(--brand-active);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.bundle-selector__heading h2{color:#1b1e2c;letter-spacing:-.018em;margin:3px 0 0;font-size:18px;font-weight:700;line-height:1.2}.plan-scope-tabs{background:#faf9f7;border:1px solid #ece8e3;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:9px;padding:4px;display:grid}.plan-scope-tabs button{color:#777c86;min-width:0;min-height:38px;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 7px;display:inline-flex}.plan-scope-tabs button:disabled{cursor:default;opacity:.42}.plan-scope-tabs button>span{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:680;overflow:hidden}.plan-scope-tabs button small{color:#8a8f98;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:7px;font-weight:750;display:inline-flex}.plan-scope-tabs button.is-active{color:var(--brand-active);background:#fff1e4;box-shadow:0 3px 10px #44301e0f}.plan-scope-tabs button.is-active small{background:var(--brand);color:#fff}.bundle-tabs{background:#eff0f2;border-radius:14px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.bundle-tabs button{color:#6e737e;min-height:47px;font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.bundle-tabs button>span{font-size:11px;font-weight:700}.bundle-tabs button small{color:#888d96;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:8px;font-weight:700;display:inline-flex}.bundle-tabs button.is-active{background:var(--brand);color:#fff;box-shadow:0 7px 17px #f9731638}.bundle-tabs button.is-active small{color:#fff;background:#fff3}.bundle-selector__note{min-height:29px;color:var(--text-muted);margin:10px 2px 12px;font-size:9px;line-height:1.5}.bundle-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.bundle-option{color:#262a37;min-width:0;min-height:87px;font-family:var(--font-sans);text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e1de;border-radius:15px;flex-direction:column;align-items:flex-start;padding:13px 11px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.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{letter-spacing:-.015em;font-size:16px;font-weight:750}.bundle-option>span{color:var(--text-secondary);margin-top:3px;font-size:9px;font-weight:620}.bundle-option small{color:var(--brand-active);margin-top:auto;padding-top:8px;font-size:9px;font-weight:720}.bundle-option i{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:8px;font-style:normal;font-weight:800;display:grid;position:absolute;top:9px;right:9px}.bundle-option-skeleton{border-radius:15px;height:87px}.bundle-more{color:#555a65;width:100%;min-height:42px;font:650 10px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e5e2de;border-radius:12px;margin-top:9px}.selected-bundle{background:radial-gradient(circle at 100% 0, #fff3, transparent 44%), linear-gradient(135deg, var(--brand), var(--brand-hover));color:#fff;border-radius:17px;grid-template-columns:1fr auto;gap:13px;margin-top:13px;padding:14px;display:grid;box-shadow:0 12px 26px #f973162e}.selected-bundle__summary,.selected-bundle__price{flex-direction:column;display:flex}.selected-bundle__summary>span,.selected-bundle__price>span{color:#ffffffd6;font-size:8px}.selected-bundle__summary strong{color:#fff;margin-top:3px;font-size:14px;font-weight:720}.selected-bundle__summary small{color:#ffffffd1;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;overflow:hidden}.selected-bundle__price{align-items:flex-end}.selected-bundle__price strong{color:#fff;margin-top:2px;font-size:16px;font-weight:700}.selected-bundle__price small{color:#ffffffd1;margin-top:2px;font-size:7px}.selected-bundle__details,.selected-bundle__buy{min-height:42px;font:680 10px/1 var(--font-sans);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.selected-bundle__details{color:#fff;background:#ffffff1f;border:1px solid #ffffff8c}.selected-bundle__buy{color:var(--brand-active);background:#fff;border:1px solid #fff;gap:10px;box-shadow:0 8px 18px #9d410429}.bundle-empty{text-align:center;background:#fffaf5;border:1px dashed #e3d6ca;border-radius:15px;padding:22px 15px}.bundle-empty strong{color:#303441;font-size:12px}.bundle-empty p{color:var(--text-secondary);margin:6px 0 12px;font-size:9px;line-height:1.5}.bundle-empty button{border:1px solid var(--brand);background:var(--brand);color:#fff;min-height:39px;font:680 9px/1 var(--font-sans);cursor:pointer;border-radius:11px;padding:0 13px}.regional-entry{background:#fffaf5;border:1px dashed #dfc4aa;border-radius:17px;grid-template-columns:1fr auto;align-items:center;gap:12px;min-height:66px;margin-top:11px;padding:0 14px;display:grid}.regional-entry>div{flex-direction:column;display:flex}.regional-entry strong{color:#373b47;font-size:11px}.regional-entry span{color:var(--text-muted);margin-top:3px;font-size:8px}.regional-entry button{min-height:38px;color:var(--brand-active);font:680 9px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e2d9d0;border-radius:11px;padding:0 12px}.scope-coverage{background:#fbfaf8;border:1px solid #e9e5df;border-radius:16px;margin-top:12px;padding:13px}.scope-coverage__heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.scope-coverage__heading>div{flex-direction:column;min-width:0;display:flex}.scope-coverage__heading span{color:var(--brand-active);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:800}.scope-coverage__heading strong{color:#2c303c;margin-top:3px;font-size:11px;font-weight:700}.scope-coverage__heading button{min-height:32px;color:var(--brand-active);font:680 8px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e5ddd5;border-radius:10px;padding:0 9px}.scope-coverage__countries{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:11px;display:grid}.scope-coverage__countries>div{background:#fff;border:1px solid #ece8e3;border-radius:10px;align-items:center;gap:7px;min-width:0;min-height:34px;padding:5px 7px;display:flex}.scope-coverage__countries>div>span:last-child{color:#4e535f;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:620;overflow:hidden}.scope-coverage__flag{background:#f3f5f7;border-radius:7px;flex:0 0 23px;place-items:center;width:23px;height:23px;display:grid}.scope-coverage__code{color:#7b808a;background:#f3f5f7;border-radius:7px;flex:0 0 23px;place-items:center;width:23px;height:23px;font-size:6px;font-weight:800;display:grid}.scope-coverage__flag img{object-fit:contain;width:72%;height:72%}.scope-coverage>p{color:var(--text-muted);margin:8px 1px 0;font-size:8px}.catalog-secondary-link{color:#767a84;width:100%;min-height:40px;font:620 9px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;text-decoration:none;display:inline-flex}.results-grid{gap:12px;display:grid}.plan-choice{background:#fff;border:1px solid #e9e6e2;border-radius:21px;padding:17px;position:relative;overflow:hidden;box-shadow:0 9px 28px #181b270b}.plan-choice--featured{background:linear-gradient(90deg, var(--brand), var(--brand)) 0 0 / 4px 100% no-repeat, linear-gradient(145deg, #fffaf4, #fff 48%);border-color:#f9731652}.plan-choice__top,.plan-choice__bottom{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.plan-choice__coverage{color:var(--text-secondary);font-size:11px}.plan-choice h2{color:#1a1d2b;letter-spacing:-.01em;margin:3px 0 0;font-size:15px;font-weight:720}.plan-choice__badge{color:#bd4c0b;white-space:nowrap;background:#fff0df;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex}.plan-choice__specs{grid-template-columns:1fr 1px 1fr;align-items:center;gap:17px;margin:15px 0 11px;display:grid}.plan-choice__specs div{flex-direction:column;gap:1px;display:flex}.plan-choice__specs span{color:var(--text-muted);font-size:10px}.plan-choice__specs strong{color:#171a28;letter-spacing:-.025em;font-size:22px;font-weight:750}.plan-choice__specs i{background:#ece8e4;width:1px;height:32px}.plan-choice__type{color:#536158;background:#f5f8f6;border-radius:9px;align-items:center;gap:6px;min-height:28px;padding:0 9px;font-size:10px;font-weight:650;display:inline-flex}.plan-choice__type>span:first-child{color:#28a874}.plan-choice__bottom{border-top:1px solid #efedea;align-items:center;margin-top:14px;padding-top:14px}.plan-choice__price{flex-direction:column;display:flex}.plan-choice__price strong{color:#151826;letter-spacing:-.018em;font-size:18px;font-weight:760}.plan-choice__price span{color:var(--text-muted);margin-top:1px;font-size:9px}.plan-choice__actions{align-items:center;gap:5px;display:flex}.plan-choice__details,.plan-choice__buy{min-height:40px;font:680 11px/1 var(--font-sans);cursor:pointer;border-radius:12px;padding:0 12px}.plan-choice__details{color:#555b69;background:0 0;border:0}.plan-choice__buy{border:1px solid var(--brand);background:var(--brand);color:#fff;align-items:center;gap:8px;display:inline-flex;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{border-radius:12px;width:100%;height:42px;margin-top:17px}.results-more{color:#343846;width:100%;min-height:48px;font:680 12px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e2dfdb;border-radius:15px;margin-top:14px}.results-empty{text-align:center;background:#fff;border:1px solid #e9e6e2;border-radius:22px;padding:28px 22px}.results-empty__icon{background:var(--brand-light);width:48px;height:48px;color:var(--brand-active);border-radius:16px;place-items:center;margin:0 auto 13px;font-size:24px;display:grid}.results-empty h2{margin:0;font-size:18px;line-height:1.3}.results-empty p{color:var(--text-secondary);margin:8px 0 17px;font-size:12px;line-height:1.55}.results-empty>div{gap:8px;display:grid}@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{color:var(--brand-active);letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.page-heading h1{color:#171a28;letter-spacing:-.018em;margin:0;font-size:26px;font-weight:700;line-height:1.2}.page-heading p{max-width:480px;color:var(--text-secondary);margin:7px 0 0;font-size:12px;line-height:1.6}.plan-page{padding:12px 16px 116px}.plan-hero{background:radial-gradient(circle at 94% 2%,#ffc17766,#0000 32%),linear-gradient(145deg,#fff9f1,#fff 68%);border:1px solid #f9731633;border-radius:25px;padding:20px;position:relative;overflow:hidden}.plan-hero:after{content:"";border:1px solid #f9731621;border-radius:50%;width:155px;height:155px;position:absolute;top:-61px;right:-52px}.plan-hero__heading{z-index:1;align-items:center;gap:13px;display:flex;position:relative}.plan-hero__tile{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 5px 18px #1e202a0f;background:#fffc!important;border-radius:16px!important;width:50px!important;height:50px!important}.plan-hero h1{color:#171a28;letter-spacing:-.018em;margin:0;font-size:21px;font-weight:700;line-height:1.17}.plan-hero__stats{grid-template-columns:1fr 1px 1fr;align-items:center;gap:18px;margin:21px 0 15px;display:grid}.plan-hero__stats div{flex-direction:column;display:flex}.plan-hero__stats span{color:var(--text-muted);font-size:10px}.plan-hero__stats strong{color:#151826;letter-spacing:-.025em;margin-top:2px;font-size:24px;font-weight:700}.plan-hero__stats i{background:#73645524;width:1px;height:35px}.plan-hero__chips{flex-wrap:wrap;gap:6px;display:flex}.plan-hero__chips>span{color:#62676f;background:#ffffffbd;border-radius:9px;align-items:center;gap:5px;min-height:27px;padding:0 8px;font-size:9px;font-weight:650;display:inline-flex}.plan-hero__chips b{color:#29a775}.plan-description{color:var(--text-secondary);margin:14px 3px 24px;font-size:12px;line-height:1.65}.plan-notice{color:#8d5915;background:#fff9ec;border:1px solid #f1d6a8;border-radius:14px;flex-direction:column;gap:3px;margin:-8px 0 22px;padding:13px 14px;font-size:11px;line-height:1.5;display:flex}.plan-section{border-top:1px solid #ebe8e4;padding:23px 3px}.plan-section__heading{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.plan-section__heading h2,.qr-next h2{color:#1a1d2b;letter-spacing:-.018em;margin:0;font-size:18px;font-weight:700;line-height:1.2}.plan-section__count{color:var(--text-muted);font-size:11px}.coverage-list{background:#fff;border:1px solid #e9e6e2;border-radius:17px;overflow:hidden}.coverage-list__row{color:#303441;border-bottom:1px solid #f0eeeb;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:55px;padding:0 13px;font-size:13px;font-weight:620;display:grid}.coverage-list__row:last-child{border-bottom:0}.coverage-list__row>span:last-child{color:#32aa7b}.plan-text-button{min-height:42px;color:var(--brand-active);font:680 11px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;padding:0}.after-pay{margin:0;padding:0;list-style:none}.after-pay li{grid-template-columns:30px 1fr;gap:11px;display:grid;position:relative}.after-pay li:not(:last-child):after{content:"";background:#e7e2dc;width:1px;position:absolute;top:30px;bottom:0;left:14px}.after-pay li>span{z-index:1;width:30px;height:30px;color:var(--brand-active);background:#fff0e1;border-radius:10px;place-items:center;font-size:11px;font-weight:800;display:grid;position:relative}.after-pay p{color:var(--text-secondary);margin:5px 0 19px;font-size:12px;line-height:1.55}.plan-faq{margin:0 0 18px}.provider-transparency{background:#f2f5f7;border-radius:16px;grid-template-columns:26px 1fr;gap:10px;padding:14px;display:grid}.provider-transparency>span{color:#5b6570;background:#fff;border-radius:9px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:grid}.provider-transparency strong{color:#343a43;font-size:11px}.provider-transparency p{color:#727983;margin:3px 0 0;font-size:10px;line-height:1.55}.plan-secondary-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.plan-secondary-actions button,.qr-secondary button{color:#404552;min-height:43px;font:650 11px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e2dfdc;border-radius:13px}.purchase-dock{z-index:20;padding:11px 16px max(16px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;border-top:1px solid #dcd9d5d6;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:15px;display:grid;position:sticky;bottom:0}.purchase-dock>div{flex-direction:column;display:flex}.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,.purchase-dock a{border:1px solid var(--brand);background:var(--brand);color:#fff;min-height:49px;font:720 13px/1 var(--font-sans);cursor:pointer;border-radius:15px;justify-content:center;align-items:center;gap:12px;text-decoration:none;display:inline-flex;box-shadow:0 9px 19px #f9731633}.cart-page{padding:23px 16px 38px}.cart-product{background:#fff;border:1px solid #e7e4e0;border-radius:23px;overflow:hidden;box-shadow:0 12px 32px #1a1d290d}.cart-product__top{background:linear-gradient(135deg,#fff9f2,#fff);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:17px;display:grid}.cart-product__tile{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 14px #1e202a0d;background:#fff!important;border-radius:14px!important;width:45px!important;height:45px!important}.cart-product__top div>span{color:var(--text-secondary);font-size:10px}.cart-product__top h2{color:#1b1e2c;letter-spacing:-.01em;margin:2px 0 0;font-size:16px;font-weight:730}.cart-product__check{color:#24a36f;background:#e3f7ed;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.cart-product__facts{border-top:1px solid #efedea;border-bottom:1px solid #efedea;grid-template-columns:repeat(3,1fr);gap:9px;padding:16px 17px;display:grid}.cart-product__facts div{flex-direction:column;gap:3px;min-width:0;display:flex}.cart-product__facts span{color:var(--text-muted);font-size:9px}.cart-product__facts strong{color:#333744;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:690;overflow:hidden}.cart-product__quantity{justify-content:space-between;align-items:center;gap:12px;padding:15px 17px;display:flex}.cart-product__quantity>div:first-child{flex-direction:column;display:flex}.cart-product__quantity strong{color:#2b2f3c;font-size:12px}.cart-product__quantity span{color:var(--text-muted);margin-top:2px;font-size:9px}.quantity-control{grid-template-columns:38px 32px 38px;align-items:center;display:grid}.quantity-control button{color:#2d313e;width:38px;height:38px;font:500 18px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e3dfdb;border-radius:12px}.quantity-control output{text-align:center;color:#1c1f2c;font-size:14px;font-weight:720}.cart-summary{background:#fff;border:1px solid #ebe8e4;border-radius:18px;margin-top:13px;padding:15px 17px}.cart-summary>div{min-height:29px;color:var(--text-secondary);justify-content:space-between;align-items:center;gap:10px;font-size:11px;display:flex}.cart-summary strong{color:#303441;font-weight:680}.cart-summary__total{border-top:1px solid #ece9e5;margin-top:7px;padding-top:11px;font-weight:720;color:#171a28!important;font-size:14px!important}.cart-summary__total strong{font-size:17px;font-weight:700}.cart-assurance{grid-template-columns:25px 1fr;align-items:start;gap:9px;margin:12px 2px 17px;display:grid}.cart-assurance>span:first-child{color:#299a70;background:#eaf8f2;border-radius:8px;flex-shrink:0;place-items:center;width:25px;height:25px;font-size:12px;display:grid}.cart-assurance>span:last-child{min-width:0;color:var(--text-secondary);margin:1px 0 0;font-size:10px;line-height:1.5;display:block}.cart-checkout{border:1px solid var(--brand);background:var(--brand);color:#fff;width:100%;min-height:51px;font:720 13px/1 var(--font-sans);cursor:pointer;border-radius:15px;justify-content:center;align-items:center;gap:14px;display:inline-flex;box-shadow:0 10px 20px #f9731633}.cart-checkout:hover{background:var(--brand-hover);color:#fff;text-decoration:none}.cart-continue{color:#666b77;width:100%;min-height:44px;font:650 11px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.cart-checkout:disabled{color:#8b9099;box-shadow:none;cursor:not-allowed;background:#e8eaee;border-color:#e2e4e8}.checkout-unavailable{background:#fff9ec;border:1px solid #f1d6a8;border-radius:16px;margin:14px 0;padding:14px 15px}.checkout-unavailable strong{color:#7c5018;font-size:12px}.checkout-unavailable p{color:#916a37;margin:5px 0 0;font-size:10px;line-height:1.55}.payment-return-page{padding-top:34px}.payment-return{text-align:center;background:radial-gradient(circle at 100% 0,#ffbe7e3d,#0000 35%),#fff;border:1px solid #e8e5e1;border-radius:24px;padding:28px 20px 22px;box-shadow:0 16px 38px #20232c12}.payment-return__icon{color:#22966d;background:#e9f8f1;border-radius:18px;place-items:center;width:54px;height:54px;margin:0 auto 18px;font-size:20px;font-weight:750;display:grid}.payment-return.is-confirming .payment-return__icon{color:var(--brand-active);letter-spacing:.12em;background:#fff3e8}.payment-return.is-paid .payment-return__icon,.payment-return.is-preparing .payment-return__icon{color:var(--brand-active);background:#fff3e8}.payment-return__spinner{border:2px solid #ec671433;border-top-color:var(--brand);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite payment-spin;display:block}@keyframes payment-spin{to{transform:rotate(360deg)}}.payment-return.is-failed .payment-return__icon{color:#c4472d;background:#fff0ed}.payment-return h1{color:#252936;letter-spacing:-.025em;margin:8px 0 0;font-size:24px;font-weight:680;line-height:1.22}.payment-return p{max-width:350px;color:var(--text-secondary);margin:12px auto 0;font-size:12px;line-height:1.65}.payment-return small{color:#a0a5ae;letter-spacing:.08em;margin-top:16px;font-size:9px;display:block}.payment-return__actions{margin-top:22px}.payment-return__actions .cart-checkout{width:100%}.fulfillment-progress{text-align:left;background:#fcfbfa;border:1px solid #eee9e4;border-radius:18px;margin-top:24px;padding:17px 14px 14px}.fulfillment-progress__track{background:#ebe9e6;border-radius:999px;height:7px;overflow:hidden}.fulfillment-progress__track>span{border-radius:inherit;background:linear-gradient(90deg, #ff9a4d, var(--brand));height:100%;transition:width .42s;display:block}.fulfillment-progress__stages{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:14px;display:grid}.fulfillment-progress__stages>div{color:#a5a8af;text-align:center;flex-direction:column;align-items:center;gap:6px;min-width:0;display:flex}.fulfillment-progress__stages>div>span{color:#969aa3;background:#eeece9;border-radius:50%;place-items:center;width:21px;height:21px;font-size:8px;font-weight:760;display:grid}.fulfillment-progress__stages>div.is-done>span{color:#23966d;background:#e5f7ef}.fulfillment-progress__stages>div.is-active{color:#3d414c}.fulfillment-progress__stages>div.is-active>span{color:var(--brand-active);background:#fff0e3;box-shadow:0 0 0 4px #ff842a17}.fulfillment-progress__stages small{color:inherit;letter-spacing:0;margin:0;font-size:7px;line-height:1.25;display:block}.payment-return__waiting{color:#777c86;justify-content:center;align-items:center;gap:8px;min-height:42px;font-size:10px;display:inline-flex}.payment-return__waiting>span{background:var(--brand);border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite alternate waiting-pulse}@keyframes waiting-pulse{to{opacity:.25;transform:scale(.8)}}@media (prefers-reduced-motion:reduce){.payment-return__spinner,.payment-return__waiting>span{animation:none}.fulfillment-progress__track>span{transition:none}}.esims-page{padding:12px 16px 40px}.esims-hero{color:#fff;background:radial-gradient(circle at 100% 0,#ff994347,#0000 36%),#171927;border-radius:25px;grid-template-columns:1fr auto;align-items:end;gap:17px;min-height:166px;padding:22px;display:grid}.esims-hero__eyebrow{color:#ffad68}.esims-hero h1{letter-spacing:-.018em;margin:0;font-size:22px;font-weight:600;line-height:1.24}.esims-hero p{color:#bbbfc9;max-width:285px;margin:7px 0 0;font-size:10px;line-height:1.55}.esims-hero__account{background:#fff1;border:1px solid #ffffff1c;border-radius:12px;align-items:center;gap:8px;width:fit-content;max-width:min(100%,285px);margin-top:12px;padding:7px 10px 7px 8px;display:flex}.esims-hero__account svg{fill:none;stroke:#ffad68;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;background:#ffad6821;border-radius:7px;flex:none;width:20px;height:20px;padding:4px}.esims-hero__account>span{gap:1px;min-width:0;display:grid}.esims-hero__account small{color:#9196a3;letter-spacing:.04em;text-transform:uppercase;font-size:7px;font-weight:600;line-height:1.2}.esims-hero__account strong{overflow-wrap:anywhere;color:#f5f5f7;font-size:9px;font-weight:550;line-height:1.35}.esims-hero__metric{text-align:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;place-content:center;width:62px;height:62px;display:grid}.esims-hero__metric strong{font-size:19px;font-weight:700}.esims-hero__metric span{color:#bbbfc9;font-size:8px}.esims-list{gap:11px;margin-top:14px;display:grid}.esim-item{background:#fff;border:1px solid #e8e5e1;border-radius:21px;overflow:hidden}.esim-item__head{grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:16px;display:grid}.esim-item__tile{border-radius:14px!important;width:43px!important;height:43px!important}.esim-item h2{color:#252936;margin:0;font-size:14px;font-weight:710}.esim-item p{color:var(--text-muted);margin:3px 0 0;font-size:9px}.esim-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-size:8px;font-weight:750;display:inline-flex}.esim-status--success{color:#23825d;background:#e8f8f0}.esim-status--info{color:#416dad;background:#eaf1ff}.esim-status--neutral{color:#7a7d84;background:#f1f1f1}.esim-item__actions{background:#fcfbfa;border-top:1px solid #efedea;gap:7px;padding:10px;display:flex}.esim-item__actions form{flex:1;display:flex}.esim-item__actions form button{width:100%}.account-payment-error{color:#8b3b15;background:#fff7f1;border:1px solid #f5c8ac;border-radius:14px;margin-bottom:12px;padding:12px 14px}.account-payment-error strong{font-size:11px;display:block}.account-payment-error p{color:#8a6757;margin:4px 0 0;font-size:9px;line-height:1.45}.account-order-notice{color:#237458;background:#f1fbf7;border:1px solid #cbe9dc;border-radius:14px;margin-bottom:12px;padding:11px 14px;font-size:10px;font-weight:650}.esim-item__actions button,.esim-item__actions a{color:#535865;min-height:39px;font:650 10px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e5e2de;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:0 12px;text-decoration:none;display:inline-flex}.esim-item__actions button.is-primary,.esim-item__actions a.is-primary{border-color:var(--brand);background:var(--brand);color:#fff;flex:1}.esim-item__actions form.is-remove-form{flex:none}.esim-item__actions button.is-remove{color:#8a6254;background:#fff;border-color:#eadfda;width:auto}.esim-item__actions button.is-remove:hover{background:#fff8f5;border-color:#dfc7bd}.esim-progress{background:#fcfbfa;border-top:1px solid #efedea;align-items:center;gap:8px;padding:10px 16px 14px;display:flex}.esim-progress>span{background:#e9a46b;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 4px #fff0e3}.esim-progress p{margin:0;font-size:9px;line-height:1.45}.esim-detail-page{padding:18px 16px 40px}.esim-detail-summary{background:linear-gradient(135deg,#fff 30%,#fff5eb);border:1px solid #eadfd6;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:17px;display:grid}.esim-detail-summary__flag{background:#fff;border-radius:15px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.esim-detail-summary__flag img{object-fit:contain;width:72%;height:72%}.esim-detail-summary>div>span,.install-panel__intro>span{color:var(--brand-active);letter-spacing:.12em;font-size:8px;font-weight:760}.esim-detail-summary h1{color:#252936;margin:4px 0 0;font-size:15px;font-weight:680;line-height:1.25}.esim-detail-summary p{color:var(--text-muted);margin:4px 0 0;font-size:9px}.install-gate,.install-pending,.install-panel{background:#fff;border:1px solid #e8e5e1;border-radius:22px;margin-top:13px}.install-gate,.install-pending{text-align:center;padding:28px 22px}.install-gate__icon,.install-pending>span{width:48px;height:48px;color:var(--brand-active);background:#fff0e3;border-radius:16px;place-items:center;margin:0 auto 12px;font-size:22px;display:grid}.install-gate h2,.install-pending h2,.install-panel h2{color:#252936;margin:0;font-size:17px;font-weight:680}.install-gate p,.install-pending p,.install-panel__intro p,.install-panel__tips p{color:var(--text-secondary);font-size:10px;line-height:1.55}.install-gate button{background:var(--brand);color:#fff;min-height:44px;font:680 11px/1 var(--font-sans);border:0;border-radius:14px;padding:0 18px}.install-panel{padding:20px}.install-panel__intro{text-align:center}.install-panel__intro h2{margin-top:5px}.install-panel__qr{border:10px solid #fff;border-radius:18px;width:min(100%,310px);height:auto;margin:8px auto 14px;display:block;box-shadow:0 10px 30px #1a1d2714}.install-panel__tips{background:#f7f8fa;border-radius:15px;padding:13px}.install-panel__tips strong{color:#333744;font-size:11px}.install-panel__tips p{margin:5px 0 0}.install-manual{border:1px solid #e8e5e1;border-radius:15px;margin-top:11px}.install-manual summary{color:#383c48;cursor:pointer;padding:13px;font-size:10px;font-weight:680}.install-manual>div{border-top:1px solid #efedea;grid-template-columns:1fr auto;gap:5px 10px;padding:11px 13px;display:grid}.install-manual>div span{color:var(--text-muted);grid-column:1/-1;font-size:8px}.install-manual code{overflow-wrap:anywhere;color:#333744;min-width:0;font-size:9px}.install-manual button{color:var(--brand-active);font:680 9px/1 var(--font-sans);cursor:pointer;background:0 0;border:0}.install-manual .install-manual__full{background:#fff0e3;border-radius:11px;width:calc(100% - 22px);min-height:38px;margin:11px}.esims-new{color:#333744;text-align:left;cursor:pointer;background:#fffaf4;border:1px dashed #e1b78f;border-radius:18px;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;width:100%;min-height:66px;margin-top:13px;padding:0 15px;display:grid}.esims-new>span:first-child{width:34px;height:34px;color:var(--brand-active);background:#fff0df;border-radius:11px;place-items:center;font-size:18px;display:grid}.esims-new>span:nth-child(2){flex-direction:column;display:flex}.esims-new strong{font-size:11px}.esims-new small{color:var(--text-muted);margin-top:2px;font-size:9px}.account-empty{text-align:center;background:#fff;border:1px solid #e8e5e1;border-radius:21px;margin-top:14px;padding:30px 22px}.account-empty>span:first-child{width:46px;height:46px;color:var(--brand-active);background:#fff1e3;border-radius:15px;place-items:center;margin:0 auto 12px;font-size:22px;display:grid}.account-empty h2{color:#252936;margin:0;font-size:16px;font-weight:650}.account-empty p{color:var(--text-secondary);margin:7px auto 16px;font-size:10px;line-height:1.55}.account-empty a{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:13px;align-items:center;gap:10px;min-height:42px;padding:0 15px;font-size:11px;font-weight:680;text-decoration:none;display:inline-flex}.results-hero__tile img,.plan-hero__tile img,.cart-product__tile img,.coverage-list__row img,.esim-item__tile img{object-fit:contain;width:70%;height:70%}.coverage-list__row>span:first-child{background:#f4f6f8;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.qr-page{padding:23px 16px 40px}.qr-reference{min-height:43px;color:var(--text-muted);background:#fff;border:1px solid #e8e5e1;border-radius:13px;align-items:center;gap:8px;margin-bottom:12px;padding:0 12px;font-size:9px;display:flex}.qr-reference strong{color:#323643;flex:1;font-size:11px}.qr-reference__demo{min-height:20px;color:var(--brand-active);background:#fff0df;border-radius:999px;align-items:center;padding:0 7px;font-size:8px;font-weight:800;display:inline-flex}.qr-vault{background:#171927;border-radius:24px;place-items:center;min-height:322px;padding:25px;display:grid;position:relative;overflow:hidden}.qr-vault__glow{filter:blur(30px);background:#f973162e;border-radius:50%;width:250px;height:250px;position:absolute}.qr-vault__code{filter:blur(10px);opacity:.38;background:#fff;border-radius:18px;padding:12px;transition:filter .18s,opacity .18s;position:relative}.qr-vault.is-revealed .qr-vault__code{filter:none;opacity:1}.qr-vault__cover{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:27px;display:flex;position:absolute;inset:0}.qr-vault__lock{color:#ffae6a;background:#ffffff17;border:1px solid #ffffff26;border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:13px;font-size:20px;display:grid}.qr-vault__cover strong{font-size:17px;font-weight:720}.qr-vault__cover p{color:#bfc2cc;max-width:260px;margin:7px 0 18px;font-size:10px;line-height:1.55}.qr-vault__cover button{border:1px solid var(--brand);background:var(--brand);color:#fff;min-height:45px;font:700 11px/1 var(--font-sans);cursor:pointer;border-radius:14px;padding:0 19px}.qr-warning{background:#fff8ea;border:1px solid #f1d4a6;border-radius:14px;grid-template-columns:24px 1fr;gap:9px;margin-top:11px;padding:12px;display:grid}.qr-warning>span{color:#a96511;background:#ffe9c4;border-radius:8px;place-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:grid}.qr-warning p{color:#95611e;margin:1px 0 0;font-size:9px;line-height:1.5}.qr-next{background:#fff;border:1px solid #e8e5e1;border-radius:20px;margin:22px 0 18px;padding:20px}.qr-next p{color:var(--text-secondary);margin:7px 0 14px;font-size:10px;line-height:1.55}.qr-next button{border:1px solid var(--brand);background:var(--brand);color:#fff;min-height:44px;font:700 11px/1 var(--font-sans);cursor:pointer;border-radius:13px;align-items:center;gap:13px;padding:0 15px;display:inline-flex}.qr-secondary{grid-template-columns:1fr 1fr;gap:8px;display:grid}.checkout-heading{margin-bottom:14px}.checkout-price-check{background:linear-gradient(135deg,#f0fbf6,#fff);border:1px solid #cfeadd;border-radius:17px;grid-template-columns:31px 1fr;align-items:center;gap:10px;min-height:61px;margin-bottom:12px;padding:0 14px;display:grid}.checkout-price-check>span{color:#fff;background:#36ad7e;border-radius:11px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:800;display:grid}.checkout-price-check>div{flex-direction:column;display:flex}.checkout-price-check strong{color:#276349;font-size:11px}.checkout-price-check small{color:#638374;margin-top:2px;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{background:radial-gradient(circle at 100% 0,#ffba704d,#0000 40%),linear-gradient(145deg,#fff9f2,#fff 68%);border:1px solid #f9731633;border-radius:21px;padding:16px;position:relative;overflow:hidden}.search-command label{color:#3e424e;margin-bottom:8px;font-size:10px;font-weight:720;display:block}.search-command__control{background:#ffffffeb;border:1px solid #e1ddd8;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:52px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:grid;box-shadow:0 7px 18px #1e202a0b}.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{color:#252936;width:100%;min-width:0;height:50px;font:500 13px/1 var(--font-sans);background:0 0;border:0;outline:0;padding:0}.search-command__control input::placeholder{color:#a2a6af}.search-command__count{min-width:25px;height:25px;color:var(--brand-active);background:#fff0df;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:9px;font-weight:800;display:inline-flex}.search-command>p{color:var(--text-muted);margin:8px 2px 0;font-size:9px}.search-recent,.search-popular,.search-results{margin-top:24px}.search-section-heading{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:11px;display:flex}.search-section-heading>div{flex-direction:column;display:flex}.search-section-heading>div>span{color:var(--brand-active);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.search-section-heading h2{color:#1b1e2c;letter-spacing:-.017em;margin:3px 0 0;font-size:18px;font-weight:700;line-height:1.2}.search-section-heading__action{min-height:34px;color:var(--brand-active);font:680 10px/1 var(--font-sans);cursor:pointer;background:0 0;border:0;padding:0}.search-recent__chips{flex-wrap:wrap;gap:7px;display:flex}.search-recent__chips button{color:#414652;min-height:38px;font:650 10px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e4e1dd;border-radius:999px;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.search-recent__chips span{color:var(--brand-active);font-size:9px}.search-popular__grid,.search-result-list{gap:9px;display:grid}.search-country,.search-result-item{color:#272b38;width:100%;min-height:70px;font-family:var(--font-sans);text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e5e1;border-radius:17px;align-items:center;gap:11px;padding:10px 12px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.search-country{border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto auto;gap:13px;min-height:86px;padding:14px;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;transform:translateY(-1px);box-shadow:0 8px 20px #1c1e290d}.search-country__flag,.search-result-item__tile{border-radius:13px!important;width:42px!important;height:42px!important}.search-country__flag{background:linear-gradient(145deg,#fff,#faf7f3);border:1px solid #eee9e3;place-items:center;line-height:1;display:grid;box-shadow:inset 0 1px #fff,0 4px 12px #1e19140a;border-radius:16px!important;width:50px!important;height:50px!important}.search-country__copy,.search-result-item__copy,.search-country__price{flex-direction:column;min-width:0;display:flex}.search-country__copy strong,.search-result-item__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:690;overflow:hidden}.search-country__copy small,.search-result-item__copy small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;overflow:hidden}.search-country__price{color:#343845;white-space:nowrap;font-size:12px;font-weight:750}.search-country__arrow{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;transition:background .18s,transform .18s;display:grid;box-shadow:0 7px 16px #f9731633}.search-country:hover .search-country__arrow{background:var(--brand-active);transform:translate(2px)}.search-result-item__arrow{width:28px;height:28px;color:var(--brand-active);background:#fff5ea;border-radius:9px;place-items:center;font-size:11px;display:grid}.search-result-item__kind{color:#70757f;background:#f1f3f5;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-size:8px;font-weight:700;display:inline-flex}.search-empty{text-align:center;background:#fff;border:1px solid #e8e5e1;border-radius:21px;padding:27px 20px}.search-empty__icon{width:45px;height:45px;color:var(--brand-active);background:#fff3e6;border-radius:15px;place-items:center;margin:0 auto 11px;font-size:19px;display:grid}.search-empty h3{color:#252936;margin:0;font-size:16px;font-weight:730}.search-empty p{max-width:270px;color:var(--text-secondary);margin:7px auto 15px;font-size:10px;line-height:1.55}.search-empty>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.search-empty button{color:#424753;min-height:42px;font:650 10px/1 var(--font-sans);cursor:pointer;background:#fff;border:1px solid #e4e1dd;border-radius:12px}.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))}}.compatibility-page{padding:14px 16px 40px}.compatibility-hero{background:radial-gradient(circle at 100% 0,#ffbf776b,#0000 39%),linear-gradient(145deg,#fff8ef,#fff 72%);border:1px solid #f973162e;border-radius:25px;min-height:230px;padding:24px 110px 24px 20px;position:relative;overflow:hidden}.compatibility-hero h1{color:#252936;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:650;line-height:1.22}.compatibility-hero p{color:var(--text-secondary);margin:10px 0 0;font-size:12px;line-height:1.6}.compatibility-hero__mark{color:#252936;background:#fff;border:4px solid #252936;border-radius:20px;place-items:center;width:72px;height:112px;font-size:12px;font-weight:700;display:grid;position:absolute;bottom:25px;right:20px;transform:rotate(5deg);box-shadow:0 15px 30px #39251821}.compatibility-hero__mark i{color:#fff;background:#18a873;border:4px solid #fff8ef;border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-style:normal;display:grid;position:absolute;bottom:10px;right:-10px}.compatibility-grid{gap:10px;margin:14px 0;display:grid}.compatibility-card{background:#fff;border:1px solid #e8e4df;border-radius:19px;padding:17px;box-shadow:0 9px 27px #261f1a0a}.compatibility-card__platform{min-height:24px;color:var(--brand-active);background:#fff1e3;border-radius:999px;align-items:center;padding:0 9px;font-size:9px;font-weight:750;display:inline-flex}.compatibility-card h2{color:#292d38;margin:12px 0 0;font-size:14px;font-weight:650;line-height:1.45}.compatibility-card p{color:var(--text-secondary);margin:6px 0 0;font-size:11px;line-height:1.55}.compatibility-note{background:#fff9ec;border:1px solid #f1d5a7;border-radius:15px;grid-template-columns:27px 1fr;gap:9px;margin:0 0 15px;padding:13px;display:grid}.compatibility-note>span{color:#9d6113;background:#ffe8c2;border-radius:9px;place-items:center;width:27px;height:27px;font-size:11px;font-weight:800;display:grid}.compatibility-note p{color:#8d641f;margin:1px 0 0;font-size:10px;line-height:1.55}@media (min-width:760px){.compatibility-page{padding-left:24px;padding-right:24px}.compatibility-grid{grid-template-columns:1fr 1fr}}
.install-panel__intro p{max-width:430px;margin:7px auto 0}.install-tabs{border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:17px;display:grid}.install-tabs button{color:#838996;min-width:0;min-height:44px;font:620 9px/1.2 var(--font-sans);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;justify-content:center;align-items:center;gap:5px;padding:11px 4px 10px;display:flex}.install-tabs button span{font-size:14px}.install-tabs button[aria-selected=true]{border-bottom-color:var(--brand);color:var(--brand-active)}.install-tabs button:focus-visible{outline-offset:2px;outline:2px solid #ff6f0f57}.install-method{padding-top:17px}.install-quick{text-align:center}.install-quick__device{width:48px;height:48px;color:var(--brand-active);background:#fff0e3;border-radius:16px;place-items:center;margin:2px auto 11px;font-size:25px;display:grid}.install-quick h3{color:#303440;margin:0;font-size:13px;font-weight:680}.install-quick>p{max-width:420px;color:var(--text-secondary);margin:7px auto 15px;font-size:10px;line-height:1.55}.install-quick__start{background:var(--brand);color:#fff;width:100%;min-height:46px;font:680 11px/1 var(--font-sans);cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;display:flex}.install-quick__start span{font-size:18px}.install-quick small{color:var(--text-muted);margin-top:11px;font-size:8px;line-height:1.45;display:block}.install-confirm{text-align:left;background:#fff8f2;border:1px solid #ffd5b5;border-radius:15px;padding:15px}.install-confirm strong{color:#303440;font-size:11px}.install-confirm p{color:var(--text-secondary);margin:6px 0 13px;font-size:9px;line-height:1.55}.install-confirm>div{grid-template-columns:.7fr 1.3fr;gap:8px;display:grid}.install-confirm button,.install-confirm a{min-height:40px;font:680 9px/1 var(--font-sans);border-radius:11px;justify-content:center;align-items:center;gap:6px;text-decoration:none;display:flex}.install-confirm button{color:#555b68;background:#fff;border:1px solid #e3ded9}.install-confirm a{background:var(--brand);color:#fff}.usage-section{background:#fff;border:1px solid #e8e5e1;border-radius:22px;margin-top:13px;padding:18px}.usage-section__header{justify-content:space-between;align-items:center;gap:14px;display:flex}.usage-section__header>div>span{color:var(--brand-active);letter-spacing:.12em;font-size:8px;font-weight:760}.usage-section__header h2{color:#252936;margin:4px 0 0;font-size:17px;font-weight:680}.usage-section__header button{min-height:40px;color:var(--brand-active);font:680 9px/1 var(--font-sans);cursor:pointer;background:#fff8f2;border:1px solid #f1d3bd;border-radius:12px;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.usage-section__header button:disabled{cursor:wait;opacity:.6}.usage-notice{color:#7a5a24;background:#fff7e8;border-radius:12px;margin:13px 0 0;padding:10px 11px;font-size:9px;line-height:1.45}.usage-notice--error{color:#91422e;background:#fff1ed}.usage-plan-list{gap:10px;margin-top:14px;display:grid}.usage-plan{background:#fff;border:1px solid #e8e8ea;border-radius:17px;padding:15px;box-shadow:0 7px 22px #24273209}.usage-plan__title{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;display:grid}.usage-plan__globe{width:26px;height:26px;color:var(--brand-active);background:#fff0e3;border-radius:9px;place-items:center;font-size:15px;font-weight:700;display:grid}.usage-plan h3{overflow-wrap:anywhere;color:#252936;min-width:0;margin:0;font-size:12px;font-weight:700;line-height:1.3}.usage-plan__not-started{color:#8b5a38;background:#fff7ef;border-radius:10px;margin:11px 0 0;padding:8px 10px;font-size:8px;line-height:1.45}.usage-state{white-space:nowrap;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-size:8px;font-weight:720;display:inline-flex}.usage-state--inuse{color:#23825d;background:#e7f7ef}.usage-state--unused{color:#a95424;background:#fff2e7}.usage-state--expired,.usage-state--refund{color:#747781;background:#f1f1f2}.usage-metric{margin-top:14px}.usage-metric__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.usage-metric__heading>span{color:var(--text-muted);font-size:9px}.usage-metric__heading>small{color:#858a96;font-size:8px;font-weight:650}.usage-metric strong{color:#292d38;margin-top:4px;font-size:14px;font-weight:650;display:block}.usage-metric strong small{color:#858a96;font-size:10px;font-weight:520}.usage-progress{background:#f0f1f3;border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.usage-progress>span{border-radius:inherit;height:100%;transition:width .28s;display:block}.usage-progress--data>span{background:linear-gradient(90deg,#ff6b16,#ff9453)}.usage-progress--validity>span{background:linear-gradient(90deg,#27a675,#65c99e)}.usage-empty{text-align:center;background:#fbfbfc;border:1px dashed #dfddd9;border-radius:16px;margin-top:14px;padding:24px 16px}.usage-empty>span{color:var(--brand-active);font-size:22px;display:block}.usage-empty strong{color:#3b3f4b;margin-top:7px;font-size:11px;display:block}.usage-empty p,.usage-updated{color:var(--text-muted);font-size:8px;line-height:1.45}.usage-empty p{margin:4px 0 0}.usage-updated{text-align:right;margin:11px 0 0}.usage-remove{background:#fff;border:1px solid #e8e5e1;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;padding:13px 14px;display:flex}.usage-remove>div{gap:3px;min-width:0;display:grid}.usage-remove strong{color:#343844;font-size:10px;font-weight:680}.usage-remove span{color:var(--text-muted);font-size:8px;line-height:1.4}.usage-remove button{color:#b94a16;min-height:34px;font:680 8px/1 var(--font-sans);cursor:pointer;background:#fff8f3;border:1px solid #ead7cb;border-radius:11px;flex:none;padding:0 11px}.usage-remove button:hover{background:#fff0e6;border-color:#e4bda6}@media (max-width:359px){.install-tabs button{font-size:8px}.usage-section{padding:15px}.usage-plan__title{grid-template-columns:auto minmax(0,1fr)}.usage-state{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.usage-progress>span{transition:none}}.esim-support{color:#303440;border-top:1px solid #e7e4e0;margin-top:18px;padding:17px}.esim-support__heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.esim-support__heading strong{font-size:11px;font-weight:680}.esim-support__heading span{color:var(--text-muted);font-size:8px}.esim-support__contacts{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:8px;margin-top:11px;display:grid}.esim-support__contacts a,.esim-support__contacts button{color:#303440;min-width:0;min-height:58px;font-family:var(--font-sans);text-align:left;background:#ffffffb8;border:1px solid #e8e5e1;border-radius:15px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:9px 10px;text-decoration:none;display:grid}.esim-support__contacts button{cursor:pointer;grid-template-columns:32px minmax(0,1fr) auto}.esim-support__contacts a:hover,.esim-support__contacts button:hover{background:#fffaf6;border-color:#efc9ad}.esim-support__contacts a:focus-visible,.esim-support__contacts button:focus-visible{outline-offset:2px;outline:2px solid #ff6f0f52}.esim-support__icon{--support-icon-fill:#fff7f0;width:32px;height:32px;color:var(--brand-active);background:#fff0e3;border-radius:10px;place-items:center;display:grid}.esim-support__icon--wechat{--support-icon-fill:#eef9f3;color:#23825d;background:#e8f7ef}.esim-support__icon svg{width:18px;height:18px}.esim-support__contacts a>span:nth-child(2),.esim-support__contacts button>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.esim-support__contacts small{color:var(--text-muted);font-size:8px}.esim-support__contacts strong{color:#343844;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;overflow:hidden}.esim-support__contacts em{color:var(--brand-active);font-size:7px;font-style:normal;font-weight:680}@media (max-width:359px){.esim-support__heading{flex-direction:column;align-items:flex-start;gap:3px}.esim-support__contacts{grid-template-columns:1fr}}
.referral-panel{border:1px solid var(--border);background:var(--bg-card);border-radius:24px;gap:18px;margin-block:20px;padding:clamp(20px,4vw,30px);display:grid;box-shadow:0 16px 42px #1d243209}.referral-panel h2,.referral-panel p{margin:0}.referral-panel p{line-height:1.6}.referral-form,.referral-share{gap:12px;display:grid}.referral-panel input,.referral-panel select{border:1px solid var(--border-strong);border-radius:var(--radius-input);width:100%;min-width:0;min-height:46px;font:inherit;background:var(--bg-card);color:inherit;padding:10px 12px}.referral-panel button{border-radius:var(--radius-button);background:var(--brand-active);min-height:46px;color:var(--text-on-brand);font:inherit;cursor:pointer;border:0;padding:10px 16px;font-weight:650}.referral-panel button:disabled{opacity:.5;cursor:not-allowed}.referral-panel :focus-visible{outline:3px solid var(--brand-active);outline-offset:3px}.referral-code{letter-spacing:.055em;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(22px,6.5vw,34px);line-height:1.1}.referral-coupons{gap:14px;margin:0;padding:0;list-style:none;display:grid}.referral-coupons li{border:1px solid var(--border);border-radius:14px;padding:16px}.referral-coupons li>div{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.referral-coupons li strong{font-size:24px}.referral-coupons li p{margin-top:8px}.referral-program{position:relative}.referral-program__heading{gap:9px;display:grid}.referral-program__heading h2{letter-spacing:-.025em;font-size:clamp(22px,5vw,30px);line-height:1.22}.referral-program__heading>p{color:var(--text-secondary);font-size:14px}.referral-program__status{border-radius:999px;align-items:center;width:max-content;min-height:26px;padding:0 10px;font-size:11px;font-weight:750;display:inline-flex}.referral-program__status.is-active{color:#11734f;background:#e8f7f1}.referral-program__paused,.referral-program__locked{background:#fffaf6;border:1px solid #eadfd7;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;display:flex}.referral-program__paused>span,.referral-program__locked>span{color:#b44a0c;background:#ffe9d9;border-radius:10px;flex:none;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid}.referral-program__paused strong{margin-bottom:5px;display:block}.referral-program__paused p,.referral-program__locked p{color:var(--text-secondary);font-size:13px}.referral-program__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.referral-program__metrics>div{background:#f7f8fa;border-radius:14px;gap:4px;min-width:0;padding:13px;display:grid}.referral-program__metrics span,.referral-program__metrics small{color:var(--text-secondary);font-size:10px;line-height:1.35}.referral-program__metrics strong{font-size:17px;line-height:1.25}.referral-program__terms{border-top:1px solid var(--border)}.referral-program__terms summary{cursor:pointer;min-height:48px;color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:12px;font-weight:700;list-style:none;display:flex}.referral-program__terms summary::-webkit-details-marker{display:none}.referral-program__terms[open] summary span{transform:rotate(180deg)}.referral-program__terms>div{gap:9px;padding:0 0 4px;display:grid}.referral-program__terms p{color:var(--text-secondary);font-size:12px}.referral-share{background:linear-gradient(145deg,#fffaf6,#fff5ec);border:1px solid #f9731638;border-radius:20px;margin-top:2px;padding:clamp(16px,3vw,22px)}.referral-share__code{border-bottom:1px solid #f9731624;gap:7px;min-width:0;padding-bottom:15px;display:grid}.referral-share__code>span{color:var(--text-secondary);font-size:11px}.referral-share__code .referral-code{color:#b9490b}.referral-share__link{gap:7px;min-width:0;display:grid}.referral-share__link label{color:var(--text-secondary);font-size:11px;font-weight:650}.referral-share__link input{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.referral-share__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.referral-share__actions button{min-width:0;padding-left:10px;padding-right:10px;font-size:12px}.referral-panel .referral-share button.is-secondary{color:#b9490b;background:#fff;border:1px solid #f9731647}.referral-share__native{grid-column:1/-1;justify-content:center;align-items:center;gap:8px;display:inline-flex}.referral-share__status{color:#11734f;text-align:center;min-height:18px;font-size:11px}.referral-wallet__heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.referral-wallet__heading span{color:#c4510d;letter-spacing:.1em;font-size:9px;font-weight:800}.referral-wallet__heading h2{margin-top:5px;font-size:24px}.referral-wallet__heading>small{color:#b9490b;background:#fff0e6;border-radius:12px;place-items:center;width:38px;height:38px;font-size:14px;font-weight:750;display:grid}.referral-wallet>p{color:var(--text-secondary);font-size:13px}@media (max-width:520px){.referral-program__metrics{grid-template-columns:1fr 1fr}.referral-program__metrics>div:last-child{grid-column:1/-1}}
