/* ══════════════════ SEO MAIN ══════════════════ */

.main { padding: 20px 10px 10px; }

.main h1 { margin: 0 0 10px; font-size: 19.2px; font-weight: 500; color: var(--ink); }
.main h2 { margin: 24px 0 10px; font-size: 19.2px; font-weight: 500; color: var(--ink); }
.main h3 { margin: 18px 0 8px;  font-size: 16px;   font-weight: 500; color: var(--ink); }

.main p {
  margin: 0 0 10px;
  font-size: 12.8px;
  line-height: 16.64px;
  color: var(--ink);
}

.main a { color: var(--pink); }
.main a:hover { text-decoration: underline; }

.main__strip {
  display: flex;
  gap: 0;
  margin: 20px 0;
  padding-right: 20px;
}

.main__strip img { flex: 1 0 0; min-width: 0; height: 122px; object-fit: contain; }

/* ══════════════════ CONTACT ══════════════════ */

.contact { padding: 30px 0 20px; }

.contact__title {
  margin: 0 0 60px;
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  color: var(--ink);
}

.contact__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 355px;
  padding: 10px;
}

.contact__mascot {
  width: 290px;
  height: auto;
  margin-inline: auto;
}

.contact__card {
  position: relative;
  min-height: 140px;
  padding: 34px 22px 20px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.contact__icon {
  position: absolute;
  top: -21px;
  left: 50%;
  translate: -50% 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}

.contact__card h3 { margin: 0 0 10px; font-size: 18px; line-height: 20.7px; font-weight: 700; }
.contact__card p  { margin: 0 0 20px; font-size: 14.4px; line-height: 15.84px; }
.contact__card p a { color: var(--pink); }

.contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border-radius: 100px;
  background: var(--indigo);
  font-size: 16.2px;
  line-height: 18.63px;
  font-weight: 600;
  color: #fff;
}

.contact__btn:hover { filter: brightness(1.1); }

.contact__note {
  margin: 8px 0 0;
  font-size: 14.4px;
  line-height: 16.56px;
  text-align: center;
  color: var(--ink);
}

.contact__note a { color: var(--pink); }

/* ══════════════════ TRUSTPILOT ══════════════════ */

.trustpilot { display: flex; justify-content: center; padding: 20px 10px; }

.trustpilot__box {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 288px;
  padding: 2px 4px 3px;
  border-radius: 10px;
  background: #f5f5f9;
  font-size: 13.3px;
  line-height: 15px;
  color: #191919;
}

.trustpilot__box img { width: 80px; height: auto; }

/* ══════════════════ PRE-FOOTER ══════════════════ */

.prefooter { padding: 40px 0 20px; background: var(--surface); }

.prefooter__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.prefooter__col { padding: 5px 10px; }

.prefooter__title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18.4px;
  padding-left: 7px;
  color: var(--ink-strong);
}

.prefooter__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 11.2px;
}

.prefooter__links a {
  display: block;
  padding: 0 7px 27px;
  font-size: 11.2px;
  line-height: 12.88px;
  color: var(--muted);
}

.prefooter__links a:hover { color: var(--ink); }

/* ══════════════════ FOOTER ══════════════════ */

.footer { background: var(--page); }

.footer__awards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 20px;
  padding-block: 20px;
}

.footer__award-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  border-radius: 20px;
  background: var(--surface);
}

.footer__award-box--wide { gap: 5px; }

.footer__award {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5px;
  font-size: 9.6px;
  line-height: 11px;
  text-align: center;
}

.footer__jdigital { width: 204px; height: auto; }

.footer__awards-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.footer__awards-logo img { width: 120px; height: auto; }
.footer__awards-logo span { font-size: 12.8px; line-height: 14.72px; color: var(--muted-2); }

.footer__award-list { display: flex; gap: 5px; }

.footer__award-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 88px;
  text-align: center;
  font-size: 9.6px;
  line-height: 9.6px;
}

.footer__award-list em { font-style: normal; line-height: 11px; color: var(--muted-2); }

.footer__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.footer__app p { margin: 0; font-size: 12.6px; line-height: 14.49px; color: var(--muted); }
.footer__app-badges { display: flex; gap: 10px; }
.footer__app-badges img { width: 131px; height: auto; }

.footer__legal { padding: 25px 10px 30px; text-align: center; }

.footer__legal > p {
  margin: 0 0 13px;
  font-size: 12.6px;
  line-height: 16.38px;
  color: var(--muted);
}

.footer__social {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-block: 20px;
}

.footer__social img { width: 35px; height: 35px; }

.footer__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  padding-bottom: 20px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 6.5px;
  font-size: 12.6px;
  line-height: 14.49px;
  color: var(--muted);
}

.footer__links li { display: flex; align-items: center; gap: 8.5px; }

.footer__links li:not(:last-child)::after {
  content: "|";
  opacity: .6;
}

.footer__links a:hover { color: var(--ink); }

/* ══════════════════ MOBILE BOTTOM NAV ══════════════════ */

.bottomnav { display: none; }
