/* Argus Answering — shared site styles. Loaded by every marketing page; page-specific
   rules stay inline in each page and may override. Fraunces is self-hosted (no external
   requests); Georgia is the no-download fallback so type never blocks paint. */

@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-latin.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0d1b2a;
  --navy-2: #13263c;
  --amber: #e8a33d;
  --amber-bright: #f5b451;
  --ink: #1b2431;
  --paper: #f7f5f0;
  --muted: #8b95a3;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Georgia, 'Times New Roman', serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
.sans { font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
h1, h2, h3, .display { font-family: 'Fraunces', Georgia, serif; font-weight: 620; letter-spacing: .005em; }

/* ---------- header + nav ---------- */
header.site { background: var(--navy); color: #fff; padding: .85rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; position: relative; z-index: 50; }
.logo { display: flex; align-items: center; gap: .6rem; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; font-weight: 700; font-size: 1.2rem; letter-spacing: .02em; color: #fff; text-decoration: none; flex: none; }
.logo svg { flex: none; }
nav.site { display: flex; align-items: center; gap: .2rem; flex-wrap: wrap; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
nav.site a { color: #cdd6e0; text-decoration: none; font-weight: 600; font-size: .95rem; padding: .55rem .65rem; border-radius: 6px; min-height: 44px; display: inline-flex; align-items: center; }
nav.site a:hover { color: #fff; background: rgba(255,255,255,.07); }
nav.site a.on { color: var(--amber); }
nav.site a.call { background: var(--amber); color: var(--navy); font-weight: 700; padding: .55rem 1rem; margin-left: .35rem; }
nav.site a.call:hover { background: var(--amber-bright); color: var(--navy); }
.nav-t { display: none; }
.nav-b { display: none; }

@media (max-width: 920px) {
  .nav-b { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; cursor: pointer; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; }
  .nav-b span { display: block; height: 2px; background: #fff; border-radius: 2px; }
  nav.site { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-2); flex-direction: column; align-items: stretch; padding: .5rem .75rem 1rem; gap: .1rem; box-shadow: 0 12px 24px rgba(13,27,42,.35); }
  nav.site a { font-size: 1.05rem; padding: .8rem .5rem; }
  nav.site a.call { margin: .5rem 0 0; justify-content: center; }
  .nav-t:checked ~ nav.site { display: flex; }
}

/* ---------- hero ---------- */
.hero { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; text-align: center; padding: 4rem 1.5rem 4.5rem; }
.hero h1 { font-size: clamp(1.9rem, 5vw, 3.2rem); line-height: 1.12; max-width: 820px; margin: 0 auto 1.2rem; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero p.sub { font-size: clamp(1.05rem, 2.4vw, 1.3rem); color: #cdd6e0; max-width: 660px; margin: 0 auto 2rem; }
.hero .cta, .btn-amber { display: inline-block; background: var(--amber); color: var(--navy); text-decoration: none; font-weight: 700; font-size: 1.15rem; padding: .9rem 2rem; border-radius: 8px; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
.hero .cta:hover, .btn-amber:hover { background: var(--amber-bright); }
.hero .motto { margin-top: 1.4rem; color: var(--amber); font-style: italic; letter-spacing: .04em; font-family: Georgia, serif; }
.ny-badge { display: inline-block; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); border: 1px solid rgba(232,163,61,.55); border-radius: 999px; padding: .45rem 1.1rem; margin-bottom: 1.4rem; }
.hero .expect { margin-top: .9rem; color: #cdd6e0; font-size: .95rem; }
.hero .expect a { color: var(--amber); }

/* smaller hero for interior pages */
.page-hero { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; text-align: center; padding: 3rem 1.5rem 3.4rem; }
.page-hero h1 { font-size: clamp(1.7rem, 4.2vw, 2.6rem); line-height: 1.15; max-width: 780px; margin: 0 auto .9rem; }
.page-hero h1 em { color: var(--amber); font-style: normal; }
.page-hero p.sub { color: #cdd6e0; max-width: 640px; margin: 0 auto; font-size: 1.06rem; }

/* ---------- sections + shared components ---------- */
section { padding: 3.2rem 1.5rem; max-width: 1000px; margin: 0 auto; }
section h2 { font-size: 1.9rem; margin-bottom: 1.6rem; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.step { background: #fff; border: 1px solid #e3ded4; border-radius: 10px; padding: 1.4rem; }
.step .num { font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; font-weight: 800; color: var(--amber); font-size: .95rem; letter-spacing: .1em; }
.step h3 { margin: .4rem 0 .5rem; font-size: 1.18rem; }
.step p { font-size: .97rem; color: #4a5462; }

.band { background: var(--navy); color: #fff; }
.band-inner { max-width: 1000px; margin: 0 auto; padding: 3rem 1.5rem; text-align: center; }
.band-inner h2 { color: #fff; }
.band-inner p { color: #cdd6e0; max-width: 700px; margin: .8rem auto 0; }

.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.plan { background: #fff; border: 1px solid #e3ded4; border-radius: 10px; padding: 1.6rem; text-align: center; }
.plan.feature { border: 2px solid var(--amber); }
.plan h3 { font-size: 1.25rem; }
.plan .price { font-family: 'Fraunces', Georgia, serif; font-size: 2.1rem; font-weight: 700; color: var(--navy); margin: .5rem 0; }
.plan .price span { font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; font-size: .95rem; font-weight: 400; color: var(--muted); }
.plan ul { list-style: none; text-align: left; margin-top: 1rem; }
.plan li { padding: .3rem 0 .3rem 1.4rem; position: relative; font-size: .95rem; color: #4a5462; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--amber); font-weight: 700; }
.plan .plan-cta { display: block; text-align: center; margin-top: 1.1rem; background: var(--amber); color: var(--navy); text-decoration: none; font-weight: 700; padding: .6rem 1rem; border-radius: 8px; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
.plan .plan-cta:hover { background: var(--amber-bright); }

.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid #e3ded4; border-radius: 10px; padding: 1rem 1.3rem; margin-bottom: .8rem; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); font-size: 1.02rem; padding: .6rem 0; min-height: 44px; display: flex; align-items: center; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
.faq p { margin-top: .6rem; color: #4a5462; font-size: .96rem; }

.demos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.demo { background: #fff; border: 1px solid #e3ded4; border-radius: 10px; padding: 1.4rem; }
.demo h3 { font-size: 1.12rem; margin-bottom: .3rem; }
.demo .outcome { font-size: .92rem; color: #4a5462; margin-bottom: .8rem; }
.demo audio { width: 100%; margin: .4rem 0 .6rem; }
.demo details { font-size: .9rem; color: #4a5462; }
.demo summary { cursor: pointer; color: var(--navy); font-weight: 600; padding: .6rem 0; min-height: 44px; display: flex; align-items: center; }
.demo .t { margin-top: .6rem; }
.demo .t p { margin: .35rem 0; }
.demo .t strong { color: var(--navy); }
.demo-note { text-align: center; color: #626b78; font-size: .92rem; max-width: 640px; margin: 1.2rem auto 0; }

/* ---------- footer ---------- */
footer.site { background: var(--navy); color: #9fb0c3; text-align: center; padding: 2.2rem 1.5rem; font-size: .9rem; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
footer.site a { color: var(--amber); text-decoration: none; display: inline-block; padding: .5rem .25rem; min-height: 44px; line-height: 34px; }
footer.site .ny { color: #cdd6e0; margin-top: .3rem; font-style: italic; font-family: Georgia, serif; }
footer.site .fine { margin-top: .8rem; font-size: .8rem; color: #8b9cb0; }

/* ---------- motion layer (Phase 1, 2026-08-11) ---------- */
a, button, .cta, .btn-amber, .plan-cta, nav.site a { transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease; }
.cta:hover, .btn-amber:hover, .plan-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(232,163,61,.28); }
.step, .plan, .demo, .trade, .belief, .gcard, .desk, .flow-step { transition: transform .22s ease, box-shadow .22s ease; }
.step:hover, .plan:hover, .demo:hover, .trade:hover, .belief:hover, .gcard:hover, .desk:hover, .flow-step:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(13,27,42,.08); }

/* ghost buttons */
.cta.ghost, .btn-ghost { display: inline-block; background: transparent; color: var(--amber); border: 1.5px solid rgba(232,163,61,.65); text-decoration: none; font-weight: 700; font-size: 1.15rem; padding: .9rem 2rem; border-radius: 8px; font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
.cta.ghost { margin-left: .6rem; margin-top: .6rem; }
.btn-ghost { font-size: 1rem; padding: .7rem 1.4rem; margin-left: .6rem; }
.cta.ghost:hover, .btn-ghost:hover { background: rgba(232,163,61,.12); color: var(--amber-bright); transform: translateY(-2px); }

/* hero guarantee line */
.hero .guarantee { margin-top: .9rem; color: var(--amber); font-weight: 700; font-size: .98rem; }

/* scroll reveals: only active when site.js adds html.js, static otherwise */
html.js .rv { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
html.js .rv.in { opacity: 1; transform: none; }

/* sticky mobile action bar, injected by site.js */
#mbar { display: none; }
@media (max-width: 767px) {
  #mbar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--navy-2); box-shadow: 0 -6px 18px rgba(13,27,42,.35); }
  #mbar a { flex: 1; text-align: center; padding: .95rem .5rem; font-weight: 700; text-decoration: none; font-size: .98rem; min-height: 44px; }
  #mbar .mb-listen { background: var(--navy); color: var(--amber); }
  #mbar .mb-call { background: var(--amber); color: var(--navy); }
  html.js body { padding-bottom: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
