
:root{
  --bg:#f5f8fd;
  --surface:#fff;
  --text:#081b3d;
  --muted:#6d7c95;
  --line:#dfe8f2;
  --line2:#cddcec;
  --blue:#0879ff;
  --blue2:#1467f5;
  --cyan:#1eb7f2;
  --soft:#eef6ff;
  --shadow:0 14px 42px rgba(40,72,115,.08);
  --r1:14px;--r2:22px;--r3:30px;
  --s1:8px;--s2:13px;--s3:21px;--s4:34px;--s5:55px;
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fbfdff 0,#f4f8fd 50%,#f9fbff 100%);color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;padding-bottom:84px}
a{text-decoration:none;color:inherit}button,input{font:inherit}.icon{width:24px;height:24px;display:block;flex:0 0 24px}
.shell{max-width:1200px;margin:0 auto}
.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:sticky;top:0;z-index:30;
  border-bottom:1px solid rgba(218,229,240,.86);background:rgba(250,252,255,.91);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:13px;min-width:0}.brand-logo{width:48px;height:48px;flex:0 0 48px}.brand-logo img{width:100%;height:100%}
.brand-copy b{display:block;font-size:20px;line-height:1.1;letter-spacing:-.04em}.brand-copy span{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.2}
.top-actions{display:flex;align-items:center;gap:9px}.circle-btn{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#1c3658;display:grid;place-items:center}
.desktop-nav{display:none;gap:6px}.desktop-nav button{border:0;background:transparent;color:#748298;font-size:12px;font-weight:700;padding:9px 14px;border-radius:999px}
.desktop-nav button.active{color:var(--blue);background:#eaf4ff}

.screen{display:none}.screen.active{display:block}.content{padding:25px 20px 36px}
.hero{position:relative;overflow:hidden;min-height:430px;border:1px solid #d6e6f8;border-radius:34px;background:
  radial-gradient(circle at 91% 16%,rgba(73,181,255,.22),transparent 33%),
  linear-gradient(135deg,#ffffff 0%,#edf7ff 54%,#dceeff 100%);box-shadow:var(--shadow);padding:36px}
.hero-copy{position:relative;z-index:2;max-width:600px}.eyebrow{color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:54px;line-height:1.08;letter-spacing:-.065em;margin:22px 0 13px;max-width:520px}.hero p{font-size:16px;line-height:1.65;color:#5c708a;max-width:540px;margin:0}
.hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.hero-badges span{padding:10px 14px;border:1px solid #c9dced;border-radius:999px;background:rgba(255,255,255,.75);color:#3b5a78;font-size:11px;font-weight:700}
.hero-art{position:absolute;right:12px;bottom:0;width:48%;max-width:520px;min-width:370px}.hero-art img{width:100%;display:block}
.search{margin-top:17px;height:70px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 7px 24px rgba(42,73,108,.035);display:flex;align-items:center;gap:13px;padding:0 19px}
.search .icon{color:var(--blue);width:25px;height:25px}.search input{width:100%;border:0;outline:0;background:transparent;font-size:16px;color:#17324f}.search input::placeholder{color:#9da8b7}

.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:14px}
.trust-card{min-height:106px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:17px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 7px 20px rgba(47,74,105,.03)}
.trust-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1782ff,#0766eb);color:#fff}.trust-icon .icon{width:21px;height:21px}
.trust-card b{font-size:14px;line-height:1.25}.trust-card span{color:var(--muted);font-size:10px;line-height:1.25}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:36px 0 17px}.section-head h2{font-size:29px;margin:7px 0 0;letter-spacing:-.05em;line-height:1.12}.section-head a{color:#6e7d91;font-size:11px;font-weight:700}
.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.dest-card{display:grid;grid-template-columns:58px minmax(0,1fr) 96px 18px;align-items:center;gap:12px;min-height:94px;padding:14px 15px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 6px 18px rgba(44,69,101,.03);text-align:left}
.flag-wrap{width:54px;height:54px;border-radius:16px;background:#f2f6fb;display:grid;place-items:center;font-size:29px}
.dest-main{min-width:0}.dest-main b{display:block;font-size:16px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dest-main small{display:block;color:#738097;font-size:10px;line-height:1.25;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dest-price{text-align:right;min-width:0}.dest-price span{display:block;color:#8793a4;font-size:9px;line-height:1.1}.dest-price strong{display:block;color:#075fd7;font-size:18px;line-height:1.12;margin-top:5px;white-space:nowrap}
.dest-card .chev{color:#93a0b1;width:17px;height:17px}
.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:4px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{flex:0 0 auto;border:1px solid var(--line2);border-radius:999px;background:#fff;color:#65758b;padding:10px 17px;font-size:11px;font-weight:750}.tab.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 7px 16px rgba(8,121,255,.17)}
.country-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:14px}
.country-empty{padding:26px;border:1px dashed #cfdce9;border-radius:20px;color:#8190a4;text-align:center;font-size:12px}

.page-head{padding:31px 20px 0}.page-head h1{font-size:43px;letter-spacing:-.06em;line-height:1.06;margin:11px 0 0}.page-head p{margin:13px 0 0;color:#677890;font-size:14px;line-height:1.6}
.account-hero,.esim-hero,.help-hero{margin:18px 20px 0;border:1px solid #d8e6f4;border-radius:29px;overflow:hidden;background:linear-gradient(135deg,#fff,#eef7ff 60%,#d9ecff);position:relative;min-height:240px;padding:27px}
.panel-art{position:absolute;right:10px;bottom:-20px;width:280px;opacity:.94}.account-hero h2,.esim-hero h2,.help-hero h2{font-size:32px;margin:8px 0;letter-spacing:-.05em}.account-hero p,.esim-hero p,.help-hero p{color:#687992;max-width:450px;line-height:1.55;font-size:13px}
.panel{margin:17px 20px 0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 8px 25px rgba(42,68,96,.035)}
.empty{text-align:center;padding:38px 18px}.empty-icon{width:88px;height:88px;border-radius:50%;background:#eef6ff;color:#1681ff;display:grid;place-items:center;margin:0 auto}.empty-icon .icon{width:40px;height:40px}
.empty h3{font-size:21px;margin:18px 0 7px}.empty p{color:#7d8a9b;font-size:12px;line-height:1.6;max-width:520px;margin:0 auto}
.primary{margin-top:20px;border:0;border-radius:15px;background:linear-gradient(135deg,#0b78ff,#0968ec);color:#fff;min-height:49px;padding:0 23px;font-size:13px;font-weight:800;box-shadow:0 10px 20px rgba(11,120,255,.19)}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:17px}
.quick{min-height:126px;padding:17px;border:1px solid var(--line);border-radius:20px;background:#fff}.quick .icon-box,.menu-icon{width:44px;height:44px;border-radius:14px;background:#edf6ff;color:#0879ff;display:grid;place-items:center}.icon-box .icon,.menu-icon .icon{width:22px;height:22px}
.quick b{display:block;font-size:14px;margin-top:13px}.quick small{display:block;color:#76859a;font-size:10px;margin-top:5px;line-height:1.4}
.blue-panel{background:linear-gradient(135deg,#083e7d,#086ab4 65%,#087ec8);color:#fff;border:0}.blue-panel p{color:#d8edff}.blue-panel .eyebrow{color:#bfe4ff}
.menu{margin:17px 20px 0;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden}.menu-row{display:grid;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:13px;min-height:80px;padding:13px 17px;border-top:1px solid #e6edf4;background:#fff}.menu-row:first-child{border-top:0}.menu-row b{display:block;font-size:15px;line-height:1.25}.menu-row small{display:block;color:#758399;font-size:10px;line-height:1.4;margin-top:4px}.menu-row .chev{width:17px;height:17px;color:#96a2b2}
.company{margin:17px 20px 34px;padding:21px;border:1px solid var(--line);border-radius:24px;background:#fff}.company h2{font-size:24px;margin:7px 0 15px}.company-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,1.1fr);gap:16px;padding:14px 0;border-top:1px solid #e6edf3}.company-row:first-of-type{border-top:0}.company-row span{color:#768599;font-size:11px}.company-row b{text-align:right;font-size:12px;line-height:1.4}
.steps{display:grid;gap:0}.step{display:grid;grid-template-columns:48px 46px minmax(0,1fr) 18px;align-items:center;gap:13px;min-height:93px;padding:13px 0;border-top:1px solid #e7edf3}.step:first-child{border-top:0}.step-no{width:38px;height:38px;border-radius:50%;background:#0b78ff;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.step b{font-size:14px}.step p{margin:5px 0 0;color:#768398;font-size:10px;line-height:1.45}.step .chev{width:17px;height:17px;color:#9aa5b3}

.bottom{position:fixed;left:0;right:0;bottom:0;height:80px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(250,252,255,.96);border-top:1px solid #dce5ef;backdrop-filter:blur(18px);z-index:50}
.nav-btn{border:0;background:transparent;color:#8794a6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0}.nav-btn .icon{width:22px;height:22px}.nav-btn b{font-size:9px;line-height:1.1}.nav-btn span{font-size:8px;line-height:1.1}.nav-btn.active{color:var(--blue)}

.sheet{position:fixed;inset:0;background:rgba(7,22,41,.35);display:none;align-items:flex-end;justify-content:center;z-index:90}.sheet.open{display:flex}.sheet-panel{width:min(100%,660px);max-height:86vh;overflow:auto;border-radius:28px 28px 0 0;background:#f7faff;padding:17px 17px 30px;box-shadow:0 -18px 45px rgba(7,30,58,.17)}
.handle{width:40px;height:4px;border-radius:99px;background:#ccd7e1;margin:0 auto 17px}.sheet-head{display:flex;align-items:center;justify-content:space-between}.sheet-country{display:flex;align-items:center;gap:12px}.sheet-country h3{font-size:20px;margin:0}.sheet-country p{font-size:10px;color:#7b899a;margin:4px 0 0}.close{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:21px}
.packages{display:grid;gap:9px;margin-top:16px}.package{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:17px;background:#fff;text-align:left}.package b{display:block;font-size:14px}.package small{display:block;color:#78869a;font-size:10px;margin-top:4px}.package strong{font-size:15px;color:#0769df;white-space:nowrap}.package .chev{width:17px;height:17px;color:#96a3b2}.sheet-note{margin-top:12px;padding:12px;border-radius:14px;background:#edf5fd;color:#64768e;font-size:10px;line-height:1.5}

@media(max-width:900px){
  .hero{min-height:390px}.hero h1{font-size:46px}.hero-art{width:50%;min-width:330px}
  .popular-grid{grid-template-columns:1fr 1fr}.country-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  body{padding-bottom:82px}.topbar{height:68px;padding:0 16px}.brand-logo{width:43px;height:43px;flex-basis:43px}.brand-copy b{font-size:18px}.brand-copy span{font-size:9px}.content{padding:18px 14px 30px}
  .hero{min-height:430px;padding:24px 22px;border-radius:28px}.hero-copy{max-width:100%}.hero h1{font-size:39px;max-width:300px;margin-top:17px}.hero p{font-size:13px;line-height:1.58;max-width:300px}.hero-badges{max-width:300px;gap:7px;margin-top:19px}.hero-badges span{font-size:9px;padding:8px 11px}.hero-art{right:-10px;width:58%;min-width:250px;max-width:300px}
  .search{height:63px;border-radius:19px;padding:0 16px}.search input{font-size:14px}.trust{gap:7px}.trust-card{min-height:100px;padding:13px 10px;border-radius:18px}.trust-icon{width:38px;height:38px}.trust-card b{font-size:12px}.trust-card span{font-size:8px}
  .section-head{margin:29px 0 14px}.section-head h2{font-size:27px}.popular-grid{grid-template-columns:1fr 1fr;gap:8px}.dest-card{grid-template-columns:48px minmax(0,1fr) 80px 14px;min-height:83px;padding:11px 11px;gap:8px;border-radius:18px}.flag-wrap{width:46px;height:46px;border-radius:13px;font-size:25px}.dest-main b{font-size:14px}.dest-main small{font-size:9px}.dest-price strong{font-size:15px}.dest-price span{font-size:8px}.dest-card .chev{width:14px;height:14px}
  .country-grid{grid-template-columns:1fr;gap:8px}.tabs{gap:7px}.tab{padding:9px 15px;font-size:10px}
  .page-head{padding:25px 17px 0}.page-head h1{font-size:36px}.page-head p{font-size:12px}.account-hero,.esim-hero,.help-hero{margin:16px 14px 0;min-height:230px;padding:22px;border-radius:25px}.account-hero h2,.esim-hero h2,.help-hero h2{font-size:29px}.panel-art{width:220px;right:-13px}
  .panel{margin-left:14px;margin-right:14px;padding:16px;border-radius:22px}.quick-grid{grid-template-columns:1fr 1fr;gap:8px}.quick{min-height:112px;padding:14px}.menu,.company{margin-left:14px;margin-right:14px}.menu-row{grid-template-columns:42px minmax(0,1fr) 16px;min-height:75px;padding:12px 14px;gap:10px}.menu-icon{width:40px;height:40px}.menu-row b{font-size:13.5px}.menu-row small{font-size:9px}.company-row{grid-template-columns:1fr;gap:5px}.company-row b{text-align:left;font-size:11px}
  .steps .step{grid-template-columns:38px 42px minmax(0,1fr) 16px;gap:9px}.step-no{width:34px;height:34px}.step b{font-size:13px}.step p{font-size:9px}
}
@media(min-width:900px){
  body{padding-bottom:0}.desktop-nav{display:flex}.bottom{display:none}.content{padding:34px 30px 46px}.page-head{padding-left:30px;padding-right:30px}.account-hero,.esim-hero,.help-hero,.panel,.menu,.company{margin-left:30px;margin-right:30px}
  .hero-art{right:20px}.popular-grid{grid-template-columns:repeat(4,1fr)}.country-grid{grid-template-columns:1fr 1fr}
}

/* ===== V41 browser-checked commercial normalization ===== */
button{font-family:inherit}
.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.popular-card{
  appearance:none;-webkit-appearance:none;border:1px solid var(--line);border-radius:20px;background:#fff;
  min-width:0;min-height:150px;padding:15px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;
  box-shadow:0 6px 18px rgba(44,69,101,.03);color:var(--text);overflow:hidden
}
.popular-flag{font-size:30px;line-height:1;height:34px;display:block}
.popular-copy{display:block;min-width:0;width:100%;margin-top:13px}
.popular-copy b{display:block;font-size:15px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.popular-copy small{display:block;margin-top:4px;color:#748197;font-size:9px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.popular-price{display:block;margin-top:auto;padding-top:13px;width:100%}
.popular-price small{display:block;color:#8793a4;font-size:8px;line-height:1}
.popular-price strong{display:block;margin-top:5px;color:#075fd7;font-size:16px;line-height:1.1;white-space:nowrap}
.dest-card{appearance:none;-webkit-appearance:none;width:100%;overflow:hidden}
.dest-main b,.dest-main small{max-width:100%}
.dest-price{width:96px;min-width:96px}
.dest-price strong{overflow:hidden;text-overflow:ellipsis}
.menu-row, .quick{appearance:none;-webkit-appearance:none;color:inherit;text-align:left}
.circle-btn{appearance:none;-webkit-appearance:none}
.search input{-webkit-appearance:none;appearance:none}
@media(max-width:900px){.popular-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:620px){
  .popular-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .popular-card{min-height:126px;padding:12px;border-radius:18px}
  .popular-flag{font-size:27px;height:30px}.popular-copy{margin-top:10px}.popular-copy b{font-size:13px}.popular-copy small{font-size:8px}.popular-price{padding-top:9px}.popular-price strong{font-size:14px}
  .dest-card{grid-template-columns:48px minmax(0,1fr) 78px 13px!important;gap:8px!important}
  .dest-price{width:78px;min-width:78px}.dest-price strong{font-size:14px!important}
  .hero{min-height:410px}.hero-art{width:54%;right:-18px;opacity:.98}
}
@media(max-width:370px){
  .popular-grid{grid-template-columns:1fr 1fr}
  .dest-card{grid-template-columns:44px minmax(0,1fr) 72px 12px!important;padding:10px!important}
  .flag-wrap{width:43px!important;height:43px!important;font-size:23px!important}
  .dest-price{width:72px;min-width:72px}.dest-price strong{font-size:13px!important}
}

/* ===== V42 Daily 1–5GB/day × 1–30 days ===== */
.package-info{
  background:linear-gradient(135deg,#f5f9ff,#eef7ff)!important;
  border-style:dashed!important;
  cursor:default!important;
}
.package-info strong{
  color:#657a92!important;
  font-size:12px!important;
}
.package-info .chev{
  color:#a5b0bd!important;
}
@media(max-width:620px){
  .daily-radio-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .daily-radio:last-child{
    grid-column:1/-1;
  }
}

/* ===== V43 Apple-like Typography System ===== */
html,body,button,input,select,textarea{
  font-family:"SF Pro Display","SF Pro Text",-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body{
  font-weight:400;
  letter-spacing:0;
}
h1,h2,h3,h4,.hero h1,.page-head h1,.section-head h2{
  font-family:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC",sans-serif!important;
  font-weight:650!important;
  letter-spacing:-0.035em!important;
}
p,small,span,input,select,button{
  font-family:"SF Pro Text",-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC",sans-serif!important;
}
.eyebrow,.section-kicker{
  font-weight:700!important;
  letter-spacing:.07em!important;
}
.dest-main b,.country-copy b,.menu-row b,.quick b,.package b{
  font-weight:620!important;
  letter-spacing:-.012em!important;
}
.dest-price strong,.package strong,.summary strong{
  font-weight:650!important;
  letter-spacing:-.02em!important;
}
@media(max-width:620px){
  .hero h1{font-size:40px!important;line-height:1.12!important}
  .page-head h1{font-size:30px!important;line-height:1.16!important}
  .section-head h2{font-size:24px!important;line-height:1.18!important}
  .dest-main b{font-size:15px!important;line-height:1.28!important}
  .dest-main small{font-size:10px!important;line-height:1.35!important}
  .dest-price strong{font-size:16px!important;line-height:1.16!important}
  .dest-price span{font-size:9px!important;line-height:1.2!important}
  .menu-row b{font-size:14.5px!important;line-height:1.28!important}
  .menu-row small{font-size:10.5px!important;line-height:1.42!important}
  .hero p,.page-head p{font-size:12.5px!important;line-height:1.6!important}
}
@media(min-width:621px){
  .hero h1{font-size:54px!important;line-height:1.08!important}
  .page-head h1{font-size:42px!important;line-height:1.1!important}
  .section-head h2{font-size:30px!important;line-height:1.15!important}
}

/* ===== V44 Horizontal Commercial Layout ===== */
.h-content{padding-top:18px!important}
.h-hero{
  position:relative;
  min-height:330px;
  overflow:hidden;
  border:1px solid #d8e7f7;
  border-radius:30px;
  background:
    radial-gradient(circle at 86% 26%,rgba(45,173,255,.20),transparent 31%),
    linear-gradient(135deg,#ffffff 0%,#eff8ff 53%,#dcedff 100%);
  box-shadow:0 14px 36px rgba(44,83,128,.07);
  padding:28px 30px;
}
.h-hero-copy{position:relative;z-index:2;max-width:520px}
.h-hero h1{
  margin:16px 0 10px;
  font-size:46px!important;
  line-height:1.08!important;
  max-width:470px;
}
.h-hero p{
  margin:0;
  max-width:480px;
  color:#60728a;
  font-size:14px;
  line-height:1.6;
}
.h-hero-actions{display:flex;gap:9px;margin-top:22px;position:relative;z-index:3}
.h-primary{margin:0!important;min-width:130px}
.h-secondary{
  min-height:49px;
  padding:0 20px;
  border:1px solid #cfdceb;
  border-radius:15px;
  background:rgba(255,255,255,.86);
  color:#34516f;
  font-size:12px;
  font-weight:700;
}
.h-hero-art{
  position:absolute;
  right:8px;
  bottom:-14px;
  width:46%;
  max-width:480px;
  min-width:330px;
}
.h-search{
  margin-top:14px;
  height:62px;
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #dce6f1;
  border-radius:19px;
  padding:0 17px;
  background:#fff;
}
.h-search .icon{color:#0879ff}
.h-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#15324f;
  font-size:14px;
}
.h-mini-trust{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-top:10px;
}
.h-mini-trust span{
  padding:7px 10px;
  border:1px solid #dce7f2;
  border-radius:999px;
  background:#fff;
  color:#687a90;
  font-size:9px;
  font-weight:650;
}
.h-section-head{
  margin:29px 0 13px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}
.h-section-head h2{
  margin:5px 0 0;
  font-size:25px!important;
  line-height:1.16!important;
}
.h-link{
  border:0;
  background:transparent;
  color:#0879ff;
  font-size:10px;
  font-weight:700;
}
.h-note{font-size:10px;color:#7d8999}
.h-pop-scroll,.h-plan-scroll{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding-bottom:4px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
.h-pop-scroll::-webkit-scrollbar,.h-plan-scroll::-webkit-scrollbar{display:none}
.h-pop-card{
  flex:0 0 172px;
  min-height:150px;
  padding:15px;
  border:1px solid #dfe7f0;
  border-radius:20px;
  background:#fff;
  text-align:left;
  scroll-snap-align:start;
}
.h-flag{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#f2f6fb;
  font-size:27px;
}
.h-pop-copy{margin-top:13px}
.h-pop-copy b{
  display:block;
  font-size:15px;
  line-height:1.25;
}
.h-pop-copy span{
  display:block;
  margin-top:3px;
  color:#7a8798;
  font-size:9px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.h-pop-card strong{
  display:block;
  margin-top:13px;
  color:#0869dd;
  font-size:16px;
}
.h-plan-card{
  flex:0 0 148px;
  min-height:132px;
  padding:14px;
  border:1px solid #dce7f1;
  border-radius:19px;
  background:linear-gradient(180deg,#fff,#f9fcff);
  text-align:left;
  scroll-snap-align:start;
}
.h-plan-badge{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  background:#eaf4ff;
  color:#0879ff;
  font-size:8px;
  font-weight:700;
}
.h-plan-card b{
  display:block;
  margin-top:11px;
  font-size:16px;
}
.h-plan-card small{
  display:block;
  margin-top:4px;
  color:#7b8898;
  font-size:9px;
}
.h-plan-card strong{
  display:block;
  margin-top:12px;
  color:#0879ff;
  font-size:16px;
}
.h-tabs{margin-bottom:2px}
.h-country-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.h-country-card{
  min-height:168px;
  padding:14px;
  border:1px solid #dfe7f0;
  border-radius:20px;
  background:#fff;
  text-align:left;
  display:flex;
  flex-direction:column;
}
.h-country-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.h-country-flag{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#f2f6fb;
  display:grid;
  place-items:center;
  font-size:26px;
}
.h-country-price{
  text-align:right;
  min-width:72px;
}
.h-country-price span{
  display:block;
  color:#8995a4;
  font-size:8px;
  line-height:1.2;
}
.h-country-price strong{
  display:block;
  margin-top:4px;
  color:#0869dd;
  font-size:14px;
  line-height:1.2;
  white-space:nowrap;
}
.h-country-name{
  margin-top:13px;
  min-width:0;
}
.h-country-name b{
  display:block;
  font-size:15px;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.h-country-name span{
  display:block;
  margin-top:4px;
  color:#7c8999;
  font-size:9px;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.h-country-meta{
  margin-top:auto;
  padding-top:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#6f7e91;
  font-size:9px;
  border-top:1px solid #edf1f5;
}
.h-country-meta .chev{width:14px;height:14px;color:#9aa7b5}
.country-empty{grid-column:1/-1}

@media(max-width:760px){
  .h-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .h-hero{min-height:380px;padding:24px 21px}
  .h-hero h1{font-size:38px!important;max-width:285px}
  .h-hero p{font-size:12.5px;max-width:285px}
  .h-hero-art{width:58%;min-width:245px;right:-16px}
  .h-pop-card{flex-basis:155px}
  .h-plan-card{flex-basis:136px}
}
@media(max-width:380px){
  .h-country-grid{grid-template-columns:1fr 1fr}
  .h-country-card{min-height:160px;padding:12px}
  .h-country-price{min-width:64px}
  .h-country-price strong{font-size:13px}
}
@media(min-width:900px){
  .h-country-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .h-pop-scroll,.h-plan-scroll{overflow:visible;display:grid;grid-template-columns:repeat(4,1fr)}
  .h-pop-card,.h-plan-card{width:auto;min-width:0}
}

/* V56 live commerce */
.checkout-card,.lookup-card{background:#fff;border:1px solid #e6ebf1;border-radius:22px;padding:18px}.checkout-submit{width:100%;margin-top:14px}.checkout-help{font-size:12px;text-align:center;color:#758195;margin:12px 0 0}.checkout-help a{color:#1769c2}.consent-row{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;margin-top:10px}.order-summary-live{border-top:1px solid #edf1f5;margin-top:16px;padding-top:10px}.order-summary-live>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 0;font-size:12px}.order-summary-live span{color:#758195}.order-summary-live .total{border-top:1px solid #edf1f5;margin-top:4px;padding-top:12px}.order-summary-live strong{font-size:18px}.customer-alert{margin-top:12px;border-radius:13px;padding:12px;background:#fff6f4;border:1px solid #f3d9d3;color:#9e3f2e;font-size:12px;line-height:1.5}.checkout-payment-methods{display:grid;gap:10px;margin-top:14px}.payment-action{border:1px solid #dfe6ef;border-radius:15px;background:#fff;padding:14px;text-align:left;display:flex;flex-direction:column;gap:3px}.payment-action b{font-size:14px}.payment-action span{font-size:11px;color:#758195}.payment-unavailable{border:1px solid #e4e9ef;border-radius:15px;padding:14px;display:flex;flex-direction:column;gap:4px}.payment-unavailable span{font-size:11px;color:#758195}.lookup-card{max-width:560px;margin:0 auto}.esim-result{margin-top:14px}.esim-live-card{max-width:620px;margin:0 auto}.esim-status-row{display:flex;justify-content:space-between;gap:12px}.esim-status-row span{font-size:11px;color:#1769c2}.esim-qr{display:block;width:min(210px,70%);height:auto;margin:18px auto;border-radius:14px}.esim-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.esim-data-grid>div{border:1px solid #edf1f5;border-radius:13px;padding:10px}.esim-data-grid span{display:block;font-size:10px;color:#758195}.esim-data-grid b{display:block;margin-top:3px;font-size:12px}.usage-note{font-size:10px;color:#7a8799;margin-top:12px}

.linko-ai-shell{position:fixed;right:14px;bottom:76px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue","Microsoft YaHei",Arial,sans-serif}
.linko-ai-launch{width:52px;height:52px;border-radius:18px;border:0;background:#111827;color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 28px rgba(15,23,42,.18)}
.linko-ai-panel{position:absolute;right:0;bottom:62px;width:min(350px,calc(100vw - 28px));height:470px;max-height:64vh;background:#fff;border:1px solid #e4e9ef;border-radius:22px;box-shadow:0 20px 55px rgba(15,23,42,.18);overflow:hidden}
.linko-ai-head{height:62px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f5}.linko-ai-head b{display:block;font-size:14px}.linko-ai-head span{display:block;font-size:10px;color:#7a8799;margin-top:2px}.linko-ai-close{border:0;background:#f1f4f8;width:32px;height:32px;border-radius:11px;font-size:20px}
.linko-ai-messages{height:calc(100% - 128px);overflow:auto;padding:12px;background:#f8fafc}.ai-msg{max-width:86%;margin:7px 0;padding:9px 11px;border-radius:14px;font-size:12px;line-height:1.5;white-space:pre-wrap}.ai-msg.bot{background:#fff;border:1px solid #e6ebf1}.ai-msg.user{margin-left:auto;background:#111827;color:#fff}
.linko-ai-form{height:48px;display:flex;gap:7px;padding:7px;border-top:1px solid #edf1f5}.linko-ai-form input{flex:1;border:1px solid #dfe5ec;border-radius:11px;padding:0 10px;font-size:12px}.linko-ai-form button{border:0;border-radius:11px;background:#1769c2;color:#fff;padding:0 13px;font-size:11px}.linko-ai-foot{height:18px;text-align:center;font-size:8px;color:#8b96a6}

/* V57 mobile operations console */
.admin-body{padding-bottom:30px}.admin-head{padding-top:28px}.admin-shell{max-width:1100px}.admin-shell .panel{margin:0}.admin-login{max-width:580px;margin:0 auto!important}.admin-login h2{margin:0 0 8px}.admin-login p{color:var(--muted);font-size:12px;line-height:1.6}.admin-section{margin-top:34px}.admin-section:first-child{margin-top:0}.admin-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.admin-section-head h2{margin:6px 0 0;font-size:25px;letter-spacing:-.04em}.admin-status-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-metric{min-height:132px;display:flex;flex-direction:column;gap:8px;justify-content:center}.admin-metric>span{font-size:11px;color:var(--muted)}.admin-metric>b,.admin-metric>.admin-ok,.admin-metric>.admin-bad{font-size:18px}.admin-metric small{font-size:10px;color:var(--muted);line-height:1.4}.admin-ok{color:#087b4f;font-weight:800}.admin-bad{color:#b65331;font-weight:800}.admin-success{background:#eefbf5;border-color:#cdebdc;color:#176844}.admin-form-grid{display:grid;grid-template-columns:2fr 2fr 1fr 1fr auto;gap:10px;align-items:end}.admin-form-grid .btn{min-height:47px}.admin-supplier{margin-top:10px!important}.admin-supplier summary{cursor:pointer;font-weight:750}.admin-inline-form{display:flex;gap:8px;margin-top:14px}.admin-inline-form input,.admin-toolbar input{min-height:44px;border:1px solid var(--line);border-radius:13px;padding:0 12px;background:#fff}.admin-inline-form input{flex:1}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 10px}.admin-toolbar input{width:min(440px,80%)}.admin-toolbar span{font-size:11px;color:var(--muted)}.admin-list{display:grid;gap:9px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-row>div:first-child{min-width:0}.admin-row-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-row-title b{overflow-wrap:anywhere}.admin-row p{margin:7px 0 3px;font-size:12px;color:#405874;line-height:1.5}.admin-row small{font-size:10px;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.admin-row-actions{display:flex;gap:7px;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end}.admin-row-actions .btn{margin:0}.admin-pill{padding:4px 8px;border-radius:999px;background:#f1f4f8;color:#65758b;font-size:9px;font-weight:800}.admin-pill.live{background:#e9f9f1;color:#08764b}.brand>img.brand-logo{width:42px;height:42px;object-fit:contain}
@media(max-width:900px){.admin-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid{grid-template-columns:1fr 1fr}.admin-form-grid .btn{grid-column:1/-1}.admin-row{align-items:flex-start;flex-direction:column}.admin-row-actions{width:100%;justify-content:flex-start}}
@media(max-width:520px){.admin-status-grid{grid-template-columns:1fr 1fr}.admin-metric{min-height:118px;padding:14px}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .btn{grid-column:auto}.admin-row-actions .btn{flex:1}.admin-section-head h2{font-size:22px}.admin-head h1{font-size:38px}.header .brand-name{font-size:17px}}

/* ===== V60 commercial polish ===== */
:root{--v60-blue:#0866ff;--v60-deep:#081c3a;--v60-muted:#66758b;--v60-line:#e1e8f0;--v60-soft:#f4f8fd;--v60-green:#087a51;--v60-shadow:0 18px 55px rgba(13,43,78,.08)}
body{background:#fff;color:var(--v60-deep)}
.commerce-bar{min-height:34px;padding:7px 16px;background:#071a36;color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;font-size:10px;font-weight:650;letter-spacing:.01em}
.commerce-bar span{display:flex;align-items:center;gap:6px}.commerce-bar span:before{content:"";width:5px;height:5px;border-radius:50%;background:#63c6ff}
.final-header{max-width:1180px;margin:auto;border-bottom:0!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px);padding:0 18px!important}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:28px}.desktop-nav a{font-size:12px;font-weight:650;color:#42536b}.desktop-nav a:hover{color:var(--v60-blue)}
.header-tools{display:flex;align-items:center;gap:8px}.header-order{min-height:38px;padding:0 15px;border:1px solid var(--v60-line);border-radius:999px;display:flex;align-items:center;font-size:11px;font-weight:700;color:#21405f}
.final-wrap{padding-top:10px!important}.final-hero{min-height:410px!important;border-color:#dce7f2!important;border-radius:32px!important;background:#fff!important;box-shadow:var(--v60-shadow)!important;padding:44px 42px!important}
.final-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 83% 38%,rgba(38,146,255,.18),transparent 27%),linear-gradient(120deg,transparent 55%,#f3f9ff);pointer-events:none}
.final-hero-copy{max-width:540px!important}.final-hero h1{max-width:520px!important;font-size:52px!important;line-height:1.06!important;letter-spacing:-.055em!important;margin:18px 0 14px!important}.final-hero p{max-width:520px!important;font-size:14px!important;line-height:1.72!important;color:#5f7087!important}
.hero-proof{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.hero-proof span{padding:7px 10px;border:1px solid #dce8f4;border-radius:999px;background:rgba(255,255,255,.78);font-size:9px;color:#4f637c;font-weight:650}
.hero-buttons{position:relative!important;inset:auto!important;display:flex!important;grid-template-columns:none!important;margin-top:22px!important}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:auto!important;min-width:142px!important;min-height:48px!important;border-radius:14px!important;font-size:12px!important;padding:0 18px!important}.final-hero-art{width:43%!important;max-width:465px!important;right:18px!important;bottom:-10px!important;opacity:1!important}
.final-search{height:62px!important;border-color:#dce5ef!important;border-radius:18px!important;box-shadow:0 10px 30px rgba(30,67,105,.05)}
.trust-row{gap:10px!important}.trust-box{min-height:86px!important;padding:14px!important;flex-direction:row!important;text-align:left!important;justify-content:flex-start!important;border-radius:18px!important}.trust-box b{font-size:11px!important}.trust-box span span{font-size:8px!important;white-space:normal!important;line-height:1.35!important}
.purchase-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.purchase-flow article{min-height:90px;padding:17px;border:1px solid var(--v60-line);border-radius:20px;background:#fff;display:flex;align-items:center;gap:13px}.purchase-flow>article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#edf5ff;color:var(--v60-blue);font-size:11px;font-weight:800;flex:0 0 38px}.purchase-flow b{display:block;font-size:12px}.purchase-flow small{display:block;margin-top:4px;font-size:8.5px;color:#76859a;line-height:1.45}
.apps-commercial,.final-pop-card,.final-daily-card,.country-card-final{box-shadow:0 8px 28px rgba(26,58,94,.035)}
.final-pop-card,.final-daily-card,.country-card-final,.payment-action{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.final-pop-card:hover,.final-daily-card:hover,.country-card-final:hover,.payment-action:hover{transform:translateY(-2px);border-color:#b9d4f3!important;box-shadow:0 14px 32px rgba(19,73,133,.09)}
.final-bottom{height:76px!important;box-shadow:0 -8px 28px rgba(18,45,76,.06)}
.checkout-main{min-height:70vh;background:linear-gradient(180deg,#f5f9ff,#fff 420px)}.checkout-head{text-align:center}.checkout-head p{margin-left:auto!important;margin-right:auto!important}.checkout-progress{max-width:620px;margin:20px auto 0;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px}.checkout-progress b{font-size:9px;color:#315372;white-space:nowrap}.checkout-progress span{height:1px;background:#cfddec}.checkout-card{max-width:620px;margin:0 auto;padding:26px!important;border-radius:26px!important;box-shadow:var(--v60-shadow)}.checkout-card-title span{font-size:9px;color:var(--v60-blue);font-weight:800;letter-spacing:.08em}.checkout-card-title h2{font-size:24px;margin:7px 0 0}.order-summary-live{margin-top:18px!important;padding:14px 0!important;border-top:1px solid #e8eef5!important;border-bottom:1px solid #e8eef5}.order-summary-live>div{padding:9px 0!important;font-size:13px!important}.order-summary-live .total{border-top:0!important;margin:0!important}.order-summary-live strong{font-size:22px!important;color:var(--v60-blue)}.payment-action{min-height:72px!important;border-radius:17px!important;padding:16px 17px!important;position:relative}.payment-action:after{content:"›";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:22px;color:#96a5b7}.payment-action b{font-size:15px!important}.payment-action span{font-size:11px!important}.secure-checkout-note{margin-top:14px;padding:14px 15px;border:1px solid #dce9f6;border-radius:16px;background:#f4f9ff}.secure-checkout-note b,.secure-checkout-note span{display:block}.secure-checkout-note b{font-size:11px}.secure-checkout-note span{margin-top:4px;font-size:9.5px;color:#657990;line-height:1.55}
.commercial-payment-grid .payment{position:relative;min-height:180px;padding:22px!important;border-radius:22px!important;background:#fff!important}.commercial-payment-grid .payment i{display:inline-flex;padding:5px 8px;border-radius:999px;background:#f0f4f8;color:#6d7d91;font-style:normal;font-size:8px;font-weight:800}.commercial-payment-grid .payment strong{font-size:21px!important;margin-top:16px!important}.commercial-payment-grid .payment span{font-size:11px!important;line-height:1.65!important}.commercial-payment-grid .payment-primary{border-color:#b9d8ff!important;background:linear-gradient(180deg,#fff,#f5faff)!important}.commercial-payment-grid .payment-primary i{background:#e5f2ff;color:#0866d8}
.setup-warning{padding:16px 18px;border:1px solid #d9e8f7;border-radius:18px;background:#f5faff;margin-bottom:12px}.setup-warning b,.setup-warning span{display:block}.setup-warning b{font-size:12px}.setup-warning span{font-size:10px;line-height:1.6;color:#62758d;margin-top:5px}.setup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.setup-item{min-height:126px;padding:16px;border:1px solid var(--v60-line);border-radius:18px;background:#fff;display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:1fr auto;gap:8px 11px}.setup-item>span{width:36px;height:36px;border-radius:12px;background:#f1f4f8;color:#607086;display:grid;place-items:center;font-size:10px;font-weight:800}.setup-item b,.setup-item small,.setup-item em{display:block}.setup-item b{font-size:12px}.setup-item small{font-size:8.5px;color:#66778e;margin-top:4px;overflow-wrap:anywhere}.setup-item em{font-style:normal;font-size:8px;color:#95a0ae;margin-top:4px}.setup-item>strong{grid-column:1/-1;font-size:9px;color:#b05537}.setup-item.ready{border-color:#c9e9dc;background:#f6fcf9}.setup-item.ready>span{background:#e4f7ee;color:var(--v60-green)}.setup-item.ready>strong{color:var(--v60-green)}.email-test-form{margin-top:10px!important;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.7fr) auto;align-items:center;gap:12px}.email-test-form b,.email-test-form span{display:block}.email-test-form b{font-size:12px}.email-test-form span{font-size:9px;color:#6d7d91;margin-top:4px}.email-test-form input{min-height:46px;border:1px solid var(--v60-line);border-radius:13px;padding:0 12px}.payment-readiness{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.payment-ready-card{min-height:134px;padding:18px;border:1px solid var(--v60-line);border-radius:20px;background:#fff}.payment-ready-card span,.payment-ready-card b,.payment-ready-card small{display:block}.payment-ready-card span{font-size:9px;color:#7c8999}.payment-ready-card b{font-size:20px;margin-top:11px}.payment-ready-card small{font-size:9px;color:#697a8f;line-height:1.5;margin-top:6px}.payment-ready-card.ready{border-color:#c4e7d8;background:#f5fcf8}.admin-explain{font-size:9.5px;color:#6c7c91;line-height:1.6;margin:10px 2px 0}
@media(max-width:760px){.commerce-bar{justify-content:flex-start;overflow:hidden;gap:16px;white-space:nowrap}.commerce-bar span:nth-child(3){display:none}.desktop-nav,.header-order{display:none}.final-header{height:64px!important}.final-wrap{padding-top:8px!important}.final-hero{min-height:420px!important;padding:25px 21px!important;border-radius:26px!important}.final-hero-copy{max-width:100%!important}.final-hero h1{font-size:38px!important;max-width:280px!important}.final-hero p{font-size:12px!important;max-width:265px!important;line-height:1.65!important}.hero-proof{max-width:265px}.hero-proof span{font-size:7.5px;padding:5px 7px}.final-hero-art{width:220px!important;right:-28px!important;bottom:45px!important}.hero-buttons{position:absolute!important;left:20px!important;right:20px!important;bottom:20px!important;display:grid!important;grid-template-columns:1fr 1fr!important;margin:0!important}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%!important;min-width:0!important;padding:0 8px!important}.trust-box{flex-direction:column!important;text-align:center!important;justify-content:center!important;padding:9px 5px!important}.trust-box span span{font-size:7px!important}.purchase-flow{grid-template-columns:1fr}.purchase-flow article{min-height:74px;padding:13px}.checkout-progress{gap:6px}.checkout-progress b{font-size:7.5px}.checkout-card{padding:19px!important}.setup-grid{grid-template-columns:1fr 1fr}.email-test-form{grid-template-columns:1fr}.payment-readiness{grid-template-columns:1fr}.admin-status-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:390px){.setup-grid{grid-template-columns:1fr}.commerce-bar span:nth-child(2){display:none}.final-hero-art{opacity:.72!important}}

/* V60.3: concise customer-facing plan facts only */
.order-summary > div { gap: 18px; }
.order-summary > div span { color:#7b8798; }
.order-summary > div b { max-width:68%; text-align:right; line-height:1.45; }
@media(max-width:640px){
  .order-summary > div { align-items:flex-start; }
  .order-summary > div b { max-width:64%; }
}

/* ===== V60.6 INNER-PAGE COMPATIBILITY FIXES =====
   commercial.css is loaded after style.css, so these rules intentionally repair
   generic legacy selectors that previously pushed the Order button down and
   broke icon centering on public pages. */
.header .btn.primary{
  margin-top:0!important;
  min-height:40px!important;
  padding:0 17px!important;
  border-radius:999px!important;
  background:#1f72dc!important;
  border:1px solid #1f72dc!important;
  color:#fff!important;
  box-shadow:none!important;
}
.feature .icon{
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  margin-bottom:10px!important;
  background:#eef5fb!important;
  color:#55718d!important;
}
.two-col .panel{margin:0!important}
.page-head{padding-left:0!important;padding-right:0!important}

@media(max-width:620px){
  .header .brand{gap:10px!important}
  .header .brand>img.brand-logo{width:38px!important;height:38px!important;flex-basis:38px!important}
  .header .brand-name{font-size:18px!important;line-height:1!important}
  .header .btn.primary{min-height:38px!important;padding:0 15px!important;font-size:12px!important}
  .page-head{padding:27px 0 0!important}
}


/* ===== V60.8 FINAL ALIGNMENT OVERRIDES ===== */
:root{--v608-blue:#0866ff;--v608-ink:#0b1d35;--v608-muted:#6b7a8e;--v608-line:#e2e9f1}
.header,.final-header{background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}
.header-inner,.final-header{border-bottom-color:var(--v608-line)!important}
.page-head .eyebrow{color:var(--v608-blue)!important}
.route-box,.apps-note,.business-disclosure-link{border-color:var(--v608-line)!important}
.apps-note{background:#f8fafc!important}.app-groups>div{background:#fff!important}
.live-catalog-card .btn.primary{background:var(--v608-blue)!important}
@media(max-width:760px){.route-box{align-items:flex-start!important}.apps-note-head{align-items:flex-start!important}.route-note{white-space:normal!important;text-align:right!important;max-width:120px!important}}


/* ===== V60.9 CUSTOMER-FACING POLISH ===== */
:root{--v609-accent:#2f6df6;--v609-ink:#152238;--v609-muted:#6a788b;--v609-surface:#f7f9fc;--v609-warm:#faf9f6;--v609-line:#e4eaf1}
.customer-pay-page .page-head h1{font-size:clamp(35px,4.6vw,48px)!important;letter-spacing:-.045em!important;color:var(--v609-ink)!important}
.customer-pay-page .page-head p{max-width:680px!important;color:var(--v609-muted)!important;font-size:13px!important;line-height:1.7!important}
.customer-pay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:900px}
.payment-compact-card{min-height:148px;padding:20px;border:1px solid var(--v609-line);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(26,53,86,.035);display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.payment-compact-card.featured{border-color:#bfd3fb;background:#fbfdff}
.payment-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:9px;font-weight:700;letter-spacing:.01em;color:#66758a;background:#f1f4f7}
.payment-status.ready{color:#2d63b9;background:#eef5ff}.payment-status.pending{color:#7a6b45;background:#f7f3e9}.payment-status.future{color:#6d7181;background:#f3f3f5}.payment-status.adaptive{color:#536779;background:#eef2f5}
.payment-compact-card h3{margin:15px 0 7px;font-size:20px;line-height:1.15;letter-spacing:-.035em;color:var(--v609-ink)}
.payment-compact-card p{margin:0;font-size:11.5px;line-height:1.65;color:var(--v609-muted)}
.customer-pay-note{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:900px;margin-top:14px}
.customer-pay-note>div{padding:16px 18px;border-radius:18px;background:var(--v609-surface);border:1px solid var(--v609-line)}
.customer-pay-note strong,.customer-pay-note span{display:block}.customer-pay-note strong{font-size:12px;color:var(--v609-ink)}.customer-pay-note span{margin-top:5px;font-size:10.5px;line-height:1.6;color:var(--v609-muted)}
.customer-pay-note a{color:#2d63b9}

.appCapabilitySection{padding-top:68px;padding-bottom:68px}
.appCapabilityGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:22px}
.appCapabilityGrid article{min-height:150px;padding:18px 16px;border:1px solid var(--v609-line);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(26,53,86,.03)}
.appCapIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f0f5fb;color:#4e6e95}
.appCapIcon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.appCapabilityGrid h3{margin:14px 0 6px;font-size:14px;line-height:1.35;letter-spacing:-.025em;color:var(--v609-ink)}
.appCapabilityGrid p{margin:0;font-size:10.5px;line-height:1.6;color:var(--v609-muted)}
.appCapabilityFoot{margin:13px 0 0;font-size:9.5px;line-height:1.55;color:#8a95a3}
.my-esim-cap-note{max-width:560px;margin:10px auto 14px;display:flex;gap:7px;flex-wrap:wrap}
.my-esim-cap-note span{padding:6px 9px;border:1px solid var(--v609-line);border-radius:999px;background:#fafbfd;color:#647487;font-size:9px;font-weight:650}
.customer-install-steps .step h3{font-size:15px!important;letter-spacing:-.025em}.customer-install-steps .step p{line-height:1.65!important}

/* Slightly quieter typography for customer pages; system fonts only, no remote font downloads. */
body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Helvetica Neue","Segoe UI",Arial,sans-serif!important;color:var(--v609-ink)}
h1,h2,h3,h4,.brand-name{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Helvetica Neue",Arial,sans-serif!important}

@media(max-width:760px){
  .customer-pay-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .payment-compact-card{min-height:130px;padding:15px 14px;border-radius:17px}
  .payment-compact-card h3{font-size:16px;margin-top:12px}.payment-compact-card p{font-size:9.7px;line-height:1.55}.payment-status{font-size:7.5px;padding:4px 7px}
  .customer-pay-note{grid-template-columns:1fr;gap:8px}.customer-pay-note>div{padding:13px 14px}
  .appCapabilitySection{padding-top:48px;padding-bottom:48px}.appCapabilityGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:16px}
  .appCapabilityGrid article{min-height:132px;padding:15px 13px;border-radius:17px}.appCapabilityGrid h3{font-size:12.5px}.appCapabilityGrid p{font-size:9.3px}.appCapIcon{width:34px;height:34px}.appCapIcon svg{width:19px;height:19px}
}
@media(max-width:360px){.customer-pay-grid{grid-template-columns:1fr 1fr}.payment-compact-card{padding:13px 11px}.payment-compact-card h3{font-size:14px}.appCapabilityGrid article{padding:13px 11px}}

/* V61.0 China customer-facing access labels */
.plan-badge-row,.china-inline-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.china-inline-badges{margin-bottom:5px}
.china-access-badge,.china-route-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:24px;padding:3px 9px;border-radius:999px;
  font-size:12px;line-height:1;font-weight:700;font-style:normal;letter-spacing:.01em;
  white-space:nowrap;
}
.china-access-badge{color:#1358c8;background:#edf5ff;border:1px solid #cfe2ff}
.china-route-badge{color:#365345;background:#f1f6f2;border:1px solid #dae7dd}
.china-access-note{
  max-width:1120px;margin:18px auto 8px;padding:14px 16px;border:1px solid #dce8f8;
  border-radius:16px;background:#f8fbff;color:#5e7089;font-size:13px;line-height:1.65;
  display:flex;gap:8px;align-items:flex-start;
}
.china-access-note strong{color:#0b2c59;white-space:nowrap}
.china-access-footnote{font-size:12px;line-height:1.6;color:#75869d;margin:8px 0 16px}
@media (max-width:640px){
  .china-access-note{margin:14px 16px 6px;display:block}
  .china-access-note strong{display:block;margin-bottom:4px}
  .china-access-badge,.china-route-badge{font-size:11px;min-height:22px;padding:3px 8px}
}


/* ===== V61.1 FINAL INNER-PAGE PALETTE ===== */
:root{--v611-accent:#7c816f;--v611-accent-dark:#666c5c;--v611-steel:#5d7782;--v611-ink:#202925;--v611-muted:#6f7771;--v611-line:#e3e4df;--v611-surface:#f6f5f1;--v611-footer:#2d3431}
body{color:var(--v611-ink)!important;background:#fff!important}
.header .btn.primary,.btn.primary,.btn-primary,.live-catalog-card .btn.primary{background:var(--v611-accent)!important;border-color:var(--v611-accent)!important;color:#fff!important;box-shadow:none!important}
.header .btn.primary:hover,.btn.primary:hover,.btn-primary:hover{background:var(--v611-accent-dark)!important;border-color:var(--v611-accent-dark)!important}
.page-head .eyebrow,.eyebrow{color:var(--v611-steel)!important}
a{accent-color:var(--v611-accent)}
input:focus,select:focus,textarea:focus{outline:none!important;border-color:#aab09e!important;box-shadow:0 0 0 3px rgba(124,129,111,.10)!important}
select:focus-visible,input:focus-visible,textarea:focus-visible{outline:none!important}
.payment-status.ready{color:#526557!important;background:#eef2ed!important}.payment-compact-card.featured{border-color:#d3d8ce!important;background:#fbfcfa!important}
.customer-pay-note a,.helpActions strong,.compactEmailList strong{color:#5d7782!important}
.china-access-badge{color:#536557!important;background:#eef2ed!important;border-color:#d5ddd3!important}.china-route-badge{color:#5d6a61!important;background:#f4f5f2!important;border-color:#e0e3dd!important}
.china-access-note{border-color:#dde2da!important;background:#f7f8f5!important;color:#667069!important}.china-access-note strong{color:#43534a!important}
.footer{background:var(--v611-footer)!important;color:#c6ccc7!important}.footer a{color:#b8c1bb!important}.footer h4,.footer .brand-name{color:#fff!important}.footer-bottom{color:#98a39c!important;border-top-color:rgba(255,255,255,.10)!important}
.bottom-nav a.active,.bottom-nav .active{color:var(--v611-accent)!important}
/* Prevent legacy future-App illustration block from ever leaking giant unstyled SVGs. */
.appCapabilitySection{display:none!important}

/* ===== V61.2 PREMIUM BRAND PALETTE ===== */
:root{--v612-bg:#F7F8F7;--v612-card:#FFFFFF;--v612-ink:#17191C;--v612-muted:#687078;--v612-brand:#35586C;--v612-brand-dark:#294957;--v612-soft:#EDF3F5;--v612-line:#E3E8E8}
body{background:var(--v612-bg)!important;color:var(--v612-ink)!important}.header,.final-header,.topbar{background:rgba(255,255,255,.96)!important;border-bottom-color:var(--v612-line)!important}.header .btn.primary,.btn.primary,.btn-primary,.live-catalog-card .btn.primary,.primary{background:var(--v612-brand)!important;border-color:var(--v612-brand)!important;color:#fff!important;box-shadow:none!important}.header .btn.primary:hover,.btn.primary:hover,.btn-primary:hover,.primary:hover{background:var(--v612-brand-dark)!important;border-color:var(--v612-brand-dark)!important}.page-head .eyebrow,.eyebrow,.section-kicker{color:var(--v612-brand)!important}.card,.panel,.menu,.company,.payment-compact-card,.route-box,.apps-note,.business-disclosure-link{border-color:var(--v612-line)!important}.feature .icon,.quick .icon-box,.menu-icon,.empty-icon{background:var(--v612-soft)!important;color:var(--v612-brand)!important}input:focus,select:focus,textarea:focus{border-color:#A7B6BD!important;box-shadow:0 0 0 3px rgba(53,88,108,.09)!important}.payment-status.ready{color:#416071!important;background:#EDF3F5!important}.payment-compact-card.featured{border-color:#CCD9DD!important;background:#FBFCFC!important}.customer-pay-note a,.helpActions strong,.compactEmailList strong{color:var(--v612-brand)!important}.china-access-badge{color:#46604f!important;background:#EEF2ED!important;border-color:#D6DED4!important}.china-route-badge{color:#52656C!important;background:#F1F5F5!important;border-color:#DCE4E4!important}.china-access-note{border-color:#DDE5E5!important;background:#F7F9F8!important;color:#667276!important}.china-access-note strong{color:#35586C!important}.footer{background:#26363D!important;color:#D0D7D8!important}.footer a{color:#BBC5C7!important}.footer h4,.footer .brand-name{color:#fff!important}.footer-bottom{color:#93A2A6!important;border-top-color:rgba(255,255,255,.10)!important}.bottom-nav a.active,.bottom-nav .active{color:var(--v612-brand)!important}


/* ===== V61.4 muted palette override ===== */
:root{
  --bg:#F7F8F7;
  --surface:#FFFFFF;
  --text:#17191C;
  --muted:#687078;
  --line:#E8EAEC;
  --line2:#DDE2E5;
  --blue:#35586C;
  --blue2:#294958;
  --cyan:#6B8796;
  --soft:#EDF3F5;
  --shadow:0 6px 18px rgba(25,40,50,.06);
}
body{background:var(--bg);color:var(--text)}
.topbar{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(232,234,236,.96)}
.circle-btn{color:#324650}
.desktop-nav button.active,.tab.active,.nav-btn.active,.resultBar button{background:var(--soft);color:var(--blue);box-shadow:none}
.hero,.account-hero,.esim-hero,.help-hero,.h-hero{border-color:var(--line)!important;background:linear-gradient(135deg,#FFFFFF 0%,#F5F8F8 58%,#EDF3F5 100%)!important;box-shadow:var(--shadow)!important}
.hero-badges span,.sheet-note,.package-info,.destination-intel,.apps-commercial{background:#F7F9F9!important;border-color:var(--line)!important;color:#5F6D78!important}
.trust-icon,.quick .icon-box,.menu-icon,.step-no,.empty-icon,.big-icon,.daily-icon,.trust-ico,.icon-box,.scenarioIcon,.serviceIcon{background:var(--soft)!important;color:var(--blue)!important}
.primary,.btn-primary,.btn.primary,.btn.blue,.h-primary{background:var(--blue)!important;border-color:var(--blue)!important;box-shadow:none!important;color:#fff!important}
.h-secondary,.btn-secondary{background:#fff!important;color:var(--blue)!important;border-color:var(--line)!important}
.dest-price strong,.package strong,.popular-price strong,.country-price-final strong,.sheet-package strong,.quick-card,.help-card,.account-list>a,.account-list>button,.final-section-head button,.final-section-head span,.btn.soft,.chip.blue{color:var(--blue)!important}
.dest-card,.popular-card,.menu,.company,.panel,.quick,.help-card,.country-card-final,.sheet-package,.package,.menu-row,.featuredCard,.trust-card,.trust-box,.final-pop-card,.final-daily-card,.country-card-final,.empty-card,.account-list,.sheet-panel{box-shadow:none!important}
.flag-wrap,.country-flag-final,.sheet-flag{background:#F4F6F6!important}
.hero h1,.page-head h1,.section-head h2,.account-hero h2,.esim-hero h2,.help-hero h2,.h-hero h1,.final-hero h1,.final-section-head h2{color:#17191C!important;font-weight:650!important}
.hero p,.page-head p,.account-hero p,.esim-hero p,.help-hero p,.h-hero p,.final-hero p,.section-head a,.dest-main small,.quick small,.menu-row small,.company-row span,.trust-card span,.sheet-note,.apps-head p,.app-chip span,.intel-note,.trust-box span span{color:#687078!important}
.hero .eyebrow,.eyebrow,.kicker,.inner-title span,.apps-head>div>span,.site-stage-banner b{color:var(--blue)!important}
.site-stage-banner{background:#F7F9F9!important;border-bottom-color:var(--line)!important;color:#596873!important}
.site-stage-banner span{color:#73808A!important}
.final-header,.final-bottom,.sheet-panel,.menu,.company,.panel,.final-hero,.final-search,.trust-box,.final-pop-card,.final-daily-card,.country-card-final,.account-list,.empty-card{border-color:var(--line)!important}
.final-search,.search,.search-panel{box-shadow:none!important}
.final-search,.search{background:#FFFFFF!important;color:#79838A!important}
.blue-panel{background:linear-gradient(135deg,#35586C,#2E4D5D 72%,#294958)!important}
.blue-panel p,.blue-panel .eyebrow{color:#DDE8ED!important}
.bottom,.final-bottom{background:rgba(255,255,255,.96)!important;border-top-color:var(--line)!important}
.package-info strong,.package-info small{color:#687078!important}


/* ===== V61.6 中文版：全站颜色统一 ===== */
:root{--v616-ink:#17191C;--v616-muted:#687078;--v616-brand:#35586C;--v616-brand-dark:#294958;--v616-soft:#EDF3F5;--v616-bg:#F7F8F7;--v616-line:#E8EAEC}
.page-head{background:linear-gradient(180deg,#F7F8F7 0%,#FBFCFB 100%)!important}
.page-head .eyebrow{color:var(--v616-brand)!important;letter-spacing:.08em!important}
.page-head h1{color:var(--v616-ink)!important;font-weight:650!important}
.page-head p{color:var(--v616-muted)!important}
.faq details{background:#fff!important;border-color:var(--v616-line)!important;box-shadow:none!important}
.faq summary{color:var(--v616-ink)!important;font-weight:600!important}
.faq details p{color:var(--v616-muted)!important}
.checkout-main{background:var(--v616-bg)!important}
.checkout-card,.lookup-card{border-color:var(--v616-line)!important;box-shadow:none!important}
.checkout-progress b{color:var(--v616-brand)!important}
.checkout-progress span{background:#DDE4E6!important}
.order-summary-live{border-color:var(--v616-line)!important}
.order-summary-live span{color:var(--v616-muted)!important}
.order-summary-live strong,.order-summary-live .total strong{color:var(--v616-brand)!important}
.checkout-help a,.customer-pay-note a{color:var(--v616-brand)!important}
.consent-row input{accent-color:var(--v616-brand)}
.checkout-submit,.btn.primary,.primary{background:var(--v616-brand)!important;border-color:var(--v616-brand)!important;color:#fff!important;box-shadow:none!important}
.package strong,.dest-price strong,.popular-price strong,.country-price-final strong{color:var(--v616-brand)!important}
.bottom-nav a.active,.bottom-nav .active{color:var(--v616-brand)!important}
.footer{background:#26363D!important}


/* ===== V61.8 AUTHORITATIVE RESPONSIVE FIX ===== */
html,body{max-width:100%;overflow-x:hidden!important}
.site,.final-wrap,.final-header,.final-screen,.inner-page{max-width:100%;box-sizing:border-box}
.final-hero{overflow:hidden!important;isolation:isolate}
.final-hero-copy{position:relative!important;z-index:3!important}
.final-hero-art{z-index:1!important;object-fit:contain!important;pointer-events:none!important}
.hero-buttons{z-index:4!important}
@media(min-width:761px){
 .final-hero{min-height:400px!important;padding:40px 42px!important}
 .final-hero-copy{max-width:55%!important}
 .final-hero h1{max-width:520px!important;font-size:50px!important}
 .final-hero p{max-width:500px!important}
 .final-hero-art{width:min(39%,410px)!important;max-width:410px!important;min-width:280px!important;right:28px!important;bottom:22px!important;top:auto!important;opacity:.94!important;transform:none!important}
}
@media(max-width:760px){
 .final-wrap{padding-left:14px!important;padding-right:14px!important}
 .final-hero{min-height:418px!important;padding:24px 20px!important;border-radius:24px!important}
 .final-hero-copy{max-width:72%!important}
 .final-hero h1{font-size:36px!important;line-height:1.07!important;max-width:255px!important;margin:15px 0 11px!important}
 .final-hero p{font-size:11.5px!important;line-height:1.62!important;max-width:245px!important}
 .hero-proof{max-width:250px!important;position:relative!important;z-index:3!important}
 .final-hero-art{width:168px!important;max-width:168px!important;min-width:0!important;height:auto!important;right:8px!important;bottom:74px!important;top:auto!important;opacity:.92!important;transform:none!important}
 .hero-buttons{left:20px!important;right:20px!important;bottom:18px!important}
}
@media(max-width:390px){
 .final-hero{min-height:414px!important;padding:23px 17px!important}
 .final-hero-copy{max-width:73%!important}
 .final-hero h1{font-size:33px!important;max-width:225px!important}
 .final-hero p{font-size:10.8px!important;max-width:218px!important}
 .hero-proof{max-width:218px!important}
 .final-hero-art{width:148px!important;max-width:148px!important;right:7px!important;bottom:78px!important;opacity:.9!important}
}

/* V61.12 language switcher */
.linko-lang-switcher{position:relative;z-index:10020;display:inline-flex;align-items:center;flex:0 0 auto;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans SC","Microsoft YaHei",Arial,sans-serif}.linko-lang-current{height:42px;max-width:132px;padding:0 12px;border:1px solid #E1E5E7;border-radius:22px;background:#fff;color:#35586C;font:600 13px/1 inherit;display:flex;align-items:center;gap:6px;white-space:nowrap}.linko-lang-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:150px;padding:6px;background:#fff;border:1px solid #E1E5E7;border-radius:16px;box-shadow:0 12px 34px rgba(25,40,50,.12);display:none}.linko-lang-switcher.open .linko-lang-menu{display:grid}.linko-lang-menu button{appearance:none;border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:10px;color:#17191C;font:500 14px/1.2 inherit;white-space:nowrap}.linko-lang-menu button:hover,.linko-lang-menu button:focus{background:#EDF3F5;color:#294958}.header-tools,.headerActions,.actions{align-items:center}.header-tools>.linko-lang-switcher,.headerActions>.linko-lang-switcher,.actions>.linko-lang-switcher{order:-1}@media(max-width:760px){.linko-lang-current{height:40px;max-width:112px;padding:0 10px;font-size:12px}.linko-lang-menu{position:fixed;right:14px;top:82px;min-width:160px}.header .actions .linko-lang-switcher{display:inline-flex}.header .actions>a:not(.primary){display:none}}
