:root {
  --navy: #0a1422;
  --ink: #17283d;
  --blue: #4a8fc4;
  --bright: #8ec4eb;
  --muted: #596b7d;
  --line: #dbe3ec;
  --paper: #f5f8fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background: #fff;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
select,
textarea {
  font: inherit;
}
a,
button,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
img {
  max-width: 100%;
}
.wrap {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  z-index: 10;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 8px;
}
.site-header {
  background: var(--navy);
  color: white;
  border-bottom: 1px solid #ffffff20;
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 21px;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: -0.6px;
}
.brand span {
  color: var(--bright);
}
.brand img {
  margin-right: 4px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}
.site-header nav > a:not(.button) {
  padding-block: 12px;
  text-decoration: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #3478aa;
  color: white;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  background: #3677aa;
}
.button.compact {
  font-size: 14px;
}
.outline {
  background: transparent;
  border-color: #698198;
  color: #fff;
}
.outline:hover {
  background: #ffffff12;
}
.secondary {
  background: var(--ink);
}
.hero {
  background: var(--navy);
  color: white;
  padding: 80px 0 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  margin: 0 0 18px;
  color: #3978a7;
}
.hero .eyebrow {
  color: var(--bright);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1 {
  max-width: 940px;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.12;
  letter-spacing: -2.6px;
  font-weight: 600;
  margin-bottom: 28px;
}
h1 em {
  font-style: normal;
  color: var(--bright);
}
.hero-copy {
  max-width: 630px;
  color: #c5d0de;
  font-size: 18px;
  line-height: 1.8;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ffffff20;
  margin-top: 64px;
  padding: 24px 0;
  color: #aebed0;
  font-size: 13px;
}
.section {
  padding-block: 80px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
.section-heading > p {
  max-width: 300px;
  color: var(--muted);
  font-size: 15px;
}
h2 {
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-weight: 600;
  max-width: 680px;
  margin-bottom: 28px;
}
h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.product-card:first-child {
  border-color: #81b7df;
  box-shadow: 0 4px 28px #0a14220a;
}
.card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
}
.number {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  font-weight: 700;
}
.tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #e7f3fc;
  color: #25618e;
  border-radius: 4px;
  padding: 4px 7px;
  display: inline-block;
}
.neutral {
  background: #eef2f6;
  color: #516072;
}
.pilot {
  background: #f7eddb;
  color: #705317;
}
.price {
  font-size: 39px;
  letter-spacing: -1.5px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
.price span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 4px;
}
.product-card > p:not(.price) {
  font-size: 15px;
  color: var(--muted);
}
.feature-note {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 14px;
  margin: 4px 0 18px;
}
.trial-terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 28px;
}
.trial-terms li:before {
  content: "✓ ";
  color: #3978a7;
}
.features {
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}
.features li {
  margin-bottom: 9px;
}
.card-actions {
  margin-top: auto;
  padding-top: 24px;
  display: grid;
  gap: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 600;
  font-size: 14px;
  color: #286998;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.card-actions .text-link {
  justify-content: center;
}
.muted {
  color: var(--muted);
  font-size: 14px;
}
.soft-section {
  background: var(--paper);
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-top: 42px;
}
.three-columns h3 {
  font-size: 20px;
}
.three-columns p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 0;
}
.small-rule {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--blue);
  margin-bottom: 20px;
}
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.details-grid p {
  font-size: 14px;
  color: var(--muted);
}
.details-grid h3 {
  font-size: 19px;
}
.steps {
  list-style: none;
  padding: 0;
}
.step {
  display: block;
  color: var(--blue);
  font-size: 30px;
  margin-bottom: 15px;
}
.pricing-section {
  background: #edf3f8;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #ccd9e5;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.pricing-grid > div {
  padding: 26px;
  border-right: 1px solid var(--line);
}
.pricing-grid > div:last-child {
  border-right: 0;
}
.pricing-grid h3 {
  font-size: 18px;
}
.pricing-grid .price {
  font-size: 34px;
}
.pricing-grid p:not(.price) {
  font-size: 13px;
  color: var(--muted);
}
.pricing-grid .bundle {
  background: var(--navy);
  color: white;
}
.bundle .price span,
.bundle p:not(.price) {
  color: #c5d0de;
}
.bundle .tag {
  margin-bottom: 14px;
}
.pricing-note {
  font-size: 13px;
  color: var(--muted);
  margin: 20px 0 0;
}
.trial-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.trial-intro {
  padding-top: 26px;
}
.trial-intro > p {
  max-width: 380px;
}
.form-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.form-panel > p {
  font-size: 14px;
  color: var(--muted);
}
label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 18px 0;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 7px;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #bdcbd8;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid label {
  margin-bottom: 0;
}
.privacy-note {
  font-size: 12px;
  color: var(--muted);
}
form > .button {
  width: 100%;
}
#request-ready {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
#request-ready p {
  font-size: 14px;
}
summary {
  cursor: pointer;
  font-size: 14px;
  min-height: 44px;
  padding-block: 12px;
}
#copy-status {
  margin-bottom: 0;
}
footer {
  background: var(--navy);
  color: #b9c7d8;
  padding: 48px 0 0;
  font-size: 13px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 36px;
}
.footer-top .brand {
  color: white;
  margin-bottom: 12px;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 4px 24px;
  max-width: 400px;
}
.footer-top nav a {
  padding: 10px 0;
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid #ffffff20;
  padding-block: 20px;
  font-size: 11px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1020px) {
  .product-grid {
    gap: 14px;
  }
  .product-card {
    padding: 22px;
  }
  .card-top {
    min-height: 55px;
  }
  .trial-terms {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-grid > div {
    border-bottom: 1px solid var(--line);
  }
  .trial-section {
    gap: 36px;
  }
  .site-header nav {
    gap: 16px;
  }
  .header-inner {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .three-columns {
    gap: 26px;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    gap: 16px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
  }
  .site-header nav .button {
    padding: 10px;
    font-size: 12px;
    min-height: 44px;
  }
  .brand {
    font-size: 19px;
  }
  .hero {
    padding-top: 48px;
  }
  h1 {
    letter-spacing: -1.4px;
    font-size: 41px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-foot {
    display: grid;
    gap: 8px;
    margin-top: 40px;
  }
  .section {
    padding-block: 48px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: none;
  }
  .product-grid,
  .three-columns,
  .details-grid,
  .trial-section {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 26px;
  }
  .card-top {
    min-height: 0;
    margin-bottom: 24px;
  }
  .trial-terms {
    grid-template-columns: 1fr 1fr;
  }
  .three-columns {
    gap: 32px;
  }
  .details-grid {
    gap: 30px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid > div {
    border-right: 0;
  }
  .form-panel {
    padding: 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .trial-section {
    gap: 24px;
  }
  .trial-intro {
    padding: 0;
  }
  .footer-top {
    display: block;
  }
  .footer-top nav {
    margin-top: 28px;
  }
  .actions .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Commercial navigation and sales-page extensions; existing demo styles are separate. */
.commercial-nav{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.commercial-nav a{text-decoration:none}.product-menu{position:relative}.product-menu summary{cursor:pointer;font-weight:600;padding:8px 0}.product-menu>div{position:absolute;top:100%;left:0;z-index:20;min-width:190px;padding:12px;background:#081d2b;border:1px solid #526879;border-radius:8px;box-shadow:0 8px 24px #0002}.product-menu>div a{display:block;padding:10px;color:#fff}.commercial-pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.commercial-pricing .product-card h2{font-size:26px}.commercial-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 48px;padding-left:24px;margin:32px 0}.commercial-request{display:grid;grid-template-columns:1fr 1.2fr;gap:48px}.commercial-page .hero .price{color:#fff;margin:20px 0 8px}.commercial-page .hero .tag{display:inline-block}.commercial-page .hero .actions{margin-top:25px}.commercial-page .hero .secondary{color:#fff;background:transparent;border:1px solid #8ec4eb}.product-card h3 a{text-decoration:none}.site-header{z-index:30}.landing-page .commercial-nav{gap:20px}.landing-page .commercial-nav>a{display:inline-block!important}
@media(max-width:900px){.landing-page .header-inner{flex-wrap:wrap;padding-block:18px;gap:14px}.landing-page .commercial-nav{width:100%;gap:12px 20px;font-size:13px;display:flex!important}.commercial-pricing,.commercial-features,.commercial-request{grid-template-columns:1fr}.product-menu>div{left:0}.commercial-page .hero h1{font-size:40px;letter-spacing:-1px}.commercial-page .hero{padding-block:48px}}
/* Keep all product choices equally weighted and keep the expanded navigation usable. */
body.landing-page #tools .product-card{border-color:var(--line)}
body.landing-page #tools .product-card:hover{border-color:#8db9ca}
.landing-page.commercial-page .commercial-pricing .product-card{display:flex;flex-direction:column;align-items:flex-start;gap:0}
@media(max-width:1000px){body.landing-page .header-inner{flex-wrap:wrap}body.landing-page .commercial-nav{width:100%}}
/* Public information pages share the commercial shell; product/app styles stay separate. */
.public-page main { padding: 0; }
.public-page .hero { padding-bottom: 56px; }
.public-page .hero-headline { font-size: 22px; color: #fff; }
.public-page .section { border-bottom: 1px solid var(--line); }
.public-page .section:nth-child(odd), .public-page .closing, .public-page .cta { background: var(--paper); }
.public-page .section-lead, .public-page .prose-block, .public-page .cta-text { max-width: 760px; color: var(--muted); }
.public-page .pillars-grid, .public-page .protections-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.public-page .pillar-card, .public-page .protection-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.public-page .pillar-card p, .public-page .protection-card p { color: var(--muted); margin-bottom: 0; }
.public-page .closing, .public-page .cta { padding-block: 64px; }
.public-page .closing-brand { font-weight: 700; font-size: 22px; }
.public-page .closing-brand span { color: var(--blue); }
.public-page .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.public-page .page-note { padding-block: 24px; color: var(--muted); font-size: 14px; }
.public-page .faq-list { max-width: 800px; margin-top: 32px; }
.public-page .faq-item { padding: 12px 0; border-bottom: 1px solid var(--line); }
.public-page .faq-item summary { font-size: 16px; font-weight: 600; }
.public-page .faq-item p { color: var(--muted); padding-top: 12px; }
.public-page .legal-content { max-width: 800px; padding-block: 64px; }
.public-page .legal-content h1 { font-size: clamp(38px, 5.2vw, 64px); }
.public-page .legal-updated { color: var(--muted); margin-bottom: 40px; }
.public-page .legal-section { padding-block: 28px; border-top: 1px solid var(--line); }
.public-page .legal-section h2 { font-size: 28px; letter-spacing: -.7px; margin-bottom: 18px; }
.public-page .legal-section p, .public-page .legal-section li { color: var(--muted); }
.public-page main p a, .public-page main li a { color: #087699; text-decoration: underline; overflow-wrap: anywhere; }
.public-page .footer-trust { padding-bottom: 20px; }
.public-page .footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-bottom: 28px; }
.public-page .footer-links + span { display: block; border-top: 1px solid #ffffff20; padding-block: 20px; font-size: 11px; }
.public-page .footer-linkedin { display: inline-flex; align-items: center; gap: .35em; }
.public-page .footer-linkedin svg { width: .95em; height: .95em; fill: currentColor; }
/* Scope auth presentation to public entry pages without changing auth.css or scripts. */
.public-auth { display: flex; flex-direction: column; min-height: 100vh; }
.public-auth main { flex: 1; padding-block: 64px; }
.public-auth .auth-layout { width: calc(100% - 40px); max-width: 520px; padding: 0; }
.public-auth .auth-heading { font-size: clamp(32px, 4vw, 42px); line-height: 1.15; }
.public-auth .auth-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.public-auth .auth-lead, .public-auth .auth-footer-text, .public-auth .auth-loading, .public-auth .account-note { color: var(--muted); }
.public-auth .auth-form-group label { color: var(--ink); }
.public-auth .auth-form-group input { background: #fff; color: var(--ink); border-color: #ccdce5; }
.public-auth .auth-form-group input::placeholder { color: var(--muted); }
.public-auth .auth-form-link a, .public-auth .auth-footer-text a { color: #087699; }
.public-auth .btn-primary { background: #087da7; color: #fff; border-radius: 8px; box-shadow: none; }
.public-auth .btn-primary:hover { background: #05668c; }
.public-auth .auth-alert--error { color: #9e2727; background: #fff0f0; }
.public-auth .auth-alert--success { color: #21633c; background: #eff9f1; }
.public-auth .auth-alert--info { color: #225b76; background: #edf6fb; }
.public-auth .site-header a, .public-auth footer a { color: inherit; }
.public-auth .site-header .brand, .public-auth footer .brand { color: #fff; }
.public-auth a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
@media (max-width: 720px) {
  .public-page .pillars-grid, .public-page .protections-grid { grid-template-columns: 1fr; }
  .public-page .legal-content, .public-page .closing, .public-page .cta, .public-auth main { padding-block: 48px; }
  .public-page .cta-actions .button { width: 100%; }
}
