/* eSIM Mango — one accent: bright mango yellow. Everything else is ink and paper.
   Type: DM Sans only. Light weights, thin rules, generous air. */
:root {
  --y: #FFC93C;          /* the single accent */
  --y-hi: #FFD867;       /* hover / highlight fill */
  --y-soft: #FFF6DE;     /* tinted surfaces */
  --y-line: #F3E4BC;     /* tinted hairline */
  --paper: #FFFFFF;
  --paper-soft: #FFFCF4;
  --ink: #14110C;
  --ink-70: #4F4940;
  --ink-45: #8B8377;
  --line: #ECE7DE;
  --r: 18px;
  --r-lg: 26px;
  --maxw: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: .002em;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: 0; word-spacing: .08em; line-height: 1.18; }
h1 { font-size: clamp(38px, 5vw, 62px); }
h2 { font-size: clamp(27px, 3.2vw, 40px); }
h3 { font-size: 19px; font-weight: 500; word-spacing: .04em; line-height: 1.36; }
p { margin: 0; }
b, strong { font-weight: 500; }

.eyebrow {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-45);
}

/* solid yellow marker behind the phrase */
.mark {
  background: linear-gradient(transparent 54%, var(--y) 54%);
  padding: 0 .06em;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: .002em;
  text-decoration: none;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.btn-primary { background: var(--y); color: var(--ink); }
.btn-primary:hover { background: var(--y-hi); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2c2519; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-sm { padding: 10px 20px; font-size: 15px; }

/* ---------- header ---------- */
.hdr {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.hdr-in { display: flex; align-items: center; gap: 28px; height: 88px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo .lg-mark { height: 46px; width: auto; display: block; }
.logo .wm {
  font-family: "Nunito", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -.03em;
  line-height: 1;
  color: #1E2233;
}
.ftr .logo { margin-top: -18px; }
.ftr .logo .lg-mark { height: 46px; }
.ftr .logo .wm { font-size: 32px; color: #FFFFFF; }
.nav { display: flex; gap: 24px; margin-left: 6px; }
.nav a { text-decoration: none; font-size: 15px; font-weight: 400; color: var(--ink-70); }
.nav a:hover, .nav a[aria-current] { color: var(--ink); }
.hdr .btn { margin-left: auto; }
@media (max-width: 860px) { .nav { display: none; } }

/* ---------- hero ---------- */
.hero { padding: 62px 0 40px; position: relative; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute; z-index: 0;
  left: 46%; bottom: 2%;
  width: 42%; height: 52%;
  background-image: radial-gradient(var(--y-line) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  opacity: .38;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
@media (max-width: 900px) { .hero::after { display: none; } }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }
.hero .lede { margin-top: 20px; font-size: clamp(16.5px, 1.6vw, 19px); color: var(--ink-70); max-width: 31em; }
.hero-cta { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.hero-mascot { justify-self: stretch; width: 100%; position: relative; min-height: 420px; }
.hero-art {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 165%);
}
.hero-art img { position: absolute; max-width: none; pointer-events: none; }
.hero-art .hero-scene { position: relative; width: 100%; display: block; }
.hero-art .hero-mango { z-index: 5; width: 22%; left: 36%; bottom: 0.5%; }
.hero-art .hero-chip { z-index: 4; width: 9%; left: 55%; bottom: 9%; }
@media (max-width: 900px) {
  .hero-mascot { min-height: 250px; }
  .hero-art { width: min(680px, 150%); }
}
.trust { margin-top: 30px; display: flex; gap: 26px; flex-wrap: wrap; font-size: 14px; color: var(--ink-45); }
.trust b { color: var(--ink); font-weight: 500; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mascot { order: -1; }
  .hero-mascot img { width: 180px; }
}

/* ---------- search ---------- */
.search { margin-top: 30px; position: relative; max-width: 440px; }
.search input {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 15px 22px 15px 48px;
  font: inherit;
  font-size: 15.5px;
  outline: none;
  transition: border-color .16s ease;
}
.search input:focus { border-color: var(--ink); }
.search input::placeholder { color: var(--ink-45); }
.search svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); }
.sresults {
  position: absolute; z-index: 20; top: calc(100% + 8px); left: 0; right: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 16px 40px rgba(30, 22, 6, .08); overflow: hidden; display: none;
}
.sresults a { display: flex; align-items: center; gap: 10px; padding: 11px 18px; text-decoration: none; font-size: 15px; }
.sresults a:hover { background: var(--y-soft); }

/* ---------- sections ---------- */
.sec { padding: 104px 0; position: relative; }
.sec + .sec::before {
  content: "";
  position: absolute; top: 0; left: 24px; right: 24px;
  max-width: var(--maxw); margin: 0 auto;
  height: 1px; background: var(--line);
}
@media (max-width: 700px) { .sec { padding: 68px 0; } }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.sec-head p { color: var(--ink-70); margin-top: 12px; max-width: 46em; }

.dgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1000px) { .dgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .dgrid { grid-template-columns: 1fr; } }

.dcard {
  display: block; border-radius: var(--r); overflow: hidden; text-decoration: none;
  background: var(--paper); border: 1px solid var(--line);
  transition: border-color .16s ease, transform .16s ease;
}
.dcard:hover { border-color: var(--ink); transform: translateY(-2px); }
.dcard .ph { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-soft); }
.dcard .ph img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.dcard .body { padding: 13px 16px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dcard .nm { font-size: 15.5px; display: flex; align-items: center; gap: 8px; }
.dcard .pr { font-size: 13.5px; color: var(--ink-45); white-space: nowrap; }
.dcard .pr b { font-size: 15.5px; color: var(--ink); font-weight: 500; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips a {
  text-decoration: none; font-size: 14px; background: var(--paper);
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px;
}
.chips a:hover { border-color: var(--ink); }

/* ---------- feature cards ---------- */
.fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .fgrid { grid-template-columns: 1fr; } }
.fcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; }
.fcard .ic {
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 12px; background: var(--y-soft); color: var(--ink); margin-bottom: 18px;
}
.fcard p { margin-top: 10px; color: var(--ink-70); font-size: 15px; }
.fcard.hi { background: var(--y); border-color: var(--y); }
.fcard.hi .ic { background: rgba(20, 17, 12, .1); }
.fcard.hi p { color: rgba(20, 17, 12, .72); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--paper-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.step .n {
  width: 30px; height: 30px; border-radius: 999px; background: var(--y); color: var(--ink);
  display: grid; place-items: center; font-size: 14px; font-weight: 500; margin-bottom: 16px;
}
.step p { color: var(--ink-70); font-size: 15px; margin-top: 8px; }

/* ---------- table ---------- */
.tbl-wrap { overflow-x: auto; background: var(--paper); }
table.cmp { width: 100%; border-collapse: collapse; min-width: 680px; }
table.cmp th, table.cmp td { padding: 15px 18px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--line); font-weight: 400; }
table.cmp thead th { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-45); }
table.cmp tbody tr:last-child td, table.cmp tbody tr:last-child th { border-bottom: 1px solid var(--line); }
table.cmp tfoot td { border-bottom: 0; }
table.cmp .us { background: var(--y-soft); }
table.cmp td.us { font-weight: 500; }
table.cmp thead th.us { color: var(--ink); }

/* the highlighted-column variant */
table.cmp-hi th[scope="row"] { font-weight: 400; color: var(--ink); }
table.cmp-hi .us { background: var(--y-soft); color: var(--ink); text-align: center; border-bottom-color: var(--y-line); }
table.cmp-hi thead th.us { padding-top: 20px; padding-bottom: 20px; border-radius: 14px 14px 0 0; }
table.cmp-hi .uslabel { font-size: 16px; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--ink); }
table.cmp-hi td.us { padding-top: 14px; padding-bottom: 16px; }
table.cmp-hi td.us .save { display: block; font-size: 11.5px; letter-spacing: .04em; color: var(--ink-45); margin-bottom: 1px; }
table.cmp-hi td.us b { font-size: 19px; font-weight: 500; display: block; }
table.cmp-hi tfoot td { border-bottom: 0; padding-top: 20px; padding-bottom: 24px; }
table.cmp-hi tfoot .us { border-radius: 0 0 14px 14px; }
table.cmp-hi tbody td:not(.us), table.cmp-hi tbody th { color: var(--ink-70); }
.fnote { margin-top: 14px; font-size: 12.5px; line-height: 1.6; color: var(--ink-45); max-width: 82ch; }
.yes { color: var(--ink); border-bottom: 2px solid var(--y); }
.no { color: var(--ink-45); }

/* ---------- band ---------- */
.band {
  background: var(--y); border-radius: var(--r-lg); padding: 46px;
  display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center;
}
.band p { margin-top: 12px; max-width: 40em; color: rgba(20, 17, 12, .74); }
.band-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.band-cta .btn { white-space: nowrap; padding: 16px 30px; font-size: 16px; }
.band-cta span { font-size: 13px; color: rgba(20, 17, 12, .6); }
.band { position: relative; overflow: hidden; }
.band-mango { position: absolute; right: 6px; bottom: -26px; width: 132px; opacity: .9; pointer-events: none; }
@media (max-width: 820px) { .band-mango { display: none; } }
@media (max-width: 820px) { .band { grid-template-columns: 1fr; gap: 24px; padding: 34px; } }

/* ---------- faq ---------- */
.faq { max-width: 840px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 0; font-size: 17px; font-weight: 500;
  letter-spacing: -.005em; display: flex; justify-content: space-between; gap: 18px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--ink-45); font-size: 20px; font-weight: 400; }
.faq details[open] summary::after { content: "\2013"; }
.faq .a { padding: 0 0 22px; color: var(--ink-70); font-size: 15.5px; max-width: 62ch; }

/* ---------- country page ---------- */
.chero { position: relative; border-radius: var(--r-lg); overflow: hidden; margin-top: 20px; }
.chero img { width: 100%; height: clamp(230px, 36vw, 400px); object-fit: cover; object-position: center 62%; }
.chero .ov {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(14, 11, 4, .78) 4%, rgba(14, 11, 4, .26) 56%, rgba(14, 11, 4, .08) 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; color: #fff;
}
.chero .eyebrow { color: rgba(255, 255, 255, .8); }
.chero h1 { color: #fff; max-width: 14em; }
.chero .sub { margin-top: 12px; color: rgba(255, 255, 255, .82); max-width: 40em; font-size: 16px; }
.crumbs { font-size: 13.5px; color: var(--ink-45); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.split { display: grid; grid-template-columns: 1.45fr .55fr; gap: 30px; align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.aside { background: var(--paper-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; position: sticky; top: 108px; }
.aside .price { font-size: 30px; font-weight: 500; letter-spacing: -.015em; }
.aside .price small { font-size: 13.5px; color: var(--ink-45); letter-spacing: 0; }
.aside ul { margin: 18px 0 22px; padding: 0; list-style: none; }
.aside li { padding: 6px 0 6px 24px; position: relative; font-size: 14.5px; color: var(--ink-70); }
.aside li::before {
  content: ""; position: absolute; left: 0; top: 13px; width: 13px; height: 8px;
  border-left: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(-45deg);
}
.aside .btn { width: 100%; justify-content: center; }
.prose h2 { margin-top: 38px; font-size: clamp(23px, 2.4vw, 30px); }
.prose p { margin-top: 15px; color: var(--ink-70); max-width: 66ch; }
.prose ul { margin-top: 15px; padding-left: 20px; color: var(--ink-70); max-width: 66ch; }
.prose li { margin-top: 8px; }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: rgba(255, 255, 255, .66); margin-top: 70px; padding: 56px 0 34px; }
.ftr a { color: rgba(255, 255, 255, .66); text-decoration: none; }
.ftr a:hover { color: #fff; }
.ftr-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
@media (max-width: 860px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
.ftr h4 { margin: 0 0 14px; color: #fff; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.ftr ul { list-style: none; margin: 0; padding: 0; font-size: 14.5px; }
.ftr li { margin-bottom: 9px; }
.ftr .logo { color: #fff; }
.ftr .fine { margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 13px; color: rgba(255, 255, 255, .45); max-width: 78ch; }

/* ---------- home price table extras ---------- */
table.cmp .muted { color: var(--ink-45); }
table.cmp td.save { white-space: nowrap; }
table.cmp td.save::after { content: ""; }
table.cmp .save { font-weight: 500; }

/* ---------- people strip ---------- */
.prow {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  padding: 30px 0;
}
.prow.rev .ptxt { order: 2; }
@media (max-width: 860px) { .prow { grid-template-columns: 1fr; gap: 26px; } .prow.rev .ptxt { order: 0; } }
.pph {
  position: relative;
  background: var(--ink);
  border-radius: 12px;
  padding: 20px 14px;
}
.pph::before, .pph::after {
  content: "";
  position: absolute; left: 12px; right: 12px; height: 8px;
  background-image: radial-gradient(#fff 0 3.4px, transparent 3.6px);
  background-size: 22px 8px;
  background-repeat: repeat-x;
  opacity: .92;
}
.pph::before { top: 5px; }
.pph::after { bottom: 5px; }
.pph img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 4px; display: block;
}
.ptxt h2 { margin-top: 6px; }
.ptxt p { margin-top: 16px; }
.ptag {
  display: inline-block; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  background: var(--y); color: var(--ink); border-radius: 999px; padding: 4px 12px; margin-bottom: 14px;
}
.ptxt p { color: var(--ink-70); font-size: 16px; max-width: 40em; }



/* ---------- welcome gift ---------- */
.gift {
  background: var(--y-soft);
  border: 1px solid var(--y-line);
  border-radius: var(--r-lg);
  padding: 46px 48px;
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; align-items: center;
  overflow: hidden;
}
.gift-copy h2 { margin-top: 14px; max-width: 15em; }
.gift-form { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.gift-form input {
  border: 1px solid var(--y-line); background: #fff; border-radius: 999px;
  padding: 14px 20px; font: inherit; font-size: 15.5px; outline: none;
  transition: border-color .16s ease;
}
.gift-form .in-name { flex: 0 1 150px; min-width: 120px; }
.gift-form .in-mail { flex: 1 1 220px; min-width: 180px; }
.gift-form input:focus { border-color: var(--ink); }
.gift-form input::placeholder { color: var(--ink-45); }
.gift-form .btn { flex: 0 0 auto; padding: 14px 28px; }
.gift-note { margin-top: 14px; font-size: 13.5px; color: var(--ink-45); }
.gift-done { font-size: 17px; font-weight: 500; margin-top: 20px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.gift-art { display: flex; justify-content: center; align-items: center; }
.gift-art img { width: min(420px, 118%); max-width: none; height: auto; }
@media (max-width: 860px) { .gift-art img { width: min(320px, 100%); } }
@media (max-width: 860px) {
  .gift { grid-template-columns: 1fr; padding: 32px; }
  .gift-art { min-height: 250px; margin-top: 10px; }
}

/* ---------- top ribbon ---------- */
.ribbon {
  position: relative;
  z-index: 60;
  background: var(--y);
  color: var(--ink);
  font-size: 14.5px;
}
.ribbon-in { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 11px 46px 11px 24px; position: relative; text-align: center; }
.ribbon .rb-mango { width: 22px; }
.ribbon a { font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.ribbon .x {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  border: 0; background: transparent; font-size: 18px; line-height: 1; color: rgba(20,17,12,.55); cursor: pointer;
}
.ribbon .x:hover { color: var(--ink); }
@media (max-width: 620px) { .ribbon-in { font-size: 13.5px; gap: 8px; } .ribbon img { display: none; } }

/* ---------- email popup ---------- */
.pop-wrap {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(20, 17, 12, .46);
  display: none; align-items: center; justify-content: center; padding: 22px;
}
.pop-wrap.on { display: flex; animation: popFade .22s ease both; }
@keyframes popFade { from { opacity: 0 } to { opacity: 1 } }
.pop {
  position: relative; width: min(560px, 100%);
  background: var(--paper); border-radius: 28px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(20, 17, 12, .28);
  animation: popRise .26s cubic-bezier(.2,.8,.3,1) both;
}
@keyframes popRise { from { transform: translateY(14px) scale(.98) } to { transform: none } }
.pop-top { background: var(--y-soft); position: relative; height: 228px; overflow: hidden; }
.pop-art { position: absolute; width: 268px; left: 50%; bottom: -8px; transform: translateX(-50%); }
.pop-body { padding: 26px 30px 30px; text-align: center; }
.pop-body h3 { font-size: 25px; letter-spacing: 0; }
.pop-body p { margin-top: 10px; color: var(--ink-70); font-size: 15px; }
.pop .gift-form { justify-content: center; margin-top: 20px; }
.pop .gift-form .in-name, .pop .gift-form .in-mail { flex: 1 1 100%; }
.pop .gift-form .btn { width: 100%; justify-content: center; }
.pop .gift-note { text-align: center; }
.pop .x {
  position: absolute; top: 14px; right: 14px; z-index: 5;
  width: 32px; height: 32px; border-radius: 50%; border: 0;
  background: rgba(255, 255, 255, .9); color: var(--ink-70); font-size: 17px; cursor: pointer;
}
.pop .x:hover { color: var(--ink); }

/* ---------- trust bar ---------- */
.trustbar { padding: 6px 0 2px; }
.pressbar { padding: 10px 0 4px; }
.pressbar .tb-logos img { filter: grayscale(1); opacity: .62; transition: opacity .16s ease, filter .16s ease; }
.pressbar .tb-logos a:hover img { filter: grayscale(0); opacity: 1; }
.tb {
  display: flex; align-items: center; gap: 30px; flex-wrap: wrap;
  padding: 8px 0 4px;
}
.tb-label { font-size: 14.5px; color: var(--ink-45); white-space: nowrap; }
.tb-label b { color: var(--ink); font-weight: 500; }
.tb-logos { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; margin-left: auto; }
.tb-logos img { height: 26px; width: auto; opacity: .85; }
@media (max-width: 760px) {
  .tb { border-radius: 26px; padding: 20px 24px; gap: 18px; justify-content: center; }
  .tb-logos { margin-left: 0; gap: 22px; justify-content: center; }
  .tb-logos img { height: 22px; }
}
