/* ===================== SaySo marketing site =====================
   Design source: website_handoff_sayso/README.md
   Dark, futuristic-minimal, one indigo accent + the equalizer burst. */

:root {
  --page: #0a0a0e;
  --card: #121217;
  --card-border: #1f1f27;
  --panel: #0e0e13;
  --panel-border: #1d1d25;
  --text: #f4f4f7;
  --text-2: #ececef;
  --text-3: #9a9aa6;
  --cap: #5c5c66;
  --accent: #7c82f5;
  --accent-2: #8a8ff7;
  --pill: #1b1b1e;
  --pill-btn: #2c2c31;
  --hair: rgba(255, 255, 255, 0.06);
  --hair-2: rgba(255, 255, 255, 0.09);
  --green: #5fcb8e;
  --ui: "Hanken Grotesk", -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --maxw: 1120px;

  --eq1: #b23cff; --eq2: #8a50ff; --eq3: #5a6dff; --eq4: #2e8cff;
  --eq5: #00aeef; --eq6: #00cfd4; --eq7: #00e39a; --eq8: #24e84f;
  --eq9: #7cee2a; --eq10: #c4e000; --eq11: #ffc400; --eq12: #ff8a2e;
  --eq13: #ff4d7d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; letter-spacing: -0.03em; font-weight: 800; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent-2);
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(124, 130, 245, 0.09);
  border: 1px solid rgba(124, 130, 245, 0.22);
}

.mono-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cap);
}
.mono-label.accent { color: var(--accent-2); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.16s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 34px -8px rgba(124, 130, 245, 0.65);
}
.btn-primary:hover { box-shadow: 0 14px 40px -8px rgba(124, 130, 245, 0.8); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.16);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.05); }
.btn-white {
  background: #fff;
  color: #16161c;
  height: 40px;
  font-size: 14px;
  padding: 0 18px;
}

/* ---------- grid texture ---------- */
.grid-tex {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  mask-image: radial-gradient(120% 80% at 50% 30%, #000 40%, transparent 100%);
}

/* ===================== NAV ===================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 14, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hair);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 26px; height: 26px; border-radius: 8px;
  background: var(--accent); position: relative; flex-shrink: 0;
}
.brand-mark::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  width: 8px; height: 8px; border-radius: 999px; background: #fff;
}
.brand-name { font-weight: 700; font-size: 18px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.nav-links a { color: var(--text-3); font-size: 13.5px; transition: color 0.15s; }
.nav-links a:hover { color: var(--text); }
/* Help tab sits with the others but stays bright (like the Get SaySo CTA) */
.nav-links a.nav-bright { color: #fff; font-weight: 600; }
.nav-links a.nav-bright:hover { opacity: 0.82; }
.nav-cta { margin-left: 4px; }

/* ===================== HERO ===================== */
.hero { position: relative; padding: 84px 0 64px; overflow: hidden; }
.hero .grid-tex { background-size: 58px 58px; }
.spotlight { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.hero-inner {
  position: relative; z-index: 2; text-align: center;
  max-width: 900px; margin: 0 auto;
}
.hero-h1 {
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 20px auto 0;
}
.hero-h1 .word { display: inline-block; }
.hero-h1 .accent { color: var(--accent-2); }
.hero-h1 .m-only { display: none; } /* phone-only line breaks; see mobile media query */
.hero-sub {
  color: var(--text-3);
  font-size: 18.5px;
  max-width: 640px;
  margin: 24px auto 0;
  text-wrap: balance;
}
/* second line matches the first exactly, just a tighter gap */
.hero-sub2 { margin-top: 10px; }
.hero-ctas { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; justify-content: center; }

/* the promise (the wedge) — a soft green glow embedded in the page, no hard
   box: the border "merges" into a radial green haze; smaller than the product
   side and vertically centered. */
.hero-right { display: flex; align-items: center; justify-content: center; }
.promise {
  width: 100%; max-width: 366px; margin: 0 auto;
  border: none; border-radius: 30px;
  padding: 30px 30px 26px;
  background:
    radial-gradient(115% 88% at 50% 20%, rgba(52, 199, 138, 0.16), rgba(52, 199, 138, 0.035) 56%, transparent 78%);
  box-shadow: 0 60px 150px -50px rgba(52, 199, 138, 0.55);
}
.promise-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em;
  color: #45d69b; text-transform: uppercase;
}
.promise-big { font-size: 33px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-top: 14px; }
.promise-anchor { color: var(--text-2); font-size: 15px; line-height: 1.55; margin: 16px 0 0; }
.promise-anchor b { color: #fff; }
.promise-cta {
  width: 100%; margin-top: 22px;
  background: #34c78a; color: #06130c;
  box-shadow: 0 10px 34px -8px rgba(52, 199, 138, 0.55);
}
.promise-cta:hover {
  background: #3fd699;
  box-shadow: 0 14px 40px -8px rgba(52, 199, 138, 0.72);
}
.promise-note {
  display: block; text-align: center; margin-top: 14px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--cap);
}

/* product showcase — centered beneath the hero, its own breathing room */
.hero-showcase { position: relative; z-index: 2; text-align: center; margin-top: 72px; }
.hero-visual { position: relative; text-align: center; }
.pill-float { display: inline-block; position: relative; animation: floaty 5.5s ease-in-out infinite; }
.tooltip {
  position: absolute; left: 50%; transform: translateX(-50%);
  top: -46px; background: var(--pill); color: #fff;
  font-size: 12px; font-weight: 600; padding: 7px 12px; border-radius: 999px;
  display: flex; align-items: center; gap: 8px; white-space: nowrap;
}
.kbd {
  background: var(--accent); color: #fff; font-family: var(--mono);
  font-size: 10px; padding: 2px 7px; border-radius: 6px;
}
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--pill); border: 1px solid var(--hair-2);
  border-radius: 999px; padding: 8px;
  box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.7);
}
.lang {
  height: 40px; padding: 0 16px; border-radius: 999px; background: var(--pill-btn);
  color: #fff; font-weight: 600; font-size: 13px; display: flex; align-items: center;
}
.lang.sm { height: 26px; padding: 0 9px; font-size: 11px; }
.pbtn {
  width: 40px; height: 40px; border-radius: 999px; background: var(--pill-btn);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pbtn.sm { width: 26px; height: 26px; }
.diamond {
  width: 12px; height: 12px; border-radius: 2px; background: var(--accent);
  transform: rotate(45deg);
}
.pbtn.sm .diamond { width: 8px; height: 8px; }

/* equalizer bars */
.eq { display: flex; align-items: center; gap: 3px; height: 40px; padding: 0 6px; }
.eq .bar {
  width: 4px; border-radius: 2px; transform-origin: center;
  transform: scaleY(0.32); /* heights driven by JS speech-envelope */
}
.eq.big { height: 64px; gap: 4px; }
.eq.big .bar { width: 5px; }
.eq.small { height: 30px; }
.eq.small .bar { width: 4px; }

.typed-card {
  margin: 26px auto 0; max-width: 460px;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: 16px; padding: 16px 20px; text-align: left;
  display: flex; align-items: center;
}
.typed-text { font-size: 16px; }
.caret {
  display: inline-block; width: 2px; height: 1.1em; background: var(--accent);
  margin-left: 2px; vertical-align: text-bottom; animation: blink 1s steps(1) infinite;
}
.cap { font-family: var(--mono); font-size: 12px; color: var(--cap); margin-top: 14px; letter-spacing: 0.04em; }
.cap.ok { color: var(--green); }
.check {
  display: inline-flex; width: 16px; height: 16px; border-radius: 999px;
  background: var(--green); color: #08130d; font-size: 10px;
  align-items: center; justify-content: center; margin-right: 6px;
}

/* ===================== MARQUEE ===================== */
.marquee { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); overflow: hidden; padding: 16px 0; }
.marquee-track {
  display: flex; width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: marquee 34s linear infinite;
}
.marquee-group { display: flex; align-items: center; }
.marquee-group b {
  font-family: var(--mono); font-weight: 500; font-size: 12px;
  letter-spacing: 0.18em; color: var(--cap); white-space: nowrap;
}
.marquee-group i {
  width: 6px; height: 6px; border-radius: 1px; background: var(--accent);
  transform: rotate(45deg); margin: 0 22px; opacity: 0.7;
}

/* ===================== HOW IT WORKS ===================== */
.how { padding-top: 96px; }
.how-head { text-align: center; }
.how-head h2 { font-size: 44px; margin-top: 16px; }
.how-head p { color: var(--text-3); margin-top: 14px; }
.how-track { position: relative; height: 260vh; }
.how-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; }
.how-cols { display: grid; grid-template-columns: 1fr 460px; gap: 48px; align-items: center; width: 100%; }
.how-steps { list-style: none; margin: 0; padding: 0; }
.how-step { padding: 18px 0; opacity: 0.32; transition: opacity 0.35s ease; }
.how-step.active { opacity: 1; }
.how-step .num { font-family: var(--mono); font-size: 13px; color: var(--accent-2); letter-spacing: 0.1em; }
.how-step h3 { font-size: 25px; margin-top: 8px; }
.how-step p { color: var(--text-3); margin-top: 8px; max-width: 420px; }

.how-stage {
  position: relative; height: 400px; border-radius: 26px;
  background: var(--card); border: 1px solid var(--card-border); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.how-stage .grid-tex { background-size: 44px 44px; }
.stage-visual {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
  opacity: 0; transform: scale(0.94); transition: opacity 0.45s ease, transform 0.45s ease;
}
.stage-visual.on { opacity: 1; transform: scale(1); }
.big-key {
  width: 122px; height: 112px; border-radius: 24px; background: #1b1b22;
  border: 1px solid #2a2a34; display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 34px; color: #fff; position: relative;
}
.big-key .ring {
  position: absolute; inset: -8px; border: 2px solid var(--accent); border-radius: 30px;
  animation: pulse 2s ease-in-out infinite;
}

/* ===================== CLEAN & POLISH ===================== */
.clean { padding: 96px 0; border-top: 1px solid var(--hair); margin-top: 40px; }
.clean-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.clean-left h2 { font-size: 44px; margin-top: 16px; }
.clean-left p { color: var(--text-2); margin-top: 18px; }
.clean-left p b { color: var(--text); }
.rule-chips { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.chip {
  font-family: var(--mono); font-size: 12.5px; color: var(--text-3);
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--card-border);
  background: var(--panel);
}

.beam-wrap { position: relative; padding: 1px; border-radius: 24px; overflow: hidden; }
.beam {
  position: absolute; inset: -50%; z-index: 0;
  background: conic-gradient(from 0deg, transparent 0deg, transparent 300deg, var(--accent) 330deg, transparent 360deg);
  will-change: transform;
  animation: spin 5.5s linear infinite;
}
.beam-card {
  position: relative; z-index: 1; background: var(--card); border-radius: 23px; padding: 26px;
}
.said {
  font-style: italic; color: var(--text-3); font-size: 15.5px;
  background: var(--panel); border: 1px solid var(--panel-border);
  border-radius: 12px; padding: 14px 16px; margin: 10px 0 0;
}
.arrow { text-align: center; margin: 14px 0; }
.seg { display: inline-flex; background: var(--panel); border-radius: 999px; padding: 3px; margin-bottom: 16px; }
.seg-btn {
  border: none; background: transparent; color: var(--text-3);
  font-family: var(--ui); font-weight: 600; font-size: 13px; padding: 7px 18px;
  border-radius: 999px; cursor: pointer; transition: 0.15s;
}
.seg-btn.active { background: var(--accent); color: #fff; }
.out-panel {
  background: rgba(124, 130, 245, 0.07); border: 1px solid rgba(124, 130, 245, 0.25);
  border-radius: 12px; padding: 14px 16px; margin-top: 8px; display: flex; align-items: baseline;
}
.out-text { font-size: 16px; }

/* ===================== PRICE ===================== */
.price { padding: 96px 0; border-top: 1px solid var(--hair); }
.price-head { text-align: center; max-width: 680px; margin: 0 auto; }
.price-head h2 { font-size: 44px; margin-top: 16px; }
.price-head p { color: var(--text-2); margin-top: 16px; }
.price-head p b { color: #fff; }
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; max-width: 820px; margin-left: auto; margin-right: auto; }
.pcard {
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: 24px; padding: 30px;
}
.pcard.us {
  border-color: rgba(124, 130, 245, 0.5);
  box-shadow: 0 30px 80px -30px rgba(124, 130, 245, 0.5);
  background: linear-gradient(180deg, rgba(124, 130, 245, 0.08), var(--card) 60%);
}
.pnum { display: flex; align-items: baseline; gap: 8px; margin-top: 18px; }
.pnum .cur { font-size: 52px; font-weight: 800; letter-spacing: -0.04em; }
.pnum .per { color: var(--text-3); font-size: 16px; }
.pcard.them .cur { color: var(--text-3); }
.pline { color: var(--text-3); font-size: 14px; margin-top: 4px; }
.plist { list-style: none; margin: 22px 0 0; padding: 0; }
.plist li { position: relative; padding-left: 28px; margin: 12px 0; font-size: 14.5px; color: var(--text-2); }
.plist li::before {
  position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700;
}
.plist li.no { color: var(--text-3); }
.plist li.no::before { content: "✕"; background: rgba(255, 77, 125, 0.14); color: #ff789f; }
.plist li.yes::before { content: "✓"; background: rgba(95, 203, 142, 0.16); color: var(--green); }
.pcard-cta { margin-top: 26px; width: 100%; }
.price-foot { text-align: center; color: var(--text-3); max-width: 620px; margin: 34px auto 0; font-size: 15px; }
.price-foot b { color: var(--text); }

/* ===================== TINY ===================== */
.tiny { padding: 96px 0; border-top: 1px solid var(--hair); text-align: center; }
.tiny-inner h2 { font-size: 44px; margin-top: 16px; }
.tiny-inner > p { color: var(--text-3); max-width: 560px; margin: 16px auto 0; }
.tiny-inner > p b { color: var(--text); }
.tiny-demo {
  position: relative; width: 560px; max-width: 100%; height: 150px; margin: 34px auto 0;
  background: var(--card); border: 1px solid var(--card-border); border-radius: 22px;
  overflow: hidden; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 22px;
}
.tiny-demo .grid-tex { background-size: 44px 44px; }
.sliver { position: relative; cursor: pointer; outline: none; }
.sliver-mini {
  width: 64px; height: 13px; border-radius: 6px; background: var(--pill);
  display: flex; align-items: center; justify-content: center; gap: 3px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.s-bar { width: 2px; border-radius: 1px; }
.s-bar:nth-child(1) { height: 4px; background: var(--eq1); }
.s-bar:nth-child(2) { height: 6px; background: var(--eq4); }
.s-bar:nth-child(3) { height: 9px; background: var(--eq6); }
.s-bar:nth-child(4) { height: 8px; background: var(--eq8); }
.s-bar:nth-child(5) { height: 6px; background: var(--eq11); }
.s-bar:nth-child(6) { height: 4px; background: var(--eq13); }
.sliver-pill {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 7px; background: var(--pill);
  border: 1px solid var(--hair-2); border-radius: 999px; padding: 6px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.sliver:hover .sliver-mini, .sliver:focus .sliver-mini { opacity: 0; }
.sliver:hover .sliver-pill, .sliver:focus .sliver-pill { opacity: 1; }

/* ===================== FEATURES ===================== */
.features { padding: 96px 0; border-top: 1px solid var(--hair); }
.feat-head { text-align: center; margin-bottom: 44px; }
.feat-head h2 { font-size: 44px; margin-top: 16px; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat { background: var(--card); border: 1px solid var(--card-border); border-radius: 22px; padding: 26px; transition: transform 0.18s ease, border-color 0.2s; }
.feat:hover { transform: translateY(-4px); border-color: rgba(124, 130, 245, 0.35); }
.feat-ic {
  width: 38px; height: 38px; border-radius: 11px; background: rgba(124, 130, 245, 0.12);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feat-ic svg { width: 20px; height: 20px; }
.feat h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.feat p { color: var(--text-3); font-size: 14px; margin-top: 8px; }

/* ===================== DOWNLOAD ===================== */
.download { position: relative; padding: 110px 0; border-top: 1px solid var(--hair); text-align: center; overflow: hidden; }
.dl-glow {
  position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%);
  width: 700px; height: 700px; border-radius: 999px;
  background: radial-gradient(circle, rgba(124, 130, 245, 0.22), transparent 62%);
  pointer-events: none;
}
.dl-inner { position: relative; z-index: 1; }
.dl-inner .eq { justify-content: center; margin: 0 auto 24px; }
.dl-inner h2 { font-size: 56px; }
.dl-inner > p { color: var(--text-3); max-width: 560px; margin: 18px auto 30px; }
.fineprint { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.16em; color: var(--cap); margin-top: 24px; }

/* ===================== FOOTER ===================== */
.footer { border-top: 1px solid var(--hair); padding: 40px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-tag { color: var(--text-3); font-size: 13.5px; margin-left: 14px; }
.foot-links { display: flex; gap: 24px; }
.foot-links a { color: var(--text-3); font-size: 13.5px; }
.foot-links a:hover { color: var(--text); }

/* ===================== MOTION ===================== */
@keyframes wave { 0%, 100% { transform: scaleY(0.38); } 50% { transform: scaleY(1); } }
@keyframes floaty { 0%, 100% { transform: translateY(-7px); } 50% { transform: translateY(7px); } }
@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(1.05); } }

/* scroll reveal — hidden only after JS marks the page ready */
[data-fx="on"] .reveal { opacity: 0; transform: translateY(28px); }
[data-fx="on"] .reveal.in { opacity: 1; transform: none; transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1); }

/* hero word-by-word entrance */
[data-fx="on"] .hero-h1 .word { opacity: 0; transform: translateY(20px); filter: blur(8px); }
[data-fx="on"] .hero-h1.in .word { opacity: 1; transform: none; filter: none; transition: 0.6s cubic-bezier(0.2, 0.6, 0.2, 1); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  [data-fx] .reveal, [data-fx] .hero-h1 .word { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-h1 { font-size: 37px; }
  .hero-sub { max-width: 100%; }
  .how-head h2, .clean-left h2, .price-head h2, .tiny-inner h2, .feat-head h2 { font-size: 32px; }
  .dl-inner h2 { font-size: 38px; }
  .how-track { height: auto; }
  .how-sticky { position: static; height: auto; padding: 20px 0 60px; }
  .how-cols { grid-template-columns: 1fr; gap: 28px; }
  .how-step { opacity: 1; }
  .how-stage { display: none; } /* drop the animation box on mobile — steps alone are clearer */
  .clean-cols, .price-cards, .feat-grid { grid-template-columns: 1fr; }
  .pcard.them { display: none; } /* drop the $15 subscription card on mobile — SaySo card stands alone */
  .container { padding: 0 20px; }
}

/* phones: break the headline at each phrase so white/purple lines stay clean
   (Hold a key. Say it. / It's typed. / Pay once. / Free for life.) */
@media (max-width: 680px) {
  .hero-h1 .m-only { display: inline; }
  .hero-h1 { font-size: 34px; line-height: 1.12; }
}

/* link to the get-keys guide from the price section */
.foot-guide-link {
  display: inline-block; margin-top: 12px;
  color: var(--accent-2); font-size: 14px; font-weight: 600;
}
.foot-guide-link:hover { text-decoration: underline; }
