:root {
  --max: 1240px;
}
.site-header,
.page-hero,
.inner-section,
.cta-band,
.site-footer,
.metric-strip {
  width: calc(100% - 48px);
}
.site-header {
  width: 100%;
}
.hero-art {
  right: 10%;
  bottom: -1%;
  width: min(720px, 42vw);
}
.inner-page {
  padding-top: 150px;
}
.positioning-page,
.materials-page {
  padding-top: 78px;
}
.positioning-page .page-hero {
  width: 100%;
  max-width: none;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
  padding: 80px max(24px, calc((100% - var(--max)) / 2 + 24px));
  background:
    linear-gradient(90deg, rgba(3, 20, 43, 0.9), rgba(3, 20, 43, 0.58) 48%, rgba(3, 20, 43, 0.18)),
    url("materials/company-bg.png?v=0916j") center/cover;
  animation: background-drift 18s ease-in-out infinite alternate;
}
.page-hero {
  max-width: var(--max);
  margin: auto;
  padding: 0 24px 70px;
}
.page-hero h1 {
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 22px;
}
.page-hero h1 em {
  color: var(--cyan);
  font-style: normal;
}
.page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #c2d3e5;
  font-size: 17px;
  line-height: 1.9;
}
.company-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: start;
}
.company-intro h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.25;
}
.company-intro h2 em {
  color: var(--cyan);
  font-style: normal;
}
.company-intro-copy {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.company-intro-copy p {
  max-width: 680px;
  margin: 0;
  color: #c2d3e5;
  font-size: 17px;
  line-height: 1.9;
}
.token-center {
  padding-top: 80px;
}
.positioning-page .token-center {
  width: 100%;
  max-width: none;
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 90px max(24px, calc((100% - var(--max)) / 2 + 24px));
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 20, 43, 0.94), rgba(3, 20, 43, 0.68) 48%, rgba(3, 20, 43, 0.22)),
    url("materials/token-center.png?v=0916j") center/cover;
  animation: background-drift 22s ease-in-out infinite alternate-reverse;
}
.positioning-page .token-center-layout {
  width: min(var(--max), 100%);
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}
.positioning-page .token-center-layout img { display: none; }
.token-center-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  gap: 54px;
  align-items: center;
}
.token-center-copy h2 {
  margin-bottom: 18px;
}
.token-center-copy p {
  margin: 0;
  color: #c2d3e5;
  font-size: 16px;
  line-height: 1.9;
}
.token-center img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
}
.inner-section {
  max-width: var(--max);
  margin: auto;
  padding: 80px 24px 120px;
  border-top: 1px solid var(--line);
}
.inner-section h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.2;
  margin: 0 0 48px;
}
.inner-section h2 em {
  color: var(--cyan);
  font-style: normal;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.feature-grid article {
  background: var(--navy);
  padding: 24px 20px;
  min-height: 260px;
  border: 1px solid var(--line);
}
.feature-grid .module-icon {
  margin-bottom: 28px;
}
.feature-grid article:hover .module-icon {
  background: rgba(101, 199, 255, 0.12);
  box-shadow: 0 8px 20px rgba(33, 123, 236, 0.2);
  transform: translateY(-3px) scale(1.08);
}
.feature-grid .module-no {
  display: none;
}
.feature-grid h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.feature-grid p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}
.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: var(--max);
  margin: 0 auto;
  padding: 38px 24px;
}
.metric-strip div {
  padding: 0 24px;
  border-left: 1px solid var(--line);
}
.metric-strip div:first-child {
  border-left: 0;
  padding-left: 0;
}
.metric-strip strong {
  display: block;
  color: var(--cyan);
  font-size: 34px;
  font-weight: 500;
}
.metric-strip span {
  font-size: 13px;
  color: var(--muted);
}
.detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 80px;
}
.detail-list article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.detail-list h3 {
  font-size: 19px;
  margin: 0 0 8px;
  font-weight: 500;
}
.detail-list p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.cta-band {
  max-width: var(--max);
  margin: auto;
  padding: 80px 24px 120px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
}
.cta-band h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.2;
}
.cta-band h2 em {
  color: var(--cyan);
  font-style: normal;
}
.site-footer {
  max-width: var(--max);
}
@media (max-width: 800px) {
  .hero-art {
    right: -25%;
    bottom: -2%;
    width: 92vw;
  }
  .inner-page {
    padding-top: 120px;
  }
  .positioning-page,
  .materials-page {
    padding-top: 70px;
  }
  .page-hero {
    padding-bottom: 55px;
  }
  .positioning-page .page-hero {
    min-height: 430px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: 62% center;
  }
  .page-hero h1 {
    font-size: 48px;
  }
  .page-hero p:not(.eyebrow) {
    font-size: 15px;
  }
  .inner-section {
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .feature-grid,
  .detail-list,
  .company-intro,
  .token-center-layout {
    grid-template-columns: 1fr;
  }
  .positioning-page .token-center {
    min-height: 400px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: 60% center;
  }
  .metric-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .metric-strip div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .metric-strip div {
    padding-left: 16px;
  }
  .cta-band {
    display: block;
    padding-top: 65px;
  }
  .cta-band .button {
    margin-top: 32px;
  }
}
@keyframes background-drift {
  from { background-position: 50% 50%; }
  to { background-position: 54% 46%; }
}
@media (prefers-reduced-motion: reduce) {
  .positioning-page .page-hero,
  .positioning-page .token-center { animation: none; }
}

/* Fifth revision: page-level light sections with dark hero exceptions. */
.modules-page,
.value-page,
.contact-page {
  background: #fff;
  color: var(--navy);
}
.modules-page,
.value-page {
  padding-top: 78px;
}
.modules-page .page-hero,
.value-page .page-hero {
  width: 100%;
  max-width: none;
  padding: 90px max(24px, calc((100% - var(--max)) / 2 + 24px));
  background: var(--navy);
  color: var(--ink);
}
.modules-page .page-hero p:not(.eyebrow),
.value-page .page-hero p:not(.eyebrow) {
  color: #c2d3e5;
}
.modules-page .inner-section,
.value-page .inner-section,
.contact-page .inner-section {
  color: var(--navy);
  border-top-color: #d9e3eb;
}
.modules-page .feature-grid article {
  background: #fff;
  border-color: #d9e3eb;
}
.modules-page .feature-grid article:hover {
  background: #f5f9fc;
  border-color: #9cc7e8;
}
.modules-page .feature-grid h3,
.value-page .inner-section h2,
.value-page .detail-list h3,
.modules-page .inner-section h2,
.modules-page .detail-list h3,
.contact-page .inner-section h2 {
  color: var(--navy);
}
.modules-page .feature-grid p,
.modules-page .detail-list p,
.value-page .detail-list p {
  color: #536b80;
}
.value-page .metric-strip {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100% - var(--max)) / 2 + 24px));
  padding-right: max(24px, calc((100% - var(--max)) / 2 + 24px));
  background: var(--navy);
  color: var(--ink);
  border-color: rgba(156, 194, 226, 0.2);
}
.value-page .metric-strip div {
  border-color: rgba(156, 194, 226, 0.2);
}
.value-page .barrier-list article {
  background: #fff;
  border-color: #d9e3eb;
}
.value-page .barrier-list article:hover {
  background: #f5f9fc;
  border-color: #9cc7e8;
}
.value-page .barrier-list h3 {
  color: var(--navy);
}
.value-page .barrier-list p {
  color: #536b80;
}
.modules-page .cta-band,
.value-page .cta-band {
  color: var(--navy);
  border-top-color: #d9e3eb;
}
.modules-page .cta-band h2,
.value-page .cta-band h2 {
  color: var(--navy);
}
.contact-page {
  padding-top: 78px;
  background: #fff;
}
.contact-page .page-hero {
  width: 100%;
  max-width: none;
  color: var(--ink);
  background: var(--navy);
  padding: 90px max(24px, calc((100% - var(--max)) / 2 + 24px));
}
.contact-page .page-hero p:not(.eyebrow),
.contact-page form label {
  color: #536b80;
}
.contact-page .page-hero p:not(.eyebrow) {
  color: #c2d3e5;
}
.contact-page .inner-section {
  background: #fff;
}
.contact-page form input,
.contact-page form select,
.contact-page form textarea {
  background: #fff;
  color: var(--navy);
  border-color: #c7d5e1;
}
.materials-page .material-hero {
  color: #fff;
}
.materials-page .material-hero h1 {
  color: #fff;
}
.positioning-page .page-hero {
  min-height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #03142b;
}
.positioning-page .token-center {
  min-height: 520px;
  margin-top: 28px;
  padding-top: 110px;
  padding-bottom: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #03142b;
  border-top: 1px solid rgba(156, 194, 226, 0.34);
}
@media (max-width: 800px) {
  .modules-page .page-hero,
  .value-page .page-hero,
  .contact-page .page-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .value-page .metric-strip {
    padding-left: 24px;
    padding-right: 24px;
  }
  .positioning-page .page-hero {
    min-height: 500px;
    background-position: 68% center;
  }
  .positioning-page .page-hero h1 {
    font-size: 32px;
  }
  .positioning-page .token-center {
    min-height: 440px;
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 68% center;
  }
}
@media (max-width: 360px) {
  .positioning-page .page-hero h1 {
    font-size: 28px;
  }
}
form.detail-list {
  align-items: start;
}
form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}
form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(6, 29, 60, 0.6);
  color: var(--ink);
  padding: 12px;
  font: inherit;
  outline: none;
}
form input:focus,
form select:focus,
form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 2px rgba(101, 199, 255, 0.15);
}
form button {
  justify-self: start;
  cursor: pointer;
}
.lead-form-message,
.lead-form-consent,
.lead-form-actions {
  grid-column: 1 / -1;
}
.lead-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.lead-form-consent {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
}
.contact-page .lead-form-consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}
.lead-form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
}
.lead-form-status {
  margin: 0;
  color: #536b80;
  font-size: 13px;
}
.lead-form-status[data-state="success"] {
  color: #167347;
}
.lead-form-status[data-state="error"] {
  color: #b42318;
}
.lead-form button[disabled] {
  cursor: wait;
  opacity: 0.7;
}
@media (max-width: 800px) {
  .lead-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
