/* SiteProwl — siteprowl.com
   Zero-build static site. System font stack (SF Pro on macOS — on brand for a Mac app). */

:root {
  --blue: #1D5BD6;
  --blue-deep: #164AB2;
  --sky: #BBD4FF;
  --sky-soft: #E4EEFF;
  --navy: #0E2A47;
  --slate: #43597A;
  --mist: #F5F7FB;
  --line: #DEE7F4;
  --green: #3E9B63;
  --white: #FFFFFF;
  --radius: 14px;
  --shadow-lg: 0 24px 60px -18px rgba(14, 42, 71, 0.28);
  --shadow-sm: 0 2px 10px rgba(14, 42, 71, 0.06);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--slate);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { color: var(--navy); line-height: 1.15; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.4rem, 6vw, 3.9rem); font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; }
h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.01em; }

p { margin: 0 0 1em; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--blue-deep); }
img { max-width: 100%; height: auto; display: block; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: #fff; padding: 10px 18px; z-index: 100;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 28px;
  min-height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em;
  color: var(--navy); text-decoration: none;
}
.brand img { width: 32px; height: 32px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a {
  color: var(--navy); text-decoration: none; font-weight: 600; font-size: 0.95rem;
  padding: 8px 12px; border-radius: 8px;
}
.site-nav a:hover { background: var(--mist); color: var(--blue-deep); }
.site-nav .nav-cta {
  background: var(--blue); color: #fff; padding: 9px 16px; margin-left: 8px;
}
.site-nav .nav-cta:hover { background: var(--blue-deep); color: #fff; }
@media (max-width: 640px) {
  .site-nav a:not(.nav-cta) { display: none; }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: inherit; font-weight: 700; font-size: 1.05rem;
  padding: 14px 26px; border-radius: 12px; border: 0;
  text-decoration: none; cursor: pointer;
}
.btn-primary {
  background: var(--blue); color: #fff;
  box-shadow: 0 10px 24px -10px rgba(29, 91, 214, 0.65);
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn-primary:hover { background: var(--blue-deep); color: #fff; transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--navy);
  box-shadow: inset 0 0 0 1.5px var(--line);
}
.btn-ghost:hover { background: var(--mist); }

.soon-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; font-weight: 700; letter-spacing: 0.02em;
  color: var(--navy); background: var(--sky-soft);
  border: 1px solid var(--sky); border-radius: 999px; padding: 6px 14px;
}
.soon-badge::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--green); flex: none;
}

/* ---------- Hero ---------- */

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--white) 0%, var(--sky-soft) 100%);
  padding: 84px 0 0;
}
.hero-net {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 0.85rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 18px;
}
.hero-sub {
  max-width: 680px; margin: 0 auto 32px; font-size: 1.2rem;
}
.hero-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero-cta .price-line { font-size: 0.95rem; color: var(--slate); margin: 0; }

.hero-shot { margin: 56px auto -2px; max-width: 980px; }

/* macOS window frame around screenshots */
.mac-window {
  background: #fff; border-radius: 12px 12px 0 0; overflow: hidden;
  border: 1px solid var(--line); border-bottom: 0;
  box-shadow: var(--shadow-lg);
}
.mac-window.rounded { border-radius: 12px; border-bottom: 1px solid var(--line); }
.mac-titlebar {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 14px; background: #F1F4F9; border-bottom: 1px solid var(--line);
}
.mac-titlebar i {
  width: 11px; height: 11px; border-radius: 50%; display: block;
}
.mac-titlebar i:nth-child(1) { background: #FF5F57; }
.mac-titlebar i:nth-child(2) { background: #FEBC2E; }
.mac-titlebar i:nth-child(3) { background: #28C840; }

/* ---------- Stat strip (echoes the app's stat tiles) ---------- */

.stat-strip { background: var(--navy); color: #fff; padding: 44px 0; }
.stat-strip .wrap {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  align-items: stretch;
}
.stat-tile {
  border: 1px solid rgba(187, 212, 255, 0.25); border-radius: var(--radius);
  padding: 20px 24px; text-align: center;
}
.stat-tile b {
  display: block; font-size: 2.4rem; font-weight: 800; letter-spacing: -0.02em;
  color: var(--sky);
}
.stat-tile span {
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 720px) {
  .stat-strip .wrap { grid-template-columns: 1fr; }
}

/* ---------- Sections ---------- */

.section { padding: 96px 0; }
.section.alt { background: var(--mist); }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }

/* Feature rows */
.feature {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 56px; align-items: center;
}
.feature + .feature { margin-top: 96px; }
.feature.flip .feature-copy { order: 2; }
.feature-copy .kicker {
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--blue); display: block; margin-bottom: 10px;
}
.feature-copy p { font-size: 1.05rem; }
@media (max-width: 860px) {
  .feature { grid-template-columns: 1fr; gap: 28px; }
  .feature.flip .feature-copy { order: 0; }
  .feature + .feature { margin-top: 72px; }
}

.chip-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 18px 0 0; list-style: none; }
.chip-list li {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; font-size: 0.9rem; font-weight: 600; color: var(--navy);
  box-shadow: var(--shadow-sm);
}

/* Why cards */
.card-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
}
.card .card-icon {
  width: 44px; height: 44px; border-radius: 11px; background: var(--sky-soft);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.card .card-icon svg { width: 24px; height: 24px; stroke: var(--blue); }
.card h3 { margin-bottom: 6px; }
.card p { margin: 0; font-size: 0.98rem; }

/* ---------- Pricing ---------- */

.pricing { background: var(--navy); color: rgba(255, 255, 255, 0.85); }
.pricing h2, .pricing h3 { color: #fff; }
.price-card {
  max-width: 460px; margin: 0 auto; text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(187, 212, 255, 0.3); border-radius: 20px;
  padding: 44px 36px;
}
.price-card .plan-name {
  font-size: 0.85rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sky);
}
.price-card .price {
  font-size: 3.4rem; font-weight: 800; letter-spacing: -0.03em; color: #fff;
  margin: 10px 0 2px;
}
.price-card .price small { font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,0.7); }
.price-card ul {
  list-style: none; padding: 0; margin: 24px 0 28px; text-align: left;
}
.price-card ul li {
  padding: 7px 0 7px 30px; position: relative; font-size: 0.98rem;
}
.price-card ul li::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--green);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/contain no-repeat;
}
.pricing .fine { text-align: center; font-size: 0.9rem; color: rgba(255,255,255,0.6); margin-top: 22px; }

/* ---------- FAQ ---------- */

.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: 12px; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; list-style: none; display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  font-weight: 700; color: var(--navy); padding: 18px 22px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 1.4rem; font-weight: 400; color: var(--blue);
  line-height: 1; flex: none;
}
.faq details[open] summary::after { content: "–"; }
.faq details > p { padding: 0 22px 18px; margin: 0; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--navy); color: rgba(255, 255, 255, 0.75);
  padding: 56px 0 40px; font-size: 0.95rem;
}
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--sky); }
.footer-top {
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: 32px;
  justify-content: space-between; margin-bottom: 32px;
}
.footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: #fff; font-size: 1.1rem; }
.footer-brand img { width: 28px; height: 28px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-fine { border-top: 1px solid rgba(187, 212, 255, 0.2); padding-top: 24px; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.footer-fine p { margin: 0 0 4px; }

/* ---------- Prose pages (privacy / terms / support) ---------- */

.page-hero {
  background: linear-gradient(180deg, var(--white) 0%, var(--sky-soft) 100%);
  padding: 72px 0 48px; text-align: center;
}
.page-hero p { max-width: 560px; margin: 0 auto; }
.prose { max-width: 720px; margin: 0 auto; padding: 56px 24px 96px; }
.prose h2 { font-size: 1.45rem; margin-top: 2.2em; }
.prose ul { padding-left: 1.3em; }
.prose li { margin-bottom: 0.5em; }
.updated {
  display: inline-block; font-size: 0.85rem; font-weight: 700;
  color: var(--navy); background: var(--sky-soft); border: 1px solid var(--sky);
  border-radius: 999px; padding: 5px 14px; margin-top: 14px;
}

/* Support page extras */
.support-cta {
  background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; text-align: center; margin: 40px 0;
}
.support-cta .email { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.01em; }
