.kthge-faq,
.kthge-service-area {
  max-width: 1080px;
  margin-inline: auto;
}

.kthge-faq__item {
  margin-block: 0 12px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #fff;
}

.kthge-faq__item summary {
  padding: 16px 18px;
  color: #183b56;
  font-weight: 700;
  cursor: pointer;
}

.kthge-faq__item p {
  margin: 0;
  padding: 0 18px 18px;
  line-height: 1.75;
}

.kthge-service-area address {
  margin-block: 12px;
  padding: 14px 16px;
  border-inline-start: 4px solid #1677b8;
  background: #f2f8fc;
  font-style: normal;
}

:root {
  --kthge-ink: #071a31;
  --kthge-navy: #0b2c54;
  --kthge-blue: #2f6fad;
  --kthge-sky: #8bb4dc;
  --kthge-ice: #edf4fb;
  --kthge-white: #fff;
  --kthge-line: #dce6f0;
  --kthge-muted: #65758a;
  --kthge-shadow: 0 24px 70px rgba(7, 26, 49, .12);
}

.kthge-finder {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(30px, 5vw, 72px);
  color: var(--kthge-white);
  background: linear-gradient(135deg, var(--kthge-ink), var(--kthge-navy));
  box-shadow: var(--kthge-shadow);
  overflow: hidden;
}

.kthge-finder::after {
  position: absolute;
  inset: auto -90px -140px auto;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  content: "";
}

.kthge-finder__copy,
.kthge-finder__form,
.kthge-finder__results,
.kthge-finder__help {
  position: relative;
  z-index: 1;
}

.kthge-finder__copy > span {
  color: var(--kthge-sky);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.kthge-finder__copy h2 {
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 66px);
  line-height: 1;
  letter-spacing: -.04em;
}

.kthge-finder__copy p {
  max-width: 480px;
  margin: 0;
  color: #bfd0e0;
  line-height: 1.75;
}

.kthge-finder__form {
  display: grid;
  grid-template-columns: .8fr 1.4fr auto;
  gap: 10px;
  align-self: center;
}

.kthge-finder__form label {
  display: block;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .08);
}

.kthge-finder__form label > span {
  display: block;
  margin-bottom: 5px;
  color: var(--kthge-sky);
  font-size: 10px;
  font-weight: 800;
}

.kthge-finder__form input,
.kthge-finder__form select {
  width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
}

.kthge-finder__form select option {
  color: var(--kthge-ink);
}

.kthge-finder__form input::placeholder {
  color: #b8c9d9;
}

.kthge-finder__form button {
  min-height: 68px;
  align-self: stretch;
  padding: 0 24px;
  border: 0;
  color: var(--kthge-navy);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.kthge-finder__results,
.kthge-finder__help {
  grid-column: 2;
}

.kthge-finder__results {
  margin-top: -42px;
  padding: 10px;
  color: var(--kthge-ink);
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
}

.kthge-finder__status {
  margin: 0;
  padding: 14px;
}

.kthge-finder__list {
  display: grid;
  gap: 4px;
}

.kthge-finder__result {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  color: var(--kthge-ink);
  text-decoration: none;
  background: #fff;
}

.kthge-finder__result:hover,
.kthge-finder__result:focus-visible {
  background: var(--kthge-ice);
}

.kthge-finder__image {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #fff;
}

.kthge-finder__result-copy,
.kthge-finder__result-copy strong,
.kthge-finder__result-copy small {
  display: block;
}

.kthge-finder__result-copy small {
  margin-top: 3px;
  color: var(--kthge-muted);
  font-size: 11px;
}

.kthge-finder__result > b {
  color: var(--kthge-blue);
  white-space: nowrap;
}

.kthge-finder__help {
  justify-self: start;
  color: #fff;
  font-weight: 700;
}

.kthge-trust {
  padding: 14px clamp(16px, 4vw, 50px);
  color: #fff;
  background: var(--kthge-blue);
}

.kthge-trust__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
}

.kthge-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.kthge-trust__item > span {
  display: grid;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  place-items: center;
}

.kthge-trust__dots {
  display: none;
}

.kthge-shipping-note {
  clear: both;
  margin: 14px 0;
  padding: 11px 13px;
  border-inline-start: 4px solid var(--kthge-blue);
  color: var(--kthge-navy);
  background: var(--kthge-ice);
  font-weight: 700;
}

.single-product .woocommerce-product-gallery__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kthge-btg {
  clear: both;
  margin: 24px 0;
  padding: 20px;
  border: 1px solid var(--kthge-line);
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .05);
}

.kthge-btg h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.kthge-btg__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: stretch;
  gap: 10px;
}

.kthge-btg__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 12px;
  border: 1px solid #e7e9ed;
  color: inherit;
  text-decoration: none;
  background: #fafbfc;
}

.kthge-btg__image img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: #fff;
}

.kthge-btg__item small,
.kthge-btg__item strong,
.kthge-btg__item b {
  display: block;
}

.kthge-btg__item b {
  margin-top: 7px;
  color: var(--kthge-blue);
}

.kthge-btg__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
}

.kthge-btg__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #edf0f3;
}

.kthge-btg__footer form {
  margin: 0;
}

.tw-admin-hint {
  padding: 22px;
  border: 1px dashed var(--kthge-blue);
  color: var(--kthge-navy);
  background: var(--kthge-ice);
  font-size: 13px;
  text-align: center;
  direction: rtl;
}

.tw-mosaic,
.tw-products,
.tw-service {
  direction: rtl;
}

.tw-mosaic > header span,
.tw-products > header span,
.tw-service-copy > span {
  color: var(--kthge-sky);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}

.tw-mosaic > header small,
.tw-products > header small,
.tw-service-copy > small {
  display: block;
  color: var(--kthge-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.tw-mosaic > header h2,
.tw-products > header h2,
.tw-service-copy h2 {
  margin: 8px 0 34px;
  color: var(--kthge-ink);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.tw-mosaic-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-template-rows: repeat(2, 150px);
  gap: 12px;
}

.tw-mosaic-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--kthge-line);
  color: var(--kthge-ink);
  background: var(--kthge-white);
  text-decoration: none;
  overflow: hidden;
  transition: .2s;
}

.tw-mosaic-card:hover {
  z-index: 2;
  border-color: var(--kthge-blue);
  box-shadow: var(--kthge-shadow);
  transform: translateY(-3px);
}

.tw-mosaic-card:first-child {
  grid-row: span 2;
  align-items: flex-end;
  padding-bottom: 38px;
  color: #fff;
  background: var(--kthge-navy);
}

.tw-mosaic-card > i {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  color: var(--kthge-navy);
  background: var(--kthge-ice);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  place-items: center;
}

.tw-mosaic-card:first-child > i {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.tw-mosaic-card > span {
  display: flex;
  flex-direction: column;
}

.tw-mosaic-card b {
  font-size: 16px;
}

.tw-mosaic-card small {
  margin-top: 5px;
  color: var(--kthge-muted);
  font-size: 10px;
}

.tw-mosaic-card:first-child small {
  color: #aec5da;
}

.tw-mosaic-card > em {
  margin-inline-start: auto;
  opacity: .45;
  font-style: normal;
}

.tw-products > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.tw-products > header h2 {
  margin-bottom: 0;
}

.tw-products > header p {
  max-width: 360px;
  margin: 0;
  color: var(--kthge-muted);
  font-size: 12px;
  line-height: 1.7;
}

.tw-service {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  padding: 74px;
  color: #fff;
  background: var(--kthge-ink);
}

.tw-service-copy h2 {
  color: #fff;
}

.tw-service-copy > small {
  margin-top: 16px;
  color: var(--kthge-sky);
}

.tw-service-copy p,
.tw-service-steps p {
  color: #aabed2;
  line-height: 1.75;
}

.tw-service-steps {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.tw-service-steps article {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  min-height: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.tw-service-steps article > span {
  color: var(--kthge-sky);
  font-size: 12px;
  font-weight: 900;
}

.tw-service-steps h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
}

.tw-service-steps p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  .kthge-finder {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 30px 18px;
  }

  .kthge-finder__form {
    grid-template-columns: 1fr;
  }

  .kthge-finder__form button {
    min-height: 52px;
  }

  .kthge-finder__results,
  .kthge-finder__help {
    grid-column: 1;
  }

  .kthge-finder__results {
    margin-top: 0;
  }

  .kthge-finder__result {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .kthge-finder__result > b {
    grid-column: 2;
  }

  .kthge-finder__image {
    width: 58px;
    height: 58px;
  }

  .kthge-trust__track {
    display: block;
  }

  .kthge-trust__item {
    display: none;
    min-height: 30px;
  }

  .kthge-trust__item.is-active {
    display: flex;
  }

  .kthge-trust__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 8px;
  }

  .kthge-trust__dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
  }

  .kthge-trust__dots button[aria-pressed="true"] {
    background: #fff;
  }

  .kthge-btg__items {
    grid-template-columns: 1fr;
  }

  .kthge-btg__plus {
    height: 20px;
  }

  .kthge-btg__item {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .kthge-btg__image img {
    width: 76px;
    height: 76px;
  }

  .kthge-btg__footer,
  .tw-products > header {
    align-items: stretch;
    flex-direction: column;
  }

  .kthge-btg__footer .button {
    width: 100%;
  }

  .tw-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 130px);
    gap: 8px;
  }

  .tw-mosaic-card:first-child {
    grid-row: auto;
    align-items: center;
    padding-bottom: 14px;
  }

  .tw-mosaic-card {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
  }

  .tw-mosaic-card > i {
    width: 42px;
    height: 42px;
  }

  .tw-mosaic-card b {
    font-size: 12px;
  }

  .tw-mosaic-card > em {
    position: absolute;
    top: 15px;
    left: 12px;
  }

  .tw-service {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 38px 22px;
  }

  .tw-service-steps article {
    grid-template-columns: 55px 1fr;
    min-height: 110px;
  }
}
