/* goodvibes.tools. Values from the Paper file 01M2XG8291QBN70P41R9ATMK5X, artboards "06 · Website" and "06 · Website · Mobile". */
@font-face { font-family: 'Fredoka'; font-weight: 500; font-display: swap; src: url('/fonts/fredoka-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Fredoka'; font-weight: 600; font-display: swap; src: url('/fonts/fredoka-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito'; font-weight: 400; font-display: swap; src: url('/fonts/nunito-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito'; font-weight: 600; font-display: swap; src: url('/fonts/nunito-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Nunito'; font-weight: 700; font-display: swap; src: url('/fonts/nunito-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-weight: 400; font-display: swap; src: url('/fonts/jetbrains-mono-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-weight: 500; font-display: swap; src: url('/fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2'); }

:root {
  --bg: #ffffff;
  --surface: #fff7ec;
  --surface-strong: #ffebd2;
  --fg: #2a2233;
  --muted: #7a7080;
  --border: #f1e6d8;
  --rule: #2a22331f;
  --primary: #ff6a57;
  --primary-hover: #f65b47;
  --primary-soft: #ffe3dc;
  --secondary: #1f6fa0;
  --secondary-soft: #bfe6f7;
  --peach: #ffb27a;
  --lemon: #ffd972;
  --dark-bg: #23193a;
  --dark-card: #2e2547;
  --dark-border: #3e3560;
  --dark-fg: #fff3e6;
  --dark-muted: #b3a6c2;
  --dark-primary: #ff8c74;
  --dark-rule: #fff3e624;
  --display: 'Fredoka', system-ui, sans-serif;
  --sans: 'Nunito', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --gutter: 20px;
  --section: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--surface); color: var(--fg); font-family: var(--sans); font-size: 16px; line-height: 26px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-synthesis: none; }
h1, h2, h3, p, ul, ol { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { color: inherit; }
svg, img { display: block; flex-shrink: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; text-wrap: balance; }
p, li { text-wrap: pretty; }
:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-bottom: var(--section); }
.eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--secondary); }
.h2 { font-size: 32px; line-height: 38px; letter-spacing: -0.02em; }
.lede { font-size: 17px; line-height: 28px; }
.heading-group { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 24px 0 18px; border-radius: 9999px; font-size: 17px; font-weight: 700; line-height: 22px; text-decoration: none; user-select: none; transition: background-color 0.15s, transform 0.15s; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-hover); }
.btn-dark { background: var(--fg); color: #fff; }
.btn-dark:hover { background: #3d3349; }
.btn-outline { height: 38px; padding: 0 16px; background: #fff; border: 1.5px solid var(--fg); color: var(--fg); font-size: 14px; line-height: 18px; }
.btn-outline:hover { background: var(--surface); }
.link { color: var(--secondary); font-weight: 600; text-decoration: underline 1.5px; text-underline-offset: 4px; }
.link:hover { color: #185a83; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid var(--border); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 24px; font-weight: 600; letter-spacing: -0.01em; line-height: 32px; text-decoration: none; user-select: none; }
.nav-links { display: none; gap: 32px; font-size: 15px; font-weight: 600; line-height: 20px; user-select: none; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--secondary); }

/* Hero */
.hero { display: flex; flex-direction: column; gap: 40px; padding-top: 48px; padding-bottom: 56px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.hero h1 { font-size: 44px; line-height: 48px; letter-spacing: -0.02em; }
.hero-sub { font-size: 18px; line-height: 28px; max-width: 520px; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 24px; padding-top: 8px; width: 100%; }
.cta-row .btn { flex: 1 1 auto; }
.fine { font-size: 14px; line-height: 20px; color: var(--muted); }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 32px 20px 56px; border-radius: 28px; overflow: clip; background: linear-gradient(in oklab 180deg, oklab(89.7% 0.001 0.129) 0%, oklab(82.5% 0.064 0.096) 38%, oklab(70.7% 0.161 0.092) 64%, oklab(81.4% 0.039 -0.079) 88%, oklab(90.3% -0.032 -0.034) 100%); }
.sticker { position: absolute; right: 24px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 9999px; background: var(--lemon); box-shadow: #2a22332e 0 6px 16px; rotate: -5deg; font-family: var(--display); font-size: 14px; font-weight: 600; line-height: 18px; user-select: none; }

/* Mock X feed (hero) */
.xfeed { width: 100%; max-width: 560px; border-radius: 14px; overflow: clip; background: #000; box-shadow: #2a223347 0 24px 48px; font-size: 15px; line-height: 21px; color: #e7e9ea; }
.xpost { display: flex; gap: 12px; padding: 16px; border-bottom: 1px solid #2f3336; }
.xfeed > :last-child { border-bottom: 0; }
.xavatar { width: 40px; height: 40px; border-radius: 50%; background: #3a4a55; flex-shrink: 0; }
.xbody { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.xname { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 6px; line-height: 18px; }
.xname b { font-weight: 600; }
.xname span, .xmeta { color: #71767b; }
.xmeta { font-size: 13px; line-height: 16px; padding-top: 4px; }
.xpending .xavatar, .xbar { background: #2a2340; }
.xpending .xbody { gap: 10px; padding-top: 4px; }
.xbar { height: 12px; border-radius: 6px; }
.xchecking { display: flex; align-items: center; gap: 6px; padding-top: 2px; font-size: 12px; line-height: 16px; color: var(--dark-primary); }
.xhidden { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid #2f3336; font-size: 13px; line-height: 16px; color: #a9a3b3; }
.xhidden span { flex: 1; min-width: 0; }
.xhidden b { font-weight: 600; color: var(--dark-primary); }
.xdimmed-label { display: flex; align-items: center; gap: 8px; padding: 12px 16px 0; font-size: 13px; line-height: 16px; color: #a9a3b3; }
.xdimmed .xpost { opacity: 0.28; border-bottom: 0; }

/* Works on */
.works { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.works .eyebrow { color: var(--muted); width: 100%; }
.works-rule { display: none; width: 1px; height: 20px; background: #2a223326; }
.works ul { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.works li { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 20px; font-weight: 500; line-height: 24px; }
.works img { width: 22px; height: 22px; }

/* How it works */
.how { display: flex; flex-direction: column; gap: 40px; }
.steps { display: grid; }
.step { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 28px 0; border-top: 1px solid var(--rule); }
.step-num { display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: 0.14em; color: var(--muted); }
.step-num i { width: 28px; height: 6px; border-radius: 3px; }
.step h3 { font-size: 24px; line-height: 30px; letter-spacing: -0.01em; }
.step p { max-width: 360px; }

/* Topics */
.split { display: flex; flex-direction: column; gap: 40px; }
.split-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.panel { background: var(--bg); border: 1px solid var(--border); border-radius: 24px; }
.cloud { display: flex; flex-direction: column; gap: 20px; padding: 24px; min-width: 0; }
.label { font-family: var(--mono); font-size: 11px; font-weight: 500; line-height: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px 0 12px; border-radius: 9999px; background: var(--primary-soft); font-size: 15px; font-weight: 600; line-height: 20px; }
.chip::before { content: ''; width: 8px; height: 8px; border-radius: 4px; background: var(--primary); }
.chip.off { background: var(--bg); border: 1px solid #2a22332e; color: var(--muted); }
.chip.off::before { background: #2a223333; }
.chip.yours { background: var(--secondary-soft); }
.chip.yours::before { background: var(--secondary); }
.cloud hr { width: 100%; height: 1px; margin: 0; border: 0; background: #2a223314; }
.fake-input { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 6px 6px 6px 18px; border: 1.5px solid #2a22332e; border-radius: 26px; color: var(--muted); line-height: 22px; }
.fake-input b { display: flex; align-items: center; height: 40px; padding: 0 16px; border-radius: 9999px; background: var(--surface-strong); color: var(--fg); font-size: 14px; font-weight: 700; line-height: 18px; white-space: nowrap; }

/* Modes */
.thread { border: 1px solid var(--border); border-radius: 16px; overflow: clip; background: var(--bg); box-shadow: #2a223314 0 16px 40px; font-size: 14px; line-height: 20px; color: #1c1c1c; min-width: 0; }
.thread-head { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px 14px; border-bottom: 1px solid #edeff1; }
.thread-head b { font-size: 18px; font-weight: 600; line-height: 24px; }
.thread small { font-size: 12px; line-height: 16px; color: #576f76; }
.comment { display: flex; gap: 10px; padding: 14px 20px; }
.comment > i { width: 28px; height: 28px; border-radius: 50%; background: #c9d3d8; flex-shrink: 0; }
.comment > div { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.comment b { font-size: 13px; font-weight: 600; line-height: 16px; }
.comment.shown { background: var(--surface); }
.gv-line { display: flex; align-items: center; gap: 10px; padding: 10px 20px 10px 58px; font-size: 13px; line-height: 16px; color: var(--muted); }
.gv-line span { flex: 1; min-width: 0; }
.gv-line b, .gv-note b { font-weight: 600; color: var(--secondary); }
.gv-note { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; font-size: 12px; line-height: 16px; color: var(--muted); }
.removed { display: flex; align-items: center; gap: 8px; padding: 6px 20px 14px 58px; font-family: var(--mono); font-size: 10px; line-height: 12px; letter-spacing: 0.08em; color: var(--muted); }
.removed::before { content: ''; flex: 1; border-top: 1px dashed #d9cbb8; }
.modes-copy { display: flex; flex-direction: column; gap: 36px; min-width: 0; }
.mode { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 22px 0; border-bottom: 1px solid #2a22331a; }
.mode:first-child { padding-top: 0; }
.mode:last-child { padding-bottom: 0; border-bottom: 0; }
.mode-tag { display: flex; align-items: center; justify-content: center; width: 96px; height: 28px; border-radius: 9999px; background: var(--surface-strong); font-size: 13px; font-weight: 700; line-height: 16px; flex-shrink: 0; }
.mode-tag.default { background: var(--primary-soft); }
.mode h3 { font-family: var(--sans); font-size: 16px; font-weight: 700; line-height: 22px; text-wrap: pretty; }
.mode p { font-size: 15px; line-height: 24px; max-width: 404px; padding-top: 4px; }

/* Privacy */
.dark { background: var(--dark-bg); color: var(--dark-fg); }
.privacy { padding-block: var(--section); margin-bottom: var(--section); }
.privacy .eyebrow { color: var(--dark-primary); }
.privacy .lede, .fact p { color: var(--dark-muted); }
.fact { display: flex; align-items: flex-start; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--dark-rule); }
.fact:first-child { padding-top: 0; }
.fact:last-child { padding-bottom: 0; border-bottom: 0; }
.fact > span { width: 36px; flex-shrink: 0; font-family: var(--mono); font-size: 12px; font-weight: 500; line-height: 26px; letter-spacing: 0.1em; color: var(--dark-muted); }
.fact h3 { font-size: 20px; line-height: 28px; }
.fact p { padding-top: 6px; max-width: 560px; }

/* Pricing */
.pricing { display: flex; flex-direction: column; gap: 40px; }
.pricing-head { display: flex; flex-direction: column; gap: 20px; }
.plan { display: grid; }
.plan-half { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: 28px 24px; min-width: 0; }
.plan-half + .plan-half { border-top: 1px solid var(--border); }
.plan-top { display: flex; flex-direction: column; gap: 24px; }
.plan-name { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 28px; line-height: 34px; }
.badge { padding: 4px 8px; border-radius: 6px; background: var(--lemon); font-family: var(--mono); font-size: 11px; font-weight: 500; line-height: 14px; letter-spacing: 0.12em; text-transform: uppercase; }
.plan-for { padding-top: 8px; color: var(--muted); line-height: 24px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 8px; color: var(--muted); line-height: 24px; }
.price b { font-family: var(--display); font-size: 56px; font-weight: 600; line-height: 60px; letter-spacing: -0.02em; color: var(--fg); }
.checks, .key-steps { display: flex; flex-direction: column; gap: 12px; line-height: 24px; }
.checks li { display: flex; align-items: flex-start; gap: 12px; }
.checks svg { margin-top: 3px; }
.key-steps { counter-reset: step; }
.key-steps li { display: flex; align-items: flex-start; gap: 12px; counter-increment: step; }
.key-steps li::before { content: counter(step); display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--secondary-soft); font-family: var(--mono); font-size: 12px; font-weight: 500; flex-shrink: 0; }
.plan-half .btn { align-self: stretch; height: 52px; font-size: 16px; line-height: 20px; }
.plan-action { display: flex; align-items: center; min-height: 52px; }
.limit-note { display: flex; align-items: flex-start; gap: 16px; padding: 20px 24px; border-radius: 14px; background: var(--secondary-soft); line-height: 24px; }
.limit-note b { font-weight: 700; }

/* Final CTA */
.final { position: relative; height: 460px; overflow: clip; background: var(--bg); border-top: 1px solid var(--border); }
.arc { position: absolute; left: 50%; translate: -50% 0; border-radius: 50%; }
.arc-lemon { top: 150px; width: 760px; height: 760px; background: var(--lemon); }
.arc-peach { top: 240px; width: 580px; height: 580px; background: var(--peach); }
.arc-coral { top: 330px; width: 400px; height: 400px; background: var(--primary); }
.wave { position: absolute; left: 0; bottom: -1px; width: 100%; height: 72px; }
.final-content { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 64px var(--gutter) 0; text-align: center; }
.final h2 { font-size: 40px; line-height: 46px; letter-spacing: -0.02em; }
.final p { font-size: 18px; line-height: 28px; max-width: 520px; text-wrap: balance; }

/* Footer */
.footer { padding-block: 48px 40px; }
.footer .wrap { display: flex; flex-direction: column; gap: 32px; }
.footer-top, .footer-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.footer .logo { font-size: 22px; line-height: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 15px; line-height: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer hr { width: 100%; height: 1px; margin: 0; border: 0; background: var(--dark-rule); }
.footer-bottom { font-size: 14px; line-height: 20px; color: var(--dark-muted); }
.footer-bottom small { font-family: var(--mono); font-size: 12px; line-height: 16px; letter-spacing: 0.08em; text-transform: uppercase; }

/* Privacy policy page */
.prose { max-width: 720px; padding-block: 56px var(--section); }
.prose h1 { font-size: 40px; line-height: 46px; letter-spacing: -0.02em; padding-top: 16px; }
.prose h2 { font-size: 24px; line-height: 30px; letter-spacing: -0.01em; padding-top: 40px; }
.prose p, .prose ul { padding-top: 16px; font-size: 17px; line-height: 28px; }
.prose ul { list-style: disc; padding-left: 22px; }
.prose li + li { padding-top: 8px; }
.prose .fine { padding-top: 12px; }

@media (min-width: 640px) {
  :root { --gutter: 40px; }
  .cta-row .btn { flex: 0 0 auto; }
  .hero h1 { font-size: 60px; line-height: 64px; }
  .hero-visual { padding: 56px 40px 72px; }
  .sticker { right: 40px; bottom: 26px; }
  .cloud { padding: 36px; }
  .mode { flex-direction: row; gap: 20px; }
  .mode p { padding-top: 4px; }
  .plan-half { padding: 40px; }
  .final h2 { font-size: 64px; line-height: 70px; }
  .final { height: 520px; }
  .final-content { padding-top: 96px; }
  .arc-lemon { top: 120px; width: 1100px; height: 1100px; }
  .arc-peach { top: 240px; width: 860px; height: 860px; }
  .arc-coral { top: 360px; width: 620px; height: 620px; }
  .wave { height: 96px; }
  .footer-top, .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 1024px) {
  :root { --gutter: 64px; --section: 128px; }
  body { font-size: 16px; }
  .nav .wrap { height: 72px; }
  .logo { font-size: 26px; }
  .nav-links { display: flex; }
  .h2 { font-size: 44px; line-height: 50px; }
  .hero { flex-direction: row; align-items: center; justify-content: space-between; gap: 64px; padding-top: 96px; padding-bottom: 88px; }
  .hero-copy { flex: 0 1 600px; gap: 28px; }
  .hero h1 { font-size: clamp(52px, 5vw, 72px); line-height: 1.055; }
  .hero-sub { font-size: 19px; line-height: 30px; }
  .hero-visual { flex: 0 1 648px; min-width: 0; min-height: 560px; padding: 56px 44px; }
  .works { flex-wrap: nowrap; gap: 20px; padding-bottom: 96px; }
  .works .eyebrow { width: auto; white-space: nowrap; }
  .works-rule { display: block; }
  .works ul { gap: 12px 28px; }
  .how { gap: 56px; }
  .how .h2 { max-width: 720px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step { gap: 20px; padding: 28px 40px 0; border-left: 1px solid var(--rule); }
  .step:first-child { padding-left: 0; border-left: 0; }
  .step:last-child { padding-right: 0; }
  .step h3 { font-size: 28px; line-height: 34px; }
  .split { flex-direction: row; justify-content: space-between; gap: 64px; }
  .split-copy { flex: 0 1 440px; }
  .split-copy .h2 { max-width: 330px; }
  .topics .cloud { flex: 0 1 808px; }
  .modes { align-items: center; }
  .modes .thread { flex: 0 1 640px; }
  .modes-copy { flex: 0 1 560px; }
  .privacy { padding-block: 112px; }
  .privacy .split-copy { flex: 0 1 520px; }
  .privacy .split-copy .h2 { max-width: none; }
  .facts { flex: 0 1 640px; }
  .pricing { gap: 48px; }
  .pricing-head { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 64px; }
  .pricing-head .h2 { max-width: 640px; }
  .pricing-head .lede { flex: 0 1 440px; }
  .plan { grid-template-columns: 1fr 1fr; }
  .plan-half + .plan-half { border-top: 0; border-left: 1px solid var(--border); }
  .prose h1 { font-size: 56px; line-height: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
