:root {
  color-scheme: light;
  --navy: #162132;
  --navy-soft: #223247;
  --slate: #5d6f86;
  --muted: #5f6b7a;
  --paper: #ffffff;
  --canvas: #f3f6fb;
  --line: #dce3eb;
  --green: #2f8a61;
  --green-dark: #236e4c;
  --green-soft: #e7f3ed;
  --critical: #c83e4d;
  --high: #e7783f;
  --medium: #d9a62e;
  --low: #3b83bd;
  --info: #8794a5;
  font-family: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--navy); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 64px);
  border-bottom: 1px solid rgba(34, 50, 71, .12);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; text-decoration: none; }
.parent-logo { width: 34px; height: 34px; object-fit: contain; }
.product-logo { width: 29px; height: 29px; object-fit: contain; }
.brand-divider { width: 1px; height: 23px; background: #cbd3dd; }
.product-name { font-size: 15px; font-weight: 700; color: var(--navy-soft); }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { color: #46566a; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--green); }
.header-cta { justify-self: end; padding: 10px 16px; border-radius: 6px; background: var(--navy-soft); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.header-cta:hover { background: var(--green-dark); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(840px, 92vh);
  display: flex;
  align-items: center;
  padding: 126px max(24px, calc((100vw - 1180px) / 2)) 92px;
  background: #f6f8fb url("/hero-cyber-ai.webp") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(246, 248, 251, .12); pointer-events: none; }
.hero-content { position: relative; z-index: 1; min-width: 0; width: min(690px, 58vw); }
.eyebrow { margin: 0 0 18px; color: var(--green-dark); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow.light { color: #8fe0b7; }
h1, h2, h3 { margin-top: 0; letter-spacing: 0; }
h1 { margin-bottom: 18px; color: var(--navy-soft); font-size: clamp(58px, 8.2vw, 104px); line-height: .98; font-weight: 600; }
.hero-lead { max-width: 650px; margin: 0; color: var(--navy); font-size: clamp(27px, 3.3vw, 44px); line-height: 1.13; font-weight: 600; }
.hero-copy { max-width: 610px; margin: 22px 0 0; color: #516073; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .16s ease, border-color .16s ease, color .16s ease; }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: #b7c2cf; background: rgba(255, 255, 255, .78); color: var(--navy-soft); }
.button-secondary:hover { border-color: var(--slate); background: #fff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 38px 0 0; list-style: none; color: #526174; font-size: 12px; font-weight: 600; }
.hero-proof li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); }

.promise-band { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 24px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: var(--paper); }
.promise-band p { margin: 0; color: var(--navy-soft); font-size: 13px; font-weight: 650; }
.promise-band div { display: flex; gap: 26px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.platform-section { padding-top: 112px; padding-bottom: 120px; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .control-copy h2, .contact-copy h2 { margin-bottom: 20px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.08; font-weight: 600; }
.section-heading > p:last-child, .control-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }

.product-window { display: grid; grid-template-columns: 176px minmax(0, 1fr); min-height: 540px; margin-top: 64px; overflow: hidden; border: 1px solid #cbd5df; border-radius: 8px; background: #f7f9fc; box-shadow: 0 28px 70px rgba(22, 33, 50, .13); }
.window-sidebar { padding: 18px 12px; background: #172333; color: #c8d2df; }
.window-brand { display: flex; align-items: center; gap: 8px; padding: 2px 7px 19px; border-bottom: 1px solid #2d3b4e; font-size: 12px; font-weight: 700; }
.window-brand img { width: 26px; height: 26px; }
.window-nav { display: grid; gap: 4px; margin-top: 18px; }
.window-nav span { display: flex; align-items: center; gap: 9px; padding: 10px; border-radius: 5px; font-size: 11px; }
.window-nav span.active { background: #29394c; color: #fff; }
.window-nav i { width: 8px; height: 8px; border: 1px solid #8292a6; border-radius: 2px; }
.window-nav .active i { border-color: #65c797; background: #65c797; }
.window-nav b { min-width: 18px; margin-left: auto; border-radius: 9px; background: #3b8f67; color: #fff; text-align: center; font-size: 9px; }
.window-main { min-width: 0; background: #f7f9fc; }
.window-topbar { height: 62px; display: flex; justify-content: space-between; align-items: center; padding: 0 24px; border-bottom: 1px solid #dce3eb; background: #fff; }
.window-topbar div { display: flex; align-items: center; gap: 6px; font-size: 12px; }
.window-topbar small { color: #8994a3; }.window-topbar strong { color: #2b3a4e; }
.live-status { color: var(--green-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.live-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.scan-summary { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; padding: 30px 28px 22px; }
.scan-summary small { color: #788596; font-size: 10px; text-transform: uppercase; font-weight: 700; }
.scan-summary h3 { margin: 6px 0 7px; color: #253549; font-size: 25px; }
.scan-summary p { margin: 0; color: #748194; font-size: 11px; }
.summary-score { display: grid; grid-template-columns: auto auto; column-gap: 10px; align-items: center; text-align: right; }
.summary-score span { grid-column: 1; color: #8390a1; font-size: 9px; text-transform: uppercase; }
.summary-score strong { grid-column: 2; grid-row: 1 / 3; color: #c54b44; font-size: 32px; }
.summary-score small { color: #c54b44; font-size: 9px; font-weight: 700; }
.severity-bar { display: flex; gap: 3px; height: 39px; margin: 0 28px 24px; }
.severity-bar > span { min-width: 54px; display: flex; gap: 6px; align-items: center; justify-content: center; border-radius: 3px; color: #fff; }
.severity-bar .critical { flex: 8; }.severity-bar .high { flex: 18; }.severity-bar .medium { flex: 34; }.severity-bar .low { flex: 24; }.severity-bar .info { flex: 16; }
.severity-bar b { font-size: 12px; }.severity-bar small { font-size: 8px; text-transform: uppercase; opacity: .85; }
.critical { background: var(--critical); }.high { background: var(--high); }.medium { background: var(--medium); }.low { background: var(--low); }.info { background: var(--info); }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(230px, .75fr); gap: 18px; padding: 0 28px 28px; }
.findings-panel, .review-panel { overflow: hidden; border: 1px solid #d8e0e8; border-radius: 6px; background: #fff; }
.panel-head { min-height: 45px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid #e2e7ed; color: #2d3b4e; font-size: 10px; }
.panel-head span { color: #8692a1; }
.finding-row { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 13px 16px; border-bottom: 1px solid #edf0f4; }
.finding-row:last-child { border-bottom: 0; }
.finding-row > i { width: 7px; height: 7px; border-radius: 50%; }
.finding-row div { min-width: 0; display: grid; gap: 3px; }
.finding-row strong { overflow: hidden; color: #334256; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.finding-row small { color: #8b96a4; font-size: 8px; }
.finding-row > b { color: #647286; font-size: 8px; text-transform: uppercase; }
.review-panel { padding-bottom: 14px; }
.review-panel p { margin: 15px 16px; color: #657286; font-size: 9px; line-height: 1.65; }
.review-panel dl { margin: 0 16px 16px; }
.review-panel dl div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #edf0f4; font-size: 9px; }
.review-panel dt { color: #7e8a99; }.review-panel dd { margin: 0; color: #253549; font-weight: 700; }
.review-panel button { margin: 0 16px; padding: 8px 10px; border: 0; border-radius: 4px; background: #253549; color: #fff; font-size: 9px; }

.workflow-section { padding: 110px 0; background: var(--navy-soft); color: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0; color: #bdc8d5; font-size: 15px; line-height: 1.7; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 70px 0 0; list-style: none; border-top: 1px solid #536176; }
.workflow-grid li { min-height: 250px; padding: 25px 25px 20px 0; border-right: 1px solid #536176; }
.workflow-grid li + li { padding-left: 25px; }
.workflow-grid li:last-child { border-right: 0; }
.workflow-grid span { color: #75d1a3; font-size: 11px; font-weight: 700; }
.workflow-grid h3 { margin: 62px 0 12px; font-size: 21px; }
.workflow-grid p { margin: 0; color: #b9c4d0; font-size: 13px; line-height: 1.7; }

.control-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); padding-top: 110px; padding-bottom: 110px; }
.control-copy { align-self: center; }
.text-link { display: inline-flex; gap: 8px; margin-top: 14px; color: var(--green-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.control-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 27px 0; border-top: 1px solid var(--line); }
.control-list article:last-child { border-bottom: 1px solid var(--line); }
.control-list article > span { color: var(--green-dark); font-size: 11px; font-weight: 700; }
.control-list h3 { margin: 0 0 7px; font-size: 18px; }
.control-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact-section { padding: 110px 0; background: #172333; color: #fff; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 140px); }
.contact-copy p { color: #c0cad6; font-size: 15px; line-height: 1.75; }
.contact-copy ul { padding: 0; margin: 32px 0 0; list-style: none; }
.contact-copy li { padding: 11px 0; border-bottom: 1px solid #344356; color: #d1d9e2; font-size: 12px; }
.contact-copy li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: #69c995; }
.lead-form { display: grid; gap: 17px; padding: 28px; border: 1px solid #d7dee7; border-radius: 8px; background: #fff; color: var(--navy); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label, .lead-form legend { display: grid; gap: 7px; color: #3c4b5f; font-size: 11px; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd4df; border-radius: 5px; outline: none; background: #fff; color: var(--navy); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47, 138, 97, .12); }
.lead-form fieldset { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 0; margin: 0; border: 0; }
.lead-form legend { grid-column: 1 / -1; margin-bottom: 2px; }
.choice { display: flex !important; align-items: flex-start; gap: 7px !important; padding: 11px; border: 1px solid #cbd4df; border-radius: 5px; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--green); background: var(--green-soft); }
.choice input { width: 14px; margin: 2px 0 0; accent-color: var(--green); }
.choice span { display: grid; gap: 3px; }.choice strong { color: #253549; font-size: 11px; }.choice small { color: #6f7b8a; font-size: 10px; font-weight: 400; line-height: 1.35; }
.privacy { display: flex !important; gap: 8px !important; align-items: flex-start; font-weight: 400 !important; line-height: 1.45; }
.privacy input { width: 14px; margin-top: 2px; accent-color: var(--green); }
.honeypot { position: absolute; left: -10000px; }
.submit-button { justify-self: start; border: 0; }
.form-status { min-height: 19px; margin: -7px 0 0; color: var(--green-dark); font-size: 12px; }
.form-status.error { color: #b52d2d; }

footer { min-height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 24px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #fff; color: #718092; font-size: 11px; }
footer p { margin: 0; } footer p:last-child { justify-self: end; } footer a { text-underline-offset: 3px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 780px; background-position: 58% center; }
  .hero-content { width: min(660px, 78vw); }
  .promise-band { align-items: flex-start; flex-direction: column; gap: 14px; }
  .product-window { grid-template-columns: 142px minmax(0, 1fr); }
  .workspace-grid { grid-template-columns: 1fr; }
  .review-panel { display: none; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .workflow-grid li:nth-child(2) { border-right: 0; }
  .workflow-grid li:nth-child(-n+2) { border-bottom: 1px solid #536176; }
  .contact-grid, .control-section { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 64px; padding-inline: 16px; }
  .parent-logo { width: 30px; height: 30px; }.product-logo { width: 26px; height: 26px; }.product-name { font-size: 13px; }
  .header-cta { display: none; }
  .hero { min-height: 760px; padding: 108px 20px 70px; background-position: 64% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(246, 248, 251, .7); }
  .hero-content { width: 100%; }
  .hero-copy { overflow-wrap: break-word; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 27px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 9px; }
  .promise-band div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .platform-section, .workflow-section, .control-section, .contact-section { padding-top: 76px; padding-bottom: 76px; }
  .section-heading h2, .control-copy h2, .contact-copy h2 { font-size: 36px; }
  .product-window { grid-template-columns: 1fr; min-height: 0; margin-inline: -8px; }
  .window-sidebar { display: none; }
  .window-topbar { padding-inline: 16px; }
  .scan-summary { padding: 23px 16px 18px; }
  .scan-summary h3 { font-size: 20px; }
  .summary-score { display: none; }
  .severity-bar { margin-inline: 16px; overflow: hidden; }
  .severity-bar > span { min-width: 38px; }
  .severity-bar small { display: none; }
  .workspace-grid { padding: 0 16px 18px; }
  .finding-row > b { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-grid li, .workflow-grid li + li { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid #536176; }
  .workflow-grid h3 { margin: 24px 0 9px; }
  .form-row, .lead-form fieldset { grid-template-columns: 1fr; }
  .lead-form { padding: 20px; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer p:last-child { justify-self: start; }
}

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