@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --tc-navy: #08254A;
  --tc-navy-deep: #04172E;
  --tc-orange: #F47A49;
  --tc-sky: #EEF7FC;
  --tc-white: #FFFFFF;
  --tc-text: #51647A;
  --tc-line: #DCE8F1;
  --tc-shadow: 0 24px 70px rgba(8, 37, 74, .12);
  --tc-container: 1180px;
  --tc-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--tc-navy); background: #fff; font-family: 'DM Sans', Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.tc-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.tc-container { width: min(calc(100% - 48px), var(--tc-container)); margin-inline: auto; }
.tc-skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; background: #fff; padding: 10px 15px; border-radius: 8px; box-shadow: var(--tc-shadow); }
.tc-skip-link:focus { top: 16px; }

.tc-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 82px; display: flex; align-items: center; transition: .3s ease; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(8,37,74,.07); }
.tc-header.is-scrolled { height: 72px; box-shadow: 0 14px 42px rgba(4,23,46,.10); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.admin-bar .tc-header { top: 32px; }
.tc-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.tc-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.tc-brand img, .tc-brand .custom-logo { width: 158px; height: 50px; object-fit: contain; object-position: left center; }
.tc-brand .custom-logo-link { display: flex; }
.tc-nav { display: flex; align-items: center; }
.tc-nav__list { display: flex; align-items: center; gap: 38px; list-style: none; padding: 0; margin: 0; }
.tc-nav__list a { position: relative; color: #53667B; font-size: 14px; font-weight: 600; letter-spacing: -.01em; padding: 28px 0; transition: color .2s ease; }
.tc-nav__list a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--tc-orange); transition: right .25s ease; }
.tc-nav__list a:hover { color: var(--tc-navy); }
.tc-nav__list a:hover::after { right: 0; }
.tc-nav__list .current-menu-item > a,
.tc-nav__list .current_page_item > a { color: var(--tc-navy); }
.tc-nav__list .current-menu-item > a::after,
.tc-nav__list .current_page_item > a::after { right: 0; }
.tc-nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--tc-sky); padding: 11px; cursor: pointer; }
.tc-nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--tc-navy); border-radius: 4px; }

.tc-hero { position: relative; min-height: 740px; display: flex; align-items: center; overflow: hidden; padding: 154px 0 110px; color: #fff; background-image: var(--tc-hero-image); background-size: cover; background-position: center; }
.tc-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,23,46,.96) 0%, rgba(4,23,46,.86) 42%, rgba(4,23,46,.45) 70%, rgba(4,23,46,.25) 100%); }
.tc-hero__grid-pattern { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.tc-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 80px; }
.tc-hero__content { max-width: 760px; }
.tc-hero h1 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(48px, 6.2vw, 82px); line-height: 1.06; letter-spacing: -.055em; font-weight: 700; text-wrap: balance; }
.tc-hero h1 span, .tc-hero h1 strong { display: block; }
.tc-hero h1 strong { color: var(--tc-orange); font-weight: 800; }
.tc-hero p { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.8; }
.tc-hero__accent { position: relative; width: 170px; height: 310px; flex: 0 0 170px; }
.tc-hero__accent span { position: absolute; display: block; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; transform: rotate(28deg); }
.tc-hero__accent span:nth-child(1) { width: 130px; height: 300px; right: 0; top: 0; }
.tc-hero__accent span:nth-child(2) { width: 90px; height: 250px; right: 40px; top: 28px; border-color: rgba(244,122,73,.7); }
.tc-hero__accent span:nth-child(3) { width: 48px; height: 190px; right: 80px; top: 58px; }
.tc-hero__curve { position: absolute; z-index: 3; left: -2%; right: -2%; bottom: -1px; height: 58px; background: #fff; clip-path: ellipse(58% 42% at 50% 100%); }

.tc-section { padding: 120px 0; }
.tc-section-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--tc-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.tc-section-label::before { content: ''; width: 34px; height: 2px; background: currentColor; }
.tc-section h2, .tc-values h2, .tc-assessment h2 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(38px, 5vw, 58px); line-height: 1.1; letter-spacing: -.045em; }
.tc-section-heading { max-width: 720px; margin-bottom: 54px; }
.tc-section-heading p { margin: 18px 0 0; color: var(--tc-text); font-size: 17px; }

.tc-about { position: relative; background: #fff; }
.tc-about::before { content: ''; position: absolute; width: 440px; height: 440px; left: -280px; top: 80px; border-radius: 50%; background: var(--tc-sky); }
.tc-about__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 96px; }
.tc-about__copy h2 { margin-bottom: 30px; }
.tc-about__copy p { margin: 0 0 20px; color: var(--tc-text); font-size: 17px; }
.tc-about__visual { position: relative; min-height: 510px; }
.tc-about__shape { position: absolute; inset: 40px 0 35px 48px; border-radius: 40px 140px 40px 40px; background: linear-gradient(145deg, #E8F5FB, #D7EEF8); }
.tc-about__image { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--tc-shadow); background: #fff; }
.tc-about__image img { width: 100%; height: 100%; object-fit: cover; }
.tc-about__image--large { width: 78%; height: 360px; right: 0; top: 0; border-radius: 28px 110px 28px 28px; border: 8px solid #fff; }
.tc-about__image--small { width: 48%; height: 230px; left: 0; bottom: 0; border-radius: 26px; border: 8px solid #fff; }
.tc-about__dots { position: absolute; width: 120px; height: 120px; right: 18px; bottom: 4px; background-image: radial-gradient(var(--tc-orange) 2px, transparent 2px); background-size: 16px 16px; opacity: .45; }

.tc-services { background: linear-gradient(180deg, #F8FBFD 0%, #EEF7FC 100%); }
.tc-services .tc-section-heading { margin-inline: auto; text-align: center; }
.tc-services .tc-section-label { justify-content: center; }
.tc-services .tc-section-label::before { display: none; }
.tc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.tc-service-card { overflow: hidden; min-height: 100%; border-radius: 24px; background: #fff; border: 1px solid rgba(8,37,74,.08); box-shadow: 0 18px 50px rgba(8,37,74,.07); transition: transform .35s ease, box-shadow .35s ease; }
.tc-service-card:hover { transform: translateY(-10px); box-shadow: 0 30px 80px rgba(8,37,74,.15); }
.tc-service-card__image { position: relative; height: 250px; overflow: hidden; background: #D7E8F4; }
.tc-service-card__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,23,46,.22)); }
.tc-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tc-service-card:hover .tc-service-card__image img { transform: scale(1.06); }
.tc-service-card__line { position: absolute; z-index: 2; left: 28px; bottom: 0; width: 64px; height: 5px; background: var(--tc-orange); }
.tc-service-card__body { padding: 30px 28px 32px; }
.tc-service-card h3 { min-height: 60px; margin: 0 0 15px; font-family: 'Manrope', sans-serif; font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.tc-service-card p { min-height: 110px; margin: 0; color: var(--tc-text); font-size: 15px; }
.tc-service-card a { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--tc-orange); font-weight: 700; font-size: 14px; }
.tc-service-card a span { transition: transform .2s ease; }
.tc-service-card a:hover span { transform: translateX(5px); }

.tc-values { position: relative; overflow: hidden; padding: 118px 0 126px; color: #fff; background: var(--tc-navy-deep); }
.tc-values::before { content: ''; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; }
.tc-values__glow { position: absolute; width: 620px; height: 620px; right: -300px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(244,122,73,.35), transparent 68%); }
.tc-values .tc-container { position: relative; z-index: 2; }
.tc-section-heading--light { color: #fff; }
.tc-section-heading--light .tc-section-label { color: var(--tc-orange); }
.tc-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tc-value-card { position: relative; padding: 38px 34px 40px; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.tc-value-card::after { content: ''; position: absolute; left: 34px; right: 34px; bottom: 0; height: 3px; background: var(--tc-orange); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.tc-value-card:hover::after { transform: scaleX(1); }
.tc-value-card svg { width: 48px; height: 48px; margin-bottom: 24px; fill: none; stroke: var(--tc-orange); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.tc-value-card h3 { margin: 0 0 13px; font-family: 'Manrope', sans-serif; font-size: 23px; }
.tc-value-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }

.tc-assessment { padding: 110px 0; background: #fff; }
.tc-assessment__box { position: relative; overflow: hidden; min-height: 410px; display: flex; align-items: center; padding: 72px 80px; border-radius: 32px; color: #fff; background: linear-gradient(120deg, var(--tc-navy) 0%, #0D3A69 62%, #104875 100%); box-shadow: var(--tc-shadow); }
.tc-assessment__content { position: relative; z-index: 2; max-width: 780px; }
.tc-assessment h2 { font-size: clamp(38px, 4.6vw, 58px); }
.tc-assessment p { max-width: 760px; margin: 22px 0 30px; color: rgba(255,255,255,.75); font-size: 17px; }
.tc-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 24px; border-radius: 999px; color: #fff; background: var(--tc-orange); font-weight: 700; font-size: 14px; box-shadow: 0 14px 34px rgba(244,122,73,.28); transition: transform .2s ease, box-shadow .2s ease; }
.tc-button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(244,122,73,.38); }
.tc-assessment__rings { position: absolute; right: -80px; top: -50px; width: 470px; height: 470px; }
.tc-assessment__rings span { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.tc-assessment__rings span:nth-child(1) { inset: 0; }
.tc-assessment__rings span:nth-child(2) { inset: 58px; border-color: rgba(244,122,73,.42); }
.tc-assessment__rings span:nth-child(3) { inset: 118px; background: rgba(244,122,73,.15); }

.tc-footer { padding: 76px 0 0; color: #fff; background: #08254A; border-radius: 28px 28px 0 0; }
.tc-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 80px; padding-bottom: 62px; }
.tc-brand--footer img { width: 190px; height: auto; opacity: 1; }
.tc-socials { display: flex; gap: 10px; margin-top: 30px; }
.tc-socials a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); font-weight: 800; font-size: 13px; transition: .2s ease; }
.tc-socials a:hover { background: #fff; color: #08254A; }
.tc-footer h3 { margin: 0 0 20px; font-family: 'Manrope', sans-serif; font-size: 17px; }
.tc-footer ul { list-style: none; margin: 0; padding: 0; }
.tc-footer li { margin: 8px 0; color: rgba(255,255,255,.84); font-size: 14px; }
.tc-footer a:hover { color: #fff; text-decoration: underline; }
.tc-footer__contact li { display: flex; align-items: center; gap: 10px; }
.tc-footer__bottom { padding: 22px 0 24px; text-align: center; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.78); font-size: 12px; }

.tc-default-page { min-height: 70vh; padding: 150px 0 100px; }
.tc-default-page h1 { font-family: 'Manrope', sans-serif; font-size: 48px; }
.tc-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.tc-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .tc-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
  .tc-nav__list { gap: 24px; }
  .tc-about__grid { gap: 54px; }
  .tc-service-card__image { height: 210px; }
  .tc-service-card__body { padding-inline: 22px; }
  .tc-service-card p { min-height: 145px; }
}

@media (max-width: 820px) {
  .admin-bar .tc-header { top: 46px; }
  .tc-container { width: min(calc(100% - 32px), var(--tc-container)); }
  .tc-header, .tc-header.is-scrolled { height: 72px; }
  .tc-brand img, .tc-brand .custom-logo { width: 138px; height: 44px; }
  .tc-nav-toggle { display: block; }
  .tc-nav { position: fixed; left: 16px; right: 16px; top: 84px; display: block; padding: 18px; border-radius: 20px; background: #fff; box-shadow: var(--tc-shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .admin-bar .tc-nav { top: 130px; }
  .tc-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .tc-nav__list { display: block; }
  .tc-nav__list a { display: block; padding: 13px 12px; border-radius: 10px; }
  .tc-nav__list a::after { display: none; }
  .tc-nav__list a:hover { background: var(--tc-sky); }
  .tc-hero { min-height: 690px; padding-top: 136px; background-position: 62% center; }
  .tc-hero__overlay { background: linear-gradient(90deg, rgba(4,23,46,.96), rgba(4,23,46,.78)); }
  .tc-hero__accent { display: none; }
  .tc-about__grid { grid-template-columns: 1fr; }
  .tc-about__visual { width: min(100%, 620px); margin-inline: auto; }
  .tc-service-grid, .tc-values__grid { grid-template-columns: 1fr; }
  .tc-service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .tc-service-card__image { height: 100%; min-height: 300px; }
  .tc-service-card p { min-height: 0; }
  .tc-assessment__box { padding: 58px 48px; }
  .tc-footer__grid { grid-template-columns: 1fr 1fr; }
  .tc-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .tc-container { width: min(calc(100% - 24px), var(--tc-container)); }
  .tc-hero { min-height: 650px; padding: 128px 0 86px; }
  .tc-hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .tc-hero p { margin-top: 24px; font-size: 16px; line-height: 1.7; }
  .tc-section { padding: 84px 0; }
  .tc-about__visual { min-height: 390px; }
  .tc-about__shape { inset: 30px 0 25px 26px; border-radius: 30px 80px 30px 30px; }
  .tc-about__image--large { height: 270px; border-radius: 22px 70px 22px 22px; }
  .tc-about__image--small { height: 165px; }
  .tc-service-card { display: block; }
  .tc-service-card__image { height: 230px; min-height: 0; }
  .tc-service-card h3 { min-height: auto; }
  .tc-values { padding: 84px 0; }
  .tc-assessment { padding: 78px 0; }
  .tc-assessment__box { min-height: 0; padding: 48px 28px; border-radius: 24px; }
  .tc-assessment__rings { opacity: .5; }
  .tc-footer { padding-top: 58px; border-radius: 22px 22px 0 0; }
  .tc-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .tc-footer__brand { grid-column: auto; }
}

/* Why TechCo page */
.tc-elementor-page { padding-top: 82px; }
.tc-why-page { overflow: hidden; background: #fff; }

.tc-why-hero {
  position: relative;
  min-height: 545px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 145px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 3%, rgba(244,122,73,.24), transparent 28%),
    linear-gradient(112deg, #04172E 0%, #08254A 54%, #0D3C6D 100%);
}
.tc-why-hero__glow {
  position: absolute;
  width: 680px;
  height: 680px;
  right: -250px;
  top: -410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.13), transparent 69%);
}
.tc-why-hero__dots {
  position: absolute;
  width: 310px;
  height: 310px;
  left: 0;
  top: 105px;
  opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.7) 1.2px, transparent 1.2px);
  background-size: 16px 16px;
  mask-image: linear-gradient(90deg, #000, transparent 95%);
}
.tc-why-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: center;
  gap: 78px;
}
.tc-why-hero__content { max-width: 720px; }
.tc-why-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  color: #FF966E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.tc-why-hero__eyebrow::before { content: ''; width: 42px; height: 2px; background: currentColor; }
.tc-why-hero h1 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(62px, 7vw, 94px);
  line-height: .98;
  letter-spacing: -.062em;
  font-weight: 800;
}
.tc-why-hero p {
  margin: 30px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.65;
}
.tc-why-orbit {
  position: relative;
  width: 360px;
  height: 360px;
  justify-self: end;
}
.tc-why-orbit__ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.tc-why-orbit__ring--one { inset: 0; }
.tc-why-orbit__ring--two { inset: 48px; border-color: rgba(244,122,73,.6); }
.tc-why-orbit__card {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 238px;
  height: 154px;
  display: grid;
  place-items: center;
  padding: 32px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #F4F7FA);
  box-shadow: 0 28px 60px rgba(0,0,0,.26);
  transform: translate(-50%, -50%) rotate(-4deg);
}
.tc-why-orbit__card img { width: 175px; max-height: 74px; object-fit: contain; }
.tc-why-orbit__node { position: absolute; z-index: 3; width: 16px; height: 16px; border: 4px solid rgba(255,255,255,.18); border-radius: 50%; background: var(--tc-orange); box-shadow: 0 0 0 7px rgba(244,122,73,.1); }
.tc-why-orbit__node--one { left: 16px; top: 70px; }
.tc-why-orbit__node--two { right: 19px; top: 202px; background: #fff; box-shadow: 0 0 0 7px rgba(255,255,255,.1); }
.tc-why-orbit__node--three { left: 76px; bottom: 40px; width: 12px; height: 12px; border-width: 3px; }
.tc-why-hero__edge {
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -1px;
  height: 46px;
  background: #fff;
  clip-path: ellipse(58% 44% at 50% 100%);
}

.tc-why-features { position: relative; padding: 105px 0 142px; background: #fff; }
.tc-why-features::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  left: -320px;
  top: 535px;
  border-radius: 50%;
  background: #EDF7FC;
}
.tc-why-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 92px;
  min-height: 420px;
  padding: 26px 0 82px;
  margin-bottom: 58px;
  border-bottom: 1px solid rgba(8,37,74,.09);
}
.tc-why-feature:last-child { padding-bottom: 12px; margin-bottom: 0; border-bottom: 0; }
.tc-why-feature--reverse .tc-why-feature__media-wrap { order: 2; }
.tc-why-feature--reverse .tc-why-feature__content { order: 1; }
.tc-why-feature__media-wrap {
  position: relative;
  width: min(100%, 510px);
  min-height: 342px;
}
.tc-why-feature--reverse .tc-why-feature__media-wrap { justify-self: end; }
.tc-why-feature__backing {
  position: absolute;
  left: 34px;
  right: -25px;
  top: 30px;
  bottom: -25px;
  border-radius: 34px 92px 34px 34px;
  background: #DDEFF8;
}
.tc-why-feature--reverse .tc-why-feature__backing { left: -25px; right: 34px; border-radius: 92px 34px 34px 34px; }
.tc-why-feature__media {
  position: relative;
  z-index: 2;
  height: 320px;
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 34px 86px 34px 34px;
  background: #E7F0F5;
  box-shadow: 0 26px 62px rgba(8,37,74,.14);
}
.tc-why-feature--reverse .tc-why-feature__media { border-radius: 86px 34px 34px 34px; }
.tc-why-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s ease;
}
.tc-why-feature:hover .tc-why-feature__media img { transform: scale(1.035); }
.tc-why-feature__dots {
  position: absolute;
  z-index: 3;
  right: -18px;
  top: -17px;
  width: 96px;
  height: 90px;
  opacity: .72;
  background-image: radial-gradient(var(--tc-orange) 1.6px, transparent 1.6px);
  background-size: 13px 13px;
}
.tc-why-feature--reverse .tc-why-feature__dots { right: auto; left: -18px; }
.tc-why-feature__badge {
  position: absolute;
  z-index: 4;
  right: -26px;
  bottom: -24px;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tc-orange);
  box-shadow: 0 16px 34px rgba(244,122,73,.30);
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.tc-why-feature--reverse .tc-why-feature__badge { right: auto; left: -26px; }
.tc-why-feature__content { position: relative; max-width: 590px; }
.tc-why-feature__kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  color: var(--tc-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}
.tc-why-feature__kicker i { display: block; width: 38px; height: 2px; background: currentColor; }
.tc-why-feature h2 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(40px, 4.7vw, 62px);
  line-height: 1.05;
  letter-spacing: -.052em;
  font-weight: 800;
}
.tc-why-feature p {
  margin: 24px 0 0;
  color: var(--tc-text);
  font-size: 17px;
  line-height: 1.85;
}
body.tc-why-techco-page .tc-nav__list a[href*="why-techco"] { color: var(--tc-navy); }
body.tc-why-techco-page .tc-nav__list a[href*="why-techco"]::after { right: 0; }

@media (max-width: 1024px) {
  .tc-why-hero__inner { grid-template-columns: minmax(0, 1fr) 310px; gap: 40px; }
  .tc-why-orbit { width: 310px; height: 310px; }
  .tc-why-orbit__card { width: 210px; height: 138px; }
  .tc-why-feature { gap: 54px; }
  .tc-why-feature__media { height: 295px; }
  .tc-why-feature__media-wrap { min-height: 318px; }
}

@media (max-width: 820px) {
  .tc-elementor-page { padding-top: 72px; }
  .tc-why-hero { min-height: 590px; padding: 130px 0 100px; }
  .tc-why-hero__inner { grid-template-columns: 1fr; }
  .tc-why-orbit { display: none; }
  .tc-why-hero__content { max-width: 680px; }
  .tc-why-features { padding: 78px 0 105px; }
  .tc-why-feature,
  .tc-why-feature--reverse { grid-template-columns: 1fr; gap: 54px; min-height: 0; padding-bottom: 72px; margin-bottom: 45px; }
  .tc-why-feature--reverse .tc-why-feature__media-wrap,
  .tc-why-feature--reverse .tc-why-feature__content { order: initial; }
  .tc-why-feature__media-wrap,
  .tc-why-feature--reverse .tc-why-feature__media-wrap { width: min(100%, 620px); justify-self: center; }
  .tc-why-feature__content { max-width: 680px; }
  .tc-why-feature__media { height: 370px; }
  .tc-why-feature__media-wrap { min-height: 394px; }
}

@media (max-width: 600px) {
  .tc-why-hero { min-height: 505px; padding: 120px 0 86px; }
  .tc-why-hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .tc-why-hero p { margin-top: 22px; font-size: 16px; }
  .tc-why-hero__eyebrow { font-size: 11px; }
  .tc-why-features { padding: 62px 0 82px; }
  .tc-why-feature { gap: 42px; padding-bottom: 58px; }
  .tc-why-feature__media-wrap { min-height: 268px; }
  .tc-why-feature__media { height: 250px; border-width: 5px; border-radius: 23px 58px 23px 23px; }
  .tc-why-feature--reverse .tc-why-feature__media { border-radius: 58px 23px 23px 23px; }
  .tc-why-feature__backing { left: 20px; right: -10px; top: 19px; bottom: -17px; border-radius: 24px 62px 24px 24px; }
  .tc-why-feature--reverse .tc-why-feature__backing { left: -10px; right: 20px; border-radius: 62px 24px 24px 24px; }
  .tc-why-feature__dots { width: 70px; height: 65px; right: -5px; top: -10px; background-size: 11px 11px; }
  .tc-why-feature--reverse .tc-why-feature__dots { left: -5px; }
  .tc-why-feature__badge { width: 58px; height: 58px; right: -8px; bottom: -10px; font-size: 16px; }
  .tc-why-feature--reverse .tc-why-feature__badge { left: -8px; }
  .tc-why-feature h2 { font-size: 37px; }
  .tc-why-feature p { margin-top: 18px; font-size: 16px; line-height: 1.75; }
  .tc-footer { background: #08254A; }
}

/* Products & Services and Trainings pages */
.tc-inner-hero .tc-why-hero__content { max-width: 760px; }
.tc-products-page .tc-why-hero h1 { font-size: clamp(54px, 6.3vw, 86px); max-width: 790px; }
.tc-products-page .tc-why-feature h2 { font-size: clamp(34px, 3.7vw, 52px); letter-spacing: -.045em; }
.tc-products-page .tc-why-feature p { max-width: 650px; }
.tc-products-page .tc-why-feature__media img,
.tc-trainings-page-main .tc-why-feature__media img { object-position: center; }
.tc-training-list {
  display: grid;
  gap: 14px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
.tc-training-list li {
  position: relative;
  padding: 14px 18px 14px 54px;
  border: 1px solid rgba(8,37,74,.09);
  border-radius: 16px;
  color: var(--tc-navy);
  background: linear-gradient(135deg, #fff, #F6FBFE);
  box-shadow: 0 10px 28px rgba(8,37,74,.055);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.tc-training-list li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--tc-orange);
  box-shadow: 0 0 0 2px rgba(244,122,73,.28);
  transform: translateY(-50%);
}
.tc-trainings-page-main .tc-why-feature h2 { font-size: clamp(38px, 4.2vw, 58px); }
body.tc-product-services-page .tc-nav__list a[href*="product-services"],
body.tc-trainings-page .tc-nav__list a[href*="trainings"] { color: var(--tc-navy); }
body.tc-product-services-page .tc-nav__list a[href*="product-services"]::after,
body.tc-trainings-page .tc-nav__list a[href*="trainings"]::after { right: 0; }

@media (max-width: 820px) {
  .tc-products-page .tc-why-hero h1 { font-size: clamp(49px, 11vw, 72px); }
}

@media (max-width: 600px) {
  .tc-products-page .tc-why-hero h1 { font-size: clamp(44px, 12vw, 60px); }
  .tc-training-list li { padding: 12px 14px 12px 48px; font-size: 16px; }
  .tc-training-list li::before { left: 18px; }
}


/* Contact Us page */
.tc-contact-hero .tc-why-hero__content { max-width: 720px; }
.tc-contact-content {
  position: relative;
  overflow: hidden;
  padding: 108px 0 140px;
  background: #fff;
}
.tc-contact-content::before {
  content: '';
  position: absolute;
  width: 430px;
  height: 430px;
  right: -300px;
  bottom: 70px;
  border-radius: 50%;
  background: #EDF7FC;
}
.tc-contact-heading { position: relative; max-width: 720px; margin-bottom: 52px; }
.tc-contact-heading h2 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.tc-contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: stretch;
  gap: 42px;
}
.tc-contact-cards { display: grid; gap: 18px; }
.tc-contact-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  padding: 26px 30px;
  border: 1px solid rgba(8,37,74,.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #F7FBFE 100%);
  box-shadow: 0 16px 42px rgba(8,37,74,.07);
  transition: transform .3s ease, box-shadow .3s ease;
}
.tc-contact-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(8,37,74,.12); }
.tc-contact-card__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: var(--tc-orange);
  box-shadow: 0 14px 28px rgba(244,122,73,.25);
}
.tc-contact-card__icon svg { width: 29px; height: 29px; fill: currentColor; }
.tc-contact-card h3 {
  margin: 0 0 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
.tc-contact-card address,
.tc-contact-card a {
  margin: 0;
  color: var(--tc-text);
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
}
.tc-contact-card a { font-weight: 600; }
.tc-contact-card a:hover { color: var(--tc-orange); }
.tc-contact-message {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100%;
  padding: 58px 48px;
  border-radius: 30px 92px 30px 30px;
  color: #fff;
  background: linear-gradient(145deg, var(--tc-navy-deep), var(--tc-navy));
  box-shadow: 0 28px 75px rgba(8,37,74,.22);
}
.tc-contact-message::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  right: -150px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,122,73,.45), transparent 68%);
}
.tc-contact-message__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(145deg, #000, transparent 72%);
}
.tc-contact-message__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--tc-orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .17em;
}
.tc-contact-message__eyebrow::before { content: ''; width: 34px; height: 2px; background: currentColor; }
.tc-contact-message h2 {
  max-width: 420px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.07;
  letter-spacing: -.05em;
}
.tc-contact-message p { max-width: 480px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.8; }
.tc-contact-message__button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 36px;
  padding: 15px 23px;
  border-radius: 999px;
  color: #fff;
  background: var(--tc-orange);
  box-shadow: 0 15px 32px rgba(244,122,73,.26);
  font-size: 15px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tc-contact-message__button:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 22px 42px rgba(244,122,73,.36); }
.tc-contact-message__button span { font-size: 20px; line-height: 1; }
body.tc-contact-us-page .tc-nav__list a[href*="contact-us"] { color: var(--tc-navy); }
body.tc-contact-us-page .tc-nav__list a[href*="contact-us"]::after { right: 0; }

@media (max-width: 900px) {
  .tc-contact-layout { grid-template-columns: 1fr; }
  .tc-contact-message { min-height: 460px; }
}

@media (max-width: 600px) {
  .tc-contact-content { padding: 68px 0 88px; }
  .tc-contact-heading { margin-bottom: 36px; }
  .tc-contact-card { grid-template-columns: 55px 1fr; gap: 18px; min-height: 124px; padding: 22px 20px; border-radius: 20px; }
  .tc-contact-card__icon { width: 54px; height: 54px; border-radius: 16px; }
  .tc-contact-card__icon svg { width: 25px; height: 25px; }
  .tc-contact-card h3 { font-size: 18px; }
  .tc-contact-card address, .tc-contact-card a { font-size: 15px; }
  .tc-contact-message { min-height: 420px; padding: 42px 26px; border-radius: 24px 62px 24px 24px; }
  .tc-contact-message p { font-size: 16px; }
}


/* Home page update styles v2.8 */
.tc-about__copy h2,
.tc-services .tc-section-heading h2,
.tc-values .tc-section-heading h2 { margin-top: 0; }
.tc-message-modal[hidden] { display: none !important; }
.tc-message-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 24px; }
.tc-message-modal__backdrop { position: absolute; inset: 0; background: rgba(8,37,74,.72); backdrop-filter: blur(6px); }
.tc-message-modal__dialog { position: relative; z-index: 1; width: min(100%, 640px); max-height: min(88vh, 860px); overflow: auto; padding: 34px 30px 30px; border-radius: 28px; background: #fff; box-shadow: 0 32px 90px rgba(8,37,74,.28); }
.tc-message-modal__close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #edf3f8; color: var(--tc-navy); font-size: 28px; line-height: 1; cursor: pointer; }
.tc-message-modal__dialog h2 { margin: 0 0 22px; font-family: 'Manrope', sans-serif; font-size: clamp(30px, 4vw, 42px); color: var(--tc-navy); }
.tc-message-form { display: grid; gap: 16px; }
.tc-message-form__field { display: grid; gap: 8px; }
.tc-message-form__field label { color: var(--tc-navy); font-size: 14px; font-weight: 700; }
.tc-message-form__field input, .tc-message-form__field textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(8,37,74,.14); border-radius: 16px; background: #fff; color: var(--tc-navy); font: inherit; }
.tc-message-form__field input:focus, .tc-message-form__field textarea:focus { outline: none; border-color: rgba(244,122,73,.8); box-shadow: 0 0 0 4px rgba(244,122,73,.12); }
.tc-message-form__actions { padding-top: 6px; }
body.tc-modal-open { overflow: hidden; }
@media (max-width: 767px) {
  .tc-message-modal { padding: 16px; }
  .tc-message-modal__dialog { padding: 26px 18px 22px; border-radius: 22px; }
}


/* v2.9 inner-page refinements */
.tc-why-hero__brand-word { font-weight: 900; letter-spacing: .06em; }
.tc-products-page .tc-why-feature__badge,
.tc-trainings-page-main .tc-why-feature__badge,
.tc-why-page .tc-why-feature__badge { display: none; }
.tc-products-page .tc-why-feature__kicker,
.tc-trainings-page-main .tc-why-feature__kicker,
body.tc-why-techco-page .tc-why-feature__kicker { display: none; }
.tc-products-page .tc-why-feature__dots,
.tc-trainings-page-main .tc-why-feature__dots,
body.tc-why-techco-page .tc-why-feature__dots { display: none; }
.tc-products-page .tc-why-feature,
.tc-trainings-page-main .tc-why-feature,
body.tc-why-techco-page .tc-why-feature { padding-top: 10px; }
.tc-form-notice {
  position: fixed;
  top: 92px;
  right: 24px;
  z-index: 9998;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 18px 44px rgba(8,37,74,.2);
}
.tc-form-notice--success { background: #1c8b5a; }
.tc-form-notice--error { background: #cf4a38; }
@media (max-width: 767px) {
  .tc-form-notice { left: 16px; right: 16px; top: 82px; max-width: none; }
}


/* v3.0 — keep the main hero picture consistent across every page */
.tc-why-hero,
.tc-inner-hero,
.tc-contact-hero,
.tc-products-page .tc-why-hero,
.tc-trainings-page-main .tc-why-hero,
body.tc-why-techco-page .tc-why-hero,
body.tc-product-services-page .tc-why-hero,
body.tc-trainings-page .tc-why-hero,
body.tc-contact-us-page .tc-why-hero {
  background-image:
    linear-gradient(110deg, rgba(4,23,46,.86) 0%, rgba(8,37,74,.78) 55%, rgba(13,60,109,.72) 100%),
    var(--tc-hero-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
