
: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}.topup-package-list{display:grid;gap:10px;margin-top:14px}.topup-package{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;border:1px solid #edf1f5;border-radius:14px;padding:12px}.topup-package b,.topup-package small{display:block}.topup-package small{color:#758195;font-size:11px;margin-top:3px}.topup-package strong{font-size:15px}.field.compact{max-width:86px;margin:0}.field.compact input{height:38px;padding:8px}.field.compact span{display:block;font-size:10px;color:#758195;margin-bottom:4px}@media(max-width:620px){.topup-package{grid-template-columns:1fr auto}.topup-package .field,.topup-package .btn{grid-column:1/3;width:100%}}

.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}
