:root {
  --ground: #f5f5f7;
  --surface: #ffffff;
  --chip: #ececf0;
  --text: #141417;
  --muted: #74747c;
  --hairline: #dcdce2;
  --accent: #0e9b78;
  --accent-fill: #3ddab4;
  --ink: #0b0b0d;
  --shadow: 0 1px 1px rgba(20, 20, 23, .05), 0 12px 32px rgba(20, 20, 23, .07);
}
@media (prefers-color-scheme: dark) {
  :root {
    --ground: #0b0b0d;
    --surface: #141417;
    --chip: #1e1e23;
    --text: #f2f2f5;
    --muted: #8a8a93;
    --hairline: #26262c;
    --accent: #3ddab4;
    --shadow: 0 1px 1px rgba(0, 0, 0, .35), 0 12px 32px rgba(0, 0, 0, .35);
  }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font: 16px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 600; letter-spacing: -.01em; }
.brand img { width: 28px; height: 28px; border-radius: 7px; }
.nav-links { display: flex; gap: 22px; font-size: 14.5px; }
.nav-links a { color: var(--muted); }
.hero { padding: 64px 0 40px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.kicker { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
h1 { font-size: 44px; line-height: 1.1; font-weight: 500; letter-spacing: -.02em; margin: 12px 0 16px; }
.lede { font-size: 17.5px; color: var(--muted); max-width: 44ch; margin: 0 0 26px; }
.cta { display: inline-flex; align-items: center; gap: 9px; height: 50px; padding: 0 22px; border-radius: 999px; background: var(--accent-fill); color: var(--ink); font-weight: 600; font-size: 15.5px; box-shadow: var(--shadow); }
.cta:hover { text-decoration: none; filter: brightness(1.03); }
.cta svg { width: 16px; height: 16px; }
.cta.soon { background: var(--chip); color: var(--text); box-shadow: none; cursor: default; }
.finelines { margin-top: 14px; font-size: 13px; color: var(--muted); }
.phone { position: relative; margin: 0 auto; width: 300px; height: 620px; border-radius: 44px; background: var(--surface); border: 1px solid var(--hairline); box-shadow: var(--shadow); padding: 18px; }
.phone .screen { height: 100%; border-radius: 30px; background: var(--ground); padding: 22px 18px; display: flex; flex-direction: column; gap: 14px; }
.phone .big { font-size: 40px; font-weight: 300; letter-spacing: -.02em; }
.phone .small { font-size: 12px; color: var(--muted); }
.bar { height: 8px; border-radius: 999px; background: var(--chip); overflow: hidden; display: flex; }
.bar i { display: block; height: 100%; }
.bar .used { width: 68%; background: color-mix(in srgb, var(--muted) 55%, transparent); }
.bar .free-up { width: 14%; background: var(--accent); margin-left: -14%; }
.rows { background: var(--surface); border: 1px solid var(--hairline); border-radius: 16px; overflow: hidden; }
.row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; font-size: 13.5px; border-top: 1px solid var(--hairline); }
.row:first-child { border-top: 0; }
.row .ico { width: 30px; height: 30px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; color: var(--accent); font-size: 13px; }
.row .grow { flex: 1; }
.row .n { color: var(--muted); font-size: 12.5px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 40px 0 56px; }
.card { background: var(--surface); border: 1px solid var(--hairline); border-radius: 16px; padding: 22px; box-shadow: var(--shadow); }
.card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; letter-spacing: -.01em; display: flex; align-items: center; gap: 9px; }
.card h3 span { width: 30px; height: 30px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; color: var(--accent); font-size: 13px; }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; }
.band { padding: 44px 0 64px; }
.band h2 { font-size: 28px; font-weight: 500; letter-spacing: -.02em; margin: 0 0 8px; }
.band .sub { color: var(--muted); max-width: 60ch; margin: 0 0 22px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { padding: 20px 22px; border-radius: 16px; background: var(--surface); border: 1px solid var(--hairline); }
.step b { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); font-size: 14.5px; }
.faq { max-width: 720px; }
.faq details { border-top: 1px solid var(--hairline); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 500; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; color: var(--muted); }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--muted); margin: 8px 0 0; font-size: 15px; }
footer { border-top: 1px solid var(--hairline); padding: 26px 0 40px; margin-top: 30px; font-size: 13.5px; color: var(--muted); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer a { color: var(--muted); }
.legal { max-width: 720px; padding: 40px 0 20px; }
.legal h1 { font-size: 32px; }
.legal h2 { font-size: 19px; font-weight: 600; margin: 30px 0 8px; }
.legal p, .legal li { color: var(--text); font-size: 15.5px; }
.legal .updated { color: var(--muted); font-size: 13.5px; }
.legal ul { padding-left: 20px; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 36px; gap: 34px; }
  h1 { font-size: 34px; }
  .grid, .steps { grid-template-columns: 1fr; }
  .phone { width: 280px; height: 580px; }
  .nav-links { gap: 16px; }
}
