:root {
  --itec-primary: #0f5f85;
  --itec-primary-dark: #0b4b69;
  --itec-accent: #2a9d8f;
  --itec-surface: #f5f9fc;
  --itec-text: #2d3b46;
  --itec-muted: #647887;
}

body {
  color: var(--itec-text);
}

a {
  color: var(--itec-primary);
}

a:hover,
a:focus {
  color: var(--itec-primary-dark);
}

.tm-text-primary {
  color: var(--itec-primary);
}

.tm-btn-primary,
.tm-btn-submit {
  background-color: var(--itec-primary);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.tm-navbar {
  padding-top: 0.72rem;
  padding-bottom: 0.38rem;
  background: linear-gradient(180deg, rgba(6, 18, 29, 0.62) 0%, rgba(6, 18, 29, 0.24) 62%, rgba(6, 18, 29, 0) 100%);
}

.tm-navbar.scroll {
  background: rgba(248, 252, 255, 0.94);
  border-bottom: 1px solid rgba(15, 95, 133, 0.16);
  box-shadow: 0 10px 22px rgba(7, 32, 50, 0.12);
}

.tm-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.86rem, 1.5vw, 1.45rem);
  padding: 0.16rem clamp(18px, 2.2vw, 34px);
}

.tm-navbar.scroll .container {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tm-navbar .tm-next {
  display: inline-flex;
  align-items: center;
  margin-right: clamp(0.45rem, 1.1vw, 1.05rem);
}

.tm-navbar .navbar-collapse {
  flex: 1 1 auto;
  justify-content: flex-end;
  background: transparent;
}

.navbar-brand.tm-brand-lockup {
  gap: 0;
  white-space: nowrap;
  line-height: 0;
}

.tm-brand-logo {
  display: block;
  width: auto;
  height: 96px;
  max-height: 96px;
  max-width: min(33vw, 300px);
  border-radius: 0;
  box-shadow: none;
  flex: 0 0 auto;
  filter: brightness(0) invert(1) drop-shadow(0 5px 10px rgba(4, 15, 26, 0.42));
}

.tm-navbar.scroll .tm-brand-logo {
  height: 84px;
  max-height: 84px;
  box-shadow: none;
  filter: none;
}

.tm-nav-link {
  color: rgba(234, 246, 252, 0.96);
  font-weight: 500;
  letter-spacing: 0.006em;
  transition: color 180ms ease, border-color 180ms ease;
}

.tm-navbar .navbar-nav .tm-nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tm-navbar .navbar-nav .tm-nav-link:hover {
  color: #ffffff;
  background-color: transparent;
  border-bottom-color: rgba(203, 231, 247, 0.88);
}

.tm-navbar .navbar-nav .tm-nav-link.current {
  color: #ffffff;
  background-color: transparent;
  border-bottom-color: rgba(203, 231, 247, 1);
}

.tm-navbar.scroll .tm-nav-link {
  color: #1b4f6e;
}

.tm-navbar.scroll .navbar-nav .tm-nav-link:hover {
  color: #0f5f85;
  background-color: transparent;
  border-bottom-color: rgba(15, 95, 133, 0.7);
}

.tm-navbar.scroll .navbar-nav .tm-nav-link.current {
  color: #0f5f85;
  background-color: transparent;
  border-bottom-color: #0f5f85;
}

.navbar-toggler {
  border: 1px solid rgba(221, 237, 247, 0.58);
  border-radius: 9px;
  background: rgba(5, 19, 31, 0.2);
}

.tm-navbar.scroll .navbar-toggler {
  border-color: rgba(15, 95, 133, 0.35);
  background: rgba(15, 95, 133, 0.05);
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #0f5f85;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus,
.tm-btn-submit:hover,
.tm-btn-submit:focus {
  background-color: var(--itec-primary-dark);
}

.tm-hero-title {
  font-weight: 700;
}

.tm-hero-subtitle {
  max-width: 780px;
  margin: 0 auto;
}

/* Hero readability layer for busy backgrounds */
#infinite::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(6, 18, 29, 0.24) 0%, rgba(6, 18, 29, 0.58) 68%, rgba(5, 15, 24, 0.72) 100%),
    linear-gradient(180deg, rgba(4, 12, 20, 0.36) 0%, rgba(4, 12, 20, 0.26) 42%, rgba(4, 12, 20, 0.62) 100%);
  z-index: 1;
}

#infinite .tm-hero-text-container {
  position: relative;
  z-index: 2;
}

#infinite .tm-hero-text-container-inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1rem 1.4rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(178, 215, 238, 0.24);
  background: linear-gradient(180deg, rgba(8, 20, 31, 0.58) 0%, rgba(8, 20, 31, 0.5) 100%);
  box-shadow: 0 16px 34px rgba(4, 13, 22, 0.36);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

#infinite .tm-hero-title {
  text-shadow: 0 10px 26px rgba(4, 12, 20, 0.74), 0 2px 5px rgba(4, 12, 20, 0.85);
}

#infinite .tm-hero-subtitle,
#infinite .tm-microtrust {
  text-shadow: 0 6px 18px rgba(4, 12, 20, 0.72), 0 1px 3px rgba(4, 12, 20, 0.8);
}

.tm-hero-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tm-btn-secondary {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 14px 30px;
}

.tm-btn-secondary:hover,
.tm-btn-secondary:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

.tm-microtrust {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  color: #ecf4fa;
}

.tm-home-hero .tm-hero-text-container-inner {
  margin-top: -30px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.4rem;
  text-align: center;
}

.tm-home-hero .tm-hero-title {
  margin-bottom: 1rem;
}

.tm-home-hero .tm-hero-subtitle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 1.24rem;
  text-align: center;
}

.tm-home-hero .tm-hero-actions {
  margin-top: 2rem;
  gap: 1.05rem;
}

.tm-home-hero .tm-microtrust {
  max-width: 900px;
  margin: 1.75rem auto 0;
  line-height: 1.55;
  text-align: center;
}

.tm-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 15, 24, 0) 0%, rgba(4, 14, 22, 0.76) 72%, rgba(3, 11, 18, 0.94) 100%);
  z-index: 1;
}

.tm-home-hero .tm-hero-text-container {
  position: relative;
  z-index: 2;
}

.tm-page-hero {
  height: 58vh;
  min-height: 360px;
}

.tm-page-hero .tm-hero-text-container-inner {
  margin-top: 0;
}

.tm-fraccional-page .tm-page-hero {
  min-height: 500px;
}

.tm-fraccional-page #infinite {
  background-image: url(../img/hero-custom-03.jpg);
  background-position: center 30%;
  height: auto;
  min-height: 760px;
}

.tm-fraccional-page #infinite .tm-hero-text-container {
  height: auto;
  justify-content: flex-start;
  padding-top: clamp(7.25rem, 8.8vw, 8.8rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.4rem);
}

.tm-fraccional-page #infinite::before {
  background:
    linear-gradient(120deg, rgba(4, 18, 31, 0.8) 0%, rgba(6, 32, 48, 0.7) 44%, rgba(8, 46, 62, 0.66) 100%),
    radial-gradient(circle at 82% 20%, rgba(99, 190, 177, 0.23) 0%, rgba(99, 190, 177, 0) 36%);
}

.tm-fraccional-page #infinite::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(123, 193, 225, 0.08) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(0deg, rgba(123, 193, 225, 0.08) 1px, transparent 1px) 0 0 / 38px 38px;
  opacity: 0.28;
  z-index: 1;
}

.tm-fraccional-page #infinite .tm-hero-text-container-inner {
  max-width: 1140px;
  padding: 1.2rem 1.5rem 1.5rem;
  text-align: left;
}

.tm-fraccional-page #infinite .tm-hero-title {
  max-width: 20ch;
  margin-bottom: 0.95rem;
}

.tm-fraccional-page #infinite .tm-hero-subtitle {
  margin-left: 0;
  max-width: 800px;
}

.tm-fraccional-page #infinite .tm-hero-actions {
  justify-content: flex-start;
}

.tm-frac-hero-kicker {
  margin: 0 0 0.8rem;
  color: #d7e9f5;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-frac-hero-points {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  max-width: 820px;
}

.tm-frac-hero-points li {
  margin: 0;
  display: grid;
  grid-template-columns: 0.92rem minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  color: #e9f4fb;
  font-size: 0.99rem;
  line-height: 1.5;
}

.tm-frac-hero-points li::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #6dc4b8, #89cfee);
  box-shadow: 0 0 0 3px rgba(132, 197, 230, 0.2);
  margin-top: 0.28rem;
}

.tm-frac-hero-points li > span {
  grid-column: 2;
  min-width: 0;
}

.tm-frac-hero-points strong {
  color: #ffffff;
}

.tm-frac-kicker {
  color: #216f9a;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.tm-fraccional-page .tm-frac-emoji-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
}

.tm-fraccional-page .tm-frac-emoji-tag::before {
  content: attr(data-emoji);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(160, 206, 231, 0.42);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.98), rgba(229, 242, 250, 0.94));
  box-shadow: 0 5px 12px rgba(7, 33, 49, 0.08);
  font-size: 0.72rem;
  line-height: 1;
}

.tm-fraccional-page .tm-frac-kicker.tm-frac-emoji-tag {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.24rem 0.72rem 0.24rem 0.34rem;
  border-radius: 999px;
  border: 1px solid rgba(152, 204, 232, 0.24);
  background: linear-gradient(180deg, rgba(248, 253, 255, 0.92), rgba(241, 249, 253, 0.9));
  box-shadow: 0 8px 16px rgba(10, 37, 56, 0.04);
}

.tm-fraccional-page .tm-frac-hero-kicker.tm-frac-emoji-tag {
  width: fit-content;
  padding: 0.25rem 0.72rem 0.25rem 0.34rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 220, 240, 0.22);
  background: rgba(10, 26, 40, 0.28);
  box-shadow: inset 0 0 0 1px rgba(8, 22, 34, 0.14);
}

.tm-fraccional-page .tm-frac-hero-kicker.tm-frac-emoji-tag::before {
  border-color: rgba(197, 228, 244, 0.28);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.96), rgba(226, 241, 249, 0.9));
}

.tm-fraccional-page .tm-frac-fit-result h3.tm-frac-emoji-tag,
.tm-fraccional-page .tm-frac-fit-note h4.tm-frac-emoji-tag,
.tm-fraccional-page .tm-frac-evidence-shell .tm-section-title.tm-frac-emoji-tag,
.tm-fraccional-page .tm-frac-evidence-list h3.tm-frac-emoji-tag,
.tm-fraccional-page .tm-frac-plan-block h4.tm-frac-emoji-tag {
  display: flex;
  align-items: center;
  gap: 0.44rem;
}

.tm-fraccional-page .tm-frac-evidence-shell .tm-section-title.tm-frac-emoji-tag::before {
  flex-basis: 1.45rem;
  width: 1.45rem;
  height: 1.45rem;
  font-size: 0.8rem;
}

.tm-fraccional-page .tm-frac-evidence-list h3.tm-frac-emoji-tag::before {
  flex-basis: 1.18rem;
  width: 1.18rem;
  height: 1.18rem;
  font-size: 0.64rem;
  border-color: rgba(186, 224, 243, 0.28);
  background: linear-gradient(180deg, rgba(250, 254, 255, 0.95), rgba(230, 244, 251, 0.9));
  box-shadow: 0 5px 10px rgba(2, 16, 26, 0.18);
}

.tm-fraccional-page .tm-frac-plan-chip.tm-frac-emoji-tag {
  gap: 0.34rem;
  padding-left: 0.34rem;
}

.tm-fraccional-page .tm-frac-plan-chip.tm-frac-emoji-tag::before {
  flex-basis: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.56rem;
  box-shadow: none;
  border-color: rgba(135, 191, 221, 0.3);
  background: linear-gradient(180deg, rgba(249, 253, 255, 0.98), rgba(238, 248, 253, 0.94));
}

.tm-fraccional-page .tm-frac-plan-card-plus .tm-frac-plan-chip.tm-frac-emoji-tag::before {
  border-color: rgba(117, 190, 180, 0.3);
  background: linear-gradient(180deg, rgba(248, 254, 252, 0.98), rgba(236, 250, 246, 0.94));
}

.tm-fraccional-page .tm-frac-plan-block h4.tm-frac-emoji-tag::before {
  flex-basis: 1.05rem;
  width: 1.05rem;
  height: 1.05rem;
  font-size: 0.56rem;
  box-shadow: none;
}

.tm-frac-plan-reference::before {
  content: "💡";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 189, 214, 0.34);
  background: linear-gradient(180deg, rgba(250, 254, 255, 0.97), rgba(236, 248, 253, 0.93));
  box-shadow: 0 4px 10px rgba(11, 39, 57, 0.05);
  font-size: 0.66rem;
  line-height: 1;
  vertical-align: -0.08rem;
}

.tm-frac-journey-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 84px;
  background:
    radial-gradient(circle at 8% 12%, rgba(78, 145, 184, 0.13) 0, rgba(78, 145, 184, 0) 32%),
    radial-gradient(circle at 91% 84%, rgba(61, 166, 152, 0.11) 0, rgba(61, 166, 152, 0) 32%),
    linear-gradient(180deg, #f5f9fc 0%, #eef5fa 100%);
}

.tm-frac-journey-intro {
  margin: 0.45rem auto 0;
  max-width: 880px;
  color: #4b6071;
  font-size: 1.07rem;
  line-height: 1.62;
}

.tm-frac-journey {
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.95rem;
}

.tm-frac-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(132, 176, 202, 0.3);
  background: linear-gradient(164deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.95));
  box-shadow: 0 14px 28px rgba(10, 36, 56, 0.09);
}

.tm-frac-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  width: 2px;
  height: 1rem;
  background: linear-gradient(180deg, rgba(28, 108, 151, 0.52), rgba(28, 108, 151, 0.08));
}

.tm-frac-step-time {
  position: relative;
  border-radius: 14px;
  padding: 0.95rem 0.92rem 0.95rem 1.05rem;
  background: linear-gradient(165deg, rgba(10, 32, 47, 0.94), rgba(12, 43, 62, 0.88));
  box-shadow: 0 12px 24px rgba(6, 20, 32, 0.2);
}

.tm-frac-step-time::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 1.12rem;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #5ac7ba, #76bce2);
  box-shadow: 0 0 0 4px rgba(70, 169, 201, 0.16);
}

.tm-frac-step-chip {
  margin: 0 0 0.42rem;
  color: #d6eaf7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tm-frac-step-time h3 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.3;
}

.tm-frac-step-time p {
  margin: 0;
  color: #daedf9;
  font-size: 0.97rem;
  line-height: 1.5;
}

.tm-frac-layer-list {
  display: grid;
  gap: 0.52rem;
}

.tm-frac-layer {
  margin: 0;
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(137, 178, 202, 0.3);
  padding: 0.72rem 0.84rem;
  background: #ffffff;
}

.tm-frac-layer h4 {
  margin: 0;
  color: #0f5f85;
  font-size: 0.81rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-frac-layer p {
  margin: 0;
  color: #3c5567;
  font-size: 0.99rem;
  line-height: 1.5;
}

.tm-frac-layer-problem {
  border-left: 4px solid rgba(187, 93, 75, 0.72);
  background: linear-gradient(180deg, rgba(255, 247, 244, 0.9), rgba(255, 255, 255, 0.95));
}

.tm-frac-layer-intervention {
  border-left: 4px solid rgba(28, 112, 155, 0.7);
  background: linear-gradient(180deg, rgba(242, 249, 255, 0.9), rgba(255, 255, 255, 0.95));
}

.tm-frac-layer-evidence {
  border-left: 4px solid rgba(56, 144, 162, 0.72);
  background: linear-gradient(180deg, rgba(241, 252, 252, 0.9), rgba(255, 255, 255, 0.95));
}

.tm-frac-layer-result {
  border-left: 4px solid rgba(68, 148, 109, 0.72);
  background: linear-gradient(180deg, rgba(244, 252, 246, 0.92), rgba(255, 255, 255, 0.95));
}

.tm-frac-evidence-section {
  padding-top: 90px;
  padding-bottom: 86px;
  background:
    linear-gradient(180deg, rgba(8, 27, 41, 0.96), rgba(10, 34, 49, 0.96)),
    radial-gradient(circle at 12% 8%, rgba(116, 182, 219, 0.14) 0, rgba(116, 182, 219, 0) 40%);
}

.tm-frac-evidence-shell {
  border-radius: 20px;
  border: 1px solid rgba(154, 206, 235, 0.4);
  background: linear-gradient(165deg, rgba(8, 27, 42, 0.94), rgba(10, 34, 50, 0.92));
  box-shadow: 0 18px 36px rgba(4, 15, 24, 0.34);
  padding: 1.45rem 1.4rem 1.35rem;
}

.tm-frac-evidence-shell .tm-section-title {
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.tm-frac-evidence-intro {
  margin: 0;
  color: #d5eaf8;
  font-size: 1rem;
  line-height: 1.56;
}

.tm-frac-evidence-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.tm-frac-evidence-list li {
  margin: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.84rem;
  padding: 0.74rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(143, 191, 218, 0.35);
  background: linear-gradient(180deg, rgba(14, 42, 62, 0.9), rgba(13, 38, 57, 0.9));
}

.tm-frac-evidence-index {
  width: 2.12rem;
  height: 2.12rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 218, 241, 0.48);
  background: linear-gradient(180deg, rgba(246, 252, 255, 0.94), rgba(225, 240, 249, 0.92));
  color: #1b628a;
  font-size: 0.86rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.tm-frac-evidence-list h3 {
  margin: 0 0 0.14rem;
  color: #f7fcff;
  font-size: 1rem;
}

.tm-frac-evidence-list p {
  margin: 0;
  color: #cee4f4;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tm-frac-contrast-section {
  padding-top: 88px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 10% 20%, rgba(105, 177, 214, 0.15) 0, rgba(105, 177, 214, 0) 36%),
    radial-gradient(circle at 90% 84%, rgba(80, 179, 161, 0.13) 0, rgba(80, 179, 161, 0) 36%),
    linear-gradient(180deg, #f4f9fd 0%, #eef6fb 100%);
}

.tm-frac-contrast-head p {
  margin: 0.25rem auto 0;
  max-width: 720px;
  color: #4a6071;
  font-size: 1rem;
  line-height: 1.56;
}

.tm-frac-contrast-board {
  margin-top: 1.65rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.9rem;
}

.tm-frac-state {
  border-radius: 16px;
  border: 1px solid rgba(145, 182, 205, 0.34);
  padding: 1.12rem 1.04rem;
  box-shadow: 0 13px 24px rgba(10, 36, 56, 0.08);
}

.tm-frac-state h3 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
}

.tm-frac-state ul {
  margin: 0;
  padding-left: 1.12rem;
}

.tm-frac-state li {
  margin: 0.48rem 0;
  color: #3f5567;
  line-height: 1.5;
}

.tm-frac-state-before {
  background: linear-gradient(180deg, rgba(255, 246, 244, 0.88), rgba(255, 255, 255, 0.95));
  border-color: rgba(203, 156, 145, 0.38);
}

.tm-frac-state-before h3 {
  color: #8f3e2d;
}

.tm-frac-state-after {
  background: linear-gradient(180deg, rgba(242, 252, 246, 0.9), rgba(255, 255, 255, 0.95));
  border-color: rgba(140, 189, 162, 0.4);
}

.tm-frac-state-after h3 {
  color: #266a4e;
}

.tm-frac-scenarios-section {
  padding-top: 84px;
  padding-bottom: 78px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.tm-frac-scenarios-list {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.tm-frac-scenario-item {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(147, 187, 209, 0.32);
  padding: 0.8rem 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 255, 0.95));
}

.tm-frac-scenario-item h3 {
  margin: 0;
  color: #135c82;
  font-size: 1rem;
  line-height: 1.36;
}

.tm-frac-scenario-item p {
  margin: 0;
  color: #405769;
  line-height: 1.5;
}

.tm-frac-final-cta {
  padding-top: 12px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
}

.tm-frac-final-cta .tm-cta-band {
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(11, 42, 62, 0.18);
}

.tm-frac-final-cta .tm-cta-band h2 {
  max-width: 24ch;
}

.tm-frac-final-cta .tm-cta-band p {
  max-width: 72ch;
}

.tm-frac-fit-section {
  position: relative;
  padding-bottom: 84px;
  background:
    radial-gradient(circle at 9% 10%, rgba(89, 164, 203, 0.12) 0, rgba(89, 164, 203, 0) 34%),
    radial-gradient(circle at 92% 86%, rgba(76, 176, 159, 0.11) 0, rgba(76, 176, 159, 0) 34%),
    linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
}

.tm-frac-fit-shell {
  border-radius: 20px;
  border: 1px solid rgba(147, 188, 212, 0.3);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 255, 0.93));
  box-shadow: 0 16px 30px rgba(10, 37, 56, 0.08);
  padding: 1.35rem 1.3rem 1.25rem;
}

.tm-frac-fit-intro {
  margin: 0.4rem auto 0;
  max-width: 880px;
  color: #475f70;
  font-size: 1.04rem;
  line-height: 1.58;
}

.tm-frac-fit-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.tm-frac-fit-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.tm-frac-fit-checklist li {
  margin: 0;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  padding: 0.8rem 0.88rem;
  border-radius: 14px;
  border: 1px solid rgba(138, 183, 209, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 251, 255, 0.9));
  box-shadow: 0 8px 16px rgba(12, 42, 61, 0.05);
  color: #3f5869;
  line-height: 1.5;
}

.tm-frac-fit-mark {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(102, 172, 201, 0.42);
  background: linear-gradient(180deg, rgba(246, 253, 255, 0.96), rgba(235, 247, 253, 0.92));
  color: #13648d;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.tm-frac-fit-aside {
  display: grid;
  gap: 0.8rem;
}

.tm-frac-fit-result,
.tm-frac-fit-note {
  border-radius: 16px;
  border: 1px solid rgba(136, 183, 208, 0.28);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.9));
  box-shadow: 0 10px 20px rgba(11, 39, 58, 0.06);
  padding: 0.95rem 0.95rem 0.9rem;
}

.tm-frac-fit-result {
  border-color: rgba(99, 174, 163, 0.32);
  background:
    radial-gradient(circle at 15% 8%, rgba(103, 198, 181, 0.14) 0, rgba(103, 198, 181, 0) 46%),
    linear-gradient(165deg, rgba(247, 255, 253, 0.96), rgba(242, 252, 249, 0.92));
}

.tm-frac-fit-result h3,
.tm-frac-fit-note h4 {
  margin: 0 0 0.3rem;
  color: #115f85;
  font-size: 1rem;
  line-height: 1.35;
}

.tm-frac-fit-result h3 {
  color: #196c60;
  font-size: 1.08rem;
}

.tm-frac-fit-result p,
.tm-frac-fit-note p {
  margin: 0;
  color: #3f5868;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tm-frac-evidence-note {
  margin: 1rem 0 0;
  padding: 0.92rem 0.95rem 0.92rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(154, 206, 235, 0.34);
  background: linear-gradient(180deg, rgba(14, 42, 62, 0.92), rgba(13, 38, 57, 0.9));
  color: #d7ebf8;
  font-size: 0.95rem;
  line-height: 1.52;
  position: relative;
}

.tm-frac-evidence-note::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 0.7rem;
  bottom: 0.7rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(117, 194, 230, 0.92), rgba(102, 191, 173, 0.48));
}

.tm-frac-evidence-note {
  padding-left: 1.2rem;
}

.tm-frac-plans-section {
  padding-top: 86px;
  padding-bottom: 84px;
  background:
    radial-gradient(circle at 10% 18%, rgba(103, 176, 216, 0.12) 0, rgba(103, 176, 216, 0) 34%),
    radial-gradient(circle at 88% 82%, rgba(85, 182, 167, 0.1) 0, rgba(85, 182, 167, 0) 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef6fb 100%);
}

.tm-frac-plans-head .tm-section-title {
  margin-bottom: 0.3rem;
}

.tm-frac-contrast-head-sub {
  margin: 0.3rem auto 0;
  max-width: 820px;
  color: #4a6172;
  font-size: 1.01rem;
  line-height: 1.58;
}

.tm-frac-plan-reference {
  margin: 1.25rem auto 0;
  max-width: 1060px;
  border-radius: 14px;
  border: 1px solid rgba(136, 184, 211, 0.32);
  background: linear-gradient(180deg, rgba(246, 252, 255, 0.96), rgba(239, 248, 253, 0.9));
  box-shadow: 0 10px 20px rgba(11, 39, 57, 0.05);
  color: #2a526a;
  padding: 0.88rem 0.95rem;
  text-align: center;
  line-height: 1.5;
}

.tm-frac-plan-reference strong {
  color: #0f5f85;
}

.tm-frac-plans-grid {
  margin-top: 1.05rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  align-items: start;
}

.tm-frac-plan-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(139, 182, 206, 0.3);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.97), rgba(245, 251, 255, 0.93));
  box-shadow: 0 14px 28px rgba(10, 37, 56, 0.08);
  padding: 1rem 1rem 0.95rem;
  overflow: hidden;
}

.tm-frac-plan-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
}

.tm-frac-plan-card-base::before {
  background: linear-gradient(90deg, rgba(39, 123, 170, 0.95), rgba(94, 180, 221, 0.4));
}

.tm-frac-plan-card-plus {
  border-color: rgba(118, 191, 180, 0.34);
  background:
    radial-gradient(circle at 88% 10%, rgba(108, 199, 184, 0.14) 0, rgba(108, 199, 184, 0) 44%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.97), rgba(244, 252, 250, 0.94));
}

.tm-frac-plan-card-plus::before {
  background: linear-gradient(90deg, rgba(36, 143, 134, 0.95), rgba(103, 196, 184, 0.42));
}

.tm-frac-plan-head h3 {
  margin: 0.3rem 0 0.3rem;
  color: #0f5f85;
  font-size: 1.28rem;
  line-height: 1.28;
}

.tm-frac-plan-card-plus .tm-frac-plan-head h3 {
  color: #156f71;
}

.tm-frac-plan-sub {
  margin: 0;
  color: #455d6e;
  font-size: 0.97rem;
  line-height: 1.52;
}

.tm-frac-plan-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(115, 177, 213, 0.34);
  background: rgba(247, 252, 255, 0.92);
  color: #1b668f;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-frac-plan-card-plus .tm-frac-plan-chip {
  border-color: rgba(113, 189, 178, 0.34);
  color: #1c726f;
  background: rgba(247, 254, 252, 0.92);
}

.tm-frac-plan-block {
  margin-top: 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(141, 185, 210, 0.24);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.8rem 0.84rem 0.78rem;
}

.tm-frac-plan-block h4 {
  margin: 0 0 0.42rem;
  color: #125f86;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tm-frac-plan-card-plus .tm-frac-plan-block h4 {
  color: #1c726f;
}

.tm-frac-plan-block-muted {
  border-color: rgba(178, 167, 199, 0.18);
  background: linear-gradient(180deg, rgba(249, 251, 255, 0.88), rgba(247, 250, 255, 0.84));
}

.tm-frac-plan-block-soft {
  border-color: rgba(122, 191, 182, 0.22);
  background: linear-gradient(180deg, rgba(242, 253, 250, 0.86), rgba(246, 253, 251, 0.82));
}

.tm-frac-plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.tm-frac-plan-list li {
  margin: 0;
  display: flex;
  gap: 0.56rem;
  align-items: start;
  color: #3e5869;
  font-size: 0.93rem;
  line-height: 1.48;
}

.tm-frac-plan-list li > span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.tm-frac-plan-list li::before {
  content: \"✓\";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1rem;
  width: 1rem;
  color: #1a7e78;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.04rem;
}

.tm-frac-plan-list-no li::before {
  content: \"−\";
  color: #6d7f90;
}

.tm-frac-plan-list-examples li::before {
  content: \"→\";
  color: #1f7d9f;
}

.tm-frac-addon-card {
  margin-top: 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(138, 182, 207, 0.28);
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.95), rgba(245, 251, 255, 0.9));
  box-shadow: 0 12px 24px rgba(11, 39, 57, 0.06);
  padding: 0.95rem 1rem;
}

.tm-frac-addon-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.7rem;
  margin-bottom: 0.35rem;
}

.tm-frac-addon-chip {
  border-color: rgba(129, 183, 209, 0.3);
}

.tm-frac-addon-head h3 {
  margin: 0;
  color: #115f86;
  font-size: 1.08rem;
}

.tm-frac-addon-card > p {
  margin: 0;
  color: #445d6f;
  line-height: 1.52;
}

.tm-frac-addon-list {
  margin: 0.65rem 0 0;
  padding-left: 1.05rem;
}

.tm-frac-addon-list li {
  margin: 0.36rem 0;
  color: #40596a;
  line-height: 1.48;
}

.tm-frac-compare-section {
  padding-top: 88px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 12% 14%, rgba(92, 164, 208, 0.14) 0, rgba(92, 164, 208, 0) 35%),
    radial-gradient(circle at 90% 84%, rgba(78, 181, 163, 0.12) 0, rgba(78, 181, 163, 0) 34%),
    linear-gradient(180deg, #f5f9fd 0%, #eef5fb 100%);
}

.tm-frac-compare-shell {
  margin-top: 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(140, 183, 208, 0.28);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.92));
  box-shadow: 0 14px 26px rgba(10, 36, 56, 0.08);
  padding: 0.8rem;
}

.tm-frac-compare-wrap {
  overflow: auto;
  border-radius: 12px;
}

.tm-frac-compare-wrap:focus {
  outline: 2px solid rgba(32, 124, 174, 0.35);
  outline-offset: 2px;
}

.tm-frac-compare-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

.tm-frac-compare-table th,
.tm-frac-compare-table td {
  padding: 0.85rem 0.9rem;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid rgba(140, 182, 206, 0.2);
}

.tm-frac-compare-table thead th {
  color: #0f5f85;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(244, 251, 255, 0.95), rgba(238, 248, 253, 0.92));
}

.tm-frac-compare-table tbody td {
  color: #3e5768;
  font-size: 0.95rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.66);
}

.tm-frac-compare-table tbody tr:nth-child(even) td {
  background: rgba(247, 252, 255, 0.76);
}

.tm-frac-compare-table tbody td:first-child {
  width: 44%;
}

.tm-frac-compare-table tbody td strong {
  color: #115f86;
}

.tm-frac-faq-section {
  padding-bottom: 84px;
  background:
    radial-gradient(circle at 8% 12%, rgba(91, 165, 207, 0.1) 0, rgba(91, 165, 207, 0) 30%),
    radial-gradient(circle at 92% 84%, rgba(79, 180, 163, 0.08) 0, rgba(79, 180, 163, 0) 30%),
    linear-gradient(180deg, #f7fbff 0%, #eef6fb 100%);
}

.tm-frac-faq-section .tm-pain-faq-block {
  margin-top: 0;
}

@media (max-width: 991px) {
  .tm-frac-fit-section,
  .tm-frac-plans-section,
  .tm-frac-compare-section,
  .tm-frac-faq-section {
    padding-bottom: 70px;
  }

  .tm-frac-fit-grid {
    grid-template-columns: 1fr;
  }

  .tm-frac-plans-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .tm-frac-plan-reference {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .tm-frac-fit-shell,
  .tm-frac-compare-shell {
    border-radius: 16px;
    padding: 0.9rem 0.85rem;
  }

  .tm-frac-fit-intro,
  .tm-frac-contrast-head-sub {
    font-size: 0.94rem;
  }

  .tm-frac-fit-checklist {
    gap: 0.55rem;
  }

  .tm-frac-fit-checklist li {
    grid-template-columns: 1.8rem minmax(0, 1fr);
    gap: 0.58rem;
    padding: 0.7rem;
    font-size: 0.9rem;
  }

  .tm-frac-fit-mark {
    width: 1.72rem;
    height: 1.72rem;
    font-size: 0.86rem;
  }

  .tm-frac-fit-result p,
  .tm-frac-fit-note p {
    font-size: 0.9rem;
  }

  .tm-frac-evidence-note {
    font-size: 0.89rem;
    padding: 0.8rem 0.78rem 0.8rem 1rem;
  }

  .tm-frac-evidence-note::before {
    left: 0.6rem;
    top: 0.6rem;
    bottom: 0.6rem;
  }

  .tm-frac-plan-card,
  .tm-frac-addon-card {
    border-radius: 15px;
    padding: 0.84rem 0.82rem 0.8rem;
  }

  .tm-frac-plan-head h3 {
    font-size: 1.1rem;
  }

  .tm-frac-plan-sub,
  .tm-frac-plan-list li,
  .tm-frac-addon-card > p,
  .tm-frac-addon-list li {
    font-size: 0.89rem;
  }

  .tm-frac-plan-block {
    padding: 0.7rem;
  }

  .tm-frac-plan-reference {
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }

  .tm-frac-compare-table th,
  .tm-frac-compare-table td {
    padding: 0.72rem 0.72rem;
  }

  .tm-frac-compare-table thead th {
    font-size: 0.77rem;
  }

  .tm-frac-compare-table tbody td {
    font-size: 0.88rem;
  }
}

.tm-js .tm-frac-step[data-reveal],
.tm-js .tm-frac-state[data-reveal],
.tm-js .tm-frac-scenario-item[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.tm-js .tm-frac-step.is-visible,
.tm-js .tm-frac-state.is-visible,
.tm-js .tm-frac-scenario-item.is-visible {
  opacity: 1;
  transform: none;
}

/* Projects page */
.tm-projects-page .tm-page-hero {
  min-height: 510px;
}

.tm-projects-page #infinite {
  background-image: url(../img/hero-custom-01.jpg);
  background-position: center 34%;
}

.tm-projects-page #infinite::before {
  background:
    linear-gradient(122deg, rgba(5, 19, 31, 0.84) 0%, rgba(7, 30, 45, 0.76) 52%, rgba(10, 44, 62, 0.72) 100%),
    radial-gradient(circle at 84% 18%, rgba(100, 189, 175, 0.25) 0%, rgba(100, 189, 175, 0) 40%);
}

.tm-projects-page #infinite::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(131, 196, 227, 0.08) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(0deg, rgba(131, 196, 227, 0.08) 1px, transparent 1px) 0 0 / 44px 44px;
  opacity: 0.28;
  z-index: 1;
}

.tm-projects-page #infinite .tm-hero-text-container-inner {
  max-width: 1120px;
  padding: 1.2rem 1.5rem 1.52rem;
  text-align: left;
}

.tm-projects-page #infinite .tm-hero-title {
  max-width: 18ch;
  margin-bottom: 0.9rem;
}

.tm-projects-page #infinite .tm-hero-subtitle {
  margin-left: 0;
  max-width: 880px;
  font-size: 1.18rem;
  line-height: 1.55;
}

.tm-projects-page #infinite .tm-hero-actions {
  justify-content: flex-start;
}

.tm-proj-hero-kicker {
  margin: 0 0 0.82rem;
  color: #d8ecf8;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tm-proj-hero-trust {
  margin: 1.28rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.58rem;
}

.tm-proj-hero-trust li {
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(174, 216, 238, 0.32);
  background: linear-gradient(180deg, rgba(9, 30, 44, 0.84), rgba(8, 26, 40, 0.74));
  box-shadow: 0 10px 20px rgba(4, 15, 24, 0.22);
  padding: 0.7rem 0.76rem;
  color: #e8f4fb;
  font-size: 0.9rem;
  line-height: 1.42;
}

.tm-proj-engine-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 9% 13%, rgba(93, 159, 195, 0.14) 0, rgba(93, 159, 195, 0) 30%),
    radial-gradient(circle at 92% 83%, rgba(70, 171, 158, 0.12) 0, rgba(70, 171, 158, 0) 32%),
    linear-gradient(180deg, #f5f9fc 0%, #edf5fa 100%);
}

.tm-proj-kicker {
  color: #206e98;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.tm-proj-engine-intro {
  margin: 0.42rem auto 0;
  max-width: 820px;
  color: #4a6071;
  font-size: 1.06rem;
  line-height: 1.6;
}

.tm-proj-engine {
  margin-top: 1.9rem;
  display: grid;
  gap: 0.76rem;
}

.tm-proj-stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(136, 180, 206, 0.34);
  background: linear-gradient(164deg, rgba(255, 255, 255, 0.96), rgba(243, 250, 255, 0.94));
  box-shadow: 0 12px 24px rgba(10, 35, 53, 0.08);
}

.tm-proj-stage:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.86rem;
  bottom: -0.76rem;
  width: 2px;
  height: 0.76rem;
  background: linear-gradient(180deg, rgba(28, 111, 154, 0.58), rgba(28, 111, 154, 0.1));
}

.tm-proj-stage-index {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 177, 218, 0.52);
  background: linear-gradient(150deg, #0f6e9d, #115f86);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-top: 0.08rem;
}

.tm-proj-stage-body h3 {
  margin: 0 0 0.35rem;
  color: #115b80;
  font-size: 1.2rem;
  line-height: 1.3;
}

.tm-proj-stage-body p {
  margin: 0;
  color: #3e5668;
  font-size: 1rem;
  line-height: 1.54;
}

.tm-proj-stage-output {
  margin-top: 0.42rem !important;
}

.tm-proj-stage-output strong {
  color: #0f5f85;
}

.tm-proj-mid-cta {
  margin-top: 1.72rem;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(10, 37, 54, 0.16);
}

.tm-proj-mid-cta h2 {
  max-width: 24ch;
}

.tm-proj-types-section {
  padding-top: 84px;
  padding-bottom: 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.tm-proj-types-intro {
  margin: 0.38rem auto 0;
  max-width: 760px;
  color: #4b6273;
  font-size: 1rem;
  line-height: 1.55;
}

.tm-proj-types-grid {
  margin-top: 1.45rem;
  display: grid;
  gap: 0.72rem;
}

.tm-proj-type {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
  border-radius: 13px;
  border: 1px solid rgba(142, 185, 209, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.95));
  box-shadow: 0 10px 22px rgba(10, 36, 55, 0.08);
  padding: 0.86rem 0.9rem;
  overflow: hidden;
}

.tm-proj-type::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(22, 113, 159, 0.86), rgba(54, 166, 149, 0.72));
}

.tm-proj-type-tag {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(141, 190, 217, 0.48);
  background: linear-gradient(180deg, rgba(245, 252, 255, 0.95), rgba(232, 245, 252, 0.9));
  color: #176089;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
  padding: 0.28rem 0.7rem;
}

.tm-proj-type h3 {
  margin: 0 0 0.24rem;
  color: #125d82;
  font-size: 1.12rem;
}

.tm-proj-type p {
  margin: 0;
  color: #3f5869;
  line-height: 1.5;
}

.tm-proj-deliverables-section {
  padding-top: 90px;
  padding-bottom: 86px;
  background:
    linear-gradient(180deg, rgba(8, 26, 39, 0.96), rgba(9, 33, 47, 0.96)),
    radial-gradient(circle at 14% 10%, rgba(102, 178, 214, 0.15) 0, rgba(102, 178, 214, 0) 40%);
}

.tm-proj-deliverables-shell {
  border-radius: 18px;
  border: 1px solid rgba(154, 203, 231, 0.42);
  background: linear-gradient(164deg, rgba(9, 31, 47, 0.93), rgba(11, 36, 53, 0.9));
  box-shadow: 0 18px 36px rgba(4, 15, 24, 0.34);
  padding: 1.4rem 1.3rem;
}

.tm-proj-deliverables-shell .tm-section-title {
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.tm-proj-deliverables-intro {
  margin: 0;
  color: #d3e8f6;
  font-size: 0.99rem;
  line-height: 1.54;
}

.tm-proj-deliverables-list {
  margin: 1.06rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.58rem;
}

.tm-proj-deliverables-list li {
  margin: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.78rem;
  border-radius: 12px;
  border: 1px solid rgba(146, 193, 220, 0.36);
  background: linear-gradient(180deg, rgba(14, 43, 62, 0.9), rgba(12, 37, 55, 0.9));
  padding: 0.7rem 0.76rem;
}

.tm-proj-deliverables-index {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(170, 217, 241, 0.52);
  background: linear-gradient(180deg, rgba(246, 253, 255, 0.95), rgba(227, 242, 250, 0.93));
  color: #1c668f;
  font-size: 0.82rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.tm-proj-deliverables-list h3 {
  margin: 0 0 0.14rem;
  color: #f4fbff;
  font-size: 0.99rem;
}

.tm-proj-deliverables-list p {
  margin: 0;
  color: #cae2f2;
  font-size: 0.93rem;
  line-height: 1.48;
}

.tm-proj-fit-section {
  padding-top: 84px;
  padding-bottom: 80px;
  background:
    radial-gradient(circle at 10% 14%, rgba(109, 177, 212, 0.13) 0, rgba(109, 177, 212, 0) 34%),
    radial-gradient(circle at 90% 84%, rgba(82, 171, 158, 0.11) 0, rgba(82, 171, 158, 0) 34%),
    linear-gradient(180deg, #f4f9fd 0%, #edf5fa 100%);
}

.tm-proj-fit-shell {
  border-radius: 16px;
  border: 1px solid rgba(140, 185, 211, 0.34);
  background: linear-gradient(164deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 255, 0.95));
  box-shadow: 0 12px 24px rgba(10, 36, 54, 0.08);
  padding: 1.2rem 1.12rem;
}

.tm-proj-fit-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.44rem;
}

.tm-proj-fit-list li {
  margin: 0;
  padding: 0.54rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(199, 163, 153, 0.34);
  background: linear-gradient(180deg, rgba(255, 247, 245, 0.9), rgba(255, 255, 255, 0.95));
  color: #8b4434;
  line-height: 1.5;
}

.tm-proj-fit-list-no li::before {
  content: "No";
  margin-right: 0.42rem;
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8b4434;
}

.tm-proj-fit-yes {
  margin: 0.84rem 0 0;
  border-radius: 10px;
  border: 1px solid rgba(136, 188, 162, 0.44);
  background: linear-gradient(180deg, rgba(243, 252, 246, 0.9), rgba(255, 255, 255, 0.95));
  padding: 0.68rem 0.75rem;
  color: #2a6a50;
  line-height: 1.52;
  font-weight: 600;
}

.tm-projects-page .tm-representative-section .tm-bg-overlay {
  background: rgba(9, 31, 45, 0.56);
}

.tm-proj-final-cta {
  padding-top: 14px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, #f4f9fd 0%, #edf5fb 100%);
}

.tm-proj-final-cta .tm-cta-band {
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(10, 37, 54, 0.16);
}

.tm-proj-final-cta .tm-cta-band h2 {
  max-width: 22ch;
}

.tm-proj-final-cta .tm-cta-band p {
  max-width: 72ch;
}

.tm-js .tm-proj-stage[data-reveal],
.tm-js .tm-proj-type[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.tm-js .tm-proj-stage.is-visible,
.tm-js .tm-proj-type.is-visible {
  opacity: 1;
  transform: none;
}

.tm-card-grid {
  margin-top: 1.25rem;
}

.tm-card {
  background: #fff;
  border: 1px solid #e7eff5;
  border-radius: 12px;
  padding: 1.25rem;
  height: 100%;
  box-shadow: 0 8px 20px rgba(15, 44, 64, 0.06);
}

.tm-card h3,
.tm-card h4 {
  color: var(--itec-primary);
  font-size: 1.15rem;
}

.tm-pain-lanes-section {
  position: relative;
  padding-top: 92px;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 7% 13%, rgba(78, 145, 184, 0.08) 0%, rgba(78, 145, 184, 0) 35%),
    radial-gradient(circle at 92% 84%, rgba(67, 157, 145, 0.07) 0%, rgba(67, 157, 145, 0) 38%),
    linear-gradient(180deg, #f4f8fb 0%, #eef5fa 100%);
}

.tm-pain-lanes-section .container {
  max-width: 1320px;
}

.tm-pain-lanes-section .tm-content-box {
  margin-bottom: 0.35rem;
}

.tm-pain-lanes-intro {
  margin: 0.35rem auto 0;
  max-width: 980px;
  color: #465b69;
  font-size: 1.1rem;
  line-height: 1.62;
}

.tm-pain-lanes {
  margin-top: 2.3rem;
  display: grid;
  gap: 1.2rem;
}

.tm-pain-faq-block {
  margin-top: 2.35rem;
  padding: 1.35rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(140, 183, 210, 0.28);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 255, 0.9));
  box-shadow: 0 14px 28px rgba(10, 39, 58, 0.08);
}

.tm-pain-faq-title {
  margin: 0;
  text-align: center;
  color: #0f5f85;
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
  line-height: 1.25;
}

.tm-pain-faq-intro {
  margin: 0.5rem auto 1rem;
  max-width: 760px;
  text-align: center;
  color: #486173;
  font-size: 1.01rem;
  line-height: 1.56;
}

.tm-pain-faq-block .tm-faq-accordion {
  max-width: 100%;
}

.tm-pain-lane {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 1.06rem;
  align-items: stretch;
  padding: 0.65rem;
  border-radius: 20px;
  border: 1px solid rgba(140, 183, 210, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 255, 0.86));
  box-shadow: 0 14px 26px rgba(11, 40, 60, 0.08);
}

.tm-pain-stage {
  border-radius: 15px;
  padding: 1.2rem 1.25rem 1.22rem;
  border: 1px solid rgba(148, 190, 214, 0.28);
  background: #ffffff;
  box-shadow: 0 9px 20px rgba(9, 34, 52, 0.06);
}

.tm-pain-stage-tag {
  margin: 0 0 1.25rem;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}

.tm-pain-stage h3,
.tm-pain-stage h4 {
  margin: 0 0 0.62rem;
  color: #0f5f85;
  line-height: 1.25;
}

.tm-pain-stage h3 {
  font-size: 1.64rem;
}

.tm-pain-stage h4 {
  font-size: 1.27rem;
}

.tm-pain-stage p {
  margin: 0;
  color: #334a59;
  font-size: 1.06rem;
  line-height: 1.62;
}

.tm-pain-stage-list {
  margin: 0.18rem 0 0;
  padding-left: 1.18rem;
}

.tm-pain-stage-list li {
  margin: 0.48rem 0;
  color: #2f4655;
  font-size: 1.02rem;
  line-height: 1.5;
}

.tm-pain-stage-problem {
  background: linear-gradient(180deg, #fff7f5 0%, #fffefe 100%);
  border-color: rgba(225, 168, 156, 0.34);
}

.tm-pain-stage-problem .tm-pain-stage-tag {
  color: #8f3d2f;
  background: rgba(180, 78, 56, 0.12);
}

.tm-pain-stage-governance {
  position: relative;
  background: linear-gradient(180deg, #f2f9ff 0%, #f7fbff 100%);
  border-color: rgba(129, 183, 216, 0.35);
}

.tm-pain-stage-governance::before,
.tm-pain-stage-governance::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0f5f85;
  border: 1px solid rgba(121, 177, 212, 0.44);
  box-shadow: 0 8px 15px rgba(10, 39, 58, 0.12);
  font-weight: 700;
}

.tm-pain-stage-governance::before {
  left: -0.82rem;
}

.tm-pain-stage-governance::after {
  right: -0.82rem;
}

.tm-pain-stage-governance .tm-pain-stage-tag {
  color: #135e83;
  background: rgba(41, 121, 168, 0.14);
}

.tm-pain-stage-outcome {
  background: linear-gradient(180deg, #f4fbf7 0%, #fdfefe 100%);
  border-color: rgba(124, 183, 156, 0.34);
}

.tm-pain-stage-outcome .tm-pain-stage-tag {
  color: #1f6f52;
  background: rgba(62, 143, 103, 0.14);
}

.tm-pain-stage-chip {
  margin-top: 0.95rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(103, 171, 136, 0.42);
  background: rgba(93, 161, 126, 0.13);
  color: #1b684c;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.28rem 0.66rem;
}

.tm-pain-section {
  --pain-merge: 0.38;
  --pain-card-alpha: 0.44;
  --pain-overlay-alpha: 0.52;
  --pain-progress: 1;
  padding-top: 96px;
  padding-bottom: 84px;
  margin-top: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
  transform: none;
  will-change: auto;
  border-top: 0;
  box-shadow: inset 0 24px 48px rgba(5, 16, 25, 0.22);
}

.tm-pain-section > .container {
  position: relative;
  z-index: 2;
}

.tm-pain-section::before {
  content: "";
  position: absolute;
  inset: -4% -2% -5%;
  pointer-events: none;
  background-image: url(../img/infinite-loop-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -260px;
  opacity: 0.72;
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.03);
  z-index: 0;
}

.tm-pain-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 13% 16%, rgba(136, 203, 237, 0.24) 0, rgba(136, 203, 237, 0) 38%),
    radial-gradient(circle at 87% 80%, rgba(95, 190, 200, 0.22) 0, rgba(95, 190, 200, 0) 42%),
    linear-gradient(
      180deg,
      rgba(5, 14, 22, 0.1) 0%,
      rgba(6, 16, 24, 0.36) 28%,
      rgba(6, 18, 28, 0.56) 66%,
      rgba(5, 15, 24, 0.7) 100%
    );
  opacity: 1;
  z-index: 1;
}

.tm-pain-section .tm-text-primary {
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(4, 14, 22, 0.42);
}

.tm-pain-section .tm-kicker {
  color: #f2fbff;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 0 4px 14px rgba(5, 16, 26, 0.45);
}

.tm-pain-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.36rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(7, 22, 33, 0.48);
  color: #ecf6ff;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.tm-pain-intro {
  max-width: 840px;
  margin: 0.45rem auto 0;
  font-size: 1.24rem;
  line-height: 1.7;
  color: #e8f4ff;
  text-shadow: 0 4px 14px rgba(6, 20, 32, 0.34);
}

.tm-pain-metrics {
  margin: 2.05rem auto 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.tm-pain-metric {
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(13, 33, 47, 0.88), rgba(8, 24, 37, 0.9));
  border: 1px solid rgba(173, 220, 245, 0.28);
  color: #f2fbff;
  padding: 0.95rem 1rem;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(5, 16, 26, 0.28);
}

.tm-pain-grid {
  margin-top: 2.15rem;
}

.tm-pain-map {
  display: grid;
  gap: 1rem;
}

.tm-pain-map-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px minmax(0, 1fr);
  align-items: end;
  margin-bottom: 0.18rem;
}

.tm-pain-map-label {
  margin: 0;
  padding: 0 0.5rem;
}

.tm-pain-map-label-problem,
.tm-pain-map-label-outcome {
  text-align: center;
}

.tm-pain-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.tm-pain-node {
  position: relative;
  min-height: 148px;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  column-gap: 0.95rem;
  align-items: start;
  padding: 1.2rem 1.24rem 1.16rem 1.2rem;
  border: 1px solid rgba(220, 241, 253, 0.42);
  box-shadow: 0 16px 32px rgba(3, 13, 22, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px) saturate(124%);
  -webkit-backdrop-filter: blur(10px) saturate(124%);
  overflow: hidden;
}

.tm-pain-node > * {
  position: relative;
  z-index: 1;
}

.tm-pain-node::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.02) 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  opacity: calc(0.36 + var(--pain-merge) * 0.22);
}

.tm-pain-node p {
  margin: 0;
  color: #f4fbff;
  font-size: 1.1rem;
  line-height: 1.62;
  font-weight: 500;
  text-shadow: 0 3px 10px rgba(4, 14, 22, 0.32);
}

.tm-pain-node p strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #ffffff;
  font-weight: 700;
}

.tm-pain-node-problem {
  border-radius: 24px 40px 28px 36px;
  background: linear-gradient(
    155deg,
    rgba(28, 55, 74, calc(var(--pain-card-alpha) + 0.16)),
    rgba(12, 34, 49, calc(var(--pain-card-alpha) + 0.04))
  );
  box-shadow: 0 18px 34px rgba(3, 14, 23, 0.3), inset 0 0 0 1px rgba(242, 210, 156, 0.2);
}

.tm-pain-node-outcome {
  border-radius: 38px 24px 34px 30px;
  background: linear-gradient(
    155deg,
    rgba(17, 65, 80, calc(var(--pain-card-alpha) + 0.15)),
    rgba(11, 43, 56, calc(var(--pain-card-alpha) + 0.03))
  );
  box-shadow: 0 18px 34px rgba(3, 14, 23, 0.3), inset 0 0 0 1px rgba(154, 216, 208, 0.22);
}

.tm-pain-node .tm-pain-bullet {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0.1rem;
}

.tm-pain-connector {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 124px;
}

.tm-pain-connector::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(221, 243, 255, 0.74) 50%, rgba(255, 255, 255, 0.08) 100%);
  opacity: calc(0.5 + var(--pain-merge) * 0.36);
}

.tm-pain-bullet {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(206, 232, 250, 0.5);
  background: linear-gradient(180deg, rgba(8, 27, 40, 0.82), rgba(12, 34, 50, 0.56));
  box-shadow: 0 10px 22px rgba(4, 14, 22, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.11);
  font-size: 1.16rem;
  line-height: 1;
  filter: grayscale(100%) saturate(0%) brightness(2.38) contrast(1.06);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.62);
}

.tm-pain-arrow {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(227, 243, 253, 0.52);
  background: linear-gradient(180deg, rgba(8, 27, 40, 0.8), rgba(12, 34, 50, 0.58));
  box-shadow: 0 12px 26px rgba(3, 13, 20, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 1.48rem;
  line-height: 1;
  display: grid;
  place-items: center;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.5);
}

.tm-pain-callout {
  margin-top: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(179, 226, 248, 0.34);
  background: linear-gradient(180deg, rgba(8, 25, 38, 0.9), rgba(10, 29, 45, 0.9));
  box-shadow: 0 12px 24px rgba(6, 19, 30, 0.32);
  padding: 1.05rem 1.2rem;
  color: #f5fbff;
  text-align: center;
}

.tm-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--itec-muted);
  margin-bottom: 0.35rem;
}

.tm-title-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
}

.tm-title-pill::before {
  content: attr(data-emoji);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(160, 206, 231, 0.42);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.98), rgba(229, 242, 250, 0.94));
  box-shadow: 0 5px 12px rgba(7, 33, 49, 0.08);
  font-size: 0.68rem;
  line-height: 1;
}

.tm-kicker.tm-title-pill {
  width: fit-content;
  margin: 0 auto 0.5rem;
  padding: 0.26rem 0.74rem 0.26rem 0.36rem;
  border-radius: 999px;
  border: 1px solid rgba(152, 204, 232, 0.24);
  background: linear-gradient(180deg, rgba(248, 253, 255, 0.94), rgba(241, 249, 253, 0.92));
  box-shadow: 0 8px 16px rgba(10, 37, 56, 0.04);
}

.tm-kicker.tm-title-pill.tm-title-pill-left {
  margin-left: 0;
  margin-right: 0;
}

.tm-kicker.tm-title-pill.tm-title-pill-dark {
  color: #e8f4fb;
  border-color: rgba(186, 220, 239, 0.24);
  background: rgba(10, 26, 40, 0.26);
  box-shadow: inset 0 0 0 1px rgba(8, 22, 34, 0.12);
}

.tm-kicker.tm-title-pill.tm-title-pill-dark::before {
  border-color: rgba(197, 228, 244, 0.28);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.96), rgba(226, 241, 249, 0.9));
}

.tm-list-clean {
  margin: 0;
  padding-left: 1.2rem;
}

.tm-list-clean li {
  margin-bottom: 0.55rem;
}

.tm-surface {
  background: var(--itec-surface);
}

.tm-offers-section {
  position: relative;
  padding-bottom: 86px;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5fb 62%, #eef6fc 100%);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(162, 196, 218, 0.35);
  border-bottom: 1px solid rgba(162, 196, 218, 0.35);
}

.tm-offers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../img/infinite-loop-03.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  filter: saturate(0.88) contrast(0.92);
  transform: scale(1.03);
}

.tm-offers-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 6%, rgba(115, 180, 218, 0.2) 0, rgba(115, 180, 218, 0) 42%),
    radial-gradient(circle at 92% 88%, rgba(123, 201, 192, 0.18) 0, rgba(123, 201, 192, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(241, 248, 253, 0.8) 100%);
}

.tm-offers-section > .container {
  position: relative;
  z-index: 2;
}

.tm-offers-section .tm-section-title {
  color: var(--itec-primary);
  text-shadow: none;
}

.tm-offers-intro {
  max-width: 760px;
  margin: 0.55rem auto 0;
  color: #355365;
  font-size: 1.08rem;
  line-height: 1.68;
  text-shadow: none;
}

.tm-offer-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.tm-offer-divider {
  position: relative;
  display: grid;
  place-items: center;
}

.tm-offer-divider::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(82, 145, 182, 0) 0%, rgba(82, 145, 182, 0.55) 18%, rgba(82, 145, 182, 0.55) 82%, rgba(82, 145, 182, 0) 100%);
}

.tm-offer-divider span {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 163, 195, 0.48);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 247, 252, 0.95));
  box-shadow: 0 10px 20px rgba(20, 65, 90, 0.13);
  color: #2e678b;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}

.tm-offer-track {
  position: relative;
  height: 100%;
  border-radius: 30px 14px 28px 18px;
  padding: 1.5rem 1.38rem 1.24rem;
  border: 1px solid rgba(161, 197, 220, 0.58);
  box-shadow: 0 16px 30px rgba(16, 55, 79, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tm-offer-track:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(15, 50, 72, 0.15);
}

.tm-offer-track::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.58;
}

.tm-offer-track::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
}

.tm-offer-track > * {
  position: relative;
  z-index: 1;
}

.tm-offer-track-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.tm-offer-track-lead {
  background: linear-gradient(165deg, rgba(236, 246, 255, 0.92) 0%, rgba(252, 255, 255, 0.98) 100%);
  border-color: rgba(124, 184, 216, 0.52);
}

.tm-offer-track-lead::before {
  background: radial-gradient(circle at 14% 16%, rgba(150, 205, 236, 0.35), rgba(150, 205, 236, 0) 52%);
}

.tm-offer-track-lead::after {
  background: linear-gradient(90deg, rgba(35, 121, 170, 0.95), rgba(83, 163, 206, 0.4));
}

.tm-offer-track-project {
  border-radius: 14px 30px 18px 28px;
  background: linear-gradient(165deg, rgba(236, 251, 249, 0.92) 0%, rgba(252, 255, 255, 0.98) 100%);
  border-color: rgba(121, 193, 182, 0.5);
}

.tm-offer-track-project::before {
  background: radial-gradient(circle at 86% 20%, rgba(155, 222, 212, 0.34), rgba(155, 222, 212, 0) 54%);
}

.tm-offer-track-project::after {
  background: linear-gradient(90deg, rgba(40, 149, 140, 0.95), rgba(104, 198, 187, 0.4));
}

.tm-offer-chip {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  padding: 0.32rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(78, 136, 170, 0.35);
  background: rgba(255, 255, 255, 0.75);
  color: #215c7f;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

.tm-offer-route {
  color: #4a7290;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.tm-offer-track h3 {
  color: #0f4f72;
  font-size: 1.56rem;
  line-height: 1.26;
  margin-bottom: 0.7rem;
}

.tm-offer-summary {
  color: #3a5668;
  font-size: 1.08rem;
  line-height: 1.62;
  margin-bottom: 0.9rem;
  max-width: 36ch;
}

.tm-offer-list {
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
  flex: 1 1 auto;
}

.tm-offer-list li {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  color: #2f4656;
  font-size: 1.04rem;
  line-height: 1.56;
}

.tm-offer-icon {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 999px;
  border: 1px solid rgba(87, 151, 186, 0.4);
  background: linear-gradient(180deg, rgba(251, 254, 255, 0.96), rgba(230, 241, 249, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 3px 10px rgba(21, 67, 95, 0.15);
  display: grid;
  place-items: center;
  color: #1d709c;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 700;
}

.tm-offer-track-project .tm-offer-icon {
  border-color: rgba(92, 170, 160, 0.42);
  color: #207d75;
}

.tm-offer-track-project .tm-offer-btn {
  align-self: center;
}

.tm-offer-track-lead .tm-offer-btn {
  align-self: center;
}

.tm-offer-btn {
  margin-top: 1rem;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: calc(100% - 0.25rem);
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

#ofertas .tm-offer-btn,
#offers .tm-offer-btn {
  background: linear-gradient(145deg, #1974a2, #145a7f);
  border: 1px solid rgba(152, 206, 234, 0.62);
  box-shadow: 0 13px 25px rgba(5, 20, 32, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

#ofertas .tm-offer-btn:hover,
#offers .tm-offer-btn:hover,
#ofertas .tm-offer-btn:focus,
#offers .tm-offer-btn:focus {
  background: linear-gradient(145deg, #2180b2, #18688f);
  transform: translateY(-1px) scale(1.01);
}

.tm-cta-band {
  background: linear-gradient(120deg, rgba(15, 95, 133, 0.95), rgba(42, 157, 143, 0.92));
  color: #fff;
  border-radius: 14px;
  padding: 2rem;
}

.tm-cta-band h2,
.tm-cta-band p {
  color: #fff;
}

.tm-proof-grid {
  position: relative;
  z-index: 100;
  margin-top: 1.8rem;
}

.tm-proof-card {
  background: rgba(9, 24, 40, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1.2rem;
  height: 100%;
}

.tm-touch-device .tm-pain-section::before,
.tm-touch-device .tm-pain-section::after,
.tm-low-power-device .tm-pain-section::before,
.tm-low-power-device .tm-pain-section::after {
  transition: none;
}

.tm-touch-device .tm-pain-node,
.tm-low-power-device .tm-pain-node {
  box-shadow: 0 12px 24px rgba(7, 21, 33, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.tm-proof-card h3 {
  color: #fff;
  font-size: 1.12rem;
  margin-bottom: 0.6rem;
}

.tm-proof-card p {
  color: #e8f4fb;
  margin-bottom: 0;
}

#testimonials .tm-section-desc {
  color: #e6f2f8;
  max-width: 760px;
}

.tm-representative-section {
  color: #ffffff;
  background-image: url(../img/infinite-loop-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.tm-representative-section .tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-representative-section .tm-section-title {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(6, 20, 31, 0.36);
}

.tm-representative-section .tm-section-desc {
  color: #e6f4ff;
  max-width: 760px;
}

.tm-representative-section .tm-gallery-container-2 {
  padding-top: 52px;
  padding-bottom: 82px;
}

.tm-representative-section .tm-testimonials-carousel {
  max-width: 1100px;
}

.tm-representative-section .tm-testimonial-item {
  max-width: 320px;
}

.tm-representative-section .tm-testimonial-item img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(226, 244, 255, 0.6);
  box-shadow: 0 16px 26px rgba(6, 20, 31, 0.34);
  margin-bottom: 1.6rem;
}

.tm-representative-section .tm-testimonial-item blockquote {
  margin-bottom: 0.9rem;
  color: #f4fbff;
  line-height: 1.52;
  font-size: 1.02rem;
}

.tm-representative-section .tm-testimonial-item figcaption {
  text-align: center;
  color: #f1f8ff;
  font-style: italic;
  font-size: 1.24rem;
}

.tm-representative-section .slick-dots li button:before {
  color: #ffffff;
}

.tm-representative-section .tm-bg-overlay {
  background: rgba(10, 34, 48, 0.54);
}

[lang="en"] .tm-representative-section .tm-testimonial-item figcaption {
  font-size: 1.1rem;
}

.tm-process-faq-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 8% 12%, rgba(78, 145, 184, 0.18) 0, rgba(78, 145, 184, 0) 24%),
    radial-gradient(circle at 92% 88%, rgba(68, 168, 157, 0.17) 0, rgba(68, 168, 157, 0) 27%),
    linear-gradient(180deg, #f4f8fb 0%, #edf4f9 100%);
}

.tm-process-faq-section::before,
.tm-process-faq-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tm-process-faq-section::before {
  width: 480px;
  height: 480px;
  top: -290px;
  right: -150px;
  background: radial-gradient(circle, rgba(84, 168, 170, 0.24) 0, rgba(84, 168, 170, 0) 70%);
}

.tm-process-faq-section::after {
  width: 420px;
  height: 420px;
  bottom: -265px;
  left: -120px;
  background: radial-gradient(circle, rgba(69, 128, 176, 0.2) 0, rgba(69, 128, 176, 0) 68%);
}

.tm-process-faq-section .container {
  position: relative;
  z-index: 1;
}

.tm-process-faq-intro {
  margin: 0 auto 2.1rem;
  max-width: 700px;
  color: #4a6070;
  font-size: 1.04rem;
  line-height: 1.6;
}

.tm-process-rail {
  position: relative;
  margin: 0 auto 2.3rem;
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  isolation: isolate;
}

.tm-process-rail::before {
  content: "";
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(64, 121, 161, 0) 0%, rgba(64, 121, 161, 0.32) 14%, rgba(64, 121, 161, 0.32) 86%, rgba(64, 121, 161, 0) 100%);
}

.tm-process-step {
  position: relative;
  z-index: 1;
  min-height: 238px;
  padding: 4.9rem 1.2rem 1.22rem;
  border-radius: 16px;
  border: 1px solid rgba(138, 173, 196, 0.35);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.9));
  box-shadow: 0 14px 30px rgba(12, 44, 66, 0.08);
  text-align: center;
}

.tm-process-step:nth-child(1) {
  z-index: 4;
}

.tm-process-step:nth-child(2) {
  z-index: 3;
}

.tm-process-step:nth-child(3) {
  z-index: 2;
}

.tm-process-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
  width: 100%;
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b7dbb;
  font-size: clamp(5.4rem, 7.4vw, 7.8rem);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 10px 20px rgba(15, 68, 103, 0.32);
  z-index: 5;
  pointer-events: none;
}

.tm-process-index {
  position: absolute;
  left: 50%;
  top: 1.18rem;
  transform: translateX(-50%);
  width: 2.46rem;
  height: 2.46rem;
  border-radius: 999px;
  border: 2px solid rgba(93, 165, 214, 0.58);
  background: linear-gradient(155deg, #0f6b98, #0e5a81);
  box-shadow: 0 10px 18px rgba(10, 45, 68, 0.22);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
  margin-bottom: 0;
  z-index: 2;
}

.tm-process-step h4 {
  margin-top: 0.92rem;
  margin-bottom: 0.55rem;
  color: #15597e;
  font-size: 1.18rem;
  line-height: 1.32;
}

.tm-process-step p {
  margin-bottom: 0;
  color: #3f5566;
  font-size: 1.02rem;
  line-height: 1.56;
}

.tm-faq-accordion {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 0.78rem;
}

.tm-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(133, 172, 197, 0.34);
  background: linear-gradient(156deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.94));
  box-shadow: 0 10px 22px rgba(15, 48, 70, 0.08);
  overflow: hidden;
}

.tm-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.08rem;
  color: #105b82;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.42;
}

.tm-faq-item summary::-webkit-details-marker {
  display: none;
}

.tm-faq-arrow {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 999px;
  border: 1px solid rgba(67, 127, 167, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 246, 252, 0.9));
  color: #175c82;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  font-size: 0.96rem;
  transition: transform 180ms ease;
}

.tm-faq-item[open] .tm-faq-arrow {
  transform: rotate(180deg);
}

.tm-faq-item p {
  margin: 0;
  padding: 0 1.08rem 1.04rem;
  color: #3d5566;
  font-size: 0.98rem;
  line-height: 1.58;
}

#contact.tm-contact-compact {
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

#contact.tm-contact-compact .tm-section-title,
#contact.tm-contact-compact p {
  color: #fff;
}

#contact.tm-contact-compact .tm-hero-actions {
  margin-top: 1rem;
}

#contact.tm-contact-compact .contact-item {
  margin-left: 0;
  margin-bottom: 18px;
}

#contact.tm-contact-compact .contact-item:last-child {
  margin-bottom: 0;
}

.tm-contact-intro {
  max-width: 820px;
}

.tm-input,
select.tm-input {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.tm-form-note {
  font-size: 0.9rem;
  color: #d7ecf7;
}

.form-status {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #b7f3ca;
  min-height: 1.4rem;
}

.item-link {
  gap: 0.7rem;
}

.item-link span {
  font-size: 1rem;
}

.tm-footer {
  position: static;
  margin-top: 2.5rem;
  padding-bottom: 1rem;
}

.lang-link {
  border: 1px solid rgba(214, 236, 248, 0.46);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 0.78rem;
  min-width: 2.85rem;
  font-size: 1.08rem;
  line-height: 1.1;
  text-align: center;
  color: #ffffff !important;
  background: transparent;
}

.tm-navbar.scroll .lang-link {
  border-color: rgba(15, 95, 133, 0.28);
  color: #0f5f85 !important;
  background: rgba(15, 95, 133, 0.03);
}

.lang-link:hover,
.lang-link:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(223, 240, 249, 0.55);
}

.tm-navbar.scroll .lang-link:hover,
.tm-navbar.scroll .lang-link:focus {
  color: #0f5f85 !important;
  background: rgba(15, 95, 133, 0.14);
  border-color: rgba(15, 95, 133, 0.36);
}

@media (min-width: 768px) {
  .tm-navbar .navbar-collapse {
    background: transparent;
  }

  .tm-navbar .navbar-nav {
    display: flex;
    align-items: center;
    gap: clamp(0.18rem, 0.65vw, 0.62rem);
  }

  .tm-navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }

  .tm-navbar .navbar-nav .tm-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.64rem;
    padding-left: 0.74rem;
    padding-right: 0.74rem;
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
    border-radius: 0;
    line-height: 1;
    font-size: clamp(0.99rem, 1.18vw, 1.1rem);
  }

  .tm-navbar .navbar-nav .lang-link {
    min-height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tm-navbar .navbar-nav .nav-item:last-child {
    margin-left: 0.28rem;
  }

  .tm-navbar .tm-nav-link[href$="fraccional.html"] {
    white-space: nowrap;
    padding-left: 0.82rem;
    padding-right: 0.82rem;
  }
}

@media (max-width: 991px) {
  .tm-brand-logo {
    height: 84px;
    max-height: 84px;
  }

  .tm-navbar.scroll .tm-brand-logo {
    height: 76px;
    max-height: 76px;
  }

  .tm-representative-section {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }

  .tm-representative-section .tm-gallery-container-2 {
    padding-top: 42px;
    padding-bottom: 68px;
  }

  .tm-representative-section .tm-testimonial-item {
    max-width: 360px;
  }

  .tm-representative-section .tm-testimonial-item figcaption {
    font-size: 1.05rem;
  }

  .tm-page-hero {
    height: 52vh;
  }

  .tm-fraccional-page .tm-page-hero {
    min-height: 580px;
    height: auto;
  }

  .tm-fraccional-page #infinite {
    background-position: center 24%;
    min-height: 640px;
  }

  .tm-fraccional-page #infinite .tm-hero-text-container {
    padding-top: 6.35rem;
    padding-bottom: 1.95rem;
  }

  .tm-projects-page .tm-page-hero {
    min-height: 600px;
    height: auto;
  }

  .tm-projects-page #infinite {
    background-position: center 28%;
  }

  .tm-projects-page #infinite .tm-hero-text-container-inner {
    text-align: center;
    padding: 1.08rem 1.04rem 1.18rem;
  }

  .tm-projects-page #infinite .tm-hero-title,
  .tm-projects-page #infinite .tm-hero-subtitle,
  .tm-proj-hero-trust {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-projects-page #infinite .tm-hero-actions {
    justify-content: center;
  }

  .tm-proj-hero-trust {
    grid-template-columns: 1fr;
    max-width: 580px;
  }

  .tm-proj-stage {
    padding: 0.8rem;
  }

  .tm-proj-type {
    grid-template-columns: 1fr;
    gap: 0.52rem;
  }

  .tm-proj-final-cta {
    padding-bottom: 72px;
  }

  .tm-fraccional-page #infinite .tm-hero-text-container-inner {
    text-align: center;
    padding: 1.05rem 1.02rem 1.18rem;
  }

  .tm-fraccional-page #infinite .tm-hero-title,
  .tm-fraccional-page #infinite .tm-hero-subtitle,
  .tm-fraccional-page #infinite .tm-microtrust,
  .tm-frac-hero-points {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-fraccional-page #infinite .tm-hero-actions {
    justify-content: center;
  }

  .tm-frac-step {
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }

  .tm-frac-step:not(:last-child)::after {
    display: none;
  }

  .tm-frac-step-time {
    padding-top: 1.12rem;
    text-align: center;
  }

  .tm-frac-step-time::before {
    left: 50%;
    top: -0.45rem;
    transform: translateX(-50%);
  }

  .tm-frac-layer {
    grid-template-columns: 1fr;
    gap: 0.34rem;
  }

  .tm-frac-contrast-board {
    grid-template-columns: 1fr;
  }

  .tm-frac-scenario-item {
    grid-template-columns: 1fr;
    gap: 0.52rem;
  }

  .tm-frac-final-cta {
    padding-bottom: 72px;
  }

  .tm-pain-lanes-section {
    padding-top: 78px;
    padding-bottom: 70px;
  }

  .tm-pain-lane {
    grid-template-columns: 1fr;
    gap: 0.82rem;
    padding: 0.78rem;
  }

  .tm-pain-faq-block {
    margin-top: 1.85rem;
    padding: 1.05rem;
  }

  .tm-pain-stage-governance::before,
  .tm-pain-stage-governance::after {
    display: none;
  }

  .tm-pain-stage {
    padding: 1.02rem 1.02rem 1.02rem;
  }

  .tm-pain-stage h3 {
    font-size: 1.38rem;
  }

  .tm-pain-stage h4 {
    font-size: 1.15rem;
  }

  .tm-cta-band {
    padding: 1.5rem;
  }

  .tm-pain-metrics {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .tm-pain-map-head {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
  }

  .tm-pain-map-label {
    padding: 0;
  }

  .tm-pain-pair {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tm-pain-connector {
    min-height: 64px;
  }

  .tm-pain-connector::before {
    left: 50%;
    right: auto;
    top: 6px;
    bottom: 6px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.12) 100%);
  }

  .tm-pain-arrow {
    transform: rotate(90deg);
  }

  .tm-offers-section {
    padding-bottom: 72px;
  }

  .tm-offer-grid {
    margin-top: 1.65rem;
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .tm-offer-divider {
    min-height: 54px;
  }

  .tm-offer-divider::before {
    left: 24px;
    right: 24px;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(82, 145, 182, 0) 0%, rgba(82, 145, 182, 0.55) 18%, rgba(82, 145, 182, 0.55) 82%, rgba(82, 145, 182, 0) 100%);
  }

  .tm-offer-divider span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.88rem;
  }

  .tm-offer-track {
    border-radius: 20px;
    padding: 1.24rem 1.08rem 1.1rem;
  }

  .tm-offer-track-project {
    border-radius: 20px;
  }

  .tm-offer-track h3 {
    font-size: 1.34rem;
  }

  .tm-offer-route {
    font-size: 0.72rem;
  }

  .tm-offer-summary {
    max-width: none;
    font-size: 1.01rem;
  }

  .tm-offer-list li {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    gap: 0.54rem;
    font-size: 0.97rem;
  }

  .tm-offer-btn {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tm-process-faq-section {
    padding-bottom: 70px;
  }

  .tm-process-rail {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }

  .tm-process-rail::before {
    left: 2rem;
    right: 2rem;
  }

  .tm-process-step::after {
    display: none;
  }

  .tm-process-step:nth-child(odd):not(:last-child)::after {
    display: flex;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 7.4rem;
    font-size: clamp(5rem, 8.2vw, 7rem);
  }
}

@media (max-width: 1199px) {
  .tm-pain-section {
    padding-top: 92px;
    margin-top: 0;
    transform: none;
    will-change: auto;
  }

  .tm-pain-section::before {
    background-attachment: scroll;
    background-position: center -190px;
    transform: scale(1.02);
  }

  .tm-pain-node {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: linear-gradient(155deg, rgba(24, 56, 74, 0.78), rgba(11, 34, 49, 0.72));
  }
}

@media (max-width: 767px) {
  .tm-navbar {
    padding-top: 0.38rem;
    padding-bottom: 0.18rem;
  }

  .tm-navbar .container {
    gap: 0.54rem;
    padding: 0.08rem 12px;
    border-radius: 0;
  }

  .tm-brand-logo {
    height: 68px;
    max-height: 68px;
    max-width: min(52vw, 222px);
  }

  .tm-navbar.scroll .tm-brand-logo {
    height: 62px;
    max-height: 62px;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .navbar-nav {
    max-width: none;
    width: 100%;
    text-align: left;
  }

  .navbar-collapse {
    margin-top: 0.58rem;
    border: 1px solid rgba(194, 225, 242, 0.26);
    border-radius: 12px;
    background: linear-gradient(140deg, rgba(8, 23, 38, 0.9), rgba(10, 29, 46, 0.86));
    box-shadow: 0 14px 30px rgba(3, 13, 24, 0.34);
    padding: 0.54rem;
  }

  .navbar-collapse .nav-link {
    color: #e8f4fd;
    padding-right: 0.88rem;
    padding-left: 0.88rem;
    border-radius: 9px;
  }

  .navbar-collapse .nav-link.current {
    color: #ffffff;
    background: linear-gradient(135deg, #1f7ea9, #0f5f85);
  }

  .tm-navbar.scroll .navbar-collapse {
    border-color: rgba(15, 95, 133, 0.18);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 22px rgba(7, 32, 50, 0.14);
  }

  .tm-navbar.scroll .navbar-collapse .nav-link {
    color: #1a4d6b;
  }

  .tm-navbar.scroll .navbar-collapse .nav-link.current {
    color: #ffffff;
  }

  .navbar-collapse .lang-link {
    color: #ffffff !important;
    border-color: rgba(195, 225, 242, 0.32);
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    width: fit-content;
  }

  .tm-navbar.scroll .navbar-collapse .lang-link {
    color: #0f5f85 !important;
    border-color: rgba(15, 95, 133, 0.32);
    background: rgba(15, 95, 133, 0.08);
  }

  .tm-navbar .navbar-nav .nav-item:last-child {
    margin-top: 0.28rem;
  }

  .tm-representative-section .tm-gallery-container-2 {
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .tm-representative-section .tm-testimonial-item img {
    width: 118px;
    height: 118px;
    margin-bottom: 1.2rem;
  }

  .tm-representative-section .tm-testimonial-item blockquote {
    font-size: 0.97rem;
    line-height: 1.48;
  }

  .tm-representative-section .tm-testimonial-item figcaption {
    font-size: 0.98rem;
  }

  .tm-hero-title {
    font-size: 2.4rem;
  }

  .tm-section-title {
    font-size: 2rem;
  }

  .tm-home-hero .tm-hero-text-container-inner {
    margin-top: -10px;
    padding: 0 1rem;
  }

  .tm-home-hero .tm-hero-subtitle {
    font-size: 1.08rem;
    line-height: 1.55;
  }

  .tm-home-hero .tm-hero-actions {
    margin-top: 1.5rem;
    gap: 0.8rem;
  }

  .tm-home-hero .tm-microtrust {
    margin-top: 1.25rem;
    font-size: 0.92rem;
  }

  .tm-fraccional-page #infinite {
    background-position: center 20%;
    min-height: 600px;
  }

  .tm-fraccional-page #infinite .tm-hero-text-container {
    padding-top: 5.35rem;
    padding-bottom: 1.45rem;
  }

  .tm-projects-page .tm-page-hero {
    min-height: 620px;
  }

  .tm-projects-page #infinite {
    background-position: center 22%;
  }

  .tm-pain-lanes-intro {
    font-size: 1rem;
    line-height: 1.58;
  }

  .tm-pain-lane {
    padding: 0.66rem;
    border-radius: 14px;
  }

  .tm-pain-stage {
    border-radius: 12px;
    padding: 0.94rem 0.92rem 0.96rem;
  }

  .tm-pain-stage-tag {
    font-size: 0.68rem;
    margin-bottom: 1rem;
  }

  .tm-pain-stage h3 {
    font-size: 1.28rem;
  }

  .tm-pain-stage h4 {
    font-size: 1.08rem;
  }

  .tm-pain-stage p,
  .tm-pain-stage-list li {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .tm-pain-stage-chip {
    font-size: 0.74rem;
  }

  .tm-pain-faq-block {
    margin-top: 1.45rem;
    padding: 0.85rem;
    border-radius: 14px;
  }

  .tm-pain-faq-intro {
    margin-bottom: 0.78rem;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .tm-pain-section {
    padding-top: 74px;
    padding-bottom: 58px;
    margin-top: 0;
  }

  .tm-offers-section {
    padding-bottom: 58px;
  }

  .tm-offers-intro {
    font-size: 0.99rem;
    line-height: 1.58;
  }

  .tm-offer-chip {
    font-size: 0.69rem;
    letter-spacing: 0.08em;
  }

  .tm-offer-track h3 {
    font-size: 1.22rem;
  }

  .tm-offer-summary {
    font-size: 0.98rem;
    line-height: 1.54;
  }

  .tm-pain-eyebrow {
    font-size: 0.79rem;
    margin-bottom: 0.8rem;
  }

  .tm-pain-intro {
    font-size: 1.05rem;
    line-height: 1.66;
  }

  .tm-pain-node {
    min-height: auto;
    grid-template-columns: 2rem minmax(0, 1fr);
    column-gap: 0.72rem;
    padding: 1rem 0.95rem;
  }

  .tm-pain-node p {
    font-size: 0.99rem;
    line-height: 1.56;
  }

  .tm-pain-node p strong {
    margin-bottom: 0.2rem;
  }

  .tm-pain-bullet {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    margin-top: 0.06rem;
  }

  .tm-pain-arrow {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
  }

  .tm-offer-icon {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.8rem;
  }

  .tm-process-faq-intro {
    margin-bottom: 1.55rem;
  }

  .tm-process-rail {
    grid-template-columns: 1fr;
    gap: 1.36rem;
    margin-bottom: 1.55rem;
  }

  .tm-process-rail::before {
    display: none;
  }

  .tm-process-step {
    min-height: auto;
    padding: 4.05rem 0.92rem 0.92rem;
    border-radius: 14px;
  }

  .tm-process-index {
    width: 2.25rem;
    height: 2.25rem;
    top: 1rem;
    font-size: 0.94rem;
    margin-bottom: 0;
  }

  .tm-process-step:not(:last-child)::after {
    display: flex;
    content: "\2192";
    width: 100%;
    height: 6.6rem;
    right: auto;
    left: 50%;
    top: calc(100% - 2.9rem);
    transform: translateX(-50%) rotate(90deg);
    font-size: clamp(4.6rem, 14vw, 6.2rem);
  }

  .tm-process-step:nth-child(odd):not(:last-child)::after {
    right: auto;
    left: 50%;
    top: calc(100% - 2.9rem);
    transform: translateX(-50%) rotate(90deg);
  }

  .tm-process-step h4 {
    font-size: 0.97rem;
  }

  .tm-process-step p {
    font-size: 0.93rem;
  }

  .tm-faq-item summary {
    padding: 0.85rem 0.9rem;
    font-size: 0.98rem;
  }

  .tm-faq-item p {
    padding: 0 0.9rem 0.9rem;
    font-size: 0.94rem;
  }

  .tm-faq-arrow {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.88rem;
  }

  .tm-hero-actions .tm-btn-primary,
  .tm-hero-actions .tm-btn-secondary {
    width: 100%;
  }

  .tm-proj-hero-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.07em;
  }

  .tm-proj-hero-trust li {
    font-size: 0.88rem;
    line-height: 1.4;
    padding: 0.62rem;
  }

  .tm-proj-engine-section,
  .tm-proj-types-section,
  .tm-proj-deliverables-section,
  .tm-proj-fit-section {
    padding-top: 68px;
    padding-bottom: 62px;
  }

  .tm-proj-engine-intro,
  .tm-proj-types-intro {
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .tm-proj-stage {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    border-radius: 13px;
  }

  .tm-proj-stage:not(:last-child)::after {
    display: none;
  }

  .tm-proj-stage-index {
    width: 1.74rem;
    height: 1.74rem;
    font-size: 0.78rem;
  }

  .tm-proj-stage-body h3 {
    font-size: 1.02rem;
  }

  .tm-proj-stage-body p {
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .tm-proj-type {
    padding: 0.72rem 0.76rem;
    border-radius: 11px;
  }

  .tm-proj-type h3 {
    font-size: 1rem;
  }

  .tm-proj-type p {
    font-size: 0.92rem;
    line-height: 1.44;
  }

  .tm-proj-deliverables-shell {
    padding: 1rem 0.9rem;
    border-radius: 14px;
  }

  .tm-proj-deliverables-list li {
    padding: 0.6rem;
    gap: 0.62rem;
  }

  .tm-proj-deliverables-index {
    width: 1.84rem;
    height: 1.84rem;
    font-size: 0.74rem;
  }

  .tm-proj-fit-shell {
    padding: 1rem 0.88rem;
  }

  .tm-proj-fit-list li,
  .tm-proj-fit-yes {
    font-size: 0.93rem;
    line-height: 1.46;
  }

  .tm-proj-final-cta {
    padding-top: 0;
    padding-bottom: 58px;
  }

  .tm-fraccional-page #infinite .tm-hero-title {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-frac-hero-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.07em;
  }

  .tm-frac-hero-points {
    gap: 0.45rem;
  }

  .tm-frac-hero-points li {
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .tm-frac-step {
    padding: 0.78rem;
    border-radius: 14px;
  }

  .tm-frac-step-time h3 {
    font-size: 1.05rem;
  }

  .tm-frac-step-time p {
    font-size: 0.92rem;
  }

  .tm-frac-layer {
    padding: 0.64rem 0.7rem;
  }

  .tm-frac-layer h4 {
    font-size: 0.74rem;
    letter-spacing: 0.07em;
  }

  .tm-frac-layer p {
    font-size: 0.92rem;
    line-height: 1.44;
  }

  .tm-frac-evidence-section {
    padding-top: 74px;
    padding-bottom: 68px;
  }

  .tm-frac-evidence-shell {
    padding: 1.06rem 0.95rem 0.98rem;
    border-radius: 15px;
  }

  .tm-frac-evidence-list li {
    padding: 0.64rem;
    gap: 0.66rem;
  }

  .tm-frac-evidence-index {
    width: 1.92rem;
    height: 1.92rem;
    font-size: 0.78rem;
  }

  .tm-frac-contrast-section,
  .tm-frac-scenarios-section {
    padding-top: 68px;
    padding-bottom: 62px;
  }

  .tm-frac-state {
    padding: 0.9rem 0.84rem;
  }

  .tm-frac-state h3 {
    font-size: 1.1rem;
  }

  .tm-frac-state li,
  .tm-frac-scenario-item p {
    font-size: 0.93rem;
    line-height: 1.46;
  }

  .tm-frac-scenario-item h3 {
    font-size: 0.95rem;
  }

  .tm-frac-final-cta {
    padding-top: 0;
    padding-bottom: 58px;
  }

  #contact.tm-contact-compact {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 420px) {
  .tm-brand-logo {
    height: 60px;
    max-height: 60px;
    max-width: min(56vw, 190px);
  }

  .tm-navbar.scroll .tm-brand-logo {
    height: 54px;
    max-height: 54px;
  }
}

.tm-home-hero-points {
  margin: 1.2rem auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
  max-width: 860px;
  text-align: left;
}

.tm-home-hero-points li {
  margin: 0;
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  color: #edf6fe;
  font-size: 0.98rem;
  line-height: 1.52;
}

.tm-home-hero-points li::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #6dc4b8, #89cfee);
  box-shadow: 0 0 0 3px rgba(132, 197, 230, 0.18);
}

.tm-home-hero-note {
  margin: 1rem auto 0;
  color: #deedf8;
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 860px;
}

.tm-offer-price {
  margin: 0.95rem 0 0;
  padding: 0.72rem 0.84rem;
  border-radius: 12px;
  border: 1px solid rgba(118, 167, 197, 0.34);
  background: rgba(255, 255, 255, 0.72);
  color: #355468;
  font-size: 0.94rem;
  line-height: 1.45;
}

.tm-offer-price strong {
  color: #125c84;
}

.tm-offer-price-muted {
  border-color: rgba(96, 171, 161, 0.34);
  color: #345c59;
}

.tm-offer-price-emphasis {
  border-color: rgba(110, 173, 211, 0.42);
  background: linear-gradient(180deg, rgba(246, 252, 255, 0.96), rgba(239, 248, 253, 0.9));
  color: #244f68;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 6px 14px rgba(18, 62, 89, 0.06);
  font-weight: 500;
}

.tm-home-detail-section {
  position: relative;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 9% 12%, rgba(78, 145, 184, 0.11) 0, rgba(78, 145, 184, 0) 34%),
    radial-gradient(circle at 92% 86%, rgba(68, 168, 157, 0.1) 0, rgba(68, 168, 157, 0) 34%),
    linear-gradient(180deg, #f3f8fc 0%, #edf4f9 100%);
  border-top: 1px solid rgba(160, 195, 217, 0.26);
}

.tm-home-detail-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #496173;
  font-size: 1.04rem;
  line-height: 1.58;
}

.tm-home-detail-grid {
  margin-top: 1.7rem;
}

.tm-home-detail-card {
  border-radius: 18px;
  border-color: rgba(139, 181, 205, 0.3);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.95));
  box-shadow: 0 14px 28px rgba(11, 40, 60, 0.08);
}

.tm-home-detail-card-projects {
  position: relative;
  overflow: hidden;
  border-color: rgba(120, 191, 180, 0.32);
  background: linear-gradient(170deg, rgba(252, 255, 255, 0.98), rgba(244, 253, 251, 0.96));
}

.tm-home-detail-card-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 201, 191, 0.16) 0%, rgba(111, 201, 191, 0) 42%),
    radial-gradient(circle at 92% 84%, rgba(108, 177, 219, 0.14) 0%, rgba(108, 177, 219, 0) 42%);
}

.tm-home-detail-card-projects > * {
  position: relative;
  z-index: 1;
}

.tm-home-detail-card-projects .tm-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(116, 185, 177, 0.36);
  background: rgba(246, 254, 252, 0.9);
  color: #266c73;
}

.tm-home-detail-card h3 {
  margin: 0.12rem 0 0.95rem;
  color: #0f5f85;
  font-size: 1.28rem;
  line-height: 1.28;
}

.tm-home-deliverable-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.tm-home-deliverable-list li {
  margin: 0;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  padding: 0.74rem 0.76rem;
  border-radius: 12px;
  border: 1px solid rgba(142, 183, 208, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.tm-home-detail-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(104, 168, 208, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 253, 0.92));
  color: #155c83;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.tm-home-deliverable-list h4 {
  margin: 0 0 0.16rem;
  color: #105b82;
  font-size: 0.97rem;
  line-height: 1.34;
}

.tm-home-deliverable-list p {
  margin: 0;
  color: #445b6a;
  font-size: 0.92rem;
  line-height: 1.5;
}

.tm-home-scope-grid {
  counter-reset: home-scope-card;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.tm-home-scope-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(129, 191, 182, 0.28);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.88), rgba(248, 253, 252, 0.84));
  box-shadow: 0 8px 18px rgba(13, 45, 63, 0.05);
  padding: 0.82rem 0.82rem 0.78rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tm-home-scope-item::before {
  counter-increment: home-scope-card;
  content: counter(home-scope-card, decimal-leading-zero);
  position: absolute;
  top: 0.58rem;
  right: 0.62rem;
  min-width: 2rem;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(133, 187, 181, 0.32);
  background: rgba(248, 253, 252, 0.92);
  color: #4d7b7b;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.tm-home-scope-item::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(44, 152, 143, 0.9), rgba(95, 185, 176, 0.35));
  opacity: 0.92;
}

.tm-home-scope-item:nth-child(2n)::after {
  background: linear-gradient(90deg, rgba(38, 122, 171, 0.86), rgba(112, 188, 228, 0.34));
}

.tm-home-scope-item:hover {
  transform: translateY(-2px);
  border-color: rgba(114, 178, 171, 0.38);
  box-shadow: 0 12px 22px rgba(11, 42, 60, 0.08);
}

.tm-home-scope-item h4 {
  margin: 0 0 0.22rem;
  padding-right: 2.5rem;
  color: #166c78;
  font-size: 0.95rem;
  line-height: 1.3;
}

.tm-home-scope-item p {
  margin: 0;
  color: #445f67;
  font-size: 0.9rem;
  line-height: 1.46;
}

.tm-home-detail-note {
  position: relative;
  margin: 0.9rem 0 0;
  padding: 0.88rem 0.94rem 0.88rem 1.02rem;
  border-radius: 12px;
  border: 1px solid rgba(130, 189, 182, 0.24);
  background: linear-gradient(180deg, rgba(240, 250, 248, 0.9), rgba(244, 252, 250, 0.84));
  color: #2f5860;
  font-size: 0.93rem;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.tm-home-detail-note::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 0.74rem;
  bottom: 0.74rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(43, 150, 141, 0.88), rgba(87, 180, 171, 0.42));
}

.tm-why-section {
  position: relative;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 12% 10%, rgba(79, 145, 184, 0.08) 0, rgba(79, 145, 184, 0) 34%),
    radial-gradient(circle at 88% 84%, rgba(63, 164, 152, 0.07) 0, rgba(63, 164, 152, 0) 36%),
    linear-gradient(180deg, #f8fbfe 0%, #eef5fa 100%);
}

.tm-why-intro {
  margin: 0 auto;
  max-width: 860px;
  color: #445d6f;
  font-size: 1.05rem;
  line-height: 1.6;
}

.tm-why-contrast {
  margin: 1.55rem auto 1.15rem;
  max-width: 1120px;
  padding: 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(139, 180, 205, 0.28);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9), rgba(243, 249, 254, 0.88));
  color: #365365;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.5;
  box-shadow: 0 10px 22px rgba(11, 39, 57, 0.06);
}

.tm-why-grid {
  margin-top: 1.05rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.tm-why-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(138, 177, 200, 0.28);
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.92));
  padding: 1rem 1rem 0.94rem;
  box-shadow: 0 12px 24px rgba(12, 43, 63, 0.07);
}

.tm-why-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.55rem;
  padding: 0.18rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 176, 208, 0.34);
  background: rgba(245, 252, 255, 0.9);
  color: #1a648d;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.tm-why-card-emoji {
  width: 1.85rem;
  height: 1.85rem;
  margin-left: 0.38rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 176, 208, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 252, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 3px 10px rgba(21, 67, 95, 0.08);
  display: inline-grid;
  place-items: center;
  font-size: 0.95rem;
  vertical-align: middle;
}

.tm-why-card h3 {
  margin: 0.7rem 0 0.34rem;
  color: #0f5f85;
  font-size: 1rem;
  line-height: 1.38;
}

.tm-why-card p {
  margin: 0;
  color: #455e70;
  font-size: 0.92rem;
  line-height: 1.52;
}

.tm-process-rail-3 {
  max-width: 980px;
  gap: 1.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-process-rail-3::before {
  top: 45%;
  height: 3px;
  left: 2.5rem;
  right: 2.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(76, 141, 180, 0.06) 0%, rgba(76, 141, 180, 0.34) 20%, rgba(55, 151, 141, 0.3) 80%, rgba(55, 151, 141, 0.06) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.tm-process-rail-3 .tm-process-step {
  min-height: 248px;
  border-radius: 18px;
  border-color: rgba(134, 174, 198, 0.34);
  background:
    radial-gradient(circle at 12% 10%, rgba(110, 183, 223, 0.09) 0%, rgba(110, 183, 223, 0) 46%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.92));
  box-shadow: 0 16px 28px rgba(12, 44, 66, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: hidden;
}

.tm-process-rail-3 .tm-process-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(35, 124, 171, 0.95), rgba(96, 179, 220, 0.42));
}

.tm-process-rail-3 .tm-process-step:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(28, 117, 160, 0.9), rgba(78, 170, 203, 0.42));
}

.tm-process-rail-3 .tm-process-step:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(41, 145, 136, 0.92), rgba(104, 198, 187, 0.42));
}

.tm-process-rail-3 .tm-process-step:hover {
  transform: translateY(-3px);
  border-color: rgba(121, 169, 196, 0.42);
  box-shadow: 0 20px 34px rgba(10, 38, 57, 0.1);
}

.tm-process-rail-3 .tm-process-index {
  border-color: rgba(102, 176, 222, 0.5);
  box-shadow: 0 10px 18px rgba(10, 45, 68, 0.2), 0 0 0 5px rgba(29, 112, 162, 0.06);
}

.tm-process-rail-3 .tm-process-step h4 {
  color: #125f86;
  letter-spacing: -0.01em;
}

.tm-process-rail-3 .tm-process-step p {
  color: #3e5667;
}

.tm-process-rail-3 .tm-process-step:not(:last-child)::after {
  right: -47%;
  height: 6.4rem;
  color: rgba(24, 115, 164, 0.38);
  text-shadow: 0 8px 16px rgba(17, 76, 115, 0.12);
  font-size: clamp(4rem, 4.6vw, 5.2rem);
}

.tm-process-note {
  margin: 0.15rem auto 0;
  max-width: 760px;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(138, 177, 201, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 253, 0.88));
  box-shadow: 0 10px 20px rgba(12, 40, 58, 0.05);
  color: #456173;
  font-size: 0.98rem;
  line-height: 1.52;
}

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

@media (max-width: 991px) {
  .tm-home-hero-points {
    max-width: 760px;
    gap: 0.5rem;
  }

  .tm-home-hero-points li {
    font-size: 0.93rem;
  }

  .tm-home-detail-section {
    padding-bottom: 70px;
  }

  .tm-home-detail-grid {
    margin-top: 1.25rem;
  }

  .tm-home-scope-grid {
    grid-template-columns: 1fr;
  }

  .tm-home-scope-item h4 {
    padding-right: 2.35rem;
  }

  .tm-process-rail-3 .tm-process-step {
    min-height: auto;
  }

  .tm-process-rail.tm-process-rail-3 {
    grid-template-columns: 1fr;
    gap: 1.36rem;
  }

  .tm-process-rail.tm-process-rail-3::before {
    display: none;
  }

  .tm-process-rail.tm-process-rail-3 .tm-process-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .tm-home-hero-points {
    margin-top: 1rem;
  }

  .tm-home-hero-points li {
    grid-template-columns: 0.95rem minmax(0, 1fr);
    gap: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .tm-home-hero-note {
    margin-top: 0.85rem;
    font-size: 0.9rem;
  }

  .tm-offer-price {
    padding: 0.62rem 0.7rem;
    font-size: 0.88rem;
  }

  .tm-home-detail-card h3 {
    font-size: 1.12rem;
  }

  .tm-home-detail-card-projects .tm-kicker {
    padding: 0.26rem 0.62rem;
  }

  .tm-home-deliverable-list li {
    grid-template-columns: 1.8rem minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.64rem 0.66rem;
  }

  .tm-home-detail-dot {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.88rem;
  }

  .tm-home-deliverable-list h4 {
    font-size: 0.91rem;
  }

  .tm-home-deliverable-list p,
  .tm-home-scope-item p,
  .tm-home-detail-note {
    font-size: 0.87rem;
  }

  .tm-home-scope-item {
    padding: 0.74rem 0.72rem 0.7rem;
  }

  .tm-home-scope-item::before {
    top: 0.5rem;
    right: 0.52rem;
    min-width: 1.8rem;
    padding: 0.1rem 0.36rem;
    font-size: 0.62rem;
  }

  .tm-home-scope-item::after {
    left: 0.6rem;
    right: 0.6rem;
  }

  .tm-home-scope-item h4 {
    padding-right: 2.1rem;
  }

  .tm-home-detail-note {
    padding-left: 0.95rem;
  }

  .tm-home-detail-note::before {
    left: 0.62rem;
    top: 0.64rem;
    bottom: 0.64rem;
  }

  .tm-process-rail-3 .tm-process-step {
    border-radius: 16px;
    box-shadow: 0 12px 22px rgba(12, 40, 58, 0.07);
  }

  .tm-process-note {
    padding: 0.78rem 0.82rem;
    font-size: 0.9rem;
  }

  .tm-why-section {
    padding-bottom: 70px;
  }

  .tm-why-contrast {
    margin-top: 1.15rem;
    margin-bottom: 0.95rem;
    padding: 0.8rem 0.84rem;
    font-size: 0.91rem;
  }

  .tm-why-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tm-why-card {
    padding: 0.9rem 0.85rem 0.82rem;
  }

  .tm-why-card-emoji {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.88rem;
  }
}

/* Projects page (expanded catalog / modes / notes) */
.tm-projects-page #infinite {
  height: auto;
  min-height: 780px;
}

.tm-projects-page #infinite .tm-hero-text-container {
  height: auto;
  justify-content: flex-start;
  padding-top: clamp(7.2rem, 8.8vw, 8.8rem);
  padding-bottom: clamp(2.1rem, 3.8vw, 3.2rem);
}

.tm-projects-page .tm-proj-hero-kicker.tm-title-pill {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.82rem;
}

.tm-projects-page .tm-proj-hero-kicker.tm-title-pill::before {
  border-color: rgba(197, 228, 244, 0.28);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.96), rgba(226, 241, 249, 0.9));
}

.tm-proj-catalog-section {
  padding-top: 90px;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 10% 14%, rgba(96, 171, 208, 0.12) 0, rgba(96, 171, 208, 0) 34%),
    radial-gradient(circle at 90% 84%, rgba(79, 180, 163, 0.1) 0, rgba(79, 180, 163, 0) 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%);
}

.tm-proj-catalog-intro {
  margin: 0.44rem auto 0;
  max-width: 860px;
  color: #4a6172;
  font-size: 1.02rem;
  line-height: 1.6;
}

.tm-proj-catalog-grid {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.tm-proj-catalog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(139, 183, 208, 0.3);
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 255, 0.94));
  box-shadow: 0 12px 24px rgba(10, 36, 54, 0.08);
  padding: 0.95rem 0.95rem 0.9rem;
}

.tm-proj-catalog-card p {
  margin: 0;
  color: #425b6d;
  line-height: 1.52;
}

.tm-proj-catalog-card-accent {
  grid-column: 1 / -1;
  border-color: rgba(118, 190, 179, 0.32);
  background:
    radial-gradient(circle at 86% 10%, rgba(106, 199, 183, 0.12) 0, rgba(106, 199, 183, 0) 42%),
    linear-gradient(166deg, rgba(255, 255, 255, 0.97), rgba(245, 252, 250, 0.94));
}

.tm-proj-catalog-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  margin-bottom: 0.42rem;
  min-height: 2.5rem;
}

.tm-proj-catalog-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 198, 224, 0.42);
  background: linear-gradient(180deg, rgba(248, 253, 255, 0.98), rgba(231, 244, 251, 0.94));
  box-shadow: 0 8px 16px rgba(9, 35, 52, 0.06);
  display: grid;
  place-items: center;
  font-size: 0.94rem;
}

.tm-proj-catalog-tag {
  margin: 0 0 0.12rem;
  color: #678093;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-proj-catalog-head h3 {
  margin: 0;
  color: #115f85;
  font-size: 1.08rem;
  line-height: 1.28;
}

.tm-proj-catalog-list {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.46rem;
}

.tm-proj-catalog-list li {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.52rem;
  color: #3e586a;
  font-size: 0.93rem;
  line-height: 1.48;
}

.tm-proj-catalog-list li::before {
  content: "•";
  flex: 0 0 0.75rem;
  width: 0.75rem;
  color: #1a7e78;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.05rem;
}

.tm-proj-catalog-meta {
  margin-top: 0.72rem !important;
  border-top: 1px solid rgba(150, 191, 215, 0.22);
  padding-top: 0.58rem;
  font-size: 0.88rem;
  color: #516a7b;
}

.tm-proj-catalog-meta strong {
  color: #125f86;
}

.tm-proj-catalog-note {
  margin-top: 0.7rem !important;
  border-radius: 11px;
  border: 1px solid rgba(147, 194, 220, 0.24);
  background: linear-gradient(180deg, rgba(247, 252, 255, 0.94), rgba(242, 250, 255, 0.9));
  padding: 0.62rem 0.7rem;
  font-size: 0.88rem;
  color: #456275 !important;
}

.tm-proj-catalog-card-accent .tm-proj-catalog-note {
  border-color: rgba(122, 193, 183, 0.24);
  background: linear-gradient(180deg, rgba(247, 254, 252, 0.94), rgba(242, 252, 248, 0.9));
}

.tm-proj-catalog-card-accent .tm-proj-catalog-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.48rem 1.05rem;
}

.tm-proj-catalog-card-accent .tm-proj-catalog-meta {
  margin-top: 0.78rem !important;
}

.tm-proj-mode-section {
  padding-top: 84px;
  padding-bottom: 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.tm-proj-mode-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.tm-proj-mode-card {
  border-radius: 16px;
  border: 1px solid rgba(140, 184, 209, 0.32);
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 255, 0.94));
  box-shadow: 0 12px 24px rgba(10, 36, 54, 0.08);
  padding: 0.95rem 0.95rem 0.9rem;
}

.tm-proj-mode-card-accent {
  border-color: rgba(118, 191, 180, 0.32);
  background:
    radial-gradient(circle at 88% 12%, rgba(106, 199, 183, 0.12) 0, rgba(106, 199, 183, 0) 44%),
    linear-gradient(166deg, rgba(255, 255, 255, 0.97), rgba(245, 252, 250, 0.94));
}

.tm-proj-mode-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(142, 190, 217, 0.42);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.95), rgba(235, 247, 253, 0.92));
  color: #176089;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.28rem 0.72rem;
}

.tm-proj-mode-card-accent .tm-proj-mode-chip {
  border-color: rgba(118, 190, 180, 0.38);
  color: #1b726f;
  background: linear-gradient(180deg, rgba(248, 254, 252, 0.95), rgba(237, 250, 246, 0.92));
}

.tm-proj-mode-card h3 {
  margin: 0.42rem 0 0.36rem;
  color: #125f85;
  font-size: 1.14rem;
  line-height: 1.28;
}

.tm-proj-mode-card-accent h3 {
  color: #176f70;
}

.tm-proj-mode-card > p:not(.tm-proj-mode-chip) {
  margin: 0;
  color: #435d6f;
  line-height: 1.52;
}

.tm-proj-mode-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.tm-proj-mode-list li {
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(145, 189, 214, 0.24);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.56rem 0.66rem;
  color: #3d586b;
  font-size: 0.92rem;
  line-height: 1.46;
}

.tm-proj-mode-card-accent .tm-proj-mode-list li {
  border-color: rgba(123, 192, 183, 0.22);
  background: rgba(248, 254, 252, 0.76);
}

.tm-proj-mode-link {
  display: inline-block;
  margin-top: 0.72rem;
  color: #0f5f85;
  font-weight: 600;
  text-decoration: none;
}

.tm-proj-mode-link:hover,
.tm-proj-mode-link:focus {
  color: #0d5272;
  text-decoration: underline;
}

.tm-proj-mode-note {
  margin: 0.95rem 0 0;
  border-radius: 14px;
  border: 1px solid rgba(138, 183, 208, 0.28);
  background: linear-gradient(180deg, rgba(247, 252, 255, 0.94), rgba(240, 249, 253, 0.9));
  box-shadow: 0 10px 20px rgba(10, 37, 56, 0.05);
  padding: 0.82rem 0.92rem;
  text-align: center;
  color: #2f566e;
  line-height: 1.5;
}

.tm-proj-deliverables-note {
  margin: 0.84rem 0 0;
  border-radius: 12px;
  border: 1px solid rgba(146, 194, 221, 0.3);
  background: linear-gradient(180deg, rgba(12, 38, 56, 0.9), rgba(10, 33, 49, 0.9));
  padding: 0.72rem 0.8rem;
  color: #d1e8f6;
  font-size: 0.92rem;
  line-height: 1.48;
}

.tm-js .tm-proj-catalog-card[data-reveal],
.tm-js .tm-proj-mode-card[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.tm-js .tm-proj-catalog-card.is-visible,
.tm-js .tm-proj-mode-card.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .tm-projects-page #infinite {
    min-height: 700px;
  }

  .tm-projects-page #infinite .tm-hero-text-container {
    padding-top: 6.35rem;
    padding-bottom: 1.95rem;
  }

  .tm-projects-page .tm-proj-hero-kicker.tm-title-pill {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-proj-catalog-section,
  .tm-proj-mode-section {
    padding-top: 72px;
    padding-bottom: 70px;
  }

  .tm-proj-catalog-grid,
  .tm-proj-mode-grid {
    grid-template-columns: 1fr;
  }

  .tm-proj-catalog-card-accent .tm-proj-catalog-list {
    grid-template-columns: 1fr;
    gap: 0.46rem;
  }
}

@media (max-width: 767px) {
  .tm-projects-page #infinite {
    min-height: 620px;
  }

  .tm-projects-page #infinite .tm-hero-text-container {
    padding-top: 5.35rem;
    padding-bottom: 1.45rem;
  }

  .tm-proj-catalog-section,
  .tm-proj-mode-section {
    padding-top: 64px;
    padding-bottom: 62px;
  }

  .tm-proj-catalog-intro {
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .tm-proj-catalog-card,
  .tm-proj-mode-card {
    border-radius: 14px;
    padding: 0.84rem 0.82rem 0.8rem;
  }

  .tm-proj-catalog-head {
    gap: 0.58rem;
  }

  .tm-proj-catalog-icon {
    width: 1.82rem;
    height: 1.82rem;
    font-size: 0.85rem;
  }

  .tm-proj-catalog-head h3 {
    font-size: 1rem;
  }

  .tm-proj-catalog-card p,
  .tm-proj-catalog-list li,
  .tm-proj-mode-card > p:not(.tm-proj-mode-chip),
  .tm-proj-mode-list li,
  .tm-proj-mode-note,
  .tm-proj-deliverables-note {
    font-size: 0.9rem;
    line-height: 1.46;
  }

  .tm-proj-catalog-meta,
  .tm-proj-catalog-note {
    padding-top: 0.52rem;
  }

  .tm-proj-catalog-note {
    padding: 0.58rem 0.62rem;
  }

  .tm-proj-mode-chip {
    font-size: 0.69rem;
  }

  .tm-proj-mode-card h3 {
    font-size: 1.03rem;
  }

  .tm-proj-mode-list li {
    padding: 0.52rem 0.58rem;
  }

  .tm-proj-mode-note {
    text-align: left;
    padding: 0.75rem 0.8rem;
  }

  .tm-proj-deliverables-note {
    padding: 0.66rem 0.7rem;
  }
}

/* About / Contact pages (phase 2) */

.tm-soft-emoji-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  margin: 0;
}

.tm-soft-emoji-tag::before {
  content: attr(data-emoji);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(146, 198, 228, 0.36);
  background: linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(236, 246, 252, 0.94));
  box-shadow: 0 8px 16px rgba(13, 46, 67, 0.08);
  font-size: 0.84rem;
  line-height: 1;
  flex: 0 0 1.75rem;
}

.tm-about-section-head {
  margin-bottom: 1.35rem;
}

.tm-about-section-intro {
  max-width: 880px;
  margin: 0.4rem auto 0;
  color: #4e6474;
  line-height: 1.65;
}

.tm-about-page .tm-page-hero,
.tm-contact-page .tm-page-hero {
  min-height: 520px;
}

.tm-about-page #infinite {
  background-image: url(../img/hero-custom-04.jpg);
  background-position: center 35%;
  height: auto;
  min-height: 760px;
}

.tm-about-page #infinite::before {
  background:
    linear-gradient(115deg, rgba(3, 15, 27, 0.82) 0%, rgba(5, 25, 41, 0.72) 42%, rgba(7, 44, 61, 0.62) 100%),
    radial-gradient(circle at 18% 22%, rgba(111, 201, 185, 0.18) 0%, rgba(111, 201, 185, 0) 42%);
}

.tm-about-page #infinite::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(124, 186, 219, 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(124, 186, 219, 0.08) 1px, transparent 1px) 0 0 / 42px 42px;
  opacity: 0.26;
}

.tm-about-page #infinite .tm-hero-text-container {
  height: auto;
  justify-content: flex-start;
  padding-top: clamp(7.3rem, 8.9vw, 9rem);
  padding-bottom: clamp(2.4rem, 4vw, 3.6rem);
}

.tm-about-page #infinite .tm-hero-text-container-inner {
  text-align: left;
  max-width: 1140px;
}

.tm-about-page #infinite .tm-hero-title {
  max-width: 21ch;
  margin-bottom: 0.95rem;
}

.tm-about-page #infinite .tm-hero-subtitle {
  margin-left: 0;
  max-width: 840px;
}

.tm-about-page #infinite .tm-hero-actions {
  justify-content: flex-start;
  margin-top: 1.35rem;
}

.tm-about-hero-points {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
  max-width: 840px;
}

.tm-about-hero-points li {
  display: grid;
  grid-template-columns: 0.95rem minmax(0, 1fr);
  gap: 0.66rem;
  align-items: start;
  margin: 0;
}

.tm-about-hero-points li::before {
  content: "";
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.38rem;
  border-radius: 999px;
  border: 2px solid rgba(130, 214, 230, 0.8);
  background: rgba(130, 214, 230, 0.2);
  box-shadow: 0 0 0 3px rgba(130, 214, 230, 0.1);
}

.tm-about-hero-points li > span {
  display: block;
  color: #eef7fd;
  line-height: 1.46;
}

.tm-about-story-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
  border-top: 1px solid rgba(167, 204, 226, 0.28);
}

.tm-about-story-shell {
  border-radius: 24px;
  border: 1px solid rgba(163, 201, 223, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 252, 255, 0.96));
  box-shadow: 0 14px 28px rgba(11, 39, 58, 0.06);
  padding: 2.1rem 2.05rem 1.9rem;
}

.tm-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr);
  gap: 1rem;
  margin-top: 0.85rem;
}

.tm-about-story-card {
  border-radius: 16px;
  border: 1px solid rgba(164, 202, 224, 0.24);
  background: linear-gradient(180deg, rgba(254, 255, 255, 0.98), rgba(244, 250, 254, 0.94));
  box-shadow: 0 10px 22px rgba(13, 42, 63, 0.05);
  padding: 1rem 1rem 0.92rem;
}

.tm-about-story-card h3 {
  color: #145e84;
  font-size: 1.22rem;
  margin-bottom: 0.65rem;
}

.tm-about-story-card p {
  margin: 0 0 0.65rem;
  color: #475d6d;
  line-height: 1.62;
}

.tm-about-story-card p:last-child {
  margin-bottom: 0;
}

.tm-about-story-card-note {
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.98), rgba(236, 247, 252, 0.94));
  border-color: rgba(147, 205, 204, 0.28);
}

.tm-about-mini-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #466273;
}

.tm-about-mini-list li {
  margin-bottom: 0.6rem;
  line-height: 1.52;
}

.tm-about-mini-list li:last-child {
  margin-bottom: 0;
}

.tm-about-stats-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.tm-about-stat-card {
  border-radius: 16px;
  border: 1px solid rgba(154, 197, 222, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.94));
  box-shadow: 0 10px 24px rgba(12, 40, 59, 0.05);
  padding: 0.95rem 0.95rem 0.9rem;
}

.tm-about-stat-kicker {
  margin: 0 0 0.35rem;
  color: #637b8c;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tm-about-stat-card h3 {
  margin: 0 0 0.38rem;
  color: #0f5f85;
  font-size: 1.3rem;
  line-height: 1.2;
}

.tm-about-stat-card p:last-child {
  margin: 0;
  color: #4b6170;
  line-height: 1.5;
  font-size: 0.95rem;
}

.tm-about-compare-section,
.tm-about-principles-section,
.tm-about-boutique-section {
  padding: 76px 0 74px;
  background: linear-gradient(180deg, #f9fcff 0%, #f4f9fd 100%);
}

.tm-about-diff-section {
  padding: 76px 0 76px;
  background: linear-gradient(180deg, #edf5fb 0%, #f4f9fd 100%);
  border-top: 1px solid rgba(163, 201, 223, 0.22);
  border-bottom: 1px solid rgba(163, 201, 223, 0.22);
}

.tm-about-tech-section {
  padding: 78px 0;
  background:
    linear-gradient(180deg, rgba(8, 20, 31, 0.92), rgba(8, 20, 31, 0.95)),
    url(../img/infinite-loop-03.jpg) center / cover no-repeat;
}

.tm-about-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.tm-about-compare-card,
.tm-about-diff-card,
.tm-about-principle-card,
.tm-about-boutique-card {
  border-radius: 16px;
  border: 1px solid rgba(154, 197, 222, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.95));
  box-shadow: 0 12px 24px rgba(10, 38, 56, 0.05);
  padding: 1rem 1rem 0.95rem;
}

.tm-about-compare-card-accent {
  border-color: rgba(132, 208, 191, 0.38);
  background:
    radial-gradient(circle at 86% 16%, rgba(129, 213, 196, 0.14), rgba(129, 213, 196, 0) 44%),
    linear-gradient(180deg, rgba(250, 255, 254, 0.99), rgba(242, 252, 249, 0.95));
}

.tm-about-compare-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.58rem;
  padding: 0.26rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(153, 196, 221, 0.24);
  background: rgba(247, 252, 255, 0.9);
  color: #6a7f8f;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tm-about-compare-card h3,
.tm-about-diff-card h3,
.tm-about-principle-card h3,
.tm-about-boutique-card h3 {
  color: #145f85;
  font-size: 1.1rem;
  line-height: 1.34;
  margin-bottom: 0.58rem;
}

.tm-about-compare-card > p:not(.tm-about-compare-chip),
.tm-about-diff-card > p:not(.tm-about-diff-note),
.tm-about-principle-card p,
.tm-about-boutique-card p {
  color: #4a6171;
  line-height: 1.58;
  margin-bottom: 0.68rem;
}

.tm-about-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tm-about-diff-card {
  display: flex;
  flex-direction: column;
}

.tm-about-diff-note {
  margin-top: auto;
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(163, 205, 229, 0.22);
  background: rgba(247, 252, 255, 0.82);
  color: #3f5f73;
  font-size: 0.92rem;
  line-height: 1.45;
}

.tm-about-number-list {
  margin: 0 0 0.72rem;
  padding-left: 1.15rem;
  color: #47606f;
}

.tm-about-number-list li {
  margin-bottom: 0.52rem;
  line-height: 1.46;
}

.tm-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tm-about-tech-shell {
  border-radius: 22px;
  border: 1px solid rgba(165, 211, 235, 0.18);
  background: linear-gradient(180deg, rgba(9, 23, 36, 0.84), rgba(10, 25, 39, 0.9));
  box-shadow: 0 18px 32px rgba(4, 14, 22, 0.34);
  padding: 2rem 1.95rem 1.9rem;
  color: #e9f5fb;
}

.tm-about-tech-shell .tm-section-title {
  color: #eef8fd;
}

.tm-about-tech-shell .tm-about-section-intro {
  color: #cbe2ef;
}

.tm-about-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 0.9rem;
}

.tm-about-tech-card {
  border-radius: 14px;
  border: 1px solid rgba(170, 216, 236, 0.16);
  background: linear-gradient(180deg, rgba(13, 30, 45, 0.88), rgba(14, 33, 49, 0.9));
  box-shadow: inset 0 1px 0 rgba(216, 236, 248, 0.05);
  padding: 0.95rem 0.95rem 0.88rem;
}

.tm-about-tech-card h3 {
  margin: 0 0 0.55rem;
  color: #dff1fb;
  font-size: 1.04rem;
}

.tm-about-tech-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #c6deeb;
}

.tm-about-tech-list li {
  margin-bottom: 0.46rem;
  line-height: 1.42;
}

.tm-about-tech-footnote {
  margin: 0.95rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 13px;
  border: 1px solid rgba(170, 216, 236, 0.14);
  background: rgba(11, 28, 43, 0.72);
  color: #d2e7f2;
  line-height: 1.5;
}

.tm-about-boutique-shell {
  border-radius: 20px;
  border: 1px solid rgba(161, 199, 222, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 252, 255, 0.95));
  box-shadow: 0 14px 28px rgba(10, 37, 56, 0.05);
  padding: 1.85rem 1.8rem;
}

.tm-about-boutique-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.75rem;
}

.tm-about-boutique-note {
  margin: 0.9rem 0 0;
  padding: 0.78rem 0.86rem;
  border-radius: 13px;
  border: 1px solid rgba(147, 202, 203, 0.26);
  background: linear-gradient(180deg, rgba(246, 253, 252, 0.95), rgba(239, 250, 248, 0.94));
  color: #3f616f;
  line-height: 1.5;
}

.tm-about-final-cta {
  padding: 72px 0 28px;
  background: linear-gradient(180deg, #f4f9fd 0%, #eef6fc 100%);
}

.tm-about-final-cta .tm-cta-band {
  border: 1px solid rgba(159, 196, 219, 0.28);
  background:
    radial-gradient(circle at 88% 18%, rgba(132, 210, 193, 0.14), rgba(132, 210, 193, 0) 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.95));
  box-shadow: 0 16px 30px rgba(11, 40, 60, 0.06);
}

.tm-about-final-cta .tm-cta-band h2 {
  color: #0f5f85;
}

.tm-about-final-cta .tm-cta-band p {
  color: #4b6473;
}

.tm-contact-page #infinite {
  background-image: url(../img/hero-custom-01.jpg);
  background-position: center 42%;
  height: auto;
  min-height: 720px;
}

.tm-contact-page #infinite::before {
  background:
    linear-gradient(118deg, rgba(4, 14, 25, 0.84) 0%, rgba(5, 24, 39, 0.76) 44%, rgba(6, 38, 55, 0.66) 100%),
    radial-gradient(circle at 85% 18%, rgba(127, 205, 191, 0.18) 0%, rgba(127, 205, 191, 0) 42%);
}

.tm-contact-page #infinite::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(125, 191, 224, 0.08) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(0deg, rgba(125, 191, 224, 0.08) 1px, transparent 1px) 0 0 / 40px 40px;
  opacity: 0.24;
}

.tm-contact-page #infinite .tm-hero-text-container {
  height: auto;
  justify-content: flex-start;
  padding-top: clamp(7.3rem, 8.8vw, 8.9rem);
  padding-bottom: clamp(2.3rem, 3.8vw, 3.5rem);
}

.tm-contact-page #infinite .tm-hero-text-container-inner {
  text-align: left;
  max-width: 1120px;
}

.tm-contact-page #infinite .tm-hero-title {
  max-width: 18ch;
  margin-bottom: 0.9rem;
}

.tm-contact-page #infinite .tm-hero-subtitle {
  margin-left: 0;
  max-width: 850px;
}

.tm-contact-page #infinite .tm-hero-actions {
  justify-content: flex-start;
  margin-top: 1.2rem;
}

.tm-contact-hero-points {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
  max-width: 860px;
}

.tm-contact-hero-points li {
  display: grid;
  grid-template-columns: 0.95rem minmax(0, 1fr);
  gap: 0.66rem;
  align-items: start;
  margin: 0;
}

.tm-contact-hero-points li::before {
  content: "";
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.38rem;
  border-radius: 999px;
  border: 2px solid rgba(132, 214, 231, 0.82);
  background: rgba(132, 214, 231, 0.2);
  box-shadow: 0 0 0 3px rgba(132, 214, 231, 0.08);
}

.tm-contact-hero-points li > span {
  color: #edf8fd;
  line-height: 1.46;
}

.tm-contact-convo-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef6fc 100%);
  border-top: 1px solid rgba(161, 198, 222, 0.24);
}

.tm-contact-convo-shell {
  border-radius: 22px;
  border: 1px solid rgba(161, 198, 222, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.96));
  box-shadow: 0 14px 28px rgba(10, 38, 56, 0.05);
  padding: 2rem 1.9rem 1.85rem;
}

.tm-contact-convo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.tm-contact-convo-card {
  border-radius: 14px;
  border: 1px solid rgba(156, 196, 221, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.95));
  box-shadow: 0 10px 22px rgba(11, 39, 57, 0.05);
  padding: 0.9rem 0.92rem 0.84rem;
}

.tm-contact-convo-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.55rem;
  padding: 0.24rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(154, 196, 221, 0.22);
  background: rgba(247, 252, 255, 0.92);
  color: #6a7f8f;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tm-contact-convo-card h3 {
  color: #145f85;
  font-size: 1.02rem;
  margin-bottom: 0.55rem;
}

.tm-contact-convo-card p:last-child {
  margin: 0;
  color: #4b6170;
  line-height: 1.55;
}

.tm-contact-convo-note {
  margin: 0.95rem 0 0;
  padding: 0.78rem 0.84rem;
  border-radius: 13px;
  border: 1px solid rgba(145, 202, 202, 0.24);
  background: linear-gradient(180deg, rgba(246, 253, 252, 0.95), rgba(238, 250, 248, 0.94));
  color: #3f616f;
  line-height: 1.5;
}

.tm-contact-routes-section {
  padding: 76px 0;
  background: linear-gradient(180deg, #eef6fc 0%, #f6fbff 100%);
  border-top: 1px solid rgba(162, 199, 222, 0.2);
  border-bottom: 1px solid rgba(162, 199, 222, 0.2);
}

.tm-contact-routes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.tm-contact-route-card {
  border-radius: 16px;
  border: 1px solid rgba(156, 197, 221, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.95));
  box-shadow: 0 12px 24px rgba(11, 39, 57, 0.05);
  padding: 1rem 1rem 0.94rem;
  display: flex;
  flex-direction: column;
}

.tm-contact-route-card-accent {
  border-color: rgba(129, 209, 192, 0.34);
  background:
    radial-gradient(circle at 86% 12%, rgba(129, 209, 192, 0.14), rgba(129, 209, 192, 0) 42%),
    linear-gradient(180deg, rgba(251, 255, 254, 0.99), rgba(243, 252, 249, 0.95));
}

.tm-contact-route-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 0.58rem;
  padding: 0.24rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(154, 196, 221, 0.22);
  background: rgba(247, 252, 255, 0.92);
  color: #6a7f8f;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tm-contact-route-card h3 {
  color: #145f85;
  font-size: 1.08rem;
  margin-bottom: 0.55rem;
}

.tm-contact-route-card > p:not(.tm-contact-route-chip) {
  color: #4a6170;
  line-height: 1.56;
  margin-bottom: 0.8rem;
}

.tm-contact-route-link {
  margin-top: auto;
  color: #0f5f85;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid rgba(157, 199, 222, 0.18);
  padding-top: 0.65rem;
}

.tm-contact-route-link:hover,
.tm-contact-route-link:focus {
  color: #0b4b69;
  text-decoration: none;
}

#contact.tm-contact-page-form-section {
  min-height: auto;
  padding-top: 88px;
  padding-bottom: 92px;
  background:
    linear-gradient(180deg, rgba(6, 18, 28, 0.84), rgba(6, 18, 28, 0.9)),
    url(../img/infinite-loop-03.jpg) center / cover no-repeat;
}

#contact.tm-contact-page-form-section .tm-section-title,
#contact.tm-contact-page-form-section p,
#contact.tm-contact-page-form-section label {
  color: #edf7fd;
}

.tm-contact-form-shell {
  border-radius: 20px;
  border: 1px solid rgba(177, 218, 238, 0.18);
  background: linear-gradient(180deg, rgba(9, 23, 35, 0.78), rgba(9, 23, 35, 0.84));
  box-shadow: 0 16px 30px rgba(4, 13, 21, 0.26);
  padding: 1.35rem 1.25rem 1.15rem;
}

.tm-contact-form-shell .tm-section-title {
  margin-bottom: 0.45rem;
}

.tm-contact-form-intro {
  color: #cfe4ef;
  line-height: 1.58;
  margin-bottom: 0.9rem;
}

#contact.tm-contact-page-form-section .tm-input,
#contact.tm-contact-page-form-section select.tm-input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(192, 225, 241, 0.32);
  color: #f4fbff;
  width: 100%;
}

#contact.tm-contact-page-form-section .tm-input:focus {
  outline: none;
  border-color: rgba(125, 197, 231, 0.7);
  box-shadow: 0 0 0 3px rgba(73, 148, 191, 0.18);
}

#contact.tm-contact-page-form-section .tm-input option {
  color: #243642;
}

#contact.tm-contact-page-form-section .tm-btn-submit {
  width: 100%;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-weight: 600;
}

#contact.tm-contact-page-form-section .tm-form-note {
  margin-bottom: 0;
  color: #cfe5f1;
}

#contact.tm-contact-page-form-section .form-status {
  color: #b8f0cb;
}

.tm-contact-side-stack {
  display: grid;
  gap: 0.95rem;
}

.tm-contact-side-card {
  border-radius: 16px;
  border: 1px solid rgba(182, 222, 241, 0.14);
  background: linear-gradient(180deg, rgba(10, 25, 38, 0.72), rgba(10, 25, 38, 0.78));
  box-shadow: 0 12px 24px rgba(4, 13, 21, 0.18);
  padding: 0.95rem 0.95rem 0.9rem;
}

.tm-contact-side-card .tm-kicker {
  margin-bottom: 0.55rem;
}

.tm-contact-side-card h3 {
  margin: 0 0 0.45rem;
  color: #ecf7fd;
  font-size: 1.08rem;
}

.tm-contact-side-card > p {
  color: #cbe1ed;
  line-height: 1.5;
}

.tm-contact-side-card-primary {
  border-color: rgba(137, 213, 195, 0.22);
  background:
    radial-gradient(circle at 90% 12%, rgba(128, 210, 192, 0.15), rgba(128, 210, 192, 0) 48%),
    linear-gradient(180deg, rgba(10, 26, 39, 0.78), rgba(10, 26, 39, 0.84));
}

.tm-contact-side-card .tm-btn-primary {
  width: 100%;
  margin-top: 0.35rem;
}

#contact.tm-contact-page-form-section .contact-item {
  margin-left: 0;
  margin-bottom: 0.72rem;
}

#contact.tm-contact-page-form-section .contact-item:last-child {
  margin-bottom: 0;
}

#contact.tm-contact-page-form-section .item-link {
  gap: 0.72rem;
}

#contact.tm-contact-page-form-section .item-link i,
#contact.tm-contact-page-form-section .item-link span {
  color: #e9f5fb;
}

#contact.tm-contact-page-form-section .item-link:hover i,
#contact.tm-contact-page-form-section .item-link:hover span {
  color: #78c5ea;
}

.tm-contact-side-list {
  margin: 0;
  padding-left: 1.08rem;
  color: #cbe1ed;
}

.tm-contact-side-list li {
  margin-bottom: 0.55rem;
  line-height: 1.48;
}

.tm-contact-side-list li:last-child {
  margin-bottom: 0;
}

.tm-contact-faq-accordion {
  max-width: none;
  gap: 0.65rem;
}

.tm-contact-faq-accordion .tm-faq-item {
  border-color: rgba(172, 214, 236, 0.14);
  background: linear-gradient(180deg, rgba(13, 30, 45, 0.82), rgba(13, 30, 45, 0.88));
  box-shadow: none;
}

.tm-contact-faq-accordion .tm-faq-item summary {
  color: #e4f3fb;
}

.tm-contact-faq-accordion .tm-faq-item p {
  color: #cae0ec;
}

.tm-contact-faq-accordion .tm-faq-arrow {
  border-color: rgba(172, 214, 236, 0.16);
  background: rgba(230, 245, 252, 0.08);
  color: #d8ecf7;
}

@media (max-width: 1199px) {
  .tm-about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-about-diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-contact-routes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-contact-route-card-accent {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .tm-about-page #infinite,
  .tm-contact-page #infinite {
    min-height: 680px;
  }

  .tm-about-story-shell,
  .tm-contact-convo-shell {
    padding: 1.45rem 1.2rem 1.25rem;
  }

  .tm-about-story-grid,
  .tm-about-compare-grid,
  .tm-about-diff-grid,
  .tm-about-principles-grid,
  .tm-about-tech-grid,
  .tm-about-boutique-grid,
  .tm-contact-convo-grid,
  .tm-contact-routes-grid {
    grid-template-columns: 1fr;
  }

  .tm-about-boutique-shell,
  .tm-about-tech-shell {
    padding: 1.45rem 1.2rem 1.3rem;
  }

  .tm-contact-page-form-section .tm-container-contact .row {
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .tm-about-page .tm-page-hero,
  .tm-contact-page .tm-page-hero {
    min-height: 0;
  }

  .tm-about-page #infinite,
  .tm-contact-page #infinite {
    min-height: 0;
  }

  .tm-about-page #infinite .tm-hero-text-container,
  .tm-contact-page #infinite .tm-hero-text-container {
    padding-top: 7rem;
    padding-bottom: 1.7rem;
  }

  .tm-about-page #infinite .tm-hero-text-container-inner,
  .tm-contact-page #infinite .tm-hero-text-container-inner {
    padding: 0.95rem 0.95rem 1rem;
  }

  .tm-about-page #infinite .tm-hero-title,
  .tm-contact-page #infinite .tm-hero-title {
    max-width: none;
  }

  .tm-about-hero-points,
  .tm-contact-hero-points {
    gap: 0.48rem;
  }

  .tm-about-hero-points li,
  .tm-contact-hero-points li {
    grid-template-columns: 0.82rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .tm-about-story-shell,
  .tm-contact-convo-shell,
  .tm-about-tech-shell,
  .tm-about-boutique-shell {
    border-radius: 16px;
  }

  .tm-about-stats-grid {
    grid-template-columns: 1fr;
  }

  .tm-about-final-cta {
    padding-top: 60px;
  }

  #contact.tm-contact-page-form-section {
    padding-top: 72px;
    padding-bottom: 74px;
  }

  .tm-contact-form-shell,
  .tm-contact-side-card {
    border-radius: 14px;
    padding: 0.85rem 0.82rem 0.8rem;
  }
}

@media (max-width: 575px) {
  .tm-soft-emoji-tag {
    gap: 0.42rem;
  }

  .tm-soft-emoji-tag::before {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.76rem;
    flex-basis: 1.55rem;
  }

  .tm-about-compare-card,
  .tm-about-diff-card,
  .tm-about-principle-card,
  .tm-about-boutique-card,
  .tm-contact-convo-card,
  .tm-contact-route-card,
  .tm-about-stat-card,
  .tm-about-story-card,
  .tm-about-tech-card {
    border-radius: 13px;
    padding: 0.82rem 0.78rem 0.78rem;
  }

  .tm-about-story-shell,
  .tm-contact-convo-shell,
  .tm-about-tech-shell,
  .tm-about-boutique-shell {
    padding: 1.08rem 0.88rem 0.95rem;
  }

  .tm-contact-convo-chip,
  .tm-contact-route-chip,
  .tm-about-compare-chip {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
