/* Emberlift — emberlift.app
   Charcoal + copper. Fraunces for display, Inter for text, Nunito for the
   lowercase wordmark (matches the app). */

:root {
  --bg: #0e0c0b;
  --bg-2: #141110;
  --bg-3: #1b1614;
  --ink: #f3ebe2;
  --ink-2: #b9ada2;
  --ink-3: #7c7168;
  --copper: #c8803f;
  --copper-2: #e8a765;
  --ember: #ff9a3c;
  --line: rgba(232,167,101,.14);
  --line-2: rgba(232,167,101,.28);
  --glow: rgba(255,154,60,.22);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  --r: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--copper-2); text-decoration: none; }
a:hover { color: var(--ember); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.005em; margin: 0; }
p { margin: 0 0 1em; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 820px; }
.hide-sm { display: initial; }

/* Brand */
.wordmark { display: inline-flex; align-items: flex-end; font-family: "Nunito", -apple-system, "SF Pro Rounded", sans-serif; font-weight: 800; letter-spacing: .02em; line-height: 1; }
.wordmark .i { display: inline-flex; flex-direction: column; align-items: center; }
.wordmark .i img { height: .5em; width: auto; margin-bottom: -.08em; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 22px; }
.brand:hover { color: var(--ink); }
.brand img.mark { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 0 0 1px rgba(232,167,101,.25), 0 6px 20px rgba(255,154,60,.15); }

/* Buttons */
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 1px solid rgba(232,167,101,.45); color: var(--copper-2); font-size: 14px; font-weight: 500; letter-spacing: .2px; transition: all .2s; white-space: nowrap; }
.pill:hover { background: rgba(232,167,101,.1); border-color: var(--copper-2); color: var(--ember); }
.pill.solid { background: linear-gradient(180deg, #e3a05c, #c8803f); color: #1a120c; border-color: transparent; box-shadow: 0 8px 28px rgba(232,167,101,.25); }
.pill.solid:hover { filter: brightness(1.07); color: #1a120c; transform: translateY(-1px); }
.pill.ghost { border-color: transparent; color: var(--ink-2); }
.pill.ghost:hover { color: var(--ink); background: rgba(255,255,255,.04); }
.arrow::after { content: "→"; transition: transform .2s; }
.arrow:hover::after { transform: translateX(3px); }

/* Nav */
nav.top { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(14,12,11,.72); border-bottom: 1px solid var(--line); }
nav.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
nav.top ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; font-size: 14px; align-items: center; }
nav.top ul a { color: var(--ink-2); position: relative; padding: 6px 0; }
nav.top ul a:hover, nav.top ul a.on { color: var(--ink); }
nav.top ul a.on::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--copper-2); }
nav.top ul a.pill { padding: 9px 16px; }
nav.top ul a.pill.on::after { display: none; }
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--line-2); border-radius: 12px; background: transparent; color: var(--ink); cursor: pointer; align-items: center; justify-content: center; }
.menu-btn svg { width: 20px; height: 20px; }
#menu-toggle { display: none; }

/* Page headers */
.hero { position: relative; overflow: hidden; isolation: isolate; }
.hero .art { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.hero .veil { position: absolute; inset: 0; z-index: -1; }
.hero .wrap { position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--copper-2); margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 10px var(--ember); }
h1 { font-size: clamp(40px, 6vw, 74px); line-height: 1.03; letter-spacing: -.012em; margin: 0 0 24px; }
h1 em, h2 em { font-style: italic; color: var(--copper-2); }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 620px; margin: 0 0 36px; }
.cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.cta small { color: var(--ink-3); font-size: 13px; flex-basis: 100%; }

/* Home hero: the two figures sit on the right */
.hero.home { min-height: min(92vh, 900px); display: flex; align-items: center; padding: 96px 0 110px; }
.hero.home .art { background-image: url("/assets/hero-figures.jpg"); background-position: 78% 22%; }
.hero.home .veil { background:
  linear-gradient(90deg, rgba(14,12,11,.94) 0%, rgba(14,12,11,.84) 40%, rgba(14,12,11,.45) 58%, rgba(14,12,11,.08) 75%, rgba(14,12,11,0) 100%),
  linear-gradient(180deg, rgba(14,12,11,.15) 0%, rgba(14,12,11,0) 30%, rgba(14,12,11,.5) 80%, var(--bg) 100%); }
.hero.home .wrap > div { max-width: 640px; }
/* Inner-page banners */
.hero.inner { padding: 110px 0 90px; min-height: 58vh; display: flex; align-items: flex-end; }
.hero.inner .veil { background: linear-gradient(180deg, rgba(14,12,11,.55) 0%, rgba(14,12,11,.35) 40%, var(--bg) 100%); }
.hero.inner .art { filter: saturate(.9); }
.hero.inner h1 { font-size: clamp(36px, 5vw, 62px); max-width: 820px; }
.hero.inner.gym .art { background-image: url("/assets/gym.jpg"); background-position: center 60%; }
.hero.inner.science .art { background-image: url("/assets/science.jpg"); opacity: .7; }
.hero.inner.beta .art { background-image: url("/assets/beta.jpg"); background-position: center 30%; }
.hero.inner.quiet { min-height: 0; padding: 96px 0 56px; }
.hero.inner.quiet .veil { background: radial-gradient(60% 80% at 20% 0%, rgba(255,154,60,.1), transparent 60%); }
.hero.inner.figure .body { position: absolute; right: -4%; top: -6%; height: 130%; width: auto; opacity: .55; z-index: -1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%); mask-image: linear-gradient(90deg, transparent 0%, #000 35%); }
@media (max-width: 600px) { .hero.home .art { background-position: 64% center; } }

/* Sections */
section { padding: 96px 0; position: relative; }
section.line { border-top: 1px solid var(--line); }
section.band { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kicker { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); margin-bottom: 14px; }
h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; margin: 0 0 18px; }
.sub { color: var(--ink-2); max-width: 680px; font-size: 17.5px; margin: 0 0 48px; }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }

/* Stats strip */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.stats div { text-align: center; }
.stats b { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3vw, 40px); color: var(--copper-2); line-height: 1.1; }
.stats span { color: var(--ink-2); font-size: 14.5px; }

/* Cards */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.card { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; position: relative; overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.card:hover { transform: translateY(-3px); border-color: var(--line-2); box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(255,154,60,.06) inset; }
.card h3 { font-size: 23px; margin: 0 0 10px; }
.card p { color: var(--ink-2); margin: 0; font-size: 15.2px; }
.card .n { font-family: var(--serif); color: var(--copper); font-size: 14px; letter-spacing: .12em; margin-bottom: 16px; }
.card .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; background: radial-gradient(circle at 30% 30%, rgba(255,154,60,.35), rgba(200,128,63,.08)); border: 1px solid var(--line-2); color: var(--copper-2); }
.card .ico svg { width: 22px; height: 22px; }
.card .more { display: inline-block; margin-top: 16px; font-size: 14px; }
a.card { color: inherit; display: block; }

/* Feature rows (How page) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 56px 0; border-top: 1px solid var(--line); scroll-margin-top: 80px; }
.feature:last-of-type { border-bottom: 1px solid var(--line); }
.feature:nth-child(even) .text { order: 2; }
.feature h3 { font-size: clamp(26px, 2.6vw, 34px); margin: 0 0 14px; }
.feature p { color: var(--ink-2); font-size: 16.5px; }
.feature .num { font-family: var(--serif); color: var(--copper); letter-spacing: .12em; font-size: 14px; margin-bottom: 12px; }

/* Mock UI cards — illustrations of what the app says, in the app's own voice */
.mock { background: linear-gradient(180deg, #1a1512, #120f0d); border: 1px solid var(--line-2); border-radius: 24px; padding: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.02) inset; position: relative; max-width: 440px; margin: 0 auto; width: 100%; }
.mock::before { content: ""; position: absolute; inset: -1px; border-radius: 25px; pointer-events: none; background: radial-gradient(60% 40% at 50% 0%, rgba(255,154,60,.12), transparent 70%); }
.mock .t { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; display: flex; justify-content: space-between; }
.mock .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.06); font-size: 14.5px; }
.mock .row:first-of-type { border-top: 0; }
.mock .row b { font-weight: 600; color: var(--ink); }
.mock .row small { color: var(--ink-3); display: block; font-size: 12.5px; }
.mock .bar { flex: 1; height: 6px; border-radius: 6px; background: rgba(255,255,255,.07); overflow: hidden; margin: 0 14px; }
.mock .bar i { display: block; height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--copper), var(--ember)); width: var(--w, 60%); transform-origin: left; animation: grow 1.2s cubic-bezier(.2,.8,.2,1) both; }
.mock .ok { color: #8fd3a6; } .mock .wait { color: var(--copper-2); } .mock .short { color: #e9b6a0; }
.mock .chip { display: inline-block; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-2); font-size: 13px; color: var(--ink-2); margin: 4px 6px 4px 0; }
.mock .chip.on { background: rgba(232,167,101,.16); color: var(--ink); border-color: var(--copper-2); }
.mock .say { margin-top: 14px; padding: 14px 16px; border-radius: 14px; background: rgba(232,167,101,.08); border: 1px solid var(--line); color: var(--ink); font-size: 14.5px; line-height: 1.5; }
.mock .say::before { content: "Emberlift"; display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--copper-2); margin-bottom: 4px; }
.mock .thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 6px; }
.mock .thumbs figure { margin: 0; position: relative; }
.mock .thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.mock .thumbs figcaption { position: absolute; top: 6px; left: 6px; font-size: 11px; font-weight: 600; padding: 2px 7px; border-radius: 6px; background: rgba(14,12,11,.8); color: var(--copper-2); border: 1px solid var(--line-2); }
@keyframes grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Muscle figure showcase */
.figure-show { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.figure-show .fig { position: relative; display: grid; place-items: center; }
.figure-show .fig::before { content: ""; position: absolute; inset: 10% 15%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,154,60,.16), transparent); filter: blur(10px); }
.figure-show .fig img { position: relative; width: 100%; max-width: 520px; }
.checks { list-style: none; padding: 0; margin: 0 0 28px; }
.checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 12px 0; color: var(--ink-2); border-top: 1px solid var(--line); }
.checks li:last-child { border-bottom: 1px solid var(--line); }
.checks li b { color: var(--ink); font-weight: 600; }
.checks li::before { content: "—"; color: var(--copper-2); font-family: var(--serif); font-size: 20px; line-height: 1; }

/* Steps / timeline */
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps.three { grid-template-columns: repeat(3, 1fr); }
.step { counter-increment: s; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(255,255,255,.02); position: relative; }
.step::before { content: counter(s, decimal-leading-zero); font-family: var(--serif); color: var(--copper); letter-spacing: .12em; font-size: 14px; display: block; margin-bottom: 14px; }
.step h3 { font-size: 21px; margin: 0 0 8px; }
.step p { color: var(--ink-2); font-size: 15px; margin: 0; }

/* Photo sections */
.photo-band { position: relative; padding: 120px 0; overflow: hidden; isolation: isolate; }
.photo-band .art { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.photo-band .veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14,12,11,.9) 0%, rgba(14,12,11,.7) 45%, rgba(14,12,11,.35) 100%); }
.photo-band.gym .art { background-image: url("/assets/gym.jpg"); }
.photo-band.beta .art { background-image: url("/assets/beta.jpg"); background-position: center 35%; }
.photo-band.beta .veil { background: linear-gradient(90deg, rgba(14,12,11,.88) 0%, rgba(14,12,11,.6) 55%, rgba(14,12,11,.3) 100%); }
.photo-band .text { max-width: 560px; }
.photo-band .text p { color: var(--ink-2); font-size: 17px; }
.photo-band .text h2 { margin-bottom: 16px; }

/* Library strip */
.strip { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; margin: 0; }
.strip img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); filter: saturate(.92); transition: transform .25s; }
.strip img:hover { transform: scale(1.04); }

/* Science: review grid */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: r; }
.review { counter-increment: r; padding: 24px 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.02); transition: border-color .2s, transform .2s; }
.review:hover { border-color: var(--line-2); transform: translateY(-2px); }
.review::before { content: counter(r, decimal-leading-zero); font-family: var(--serif); color: var(--copper); font-size: 13px; letter-spacing: .12em; display: block; margin-bottom: 10px; }
.review h3 { font-size: 19px; margin: 0 0 8px; }
.review p { color: var(--ink-2); font-size: 14.5px; margin: 0; }
.method { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.method div { padding: 26px 24px; border-left: 1px solid var(--line); background: rgba(255,255,255,.015); }
.method div:first-child { border-left: 0; }
.method b { display: block; font-family: var(--serif); font-weight: 500; font-size: 19px; margin-bottom: 8px; color: var(--ink); }
.method span { color: var(--ink-2); font-size: 14.5px; }
.principles { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }

/* Quote / pull */
.pull { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.3; color: var(--ink); max-width: 880px; margin: 0 auto; text-align: center; }
.pull em { color: var(--copper-2); }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-size: 17px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--copper-2); font-family: var(--serif); font-size: 26px; line-height: 1; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-2); margin: -6px 0 22px; max-width: 720px; }

/* Prose (privacy) */
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 18px; }
.prose h2 { font-size: 26px; margin: 2.2rem 0 .6rem; }
.prose h3 { font-size: 18px; margin: 1.6rem 0 .4rem; font-family: var(--sans); font-weight: 600; }
.prose p, .prose li { color: var(--ink-2); }
.prose strong { color: var(--ink); }
.prose li { margin: .3em 0; }
.prose code { background: rgba(232,167,101,.12); padding: .1em .35em; border-radius: 4px; font-size: .92em; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.prose .table-wrap { overflow-x: auto; margin: 1.2rem 0 1.6rem; border: 1px solid var(--line); border-radius: 12px; }
.prose table { border-collapse: collapse; width: 100%; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 12px 16px; border-top: 1px solid var(--line); vertical-align: top; color: var(--ink-2); }
.prose th { color: var(--copper-2); font-weight: 600; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; border-top: 0; background: rgba(255,255,255,.02); }
.prose td:first-child { color: var(--ink); font-weight: 500; white-space: nowrap; }

/* CTA band */
.cta-band { text-align: center; padding: 110px 0; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { color: var(--ink-2); font-size: 17px; max-width: 560px; margin: 0 auto 30px; }
.cta-band .cta { justify-content: center; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 56px 0 48px; color: var(--ink-3); font-size: 14px; background: var(--bg-2); }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
footer .cols p { color: var(--ink-3); margin: 12px 0 0; max-width: 320px; }
footer h4 { margin: 0 0 12px; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--copper); font-weight: 600; }
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin: 8px 0; }
footer a { color: var(--ink-2); }
footer a:hover { color: var(--ink); }
footer .legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 22px; }

/* Reveal on scroll (progressive — content is visible without JS) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; } .js .reveal.d2 { transition-delay: .16s; } .js .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .mock .bar i { animation: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 960px) {
  .grid.three, .steps, .steps.three, .reviews { grid-template-columns: repeat(2, 1fr); }
  .method { grid-template-columns: repeat(2, 1fr); }
  .method div:nth-child(3) { border-left: 0; } .method div:nth-child(n+3) { border-top: 1px solid var(--line); }
  footer .cols { grid-template-columns: 1fr 1fr; }
  .feature { gap: 40px; }
}
@media (max-width: 820px) {
  nav.top ul { display: none; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(14,12,11,.97); border-bottom: 1px solid var(--line); padding: 10px 24px 18px; }
  nav.top ul li { width: 100%; }
  nav.top ul a { display: block; padding: 14px 0; font-size: 16px; border-top: 1px solid var(--line); }
  nav.top ul a.on::after { display: none; }
  nav.top ul li:last-child { padding-top: 12px; }
  nav.top ul a.pill { display: inline-flex; border-top: 0; padding: 10px 18px; }
  #menu-toggle:checked ~ ul { display: flex; }
  .menu-btn { display: inline-flex; }
  /* Smaller encodes for phones */
  .hero.home .art { background-image: url("/assets/hero-figures-1000.jpg"); }
  .hero.inner.gym .art, .photo-band.gym .art { background-image: url("/assets/gym-960.jpg"); }
  .hero.inner.science .art { background-image: url("/assets/science-960.jpg"); }
  .hero.inner.beta .art, .photo-band.beta .art { background-image: url("/assets/beta-960.jpg"); }
  .hero.home { padding: 72px 0 88px; min-height: 0; }
  .hero.inner { padding: 80px 0 60px; min-height: 0; }
  .hero.inner.figure .body { opacity: .22; right: -30%; }
  section { padding: 72px 0; }
  .feature, .figure-show, .principles, .duo { grid-template-columns: 1fr; }
  .feature:nth-child(even) .text { order: 0; }
  .strip { grid-template-columns: repeat(4, 1fr); }
  .stats { grid-template-columns: 1fr; gap: 12px; }
  .stats b { font-size: 30px; }
  .photo-band { padding: 88px 0; }
  .hide-sm { display: none; }
}
@media (max-width: 560px) {
  .grid.three, .steps, .steps.three, .reviews, .method, footer .cols { grid-template-columns: 1fr; }
  .method div { border-left: 0; border-top: 1px solid var(--line); }
  .method div:first-child { border-top: 0; }
  .cta .pill { width: 100%; justify-content: center; }
}
