:root {
  --gkd-lost-ink: #151922;
  --gkd-lost-copy: #556070;
  --gkd-lost-line: #dfe4ea;
  --gkd-lost-soft: #f5f7f9;
  --gkd-lost-white: #fff;
  --gkd-lost-success: #16803c;
  --gkd-lost-error: #b42318;
}

.gkd-lost-key-menu-item > a {
  display: inline-flex !important;
  min-height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 7px 16px !important;
  border-radius: 6px;
  background: var(--gkd-lost-ink) !important;
  color: var(--gkd-lost-white) !important;
  line-height: 1.1 !important;
  text-align: center;
}

.gkd-lost-key-menu-item > a > span {
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.gkd-lost-key-menu-item > a > small {
  margin-top: 3px;
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  opacity: .78;
}

.gkd-lost-key-menu-item > a:hover,
.gkd-lost-key-menu-item > a:focus-visible {
  background: #333943 !important;
  color: var(--gkd-lost-white) !important;
}

/*
 * The custom homepage category cards replace Elementor container 9e75d67.
 * Collapse that now-empty container so its responsive margins do not create
 * a large blank band between the trust strip and the replacement cards.
 */
body.home .elementor-element-9e75d67 {
  display: none !important;
}

body.home #gkd-cat-section {
  padding-top: 32px;
}

.gkd-lost-key-menu-item > a:focus-visible,
.gkd-button:focus-visible,
.gkd-lost-key-form :is(input, select, textarea):focus-visible,
.gkd-lost-key-page a:focus-visible {
  outline: 3px solid #2a8fc8;
  outline-offset: 3px;
}

.gkd-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gkd-lost-ink);
  border-radius: 6px;
  padding: 12px 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.gkd-button--primary {
  background: var(--gkd-lost-ink);
  color: var(--gkd-lost-white);
}

.gkd-button--primary:hover {
  border-color: #333943;
  background: #333943;
  color: var(--gkd-lost-white);
}

.gkd-button--secondary {
  background: var(--gkd-lost-white);
  color: var(--gkd-lost-ink);
}

.gkd-button--secondary:hover {
  background: var(--gkd-lost-soft);
  color: var(--gkd-lost-ink);
}

.gkd-lost-key-page {
  overflow: clip;
  background: var(--gkd-lost-white);
  color: var(--gkd-lost-copy);
}

.gkd-lost-key-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.gkd-lost-key-hero {
  padding: clamp(46px, 7vw, 82px) 0;
  border-bottom: 1px solid var(--gkd-lost-line);
  background: linear-gradient(115deg, #f7f8fa 0%, #fff 72%);
}

.gkd-lost-key-hero .gkd-lost-key-shell {
  max-width: 850px;
  margin-left: max(20px, calc((100% - 1180px) / 2));
}

.gkd-lost-key-eyebrow {
  margin: 0 0 10px;
  color: #687386;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gkd-lost-key-hero h1 {
  margin: 0;
  color: var(--gkd-lost-ink);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.gkd-lost-key-hero p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--gkd-lost-copy);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.gkd-lost-key-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding-block: clamp(40px, 7vw, 76px);
}

.gkd-lost-key-form-card,
.gkd-lost-key-success {
  min-width: 0;
  border: 1px solid var(--gkd-lost-line);
  background: var(--gkd-lost-white);
  box-shadow: 0 18px 50px rgba(21, 25, 34, .07);
}

.gkd-lost-key-form-card {
  padding: clamp(24px, 4vw, 44px);
}

.gkd-lost-key-form-card__heading {
  margin-bottom: 30px;
}

.gkd-lost-key-form-card__heading h2,
.gkd-lost-key-aside h2,
.gkd-lost-key-success h2 {
  margin: 0;
  color: var(--gkd-lost-ink);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
}

.gkd-lost-key-form-card__heading p {
  margin: 8px 0 0;
  font-size: 13px;
}

.gkd-form-errors {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid #f1c6c2;
  border-left: 4px solid var(--gkd-lost-error);
  background: #fff7f6;
  color: #7a271a;
}

.gkd-form-errors strong {
  display: block;
  margin-bottom: 6px;
}

.gkd-form-errors ul {
  margin: 0;
  padding-left: 20px;
}

.gkd-lost-key-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 28px 0;
  border: 0;
  border-top: 1px solid var(--gkd-lost-line);
}

.gkd-lost-key-form fieldset:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.gkd-lost-key-form legend {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  color: var(--gkd-lost-ink);
  font-size: 18px;
  font-weight: 750;
}

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

.gkd-lost-key-form label,
.gkd-form-full {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: var(--gkd-lost-ink);
  font-size: 13px;
  font-weight: 650;
}

.gkd-form-full,
.gkd-file-field {
  margin-top: 20px;
}

.gkd-lost-key-form :is(input, select, textarea) {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  border: 1px solid #cfd6df;
  border-radius: 6px;
  background: var(--gkd-lost-white);
  color: var(--gkd-lost-ink);
  font: inherit;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.45;
  padding: 13px 14px;
}

.gkd-lost-key-form textarea {
  min-height: 132px;
  resize: vertical;
}

.gkd-lost-key-form :is(input, select, textarea):focus {
  border-color: var(--gkd-lost-ink);
  box-shadow: 0 0 0 3px rgba(21, 25, 34, .09);
}

.gkd-file-field {
  padding: 18px;
  border: 1px dashed #aeb8c5;
  border-radius: 6px;
  background: var(--gkd-lost-soft);
}

.gkd-file-field small,
.gkd-file-name {
  color: #687386;
  font-size: 12px;
  font-weight: 450;
}

.gkd-file-field input[type="file"] {
  min-height: 48px;
  padding: 8px;
  background: var(--gkd-lost-white);
}

.gkd-file-field input[type="file"]::file-selector-button {
  min-height: 34px;
  margin-right: 12px;
  border: 0;
  border-radius: 4px;
  padding: 7px 12px;
  background: var(--gkd-lost-ink);
  color: var(--gkd-lost-white);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.gkd-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.gkd-form-submit {
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.gkd-form-submit:disabled {
  cursor: wait;
  opacity: .7;
}

.gkd-form-privacy {
  margin: 14px 0 0;
  color: #687386;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.gkd-lost-key-aside {
  position: sticky;
  top: 120px;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--gkd-lost-line);
  background: var(--gkd-lost-soft);
}

.gkd-lost-key-aside h2 {
  font-size: 22px;
}

.gkd-lost-key-aside ol {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: lost-key-step;
}

.gkd-lost-key-aside li {
  position: relative;
  min-height: 48px;
  padding: 0 0 24px 52px;
  counter-increment: lost-key-step;
}

.gkd-lost-key-aside li:last-child {
  padding-bottom: 0;
}

.gkd-lost-key-aside li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--gkd-lost-ink);
  color: var(--gkd-lost-white);
  content: counter(lost-key-step);
  font-size: 13px;
  font-weight: 750;
}

.gkd-lost-key-aside li strong,
.gkd-lost-key-aside li span {
  display: block;
}

.gkd-lost-key-aside li strong {
  margin-bottom: 3px;
  color: var(--gkd-lost-ink);
  font-size: 14px;
}

.gkd-lost-key-aside li span,
.gkd-lost-key-aside__help {
  color: var(--gkd-lost-copy);
  font-size: 13px;
  line-height: 1.55;
}

.gkd-lost-key-aside__help {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--gkd-lost-line);
}

.gkd-lost-key-success {
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.gkd-lost-key-success__mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #eaf7ef;
  color: var(--gkd-lost-success);
  font-size: 32px;
  font-weight: 800;
}

.gkd-lost-key-success p {
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.65;
}

.gkd-lost-key-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  body.home #gkd-cat-section {
    padding-top: 24px;
  }

  .gkd-lost-key-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
  }

  .gkd-lost-key-aside {
    padding: 22px;
  }
}

@media (max-width: 860px) {
  .gkd-lost-key-layout {
    grid-template-columns: 1fr;
  }

  .gkd-lost-key-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  body.home #gkd-cat-section {
    padding-top: 16px;
  }

  nav.mobile-menu .gkd-lost-key-menu-item > a,
  .mobile-menu .gkd-lost-key-menu-item > a {
    align-items: flex-start;
    margin: 10px 16px !important;
    padding: 12px 16px !important;
  }

  .gkd-lost-key-shell {
    width: calc(100% - 28px);
  }

  .gkd-lost-key-hero .gkd-lost-key-shell {
    margin-inline: auto;
  }

  .gkd-lost-key-layout {
    padding-block: 30px 46px;
  }

  .gkd-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gkd-lost-key-form fieldset {
    padding-block: 24px;
  }

  .gkd-lost-key-actions {
    flex-direction: column;
  }

  .gkd-lost-key-actions .gkd-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gkd-button {
    transition: none;
  }
}
