:root{--ink:#20252b;--muted:#707976;--green:#285d4b;--lime:#e0f18b;--cream:#f7f8f2;--line:#e0e5db;--purple:#7460a8;--radius:26px}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a.button{cursor:pointer}button,.button{border:0;border-radius:100px;padding:14px 24px;background:var(--green);color:white;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:12px}button:hover,.button:hover{filter:brightness(1.07);transform:translateY(-1px)}button.secondary,.button.secondary{background:white;border:1px solid var(--line);color:var(--ink)}.small{font-size:13px}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:2.5px;font-weight:750;color:var(--green)}.wrap{max-width:1260px;padding:0 36px;margin:auto}header{border-bottom:1px solid var(--line);background:rgba(247,248,242,.96);position:relative;z-index:5}header .wrap{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;font-size:24px;font-weight:760;letter-spacing:-1.3px}.brand img{width:45px;height:55px;object-fit:contain;margin-right:7px}.brand span{color:var(--green)}nav{display:flex;align-items:center;gap:28px;font-size:14px}nav .button{padding:10px 18px}.hero{padding:70px 0 48px;display:grid;grid-template-columns:1.05fr 1fr;gap:65px;align-items:center}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5.5vw,76px);line-height:1.06;font-weight:550;letter-spacing:-4px;margin:22px 0}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--green)}h2{font-size:38px;line-height:1.2;letter-spacing:-1.5px;font-weight:550}h3{font-size:21px;letter-spacing:-.4px}.hero p{font-size:18px;max-width:450px;color:var(--muted)}.search{display:flex;background:white;border:1px solid var(--line);padding:8px;border-radius:100px;margin:28px 0 16px;box-shadow:0 12px 40px #263d3510}.search input{border:0;background:transparent;padding:12px 18px;min-width:0;width:100%;outline:none}.hero-art{height:500px;border-radius:42px;position:relative;background:#e5e9de;overflow:hidden}.hero-art>img.photo{width:100%;height:100%;object-fit:cover;filter:brightness(.86)}.hero-art:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#163c36a0);pointer-events:none}.hero-caption{position:absolute;bottom:30px;left:30px;color:white;z-index:1}.hero-caption h3{font-size:34px;margin:0}.mascot{position:absolute;width:152px;height:180px;object-fit:contain;bottom:25px;right:14px;z-index:2;filter:drop-shadow(0 14px 12px #0003);animation:float 5s ease-in-out infinite}.float-tag{position:absolute;top:24px;left:24px;background:#fffffff0;padding:12px 17px;border-radius:100px;font-size:12px}.benefits{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0;gap:20px;margin:24px 0 64px;font-size:13px}.benefits span{color:var(--green);margin-right:8px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:25px}.section-head h2{margin-bottom:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.destination{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.destination:hover{transform:translateY(-5px);box-shadow:0 16px 35px #263d3514}.destination .picture{height:170px;overflow:hidden;background:#e2e8de;display:grid;place-items:center;font-size:60px;position:relative}.picture img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.destination:hover img{transform:scale(1.06)}.destination .body{padding:19px}.destination h3{font-size:18px;margin-bottom:12px}.price-line{display:flex;justify-content:space-between;align-items:center}.tag{font-size:11px;padding:5px 9px;border-radius:100px;background:#eff3e8;color:var(--green);display:inline-block}.arrow{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.story{margin:70px 0;background:var(--green);color:white;padding:52px;border-radius:34px;display:grid;grid-template-columns:1.2fr 1fr;gap:45px}.story h2{font-size:42px}.story p{color:#d0dfd6}.steps{display:grid;gap:20px}.step{display:flex;gap:18px;align-items:start}.step b{border:1px solid #ffffff40;border-radius:50%;padding:8px 15px;color:var(--lime)}.step h3{margin:0}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.content{padding:48px 0 70px}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}.sticky{position:sticky;top:20px}.plan{display:block;border:1px solid var(--line);padding:20px;border-radius:18px;margin:12px 0;cursor:pointer}.plan:has(input:checked){border:2px solid var(--green);background:#f4f8ee;padding:19px}.plan input{width:auto;margin-right:10px}.plan .price{float:right;font-size:23px;font-weight:700}.plan details{font-size:12px;color:var(--muted);padding-top:10px}.field{display:block;margin:16px 0}.field>span{display:block;font-size:13px;margin-bottom:7px;color:var(--muted)}input,select,textarea{width:100%;padding:12px 14px;background:#fafbf7;border:1px solid var(--line);border-radius:12px;color:var(--ink)}input[type=checkbox],input[type=radio]{width:auto;accent-color:var(--green)}textarea{min-height:120px}label.check{display:flex;gap:10px;align-items:start;font-size:13px;margin:20px 0}.wide{width:100%}.notice{padding:16px 20px;border:1px solid #d5e2c1;border-radius:16px;background:#edf4e5;margin:20px 0}.saving{position:relative;overflow:hidden;background:var(--lime);border-radius:18px;padding:22px;margin:20px 0}.saving:after{content:'✦';position:absolute;right:16px;top:10px;font-size:40px;color:var(--green);animation:float 3s ease-in-out infinite}.saving strong{font-size:28px;display:block}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}.total{font-size:26px}.crumbs{font-size:12px;color:var(--muted);margin-bottom:28px}.checkout-steps{display:flex;gap:14px;font-size:12px;color:var(--muted);margin-bottom:25px}.checkout-steps .active{color:var(--green);font-weight:750}footer{border-top:1px solid var(--line);padding:45px 0 25px;margin-top:30px}footer .wrap{display:flex;justify-content:space-between;gap:30px}footer nav{flex-wrap:wrap}.cookie{position:fixed;bottom:20px;left:20px;max-width:400px;background:white;padding:22px;border-radius:20px;box-shadow:0 10px 70px #0002;z-index:20;border:1px solid var(--line)}.cookie p{font-size:12px}.cookie button{padding:8px 16px;font-size:12px}.empty{text-align:center;padding:60px 20px}.account-hero{background:var(--green);color:white;padding:40px;border-radius:28px;margin-bottom:28px;position:relative;overflow:hidden}.account-hero img{position:absolute;right:25px;bottom:-30px;width:140px;opacity:.9}.account-hero h1{font-size:48px;max-width:70%}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.metric{background:white;border:1px solid var(--line);padding:23px;border-radius:20px}.metric strong{display:block;font-size:30px}.admin-layout{display:grid;grid-template-columns:220px 1fr;gap:30px}.admin-menu{display:flex;flex-direction:column;gap:8px}.admin-menu a{padding:11px 15px;border-radius:12px}.admin-menu a.active{background:var(--green);color:white}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);font-weight:500}code{word-break:break-all;white-space:pre-wrap;font-size:12px}.article{max-width:760px;margin:auto}.article p{line-height:1.8}.article h1{font-size:48px;letter-spacing:-2px}.chip-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.chip-row a{border:1px solid var(--line);border-radius:100px;padding:7px 15px;font-size:12px}.mobile-nav{display:none}@keyframes float{50%{transform:translateY(-8px) rotate(2deg)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:900px){.wrap{padding:0 22px}.hero{gap:28px}.hero-art{height:420px}h1{letter-spacing:-2.5px}.grid{grid-template-columns:repeat(3,1fr)}nav{gap:16px}.benefits{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.admin-menu{flex-direction:row;overflow:auto}.metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){header .wrap{height:77px;gap:10px}.brand{font-size:21px}.brand img{width:35px;height:44px}header nav>a:not(.button){display:none}header nav{gap:8px}header select{width:62px;padding:6px;font-size:12px}header .button{font-size:12px;padding:9px 12px}.hero{grid-template-columns:1fr;padding:38px 0 25px;gap:28px}h1{font-size:49px}.hero p{font-size:16px}.hero-art{height:330px}.hero-caption h3{font-size:28px}.mascot{width:125px;height:155px}.benefits{margin-bottom:40px;padding:20px 0;font-size:11px;gap:15px}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.destination .picture{height:132px}.destination .body{padding:14px}.destination h3{font-size:16px}.section-head{align-items:start}h2{font-size:29px}.section-head>a{font-size:12px}.story{margin:45px 0;padding:28px;grid-template-columns:1fr;gap:22px}.story h2{font-size:32px}.split{grid-template-columns:1fr}.panel{padding:22px}.sticky{position:static}.content{padding-top:30px}.account-hero{padding:28px}.account-hero h1{font-size:35px}.account-hero img{width:110px;right:0}.cookie{bottom:10px;left:10px;right:10px;max-width:none}.article h1{font-size:38px}footer .wrap{flex-direction:column}footer nav{font-size:12px}.total{font-size:23px}}

.mobile-menu{display:none}@media(max-width:640px){.mobile-menu{display:block;padding:0 22px 13px;font-size:13px}.mobile-menu summary{cursor:pointer}.mobile-menu>div{display:flex;gap:20px;padding:15px 0 3px}.brand{white-space:nowrap}header .wrap{height:72px}.plan .price{font-size:21px}}

.flag{width:28px;height:21px;object-fit:contain;vertical-align:middle;display:inline-block;margin-right:7px;border-radius:3px}.picture img.flag{width:90px;height:68px;border-radius:7px;box-shadow:0 8px 25px #213d351a;margin:0}header nav{white-space:nowrap}header nav select{width:72px}@media(max-width:640px){.split>aside{order:-1}}
/* eSIMXplore 1.1 · playful mobile direction */
@font-face{font-family:Schibsted;src:url('fonts/schibsted-grotesk.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}:root{--ink:#101d43;--muted:#68748b;--green:#1265ef;--lime:#fff093;--cream:#f8faff;--line:#e0e7f3;--purple:#ff55aa}body{font-family:Schibsted,system-ui,sans-serif;background:linear-gradient(145deg,#f3f8ff 0,#fff 40%,#faf8ff 100%)}h1,h2,h3{font-weight:850}h1{letter-spacing:-2.5px}h2{letter-spacing:-1.5px}button,.button{background:linear-gradient(135deg,#2785ff,#075ce8);box-shadow:0 7px 16px #1965e51a;font-weight:700}.button.secondary,button.secondary{box-shadow:none}.brand{letter-spacing:-1.1px;white-space:nowrap}.brand span{color:#0868f5}header{max-width:1250px;margin:18px auto 0;border:1px solid #e6eaf2;border-radius:26px;background:#ffffffed;box-shadow:0 7px 30px #1e48820a}header .wrap{height:82px}header nav{font-size:13px}header nav select{width:65px;background:white}.wrap{max-width:1250px}.color-home svg,.trust-icon svg,.float-icon svg{width:24px;height:24px}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:100px;font-size:12px;font-weight:700;padding:9px 14px;line-height:1.4}.pill svg{width:17px;height:17px}.pill.blue{background:#e9f2ff;color:#1265ef}.pill.pink{background:#ffedf7;color:#c93383}.pill.yellow{background:#fff1a2;color:#6d4d00}.c-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:65px 0 45px}.c-copy h1{font-size:clamp(55px,5.6vw,78px);line-height:1.04;letter-spacing:-3.5px;margin:24px 0}.c-copy h1 span{color:#1265ef;position:relative;z-index:0}.c-copy h1 span:after{content:'';position:absolute;bottom:5px;height:15px;left:0;right:0;background:#ffdc54;z-index:-1;border-radius:20px;transform:rotate(-3deg)}.c-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:470px}.c-search{display:flex;align-items:center;gap:13px;border:2px solid #dbe8ff;border-radius:100px;padding:9px 10px 9px 20px;background:white;box-shadow:0 10px 35px #397ce815;margin:28px 0 14px}.c-search>svg{color:#1265ef;flex-shrink:0}.c-search input{background:none;border:0;min-width:0;padding:10px 0;outline:none;font-size:16px}.c-search button{padding:11px 18px;font-size:22px}.quick-links{display:flex;gap:9px;flex-wrap:wrap}.quick-links a{display:flex;align-items:center;font-size:11px;padding:7px 11px;border:1px solid #e3e9f2;border-radius:100px;background:white}.quick-links .flag{width:17px;height:13px;margin-right:6px}.c-art{height:505px;position:relative;isolation:isolate;border-radius:42px;background:radial-gradient(ellipse at 30% 80%,#f2ebff,transparent 60%),radial-gradient(ellipse at 80% 30%,#d9ecff,transparent 70%);overflow:hidden}.orbit{position:absolute;border:1px solid #cadcff;border-radius:50%;width:410px;height:410px;top:50px;left:30px;transform:rotate(-20deg)}.o-two{width:530px;height:340px;top:100px;left:-35px;border-style:dashed}.travel-phone{position:absolute;right:50px;top:30px;transform:rotate(8deg);width:246px;padding:20px 18px;background:linear-gradient(#fff,#f4f8ff);border:7px solid white;border-radius:35px;box-shadow:14px 26px 35px #345a9426,inset 0 0 0 1px #d6dfef}.phone-top{display:flex;justify-content:space-between;margin-bottom:16px;align-items:center}.phone-top i{width:50px;height:8px;background:#112345;border-radius:8px}.phone-top span{font-size:10px;letter-spacing:1px}.travel-phone>strong{font-size:16px}.travel-phone>p{font-size:10px;margin-top:3px}.phone-country{display:flex;align-items:center;background:#fff;border:1px solid #e5eafa;border-radius:12px;padding:10px;font-size:12px;font-weight:700}.phone-country .flag{width:22px;height:16px}.data-ring{width:140px;height:140px;border-radius:50%;background:conic-gradient(#136bfd 0deg,#49b0ff 255deg,#e3eafb 255deg);padding:10px;margin:20px auto}.data-ring>div{width:100%;height:100%;background:#f9fbff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.data-ring b{font-size:32px;letter-spacing:-1.5px}.data-ring b span{font-size:14px;margin-left:3px}.data-ring small{font-size:11px;color:var(--muted)}.phone-price{display:flex;justify-content:space-between;font-size:12px;margin-bottom:14px}.travel-phone .button{font-size:11px;padding:11px 8px;border-radius:13px}.c-mascot{position:absolute;width:225px;height:280px;object-fit:contain;left:12px;bottom:24px;filter:drop-shadow(0 18px 12px #677cab25);animation:float 5s ease-in-out infinite;z-index:3}.float-icon{position:absolute;width:59px;height:59px;display:grid;place-items:center;border-radius:20px;box-shadow:0 10px 17px #477ba320;transform:rotate(-12deg);z-index:2}.float-icon svg{width:32px;height:32px;stroke-width:1.6}.fi-globe{top:28px;left:26px;background:linear-gradient(150deg,#8addff,#2699ff);color:white}.fi-bolt{top:160px;left:44px;background:linear-gradient(130deg,#fff3a2,#ffd653);color:#c57a00;transform:rotate(12deg)}.fi-heart{right:8px;bottom:85px;background:linear-gradient(120deg,#ffaad8,#ff57a5);color:white;font-size:36px;transform:rotate(13deg)}.art-star{position:absolute;color:#ffbc36;font-size:32px}.star-a{top:12px;left:150px}.star-b{bottom:15px;right:110px;color:#8875ee}.art-label{position:absolute;bottom:3px;left:105px;right:25px;display:flex;align-items:center;justify-content:center;gap:7px;background:#fff;border:1px solid #e4e8f4;padding:12px;border-radius:50px;font-size:11px;font-weight:700;z-index:4}.art-label svg{width:17px;color:#1265ef}.c-trust{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px 10px;box-shadow:0 10px 30px #24478707;margin:0 0 80px}.c-trust>div{display:flex;flex-direction:column;align-items:center;text-align:center;border-right:1px solid var(--line);padding:0 12px;gap:7px}.c-trust>div:last-child{border:0}.trust-icon{color:#1d73ee}.c-trust strong{font-size:15px}.c-trust small{font-size:11px;color:var(--muted)}.c-destinations{margin-bottom:75px}.c-destinations .section-head h2{margin-top:18px;font-size:40px}.c-destinations .grid{grid-template-columns:repeat(3,1fr)}.destination{border-radius:27px;box-shadow:0 8px 20px #21427e06}.destination .picture{height:190px}.destination .body{padding:22px}.destination h3{font-size:20px;font-weight:750}.destination strong{color:#1265ef;font-size:20px}.destination .arrow{background:#edf4ff;color:#1265ef;border:0}.c-compare{display:grid;grid-template-columns:1fr 1fr;gap:45px;background:linear-gradient(120deg,#0b97ff,#1764ef);padding:45px;border-radius:34px;color:white;margin-bottom:85px;position:relative;overflow:hidden}.c-compare:before{content:'✦';position:absolute;font-size:410px;line-height:1;left:-80px;bottom:-200px;color:#ffffff08;pointer-events:none}.compare-copy{position:relative}.compare-copy h2{font-size:43px;margin:20px 0}.compare-copy>p{font-size:16px;line-height:1.7;color:#e9f3ff}.compare-copy .field>span{color:white;font-size:12px}.compare-copy select{background:#ffffffef;border:0;border-radius:15px;font-size:16px;font-weight:700;padding:15px}.compare-copy>p.small{font-size:11px}.compare-board{background:white;border:1px solid #d8e6ff;border-radius:26px;padding:22px;color:var(--ink);box-shadow:0 18px 40px #00369930;position:relative}.compare-top{display:flex;align-items:center;gap:9px;padding:0 0 17px;font-size:14px}.compare-top svg{color:#1265ef}.compare-dot{margin-left:auto;width:8px;height:8px;background:#2acb9b;border-radius:50%;box-shadow:0 0 0 5px #d9fff1}.compare-plan{padding:18px;border-radius:19px;border:1px solid #dfe9ff;background:#f6f9ff;margin-bottom:13px}.compare-plan.fixed{background:#fff5fa;border-color:#ffe0ee}.compare-plan .pill{font-size:10px;padding:5px 10px}.compare-plan>div{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-top:13px}.compare-plan strong{font-size:25px;letter-spacing:-1px}.compare-plan small{font-size:11px;letter-spacing:0}.compare-plan b{font-size:26px;color:#1265ef;letter-spacing:-1px}.compare-plan.fixed b{color:#e3368d}.compare-plan p{font-size:11px;color:var(--muted);margin:8px 0 10px}.compare-plan a{font-size:11px;font-weight:700;color:#1265ef}.compare-note{display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;color:var(--muted);padding-top:5px}.compare-note svg{width:17px;height:17px;color:#2473ef}.center{text-align:center}.center h2{font-size:43px;margin:20px 0 35px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.how-card{position:relative;border:1px solid var(--line);border-radius:28px;background:white;padding:30px}.step-no{font-size:12px;font-weight:750;color:#1265ef}.big-icon{width:75px;height:75px;border-radius:24px;display:grid;place-items:center;background:#e8f1ff;color:#1265ef;margin:26px 0}.big-icon svg{width:39px;height:39px;stroke-width:1.5}.how-1 .big-icon{background:#ffedf6;color:#e34294}.how-2 .big-icon{background:#fff4c6;color:#d5a000}.how-card h3{font-size:21px}.how-card p{font-size:14px;color:var(--muted);margin:0;line-height:1.7}.c-faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;margin:85px 0}.c-faq h2{font-size:38px;margin:20px 0}.c-faq details{border:1px solid var(--line);padding:21px 23px;border-radius:20px;background:white;margin-bottom:12px;box-shadow:0 5px 15px #24356004}.c-faq summary{display:flex;align-items:center;justify-content:space-between;gap:15px;list-style:none;cursor:pointer;font-size:14px;font-weight:700;color:#1c60bd}.c-faq summary::-webkit-details-marker{display:none}.c-faq summary span{font-size:22px;border-radius:50%;background:#edf4ff;width:26px;height:26px;text-align:center;flex-shrink:0;line-height:26px}.c-faq details[open] summary span{transform:rotate(45deg)}.c-faq details p{font-size:13px;line-height:1.8;margin:17px 0 0;color:var(--muted)}.c-last{text-align:center;color:white;border-radius:35px;padding:50px 20px;background:linear-gradient(130deg,#ff4d9b,#f71983 70%,#ff7269);margin-bottom:55px;position:relative;overflow:hidden}.c-last>span{position:absolute;font-size:280px;right:0;top:-95px;color:#ffffff15}.c-last h2{font-size:43px;position:relative}.c-last .button{background:white;color:#c62b7b;box-shadow:0 10px 30px #aa1f5633}.saving{background:linear-gradient(120deg,#ecf4ff,#ffebf6);border:1px solid #e9dffa;color:#1558ba}.saving:after{color:#ff58a4}.saving strong{color:#195fd9}.saving:before{content:'';position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(110deg,transparent,#ffffffaa,transparent);animation:shine 5s ease-in-out infinite;pointer-events:none}.account-hero,.story{background:linear-gradient(130deg,#1778f5,#165bdc)}footer{background:#f7faff}.plan:has(input:checked){background:#f0f6ff}.plan .price{color:#1265ef}@keyframes shine{35%,100%{transform:translateX(120%)}}@media(max-width:900px){header{margin:12px 18px 0}.c-hero{gap:15px}.travel-phone{right:18px;width:220px}.c-mascot{width:190px;left:-12px}.c-compare{padding:30px;gap:25px}.compare-copy h2{font-size:35px}.c-copy h1{font-size:58px}}@media(max-width:640px){.wrap{padding:0 20px}header{margin:10px 12px 0;border-radius:22px}header .wrap{height:64px;padding:0 12px}.brand{font-size:20px}.brand img{width:31px;height:42px;margin-right:3px}header nav{gap:6px}header nav .button{font-size:10px;padding:8px 10px}header nav select{width:48px;font-size:10px;padding:6px 3px}.mobile-menu{padding:0 17px 10px;font-size:11px}.c-hero{grid-template-columns:1fr;padding:29px 0 24px;gap:17px}.c-copy{text-align:center}.c-copy>.pill{font-size:10px;padding:8px 11px}.c-copy h1{font-size:52px;line-height:1.05;letter-spacing:-2.6px;margin:18px 0}.c-copy>p{font-size:14px;line-height:1.7;margin:0 auto;max-width:330px}.c-search{margin:20px 0 12px;padding:7px 8px 7px 14px;gap:8px}.c-search input{font-size:13px}.c-search>svg{width:20px;height:20px}.c-search button{padding:7px 14px;font-size:21px}.quick-links{justify-content:center;gap:6px}.quick-links a{font-size:9px;padding:6px 8px}.quick-links .flag{width:14px;height:11px}.c-art{height:350px;border-radius:28px;max-width:400px;width:100%;margin:auto}.travel-phone{top:18px;right:32px;width:183px;border-width:5px;padding:12px 11px;border-radius:27px}.phone-top{margin-bottom:9px}.phone-top i{width:40px;height:6px}.travel-phone>strong{font-size:13px}.travel-phone>p{font-size:8px;margin-bottom:8px}.phone-country{padding:7px;font-size:10px}.data-ring{width:102px;height:102px;padding:7px;margin:12px auto}.data-ring b{font-size:26px}.data-ring b span{font-size:11px}.data-ring small{font-size:9px}.phone-price{font-size:10px;margin-bottom:9px}.travel-phone .button{font-size:9px;padding:8px 4px}.c-mascot{width:165px;height:215px;left:0;bottom:7px}.float-icon{width:44px;height:44px;border-radius:14px}.float-icon svg{width:25px;height:25px}.fi-globe{left:18px;top:26px}.fi-bolt{left:22px;top:102px}.fi-heart{right:0;bottom:60px;font-size:29px}.art-label{left:60px;right:15px;bottom:0;padding:9px;font-size:9px}.art-label svg{width:14px}.star-a{left:105px;top:0;font-size:23px}.star-b{bottom:23px;right:56px}.c-trust{padding:18px 2px;border-radius:22px;margin-bottom:43px}.c-trust>div{padding:0 7px;gap:5px}.c-trust strong{font-size:10px;line-height:1.4}.c-trust small{font-size:8px;line-height:1.5}.trust-icon svg{width:23px;height:23px}.c-destinations{margin-bottom:42px}.c-destinations .section-head{display:block}.c-destinations .section-head h2{font-size:31px;letter-spacing:-1.4px;margin:14px 0 18px}.c-destinations .section-head>.button{font-size:12px;padding:9px 16px}.c-destinations .pill{font-size:10px}.c-destinations .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.destination .picture{height:120px}.destination .body{padding:15px 12px}.destination h3{font-size:15px;margin-bottom:12px}.destination strong{font-size:16px}.destination .small{font-size:10px}.destination .arrow{width:26px;height:26px;font-size:14px}.destination{border-radius:22px}.c-compare{grid-template-columns:1fr;padding:24px 18px;border-radius:28px;gap:18px;margin:0 -4px 45px}.compare-copy h2{font-size:33px;letter-spacing:-1.5px;margin:15px 0}.compare-copy>p{font-size:13px}.compare-copy select{font-size:14px;padding:12px}.compare-copy .field{margin:15px 0 8px}.compare-copy>p.small{font-size:9px;margin:0}.compare-board{padding:16px;border-radius:22px}.compare-top{font-size:12px}.compare-plan{padding:15px}.compare-plan strong{font-size:24px}.compare-plan b{font-size:25px}.compare-plan p{font-size:10px}.compare-note{font-size:9px}.center h2{font-size:33px;letter-spacing:-1.5px;margin:15px 0 24px}.how-grid{grid-template-columns:1fr;gap:12px}.how-card{display:grid;grid-template-columns:62px 1fr;column-gap:17px;padding:23px;border-radius:23px}.how-card .step-no{grid-column:1;grid-row:1;font-size:10px;position:absolute;top:9px;left:15px}.how-card .big-icon{grid-column:1;grid-row:1/3;width:61px;height:61px;border-radius:19px;margin:0}.big-icon svg{width:31px;height:31px}.how-card h3{grid-column:2;font-size:16px;margin:2px 0 7px}.how-card p{grid-column:2;font-size:11px;line-height:1.6}.c-faq{grid-template-columns:1fr;gap:16px;margin:45px 0}.c-faq h2{font-size:32px;margin:15px 0}.c-faq>div>p{font-size:13px}.c-faq details{padding:18px;border-radius:19px}.c-faq summary{font-size:13px}.c-faq details p{font-size:12px}.c-last{padding:35px 18px;border-radius:28px;margin-bottom:32px}.c-last h2{font-size:32px;letter-spacing:-1.4px}.c-last .button{font-size:13px}.content h1{font-size:38px!important;letter-spacing:-1.7px!important}.plan{padding:17px}.plan:has(input:checked){padding:16px}.panel{border-radius:23px}footer{margin-top:0}footer nav{gap:18px;font-size:11px}footer .brand{font-size:22px}.cookie{font-size:13px}.cookie p{font-size:11px}}
/* 1.2: complete mobile plans and an accessible reading experience */
.recommended{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:26px}.rec-card{background:white;border:1px solid #e1e8f2;border-radius:30px;overflow:hidden;box-shadow:0 12px 28px #12265508;min-width:0}.rec-photo{height:205px;position:relative;background:#edf4ff}.rec-photo>img{width:100%;height:100%;object-fit:cover}.rec-photo .pill{position:absolute;left:16px;top:16px;background:#fff;color:#2463bf}.rec-body{padding:23px}.rec-body h3{display:flex;align-items:center;gap:10px;font-size:25px}.rec-body h3 .flag{width:34px;height:25px}.rec-body p{font-size:15px;color:#64718a;line-height:1.7;min-height:76px}.rec-stats{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #e1e8f2;padding:20px 0;margin:12px 0 0;gap:6px}.rec-stats dt{font-size:13px;color:#65718a;margin-bottom:8px}.rec-stats dd{margin:0;font-size:18px;font-weight:800;white-space:nowrap}.rec-stats div:last-child dd{color:#1265ef}.rec-detail{display:block;text-align:center;font-size:13px;color:#557098;margin-top:16px}.home-journal{padding:65px 0}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.journal-card{padding:27px;border:1px solid #dfe7f1;border-radius:28px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s}.journal-card:hover{transform:translateY(-3px)}.journal-symbol{width:65px;height:65px;background:#e7f0ff;color:#1265ef;border-radius:21px;padding:15px;margin-bottom:25px}.jc-1 .journal-symbol{background:#ffe3f0;color:#db3280}.jc-2 .journal-symbol{background:#fff2ae;color:#8e6a00}.journal-card h3{font-size:23px;line-height:1.25;margin:14px 0}.journal-card p{font-size:15px;line-height:1.7;color:#62718a;margin-bottom:25px}.journal-card strong{margin-top:auto;color:#1265ef}.journal-intro{padding:35px 0 55px;max-width:900px}.journal-intro h1{font-size:60px;letter-spacing:-2px;line-height:1.04}.journal-intro>p{max-width:660px;font-size:19px;line-height:1.7;color:#62718a}.reading{max-width:780px;margin:35px auto 70px}.reading h1{font-size:52px;line-height:1.09;letter-spacing:-1.8px;margin:22px 0}.reading .lead{font-size:21px;color:#5a6982;line-height:1.6}.contents{margin:35px 0}.contents ol{padding-left:22px;line-height:1.7;margin-bottom:0}.contents li{padding:5px 0}.contents a{color:#185bc1}.reading-section{scroll-margin-top:100px;margin:38px 0}.reading-section h2,.editorial-note h2{font-size:29px;letter-spacing:-.6px;line-height:1.2}.reading-section p{font-size:18px;line-height:1.9;color:#374860}.answer-box{padding:28px;border-radius:25px;background:#eaf3ff;border:1px solid #ccdef7}.answer-box p{margin-bottom:0}.editorial-note{font-size:15px;line-height:1.8;border-top:1px solid #dfe6ee;padding-top:25px;color:#536580}.editorial-note a{color:#155ccb;overflow-wrap:anywhere}.journal-cta{background:#fff0b5;padding:30px;border-radius:28px;margin-top:30px}.journal-cta h2{font-size:31px}.reading+.journal-grid{margin-top:25px}a:focus-visible,button:focus-visible,.recommended:focus-visible{outline:3px solid #df3f90;outline-offset:4px}
@media(max-width:760px){.recommended{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:5px 0 20px;scrollbar-width:thin}.rec-card{flex:0 0 88%;scroll-snap-align:start}.rec-photo{height:190px}.rec-body{padding:20px}.rec-body h3{font-size:24px}.rec-body p{min-height:0;font-size:15px}.rec-stats dd{font-size:17px}.rec-stats{padding-top:18px}.journal-grid{grid-template-columns:1fr}.journal-card{padding:25px}.journal-card h3{font-size:25px}.journal-intro h1{font-size:40px;letter-spacing:-1.5px}.journal-intro{padding:22px 0 30px}.reading{margin-top:22px}.reading h1{font-size:37px;letter-spacing:-1px}.reading .lead{font-size:19px}.reading-section h2{font-size:27px}.reading-section p{font-size:17px;line-height:1.85}.answer-box{padding:22px}.contents{padding:22px}.home-journal{padding:40px 0}.journal-cta{padding:23px}.c-how .how-card p{font-size:16px;line-height:1.7}}
