/* The public entry has one job: start a scan. */
.product-home { background: var(--product-bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
.product-home .container { width: min(1100px, calc(100% - 64px)); margin-inline: auto; }
.product-home .nav { position: relative; background: transparent; border: 0; box-shadow: none; }
.product-home .nav-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.product-home .brand { color: var(--product-text); font-size: 21px; font-weight: 650; letter-spacing: -.8px; }
.product-home .brand img { width: 28px; height: 28px; object-fit: contain; }
.product-home .nav-links { display: flex; align-items: center; gap: 30px; }
.product-home .nav-links a { color: var(--product-muted); font-size: 14px; text-decoration: none; }
.product-home .nav-links a:hover { color: var(--product-text); }
.product-home .home-hero { padding: 64px 0 56px; text-align: center; }
.product-home h1 { max-width: 790px; margin: 0 auto; color: var(--product-text); font-size: clamp(34px, 4.4vw, 56px); line-height: 1.09; font-weight: 620; letter-spacing: -.055em; background: none; -webkit-text-fill-color: currentColor; }
.product-home .home-lead { max-width: 580px; margin: 20px auto 28px; color: var(--product-muted); font-size: 18px; line-height: 1.65; }
.product-home .scan-console { max-width: 750px; margin-inline: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
.product-home .scan-console::before, .product-home .scan-console::after { display: none; }
.product-home .scan-form input, .product-home .nav-links a { font-weight: 400; }
.product-home .scan-form { display: block; margin: 0; padding: 0; border: 0; background: transparent; }
.product-home .scan-field-wrap { display: flex; gap: 10px; width: 100%; border: 0; box-shadow: none; background: transparent; }
.product-home .scan-form input { min-width: 0; flex: 1; min-height: 52px; padding: 16px 20px; color: var(--product-text); background: #10121a; border: 1px solid #55506f; border-radius: var(--stl-radius); font-size: 16px; }
.product-home .scan-form input::placeholder { color: var(--product-muted); opacity: 1; }
.product-home .scan-form input:focus { outline: 2px solid var(--product-accent); outline-offset: 3px; box-shadow: none; }
.product-home .btn.primary { min-height: 52px; padding: 16px 25px; background: var(--product-action); color: #fff; border: 1px solid #9680ef; border-radius: var(--stl-radius); box-shadow: none; font-size: 15px; font-weight: 650; white-space: nowrap; }
.product-home .btn.primary:hover { background: #856fe4; transform: none; }
.product-home .home-assurance { margin: 17px 0 0; font-size: 13px; color: var(--product-muted); }
.product-home .scan-inline-message:empty { display: none; }
.product-home .scan-inline-message { margin: 15px 0; color: var(--product-warning); }
.product-home .home-options { margin: 20px auto 0; max-width: 750px; text-align: left; color: var(--product-muted); font-size: 13px; }
.product-home .home-options > summary { width: fit-content; margin-inline: auto; cursor: pointer; text-underline-offset: 4px; }
.product-home .home-options[open] { padding: 18px; border: 1px solid var(--product-line); border-radius: var(--stl-radius); background: var(--product-surface); }
.product-home .home-options p { margin: 12px 0; }
.product-home .home-options .supported-targets { display: flex; flex-wrap: wrap; gap: 8px; }
.product-home .home-options button { background: var(--product-bg); color: var(--product-muted); padding: 9px 14px; border: 1px solid var(--product-line); border-radius: 6px; cursor: pointer; }
.product-home .home-options button[aria-pressed="true"] { color: var(--product-accent); border-color: var(--product-accent); }
.product-home .home-workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-block: 28px 36px; border-top: 1px solid var(--product-line); }
.product-home .home-workflow article { display: grid; grid-template-columns: 32px 1fr; gap: 14px; }
.product-home .step-number { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #716296; border-radius: 50%; color: var(--product-accent); font-size: 13px; }
.product-home h2 { color: var(--product-text); font-weight: 600; letter-spacing: -.025em; }
.product-home .home-workflow h2 { margin: 2px 0 9px; font-size: 16px; }
.product-home .home-workflow p { margin: 0; color: var(--product-muted); font-size: 14px; line-height: 1.7; }
.product-home .home-agent-band { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 32px 36px; border: 1px solid var(--product-line); border-radius: var(--stl-radius); background: var(--product-surface); }
.product-home .home-agent-band h2 { margin: 0 0 12px; font-size: 23px; }
.product-home .home-agent-band p { max-width: 600px; margin: 0; font-size: 14px; color: var(--product-muted); line-height: 1.7; }
.product-home .home-agent-links { display: grid; gap: 18px; flex-shrink: 0; font-size: 14px; }
.product-home .home-agent-links a { color: var(--product-accent); text-decoration: none; }
.product-home .home-faq { margin: 40px auto; display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
.product-home .home-faq h2 { margin: 0 0 16px; font-size: 25px; }
.product-home .home-faq > div > p { color: var(--product-muted); font-size: 14px; line-height: 1.7; }
.product-home .home-faq details { background: transparent; border: 0; border-top: 1px solid var(--product-line); border-radius: 0; padding: 19px 0; }
.product-home .home-faq summary { cursor: pointer; color: var(--product-text); font-weight: 500; }
.product-home .home-faq details p { color: var(--product-muted); font-size: 14px; line-height: 1.8; margin: 16px 0 0; }
.product-home .footer { border-top: 1px solid var(--product-line); background: transparent; padding: 30px 0; }
.product-home .footer-inner { gap: 24px; }
.product-home .footer p, .product-home .footer a { font-size: 12px; color: var(--product-muted); }
.product-home .footer p:last-child { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 700px) {
  .product-home .container { width: calc(100% - 40px); }
  .product-home .nav-inner { min-height: 78px; }
  .product-home .nav-links { display: flex; gap: 18px; }
  .product-home .nav-links a:not(.btn) { display: inline-flex; }
  .product-home .nav-links a.home-how-link { display: none; }
  .product-home .nav-links a { font-size: 12px; }
  .product-home .brand { font-size: 18px; }
  .product-home .brand img { width: 24px; height: 24px; }
  .product-home .home-hero { padding: 67px 0 55px; }
  .product-home h1 { font-size: clamp(35px, 8vw, 48px); max-width: 460px; }
  .product-home .home-lead { font-size: 16px; margin: 24px auto 28px; }
  .product-home .scan-field-wrap { flex-direction: column; }
  .product-home .scan-form input, .product-home .btn.primary { width: 100%; min-height: 56px; }
  .product-home .home-workflow { grid-template-columns: 1fr; gap: 24px; padding-block: 28px 36px; }
  .product-home .home-workflow article + article { border-top: 1px solid var(--product-line); padding-top: 24px; }
  .product-home .home-agent-band { flex-direction: column; align-items: stretch; gap: 25px; padding: 24px; }
  .product-home .home-faq { grid-template-columns: 1fr; gap: 18px; margin-block: 45px; }
  .product-home .footer-inner { flex-direction: column; align-items: flex-start; }
}
