/* Our layer over the adaface.com stylesheet: Inter in place of their licensed fonts, no uppercase
   text, our logo, and the pieces that stand in for their images. */
body,
body *:not(i) {
  font-family: var(--f) !important;
}
* {
  text-transform: none !important;
}

.ours-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.03em;
  color: #040402;
}
.desktop-header .ours-brand {
  margin-right: 24px;
}
.ours-brand .dots {
  display: grid;
  grid-template-columns: 7px 7px;
  grid-template-rows: 7px 7px;
  gap: 3px;
}
.ours-brand .dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.ours-brand .dots i:nth-child(1) {
  background: #2f6de0;
}
.ours-brand .dots i:nth-child(2) {
  background: #2e9e5b;
}
.ours-brand .dots i:nth-child(3) {
  background: #e08a1e;
}
.ours-brand .dots i:nth-child(4) {
  background: #8a54d6;
}
.post-full-title .ours-u {
  color: #209cee;
}
/* The hero headline breaks into even lines rather than leaving its last word alone. */
h1.post-full-title {
  text-wrap: balance;
}

/* The logo row: their customer logos were grey 170x30 images; ours is the video call tools, in the
   same slots. */
.ratings-badge-logos > div {
  width: 170px;
  height: 30px;
  margin: 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* The video call tools: each product's own mark in colour, then its name. */
.ratings-badge-logos .ours-tool {
  width: auto;
  margin: 20px 22px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  white-space: nowrap;
}
.image-grid-logos .ours-tool img {
  flex: none;
  width: 28px;
  min-width: 0;
  max-width: none;
  height: 28px !important;
  margin: 0;
}
.ours-page-title {
  font-size: 45px;
  line-height: 50px;
  margin: 0;
}
/* The features carousel: no gap under the cards (their 50px margin) or under the section, so the
   blue runs straight into the next one. */
.adaface-carousell .test-library-card {
  margin-bottom: 0;
}
.adaface-carousell .adaface-carousell-buttons {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .ratings-badge-logos.image-grid-logos {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .ratings-badge-logos > div {
    margin: 12px 0;
  }
}

/* The language menu is the reference page's; it opens on hover there, and on focus here too,
   so it works from the keyboard and on a tap. */
.header-item:focus-within > .header-dropdown {
  z-index: 100;
  display: block;
  opacity: 1;
}
.ours-lang-menu .header-dropdown-link:hover {
  background: #f7f7f7;
}
.mobile-header .ours-lang-menu > .header-key {
  padding: 5px 8px;
}
.mobile-header .dark-button {
  white-space: nowrap;
}

/* The phone menu under the burger, as the reference's: the links, then the trial button. */
.mobile-header-content.is-active {
  padding: 6px 20px 24px;
}
.mobile-header-content .heading-content {
  color: #4a4a4a;
}
.mobile-header-content .dark-button {
  margin: 16px 0 0;
  font-size: 18px;
}

/* The three figures, where their illustration was. */
.ours-figures {
  display: grid;
  gap: 30px;
  max-width: 420px;
  margin: auto;
  text-align: left;
}
.ours-figures .tag {
  font-size: 14px;
  font-weight: 700;
  color: #6b6b6b;
}
.ours-figures .n {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #011f8a;
  font-variant-numeric: tabular-nums;
}
.ours-figures .n.pop {
  color: #d83b0f;
}
.ours-figures .per {
  font-size: 22px;
  font-weight: 700;
  margin-left: 4px;
  letter-spacing: 0;
  color: #6b6b6b;
}
.ours-figures .k {
  font-size: 17px;
  margin-top: 6px;
  color: #363636;
}
.ours-foot {
  font-size: 14px;
  line-height: 1.5;
  color: #6b6b6b;
}

.ours-pin {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 15px;
  font-weight: 700;
}

/* Feature icons take the size of their card icons. */
.test-library-card .icon {
  margin-left: auto;
  margin-right: auto;
}
.test-library-card .icon svg {
  width: 30px;
  height: 30px;
}
.adaface-carousell-buttons button {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
}

/* The two interview types, in the place of their "View demo" link. */
.ours-types {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ours-type {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 6px;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 8px 14px;
  background: none;
  cursor: pointer;
  color: #209cee;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
}
.ours-type .ts {
  grid-column: 2;
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6b;
}
.ours-type.on {
  border-color: #209cee;
  background: white;
}
.ours-or {
  font-size: 15px;
}
@media (max-width: 768px) {
  .ours-types {
    flex-direction: column;
    gap: 4px;
  }
}

/* Their card titles are short blog titles; our questions are sentences. */
.main-adaface-lp .blog-card .blog-content h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 31px;
}
.main-adaface-lp .blog-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-adaface-lp .blog-card .blog-content h4 {
    font-size: 22px;
    line-height: 27px;
  }
  /* Stacked, the CTA column's top padding doubles the gap under the text. */
  .shortlist-cta {
    padding-top: 0 !important;
  }
}

/* A step's description shows while the step is selected. */
.onhover h3 + p {
  display: none;
  margin: 4px 0 0 15px;
  font-size: 16px;
  line-height: 1.4;
}
.onhover.onhover-select-parent h3 + p {
  display: block;
}
.ours-steps[hidden] {
  display: none;
}

/* The step previews: our site's app panel, with the reference page's blue for the accent. */
.ours-preview {
  width: 100%;
}
.ours-panel {
  background: #fff;
  border: 1px solid #ece5db;
  border-radius: 18px;
  box-shadow: 0 18px 50px -30px rgba(36, 31, 43, 0.55);
  overflow: hidden;
  color: #241f2b;
}
.ours-panel[hidden] {
  display: none;
}
.ours-panel-h {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #f1ece3;
  border-bottom: 1px solid #ece5db;
  font-size: 14px;
  font-weight: 700;
}
.ours-panel-h .pdot {
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
  background: #209cee;
}
.ours-stage {
  min-height: 300px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.ours-stage .scene {
  width: 100%;
  animation: ours-scenein 0.45s ease;
}
@keyframes ours-scenein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ours-blink {
  50% {
    opacity: 0.35;
  }
}
.ours-stage .ed,
.ours-stage .rev {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ours-stage .ed .row,
.ours-stage .rev .r,
.ours-stage .lnk .bar {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #f7f4ef;
  border: 1px solid #e9e1d6;
  border-radius: 12px;
  padding: 14px 16px;
}
.ours-stage .ed .num,
.ours-stage .rev .av {
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 7px;
  background: #e3f2fd;
  color: #0a6ebd;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ours-stage .ed .qt {
  font-size: 14.5px;
  font-weight: 500;
}
.ours-stage .ed .row.live .qt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #209cee;
  margin-left: 3px;
  vertical-align: -2px;
  animation: ours-blink 1s steps(1) infinite;
}
.ours-stage .ed .add {
  align-self: center;
  font-size: 13px;
  font-weight: 700;
  color: #209cee;
}
.ours-stage .lnk {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.ours-stage .lnk .bar {
  gap: 10px;
  padding: 12px 14px;
}
.ours-stage .lnk .u {
  flex: 1;
  font-size: 13.5px;
  font-weight: 600;
  color: #6b6474;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ours-stage .lnk .cp {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #209cee;
  border-radius: 8px;
  padding: 7px 13px;
  white-space: nowrap;
}
.ours-stage .lnk .sent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #2e9e5b;
  font-size: 14px;
  font-weight: 600;
}
.ours-stage .lnk .pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2e9e5b;
  animation: ours-pulse 1.7s infinite;
}
@keyframes ours-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 158, 91, 0.5);
  }
  70% {
    box-shadow: 0 0 0 11px rgba(46, 158, 91, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 158, 91, 0);
  }
}
.ours-stage .share {
  max-width: 540px;
  margin: 0 auto;
}
.ours-stage .share .win {
  border: 1px solid #e9e1d6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px -22px rgba(36, 31, 43, 0.5);
}
.ours-stage .share .wtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #12100f;
  color: #e7e4ea;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
}
.ours-stage .share .live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ff8a7d;
}
.ours-stage .share .rec {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5a50;
  animation: ours-blink 1.2s infinite;
}
.ours-stage .share .wbody,
.ours-stage .prot .q {
  background: #f4eee4;
  padding: 22px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
}
.ours-stage .prot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}
.ours-stage .prot .q {
  position: relative;
  border: 1px solid #e9e1d6;
  border-radius: 14px;
  overflow: hidden;
}
.ours-stage .prot .scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 44px;
  top: -44px;
  background: linear-gradient(180deg, transparent, rgba(32, 156, 238, 0.3), transparent);
  animation: ours-scan 2.4s linear infinite;
}
@keyframes ours-scan {
  to {
    top: 100%;
  }
}
.ours-stage .prot .blk {
  background: #151217;
  color: transparent;
  border-radius: 3px;
  padding: 0 3px;
  box-shadow: 0 0 0 2px #151217;
}
.ours-stage .prot .q.ocr {
  color: rgba(36, 31, 43, 0.85);
  filter: blur(0.4px);
}
.ours-stage .prot .noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(20, 16, 15, 0.55) 0.6px, transparent 0.7px);
  background-size: 4px 4px;
  opacity: 0.55;
  animation: ours-snow 0.5s steps(3) infinite;
  pointer-events: none;
}
@keyframes ours-snow {
  to {
    background-position: 4px 4px;
  }
}
.ours-stage .prot .rd {
  background: #12100f;
  border-radius: 14px;
  padding: 16px 15px;
}
.ours-stage .prot .rdh {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 700;
  color: #8b8794;
}
.ours-stage .prot .ai {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: #ff8a4c;
  animation: ours-blink 1s infinite;
}
.ours-stage .prot .out {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ours-stage .prot .out span {
  height: 9px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #39343d 0 7px, transparent 7px 11px);
}
.ours-stage .prot .out span:nth-child(2) {
  width: 82%;
}
.ours-stage .prot .out span:nth-child(3) {
  width: 58%;
}
.ours-stage .prot .fail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  background: rgba(240, 90, 80, 0.16);
  color: #ff8f82;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
}
.ours-stage .rev .r {
  padding: 11px 14px;
}
.ours-stage .rev .av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ours-stage .rev .nm {
  flex: 1;
  font-weight: 600;
  font-size: 14.5px;
}
.ours-stage .rev .pill {
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.ours-stage .rev .pill.ok {
  background: #e4f5ea;
  color: #1f7a44;
}
.ours-stage .rev .pill.flag {
  background: #ffe9dc;
  color: #b04e1a;
}
@media (max-width: 768px) {
  .ours-stage {
    min-height: 0;
    padding: 20px 14px;
  }
  .ours-stage .prot {
    grid-template-columns: 1fr;
  }
}

/* The pricing page: our plans in the reference page's type, blues and buttons, under the statement
   hero the warm theme had. */
.ours-pricing {
  max-width: 1200px;
  margin: 0 auto;
}
.main-adaface-lp .ours-price-hero {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
  color: #040402;
}
.main-adaface-lp .ours-price-hero b,
.main-adaface-lp .ours-price-cost b {
  font-weight: 800;
  color: #0a6ebd;
}
/* Chrome breaks Japanese between phrases, not inside a word. */
.ours-price-hero:lang(ja),
.ours-price-cost:lang(ja) {
  word-break: auto-phrase;
}
.ours-price-panel {
  margin-top: 36px;
}
.ours-price-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 40px;
  padding: 18px 22px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
}
.ours-slider {
  flex: 1 1 380px;
  max-width: 580px;
}
.ours-slider-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-weight: 700;
}
.ours-slider-head label {
  font-size: 16px;
}
.ours-slider-head span {
  font-size: 14px;
  color: #6b6b6b;
  white-space: nowrap;
}
.ours-slider-head b {
  font-size: 22px;
  color: #011f8a;
  font-variant-numeric: tabular-nums;
}
.ours-slider input {
  width: 100%;
  margin: 10px 0 4px;
  accent-color: #209cee;
}
/* Each label sits under its stop in pricing.js; the native thumb's centre runs from 8px to
   100% - 8px. Unlimited is the last quarter, so it ends at the right edge. */
.ours-ticks {
  position: relative;
  height: 1.5em;
  font-size: 12.5px;
  color: #6b6b6b;
}
.ours-ticks span {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}
.ours-ticks span:nth-child(1) {
  left: calc(8px + (100% - 16px) * 0.25);
}
.ours-ticks span:nth-child(2) {
  left: calc(8px + (100% - 16px) * 0.5);
}
.ours-ticks span:nth-child(3) {
  left: calc(8px + (100% - 16px) * 0.75);
}
.ours-ticks span:nth-child(4) {
  right: 0;
  transform: none;
}
.ours-bill {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.ours-bill button {
  border: 0;
  background: none;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 700;
  color: #4a4a4a;
  cursor: pointer;
}
.ours-bill button.on {
  background: #209cee;
  color: #fff;
}
.ours-bill .save {
  margin-left: 4px;
  font-size: 12.5px;
  color: #2e9e5b;
}
.ours-bill button.on .save {
  color: #fff;
}
.ours-pricing .ours-incl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 16px 0 4px;
  font-size: 15px;
  color: #2e9e5b;
}
.ours-incl b {
  color: #363636;
}
.ours-incl span {
  color: #6b6b6b;
}
.ours-plans {
  margin-top: 4px;
}
.ours-plan {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 22px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.04);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.ours-plan.pop {
  border-color: #209cee;
}
.ours-plan.rec {
  border-color: #011f8a;
  box-shadow: 0 0 0 2px #011f8a;
}
.ours-flag {
  align-self: flex-start;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  background: #e3f2fd;
  color: #0a6ebd;
}
.ours-flag.free {
  background: #e4f5ea;
  color: #1f7a44;
}
.ours-flag.none {
  background: none;
}
.main-adaface-lp .ours-plan .ours-plan-name {
  margin: 10px 0 4px;
  padding: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}
.ours-price {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  color: #011f8a;
  font-variant-numeric: tabular-nums;
}
.ours-price s {
  margin-right: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #9a9a9a;
}
.ours-price small {
  font-size: 15px;
  font-weight: 700;
  color: #6b6b6b;
}
.ours-psub {
  min-height: 20px;
  margin-top: 4px;
  font-size: 14px;
  color: #6b6b6b;
}
.ours-cap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 14px 0 10px;
  padding: 11px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}
.ours-cap span {
  font-size: 13.5px;
  color: #6b6b6b;
}
.ours-plan ul {
  flex: 1;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.ours-plan li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 7px 0;
  font-size: 15px;
  line-height: 1.35;
}
.ours-plan li svg {
  flex: none;
  margin-top: 2px;
  color: #209cee;
}
.ours-info {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0;
  border: 1px solid #209cee;
  border-radius: 50%;
  background: #fff;
  color: #209cee;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  cursor: pointer;
  vertical-align: 1px;
}
.ours-plan .dark-button,
.ours-plan .light-button {
  max-width: none;
  margin: 0;
  font-size: 17px;
}
/* The monthly cost under the plans, in the hero's type a size down; the footnote explains it. */
.main-adaface-lp .ours-price-cost {
  max-width: 900px;
  margin: 44px auto 0;
  padding: 0;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
  color: #040402;
}
.ours-pricing .ours-price-note {
  max-width: 900px;
  margin: 22px auto 40px;
  font-size: 12.5px;
  line-height: 1.6;
  color: #6b6b6b;
  text-align: center;
}
.ours-modal {
  max-width: min(440px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.ours-modal::backdrop {
  background: rgba(4, 4, 2, 0.45);
}
.ours-modal-in {
  position: relative;
  padding: 26px 26px 18px;
}
.ours-modal-x {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: #6b6b6b;
  cursor: pointer;
}
.ours-modal h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
}
.ours-modal p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
.ours-modal .ours-modal-note {
  font-size: 14px;
  color: #6b6b6b;
}
@media (max-width: 768px) {
  .ours-price-controls {
    padding: 14px;
  }
}

/* The help center, contact, terms and privacy pages (site/pages/), in the layout of the reference
   site's terms, trust and support pages: a centred title, then the text beside a column of links. */
.ours-doc-head {
  padding: 50px 25px 20px;
}
.ours-doc-head .post-full-title {
  margin: 0 auto 18px;
}
.ours-doc-head .post-full-content {
  max-width: 900px;
  margin: 0 auto;
}
.ours-doc-head .post-full-content p:last-child {
  margin-bottom: 0 !important;
}
.ours-doc {
  width: 100%;
  padding: 50px 25px 80px;
}
.ours-doc-cols {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1010px;
  margin: 0 auto;
}

/* The links follow the reader down the page, under the sticky header (69px tall, 72px on a
   phone), and a link to a heading stops it clear of the header too. */
.ours-inner [id] {
  scroll-margin-top: 93px;
}
.ours-doc-nav {
  position: sticky;
  top: 93px;
  flex: 0 0 240px;
  max-height: calc(100vh - 117px);
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.35;
}
.ours-doc-nav a {
  display: block;
  padding: 3px 0;
}
.ours-doc-nav .ours-doc-group {
  margin-top: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.ours-doc-nav .ours-doc-group:first-child {
  margin-top: 0;
}
.ours-doc-nav a[aria-current="page"] {
  color: #090a0b;
}

.ours-doc-body {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 700px;
  margin: 0 auto;
}
.ours-doc-body > h2 {
  margin: 70px 0 10px;
}
.ours-doc-body > h2:first-child {
  margin-top: 0;
}
.ours-doc-body h3 {
  margin: 40px 0 16px;
}
.ours-doc-body > h2 + article h3 {
  margin-top: 18px;
}
.ours-doc-body.ours-legal h2 {
  margin: 48px 0 18px;
  font-size: 25px;
  line-height: 30px;
}
.ours-doc-body.ours-legal > :first-child {
  margin-top: 0;
}
.ours-doc-body li {
  line-height: 28px;
}
.ours-doc-body ol > li {
  list-style: decimal outside;
}
.ours-doc-body ul > li {
  list-style: disc outside;
}
.ours-doc-body .ours-note {
  padding-left: 1.2em;
  border-left: 3px solid #3eb0ef;
}
.ours-doc-body .ours-top {
  font-size: 15px;
}
.ours-doc-body kbd {
  display: inline-block;
  min-width: 1.8em;
  padding: 0 6px;
  border: 1px solid #d0d5da;
  border-bottom-width: 2px;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #090a0b;
}
.ours-doc-body code {
  padding: 1px 5px;
  border-radius: 4px;
  background: #eef1f4;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
  font-size: 0.85em;
  color: #090a0b;
}

/* A table scrolls inside its own box rather than the page; a wide one stacks its rows on a phone. */
.ours-table {
  overflow-x: auto;
  margin: 0 0 1.5em;
}
.ours-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}
.ours-table th,
.ours-table td {
  padding: 10px 18px 10px 0;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
}
.ours-table:not(.ours-wide) td:first-child {
  white-space: nowrap;
}
.ours-table th {
  border-bottom: 2px solid #d4d4d4;
  font-weight: 700;
  color: #090a0b;
}

/* The reference's light blue cards, which are links there; ours hold links. */
.main-adaface-lp .ours-card {
  border-radius: 15px;
}
.ours-card h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  color: #090a0b;
}
.ours-card p {
  margin: 0 0 16px !important;
  font-size: 16px;
  line-height: 1.55;
  color: #3c484e;
}
.ours-card ul {
  margin: 0;
  padding: 0;
}
.ours-card li {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.4;
  list-style: none;
}
.ours-hc-band {
  width: 100%;
  padding: 50px 25px;
  background: #f7f7f7;
}
.ours-hc-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1050px;
  margin: 0 auto;
}
.ours-doc-body .ours-hc-help {
  margin-top: 60px;
}

/* Contact: the form, with the reference's red marks on the fields it needs, beside our details. */
.ours-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 60px;
  max-width: 1010px;
  margin: 0 auto;
}
.ours-form-title {
  margin: 0 0 22px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: -0.75px;
  color: #090a0b;
}
.ours-form .field:not(:last-child) {
  margin-bottom: 22px;
}
.ours-form .label {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #090a0b;
}
.ours-req {
  margin-left: 2px;
  color: #e0245e;
}
.ours-form .input,
.ours-form .textarea {
  font-size: 16px;
  border-radius: 5px;
}
.ours-form .help {
  font-size: 13px;
  color: #6b6b6b;
}
.ours-form .dark-button {
  margin: 4px 0 0;
  font-size: 18px;
}
.ours-form .dark-button:disabled {
  opacity: 0.6;
  cursor: default !important;
}
.ours-result {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #3c484e;
}
.ours-result:empty {
  display: none;
}
.ours-result.bad {
  color: #b42318;
}
.ours-details dl {
  margin: 0 0 20px;
}
.ours-details dt {
  font-size: 14px;
  font-weight: 700;
  color: #090a0b;
}
.ours-details dd {
  margin: 2px 0 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #3c484e;
}
.ours-details p {
  font-size: 15px;
}

@media (max-width: 1000px) {
  .ours-hc-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .ours-contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .ours-inner [id] {
    scroll-margin-top: 92px;
  }
  .ours-doc-head {
    padding: 34px 20px 8px;
  }
  .ours-inner .post-full-title {
    font-size: 38px !important;
    line-height: 44px;
  }
  .ours-doc {
    padding: 34px 20px 60px;
  }
  .ours-hc-band {
    padding: 34px 20px;
  }
  .main-adaface-lp .ours-card {
    padding: 26px;
  }
  .ours-doc-body > h2 {
    margin-top: 56px;
    font-size: 28px;
    line-height: 32px;
  }
  .ours-doc-body.ours-legal h2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 640px) {
  .ours-hc-cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .ours-table.ours-wide thead {
    display: none;
  }
  .ours-table.ours-wide tr,
  .ours-table.ours-wide td {
    display: block;
  }
  .ours-table.ours-wide tr {
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .ours-table.ours-wide td {
    padding: 3px 0;
    border: 0;
  }
  .ours-table.ours-wide td:first-child {
    font-weight: 700;
    color: #090a0b;
  }
  .ours-table.ours-wide td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 13px;
    color: #6b6b6b;
  }
}
