:root {
  --navy: #061b4d;
  --ink: #10213f;
  --ink-muted: #53647f;
  --line: #d9e1ec;
  --canvas: #f5f8fc;
  --white: #ffffff;
  --blue: #1178f2;
  --sky: #27c6e6;
  --lime: #b8e36d;
  --sun: #ffd563;
  --coral: #ff7c6d;
  --shadow: 0 18px 40px rgba(11, 32, 76, 0.14);
  --page: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

button, a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; height: auto; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { color: inherit; line-height: 1.05; letter-spacing: 0; }

h1 { font-size: clamp(2.75rem, 5vw, 5.2rem); max-width: 720px; margin-bottom: 24px; }

h2 { font-size: clamp(2rem, 3.4vw, 3.6rem); margin-bottom: 22px; }

h3 { font-size: 1.35rem; margin-bottom: 10px; }

.page-width { width: var(--page); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: -64px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
  border-radius: 6px;
}

.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 48px));
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 23px 0;
  color: var(--white);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.13rem; font-weight: 700; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 7px 18px rgba(1, 18, 65, 0.25); }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #b8f4ff);
  color: var(--navy);
  box-shadow: 0 7px 18px rgba(1, 18, 65, 0.25);
  font-size: 0.76rem;
  font-weight: 900;
}
.brand-mark-footer { border-color: rgba(255, 255, 255, 0.35); }
.brand-dark .brand-mark {
  border-color: #c8d6e5;
  background: linear-gradient(135deg, #1178f2, #27c6e6);
  color: var(--white);
}
.brand strong { color: var(--sky); }
.brand-footer strong { color: var(--sky); }
.brand-dark { color: var(--navy); }
.brand img, .product-card-top img, .availability-inner img, .legal-product-heading img { object-fit: contain; }

.site-nav { display: flex; align-items: center; gap: 28px; font-size: 0.93rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { opacity: 0.88; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { opacity: 1; }

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nav-cta { min-height: 40px; padding: 10px 14px; box-shadow: 0 7px 18px rgba(1, 12, 50, 0.2); }
.button:hover, .button:focus-visible, .nav-cta:hover, .nav-cta:focus-visible { transform: translateY(-2px); }
.button:focus-visible, .nav-cta:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(780px, 90svh);
  overflow: hidden;
  background: #0c55d5;
  color: var(--white);
  isolation: isolate;
}

.hero-art, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-art {
  background: #0b54d4 url("assets/hero-editor-render.png") center / cover no-repeat;
  transform: scale(1.012);
}
.hero-shade {
  z-index: -1;
  background: rgba(3, 20, 67, 0.18);
}

.hero-content { padding-top: 132px; padding-bottom: 112px; }
.eyebrow, .section-label, .footer-label { margin-bottom: 14px; color: #0878ef; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow-light { color: #a8f3ff; }
.hero-copy { max-width: 610px; margin-bottom: 30px; font-size: clamp(1.06rem, 1.65vw, 1.27rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-primary { border-color: var(--white); background: var(--white); color: var(--navy); box-shadow: 0 12px 24px rgba(1, 17, 60, 0.3); }
.button-primary:hover, .button-primary:focus-visible { background: #ddfaff; }
.button-ghost { background: rgba(4, 21, 67, 0.4); color: var(--white); box-shadow: 0 12px 24px rgba(1, 17, 60, 0.22); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(4, 21, 67, 0.67); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 21px; margin-top: 32px; font-size: 0.87rem; font-weight: 700; }
.hero-proof span { position: relative; padding-left: 13px; }
.hero-proof span::before { content: ""; position: absolute; top: 0.5em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--sky); }

.intro-band { padding: 88px 0 98px; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 0.75fr 1.4fr 0.93fr; gap: 32px; align-items: start; }
.intro-grid h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.85rem); }
.intro-grid > p:last-child { margin: 8px 0 0; color: var(--ink-muted); }
.section-label { color: var(--coral); }

.portfolio-section { padding: 118px 0 126px; background: var(--canvas); }
.portfolio-grid { display: grid; grid-template-columns: 1.15fr 0.9fr 0.9fr; gap: 18px; }
.product-card {
  display: flex;
  flex-direction: column;
  min-height: 356px;
  padding: 26px;
  border: 1px solid #d1dce8;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(12, 47, 102, 0.08);
}
.product-card-featured {
  border-color: #bad0ea;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  box-shadow: 0 18px 40px rgba(11, 32, 76, 0.13);
}
.product-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.product-card-top img { width: 72px; height: 72px; border-radius: 18px; box-shadow: 0 14px 26px rgba(17, 120, 242, 0.24); }
.product-card h3 { margin-bottom: 12px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.product-card p { margin-bottom: 22px; color: var(--ink-muted); }
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid #bcd0e6;
  border-radius: 999px;
  background: #eaf7ff;
  color: #0d5dbb;
  font-size: 0.73rem;
  font-weight: 850;
  text-transform: uppercase;
}
.status-soft { background: #f4f7fb; color: #607089; }
.product-placeholder {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid #bdd0e5;
  border-radius: 8px;
  background: #edf5ff;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
}
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 12px; }
.product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border: 1px solid #d7e1ed;
  border-radius: 6px;
  color: #48627f;
  font-size: 0.78rem;
  font-weight: 750;
}
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button-outline { border-color: #bad0e9; background: var(--white); color: var(--navy); box-shadow: 0 9px 18px rgba(12, 47, 102, 0.08); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--blue); background: #eff8ff; }
.text-link-muted { display: inline-flex; margin-top: auto; color: var(--blue); font-weight: 800; }

.product-section { padding: 120px 0; background: #eaf4fe; overflow: hidden; }
.product-layout { display: grid; grid-template-columns: 0.93fr 0.77fr; gap: clamp(48px, 9vw, 150px); align-items: center; }
.product-copy > p:not(.eyebrow) { max-width: 580px; color: var(--ink-muted); font-size: 1.08rem; }
.product-facts { display: grid; gap: 0; max-width: 560px; margin: 38px 0 0; border-top: 1px solid #bcd0e6; }
.product-facts div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #bcd0e6; }
.product-facts dt { color: var(--blue); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; }
.product-facts dd { margin: 0; color: var(--ink-muted); }
.product-detail-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid #c7d7e8;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
  box-shadow: 0 20px 44px rgba(11, 32, 76, 0.14);
}
.product-detail-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--blue), var(--sky), var(--lime));
}
.detail-panel-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.detail-panel-header img { width: 64px; height: 64px; border-radius: 16px; box-shadow: 0 12px 24px rgba(17, 120, 242, 0.24); }
.detail-panel-header span, .detail-panel-header strong { display: block; }
.detail-panel-header span { color: var(--blue); font-size: 0.78rem; font-weight: 850; text-transform: uppercase; }
.detail-panel-header strong { color: var(--navy); font-size: 1.18rem; line-height: 1.2; }
.capability-list { display: grid; gap: 12px; }
.capability-list > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}
.capability-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  grid-row: 1 / span 2;
}
.capability-list h3 { grid-column: 2; margin: 0 0 6px; font-size: 1.08rem; }
.capability-list p { grid-column: 2; margin: 0; color: var(--ink-muted); font-size: 0.94rem; }

.tools-section { padding: 118px 0 126px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.1fr 0.67fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 410px; margin: 0 0 4px; color: var(--ink-muted); }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tool-card { min-height: 272px; padding: 25px; border: 1px solid #d1dce8; border-radius: 8px; background: var(--white); box-shadow: 0 8px 20px rgba(12, 47, 102, 0.06); }
.tool-card:nth-child(1) { border-top: 5px solid var(--blue); }
.tool-card:nth-child(2) { border-top: 5px solid var(--sky); }
.tool-card:nth-child(3) { border-top: 5px solid var(--coral); }
.tool-card:nth-child(4) { border-top: 5px solid var(--sun); }
.tool-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 37px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 0.78rem; font-weight: 800; }
.tool-card p { margin: 0; color: var(--ink-muted); font-size: 0.95rem; }

.standards-section { padding: 118px 0 126px; background: var(--white); }
.standards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.standard-card {
  min-height: 258px;
  padding: 26px;
  border: 1px solid #d1dce8;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(12, 47, 102, 0.06);
}
.standard-accent {
  display: block;
  width: 46px;
  height: 5px;
  margin-bottom: 42px;
  border-radius: 999px;
  background: var(--blue);
}
.standard-card:nth-child(2) .standard-accent { background: var(--coral); }
.standard-card:nth-child(3) .standard-accent { background: var(--lime); }
.standard-card p { margin: 0; color: var(--ink-muted); }

.workflow-section { padding: 120px 0; background: #eff5fa; }
.workflow-layout { display: grid; grid-template-columns: 0.78fr 1.1fr; align-items: center; gap: clamp(50px, 10vw, 160px); }
.workflow-panel {
  padding: 26px;
  border: 1px solid #cddbe9;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(11, 32, 76, 0.1);
}
.workflow-panel-top { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.workflow-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid #c9d9e9;
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}
.workflow-route { display: grid; gap: 12px; margin-bottom: 22px; }
.workflow-route div {
  padding: 18px;
  border-left: 5px solid var(--blue);
  background: #f3f8fd;
}
.workflow-route div:nth-child(2) { border-left-color: var(--coral); }
.workflow-route div:nth-child(3) { border-left-color: var(--lime); }
.workflow-route span, .workflow-route strong { display: block; }
.workflow-route span { margin-bottom: 4px; color: var(--ink-muted); font-size: 0.82rem; font-weight: 750; text-transform: uppercase; }
.workflow-route strong { color: var(--navy); font-size: 1.2rem; }
.workflow-panel p { margin: 0; color: var(--ink-muted); }
.workflow-copy h2 { max-width: 620px; }
.workflow-list { display: grid; gap: 0; margin: 35px 0 0; padding: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 43px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid #c8d6e4; }
.workflow-list li:last-child { border-bottom: 1px solid #c8d6e4; }
.workflow-list > li > span { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 0.87rem; font-weight: 800; }
.workflow-list h3 { margin: 1px 0 5px; font-size: 1.13rem; }
.workflow-list p { margin: 0; color: var(--ink-muted); }

.privacy-section { padding: 120px 0; background: var(--navy); color: var(--white); }
.privacy-layout { display: grid; grid-template-columns: 1.05fr 0.85fr; gap: 100px; align-items: end; }
.privacy-copy h2 { max-width: 680px; }
.privacy-copy > p:not(.eyebrow) { max-width: 670px; color: #c9d9f5; font-size: 1.08rem; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.button-light { margin-top: 15px; background: var(--white); color: var(--navy); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.21); }
.button-light:hover, .button-light:focus-visible { background: #ddfaff; }
.privacy-actions .button-light { margin-top: 0; }
.button-privacy-outline { background: rgba(255, 255, 255, 0.08); color: var(--white); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); }
.button-privacy-outline:hover, .button-privacy-outline:focus-visible { background: rgba(255, 255, 255, 0.16); }
.privacy-points { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.3); }
.privacy-points li { padding: 19px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.privacy-points strong, .privacy-points span { display: block; }
.privacy-points strong { margin-bottom: 4px; color: var(--sky); font-size: 0.97rem; }
.privacy-points span { color: #d1def6; font-size: 0.92rem; }

.availability-section { padding: 68px 0; background: var(--lime); }
.availability-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 27px; align-items: center; }
.availability-inner img { width: 78px; height: 78px; border-radius: 19px; box-shadow: 0 10px 22px rgba(25, 82, 22, 0.22); }
.availability-inner .eyebrow { margin-bottom: 8px; color: #2c5e20; }
.availability-inner h2 { margin: 0; font-size: clamp(1.7rem, 2.6vw, 2.75rem); }
.button-dark { border-color: var(--navy); background: var(--navy); color: var(--white); box-shadow: 0 12px 24px rgba(32, 84, 27, 0.23); }
.button-dark:hover, .button-dark:focus-visible { background: #183875; }

.company-section { padding: 86px 0; background: var(--white); }
.company-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
  padding: 42px;
  border: 1px solid #d1dce8;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 12px 32px rgba(12, 47, 102, 0.08);
}
.company-panel h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 2.8vw, 2.8rem); }
.company-panel p:not(.eyebrow) { margin-bottom: 0; color: var(--ink-muted); }
.company-address {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-left: 5px solid var(--blue);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(12, 47, 102, 0.06);
}
.company-address strong { color: var(--navy); }
.company-address span { color: var(--ink-muted); }
.company-address a { color: var(--blue); font-weight: 800; }

.site-footer { padding: 65px 0 24px; background: #051532; color: #c3d2e9; }
.footer-grid { display: grid; grid-template-columns: 1.05fr 0.55fr 0.62fr 1.08fr; gap: 46px; padding-bottom: 50px; }
.footer-intro { margin: 18px 0 0; color: #91a9ca; }
.footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 0.91rem; }
.footer-label { margin: 0 0 7px; color: var(--sky); }
address { display: grid; gap: 8px; font-style: normal; font-size: 0.91rem; }
address strong { color: var(--white); }
address span { color: #91a9ca; }
address a { color: var(--white); font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #263a60; color: #91a9ca; font-size: 0.8rem; }
.footer-bottom a { color: var(--white); }

.legal-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--canvas); }
.legal-header { border-bottom: 1px solid var(--line); background: var(--white); }
.legal-nav { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.text-link { color: var(--blue); font-size: 0.94rem; font-weight: 750; }
.legal-main { flex: 1; padding: 100px 0 120px; }
.legal-heading { max-width: 780px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-heading h1 { margin-bottom: 12px; color: var(--navy); }
.legal-heading > p:last-child { margin: 0; color: var(--ink-muted); }
.policy-index {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  max-width: 780px;
  margin: 34px 0 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(12, 47, 102, 0.06);
}
.policy-index h2 { margin-bottom: 8px; font-size: 1.8rem; color: var(--navy); }
.policy-index p:last-child { margin-bottom: 0; color: var(--ink-muted); }
.legal-copy { max-width: 780px; padding-top: 32px; }
.legal-product-heading {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}
.legal-product-heading img { width: 72px; height: 72px; border-radius: 18px; box-shadow: 0 12px 22px rgba(17, 120, 242, 0.18); }
.legal-product-heading h2 { margin-bottom: 7px; font-size: 2rem; }
.legal-product-heading p:last-child { margin-bottom: 0; color: var(--ink-muted); }
.legal-lede { color: var(--ink-muted); font-size: 1.15rem; }
.legal-lede a { color: var(--blue); font-weight: 800; }
.legal-copy section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin-bottom: 12px; font-size: 1.42rem; color: var(--navy); }
.legal-copy p { margin-bottom: 0; color: var(--ink-muted); }
code { padding: 2px 5px; border-radius: 3px; background: #dfe9f7; color: var(--navy); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; }
.legal-footer { padding: 22px 0; background: var(--navy); color: #aabddd; font-size: 0.82rem; }
.legal-footer > div { display: flex; justify-content: space-between; gap: 20px; }
.legal-footer a { color: var(--white); }

.reveal { animation: appear 700ms ease both; animation-play-state: paused; }
.reveal.is-visible { animation-play-state: running; }
@keyframes appear { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

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

@media (max-width: 900px) {
  .hero { min-height: 82svh; }
  .hero-art { background-position: 62% center; }
  .hero-shade { background: rgba(3, 20, 67, 0.35); }
  .intro-grid, .section-heading, .product-layout, .workflow-layout, .privacy-layout, .company-panel { grid-template-columns: 1fr; }
  .intro-grid { gap: 18px; }
  .intro-grid > p:last-child { margin: 0; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .product-layout, .workflow-layout { gap: 55px; }
  .section-heading { gap: 18px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .standards-grid { grid-template-columns: 1fr; }
  .privacy-layout { gap: 52px; }
  .company-panel { gap: 28px; }
  .availability-inner { grid-template-columns: auto 1fr; }
  .availability-inner .button { grid-column: 1 / -1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid address { grid-column: 1 / -1; max-width: 670px; }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 32px, 1180px); }
  .site-header { width: var(--page); padding: 16px 0; }
  .brand { font-size: 1rem; }
  .brand img { width: 35px; height: 35px; border-radius: 10px; }
  .brand-mark { width: 35px; height: 35px; border-radius: 8px; font-size: 0.7rem; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,0.9); border-radius: 7px; background: rgba(2, 18, 57, 0.2); box-shadow: 0 8px 16px rgba(1, 12, 50, 0.18); cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: var(--white); }
  .site-nav { position: absolute; top: 73px; right: 0; display: none; width: min(280px, 100%); padding: 14px; border: 1px solid rgba(255,255,255,0.6); border-radius: 8px; background: #0a2861; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; gap: 4px; }
  .site-nav > a { padding: 11px; }
  .site-nav .nav-cta { margin-top: 6px; }
  .hero { min-height: 84svh; }
  .hero-art { background-image: url("assets/hero-mobile-render.png"); background-position: center; transform: none; }
  .hero-shade { background: rgba(3, 20, 67, 0.18); }
  .hero-content { padding-top: 122px; padding-bottom: 68px; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 24px; display: grid; gap: 8px; }
  .intro-band, .portfolio-section, .tools-section, .standards-section, .privacy-section { padding: 76px 0; }
  .product-section, .workflow-section, .company-section { padding: 82px 0; }
  .product-card { min-height: auto; padding: 22px; }
  .product-card-top { align-items: flex-start; margin-bottom: 22px; }
  .product-card-top img { width: 62px; height: 62px; border-radius: 16px; }
  .status-pill { align-self: flex-start; }
  .card-actions { display: grid; grid-template-columns: 1fr; }
  .card-actions .button { width: 100%; }
  .product-facts div { grid-template-columns: 1fr; gap: 4px; }
  .product-detail-panel { padding: 22px; }
  .capability-list > div { grid-template-columns: 1fr; }
  .capability-list span { grid-row: auto; margin-bottom: 2px; }
  .capability-list h3, .capability-list p { grid-column: auto; }
  .section-heading { margin-bottom: 32px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: auto; padding: 22px; }
  .tool-number { margin-bottom: 24px; }
  .standard-card { min-height: auto; padding: 22px; }
  .standard-accent { margin-bottom: 28px; }
  .workflow-panel { padding: 22px; }
  .privacy-copy > p:not(.eyebrow) { font-size: 1rem; }
  .company-panel { padding: 24px; }
  .company-address { padding: 20px; }
  .availability-section { padding: 48px 0; }
  .availability-inner { grid-template-columns: 1fr; gap: 19px; }
  .availability-inner img { width: 68px; height: 68px; }
  .availability-inner .button { width: 100%; justify-self: stretch; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid address { grid-column: auto; }
  .footer-bottom, .legal-footer > div { flex-direction: column; }
  .footer-bottom { gap: 8px; }
  .legal-nav { min-height: 74px; }
  .legal-main { padding: 64px 0 80px; }
  .legal-heading { padding-bottom: 32px; }
  .policy-index { grid-template-columns: 1fr; padding: 22px; }
  .policy-index .button { width: 100%; }
  .legal-product-heading { align-items: flex-start; }
  .legal-product-heading img { width: 60px; height: 60px; border-radius: 15px; }
}
