/* FocusDrop blog — shared styles for /blog index + articles.
   Self-contained on purpose: articles are the pages most likely to be
   someone's first contact with the brand (organic search), so they must not
   depend on the landing page's heavier stylesheet loading first. */

:root {
  --purple: #7B6FD4;
  --purple-dark: #6B5FC4;
  --pink: #E88CAE;
  --gold: #F5C963;
  --green: #2EBD8E;
  --bg: #FAF8F5;
  --bg-2: #F3EFEA;
  --card: #FFFFFD;
  --text: #1C1714;
  --text-2: #6B635C;
  --text-3: #A89F97;
  --border: #ECE6DE;
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-rounded, "SF Pro Rounded", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--purple-dark); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 245, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: 780px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text); font-weight: 800; font-size: 18px;
}
.brand img { width: 32px; height: 32px; border-radius: 8px; display: block; }
.header-nav { display: flex; gap: 6px; align-items: center; }
.back-link {
  font-size: 15px; font-weight: 600; color: var(--text-2);
  text-decoration: none; padding: 6px 12px; border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.back-link:hover { background: rgba(123,111,212,.10); color: var(--purple-dark); }

/* ===== Article head ===== */
.post-head { max-width: 780px; margin: 0 auto; padding: 52px 24px 8px; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--purple-dark); background: rgba(123,111,212,.12);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
}
.post-head h1 {
  margin: 0 0 14px;
  font-size: clamp(31px, 5.4vw, 45px);
  line-height: 1.14; font-weight: 800; letter-spacing: -.02em;
}
.post-meta {
  margin: 0; color: var(--text-3); font-size: 15px; font-weight: 600;
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}
.post-meta .sep { opacity: .5; }

/* ===== Article body ===== */
.post { max-width: 780px; margin: 0 auto; padding: 8px 24px 56px; }
.post > p:first-of-type { font-size: 1.09em; color: var(--text); }
.post h2 {
  font-size: clamp(23px, 3.4vw, 29px); font-weight: 800;
  letter-spacing: -.015em; margin: 46px 0 14px; line-height: 1.25;
}
.post h3 { font-size: 20px; font-weight: 800; margin: 32px 0 8px; }
.post p { margin: 0 0 18px; }
.post ul, .post ol { margin: 0 0 18px; padding-left: 24px; }
.post li { margin: 0 0 10px; }
.post strong { font-weight: 800; }
.post hr { border: 0; border-top: 1px solid var(--border); margin: 40px 0; }

.post blockquote {
  margin: 24px 0; padding: 4px 0 4px 22px;
  border-left: 3px solid var(--purple);
  color: var(--text-2); font-style: italic;
}
.post blockquote p:last-child { margin-bottom: 0; }

/* Callout — used for the honest-disclosure and "what this is not" boxes */
.callout {
  background: linear-gradient(135deg, rgba(123,111,212,.10), rgba(232,140,174,.08));
  border: 1px solid rgba(123,111,212,.22);
  border-radius: var(--radius); padding: 20px 24px; margin: 26px 0;
}
.callout .label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--purple-dark); margin-bottom: 10px;
}
.callout p { margin: 0 0 8px; font-size: .97em; }
.callout p:last-child { margin-bottom: 0; }

.callout.plain {
  background: var(--bg-2); border-color: var(--border);
}
.callout.plain .label { color: var(--text-2); }

/* Soft in-article product mention — deliberately quiet, not a banner ad */
.product-note {
  background: var(--card); border: 1px solid var(--border);
  border-left: 3px solid var(--purple);
  border-radius: 10px; padding: 18px 22px; margin: 28px 0;
  font-size: .97em; color: var(--text-2);
}
.product-note strong { color: var(--text); }

/* ===== End-of-post CTA ===== */
.post-cta {
  max-width: 780px; margin: 0 auto 64px; padding: 0 24px;
}
.post-cta-inner {
  background: linear-gradient(135deg, var(--purple), #8B7FE4 60%, var(--pink));
  border-radius: 22px; padding: 34px 30px; text-align: center; color: #fff;
}
.post-cta-inner h2 {
  margin: 0 0 8px; font-size: clamp(22px, 3.6vw, 28px);
  font-weight: 800; letter-spacing: -.02em; color: #fff;
}
.post-cta-inner p { margin: 0 0 20px; opacity: .92; font-size: .97em; }
.badge-appstore img { height: 48px; width: auto; display: block; margin: 0 auto; }

/* ===== Blog index ===== */
.index-head { max-width: 780px; margin: 0 auto; padding: 52px 24px 10px; }
.index-head h1 {
  margin: 0 0 12px; font-size: clamp(32px, 5.6vw, 46px);
  font-weight: 800; letter-spacing: -.02em; line-height: 1.12;
}
.index-head p { margin: 0; color: var(--text-2); font-size: 1.04em; }
.post-list { max-width: 780px; margin: 0 auto; padding: 26px 24px 56px; }
.post-card {
  display: block; text-decoration: none; color: inherit;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 26px; margin-bottom: 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(28,23,20,.07);
  border-color: rgba(123,111,212,.34);
}
.post-card h2 {
  margin: 0 0 8px; font-size: 22px; font-weight: 800; letter-spacing: -.015em;
  line-height: 1.3;
}
.post-card p { margin: 0 0 12px; color: var(--text-2); font-size: .97em; }
.post-card .post-meta { font-size: 14px; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--border); background: var(--card); }
.footer-inner {
  max-width: 780px; margin: 0 auto; padding: 36px 24px 48px;
  text-align: center; color: var(--text-2); font-size: 15px;
}
.footer-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: 14px;
}
.footer-links a { color: var(--text-2); text-decoration: none; font-weight: 700; }
.footer-links a:hover { color: var(--purple-dark); }
.footer-inner .copyright { margin: 0 0 6px; }
.footer-inner .contact a { color: var(--purple-dark); font-weight: 700; text-decoration: none; }

@media (max-width: 520px) {
  body { font-size: 17px; }
  .post-head { padding-top: 38px; }
  .post-cta-inner { padding: 28px 22px; }
}
