/* Webaroo funnel pages. Brand-locked: Product Sans (Light/Regular/Medium/Bold/Black), white-first, #0068FF primary, #FCBC0F accent */

@font-face { font-family: 'Product Sans'; src: url('/assets/fonts/ProductSans-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Product Sans'; src: url('/assets/fonts/ProductSans-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Product Sans'; src: url('/assets/fonts/ProductSans-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Product Sans'; src: url('/assets/fonts/ProductSans-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Product Sans'; src: url('/assets/fonts/ProductSans-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --blue: #0068FF;
  --yellow: #FCBC0F;
  --green: #82C91E;
  --ink: #0B0C10;
  --body: #1A1D24;
  --muted: #6B7280;
  --rule: #E5E7EB;
  --tint: #F4F7FB;
  --tint-blue: #EAF1FF;
  --tint-yellow: #FFF8E1;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: 'Product Sans', system-ui, sans-serif;
  font-weight: 400;
  color: var(--body);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* Top bar */
.topbar { border-bottom: 1px solid var(--rule); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.topbar img { height: 28px; display: block; }
.topbar a.fit-call { color: var(--blue); text-decoration: none; font-weight: 500; font-size: 15px; }
.topbar a.fit-call:hover { text-decoration: underline; }

/* Hero */
.hero { padding: 72px 0 56px; }
.hero h1 {
  font-weight: 900;
  font-size: clamp(34px, 5.2vw, 52px);
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 22px;
  max-width: 17ch;
}
.hero h1 em { font-style: normal; color: var(--blue); }
.hero .sub { font-size: 19px; color: var(--body); max-width: 58ch; margin-bottom: 14px; }
.hero .sub strong { color: var(--ink); font-weight: 700; }
.hero .micro { font-size: 15px; font-weight: 300; color: var(--muted); margin-bottom: 30px; }

.btn {
  display: inline-block;
  font-family: inherit;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 15px 30px;
  border-radius: 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 160ms ease;
}
.btn:hover { opacity: 0.88; }
.btn.full { width: 100%; }

/* Sections */
section { padding: 48px 0; }
section.tinted { background: var(--tint); }
h2.section-title { font-weight: 900; font-size: 28px; color: var(--ink); margin-bottom: 26px; letter-spacing: -0.01em; }

.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 720px) { .cols { grid-template-columns: 1fr; } }
.col h3 { font-weight: 700; font-size: 18px; color: var(--ink); margin-bottom: 8px; }
.col h3 .tick { color: var(--blue); font-weight: 900; }
.col p { font-size: 15.5px; color: var(--body); }

/* Proof strip */
.proof {
  border-left: 4px solid var(--yellow);
  background: var(--tint-yellow);
  border-radius: 0 10px 10px 0;
  padding: 22px 26px;
  font-size: 16.5px;
}
.proof em { font-style: italic; }

/* Form card */
.form-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 34px;
  max-width: 540px;
  box-shadow: 0 4px 24px rgba(11, 12, 16, 0.06);
}
.form-card h2 { font-weight: 900; font-size: 24px; color: var(--ink); margin-bottom: 18px; letter-spacing: -0.01em; }
.form-card label { display: block; font-size: 14px; font-weight: 500; color: var(--ink); margin: 14px 0 5px; }
.form-card input[type="text"], .form-card input[type="email"] {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  color: var(--ink);
}
.form-card input:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.form-card .btn { margin-top: 22px; }
.form-card .fine { font-size: 13px; font-weight: 300; color: var(--muted); margin-top: 12px; }

/* Secondary CTA band */
.alt-cta { text-align: center; }
.alt-cta p { font-size: 17px; max-width: 60ch; margin: 0 auto 18px; }
.alt-cta a.ghost {
  display: inline-block;
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 12px 26px;
  font-weight: 700;
  text-decoration: none;
}
.alt-cta a.ghost:hover { background: var(--tint-blue); }

/* Checklist (what you get) */
ul.checklist { list-style: none; max-width: 62ch; }
ul.checklist li { padding-left: 30px; position: relative; margin-bottom: 12px; font-size: 16.5px; }
ul.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

/* Footer */
footer { border-top: 1px solid var(--rule); padding: 36px 0 48px; margin-top: 24px; }
footer .master { font-weight: 700; color: var(--ink); font-size: 16px; margin-bottom: 6px; }
footer p, footer a { font-size: 14px; color: var(--muted); }
footer a { color: var(--blue); text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* Prose pages (privacy, thanks) */
.prose { max-width: 640px; padding: 64px 0; }
.prose h1 { font-weight: 900; font-size: 34px; color: var(--ink); margin-bottom: 20px; letter-spacing: -0.01em; }
.prose h2 { font-weight: 700; font-size: 20px; color: var(--ink); margin: 28px 0 10px; }
.prose p, .prose li { font-size: 16.5px; margin-bottom: 14px; }
.prose ul { padding-left: 22px; }
.prose .btn { margin-top: 10px; }
