:root {
  --page: #ffffff;
  --ink: #102131;
  --gold: #b58a43;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  background: var(--page);
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page) url("gfx/bg.jpg") center top no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

.content-width {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 190px 1fr 230px;
  align-items: center;
  border: 1px solid rgba(36, 43, 49, .12);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(35, 42, 49, .08);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 118px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  white-space: nowrap;
}

.main-nav a {
  color: #152331;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.main-nav a span {
  margin-left: 2px;
  font-size: 11px;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.mobile-menu {
  display: none;
}

.button {
  min-height: 43px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.button-dark {
  color: #fff;
  background: #0d2031;
  box-shadow: 0 7px 16px rgba(13, 32, 49, .14);
}

.button-light {
  color: #172838;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(20, 38, 54, .22);
}

.hero {
  height: 778px;
  min-height: 778px;
  padding-top: 75px;
  display: grid;
  grid-template-columns: 440px 1fr;
  align-items: start;
  align-content: start;
  column-gap: 42px;
  row-gap: 8px;
  padding-right: 30px;
}

.hero-copy {
  margin-left: 30px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hero h1 {
  margin: 0;
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.036em;
}

.hero h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero-text {
  width: 410px;
  max-width: 100%;
  margin: 30px 0 26px;
  color: #293744;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 15px;
  padding-top: 30px;
  margin-bottom: 42px;
}

.play {
  margin-right: 8px;
}

.hero-badges-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
}

.hero-badges {
  width: 750px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #293846;
}

.hero-badge {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border-right: 1px solid rgba(41, 56, 70, .14);
}

.hero-badge:first-child {
  padding-left: 0;
}

.hero-badge:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-badge svg {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #65717c;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-badge-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.hero-badge b {
  color: #293846;
  font-size: 13px;
  line-height: 1.05;
}

.hero-badge small {
  color: #606b75;
  font-size: 14px;
  line-height: 1.05;
}

.hero-visual {
  min-width: 0;
  padding-top: 3px;
}

.page-main {
  padding-bottom: 0;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 26px;
  overflow: hidden;
  border: 1px solid rgba(36, 43, 49, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .92) inset,
    0 12px 28px rgba(45, 40, 31, .08);
}

.capability-card {
  width: auto;
  min-width: 0;
  min-height: 215px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  border-right: 1px solid rgba(36, 43, 49, .10);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.capability-card:last-child {
  border-right: 0;
}

.capability-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-card h2 {
  margin: 0 0 12px;
  color: #182735;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.capability-card p {
  margin: 0;
  color: #69727a;
  font-size: 13px;
  line-height: 1.55;
}

.agents {
  margin-top: 34px;
}

.local-control {
  position: relative;
  min-height: 412px;
  margin-bottom: 26px;
  padding: 34px 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(36, 43, 49, .12);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 24%, rgba(255,255,255,.78) 39%, rgba(255,255,255,.28) 56%, rgba(255,255,255,.06) 70%, rgba(255,255,255,0) 76%),
    url("gfx/local-control-bg.jpg") center center / cover no-repeat;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .92) inset,
    0 12px 28px rgba(45, 40, 31, .08);
}

.local-control-copy {
  position: relative;
  z-index: 1;
  width: 350px;
  max-width: 100%;
}

.local-control .eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
}

.local-control h2 {
  margin: 0 0 18px;
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.035em;
}

.local-control-text {
  margin: 0 0 22px;
  color: #5f6a74;
  font-size: 14px;
  line-height: 1.65;
}

.local-control-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.local-control-list li {
  position: relative;
  padding-left: 24px;
  color: #32414d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.local-control-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--gold);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.9);
}

@media (max-width: 1200px) {
  .capabilities {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .local-control {
    margin-left: 12px;
    margin-right: 12px;
  }

  .site-header {
    grid-template-columns: 150px 1fr 200px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-nav {
    gap: 22px;
  }

  .hero {
    height: 778px;
    min-height: 778px;
    padding-left: 0;
    padding-right: 30px;
    grid-template-columns: 39% 61%;
    gap: 18px;
  }

  .hero-copy {
    margin-left: 30px;
  }

  .hero h1 {
    font-size: clamp(48px, 5.4vw, 66px);
  }

  .hero-text {
    width: 95%;
  }

  .hero-badges {
    width: 750px;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .local-control {
    min-height: 0;
    padding: 30px 28px;
    background-position: 63% center;
    background-size: cover;
  }

  .local-control-copy {
    width: min(360px, 100%);
  }

  .local-control h2 {
    font-size: clamp(32px, 6.2vw, 38px);
  }

  .local-control-text,
  .local-control-list li {
    font-size: 14px;
  }

  .site-header {
    top: 12px;
    height: 66px;
    grid-template-columns: 1fr auto auto;
    column-gap: 12px;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    list-style: none;
    min-height: 43px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(20, 38, 54, .18);
    border-radius: 7px;
    color: #172838;
    background: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 10;
    width: 260px;
    padding: 10px;
    display: grid;
    border: 1px solid rgba(25, 39, 52, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 38px rgba(35, 42, 49, .14);
  }

  .mobile-menu nav a {
    padding: 11px 12px;
    border-radius: 6px;
    color: #152331;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-menu nav a:hover {
    background: rgba(16, 33, 49, .05);
  }

  .hero {
    min-height: 0;
    padding-top: 72px;
    padding-right: 0;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-copy {
    width: auto;
    max-width: 650px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero h1 {
    font-size: clamp(50px, 8vw, 64px);
  }

  .hero-text {
    width: 100%;
    max-width: 560px;
  }

  .hero-actions {
    margin-bottom: 38px;
  }

  .hero-badges {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
  }

  .hero-badge:nth-child(2) {
    border-right: 0;
  }

  .hero-visual {
    padding: 0 24px 44px;
  }

  .page-main {
    margin-top: 0;
  }

  .agents {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .local-control {
    padding: 24px 20px;
    margin-bottom: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.86) 24%, rgba(255,255,255,.54) 50%, rgba(255,255,255,.12) 100%), url("gfx/local-control-bg.png") 66% center / cover no-repeat;
  }

  .local-control .eyebrow {
    margin-bottom: 14px;
  }

  .local-control h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 9vw, 36px);
  }

  .local-control-text {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .local-control-list {
    gap: 10px;
  }

  .local-control-list li {
    padding-left: 22px;
    font-size: 14px;
  }

  .local-control-list li::before {
    width: 11px;
    height: 11px;
  }

  .site-header {
    top: 8px;
    height: 60px;
    padding-left: 12px;
    padding-right: 12px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 102px;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu summary {
    min-height: 38px;
    padding: 0 13px;
  }

  .mobile-menu nav {
    top: 46px;
    width: 240px;
  }

  .hero {
    padding-top: 58px;
    gap: 28px;
  }

  .hero-copy {
    margin-left: 22px;
    margin-right: 22px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 54px);
    line-height: 1;
  }

  .hero-text {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 16px;
  }

  .hero-actions {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-badges {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }

  .hero-badge {
    padding: 0 10px;
  }

  .hero-badge:first-child {
    padding-left: 0;
  }

  .hero-badge svg {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .hero-badge b {
    font-size: 12px;
  }

  .hero-badge small {
    font-size: 12px;
  }

  .hero-visual {
    padding: 0 12px 30px;
  }

  .agents {
    margin-top: 12px;
  }

  .page-main {
    padding-bottom: 22px;
  }
}

@media (max-width: 980px) {
  .hero-badges-row {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .hero-badges-row {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .hero-badges {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 1100px) {
  .hero {
    height: auto;
    min-height: 0;
    padding-top: 56px;
    padding-right: 24px;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-visual {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }

  .hero-text {
    width: 100%;
    max-width: 540px;
  }

  .hero-badges-row {
    margin-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-badges {
    width: min(750px, 100%);
  }

  .capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 22px;
  }

  .capability-card {
    min-height: 184px;
    padding: 14px 12px;
    border-right: 1px solid rgba(36, 43, 49, .10);
    border-bottom: 1px solid rgba(36, 43, 49, .10);
  }

  .capability-card:nth-child(3n) {
    border-right: 0;
  }

  .capability-card:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 18px 18px;
    grid-template-columns: 1fr auto auto;
    padding-left: 16px;
    padding-right: 16px;
    column-gap: 12px;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .hero {
    padding-top: 44px;
    row-gap: 16px;
  }

  .hero-copy,
  .hero-visual,
  .hero-badges-row {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(46px, 8vw, 62px);
  }

  .hero-actions {
    margin-bottom: 26px;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 0;
  }

  .hero-badge {
    padding: 0 12px;
  }

  .hero-badge:nth-child(2n) {
    border-right: 0;
  }

  .capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-card:nth-child(n) {
    border-right: 1px solid rgba(36, 43, 49, .10);
    border-bottom: 1px solid rgba(36, 43, 49, .10);
  }

  .capability-card:nth-child(2n) {
    border-right: 0;
  }

  .capability-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu summary {
    min-height: 38px;
    padding: 0 13px;
  }

  .hero {
    padding-top: 34px;
    row-gap: 14px;
  }

  .hero-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-visual,
  .hero-badges-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: .99;
  }

  .hero-text {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    padding-top: 18px;
    margin-bottom: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-badges {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-badge {
    gap: 8px;
    padding: 0 8px;
  }

  .hero-badge svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .hero-badge b {
    font-size: 12px;
  }

  .hero-badge small {
    font-size: 12px;
  }

  .capabilities {
    border-radius: 14px;
  }

  .capability-card {
    min-height: 160px;
    padding: 14px 10px;
  }

  .capability-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

  .capability-card h2 {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .capability-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .agents {
    margin-top: 12px;
  }
}

@media (max-width: 460px) {
  .hero-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero h1 {
    font-size: clamp(34px, 11.2vw, 46px);
  }

  .hero-badges {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-badge {
    justify-content: flex-start;
    border-right: 0 !important;
    padding: 0;
  }

  .hero-badge-copy {
    text-align: left;
  }

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

  .capability-card:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid rgba(36, 43, 49, .10);
  }

  .capability-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-visual {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 18px;
  }

  .hero-badges-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-badges {
    width: 100%;
    max-width: 750px;
  }

  .hero-badge {
    padding-left: 8px;
    padding-right: 8px;
  }

  .capability-card {
    padding: 12px 8px;
  }
}

@media (max-width: 460px) {
  .hero-copy {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-visual {
    padding-left: 6px;
    padding-right: 6px;
  }

  .hero-badges-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .capability-card {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-edge: 10px;
  }

  .site-header {
    padding-left: var(--mobile-edge);
    padding-right: var(--mobile-edge);
  }

  .hero-copy,
  .hero-visual,
  .hero-badges-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--mobile-edge);
    padding-right: var(--mobile-edge);
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual,
  .hero-badges-row {
    max-width: none;
  }
}

@media (max-width: 460px) {
  :root {
    --mobile-edge: 8px;
  }
}

@media (max-width: 1100px) {
  .hero-badges-row {
    padding-bottom: 20px;
  }
}

.agent-showcase {
  padding: 54px 0 38px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.agent-intro {
  padding: 34px 0 0 30px;
  max-width: 300px;
}

.agent-intro .eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
}

.agent-intro h2 {
  margin: 0;
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.035em;
}

.agent-intro h2 em {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}

.agent-intro > p:not(.eyebrow) {
  margin: 24px 0 26px;
  color: #5f6a74;
  font-size: 14px;
  line-height: 1.65;
}

.agents-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 43, 49, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .94) inset,
    0 12px 28px rgba(45, 40, 31, .07);
}

.agents-panel-head {
  padding: 19px 20px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.agents-panel-head div {
  display: grid;
  gap: 4px;
}

.agents-panel-head div > span {
  color: #172838;
  font-size: 14px;
  font-weight: 800;
}

.agents-panel-head strong {
  color: #65717b;
  font-size: 12px;
  font-weight: 500;
}

.agents-panel-head small {
  color: #8a9298;
  font-size: 10px;
  white-space: nowrap;
}

.agent-filters {
  padding: 0 20px 13px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(36, 43, 49, .07);
}

.agent-filters::-webkit-scrollbar {
  display: none;
}

.agent-filter {
  min-height: 30px;
  padding: 0 11px;
  flex: 0 0 auto;
  border: 1px solid rgba(35, 49, 61, .11);
  border-radius: 999px;
  color: #65717a;
  background: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.agent-filter:hover,
.agent-filter.is-active {
  color: #fff;
  border-color: #102131;
  background: #102131;
}

.agents-grid {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.agent-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 43, 49, .09);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 11px rgba(32, 42, 50, .035);
  transition: transform .18s ease, box-shadow .18s ease;
}

.agent-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(32, 42, 50, .08);
}

.agent-card[hidden] {
  display: none !important;
}

.agent-card img {
  width: 100%;
  aspect-ratio: 4 / 3.5;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #f5f2ec;
}

.agent-card > div {
  min-height: 92px;
  padding: 10px 10px 9px;
  display: flex;
  flex-direction: column;
}

.agent-card h3 {
  margin: 0;
  color: #172735;
  font-size: 11.5px;
  line-height: 1.25;
}

.agent-card p {
  margin: 6px 0 8px;
  color: #707a82;
  font-size: 9.5px;
  line-height: 1.45;
}

.agent-card span {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #4c8b63;
  font-size: 8.5px;
  font-weight: 700;
}

.agent-card span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64a878;
}

.agents-panel-foot {
  padding: 3px 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #7a838a;
  font-size: 10px;
}

.agents-expand {
  padding: 0;
  border: 0;
  color: #172838;
  background: transparent;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.agents-expand span {
  margin-left: 4px;
}

@media (max-width: 1100px) {
  .agent-showcase {
    padding: 42px 0 30px;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 24px;
  }

  .agent-intro {
    padding: 24px 0 0 24px;
    max-width: 258px;
  }

  .agent-intro h2 {
    font-size: 32px;
  }

  .agents-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .agent-showcase {
    padding: 38px 24px 28px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .agent-intro {
    padding: 0;
    max-width: 620px;
  }

  .agent-intro h2 {
    font-size: 38px;
  }

  .agent-intro > p:not(.eyebrow) {
    max-width: 560px;
  }

  .agents-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .agent-showcase {
    padding: 32px 10px 24px;
    gap: 20px;
  }

  .agent-intro {
    padding: 0;
  }

  .agent-intro h2 {
    font-size: 34px;
  }

  .agent-intro > p:not(.eyebrow) {
    margin-top: 18px;
  }

  .agents-panel-head {
    padding: 17px 14px 12px;
  }

  .agents-panel-head small {
    display: none;
  }

  .agent-filters {
    padding: 0 14px 13px;
  }

  .agents-grid {
    padding: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .agent-card img {
    aspect-ratio: 4 / 3.8;
  }

  .agent-card > div {
    min-height: 94px;
    padding: 10px 9px 9px;
  }

  .agent-card h3 {
    font-size: 11px;
  }

  .agent-card p {
    font-size: 9.5px;
  }

  .agents-panel-foot {
    padding: 3px 14px 15px;
  }

  .agents-panel-foot > span {
    display: none;
  }

  .agents-expand {
    margin-left: auto;
  }
}

.site-header {
  border-color: rgba(255, 255, 255, .28);
  background: linear-gradient(180deg, #737a80 0%, #596168 42%, #424a51 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .24) inset,
    0 10px 28px rgba(27, 34, 40, .17);
}

.brand img {
  width: 152px;
  height: auto;
}

.main-nav a {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
}

.main-nav a:hover {
  color: #fff;
  opacity: .78;
}

.mobile-menu summary {
  color: #fff;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .10) inset;
}

@media (max-width: 620px) {
  .brand img {
    width: 132px;
  }
}

.site-header {
  border-color: rgba(70, 79, 86, .16);
  background: linear-gradient(180deg, #dfe2e4 0%, #cfd3d6 46%, #bcc2c6 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .72) inset,
    0 8px 24px rgba(35, 42, 49, .10);
}

.main-nav a {
  color: #fff;
  text-shadow: 0 1px 1px rgba(25, 34, 42, .48),
    0 0 2px rgba(25, 34, 42, .18);
}

.main-nav a:hover {
  color: #fff;
  opacity: .84;
}

.mobile-menu summary {
  color: #fff;
  border-color: rgba(54, 65, 74, .20);
  background: rgba(118, 127, 135, .30);
  text-shadow: 0 1px 1px rgba(25, 34, 42, .42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .28) inset;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.launch-pill {
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(181, 138, 67, .28);
  border-radius: 999px;
  color: #936b2e;
  background: rgba(255, 255, 255, .62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  backdrop-filter: blur(8px);
}

.agent-card span {
  color: #8f7445;
}

.agent-card span::before {
  background: #b58a43;
}

.waitlist-section {
  margin: 44px auto 24px;
  padding: 54px 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 58px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  color: #fff;
  background: radial-gradient(circle at 78% 18%, rgba(181, 138, 67, .20), transparent 34%),
    linear-gradient(135deg, #0a1a28 0%, #10283a 58%, #0b1d2b 100%);
  box-shadow: 0 18px 42px rgba(15, 28, 39, .16);
}

.waitlist-copy {
  max-width: 610px;
}

.waitlist-section .eyebrow {
  margin-bottom: 18px;
  color: #d6b477;
}

.waitlist-section h2 {
  margin: 0 0 18px;
  max-width: 650px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -.035em;
}

.waitlist-copy > p:not(.eyebrow) {
  margin: 0;
  max-width: 590px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.7;
}

.waitlist-actions {
  margin: 26px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-gold {
  color: #0d2031;
  background: linear-gradient(180deg, #d9b878, #c79b52);
  box-shadow: 0 8px 20px rgba(0,0,0,.18), 0 1px 0 rgba(255,255,255,.35) inset;
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
}

.waitlist-copy small {
  display: block;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  line-height: 1.5;
}

.waitlist-aside {
  display: grid;
  gap: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.waitlist-aside > div {
  position: relative;
  padding: 19px 20px 18px 60px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.waitlist-aside > div:last-child {
  border-bottom: 0;
}

.waitlist-aside span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #d6b477;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.waitlist-aside strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
}

.waitlist-aside p {
  margin: 0;
  color: rgba(255,255,255,.60);
  font-size: 11px;
  line-height: 1.5;
}

.site-footer {
  padding: 34px 30px 18px;
  color: #65717b;
}

.footer-main {
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 190px minmax(240px, 1fr) auto;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(36,43,49,.09);
}

.footer-brand img {
  display: block;
  width: 250px;
  height: auto;
}

.footer-main p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.footer-main nav a {
  color: #374550;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}

.footer-agent-short {
  display: none;
}

.footer-bottom {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
}

.footer-legal-link {
  color: inherit;
  text-decoration: none;
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .waitlist-section {
    margin-left: 24px;
    margin-right: 24px;
    width: auto;
    padding: 42px 36px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .waitlist-section h2 {
    font-size: 42px;
  }

  .waitlist-aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .waitlist-aside > div {
    padding: 42px 16px 17px;
    border-bottom: 0;
    border-right: 1px solid rgba(255,255,255,.09);
  }

  .waitlist-aside > div:last-child {
    border-right: 0;
  }

  .waitlist-aside span {
    top: 16px;
    left: 16px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-main nav {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .launch-pill {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .waitlist-section {
    margin: 28px 10px 12px;
    padding: 32px 22px;
    border-radius: 14px;
  }

  .waitlist-section h2 {
    font-size: 34px;
  }

  .waitlist-copy > p:not(.eyebrow) {
    font-size: 14px;
  }

  .waitlist-actions {
    flex-direction: column;
  }

  .waitlist-actions .button {
    width: 100%;
  }

  .waitlist-aside {
    grid-template-columns: 1fr;
  }

  .waitlist-aside > div {
    padding: 18px 16px 17px 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .waitlist-aside > div:last-child {
    border-bottom: 0;
  }

  .waitlist-aside span {
    top: 19px;
    left: 16px;
  }

  .site-footer {
    padding: 26px 10px 14px;
  }

  .footer-main {
    padding-bottom: 20px;
  }

  .footer-main nav {
    gap: 14px 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
}

.site-header {
  border-color: rgba(88, 82, 74, .14);
  background: linear-gradient(180deg, rgba(220, 217, 212, .96) 0%, rgba(207, 203, 197, .96) 52%, rgba(194, 191, 185, .98) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .78) inset,
    0 8px 22px rgba(46, 41, 35, .10);
}

.main-nav a {
  color: rgba(255, 255, 255, .96);
  text-shadow: 0 1px 1px rgba(36, 32, 28, .28),
    0 0 2px rgba(36, 32, 28, .10);
}

.main-nav a:hover {
  color: #ffffff;
  opacity: .88;
}

.mobile-menu summary {
  color: #fff;
  border-color: rgba(86, 79, 71, .18);
  background: rgba(124, 116, 108, .24);
  text-shadow: 0 1px 1px rgba(36, 32, 28, .24);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .34) inset;
}

.hero-actions {
  padding-top: 0;
}

.site-header {
  border-color: rgba(96, 96, 94, .12);
  background: linear-gradient(180deg, rgba(242, 242, 240, .98) 0%, rgba(232, 231, 227, .97) 28%, rgba(220, 218, 213, .97) 62%, rgba(205, 201, 195, .98) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .92) inset,
    0 8px 22px rgba(44, 43, 39, .08);
}

.main-nav a {
  color: rgba(255, 255, 255, .98);
  text-shadow: 0 1px 1px rgba(55, 53, 49, .30),
    0 0 2px rgba(55, 53, 49, .12);
}

.site-footer-wrap {
  width: 100%;
  margin-top: 44px;
  margin-bottom: 0;
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(241, 241, 239, .99) 0%, rgba(232, 231, 228, .99) 42%, rgba(219, 217, 212, .99) 100%);
  border-top: 1px solid rgba(84, 84, 80, .08);
}

.site-footer {
  padding-top: 30px;
  padding-bottom: 12px;
}

.footer-builder {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-builder img {
  width: auto;
  height: 12px;
  display: inline-block;
  flex: 0 0 auto;
}

@media (max-width: 620px) {
  .site-footer-wrap {
    margin-top: 12px;
  }

  .site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hero-workflow-preview {
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(36, 43, 49, .10);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 50px rgba(65, 68, 70, .14);
  cursor: pointer;
}

.hero-workflow-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-workflow-hint {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  color: #fff;
  background: rgba(13,32,49,.82);
  box-shadow: 0 8px 22px rgba(13,32,49,.16);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  opacity: .92;
  transition: transform .18s ease, opacity .18s ease;
}

.hero-workflow-preview:hover .hero-workflow-hint,
.hero-workflow-preview:focus-visible .hero-workflow-hint {
  transform: translateY(-2px);
  opacity: 1;
}

.hero-workflow-preview:focus-visible {
  outline: 3px solid rgba(181,138,67,.38);
  outline-offset: 3px;
}

body.workflow-modal-open {
  overflow: hidden;
}

.workflow-modal[hidden] {
  display: none;
}

.workflow-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  transition: opacity .18s ease;
}

.workflow-modal.is-open {
  opacity: 1;
}

.workflow-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 15, 23, .72);
  backdrop-filter: blur(8px);
}

.workflow-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1320px, 96vw);
  max-height: calc(100vh - 56px);
  padding: 22px;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 20px;
  background: rgba(250, 249, 247, .98);
  box-shadow: 0 28px 90px rgba(0,0,0,.30);
  transform: translateY(10px) scale(.985);
  transition: transform .18s ease;
}

.workflow-modal.is-open .workflow-modal-dialog {
  transform: translateY(0) scale(1);
}

.workflow-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36,43,49,.12);
  border-radius: 50%;
  color: #24323e;
  background: rgba(255,255,255,.92);
  box-shadow: 0 7px 18px rgba(25,35,44,.08);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.workflow-modal-header {
  padding: 2px 48px 15px 2px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.workflow-modal-header .eyebrow {
  margin-bottom: 7px;
  font-size: 9px;
}

.workflow-modal-header h2 {
  margin: 0;
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.6vw, 39px);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.035em;
}

.workflow-modal-counter {
  flex: 0 0 auto;
  color: #8a7a62;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
}

.workflow-modal-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(36,43,49,.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(40,46,52,.08);
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.workflow-modal-visual {
  position: relative;
  width: 100%;
}

.workflow-modal-stage img {
  width: 100%;
  height: auto;
  display: block;
}

.workflow-focus {
  position: absolute;
  border: 2px solid rgba(197, 154, 81, .96);
  border-radius: 10px;
  box-shadow: 0 0 0 9999px rgba(8, 21, 32, .32),
    0 0 0 5px rgba(197,154,81,.13),
    0 10px 30px rgba(36,43,49,.16);
  pointer-events: none;
  transition: left .52s cubic-bezier(.2,.8,.2,1),
    top .52s cubic-bezier(.2,.8,.2,1),
    width .52s cubic-bezier(.2,.8,.2,1),
    height .52s cubic-bezier(.2,.8,.2,1),
    opacity .25s ease;
}

.workflow-focus::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 14px;
}

.workflow-focus.is-finished {
  opacity: 0;
}

.workflow-modal-caption {
  min-height: 76px;
  padding: 16px 4px 6px;
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
}

.workflow-modal-caption strong {
  color: #162838;
  font-size: 15px;
  line-height: 1.35;
}

.workflow-modal-caption p {
  margin: 0;
  color: #64717b;
  font-size: 13px;
  line-height: 1.55;
}

.workflow-modal-progress {
  height: 14px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  align-items: center;
}

.workflow-modal-progress button {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.workflow-modal-progress button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: #e2ded7;
  transform: translateY(-50%);
  transition: background .2s ease, transform .18s ease;
}

.workflow-modal-progress button:hover::before,
.workflow-modal-progress button:focus-visible::before {
  transform: translateY(-50%) scaleY(1.45);
}

.workflow-modal-progress button:focus-visible {
  outline: 2px solid rgba(181, 138, 67, .52);
  outline-offset: 2px;
  border-radius: 999px;
}

.workflow-modal-progress button.is-complete::before {
  background: #cdb078;
}

.workflow-modal-progress button.is-active::before {
  background: #102131;
}

.workflow-modal-actions {
  padding-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.workflow-replay[hidden] {
  display: none;
}

@media (max-width: 960px) {
  .hero-workflow-preview {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .workflow-modal {
    padding: 14px;
  }

  .workflow-modal-dialog {
    width: min(900px, 98vw);
    max-height: calc(100vh - 28px);
    padding: 14px;
    border-radius: 16px;
  }

  .workflow-modal-caption {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 620px) {
  .hero-workflow-preview {
    border-radius: 12px;
  }

  .hero-workflow-hint {
    right: 10px;
    bottom: 10px;
    font-size: 9px;
  }

  .workflow-modal {
    padding: 0;
    place-items: stretch;
  }

  .workflow-modal-dialog {
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    overscroll-behavior: contain;
  }

  .workflow-modal-close {
    top: max(10px, env(safe-area-inset-top));
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .workflow-modal-header {
    padding: 4px 44px 12px 0;
    align-items: flex-start;
    gap: 10px;
  }

  .workflow-modal-header .eyebrow {
    margin-bottom: 5px;
  }

  .workflow-modal-header h2 {
    font-size: clamp(23px, 7vw, 28px);
    line-height: 1.04;
  }

  .workflow-modal-counter {
    padding-top: 4px;
    font-size: 10px;
  }

  .workflow-modal-stage {
    width: 100%;
    border-radius: 11px;
  }

  .workflow-modal-visual {
    width: min(175%, 720px);
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .workflow-modal-caption {
    min-height: 92px;
    padding: 13px 2px 5px;
    gap: 4px;
  }

  .workflow-modal-caption strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .workflow-modal-caption p {
    font-size: 12px;
    line-height: 1.48;
  }

  .workflow-modal-progress {
    height: 28px;
    gap: 4px;
  }

  .workflow-modal-progress button {
    height: 28px;
  }

  .workflow-modal-progress button::before {
    height: 5px;
  }

  .workflow-modal-actions {
    padding-top: 8px;
    padding-bottom: max(2px, env(safe-area-inset-bottom));
  }

  .workflow-modal-actions .button {
    min-height: 40px;
    padding: 0 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-modal,
  .workflow-modal-dialog,
  .workflow-focus,
  .hero-workflow-hint {
    transition: none !important;
  }
}

.workflow-reveal-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.workflow-step-mask {
  position: absolute;
  display: block;
  border: 1px solid rgba(36, 43, 49, .065);
  border-radius: 7px;
  background: rgba(249, 249, 248, .965);
  box-shadow: 0 1px 2px rgba(36, 43, 49, .025) inset;
  opacity: 1;
  transition: opacity .58s ease;
}

.workflow-step-mask.is-revealed {
  opacity: 0;
}

.workflow-focus {
  z-index: 3;
  border-radius: 8px;
  transition: left .62s cubic-bezier(.2,.8,.2,1),
    top .62s cubic-bezier(.2,.8,.2,1),
    width .62s cubic-bezier(.2,.8,.2,1),
    height .62s cubic-bezier(.2,.8,.2,1),
    opacity .28s ease;
}

.workflow-modal-caption {
  transition: opacity .22s ease, transform .22s ease;
}

.workflow-modal-caption.is-changing {
  opacity: .18;
  transform: translateY(3px);
}

.workflow-modal-progress button {
  transition: background .3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .workflow-step-mask,
  .workflow-modal-caption {
    transition: none !important;
  }
}

.workflow-final-message {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(10, 24, 36, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .9s ease,
    background-color 1.1s ease,
    visibility 0s linear .9s;
}

.workflow-final-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1vw, 12px);
  text-align: center;
}

.workflow-final-primary,
.workflow-final-accent {
  margin: 0;
  text-shadow: 0 2px 18px rgba(5, 15, 24, .18);
  transform: translateY(8px);
  opacity: 0;
  transition: transform 1s cubic-bezier(.2,.8,.2,1), opacity .9s ease;
}

.workflow-final-primary {
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -.04em;
}

.workflow-final-accent {
  color: #c4953e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.9vw, 60px);
  line-height: 0.96;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.035em;
}

.workflow-modal.is-complete .workflow-final-message {
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, .58);
  transition-delay: 0s;
}

.workflow-modal.is-complete .workflow-final-primary,
.workflow-modal.is-complete .workflow-final-accent {
  transform: translateY(0);
  opacity: 1;
}

.workflow-modal.is-complete .workflow-modal-caption {
  opacity: .78;
}

.workflow-modal.is-complete .workflow-replay {
  animation: workflowReplayIn .7s ease both;
}

@keyframes workflowReplayIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  .workflow-final-message {
    padding: 18px;
  }

  .workflow-final-primary {
    font-size: 34px;
  }

  .workflow-final-accent {
    font-size: 31px;
  }

  .workflow-final-message strong {
    font-size: clamp(25px, 8vw, 36px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-final-message,
  .workflow-final-message strong,
  .workflow-modal.is-complete .workflow-replay {
    transition: none !important;
    animation: none !important;
  }
}

.mobile-menu nav button.waitlist-open {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 6px;
  color: #152331;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.mobile-menu nav button.waitlist-open:hover,
.mobile-menu nav button.waitlist-open:focus-visible {
  background: rgba(16, 33, 49, .05);
  outline: none;
}

body.waitlist-modal-open {
  overflow: hidden;
}

.waitlist-modal[hidden] {
  display: none;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  transition: opacity .18s ease;
}

.waitlist-modal.is-open {
  opacity: 1;
}

.waitlist-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 15, 23, .74);
  backdrop-filter: blur(9px);
}

.waitlist-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 96vw);
  max-height: calc(100vh - 56px);
  display: grid;
  grid-template-columns: minmax(285px, .78fr) minmax(0, 1.42fr);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.50);
  border-radius: 20px;
  background: #f8f7f4;
  box-shadow: 0 30px 100px rgba(0,0,0,.34);
  transform: translateY(10px) scale(.985);
  transition: transform .18s ease;
}

.waitlist-modal.is-open .waitlist-modal-dialog {
  transform: translateY(0) scale(1);
}

.waitlist-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36,43,49,.12);
  border-radius: 50%;
  color: #24323e;
  background: rgba(255,255,255,.92);
  box-shadow: 0 7px 18px rgba(25,35,44,.08);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.waitlist-modal-close:hover,
.waitlist-modal-close:focus-visible {
  background: #fff;
  outline: 3px solid rgba(181,138,67,.22);
  outline-offset: 2px;
}

.waitlist-modal-intro {
  min-height: 590px;
  padding: 38px 34px 30px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: radial-gradient(circle at 85% 13%, rgba(201, 157, 83, .25), transparent 30%),
    linear-gradient(155deg, #091a28 0%, #10283a 62%, #0a1d2c 100%);
}

.waitlist-modal-logo {
  width: 138px;
  height: auto;
  margin-bottom: 70px;
  display: block;
}

.waitlist-modal-intro .eyebrow {
  margin: 0 0 14px;
  color: #d7b678;
}

.waitlist-modal-intro h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.035em;
}

.waitlist-modal-intro > div > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.65;
}

.waitlist-modal-principles {
  margin-top: auto;
  padding-top: 34px;
  display: grid;
  gap: 10px;
}

.waitlist-modal-principles span {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: rgba(255,255,255,.74);
  font-size: 11px;
}

.waitlist-modal-principles b {
  color: #d7b678;
  font-size: 9px;
  letter-spacing: .12em;
}

.waitlist-modal-principles span.is-current {
  color: #fff;
  font-weight: 700;
}

.waitlist-modal-origin {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.waitlist-modal-origin img {
  width: auto;
  height: 12px;
  display: inline-block;
}

.waitlist-modal-form-wrap {
  min-width: 0;
  padding: 48px 46px 34px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 90% 4%, rgba(181,138,67,.08), transparent 28%),
    linear-gradient(180deg, #fbfaf8 0%, #f5f3ef 100%);
}

.waitlist-form,
.waitlist-success {
  width: 100%;
}

.waitlist-form-header {
  padding-right: 34px;
  margin-bottom: 26px;
}

.waitlist-form-header .eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
}

.waitlist-form-header h3,
.waitlist-success h3 {
  margin: 0 0 9px;
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.025em;
}

.waitlist-form-header > p:not(.eyebrow) {
  margin: 0;
  color: #6a747e;
  font-size: 12px;
  line-height: 1.55;
}

.waitlist-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.waitlist-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #334350;
  font-size: 11px;
  font-weight: 700;
}

.waitlist-field-wide {
  margin-top: 15px;
}

.waitlist-field > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.waitlist-field em {
  color: #8b9399;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
}

.waitlist-field input,
.waitlist-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(29, 45, 58, .16);
  border-radius: 8px;
  color: #162737;
  background: rgba(255,255,255,.86);
  box-shadow: 0 1px 0 rgba(255,255,255,.80) inset;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.waitlist-field input {
  height: 43px;
  padding: 0 12px;
}

.waitlist-field textarea {
  min-height: 92px;
  padding: 11px 12px;
  resize: vertical;
  line-height: 1.45;
}

.waitlist-field input:focus,
.waitlist-field textarea:focus {
  border-color: rgba(181,138,67,.65);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(181,138,67,.11);
}

.waitlist-field.is-invalid input,
.waitlist-field.is-invalid textarea {
  border-color: rgba(157, 64, 58, .62);
  box-shadow: 0 0 0 3px rgba(157, 64, 58, .08);
}

.waitlist-field small,
.waitlist-consent-error {
  min-height: 0;
  color: #9c463f;
  font-size: 9px;
  line-height: 1.35;
  font-weight: 600;
}

.waitlist-field small:empty,
.waitlist-consent-error:empty {
  display: none;
}

.waitlist-consent {
  margin-top: 17px;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;
  color: #68737d;
  font-size: 10px;
  line-height: 1.5;
  cursor: pointer;
}

.waitlist-consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #112437;
}

.waitlist-consent.is-invalid span {
  color: #8b443e;
}

.waitlist-consent-error {
  display: block;
  margin: 4px 0 0 26px;
}

.waitlist-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.waitlist-form-status {
  min-height: 16px;
  margin-top: 12px;
  color: #8b443e;
  font-size: 10px;
  line-height: 1.45;
}

.waitlist-form-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.waitlist-submit {
  min-width: 172px;
  position: relative;
}

.waitlist-submit-spinner {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: none;
  border: 2px solid rgba(13,32,49,.25);
  border-top-color: #0d2031;
  border-radius: 50%;
  animation: waitlist-spin .7s linear infinite;
}

.waitlist-form.is-submitting .waitlist-submit-spinner {
  display: inline-block;
}

.waitlist-form.is-submitting .waitlist-submit {
  cursor: wait;
}

@keyframes waitlist-spin {
  to {
    transform: rotate(360deg);
  }
}

.waitlist-success {
  padding: 20px 8px;
}

.waitlist-success[hidden] {
  display: none;
}

.waitlist-success-mark {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181,138,67,.26);
  border-radius: 50%;
  color: #9b7535;
  background: rgba(216,185,126,.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.waitlist-success .eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
}

.waitlist-success p {
  max-width: 510px;
  margin: 0 0 14px;
  color: #66727d;
  font-size: 13px;
  line-height: 1.65;
}

.waitlist-success strong {
  color: #263949;
}

.waitlist-success .button {
  margin-top: 10px;
}

.verification-page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  background: radial-gradient(circle at 50% 18%, rgba(45, 60, 70, .72), transparent 45%),
    linear-gradient(180deg, #24313a 0%, #0a1620 100%);
}

.verification-shell {
  min-height: 100vh;
  padding: 28px;
  display: grid;
  place-items: center;
}

.verification-card {
  width: min(980px, 96vw);
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(285px, .78fr) minmax(0, 1.42fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.50);
  border-radius: 20px;
  background: #f8f7f4;
  box-shadow: 0 30px 100px rgba(0,0,0,.34);
}

.verification-sidebar {
  min-width: 0;
  padding: 38px 34px 30px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: radial-gradient(circle at 85% 13%, rgba(201,157,83,.25), transparent 30%),
    linear-gradient(155deg, #091a28 0%, #10283a 62%, #0a1d2c 100%);
}

.verification-brand {
  width: 138px;
  height: auto;
  margin: 0 0 70px;
  display: block;
}

.verification-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.verification-sidebar-copy .eyebrow {
  margin: 0 0 14px;
  color: #d7b678;
}

.verification-sidebar-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.035em;
}

.verification-sidebar-copy > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.65;
}

.verification-principles {
  margin-top: auto;
  padding-top: 34px;
  display: grid;
  gap: 10px;
}

.verification-principles span {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: rgba(255,255,255,.74);
  font-size: 11px;
}

.verification-principles b {
  color: #d7b678;
  font-size: 9px;
  letter-spacing: .12em;
}

.verification-principles span.is-current {
  color: #fff;
  font-weight: 700;
}

.verification-origin {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.verification-origin img {
  width: auto;
  height: 12px;
  display: inline-block;
}

.verification-content {
  min-width: 0;
  padding: 48px 46px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 90% 4%, rgba(181,138,67,.08), transparent 28%),
    linear-gradient(180deg, #fbfaf8 0%, #f5f3ef 100%);
}

.verification-content .eyebrow {
  margin: 0 0 12px;
}

.verification-content h1 {
  margin: 0 0 22px;
  color: #112437;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.035em;
}

.verification-content > p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 0 28px;
  color: #64717c;
  font-size: 14px;
  line-height: 1.7;
}

.verification-content .button {
  align-self: flex-start;
}

@media (max-width: 780px) {
  .waitlist-modal {
    padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    place-items: stretch;
  }

  .waitlist-modal-dialog {
    width: 100%;
    max-height: 100%;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .waitlist-modal-intro {
    min-height: auto;
    padding: 24px 22px 22px;
  }

  .waitlist-modal-logo {
    width: 118px;
    margin-bottom: 30px;
  }

  .waitlist-modal-intro h2 {
    max-width: 540px;
    font-size: 31px;
  }

  .waitlist-modal-principles {
    margin-top: 22px;
    padding-top: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.09);
  }

  .waitlist-modal-principles span {
    display: grid;
    gap: 4px;
  }

  .waitlist-modal-origin {
    margin-top: 18px;
  }

  .waitlist-modal-form-wrap {
    padding: 30px 24px max(26px, env(safe-area-inset-bottom));
    align-items: start;
  }

  .verification-shell {
    padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    place-items: stretch;
  }

  .verification-card {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .verification-sidebar {
    padding: 24px 22px 22px;
  }

  .verification-brand {
    width: 118px;
    margin-bottom: 30px;
  }

  .verification-sidebar-copy h2 {
    max-width: 540px;
    font-size: 31px;
  }

  .verification-principles {
    margin-top: 22px;
    padding-top: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.09);
  }

  .verification-principles span {
    display: grid;
    gap: 4px;
  }

  .verification-origin {
    margin-top: 18px;
  }

  .verification-content {
    padding: 34px 24px max(30px, env(safe-area-inset-bottom));
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .waitlist-modal-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }

  .waitlist-modal-intro {
    padding: 21px 18px 18px;
  }

  .waitlist-modal-logo {
    width: 108px;
    margin-bottom: 22px;
  }

  .waitlist-modal-intro h2 {
    font-size: 27px;
  }

  .waitlist-modal-intro > div > p:not(.eyebrow) {
    font-size: 12px;
  }

  .waitlist-modal-principles {
    gap: 8px;
  }

  .waitlist-modal-principles span {
    font-size: 9px;
  }

  .waitlist-modal-origin {
    font-size: 9px;
  }

  .waitlist-modal-form-wrap {
    padding: 26px 18px 22px;
  }

  .waitlist-form-header {
    padding-right: 0;
    margin-bottom: 21px;
  }

  .waitlist-form-header h3,
  .waitlist-success h3 {
    font-size: 27px;
  }

  .waitlist-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .waitlist-field-wide {
    margin-top: 12px;
  }

  .waitlist-field input {
    height: 44px;
  }

  .waitlist-field textarea {
    min-height: 82px;
  }

  .waitlist-form-actions {
    flex-direction: column-reverse;
  }

  .waitlist-form-actions .button {
    width: 100%;
  }

  .waitlist-success {
    padding: 8px 0 4px;
  }

  .verification-sidebar {
    padding: 21px 18px 18px;
  }

  .verification-brand {
    width: 108px;
    margin-bottom: 22px;
  }

  .verification-sidebar-copy h2 {
    font-size: 27px;
  }

  .verification-sidebar-copy > p:not(.eyebrow) {
    font-size: 12px;
  }

  .verification-principles {
    gap: 8px;
  }

  .verification-principles span {
    font-size: 9px;
  }

  .verification-origin {
    font-size: 9px;
  }

  .verification-content {
    padding: 30px 18px 28px;
  }

  .verification-content h1 {
    font-size: 39px;
  }

  .verification-content > p:not(.eyebrow) {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .waitlist-modal,
  .waitlist-modal-dialog,
  .waitlist-submit-spinner {
    transition: none;
    animation: none;
  }
}

/* Mobile finish - clip the natural-size page background to the viewport and fade its true lower edge. */
.mobile-page-background {
  display: none;
}

@media (max-width: 620px) {
  html {
    overflow-x: hidden;
  }

  body {
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
    background-image: none;
  }

  .mobile-page-background {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    overflow: hidden;
    pointer-events: none;
  }

  .mobile-page-background img {
    display: block;
    position: relative;
    left: 50%;
    width: auto;
    height: auto;
    max-width: none;
    transform: translateX(-50%);
  }

  .mobile-page-background::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }

  .hero-badges-row {
    justify-content: center;
  }

  .hero-badges {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer {
    text-align: center;
  }

  .footer-main {
    justify-items: center;
    gap: 14px;
  }

  .footer-brand {
    display: inline-flex;
    justify-content: center;
  }

  .footer-main p {
    text-align: center;
  }

  .footer-main nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
  }

  .footer-main nav a {
    font-size: 10px;
  }

  .footer-agent-long {
    display: none;
  }

  .footer-agent-short {
    display: inline;
  }

  .footer-bottom {
    align-items: center;
    text-align: center;
  }

  .footer-builder {
    justify-content: center;
  }
}



@media (max-width: 460px) {
  .hero-badges {
    width: min(260px, 100%);
  }

  .hero-badge {
    justify-content: center;
  }

  .hero-badge-copy {
    text-align: center;
  }
}

/* Privacy notice - waiting-list site */
.waitlist-consent a,
.verification-origin a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.verification-origin a {
  color: rgba(255,255,255,.82);
}

.privacy-page {
  min-height: 100vh;
  color: #26343f;
  background: linear-gradient(180deg, #f4f3f0 0%, #ffffff 420px);
}

.privacy-header {
  position: relative;
}

.privacy-main {
  padding: 74px 30px 42px;
}

.privacy-hero {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}

.privacy-hero h1 {
  margin: 10px 0 16px;
  color: #0d2031;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.privacy-lead {
  max-width: 760px;
  margin: 0 auto;
  color: #5a6873;
  font-size: 17px;
  line-height: 1.65;
}

.privacy-effective {
  margin: 16px 0 0;
  color: #8a7451;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 820px);
  justify-content: center;
  gap: 46px;
  align-items: start;
}

.privacy-toc {
  position: sticky;
  top: 28px;
  padding: 20px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(36,43,49,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 34px rgba(42,48,53,.06);
}

.privacy-toc strong {
  margin-bottom: 3px;
  color: #0d2031;
  font-size: 12px;
}

.privacy-toc a {
  color: #64717b;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.4;
}

.privacy-toc a:hover,
.privacy-content a:hover {
  color: #0d2031;
}

.privacy-content {
  min-width: 0;
}

.privacy-content section {
  margin: 0 0 18px;
  padding: 30px 32px;
  scroll-margin-top: 24px;
  border: 1px solid rgba(36,43,49,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 36px rgba(42,48,53,.055);
}

.privacy-content h2 {
  margin: 0 0 15px;
  color: #0d2031;
  font-size: 24px;
  line-height: 1.2;
}

.privacy-content h3 {
  margin: 24px 0 10px;
  color: #293946;
  font-size: 16px;
}

.privacy-content p,
.privacy-content li {
  color: #55636e;
  font-size: 14px;
  line-height: 1.72;
}

.privacy-content p {
  margin: 0 0 13px;
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

.privacy-content ul {
  margin: 8px 0 0;
  padding-left: 21px;
}

.privacy-content li + li {
  margin-top: 7px;
}

.privacy-content a {
  color: #8b692f;
  font-weight: 700;
}

.privacy-table-wrap {
  margin: 17px 0;
  overflow-x: auto;
  border: 1px solid rgba(36,43,49,.08);
  border-radius: 12px;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.privacy-table th,
.privacy-table td {
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(36,43,49,.07);
  color: #55636e;
  font-size: 12px;
  line-height: 1.55;
}

.privacy-table th {
  color: #26343f;
  background: #f7f6f3;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.privacy-table tr:last-child td {
  border-bottom: 0;
}

.privacy-footer-wrap {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .privacy-main {
    padding-top: 54px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .privacy-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .privacy-main {
    padding: 38px 14px 24px;
  }

  .privacy-hero {
    margin-bottom: 28px;
  }

  .privacy-lead {
    font-size: 15px;
  }

  .privacy-content section {
    padding: 23px 20px;
    border-radius: 14px;
  }

  .privacy-content h2 {
    font-size: 21px;
  }

  .privacy-toc {
    grid-template-columns: 1fr;
  }

  .privacy-toc strong {
    grid-column: auto;
  }

  .privacy-page .privacy-header .main-nav {
    display: none;
  }
}

@media (max-width: 620px) {
  .footer-main nav {
    flex-wrap: wrap;
  }
}
