.public-body {
  background: var(--paper);
}
.public-nav {
  height: 76px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: rgba(244, 247, 255, 0.92);
  backdrop-filter: blur(18px);
  z-index: 30;
  border-bottom: 1px solid rgba(217, 226, 244, 0.9);
}
.public-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  font-size: 13px;
  font-weight: 700;
}
.public-links > a:hover {
  color: var(--blue);
}
.public-links .button {
  white-space: nowrap;
}
.mobile-menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 24px;
}
.hero {
  min-height: calc(100vh - 76px);
  padding: 70px max(5vw, 24px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 6vw;
  overflow: hidden;
}
.hero-copy {
  max-width: 720px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
}
.hero-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}
.hero h1 {
  font-size: clamp(52px, 7vw, 102px);
  line-height: 0.91;
  margin-bottom: 27px;
  max-width: 820px;
}
.hero h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}
.hero-copy > p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  color: var(--muted);
  max-width: 610px;
  margin-bottom: 32px;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 29px;
  color: var(--muted);
  font-size: 12px;
}
.proof-avatars {
  display: flex;
}
.proof-avatars span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #191919;
  color: var(--gold);
  border: 2px solid var(--paper);
  font-size: 9px;
  margin-left: -7px;
}
.proof-avatars span:first-child {
  margin-left: 0;
}
.hero-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}
.hero-orbit {
  width: min(520px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  position: absolute;
  box-shadow: 0 50px 100px rgba(18, 99, 230, 0.22);
}
.phone-card {
  width: 330px;
  min-height: 570px;
  background: var(--ink);
  color: #fff;
  border-radius: 38px;
  padding: 25px;
  position: relative;
  z-index: 2;
  transform: rotate(4deg);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.27);
  border: 8px solid #272727;
}
.phone-card::before {
  content: "";
  display: block;
  width: 92px;
  height: 20px;
  border-radius: 0 0 13px 13px;
  background: #272727;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 34px;
}
.phone-top strong {
  font-size: 13px;
}
.phone-top span {
  color: #aaa;
  font-size: 11px;
}
.phone-balance small {
  color: #8c8c8c;
}
.phone-balance h3 {
  font-size: 38px;
  margin: 8px 0 5px;
}
.phone-balance p {
  font-size: 11px;
  color: #71d9aa;
}
.phone-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 27px 0;
}
.phone-actions span {
  background: #222;
  border: 1px solid #333;
  border-radius: 14px;
  padding: 12px 5px;
  text-align: center;
  font-size: 10px;
}
.phone-actions b {
  display: block;
  color: var(--gold);
  font-size: 20px;
  margin-bottom: 5px;
}
.phone-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.phone-list article {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 10px;
  align-items: center;
  background: #171717;
  border: 1px solid #262626;
  padding: 11px;
  border-radius: 13px;
}
.phone-list i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2d2d2d;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 10px;
  font-style: normal;
}
.phone-list strong {
  font-size: 11px;
  display: block;
}
.phone-list small {
  font-size: 9px;
  color: #777;
}
.phone-list b {
  font-size: 11px;
}
.float-note {
  position: absolute;
  z-index: 3;
  background: #fff;
  padding: 14px 17px;
  border-radius: 15px;
  box-shadow: var(--shadow);
  font-size: 11px;
}
.float-note strong {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
.note-one {
  top: 85px;
  left: 0;
}
.note-two {
  right: -10px;
  bottom: 100px;
}
.logo-strip {
  padding: 28px max(5vw, 24px);
  background: #fff;
  border-block: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  flex-wrap: wrap;
  color: #777;
  font-weight: 850;
}
.logo-strip > span:first-child {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
}
.logo-strip b {
  font-size: 17px;
  letter-spacing: -0.04em;
}
.section {
  padding: 110px max(5vw, 24px);
}
.section-heading {
  max-width: 680px;
  margin-bottom: 55px;
}
.section-heading.center {
  text-align: center;
  margin-inline: auto;
}
.section-heading h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 18px;
}
.section-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 230px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue-soft), var(--gold-soft));
  color: var(--blue-2);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 34px;
}
.feature-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.feature-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.dark-section {
  background: var(--ink);
  color: #fff;
}
.dark-section .section-heading p {
  color: #999;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #333;
  border: 1px solid #333;
  border-radius: var(--radius);
  overflow: hidden;
}
.step-card {
  background: #111;
  padding: 30px;
  min-height: 265px;
}
.step-card > span {
  font-size: 46px;
  color: var(--gold);
  font-weight: 850;
}
.step-card h3 {
  margin-top: 70px;
}
.step-card p {
  color: #8d8d8d;
  line-height: 1.6;
  font-size: 13px;
}
.security-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.security-panel {
  background: linear-gradient(135deg, var(--blue), var(--gold));
  padding: 50px;
  border-radius: 30px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.security-shield {
  width: 110px;
  height: 110px;
  background: var(--ink);
  color: var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 48px;
}
.security-panel h3 {
  font-size: 35px;
  margin: 0;
  max-width: 430px;
  color: #fff;
}
.security-list {
  display: grid;
  gap: 20px;
}
.security-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}
.security-list i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
}
.security-list h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.security-list p {
  color: var(--muted);
  line-height: 1.6;
}
.cta-band {
  margin: 0 max(5vw, 24px) 80px;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  border-radius: 28px;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.cta-band h2 {
  font-size: clamp(32px, 4vw, 57px);
  max-width: 690px;
  margin: 0;
  color: #fff;
}
.cta-band .button {
  background: var(--ink);
  color: #fff;
  white-space: nowrap;
}
.public-footer {
  background: var(--ink);
  color: #999;
  padding: 60px max(5vw, 24px) 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: start;
}
.public-footer .brand {
  color: #fff;
}
.public-footer .brand img {
  width: 36px;
  height: 36px;
}
.public-footer p {
  font-size: 12px;
  margin: 14px 0 0;
}
.public-footer > p {
  grid-column: 1/-1;
  border-top: 1px solid #292929;
  padding-top: 25px;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 12px;
  color: #ddd;
}
.install-page {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 50px 20px;
}
.install-card {
  width: min(680px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 42px;
  box-shadow: var(--shadow);
  text-align: center;
}
.success-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  color: var(--green);
  font-size: 30px;
  margin: 0 auto 20px;
}
.install-card h1 {
  font-size: 38px;
}
.install-card > p {
  color: var(--muted);
}
.install-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0;
}
.install-stats div {
  padding: 18px;
  background: var(--surface-2);
  border-radius: 13px;
}
.install-stats strong {
  display: block;
  font-size: 24px;
}
.install-stats span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
}
.demo-credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  text-align: left;
  margin-bottom: 25px;
}
.demo-credentials div {
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 12px;
}
.demo-credentials span,
.demo-credentials strong,
.demo-credentials code {
  display: block;
}
.demo-credentials span {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
}
.demo-credentials strong {
  font-size: 13px;
  margin: 5px 0;
}
.demo-credentials code {
  font-size: 12px;
  color: #8b6410;
}
.install-card .button-row {
  justify-content: center;
}
.contact-hero {
  padding: 85px max(5vw, 24px);
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(246, 200, 76, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, var(--ink), var(--blue-2));
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: end;
}
.contact-hero h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.96;
  max-width: 850px;
  margin-bottom: 20px;
}
.contact-hero p {
  color: #d3ddf6;
  line-height: 1.7;
  max-width: 720px;
}
.contact-hero aside {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  padding: 24px;
}
.contact-hero aside strong,
.contact-hero aside span {
  display: block;
}
.contact-hero aside strong {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-hero aside span {
  color: #cbd5ee;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
}
.contact-form {
  padding: 30px;
}
.contact-form h2 {
  font-size: 28px;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-hero {
  padding: 90px max(5vw, 24px);
  background:
    radial-gradient(
      circle at 85% 16%,
      rgba(246, 200, 76, 0.3),
      transparent 28%
    ),
    linear-gradient(135deg, var(--ink), var(--blue-2));
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 45px;
  align-items: center;
}
.about-hero h1 {
  font-size: clamp(44px, 6vw, 86px);
  line-height: 0.95;
  max-width: 900px;
}
.about-hero p {
  color: #d9e4ff;
  line-height: 1.75;
  max-width: 700px;
  font-size: 16px;
}
.about-stat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  padding: 28px;
}
.about-stat-card span {
  display: block;
  color: #cbd5ee;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.about-stat-card strong {
  display: block;
  color: var(--gold);
  font-size: 28px;
  line-height: 1.1;
  margin: 14px 0;
}
.about-stat-card p {
  font-size: 12px;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.about-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}
.about-story h2 {
  font-size: clamp(35px, 4vw, 62px);
  line-height: 1;
}
.about-story p {
  color: #c8d2ea;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.company-section {
  padding-top: 85px;
}
.company-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.company-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.company-card span {
  font-size: 10px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.company-card h3 {
  font-size: 26px;
  margin: 14px 0 10px;
}
.company-card p {
  color: var(--muted);
  line-height: 1.7;
}
.company-card b {
  color: var(--gold-2);
  font-size: 13px;
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy {
    margin: auto;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero .button-row,
  .hero-proof {
    justify-content: center;
  }
  .hero-visual {
    min-height: 660px;
  }
  .feature-grid,
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .security-layout,
  .contact-hero,
  .contact-section,
  .about-hero,
  .about-story {
    grid-template-columns: 1fr;
  }
  .cta-band {
    padding: 45px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1120px) and (min-width: 721px) {
  .public-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 22px;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
  }
  .public-links.open {
    display: flex;
  }
  .mobile-menu-button {
    display: block;
  }
  .link-login {
    margin-top: 5px;
  }
}
@media (max-width: 720px) {
  .public-nav {
    height: 68px;
  }
  .public-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 22px;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
  }
  .public-links.open {
    display: flex;
  }
  .mobile-menu-button {
    display: block;
  }
  .link-login {
    margin-top: 5px;
  }
  .hero {
    padding-top: 45px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-visual {
    min-height: 560px;
  }
  .phone-card {
    width: 290px;
    min-height: 520px;
  }
  .float-note {
    display: none;
  }
  .section {
    padding-block: 75px;
  }
  .feature-grid,
  .steps-grid,
  .about-grid,
  .company-cards {
    grid-template-columns: 1fr;
  }
  .step-card {
    min-height: 220px;
  }
  .step-card h3 {
    margin-top: 45px;
  }
  .security-panel {
    padding: 30px;
    min-height: 380px;
  }
  .about-hero,
  .contact-hero {
    padding: 55px 22px;
  }
  .cta-band {
    margin-inline: 16px;
    padding: 35px 24px;
  }
  .public-footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .demo-credentials {
    grid-template-columns: 1fr;
  }
  .install-card {
    padding: 28px 20px;
  }
}

/* Dark launch theme */
.public-body {
  background:
    radial-gradient(circle at 80% 0, rgba(18, 99, 230, 0.18), transparent 32%),
    var(--paper);
  color: #eef4ff;
}
.public-nav {
  background: rgba(5, 7, 13, 0.9);
  border-bottom-color: rgba(35, 54, 93, 0.9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.public-links {
  color: #d6e2fb;
}
.public-links > a:hover {
  color: var(--gold);
}
.mobile-menu-button {
  color: #fff;
}
.hero-pill,
.feature-card,
.float-note,
.company-card,
.install-card {
  background: rgba(11, 18, 32, 0.88);
  border-color: var(--line);
  box-shadow: var(--shadow);
  color: #eef4ff;
}
.hero h1 em {
  -webkit-text-stroke-color: #eef4ff;
}
.hero-copy > p,
.hero-proof,
.section-heading p,
.feature-card p,
.security-list p,
.company-card p,
.install-card > p {
  color: var(--muted);
}
.hero-pill i {
  background: var(--gold);
}
.proof-avatars span {
  background: #101827;
  border-color: var(--paper);
}
.hero-orbit {
  box-shadow: 0 50px 120px rgba(18, 99, 230, 0.3);
}
.phone-card {
  background: #060910;
  border-color: #1e2c4b;
}
.phone-card::before {
  background: #1e2c4b;
}
.phone-actions span,
.phone-list article {
  background: #0e1728;
  border-color: #24375e;
}
.phone-list i {
  background: #16243d;
}
.logo-strip {
  background: #080d17;
  border-block-color: var(--line);
  color: #c7d4f3;
}
.logo-strip > span:first-child {
  color: #7f8fb0;
}
.logo-strip b {
  color: #eef4ff;
}
.feature-icon {
  background: linear-gradient(
    135deg,
    rgba(18, 99, 230, 0.26),
    rgba(246, 200, 76, 0.2)
  );
  color: var(--gold);
}
.dark-section {
  background: #03050a;
}
.steps-grid {
  background: #1e2c4b;
  border-color: #1e2c4b;
}
.step-card {
  background: #07101d;
}
.step-card p {
  color: #97a6c3;
}
.security-list i,
.security-shield {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}
.cta-band {
  box-shadow: var(--shadow-lg);
}
.public-footer {
  background: #03050a;
  border-top: 1px solid var(--line);
}
.public-footer > p {
  border-top-color: var(--line);
}
.install-stats div {
  background: var(--surface-2);
}
.demo-credentials div {
  background: #09111f;
  border-color: var(--line);
}
.demo-credentials code {
  color: var(--gold);
}
.contact-form {
  background: rgba(11, 18, 32, 0.9);
  border-color: var(--line);
}
.contact-cards .feature-card {
  background: rgba(11, 18, 32, 0.9);
}
.about-stat-card,
.contact-hero aside {
  background: rgba(11, 18, 32, 0.55);
  border-color: rgba(255, 255, 255, 0.14);
}
.company-card span {
  color: var(--gold);
}
@media (max-width: 720px) {
  .public-links {
    background: #05070d;
    border-bottom-color: var(--line);
  }
}

/* Professional homepage */
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  letter-spacing: 0;
}
.home-page .eyebrow {
  color: #8ea4cf;
}
.home-hero {
  position: relative;
  min-height: calc(100svh - 160px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #03050a;
  color: #fff;
}
.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.home-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 10, 0.3);
}
.home-hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 58%);
  padding: 42px max(5vw, 24px);
}
.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #dbe6fb;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 20px;
}
.home-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(102, 213, 165, 0.12);
}
.home-hero h1 {
  font-size: 68px;
  line-height: 0.95;
  margin: 0 0 12px;
  color: #fff;
}
.home-hero h2 {
  font-size: 40px;
  line-height: 1.08;
  max-width: 700px;
  margin: 0 0 18px;
  color: #fff;
}
.home-hero-content > p {
  font-size: 16px;
  line-height: 1.68;
  color: #d0dbef;
  max-width: 680px;
  margin-bottom: 24px;
}
.home-hero-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(5, 7, 13, 0.56);
  color: #fff;
}
.home-hero-assurance {
  display: flex;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  max-width: 720px;
}
.home-hero-assurance span {
  flex: 1;
  padding: 18px 20px 0 0;
  color: #aebdd8;
  font-size: 11px;
  line-height: 1.45;
}
.home-hero-assurance b {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}

.trust-rail {
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #080d17;
  border-block: 1px solid var(--line);
  padding: 0 max(5vw, 24px);
}
.trust-rail > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  column-gap: 10px;
  padding: 22px;
  border-right: 1px solid var(--line);
}
.trust-rail > div:first-child {
  border-left: 1px solid var(--line);
}
.trust-rail span {
  grid-row: 1/3;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  padding-top: 2px;
}
.trust-rail strong {
  font-size: 13px;
  color: #fff;
}
.trust-rail small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  margin-top: 4px;
}

.transparency-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.65fr);
  gap: 80px;
  align-items: start;
}
.transparency-copy > h2,
.control-heading h2,
.faq-intro h2 {
  font-size: 52px;
  line-height: 1.04;
  max-width: 760px;
  margin: 12px 0 20px;
}
.transparency-copy > p,
.control-heading > p,
.faq-intro > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 700px;
}
.transparency-points {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.transparency-points article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.transparency-points article > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.transparency-points h3 {
  font-size: 16px;
  margin: 0 0 6px;
}
.transparency-points p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
.quote-audit {
  position: sticky;
  top: 105px;
  background: #080d17;
  border: 1px solid #33518a;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.quote-audit header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
}
.quote-audit header span {
  font-size: 13px;
  font-weight: 850;
}
.quote-audit header b {
  color: var(--gold);
  font-size: 9px;
  text-transform: uppercase;
}
.quote-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.quote-route div:last-child {
  text-align: right;
}
.quote-route small,
.quote-route strong {
  display: block;
}
.quote-route small {
  color: var(--muted);
  font-size: 10px;
  margin-bottom: 7px;
}
.quote-route strong {
  font-size: 22px;
}
.quote-route > span {
  color: var(--gold);
  font-size: 21px;
}
.quote-audit dl {
  margin: 0;
}
.quote-audit dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.quote-audit dt {
  color: var(--muted);
  font-size: 11px;
}
.quote-audit dd {
  margin: 0;
  text-align: right;
  font-size: 11px;
  font-weight: 800;
}
.quote-audit > p,
.quote-empty p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  margin: 18px 0 0;
}
.quote-empty {
  padding: 35px 0;
}

.product-section {
  background: #080d17;
  border-block: 1px solid var(--line);
}
.product-section .section-heading {
  max-width: 780px;
}
.product-section .section-heading h2,
.operational-section .section-heading h2 {
  font-size: 52px;
  line-height: 1.04;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.product-feature {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b1220;
}
.product-feature-wide {
  grid-column: 1/-1;
  min-height: 180px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  background: #07101d;
}
.product-feature-wide b {
  font-size: 30px;
  color: var(--gold);
  white-space: nowrap;
}
.feature-number {
  display: block;
  color: #6f86b1;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 68px;
}
.product-feature-wide .feature-number {
  margin: 0;
}
.product-feature h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.product-feature p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
  margin: 0;
  max-width: 500px;
}

.process-band {
  padding: 100px max(5vw, 24px);
  background: #03050a;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr);
  gap: 80px;
}
.process-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}
.process-heading h2 {
  font-size: 45px;
  line-height: 1.05;
  margin: 12px 0 20px;
}
.process-heading p {
  color: var(--muted);
  line-height: 1.7;
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.process-list li > span {
  color: var(--gold);
  font-weight: 850;
}
.process-list h3 {
  font-size: 18px;
  margin-bottom: 7px;
}
.process-list p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.control-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: 80px;
  background: #0b1220;
}
.control-heading {
  align-self: start;
  position: sticky;
  top: 110px;
}
.control-heading .text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold);
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.control-grid article {
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 220px;
}
.control-grid span {
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.control-grid h3 {
  font-size: 18px;
  margin: 45px 0 9px;
}
.control-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.operational-section {
  background: #080d17;
}
.operational-section .section-heading {
  max-width: 850px;
}
.operational-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.operational-grid article {
  background: #0b1220;
  padding: 28px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
}
.operational-grid h3 {
  font-size: 20px;
}
.operational-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  flex: 1;
}
.operational-grid a {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: 90px;
}
.faq-intro {
  align-self: start;
  position: sticky;
  top: 110px;
}
.faq-intro .button {
  margin-top: 20px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--gold);
  font-size: 10px;
}
.faq-list summary i {
  font-style: normal;
  font-size: 22px;
  color: #8ea4cf;
  text-align: right;
  transition: transform 0.2s;
}
.faq-list summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 4px;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
  color: var(--gold);
}
.faq-list details p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  padding: 0 38px 25px 56px;
  max-width: 800px;
}

.home-cta {
  margin: 0 max(5vw, 24px) 80px;
  padding: 58px 60px;
  background: #0b1220;
  border: 1px solid #33518a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.home-cta h2 {
  font-size: 40px;
  line-height: 1.08;
  margin: 10px 0 12px;
  max-width: 760px;
}
.home-cta p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.home-cta .button-row {
  flex: none;
}

@media (max-width: 1100px) {
  .home-hero-content {
    width: 68%;
  }
  .home-hero h1 {
    font-size: 61px;
  }
  .home-hero h2 {
    font-size: 36px;
  }
  .transparency-section,
  .control-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .quote-audit,
  .control-heading,
  .faq-intro {
    position: static;
  }
  .quote-audit {
    max-width: 680px;
  }
  .process-band {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .process-heading {
    position: static;
    max-width: 720px;
  }
  .operational-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .home-hero {
    min-height: calc(100svh - 150px);
    align-items: flex-end;
  }
  .home-hero-image {
    object-position: 62% center;
  }
  .home-hero-shade {
    background: rgba(2, 5, 10, 0.52);
  }
  .home-hero-content {
    width: 100%;
    padding: 45px 24px 38px;
  }
  .home-hero h1 {
    font-size: 54px;
  }
  .home-hero h2 {
    font-size: 34px;
    max-width: 600px;
  }
  .home-hero-content > p {
    font-size: 15px;
    max-width: 590px;
  }
  .trust-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-rail > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-feature-wide {
    grid-column: 1/-1;
  }
  .control-grid {
    grid-template-columns: 1fr;
  }
  .home-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 42px;
  }
}
@media (max-width: 580px) {
  .public-nav .brand,
  .home-page * {
    letter-spacing: 0;
  }
  .home-hero {
    min-height: calc(100svh - 145px);
  }
  .home-hero-image {
    object-position: 68% center;
  }
  .home-hero-shade {
    background: rgba(2, 5, 10, 0.6);
  }
  .home-kicker {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .home-hero h1 {
    font-size: 45px;
  }
  .home-hero h2 {
    font-size: 29px;
  }
  .home-hero-content > p {
    font-size: 14px;
    line-height: 1.65;
  }
  .home-hero .button-row {
    align-items: stretch;
    flex-direction: column;
  }
  .home-hero .button {
    width: 100%;
  }
  .home-hero-assurance {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-hero-assurance span {
    padding-right: 12px;
  }
  .home-hero-assurance span:last-child {
    grid-column: 1/-1;
  }
  .trust-rail {
    grid-template-columns: 1fr;
  }
  .trust-rail > div,
  .trust-rail > div:first-child,
  .trust-rail > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }
  .transparency-copy > h2,
  .control-heading h2,
  .faq-intro h2,
  .product-section .section-heading h2,
  .operational-section .section-heading h2 {
    font-size: 36px;
  }
  .transparency-section {
    gap: 38px;
  }
  .transparency-points article {
    grid-template-columns: 58px 1fr;
  }
  .quote-audit {
    padding: 20px;
  }
  .quote-route strong {
    font-size: 17px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-feature-wide {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .product-feature-wide .feature-number {
    margin-bottom: 15px;
  }
  .product-feature-wide b {
    font-size: 24px;
  }
  .process-band {
    padding: 75px 22px;
  }
  .process-heading h2 {
    font-size: 36px;
  }
  .process-list li {
    grid-template-columns: 48px 1fr;
  }
  .operational-grid {
    grid-template-columns: 1fr;
  }
  .operational-grid article {
    min-height: 230px;
  }
  .faq-list summary {
    grid-template-columns: 32px 1fr 20px;
    font-size: 14px;
  }
  .faq-list details p {
    padding-left: 46px;
    padding-right: 10px;
  }
  .home-cta {
    margin-inline: 16px;
    padding: 32px 24px;
  }
  .home-cta h2 {
    font-size: 31px;
  }
  .home-cta .button-row {
    width: 100%;
  }
}

/* Company, support, and trust surfaces */
.company-page h1,
.company-page h2,
.company-page h3,
.support-page h1,
.support-page h2,
.support-page h3,
.security-assurance h2,
.security-assurance h3,
.customer-stories h2,
.customer-stories h3,
.ownership-disclosure h2 {
  letter-spacing: 0;
}
.company-hero {
  position: relative;
  min-height: clamp(590px, calc(100svh - 120px), 680px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #03050a;
  color: #fff;
  padding: 0;
}
.company-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.company-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 5, 10, 0.34), rgba(3, 5, 10, 0) 65%);
}
.company-hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 58%);
  padding: 52px max(5vw, 24px);
}
.company-hero h1 {
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 0.98;
  max-width: 760px;
  margin: 0 0 24px;
}
.company-hero p {
  max-width: 670px;
  color: #d3ddf0;
  font-size: 17px;
  line-height: 1.72;
  margin-bottom: 30px;
}
.company-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(3, 5, 10, 0.42);
}
.operator-rail,
.support-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 max(5vw, 24px);
  background: #080d17;
  border-block: 1px solid var(--line);
}
.operator-rail article,
.support-rail article {
  min-height: 164px;
  padding: 30px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.operator-rail article:first-child,
.support-rail article:first-child {
  border-left: 1px solid var(--line);
}
.operator-rail span,
.support-rail span,
.support-owner span {
  color: #7f94bb;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.operator-rail strong,
.support-rail strong {
  color: #fff;
  font-size: 18px;
  margin: 9px 0;
}
.operator-rail p,
.support-rail p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
.support-rail .support-warning {
  border-bottom: 3px solid var(--gold);
}
.support-rail .support-warning span,
.support-rail .support-warning strong {
  color: var(--gold);
}
.principle-section .section-heading {
  max-width: 780px;
}
.principle-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle-list article {
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principle-list svg,
.support-topics svg,
.transaction-help > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.principle-list svg {
  width: 38px;
  height: 38px;
  color: #438cff;
  margin-bottom: 60px;
}
.principle-list span {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  margin-bottom: 12px;
}
.principle-list h3 {
  font-size: 21px;
  margin-bottom: 11px;
}
.principle-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.story-band {
  padding: 95px max(5vw, 24px);
  background: #07101d;
  border-block: 1px solid #1d396a;
}
.story-band .about-story {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 90px;
  max-width: 1320px;
}
.story-band .about-story h2 {
  color: #fff;
}
.story-band .about-story p + p {
  margin-top: 18px;
}
.ownership-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 90px;
  align-items: start;
}
.ownership-copy h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
  margin: 13px 0 22px;
}
.ownership-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.ownership-copy .button-row {
  margin-top: 28px;
}
.ownership-copy .text-link {
  color: var(--gold);
}
.responsibility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.responsibility-list article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.responsibility-list strong {
  color: #fff;
  font-size: 17px;
}
.responsibility-list p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 42px 0 0;
}
.company-cta {
  margin: 0 max(5vw, 24px) 80px;
  padding: 54px 60px;
  border: 1px solid #33518a;
  background: #0b1220;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.company-cta h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin-bottom: 12px;
}
.company-cta p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.company-cta .button-row {
  flex: none;
}

.contact-hero .company-hero-content {
  width: min(720px, 55%);
}
.support-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  gap: 85px;
  align-items: start;
}
.support-form-heading {
  margin-bottom: 34px;
}
.support-form-heading h2,
.support-topics > div h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  margin: 12px 0 14px;
}
.support-form-heading p,
.support-topics > div p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 650px;
}
.contact-form {
  padding: 0;
  background: transparent;
  border: 0;
}
.contact-form .field input,
.contact-form .field textarea {
  border-radius: 4px;
  background: #07101d;
}
.contact-form .field textarea {
  min-height: 180px;
}
.contact-form .button {
  width: max-content;
  min-width: 180px;
  border-radius: 4px;
}
.support-topics > div {
  margin-bottom: 26px;
}
.support-topics {
  border-top: 1px solid var(--line);
}
.support-topics > div {
  padding-top: 28px;
}
.support-topics article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.support-topics article svg {
  width: 36px;
  height: 36px;
  color: #438cff;
}
.support-topics h3 {
  font-size: 17px;
  margin-bottom: 6px;
}
.support-topics p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}
.transaction-help {
  margin: 0 max(5vw, 24px) 95px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid #33518a;
  background: #07101d;
}
.transaction-help > svg {
  width: 44px;
  height: 44px;
  color: #438cff;
}
.transaction-help strong {
  color: #fff;
  font-size: 16px;
}
.transaction-help p {
  color: var(--muted);
  line-height: 1.65;
  margin: 7px 0 0;
}
.support-owner {
  padding: 48px max(5vw, 24px);
  background: #080d17;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.support-owner strong {
  display: block;
  font-size: 22px;
  margin: 10px 0 8px;
}
.support-owner p {
  color: var(--muted);
  margin: 0;
}
.support-owner .text-link {
  color: var(--gold);
}

.security-assurance {
  padding: 100px max(5vw, 24px);
  background: #03050a;
  border-bottom: 1px solid var(--line);
}
.security-assurance-heading {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 55px;
}
.security-assurance-heading h2,
.customer-stories-heading h2 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.04;
  margin: 12px 0 17px;
}
.security-assurance-heading p,
.customer-stories-heading p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.security-badge-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.security-badge-grid article {
  min-height: 235px;
  padding: 26px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.security-badge-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 28px;
  color: #438cff;
}
.security-badge-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.security-badge-grid h3 {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.security-badge-grid p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
.customer-stories {
  background: #03050a;
  border-block: 1px solid var(--line);
}
.customer-stories-heading {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 52px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.review-card {
  min-height: 340px;
  padding: 26px;
  border: 1px solid #33518a;
  border-radius: 8px;
  background: #080d17;
  display: flex;
  flex-direction: column;
}
.review-card header {
  display: flex;
  align-items: center;
  gap: 13px;
}
.review-avatar {
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-weight: 850;
  flex: none;
}
.review-card header strong,
.review-card header small {
  display: block;
}
.review-card header strong {
  color: #fff;
  font-size: 14px;
}
.review-card header small {
  color: var(--muted);
  font-size: 10px;
  margin-top: 4px;
}
.review-card blockquote {
  color: #d8e2f5;
  font-size: 16px;
  line-height: 1.75;
  margin: 34px 0;
  flex: 1;
}
.review-card footer {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #7fa9ee;
  font-size: 11px;
  font-weight: 800;
}
.review-disclosure {
  max-width: 820px;
  margin: 24px auto 0;
  text-align: center;
  color: #7889aa;
  font-size: 10px;
  line-height: 1.6;
}
.ownership-disclosure {
  margin: 0 max(5vw, 24px) 80px;
  padding: 60px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 75px;
  align-items: center;
  background: #07101d;
  border: 1px solid #33518a;
}
.ownership-disclosure h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  margin: 12px 0 18px;
}
.ownership-disclosure h2 strong {
  color: var(--gold);
}
.ownership-disclosure p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.ownership-actions {
  border-top: 1px solid var(--line);
}
.ownership-actions a {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.ownership-actions span,
.ownership-actions strong {
  display: block;
}
.ownership-actions span {
  color: var(--muted);
  font-size: 10px;
  margin-bottom: 7px;
}
.ownership-actions strong {
  color: #73a5f4;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .security-badge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-workspace,
  .ownership-section {
    gap: 55px;
  }
}
@media (max-width: 900px) {
  .company-hero-content,
  .contact-hero .company-hero-content {
    width: 72%;
  }
  .operator-rail,
  .support-rail {
    grid-template-columns: 1fr;
  }
  .operator-rail article,
  .operator-rail article:first-child,
  .support-rail article,
  .support-rail article:first-child {
    min-height: 125px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .principle-list {
    grid-template-columns: 1fr;
  }
  .principle-list article {
    min-height: 250px;
  }
  .principle-list svg {
    margin-bottom: 38px;
  }
  .story-band .about-story,
  .ownership-section,
  .support-workspace,
  .ownership-disclosure {
    grid-template-columns: 1fr;
  }
  .support-owner,
  .company-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .support-topics {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .company-hero {
    min-height: calc(100svh - 134px);
    align-items: flex-end;
  }
  .company-hero-image {
    object-position: 67% center;
  }
  .contact-hero .company-hero-image {
    object-position: 65% center;
  }
  .company-hero-shade {
    background: linear-gradient(0deg, rgba(3, 5, 10, 0.8), rgba(3, 5, 10, 0.08) 72%);
  }
  .company-hero-content,
  .contact-hero .company-hero-content {
    width: 100%;
    padding: 38px 22px 34px;
  }
  .company-hero h1 {
    font-size: 40px;
  }
  .company-hero p {
    font-size: 14px;
  }
  .company-hero .button {
    padding-inline: 14px;
    font-size: 13px;
  }
  .operator-rail,
  .support-rail {
    padding-inline: 16px;
  }
  .operator-rail article,
  .support-rail article {
    padding: 24px 20px;
  }
  .principle-list article {
    padding: 27px;
  }
  .story-band {
    padding: 72px 22px;
  }
  .story-band .about-story {
    gap: 30px;
  }
  .responsibility-list,
  .security-badge-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .responsibility-list article {
    min-height: 180px;
  }
  .company-cta,
  .ownership-disclosure {
    margin-inline: 16px;
    padding: 31px 24px;
  }
  .company-cta .button-row,
  .support-owner .button-row {
    width: 100%;
  }
  .support-workspace {
    gap: 62px;
  }
  .contact-form .button {
    width: 100%;
  }
  .transaction-help {
    margin: 0 16px 70px;
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .support-owner {
    padding: 38px 22px;
  }
  .security-assurance {
    padding: 75px 22px;
  }
  .security-badge-grid article {
    min-height: 205px;
  }
  .review-card {
    min-height: 310px;
  }
  .ownership-disclosure {
    gap: 38px;
  }
}

/* Legal policies */
.legal-page h1,
.legal-page h2,
.legal-page h3 {
  letter-spacing: 0;
}
.legal-hero {
  padding: 86px max(5vw, 24px);
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 70px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 5, 10, 0.98), rgba(7, 16, 29, 0.9)),
    #03050a;
  border-bottom: 1px solid var(--line);
}
.legal-hero-aml {
  background:
    linear-gradient(90deg, rgba(3, 5, 10, 0.98), rgba(8, 31, 66, 0.82)),
    #03050a;
}
.legal-hero-terms {
  background:
    linear-gradient(90deg, rgba(3, 5, 10, 0.98), rgba(31, 25, 9, 0.72)),
    #03050a;
}
.legal-hero h1 {
  max-width: 880px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  margin: 14px 0 22px;
}
.legal-hero > div > p {
  max-width: 820px;
  color: #c8d5ec;
  font-size: 17px;
  line-height: 1.75;
}
.legal-hero aside {
  padding: 28px;
  border: 1px solid #33518a;
  background: rgba(7, 16, 29, 0.82);
}
.legal-hero aside span,
.legal-related span,
.legal-policy-links span {
  color: #7f94bb;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.legal-hero aside strong {
  display: block;
  color: var(--gold);
  font-size: 24px;
  margin: 13px 0;
}
.legal-hero aside p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}
.legal-layout {
  padding: 90px max(5vw, 24px) 110px;
  display: grid;
  grid-template-columns: 250px minmax(0, 920px);
  justify-content: center;
  gap: 85px;
  align-items: start;
}
.legal-layout-wide {
  grid-template-columns: 270px minmax(0, 960px);
}
.legal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 max(5vw, 24px);
  background: #080d17;
  border-bottom: 1px solid var(--line);
}
.legal-summary article {
  min-height: 160px;
  padding: 28px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.legal-summary article:first-child {
  border-left: 1px solid var(--line);
}
.legal-summary span {
  color: #7f94bb;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.legal-summary strong {
  color: #fff;
  font-size: 17px;
  margin: 9px 0;
}
.legal-summary p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
.legal-nav {
  position: sticky;
  top: 105px;
  border-top: 1px solid var(--line);
}
.legal-nav strong,
.legal-nav a {
  display: block;
  border-bottom: 1px solid var(--line);
}
.legal-nav strong {
  padding: 19px 0;
  color: #fff;
  font-size: 13px;
}
.legal-nav a {
  padding: 14px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.legal-nav a:hover {
  color: var(--gold);
}
.legal-content > section {
  scroll-margin-top: 105px;
  padding: 0 0 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid var(--line);
}
.legal-content > section:last-child {
  margin-bottom: 0;
}
.legal-number {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  margin-bottom: 13px;
}
.legal-content h2 {
  max-width: 780px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  margin-bottom: 22px;
}
.legal-content h3 {
  font-size: 17px;
  margin: 28px 0 9px;
}
.legal-content p,
.legal-list {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.legal-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-list {
  padding-left: 20px;
}
.legal-list li {
  padding: 7px 0 7px 7px;
}
.legal-list strong {
  color: #eef4ff;
}
.legal-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin: 32px 0;
}
.legal-columns > div {
  min-height: 195px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.legal-columns h3 {
  margin: 0 0 12px;
}
.legal-columns p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.legal-note {
  margin-top: 28px;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  background: #080d17;
}
.legal-note strong {
  color: #fff;
  font-size: 14px;
}
.legal-note p {
  font-size: 12px;
  margin: 8px 0 0;
}
.legal-related {
  margin: 0 max(5vw, 24px) 80px;
  padding: 45px 50px;
  border: 1px solid #33518a;
  background: #07101d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.legal-related h2 {
  font-size: 30px;
  margin: 10px 0;
}
.legal-related p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.legal-related .button {
  flex: none;
}
.legal-related-terms .button-row {
  flex: none;
}
.legal-policy-links {
  margin: 0 max(5vw, 24px) 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.legal-policy-links a {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #07101d;
}
.legal-policy-links strong {
  display: block;
  color: #73a5f4;
  font-size: 17px;
  margin-top: 9px;
}
@media (max-width: 900px) {
  .legal-hero {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .legal-hero aside {
    max-width: 520px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .legal-summary {
    grid-template-columns: 1fr;
  }
  .legal-summary article,
  .legal-summary article:first-child {
    min-height: 125px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .legal-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid var(--line);
  }
  .legal-nav strong,
  .legal-nav a {
    padding: 14px;
    border-right: 1px solid var(--line);
  }
  .legal-nav strong {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .legal-hero {
    padding: 62px 22px;
    min-height: auto;
  }
  .legal-hero h1 {
    font-size: 43px;
  }
  .legal-hero > div > p {
    font-size: 14px;
  }
  .legal-layout {
    padding: 65px 22px 80px;
  }
  .legal-summary {
    padding-inline: 16px;
  }
  .legal-summary article {
    padding: 23px 20px;
  }
  .legal-nav,
  .legal-columns,
  .legal-policy-links {
    grid-template-columns: 1fr;
  }
  .legal-nav strong {
    grid-column: auto;
  }
  .legal-content > section {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .legal-content h2 {
    font-size: 34px;
  }
  .legal-columns > div {
    min-height: auto;
  }
  .legal-related {
    margin-inline: 16px;
    padding: 30px 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .legal-related .button {
    width: 100%;
  }
  .legal-related-terms .button-row {
    width: 100%;
  }
  .legal-policy-links {
    margin-inline: 16px;
  }
}
