:root {
  --ttc-page-max: 1080px;
  --ttc-ink: #123f38;
  --ttc-teal: #0d5a4c;
  --ttc-green: #2d9e83;
  --ttc-mint: #d5ece6;
  --ttc-offwhite: #fbfbfb;
  --ttc-yellow: #fbae44;
  --ttc-pink: #ca4c8c;
  --ttc-text: #3d3d3d;
}

.elementor-location-header {
  background: linear-gradient(to bottom, #0e3232 0 12px, #fff 12px 100%) !important;
  box-shadow: 0 1px 0 rgba(18, 63, 56, 0.1);
  padding-top: 12px !important;
  position: relative;
  z-index: 20;
}

.elementor-location-header::before {
  background: #0e3232;
  content: "";
  height: 12px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 1;
}

.elementor-location-header > .elementor-element.e-con {
  align-items: center;
  background: #fff !important;
  min-height: 48px;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  position: relative;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-top: 0 !important;
  --min-height: 48px !important;
  z-index: 2;
}

.elementor-location-header > .elementor-element.e-con > .e-con {
  align-items: center;
  background: #fff !important;
  display: flex !important;
  margin: 0 auto;
  max-width: var(--ttc-page-max);
  min-height: 48px;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-top: 0 !important;
  --min-height: 48px !important;
  width: min(var(--ttc-page-max), calc(100% - 72px)) !important;
}

.elementor-location-header .elementor-widget-image img {
  height: auto;
  max-height: 31px;
  width: auto;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item {
  color: var(--ttc-ink) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 7px 10px;
  text-transform: uppercase;
  white-space: normal;
}

.elementor-location-header .elementor-nav-menu--dropdown .elementor-sub-item {
  line-height: 1.25;
}

.elementor-location-header .elementor-nav-menu--main .sub-menu {
  min-width: 330px !important;
}

.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
  line-height: 1.25;
  white-space: normal;
}

.elementor-location-header .elementor-nav-menu--main > ul > li.menu-item-has-children {
  position: relative;
}

.elementor-location-header .elementor-nav-menu--main > ul > li.menu-item-has-children:hover > .sub-menu,
.elementor-location-header .elementor-nav-menu--main > ul > li.menu-item-has-children:focus-within > .sub-menu {
  display: block !important;
  opacity: 1 !important;
  top: 100% !important;
  visibility: visible !important;
  z-index: 1000;
}

.elementor-location-header .ttc-nav-cta > a,
.elementor-location-header .menu-item.ttc-nav-cta > a.elementor-item {
  background: var(--ttc-green);
  border-radius: 999px;
  color: #fff !important;
  font-size: 0.68rem;
  min-height: 32px;
  padding: 9px 18px;
}

.elementor-location-header .ttc-nav-cta > a:focus-visible,
.elementor-location-header .ttc-nav-cta > a:hover {
  background: #237e69;
  color: #fff !important;
}

.ttc-home-2026 {
  --ttc-home-hero: #0d645b;
  --ttc-home-hero-bright: #117e72;
  --ttc-home-cta: #189488;
  --ttc-home-cta-hover: #0d645b;
  --ttc-home-pale-accent: #e7f3f1;
  --ttc-home-pale-bg: #f4f8f7;
  --ttc-home-ink: #172f31;
  --ttc-home-muted: #4d6261;
  --ttc-home-border: #e4ecec;
  --ttc-home-max: 1080px;
  color: var(--ttc-text);
  font-family: "Work Sans", Arial, sans-serif;
  overflow-x: clip;
  padding: 0 !important;
  width: 100%;
}

.ttc-home-2026 *,
.ttc-home-2026 *::before,
.ttc-home-2026 *::after {
  box-sizing: border-box;
}

.ttc-home-2026 img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ttc-home-2026 a {
  color: inherit;
}

.ttc-home-2026 .ttc-section {
  align-self: stretch !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: clamp(46px, 4.2vw, 72px) 0 !important;
  width: 100% !important;
}

.ttc-home-2026 .ttc-section--tight {
  padding-block: clamp(34px, 3.5vw, 54px) !important;
}

.ttc-section--white {
  background: #fff;
}

.ttc-section--off {
  background: var(--ttc-home-pale-bg);
}

.ttc-section--mint {
  background: var(--ttc-mint);
}

.ttc-section--dark {
  background: var(--ttc-teal);
  color: #fff;
}

.ttc-wrap {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ttc-home-max);
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  width: min(var(--ttc-home-max), calc(100% - 72px)) !important;
}

.ttc-wrap--narrow {
  max-width: 760px;
  text-align: center;
  width: min(760px, calc(100% - 64px)) !important;
}

.ttc-kicker {
  color: var(--ttc-home-cta);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.ttc-home-2026 h1,
.ttc-home-2026 h2,
.ttc-home-2026 h3,
.ttc-home-2026 h4 {
  color: inherit;
  font-family: "Work Sans", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.ttc-home-2026 h1 {
  font-size: clamp(2.45rem, 3.48vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  max-width: 480px;
}

.ttc-home-2026 h2 {
  font-size: clamp(1.7rem, 2.45vw, 2.28rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.ttc-home-2026 h3 {
  font-size: clamp(1.25rem, 1.85vw, 1.72rem);
}

.ttc-home-2026 h4 {
  font-size: 1.15rem;
}

.ttc-home-2026 p {
  font-size: clamp(0.88rem, 0.96vw, 0.98rem);
  line-height: 1.55;
  margin: 0 0 16px;
}

.ttc-home-2026 ul {
  margin: 0;
  padding: 0;
}

.ttc-home-2026 li {
  line-height: 1.5;
}

.ttc-home-2026 .ttc-btn .elementor-button,
.ttc-home-2026 .gform_button {
  align-items: center;
  background: var(--ttc-home-cta);
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-height: 38px;
  padding: 11px 22px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ttc-home-2026 .ttc-btn .elementor-button:hover,
.ttc-home-2026 .ttc-btn .elementor-button:focus-visible,
.ttc-home-2026 .gform_button:hover,
.ttc-home-2026 .gform_button:focus-visible {
  background: var(--ttc-home-cta-hover);
  box-shadow: 0 10px 24px rgba(13, 90, 76, 0.2);
  color: #fff !important;
  transform: translateY(-1px);
}

.ttc-home-2026 .ttc-btn--light .elementor-button {
  background: #fff;
  color: var(--ttc-teal) !important;
}

.ttc-home-2026 .ttc-btn--light .elementor-button:hover,
.ttc-home-2026 .ttc-btn--light .elementor-button:focus-visible {
  background: var(--ttc-mint);
  color: var(--ttc-teal) !important;
}

.ttc-centered-action {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.ttc-editor-placeholder {
  display: none !important;
}

.elementor-editor-active .ttc-editor-placeholder {
  background: #fff7d6;
  border: 1px dashed #b98900;
  border-radius: 8px;
  color: #4a3900;
  display: block !important;
  margin-top: 16px;
  padding: 14px 16px;
}

.ttc-note {
  color: inherit;
  font-size: 0.95rem;
  font-style: italic;
  margin-top: 16px;
}

.ttc-note p,
.ttc-kicker p {
  margin-bottom: 0;
}

.ttc-home-2026 .ttc-hero {
  align-self: stretch !important;
  background: linear-gradient(90deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero-bright) 100%);
  color: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: clamp(134px, 10.4vw, 168px) 0 0 !important;
  width: 100% !important;
}

.ttc-hero__grid {
  align-items: center;
  display: grid !important;
  gap: clamp(36px, 4.8vw, 58px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-hero__copy p {
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.45;
  max-width: 440px;
}

.ttc-hero__copy {
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-hero__media {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  min-height: clamp(300px, 26vw, 380px);
  overflow: hidden;
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ttc-hero__media .elementor-widget-image,
.ttc-hero__media .elementor-widget-container,
.ttc-media-card .elementor-widget-image,
.ttc-media-card .elementor-widget-container {
  height: 100%;
}

.ttc-home-2026 .ttc-hero-button .elementor-button {
  background: #fff;
  border: 1px solid #fff;
  color: var(--ttc-home-hero) !important;
  min-height: 40px;
  padding-inline: 24px;
}

.ttc-home-2026 .ttc-hero-button .elementor-button:hover,
.ttc-home-2026 .ttc-hero-button .elementor-button:focus-visible {
  background: var(--ttc-home-cta);
  border-color: var(--ttc-home-cta);
  color: #fff !important;
}

.ttc-ticker {
  align-self: stretch !important;
  align-items: center !important;
  background: var(--ttc-home-hero);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  contain: layout paint;
  display: flex !important;
  flex-direction: row !important;
  height: 34px !important;
  justify-content: flex-start !important;
  margin-top: clamp(52px, 4.8vw, 72px);
  min-height: 34px !important;
  max-width: 100vw;
  overflow: hidden !important;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  --flex-direction: row !important;
  --min-height: 34px !important;
  position: relative !important;
  width: 100% !important;
}

.ttc-ticker::before,
.ttc-ticker::after {
  content: "" !important;
  inset-block: 0;
  pointer-events: none;
  position: absolute;
  width: 190px !important;
  z-index: 20 !important;
}

.ttc-ticker::before {
  background: linear-gradient(90deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero) 76%, rgba(13, 100, 91, 0) 100%);
  left: 0;
}

.ttc-ticker::after {
  background: linear-gradient(270deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero) 76%, rgba(13, 100, 91, 0) 100%);
  right: 0;
}

.ttc-ticker__track {
  align-items: center !important;
  align-self: center !important;
  animation: ttcTicker 34s linear infinite;
  display: flex !important;
  flex-direction: row !important;
  flex: 0 0 auto !important;
  gap: 0;
  height: auto !important;
  justify-content: flex-start !important;
  margin-left: 56px !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: max-content !important;
  overflow: visible !important;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  position: relative !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  --min-height: 0 !important;
  white-space: nowrap;
  width: max-content !important;
  will-change: transform;
  z-index: 1 !important;
}

.ttc-ticker__group {
  align-items: center !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex: 0 0 auto !important;
  gap: 0;
  height: auto !important;
  justify-content: flex-start !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: max-content !important;
  overflow: visible !important;
  padding: 0 0 0 42px !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 42px !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  width: max-content !important;
}

.ttc-ticker__track .elementor-widget-text-editor {
  align-self: center !important;
  flex: 0 0 auto;
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.ttc-ticker__track .elementor-widget-container {
  line-height: 1 !important;
  margin: 0 !important;
}

.ttc-ticker__track p {
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  min-height: 0;
  text-transform: uppercase;
}

.ttc-ticker__track p::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 3px;
  margin-inline: 18px;
  opacity: 0.72;
  width: 3px;
}

@keyframes ttcTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttc-ticker__track {
    animation: none;
  }
}

.ttc-home-2026 .ttc-section--logos {
  padding: 16px 0 24px !important;
}

.ttc-logo-strip {
  align-items: center;
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-logo-strip__item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ttc-home-border);
  border-radius: 2px;
  display: flex !important;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  padding: 9px 14px;
}

.ttc-logo-strip__item img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(20%) saturate(1392%) hue-rotate(123deg) brightness(91%) contrast(91%);
  max-height: 30px;
  object-fit: contain;
}

.ttc-split {
  align-items: center;
  display: grid !important;
  gap: clamp(34px, 5vw, 62px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-home-2026 .ttc-problem-section {
  padding: clamp(48px, 5vw, 72px) 0 clamp(48px, 5.4vw, 78px) !important;
}

.ttc-problem {
  align-items: start;
  gap: clamp(42px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
}

.ttc-problem__copy {
  max-width: 520px;
}

.ttc-problem__copy h2 {
  color: var(--ttc-home-ink);
  font-size: clamp(1.55rem, 2.15vw, 2.18rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 450px;
}

.ttc-problem__copy p {
  color: var(--ttc-home-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 13px;
}

.ttc-problem-alert p {
  color: var(--ttc-home-cta);
  font-weight: 700;
  margin-bottom: 8px;
}

.ttc-media-card {
  background: #f2f6f5;
  border-radius: 3px;
  box-shadow: 0 20px 42px rgba(18, 63, 56, 0.12);
  overflow: hidden;
}

.ttc-split > .ttc-media-card {
  align-self: start;
  max-width: 470px;
  width: 100%;
}

.ttc-problem-section .ttc-media-card {
  aspect-ratio: 1 / 1.05;
}

.ttc-problem-section .ttc-media-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ttc-check-list {
  display: grid;
  gap: 9px;
  list-style: none;
}

.ttc-check-list li {
  background: #fff;
  border: 1px solid var(--ttc-home-border);
  border-radius: 3px;
  color: var(--ttc-home-ink);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  padding: 11px 14px 11px 36px;
  position: relative;
}

.ttc-check-list li::before {
  background: var(--ttc-home-pale-accent);
  border: 2px solid var(--ttc-home-cta);
  border-radius: 50%;
  color: #fff;
  content: "";
  height: 13px;
  left: 14px;
  position: absolute;
  top: 15px;
  width: 13px;
}

.ttc-problem-section .ttc-problem-button {
  margin-top: 4px;
}

.ttc-problem-section .ttc-note {
  color: var(--ttc-home-muted);
  font-size: 0.78rem;
  font-style: normal;
  margin-top: 8px;
}

.ttc-problem-help p {
  color: var(--ttc-home-ink);
  font-size: 0.96rem;
  font-weight: 700;
  margin: 17px 0 10px;
}

.ttc-home-2026 .ttc-performance-section {
  background: var(--ttc-home-pale-bg);
  padding: clamp(64px, 6.4vw, 92px) 0 clamp(72px, 7.4vw, 108px) !important;
}

.ttc-performance {
  color: var(--ttc-home-ink);
  max-width: 760px;
  text-align: center;
}

.ttc-performance > .elementor-widget,
.ttc-performance > .e-con {
  align-self: center !important;
}

.ttc-performance .elementor-widget-container,
.ttc-performance p,
.ttc-performance h2,
.ttc-performance h3 {
  text-align: center;
}

.ttc-performance-open p {
  color: var(--ttc-home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 auto 34px;
  max-width: 650px;
}

.ttc-performance .ttc-kicker {
  margin-bottom: 8px;
}

.ttc-performance h2 {
  color: var(--ttc-home-ink);
  font-size: clamp(1.82rem, 2.45vw, 2.4rem);
  line-height: 1.08;
  margin-bottom: 8px;
}

.ttc-framework-subhead p {
  color: var(--ttc-home-ink);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.ttc-selective-underline {
  text-decoration-line: underline;
  text-decoration-color: var(--ttc-home-cta);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.ttc-framework-intro p {
  color: var(--ttc-home-muted);
  font-size: 0.86rem;
  line-height: 1.55;
  margin-inline: auto;
  max-width: 620px;
  text-align: center;
}

.ttc-framework-where p {
  color: var(--ttc-home-cta);
  font-size: 0.96rem;
  font-weight: 800;
  margin: 18px auto 26px;
  text-align: center;
}

.ttc-performance-framework-image {
  display: block !important;
  margin: 0 auto 42px;
  max-width: min(760px, 100%);
  text-align: center;
  width: 100% !important;
}

.ttc-performance-framework-image .elementor-widget-container {
  margin: 0 auto;
  text-align: center;
}

.ttc-performance-framework-image img {
  display: block;
  filter: none !important;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.ttc-performance-statement p {
  color: var(--ttc-home-ink);
  font-size: clamp(1.15rem, 1.45vw, 1.38rem);
  font-weight: 800;
  line-height: 1.16;
  margin: 0 auto 22px;
  max-width: 500px;
  text-align: center;
}

.ttc-performance-statement em {
  color: var(--ttc-home-cta);
  font-style: italic;
}

.ttc-framework-body p {
  color: var(--ttc-home-muted);
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0 auto 18px;
  max-width: 520px;
  text-align: center;
}

.ttc-performance .ttc-performance-button {
  align-self: center !important;
  display: flex !important;
  justify-content: center;
  text-align: center;
}

.ttc-performance .ttc-performance-button .elementor-widget-container {
  text-align: center;
  width: 100%;
}

.ttc-performance .ttc-note {
  color: var(--ttc-home-muted);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 400;
  margin-top: 14px;
  text-align: center;
}

.ttc-performance .ttc-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-testimonials,
.ttc-values,
.ttc-process {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttc-testimonial {
  background: var(--ttc-green);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 342px;
  padding: 28px;
}

.ttc-testimonial img {
  filter: brightness(0) invert(1);
  margin-bottom: 24px;
  max-height: 34px;
  max-width: 190px;
  object-fit: contain;
}

.ttc-testimonial p {
  font-size: 1rem;
}

.ttc-testimonial-footer {
  border-top: 2px dotted var(--ttc-yellow);
  font-style: italic;
  font-weight: 700;
  margin-top: auto;
  padding-top: 20px;
}

.ttc-services {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ttc-service-card,
.ttc-process-card,
.ttc-value-card {
  background: #fff;
  border: 1px solid rgba(18, 63, 56, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(18, 63, 56, 0.07);
  padding: clamp(24px, 2.8vw, 34px);
}

.ttc-service-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 22px;
}

.ttc-service-card li {
  padding-left: 20px;
  position: relative;
}

.ttc-service-card li::before {
  color: var(--ttc-green);
  content: "+";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.ttc-process-card {
  counter-increment: ttc-process;
  position: relative;
}

.ttc-process {
  counter-reset: ttc-process;
}

.ttc-process-card::before {
  background: var(--ttc-green);
  border-radius: 50%;
  color: #fff;
  content: counter(ttc-process);
  display: grid;
  font-size: 0.85rem;
  font-weight: 800;
  height: 32px;
  left: 24px;
  place-items: center;
  position: absolute;
  top: -16px;
  width: 32px;
}

.ttc-cta-card {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(18, 63, 56, 0.08);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(18, 63, 56, 0.08);
  margin: 0 auto;
  max-width: var(--ttc-home-max);
  padding: clamp(36px, 5vw, 58px);
  text-align: center;
}

.ttc-home-2026 .ttc-small-section {
  align-items: center !important;
  background: var(--ttc-home-pale-bg) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  --align-items: center !important;
  --display: flex !important;
  --flex-direction: column !important;
  --justify-content: center !important;
}

.ttc-home-2026 .ttc-cta-card--small-project {
  align-items: center !important;
  align-self: center !important;
  background: var(--ttc-mint) !important;
  border: 1px solid rgba(18, 63, 56, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(18, 63, 56, 0.06);
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ttc-home-max);
  padding: clamp(34px, 4vw, 48px) clamp(28px, 5vw, 64px) !important;
  text-align: center !important;
  width: min(var(--ttc-home-max), calc(100% - 72px)) !important;
  --align-items: center !important;
  --display: flex !important;
  --flex-direction: column !important;
  --gap: 0 !important;
  --justify-content: center !important;
  --padding-block-end: clamp(34px, 4vw, 48px) !important;
  --padding-block-start: clamp(34px, 4vw, 48px) !important;
  --padding-bottom: clamp(34px, 4vw, 48px) !important;
  --padding-left: clamp(28px, 5vw, 64px) !important;
  --padding-right: clamp(28px, 5vw, 64px) !important;
  --padding-top: clamp(34px, 4vw, 48px) !important;
}

.ttc-home-2026 .ttc-small-section .elementor-widget {
  text-align: center !important;
}

.ttc-home-2026 .ttc-small-title,
.ttc-home-2026 .ttc-small-body,
.ttc-home-2026 .ttc-small-note {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-small-title {
  max-width: 680px;
}

.ttc-home-2026 .ttc-small-title .elementor-heading-title {
  color: var(--ttc-home-ink);
  margin-bottom: 18px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-small-body {
  max-width: 690px;
}

.ttc-home-2026 .ttc-small-body,
.ttc-home-2026 .ttc-small-body p,
.ttc-home-2026 .ttc-small-note,
.ttc-home-2026 .ttc-small-note p {
  text-align: center !important;
}

.ttc-home-2026 .ttc-small-body p:last-child {
  color: var(--ttc-home-ink);
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 6px;
}

.ttc-home-2026 .ttc-small-button {
  align-self: center !important;
  display: flex;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: auto !important;
}

.ttc-home-2026 .ttc-small-button .elementor-widget-container {
  display: flex;
  justify-content: center;
  text-align: center;
}

.ttc-home-2026 .ttc-small-note {
  color: var(--ttc-home-muted);
  font-style: italic;
  margin-top: 24px;
  max-width: 620px;
}

.ttc-home-2026 .ttc-small-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-founder {
  align-items: center;
  display: grid !important;
  gap: clamp(34px, 5vw, 62px);
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
}

.ttc-founder blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.ttc-founder-photo {
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ttc-founder .ttc-media-card img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.ttc-founder cite {
  color: var(--ttc-teal);
  display: block;
  font-style: normal;
  font-weight: 700;
  margin: 18px 0 24px;
}

.ttc-masterclass {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(18, 63, 56, 0.1);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(18, 63, 56, 0.1);
  display: grid !important;
  grid-template-columns: 1fr;
  margin-inline: auto;
  max-width: 820px;
  overflow: hidden;
}

.ttc-masterclass__body {
  padding: clamp(28px, 4vw, 48px);
}

.ttc-home-2026 .ttc-faq-section {
  background: #fff;
}

.ttc-home-2026 .ttc-faq-wrap {
  text-align: center;
}

.ttc-home-2026 .ttc-faq-title {
  margin: 0 0 22px;
  text-align: center;
}

.ttc-home-2026 .ttc-faq-title .elementor-heading-title {
  color: var(--ttc-home-cta) !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.ttc-home-2026 .ttc-faq-accordion {
  margin: 0 auto;
  max-width: 780px;
  text-align: left;
  width: 100%;
}

.ttc-home-2026 .ttc-faq-accordion details,
.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item {
  background: #fff;
  border-bottom: 1px solid rgba(18, 63, 56, 0.16);
  padding: 0;
}

.ttc-home-2026 .ttc-faq-accordion summary,
.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title {
  align-items: center;
  cursor: pointer;
  display: flex !important;
  gap: 24px;
  justify-content: space-between;
  list-style: none;
  min-height: 58px;
  padding: 16px 0;
  position: relative;
}

.ttc-home-2026 .ttc-faq-accordion summary::-webkit-details-marker {
  display: none;
}

.ttc-home-2026 .ttc-faq-accordion summary::marker {
  content: "";
  font-size: 0;
}

.ttc-home-2026 .ttc-faq-accordion summary::before,
.ttc-home-2026 .ttc-faq-accordion summary::after {
  content: none !important;
  display: none !important;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-header {
  flex: 1 1 auto;
  min-width: 0;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-text {
  color: var(--ttc-home-ink);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.88rem, 0.9vw, 0.96rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon {
  align-items: center;
  color: var(--ttc-home-cta) !important;
  display: inline-flex !important;
  flex: 0 0 18px;
  height: 18px;
  justify-content: center;
  margin-left: 18px;
  width: 18px;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon .e-opened,
.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon .e-closed {
  align-items: center;
  justify-content: center;
}

.ttc-home-2026 .ttc-faq-accordion details:not([open]) .e-n-accordion-item-title-icon .e-opened,
.ttc-home-2026 .ttc-faq-accordion details[open] .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}

.ttc-home-2026 .ttc-faq-accordion details:not([open]) .e-n-accordion-item-title-icon .e-closed,
.ttc-home-2026 .ttc-faq-accordion details[open] .e-n-accordion-item-title-icon .e-opened {
  display: inline-flex !important;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon svg {
  display: block;
  fill: var(--ttc-home-cta) !important;
  height: 13px;
  width: 13px;
}

.ttc-home-2026 .ttc-faq-accordion summary:hover .e-n-accordion-item-title-text,
.ttc-home-2026 .ttc-faq-accordion summary:focus-visible .e-n-accordion-item-title-text,
.ttc-home-2026 .ttc-faq-accordion details[open] .e-n-accordion-item-title-text {
  color: var(--ttc-home-cta);
}

.ttc-home-2026 .ttc-faq-accordion summary:focus-visible {
  border-radius: 6px;
  outline: 2px solid rgba(24, 148, 136, 0.34);
  outline-offset: 3px;
}

.ttc-home-2026 .ttc-faq-content {
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-home-2026 .ttc-faq-content p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.84rem, 0.88vw, 0.92rem);
  line-height: 1.55;
  margin: 0;
  max-width: 710px;
  padding: 0 46px 18px 0;
}

.ttc-home-2026 .ttc-faq-cta {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 26px auto 0;
  text-align: center;
  width: 100%;
  --align-items: center !important;
  --display: flex !important;
  --justify-content: center !important;
}

.ttc-home-2026 .ttc-faq-button {
  align-self: center !important;
  display: flex;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: auto !important;
}

.ttc-home-2026 .ttc-faq-button .elementor-widget-container,
.ttc-home-2026 .ttc-faq-button .elementor-button-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
}

.ttc-home-2026 .ttc-faq-note {
  color: var(--ttc-home-muted);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 400;
  margin: 16px auto 0;
  max-width: 560px;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-faq-note,
.ttc-home-2026 .ttc-faq-note p {
  text-align: center !important;
}

.ttc-home-2026 .ttc-faq-note p {
  margin-bottom: 0;
}

.ttc-home-2026 .ttc-faq-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-final {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.ttc-footer-2026 {
  background: #073f36 !important;
  color: rgba(255, 255, 255, 0.86);
  padding: 34px 0 22px !important;
}

.ttc-footer-2026 .ttc-footer-shell {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  margin-inline: auto;
  max-width: var(--ttc-page-max);
  width: 100% !important;
  width: min(var(--ttc-page-max), calc(100% - 64px)) !important;
}

.ttc-footer-2026 .ttc-footer-main {
  align-items: start;
  display: grid !important;
  gap: clamp(28px, 4.6vw, 58px);
  grid-template-columns: minmax(165px, 1.15fr) minmax(115px, 0.75fr) minmax(120px, 0.75fr) minmax(250px, 1.35fr);
  width: 100% !important;
}

.ttc-footer-2026 .ttc-footer-shell,
.ttc-footer-2026 .ttc-footer-main,
.ttc-footer-2026 .ttc-footer-logo-col,
.ttc-footer-2026 .ttc-footer-column,
.ttc-footer-2026 .ttc-footer-badges,
.ttc-footer-2026 .ttc-footer-bottom {
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-footer-2026 .ttc-footer-heading {
  margin-bottom: 8px;
}

.ttc-footer-2026 .ttc-footer-heading .elementor-heading-title {
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.ttc-footer-2026 p,
.ttc-footer-2026 a,
.ttc-footer-2026 span {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.8rem;
  line-height: 1.35;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-item {
  align-items: flex-start;
  margin: 0 !important;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-icon {
  display: none;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-text {
  padding-left: 0 !important;
}

.ttc-footer-2026 .ttc-footer-column--services {
  min-width: 0;
}

.ttc-footer-2026 img {
  object-fit: contain;
}

.ttc-footer-2026 .ttc-footer-logo img {
  display: block;
  max-width: 158px;
  width: 100%;
}

.ttc-footer-2026 .ttc-footer-badges {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: clamp(18px, 3vw, 30px);
  justify-content: center;
  width: 100% !important;
}

.ttc-footer-2026 .ttc-footer-badge {
  flex: 0 0 auto !important;
  width: auto !important;
  --container-widget-flex-grow: 0 !important;
  --container-widget-width: auto !important;
}

.ttc-footer-2026 .ttc-footer-badge,
.ttc-footer-2026 .ttc-footer-badge .elementor-widget-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ttc-footer-2026 .ttc-footer-badge img {
  display: block;
  filter: none !important;
  height: 78px !important;
  max-height: 78px;
  max-width: 118px;
  object-fit: contain;
  width: auto !important;
}

.ttc-footer-2026 .ttc-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex !important;
  flex-direction: row !important;
  gap: 18px;
  justify-content: space-between;
  padding-top: 18px !important;
  width: 100% !important;
}

.ttc-footer-2026 .ttc-footer-legal p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
}

.ttc-footer-2026 .ttc-footer-legal p,
.ttc-footer-2026 .ttc-footer-legal a,
.ttc-footer-2026 .ttc-footer-legal span {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.ttc-footer-2026 .elementor-social-icon {
  background: var(--ttc-gold) !important;
  color: #073f36 !important;
  height: 32px;
  width: 32px;
}

.ttc-footer-2026 .elementor-social-icon svg {
  fill: #073f36 !important;
}

.ttc-footer-2026 .elementor-icon-list-item a,
.ttc-footer-2026 .elementor-icon-list-item span {
  transition: color 160ms ease;
}

.ttc-footer-2026 .elementor-icon-list-item a:hover,
.ttc-footer-2026 .elementor-icon-list-item a:focus-visible {
  color: var(--ttc-green);
}

@media (max-width: 1024px) {
  .ttc-hero__grid,
  .ttc-split,
  .ttc-founder,
  .ttc-masterclass {
    grid-template-columns: 1fr;
  }

  .ttc-testimonials,
  .ttc-values,
  .ttc-process {
    grid-template-columns: 1fr;
  }

  .ttc-logo-strip {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .ttc-performance-framework-image {
    max-width: min(620px, 100%);
  }
}

@media (max-width: 900px) {
  .ttc-footer-2026 .ttc-footer-main {
    gap: 24px 34px;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .ttc-footer-2026 .ttc-footer-logo-col {
    grid-row: span 2;
  }

  .ttc-footer-2026 .ttc-footer-badges {
    gap: 18px;
  }

  .ttc-footer-2026 .ttc-footer-badge img {
    height: 72px !important;
    max-height: 72px;
  }
}

@media (max-width: 767px) {
  .elementor-location-header {
    background: #fff;
    isolation: isolate;
    padding-top: 0;
    position: relative;
    z-index: 1000;
  }

  .elementor-location-header::before {
    display: none;
  }

  .elementor-location-header:has(.elementor-menu-toggle.elementor-active)::before {
    background: url("/wp-content/uploads/2026/07/ttc-logo.svg") left center / contain no-repeat;
    content: "";
    display: block;
    height: 38px;
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 42px;
    width: 180px;
    z-index: 1005;
  }

  .elementor-location-header .e-con,
  .elementor-location-header .elementor-widget-wrap {
    background: #fff;
    position: relative;
  }

  .elementor-location-header .elementor-widget-image {
    position: relative;
    z-index: 1002;
  }

  .elementor-location-header .elementor-menu-toggle {
    background: #f4f6f5;
    border: 1px solid rgba(18, 63, 56, 0.22);
    color: var(--ttc-ink) !important;
    position: relative;
    z-index: 1003;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background: var(--ttc-pink);
    min-height: 0;
    position: relative;
    z-index: 1000;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
    min-height: calc(100vh - 100px);
  }

  .elementor-location-header .sub-menu.elementor-nav-menu--dropdown {
    background: #d272a8;
    min-height: 0;
  }

  .elementor-location-header .ttc-nav-cta > a,
  .elementor-location-header .menu-item.ttc-nav-cta > a.elementor-item {
    border-radius: 8px;
    margin: 8px 20px;
    text-align: center;
  }

  .ttc-home-2026 .ttc-section {
    padding: 48px 0 !important;
  }

  .ttc-home-2026 .ttc-hero {
    padding-top: 108px !important;
  }

  .ttc-home-2026 h1 {
    font-size: 2.18rem;
    line-height: 1.08;
    max-width: 100%;
  }

  .ttc-hero__media {
    min-height: 280px;
  }

  .ttc-hero__media .elementor-widget-image,
  .ttc-hero__media .elementor-widget-container {
    align-items: end;
    display: flex;
    justify-content: center;
  }

  .ttc-hero__media img {
    height: auto !important;
    max-height: 300px;
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
  }

  .ttc-logo-strip,
  .ttc-services {
    grid-template-columns: 1fr;
  }

  .ttc-wrap,
  .ttc-wrap--narrow,
  .ttc-footer-2026 .ttc-footer-shell {
    width: min(calc(100% - 36px), var(--ttc-page-max)) !important;
  }

  .ttc-footer-2026 {
    padding: 30px 0 22px !important;
  }

  .ttc-footer-2026 .ttc-footer-shell {
    gap: 24px;
  }

  .ttc-footer-2026 .ttc-footer-main {
    gap: 22px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ttc-footer-2026 .ttc-footer-logo-col {
    grid-row: auto;
  }

  .ttc-footer-2026 .ttc-footer-logo img {
    margin-inline: auto;
    max-width: 150px;
  }

  .ttc-footer-2026 .ttc-footer-heading {
    margin-bottom: 7px;
  }

  .ttc-footer-2026 .ttc-footer-links .elementor-icon-list-items {
    align-items: center;
    gap: 7px;
  }

  .ttc-footer-2026 .ttc-footer-badges {
    display: grid !important;
    flex-direction: initial !important;
    gap: 16px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    margin-inline: auto;
    max-width: 250px;
  }

  .ttc-footer-2026 .ttc-footer-badge img {
    height: 64px !important;
    max-height: 64px;
    max-width: 100px;
  }

  .ttc-footer-2026 .ttc-footer-bottom {
    flex-direction: column !important;
    gap: 14px;
    justify-content: center;
    padding-top: 18px !important;
    text-align: center;
  }

  .ttc-footer-2026 .ttc-footer-legal p {
    justify-content: center;
  }

  .ttc-testimonial,
  .ttc-service-card,
  .ttc-process-card,
  .ttc-value-card,
  .ttc-cta-card,
  .ttc-masterclass__body {
    padding: 24px;
  }

  .ttc-home-2026 .ttc-cta-card--small-project {
    padding: 30px 22px !important;
    width: min(var(--ttc-home-max), calc(100% - 36px)) !important;
    --padding-block-end: 30px !important;
    --padding-block-start: 30px !important;
    --padding-bottom: 30px !important;
    --padding-left: 22px !important;
    --padding-right: 22px !important;
    --padding-top: 30px !important;
  }

  .ttc-performance-open p,
  .ttc-framework-intro p,
  .ttc-framework-body p {
    max-width: 330px;
  }

  .ttc-performance-framework-image {
    margin-bottom: 34px;
    max-width: 330px;
  }

  .ttc-performance-statement p {
    max-width: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttc-ticker__track {
    animation: none;
  }

  .ttc-home-2026 .ttc-btn .elementor-button {
    transition: none;
  }
}
/* END TTC 2026 DEPLOYMENT CSS */

/* BEGIN TTC 2026 DEPLOYMENT CSS v2026.07.30.1 */
/* 2026 Home, header, and footer refresh */
:root {
  --ttc-page-max: 1080px;
  --ttc-ink: #123f38;
  --ttc-teal: #0d5a4c;
  --ttc-green: #2d9e83;
  --ttc-mint: #d5ece6;
  --ttc-offwhite: #fbfbfb;
  --ttc-yellow: #fbae44;
  --ttc-pink: #ca4c8c;
  --ttc-text: #3d3d3d;
}

.elementor-location-header {
  background: linear-gradient(to bottom, #0e3232 0 12px, #fff 12px 100%) !important;
  box-shadow: 0 1px 0 rgba(18, 63, 56, 0.1);
  padding-top: 12px !important;
  position: relative;
  z-index: 20;
}

.elementor-location-header::before {
  background: #0e3232;
  content: "";
  height: 12px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 1;
}

.elementor-location-header > .elementor-element.e-con {
  align-items: center;
  background: #fff !important;
  min-height: 48px;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  position: relative;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-top: 0 !important;
  --min-height: 48px !important;
  z-index: 2;
}

.elementor-location-header > .elementor-element.e-con > .e-con {
  align-items: center;
  background: #fff !important;
  display: flex !important;
  margin: 0 auto;
  max-width: var(--ttc-page-max);
  min-height: 48px;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-top: 0 !important;
  --min-height: 48px !important;
  width: min(var(--ttc-page-max), calc(100% - 72px)) !important;
}

.elementor-location-header .elementor-widget-image img {
  height: auto;
  max-height: 31px;
  width: auto;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item {
  color: var(--ttc-ink) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 7px 10px;
  text-transform: uppercase;
  white-space: normal;
}

.elementor-location-header .elementor-nav-menu--dropdown .elementor-sub-item {
  line-height: 1.25;
}

.elementor-location-header .elementor-nav-menu--main .sub-menu {
  min-width: 330px !important;
}

.elementor-location-header .elementor-nav-menu--main .sub-menu .elementor-sub-item {
  line-height: 1.25;
  white-space: normal;
}

.elementor-location-header .elementor-nav-menu--main > ul > li.menu-item-has-children {
  position: relative;
}

.elementor-location-header .elementor-nav-menu--main > ul > li.menu-item-has-children:hover > .sub-menu,
.elementor-location-header .elementor-nav-menu--main > ul > li.menu-item-has-children:focus-within > .sub-menu {
  display: block !important;
  opacity: 1 !important;
  top: 100% !important;
  visibility: visible !important;
  z-index: 1000;
}

.elementor-location-header .ttc-nav-cta > a,
.elementor-location-header .menu-item.ttc-nav-cta > a.elementor-item {
  background: var(--ttc-green);
  border-radius: 999px;
  color: #fff !important;
  font-size: 0.68rem;
  min-height: 32px;
  padding: 9px 18px;
  text-transform: none;
}

.elementor-location-header .elementor-nav-menu--main .ttc-nav-cta > a.elementor-item,
.elementor-location-header .elementor-nav-menu--dropdown .ttc-nav-cta > a.elementor-item,
.elementor-location-header .elementor-nav-menu .ttc-nav-cta > a.elementor-item {
  text-transform: none !important;
}

.elementor-location-header .ttc-nav-cta > a:focus-visible,
.elementor-location-header .ttc-nav-cta > a:hover {
  background: #237e69;
  color: #fff !important;
}

.ttc-home-2026 {
  --ttc-home-hero: #0d645b;
  --ttc-home-hero-bright: #117e72;
  --ttc-home-cta: #189488;
  --ttc-home-cta-hover: #0d645b;
  --ttc-home-pale-accent: #e7f3f1;
  --ttc-home-pale-bg: #f4f8f7;
  --ttc-home-ink: #172f31;
  --ttc-home-muted: #4d6261;
  --ttc-home-border: #e4ecec;
  --ttc-home-max: 1080px;
  color: var(--ttc-text);
  font-family: "Work Sans", Arial, sans-serif;
  overflow-x: clip;
  padding: 0 !important;
  width: 100%;
}

.ttc-home-2026 *,
.ttc-home-2026 *::before,
.ttc-home-2026 *::after {
  box-sizing: border-box;
}

.ttc-home-2026 img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ttc-home-2026 a {
  color: inherit;
}

.ttc-home-2026 .ttc-section {
  align-self: stretch !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: clamp(46px, 4.2vw, 72px) 0 !important;
  width: 100% !important;
}

.ttc-home-2026 .ttc-section--tight {
  padding-block: clamp(34px, 3.5vw, 54px) !important;
}

.ttc-section--white {
  background: #fff;
}

.ttc-section--off {
  background: var(--ttc-home-pale-bg);
}

.ttc-section--mint {
  background: var(--ttc-mint);
}

.ttc-section--dark {
  background: var(--ttc-teal);
  color: #fff;
}

.ttc-wrap {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ttc-home-max);
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  width: min(var(--ttc-home-max), calc(100% - 72px)) !important;
}

.ttc-wrap--narrow {
  max-width: 760px;
  text-align: center;
  width: min(760px, calc(100% - 64px)) !important;
}

.ttc-kicker {
  color: var(--ttc-home-cta);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.ttc-home-2026 h1,
.ttc-home-2026 h2,
.ttc-home-2026 h3,
.ttc-home-2026 h4 {
  color: inherit;
  font-family: "Work Sans", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.ttc-home-2026 h1 {
  font-size: clamp(2.45rem, 3.48vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  max-width: 480px;
}

.ttc-home-2026 h2 {
  font-size: clamp(1.7rem, 2.45vw, 2.28rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.ttc-home-2026 h3 {
  font-size: clamp(1.25rem, 1.85vw, 1.72rem);
}

.ttc-home-2026 h4 {
  font-size: 1.15rem;
}

.ttc-home-2026 p {
  font-size: clamp(0.88rem, 0.96vw, 0.98rem);
  line-height: 1.55;
  margin: 0 0 16px;
}

.ttc-home-2026 ul {
  margin: 0;
  padding: 0;
}

.ttc-home-2026 li {
  line-height: 1.5;
}

.ttc-home-2026 .ttc-btn .elementor-button,
.ttc-home-2026 .gform_button {
  align-items: center;
  background: var(--ttc-home-cta);
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-height: 38px;
  padding: 11px 22px;
  text-decoration: none !important;
  text-transform: none;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ttc-home-2026 .ttc-btn .elementor-button:hover,
.ttc-home-2026 .ttc-btn .elementor-button:focus-visible,
.ttc-home-2026 .gform_button:hover,
.ttc-home-2026 .gform_button:focus-visible {
  background: var(--ttc-home-cta-hover);
  box-shadow: 0 10px 24px rgba(13, 90, 76, 0.2);
  color: #fff !important;
  transform: translateY(-1px);
}

.ttc-home-2026 .ttc-btn--light .elementor-button {
  background: #fff;
  color: var(--ttc-teal) !important;
}

.ttc-home-2026 .ttc-btn--light .elementor-button:hover,
.ttc-home-2026 .ttc-btn--light .elementor-button:focus-visible {
  background: var(--ttc-mint);
  color: var(--ttc-teal) !important;
}

.ttc-centered-action {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.ttc-editor-placeholder {
  display: none !important;
}

.elementor-editor-active .ttc-editor-placeholder {
  background: #fff7d6;
  border: 1px dashed #b98900;
  border-radius: 8px;
  color: #4a3900;
  display: block !important;
  margin-top: 16px;
  padding: 14px 16px;
}

.ttc-note {
  color: inherit;
  font-size: 0.95rem;
  font-style: italic;
  margin-top: 16px;
}

.ttc-note p,
.ttc-kicker p {
  margin-bottom: 0;
}

.ttc-home-2026 .ttc-hero {
  align-self: stretch !important;
  background: linear-gradient(90deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero-bright) 100%);
  color: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: clamp(134px, 10.4vw, 168px) 0 0 !important;
  width: 100% !important;
}

.ttc-hero__grid {
  align-items: center;
  display: grid !important;
  gap: clamp(36px, 4.8vw, 58px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-hero__copy p {
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.45;
  max-width: 440px;
}

.ttc-hero__copy {
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-hero__media {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  min-height: clamp(300px, 26vw, 380px);
  overflow: hidden;
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ttc-hero__media .elementor-widget-image,
.ttc-hero__media .elementor-widget-container,
.ttc-media-card .elementor-widget-image,
.ttc-media-card .elementor-widget-container {
  height: 100%;
}

.ttc-home-2026 .ttc-hero-button .elementor-button {
  background: #fff;
  border: 1px solid #fff;
  color: var(--ttc-home-hero) !important;
  min-height: 40px;
  padding-inline: 24px;
}

.ttc-home-2026 .ttc-hero-button .elementor-button:hover,
.ttc-home-2026 .ttc-hero-button .elementor-button:focus-visible {
  background: var(--ttc-home-cta);
  border-color: var(--ttc-home-cta);
  color: #fff !important;
}

.ttc-ticker {
  align-self: stretch !important;
  align-items: center !important;
  background: var(--ttc-home-hero);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  contain: layout paint;
  display: flex !important;
  flex-direction: row !important;
  height: 34px !important;
  justify-content: flex-start !important;
  margin-top: clamp(52px, 4.8vw, 72px);
  min-height: 34px !important;
  max-width: 100vw;
  overflow: hidden !important;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  --flex-direction: row !important;
  --min-height: 34px !important;
  position: relative !important;
  width: 100% !important;
}

.ttc-ticker::before,
.ttc-ticker::after {
  content: "" !important;
  inset-block: 0;
  pointer-events: none;
  position: absolute;
  width: 190px !important;
  z-index: 20 !important;
}

.ttc-ticker::before {
  background: linear-gradient(90deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero) 76%, rgba(13, 100, 91, 0) 100%);
  left: 0;
}

.ttc-ticker::after {
  background: linear-gradient(270deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero) 76%, rgba(13, 100, 91, 0) 100%);
  right: 0;
}

.ttc-ticker__track {
  align-items: center !important;
  align-self: center !important;
  animation: ttcTicker 34s linear infinite;
  display: flex !important;
  flex-direction: row !important;
  flex: 0 0 auto !important;
  gap: 0;
  height: auto !important;
  justify-content: flex-start !important;
  margin-left: 56px !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: max-content !important;
  overflow: visible !important;
  padding: 0 !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  position: relative !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  --min-height: 0 !important;
  white-space: nowrap;
  width: max-content !important;
  will-change: transform;
  z-index: 1 !important;
}

.ttc-ticker__group {
  align-items: center !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex: 0 0 auto !important;
  gap: 0;
  height: auto !important;
  justify-content: flex-start !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: max-content !important;
  overflow: visible !important;
  padding: 0 0 0 42px !important;
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 42px !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  width: max-content !important;
}

.ttc-ticker__track .elementor-widget-text-editor {
  align-self: center !important;
  flex: 0 0 auto;
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.ttc-ticker__track .elementor-widget-container {
  line-height: 1 !important;
  margin: 0 !important;
}

.ttc-ticker__track p {
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  min-height: 0;
  text-transform: uppercase;
}

.ttc-ticker__track p::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 3px;
  margin-inline: 18px;
  opacity: 0.72;
  width: 3px;
}

@keyframes ttcTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttc-ticker__track {
    animation: none;
  }
}

.ttc-home-2026 .ttc-section--logos {
  padding: 16px 0 24px !important;
}

.ttc-logo-strip {
  align-items: center;
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-logo-strip__item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ttc-home-border);
  border-radius: 2px;
  display: flex !important;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  padding: 9px 14px;
}

.ttc-logo-strip__item img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(20%) saturate(1392%) hue-rotate(123deg) brightness(91%) contrast(91%);
  max-height: 30px;
  object-fit: contain;
}

.ttc-split {
  align-items: center;
  display: grid !important;
  gap: clamp(34px, 5vw, 62px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-home-2026 .ttc-problem-section {
  padding: clamp(48px, 5vw, 72px) 0 clamp(48px, 5.4vw, 78px) !important;
}

.ttc-problem {
  align-items: start;
  gap: clamp(42px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
}

.ttc-problem__copy {
  max-width: 520px;
}

.ttc-problem__copy h2 {
  color: var(--ttc-home-ink);
  font-size: clamp(1.55rem, 2.15vw, 2.18rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 450px;
}

.ttc-problem__copy p {
  color: var(--ttc-home-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 13px;
}

.ttc-problem-alert p {
  color: var(--ttc-home-cta);
  font-weight: 700;
  margin-bottom: 8px;
}

.ttc-media-card {
  background: #f2f6f5;
  border-radius: 3px;
  box-shadow: 0 20px 42px rgba(18, 63, 56, 0.12);
  overflow: hidden;
}

.ttc-split > .ttc-media-card {
  align-self: start;
  max-width: 470px;
  width: 100%;
}

.ttc-problem-section .ttc-media-card {
  aspect-ratio: 1 / 1.05;
}

.ttc-problem-section .ttc-media-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ttc-check-list {
  display: grid;
  gap: 9px;
  list-style: none;
}

.ttc-check-list li {
  background: #fff;
  border: 1px solid var(--ttc-home-border);
  border-radius: 3px;
  color: var(--ttc-home-ink);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  padding: 11px 14px 11px 36px;
  position: relative;
}

.ttc-check-list li::before {
  background: var(--ttc-home-pale-accent);
  border: 2px solid var(--ttc-home-cta);
  border-radius: 50%;
  color: #fff;
  content: "";
  height: 13px;
  left: 14px;
  position: absolute;
  top: 15px;
  width: 13px;
}

.ttc-problem-section .ttc-problem-button {
  margin-top: 4px;
}

.ttc-problem-section .ttc-note {
  color: var(--ttc-home-muted);
  font-size: 0.78rem;
  font-style: normal;
  margin-top: 8px;
}

.ttc-problem-help p {
  color: var(--ttc-home-ink);
  font-size: 0.96rem;
  font-weight: 700;
  margin: 17px 0 10px;
}

.ttc-home-2026 .ttc-performance-section {
  background: var(--ttc-home-pale-bg);
  padding: clamp(64px, 6.4vw, 92px) 0 clamp(72px, 7.4vw, 108px) !important;
}

.ttc-performance {
  color: var(--ttc-home-ink);
  max-width: 760px;
  text-align: center;
}

.ttc-performance > .elementor-widget,
.ttc-performance > .e-con {
  align-self: center !important;
}

.ttc-performance .elementor-widget-container,
.ttc-performance p,
.ttc-performance h2,
.ttc-performance h3 {
  text-align: center;
}

.ttc-performance-open p {
  color: var(--ttc-home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 auto 34px;
  max-width: 650px;
}

.ttc-performance .ttc-kicker {
  margin-bottom: 8px;
}

.ttc-performance h2 {
  color: var(--ttc-home-ink);
  font-size: clamp(1.82rem, 2.45vw, 2.4rem);
  line-height: 1.08;
  margin-bottom: 8px;
}

.ttc-framework-subhead p {
  color: var(--ttc-home-ink);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.ttc-selective-underline {
  text-decoration-line: underline;
  text-decoration-color: var(--ttc-home-cta);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.ttc-framework-intro p {
  color: var(--ttc-home-muted);
  font-size: 0.86rem;
  line-height: 1.55;
  margin-inline: auto;
  max-width: 620px;
  text-align: center;
}

.ttc-framework-where p {
  color: var(--ttc-home-cta);
  font-size: 0.96rem;
  font-weight: 800;
  margin: 18px auto 26px;
  text-align: center;
}

.ttc-performance-framework-image {
  display: block !important;
  margin: 0 auto 42px;
  max-width: min(760px, 100%);
  text-align: center;
  width: 100% !important;
}

.ttc-performance-framework-image .elementor-widget-container {
  margin: 0 auto;
  text-align: center;
}

.ttc-performance-framework-image img {
  display: block;
  filter: none !important;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.ttc-performance-statement p {
  color: var(--ttc-home-ink);
  font-size: clamp(1.15rem, 1.45vw, 1.38rem);
  font-weight: 800;
  line-height: 1.16;
  margin: 0 auto 22px;
  max-width: 500px;
  text-align: center;
}

.ttc-performance-statement em {
  color: var(--ttc-home-cta);
  font-style: italic;
}

.ttc-framework-body p {
  color: var(--ttc-home-muted);
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0 auto 18px;
  max-width: 520px;
  text-align: center;
}

.ttc-performance .ttc-performance-button {
  align-self: center !important;
  display: flex !important;
  justify-content: center;
  text-align: center;
}

.ttc-performance .ttc-performance-button .elementor-widget-container {
  text-align: center;
  width: 100%;
}

.ttc-performance .ttc-note {
  color: var(--ttc-home-muted);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 400;
  margin-top: 14px;
  text-align: center;
}

.ttc-performance .ttc-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-testimonials,
.ttc-values,
.ttc-process {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttc-home-2026 .ttc-values-section {
  padding: clamp(40px, 4vw, 56px) 0 clamp(42px, 4.4vw, 60px) !important;
}

.ttc-home-2026 .ttc-values-section > .ttc-wrap {
  gap: 0 !important;
}

.ttc-values-heading-wrap {
  align-self: center !important;
  margin: 0 auto clamp(34px, 3.6vw, 48px) !important;
  text-align: center !important;
}

.ttc-home-2026 .ttc-values-title {
  align-self: center !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-values-title .elementor-heading-title {
  color: var(--ttc-home-cta) !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-align: center !important;
  text-transform: uppercase;
}

.ttc-values {
  gap: clamp(28px, 3.4vw, 44px);
}

.ttc-testimonials-heading {
  align-self: center !important;
  margin: 0 auto 24px !important;
  max-width: 760px;
  text-align: center !important;
  width: min(760px, calc(100% - 64px)) !important;
}

.ttc-home-2026 .ttc-testimonials-title {
  align-self: center !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-testimonials-title .elementor-heading-title {
  color: var(--ttc-home-cta) !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-align: center !important;
  text-transform: uppercase;
}

.ttc-testimonial {
  background: var(--ttc-green);
  border-radius: 18px !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 44px 30px 30px !important;
  text-align: center !important;
  --align-items: center !important;
  --border-radius: 18px !important;
  --container-widget-align-self: center !important;
  --padding-block-end: 30px !important;
  --padding-block-start: 44px !important;
  --padding-bottom: 30px !important;
  --padding-left: 30px !important;
  --padding-right: 30px !important;
  --padding-top: 44px !important;
}

.ttc-testimonial,
.ttc-testimonial .elementor-widget,
.ttc-testimonial .elementor-widget-container,
.ttc-testimonial p {
  text-align: center !important;
}

.ttc-testimonial .elementor-widget-image {
  align-self: center !important;
  margin: 0 auto 26px !important;
  width: 100%;
}

.ttc-testimonial img {
  display: block;
  filter: brightness(0) invert(1);
  margin: 0 auto !important;
  max-height: 38px;
  max-width: 210px;
  object-fit: contain;
}

.ttc-testimonial p {
  font-size: clamp(0.84rem, 0.78vw, 0.93rem);
  line-height: 1.3;
  margin: 0;
}

.ttc-testimonial-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.92);
  font-style: italic;
  font-weight: 700;
  margin-top: auto !important;
  padding-top: 22px;
  width: 100%;
}

.ttc-testimonials-cta {
  align-items: center !important;
  align-self: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 28px auto 0 !important;
  text-align: center !important;
  width: 100%;
}

.ttc-testimonials-cta .elementor-widget-button,
.ttc-testimonials-cta .elementor-widget-container {
  text-align: center !important;
  width: 100%;
}

.ttc-services-heading-wrap {
  align-items: center !important;
  gap: 9px;
  margin: 0 auto 28px !important;
  text-align: center !important;
}

.ttc-home-2026 .ttc-services-title,
.ttc-home-2026 .ttc-services-kicker {
  align-self: center !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: auto;
}

.ttc-home-2026 .ttc-services-title .elementor-heading-title,
.ttc-home-2026 .ttc-services-kicker p,
.ttc-home-2026 .ttc-service-label .elementor-heading-title {
  background: var(--ttc-home-pale-accent);
  border: 1px solid rgba(24, 148, 136, 0.16);
  border-radius: 999px;
  color: var(--ttc-home-cta) !important;
  display: inline-flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.18;
  margin: 0;
  padding: 8px 14px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-services-kicker p,
.ttc-home-2026 .ttc-service-label .elementor-heading-title {
  text-transform: uppercase;
}

.ttc-services {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ttc-service-card {
  background: #fff;
  border: 1px solid rgba(18, 63, 56, 0.1);
  border-radius: 18px !important;
  box-shadow: 0 14px 30px rgba(18, 63, 56, 0.05);
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  padding: clamp(26px, 2.7vw, 32px) !important;
}

.ttc-process-card {
  background: #fff;
  border: 1px solid rgba(18, 63, 56, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(18, 63, 56, 0.07);
  padding: clamp(24px, 2.8vw, 34px);
}

.ttc-value-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  text-align: left !important;
}

.ttc-value-head {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  margin: 0 0 12px !important;
  min-height: 36px;
}

.ttc-home-2026 .ttc-value-icon {
  flex: 0 0 34px;
  height: 34px;
  margin: 0 !important;
  width: 34px;
}

.ttc-home-2026 .ttc-value-icon .elementor-icon-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.ttc-home-2026 .ttc-value-icon .elementor-icon {
  align-items: center;
  background: var(--ttc-home-pale-accent);
  border-radius: 9px;
  color: var(--ttc-home-cta);
  display: inline-flex;
  font-size: 0.88rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.ttc-home-2026 .ttc-value-icon .elementor-icon i {
  color: var(--ttc-home-cta);
}

.ttc-home-2026 .ttc-value-icon .elementor-icon svg {
  fill: var(--ttc-home-cta);
  height: 14px;
  width: 14px;
}

.ttc-home-2026 .ttc-value-title {
  margin: 0 !important;
  min-width: 0;
}

.ttc-home-2026 .ttc-value-title .elementor-heading-title {
  color: var(--ttc-home-ink);
  font-size: clamp(0.9rem, 0.95vw, 1rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
}

.ttc-home-2026 .ttc-value-body p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.82rem, 0.86vw, 0.91rem);
  font-weight: 400;
  line-height: 1.52;
  margin: 0;
  text-align: left;
}

.ttc-values-cta {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: clamp(28px, 3vw, 36px) auto 0 !important;
  text-align: center !important;
  width: 100%;
}

.ttc-values-cta .elementor-widget-button,
.ttc-values-cta .elementor-widget-container,
.ttc-values-cta .elementor-button-wrapper {
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-values-note,
.ttc-home-2026 .ttc-values-note p {
  color: var(--ttc-home-muted);
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  margin: 12px auto 0 !important;
  max-width: 620px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-values-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-home-2026 .ttc-thrive-section {
  padding: clamp(38px, 4vw, 56px) 0 clamp(42px, 4.4vw, 62px) !important;
}

.ttc-thrive {
  align-items: center !important;
  gap: 0 !important;
  margin: 0 auto !important;
  max-width: 660px;
  text-align: center !important;
  width: min(660px, calc(100% - 64px)) !important;
}

.ttc-home-2026 .ttc-thrive-title,
.ttc-home-2026 .ttc-thrive-copy,
.ttc-home-2026 .ttc-thrive-button {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-thrive-title .elementor-heading-title {
  color: var(--ttc-home-ink);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(1.36rem, 1.78vw, 1.86rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 9px;
  text-align: center !important;
  text-transform: none;
}

.ttc-home-2026 .ttc-thrive-copy p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.88rem, 0.92vw, 0.96rem);
  font-weight: 400;
  line-height: 1.48;
  margin: 0 auto;
  max-width: 560px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-thrive-emphasis {
  color: var(--ttc-home-cta);
  font-style: italic;
  font-weight: 400;
}

.ttc-thrive-button {
  display: flex !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

.ttc-thrive-button .elementor-widget-container,
.ttc-thrive-button .elementor-button-wrapper {
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-service-label {
  margin: 0 0 18px !important;
  text-align: left !important;
}

.ttc-service-card .elementor-widget-text-editor p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.84rem, 0.86vw, 0.92rem);
  line-height: 1.53;
  margin: 0;
}

.ttc-service-card .ttc-card-list {
  margin: 18px 0 22px !important;
}

.ttc-service-card .elementor-icon-list-items,
.ttc-service-card ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ttc-service-card .elementor-icon-list-item,
.ttc-service-card li {
  align-items: flex-start;
  color: var(--ttc-home-ink);
  display: flex;
  font-size: clamp(0.82rem, 0.84vw, 0.9rem);
  line-height: 1.45;
  padding-left: 16px !important;
  position: relative;
}

.ttc-service-card .elementor-icon-list-icon {
  display: none !important;
}

.ttc-service-card .elementor-icon-list-text {
  padding-left: 0 !important;
}

.ttc-service-card .elementor-icon-list-item::before,
.ttc-service-card li::before {
  background: var(--ttc-home-cta);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.68em;
  width: 5px;
}

.ttc-service-card .elementor-widget-button {
  align-self: center !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: auto !important;
  padding-top: 3px;
  text-align: center !important;
  width: 100%;
}

.ttc-service-card .elementor-widget-button .elementor-widget-container {
  text-align: center !important;
  width: 100%;
}

.ttc-process-heading-wrap {
  align-items: center !important;
  gap: 8px;
  margin: 0 auto 34px !important;
  max-width: 650px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-process-title,
.ttc-home-2026 .ttc-process-intro {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 650px;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-process-title .elementor-heading-title {
  color: var(--ttc-home-ink);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
  text-align: center !important;
}

.ttc-home-2026 .ttc-process-arrow {
  align-items: center;
  color: var(--ttc-home-cta);
  display: inline-flex;
  font-size: 1.08em;
  font-weight: 900;
  line-height: 1;
  margin: 0 0.24em;
  transform: translateY(-0.02em);
}

.ttc-home-2026 .ttc-process-intro p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.84rem, 0.86vw, 0.92rem);
  line-height: 1.48;
  margin: 0 auto;
  max-width: 560px;
  text-align: center !important;
}

.ttc-process-card {
  counter-increment: ttc-process;
  border-radius: 16px !important;
  box-shadow: 0 14px 28px rgba(18, 63, 56, 0.045);
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  overflow: visible !important;
  padding: clamp(32px, 2.8vw, 36px) clamp(22px, 2.4vw, 28px) clamp(24px, 2.5vw, 30px) !important;
  position: relative;
}

.ttc-process {
  counter-reset: ttc-process;
  overflow: visible !important;
  padding-top: 18px;
}

.ttc-process-card::before {
  background: var(--ttc-home-cta);
  border-radius: 50%;
  color: #fff;
  content: counter(ttc-process);
  display: grid;
  font-size: 0.78rem;
  font-weight: 800;
  height: 30px;
  left: 24px;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2;
}

.ttc-home-2026 .ttc-process-card-title {
  margin: 0 0 7px !important;
}

.ttc-home-2026 .ttc-process-card-title .elementor-heading-title {
  color: var(--ttc-home-ink);
  font-size: clamp(0.86rem, 0.92vw, 0.98rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
}

.ttc-home-2026 .ttc-process-card-label {
  color: var(--ttc-home-cta);
  margin: 0 0 12px !important;
}

.ttc-home-2026 .ttc-process-card-label p {
  color: var(--ttc-home-cta);
  font-size: clamp(0.78rem, 0.82vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.ttc-home-2026 .ttc-process-card-body p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.8rem, 0.84vw, 0.88rem);
  line-height: 1.48;
  margin: 0;
}

.ttc-cta-card {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(18, 63, 56, 0.08);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(18, 63, 56, 0.08);
  margin: 0 auto;
  max-width: var(--ttc-home-max);
  padding: clamp(36px, 5vw, 58px);
  text-align: center;
}

.ttc-home-2026 .ttc-small-section {
  align-items: center !important;
  background: var(--ttc-home-pale-bg) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  --align-items: center !important;
  --display: flex !important;
  --flex-direction: column !important;
  --justify-content: center !important;
}

.ttc-home-2026 .ttc-cta-card--small-project {
  align-items: center !important;
  align-self: center !important;
  background: var(--ttc-mint) !important;
  border: 1px solid rgba(18, 63, 56, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(18, 63, 56, 0.06);
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ttc-home-max);
  padding: clamp(34px, 4vw, 48px) clamp(28px, 5vw, 64px) !important;
  text-align: center !important;
  width: min(var(--ttc-home-max), calc(100% - 72px)) !important;
  --align-items: center !important;
  --display: flex !important;
  --flex-direction: column !important;
  --gap: 0 !important;
  --justify-content: center !important;
  --padding-block-end: clamp(34px, 4vw, 48px) !important;
  --padding-block-start: clamp(34px, 4vw, 48px) !important;
  --padding-bottom: clamp(34px, 4vw, 48px) !important;
  --padding-left: clamp(28px, 5vw, 64px) !important;
  --padding-right: clamp(28px, 5vw, 64px) !important;
  --padding-top: clamp(34px, 4vw, 48px) !important;
}

.ttc-home-2026 .ttc-small-section .elementor-widget {
  text-align: center !important;
}

.ttc-home-2026 .ttc-small-title,
.ttc-home-2026 .ttc-small-body,
.ttc-home-2026 .ttc-small-note {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-small-title {
  max-width: 680px;
}

.ttc-home-2026 .ttc-small-title .elementor-heading-title {
  color: var(--ttc-home-ink);
  margin-bottom: 18px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-small-body {
  max-width: 690px;
}

.ttc-home-2026 .ttc-small-body,
.ttc-home-2026 .ttc-small-body p,
.ttc-home-2026 .ttc-small-note,
.ttc-home-2026 .ttc-small-note p {
  text-align: center !important;
}

.ttc-home-2026 .ttc-small-body p:last-child {
  color: var(--ttc-home-ink);
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 6px;
}

.ttc-home-2026 .ttc-small-button {
  align-self: center !important;
  display: flex;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: auto !important;
}

.ttc-home-2026 .ttc-small-button .elementor-widget-container {
  display: flex;
  justify-content: center;
  text-align: center;
}

.ttc-home-2026 .ttc-small-note {
  color: var(--ttc-home-muted);
  font-style: italic;
  margin-top: 24px;
  max-width: 620px;
}

.ttc-home-2026 .ttc-small-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-founder-shell {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(34px, 4.8vw, 56px);
}

.ttc-founder-expertise {
  align-items: center !important;
  align-self: center !important;
  margin: 0 auto !important;
  max-width: 780px;
  text-align: center !important;
  width: min(780px, 100%) !important;
}

.ttc-home-2026 .ttc-founder-label {
  margin: 0 0 12px !important;
}

.ttc-home-2026 .ttc-founder-label p,
.ttc-home-2026 .ttc-founder-label .elementor-heading-title {
  color: var(--ttc-home-cta) !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.ttc-home-2026 .ttc-founder-expertise-label,
.ttc-home-2026 .ttc-founder-expertise-copy,
.ttc-home-2026 .ttc-founder-expertise-copy p {
  text-align: center !important;
}

.ttc-home-2026 .ttc-founder-expertise-copy p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.56;
  margin: 0 auto;
  max-width: 720px;
}

.ttc-founder {
  align-items: start;
  display: grid !important;
  gap: clamp(34px, 5vw, 62px);
  grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1fr);
}

.ttc-founder-copy {
  align-self: start !important;
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
  text-align: left !important;
}

.ttc-founder blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.ttc-founder-photo {
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-self: start;
  max-width: 380px;
  width: 100%;
}

.ttc-founder .ttc-media-card img {
  aspect-ratio: 1;
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

.ttc-home-2026 .ttc-founder-mission-label {
  margin-bottom: 17px !important;
  text-align: left !important;
}

.ttc-founder-mission-copy blockquote p {
  color: var(--ttc-home-ink);
  font-size: clamp(0.88rem, 0.94vw, 0.98rem);
  font-weight: 800;
  line-height: 1.48;
  margin: 0 0 14px;
}

.ttc-founder cite {
  color: var(--ttc-home-cta);
  display: block;
  font-style: normal;
  font-weight: 800;
  margin: 18px 0 24px;
}

.ttc-home-2026 .ttc-founder-button .elementor-widget-container {
  text-align: left !important;
}

.ttc-home-2026 .ttc-founder-button {
  align-self: flex-start !important;
  width: auto;
}

.ttc-home-2026 .ttc-founder-button .elementor-button-wrapper {
  text-align: left !important;
}

.ttc-home-2026 .ttc-founder-button .elementor-button {
  background: #fff !important;
  border: 1px solid var(--ttc-home-cta) !important;
  color: var(--ttc-home-cta) !important;
  text-transform: none;
}

.ttc-home-2026 .ttc-founder-button .elementor-button:hover,
.ttc-home-2026 .ttc-founder-button .elementor-button:focus-visible {
  background: var(--ttc-home-cta) !important;
  color: #fff !important;
}

.ttc-home-2026 .ttc-masterclass-section {
  padding: clamp(48px, 5vw, 76px) 0 !important;
}

.ttc-home-2026 .ttc-masterclass {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(18, 63, 56, 0.1);
  border-radius: 18px !important;
  box-shadow: 0 18px 38px rgba(18, 63, 56, 0.08);
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  margin-inline: auto !important;
  max-width: var(--ttc-home-max);
  overflow: hidden;
  width: min(var(--ttc-home-max), calc(100% - 72px)) !important;
}

.ttc-home-2026 .ttc-masterclass__media {
  background: var(--ttc-home-pale-accent);
  min-height: 360px;
  overflow: hidden;
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-home-2026 .ttc-masterclass__media .elementor-widget-image,
.ttc-home-2026 .ttc-masterclass__media .elementor-widget-container {
  height: 100%;
  margin: 0;
}

.ttc-home-2026 .ttc-masterclass__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ttc-home-2026 .ttc-masterclass__body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  padding: clamp(32px, 4vw, 50px) clamp(32px, 4.4vw, 56px) !important;
}

.ttc-home-2026 .ttc-masterclass-kicker {
  margin: 0 0 11px;
}

.ttc-home-2026 .ttc-masterclass-kicker p {
  color: var(--ttc-home-cta);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.78rem, 0.82vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.ttc-home-2026 .ttc-masterclass-title {
  margin: 0 0 14px;
}

.ttc-home-2026 .ttc-masterclass-title .elementor-heading-title {
    color: var(--ttc-home-ink) !important;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: clamp(1.5rem, 2.15vw, 1.5rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
    max-width: 520px;
    text-transform: none !important;
}

.ttc-home-2026 .ttc-masterclass-copy {
  margin: 0 0 20px;
}

.ttc-home-2026 .ttc-masterclass-copy p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 460px;
}

.ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme {
  margin: 0;
}

.ttc-home-2026 .ttc-masterclass-form form {
  margin: 0;
}

.ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme .gform_fields {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme .gfield {
  grid-column: auto !important;
  min-width: 0;
}

.ttc-home-2026 .ttc-masterclass-form .gform-field-label {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ttc-home-2026 .ttc-masterclass-form input[type="text"],
.ttc-home-2026 .ttc-masterclass-form input[type="email"] {
  background: #fff;
  border: 1px solid var(--ttc-home-border);
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--ttc-home-ink);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  height: 44px;
  line-height: 1.2;
  padding: 0 16px !important;
  width: 100% !important;
}

.ttc-home-2026 .ttc-masterclass-form input[type="text"]::placeholder,
.ttc-home-2026 .ttc-masterclass-form input[type="email"]::placeholder {
  color: #6b7d7b;
  opacity: 1;
}

.ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme input[type="text"]:focus,
.ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme input[type="email"]:focus {
  border-color: var(--ttc-home-cta) !important;
  box-shadow: 0 0 0 3px rgba(24, 148, 136, 0.16) !important;
  outline: none;
}

.ttc-home-2026 .ttc-masterclass-form .gform_footer {
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.ttc-home-2026 .ttc-masterclass-form .gform_button {
  min-height: 43px;
  padding: 12px 26px !important;
  text-transform: none !important;
}

.ttc-home-2026 .ttc-masterclass-form .gform_validation_errors {
  background: #fff7f6;
  border: 1px solid #f1c7c1;
  border-radius: 10px;
  box-shadow: none;
  color: #8a241b;
  font-size: 0.78rem;
  line-height: 1.35;
  margin: 0 0 12px;
  padding: 10px 12px;
}

.ttc-home-2026 .ttc-masterclass-form .gfield_validation_message,
.ttc-home-2026 .ttc-masterclass-form .validation_message {
  background: transparent;
  border: 0;
  color: #8a241b;
  font-size: 0.76rem;
  line-height: 1.35;
  margin: 6px 0 0;
  padding: 0;
}

.ttc-home-2026 .ttc-masterclass-form .gfield_error input[type="text"],
.ttc-home-2026 .ttc-masterclass-form .gfield_error input[type="email"] {
  border-color: #c7493e;
}

.ttc-home-2026 .ttc-masterclass-form .gform_confirmation_message {
  background: var(--ttc-home-pale-accent);
  border: 1px solid rgba(24, 148, 136, 0.22);
  border-radius: 10px;
  color: var(--ttc-home-ink);
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 13px 14px;
}

.ttc-home-2026 .ttc-goodcall-section {
  padding: clamp(38px, 4vw, 56px) 0 !important;
}

.ttc-home-2026 .ttc-goodcall {
  align-items: center !important;
  gap: 0 !important;
  justify-content: center;
  margin: 0 auto !important;
  max-width: 720px;
  text-align: center !important;
  width: min(720px, calc(100% - 64px)) !important;
}

.ttc-home-2026 .ttc-goodcall-title,
.ttc-home-2026 .ttc-goodcall-copy,
.ttc-home-2026 .ttc-goodcall-button {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-goodcall-title {
  margin-bottom: 12px !important;
}

.ttc-home-2026 .ttc-goodcall-title .elementor-heading-title {
  color: var(--ttc-home-cta) !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-align: center !important;
  text-transform: uppercase;
}

.ttc-home-2026 .ttc-goodcall-copy {
  margin-bottom: 20px !important;
}

.ttc-home-2026 .ttc-goodcall-copy p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.88rem, 0.92vw, 0.96rem);
  font-weight: 400;
  line-height: 1.48;
  margin: 0 auto;
  max-width: 520px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-goodcall-button {
  display: flex !important;
  justify-content: center !important;
}

.ttc-home-2026 .ttc-goodcall-button .elementor-widget-container,
.ttc-home-2026 .ttc-goodcall-button .elementor-button-wrapper {
  display: flex;
  justify-content: center;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-button-pending-destination .elementor-button:not([href]) {
  cursor: default;
}

.ttc-home-2026 .ttc-final-section {
  padding: clamp(48px, 5vw, 72px) 0 !important;
}

.ttc-home-2026 .ttc-final {
  align-items: center !important;
  gap: 0 !important;
  margin: 0 auto !important;
  max-width: 720px;
  text-align: center !important;
  width: min(720px, calc(100% - 64px)) !important;
}

.ttc-home-2026 .ttc-final-title,
.ttc-home-2026 .ttc-final-copy,
.ttc-home-2026 .ttc-final-button {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-final-title {
  margin-bottom: 16px !important;
}

.ttc-home-2026 .ttc-final-title .elementor-heading-title {
  color: #fff !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 auto;
  max-width: 700px;
  text-align: center !important;
  text-transform: none;
}

.ttc-home-2026 .ttc-final-copy {
  margin-bottom: 22px !important;
}

.ttc-home-2026 .ttc-final-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.88rem, 0.94vw, 1rem);
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto 12px;
  max-width: 680px;
  text-align: center !important;
}

.ttc-home-2026 .ttc-final-copy p:last-child {
  margin-bottom: 0;
}

.ttc-home-2026 .ttc-final-button {
  display: flex !important;
  justify-content: center !important;
}

.ttc-home-2026 .ttc-final-button .elementor-widget-container,
.ttc-home-2026 .ttc-final-button .elementor-button-wrapper {
  display: flex;
  justify-content: center;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-faq-section {
  background: #fff;
}

.ttc-home-2026 .ttc-faq-wrap {
  text-align: center;
}

.ttc-home-2026 .ttc-faq-title {
  margin: 0 0 22px;
  text-align: center;
}

.ttc-home-2026 .ttc-faq-title .elementor-heading-title {
  color: var(--ttc-home-cta) !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.ttc-home-2026 .ttc-faq-accordion {
  margin: 0 auto;
  max-width: 780px;
  text-align: left;
  width: 100%;
}

.ttc-home-2026 .ttc-faq-accordion details,
.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item {
  background: #fff;
  border-bottom: 1px solid rgba(18, 63, 56, 0.16);
  padding: 0;
}

.ttc-home-2026 .ttc-faq-accordion summary,
.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title {
  align-items: center;
  cursor: pointer;
  display: flex !important;
  gap: 24px;
  justify-content: space-between;
  list-style: none;
  min-height: 58px;
  padding: 16px 0;
  position: relative;
}

.ttc-home-2026 .ttc-faq-accordion summary::-webkit-details-marker {
  display: none;
}

.ttc-home-2026 .ttc-faq-accordion summary::marker {
  content: "";
  font-size: 0;
}

.ttc-home-2026 .ttc-faq-accordion summary::before,
.ttc-home-2026 .ttc-faq-accordion summary::after {
  content: none !important;
  display: none !important;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-header {
  flex: 1 1 auto;
  min-width: 0;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-text {
  color: var(--ttc-home-ink);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(0.88rem, 0.9vw, 0.96rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon {
  align-items: center;
  color: var(--ttc-home-cta) !important;
  display: inline-flex !important;
  flex: 0 0 18px;
  height: 18px;
  justify-content: center;
  margin-left: 18px;
  width: 18px;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon .e-opened,
.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon .e-closed {
  align-items: center;
  justify-content: center;
}

.ttc-home-2026 .ttc-faq-accordion details:not([open]) .e-n-accordion-item-title-icon .e-opened,
.ttc-home-2026 .ttc-faq-accordion details[open] .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}

.ttc-home-2026 .ttc-faq-accordion details:not([open]) .e-n-accordion-item-title-icon .e-closed,
.ttc-home-2026 .ttc-faq-accordion details[open] .e-n-accordion-item-title-icon .e-opened {
  display: inline-flex !important;
}

.ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon svg {
  display: block;
  fill: var(--ttc-home-cta) !important;
  height: 13px;
  width: 13px;
}

.ttc-home-2026 .ttc-faq-accordion summary:hover .e-n-accordion-item-title-text,
.ttc-home-2026 .ttc-faq-accordion summary:focus-visible .e-n-accordion-item-title-text,
.ttc-home-2026 .ttc-faq-accordion details[open] .e-n-accordion-item-title-text {
  color: var(--ttc-home-cta);
}

.ttc-home-2026 .ttc-faq-accordion summary:focus-visible {
  border-radius: 6px;
  outline: 2px solid rgba(24, 148, 136, 0.34);
  outline-offset: 3px;
}

.ttc-home-2026 .ttc-faq-content {
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-home-2026 .ttc-faq-content p {
  color: var(--ttc-home-muted);
  font-size: clamp(0.84rem, 0.88vw, 0.92rem);
  line-height: 1.55;
  margin: 0;
  max-width: 710px;
  padding: 0 46px 18px 0;
}

.ttc-home-2026 .ttc-faq-cta {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 26px auto 0;
  text-align: center;
  width: 100%;
  --align-items: center !important;
  --display: flex !important;
  --justify-content: center !important;
}

.ttc-home-2026 .ttc-faq-button {
  align-self: center !important;
  display: flex;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: auto !important;
}

.ttc-home-2026 .ttc-faq-button .elementor-widget-container,
.ttc-home-2026 .ttc-faq-button .elementor-button-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
}

.ttc-home-2026 .ttc-faq-note {
  color: var(--ttc-home-muted);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 400;
  margin: 16px auto 0;
  max-width: 560px;
  text-align: center !important;
  width: 100%;
}

.ttc-home-2026 .ttc-faq-note,
.ttc-home-2026 .ttc-faq-note p {
  text-align: center !important;
}

.ttc-home-2026 .ttc-faq-note p {
  margin-bottom: 0;
}

.ttc-home-2026 .ttc-faq-note em {
  font-style: italic;
  font-weight: 400;
}

.ttc-final {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.ttc-footer-2026 {
  background: #073f36 !important;
  color: rgba(255, 255, 255, 0.86);
  padding: 34px 0 22px !important;
}

.ttc-footer-2026 .ttc-footer-shell {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  margin-inline: auto;
  max-width: var(--ttc-page-max);
  width: 100% !important;
  width: min(var(--ttc-page-max), calc(100% - 64px)) !important;
}

.ttc-footer-2026 .ttc-footer-main {
  align-items: start;
  display: grid !important;
  gap: clamp(28px, 4.6vw, 58px);
  grid-template-columns: minmax(165px, 1.15fr) minmax(115px, 0.75fr) minmax(120px, 0.75fr) minmax(250px, 1.35fr);
  width: 100% !important;
}

.ttc-footer-2026 .ttc-footer-shell,
.ttc-footer-2026 .ttc-footer-main,
.ttc-footer-2026 .ttc-footer-logo-col,
.ttc-footer-2026 .ttc-footer-column,
.ttc-footer-2026 .ttc-footer-badges,
.ttc-footer-2026 .ttc-footer-bottom {
  padding: 0 !important;
  --padding-block-end: 0 !important;
  --padding-block-start: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  --padding-top: 0 !important;
}

.ttc-footer-2026 .ttc-footer-heading {
  margin-bottom: 8px;
}

.ttc-footer-2026 .ttc-footer-heading .elementor-heading-title {
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.ttc-footer-2026 p,
.ttc-footer-2026 a,
.ttc-footer-2026 span {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.8rem;
  line-height: 1.35;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-item {
  align-items: flex-start;
  margin: 0 !important;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-icon {
  display: none;
}

.ttc-footer-2026 .ttc-footer-links .elementor-icon-list-text {
  padding-left: 0 !important;
}

.ttc-footer-2026 .ttc-footer-column--services {
  min-width: 0;
}

.ttc-footer-2026 img {
  object-fit: contain;
}

.ttc-footer-2026 .ttc-footer-logo img {
  display: block;
  max-width: 158px;
  width: 100%;
}

.ttc-footer-2026 .ttc-footer-badges {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: clamp(18px, 3vw, 30px);
  justify-content: center;
  width: 100% !important;
}

.ttc-footer-2026 .ttc-footer-badge {
  flex: 0 0 auto !important;
  width: auto !important;
  --container-widget-flex-grow: 0 !important;
  --container-widget-width: auto !important;
}

.ttc-footer-2026 .ttc-footer-badge,
.ttc-footer-2026 .ttc-footer-badge .elementor-widget-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ttc-footer-2026 .ttc-footer-badge img {
  display: block;
  filter: none !important;
  height: 78px !important;
  max-height: 78px;
  max-width: 118px;
  object-fit: contain;
  width: auto !important;
}

.ttc-footer-2026 .ttc-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex !important;
  flex-direction: row !important;
  gap: 18px;
  justify-content: space-between;
  padding-top: 18px !important;
  width: 100% !important;
}

.ttc-footer-2026 .ttc-footer-legal p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
}

.ttc-footer-2026 .ttc-footer-legal p,
.ttc-footer-2026 .ttc-footer-legal a,
.ttc-footer-2026 .ttc-footer-legal span {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.ttc-footer-2026 .elementor-social-icon {
  background: var(--ttc-gold) !important;
  color: #073f36 !important;
  height: 32px;
  width: 32px;
}

.ttc-footer-2026 .elementor-social-icon svg {
  fill: #073f36 !important;
}

.ttc-footer-2026 .elementor-icon-list-item a,
.ttc-footer-2026 .elementor-icon-list-item span {
  transition: color 160ms ease;
}

.ttc-footer-2026 .elementor-icon-list-item a:hover,
.ttc-footer-2026 .elementor-icon-list-item a:focus-visible {
  color: var(--ttc-green);
}

@media (max-width: 1024px) {
  .ttc-hero__grid,
  .ttc-split,
  .ttc-founder,
  .ttc-masterclass {
    grid-template-columns: 1fr;
  }

  .ttc-home-2026 .ttc-masterclass {
    grid-template-columns: 1fr !important;
    width: min(var(--ttc-home-max), calc(100% - 48px)) !important;
  }

  .ttc-home-2026 .ttc-masterclass__media {
    min-height: 280px;
  }

  .ttc-testimonials {
    grid-template-columns: 1fr;
  }

  .ttc-logo-strip {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .ttc-performance-framework-image {
    max-width: min(620px, 100%);
  }

  .ttc-founder {
    gap: 30px;
  }

  .ttc-founder-photo {
    justify-self: center;
    max-width: 360px;
  }

  .ttc-founder-copy {
    margin-inline: auto;
    max-width: 720px;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .ttc-values,
  .ttc-process {
    grid-template-columns: 1fr;
  }

  .ttc-footer-2026 .ttc-footer-main {
    gap: 24px 34px;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .ttc-footer-2026 .ttc-footer-logo-col {
    grid-row: span 2;
  }

  .ttc-footer-2026 .ttc-footer-badges {
    gap: 18px;
  }

  .ttc-footer-2026 .ttc-footer-badge img {
    height: 72px !important;
    max-height: 72px;
  }
}

@media (max-width: 767px) {
  .elementor-location-header {
    background: #fff !important;
    isolation: isolate;
    padding-top: 0 !important;
    position: relative;
    z-index: 1000;
  }

  .elementor-location-header::before {
    display: none !important;
  }

  .elementor-location-header:has(.elementor-menu-toggle.elementor-active)::before {
    content: none !important;
    display: none !important;
  }

  .elementor-location-header > .elementor-element.e-con {
    margin: 0 !important;
    min-height: 62px !important;
    padding: 0 !important;
    position: static !important;
    --min-height: 62px !important;
    --padding-block-end: 0 !important;
    --padding-block-start: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
    --padding-top: 0 !important;
  }

  .elementor-location-header > .elementor-element.e-con > .e-con {
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    margin: 0 auto !important;
    min-height: 62px !important;
    padding: 0 !important;
    position: static !important;
    width: min(var(--ttc-page-max), calc(100% - 32px)) !important;
    --align-items: center !important;
    --flex-direction: row !important;
    --justify-content: space-between !important;
    --min-height: 62px !important;
    --padding-block-end: 0 !important;
    --padding-block-start: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
    --padding-top: 0 !important;
  }

  .elementor-location-header > .elementor-element.e-con > .e-con > .e-con {
    align-items: center !important;
    background: #fff;
    flex-direction: row !important;
    height: auto !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
    --align-items: center !important;
    --flex-direction: row !important;
    --justify-content: center !important;
    --min-height: 0 !important;
    --padding-block-end: 0 !important;
    --padding-block-start: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
    --padding-top: 0 !important;
  }

  .elementor-location-header > .elementor-element.e-con > .e-con > .e-con:first-child {
    flex: 1 1 auto;
    justify-content: flex-start !important;
  }

  .elementor-location-header > .elementor-element.e-con > .e-con > .e-con:last-child {
    flex: 0 0 auto;
    justify-content: flex-end !important;
  }

  .elementor-location-header .e-con,
  .elementor-location-header .elementor-widget-wrap {
    background: #fff;
  }

  .elementor-location-header .elementor-widget-image {
    line-height: 0;
    margin: 0 !important;
    position: relative;
    z-index: 1002;
  }

  .elementor-location-header .elementor-widget-image img {
    max-height: 27px;
    max-width: 142px;
    width: 124px !important;
  }

  .elementor-location-header .elementor-widget-nav-menu {
    margin: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .elementor-location-header .elementor-menu-toggle {
    align-items: center;
    background-color: #e7f3f1 !important;
    border: 1px solid rgba(18, 63, 56, 0.24);
    border-radius: 999px;
    color: var(--ttc-ink) !important;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    padding: 0 !important;
    position: relative;
    width: 44px;
    z-index: 1003;
  }

  .elementor-location-header .elementor-menu-toggle:hover,
  .elementor-location-header .elementor-menu-toggle:focus-visible,
  .elementor-location-header .elementor-menu-toggle.elementor-active {
    background: #fff !important;
    border-color: #189488;
    box-shadow: 0 0 0 3px rgba(24, 148, 136, 0.14);
    outline: none;
  }

  .elementor-location-header .elementor-menu-toggle i,
  .elementor-location-header .elementor-menu-toggle svg {
    color: var(--ttc-ink) !important;
    fill: var(--ttc-ink) !important;
    font-size: 22px;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background: #fff !important;
    border-top: 1px solid rgba(18, 63, 56, 0.1);
    box-shadow: 0 16px 30px rgba(18, 63, 56, 0.12);
    left: 0 !important;
    margin: 0 !important;
    max-height: 0;
    min-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    right: 0 !important;
    top: 32px !important;
    width: 100vw !important;
    z-index: 1000;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
    max-height: calc(100dvh - 62px);
    min-height: 0 !important;
    overflow-y: auto !important;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown .elementor-nav-menu {
    background: #fff;
    padding: 10px 16px 18px;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown .elementor-item,
  .elementor-location-header nav.elementor-nav-menu--dropdown .elementor-sub-item {
    align-items: center;
    color: var(--ttc-ink) !important;
    font-size: 0.9rem;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 44px;
    padding: 11px 4px !important;
    text-transform: none;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown .sub-arrow {
    color: #189488;
    padding-left: 10px;
  }

  .elementor-location-header .sub-menu.elementor-nav-menu--dropdown {
    background: var(--ttc-home-pale-bg) !important;
    border-radius: 10px;
    margin: 2px 0 8px !important;
    min-height: 0;
    padding: 6px 12px !important;
  }

  .elementor-location-header nav.elementor-nav-menu--dropdown .elementor-sub-item {
    color: rgba(18, 63, 56, 0.86) !important;
    font-size: 0.82rem;
    font-weight: 600;
    min-height: 38px;
    padding-block: 8px !important;
  }

  .elementor-location-header .ttc-nav-cta > a,
  .elementor-location-header .menu-item.ttc-nav-cta > a.elementor-item {
    border-radius: 999px;
    justify-content: center;
    margin: 10px 0 0 !important;
    min-height: 42px;
    padding: 12px 18px !important;
    text-align: center;
  }

  .ttc-home-2026 {
    gap: 0 !important;
    overflow-x: clip;
    --gap: 0 !important;
  }

  .ttc-home-2026 .ttc-section {
    padding: 40px 0 !important;
  }

  .ttc-home-2026 .ttc-section--tight {
    padding: 34px 0 !important;
  }

  .ttc-wrap,
  .ttc-wrap--narrow,
  .ttc-home-2026 .ttc-goodcall,
  .ttc-home-2026 .ttc-final,
  .ttc-home-2026 .ttc-thrive,
  .ttc-footer-2026 .ttc-footer-shell {
    width: min(calc(100% - 32px), var(--ttc-page-max)) !important;
  }

  .ttc-home-2026 p {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .ttc-home-2026 .ttc-hero {
    padding-top: 42px !important;
  }

  .ttc-home-2026 h1 {
    font-size: clamp(1.64rem, 7.1vw, 1.78rem) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    text-align: center;
  }

  .ttc-home-2026 h2 {
    font-size: 1.58rem !important;
    line-height: 1.15 !important;
  }

  .ttc-home-2026 h3 {
    font-size: 1.12rem !important;
    line-height: 1.2 !important;
  }

  .ttc-hero__grid {
    gap: 26px;
    text-align: center;
  }

  .ttc-hero__copy {
    align-items: center !important;
    margin-inline: auto;
    text-align: center;
  }

  .ttc-hero__copy p {
    font-size: 0.94rem;
    line-height: 1.48;
    margin: 16px auto 0;
    max-width: 335px;
    text-align: center;
  }

  .ttc-home-2026 .ttc-hero-button {
    display: flex;
    justify-content: center;
    margin-top: 24px !important;
    text-align: center;
    width: 100%;
  }

  .ttc-home-2026 .ttc-hero-button .elementor-widget-container,
  .ttc-home-2026 .ttc-hero-button .elementor-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .ttc-home-2026 .ttc-btn .elementor-button,
  .ttc-home-2026 .gform_button {
    min-height: 42px;
    padding: 12px 22px;
  }

  .ttc-hero__media {
    border-radius: 6px;
    margin-inline: auto;
    min-height: 220px;
    width: 100%;
  }

  .ttc-hero__media .elementor-widget-image,
  .ttc-hero__media .elementor-widget-container {
    align-items: end;
    display: flex;
    justify-content: center;
  }

  .ttc-hero__media img {
    height: auto !important;
    max-height: 235px;
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
  }

  .ttc-ticker {
    height: 32px !important;
    margin-top: 30px;
    min-height: 32px !important;
    --min-height: 32px !important;
  }

  .ttc-ticker::before,
  .ttc-ticker::after {
    width: 84px !important;
  }

  .ttc-ticker::before {
    background: linear-gradient(90deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero) 62%, rgba(13, 100, 91, 0) 100%);
  }

  .ttc-ticker::after {
    background: linear-gradient(270deg, var(--ttc-home-hero) 0%, var(--ttc-home-hero) 62%, rgba(13, 100, 91, 0) 100%);
  }

  .ttc-ticker__track {
    animation-duration: 28s;
    margin-left: 0 !important;
  }

  .ttc-ticker__group {
    padding-left: 24px !important;
    --padding-left: 24px !important;
  }

  .ttc-ticker__track p {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .ttc-ticker__track p::after {
    height: 3px;
    margin-inline: 12px;
    width: 3px;
  }

  .ttc-home-2026 .ttc-section--logos {
    padding: 14px 0 22px !important;
  }

  .ttc-logo-strip {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttc-logo-strip__item {
    min-height: 46px;
    padding: 8px 10px;
  }

  .ttc-logo-strip__item img {
    max-height: 24px;
    max-width: 120px;
  }

  .ttc-home-2026 .ttc-problem-section {
    padding: 42px 0 !important;
  }

  .ttc-problem {
    gap: 28px;
  }

  .ttc-problem__copy {
    max-width: 100%;
    text-align: center;
  }

  .ttc-problem__copy h2 {
    font-size: 1.58rem !important;
    line-height: 1.16 !important;
    margin: 0 auto 14px;
    max-width: 340px;
    text-align: center;
  }

  .ttc-problem__copy p {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: center;
  }

  .ttc-check-list {
    gap: 8px;
    margin-top: 18px;
    text-align: left;
  }

  .ttc-check-list li {
    font-size: 0.82rem;
    line-height: 1.42;
    padding: 10px 12px 10px 32px;
  }

  .ttc-check-list li::before {
    left: 12px;
    top: 14px;
  }

  .ttc-problem-help p {
    font-size: 0.94rem;
    margin: 16px auto 10px;
  }

  .ttc-problem-section .ttc-problem-button {
    display: flex;
    justify-content: center;
  }

  .ttc-split > .ttc-media-card {
    justify-self: center;
    max-width: 330px;
  }

  .ttc-home-2026 .ttc-performance-section {
    padding: 46px 0 52px !important;
  }

  .ttc-performance-open p {
    margin-bottom: 24px;
  }

  .ttc-performance h2 {
    font-size: 1.6rem !important;
    line-height: 1.14 !important;
    margin-bottom: 10px;
  }

  .ttc-framework-subhead p,
  .ttc-framework-intro p,
  .ttc-framework-body p,
  .ttc-performance-open p {
    font-size: 0.88rem;
    max-width: 340px;
  }

  .ttc-framework-where p {
    font-size: 0.92rem;
    margin: 14px auto 22px;
  }

  .ttc-performance-framework-image {
    margin-bottom: 28px;
    max-width: 340px;
  }

  .ttc-performance-statement p {
    font-size: 1.08rem;
    line-height: 1.2;
    margin-bottom: 18px;
    max-width: 340px;
  }

  .ttc-testimonials,
  .ttc-services,
  .ttc-values,
  .ttc-process {
    gap: 18px;
  }

  .ttc-testimonials-heading,
  .ttc-services-heading-wrap,
  .ttc-values-heading-wrap,
  .ttc-process-heading-wrap {
    margin-bottom: 24px !important;
    width: min(100%, 340px) !important;
  }

  .ttc-testimonial {
    min-height: 0;
    padding: 30px 22px 24px !important;
    --padding-block-end: 24px !important;
    --padding-block-start: 30px !important;
    --padding-bottom: 24px !important;
    --padding-left: 22px !important;
    --padding-right: 22px !important;
    --padding-top: 30px !important;
  }

  .ttc-testimonial .elementor-widget-image {
    margin-bottom: 20px !important;
  }

  .ttc-testimonial img {
    max-height: 32px;
    max-width: 185px;
  }

  .ttc-testimonial p {
    font-size: 0.84rem;
    line-height: 1.34;
  }

  .ttc-testimonial-footer {
    margin-top: 22px !important;
    padding-top: 18px;
  }

  .ttc-testimonials-cta {
    margin-top: 24px !important;
  }

  .ttc-services {
    grid-template-columns: 1fr;
  }

  .ttc-service-card {
    padding: 24px 20px !important;
  }

  .ttc-home-2026 .ttc-service-label {
    margin-bottom: 14px !important;
    text-align: center !important;
  }

  .ttc-home-2026 .ttc-services-title .elementor-heading-title,
  .ttc-home-2026 .ttc-services-kicker p,
  .ttc-home-2026 .ttc-service-label .elementor-heading-title {
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    padding: 8px 12px;
  }

  .ttc-service-card .elementor-widget-text-editor p,
  .ttc-service-card .elementor-icon-list-item,
  .ttc-service-card li {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .ttc-service-card .ttc-card-list {
    margin: 15px 0 18px !important;
  }

  .ttc-service-card .elementor-icon-list-items,
  .ttc-service-card ul {
    gap: 8px;
  }

  .ttc-service-card .elementor-widget-button {
    padding-top: 0;
  }

  .ttc-process-heading-wrap {
    gap: 10px;
  }

  .ttc-home-2026 .ttc-process-title .elementor-heading-title {
    font-size: 1.12rem !important;
    line-height: 1.18 !important;
  }

  .ttc-home-2026 .ttc-process-intro p {
    font-size: 0.86rem;
    max-width: 330px;
  }

  .ttc-process {
    padding-top: 16px;
  }

  .ttc-process-card {
    padding: 30px 20px 22px !important;
  }

  .ttc-process-card::before {
    height: 28px;
    left: 22px;
    width: 28px;
  }

  .ttc-home-2026 .ttc-process-card-title .elementor-heading-title {
    font-size: 0.9rem !important;
  }

  .ttc-home-2026 .ttc-process-card-body p {
    font-size: 0.84rem;
  }

  .ttc-home-2026 .ttc-small-section {
    padding: 40px 0 !important;
  }

  .ttc-home-2026 .ttc-cta-card--small-project {
    padding: 30px 20px !important;
    width: min(var(--ttc-home-max), calc(100% - 32px)) !important;
    --padding-block-end: 30px !important;
    --padding-block-start: 30px !important;
    --padding-bottom: 30px !important;
    --padding-left: 20px !important;
    --padding-right: 20px !important;
    --padding-top: 30px !important;
  }

  .ttc-home-2026 .ttc-small-title .elementor-heading-title {
    font-size: 1.5rem !important;
    line-height: 1.14 !important;
    margin-bottom: 14px;
  }

  .ttc-home-2026 .ttc-small-body,
  .ttc-home-2026 .ttc-small-body p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .ttc-home-2026 .ttc-small-body p:last-child {
    margin-bottom: 18px;
  }

  .ttc-home-2026 .ttc-small-note {
    margin-top: 18px;
  }

  .ttc-founder-shell {
    gap: 30px;
  }

  .ttc-founder-expertise {
    max-width: 340px;
  }

  .ttc-home-2026 .ttc-founder-label p,
  .ttc-home-2026 .ttc-founder-label .elementor-heading-title,
  .ttc-home-2026 .ttc-values-title .elementor-heading-title,
  .ttc-home-2026 .ttc-testimonials-title .elementor-heading-title,
  .ttc-home-2026 .ttc-goodcall-title .elementor-heading-title,
  .ttc-home-2026 .ttc-faq-title .elementor-heading-title {
    font-size: 0.76rem !important;
    letter-spacing: 0.055em;
    line-height: 1.2 !important;
  }

  .ttc-home-2026 .ttc-founder-expertise-copy p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .ttc-founder {
    gap: 28px;
  }

  .ttc-founder-photo {
    max-width: 320px;
  }

  .ttc-home-2026 .ttc-founder-mission-label {
    margin-bottom: 14px !important;
  }

  .ttc-founder-mission-copy blockquote p {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .ttc-founder cite {
    margin: 16px 0 20px;
  }

  .ttc-home-2026 .ttc-founder-button .elementor-button-wrapper,
  .ttc-home-2026 .ttc-founder-button .elementor-widget-container {
    text-align: left !important;
  }

  .ttc-home-2026 .ttc-values-section {
    padding: 40px 0 42px !important;
  }

  .ttc-value-head {
    gap: 10px;
    margin-bottom: 10px !important;
  }

  .ttc-home-2026 .ttc-value-body p {
    font-size: 0.84rem;
  }

  .ttc-values-cta {
    margin-top: 26px !important;
  }

  .ttc-home-2026 .ttc-thrive-section {
    padding: 34px 0 38px !important;
  }

  .ttc-home-2026 .ttc-thrive-title .elementor-heading-title {
    font-size: 1.42rem !important;
    line-height: 1.14 !important;
  }

  .ttc-home-2026 .ttc-thrive-copy p {
    font-size: 0.9rem;
    max-width: 330px;
  }

  .ttc-thrive-button {
    margin-top: 18px !important;
  }

  .ttc-home-2026 .ttc-masterclass-section {
    padding: 42px 0 !important;
  }

  .ttc-home-2026 .ttc-masterclass {
    grid-template-columns: 1fr !important;
    width: min(var(--ttc-home-max), calc(100% - 32px)) !important;
  }

  .ttc-home-2026 .ttc-masterclass__media {
    min-height: 190px;
  }

  .ttc-home-2026 .ttc-masterclass__body {
    padding: 26px 22px 28px !important;
  }

  .ttc-home-2026 .ttc-masterclass-kicker p {
    font-size: 0.74rem;
  }

  .ttc-home-2026 .ttc-masterclass-title .elementor-heading-title {
    font-size: clamp(1.5rem, 2.15vw, 1.5rem) !important;
    line-height: 1.1 !important;
    max-width: 520px;
    text-transform: none !important;
  }

  .ttc-home-2026 .ttc-masterclass-copy p {
    font-size: 0.88rem;
    max-width: none;
  }

  .ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: 1fr !important;
  }

  .ttc-home-2026 .ttc-masterclass-form .gform_wrapper.gravity-theme .gfield {
    grid-column: 1 / -1 !important;
  }

  .ttc-home-2026 .ttc-masterclass-form input[type="text"],
  .ttc-home-2026 .ttc-masterclass-form input[type="email"] {
    height: 42px;
  }

  .ttc-home-2026 .ttc-masterclass-form .gform_button {
    min-height: 44px;
    width: 100%;
  }

  .ttc-home-2026 .ttc-goodcall-section {
    padding: 34px 0 !important;
  }

  .ttc-home-2026 .ttc-goodcall-copy {
    margin-bottom: 18px !important;
  }

  .ttc-home-2026 .ttc-faq-section {
    padding: 40px 0 !important;
  }

  .ttc-home-2026 .ttc-faq-title {
    margin-bottom: 18px;
  }

  .ttc-home-2026 .ttc-faq-accordion summary,
  .ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title {
    gap: 14px;
    min-height: 54px;
    padding: 14px 0;
  }

  .ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-text {
    font-size: 0.88rem;
    line-height: 1.32;
  }

  .ttc-home-2026 .ttc-faq-accordion .e-n-accordion-item-title-icon {
    flex-basis: 20px;
    height: 20px;
    margin-left: 10px;
    width: 20px;
  }

  .ttc-home-2026 .ttc-faq-content p {
    font-size: 0.84rem;
    padding: 0 30px 16px 0;
  }

  .ttc-home-2026 .ttc-faq-cta {
    margin-top: 22px;
  }

  .ttc-home-2026 .ttc-faq-note {
    font-size: 0.82rem;
    margin-top: 14px;
  }

  .ttc-home-2026 .ttc-final-section {
    padding: 40px 0 44px !important;
  }

  .ttc-home-2026 .ttc-final-title .elementor-heading-title {
    font-size: 1.55rem !important;
    line-height: 1.12 !important;
    max-width: 340px;
  }

  .ttc-home-2026 .ttc-final-copy p {
    font-size: 0.88rem;
    line-height: 1.52;
    max-width: 340px;
  }

  .ttc-footer-2026 {
    padding: 26px 0 18px !important;
  }

  .ttc-footer-2026 .ttc-footer-shell {
    gap: 18px;
  }

  .ttc-footer-2026 .ttc-footer-main {
    gap: 16px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ttc-footer-2026 .ttc-footer-logo-col {
    align-items: center !important;
    grid-row: auto;
    justify-content: center !important;
    min-height: 32px !important;
    --align-items: center !important;
    --justify-content: center !important;
    --min-height: 32px !important;
  }

  .ttc-footer-2026 .ttc-footer-logo img {
    display: block;
    margin-inline: auto;
    max-width: 142px;
    width: 142px !important;
  }

  .ttc-footer-2026 .ttc-footer-logo,
  .ttc-footer-2026 .ttc-footer-logo .elementor-widget-container {
    display: flex;
    justify-content: center;
    width: 142px !important;
  }

  .ttc-footer-2026 .ttc-footer-heading {
    margin-bottom: 6px;
  }

  .ttc-footer-2026 .ttc-footer-links .elementor-icon-list-items {
    align-items: center;
    gap: 6px;
  }

  .ttc-footer-2026 .ttc-footer-badges {
    display: grid !important;
    flex-direction: initial !important;
    gap: 12px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    margin-inline: auto;
    max-width: 238px;
  }

  .ttc-footer-2026 .ttc-footer-badge img {
    height: 58px !important;
    max-height: 58px;
    max-width: 96px;
  }

  .ttc-footer-2026 .ttc-footer-bottom {
    flex-direction: column !important;
    gap: 10px;
    justify-content: center;
    padding-top: 16px !important;
    text-align: center;
  }

  .ttc-footer-2026 .ttc-footer-legal p {
    justify-content: center;
  }

  .ttc-footer-2026 .ttc-footer-legal p,
  .ttc-footer-2026 .ttc-footer-legal a,
  .ttc-footer-2026 .ttc-footer-legal span {
    font-size: 0.7rem;
  }

  .ttc-footer-2026 .ttc-footer-social,
  .ttc-footer-2026 .ttc-footer-social .elementor-widget-container,
  .ttc-footer-2026 .ttc-footer-social .elementor-social-icons-wrapper,
  .ttc-footer-2026 .ttc-footer-social .elementor-grid-item {
    height: 36px !important;
    line-height: 1 !important;
    width: 36px !important;
  }

  .ttc-footer-2026 .ttc-footer-social .elementor-social-icon {
    height: 32px !important;
    width: 32px !important;
  }

  body.home .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    bottom: 10px !important;
    left: auto !important;
    right: 10px !important;
    transform: scale(0.86);
    transform-origin: bottom right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttc-ticker__track {
    animation: none;
  }

  .ttc-home-2026 .ttc-btn .elementor-button {
    transition: none;
  }
}
/* END TTC 2026 DEPLOYMENT CSS */

