/* ============================================================
   ParlayFM — shared site stylesheet
   Brand tokens per Parlay_FM_Brand_Guidelines v1.0 (July 2026)
   Used by: services-*.html, pricing.html, faq.html, portfolio.html
   index.html keeps its own embedded stylesheet (homepage/conversion
   page) — this file exists so new SEO subpages share one cached,
   consistent stylesheet rather than duplicating ~400 lines each.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:     #1B2537;
  --copper:   #C96C3E;
  --offwhite: #F5F2EC;
  --deepnavy: #101827;
  --white:    #FFFFFF;
  --mid:      #6B7A8D;
  --border:   #DDD9D0;
  --container: 1100px;
  --section-y: 88px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  background: var(--offwhite);
  color: var(--navy);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; }

a { color: inherit; }

.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--copper); display: block; margin-bottom: 12px;
}

.section-title {
  font-family: 'Sora', sans-serif; font-weight: 600;
  font-size: clamp(28px, 3.5vw, 40px); line-height: 1.15; letter-spacing: -0.02em;
  color: var(--navy); margin-bottom: 16px;
}

.section-body { font-size: 16px; line-height: 1.75; color: var(--mid); max-width: 620px; }

.btn-primary {
  display: inline-block; background: var(--copper); color: white;
  font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 600;
  padding: 14px 28px; border-radius: 5px; text-decoration: none; letter-spacing: 0.02em;
  transition: background 0.15s, transform 0.1s; border: none; cursor: pointer;
}
.btn-primary:hover { background: #B85C30; transform: translateY(-1px); }

.btn-ghost {
  display: inline-block; background: transparent; color: var(--navy);
  font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 600;
  padding: 13px 28px; border-radius: 5px; text-decoration: none; letter-spacing: 0.02em;
  border: 1.5px solid var(--border); transition: border-color 0.15s, color 0.15s; cursor: pointer;
}
.btn-ghost:hover { border-color: var(--copper); color: var(--copper); }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100; background: rgba(16,24,39,0.95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(255,255,255,0.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 64px; max-width: var(--container); margin: 0 auto;
}
.nav-wordmark { font-family: 'Sora', sans-serif; font-weight: 500; font-size: 20px; letter-spacing: -0.03em; text-decoration: none; }
.nav-wordmark .p  { color: #E8E4DC; }
.nav-wordmark .fm { color: var(--copper); }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 15px; font-weight: 500; color: #7A8FA8; text-decoration: none; letter-spacing: 0.01em; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.current { color: #E8E4DC; }
.nav-cta { margin-left: 8px; }

/* ── BREADCRUMB ──────────────────────────────────── */
.breadcrumb {
  font-size: 12.5px; color: var(--mid); padding: 20px 0 0;
}
.breadcrumb a { color: var(--mid); text-decoration: none; }
.breadcrumb a:hover { color: var(--copper); }
.breadcrumb .sep { margin: 0 6px; color: var(--border); }
.breadcrumb .current { color: var(--navy); font-weight: 500; }

/* ── PAGE HERO (subpages) ────────────────────────── */
.page-hero { background: var(--deepnavy); padding: 56px 0 64px; position: relative; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2.5px; background: var(--copper); }
.page-hero .eyebrow { color: #6A8095; }
.page-hero h1 {
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2; letter-spacing: -0.02em; color: #E8E4DC; max-width: 700px; margin-bottom: 14px;
}
.page-hero .lede { font-size: 16px; line-height: 1.75; color: #7A9BB5; max-width: 600px; }

/* ── GENERIC SECTIONS ────────────────────────────── */
section.block { padding: var(--section-y) 0; }
section.block.alt { background: var(--white); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }

h2.h2 {
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 24px; color: var(--navy);
  letter-spacing: -0.01em; margin-bottom: 18px;
}

ul.doc-list { list-style: none; margin: 4px 0 0; }
ul.doc-list li { padding: 6px 0 6px 20px; position: relative; font-size: 15px; color: var(--navy); line-height: 1.55; }
ul.doc-list li::before { content: '·'; color: var(--copper); position: absolute; left: 0; font-weight: 700; font-size: 18px; line-height: 1.4; }

/* ── TIER / PRICE CARD ───────────────────────────── */
.price-callout {
  background: var(--white); border: 0.5px solid var(--border); border-left: 3px solid var(--copper);
  border-radius: 0 8px 8px 0; padding: 24px 28px; margin: 28px 0;
}
.price-callout .amount { font-family: 'Sora', sans-serif; font-size: 34px; font-weight: 600; color: var(--navy); }
.price-callout .amount span { font-size: 15px; color: var(--mid); font-weight: 400; }
.price-callout .sub { font-size: 13px; color: var(--mid); margin-top: 4px; }

.table-wrap { overflow-x: auto; margin: 20px 0; }
table.data { width: 100%; border-collapse: collapse; font-size: 14px; }
table.data thead tr { background: var(--navy); }
table.data thead th { padding: 12px 16px; text-align: left; font-weight: 600; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--offwhite); }
table.data thead th.accent { color: var(--copper); }
table.data tbody tr:nth-child(even) { background: rgba(27,37,55,0.03); }
table.data tbody tr:nth-child(odd) { background: white; }
table.data tbody td { padding: 12px 16px; border-bottom: 0.5px solid var(--border); vertical-align: top; }
table.data tbody td:first-child { font-weight: 500; }
table.data tbody td.center { text-align: center; }
table.data tbody td.dash { color: var(--border); text-align: center; }
table.data tbody td.tick { color: #2A7A45; font-weight: 600; text-align: center; }

/* ── FAQ ──────────────────────────────────────────── */
.faq-item { border-bottom: 0.5px solid var(--border); }
.faq-item:first-child { border-top: 0.5px solid var(--border); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; gap: 16px; }
.faq-question-text { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 500; color: var(--navy); letter-spacing: -0.01em; line-height: 1.4; }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.15s, background 0.15s; color: var(--mid); font-size: 16px; line-height: 1; }
.faq-item.open .faq-icon { border-color: var(--copper); background: var(--copper); color: white; }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
.faq-answer-inner { padding: 0 0 20px 0; font-size: 14.5px; color: var(--mid); line-height: 1.75; max-width: 720px; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ── PORTFOLIO CARDS ─────────────────────────────── */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 8px; }
.show-card { background: var(--white); border: 0.5px solid var(--border); border-radius: 10px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.show-card-top { display: flex; align-items: flex-start; gap: 16px; }
.show-art { width: 64px; height: 64px; border-radius: 8px; object-fit: cover; flex-shrink: 0; border: 0.5px solid var(--border); }
.show-art-placeholder { width: 64px; height: 64px; border-radius: 8px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; color: var(--copper); flex-shrink: 0; }
.show-meta { flex: 1; }
.show-name { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 2px; letter-spacing: -0.01em; }
.show-publisher { font-size: 12px; color: var(--mid); font-weight: 500; }
.show-badge { display: inline-block; background: rgba(201,108,62,0.1); color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; margin-top: 6px; }
.show-desc { font-size: 13.5px; color: var(--mid); line-height: 1.65; }
.show-tier-tag { font-size: 11.5px; color: var(--copper); font-weight: 600; }

/* ── CTA BAND ─────────────────────────────────────── */
.cta-band { background: var(--deepnavy); padding: 64px 0; position: relative; }
.cta-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2.5px; background: var(--copper); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { font-family: 'Sora', sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 600; color: #E8E4DC; letter-spacing: -0.02em; }
.cta-band p { font-size: 14px; color: #4A6070; margin-top: 6px; }

/* ── OTHER TIERS STRIP (cross-links) ─────────────── */
.other-tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }
.other-tier-link { display: block; background: var(--white); border: 0.5px solid var(--border); border-radius: 8px; padding: 18px 20px; text-decoration: none; transition: border-color 0.15s; }
.other-tier-link:hover { border-color: var(--copper); }
.other-tier-link .name { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; color: var(--navy); margin-bottom: 3px; }
.other-tier-link .desc { font-size: 12.5px; color: var(--mid); }

/* ── FOOTER ──────────────────────────────────────── */
.footer { background: var(--deepnavy); border-top: 0.5px solid rgba(255,255,255,0.06); padding: 32px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-wordmark { font-family: 'Sora', sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -0.03em; text-decoration: none; }
.footer-wordmark .p  { color: #404F60; }
.footer-wordmark .fm { color: #6A4030; }
.footer-links { display: flex; gap: 24px; list-style: none; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: #2A3A4A; text-decoration: none; }
.footer-links a:hover { color: #3A5060; }
.footer-copy { font-size: 11px; color: #2A3A4A; }

@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .nav-inner { padding: 0 24px; }
  .nav-links { display: none; }
  .portfolio-grid, .other-tiers { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
}
