/* Generated from assets/css/trace-agile.css. Do not edit by hand. */
:root {
  --ta-white: #ffffff;
  --ta-surface: #f5f5f7;
  --ta-surface-strong: #eceff4;
  --ta-navy: #1d365c;
  --ta-purple: #5a2682;
  --ta-blue: #0071e3;
  --ta-blue-dark: #005bb8;
  --ta-text: #1d1d1f;
  --ta-muted: #667085;
  --ta-line: #d9dde4;
  --ta-success: #2f8f64;
  --ta-shadow: 0 18px 45px rgba(29, 54, 92, 0.12);
  --ta-radius: 8px;
  --ta-content: 1180px;
}

html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0 !important;
  overflow-x: hidden !important;
  background: var(--ta-white) !important;
  color: var(--ta-text) !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
}

body,
button,
input,
textarea,
select {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ta-site,
.ta-site * {
  box-sizing: border-box !important;
}

.ta-site a {
  color: inherit !important;
  text-decoration: none !important;
}

.ta-site button,
.ta-site a,
.ta-site input {
  -webkit-tap-highlight-color: transparent !important;
}

.ta-site :focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.42) !important;
  outline-offset: 3px !important;
}

.ta-shell {
  width: min(var(--ta-content), calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

.ta-section {
  padding: 104px 0 !important;
}

.ta-section--soft {
  background: var(--ta-surface) !important;
}

.ta-section--tight {
  padding: 76px 0 !important;
}

.ta-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  color: var(--ta-purple) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.ta-kicker i {
  color: var(--ta-blue) !important;
}

.ta-heading,
.ta-section-title {
  margin: 0 !important;
  color: var(--ta-navy) !important;
  font-weight: 560 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

.ta-heading {
  max-width: 820px !important;
  font-size: 64px !important;
}

.ta-section-title {
  font-size: 48px !important;
}

.ta-copy {
  margin: 18px 0 0 !important;
  color: var(--ta-muted) !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

.ta-copy--lead {
  max-width: 720px !important;
  color: #3f4756 !important;
  font-size: 22px !important;
}

.ta-button {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 13px 23px !important;
  font-size: 15px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease !important;
}

.ta-button:hover {
  transform: translateY(-1px) !important;
}

.ta-button:active {
  transform: scale(0.98) !important;
}

.ta-button--primary {
  background: var(--ta-blue) !important;
  color: var(--ta-white) !important;
}

.ta-button--primary:hover,
.ta-button--primary:focus {
  background: var(--ta-blue-dark) !important;
  color: var(--ta-white) !important;
}

.ta-button--primary:visited {
  background: var(--ta-blue) !important;
  color: var(--ta-white) !important;
}

.ta-site .ta-button--primary,
.ta-site .ta-button--primary:hover,
.ta-site .ta-button--primary:focus,
.ta-site .ta-button--primary:visited {
  color: var(--ta-white) !important;
}

.ta-button--secondary {
  border-color: rgba(29, 54, 92, 0.18) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: var(--ta-navy) !important;
}

.ta-button--secondary:hover {
  border-color: rgba(29, 54, 92, 0.34) !important;
  background: var(--ta-white) !important;
}

.ta-header-shell {
  position: relative !important;
  z-index: 50 !important;
}

.ta-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  min-height: 64px !important;
  border-bottom: 1px solid rgba(217, 221, 228, 0.74) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: saturate(180%) blur(18px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(18px) !important;
  transition: box-shadow 180ms ease, background 180ms ease !important;
}

.ta-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(29, 54, 92, 0.08) !important;
}

.ta-header__inner {
  display: grid !important;
  width: min(var(--ta-content), calc(100% - 40px)) !important;
  min-height: 64px !important;
  margin: 0 auto !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 28px !important;
}

.ta-logo {
  display: inline-flex !important;
  align-items: center !important;
  color: var(--ta-navy) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
}

.ta-logo__image {
  display: block !important;
  width: 220px !important;
  aspect-ratio: 1126 / 112 !important;
  background: url("../images/brand/trace-agile-logo.png") center / contain no-repeat !important;
}

.ta-logo__mark {
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: var(--ta-purple) !important;
  color: var(--ta-white) !important;
  font-size: 13px !important;
}

.ta-logo__accent {
  color: var(--ta-purple) !important;
}

.ta-nav {
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
}

.ta-nav a {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  border-radius: 999px !important;
  padding: 0 15px !important;
  color: #29364a !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  transition: background 180ms ease, color 180ms ease !important;
}

.ta-nav a:hover {
  background: rgba(29, 54, 92, 0.07) !important;
  color: var(--ta-navy) !important;
}

.ta-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

.ta-header-cta {
  min-height: 40px !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
}

.ta-menu-button {
  display: none !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--ta-navy) !important;
  cursor: pointer !important;
}

.ta-menu-button span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.ta-main {
  background: var(--ta-white) !important;
}

.ta-hero {
  position: relative !important;
  min-height: 760px !important;
  padding: 152px 0 96px !important;
  overflow: hidden !important;
  background: #eef2f8 !important;
}

.ta-hero::after {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  content: "" !important;
  background: radial-gradient(ellipse at 24% 52%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 38%, rgba(255, 255, 255, 0.54) 66%, rgba(255, 255, 255, 0.16) 100%) !important;
}

.ta-hero-visual {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

.ta-hero-slide {
  position: absolute !important;
  inset: 0 !important;
  animation: taHeroFade 20s infinite both !important;
  background-position: 68% center !important;
  background-size: cover !important;
}

.ta-hero-slide:nth-child(1) {
  animation-delay: 0s !important;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.06)),
    url("../images/generated/hero-banner.jpg") !important;
}

.ta-hero-slide:nth-child(2) {
  animation-delay: 5s !important;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.08)),
    url("../images/generated/hero-banner.jpg") !important;
}

.ta-hero-slide:nth-child(3) {
  animation-delay: 10s !important;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)),
    url("../images/generated/hero-banner.jpg") !important;
}

.ta-hero-slide:nth-child(4) {
  animation-delay: 15s !important;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.06)),
    url("../images/generated/hero-banner.jpg") !important;
}

.ta-hero-content {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  min-height: 500px !important;
  align-items: center !important;
}

.ta-hero-lockup {
  max-width: 760px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.ta-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 32px !important;
}

.ta-hero-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 36px !important;
}

.ta-pill {
  display: inline-flex !important;
  min-height: 38px !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid rgba(29, 54, 92, 0.12) !important;
  border-radius: 999px !important;
  padding: 9px 13px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: #33425a !important;
  font-size: 13px !important;
  font-weight: 520 !important;
}

.ta-pill i {
  color: var(--ta-purple) !important;
}

.ta-about-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  align-items: stretch !important;
  gap: 64px !important;
}

.ta-about-content {
  display: flex !important;
  min-height: 560px !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.ta-about-content .ta-section-title {
  font-size: 42px !important;
}

.ta-about-content .ta-copy {
  font-size: 17px !important;
}

.ta-photo-placeholder,
.ta-project-visual {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(29, 54, 92, 0.09) !important;
  border-radius: var(--ta-radius) !important;
  background: radial-gradient(circle at 24% 22%, rgba(90, 38, 130, 0.12), transparent 30%),
    radial-gradient(circle at 80% 76%, rgba(0, 113, 227, 0.12), transparent 34%),
    linear-gradient(135deg, #eef2f7, #ffffff 48%, #e7edf5) !important;
}

.ta-photo-placeholder {
  min-height: 560px !important;
  box-shadow: var(--ta-shadow) !important;
  background-position: center !important;
  background-size: cover !important;
}

.ta-about-grid > .ta-photo-placeholder {
  background-image: url("../images/generated/about-real-task.jpg") !important;
}

.ta-about-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 24px 0 28px !important;
}

.ta-info-tile,
.ta-step,
.ta-news-card,
.ta-stat,
.ta-callback {
  border: 1px solid rgba(29, 54, 92, 0.09) !important;
  border-radius: var(--ta-radius) !important;
  background: var(--ta-white) !important;
}

.ta-info-tile {
  padding: 18px !important;
}

.ta-icon {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: rgba(90, 38, 130, 0.1) !important;
  color: var(--ta-purple) !important;
  font-size: 17px !important;
}

.ta-info-tile h3,
.ta-step h3,
.ta-news-card h3,
.ta-card h3,
.ta-project-card h3 {
  margin: 16px 0 0 !important;
  color: var(--ta-navy) !important;
  font-size: 21px !important;
  font-weight: 560 !important;
  line-height: 1.22 !important;
}

.ta-info-tile p,
.ta-step p,
.ta-news-card p,
.ta-card p,
.ta-project-card p {
  margin: 10px 0 0 !important;
  color: var(--ta-muted) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.ta-section-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-bottom: 34px !important;
}

.ta-section-head .ta-copy {
  max-width: 420px !important;
  margin: 0 !important;
  font-size: 17px !important;
}

.ta-carousel-wrap {
  position: relative !important;
}

.ta-carousel {
  display: grid !important;
  grid-auto-columns: calc((100% - 72px) / 4) !important;
  grid-auto-flow: column !important;
  gap: 24px !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
}

.ta-carousel::-webkit-scrollbar {
  display: none !important;
}

.ta-card {
  position: relative !important;
  display: flex !important;
  min-height: 385px !important;
  flex-direction: column !important;
  padding: 26px !important;
  overflow: hidden !important;
  scroll-snap-align: start !important;
  border: 1px solid rgba(29, 54, 92, 0.09) !important;
  border-radius: var(--ta-radius) !important;
  background: var(--ta-white) !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
}

.ta-card:hover,
.ta-project-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--ta-shadow) !important;
}

.ta-card__top {
  display: flex !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.ta-card .ta-icon {
  background: var(--ta-surface) !important;
  color: var(--ta-navy) !important;
}

.ta-card h3 {
  margin-top: 0 !important;
  font-size: 24px !important;
  line-height: 1.16 !important;
}

.ta-service-card {
  justify-content: space-between !important;
}

.ta-service-card h3 {
  max-width: 100% !important;
  min-height: 52px !important;
  padding-right: 12px !important;
  font-size: 21px !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.ta-service-art {
  position: relative !important;
  display: grid !important;
  min-height: 178px !important;
  place-items: center !important;
  margin: 26px 0 24px !important;
}

.ta-service-art::before {
  width: min(74%, 190px) !important;
  aspect-ratio: 1.25 !important;
  border-radius: 999px !important;
  content: "" !important;
  background: radial-gradient(circle at 48% 40%, rgba(90, 38, 130, 0.16), transparent 38%),
    radial-gradient(circle at 58% 60%, rgba(0, 113, 227, 0.14), transparent 42%) !important;
  filter: blur(0.2px) !important;
}

.ta-service-card:nth-child(1) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-engineering-systems.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(2) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-information-security.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(3) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-information-infrastructure.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(4) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-telecommunications.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(5) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-ups-power.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(6) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-structured-cabling.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(7) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-unified-communications.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-service-card:nth-child(8) .ta-service-art::before {
  width: 100% !important;
  background: url("../images/generated/service-data-backup.png") center / contain no-repeat !important;
  filter: none !important;
}

.ta-card-detail {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(29, 54, 92, 0.1) !important;
  color: #46536a !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.ta-card-toggle {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #2a2a2d !important;
  color: var(--ta-white) !important;
  cursor: pointer !important;
  transition: transform 180ms ease, background 180ms ease !important;
}

.ta-service-card .ta-card-toggle {
  align-self: flex-end !important;
}

.ta-service-card.is-open {
  justify-content: flex-start !important;
}

.ta-service-card.is-open .ta-service-art {
  min-height: 132px !important;
  margin-bottom: 18px !important;
}

.ta-card-toggle:hover {
  background: var(--ta-blue) !important;
}

.ta-card-toggle i {
  transition: transform 180ms ease !important;
}

.ta-card-toggle[aria-expanded="true"] i {
  transform: rotate(45deg) !important;
}

.ta-carousel-nav {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

.ta-carousel-button {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e8ebf0 !important;
  color: var(--ta-navy) !important;
  cursor: pointer !important;
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease !important;
}

.ta-carousel-button:hover:not(:disabled) {
  background: #dce1e8 !important;
  transform: translateY(-1px) !important;
}

.ta-carousel-button:disabled {
  cursor: default !important;
  opacity: 0.38 !important;
}

.ta-why-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr) !important;
  gap: 56px !important;
  align-items: center !important;
}

.ta-why-copy {
  display: grid !important;
  align-content: start !important;
  gap: 16px !important;
}

.ta-why-tiles {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.ta-why-note {
  margin-top: 4px !important;
  color: #46536a !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.ta-why-photo {
  min-height: 500px !important;
  background-image: url("../images/generated/why-no-boxed-solutions.jpg") !important;
}

.ta-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.ta-stat {
  display: grid !important;
  min-height: 150px !important;
  align-content: start !important;
  gap: 10px !important;
  padding: 22px !important;
}

.ta-stat-icon {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(90, 38, 130, 0.1) !important;
  color: var(--ta-purple) !important;
  font-size: 17px !important;
}

.ta-stat strong {
  color: var(--ta-navy) !important;
  font-size: 40px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
}

.ta-stat span {
  color: var(--ta-muted) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.ta-projects .ta-carousel {
  grid-auto-columns: calc((100% - 48px) / 3) !important;
}

.ta-project-card {
  position: relative !important;
  min-height: 590px !important;
  overflow: hidden !important;
  scroll-snap-align: start !important;
  border-radius: var(--ta-radius) !important;
  background: #111827 !important;
  color: var(--ta-white) !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
}

.ta-project-card--light {
  background: var(--ta-white) !important;
  color: var(--ta-text) !important;
}

.ta-project-visual {
  position: absolute !important;
  inset: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0.88 !important;
}

.ta-project-card::after {
  position: absolute !important;
  inset: 0 !important;
  content: "" !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.58)) !important;
}

.ta-project-card--light::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.52) 45%, rgba(255, 255, 255, 0.86)) !important;
}

.ta-project-content {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  min-height: inherit !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 28px !important;
}

.ta-project-card h3,
.ta-project-card p {
  color: inherit !important;
}

.ta-project-card .ta-card-detail {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.ta-project-card--light .ta-card-detail {
  border-color: rgba(29, 54, 92, 0.1) !important;
  color: #46536a !important;
}

.ta-project-meta {
  margin: 0 0 12px !important;
  color: currentColor !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  opacity: 0.78 !important;
}

.ta-process-timeline {
  position: relative !important;
  margin-top: 46px !important;
  padding-top: 42px !important;
}

.ta-process-line {
  position: absolute !important;
  top: 20px !important;
  right: 12.5% !important;
  left: 12.5% !important;
  height: 4px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #dfe4ec !important;
}

.ta-process-line::after {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  border-radius: inherit !important;
  content: "" !important;
  transform-origin: left center !important;
  background: linear-gradient(90deg, var(--ta-purple), var(--ta-blue)) !important;
  animation: taProcessLine 3.6s ease both !important;
}

.ta-process-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 0 !important;
}

.ta-step {
  position: relative !important;
  min-height: 270px !important;
  padding: 24px !important;
  animation: taStepReveal 520ms ease both !important;
}

.ta-step:nth-child(1) {
  animation-delay: 160ms !important;
}

.ta-step:nth-child(2) {
  animation-delay: 950ms !important;
}

.ta-step:nth-child(3) {
  animation-delay: 1740ms !important;
}

.ta-step:nth-child(4) {
  animation-delay: 2530ms !important;
}

.ta-step-dot {
  position: absolute !important;
  top: -30px !important;
  left: 50% !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  border: 4px solid var(--ta-white) !important;
  border-radius: 999px !important;
  background: var(--ta-purple) !important;
  box-shadow: 0 0 0 1px rgba(29, 54, 92, 0.12), 0 8px 18px rgba(29, 54, 92, 0.14) !important;
  animation: taStepDot 520ms ease both !important;
}

.ta-step:nth-child(1) .ta-step-dot {
  animation-delay: 160ms !important;
}

.ta-step:nth-child(2) .ta-step-dot {
  animation-delay: 950ms !important;
}

.ta-step:nth-child(3) .ta-step-dot {
  animation-delay: 1740ms !important;
}

.ta-step:nth-child(4) .ta-step-dot {
  animation-delay: 2530ms !important;
}

.ta-step-number {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: rgba(29, 54, 92, 0.25) !important;
  font-size: 44px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
}

.ta-step-number i {
  color: var(--ta-purple) !important;
  font-size: 21px !important;
}

.ta-cta {
  position: relative !important;
  padding: 104px 0 !important;
  overflow: hidden !important;
  background: linear-gradient(90deg, rgba(29, 54, 92, 0.96) 0%, rgba(29, 54, 92, 0.86) 48%, rgba(90, 38, 130, 0.66) 100%),
    url("../images/generated/hero-banner.jpg") 70% center / cover no-repeat !important;
  color: var(--ta-white) !important;
}

.ta-cta::before {
  position: absolute !important;
  inset: 0 !important;
  content: "" !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)) !important;
  pointer-events: none !important;
}

.ta-cta-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px) !important;
  gap: 42px !important;
  align-items: center !important;
}

.ta-cta .ta-heading,
.ta-cta .ta-copy {
  color: var(--ta-white) !important;
}

.ta-cta .ta-copy {
  opacity: 0.82 !important;
}

.ta-callback {
  padding: 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16) !important;
}

.ta-form {
  display: grid !important;
  gap: 12px !important;
}

.ta-field {
  display: grid !important;
  gap: 7px !important;
}

.ta-field span {
  color: #344055 !important;
  font-size: 13px !important;
  font-weight: 560 !important;
}

.ta-field input,
.ta-field textarea {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid rgba(29, 54, 92, 0.16) !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  background: var(--ta-white) !important;
  color: var(--ta-text) !important;
  font-size: 16px !important;
  outline: 0 !important;
  transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

.ta-field textarea {
  min-height: 98px !important;
  resize: vertical !important;
}

.ta-field input:focus,
.ta-field textarea:focus {
  border-color: var(--ta-blue) !important;
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12) !important;
}

.ta-form-note {
  margin: 4px 0 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.ta-news-carousel {
  grid-auto-columns: calc((100% - 32px) / 3) !important;
  margin-top: 34px !important;
}

.ta-news-card {
  display: flex !important;
  min-height: 310px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 26px !important;
  scroll-snap-align: start !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
}

.ta-news-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--ta-shadow) !important;
}

.ta-news-card time {
  color: var(--ta-purple) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.ta-news-card .ta-button {
  width: fit-content !important;
  margin-top: 24px !important;
}

.ta-footer {
  background: var(--ta-surface) !important;
  color: #3f4756 !important;
}

.ta-footer__top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: 36px !important;
  padding: 70px 0 46px !important;
  border-bottom: 1px solid rgba(29, 54, 92, 0.1) !important;
}

.ta-footer__brand {
  max-width: 520px !important;
}

.ta-footer__brandline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
  padding: 48px 0 28px !important;
  border-bottom: 1px solid rgba(29, 54, 92, 0.1) !important;
}

.ta-logo--footer .ta-logo__image {
  width: 270px !important;
}

.ta-footer__brandline p {
  max-width: 560px !important;
  margin: 0 !important;
  color: #4b5565 !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

.ta-footer__brand p {
  margin: 20px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.ta-footer__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  padding: 38px 0 40px !important;
}

.ta-footer h3 {
  margin: 0 0 14px !important;
  color: var(--ta-navy) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
}

.ta-footer ul {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ta-footer a,
.ta-footer li,
.ta-footer p {
  color: #5a6576 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.ta-footer .ta-footer__brandline p {
  color: #4b5565 !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

.ta-footer a:hover {
  color: var(--ta-blue) !important;
}

.ta-footer__bottom {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 22px 0 32px !important;
  border-top: 1px solid rgba(29, 54, 92, 0.1) !important;
  color: #6b7280 !important;
  font-size: 14px !important;
}

.ta-social {
  display: flex !important;
  gap: 10px !important;
}

.ta-social a {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--ta-white) !important;
  color: var(--ta-navy) !important;
}

.ta-social a:hover {
  color: var(--ta-purple) !important;
}

@keyframes taHeroFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  7%,
  25% {
    opacity: 1;
    transform: scale(1);
  }
  32%,
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes taProcessLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes taProcessLineVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes taStepReveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes taStepDot {
  0% {
    transform: translateX(-50%) scale(0.75);
    background: #c7ceda;
  }
  100% {
    transform: translateX(-50%) scale(1);
    background: var(--ta-purple);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-delay: 0ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1180px) {
  .ta-heading {
    font-size: 56px !important;
  }

  .ta-section-title {
    font-size: 42px !important;
  }

  .ta-carousel {
    grid-auto-columns: calc((100% - 48px) / 3) !important;
  }

  .ta-projects .ta-carousel {
    grid-auto-columns: calc((100% - 24px) / 2) !important;
  }

  .ta-news-carousel {
    grid-auto-columns: calc((100% - 16px) / 2) !important;
  }

  .ta-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .ta-shell {
    width: min(100% - 32px, var(--ta-content)) !important;
  }

  .ta-section {
    padding: 76px 0 !important;
  }

  .ta-header__inner {
    width: min(100% - 28px, var(--ta-content)) !important;
    grid-template-columns: auto auto !important;
  }

  .ta-logo__image {
    width: 180px !important;
  }

  .ta-menu-button {
    display: grid !important;
  }

  .ta-header-actions {
    justify-self: end !important;
  }

  .ta-header-cta {
    display: none !important;
  }

  .ta-nav {
    position: absolute !important;
    top: 64px !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    border: 1px solid rgba(29, 54, 92, 0.1) !important;
    border-radius: 8px !important;
    padding: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: var(--ta-shadow) !important;
  }

  .ta-header.is-menu-open .ta-nav {
    display: flex !important;
  }

  .ta-nav a {
    justify-content: center !important;
    min-height: 44px !important;
  }

  .ta-hero {
    min-height: 700px !important;
    padding-top: 128px !important;
  }

  .ta-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.56) 100%) !important;
  }

  .ta-heading {
    font-size: 46px !important;
  }

  .ta-section-title {
    font-size: 36px !important;
  }

  .ta-copy,
  .ta-copy--lead {
    font-size: 18px !important;
  }

  .ta-about-grid,
  .ta-why-grid,
  .ta-cta-grid,
  .ta-footer__top {
    grid-template-columns: 1fr !important;
  }

  .ta-footer__brandline {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 40px 0 26px !important;
  }

  .ta-process-timeline {
    padding-top: 0 !important;
    padding-left: 28px !important;
  }

  .ta-process-line {
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 8px !important;
    width: 4px !important;
    height: auto !important;
  }

  .ta-process-line::after {
    width: 100% !important;
    height: 100% !important;
    transform: scaleY(0) !important;
    transform-origin: center top !important;
    animation-name: taProcessLineVertical !important;
  }

  .ta-process-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .ta-step-dot {
    top: 28px !important;
    left: -20px !important;
  }

  .ta-photo-placeholder {
    min-height: 360px !important;
  }

  .ta-why-photo {
    min-height: 360px !important;
  }

  .ta-about-content {
    min-height: auto !important;
  }

  .ta-about-content .ta-section-title {
    font-size: 36px !important;
  }

  .ta-section-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

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

  .ta-carousel,
  .ta-projects .ta-carousel {
    grid-auto-columns: min(82vw, 360px) !important;
  }

  .ta-news-carousel {
    grid-auto-columns: min(82vw, 360px) !important;
  }

  .ta-project-card {
    min-height: 520px !important;
  }

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

@media (max-width: 640px) {
  .ta-section {
    padding: 64px 0 !important;
  }

  .ta-hero {
    min-height: 680px !important;
    padding: 112px 0 64px !important;
  }

  .ta-logo__image {
    width: 154px !important;
  }

  .ta-logo--footer .ta-logo__image {
    width: 230px !important;
  }

  .ta-heading {
    font-size: 38px !important;
    line-height: 1.09 !important;
  }

  .ta-section-title {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  .ta-copy,
  .ta-copy--lead {
    font-size: 17px !important;
  }

  .ta-hero-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .ta-button {
    width: 100% !important;
  }

  .ta-about-cards,
  .ta-why-tiles,
  .ta-stats,
  .ta-footer__grid {
    grid-template-columns: 1fr !important;
  }

  .ta-card {
    min-height: 360px !important;
  }

  .ta-service-card h3 {
    min-height: auto !important;
    font-size: 20px !important;
  }

  .ta-service-art {
    min-height: 150px !important;
  }

  .ta-project-card {
    min-height: 490px !important;
  }

  .ta-news-card {
    min-height: 300px !important;
  }

  .ta-footer__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}


/* ==================================================================== */
/* === TA FIXES 2026-07-10 (правки после миграции: hero-зум, партнёры, мобильный хедер) === */
/* ==================================================================== */

/* 1) HERO: убрать Ken Burns-зум (фон «приближался») — оставить только мягкий кроссфейд */
html body .ta-hero-slide { animation-name: taHeroFadeFlat !important; }
@keyframes taHeroFadeFlat {
  0%       { opacity: 0; }
  7%, 25%  { opacity: 1; }
  32%,100% { opacity: 0; }
}

/* 2) ПАРТНЁРЫ: горизонтальный скролл мышкой / колесом / свайпом (+ авто-прокрутка через JS) */
html body #ta-partners .ta-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
html body #ta-partners .ta-marquee::-webkit-scrollbar { display: none; }
html body #ta-partners .ta-marquee.ta-dragging { cursor: grabbing; }
html body #ta-partners .ta-marquee.ta-dragging * { -webkit-user-select: none; user-select: none; }
/* когда включён JS-режим — отключаем чистую CSS-анимацию (скроллим через scrollLeft) */
html body #ta-partners .ta-marquee--interactive .ta-marquee__track { animation: none !important; }

/* 3) МОБИЛЬНЫЙ ХЕДЕР: телефон — компактная иконка, чтобы бургер-меню помещался и был виден */
@media (max-width: 768px) {
  html body .ta-header-phone {
    font-size: 0 !important;
    gap: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  html body .ta-header-phone i { font-size: 17px !important; }
  html body .ta-header-actions { gap: 8px !important; }
}

/* 2b) ПАРТНЁРЫ: убрать серые edge-fade маски — при остановке скролла они ложились на пол-логотипа */
html body #ta-partners .ta-marquee::before,
html body #ta-partners .ta-marquee::after { display: none !important; content: none !important; }

/* ==================================================================== */
/* === Переключатель языков в хедере: кастомный дропдаун (коды, пилюля как у меню) 2026-07-13 === */
/* ==================================================================== */
html body .ta-header .ta-lang { display: flex; align-items: center; flex: 0 0 auto; }
html body .ta-header .ta-lang .gt_selector { display: none !important; }

html body .ta-header .ta-langsel { position: relative; }

/* кнопка-пилюля (скругление как у пунктов меню = 999px) */
html body .ta-header .ta-langsel__btn,
html body .ta-header .ta-langsel__btn:hover,
html body .ta-header .ta-langsel__btn:focus,
html body .ta-header .ta-langsel__btn:active {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-weight: 600; font-size: 14px; line-height: 1; letter-spacing: .02em;
  color: var(--ta-navy, #1d365c) !important;
  background-color: var(--ta-white, #fff) !important;
  border: 1px solid var(--ta-line, #d9dde4);
  border-radius: 999px;
  padding: 10px 15px;
  cursor: pointer; outline: none; box-shadow: none !important;
  transition: border-color .2s ease, background-color .2s ease;
}
html body .ta-header .ta-langsel__btn:hover { background-color: #f2f5fa !important; border-color: var(--ta-navy, #1d365c); }
html body .ta-header .ta-langsel__ar {
  width: 7px; height: 7px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg); margin-top: -3px;
  transition: transform .2s ease, margin-top .2s ease;
}
html body .ta-header .ta-langsel.is-open .ta-langsel__ar { transform: rotate(-135deg); margin-top: 2px; }

/* выпадающее меню */
html body .ta-header .ta-langsel__menu {
  position: absolute; top: calc(100% + 6px); right: 0; min-width: 100%;
  display: none; flex-direction: column; gap: 3px; padding: 6px;
  background-color: var(--ta-white, #fff);
  border: 1px solid var(--ta-line, #d9dde4);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(29, 54, 92, .16);
  z-index: 60;
}
html body .ta-header .ta-langsel.is-open .ta-langsel__menu { display: flex; }

/* пункты-пилюли + гасим розовый Elementor reset (#cc3366) на hover/focus/active */
html body .ta-header .ta-langsel__item,
html body .ta-header .ta-langsel__item:hover,
html body .ta-header .ta-langsel__item:focus,
html body .ta-header .ta-langsel__item:active {
  font-family: inherit; font-weight: 600; font-size: 14px; line-height: 1; letter-spacing: .02em;
  color: var(--ta-navy, #1d365c) !important;
  text-align: center; white-space: nowrap;
  background-color: transparent !important;
  border: 0; border-radius: 999px;
  padding: 10px 18px; cursor: pointer; outline: none; box-shadow: none !important;
  transition: background-color .15s ease, color .15s ease;
}
html body .ta-header .ta-langsel__item:hover,
html body .ta-header .ta-langsel__item:focus { background-color: #f2f5fa !important; }
html body .ta-header .ta-langsel__item.is-active,
html body .ta-header .ta-langsel__item.is-active:hover,
html body .ta-header .ta-langsel__item.is-active:focus,
html body .ta-header .ta-langsel__item.is-active:active {
  color: #fff !important;
  background-color: var(--ta-navy, #1d365c) !important;
}

/* десктоп/мобайл */
html body .ta-header .ta-lang--menu { display: none !important; }
@media (max-width: 768px) {
  html body .ta-lang--bar { display: none !important; }
  html body .ta-header .ta-lang--menu { display: flex !important; margin-top: 10px; width: 100%; }
  html body .ta-lang--menu .ta-langsel { width: 100%; }
  html body .ta-lang--menu .ta-langsel__btn { width: 100%; justify-content: center; min-height: 44px; }
  html body .ta-lang--menu .ta-langsel__menu { left: 0; right: 0; }
}

/* ==================================================================== */
/* === Хедер: единая высота 40px + компактные отступы (5 пунктов меню) 2026-07-13 === */
/* ==================================================================== */

/* единая высота всех элементов хедера */
html body .ta-header .ta-nav > a,
html body .ta-header .ta-langsel__btn,
html body .ta-header .ta-header-phone,
html body .ta-header .ta-header-cta {
  height: 40px !important; min-height: 40px !important;
  padding-top: 0 !important; padding-bottom: 0 !important;
  display: inline-flex !important; align-items: center !important;
}
html body .ta-header .ta-logo {
  height: 40px !important; display: inline-flex !important; align-items: center !important;
  padding-top: 0 !important; padding-bottom: 0 !important;
}

/* компактные отступы, чтобы уместить все пункты */
html body .ta-header .ta-header__inner { gap: 10px !important; }
html body .ta-header .ta-nav { gap: 2px !important; }
html body .ta-header .ta-header-actions { gap: 6px !important; }
html body .ta-header .ta-nav > a { padding-left: 11px !important; padding-right: 11px !important; }

/* hover-рамка свитчера — светлая, как у остальных элементов */
html body .ta-header .ta-langsel__btn:hover { border-color: var(--ta-line, #d9dde4) !important; background-color: #f2f5fa !important; }

/* мобилка: вернуть скрытие CTA, которое могла перебить единая высота */
@media (max-width: 768px) {
  html body .ta-header .ta-header-cta { display: none !important; }
}
