:root {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #132b34;
  background: #f2f6f7;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 4%, rgb(66 160 188 / 10%), transparent 28rem),
    #f2f6f7;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background: #063f56;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #d98b0b;
  outline-offset: 3px;
}

.site-header,
.site-footer,
main {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header-wide,
.site-footer-rich,
.home-hero,
.home-section,
.audience-band,
.status-summary,
.faq-list,
.page-hero {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #063f56;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: white;
  background: linear-gradient(145deg, #08708c, #164961);
  place-items: center;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgb(6 47 67 / 18%);
}

.brand-name {
  display: grid;
  gap: 1px;
}

.brand-name small {
  color: #66808a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

nav {
  display: flex;
  gap: 18px;
}

nav a,
.site-footer a {
  color: #31525e;
}

nav a {
  padding: 8px 2px;
  text-decoration: none;
}

nav a:hover,
nav a[aria-current="page"] {
  color: #08708c;
}

.nav-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.nav-status > span,
.release-pill > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d98b0b;
  box-shadow: 0 0 0 4px rgb(217 139 11 / 12%);
}

.home-hero {
  display: grid;
  min-height: 690px;
  padding: 70px 0 90px;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: 72px;
  align-items: center;
}

.home-hero h1 {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(56px, 8vw, 94px);
}

.hero-lead {
  max-width: 680px;
  color: #49636c;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.55;
}

.release-pill {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid #c8dce1;
  border-radius: 99px;
  gap: 10px;
  align-items: center;
  color: #49636c;
  background: rgb(255 255 255 / 72%);
  font-size: 13px;
  font-weight: 650;
}

.hero-proof {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 9px;
  color: #49636c;
  list-style: none;
}

.hero-proof li::before {
  margin-right: 9px;
  color: #16805b;
  content: "✓";
  font-weight: 800;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid #a8c6cf;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 36px 90px rgb(17 69 83 / 20%);
}

.hero-stage::before {
  position: absolute;
  z-index: -1;
  inset: -24px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgb(8 112 140 / 20%), transparent 65%);
  content: "";
}

.hero-stage-top {
  display: flex;
  padding: 13px 18px;
  justify-content: space-between;
  color: #dceef2;
  background: #062f43;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-image-scene {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #a9d1dc 0 44%,
    #7b9ba2 44% 49%,
    #4d6c73 49% 100%
  );
}

.scene-building {
  position: absolute;
  top: 58px;
  right: 8%;
  bottom: 0;
  left: 10%;
  clip-path: polygon(0 24%, 68% 24%, 68% 0, 100% 19%, 100% 100%, 0 100%);
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 46px,
      rgb(8 47 61 / 52%) 46px 51px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 50px,
      rgb(8 47 61 / 52%) 50px 55px
    ),
    linear-gradient(145deg, #5d929f, #173f4e);
  box-shadow: 0 20px 45px rgb(5 34 45 / 30%);
}

.scene-callout {
  position: absolute;
  display: grid;
  width: 86px;
  height: 64px;
  border: 3px solid #ffae2b;
  border-radius: 8px;
  place-items: center;
  color: white;
  background: rgb(6 47 67 / 24%);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 45%);
  font-weight: 850;
}

.scene-callout-a {
  top: 31%;
  left: 22%;
}

.scene-callout-b {
  right: 19%;
  bottom: 16%;
}

.hero-detail-strip {
  display: grid;
  padding: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: #eaf2f4;
}

.hero-detail-strip > div {
  display: grid;
  padding: 12px;
  border: 1px solid #c9dce1;
  border-radius: 10px;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  background: #fff;
}

.detail-letter {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  grid-row: 1 / 3;
  place-items: center;
  color: white;
  background: #0c6178;
  font-weight: 800;
}

.hero-detail-strip small {
  margin-top: 3px;
  color: #66808a;
}

.hero-caption {
  padding: 14px 18px 18px;
  color: #49636c;
  font-size: 13px;
  line-height: 1.5;
}

.hero-caption > span {
  color: #063f56;
  font-weight: 750;
}

.audience-band {
  display: flex;
  padding: 22px 0;
  border-top: 1px solid #cbdde2;
  border-bottom: 1px solid #cbdde2;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  color: #49636c;
  font-size: 14px;
}

.audience-band > span {
  color: #08708c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-section {
  padding: 100px 0;
}

.section-intro {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-intro h2,
.principle-copy h2,
.release-panel h2,
.page-hero h1,
.company-note h2 {
  margin: 10px 0 18px;
  color: #063f56;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.section-intro > p:last-child,
.principle-copy p,
.release-panel p,
.page-hero > p:last-child,
.company-note p {
  color: #49636c;
  font-size: 18px;
  line-height: 1.65;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid #c9dce1;
  border-radius: 16px;
  background: rgb(255 255 255 / 76%);
}

.home-card.featured {
  color: white;
  border-color: #0c6178;
  background: #0c6178;
  transform: translateY(-12px);
}

.home-card h3 {
  margin: 58px 0 12px;
  font-size: 22px;
}

.home-card p {
  color: #536c74;
  line-height: 1.6;
}

.home-card.featured p {
  color: #d9edf1;
}

.card-index {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.principle-section {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
}

.principle-visual {
  position: relative;
  min-height: 470px;
  padding: 46px;
  border-radius: 24px;
  background: #082f41;
}

.document-sheet {
  min-height: 375px;
  padding: 28px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 24px 60px rgb(0 0 0 / 24%);
  transform: rotate(-2deg);
}

.sheet-photo {
  height: 215px;
  background: linear-gradient(145deg, #aacfd6, #416f7b);
}

.sheet-line {
  width: 76%;
  height: 8px;
  margin-top: 16px;
  border-radius: 99px;
  background: #d9e4e7;
}

.sheet-line.wide {
  width: 92%;
}

.sheet-line.short {
  width: 53%;
}

.integrity-badge {
  position: absolute;
  right: 20px;
  bottom: 24px;
  display: grid;
  padding: 13px 16px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 10px;
  color: white;
  background: #0c6178;
  box-shadow: 0 16px 30px rgb(0 0 0 / 24%);
  font-weight: 750;
}

.integrity-badge span {
  margin-top: 3px;
  color: #cce8ed;
  font-size: 11px;
  font-weight: 500;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  gap: 8px;
  color: #0c6178;
  font-weight: 750;
  text-decoration: none;
}

.trust-section {
  border-top: 1px solid #cbdde2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.trust-grid article {
  position: relative;
  min-height: 210px;
  padding: 28px 28px 28px 78px;
  border: 1px solid #c9dce1;
  border-radius: 16px;
  background: white;
}

.trust-grid h3 {
  margin-top: 0;
  color: #063f56;
  font-size: 22px;
}

.trust-grid p {
  color: #536c74;
  line-height: 1.6;
}

.trust-icon {
  position: absolute;
  top: 29px;
  left: 28px;
  color: #d98b0b;
  font-size: 12px;
  font-weight: 850;
}

.release-panel,
.company-note {
  display: flex;
  margin-bottom: 100px;
  padding: 44px;
  border-radius: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  color: white;
  background: #062f43;
}

.release-panel h2,
.company-note h2 {
  color: white;
}

.release-panel p,
.company-note p {
  max-width: 760px;
  color: #c9e0e6;
}

.release-panel .eyebrow,
.company-note .eyebrow {
  color: #70d0e5;
}

.release-panel-actions {
  display: grid;
  min-width: 230px;
  gap: 12px;
}

.release-panel .button {
  border-color: #fff;
  color: #063f56;
  background: #fff;
}

.release-panel .text-link {
  color: #bfe8f0;
}

.page-hero {
  max-width: 960px;
  padding: 90px 0 70px;
  margin-left: max(24px, calc((100% - 1240px) / 2));
}

.company-grid {
  display: grid;
  padding-top: 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.company-grid article {
  padding: 28px;
  border-top: 3px solid #0c6178;
  background: #fff;
}

.company-grid article > span {
  color: #d98b0b;
  font-size: 12px;
  font-weight: 850;
}

.company-grid h2 {
  color: #063f56;
  font-size: 24px;
}

.company-grid p {
  color: #536c74;
  line-height: 1.65;
}

.status-summary {
  display: flex;
  padding: 28px;
  border: 1px solid #c9dce1;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #fff;
}

.status-summary > div {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.status-summary h2 {
  margin: 0 0 7px;
  color: #063f56;
}

.status-summary p {
  max-width: 730px;
  margin: 0;
  color: #536c74;
  line-height: 1.55;
}

.status-summary time {
  color: #66808a;
  font-size: 13px;
  white-space: nowrap;
}

.status-dot {
  width: 13px;
  height: 13px;
  margin-top: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.status-dot-amber {
  background: #d98b0b;
  box-shadow: 0 0 0 5px rgb(217 139 11 / 13%);
}

.milestone-list {
  display: grid;
  gap: 14px;
}

.milestone-list article {
  display: grid;
  padding: 28px;
  border: 1px solid #c9dce1;
  border-radius: 14px;
  grid-template-columns: 150px minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  align-items: center;
  background: #fff;
}

.milestone-list h2,
.milestone-list p {
  margin: 0;
}

.milestone-list h2 {
  color: #063f56;
  font-size: 20px;
}

.milestone-list p {
  color: #536c74;
  line-height: 1.55;
}

.milestone-state {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 750;
}

.milestone-state.complete {
  color: #14573a;
  background: #dff4e8;
}
.milestone-state.active {
  color: #75510c;
  background: #fff0c8;
}
.milestone-state.blocked {
  color: #842f2f;
  background: #fae1e1;
}
.milestone-state.upcoming {
  color: #4d526c;
  background: #e9eaf3;
}

.faq-list {
  display: grid;
  max-width: 960px;
  padding: 10px 0 110px;
  margin-left: max(24px, calc((100% - 1240px) / 2));
  gap: 12px;
}

.faq-list details {
  padding: 22px 24px;
  border: 1px solid #c9dce1;
  border-radius: 14px;
  background: #fff;
}

.faq-list summary {
  color: #063f56;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
}

.faq-list p {
  max-width: 780px;
  margin: 15px 0 0;
  color: #536c74;
  line-height: 1.65;
}

.site-footer-rich {
  display: grid;
  padding-top: 55px;
  grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(120px, 0.7fr));
  gap: 45px;
}

.footer-brand p {
  max-width: 330px;
  color: #66808a;
  line-height: 1.55;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-column strong {
  margin-bottom: 5px;
  color: #063f56;
}

.footer-column a {
  text-decoration: none;
}

.hero {
  display: grid;
  min-height: 500px;
  padding: 70px 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  color: #08708c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 12px 0 20px;
  color: #063f56;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 650px;
  color: #49636c;
  font-size: 20px;
  line-height: 1.6;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #0c6178;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  color: white;
  background: #0c6178;
  font-weight: 650;
  text-decoration: none;
}

.button.secondary {
  color: #0c6178;
  background: transparent;
}

.report-card {
  padding: 24px;
  border: 1px solid #c4d7dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgb(25 74 88 / 14%);
}

.report-photo {
  height: 190px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent 58%, rgb(9 40 50 / 35%)),
    linear-gradient(135deg, #a7d0d7, #497b89);
}

.report-line {
  height: 10px;
  margin-top: 16px;
  border-radius: 99px;
  background: #d9e7ea;
}

.report-line.short {
  width: 58%;
}

.features {
  display: grid;
  padding: 40px 0 80px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature {
  padding: 25px;
  border: 1px solid #cfdee2;
  border-radius: 14px;
  background: #fff;
}

.feature h2 {
  margin-top: 0;
  color: #0a536a;
  font-size: 20px;
}

.feature p,
.legal p,
.legal li {
  color: #4b646c;
  line-height: 1.65;
}

.product-hero {
  display: grid;
  padding: 64px 0 80px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.product-hero p,
.product-section p,
.product-cta p {
  color: #49636c;
  line-height: 1.65;
}

.detail-figure {
  display: grid;
  min-height: 390px;
  padding: 22px;
  border: 1px solid #c4d7dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgb(25 74 88 / 14%);
  grid-template-columns: minmax(0, 1.45fr) minmax(140px, 0.75fr);
  gap: 16px;
}

.detail-primary {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent 58%, rgb(9 40 50 / 45%)),
    linear-gradient(140deg, #b7d9de 0 34%, #6e9ca7 34% 55%, #335e69 55%);
}

.callout {
  position: absolute;
  display: grid;
  width: 72px;
  height: 58px;
  border: 3px solid #f5a623;
  border-radius: 8px;
  place-items: center;
  color: #fff;
  background: rgb(6 63 86 / 28%);
  font-weight: 800;
}

.callout-a {
  top: 22%;
  left: 16%;
}

.callout-b {
  right: 13%;
  bottom: 22%;
}

.figure-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 6px 9px;
  border-radius: 6px;
  color: white;
  background: rgb(6 43 54 / 78%);
  font-size: 13px;
  font-weight: 700;
}

.detail-rail {
  display: grid;
  gap: 14px;
}

.detail-card {
  display: flex;
  min-height: 150px;
  padding: 15px;
  border: 1px solid #cfdee2;
  border-radius: 12px;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(155deg, #e3eff1, #a6cbd2);
}

.detail-card span {
  margin-top: 6px;
  color: #31525e;
  font-size: 13px;
  line-height: 1.4;
}

.product-section {
  padding: 40px 0 74px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2,
.product-cta h2 {
  margin: 8px 0 12px;
  color: #063f56;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.workflow-steps {
  display: grid;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.workflow-steps li {
  position: relative;
  padding: 64px 24px 24px;
  border: 1px solid #cfdee2;
  border-radius: 14px;
  background: #fff;
  counter-increment: workflow;
}

.workflow-steps li::before {
  position: absolute;
  top: 20px;
  left: 24px;
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: #0c6178;
  content: counter(workflow);
  font-weight: 800;
}

.workflow-steps span {
  display: block;
  margin-top: 10px;
  color: #4b646c;
  line-height: 1.6;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.capability-card {
  padding: 24px;
  border: 1px solid #cfdee2;
  border-radius: 14px;
  background: #fff;
}

.capability-card h3 {
  margin: 18px 0 8px;
  color: #0a536a;
}

.status {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 750;
}

.status-current {
  color: #14573a;
  background: #dff4e8;
}

.status-preview {
  color: #75510c;
  background: #fff0c8;
}

.status-planned {
  color: #4d526c;
  background: #e9eaf3;
}

.product-cta {
  display: flex;
  margin: 20px 0 80px;
  padding: 30px;
  border: 1px solid #bcd4da;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #e8f2f4;
}

.legal {
  max-width: 820px;
  min-height: 65vh;
  padding: 48px 0 80px;
}

.legal h1 {
  font-size: clamp(38px, 6vw, 58px);
}

.legal h2 {
  margin-top: 34px;
  color: #0a536a;
}

.notice {
  padding: 15px 18px;
  border-left: 4px solid #c27b09;
  background: #fff7df;
}

.site-footer {
  display: flex;
  padding: 28px 0 44px;
  border-top: 1px solid #cfdee2;
  justify-content: space-between;
  gap: 20px;
  color: #5b7179;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header-wide,
  .site-footer-rich,
  .home-hero,
  .home-section,
  .audience-band,
  .status-summary,
  .faq-list,
  .page-hero {
    width: min(100% - 32px, 1240px);
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .home-hero {
    min-height: auto;
    padding: 48px 0 70px;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .home-hero h1 {
    font-size: clamp(52px, 17vw, 78px);
  }

  .hero-stage {
    border-radius: 18px;
  }

  .hero-image-scene {
    min-height: 260px;
  }

  .hero-detail-strip,
  .home-card-grid,
  .principle-section,
  .trust-grid,
  .company-grid,
  .site-footer-rich {
    grid-template-columns: 1fr;
  }

  .audience-band {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 22px;
  }

  .home-section {
    padding: 70px 0;
  }

  .home-card.featured {
    transform: none;
  }

  .principle-section {
    gap: 45px;
  }

  .principle-visual {
    min-height: 390px;
    padding: 28px;
  }

  .document-sheet {
    min-height: 315px;
  }

  .release-panel,
  .company-note,
  .status-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero,
  .faq-list {
    margin-left: auto;
  }

  .milestone-list article {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 38px;
    grid-template-columns: 1fr;
  }

  .product-hero,
  .detail-figure,
  .workflow-steps,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .product-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .features {
    grid-template-columns: 1fr;
  }
}
