/* =============================================================================
   AskHinton marketing site — brand styles.
   Clean, modern, "cool". Light theme with dark hero/footer for contrast.
   Brand orange matches the app's --ah-orange (#f0682a).
   ========================================================================== */

:root {
  --ah-orange: #f0682a;
  --ah-orange-dark: #d4551c;
  --ah-ink: #16181d;
  --ah-ink-2: #232733;
  --ah-muted: #5b6472;
  --ah-line: #e7e9ee;
  --ah-bg-soft: #f7f8fa;
}

html { scroll-behavior: smooth; position: relative; min-height: 100%; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ah-ink);
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }

.text-hinton { color: var(--ah-orange); }

.btn:focus, .btn:active:focus, .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(240,104,42,.25);
}

/* ---- Buttons --------------------------------------------------------------*/
.btn-ah {
  background: var(--ah-orange);
  border: 1px solid var(--ah-orange);
  color: #fff;
  font-weight: 600;
  border-radius: .55rem;
  padding: .6rem 1.25rem;
  transition: background .15s ease, transform .15s ease;
}
.btn-ah:hover { background: var(--ah-orange-dark); border-color: var(--ah-orange-dark); color: #fff; transform: translateY(-1px); }
/* Force white label even where the button is an <a> inside the nav/footer link-color rules. */
.btn-ah:link, .btn-ah:visited { color: #fff; }
.btn-ah-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-weight: 600;
  border-radius: .55rem;
  padding: .6rem 1.25rem;
}
.btn-ah-outline:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-ah-ghost {
  background: transparent;
  border: 1px solid var(--ah-line);
  color: var(--ah-ink);
  font-weight: 600;
  border-radius: .55rem;
  padding: .6rem 1.25rem;
}
.btn-ah-ghost:hover { border-color: var(--ah-orange); color: var(--ah-orange); }

/* ---- Navbar ---------------------------------------------------------------*/
.ah-nav {
  background: #fff;
  border-bottom: 1px solid var(--ah-line);
  padding: .6rem 0;
}
.ah-brand {
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -.02em;
  color: var(--ah-ink);
}
.ah-brand .bi { color: var(--ah-orange); }
.ah-nav .nav-link { color: var(--ah-ink); font-weight: 500; }
.ah-nav .nav-link:hover { color: var(--ah-orange); }

/* ---- Hero -----------------------------------------------------------------*/
.ah-hero {
  background: radial-gradient(1200px 500px at 70% -10%, rgba(240,104,42,.22), transparent 60%),
              linear-gradient(180deg, var(--ah-ink) 0%, var(--ah-ink-2) 100%);
  color: #fff;
  padding: 6rem 0 5rem;
}
.ah-hero h1 {
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: -.03em;
  line-height: 1.05;
}
.ah-hero p.lead { color: rgba(255,255,255,.8); font-size: 1.2rem; max-width: 42ch; }
.ah-eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ah-orange);
  background: rgba(240,104,42,.12);
  border: 1px solid rgba(240,104,42,.3);
  border-radius: 2rem;
  padding: .3rem .9rem;
  margin-bottom: 1.2rem;
}
.ah-hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1rem;
  padding: 1.25rem 1.4rem;
  backdrop-filter: blur(6px);
}
.ah-hero-card .ai-line { color: rgba(255,255,255,.92); }
.ah-hero-card .ai-line .bi { color: var(--ah-orange); }

/* ---- Sections -------------------------------------------------------------*/
.ah-section { padding: 5rem 0; }
.ah-section-soft { background: var(--ah-bg-soft); }
.ah-section h2 {
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
}
.ah-section .section-sub { color: var(--ah-muted); font-size: 1.1rem; max-width: 58ch; }

/* ---- Feature cards --------------------------------------------------------*/
.ah-feature {
  background: #fff;
  border: 1px solid var(--ah-line);
  border-radius: .9rem;
  padding: 1.6rem;
  height: 100%;
  transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}
.ah-feature:hover { box-shadow: 0 12px 30px rgba(22,24,29,.08); transform: translateY(-3px); border-color: #dfe2e9; }
.ah-feature .ah-ficon {
  width: 46px; height: 46px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: .7rem;
  background: rgba(240,104,42,.12);
  color: var(--ah-orange);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.ah-feature h3 { font-size: 1.15rem; font-weight: 700; }
.ah-feature p { color: var(--ah-muted); margin-bottom: 0; }

/* ---- How it works ---------------------------------------------------------*/
.ah-step-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ah-orange); color: #fff; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ---- Pricing --------------------------------------------------------------*/
.ah-price {
  background: #fff;
  border: 1px solid var(--ah-line);
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  display: flex; flex-direction: column;
}
.ah-price.popular { border-color: var(--ah-orange); box-shadow: 0 16px 40px rgba(240,104,42,.15); position: relative; }
.ah-price .ah-badge {
  position: absolute; top: -.8rem; left: 50%; transform: translateX(-50%);
  background: var(--ah-orange); color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: .25rem .8rem; border-radius: 2rem;
}
.ah-price .price-amt { font-size: 2.6rem; font-weight: 800; letter-spacing: -.02em; }
.ah-price .price-unit { color: var(--ah-muted); font-size: .95rem; }
.ah-price ul { list-style: none; padding: 0; margin: 1.25rem 0; }
.ah-price ul li { padding: .35rem 0; color: #2c333f; }
.ah-price ul li .bi { color: var(--ah-orange); margin-right: .5rem; }

/* ---- CTA band -------------------------------------------------------------*/
.ah-cta {
  background: linear-gradient(180deg, var(--ah-ink) 0%, var(--ah-ink-2) 100%);
  color: #fff; border-radius: 1.25rem; padding: 3.5rem 2rem;
}

/* ---- Footer ---------------------------------------------------------------*/
.ah-footer { background: var(--ah-ink); color: rgba(255,255,255,.65); padding: 3.5rem 0 2rem; }
.ah-footer a,
.ah-footer a:link,
.ah-footer a:visited { color: var(--ah-orange); }
.ah-footer a:hover,
.ah-footer a:focus { color: #fff; }
/* Keep the footer's Start-free-trial button label white (beats the footer link rule above). */
.ah-footer .btn-ah,
.ah-footer .btn-ah:link,
.ah-footer .btn-ah:visited { color: #fff; }
.ah-footer h6 { color: #fff; font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .06em; }
.ah-footer .brand-line { color: #fff; font-weight: 800; font-size: 1.25rem; }

/* ---- Misc -----------------------------------------------------------------*/
.ah-trust { color: var(--ah-muted); font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
