.technica-careers-page {
  --tc-red: #e30613;
  --tc-red-dark: #bf000b;
  --tc-black: #171717;
  --tc-line: #e9e9e9;
  --tc-card: #fff;
  --tc-shadow: 0 12px 35px rgba(15, 15, 15, .065);
  --tc-shadow-soft: 0 6px 22px rgba(15, 15, 15, .045);
  --tc-radius: 10px;
  --tc-inner: min(100% - 40px, 1120px);
  background: #fff;
  color: var(--tc-black);
  font-family: inherit;
  overflow: hidden;
}

.technica-careers-page *,
.technica-careers-page *::before,
.technica-careers-page *::after {
  box-sizing: border-box;
}

.technica-careers-page a {
  color: inherit;
  text-decoration: none;
}

.technica-careers-page button,
.technica-careers-page input {
  font: inherit;
}

.technica-careers-page button {
  cursor: pointer;
}

.technica-careers-page img {
  display: block;
  max-width: 100%;
}

.tc-hero {
  height: 330px;
  position: relative;
  background: #222 url("https://orokondicionieriai.seorocket.lt/wp-content/uploads/2026/06/karjera.webp") center / cover no-repeat;
  isolation: isolate;
}

.tc-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.69) 0%, rgba(0,0,0,.55) 28%, rgba(0,0,0,.12) 57%, rgba(0,0,0,.02) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.02));
  z-index: -1;
}

.tc-hero__copy {
  width: var(--tc-inner);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.tc-hero h1 {
  margin: 0 0 13px;
  font-size: 50px;
  line-height: .95;
  letter-spacing: 0;
  font-weight: 700;
}

.tc-hero p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.tc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  min-height: 39px;
  padding: 0 16px 0 18px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 9px 18px rgba(227,6,19,.24);
}

.tc-btn--red {
  background: var(--tc-red);
  color: #fff;
}

.tc-btn span,
.tc-card-btn span,
.tc-more-btn span {
  display: inline-grid;
  place-items: center;
}

.tc-btn--red span {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--tc-red);
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}

.tc-benefit-strip {
  width: 100%;
  min-height: 64px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  box-shadow: 0 12px 26px rgba(0,0,0,.035);
  border-bottom: 1px solid #f0f0f0;
}

.tc-strip-item {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  position: relative;
  text-align: center;
}

.tc-strip-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #dedede;
  position: absolute;
  right: 0;
}

.tc-strip-item img {
  width: 24px;
  height: 24px;
}

.tc-jobs-section,
.tc-why-section,
.tc-people-section {
  background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%);
  padding: 36px 0 0;
}

.tc-jobs-section > *,
.tc-why-section > *,
.tc-people-section > * {
  width: var(--tc-inner);
  margin-left: auto;
  margin-right: auto;
}

.tc-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
  min-width: 0;
}

.technica-careers-page h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}

.technica-careers-page h2 > span {
  width: 12px;
  height: 5px;
  display: inline-block;
  background: var(--tc-red);
  border-radius: 1px;
  flex: 0 0 auto;
}

.tc-location-filter,
.tc-category-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
}

.tc-location-filter {
  justify-content: flex-end;
}

.tc-category-filter {
  margin-bottom: 25px;
}

.tc-chip {
  height: 31px;
  min-width: 68px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #222;
  transition: .18s ease;
}

.tc-chip--red {
  background: var(--tc-red);
  border-color: var(--tc-red);
  color: #fff;
  box-shadow: 0 7px 15px rgba(227,6,19,.16);
}

.tc-chip--light:hover {
  border-color: var(--tc-red);
  color: var(--tc-red);
}

.tc-job-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tc-job-card {
  min-width: 0;
  min-height: 215px;
  background: var(--tc-card);
  border-radius: var(--tc-radius);
  padding: 18px 15px 16px;
  border: 1px solid #efefef;
  box-shadow: var(--tc-shadow-soft);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform .18s ease, box-shadow .18s ease;
}

.tc-job-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--tc-shadow);
}

.tc-job-card small {
  color: var(--tc-red);
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 9px;
}

.tc-job-icon {
  width: 29px;
  height: 29px;
  margin-bottom: 10px;
}

.tc-job-card h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tc-meta {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #424242;
}

.tc-meta span {
  font-size: 9px;
  font-weight: 700;
  position: relative;
  padding-left: 9px;
}

.tc-meta span::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid var(--tc-red);
  border-radius: 99px;
  position: absolute;
  left: 0;
  top: 3px;
}

.tc-job-card p {
  margin: 0 0 14px;
  color: #303030;
  font-size: 12px;
  line-height: 1.45;
  flex: 1;
  overflow-wrap: anywhere;
}

.tc-card-btn {
  height: 31px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px 0 20px;
  border: 1.5px solid #1b1b1b;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: #fff;
}

.tc-card-btn span {
  font-size: 21px;
  line-height: 1;
  margin-top: -2px;
}

.tc-career-banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.tc-banner-card {
  min-height: 92px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--tc-red-dark), var(--tc-red));
  color: #fff;
  display: grid;
  grid-template-columns: 58px 1fr 31px;
  align-items: center;
  padding: 15px 12px;
  box-shadow: 0 12px 25px rgba(227,6,19,.16);
  overflow: hidden;
}

.tc-banner-card img {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
  opacity: .92;
}

.tc-banner-card b {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}

.tc-banner-card em {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.18;
}

.tc-banner-card i {
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 99px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  padding-bottom: 3px;
}

.tc-why-section {
  padding-top: 31px;
}

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

.tc-why-grid article {
  min-height: 120px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 18px 15px 15px;
  box-shadow: var(--tc-shadow-soft);
}

.tc-why-grid img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  filter: invert(15%) sepia(96%) saturate(5750%) hue-rotate(350deg) brightness(93%) contrast(102%);
}

.tc-why-grid b {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 7px;
}

.tc-why-grid p {
  margin: 0;
  color: #4a4a4a;
  font-size: 11px;
  line-height: 1.42;
}

.tc-people-section {
  padding-top: 32px;
  padding-bottom: 38px;
  position: relative;
}

.tc-people-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tc-quote-card {
  min-height: 150px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: var(--tc-shadow-soft);
  padding: 17px 18px 13px;
}

.tc-quote-card strong {
  color: var(--tc-red);
  font-size: 44px;
  line-height: .54;
  display: block;
  font-family: Georgia, serif;
}

.tc-quote-card p {
  margin: 0 0 15px;
  color: #3b3b3b;
  font-size: 11px;
  line-height: 1.38;
}

.tc-quote-card div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tc-quote-card img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
}

.tc-quote-card span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.tc-quote-card b {
  font-size: 10px;
}

.tc-quote-card small {
  font-size: 9px;
  color: #777;
  margin-top: 3px;
}

.tc-more-btn {
  width: 162px;
  height: 34px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid #242424;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.tc-more-btn span {
  width: 19px;
  height: 19px;
  border-radius: 99px;
  background: var(--tc-red);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}

.tc-slider-arrow {
  position: absolute;
  top: 113px;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  z-index: 2;
}

.tc-slider-arrow--left {
  left: max(20px, calc((100% - 1200px) / 2));
}

.tc-slider-arrow--right {
  right: max(20px, calc((100% - 1200px) / 2));
}

.tc-brand-row {
  width: var(--tc-inner);
  min-height: 112px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 22px;
}

.tc-brand-row h2 {
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: 0;
}

.tc-brand-row img {
  max-height: 46px;
  width: auto;
  justify-self: center;
}

.tc-job-card.is-hidden {
  display: none;
}

.tc-jobs-section {
  padding-bottom: 42px;
}

.tc-jobs-section .tc-section-head {
  margin-bottom: 22px;
}

.tc-jobs-section .tc-location-filter,
.tc-jobs-section .tc-category-filter,
.tc-job-card small,
.tc-job-card .tc-meta {
  display: none;
}

.tc-job-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tc-job-card {
  min-height: 252px;
  padding: 24px 22px 20px;
}

.tc-job-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  filter: invert(15%) sepia(96%) saturate(5750%) hue-rotate(350deg) brightness(93%) contrast(102%);
}

.tc-job-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
}

.tc-job-card p {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.55;
}

.tc-card-btn {
  border-color: var(--tc-red);
  background: var(--tc-red);
  color: #fff;
  box-shadow: 0 8px 18px rgba(227, 6, 19, .18);
}

.tc-card-btn,
.tc-card-btn:visited,
.tc-card-btn:hover,
.tc-card-btn:focus {
  color: #fff !important;
}

.tc-career-banners {
  margin-top: 30px;
}

.tc-banner-card {
  min-height: 112px;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 20px 18px;
  cursor: default;
}

.tc-banner-card b,
.tc-banner-card em {
  color: #fff;
}

.tc-banner-card b {
  margin-bottom: 7px;
  font-size: 17px;
}

.tc-banner-card em {
  font-size: 13px;
  line-height: 1.35;
  opacity: .92;
}

.tc-banner-card i {
  display: none;
}

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

  .tc-section-head {
    flex-direction: column;
  }

  .tc-location-filter {
    justify-content: flex-start;
  }

  .tc-career-banners {
    grid-template-columns: 1fr;
  }

  .tc-slider-arrow {
    display: none;
  }
}

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

@media (max-width: 760px) {
  .technica-careers-page {
    --tc-inner: min(100% - 30px, 1120px);
  }

  .tc-hero {
    height: 310px;
  }

  .tc-hero h1 {
    font-size: 42px;
  }

  .tc-hero p {
    font-size: 16px;
  }

  .tc-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-strip-item:nth-child(2)::after {
    display: none;
  }

  .tc-job-grid,
  .tc-why-grid,
  .tc-people-grid,
  .tc-brand-row {
    grid-template-columns: 1fr;
  }

  .tc-job-card {
    min-height: 0;
  }

  .tc-brand-row {
    padding: 24px 0;
  }

  .tc-brand-row h2 {
    justify-self: start;
  }

  .tc-brand-row img {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .tc-chip {
    min-width: 0;
    padding: 0 16px;
  }

  .tc-benefit-strip {
    grid-template-columns: 1fr;
  }

  .tc-strip-item::after {
    display: none;
  }
}
