*{box-sizing:border-box;margin:0;padding:0}
:root{--void:#0a0611;--white:#f1f5fa;--dim:#9aa6b8;--body:#c3ccd8;--teal:#8fe3d8;--line:rgba(255,255,255,.09)}
html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{background:var(--void);color:var(--white);
 font:17px/1.62 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
 background-image:
  radial-gradient(90% 40% at 0% 0%, rgba(45,212,191,.30), rgba(45,212,191,0) 62%),
  radial-gradient(85% 40% at 100% 22%, rgba(232,121,198,.32), rgba(232,121,198,0) 60%),
  radial-gradient(80% 32% at 12% 72%, rgba(168,85,247,.26), rgba(168,85,247,0) 60%);
 background-repeat:no-repeat;background-size:100% 100%}
a{color:var(--teal)}
.wrap{max-width:1020px;margin:0 auto;padding:0 24px}

/* Site bar: the wordmark home on the left, the guides on the right. */
.bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;flex-wrap:wrap}
.bar .home{line-height:0}
.bar .home img{height:30px;width:auto}
.bar nav{display:flex;gap:18px;flex-wrap:wrap}
.bar nav a{color:#c9d3df;text-decoration:none;font-size:14.5px;font-weight:600}
.bar nav a[aria-current]{color:var(--teal)}

/* Home */
.top{text-align:center;padding-top:36px}
.logo{width:100%;max-width:540px;height:auto;display:block;margin:0 auto}
.slog{font-size:21px;color:#e7eef7;margin-top:4px}
.mic{width:280px;max-width:58%;height:auto;display:block;margin:24px auto 0;
 filter:drop-shadow(0 30px 60px rgba(0,0,0,.55))}
h1{font-size:34px;line-height:1.18;margin-top:30px;letter-spacing:-.015em;max-width:20ch;
 margin-left:auto;margin-right:auto}
.lede{color:var(--dim);font-size:17.5px;max-width:58ch;margin:18px auto 0}
/* THE STORE BADGE. Apple's own artwork, uncropped and unrecoloured, straight on the
   background with no panel behind it - the same file and rules as freeappblocker.
   line-height:0 on the link, or the anchor's line box adds a few px under the badge.
   Google Play goes in this row beside it the day that listing is live. */
.stores{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:26px}
.stores a{display:block;line-height:0}
.stores img{height:54px;width:auto}
h2{font-size:25px;margin-top:0;letter-spacing:-.01em;line-height:1.25}
h3{font-size:19px;margin-top:26px;line-height:1.3}
section{margin-top:66px}
section p,article p{color:var(--body);margin-top:14px;max-width:68ch}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:26px}
.t img{width:100%;height:auto;display:block}
.t figcaption{color:var(--dim);font-size:14px;margin-top:12px;line-height:1.5;text-align:center}
ol,ul{margin:16px 0 0 22px;color:var(--body);max-width:68ch} li{margin-top:10px}

/* Three ways in: a screenshot beside its words. */
.modes{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:26px}
.mode img{width:100%;max-width:260px;height:auto;display:block;margin:0 auto;border-radius:22px;
 box-shadow:0 24px 50px rgba(0,0,0,.5)}
.mode h3{text-align:center;margin-top:18px}
.mode p{font-size:15.5px;text-align:center;margin-left:auto;margin-right:auto}

/* Guide cards on the home page. */
.guides{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:22px}
.guides a{display:block;padding:18px 20px;border:1px solid var(--line);border-radius:16px;
 background:rgba(0,0,0,.28);text-decoration:none;color:var(--white)}
.guides a b{display:block;font-size:17px}
.guides a span{display:block;color:var(--dim);font-size:14.5px;margin-top:4px;line-height:1.5}

/* Guides */
article{max-width:760px;margin:0 auto;padding-top:22px}
.crumbs{font-size:13.5px;color:var(--dim)}
.crumbs a{color:var(--dim)}
article h1{text-align:left;margin-left:0;max-width:none;margin-top:14px}
article .lede{margin-left:0;text-align:left}
article section{margin-top:44px}
.shot{float:right;width:220px;margin:4px 0 18px 28px}
.shot img{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 20px 44px rgba(0,0,0,.5)}
.shot figcaption{color:var(--dim);font-size:13px;margin-top:10px;text-align:center;line-height:1.45}
.pron{width:100%;border-collapse:collapse;margin-top:18px;font-size:15.5px;color:var(--body)}
.pron th,.pron td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:top}
.pron th{color:var(--white);font-size:13.5px;text-transform:uppercase;letter-spacing:.04em}
.pron td:nth-child(2){color:var(--white);font-weight:600;white-space:nowrap}
.note{border-left:3px solid rgba(45,212,191,.6);padding:4px 0 4px 16px;margin-top:20px}
.note p{margin-top:0}
.cta-box{margin-top:48px;padding:26px;border:1px solid rgba(45,212,191,.35);border-radius:20px;
 background:rgba(0,0,0,.32);text-align:center;clear:both}
.cta-box h2{font-size:22px}
.cta-box p{margin-left:auto;margin-right:auto}
.more{margin-top:40px}
.more ul{list-style:none;margin-left:0}

/* FAQ */
details{border-top:1px solid var(--line);padding:15px 0}
details:last-of-type{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-weight:600;font-size:17px;list-style:none}
summary::-webkit-details-marker{display:none}
summary::before{content:"+";color:var(--teal);margin-right:11px;font-weight:400}
details[open] summary::before{content:"-"}
details p{margin-top:10px;font-size:16px}

footer{margin-top:70px;padding:24px 0 48px;border-top:1px solid rgba(255,255,255,.08);
 color:#6b7686;font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
footer a{color:#8fa0b4;text-decoration:none}
footer nav{display:flex;gap:14px;flex-wrap:wrap}

@media (max-width:760px){
 body{font-size:16px} .top{padding-top:18px} .slog{font-size:17px}
 h1{font-size:26px;max-width:18ch} h2{font-size:21px} section{margin-top:48px}
 .steps{grid-template-columns:repeat(2,1fr);gap:16px} .mic{width:56%}
 .modes{grid-template-columns:1fr;gap:40px} .guides{grid-template-columns:1fr}
 .shot{float:none;width:200px;margin:22px auto 0}
 .bar nav{gap:12px} .bar nav a{font-size:13.5px}
}
@media (max-width:560px){.stores img{height:46px}}
