/* MarketMover, the site: the app's Day look. White, the blue accent, the product doing the talking. */
:root {
  --bg: #ffffff; --bg2: #f4f7fc; --panel: #f4f7fc; --panel2: #eaf0f9; --panel3: #dfe7f4; --line: #d3dceb; --line2: #c1cce0;
  --ink: #0b1633; --ink2: #3f4b6e; --muted: #66718f; --accent: #1e5eff; --accent-2: #0e8f63; --on-accent: #ffffff; --amber: #a35400;
  --radius: 18px; --max: 1120px; --shadow: 0 30px 80px rgba(11, 22, 51, 0.16), 0 2px 6px rgba(11, 22, 51, 0.06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background:
  radial-gradient(900px 520px at 12% -10%, rgba(30,94,255,0.16), transparent 60%),
  radial-gradient(800px 520px at 92% 0%, rgba(14,143,99,0.10), transparent 60%); }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 14px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* nav */
.nav { position: sticky; top: 14px; z-index: 50; margin: 14px auto 0; max-width: var(--max); padding: 0 24px; }
.nav .bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px 10px 16px; border-radius: 999px; background: rgba(255,255,255,0.78); border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(11,22,51,0.08); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand img { width: 30px; height: 30px; border-radius: 23%; }
.nav nav { display: flex; gap: 22px; font-size: 15px; }
.nav nav a { color: var(--ink2); }
.nav nav a:hover { color: var(--ink); text-decoration: none; }
.nav nav a[aria-current="page"] { color: var(--accent); font-weight: 600; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border-radius: 999px; font-weight: 600; font-size: 15px; border: 1px solid transparent; white-space: nowrap; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn.primary { background: var(--accent); color: var(--on-accent); box-shadow: 0 8px 24px rgba(30,94,255,0.28); }
.btn.primary:hover { box-shadow: 0 12px 30px rgba(30,94,255,0.36); }
.btn.ghost { background: #fff; border-color: var(--line2); color: var(--ink); }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn.small { padding: 8px 14px; font-size: 14px; }
@media (max-width: 760px) { .nav nav { display: none; } .nav .btn { padding: 8px 12px; font-size: 13px; } }

/* hero */
.hero { text-align: center; padding: 84px 0 24px; }
/* the logo, drawn: the mark in SVG, the word in the page's own type */
.mm-logo { display: inline-flex; align-items: center; gap: 0.16em; font-size: var(--logo, 56px); line-height: 1; white-space: nowrap; }
.mm-mark { height: 1.02em; width: 1.02em; flex: none; border-radius: 23%; }
.mm-word { font-weight: 800; letter-spacing: -0.045em; color: var(--logo-ink, var(--ink)); }
.mm-word em { font-style: normal; background: linear-gradient(90deg, #3ee0a4, #14b984); -webkit-background-clip: text; background-clip: text; color: transparent; }
/* the hero opens on the drawn logo, on the page's white */
h1.logo { --logo: clamp(40px, 7.4vw, 88px); --logo-ink: var(--ink); margin: 26px auto 18px; }
.tagline { font-size: clamp(22px, 3.2vw, 34px); line-height: 1.1; letter-spacing: -0.03em; font-weight: 800; max-width: 820px; margin: 0 auto 14px; color: var(--ink); }
.cta-logo { --logo: clamp(30px, 4.6vw, 52px); --logo-ink: var(--ink); margin: 0 0 16px; }
@media (max-width: 760px) { h1.logo { margin: 20px auto 14px; } }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 13px; color: var(--ink2); }
.eyebrow b { display: inline-block; padding: 2px 8px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
h1 { font-size: clamp(38px, 6.2vw, 66px); line-height: 1.04; letter-spacing: -0.035em; margin: 22px auto 16px; max-width: 900px; font-weight: 800; }
.grad { background: linear-gradient(90deg, #1e5eff, #0e8f63); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: clamp(17px, 2vw, 20px); color: var(--ink2); max-width: 680px; margin: 0 auto 26px; }
.ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ctas .note { flex-basis: 100%; color: var(--muted); font-size: 13px; margin-top: 4px; }

/* the screen switcher */
.stage { position: relative; margin: 44px auto 0; max-width: 1060px; padding: 0 24px; }
.tabs { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.tabs button { font: inherit; font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink2); cursor: pointer; transition: all .15s ease; }
.tabs button:hover { border-color: var(--accent); color: var(--accent); }
.tabs button[aria-selected="true"] { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 8px 24px rgba(30,94,255,0.28); }
.screens { position: relative; }
.screens .screen { display: none; }
.screens .screen.on { display: block; animation: fade .35s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.mac { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; }
.mac img { display: block; width: 100%; height: auto; }
.phone { position: absolute; right: 2%; bottom: -8%; width: 22%; min-width: 150px; border-radius: 34px; padding: 8px; background: #0b1633; border: 1px solid #23305a; box-shadow: var(--shadow); }
.phone img { display: block; width: 100%; height: auto; border-radius: 26px; }
.caption { text-align: center; color: var(--muted); font-size: 14px; margin: 14px 0 0; min-height: 22px; }
@media (max-width: 760px) { .phone { display: none; } }

/* strips */
.trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin: 88px 0 0; }
.trust div.item { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-radius: 14px; border: 1px solid var(--line); background: #fff; transition: transform .15s ease, box-shadow .15s ease; }
.trust div.item:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(11,22,51,0.08); }
.trust svg { width: 22px; height: 22px; flex: none; color: var(--accent); margin-top: 2px; }
.trust .item > div { flex: 1; min-width: 0; }
.trust b { display: block; font-size: 15px; margin-bottom: 2px; }
.trust span { font-size: 14px; color: var(--muted); }
.books { margin: 64px 0 0; text-align: center; }
.books p { color: var(--muted); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.books ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.books li { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 14px; font-weight: 600; color: var(--ink2); }

/* feature sections */
section.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 110px 0 0; }
section.feature.flip .text { order: 2; }
section.feature .text h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.1; letter-spacing: -0.03em; margin: 8px 0 12px; font-weight: 800; }
section.feature .text p { color: var(--ink2); font-size: 17px; }
section.feature .text ul { padding: 0; margin: 14px 0 0; list-style: none; }
section.feature .text li { display: flex; gap: 10px; color: var(--ink2); margin: 8px 0; font-size: 15px; }
section.feature .text li::before { content: "✓"; color: var(--accent-2); font-weight: 700; }
.kicker { color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.shot .phone-solo { width: min(300px, 70%); margin: 0 auto; border-radius: 40px; padding: 9px; background: #0b1633; border: 1px solid #23305a; box-shadow: var(--shadow); }
.shot .phone-solo img { display: block; width: 100%; border-radius: 32px; }
@media (max-width: 860px) { section.feature { grid-template-columns: 1fr; gap: 24px; margin-top: 72px; } section.feature.flip .text { order: 0; } }

.privacy { margin: 110px 0 0; padding: 40px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(160deg, #eef3ff, #f4f7fc); display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; }
.privacy h2 { font-size: clamp(28px, 3.4vw, 38px); letter-spacing: -0.03em; margin: 6px 0 10px; line-height: 1.1; font-weight: 800; }
.privacy ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.privacy li { padding: 14px 16px; border-radius: 12px; background: #fff; border: 1px solid var(--line); font-size: 15px; color: var(--ink2); }
.privacy li b { color: var(--ink); display: block; margin-bottom: 2px; }
@media (max-width: 860px) { .privacy { grid-template-columns: 1fr; padding: 24px; } }

/* pricing */
.pricing { margin: 110px 0 0; text-align: center; }
.pricing h2 { font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.03em; margin: 6px 0 10px; font-weight: 800; }
.pricing .lede { margin-bottom: 22px; }
.toggle { display: inline-flex; padding: 4px; border-radius: 999px; border: 1px solid var(--line); background: #fff; margin-bottom: 28px; }
.toggle button { font: inherit; font-size: 14px; font-weight: 600; padding: 8px 16px; border-radius: 999px; border: 0; background: transparent; color: var(--ink2); cursor: pointer; }
.toggle button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.toggle small { color: var(--accent-2); font-size: 12px; margin-left: 6px; }
.toggle button[aria-pressed="true"] small { color: #9be7c6; }
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; text-align: left; }
.plan { position: relative; padding: 22px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; cursor: pointer; }
.plan:hover, .plan.picked { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent); }
.plan.hot { border-color: var(--accent); background: linear-gradient(180deg, #eef3ff, #fff); }
.plan .badge { position: absolute; top: -12px; left: 18px; padding: 4px 10px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.plan .badge.alt { background: var(--accent-2); }
.plan h3 { margin: 0 0 4px; font-size: 18px; }
.plan .price { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; line-height: 1.1; }
.plan .price small { font-size: 14px; color: var(--muted); font-weight: 500; letter-spacing: 0; }
.plan .per { color: var(--muted); font-size: 13px; min-height: 18px; margin-bottom: 14px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 18px; flex: 1; }
.plan li { display: flex; gap: 9px; font-size: 14px; color: var(--ink2); margin: 7px 0; }
.plan li::before { content: "✓"; color: var(--accent-2); font-weight: 700; }

/* the comparison: pick a plan, its column lights up */
.compare-wrap { margin: 36px 0 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 10px 40px rgba(11,22,51,0.06); }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; text-align: left; }
.compare thead th { position: sticky; top: 0; background: var(--panel); color: var(--ink2); font-weight: 600; padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: center; cursor: pointer; user-select: none; transition: background .15s ease, color .15s ease; }
.compare thead th:first-child { text-align: left; cursor: default; }
.compare thead th.picked { background: var(--accent); color: #fff; }
.compare thead th .price { display: block; font-size: 12px; font-weight: 500; opacity: 0.8; }
.compare tbody th { text-align: left; font-weight: 700; padding: 14px 12px 6px; color: var(--muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; background: #fff; }
.compare td { padding: 12px; border-bottom: 1px solid var(--line); text-align: center; transition: background .15s ease; }
.compare td:first-child { text-align: left; color: var(--ink); font-weight: 500; }
.compare td.picked { background: #eef3ff; }
.compare td .y { display: inline-flex; width: 22px; height: 22px; border-radius: 999px; background: #e4f6ee; color: var(--accent-2); align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.compare td .n { color: var(--line2); }
.compare td .t { font-weight: 600; color: var(--ink); }
.compare tr:hover td { background: #f7f9fd; }
.compare tr:hover td.picked { background: #e4ecff; }
.compare-note { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 14px 16px; background: var(--panel); border-top: 1px solid var(--line); font-size: 14px; color: var(--ink2); }
.compare-note b { color: var(--ink); }
.fine { color: var(--muted); font-size: 13px; margin-top: 14px; }
@media (max-width: 700px) { .compare { font-size: 13px; } .compare thead th, .compare td { padding: 10px 6px; } }

/* faq */
.faq { margin: 110px auto 0; max-width: 760px; }
.faq h2 { text-align: center; font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -0.03em; font-weight: 800; }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 20px; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink2); margin: 10px 0 0; font-size: 15px; }

/* cta + waitlist */
.cta { margin: 110px 0 0; padding: 48px 24px; text-align: center; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(160deg, #eef3ff, #fff); }
.cta h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.03em; margin: 0 0 8px; font-weight: 800; }

/* responsible gambling, footer, pages */
.rg { margin: 56px 0 0; padding: 16px 18px; border-radius: 14px; border: 1px solid var(--line); background: var(--panel); font-size: 14px; color: var(--ink2); }
.rg b { display: block; color: var(--ink); margin-bottom: 4px; font-size: 15px; }
footer { margin: 56px 0 0; padding: 32px 0 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; background: var(--panel); }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; margin-bottom: 18px; }
footer h4 { margin: 0 0 8px; color: var(--ink); font-size: 14px; }
footer a { display: block; color: var(--ink2); margin: 6px 0; font-size: 14px; }
@media (max-width: 760px) { footer .cols { grid-template-columns: 1fr; } }
.page { padding: 72px 0 0; }
.page h1 { text-align: left; margin-left: 0; font-size: clamp(34px, 5vw, 54px); }
.page .lede { margin-left: 0; }
.prose { max-width: 720px; }
.prose p { color: var(--ink2); }
h2.section { font-size: 26px; letter-spacing: -0.02em; margin: 40px 0 10px; font-weight: 800; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* the books, by logo; the wordmark; the pro column */
.books li { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; }
.books li img { width: 26px; height: 26px; border-radius: 6px; object-fit: cover; }
.plans { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
