.elementor-2 .elementor-element.elementor-element-65e02cb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-65e02cb{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-17af4b2 */.tp-home-hero,
.tp-home-hero * {
  box-sizing: border-box;
}

.tp-home-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #020b17;
  padding: 14px 16px 34px;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tp-home-hero__stage {
  position: relative;
  width: min(1600px, 100%);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 68% 42%, rgba(23, 104, 255, .30), transparent 42%),
    linear-gradient(90deg, #020b17 0%, #04101f 42%, #071b36 100%);
}

.tp-home-hero__stage::after {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  pointer-events: none;
}

.tp-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tp-home-hero__photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 68% 50%;
  filter: saturate(.96) contrast(1.04);
}

.tp-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(2,11,23,.99) 0%,
      rgba(2,11,23,.96) 25%,
      rgba(2,11,23,.84) 44%,
      rgba(2,11,23,.42) 62%,
      rgba(2,11,23,.62) 100%
    ),
    linear-gradient(0deg, rgba(2,11,23,.82) 0%, transparent 42%);
}

.tp-home-hero__inner {
  position: relative;
  z-index: 5;
  width: min(1280px, calc(100% - 32px));
  min-height: 650px;
  margin: 0 auto;
  padding-bottom: 46px;
}

.tp-home-hero__content {
  width: 760px;
  max-width: 58%;
  padding-top: 70px;
}

.tp-home-hero__label {
  width: fit-content;
  margin: 0 0 22px !important;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: rgba(23, 104, 255, .16);
  color: #78a9ff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
  text-transform: lowercase;
}

.tp-home-hero__content h1 {
  max-width: 780px;
  margin: 0 0 26px !important;
  color: #ffffff !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.055em !important;
  font-weight: 850 !important;
}

.tp-home-hero__text {
  max-width: 660px;
  margin: 0 0 34px !important;
  color: rgba(255,255,255,.80) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  font-weight: 520 !important;
}

.tp-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 46px;
}

.tp-home-hero__btn {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tp-home-hero__btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.tp-home-hero__btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1467ff, #2f7cff);
  box-shadow: 0 16px 34px rgba(20,103,255,.30);
}

.tp-home-hero__btn--primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0f5ff0, #2674ff);
}

.tp-home-hero__btn--ghost {
  color: #ffffff;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.30);
}

.tp-home-hero__btn--ghost:hover {
  color: #ffffff;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.56);
}

.tp-home-hero__features {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.tp-home-hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.tp-home-hero__feature span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1768ff;
}

.tp-home-hero__feature svg {
  width: 30px;
  height: 30px;
}

.tp-home-hero__feature svg path,
.tp-home-hero__feature svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-home-hero__feature p {
  margin: 0 !important;
  color: rgba(255,255,255,.86) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.tp-home-hero__cards {
  position: absolute;
  z-index: 6;
  top: 86px;
  right: 0;
  width: 330px;
  display: grid;
  gap: 18px;
}

.tp-home-hero-card {
  min-height: 136px;
  padding: 22px 22px 20px;
  display: block;
  border-radius: 20px;
  background: rgba(249,250,252,.96);
  border: 1px solid rgba(255,255,255,.84);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease;
}

.tp-home-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0,0,0,.24);
  text-decoration: none !important;
}

.tp-home-hero-card--accent {
  background: #ffffff;
}

.tp-home-hero-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #1768ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.tp-home-hero-card h2 {
  margin: 0 0 8px !important;
  color: #101828 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
  font-weight: 850 !important;
}

.tp-home-hero-card p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 520 !important;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1400px) {
  .tp-home-hero {
    padding-top: 12px;
  }

  .tp-home-hero__inner {
    width: min(1280px, calc(100% - 48px));
  }

  .tp-home-hero__cards {
    width: 300px;
  }

  .tp-home-hero__content {
    max-width: 60%;
    padding-top: 58px;
  }
}

@media (max-width: 1200px) {
  .tp-home-hero__stage {
    min-height: 640px;
  }

  .tp-home-hero__inner {
    min-height: 640px;
  }

  .tp-home-hero__content {
    max-width: 62%;
  }

  .tp-home-hero__content h1 {
    font-size: 42px !important;
  }

  .tp-home-hero__text {
    font-size: 16px !important;
    max-width: 560px;
  }

  .tp-home-hero__cards {
    top: 92px;
    width: 270px;
  }

  .tp-home-hero-card {
    min-height: 120px;
    padding: 18px 16px;
  }

  .tp-home-hero-card h2 {
    font-size: 15px !important;
  }

  .tp-home-hero-card p {
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  .tp-home-hero__stage {
    min-height: auto;
    border-radius: 0 0 22px 22px;
  }

  .tp-home-hero__stage::after {
    display: none;
  }

  .tp-home-hero__inner {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 56px 0 38px;
  }

  .tp-home-hero__content {
    width: 100%;
    max-width: 680px;
    padding-top: 0;
  }

  .tp-home-hero__cards {
    display: none;
  }

  .tp-home-hero__media {
    opacity: .42;
  }

  .tp-home-hero__photo {
    object-position: 72% 50%;
  }
}

@media (max-width: 767px) {
  .tp-home-hero {
    padding: 0 0 24px;
  }

  .tp-home-hero__stage {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto;
    border-radius: 0 0 22px 22px;
    background: linear-gradient(180deg, #020b17 0%, #061733 100%);
  }

  .tp-home-hero__inner {
    order: 1;
    width: calc(100% - 28px);
    min-height: auto;
    padding: 36px 0 0;
  }

  .tp-home-hero__content {
    padding-top: 0;
  }

  .tp-home-hero__label {
    margin-bottom: 16px !important;
    font-size: 13px !important;
  }

  .tp-home-hero__content h1 {
    font-size: 32px !important;
    line-height: 1.10 !important;
    letter-spacing: -.04em !important;
  }

  .tp-home-hero__text {
    margin-bottom: 24px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .tp-home-hero__actions {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
  }

  .tp-home-hero__btn {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    font-size: 14px;
  }

  .tp-home-hero__features {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 32px;
  }

  .tp-home-hero__media {
    order: 2;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    line-height: 0 !important;
    opacity: 1;
    background: #020b17;
    overflow: hidden;
  }

  .tp-home-hero__photo {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    object-fit: unset !important;
    object-position: center top !important;
    opacity: 1;
  }

  .tp-home-hero__shade {
    display: none;
  }

  .tp-home-hero__stage {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 420px) {
  .tp-home-hero__content h1 {
    font-size: 29px !important;
  }

  .tp-home-hero__media {
    height: auto !important;
    min-height: 0 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c20730b *//* ================================
   Services Block — 1440px
================================ */

.tb-services-section,
.tb-services-section * {
  box-sizing: border-box;
}

.tb-services-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tb-services-inner {
  width: 100%;
  padding: 48px 42px 56px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 8%, rgba(24, 107, 255, .08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 20px 55px rgba(20, 35, 65, .06),
    inset 0 1px 0 rgba(255,255,255,.9);
  overflow: hidden;
}

.tb-services-head {
  margin-bottom: 34px;
}

.tb-services-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 7px 14px 8px;
  border-radius: 10px;
  color: #1768ff;
  background: rgba(23, 104, 255, .10);
  font-size: 20px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .01em;
  text-transform: lowercase;
}

.tb-services-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 850;
}

.tb-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tb-service-card {
  min-height: 386px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 36px 34px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 16px 36px rgba(20, 35, 65, .075),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    background .25s ease;
}

.tb-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23, 104, 255, .18);
  background: #ffffff;
  box-shadow:
    0 24px 48px rgba(20, 35, 65, .12),
    inset 0 1px 0 rgba(255,255,255,1);
}

.tb-service-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1768ff;
}

.tb-service-icon svg {
  width: 56px;
  height: 56px;
}

.tb-service-card h3 {
  max-width: 330px;
  margin: 0 0 22px;
  color: #111827;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 850;
}

.tb-service-card p {
  max-width: 360px;
  margin: 0 0 28px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 550;
}

.tb-service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1768ff;
  font-size: 18px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  transition: gap .22s ease, color .22s ease;
}

.tb-service-link:hover {
  gap: 16px;
  color: #0b57e8;
}

.tb-service-link span {
  font-size: 22px;
  line-height: 1;
}

/* Tablet */

@media (max-width: 1180px) {
  .tb-services-inner {
    padding: 42px 28px 46px;
  }

  .tb-services-grid {
    gap: 16px;
  }

  .tb-service-card {
    min-height: 350px;
    padding: 30px 26px;
  }

  .tb-service-card h3 {
    font-size: 23px;
  }

  .tb-service-card p {
    font-size: 15px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .tb-services-section {
    width: 100%;
  }

  .tb-services-inner {
    padding: 30px 16px 34px;
    border-radius: 22px;
  }

  .tb-services-label {
    min-height: 30px;
    margin-bottom: 16px;
    padding: 7px 12px;
    font-size: 15px;
    border-radius: 9px;
  }

  .tb-services-head {
    margin-bottom: 22px;
  }

  .tb-services-head h2 {
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .tb-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tb-service-card {
    min-height: auto;
    padding: 26px 22px 24px;
    border-radius: 18px;
  }

  .tb-service-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
  }

  .tb-service-icon svg {
    width: 42px;
    height: 42px;
  }

  .tb-service-card h3 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.18;
  }

  .tb-service-card p {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .tb-service-link {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e5e7a */.tp-interpretation-short__actions {
  margin-top: 26px;
}

.tp-interpretation-short__actions .tp-btn {
  min-height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  background: #1768ff;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(23,104,255,.24);
}

.tp-interpretation-short__actions .tp-btn:hover {
  background: #2b76ff;
  color: #fff;
}

@media (max-width: 640px) {
  .tp-interpretation-short__actions .tp-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11fdf53 *//* ================================
   Process / Quality Block
================================ */

.tb-process-section,
.tb-process-section * {
  box-sizing: border-box;
}

.tb-process-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tb-process-inner {
  width: 100%;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 52px;
  padding: 54px 54px 52px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 8%, rgba(23, 104, 255, .06), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 48%, #ffffff 100%);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 22px 60px rgba(20, 35, 65, .075),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.tb-process-col h2 {
  margin: 0 0 34px;
  color: #111827;
  font-size: clamp(34px, 2.7vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 850;
}

/* LEFT */

.tb-quality-list {
  display: grid;
  gap: 25px;
}

.tb-quality-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
}

.tb-quality-icon {
  width: 34px;
  height: 34px;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1768ff;
  flex-shrink: 0;
}

.tb-quality-icon svg {
  width: 34px;
  height: 34px;
}

.tb-quality-item h3 {
  margin: 0 0 6px;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 850;
}

.tb-quality-item p {
  margin: 0;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.tb-process-photo {
  width: 100%;
  height: 150px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(20, 35, 65, .12);
}

.tb-process-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* DIVIDER */

.tb-process-divider {
  width: 1px;
  min-height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(23, 104, 255, .16) 12%,
    rgba(23, 104, 255, .20) 88%,
    transparent 100%
  );
}

/* RIGHT TIMELINE */

.tb-process-steps {
  position: relative;
  display: grid;
  gap: 28px;
  padding-left: 0;
}

.tb-process-steps::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(23, 104, 255, .65) 0,
    rgba(23, 104, 255, .65) 8px,
    transparent 8px,
    transparent 17px
  );
}

.tb-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: start;
}

.tb-step-number {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #1768ff, #2d7cff);
  box-shadow:
    0 12px 26px rgba(23, 104, 255, .30),
    inset 0 1px 0 rgba(255,255,255,.28);
  font-size: 18px;
  line-height: 1;
  font-weight: 850;
}

.tb-process-step h3 {
  margin: 0 0 7px;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 850;
}

.tb-process-step p {
  margin: 0;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

/* Tablet */

@media (max-width: 1180px) {
  .tb-process-inner {
    gap: 34px;
    padding: 44px 34px;
  }

  .tb-process-col h2 {
    font-size: 34px;
  }

  .tb-quality-item h3,
  .tb-process-step h3 {
    font-size: 18px;
  }

  .tb-quality-item p,
  .tb-process-step p {
    font-size: 15px;
  }
}

/* Mobile */

@media (max-width: 900px) {
  .tb-process-section {
    width: 100%;
  }

  .tb-process-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 34px 18px;
    border-radius: 22px;
  }

  .tb-process-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(23, 104, 255, .18) 12%,
      rgba(23, 104, 255, .22) 88%,
      transparent 100%
    );
  }

  .tb-process-col h2 {
    margin-bottom: 26px;
    font-size: 30px;
    line-height: 1.12;
  }

  .tb-quality-list {
    gap: 20px;
  }

  .tb-quality-item {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .tb-quality-icon,
  .tb-quality-icon svg {
    width: 30px;
    height: 30px;
  }

  .tb-process-photo {
    height: 135px;
    margin-top: 28px;
    border-radius: 16px;
  }

  .tb-process-steps {
    gap: 22px;
  }

  .tb-process-steps::before {
    left: 19px;
    top: 42px;
    bottom: 42px;
  }

  .tb-process-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .tb-step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .tb-process-inner {
    padding: 30px 16px;
  }

  .tb-process-col h2 {
    font-size: 28px;
  }

  .tb-quality-item h3,
  .tb-process-step h3 {
    font-size: 17px;
  }

  .tb-quality-item p,
  .tb-process-step p {
    font-size: 14px;
    line-height: 1.45;
  }

  .tb-process-photo {
    height: 120px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c785e1d *//* ================================
   Trust Dark Block — 4 cards
================================ */

.tb-trust-section,
.tb-trust-section * {
  box-sizing: border-box;
}

.tb-trust-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tb-trust-inner {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .78fr);
  gap: 34px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 28%, rgba(23, 104, 255, .24), transparent 34%),
    linear-gradient(90deg, #020a16 0%, #061326 55%, #020a16 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 60px rgba(2, 10, 22, .20);
}

.tb-trust-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(2, 10, 22, .96) 0%,
      rgba(2, 10, 22, .88) 50%,
      rgba(2, 10, 22, .35) 72%,
      rgba(2, 10, 22, .10) 100%
    );
}

.tb-trust-content {
  position: relative;
  z-index: 3;
  padding: 48px 0 48px 52px;
}

.tb-trust-head {
  margin-bottom: 28px;
}

.tb-trust-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 10px;
  color: #7fb0ff;
  background: rgba(23, 104, 255, .12);
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: lowercase;
}

.tb-trust-head h2 {
  margin: 0;
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 850;
}

.tb-trust-grid {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tb-trust-card {
  min-height: 158px;
  padding: 24px 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 14px 32px rgba(0,0,0,.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.tb-trust-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .105);
  border-color: rgba(23, 104, 255, .28);
}

.tb-trust-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1768ff;
}

.tb-trust-icon svg {
  width: 36px;
  height: 36px;
}

.tb-trust-card h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 850;
}

.tb-trust-card p {
  margin: 0;
  max-width: 285px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.48;
  font-weight: 500;
}

.tb-trust-photo {
  position: relative;
  z-index: 2;
  min-height: 520px;
  overflow: hidden;
}

.tb-trust-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2,10,22,.92) 0%, rgba(2,10,22,.28) 28%, transparent 56%),
    linear-gradient(0deg, rgba(2,10,22,.42) 0%, transparent 38%);
  pointer-events: none;
}

.tb-trust-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center right;
  display: block;
  filter: saturate(.95) contrast(1.03);
}

/* Tablet */

@media (max-width: 1180px) {
  .tb-trust-inner {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
  }

  .tb-trust-content {
    padding: 42px 0 42px 34px;
  }

  .tb-trust-grid {
    max-width: 650px;
  }

  .tb-trust-card {
    padding: 22px 20px;
  }

  .tb-trust-card h3 {
    font-size: 17px;
  }

  .tb-trust-card p {
    font-size: 13px;
  }
}

/* Mobile */

@media (max-width: 900px) {
  .tb-trust-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .tb-trust-inner::before {
    background:
      linear-gradient(180deg,
        rgba(2, 10, 22, .96) 0%,
        rgba(2, 10, 22, .92) 55%,
        rgba(2, 10, 22, .55) 100%
      );
  }

  .tb-trust-content {
    padding: 34px 18px 0;
  }

  .tb-trust-head h2 {
    font-size: 30px;
  }

  .tb-trust-grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tb-trust-photo {
    min-height: 360px;
    margin-top: -10px;
  }

  .tb-trust-photo img {
    min-height: 360px;
    object-position: center top;
  }

  .tb-trust-photo::before {
    background:
      linear-gradient(180deg, rgba(2,10,22,.95) 0%, rgba(2,10,22,.40) 35%, rgba(2,10,22,.20) 100%);
  }
}

@media (max-width: 640px) {
  .tb-trust-section {
    width: 100%;
  }

  .tb-trust-inner {
    border-radius: 22px;
  }

  .tb-trust-content {
    padding: 30px 16px 0;
  }

  .tb-trust-label {
    min-height: 28px;
    margin-bottom: 14px;
    padding: 6px 11px;
    font-size: 13px;
  }

  .tb-trust-head {
    margin-bottom: 22px;
  }

  .tb-trust-head h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .tb-trust-grid {
    grid-template-columns: 1fr;
  }

  .tb-trust-card {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 16px;
  }

  .tb-trust-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

  .tb-trust-icon svg {
    width: 30px;
    height: 30px;
  }

  .tb-trust-card h3 {
    font-size: 18px;
  }

  .tb-trust-card p {
    max-width: 100%;
    font-size: 14px;
  }

  .tb-trust-photo {
    min-height: 300px;
  }

  .tb-trust-photo img {
    min-height: 300px;
    object-position: center top;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4baa1c8 *//* ================================
   TP ABOUT — Обличчя бюро
   Style: premium blue / white
================================ */

.tp-about,
.tp-about * {
  box-sizing: border-box;
}

.tp-about {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tp-about .tp-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tp-about__inner {
  width: 100%;
  min-height: 635px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 74% 18%, rgba(23, 104, 255, .075), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 55%, #ffffff 100%);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 22px 60px rgba(20, 35, 65, .07),
    inset 0 1px 0 rgba(255,255,255,.95);
}

/* PHOTO */

.tp-about__photo-wrap {
  position: relative;
  min-height: 635px;
  overflow: hidden;
  background: #061326;
}

.tp-about__photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, transparent 68%, rgba(247,250,255,.82) 100%),
    linear-gradient(0deg, rgba(2,10,22,.18), transparent 42%);
}

.tp-about__photo {
  width: 100%;
  height: 100%;
  min-height: 635px;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.96) contrast(1.03);
  transform: scale(1.01);
}

/* CONTENT */

.tp-about__content {
  min-width: 0;
  padding: 72px 76px 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tp-about .tp-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 22px !important;
  padding: 7px 13px;
  border-radius: 10px;
  color: #1768ff !important;
  background: rgba(23, 104, 255, .10);
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
}

.tp-about__content h2 {
  max-width: 760px;
  margin: 0 0 26px !important;
  color: #111827 !important;
  font-size: clamp(34px, 3.05vw, 50px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.048em !important;
  font-weight: 850 !important;
}

.tp-about__content > p:not(.tp-label) {
  max-width: 720px;
  margin: 0 0 18px !important;
  color: #4b5563 !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

/* FACTS */

.tp-about__facts {
  width: 100%;
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 32px !important;
}

.tp-about__facts div {
  position: relative;
  min-height: 154px;
  padding: 68px 22px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 16px 36px rgba(20, 35, 65, .075),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.tp-about__facts div:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 104, 255, .18);
  background: #ffffff;
  box-shadow:
    0 22px 46px rgba(20, 35, 65, .12),
    inset 0 1px 0 rgba(255,255,255,1);
}

.tp-about__facts div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(23, 104, 255, .10);
  border: 1px solid rgba(23, 104, 255, .16);
}

.tp-about__facts div::after {
  position: absolute;
  left: 33px;
  top: 28px;
  color: #1768ff;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.tp-about__facts div:nth-child(1)::after {
  content: "✓";
}

.tp-about__facts div:nth-child(2)::after {
  content: "⚙";
  left: 31px;
  top: 27px;
}

.tp-about__facts div:nth-child(3)::after {
  content: "○";
  left: 32px;
  top: 25px;
  font-size: 24px;
}

.tp-about__facts strong {
  display: block;
  margin: 0 0 8px !important;
  color: #111827 !important;
  font-size: 21px !important;
  line-height: 1.18 !important;
  letter-spacing: -.03em;
  font-weight: 850 !important;
}

.tp-about__facts span {
  display: block;
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
}

/* BUTTON */

.tp-about .tp-btn {
  width: fit-content;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 32px;
  border-radius: 14px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1768ff, #2d7cff);
  box-shadow: 0 16px 34px rgba(23, 104, 255, .30);
  border: 0;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.tp-about .tp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(23, 104, 255, .40);
}

.tp-about .tp-btn span {
  font-size: 20px;
  line-height: 1;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1180px) {
  .tp-about__inner {
    grid-template-columns: .9fr 1.1fr;
    min-height: 580px;
  }

  .tp-about__photo-wrap,
  .tp-about__photo {
    min-height: 580px;
  }

  .tp-about__content {
    padding: 54px 42px;
  }

  .tp-about__content h2 {
    font-size: 38px !important;
  }

  .tp-about__content > p:not(.tp-label) {
    font-size: 16px !important;
  }

  .tp-about__facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tp-about__facts div {
    min-height: auto;
    padding: 22px 22px 22px 76px;
  }

  .tp-about__facts div::before {
    left: 22px;
    top: 22px;
  }

  .tp-about__facts div::after {
    left: 33px;
    top: 28px;
  }

  .tp-about__facts div:nth-child(2)::after {
    left: 31px;
    top: 27px;
  }

  .tp-about__facts div:nth-child(3)::after {
    left: 32px;
    top: 25px;
  }
}

/* ================================
   Mobile
================================ */

@media (max-width: 900px) {
  .tp-about {
    width: 100%;
  }

  .tp-about__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 22px;
  }

  .tp-about__photo-wrap {
    min-height: 420px;
    order: 1;
  }

  .tp-about__photo {
    min-height: 420px;
    object-position: center top;
  }

  .tp-about__photo-wrap::after {
    background:
      linear-gradient(0deg, rgba(247,250,255,.86) 0%, transparent 34%),
      linear-gradient(90deg, rgba(2,10,22,.08), transparent 45%);
  }

  .tp-about__content {
    order: 2;
    padding: 34px 18px 36px;
  }

  .tp-about .tp-label {
    min-height: 28px;
    margin-bottom: 16px !important;
    padding: 6px 11px;
    font-size: 13px !important;
  }

  .tp-about__content h2 {
    max-width: 100%;
    margin-bottom: 20px !important;
    font-size: 31px !important;
    line-height: 1.12 !important;
    letter-spacing: -.04em !important;
  }

  .tp-about__content > p:not(.tp-label) {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.56 !important;
  }

  .tp-about__facts {
    max-width: 100%;
    margin: 26px 0 24px !important;
    grid-template-columns: 1fr;
  }

  .tp-about .tp-btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .tp-about__photo-wrap,
  .tp-about__photo {
    min-height: 360px;
  }

  .tp-about__content {
    padding: 30px 16px 32px;
  }

  .tp-about__content h2 {
    font-size: 28px !important;
  }

  .tp-about__facts div {
    padding: 20px 18px 20px 70px;
    border-radius: 16px;
  }

  .tp-about__facts div::before {
    left: 18px;
    top: 20px;
  }

  .tp-about__facts div::after {
    left: 29px;
    top: 26px;
  }

  .tp-about__facts div:nth-child(2)::after {
    left: 27px;
    top: 25px;
  }

  .tp-about__facts div:nth-child(3)::after {
    left: 28px;
    top: 23px;
  }

  .tp-about__facts strong {
    font-size: 18px !important;
  }

  .tp-about__facts span {
    font-size: 13px !important;
  }
}
/* ABOUT — прибрати білу прозору смугу між фото і контентом */
.tp-about__photo-wrap::after {
  background:
    linear-gradient(90deg, transparent 0%, transparent 88%, rgba(247,250,255,.10) 100%),
    linear-gradient(0deg, rgba(2,10,22,.10), transparent 42%) !important;
}

/* якщо хочеш повністю без градієнтної смуги — розкоментуй */
/*
.tp-about__photo-wrap::after {
  display: none !important;
}
*/
/* ABOUT — прибрати фото на мобільній версії */
@media (max-width: 900px) {
  .tp-about__photo-wrap {
    display: none !important;
  }

  .tp-about__inner {
    grid-template-columns: 1fr !important;
  }

  .tp-about__content {
    order: 1 !important;
    padding-top: 34px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fe06b5 *//* ================================
   TP OFFERS — Безпечний старт
   Style: premium light cards
================================ */

.tp-offers,
.tp-offers * {
  box-sizing: border-box;
}

.tp-offers {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tp-offers .tp-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tp-offers {
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 4%, rgba(23, 104, 255, .08), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #ffffff 100%);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 22px 60px rgba(20, 35, 65, .07),
    inset 0 1px 0 rgba(255,255,255,.96);
}

/* HEAD */

.tp-offers .tp-section-head {
  max-width: 760px;
  margin: 0 auto 42px !important;
  padding: 58px 24px 0;
  text-align: center;
}

.tp-offers .tp-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 auto 18px !important;
  padding: 7px 13px;
  border-radius: 10px;
  color: #1768ff !important;
  background: rgba(23, 104, 255, .10);
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
}

.tp-offers .tp-section-head h2 {
  max-width: 720px;
  margin: 0 auto 16px !important;
  color: #111827 !important;
  font-size: clamp(32px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 850 !important;
}

.tp-offers .tp-section-head > p:not(.tp-label) {
  max-width: 610px;
  margin: 0 auto !important;
  color: #4b5563 !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

/* GRID */

.tp-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 0 68px 62px;
}

.tp-offer-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 30px 30px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 16px 36px rgba(20, 35, 65, .075),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.tp-offer-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23, 104, 255, .18);
  background: #ffffff;
  box-shadow:
    0 24px 50px rgba(20, 35, 65, .12),
    inset 0 1px 0 rgba(255,255,255,1);
}

/* ICON */

.tp-offer-card .tp-icon {
  width: 52px;
  height: 52px;
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #1768ff !important;
  background: rgba(23, 104, 255, .10);
  border: 1px solid rgba(23, 104, 255, .15);
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em;
}

.tp-offer-card:nth-child(3) .tp-icon {
  width: 58px;
  font-size: 16px !important;
}

/* TEXT */

.tp-offer-card h3 {
  max-width: 330px;
  margin: 0 0 16px !important;
  color: #111827 !important;
  font-size: 23px !important;
  line-height: 1.18 !important;
  letter-spacing: -.035em !important;
  font-weight: 850 !important;
}

.tp-offer-card p {
  max-width: 360px;
  margin: 0 0 26px !important;
  color: #4b5563 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

.tp-offer-card a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1768ff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  transition: gap .22s ease, color .22s ease;
}

.tp-offer-card a:hover {
  gap: 14px;
  color: #0b57e8 !important;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1180px) {
  .tp-offers__grid {
    gap: 16px;
    padding: 0 34px 46px;
  }

  .tp-offer-card {
    min-height: 300px;
    padding: 30px 24px 26px;
  }

  .tp-offer-card h3 {
    font-size: 21px !important;
  }

  .tp-offer-card p {
    font-size: 15px !important;
  }
}

/* ================================
   Mobile
================================ */

@media (max-width: 900px) {
  .tp-offers {
    width: 100%;
    border-radius: 22px;
  }

  .tp-offers .tp-section-head {
    margin-bottom: 28px !important;
    padding: 34px 18px 0;
  }

  .tp-offers .tp-section-head h2 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  .tp-offers .tp-section-head > p:not(.tp-label) {
    font-size: 15px !important;
    line-height: 1.54 !important;
  }

  .tp-offers__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 18px 36px;
  }

  .tp-offer-card {
    min-height: auto;
    padding: 26px 22px 24px;
    border-radius: 18px;
  }

  .tp-offer-card .tp-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 13px;
    font-size: 18px !important;
  }

  .tp-offer-card:nth-child(3) .tp-icon {
    width: 52px;
    font-size: 15px !important;
  }

  .tp-offer-card h3 {
    max-width: 100%;
    font-size: 21px !important;
    margin-bottom: 12px !important;
  }

  .tp-offer-card p {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.52 !important;
    margin-bottom: 22px !important;
  }

  .tp-offer-card a {
    font-size: 15px !important;
  }
}

@media (max-width: 560px) {
  .tp-offers .tp-section-head {
    padding: 30px 16px 0;
  }

  .tp-offers .tp-section-head h2 {
    font-size: 28px !important;
  }

  .tp-offers__grid {
    padding: 0 16px 32px;
  }

  .tp-offer-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8751c8f *//* ================================
   TP CASES — Приклади задач
   Style: premium light case cards
================================ */

.tp-cases,
.tp-cases * {
  box-sizing: border-box;
}

.tp-cases {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(23, 104, 255, .07), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #ffffff 100%);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 22px 60px rgba(20, 35, 65, .07),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.tp-cases .tp-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 58px 58px 62px !important;
}

/* HEAD */

.tp-cases .tp-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 34px !important;
}

.tp-cases .tp-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px !important;
  padding: 7px 13px;
  border-radius: 10px;
  color: #1768ff !important;
  background: rgba(23, 104, 255, .10);
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
}

.tp-cases .tp-section-head h2 {
  max-width: 640px;
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(34px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 850 !important;
}

.tp-cases .tp-section-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1768ff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: gap .22s ease, color .22s ease;
}

.tp-cases .tp-section-link:hover {
  gap: 14px;
  color: #0b57e8 !important;
}

/* GRID */

.tp-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.tp-case-card {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 16px 36px rgba(20, 35, 65, .075),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    background .25s ease;
}

.tp-case-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23, 104, 255, .18);
  background: #ffffff;
  box-shadow:
    0 24px 50px rgba(20, 35, 65, .12),
    inset 0 1px 0 rgba(255,255,255,1);
}

/* IMAGE */

.tp-case-card__image {
  position: relative;
  height: 285px;
  overflow: hidden;
  background: #eaf0f8;
}

.tp-case-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(2,10,22,.18), transparent 42%),
    linear-gradient(90deg, rgba(2,10,22,.05), transparent 48%);
  pointer-events: none;
}

.tp-case-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.97) contrast(1.03);
  transition: transform .45s ease;
}

.tp-case-card:hover .tp-case-card__image img {
  transform: scale(1.045);
}

/* CONTENT */

.tp-case-card__content {
  padding: 28px 30px 32px;
}

.tp-case-card__tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px !important;
  padding: 7px 12px;
  border-radius: 9px;
  color: #1768ff !important;
  background: rgba(23, 104, 255, .10);
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
}

.tp-case-card h3 {
  max-width: 560px;
  margin: 0 0 16px !important;
  color: #111827 !important;
  font-size: 25px !important;
  line-height: 1.18 !important;
  letter-spacing: -.035em !important;
  font-weight: 850 !important;
}

.tp-case-card__content > p:not(.tp-case-card__tag) {
  max-width: 580px;
  margin: 0 !important;
  color: #4b5563 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

/* декоративний “лінк” як у референсі */
.tp-case-card__content::after {
  content: "Читати кейс →";
  display: inline-flex;
  margin-top: 24px;
  color: #1768ff;
  font-size: 16px;
  line-height: 1;
  font-weight: 850;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1180px) {
  .tp-cases .tp-container {
    padding: 46px 34px 50px !important;
  }

  .tp-cases__grid {
    gap: 18px;
  }

  .tp-case-card__image {
    height: 245px;
  }

  .tp-case-card__content {
    padding: 26px 24px 28px;
  }

  .tp-case-card h3 {
    font-size: 22px !important;
  }

  .tp-case-card__content > p:not(.tp-case-card__tag) {
    font-size: 15px !important;
  }
}

/* ================================
   Mobile
================================ */

@media (max-width: 900px) {
  .tp-cases {
    width: 100%;
    border-radius: 22px;
  }

  .tp-cases .tp-container {
    padding: 34px 18px 36px !important;
  }

  .tp-cases .tp-section-head {
    display: block;
    margin-bottom: 26px !important;
  }

  .tp-cases .tp-section-head h2 {
    max-width: 100%;
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  .tp-cases .tp-section-link {
    margin-top: 18px;
    font-size: 15px !important;
  }

  .tp-cases__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tp-case-card {
    border-radius: 20px;
  }

  .tp-case-card__image {
    height: 235px;
  }

  .tp-case-card__content {
    padding: 24px 22px 26px;
  }

  .tp-case-card h3 {
    max-width: 100%;
    font-size: 21px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .tp-case-card__content > p:not(.tp-case-card__tag) {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.52 !important;
  }
}

@media (max-width: 560px) {
  .tp-cases .tp-container {
    padding: 30px 16px 32px !important;
  }

  .tp-cases .tp-label {
    min-height: 28px;
    margin-bottom: 14px !important;
    padding: 6px 11px;
    font-size: 13px !important;
  }

  .tp-cases .tp-section-head h2 {
    font-size: 28px !important;
  }

  .tp-case-card__image {
    height: 210px;
  }

  .tp-case-card__content {
    padding: 22px 20px 24px;
  }

  .tp-case-card h3 {
    font-size: 20px !important;
  }

  .tp-case-card__tag {
    font-size: 12px !important;
  }

  .tp-case-card__content::after {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85b2cfb *//* =========================
   TP MACHINE BLOCK
========================= */

.tp-machine,
.tp-machine * {
  box-sizing: border-box;
}

.tp-machine {
  width: 100%;
  padding: 28px 0 12px;
  background: #f3f5f8;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tp-machine .tp-container,
.tp-machine__inner {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.tp-machine__inner {
  min-height: 470px;
  padding: 58px 62px;

  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: 70px;

  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 42%, rgba(27, 103, 255, .16) 0%, transparent 36%),
    linear-gradient(135deg, #041022 0%, #061733 58%, #071d3f 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.tp-machine__inner::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  pointer-events: none;
}

.tp-machine__content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.tp-machine .tp-label {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 16px;

  border-radius: 12px;
  background: rgba(26, 103, 255, .18);
  color: #63a0ff;

  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.tp-machine h2 {
  margin: 0 0 24px !important;
  max-width: 620px;

  color: #ffffff !important;
  font-size: 48px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  font-weight: 850 !important;
}

.tp-machine__content > p:not(.tp-label) {
  margin: 0 0 34px !important;
  max-width: 640px;

  color: rgba(255,255,255,.78) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

.tp-machine__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tp-machine .tp-btn {
  min-height: 58px;
  padding: 0 26px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  transition: .22s ease;
}

.tp-machine .tp-btn:hover {
  transform: translateY(-2px);
}

.tp-machine .tp-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1467ff, #2f7cff);
  box-shadow: 0 16px 34px rgba(20,103,255,.30);
}

.tp-machine .tp-btn--outline-light {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.035);
}

.tp-machine .tp-btn--outline-light:hover {
  border-color: rgba(255,255,255,.60);
  background: rgba(255,255,255,.08);
}

/* right card */
.tp-machine__card {
  position: relative;
  z-index: 2;

  padding: 38px 36px;
  border-radius: 22px;
  background: rgba(249,250,252,.96);
  color: #101828;
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
}

.tp-machine__card h3 {
  margin: 0 0 26px !important;

  color: #101828 !important;
  font-size: 28px !important;
  line-height: 1.16 !important;
  letter-spacing: -0.035em !important;
  font-weight: 850 !important;
}

.tp-machine__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-machine__card li {
  position: relative;
  min-height: 46px;
  padding: 14px 0 14px 42px;

  color: #344054;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;

  border-bottom: 1px solid rgba(16,24,40,.10);
}

.tp-machine__card li:last-child {
  border-bottom: none;
}

.tp-machine__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;

  width: 24px;
  height: 24px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: rgba(20,103,255,.10);
  border: 1px solid rgba(20,103,255,.24);
  color: #1467ff;

  font-size: 14px;
  font-weight: 900;
}

/* responsive */
@media (max-width: 991px) {
  .tp-machine {
    padding: 0;
    background: #041022;
  }

  .tp-machine .tp-container,
  .tp-machine__inner {
    width: 100%;
  }

  .tp-machine__inner {
    min-height: auto;
    padding: 42px 22px;
    display: block;
    border-radius: 0;
  }

  .tp-machine__inner::before {
    display: none;
  }

  .tp-machine h2 {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .tp-machine__content > p:not(.tp-label) {
    font-size: 16px !important;
  }

  .tp-machine__actions {
    display: grid;
    gap: 12px;
  }

  .tp-machine .tp-btn {
    width: 100%;
  }

  .tp-machine__card {
    margin-top: 34px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .tp-machine__card h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 520px) {
  .tp-machine__inner {
    padding: 36px 18px;
  }

  .tp-machine h2 {
    font-size: 30px !important;
  }

  .tp-machine__card {
    padding: 24px 18px;
  }

  .tp-machine__card li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef23368 *//* =========================
   TP PRICING BLOCK
========================= */

.tp-pricing,
.tp-pricing * {
  box-sizing: border-box;
}

.tp-pricing {
  width: 100%;
  padding: 12px 0 34px;
  background: #f3f5f8;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.tp-pricing .tp-container,
.tp-pricing__inner {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.tp-pricing__inner {
  min-height: 480px;
  padding: 58px 62px;

  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: 70px;

  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 46%, rgba(20,103,255,.10) 0%, transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #f6f9ff 48%, #eef4ff 100%);
  border: 1px solid rgba(16,24,40,.06);
  color: #101828;
  overflow: hidden;
  position: relative;
}

.tp-pricing__content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.tp-pricing .tp-label {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 16px;

  border-radius: 12px;
  background: rgba(20,103,255,.10);
  color: #1467ff;

  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.tp-pricing h2 {
  margin: 0 0 24px !important;
  max-width: 620px;

  color: #101828 !important;
  font-size: 48px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  font-weight: 850 !important;
}

.tp-pricing__content > p:not(.tp-label) {
  margin: 0 0 34px !important;
  max-width: 610px;

  color: #475467 !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

.tp-pricing .tp-btn {
  min-height: 58px;
  padding: 0 26px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: fit-content;

  border-radius: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  transition: .22s ease;
}

.tp-pricing .tp-btn:hover {
  transform: translateY(-2px);
}

.tp-pricing .tp-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1467ff, #2f7cff);
  box-shadow: 0 16px 34px rgba(20,103,255,.24);
}

/* factors card */
.tp-pricing__factors {
  position: relative;
  z-index: 2;

  padding: 38px 36px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  color: #101828;
  box-shadow: 0 22px 50px rgba(16,24,40,.08);
  border: 1px solid rgba(16,24,40,.06);
}

.tp-pricing__factors h3 {
  margin: 0 0 26px !important;

  color: #101828 !important;
  font-size: 28px !important;
  line-height: 1.16 !important;
  letter-spacing: -0.035em !important;
  font-weight: 850 !important;
}

.tp-pricing__factors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-pricing__factors li {
  position: relative;
  min-height: 46px;
  padding: 14px 0 14px 42px;

  color: #344054;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;

  border-bottom: 1px solid rgba(16,24,40,.10);
}

.tp-pricing__factors li:last-child {
  border-bottom: none;
}

.tp-pricing__factors li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;

  width: 24px;
  height: 24px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: rgba(20,103,255,.10);
  border: 1px solid rgba(20,103,255,.24);
  color: #1467ff;

  font-size: 14px;
  font-weight: 900;
}

.tp-pricing__note {
  position: relative;
  margin: 24px 0 0 !important;
  padding: 18px 20px 18px 52px;

  border-radius: 16px;
  background: rgba(20,103,255,.07);
  border: 1px solid rgba(20,103,255,.16);

  color: #315080 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.tp-pricing__note::before {
  content: "i";
  position: absolute;
  left: 20px;
  top: 18px;

  width: 22px;
  height: 22px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: rgba(20,103,255,.10);
  border: 1px solid rgba(20,103,255,.18);
  color: #1467ff;

  font-size: 14px;
  font-weight: 900;
  font-style: normal;
}

/* responsive */
@media (max-width: 991px) {
  .tp-pricing {
    padding: 0;
    background: #ffffff;
  }

  .tp-pricing .tp-container,
  .tp-pricing__inner {
    width: 100%;
  }

  .tp-pricing__inner {
    min-height: auto;
    padding: 42px 22px;
    display: block;
    border-radius: 0;
  }

  .tp-pricing h2 {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .tp-pricing__content > p:not(.tp-label) {
    font-size: 16px !important;
  }

  .tp-pricing .tp-btn {
    width: 100%;
  }

  .tp-pricing__factors {
    margin-top: 34px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .tp-pricing__factors h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 520px) {
  .tp-pricing__inner {
    padding: 36px 18px;
  }

  .tp-pricing h2 {
    font-size: 30px !important;
  }

  .tp-pricing__factors {
    padding: 24px 18px;
  }

  .tp-pricing__factors li {
    font-size: 15px;
  }

  .tp-pricing__note {
    padding: 16px 16px 16px 48px;
    font-size: 14px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f255265 *//* ================================
   TP FAQ — Поширені питання
   Background: 1440px / Content: 1200px
================================ */

.tp-faq,
.tp-faq * {
  box-sizing: border-box;
}

.tp-faq {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 104, 255, .07), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #ffffff 100%);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 22px 60px rgba(20, 35, 65, .07),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.tp-faq .tp-container {
  width: min(1200px, calc(100% - 80px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 56px 0 62px !important;
}

/* Head */

.tp-faq .tp-section-head {
  max-width: 720px;
  margin: 0 auto 36px !important;
  text-align: center;
}

.tp-faq .tp-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 auto 18px !important;
  padding: 7px 13px;
  border-radius: 10px;
  color: #1768ff !important;
  background: rgba(23, 104, 255, .10);
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
}

.tp-faq .tp-section-head h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(34px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 850 !important;
}

/* FAQ list */

.tp-faq__list {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.tp-faq-item {
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20, 35, 65, .08);
  box-shadow:
    0 12px 30px rgba(20, 35, 65, .055),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.tp-faq-item[open] {
  background: #ffffff;
  border-color: rgba(23, 104, 255, .18);
  box-shadow:
    0 18px 42px rgba(20, 35, 65, .085),
    inset 0 1px 0 rgba(255,255,255,1);
}

.tp-faq-item summary {
  position: relative;
  cursor: pointer;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 20px 62px 20px 24px;
  color: #111827 !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  list-style: none;
}

.tp-faq-item summary::-webkit-details-marker {
  display: none;
}

.tp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1768ff;
  background: rgba(23, 104, 255, .09);
  border: 1px solid rgba(23, 104, 255, .15);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.tp-faq-item[open] summary::after {
  content: "−";
}

.tp-faq-item p {
  max-width: 760px;
  margin: 0 !important;
  padding: 0 24px 22px;
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.56 !important;
  font-weight: 500 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2e8bb1 *//* =========================
   TP FINAL FORM BLOCK
========================= */

.tp-final,
.tp-final * {
  box-sizing: border-box;
}

.tp-final {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 72px 0;
  background:
    radial-gradient(circle at 18% 38%, rgba(30, 102, 255, .22) 0%, transparent 34%),
    radial-gradient(circle at 82% 42%, rgba(30, 102, 255, .14) 0%, transparent 34%),
    linear-gradient(135deg, #030b17 0%, #061633 56%, #071b3f 100%);

  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

/* 1300px content */
.tp-final .tp-container,
.tp-final__inner {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.tp-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 560px);
  align-items: center;
  gap: 80px;
}

/* LEFT CONTENT */
.tp-final__content {
  max-width: 610px;
}

.tp-final .tp-label {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 16px;

  border-radius: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #ffffff;

  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.tp-final h2 {
  margin: 0 0 24px !important;

  color: #ffffff !important;
  font-size: 48px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  font-weight: 850 !important;
}

.tp-final__content > p:not(.tp-label) {
  margin: 0 0 34px !important;

  color: rgba(255,255,255,.80) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

.tp-final__contacts {
  display: grid;
  gap: 10px;
}

.tp-final__contacts a {
  width: fit-content;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 850;
  text-decoration: none;
  transition: color .2s ease;
}

.tp-final__contacts a:hover {
  color: #77a8ff;
}

/* FORM */
.tp-form {
  width: 100%;
  padding: 34px;

  background: #f8fafc;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);

  color: #101828;
}

.tp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tp-form label {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;

  color: #101828;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
}

.tp-form input,
.tp-form select,
.tp-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;

  border-radius: 0;
  border: 1px solid rgba(16,24,40,.14);
  background: #ffffff;

  color: #101828;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;

  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.tp-form textarea {
  min-height: 110px;
  padding: 14px 16px;
  resize: vertical;
}

.tp-form input::placeholder,
.tp-form textarea::placeholder {
  color: #98a2b3;
}

.tp-form input:focus,
.tp-form select:focus,
.tp-form textarea:focus {
  border-color: #1467ff;
  box-shadow: 0 0 0 4px rgba(20,103,255,.12);
  background: #ffffff;
}

/* FILE FIELD */
.tp-form__file {
  padding: 16px;
  border: 1px dashed rgba(20,103,255,.36);
  background: rgba(20,103,255,.06);
  border-radius: 0;
}

.tp-form__file input {
  min-height: auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.tp-form__file input::file-.elementor-2 .elementor-element.elementor-element-c2e8bb1-button {
  margin-right: 12px;
  padding: 9px 14px;

  border: 1px solid rgba(16,24,40,.16);
  border-radius: 0;
  background: #ffffff;

  color: #101828;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

/* SUBMIT */
.tp-final .tp-btn,
.tp-form__submit {
  width: 100%;
  min-height: 58px;
  margin-top: 4px;
  padding: 0 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border: none;
  border-radius: 0;
  background: linear-gradient(135deg, #1467ff, #2f7cff);
  color: #ffffff;

  font-size: 15px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;

  box-shadow: 0 16px 34px rgba(20,103,255,.24);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tp-final .tp-btn:hover,
.tp-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(20,103,255,.34);
}

/* прибираємо зайві відступи перед футером */
.tp-final + footer,
.tp-final + .tp-footer {
  margin-top: 0 !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .tp-final {
    padding: 58px 0;
  }

  .tp-final__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tp-final__content {
    max-width: 720px;
  }

  .tp-final h2 {
    font-size: 40px !important;
  }

  .tp-form {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .tp-final {
    padding: 42px 0;
  }

  .tp-final .tp-container,
  .tp-final__inner {
    width: 100%;
  }

  .tp-final__inner {
    padding: 0 18px;
  }

  .tp-final h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  .tp-final__content > p:not(.tp-label) {
    font-size: 16px !important;
  }

  .tp-final__contacts a {
    font-size: 19px;
  }

  .tp-form {
    padding: 24px 18px;
  }

  .tp-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .tp-final__inner {
    padding: 0 14px;
  }

  .tp-final h2 {
    font-size: 29px !important;
  }

  .tp-form {
    padding: 22px 14px;
  }
}/* End custom CSS */