:root{
  --blue:#168ef2;
  --blue-dark:#075fb8;
  --blue-deep:#084d9e;
  --purple:#6f4db7;
  --ink:#17151d;
  --muted:#6f6b76;
  --surface:#ffffff;
  --soft:#f7f2fb;
  --soft-blue:#eaf6ff;
  --line:#e9e4ec;
  --green:#35b85b;
  --shadow:0 24px 60px rgba(47,30,78,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section{padding:110px 0}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(233,228,236,.75);
}
.header-inner{height:76px;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:42px;height:42px;color:var(--blue);display:grid;place-items:center}
.brand-mark svg{width:100%;height:100%}
.brand>span:last-child{display:flex;flex-direction:column;line-height:1}
.brand strong{font-size:18px;letter-spacing:-.02em}
.brand small{margin-top:4px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.desktop-nav a{font-size:14px;font-weight:650;color:#504a56;transition:.2s}
.desktop-nav a:hover{color:var(--blue)}
.header-cta{
  padding:12px 18px;border-radius:999px;background:var(--ink);color:#fff;
  font-size:13px;font-weight:750;margin-left:8px
}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;width:42px;height:42px;padding:9px}
.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}
.mobile-nav{display:none}
.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,#fbf8ff 0%,#eef8ff 50%,#ffffff 100%);
  padding-top:94px;padding-bottom:100px;
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px;position:relative;z-index:2}
.hero-copy{max-width:650px}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;
  background:#fff;border:1px solid var(--line);font-size:12px;font-weight:700;color:#514c57;
  box-shadow:0 10px 30px rgba(54,39,72,.05)
}
.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(53,184,91,.12)}
.hero h1{
  margin:22px 0 20px;font-size:clamp(52px,6.3vw,88px);line-height:.96;
  letter-spacing:-.055em;font-weight:850
}
.hero h1 span{color:var(--blue)}
.hero-lead{font-size:20px;line-height:1.65;color:#5e5964;max-width:620px;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 22px;border-radius:14px;font-weight:750;font-size:15px}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0871d5);color:#fff;box-shadow:0 14px 28px rgba(22,142,242,.25)}
.btn-secondary{background:#fff;border:1px solid var(--line)}
.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#625d68;font-size:13px;font-weight:650}
.phone-stage{position:relative;height:650px;min-width:0}
.phone{
  position:absolute;background:#111;border-radius:48px;padding:9px;
  box-shadow:0 34px 70px rgba(32,28,48,.24);overflow:hidden
}
.phone img{width:100%;height:100%;object-fit:cover;border-radius:40px}
.phone-front{width:300px;height:653px;left:50%;top:0;transform:translateX(-50%);z-index:4}
.phone-back{width:225px;height:490px;top:80px;opacity:.96;z-index:2}
.phone-left{left:0;transform:rotate(-7deg)}
.phone-right{right:0;transform:rotate(7deg)}
.quality-chip{
  position:absolute;right:0;bottom:25px;z-index:6;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow);border-radius:16px;padding:13px 16px;display:flex;align-items:center;gap:10px
}
.quality-icon{width:34px;height:34px;border-radius:50%;background:#e8f8ec;color:var(--green);display:grid;place-items:center}
.quality-chip div{display:flex;flex-direction:column}
.quality-chip strong{font-size:13px}.quality-chip small{font-size:11px;color:var(--muted);margin-top:2px}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.45}
.hero-orb-one{width:480px;height:480px;background:#c8eaff;right:-180px;top:-150px}
.hero-orb-two{width:380px;height:380px;background:#eddcff;left:-220px;bottom:-240px}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:28px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}
.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}
.trust-grid strong{font-size:15px}.trust-grid span{font-size:12px;color:var(--muted);line-height:1.45}
.section-heading{max-width:750px;margin-bottom:48px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-kicker{font-size:11px;font-weight:850;letter-spacing:.18em;color:var(--blue);text-transform:uppercase}
.section-heading h2,.quality-grid h2,.support-grid h2,.download-copy h2{
  font-size:clamp(38px,5vw,62px);letter-spacing:-.045em;line-height:1.02;margin:12px 0 18px
}
.section-heading p,.quality-grid p,.support-grid p,.download-copy p{
  color:var(--muted);font-size:18px;line-height:1.7;margin:0
}
.rate-section{background:#fff}
.rate-shell{
  max-width:900px;margin:0 auto;padding:30px;border-radius:30px;background:linear-gradient(135deg,#fbf8ff,#eff8ff);
  border:1px solid #e9e1f2;box-shadow:0 24px 70px rgba(70,49,105,.09);display:grid;grid-template-columns:1.05fr .95fr;gap:24px
}
.rate-search-wrap label{font-size:13px;font-weight:750;display:block;margin-bottom:9px}
.combo{position:relative}
.combo input{
  width:100%;height:62px;border:1.5px solid #d8d1dc;border-radius:17px;background:#fff;padding:0 54px 0 48px;
  color:var(--ink);outline:none;font-size:16px;box-shadow:0 8px 24px rgba(63,45,87,.04)
}
.combo input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(22,142,242,.10)}
.search-icon{position:absolute;left:17px;top:15px;font-size:28px;line-height:1;color:#57515e;z-index:2}
.combo-toggle{position:absolute;right:8px;top:8px;width:46px;height:46px;border:0;background:#f5f1f7;border-radius:12px;font-size:24px;cursor:pointer}
.rate-dropdown{
  position:absolute;z-index:40;left:0;right:0;top:70px;max-height:330px;overflow:auto;background:#fff;border:1px solid var(--line);
  border-radius:16px;box-shadow:0 20px 55px rgba(38,30,50,.18);padding:7px
}
.rate-option{display:flex;align-items:center;gap:12px;width:100%;border:0;background:transparent;padding:11px 12px;border-radius:11px;text-align:left;cursor:pointer}
.rate-option:hover,.rate-option.active{background:#f3f8ff}
.flag{font-size:25px;width:30px;text-align:center;filter:saturate(1.1)}
.rate-option-main{display:flex;flex-direction:column;min-width:0;flex:1}
.rate-option strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rate-option small{color:var(--muted);margin-top:2px}
.rate-option-price{font-size:13px;font-weight:800;color:var(--blue);white-space:nowrap}
.api-state{display:flex;align-items:center;gap:8px;margin-top:10px;color:var(--muted);font-size:12px}
.api-state.ok{color:#34854d}.api-state.warn{color:#a36b11}
.spinner{width:13px;height:13px;border-radius:50%;border:2px solid #dfe7ee;border-top-color:var(--blue);animation:spin .8s linear infinite}
.api-state.ok .spinner,.api-state.warn .spinner{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
.selected-rate{
  min-height:182px;border-radius:21px;background:#fff;border:1px solid var(--line);display:flex;align-items:stretch;overflow:hidden
}
.selected-empty{display:flex;align-items:center;gap:15px;padding:24px;color:#817b86}
.selected-empty .globe{width:50px;height:50px;border-radius:16px;background:#f4f0f7;display:grid;place-items:center;font-size:28px}
.selected-empty div:last-child{display:flex;flex-direction:column}
.selected-empty strong{color:#403b45}.selected-empty span{font-size:13px;margin-top:4px}
.selected-content{padding:24px;width:100%}
.selected-title{display:flex;align-items:center;gap:11px;margin-bottom:16px}
.selected-title .flag{font-size:32px;width:38px}
.selected-title h3{margin:0;font-size:22px}
.selected-price{font-size:32px;line-height:1;color:var(--blue);font-weight:850;letter-spacing:-.03em}
.selected-meta{margin-top:8px;color:var(--muted);font-size:13px}
.prefix-list{margin-top:15px;border-top:1px solid var(--line);padding-top:10px;display:grid;gap:7px}
.prefix-row{display:flex;justify-content:space-between;gap:12px;font-size:12px}
.prefix-row span:first-child{color:var(--muted)}.prefix-row strong{color:var(--blue)}
.featured-heading{display:flex;justify-content:space-between;align-items:end;margin:48px 0 18px}
.featured-heading h3{margin:0;font-size:22px}.featured-heading span{font-size:12px;color:var(--muted)}
.rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.rate-tile{border:1px solid var(--line);background:#fff;border-radius:17px;padding:17px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:.2s}
.rate-tile:hover{transform:translateY(-2px);border-color:#bedffa;box-shadow:0 12px 30px rgba(32,102,166,.08)}
.rate-tile .flag{font-size:28px}.rate-tile div{display:flex;flex-direction:column;min-width:0}
.rate-tile strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rate-tile span{font-size:13px;color:var(--blue);font-weight:750;margin-top:3px}
.rates-note{max-width:820px;margin:20px auto 0;text-align:center;color:#8b858f;font-size:11px;line-height:1.6}
.features-section{background:#faf8fb}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:28px;min-height:245px}
.feature-card.feature-highlight{background:linear-gradient(145deg,#0c70d3,#1596f5);color:#fff;border-color:transparent}
.feature-icon{width:48px;height:48px;border-radius:15px;background:#eaf6ff;color:var(--blue);display:grid;place-items:center;font-size:24px;font-weight:800;margin-bottom:28px}
.feature-highlight .feature-icon{background:rgba(255,255,255,.17);color:#fff}
.feature-card h3{font-size:20px;margin:0 0 10px}.feature-card p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.feature-highlight p{color:rgba(255,255,255,.82)}
.app-section{background:#15121c;color:#fff;overflow:hidden}
.light-heading p{color:#aaa4b3}
.screens-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;align-items:start}
.screen-card{margin:0;text-align:center}.screen-card-raised{transform:translateY(38px)}
.screen-device{background:#050505;border-radius:34px;padding:7px;overflow:hidden;box-shadow:0 28px 60px rgba(0,0,0,.42)}
.screen-device img{border-radius:28px}
.screen-card figcaption{display:flex;flex-direction:column;margin-top:17px}
.screen-card figcaption strong{font-size:15px}.screen-card figcaption span{font-size:12px;color:#9e98a6;margin-top:5px;line-height:1.5}
.how-section{background:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.steps article{border-top:1px solid var(--line);padding-top:23px}
.steps article>span{width:36px;height:36px;background:var(--ink);color:#fff;border-radius:12px;display:grid;place-items:center;font-weight:800;margin-bottom:35px}
.steps h3{font-size:22px;margin:0 0 9px}.steps p{color:var(--muted);font-size:14px;line-height:1.7;margin:0}
.quality-section{background:linear-gradient(135deg,#eef8ff,#fbf5ff)}
.quality-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.text-link{display:inline-block;margin-top:22px;color:var(--blue);font-weight:800}
.quality-panel{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.quality-panel>div{padding:28px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}
.quality-panel>div:nth-child(2n){border-right:0}.quality-panel>div:nth-last-child(-n+2){border-bottom:0}
.quality-panel strong{font-size:15px}.quality-panel span{font-size:12px;color:var(--muted)}
.download-section{background:#fff}
.download-card{
  background:linear-gradient(135deg,#0c75d9,#166ec5 45%,#6544a6);border-radius:36px;color:#fff;
  min-height:540px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;position:relative;padding:70px
}
.download-card .section-kicker{color:#bfe5ff}
.download-copy{max-width:650px;position:relative;z-index:2}
.download-copy p{color:rgba(255,255,255,.78)}
.store-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.store-button{min-width:190px;background:#fff;color:#111;border-radius:14px;padding:11px 14px;display:flex;gap:10px;align-items:center}
.store-symbol{font-size:27px;width:31px;text-align:center}
.store-button>span:last-child{display:grid;grid-template-columns:1fr auto;column-gap:8px;align-items:center;line-height:1}
.store-button small{grid-column:1/-1;font-size:8px;letter-spacing:.08em}.store-button strong{font-size:15px;margin-top:4px}.store-button em{font-size:8px;color:#796f80;font-style:normal;margin-top:5px}
.download-phone{position:relative}
.phone-download{width:270px;height:585px;right:40px;top:-24px;transform:rotate(6deg)}
.support-section{background:#faf8fb}
.support-grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}
.support-card{background:#fff;border:1px solid var(--line);padding:28px;border-radius:22px;display:flex;align-items:center;gap:18px}
.support-icon{width:54px;height:54px;border-radius:17px;background:#e8f8ec;color:var(--green);display:grid;place-items:center;font-size:23px}
.support-card div{display:flex;flex-direction:column}.support-card small{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.support-card strong{font-size:22px;margin-top:4px}.support-card span{font-size:12px;color:var(--muted);margin-top:4px}
footer{background:#121018;color:#fff;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.footer-brand .brand-mark{color:var(--blue)}.footer-brand small{color:#8d8794}
.footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.footer-links a{color:#b8b2be;font-size:12px}
footer p{margin:0;font-size:11px;color:#837d89;white-space:nowrap}
@media(max-width:1050px){
  .desktop-nav{display:none}.menu-toggle{display:block}.header-cta{margin-left:auto}
  .mobile-nav{
    position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--line);
    padding:12px 20px 20px;box-shadow:0 20px 35px rgba(30,20,43,.08)
  }
  .mobile-nav.open{display:grid}
  .mobile-nav a{padding:12px 0;border-bottom:1px solid #f0edf2;font-weight:650}
  .hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;margin:0 auto}
  .hero-actions,.hero-points{justify-content:center}
  .phone-stage{max-width:650px;width:100%;margin:15px auto 0}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .screens-row{grid-template-columns:repeat(2,1fr);max-width:720px;margin:0 auto}.screen-card-raised{transform:none}
  .quality-grid,.support-grid{grid-template-columns:1fr;gap:35px}
  .download-card{padding:55px;grid-template-columns:1fr .65fr}.phone-download{right:-10px}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.header-inner{height:68px}.mobile-nav{top:68px}.header-cta{display:none}
  .hero{padding-top:62px}.hero h1{font-size:55px}.hero-lead{font-size:17px}
  .phone-stage{height:510px}.phone-front{width:230px;height:500px}.phone-back{width:160px;height:350px;top:70px;border-radius:35px}.phone img{border-radius:29px}
  .phone-left{left:4px}.phone-right{right:4px}.quality-chip{right:6px;bottom:12px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{border-bottom:1px solid var(--line)}.trust-grid>div:nth-child(2n){border-right:0}.trust-grid>div:nth-last-child(-n+2){border-bottom:0}.trust-grid>div:first-child{padding-left:24px}
  .rate-shell{grid-template-columns:1fr;padding:18px;border-radius:22px}.rate-grid{grid-template-columns:1fr 1fr}
  .feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}
  .steps{grid-template-columns:1fr;gap:34px}.steps article>span{margin-bottom:18px}
  .quality-panel{grid-template-columns:1fr}.quality-panel>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.quality-panel>div:last-child{border-bottom:0!important}
  .download-card{grid-template-columns:1fr;min-height:auto;padding:40px 25px 0}.download-phone{height:410px}.phone-download{width:210px;height:455px;top:40px;right:auto;left:50%;transform:translateX(-50%) rotate(4deg)}
  .footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{justify-self:center}.footer-links{order:2}footer p{order:3}
}
@media(max-width:520px){
  .hero h1{font-size:44px}.phone-stage{height:445px}.phone-front{width:205px;height:445px}.phone-back{width:125px;height:275px;top:78px}.quality-chip{display:none}
  .rate-grid{grid-template-columns:1fr}.featured-heading{align-items:start;flex-direction:column;gap:4px}
  .screens-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 6px 18px;margin:0 -6px}.screen-card{min-width:72%;scroll-snap-align:center}
  .store-buttons{display:grid}.store-button{width:100%}
}


/* Money-to-minutes value examples */
.money-value{
  margin-top:18px;
  padding:15px;
  border-radius:16px;
  background:linear-gradient(135deg,#f6fbff,#fbf8ff);
  border:1px solid #dfeefa;
}
.money-value-heading{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:11px;
}
.money-value-heading strong{font-size:12px;letter-spacing:.01em}
.money-value-heading span{font-size:10px;color:var(--muted);text-align:right}
.money-value-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}
.money-chip{
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px 9px;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.money-chip span{font-size:10px;color:var(--muted);font-weight:700}
.money-chip strong{font-size:15px;color:var(--blue);letter-spacing:-.015em}
.rate-tile{align-items:flex-start}
.rate-tile-copy{display:flex;flex-direction:column;min-width:0;flex:1}
.rate-tile .rate-tile-price{
  font-size:13px;
  color:var(--blue);
  font-weight:750;
  margin-top:3px;
}
.rate-tile small{
  margin-top:7px;
  color:#7d7782;
  font-size:10px;
  line-height:1.45;
  font-weight:650;
}
.rate-option-main small{line-height:1.35}
@media(max-width:520px){
  .money-value-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
  .money-value-heading span{text-align:left}
  .money-value-grid{grid-template-columns:repeat(3,1fr)}
  .money-chip{padding:9px 7px}
  .money-chip strong{font-size:14px}
}
