/* ═══════════════════════════════════════
   SHRINK44 — Landing / Content page styles
   Shared across all SEO landing pages
═══════════════════════════════════════ */
:root {
  --bg: #f9f8f6; --bg2: #f0ede7;
  --surface: #ffffff; --surface2: #f5f3ef;
  --border: #e5e1da; --border2: #cdc8c0;
  --ink: #0e0d0b; --ink2: #3a3630; --muted: #7b766e; --muted2: #b5b0a8;
  --blue: #1558ef; --blue-lt: #eff3ff; --blue-dk: #0f3fc4;
  --violet: #6d28d9; --green: #059669; --green-lt: #ecfdf5;
  --amber: #d97706; --red: #dc2626;
  --sh-sm: 0 1px 4px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);
  --sh:    0 4px 16px rgba(0,0,0,0.07), 0 1px 4px rgba(0,0,0,0.05);
  --sh-lg: 0 16px 48px rgba(0,0,0,0.09), 0 4px 16px rgba(0,0,0,0.05);
  --r: 18px; --r-sm: 12px; --r-xs: 8px;
  --fd: 'Playfair Display', Georgia, serif;
  --fb: 'Instrument Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--fb); background: var(--bg); color: var(--ink); line-height: 1.7; min-height: 100vh; }

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Nav */
nav.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(249,248,246,.94); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 14px; height: 60px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-badge { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(145deg, var(--blue) 0%, var(--violet) 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 10px rgba(21,88,239,.32); }
.logo-badge svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.logo-name { font-family: var(--fd); font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.logo-name span { color: var(--blue); }
.nav-links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav-links a { color: var(--muted); font-size: .88rem; font-weight: 500; padding: 6px 12px; border-radius: 8px; }
.nav-links a:hover { color: var(--ink); background: var(--surface2); text-decoration: none; }
.nav-cta { background: var(--ink); color: #fff !important; padding: 8px 16px !important; border-radius: 999px !important; font-weight: 600 !important; }
.nav-cta:hover { background: var(--blue) !important; }
@media (max-width: 720px) { .nav-links a:not(.nav-cta) { display: none; } }

/* Breadcrumb */
.crumb { max-width: 1180px; margin: 0 auto; padding: 18px 24px 0; font-size: .82rem; color: var(--muted); }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--blue); }
.crumb span { margin: 0 6px; color: var(--muted2); }

/* Hero */
.page-hero { max-width: 1180px; margin: 0 auto; padding: 40px 24px 24px; text-align: center; }
.page-hero .pill { display: inline-flex; align-items: center; gap: 6px; background: var(--blue-lt); color: var(--blue); border: 1px solid rgba(21,88,239,.18); font-size: .78rem; font-weight: 600; padding: 5px 14px; border-radius: 40px; margin-bottom: 20px; }
.page-hero h1 { font-family: var(--fd); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.1; letter-spacing: -.01em; max-width: 820px; margin: 0 auto 16px; }
.page-hero h1 em { font-style: normal; color: var(--blue); }
.page-hero .lede { color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); max-width: 640px; margin: 0 auto 28px; line-height: 1.7; }

/* CTA buttons */
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: .92rem; border: 1.5px solid transparent; cursor: pointer; transition: all .15s; text-decoration: none; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--blue); color: #fff; text-decoration: none; transform: translateY(-1px); }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--border2); }
.btn-ghost:hover { background: var(--surface2); text-decoration: none; }
.btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* Stats strip */
.stats { display: inline-flex; gap: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-sm); margin-top: 32px; flex-wrap: wrap; justify-content: center; }
.stat-item { padding: 14px 22px; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-n { font-family: var(--fd); font-size: 1.6rem; font-weight: 800; color: var(--blue); display: block; line-height: 1; }
.stat-l { font-size: .68rem; color: var(--muted); font-weight: 500; margin-top: 4px; letter-spacing: .04em; text-transform: uppercase; }

/* Sections */
.section { padding: 56px 24px; max-width: 1180px; margin: 0 auto; }
.section-narrow { max-width: 860px; margin: 0 auto; }
.section h2 { font-family: var(--fd); font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.section .sub { color: var(--muted); font-size: 1rem; margin-bottom: 32px; max-width: 620px; }
.section .lbl { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }

/* AI summary block */
.ai-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: 28px 32px; box-shadow: var(--sh-sm); margin-bottom: 36px; }
.ai-card h2 { font-size: 1.35rem; margin-bottom: 10px; }
.ai-card p { color: var(--muted); margin-bottom: 12px; }
.ai-card p:last-child { margin-bottom: 0; }
.ai-card strong { color: var(--ink); font-weight: 600; }
.tldr { background: var(--blue-lt); color: var(--blue-dk); border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; padding: 12px 16px; font-size: .9rem; font-weight: 500; margin: 14px 0 18px; }

/* HowTo steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 24px; }
.step-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 22px; position: relative; }
.step-card .num { width: 30px; height: 30px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; font-size: .92rem; margin-bottom: 12px; font-family: var(--fd); }
.step-card h3 { font-family: var(--fd); font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.step-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* Feature grid */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.feat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 22px; transition: all .18s; }
.feat:hover { transform: translateY(-2px); box-shadow: var(--sh); }
.feat .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--blue-lt); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feat .ic svg { width: 20px; height: 20px; stroke: var(--blue); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feat h3 { font-family: var(--fd); font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.feat p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* Comparison table */
.cmp-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--sh-sm); }
.cmp-table th, .cmp-table td { padding: 13px 14px; text-align: left; font-size: .9rem; border-bottom: 1px solid var(--border); }
.cmp-table th { background: var(--surface2); font-weight: 700; font-family: var(--fd); }
.cmp-table tr:last-child td { border-bottom: none; }
.cmp-table .yes { color: var(--green); font-weight: 600; }
.cmp-table .no { color: var(--red); font-weight: 600; }
@media (max-width: 640px) { .cmp-table th, .cmp-table td { padding: 9px 8px; font-size: .76rem; } }

/* FAQ */
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); margin-bottom: 10px; padding: 0; overflow: hidden; }
.faq details[open] { border-color: var(--blue); }
.faq summary { padding: 16px 20px; font-weight: 600; cursor: pointer; list-style: none; position: relative; padding-right: 44px; font-size: .95rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--blue); transition: transform .2s; line-height: 1; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .ans { padding: 0 20px 18px; color: var(--muted); font-size: .92rem; line-height: 1.75; }
.faq .ans p + p { margin-top: 8px; }

/* Internal linking grid */
.internal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.internal-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 18px; text-decoration: none; color: inherit; transition: all .18s; display: block; }
.internal-card:hover { transform: translateY(-2px); box-shadow: var(--sh); border-color: var(--blue); text-decoration: none; }
.internal-card .tag { font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.internal-card h4 { font-family: var(--fd); font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: var(--ink); }
.internal-card p { font-size: .82rem; color: var(--muted); line-height: 1.55; margin: 0; }

/* Article (for blog posts + guides) */
.article { max-width: 760px; margin: 0 auto; padding: 36px 24px 60px; }
.article h1 { font-family: var(--fd); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.01em; line-height: 1.15; margin-bottom: 14px; }
.article .meta { font-size: .85rem; color: var(--muted); margin-bottom: 28px; }
.article h2 { font-family: var(--fd); font-size: 1.5rem; font-weight: 800; margin: 36px 0 14px; letter-spacing: -.01em; }
.article h3 { font-family: var(--fd); font-size: 1.18rem; font-weight: 700; margin: 28px 0 10px; }
.article p { color: var(--ink2); margin-bottom: 14px; font-size: 1rem; }
.article ul, .article ol { margin: 0 0 16px 22px; color: var(--ink2); }
.article ul li, .article ol li { margin-bottom: 6px; }
.article blockquote { border-left: 3px solid var(--blue); background: var(--blue-lt); padding: 14px 18px; border-radius: 0 8px 8px 0; color: var(--blue-dk); font-style: italic; margin: 20px 0; }
.article code { background: var(--surface2); padding: 2px 6px; border-radius: 4px; font-size: .88em; }
.article .cta-box { background: var(--ink); color: #fff; border-radius: var(--r); padding: 24px 28px; margin: 32px 0; text-align: center; }
.article .cta-box h3 { font-family: var(--fd); color: #fff; margin-bottom: 8px; font-size: 1.2rem; }
.article .cta-box p { color: rgba(255,255,255,.78); margin-bottom: 14px; font-size: .92rem; }
.article .cta-box .btn { background: var(--blue); color: #fff; }
.article .cta-box .btn:hover { background: #fff; color: var(--ink); }

/* Footer */
footer.site-foot { background: var(--surface); border-top: 1px solid var(--border); padding: 48px 24px 24px; margin-top: 60px; }
.foot-inner { max-width: 1180px; margin: 0 auto; }
.foot-top { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: 32px; }
.foot-brand { flex: 1.5; min-width: 220px; }
.foot-brand .logo { margin-bottom: 12px; }
.foot-brand p { font-size: .85rem; color: var(--muted); max-width: 320px; line-height: 1.7; }
.foot-col h5 { font-family: var(--fd); font-weight: 800; font-size: .82rem; margin-bottom: 12px; }
.foot-col a { display: block; color: var(--muted); font-size: .82rem; margin-bottom: 8px; }
.foot-col a:hover { color: var(--blue); text-decoration: none; }
.foot-bot { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .76rem; color: var(--muted2); }
.foot-bot .priv { display: inline-flex; align-items: center; gap: 6px; }
.foot-bot .priv svg { width: 12px; height: 12px; stroke: var(--green); fill: none; stroke-width: 2; }
