/* WINDELS AI WORKFORCE — public marketing site.
   Same brand system as the product dashboard: navy surfaces, one blue accent,
   professional SaaS hierarchy. Class names are preserved. */
:root {
  --ink: #102033;
  --muted: #5b6b7c;
  --line: #d7deea;
  --paper: #f5f7fb;
  --white: #ffffff;
  --navy: #0a0e17;
  --gold: #2f6bff;
  --gold-2: #5b8aff;
  --sky: #2f6bff;
  --brand: #2f6bff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.public {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--sky); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; object-fit: cover; object-position: center; }
.mono { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .92em; }

.pub-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 6vw;
  background: #0a0e17f5;
  color: #fff;
  backdrop-filter: blur(8px);
}
.pub-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  font-family: system-ui, sans-serif;
}
.pub-brand img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; }
.pub-links { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-left: 12px; font-family: system-ui, sans-serif; font-size: 14px; }
.pub-links a { color: #c9d4e3; padding: 6px 0; }
.pub-links a.is-active, .pub-links a:hover { color: #fff; text-decoration: none; }
.pub-actions { margin-left: auto; display: flex; gap: 8px; font-family: system-ui, sans-serif; }
.pub-toggle { display: none; margin-left: auto; border: 1px solid #ffffff44; background: transparent; color: #fff; border-radius: 8px; padding: 8px 12px; font-weight: 700; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  font: 700 13px/1 system-ui, sans-serif;
  letter-spacing: .02em;
}
.btn.solid { background: var(--brand); color: #fff; }
.btn.solid:hover { background: #1f5ae0; color: #fff; text-decoration: none; }
.btn.ghost { border: 1px solid currentColor; color: inherit; background: transparent; }
.btn.ghost:hover { text-decoration: none; }
.pub-actions .btn.ghost { color: #fff; border-color: #ffffff55; }

.hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
  padding: 64px 6vw 48px;
}
.hero-copy h1, .page-hero h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.08;
  margin: 10px 0 16px;
  letter-spacing: -.025em;
  color: var(--navy);
}
.lede { font-size: 18px; color: var(--muted); max-width: 40rem; line-height: 1.6; }
.kicker {
  font: 800 11px/1 system-ui, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-visual { position: relative; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.hero-visual img.hero-main {
  width: 100%;
  height: auto;
  max-height: 280px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 16px 40px #10203322;
  display: block;
  max-width: 100%;
}
.hero-ai-wrap { position: relative; width: 100%; max-width: 420px; margin: 0 auto; }
.hero-ai-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 18px 44px #10203318, 0 2px 8px #1020330d;
  overflow: hidden;
}
.hero-ai-card-head { display: flex; align-items: center; gap: 14px; }
.ai-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  flex: none;
  background: linear-gradient(135deg, #0a0e17, #2f6bff);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}
.ai-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 1 / 1; }
.ai-avatar-fallback { color: #fff; font-weight: 800; font-size: 20px; display: none; }
.ai-avatar.is-fallback img { display: none; }
.ai-avatar.is-fallback .ai-avatar-fallback { display: block; }
.hero-ai-bubble {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.45;
}
.hero-ai-bubble.user { background: var(--navy); color: #fff; margin-left: 28px; }
.hero-ai-bubble.agent { background: #fff; }
.hero-ai-meta { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.hero-ai-meta span {
  font: 600 11px system-ui, sans-serif;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
}
.hero-ai-note { margin-top: 10px; font: 500 12px system-ui, sans-serif; color: var(--muted); text-align: center; line-height: 1.4; }

.band { padding: 64px 6vw; }
.band.alt { background: var(--white); }
.section-head { max-width: 680px; margin: 0 auto 32px; }
.section-head.left, .section-head { }
.section-head h2, .band h2 { font-size: clamp(24px, 2.8vw, 34px); margin: 8px 0 10px; letter-spacing: -.02em; color: var(--navy); }
.cards { display: grid; gap: 16px; }
.cards.two { grid-template-columns: 1fr 1fr; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card, .quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}
.band.alt .card, .band.alt .quote { background: var(--paper); }
.card h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.01em; color: var(--navy); }
.card p { margin: 0 0 12px; color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.card.tall { min-height: 0; }
.card .dim { color: var(--muted); font-size: 13px; }
.quote p { margin: 0 0 16px; font-size: 17px; color: var(--ink); }
.quote footer { color: var(--muted); font: 600 12px system-ui, sans-serif; letter-spacing: .04em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split img, .split .media img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  max-height: 320px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}
.product-split { gap: 48px; align-items: center; }
.product-split .split-copy h3 { font-size: 22px; margin: 0 0 14px; letter-spacing: -.02em; color: var(--navy); }
.product-split .split-copy { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.product-split .split-copy .checklist li { text-align: left; }
.product-split .split-copy .hero-cta { margin-top: 16px; }
.split .media { margin: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px #10203322; }
.feature-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-cards .card { display: flex; flex-direction: column; }
.feature-cards .card h3 { font-size: 16px; }
.feature-cards .card p { margin-bottom: 14px; }
.feature-cards .card a { margin-top: auto; font-weight: 700; }
@media (max-width: 980px) { .feature-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .feature-cards { grid-template-columns: 1fr; } }
.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { padding: 12px 0 12px 28px; position: relative; border-bottom: 1px solid var(--line); color: var(--ink); }
.checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
}
.checklist li:last-child { border-bottom: 0; }

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.steps li:last-child { border-bottom: 0; }
.steps span { font: 800 26px/1 system-ui, sans-serif; color: var(--brand); }
.steps h3 { margin: 0 0 6px; font-size: 18px; color: var(--navy); }
.steps p { margin: 0; color: var(--muted); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  font: 600 13px system-ui, sans-serif;
  color: var(--ink);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  color: #fff;
  padding: 40px 6vw;
  gap: 20px;
}
.stats b { display: block; font-size: 34px; letter-spacing: -.02em; }
.stats span { color: #b7c4d4; font: 600 12px system-ui, sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0 6vw 64px;
  padding: 36px 40px;
  border-radius: 18px;
  background: var(--navy);
  color: #fff;
}
.cta h2 { margin: 0 0 8px; color: #fff; }
.cta p { margin: 0; color: #b7c4d4; max-width: 40rem; }
.cta .btn.ghost { color: #fff; }
.center { text-align: center; }
.page-hero { padding: 56px 6vw 8px; max-width: 760px; }
.page-hero .lede { margin-bottom: 0; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); }
.faq p { margin: 10px 0 0; color: var(--muted); }
.contact-form { display: grid; gap: 16px; max-width: 560px; }
.contact-form label { display: grid; gap: 6px; font: 700 12px system-ui, sans-serif; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.contact-form input, .contact-form textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  font: 16px/1.4 inherit;
  background: #fff;
  color: var(--ink);
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px #2f6bff22;
}
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-side h2 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.02em; color: var(--navy); }
.contact-desc { color: var(--muted); margin: 0 0 18px; }
.contact-hero {
  margin: 8px 6vw 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px #10203322;
}
.contact-hero img {
  width: 100%;
  height: auto;
  max-height: 420px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.contact-media { margin: 0 0 20px; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px #10203322; }
.contact-media img { width: 100%; height: auto; max-height: 300px; aspect-ratio: 16 / 11; object-fit: cover; object-position: center; }
.contact-details { display: grid; gap: 4px; }
.contact-detail { padding: 12px 0; border-top: 1px solid var(--line); }
.contact-detail:first-child { border-top: 0; }
.contact-label { display: block; font: 700 11px system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-detail a, .contact-detail span { font-size: 16px; color: var(--ink); font-weight: 600; }
.contact-detail a:hover { color: var(--brand); text-decoration: none; }
.contact-main { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.contact-main .contact-form { max-width: none; }
.contact-hint { margin: 18px 0 0; padding: 12px 14px; border-radius: 10px; background: #fff7e6; border: 1px solid #f0d9a8; color: #7a5b12; font-size: 13px; line-height: 1.5; }
.contact-hint code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12px; background: #fdf3dd; padding: 1px 4px; border-radius: 4px; }
.map-frame {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px #10203318;
  background: var(--white);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
.map-actions { text-align: center; margin: 18px 0 0; }
.flash { max-width: 560px; padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; }
.flash.ok { background: #e7f6ea; color: #1b5e20; }
.flash.err { background: #fdecea; color: #8a1c13; }

.pub-foot { background: var(--navy); color: #d5deea; padding: 48px 6vw 24px; font-family: system-ui, sans-serif; font-size: 14px; }
.pub-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.pub-foot a, .pub-foot span { display: block; color: #d5deea; margin: 6px 0; }
.pub-foot span { color: #9eb0c8; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.pub-foot p { color: #9eb0c8; max-width: 28rem; line-height: 1.55; }
.pub-legal { margin-top: 28px; color: #8fa0b3; font-size: 12px; }

@media (max-width: 980px) {
  .hero, .split, .cards.four, .cards.three, .cards.two, .stats, .cta, .pub-foot-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding: 40px 6vw 28px; gap: 28px; }
  .band { padding: 48px 6vw; }
  .cta { margin: 0 6vw 48px; padding: 28px; }
  .pub-toggle { display: inline-flex; }
  .pub-links, .pub-actions { display: none; }
  .pub-nav.is-open { flex-wrap: wrap; }
  .pub-nav.is-open .pub-links, .pub-nav.is-open .pub-actions { display: flex; width: 100%; margin: 0; }
  .pub-nav.is-open .pub-links { flex-direction: column; padding: 8px 0 0; }
  .hero-visual img.hero-main { max-height: 220px; }
  .contact-hero { margin: 4px 6vw 0; }
  .contact-hero img { max-height: 240px; }
  .map-frame iframe { height: 340px; }
}
@media (max-width: 560px) {
  body.public { padding-bottom: 88px; }
  .hero-copy h1, .page-hero h1 { font-size: 30px; }
  .lede { font-size: 16px; }
  .btn { min-height: 44px; }
  .stats b { font-size: 28px; }
}
