/*
 * Shared stylesheet for page-feature-domain.php -- the reusable
 * template for the 9 non-AI feature pages, matching the approved
 * `feature-workflow-ai.html` mockup's own exact shape (fhero / actions
 * / steps / dark panel / closing cta), extracted here once rather than
 * repeated as inline <style> in 9 near-identical files. The
 * AI-automation page itself stays exactly as it was (its own inline
 * copy of this same CSS, per its own "no redesign" instruction) --
 * this file is for the 9 pages that never had a literal mockup file of
 * their own to be pixel-exact against, so real, disclosed reuse is the
 * right call here, not a deviation from anything approved.
 */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
:root {
  --paper: #F5F6F3; --paper-dim: #ECEDE8; --ink: #12151B; --ink-soft: #2A2F38;
  --slate: #5B6470; --brass: #9C6B2E; --brass-dim: #C9A876; --line: #DDD9CE;
  --verified: #3F6B4F; --max: 1120px;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { background: var(--paper); color: var(--ink); font-family:'Inter',system-ui,sans-serif; font-size:16px; line-height:1.55; -webkit-font-smoothing:antialiased; }
h1,h2,h3 { font-family:'Space Grotesk',system-ui,sans-serif; font-weight:600; letter-spacing:-0.01em; }
a { color:inherit; text-decoration:none; }
.wrap { max-width: var(--max); margin:0 auto; padding:0 32px; }
header { border-bottom:1px solid var(--line); position:sticky; top:0; background:var(--paper); z-index:50; }
nav { display:flex; align-items:center; justify-content:space-between; padding:20px 0; }
.logo { font-family:'Space Grotesk'; font-weight:700; font-size:19px; }
.logo span { color:var(--brass); }
.nav-links { display:flex; gap:36px; }
.nav-links a { font-size:14.5px; color:var(--ink-soft); font-weight:500; }
.nav-cta { background:var(--ink); color:var(--paper); padding:10px 20px; font-size:14px; font-weight:600; border-radius:3px; }

.crumb { padding:24px 0 0; font-size:13.5px; color:var(--slate); }
.crumb a { color:var(--brass); font-weight:600; }

.fhero { padding:28px 0 64px; }
.fhero-kicker { font-size:13px; color:var(--brass); font-weight:600; margin-bottom:14px; }
.fhero h1 { font-size:42px; line-height:1.1; max-width:680px; margin-bottom:18px; }
.fhero p { font-size:17px; color:var(--ink-soft); max-width:560px; margin-bottom:26px; }
.btn-primary { background:var(--brass); color:var(--paper); padding:13px 24px; font-weight:600; font-size:15px; border-radius:3px; border:none; cursor:pointer; display:inline-block; }
/* Only used when a page has a real screenshot or abstract visual to
   show alongside the hero text -- mirrors the Home page's own
   .hero-grid shape exactly. Pages with neither (e.g. Support) keep
   the plain single-column .fhero, matching the AI-automation page's
   own precedent unchanged. */
.fhero-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:40px; align-items:center; }
.fhero-grid .fhero h1, .fhero-grid .fhero p { max-width: none; }
@media (max-width:860px){ .fhero-grid { grid-template-columns:1fr; } }

.actions { padding:56px 0; border-top:1px solid var(--line); }
.actions-head { max-width:600px; margin-bottom:36px; }
.actions-head h2 { font-size:26px; margin-bottom:10px; }
.actions-head p { color:var(--slate); font-size:15px; }
.action-row { display:grid; grid-template-columns:220px 1fr; gap:24px; padding:22px 0; border-bottom:1px solid var(--line); align-items:start; }
.action-row:last-child { border-bottom:none; }
.action-name { font-family:'Space Grotesk'; font-weight:600; font-size:15px; }
.action-name .tag { display:block; font-family:'Inter'; font-weight:500; color:var(--slate); font-size:12.5px; margin-top:4px; }
.action-desc { font-size:14.5px; color:var(--ink-soft); }

.steps { padding:56px 0; border-top:1px solid var(--line); }
.steps-head { max-width:600px; margin-bottom:40px; }
.steps-head h2 { font-size:26px; margin-bottom:10px; }
.steps-head p { color:var(--slate); font-size:15px; }
.step-list { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.step { border:1px solid var(--line); border-radius:5px; padding:24px; background:var(--paper-dim); }
.step .n { font-family:'Space Grotesk'; font-size:13px; color:var(--brass); font-weight:700; margin-bottom:12px; }
.step h3 { font-size:16.5px; margin-bottom:8px; }
.step p { font-size:13.5px; color:var(--slate); }

.byok { padding:56px 0; border-top:1px solid var(--line); background:var(--ink); color:var(--paper); }
.byok .wrap { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.byok h2 { color:var(--paper); font-size:28px; margin-bottom:14px; }
.byok p { color:#B7BCC5; font-size:15px; }
.byok-panel { border:1px solid #2A2F38; border-radius:5px; padding:22px; }
.byok-row { display:flex; justify-content:space-between; align-items:center; padding:12px 0; border-bottom:1px solid #2A2F38; font-size:13.5px; gap: 16px; }
.byok-row:last-child { border-bottom:none; }
.byok-row .ok { color:#7FBF97; font-weight:600; text-align: right; }

.fcta { padding:64px 0; text-align:left; border-top:1px solid var(--line); }
.fcta h2 { font-size:26px; margin-bottom:16px; max-width:480px; }

/* Screenshot / abstract-visual frame -- reuses the same fv-card visual
   language the Home page's own frow-visual blocks already established,
   for a page with no real screenshot to show yet (Portals, and Reports
   until a populated report exists to screenshot honestly). */
.domain-visual { border:1px solid var(--line); border-radius:5px; overflow:hidden; }
.domain-visual img { display:block; width:100%; }
.domain-visual__caption { padding:10px 14px; font-size:12px; color:var(--slate); border-top:1px solid var(--line); background:var(--paper-dim); }
.fv-abstract { background:var(--paper-dim); border:1px solid var(--line); border-radius:5px; padding:22px; min-height:190px; display:flex; flex-direction:column; gap:10px; justify-content:center; }
.fv-card { background:var(--paper); border:1px solid var(--line); border-radius:4px; padding:12px 14px; display:flex; justify-content:space-between; align-items:center; font-size:12.5px; gap: 12px; }
.fv-badge { background:var(--verified); color:var(--paper); font-size:10.5px; font-weight:600; padding:3px 8px; border-radius:2px; white-space: nowrap; }
.fv-line { height:10px; background:var(--line); border-radius:2px; }
.fv-line.short { width:60%; }
.fv-line.brass { background:var(--brass-dim); width:40%; }

/* Big-number stat card -- reuses Home's own .audience-stat visual
   language (a large Space Grotesk number + a short supporting label,
   2026-09-10 design-review addition) for a hero-visual slot on a page
   that isn't a product feature (Who It's For), so a screenshot/fv-card
   wouldn't fit -- recolored for the light .fv-abstract-style container
   every other hero-visual slot on this page family already uses
   (Home's own version sits on a dark section instead), so this stays
   visually consistent with Portals/Reports' own hero visuals rather
   than introducing a one-off dark card. */
.wf-stat__num { font-family:'Space Grotesk'; font-size:38px; font-weight:700; color:var(--brass); line-height:1.1; }
.wf-stat__lbl { font-size:13.5px; color:var(--ink-soft); margin-top:10px; }

.related { padding:32px 0; border-top:1px solid var(--line); display:flex; gap:28px; flex-wrap:wrap; align-items:baseline; }
.related span { font-size:13px; color:var(--slate); font-weight:600; }
.related a { font-size:14px; color:var(--brass); font-weight:600; }

.faq { padding:56px 0; border-top:1px solid var(--line); }
.faq-head { max-width:600px; margin-bottom:32px; }
.faq-head h2 { font-size:26px; margin-bottom:10px; }
.faq-item { padding:20px 0; border-bottom:1px solid var(--line); }
.faq-item:last-child { border-bottom:none; }
.faq-item h3 { font-size:15.5px; margin-bottom:8px; }
.faq-item p { font-size:14.5px; color:var(--ink-soft); }

footer { border-top:1px solid var(--line); padding:32px 0; background:var(--paper-dim); font-size:13px; color:var(--slate); }
footer .wrap { display:flex; justify-content:space-between; }
footer a { color:var(--brass); font-weight:600; }
.attribution-badge { display:inline-flex; align-items:center; padding:5px 12px; border-radius:999px; background:#FFF7E8; border:1px solid var(--brass-dim); color:var(--brass) !important; text-decoration:none; }
.attribution-badge:hover { background:var(--brass); color:var(--paper) !important; }

@media (max-width:860px){
  .byok .wrap { grid-template-columns:1fr; }
  .step-list { grid-template-columns:1fr; }
  .action-row { grid-template-columns:1fr; }
  .nav-links{display:none;}
  .fhero h1{font-size:30px;}
}
