:root {
  --shadow: 6px 6px 18px -2px rgba(0, 0, 0, 0.14);
}

.hero-tools {
  min-height: 1519px;
  padding: 34px 0 86px;
  background: var(--off-white);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 580px 700px;
  column-gap: 0;
  padding-top: 101px;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.eyebrow {
  margin: 0 0 23px;
  color: var(--rose);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--gold);
}

h1,
.how-it-works h2 {
  margin: 0;
  font-family: "Faculty Glyphic", Georgia, serif;
  font-weight: 400;
}

h1 {
  width: 520px;
  color: var(--navy);
  font-size: 60px;
  line-height: 70px;
}

.hero-lede {
  width: 495px;
  margin: 27px 0;
  color: var(--black);
  font-size: 20px;
  line-height: 34px;
}

.primary-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  font-weight: 700;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.primary-button {
  position: relative;
  min-width: 220px;
  min-height: 58px;
  gap: 12px;
  padding: 16px 38px;
  border-color: transparent;
  border-radius: 12px;
  background: var(--rose);
  color: var(--white);
  font-size: 18.7px;
  overflow: hidden;
}

.primary-button::before {
  position: absolute;
  left: 50%;
  top: 66px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
  transition:
    top 180ms ease,
    width 180ms ease,
    height 180ms ease,
    transform 180ms ease;
}

.primary-button > * {
  position: relative;
  z-index: 1;
}

.primary-button .button-arrow {
  color: var(--gold);
}

.primary-button .button-label,
.primary-button:hover .button-label {
  color: var(--white);
}

.primary-button .button-arrow {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  color: var(--gold);
}

.primary-button:hover {
  background: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(31, 42, 68, 0.16);
}

.primary-button:hover::before {
  top: 50%;
  width: 238px;
  height: 238px;
  transform: translate(-50%, -50%);
}

.primary-button:hover .button-arrow {
  color: var(--navy);
}

.tool-list {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  gap: 9px;
}

.tool-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 31px;
  min-height: 214px;
  padding: 22px 22px 20px 31px;
  border-radius: 18.626px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.tool-card:hover,
.tool-card:focus-within {
  box-shadow: 10px 12px 26px -4px rgba(0, 0, 0, 0.18);
  transform: scale(1.018);
}

.tool-icon {
  width: 92px;
  height: 92px;
}

.status-badge {
  position: absolute;
  top: 22px;
  right: 21px;
  width: 105px;
  height: 31px;
  object-fit: contain;
}

.status-badge.beta {
  width: 74px;
}

.status-badge.coming {
  width: 135px;
}

.tool-copy {
  padding-top: 0;
}

.tool-copy h2,
.building-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  font-weight: 800;
  line-height: 29.4px;
}

.tool-copy .audience {
  margin: 0;
  color: var(--rose);
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.tool-copy p:not(.audience) {
  max-width: 490px;
  margin: 0 0 12px;
  color: var(--black);
  font-size: 18px;
  line-height: 30px;
}

.outline-button {
  position: relative;
  min-height: 39px;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 10px;
  color: var(--rose);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}

.outline-button::before {
  position: absolute;
  left: 50%;
  top: 47.5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--light-blue);
  content: "";
  transform: translateX(-50%);
  transition:
    top 180ms ease,
    width 180ms ease,
    height 180ms ease,
    transform 180ms ease;
}

.outline-button > * {
  position: relative;
  z-index: 1;
}

.outline-button .button-label,
.outline-button .button-arrow {
  color: var(--rose);
  transition: color 160ms ease;
}

.outline-button .button-arrow {
  display: inline-flex;
  width: 11px;
  height: 11px;
  margin-left: 3px;
}

.outline-button .button-arrow svg {
  width: 11px;
  height: 11px;
}

.outline-button:hover {
  color: var(--navy);
}

.outline-button:hover::before {
  top: -86px;
  width: 205px;
  height: 205px;
  transform: translateX(-50%);
}

.outline-button:hover .button-label {
  color: var(--navy);
}

.outline-button:hover .button-arrow {
  color: var(--gold);
}

.hero-art {
  grid-column: 1;
  grid-row: 2;
  width: 779px;
  margin-top: -145px;
  margin-left: -198px;
  pointer-events: none;
}

.hero-art img {
  width: 779px;
  height: auto;
}

.trust-points {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  gap: 23px;
  width: 522px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.trust-points li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 11px;
  align-items: start;
  width: 160px;
  color: var(--navy);
  font-size: 13.3px;
  font-weight: 700;
  line-height: 19px;
}

.trust-points img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.building-card {
  grid-column: 1;
  grid-row: 4;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  align-items: start;
  width: 501px;
  min-height: 202px;
  margin-top: 86px;
  padding: 20px 32px;
  border: 1px solid var(--navy);
  border-radius: 18.626px;
  background: var(--off-white);
}

.building-card img {
  width: 92px;
  height: 92px;
}

.building-card h2 {
  margin-top: 3px;
  line-height: 32px;
}

.building-card p {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 18px;
  line-height: 30px;
}

.how-it-works {
  padding: 68px 0 51px;
  background: var(--light-blue);
  border: 1px solid var(--light-blue);
}

.how-it-works h2 {
  margin-bottom: 41px;
  color: var(--navy);
  font-size: 36px;
  line-height: 1.27;
  text-align: center;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 125px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.steps::before,
.steps::after {
  position: absolute;
  top: 45px;
  width: 250px;
  height: 1px;
  background: var(--navy);
  content: "";
}

.steps::before {
  left: 224px;
}

.steps::after {
  right: 224px;
}

.steps li {
  counter-increment: step;
  text-align: center;
}

.steps img {
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
}

.steps h3 {
  margin: 0;
  color: var(--navy);
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

.steps h3::before {
  content: counter(step) ". ";
}

.steps p {
  width: 300px;
  margin: 0 auto;
  color: var(--navy);
  font-size: 18px;
  line-height: 30px;
}

.compliance {
  position: relative;
  padding: 68px 0 70px;
  background: var(--navy);
}

.assist-panel {
  display: grid;
  grid-template-columns: 92px 494px 1px 423px;
  gap: 38px;
  align-items: start;
  margin-left: 72px;
}

.assist-panel::after {
  grid-column: 3;
  grid-row: 1;
  width: 1px;
  height: 176px;
  background: var(--light-blue);
  content: "";
}

.assist-panel > img {
  width: 92px;
  height: 92px;
}

.assist-copy h2 {
  margin: 0 0 5px;
  color: var(--light-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.27;
}

.assist-copy p {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
}

.check-list {
  grid-column: 4;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 36px;
  color: var(--light-blue);
  font-size: 18px;
  line-height: 33px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  content: "✓⃝";
}

.important-card {
  width: 1132px;
  min-height: 168px;
  margin: 58px auto -1px;
  padding: 28px 30px 30px;
  border-radius: 24px;
  background: var(--rose);
  color: var(--white);
  text-align: center;
}

.important-card h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--gold);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.27;
}

.important-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("assets/important-yellow-icon.png") center / contain no-repeat;
  filter: drop-shadow(0.25px 0 0 var(--gold)) drop-shadow(-0.25px 0 0 var(--gold)) drop-shadow(0 0.25px 0 var(--gold)) drop-shadow(0 -0.25px 0 var(--gold));
}

.important-card p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

.site-footer {
  padding: 44px 0 36px;
  background: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 177px 380px 1fr;
  gap: 112px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--navy);
}

.footer-logo {
  width: 177px;
}

.watermark {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.lock-icon {
  display: inline-flex;
  width: 26px;
  height: 37px;
  color: var(--rose);
  line-height: 1;
  transform: translateY(1px);
}

.lock-icon svg {
  width: 26px;
  height: 37px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 25px 72px;
  justify-content: end;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
}

.footer-nav a:hover {
  color: var(--rose);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 366px 1fr;
  gap: 11px;
  padding-top: 27px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
}

.footer-bottom p {
  margin: 0;
  line-height: 14px;
}

.footer-bottom p:last-child {
  text-align: right;
}

/* Homepage desktop (>1400px): a thicker sticky nav bar, with the hero
   content pulled up close beneath it. Scoped here so the stacked and
   mobile header layouts keep their compact bar. */
@media (min-width: 1401px) {
  .hero-tools {
    padding-top: 10px;
  }
}

@media (max-width: 1400px) {
  .hero-tools {
    min-height: auto;
  }

  .site-header,
  .hero-grid,
  .assist-panel,
  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 18px 28px;
  }

  .main-nav a::after {
    display: none;
  }

  .hero-grid {
    display: grid;
    row-gap: 36px;
  }

  .tool-list {
    grid-column: 1;
    grid-row: 4;
  }

  .hero-art {
    grid-column: 1;
    grid-row: 2;
    width: min(779px, 100%);
    margin: -125px 0 0;
  }

  .trust-points {
    grid-row: 3;
  }

  .building-card {
    grid-row: 5;
  }

  .tool-card {
    width: min(100%, 760px);
  }

  .trust-points,
  .building-card {
    width: min(100%, 600px);
  }

  .trust-points {
    margin-top: 8px;
  }

  .building-card {
    margin-top: 0;
  }

  .assist-panel {
    margin-left: 0;
  }

  .assist-panel::after {
    display: none;
  }

  .check-list {
    grid-column: auto;
  }

  .important-card {
    width: 100%;
  }

  .footer-top {
    gap: 28px;
  }

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

  .footer-bottom p:last-child {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 38px, var(--container));
  }

  .page-shell {
    width: min(100%, 390px);
  }

  .hero-tools {
    min-height: 1842px;
    padding: 8px 0 44px;
  }

  .site-header {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    min-height: 44px;
  }

  .site-header.menu-open::before {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -19px;
    width: 390px;
    height: 421px;
    background: var(--off-white);
    content: "";
  }

  .brand img {
    width: 177px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 44px;
    height: 4px;
    border-radius: 13px;
    background: var(--black);
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(18px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-18px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 72px;
    left: 33px;
    right: 33px;
    display: grid;
    width: auto;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-header.menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0;
    border-bottom: 1px solid var(--navy);
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav a::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: currentColor;
    color: var(--black);
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.2212e-05 7.95429V5.91425H9.93812L5.03453 1.42242L6.43823 3.24784e-06L13.1011 6.26985V7.57997L6.43823 13.8498L5.01582 12.4087L9.90068 7.95429H-6.2212e-05Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.2212e-05 7.95429V5.91425H9.93812L5.03453 1.42242L6.43823 3.24784e-06L13.1011 6.26985V7.57997L6.43823 13.8498L5.01582 12.4087L9.90068 7.95429H-6.2212e-05Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .main-nav a:hover {
    color: var(--black);
    font-weight: 600;
  }

  .sign-in {
    min-width: 0;
    margin-top: 0;
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
    color: var(--black) !important;
    text-align: left !important;
  }

  .sign-in::after {
    color: var(--black) !important;
  }

  .sign-in:hover {
    background: transparent;
    color: var(--black) !important;
    font-weight: 600;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 39px;
  }

  .hero-copy {
    order: 1;
  }

  .eyebrow {
    width: 356px;
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: 0;
    white-space: nowrap;
  }

  h1 {
    width: 321px;
    font-size: 38.119px;
    line-height: 46.144px;
  }

  .hero-lede {
    width: 352px;
    margin: 17px 0 0;
    font-size: 18px;
    line-height: 28px;
  }

  .primary-button {
    position: relative;
    z-index: 2;
    min-width: 173px;
    min-height: 47px;
    margin-top: 17px;
    padding: 13px 28px;
    border-radius: 12px;
    font-size: 15.82px;
  }

  .primary-button .button-arrow {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }

  .hero-art {
    order: 2;
    width: 428px;
    margin: -53px 0 0 -56px;
  }

  .hero-art img {
    width: 428px;
  }

  .trust-points {
    order: 3;
    display: grid;
    grid-template-columns: 88px 96px 89px;
    gap: 18px;
    width: 309px;
    margin: 20px auto 0;
  }

  .trust-points li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: auto;
    font-size: 11px;
    line-height: 15.846px;
    text-align: center;
  }

  .trust-points img {
    width: 23px;
    height: 23px;
  }

  .tool-list {
    order: 4;
    display: grid;
    gap: 11px;
    margin-top: 63px;
  }

  .tool-list::before {
    margin-bottom: 16px;
    color: var(--navy);
    font-family: "Faculty Glyphic", Georgia, serif;
    font-size: 23px;
    line-height: 1.27;
    text-align: center;
    content: "Our Tools";
  }

  .tool-card {
    grid-template-columns: 55px 1fr;
    gap: 18px;
    width: 351px;
    min-height: 126px;
    padding: 13px 14px 13px 16px;
    border-radius: 9.339px;
    box-shadow: none;
    transition:
      transform 180ms ease,
      box-shadow 180ms ease;
  }

  .tool-card:hover,
  .tool-card:focus-within,
  .building-card:hover,
  .building-card:focus-within {
    box-shadow: 4.513px 4.513px 8.023px -3.51px rgba(0, 0, 0, 0.21);
    transform: scale(1.018);
  }

  .tool-card:nth-child(3),
  .tool-card:nth-child(4),
  .tool-card:nth-child(6) {
    min-height: 149px;
  }

  .tool-icon {
    width: 55px;
    height: 55px;
    margin-top: 7px;
  }

  .status-badge {
    display: none;
  }

  .tool-copy {
    grid-column: 2;
    padding-top: 0;
  }

  .tool-copy h2,
  .building-card h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .tool-copy .audience {
    font-size: 16px;
    line-height: 23px;
  }

  .tool-copy p:not(.audience) {
    max-width: none;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .tool-copy .outline-button {
    position: absolute;
    right: 15px;
    bottom: 12px;
    width: 25px;
    min-width: 0;
    min-height: 22px;
    padding: 0;
    border: 0;
    color: var(--navy);
    font-size: 0;
    overflow: visible;
  }

  .tool-copy .outline-button::before {
    display: none;
  }

  .tool-copy .outline-button .button-label {
    display: none;
  }

  .tool-copy .outline-button .button-arrow,
  .tool-copy .outline-button .button-arrow svg {
    width: 14px;
    height: 14px;
    color: var(--navy);
  }

  .building-card {
    order: 5;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    align-items: center;
    width: 351px;
    min-height: 77px;
    margin: 15px 0 0;
    padding: 13px 15px;
    border-radius: 9.339px;
    box-shadow: none;
    transition:
      transform 180ms ease,
      box-shadow 180ms ease;
  }

  .building-card img {
    width: 55px;
    height: 55px;
  }

  .building-card h2 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .building-card p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .building-card .outline-button {
    position: absolute;
    right: 15px;
    bottom: 16px;
    width: 25px;
    min-width: 0;
    min-height: 22px;
    padding: 0;
    border: 0;
    color: var(--navy);
    font-size: 0;
    overflow: visible;
  }

  .building-card .outline-button::before,
  .building-card .outline-button .button-label {
    display: none;
  }

  .building-card .outline-button .button-arrow,
  .building-card .outline-button .button-arrow svg {
    width: 14px;
    height: 14px;
    color: var(--navy);
  }

  .how-it-works {
    padding: 74px 0 58px;
  }

  .how-it-works .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how-it-works h2 {
    margin-bottom: 47px;
    font-size: 34px;
    line-height: 1.27;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .steps::before,
  .steps::after {
    display: none;
  }

  .steps p {
    width: 225px;
  }

  .steps li {
    position: relative;
    display: grid;
    grid-template-columns: 53px 225px;
    column-gap: 24px;
    row-gap: 0;
    align-items: center;
    width: 303px;
    margin-inline: auto;
    text-align: left;
  }

  .steps li + li {
    margin-top: 42px;
  }

  .steps li:not(:last-child)::after {
    position: absolute;
    left: 26.5px;
    top: calc(100% - 4px);
    color: var(--black);
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    content: "↓";
    transform: translateX(-50%);
  }

  .steps img,
  .assist-panel > img {
    width: 53px;
    height: 53px;
    margin: 0;
  }

  .steps img {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .steps h3 {
    grid-column: 2;
    margin: 0 0 -1px;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
  }

  .steps h3::before {
    content: "";
  }

  .steps p {
    grid-column: 2;
    margin: 0;
    font-size: 15px;
    line-height: 22.5px;
  }

  .compliance {
    padding: 49px 0 0;
  }

  .assist-panel {
    display: grid;
    grid-template-columns: 74px 249px;
    gap: 18px;
    align-items: start;
    margin: 0 0 44px 12px;
  }

  .assist-panel > img {
    width: 74px;
    height: 74px;
  }

  .assist-copy h2 {
    margin-bottom: 1px;
    color: var(--light-blue);
    font-size: 17.871px;
    line-height: 1.27;
  }

  .assist-copy p {
    font-size: 13.899px;
    line-height: 21.842px;
  }

  .check-list {
    display: none;
  }

  .important-card {
    width: calc(100% + 38px);
    min-height: 248px;
    margin: 0 -19px;
    padding: 38px 20px 30px;
    border-radius: 0;
  }

  .important-card h2 {
    flex-direction: column;
    gap: 7px;
    font-size: 18px;
    line-height: 22px;
  }

  .important-icon {
    width: 31px;
    height: 31px;
  }

  .important-card p {
    width: 353px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
  }

  .site-footer {
    padding: 32px 0 31px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: stretch;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-logo {
    order: 2;
    width: 147px;
  }

  .watermark {
    order: 1;
    min-height: 67px;
    padding: 12px 16px;
    border: 0.5px solid var(--navy);
    border-radius: 9.339px;
    grid-template-columns: 26px 1fr;
    gap: 15px;
    align-items: center;
    font-size: 12px;
    line-height: 22px;
  }

  .footer-nav {
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 14px;
  }

  .footer-nav a {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-top: 0.75px solid var(--navy);
    line-height: 35px;
  }

  .footer-nav a::after {
    content: "→";
  }

  .footer-nav a:last-child {
    border-bottom: 0.75px solid var(--navy);
  }

  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
    padding-top: 24px;
    font-size: 12px;
  }

  .footer-bottom p {
    line-height: 16px;
    text-align: left;
  }

  .footer-bottom p:last-child {
    text-align: center;
  }
}
