/* Home: stil blokov glavnoj stranitsy */

.te-home-native {
  --te-bg: var(--color-bg, #f9fafb);
  --te-surface: var(--color-surface, #fff);
  --te-text: var(--color-text, #1A2633);
  --te-muted: #5f6d7d;
  --te-primary: var(--color-primary, #ff7f50);
  --te-secondary: var(--color-secondary, #2d3e50);
  --te-border: var(--color-border, #e5e7eb);
  --te-soft: #f3f6f8;
  max-width: 100vw;
  color: var(--te-text);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

html[data-theme="dark"] .te-home-native {
  --te-muted: #a4afbc;
  --te-soft: #1f2c3a;
}

.te-home-native * {
  box-sizing: border-box;
}

.te-shell {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.te-hero-native {
  position: relative;
  padding: 78px 0 92px;
  background: radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--te-primary) 18%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--te-surface) 66%, transparent), transparent);
}

.te-hero-grid {
  /* Strahovka: Bricks vyvodit align-items: initial posle nastrojki */
  align-items: center;
}

.te-btn,
.te-link-btn {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-border);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}

.te-btn:hover,
.te-link-btn:hover {
  transform: translateY(-1px);
  border-color: var(--te-primary);
}

.te-btn-primary {
  background: var(--te-primary);
  border-color: var(--te-primary);
  color: #fff;
}

.te-btn-secondary {
  background: var(--te-surface);
  color: var(--te-text);
}

.te-link-btn {
  min-height: auto;
  margin-top: auto;
  padding: 0;
  border: 0;
  color: var(--te-primary);
  background: transparent;
}

.te-hero-panel,
.te-card,
.te-cta,
.te-quote,
.te-metric {
  border-radius: 8px;
}

.te-hero-panel {
  position: relative;
  padding: 28px;
  border: 1px solid var(--te-border);
  background: color-mix(in srgb, var(--te-surface) 94%, transparent);
  box-shadow: 0 18px 45px rgba(26, 38, 51, .09);
}

.te-note-card {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--te-primary);
  border-radius: 8px;
  background: var(--te-soft);
}

.te-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.te-metric {
  padding: 18px;
  border: 1px solid var(--te-border);
  background: var(--te-surface);
}

.te-metric .te-hero__metric-value {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: var(--te-primary);
}

.te-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.te-head .brxe-text,
.te-head .brxe-text-basic {
  margin-top: 12px;
  color: var(--te-muted);
  font-size: 18px;
}

.te-services {
  background: var(--te-surface);
}

.te-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.te-card {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--te-border);
  background: var(--te-bg);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.te-card-num {
  color: var(--te-primary);
  font-weight: 700;
  letter-spacing: .08em;
}

.te-split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.te-benefits {
  background: linear-gradient(180deg, var(--te-bg), var(--te-soft));
}


.te-price-box {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: center;
}

.te-quote {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
}

.te-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.te-cta {
  padding: 52px;
  border: 1px solid var(--te-border);
  background: radial-gradient(circle at top right, color-mix(in srgb, var(--te-primary) 16%, transparent), transparent 28%), var(--te-surface);
}

@media (max-width: 980px) {
  .te-hero-grid,
  .te-split,
  .te-price-box {
    grid-template-columns: 1fr;
  }

  .te-card-grid,
  

  .te-hero-native {
    padding-top: 54px;
  }

}

@media (max-width: 620px) {
  .te-shell {
    width: min(100% - 28px, 1180px);
  }

  .te-card-grid,
  .te-blog-grid,
  .te-metrics {
    grid-template-columns: 1fr;
  }

  .te-btn {
    width: 100%;
    padding: 0 16px;
  }

}

/* Home: zashchita mobilnoy verstki */

.te-hero-grid > *,
.te-split > *,
.te-price-box > *,
.te-card-grid > *,
.te-blog-grid > *,
.te-metrics > *,
.te-actions > * {
  min-width: 0;
}

.te-hero-native {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--te-primary) 16%, transparent), transparent 30%),
    radial-gradient(ellipse at 18% 84%, color-mix(in srgb, var(--te-primary) 9%, transparent), transparent 38%),
    linear-gradient(180deg, color-mix(in srgb, var(--te-surface) 72%, transparent), transparent);
}

.te-hero-native::before,
.te-hero-native::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
}

.te-hero-native::before {
  width: 560px;
  height: 360px;
  right: -150px;
  top: 68px;
  background: color-mix(in srgb, var(--te-primary) 10%, transparent);
  filter: blur(2px);
  opacity: .85;
  transform: rotate(-8deg);
}

.te-hero-native::after {
  width: 270px;
  height: 270px;
  right: 8%;
  bottom: 12%;
  border: 1px solid color-mix(in srgb, var(--te-primary) 34%, transparent);
  box-shadow: 28px 18px 0 -10px color-mix(in srgb, var(--te-primary) 12%, transparent);
  opacity: .72;
  transform: rotate(14deg);
}

.te-btn {
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(26, 38, 51, .06);
  position: relative;
  overflow: hidden;
}

.te-btn-primary {
  background: linear-gradient(135deg, var(--te-primary), color-mix(in srgb, var(--te-primary) 82%, #d94f25));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-primary) 28%, transparent);
}

.te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}

.te-btn-primary:hover::after {
  transform: translateX(120%);
}

.te-btn-secondary {
  background: color-mix(in srgb, var(--te-surface) 92%, transparent);
}

.te-btn-secondary:hover {
  color: var(--te-primary);
  background: var(--te-surface);
}

.te-hero-panel,
.te-card,
.te-metric,
.te-quote,
.te-cta {
  box-shadow: 0 18px 42px rgba(26, 38, 51, .07);
}

.te-hero-panel {
  border-radius: 18px;
  transform: translateZ(0);
}

.te-metric,
.te-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.te-card:hover,
.te-metric:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--te-primary) 46%, var(--te-border));
  box-shadow: 0 22px 46px rgba(26, 38, 51, .1);
}

/* Home hero */

.te-home-native .te-hero__title {
  max-width: 620px !important;
  font-size: clamp(30px, 3.25vw, 42px) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

.te-hero__content,
.te-hero__panel {
  position: relative;
  z-index: 2;
}

.te-hero__container {
  grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr) !important;
  align-items: center;
}

.te-hero-web-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .58;
  mix-blend-mode: multiply;
}

html[data-theme="dark"] .te-hero-web-canvas {
  opacity: .34;
  mix-blend-mode: screen;
}

.te-hero__metrics {
  max-width: 660px !important;
  margin-top: 30px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.te-hero__metric {
  min-height: 94px;
  padding: 16px 18px;
  background: color-mix(in srgb, var(--te-surface) 86%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.te-hero__panel {
  width: min(100%, 520px);
  justify-self: end;
  padding: 26px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-surface) 96%, transparent), color-mix(in srgb, var(--te-surface) 88%, transparent));
}

.te-home-native .te-hero__panel-title {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

.te-hero__panel-text {
  font-size: 16px;
  line-height: 1.55;
}

.te-hero__note {
  max-width: 360px;
  margin-top: 22px;
  margin-left: auto;
  padding: 16px 18px;
  border-left-width: 0;
  border-top: 3px solid var(--te-primary);
  background: color-mix(in srgb, var(--te-soft) 74%, var(--te-surface));
  box-shadow: 0 16px 34px rgba(26, 38, 51, .08);
}

@media (max-width: 1100px) {
  .te-hero__container {
    grid-template-columns: 1fr !important;
  }

  .te-hero__panel {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .te-home-native .te-hero__title {
    max-width: 560px !important;
    font-size: clamp(29px, 5vw, 38px) !important;
  }

  .te-hero-web-canvas {
    opacity: .34;
  }

  .te-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .te-hero-native {
    box-sizing: border-box;
    padding-top: 34px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .te-hero__container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px;
  }

  .te-hero__content,
  .te-hero__panel,
  .te-hero__actions,
  .te-hero__metrics {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .te-home-native .te-hero__title {
    max-width: 100% !important;
    font-size: 22px !important;
    line-height: 1.16 !important;
    overflow-wrap: break-word !important;
  }

  .te-hero__eyebrow,
  .te-hero__eyebrow p,
  .te-hero__text,
  .te-hero__text p,
  .te-hero__text span {
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .te-hero__text {
    font-size: 15px;
    line-height: 1.58;
  }

  .te-hero-web-canvas {
    opacity: .18;
  }

  .te-hero__metrics {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }

  .te-hero__metric {
    min-height: 82px;
    padding: 14px;
  }

  .te-hero__panel {
    justify-self: stretch;
    padding: 18px;
    border-radius: 16px;
  }

  .te-home-native .te-hero__panel-title {
    font-size: 23px !important;
  }

  .te-hero__panel-text,
  .te-hero__note {
    font-size: 15px;
  }

  .te-hero__note {
    max-width: 100%;
    margin-left: 0;
    padding: 14px 16px;
  }
}

/* Home adaptiv */

@media (max-width: 900px) {
  .te-home-native .te-shell,
  .te-home-native .te-price-box,
  .te-home-native .te-split,
  .te-home-native .te-cta {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
  }

  .te-home-native .te-hero-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .te-home-native .te-hero-copy,
  .te-home-native .te-hero-panel,
  .te-home-native .te-actions,
  .te-home-native .te-metrics,
  .te-home-native .te-hero-text,
  .te-home-native h1 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .te-home-native .te-hero-copy,
  .te-home-native .te-hero-panel {
    justify-self: center !important;
  }

  .te-home-native .te-hero-text p,
  .te-home-native .te-panel-text p,
  .te-home-native .te-note-card p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.te-hero-panel .brxe-heading {
  max-width: 430px;
  font-size: clamp(24px, 2.45vw, 34px) !important;
  line-height: 1.16 !important;
}

@media (max-width: 900px) {
  .te-hero-panel .brxe-heading {
    max-width: 100%;
    font-size: clamp(22px, 5.4vw, 28px) !important;
  }
}

@media (max-width: 620px) {
  .te-hero-panel .brxe-heading {
    font-size: 22px !important;
    line-height: 1.18 !important;
  }
}

.te-hero-copy > h1,
.te-hero-panel > .brxe-heading {
  margin-bottom: 24px !important;
}

.te-actions {
  margin-top: 34px !important;
}

.te-hero-copy .te-metrics {
  margin-top: 34px !important;
}

.te-note-card {
  margin-top: 28px !important;
}

@media (max-width: 900px) {

  .te-hero-copy > h1,
  .te-hero-panel > .brxe-heading {
    margin-bottom: 16px !important;
  }

  .te-actions,
  .te-hero-copy .te-metrics {
    margin-top: 28px !important;
  }

  .te-note-card {
    margin-top: 22px !important;
  }
}

@media (max-width: 620px) {

  .te-hero-copy > h1,
  .te-hero-panel > .brxe-heading {
    margin-bottom: 12px !important;
  }

  .te-hero-text,
  .te-panel-text {
    line-height: 1.58;
  }

  .te-actions,
  .te-hero-copy .te-metrics {
    margin-top: 26px !important;
  }
}

/* Home uslugi */

.te-services,
.te-benefits,
.te-process-section,
.te-blog,
.te-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.te-services::before,
.te-process-section::before,
.te-final::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-primary) 9%, transparent);
}

.te-services::before {
  width: 420px;
  height: 260px;
  right: -170px;
  top: 60px;
  transform: rotate(-10deg);
}

.te-process-section::before {
  width: 360px;
  height: 220px;
  left: -150px;
  bottom: 36px;
  opacity: .7;
}

.te-final::before {
  width: 380px;
  height: 240px;
  right: -130px;
  top: 18px;
  opacity: .78;
}

.te-services .te-head,
.te-process-section .te-head {
  max-width: 760px;
}

.te-card-grid {
  gap: 18px;
}

.te-services .te-card {
  min-height: 214px;
  padding: 24px;
  border-color: color-mix(in srgb, var(--te-border) 86%, var(--te-primary));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-surface) 94%, transparent), color-mix(in srgb, var(--te-surface) 82%, transparent));
  position: relative;
  overflow: hidden;
}

.te-services .te-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--te-primary), color-mix(in srgb, var(--te-primary) 18%, transparent));
  opacity: .7;
  transform: scaleX(.34);
  transform-origin: left center;
  transition: transform .28s ease, opacity .28s ease;
}

.te-services .te-card::after {
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  right: -54px;
  bottom: -54px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 28%, transparent);
  border-radius: 999px;
  opacity: .62;
  transition: transform .28s ease, opacity .28s ease, border-color .28s ease;
}

.te-services .te-card > .te-services-block__card-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  pointer-events: none;
  transform: scale(.96);
  transform-origin: center;
  filter: drop-shadow(0 7px 14px color-mix(in srgb, var(--te-primary) 18%, transparent));
  transition: transform .32s ease, filter .32s ease;
}

.te-services .te-card:hover > .te-services-block__card-icon {
  transform: translate(-14px, -14px) scale(1.04);
  filter: drop-shadow(0 9px 18px color-mix(in srgb, var(--te-primary) 24%, transparent));
}

html[data-theme="dark"] .te-services .te-card > .te-services-block__card-icon {
  filter: brightness(1.22) contrast(1.08) saturate(1.08)
    drop-shadow(0 5px 12px color-mix(in srgb, var(--te-primary) 20%, transparent));
}

@media (max-width: 620px) {
  .te-services .te-card::after {
    width: 112px;
    height: 112px;
    right: -50px;
    bottom: -50px;
  }

  .te-services .te-card > .te-services-block__card-icon {
    right: -8px;
    bottom: -8px;
    width: 54px;
    height: 54px;
  }
}

.te-services .te-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.te-services .te-card:hover::after {
  opacity: .9;
  transform: translate(-10px, -10px);
}

.te-card-num {
  width: fit-content;
  min-width: 42px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--te-primary) 12%, transparent);
  color: var(--te-primary);
  font-size: 12px;
  line-height: 1;
}

.te-services .te-card h3 {
  margin-top: 4px;
  font-size: 21px;
  line-height: 1.18;
}

.te-services .te-card .te-muted {
  line-height: 1.55;
}

.te-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 15px;
}

.te-link-btn::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: scaleX(.72);
  transform-origin: left center;
  transition: transform .22s ease;
}

.te-card:hover .te-link-btn::after,
.te-link-btn:hover::after {
  transform: scaleX(1.15);
}


.te-price {
  background:
    radial-gradient(circle at 14% 16%, color-mix(in srgb, var(--te-primary) 18%, transparent), transparent 26%),
    linear-gradient(135deg, var(--te-secondary), color-mix(in srgb, var(--te-secondary) 84%, #000));
}

.te-price .te-quote {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .18);
}

.te-price .te-btn-primary {
  margin-top: 22px;
}


.te-cta {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--te-primary) 18%, transparent), transparent 28%),
    linear-gradient(180deg, var(--te-surface), color-mix(in srgb, var(--te-surface) 82%, var(--te-soft)));
  box-shadow: 0 24px 58px rgba(26, 38, 51, .075);
}

.te-cta::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 180px;
  height: 180px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 26%, transparent);
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .te-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  

  
}

@media (max-width: 620px) {
  .te-card-grid,
  .te-blog-grid {
    grid-template-columns: 1fr !important;
  }

  .te-services .te-card {
    min-height: 0;
  }

  .te-services .te-card {
    padding: 22px;
  }


  .te-cta {
    border-radius: 14px;
  }
}

@media (max-width: 900px) {
  .te-services .te-shell,
  .te-benefits .te-shell,
  .te-process-section .te-shell,
  .te-price .te-shell,
  .te-blog .te-shell,
  .te-final .te-shell,
  .te-services .te-head,
  .te-benefits .te-copy,
  .te-process-section .te-head,
  .te-blog-block__head,
  .te-card-grid,
  .te-blog-grid,
  .te-price-box,
  .te-split,
  .te-cta {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
  }

  .te-services h2,
  .te-benefits h2,
  .te-process-section h2,
  .te-price h2,
  .te-blog h2,
  .te-final h2,
  .te-services p,
  .te-benefits p,
  .te-process-section p,
  .te-price p,
  .te-blog p,
  .te-final p {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }
}

@media (max-width: 620px) {
  .te-services h2,
  .te-benefits h2,
  .te-process-section h2,
  .te-price h2,
  .te-blog h2,
  .te-final h2 {
    font-size: 27px !important;
    line-height: 1.14 !important;
  }

  .te-head .brxe-text,
  .te-head .brxe-text-basic,
  .te-copy .te-muted {
    font-size: 16px;
    line-height: 1.58;
  }
}

@media (max-width: 620px) {
  .te-final .te-cta {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .te-final .te-actions {
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .te-final .te-actions .te-btn {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 620px) {
  .te-final .te-cta {
    padding-top: 30px !important;
    padding-bottom: 28px !important;
  }

  .te-final .te-cta h2 {
    margin-bottom: 10px !important;
  }

  .te-final .te-cta .te-actions {
    margin-top: 24px !important;
  }
}

@media (max-width: 620px) {
  .te-hero-native {
    padding-top: 34px !important;
  }
}

@media (min-width: 1200px) {
  .te-hero-native {
    padding-top: 50px !important;
    padding-bottom: 58px !important;
  }
}

@media (min-width: 1200px) {
  .te-hero-native {
    padding-top: 142px !important;
    padding-bottom: 54px !important;
  }
}

.te-hero-native {
  transition: padding 0.35s ease;
}

@media (min-width: 783px) {
  .te-hero-native {
    padding-top: 192px !important;
    padding-bottom: 104px !important;
    background:
      linear-gradient(180deg, transparent 0%, transparent calc(100% - 150px), var(--te-surface) 100%),
      radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--te-primary) 16%, transparent), transparent 30%),
      radial-gradient(ellipse at 18% 84%, color-mix(in srgb, var(--te-primary) 9%, transparent), transparent 38%),
      linear-gradient(180deg, color-mix(in srgb, var(--te-surface) 72%, transparent), transparent) !important;
  }
}

@media (min-width: 1200px) {
  .te-hero-native {
    padding-top: 190px !important;
    padding-bottom: 104px !important;
  }
}

/* Home sektsii */

.te-home-native .te-head {
  margin-bottom: 46px !important;
}

.te-home-native .te-head .brxe-heading + .brxe-text,
.te-home-native .te-head .brxe-heading + .brxe-text-basic,
.te-home-native .te-head h2 + .brxe-text,
.te-home-native .te-head h2 + .brxe-text-basic {
  margin-top: 20px !important;
}

.te-card,
.te-quote,
.te-cta {
  gap: 16px;
}

.te-card-grid,
.te-blog-grid,
.te-split,
.te-price-box {
  gap: 42px;
}

.te-cta .te-actions,
.te-price .te-actions {
  margin-top: 34px;
}

@media (max-width: 620px) {
  .te-home-native .te-head {
    margin-bottom: 34px !important;
  }

  .te-home-native .te-head .brxe-heading + .brxe-text,
  .te-home-native .te-head .brxe-heading + .brxe-text-basic,
  .te-home-native .te-head h2 + .brxe-text,
  .te-home-native .te-head h2 + .brxe-text-basic {
    margin-top: 16px !important;
  }

}

.te-split .brxe-heading + .brxe-text,
.te-split .brxe-heading + .brxe-text-basic,
.te-split h2 + .brxe-text,
.te-split h2 + .brxe-text-basic,
.te-price-box .brxe-heading + .brxe-text,
.te-price-box .brxe-heading + .brxe-text-basic,
.te-price-box h2 + .brxe-text,
.te-price-box h2 + .brxe-text-basic {
  margin-top: 22px !important;
}

.te-split h2,
.te-price-box h2,
.te-split .brxe-heading,
.te-price-box .brxe-heading {
  line-height: 1.12 !important;
}

@media (max-width: 620px) {

  .te-split .brxe-heading + .brxe-text,
  .te-split .brxe-heading + .brxe-text-basic,
  .te-split h2 + .brxe-text,
  .te-split h2 + .brxe-text-basic,
  .te-price-box .brxe-heading + .brxe-text,
  .te-price-box .brxe-heading + .brxe-text-basic,
  .te-price-box h2 + .brxe-text,
  .te-price-box h2 + .brxe-text-basic {
    margin-top: 16px !important;
  }
}

/* Knopki */

.te-btn-primary:hover,
.te-btn-primary:focus-visible {
  border-color: color-mix(in srgb, var(--te-secondary) 42%, var(--te-border)) !important;
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-primary) 22%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--te-secondary) 28%, transparent);
}

html[data-theme="dark"] .te-btn-primary:hover,
html[data-theme="dark"] .te-btn-primary:focus-visible {
  border-color: color-mix(in srgb, #ffffff 34%, var(--te-secondary)) !important;
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-primary) 18%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, .26);
}

html.is-theme-switching .te-hero-native,
html.is-theme-switching .te-cta,
html.is-theme-switching .te-price,
html.is-theme-switching .te-benefits,
html.is-theme-switching .te-card,
html.is-theme-switching .te-metric,
html.is-theme-switching .te-hero-panel,
html.is-theme-switching .te-quote,
html.is-theme-switching .te-note-card {
  transition-property: color, border-color, box-shadow, opacity, fill, stroke !important;
}

/* Home vidguky */

.te-testimonials {
  position: relative;
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--te-primary) 10%, transparent), transparent 26%),
    linear-gradient(180deg, var(--te-surface), var(--te-bg));
}

.te-testimonials .te-shell {
  position: relative;
  z-index: 1;
}

.te-testimonials .te-testimonials-block__head,
.te-portfolio .te-portfolio-block__head {
  max-width: 760px;
}

.te-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.te-testimonial-card {
  min-height: 320px;
  padding: 26px;
  border: 1px solid color-mix(in srgb, var(--te-border) 88%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-surface) 94%, transparent);
  box-shadow: 0 18px 42px rgba(26, 38, 51, .07);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.te-testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--te-primary), color-mix(in srgb, var(--te-primary) 26%, transparent));
}

.te-testimonial-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--te-primary) 42%, var(--te-border));
  box-shadow: 0 24px 48px rgba(26, 38, 51, .1);
}

.te-testimonial-label {
  color: var(--te-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.te-testimonial-text {
  color: var(--te-text);
  font-size: 17px;
  line-height: 1.65;
}

.te-testimonial-card h3 {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--te-border);
  font-size: 18px;
  line-height: 1.2;
}

.te-testimonial-meta {
  color: var(--te-muted);
  font-size: 14px;
  line-height: 1.45;
}

html[data-theme="dark"] .te-testimonials {
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--te-primary) 12%, transparent), transparent 26%),
    linear-gradient(180deg, var(--te-bg), color-mix(in srgb, var(--te-soft) 72%, var(--te-bg)));
}

html[data-theme="dark"] .te-testimonial-card {
  background: color-mix(in srgb, var(--te-surface) 82%, transparent);
}

@media (max-width: 1100px) {
  .te-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .te-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .te-testimonial-card {
    min-height: 0;
    padding: 22px;
  }

  .te-testimonial-text {
    font-size: 16px;
  }
}

.te-testimonial-grid > *,
.te-testimonial-card > *,
.te-testimonials .brxe-heading,
.te-testimonials .brxe-text,
.te-testimonials .brxe-text-basic {
  min-width: 0;
  max-width: 100%;
}

.te-testimonials .brxe-heading,
.te-testimonials .brxe-text,
.te-testimonials .brxe-text-basic,
.te-testimonial-text,
.te-testimonial-meta {
  overflow-wrap: anywhere;
}

.te-testimonials {
  isolation: isolate;
  overflow: hidden;
  margin-top: 0 !important;
  padding-top: 58px !important;
  border-top: 0 !important;
  background:
    radial-gradient(circle at 86% 22%, color-mix(in srgb, var(--te-primary) 10%, transparent), transparent 30%),
    radial-gradient(ellipse at 14% 88%, color-mix(in srgb, var(--te-primary) 7%, transparent), transparent 36%),
    linear-gradient(180deg, var(--te-bg) 0%, color-mix(in srgb, var(--te-surface) 74%, var(--te-bg)) 100%) !important;
}

.te-price + .te-testimonials {
  margin-top: 0 !important;
}

.te-testimonials::before,
.te-testimonials::after {
  content: none !important;
  display: none !important;
}

.te-testimonials .te-shell {
  position: relative;
  z-index: 1;
}

.te-testimonial-card {
  background: color-mix(in srgb, var(--te-surface) 94%, transparent) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html[data-theme="dark"] .te-testimonials {
  background:
    radial-gradient(circle at 86% 22%, color-mix(in srgb, var(--te-primary) 12%, transparent), transparent 30%),
    radial-gradient(ellipse at 14% 88%, color-mix(in srgb, var(--te-primary) 8%, transparent), transparent 36%),
    linear-gradient(180deg, var(--te-bg) 0%, color-mix(in srgb, var(--te-soft) 66%, var(--te-bg)) 100%) !important;
}

html[data-theme="dark"] .te-testimonial-card {
  background: color-mix(in srgb, var(--te-surface) 86%, transparent) !important;
}

@media (max-width: 620px) {
  .te-testimonials {
    padding-top: 46px !important;
  }
}

.te-testimonials {
  padding-top: 58px !important;
}

.te-testimonials .te-head {
  margin-top: 0 !important;
}

.te-price + .te-testimonials {
  margin-top: 0 !important;
}

.te-price {
  margin-bottom: 0 !important;
  padding-bottom: 86px !important;
  display: flow-root;
}

.te-price .te-shell,
.te-price .brxe-container,
.te-price .brxe-image,
.te-price .brxe-text,
.te-price .brxe-heading {
  margin-bottom: 0 !important;
}

.te-price + .te-testimonials {
  margin-top: 0 !important;
  padding-top: 58px !important;
  display: flow-root;
}

@media (max-width: 620px) {
  .te-price {
    padding-bottom: 64px !important;
  }

  .te-price + .te-testimonials {
    padding-top: 46px !important;
  }
}

/* Home vartist */

@media (min-width: 981px) {
  .te-price-box {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) !important;
    align-items: start !important;
  }

  .te-price-box .te-copy {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
  }

  .te-price-box .te-price-visual {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: stretch !important;
  }

  .te-price-box .te-quote {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    justify-self: stretch !important;
    margin-top: 22px !important;
  }
}

@media (max-width: 980px) {
  .te-price-box .te-copy,
  .te-price-box .te-price-visual,
  .te-price-box .te-quote {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* Home dekor */

.te-services,
.te-benefits,
.te-process-section,
.te-price,
.te-testimonials,
.te-blog,
.te-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.te-services > .te-shell,
.te-benefits > .te-shell,
.te-process-section > .te-shell,
.te-price > .te-shell,
.te-testimonials > .te-shell,
.te-blog > .te-shell,
.te-final > .te-shell {
  position: relative;
  z-index: 1;
}

.te-services::before,
.te-services::after,
.te-benefits::before,
.te-benefits::after,
.te-process-section::before,
.te-process-section::after,
.te-price::before,
.te-price::after,
.te-testimonials::before,
.te-testimonials::after,
.te-blog::before,
.te-blog::after,
.te-final::before,
.te-final::after {
  content: "" !important;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
}

.te-services::before {
  width: 420px;
  height: 220px;
  right: -120px;
  top: 92px;
  background: color-mix(in srgb, var(--te-primary) 7%, transparent);
  transform: rotate(-10deg);
}

.te-services::after {
  width: 180px;
  height: 180px;
  right: 8%;
  bottom: 52px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 20%, transparent);
  box-shadow: 34px 18px 0 -14px color-mix(in srgb, var(--te-primary) 8%, transparent);
}

.te-benefits::before {
  width: 300px;
  height: 170px;
  left: -110px;
  top: 72px;
  background: color-mix(in srgb, var(--te-primary) 6%, transparent);
  transform: rotate(14deg);
}

.te-benefits::after {
  width: 230px;
  height: 230px;
  right: -80px;
  bottom: -70px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 17%, transparent);
}

.te-process-section::before {
  width: 520px;
  height: 240px;
  right: -170px;
  top: 34px;
  background: color-mix(in srgb, var(--te-primary) 6%, transparent);
  transform: rotate(-7deg);
}

.te-process-section::after {
  width: 145px;
  height: 145px;
  left: 7%;
  bottom: 70px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 18%, transparent);
  box-shadow: -24px 18px 0 -12px color-mix(in srgb, var(--te-primary) 8%, transparent);
}

.te-price::before {
  width: 360px;
  height: 210px;
  left: -140px;
  bottom: -88px;
  background: rgba(255, 127, 80, .1);
  transform: rotate(12deg);
}

.te-price::after {
  width: 240px;
  height: 240px;
  right: -70px;
  top: 34px;
  border: 1px solid rgba(255, 127, 80, .18);
}

.te-testimonials::before {
  display: block !important;
  width: 440px;
  height: 230px;
  right: -130px;
  top: 40px;
  background: color-mix(in srgb, var(--te-primary) 6%, transparent);
  transform: rotate(-9deg);
}

.te-testimonials::after {
  display: block !important;
  width: 170px;
  height: 170px;
  left: 9%;
  bottom: 58px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 16%, transparent);
}

.te-blog::before {
  width: 330px;
  height: 190px;
  left: -105px;
  top: 82px;
  background: color-mix(in srgb, var(--te-primary) 5%, transparent);
  transform: rotate(10deg);
}

.te-blog::after {
  width: 210px;
  height: 210px;
  right: 10%;
  bottom: -74px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 14%, transparent);
}

.te-final::before {
  width: 380px;
  height: 210px;
  right: -96px;
  top: 30px;
  background: color-mix(in srgb, var(--te-primary) 7%, transparent);
  transform: rotate(-12deg);
}

.te-final::after {
  width: 160px;
  height: 160px;
  left: 8%;
  bottom: 38px;
  border: 1px solid color-mix(in srgb, var(--te-primary) 15%, transparent);
}

html[data-theme="dark"] .te-services::before,
html[data-theme="dark"] .te-benefits::before,
html[data-theme="dark"] .te-process-section::before,
html[data-theme="dark"] .te-testimonials::before,
html[data-theme="dark"] .te-blog::before,
html[data-theme="dark"] .te-final::before {
  background: color-mix(in srgb, var(--te-primary) 9%, transparent);
}

html[data-theme="dark"] .te-services::after,
html[data-theme="dark"] .te-benefits::after,
html[data-theme="dark"] .te-process-section::after,
html[data-theme="dark"] .te-testimonials::after,
html[data-theme="dark"] .te-blog::after,
html[data-theme="dark"] .te-final::after {
  border-color: color-mix(in srgb, var(--te-primary) 22%, transparent);
}

@media (max-width: 900px) {
  .te-services::before,
  .te-benefits::before,
  .te-process-section::before,
  .te-price::before,
  .te-testimonials::before,
  .te-blog::before,
  .te-final::before {
    opacity: .65;
    transform: scale(.78) rotate(-8deg);
  }

  .te-services::after,
  .te-benefits::after,
  .te-process-section::after,
  .te-price::after,
  .te-testimonials::after,
  .te-blog::after,
  .te-final::after {
    opacity: .55;
    transform: scale(.72);
  }
}

@media (max-width: 620px) {
  .te-services::before,
  .te-benefits::before,
  .te-process-section::before,
  .te-price::before,
  .te-testimonials::before,
  .te-blog::before,
  .te-final::before {
    opacity: .42;
  }

  .te-services::after,
  .te-benefits::after,
  .te-process-section::after,
  .te-price::after,
  .te-testimonials::after,
  .te-blog::after,
  .te-final::after {
    opacity: .35;
  }
}

.te-testimonial-card {
  min-height: 430px;
}

.te-testimonial-text {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.te-testimonial-card.is-expanded .te-testimonial-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.te-testimonial-readmore {
  width: fit-content;
  min-height: 0;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--te-primary);
  font: inherit;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.te-testimonial-readmore::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: scaleX(.72);
  transform-origin: left center;
  transition: transform .22s ease;
}

.te-testimonial-readmore:hover::after,
.te-testimonial-readmore:focus-visible::after {
  transform: scaleX(1.15);
}

.te-testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.te-testimonial-modal.is-open {
  display: flex;
}

.te-testimonial-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 28, .62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.te-testimonial-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(780px, calc(100vh - 48px));
  overflow: auto;
  padding: 34px;
  border: 1px solid var(--te-border);
  border-radius: 12px;
  background: var(--te-surface);
  color: var(--te-text);
  box-shadow: 0 26px 70px rgba(10, 18, 28, .28);
}

.te-testimonial-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--te-border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-surface) 92%, transparent);
  color: var(--te-text);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.te-testimonial-modal__service {
  margin: 0 44px 16px 0;
  color: var(--te-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.te-testimonial-modal__text {
  margin: 0;
  color: var(--te-text);
  font-size: 18px;
  line-height: 1.7;
}

.te-testimonial-modal__person {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--te-border);
}

.te-testimonial-modal__name {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.te-testimonial-modal__role {
  margin: 6px 0 0;
  color: var(--te-muted);
  font-size: 15px;
}

html[data-theme="dark"] .te-testimonial-modal__dialog {
  background: color-mix(in srgb, var(--te-surface) 96%, #000);
}

body.te-modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .te-testimonial-card {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .te-testimonial-card {
    min-height: 0;
  }

  .te-testimonial-text {
    -webkit-line-clamp: 6;
  }

  .te-testimonial-modal {
    padding: 14px;
  }

  .te-testimonial-modal__dialog {
    max-height: calc(100vh - 28px);
    padding: 28px 22px 24px;
    border-radius: 10px;
  }

  .te-testimonial-modal__text {
    font-size: 16px;
  }
}

.te-testimonial-modal {
  isolation: isolate;
}

.te-testimonial-modal__backdrop {
  z-index: 0;
}

.te-testimonial-modal__dialog {
  z-index: 2;
  background: var(--te-surface) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-theme="dark"] .te-testimonial-modal__dialog {
  background: var(--te-surface) !important;
}

.te-testimonial-modal.is-open {
  background: rgba(10, 18, 28, .62) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.te-testimonial-modal__backdrop {
  display: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.te-testimonial-modal__dialog {
  position: relative !important;
  z-index: 10 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translateZ(0);
  background: #ffffff !important;
  color: #1A2633 !important;
}

html[data-theme="dark"] .te-testimonial-modal__dialog {
  background: #172433 !important;
  color: #f7fafc !important;
  border-color: rgba(255, 255, 255, .14) !important;
}

html[data-theme="dark"] .te-testimonial-modal__text,
html[data-theme="dark"] .te-testimonial-modal__name {
  color: #f7fafc !important;
}

.te-testimonial-card h3,
.te-testimonial-card .te-testimonial-meta {
  text-align: right;
}

.te-testimonial-readmore {
  font-size: .92em !important;
}

.te-testimonial-modal__service {
  color: var(--te-primary) !important;
}

.te-testimonial-modal__service {
  color: #ff7f50 !important;
}

.te-testimonial-modal__person,
.te-testimonial-modal__name,
.te-testimonial-modal__role {
  text-align: right !important;
}

.te-testimonial-readmore {
  font-weight: 400 !important;
}

.te-hero-native {
  isolation: isolate !important;
}

.te-hero-web-canvas {
  z-index: 0 !important;
  mix-blend-mode: normal !important;
  transform: translate3d(0, 0, 0);
  contain: strict;
}

html[data-theme="dark"] .te-hero-web-canvas {
  mix-blend-mode: normal !important;
}

.te-hero-copy,
.te-hero-panel {
  position: relative !important;
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  backface-visibility: hidden;
}

.te-hero-copy > .te-eyebrow,
.te-hero-copy > h1,
.te-hero-copy > .te-hero-text,
.te-hero-copy > .te-actions,
.te-hero-copy > .te-metrics {
  position: relative !important;
  z-index: 4 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.te-balance-widget {
  width: min(520px, 100%);
  margin-top: 30px;
  border-radius: 12px;
}


.te-balance-list {
  display: grid;
  gap: 10px;
}

.te-balance-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.te-balance-option {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.te-balance-option:hover,
.te-balance-option:focus-visible {
  outline: none;
}

.te-balance-switch {
  position: relative;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.te-balance-switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  border-radius: 50%;
  transform: translate3d(var(--te-balance-knob, 0), -50%, 0);
  transition: transform .24s cubic-bezier(.22, .8, .22, 1);
}

.te-balance-note {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .te-balance-row {
    gap: 8px;
  }
}

.te-home-native .te-eyebrow {
  display: block;
  margin: 0 0 24px !important;
  color: var(--te-primary);
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}

.te-home-native .te-eyebrow p {
  margin: 0 !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

@media (min-width: 981px) {
  .te-split > :not(.te-copy),
  .te-price-box .te-price-visual {
    margin-top: 39px !important;
  }

  .te-price-box .te-quote {
    margin-top: 28px !important;
  }
}

@media (max-width: 620px) {
  .te-home-native .te-eyebrow {
    margin-bottom: 16px !important;
    font-size: 14px !important;
  }
}

.te-balance-widget {
  padding: 16px !important;
}

.te-balance-row {
  gap: 9px !important;
}

.te-balance-option {
  min-height: 38px !important;
  padding: 0 12px !important;
  background: rgba(255, 255, 255, .055) !important;
  color: rgba(255, 255, 255, .58) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  font-size: 14px !important;
  box-shadow: none !important;
  transform: none !important;
}

.te-balance-option:hover,
.te-balance-option:focus-visible {
  color: rgba(255, 255, 255, .9) !important;
  border-color: rgba(255, 127, 80, .42) !important;
  background: rgba(255, 255, 255, .075) !important;
}

.te-balance-option.is-active {
  color: #ffd8c9 !important;
  border-color: rgba(255, 127, 80, .68) !important;
  background: linear-gradient(180deg, rgba(255, 127, 80, .16), rgba(255, 127, 80, .08)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .08) !important;
}

.te-balance-switch {
  width: 42px !important;
  height: 22px !important;
  background: rgba(255, 255, 255, .11) !important;
}

.te-balance-switch::before {
  width: 14px !important;
  height: 14px !important;
  background: color-mix(in srgb, var(--te-primary) 78%, #fff) !important;
  box-shadow: 0 4px 10px rgba(255, 127, 80, .18) !important;
}

.te-balance-row.is-negative .te-balance-switch::before {
  --te-balance-knob: 18px !important;
}

@media (max-width: 620px) {
  .te-balance-option {
    min-height: 36px !important;
    font-size: 13px !important;
  }

  .te-balance-switch {
    width: 38px !important;
  }

  .te-balance-row.is-negative .te-balance-switch::before {
    --te-balance-knob: 14px !important;
  }
}

.te-price {
  color: var(--te-text) !important;
  background:
    radial-gradient(ellipse at 82% 16%, color-mix(in srgb, var(--te-primary) 12%, transparent), transparent 34%),
    radial-gradient(ellipse at 10% 82%, color-mix(in srgb, var(--te-primary) 6%, transparent), transparent 36%),
    linear-gradient(180deg, color-mix(in srgb, var(--te-soft) 76%, var(--te-surface)), var(--te-surface)) !important;
}

.te-price h2,
.te-price h3,
.te-price .brxe-heading {
  color: var(--te-text) !important;
}

.te-price .te-muted,
.te-price p,
.te-price .brxe-text,
.te-price .brxe-text-basic {
  color: var(--te-muted) !important;
}

.te-price .te-eyebrow,
.te-price .te-price-detail-title {
  color: var(--te-primary) !important;
}

.te-price .te-price-detail-title,
.te-price .te-price-detail-item {
  color: var(--te-text) !important;
}

.te-price .te-quote {
  color: var(--te-text) !important;
  border-color: color-mix(in srgb, var(--te-border) 86%, transparent) !important;
  background: color-mix(in srgb, var(--te-surface) 88%, transparent) !important;
  box-shadow: 0 18px 42px rgba(26, 38, 51, .08) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.te-price .te-balance-widget {
  border-color: color-mix(in srgb, var(--te-border) 82%, transparent) !important;
  background: color-mix(in srgb, var(--te-surface) 78%, transparent) !important;
  box-shadow: 0 16px 38px rgba(26, 38, 51, .07) !important;
}

.te-price .te-balance-option {
  color: color-mix(in srgb, var(--te-text) 62%, transparent) !important;
  border-color: color-mix(in srgb, var(--te-border) 88%, transparent) !important;
  background: color-mix(in srgb, var(--te-surface) 82%, transparent) !important;
}

.te-price .te-balance-option:hover,
.te-price .te-balance-option:focus-visible {
  color: var(--te-text) !important;
  border-color: color-mix(in srgb, var(--te-primary) 42%, var(--te-border)) !important;
  background: var(--te-surface) !important;
}

.te-price .te-balance-option.is-active {
  color: color-mix(in srgb, var(--te-primary) 72%, var(--te-text)) !important;
  border-color: color-mix(in srgb, var(--te-primary) 58%, var(--te-border)) !important;
  background: color-mix(in srgb, var(--te-primary) 10%, var(--te-surface)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58), 0 8px 18px rgba(26, 38, 51, .05) !important;
}

.te-price .te-balance-switch {
  border-color: color-mix(in srgb, var(--te-border) 78%, transparent) !important;
  background: color-mix(in srgb, var(--te-soft) 70%, var(--te-surface)) !important;
}

.te-price .te-balance-switch::before {
  box-shadow: 0 4px 10px color-mix(in srgb, var(--te-primary) 18%, transparent) !important;
}

.te-price .te-balance-note {
  color: var(--te-muted) !important;
}

html[data-theme="dark"] .te-price h2,
html[data-theme="dark"] .te-price h3,
html[data-theme="dark"] .te-price .brxe-heading {
  color: #fff !important;
}

html[data-theme="dark"] .te-price .te-muted,
html[data-theme="dark"] .te-price p,
html[data-theme="dark"] .te-price .brxe-text,
html[data-theme="dark"] .te-price .brxe-text-basic {
  color: rgba(255, 255, 255, .76) !important;
}

.te-price .te-eyebrow,
.te-price .te-eyebrow p {
  color: var(--te-primary) !important;
}

html[data-theme="dark"] .te-price {
  color: #f7fafc !important;
  background:
    radial-gradient(ellipse at 82% 16%, rgba(255, 142, 102, .14), transparent 34%),
    radial-gradient(ellipse at 8% 84%, rgba(255, 142, 102, .08), transparent 36%),
    linear-gradient(180deg, #152231 0%, #1b2a3a 100%) !important;
}

html[data-theme="dark"] .te-price .te-eyebrow,
html[data-theme="dark"] .te-price .te-eyebrow p {
  color: var(--te-primary) !important;
}

html[data-theme="dark"] .te-price .te-quote {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(17, 24, 39, .68) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .24) !important;
}

html[data-theme="dark"] .te-price .te-balance-widget {
  border-color: rgba(255, 255, 255, .13) !important;
  background: rgba(17, 24, 39, .52) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .2) !important;
}

html[data-theme="dark"] .te-home-native .te-benefits-visual,
html[data-theme="dark"] .te-home-native .te-process-visual,
html[data-theme="dark"] .te-home-native .te-price-visual {
  filter: brightness(.82) saturate(.86) contrast(1.06) !important;
}


/* Home process: shirokaya kartinka */

.te-home-native .te-process-block__container {
  display: flex;
  flex-direction: column;
}

.te-home-native .te-process-block__visual {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: clamp(30px, 4vw, 46px);
  border: 1px solid color-mix(in srgb, var(--te-border) 76%, transparent);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .12);
  overflow: hidden;
}

html[data-theme="dark"] .te-home-native .te-process-block__visual {
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

@media (max-width: 767px) {
  .te-home-native .te-process-block__visual {
    margin-top: 24px;
    border-radius: 8px;
  }
}

/* Home process: text badges under workflow image */

.te-home-native .te-process-badges,
.te-home-native .te-process-block__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: clamp(8px, 1.4vw, 14px);
  margin-top: clamp(14px, 2vw, 20px);
}

.te-home-native .te-process-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 15px 7px 7px;
  border: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-surface) 96%, transparent);
  box-shadow: 0 12px 28px rgba(26, 38, 51, .08);
  color: var(--te-text);
}

.te-home-native .te-process-badge__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--te-primary);
  color: #fff;
  font-family: var(--font-heading, inherit);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1;
}

.te-home-native .te-process-badge:nth-child(even) .te-process-badge__number {
  background: var(--te-secondary);
}

.te-home-native .te-process-badge__text {
  font-family: var(--font-heading, inherit);
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  font-weight: 800;
  line-height: 1.2;
}

html[data-theme="dark"] .te-home-native .te-process-badge {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(17, 24, 39, .72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

@media (max-width: 767px) {
  .te-home-native .te-process-badges,
  .te-home-native .te-process-block__badges {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 10px;
    margin-top: 14px;
  }

  .te-home-native .te-process-badge {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    padding: 7px 12px 7px 7px;
  }
}

/* Home portfolio */

.te-portfolio {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 127, 80, .08), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 127, 80, .1), transparent 30%),
    linear-gradient(180deg, rgba(248, 250, 252, .88), rgba(255, 255, 255, .96));
}

.te-portfolio-block__container {
  position: relative;
  z-index: 1;
}

.te-portfolio-block__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(28px, 4vw, 48px);
}

.te-portfolio-block__card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 2.4vw, 32px);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(26, 38, 51, .1);
  border-top: 3px solid var(--te-primary);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(26, 38, 51, .08);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.te-portfolio-block__card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 132px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 127, 80, .18);
  border-radius: 999px;
  pointer-events: none;
}

.te-portfolio-block__card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 127, 80, .38);
  box-shadow: 0 28px 70px rgba(26, 38, 51, .12);
}

.te-portfolio-block__number {
  margin-bottom: 2px;
}

.te-portfolio-block__label {
  color: var(--te-primary);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.te-portfolio-block__card-title {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
}

.te-portfolio-block__card-text {
  margin-bottom: auto;
}

.te-portfolio-block__actions {
  justify-content: center;
  margin-top: clamp(28px, 4vw, 44px);
}

html[data-theme="dark"] .te-portfolio {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 142, 102, .12), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 142, 102, .1), transparent 30%),
    linear-gradient(180deg, #101824 0%, #152231 100%);
}

html[data-theme="dark"] .te-portfolio-block__card {
  background: rgba(21, 31, 45, .92);
  border-color: rgba(255, 255, 255, .11);
  border-top-color: var(--te-primary);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .te-portfolio-block__card::after {
  border-color: rgba(255, 142, 102, .2);
}

@media (max-width: 991px) {
  .te-portfolio-block__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .te-portfolio-block__actions {
    justify-content: stretch;
  }
}

/* Home blog */

.te-blog {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 127, 80, .07), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(255, 127, 80, .08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .9));
}

.te-blog-block__head {
  max-width: 780px;
}

.te-blog-block__intro {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.65;
}

.te-blog-block__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
}

.te-blog-card {
  position: relative;
  min-height: 300px;
  padding: clamp(24px, 2.4vw, 32px);
  background: rgba(255, 255, 255, .9);
  border-top: 3px solid var(--te-primary);
  overflow: hidden;
}

.te-blog-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -56px;
  width: 140px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 127, 80, .16);
  border-radius: 999px;
  pointer-events: none;
}

.te-blog-card h3,
.te-blog-card .te-blog-title {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
}

.te-blog-excerpt {
  display: -webkit-box;
  margin-bottom: auto;
  line-height: 1.65;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.te-blog-readmore {
  align-self: flex-start;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
}

.te-blog-block__actions {
  justify-content: center;
  margin-top: clamp(28px, 4vw, 44px);
}

html[data-theme="dark"] .te-blog {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 142, 102, .1), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(255, 142, 102, .09), transparent 30%),
    linear-gradient(180deg, #101824 0%, #152231 100%);
}

html[data-theme="dark"] .te-blog-card {
  background: rgba(21, 31, 45, .92);
  border-color: rgba(255, 255, 255, .11);
  border-top-color: var(--te-primary);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .te-blog-card::after {
  border-color: rgba(255, 142, 102, .2);
}

@media (max-width: 991px) {
  .te-blog-block__grid {
    grid-template-columns: 1fr !important;
  }

  .te-blog-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .te-blog-block__actions {
    justify-content: stretch;
  }
}

.te-blog-card {
  min-height: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
  border-top-width: 0 !important;
}

.te-blog-card::after {
  display: none !important;
}

.te-blog-card .te-card-num {
  display: none !important;
}

.te-blog-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: color-mix(in srgb, var(--te-primary) 10%, var(--te-soft));
  border-bottom: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
}

.te-blog-thumb img,
.te-blog-card > img.te-blog-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.te-blog-thumb img {
  transition: transform .28s ease, filter .28s ease;
}

.te-blog-card:hover .te-blog-thumb img {
  transform: scale(1.035);
}

.te-blog-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: clamp(22px, 2.2vw, 30px);
}

.te-blog-card > .te-blog-title,
.te-blog-card > .te-blog-excerpt,
.te-blog-card > .te-blog-readmore {
  margin-right: clamp(22px, 2.2vw, 30px);
  margin-left: clamp(22px, 2.2vw, 30px);
}

.te-blog-card > .te-blog-title {
  margin-top: clamp(22px, 2.2vw, 30px) !important;
}

.te-blog-card > .te-blog-readmore {
  margin-bottom: clamp(22px, 2.2vw, 30px);
}

html[data-theme="dark"] .te-blog-thumb {
  border-bottom-color: rgba(255, 255, 255, .11);
  background: rgba(255, 142, 102, .09);
}

@media (max-width: 991px) {
  .te-blog-card {
    min-height: 0 !important;
  }
}

html[data-theme="dark"] .te-testimonials,
html[data-theme="dark"] .te-portfolio,
html[data-theme="dark"] .te-blog,
html[data-theme="dark"] .te-final {
  background-color: #152231 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html[data-theme="dark"] .te-testimonials {
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 142, 102, .10), transparent 30%),
    radial-gradient(ellipse at 14% 88%, rgba(255, 142, 102, .07), transparent 36%),
    linear-gradient(180deg, #152231 0%, #152231 100%) !important;
}

html[data-theme="dark"] .te-portfolio,
html[data-theme="dark"] .te-blog {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 142, 102, .10), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 142, 102, .08), transparent 30%),
    linear-gradient(180deg, #152231 0%, #152231 100%) !important;
}

html[data-theme="dark"] .te-testimonials + .te-portfolio,
html[data-theme="dark"] .te-portfolio + .te-blog,
html[data-theme="dark"] .te-blog + .te-final {
  margin-top: -1px !important;
}

.te-home-native.te-services-block,
.te-benefits-block,
.te-process-block,
.te-price-block,
.te-testimonials-block,
.te-portfolio-block,
.te-blog-block,
.te-final-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.te-balance-note,
.te-balance-note:empty,
.te-balance-note:not(:empty) {
  display: -webkit-box !important;
  min-height: calc(3em + 10px) !important;
  height: calc(3em + 10px) !important;
  margin-top: 18px !important;
  padding-top: 10px !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 620px) {
  .te-balance-note,
  .te-balance-note:empty,
  .te-balance-note:not(:empty) {
    min-height: calc(4.5em + 10px) !important;
    height: calc(4.5em + 10px) !important;
    -webkit-line-clamp: 3;
  }
}

/* Home portfolio: logotipy u kraya kruga */

.te-home-native .te-portfolio-block__card {
  padding-bottom: clamp(48px, 4vw, 64px) !important;
  overflow: hidden;
}

.te-home-native .te-portfolio-block__card > * {
  position: relative;
  z-index: 2;
}

.te-home-native .te-portfolio-block__card::after {
  right: clamp(-82px, -6vw, -58px) !important;
  bottom: clamp(-86px, -6.4vw, -62px) !important;
  width: clamp(190px, 14vw, 230px) !important;
  height: clamp(190px, 14vw, 230px) !important;
  border: 1px solid color-mix(in srgb, var(--te-primary) 30%, transparent) !important;
  border-radius: 999px !important;
  background: transparent !important;
  opacity: .58;
  transform: scale(1) !important;
  transform-origin: center;
  transition: transform .28s ease, opacity .28s ease, border-color .28s ease;
}

.te-home-native .te-portfolio-block__card::before {
  content: "";
  position: absolute;
  right: clamp(22px, 2vw, 30px);
  bottom: clamp(26px, 2.2vw, 34px);
  z-index: 1;
  width: clamp(74px, 6vw, 96px);
  height: clamp(32px, 3vw, 44px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .42;
  filter: grayscale(1) brightness(.45) contrast(1.25);
  transform: scale(1);
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
  pointer-events: none;
}

.te-home-native .te-portfolio-block__card:hover::after {
  opacity: .74;
  border-color: color-mix(in srgb, var(--te-primary) 48%, transparent) !important;
  transform: scale(1.08) !important;
}

.te-home-native .te-portfolio-block__card:hover::before {
  opacity: .56;
  filter: grayscale(1) brightness(.36) contrast(1.35);
  transform: scale(1.08);
}

html[data-theme="dark"] .te-home-native .te-portfolio-block__card::before {
  opacity: .62;
  filter: invert(1) grayscale(1) brightness(1.9) contrast(.92);
}

html[data-theme="dark"] .te-home-native .te-portfolio-block__card:hover::before {
  opacity: .78;
  filter: invert(1) grayscale(1) brightness(1.9) contrast(.92);
}

.te-home-native .te-portfolio-block__card:nth-child(1)::before {
  background-image: url("https://new.textelit.com.ua/wp-content/uploads/2026/05/skyclinic.svg");
  width: clamp(86px, 7vw, 108px);
}

.te-home-native .te-portfolio-block__card:nth-child(2)::before {
  background-image: url("https://new.textelit.com.ua/wp-content/uploads/2026/05/sunrisecoffee.webp");
}

.te-home-native .te-portfolio-block__card:nth-child(3)::before {
  background-image: url("https://new.textelit.com.ua/wp-content/uploads/2026/05/ivmed-logo.svg");
}

@media (max-width: 767px) {
  .te-home-native .te-portfolio-block__card::after {
    right: -66px !important;
    bottom: -70px !important;
    width: 176px !important;
    height: 176px !important;
    opacity: .48;
  }

  .te-home-native .te-portfolio-block__card::before {
    right: 22px;
    bottom: 28px;
    width: 78px;
    height: 34px;
    opacity: .56;
  }
}

/* Home benefits: upakovka dlinnogo teksta */

.te-home-native .te-benefits-block__container {
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

.te-home-native .te-benefits-block__content {
  max-width: 620px;
}

.te-home-native .te-benefits-block__title {
  max-width: 560px;
}

.te-home-native .te-benefits-block__content > .te-benefits-block__text {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin-top: 22px;
}

.te-home-native .te-benefits-block__content > .te-benefits-block__text p {
  margin: 0 !important;
  color: var(--te-muted);
  font-size: 16px;
  line-height: 1.62;
}

.te-home-native .te-benefits-block__content > .te-benefits-block__text > p:first-child {
  color: color-mix(in srgb, var(--te-text) 86%, var(--te-muted));
  font-size: 17px;
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(8px, 1.5vw, 18px);
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text ul {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 18px 24px 0 58px !important;
  border: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: color-mix(in srgb, var(--te-surface) 72%, transparent);
  list-style: none !important;
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text ul:not(:first-child) {
  margin-top: 14px !important;
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text ul::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-primary) 18%, transparent);
  box-shadow: inset 0 0 0 5px color-mix(in srgb, var(--te-primary) 76%, transparent);
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text li {
  margin: 0 !important;
  color: var(--te-text);
  font-size: 16px;
  line-height: 1.35;
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text li::marker {
  content: "";
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text ul + p {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 6px 24px 18px 58px;
  border: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: color-mix(in srgb, var(--te-surface) 72%, transparent);
  color: var(--te-muted);
  font-size: 15px;
  line-height: 1.58;
}

.te-home-native .te-benefits-block__container > .te-benefits-block__text p span {
  display: block;
  max-width: 900px;
}

.te-home-native .te-benefits-block__visual {
  width: min(100%, 620px) !important;
  justify-self: center;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

@media (max-width: 980px) {
  .te-home-native .te-benefits-block__container {
    grid-template-columns: 1fr !important;
  }

  .te-home-native .te-benefits-block__content,
  .te-home-native .te-benefits-block__title,
  .te-home-native .te-benefits-block__content > .te-benefits-block__text {
    max-width: 100%;
  }

  .te-home-native .te-benefits-block__visual {
    width: min(100%, 560px) !important;
  }
}

@media (max-width: 620px) {
  .te-home-native .te-benefits-block__container > .te-benefits-block__text ul {
    padding-right: 18px !important;
    padding-left: 48px !important;
  }

  .te-home-native .te-benefits-block__container > .te-benefits-block__text ul::before {
    left: 18px;
  }

  .te-home-native .te-benefits-block__container > .te-benefits-block__text ul + p {
    padding-right: 18px;
    padding-left: 48px;
  }
}

/* Home latest posts cards */

.te-home-native .te-home-latest-card {
  min-height: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
  border-top-width: 0 !important;
  background: color-mix(in srgb, var(--te-surface) 96%, transparent);
  overflow: hidden;
}

.te-home-native .te-home-latest-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  text-decoration: none;
}

.te-home-native .te-home-latest-card__thumb img,
.te-home-native .te-home-latest-card__thumb .te-blog-thumb__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .28s ease, filter .28s ease;
}

.te-home-native .te-home-latest-card:hover .te-home-latest-card__thumb img,
.te-home-native .te-home-latest-card:hover .te-home-latest-card__thumb .te-blog-thumb__image {
  transform: scale(1.035);
}

.te-home-native .te-home-latest-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: clamp(22px, 2.2vw, 30px);
  text-align: left;
}

.te-home-native .te-home-latest-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: color-mix(in srgb, var(--te-secondary) 82%, var(--te-text));
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.te-home-native .te-home-latest-card__meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-surface) 88%, transparent);
  white-space: nowrap;
}

.te-home-native .te-home-latest-card__title {
  margin: 0 !important;
  color: var(--te-text);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
}

.te-home-native .te-home-latest-card__title a {
  color: inherit;
  text-decoration: none;
}

.te-home-native .te-home-latest-card__excerpt {
  display: -webkit-box;
  margin: 0 !important;
  color: var(--te-text);
  font-size: 16px;
  line-height: 1.58;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.te-home-native .te-home-latest-card__excerpt p {
  margin: 0 !important;
}

.te-home-native .te-home-latest-card__link {
  align-self: flex-start;
  margin-top: auto;
  font-size: 15px;
  font-weight: 500;
}

html[data-theme="dark"] .te-home-native .te-home-latest-card {
  background: rgba(21, 31, 45, .92);
}

html[data-theme="dark"] .te-home-native .te-home-latest-card__meta {
  color: rgba(255, 255, 255, .72);
}

html[data-theme="dark"] .te-home-native .te-home-latest-card__meta-item {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
}

@media (max-width: 620px) {
  .te-home-native .te-home-latest-card__body {
    padding: 22px;
  }

  .te-home-native .te-home-latest-card__meta {
    gap: 6px;
  }

  .te-home-native .te-home-latest-card__meta-item {
    font-size: 11px;
  }
}

