/* OutlookDog marketing site — shared styles. Brand: warm cream + red, system font. */
:root {
  --red: #e5392e;
  --red-dark: #c42a20;
  --bg: #fff7f4;
  --surface: #ffffff;
  --text: #2a1f1d;
  --muted: #6e5c58;
  --border: #f1ddd8;
  --safe: #2fa86a;
  --maxw: 1040px;
  --font: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

img { max-width: 100%; height: auto; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a { color: var(--red-dark); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* Header / nav */
.site-header { background: var(--surface); border-bottom: 1px solid var(--border); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--red-dark); font-weight: 800; font-size: 20px; }
.brand img { width: 36px; height: 36px; }
.nav a { margin-left: 20px; text-decoration: none; color: var(--muted); font-weight: 600; font-size: 14px; }
.nav a:hover { color: var(--text); }

/* Buttons */
.btn { display: inline-block; padding: 12px 22px; border-radius: 10px; font-weight: 700; text-decoration: none; border: 1px solid var(--border); color: var(--text); background: var(--surface); }
.btn:hover { border-color: var(--red); }
.btn--primary { background: var(--red); border-color: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }

/* Hero */
.hero { text-align: center; padding: 64px 0 40px; }
.hero img { width: 120px; height: 120px; }
.hero h1 { font-size: 44px; font-weight: 800; margin: 16px 0 8px; color: var(--red-dark); }
.hero .tag { font-size: 20px; color: var(--text); margin: 0 auto 12px; max-width: 620px; }
.hero .sub { color: var(--muted); max-width: 600px; margin: 0 auto 24px; }
.hero .cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Feature grid */
.features { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; padding: 24px 0 48px; }
.features .card { flex: 1 1 280px; max-width: 320px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 20px; }
.card h3 { margin: 0 0 6px; font-size: 17px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.card .ic { font-size: 24px; }

/* Proof points */
.proof { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; padding: 8px 0 56px; }
.proof div { text-align: center; }
.proof strong { display: block; color: var(--red-dark); font-size: 16px; }
.proof span { color: var(--muted); font-size: 14px; }

/* Home → pricing CTA */
.home-pricing-cta { text-align: center; padding: 8px 0 56px; }
.home-pricing-cta p { color: var(--muted); margin: 0 0 14px; }

/* Pricing */
.section-title { text-align: center; font-size: 28px; color: var(--red-dark); margin: 8px 0 24px; }
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; padding-bottom: 16px; }
.price { display: flex; flex-direction: column; position: relative; }
.price h3 { margin: 0 0 4px; font-size: 18px; color: var(--text); }
.price-tag { font-size: 32px; font-weight: 800; color: var(--red-dark); margin: 0 0 12px; }
.price-tag span { font-size: 15px; font-weight: 600; color: var(--muted); }
.price ul { margin: 0 0 18px; padding-left: 18px; color: var(--muted); font-size: 14px; flex: 1 1 auto; }
.price ul li { margin-bottom: 6px; }
.price .btn { text-align: center; }
.price--featured { border-color: var(--red); box-shadow: 0 6px 24px rgba(229, 57, 46, 0.12); }
.price-badge { position: absolute; top: -11px; right: 16px; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.price-note { color: var(--muted); font-size: 12px; margin: 8px 0 0; }
.pricing-note { text-align: center; color: var(--muted); font-size: 13px; padding: 8px 0 56px; }

/* Content pages */
.page { padding: 40px 0 64px; overflow-wrap: break-word; }
.page h1 { color: var(--red-dark); font-size: 32px; }
.page h2 { font-size: 20px; margin-top: 28px; }
.page .updated { color: var(--muted); font-size: 13px; }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; margin: 14px 0; }
.step h3 { margin: 0 0 6px; font-size: 16px; }
code, .mono { font-family: ui-monospace, "Cascadia Code", Consolas, monospace; background: #fdeee9; padding: 2px 6px; border-radius: 6px; font-size: 13px; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); background: var(--surface); padding: 28px 0; color: var(--muted); font-size: 14px; }
.site-footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.site-footer a { color: var(--muted); text-decoration: none; margin-right: 16px; }
.site-footer a:hover { color: var(--text); }

/* Mobile — phones and narrow windows */
@media (max-width: 640px) {
  .site-header .wrap {
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 12px;
  }
  .brand { font-size: 18px; }
  .brand img { width: 30px; height: 30px; }
  .nav { display: flex; flex-wrap: wrap; justify-content: center; }
  /* real tap targets instead of tiny margins */
  .nav a { margin: 0; padding: 8px 10px; }

  .hero { padding: 40px 0 28px; }
  .hero img { width: 96px; height: 96px; }
  .hero h1 { font-size: 30px; }
  .hero .tag { font-size: 17px; padding: 0 4px; }
  .hero .cta .btn { width: 100%; text-align: center; }

  .section-title { font-size: 24px; }
  .page { padding: 28px 0 48px; }
  .page h1 { font-size: 26px; }
  .price-tag { font-size: 28px; }

  .site-footer .wrap { flex-direction: column; align-items: center; text-align: center; }
  .site-footer a { margin: 0 8px; }
}
