/* 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 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 {
  font-weight: 800;
  color: #0a6ebd;
}
/* Chrome breaks Japanese between phrases, not inside a word. */
.ours-price-hero:lang(ja) {
  word-break: auto-phrase;
}
.ours-price-hero .line2 {
  display: block;
  margin-top: 0.5em;
}
.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;
}
.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: their bodies (site/pages/, classes prefixed
   in-) in the reference page's type, greys and blues. */
.ours-inner {
  --in-ink: #040402;
  --in-prose: #363636;
  --in-muted: #6b6b6b;
  --in-faint: #8a8a8a;
  --in-line: #eeeeee;
  --in-soft: #e3f2fd;
  --in-blue: #209cee;
  --in-deep: #0a6ebd;
  line-height: 1.6;
}
.ours-inner .in-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.ours-inner .in-wrap.in-narrow {
  max-width: 780px;
}
.ours-inner a {
  color: var(--in-deep);
}
.ours-inner h1 {
  margin: 0;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 900;
}
.ours-inner h2,
.ours-inner h3 {
  margin: 0;
  font-weight: 800;
  line-height: 1.25;
  color: var(--in-ink);
}
.ours-inner li {
  margin-top: 0.4em;
}
.ours-inner .in-page-hero {
  padding: 44px 0 4px;
}
.ours-inner .in-lede {
  max-width: 62ch;
  margin-top: 12px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--in-muted);
}
.ours-inner .in-updated {
  margin-top: 8px;
  font-size: 14px;
  color: var(--in-faint);
}
.ours-inner .in-prose {
  padding: 6px 0 44px;
}
.ours-inner .in-prose h2 {
  margin-top: 1.6em;
  font-size: 22px;
}
.ours-inner .in-prose h3 {
  margin-top: 1.3em;
  font-size: 18px;
}
.ours-inner .in-prose p,
.ours-inner .in-prose ul,
.ours-inner .in-prose ol {
  max-width: 72ch;
  margin-top: 0.8em;
  color: var(--in-prose);
}
.ours-inner .in-prose ul,
.ours-inner .in-hc-art ul {
  padding-left: 1.3em;
  list-style: disc;
}
.ours-inner .in-prose ol,
.ours-inner .in-hc-art ol {
  padding-left: 1.3em;
  list-style: decimal;
}
.ours-inner .in-prose a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ours-inner .in-summary {
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--in-soft);
}
.ours-inner .in-summary h2 {
  margin: 0;
  font-size: 18px;
}
.ours-inner .in-summary p {
  margin-top: 8px;
  color: var(--in-ink);
}
.ours-inner code {
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--in-soft);
  color: var(--in-deep);
  font-size: 0.86em;
}
.ours-inner kbd {
  padding: 2px 7px;
  border: 1px solid var(--in-line);
  border-bottom-width: 2px;
  border-radius: 6px;
  background: #fff;
  font-size: 0.82em;
  white-space: nowrap;
}
.ours-inner table {
  width: 100%;
  margin-top: 14px;
  border: 1px solid var(--in-line);
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}
.ours-inner th,
.ours-inner td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--in-line);
  text-align: left;
  vertical-align: top;
  color: var(--in-prose);
}
.ours-inner thead th {
  background: #f7f7f7;
  color: var(--in-ink);
  font-size: 14px;
  font-weight: 700;
}
.ours-inner .in-hc-hero {
  padding: 44px 0 36px;
  background: #fbf7f0;
  text-align: center;
}
.ours-inner .in-hc-hero p {
  max-width: 56ch;
  margin: 12px auto 0;
  font-size: 19px;
  color: var(--in-muted);
}
.ours-inner .in-hc-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 32px 0 4px;
}
.ours-inner .in-hc-cat {
  padding: 20px 22px 16px;
  border: 1px solid var(--in-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.04);
}
.ours-inner .in-hc-ic {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--in-soft);
  color: var(--in-deep);
}
.ours-inner .in-hc-cat h2 {
  font-size: 18px;
}
.ours-inner .in-hc-cat p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--in-muted);
}
.ours-inner .in-hc-cat ul {
  margin: 12px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--in-line);
  list-style: none;
}
.ours-inner .in-hc-cat li {
  margin: 0 0 6px;
  font-size: 15px;
}
.ours-inner .in-hc-body {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 16px;
}
.ours-inner .in-hc-group {
  padding-top: 28px;
}
.ours-inner .in-hc-group > h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--in-line);
  font-size: 26px;
}
.ours-inner .in-hc-art {
  padding: 20px 0;
  border-bottom: 1px solid var(--in-line);
  scroll-margin-top: 70px;
}
.ours-inner .in-hc-art:last-child {
  border-bottom: 0;
}
.ours-inner .in-hc-art h3 {
  font-size: 20px;
}
.ours-inner .in-hc-art p,
.ours-inner .in-hc-art ul,
.ours-inner .in-hc-art ol {
  margin-top: 0.7em;
  color: var(--in-prose);
}
.ours-inner .in-hc-art b {
  color: var(--in-ink);
}
.ours-inner .in-note {
  padding: 12px 16px;
  border-radius: 12px;
  background: #f7f7f7;
}
.ours-inner .in-hc-art td:first-child {
  width: 38%;
}
.ours-inner .in-top {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--in-faint);
}
.ours-inner .in-hc-help {
  max-width: 780px;
  margin: 36px auto 44px;
  padding: 24px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 14px;
  background: var(--in-soft);
}
.ours-inner .in-hc-help h2 {
  font-size: 21px;
}
.ours-inner .in-hc-help p {
  max-width: 48ch;
  margin-top: 6px;
  color: var(--in-muted);
}
.ours-inner .in-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 2px solid var(--in-blue);
  border-radius: 5px;
  background: var(--in-blue);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.ours-inner .in-btn:hover {
  background: #1b8ad6;
  color: #fff;
}
.ours-inner .in-btn:disabled {
  opacity: 0.6;
  cursor: default;
}
.ours-inner .in-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 26px 0 44px;
}
.ours-inner .in-panel {
  padding: 26px;
  border: 1px solid var(--in-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.04);
}
.ours-inner .in-panel h2 {
  font-size: 21px;
}
.ours-inner .in-intro {
  margin-top: 6px;
  font-size: 15.5px;
  color: var(--in-muted);
}
.ours-inner .in-details dl {
  margin: 6px 0 0;
}
.ours-inner .in-details dt {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--in-faint);
}
.ours-inner .in-details dd {
  margin: 4px 0 0;
  font-size: 16px;
}
.ours-inner .in-aside-note {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--in-line);
  font-size: 15px;
  color: var(--in-muted);
}
.ours-inner .in-form {
  margin-top: 16px;
}
.ours-inner .in-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.ours-inner .in-field label {
  font-size: 14.5px;
  font-weight: 700;
}
.ours-inner .in-opt {
  font-weight: 400;
  color: var(--in-faint);
}
.ours-inner .in-hint {
  font-size: 14px;
  color: var(--in-muted);
}
.ours-inner .in-field input,
.ours-inner .in-field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #dbdbdb;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: var(--in-ink);
}
.ours-inner .in-field input:focus,
.ours-inner .in-field textarea:focus {
  outline: none;
  border-color: var(--in-blue);
  box-shadow: 0 0 0 3px var(--in-soft);
}
.ours-inner .in-field textarea {
  min-height: 140px;
  resize: vertical;
}
.ours-inner .in-small {
  font-size: 14px;
  color: var(--in-muted);
}
.ours-inner .in-warn-text {
  color: #c2410c;
}
@media (max-width: 900px) {
  .ours-inner .in-hc-cats {
    grid-template-columns: 1fr 1fr;
  }
  .ours-inner .in-contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .ours-inner .in-wrap {
    padding: 0 18px;
  }
  .ours-inner h1 {
    font-size: 34px;
  }
  .ours-inner .in-hc-cats {
    grid-template-columns: 1fr;
  }
  .ours-inner .in-panel {
    padding: 20px 16px;
  }
}
