/* =========================================================
   TheClickUp — Shared design system
   Linked after styles.css / seo.css / tcu-inner.css
   Brand blue token: #0A5BE7 (maps from legacy #0050E8)
   ========================================================= */

:root {
  --tcu-text-primary: #11131A;
  --tcu-text-secondary: #525866;
  --tcu-text-muted: #68707D;
  --tcu-blue: #0A5BE7;
  --tcu-dark: #0D0D0D;
  --tcu-text-on-dark: #F8FAFC;
  --tcu-text-muted-on-dark: #B8C0CC;
  --tcu-bg-light: #F4F6FB;
  --tcu-card: #FFFFFF;
  --tcu-border: #D9DFEA;
  --tcu-max: 1280px;
  --tcu-prose: 70ch;
  --tcu-header-offset: 112px;
  --tcu-radius: 22px;
  --tcu-radius-sm: 14px;
  --tcu-space-y: clamp(64px, 8vw, 112px);
  --tcu-safe-top: env(safe-area-inset-top, 0px);
  --tcu-safe-right: env(safe-area-inset-right, 0px);
  --tcu-safe-bottom: env(safe-area-inset-bottom, 0px);
  --tcu-safe-left: env(safe-area-inset-left, 0px);
  --brand: #0A5BE7;
}

/* ---- Global type & measure ---- */
html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  color: var(--tcu-text-primary);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100%;
  padding-left: var(--tcu-safe-left);
  padding-right: var(--tcu-safe-right);
}
/* Critical: styles.css sets .container { width: 1320px; max-width: 100% }.
   An earlier design-system rule replaced max-width with 1280px and removed the
   100% cap, locking every page at ~1280px on phones/tablets. */
.container {
  width: 100% !important;
  max-width: var(--tcu-max);
  box-sizing: border-box;
}
.tcu-container,
.container.tcu-container {
  width: 100% !important;
  max-width: var(--tcu-max);
  margin-inline: auto;
  padding-inline: max(16px, var(--tcu-safe-left), var(--tcu-safe-right));
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .tcu-container,
  .container.tcu-container {
    padding-inline: 24px;
  }
}
@media (min-width: 992px) {
  .tcu-container,
  .container.tcu-container {
    padding-inline: 48px;
  }
}
img,
video,
svg,
canvas {
  max-width: 100%;
  height: auto;
}

/* Missing utility used by team / article templates */
.flat-spacing-1 {
  padding-block: var(--tcu-space-y);
}

/* Pill header: room for 6 nav items + CTA; no overlap with content */
.tf-header {
  padding-top: max(16px, calc(16px + var(--tcu-safe-top)));
}
.tf-header.header2 .header-inner {
  max-width: min(980px, calc(100% - 32px)) !important;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .tf-header .header-inner {
    margin-inline: max(12px, var(--tcu-safe-left), var(--tcu-safe-right)) !important;
    max-width: calc(100% - 24px) !important;
    padding: 8px 10px 8px 16px !important;
  }
  .tf-header .mobile-menu {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
/* Tablet (992–1199): keep pill nav readable, slightly tighter */
@media (min-width: 992px) and (max-width: 1199px) {
  .tf-header.header2 .header-inner {
    max-width: min(920px, calc(100% - 40px)) !important;
    padding: 8px 8px 8px 20px !important;
  }
  .nav-menu-main {
    gap: 12px !important;
  }
  .nav-menu-main .item-link {
    font-size: 14px !important;
  }
}
.nav-menu-main {
  gap: clamp(14px, 1.5vw, 22px) !important;
}
.nav-menu-main .item-link {
  font-size: 15px !important;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Display scale — scoped to heroes / page titles (not every h1/h2) */
.tcu-h1,
.section-hero h1.title,
.tcu-svc-hero h1,
.tcu-insights-page .page-title,
.section-page-title .page-title {
  font-size: clamp(32px, 4.2vw + 1.1rem, 96px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--tcu-text-primary);
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tcu-h2,
.section-faqs .heading-title,
.team-roster__title,
.team-member-cta__title {
  font-size: clamp(28px, 3.2vw + 0.9rem, 64px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--tcu-text-primary);
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.tcu-h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tcu-text-primary);
  font-weight: 700;
}

.seo-prose,
.article-content,
.tcu-prose {
  max-width: var(--tcu-prose);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.65;
  color: var(--tcu-text-secondary);
}

.tcu-label,
.heading-sub,
.svc2-eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: var(--tcu-blue) !important;
}

/* Sticky header clearance — header uses negative margin pull */
.tf-header {
  z-index: 1000;
}
.seo-page .breadcrumb,
.section-page-title,
.tcu-svc-hero,
.svc2-hero,
.team-member-page .seo-page,
.founder-page .seo-page {
  scroll-margin-top: var(--tcu-header-offset);
}
.team-member-page main > .seo-page,
.founder-page main > .seo-page {
  padding-top: 96px;
}
@media (max-width: 991px) {
  .team-member-page main > .seo-page,
  .founder-page main > .seo-page {
    padding-top: 88px;
  }
}
/* Service / insights heroes need room under pill header */
.svc-page .tcu-svc-hero,
.tcu-insights-page .section-page-title {
  padding-top: clamp(96px, 12vw, 128px) !important;
}
.team-member-page .tcu-team-profile,
.founder-page .tcu-team-profile {
  padding-top: 24px;
  padding-bottom: var(--tcu-space-y);
}

/* Brand blue remaps (legacy #0050E8 → token) */
a.link1:hover,
.heading-sub,
.text-gradient-1,
.tf-btn:not(.team-btn-secondary):not(.tf-btn-2) {
  --brand: var(--tcu-blue);
}

/* Focus */
:focus-visible {
  outline: 2px solid var(--tcu-blue) !important;
  outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tcu-team-layout *,
  .tcu-insights-grid *,
  .pricing-card,
  .tcu-article-card {
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   Team / Founder profiles
   ========================================================= */
.tcu-team-profile .container {
  max-width: var(--tcu-max);
}

.tcu-team-layout {
  display: grid;
  gap: 28px 48px;
  align-items: start;
  grid-template-columns: 1fr;
  grid-template-areas:
    "photo"
    "head"
    "bio"
    "skills"
    "actions";
}

.tcu-team-photo { grid-area: photo; }
.tcu-team-head { grid-area: head; }
.tcu-team-bio { grid-area: bio; }
.tcu-team-skills-wrap { grid-area: skills; }
.tcu-team-actions { grid-area: actions; }

@media (min-width: 992px) {
  .tcu-team-layout {
    grid-template-columns: 5fr 7fr;
    grid-template-areas:
      "photo head"
      "photo bio"
      "photo skills"
      "photo actions";
  }
  .tcu-team-photo.is-sticky {
    position: sticky;
    top: calc(var(--tcu-header-offset) + 8px);
  }
}

.team-member-photo {
  border-radius: var(--tcu-radius);
  overflow: hidden;
  border: 1px solid var(--tcu-border);
  background: var(--tcu-bg-light);
  max-height: 600px;
}
.team-member-photo img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  display: block;
  background: linear-gradient(145deg, #E8EEF8 0%, #D5DEEC 100%);
}
/* Initials avatar when real portrait asset is not yet available */
.team-member-photo--avatar {
  aspect-ratio: 4 / 5;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(120% 90% at 20% 10%, rgba(10, 91, 231, 0.35), transparent 55%),
    linear-gradient(160deg, #152238 0%, #0D0D0D 100%);
  border-color: rgba(255, 255, 255, 0.08);
}
.team-member-avatar {
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 750;
  letter-spacing: -0.04em;
  color: var(--tcu-text-on-dark);
  line-height: 1;
}
.team-roster-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 750;
  color: var(--tcu-text-on-dark);
  background:
    radial-gradient(120% 90% at 30% 20%, rgba(10, 91, 231, 0.45), transparent 60%),
    #1a2336;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tcu-team-head .heading-sub {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tcu-team-head .heading-title,
.tcu-team-head h1 {
  font-size: clamp(36px, 4.5vw, 56px) !important;
  line-height: 1.08 !important;
  margin: 0 0 10px !important;
  color: var(--tcu-text-primary) !important;
  max-width: none !important;
}
.team-member-role {
  color: var(--tcu-blue) !important;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}

.tcu-team-bio.seo-prose,
.tcu-team-bio .seo-prose,
.team-member-page .tcu-team-bio {
  color: var(--tcu-text-secondary);
  max-width: 72ch;
}
/* Short intro = first bio paragraph (stronger hierarchy, no copy change) */
.tcu-team-bio > p:first-of-type {
  font-size: clamp(17px, 1.15vw, 19px) !important;
  line-height: 1.55 !important;
  color: var(--tcu-text-primary) !important;
  max-width: 65ch;
  margin-bottom: 1.25em !important;
}
.team-member-page .tcu-team-bio p,
.founder-page .tcu-team-bio p {
  color: var(--tcu-text-secondary) !important;
  margin-bottom: 1.1em;
}
.team-member-page .tcu-team-bio > p:first-of-type,
.founder-page .tcu-team-bio > p:first-of-type {
  color: var(--tcu-text-primary) !important;
}
.team-member-page .tcu-team-bio h2,
.founder-page .tcu-team-bio h2 {
  font-size: clamp(20px, 2vw, 28px) !important;
  color: var(--tcu-text-primary) !important;
  margin-top: 1.6em;
}

/* Skills: dark readable card */
.team-skills {
  margin-top: 0 !important;
  background: var(--tcu-dark) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--tcu-radius-sm) !important;
  padding: 22px 22px 18px !important;
  box-shadow: none !important;
}
.team-skills__title {
  color: var(--tcu-text-on-dark) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
}
.team-skills ul { list-style: none; padding: 0; margin: 0; }
.team-skills li {
  position: relative;
  color: var(--tcu-text-muted-on-dark) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  padding: 8px 0 8px 28px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.team-skills li:last-child { border-bottom: none !important; }
.team-skills li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--tcu-blue);
  box-shadow: none;
}
.team-skills li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.team-skills a {
  color: #9DB7FF !important;
}
.team-skills a:hover {
  color: #C5D4FF !important;
  text-decoration: underline;
}
.team-skills + .team-skills { margin-top: 14px !important; }

.tcu-team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.tcu-team-actions .tf-btn {
  background: var(--tcu-dark) !important;
  color: var(--tcu-text-on-dark) !important;
  min-height: 52px;
}
/* Blue-outlined secondary (WhatsApp / secondary CTAs) */
.team-btn-secondary {
  background: transparent !important;
  color: var(--tcu-blue) !important;
  border: 1.5px solid var(--tcu-blue) !important;
  box-shadow: none !important;
}
.team-btn-secondary:hover {
  background: rgba(10, 91, 231, 0.06) !important;
  border-color: var(--tcu-blue) !important;
  color: var(--tcu-blue) !important;
}
.team-btn-secondary:focus-visible {
  outline: 2px solid var(--tcu-blue) !important;
  outline-offset: 3px !important;
}

.team-roster {
  background: var(--tcu-bg-light) !important;
  padding: 48px 0 !important;
  border-top: 1px solid var(--tcu-border);
}
.team-roster__title {
  font-size: clamp(24px, 2.5vw, 36px) !important;
  margin-bottom: 20px !important;
  color: var(--tcu-text-primary) !important;
}
.team-member-cta {
  padding: 56px 0 64px !important;
  background: var(--tcu-card) !important;
  border-top: 1px solid var(--tcu-border);
}
.team-member-cta__title {
  font-size: clamp(28px, 3vw, 40px) !important;
  color: var(--tcu-text-primary) !important;
}
.team-member-cta__text {
  color: var(--tcu-text-secondary) !important;
}

/* =========================================================
   Service detail heroes
   ========================================================= */
.tcu-svc-hero,
body.svc-page .svc2-hero,
body.tcu-inner .tcu-svc-hero {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: clamp(40px, 6vw, 72px) 0 clamp(36px, 5vw, 56px) !important;
  background:
    radial-gradient(720px 340px at 12% 0%, rgba(10, 91, 231, 0.12), transparent 60%),
    var(--tcu-bg-light) !important;
  border-bottom: 1px solid var(--tcu-border);
}
.tcu-svc-hero .container,
.tcu-svc-hero .svc2-hero-inner {
  max-width: var(--tcu-max) !important;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.tcu-svc-hero .svc2-eyebrow {
  margin-bottom: 14px !important;
}
.tcu-svc-hero h1 {
  font-size: clamp(36px, 4.5vw, 64px) !important;
  line-height: 1.06 !important;
  max-width: 18ch !important;
  margin: 0 0 16px !important;
  color: var(--tcu-text-primary) !important;
  text-align: left !important;
}
.tcu-svc-hero .lead {
  max-width: 760px !important;
  margin: 0 0 28px !important;
  font-size: clamp(16px, 1.1vw, 18px) !important;
  line-height: 1.65 !important;
  color: var(--tcu-text-secondary) !important;
  text-align: left !important;
}
.tcu-svc-hero .svc-hero-btns,
.svc-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .tcu-svc-hero .svc-hero-btns,
  .svc-hero-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .tcu-svc-hero .svc-hero-btns > a,
  .svc-hero-btns > a {
    width: 100%;
    justify-content: center;
  }
}
.tcu-svc-hero .svc-hero-btns .tf-btn {
  background: var(--tcu-dark) !important;
  color: #fff !important;
}
.tcu-svc-hero .svc-hero-btns .tf-btn-2 {
  background: #fff !important;
  color: var(--tcu-text-primary) !important;
  border: 1px solid var(--tcu-border) !important;
}

/* Hide decorative empty hero panels when present */
.section-hero.v2 .hero-image:empty,
.section-hero.v2 .title-icon .box:empty,
.section-hero.v2 .hero-image:not(:has(img)) {
  display: none !important;
}
/* Legacy service heroes (redirect targets) — match template */
.svc2-hero:not(.tcu-svc-hero):not(.svc2-hero--hub) {
  text-align: left;
  padding: clamp(96px, 12vw, 128px) 24px clamp(36px, 5vw, 56px) !important;
  background:
    radial-gradient(720px 340px at 12% 0%, rgba(10, 91, 231, 0.12), transparent 60%),
    var(--tcu-bg-light) !important;
  border-bottom: 1px solid var(--tcu-border);
}
.svc2-hero:not(.tcu-svc-hero):not(.svc2-hero--hub) h1 {
  font-size: clamp(36px, 4.5vw, 64px) !important;
  line-height: 1.06 !important;
  color: var(--tcu-text-primary) !important;
  max-width: 18ch;
}
.svc2-hero:not(.tcu-svc-hero):not(.svc2-hero--hub) .lead,
.svc2-hero:not(.tcu-svc-hero):not(.svc2-hero--hub) > .container > p {
  max-width: 760px;
  color: var(--tcu-text-secondary) !important;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.65;
}

/* Legacy theme pulled service body into decorative heroes — reset for real H1 heroes */
.svc-page .section-services-single,
body.svc-page #services.section-services-single,
.tcu-inner.svc-page .section-services-single {
  margin-top: 0 !important;
  padding-top: clamp(28px, 4vw, 48px) !important;
}
@media (min-width: 992px) {
  .svc-page .section-services-single,
  body.svc-page #services.section-services-single {
    margin-top: 0 !important;
  }
}
.tcu-svc-hero {
  isolation: isolate;
  z-index: 1;
}

/* Process status chip — visible for keyboard / screen */
.section-process .process-step-status,
.section-process [data-process-status] {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 10px 0 0 !important;
  padding: 6px 12px !important;
  clip: auto !important;
  overflow: visible !important;
  white-space: nowrap !important;
  font-size: 13px;
  font-weight: 650;
  color: var(--tcu-text-secondary);
  background: var(--tcu-bg-light);
  border: 1px solid var(--tcu-border);
  border-radius: 999px;
  align-self: center;
}
.section-process .group-btn-slider {
  align-items: center;
  flex-wrap: wrap;
}

/* Promote section titles */
.section-services-single .heading.fw-semibold,
.svc-page .svc-h2,
.tcu-svc-section-title {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.15 !important;
  color: var(--tcu-text-primary) !important;
  font-weight: 750 !important;
  margin-bottom: 16px !important;
}

/* Process carousel a11y / visibility */
.section-process .group-btn-slider {
  display: flex !important;
  gap: 10px;
  margin-top: 20px;
}
.section-process .nav-prev-swiper,
.section-process .nav-next-swiper {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--tcu-border);
  background: #fff;
  color: var(--tcu-text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-process .nav-prev-swiper:focus-visible,
.section-process .nav-next-swiper:focus-visible {
  outline: 2px solid var(--tcu-blue);
  outline-offset: 2px;
}
.section-process .heading-title {
  font-size: clamp(28px, 3.5vw, 48px) !important;
  color: var(--tcu-text-primary) !important;
}
.section-process .process-card .bot .number {
  font-variant-numeric: tabular-nums;
  color: var(--tcu-text-muted);
}
@media (max-width: 991px) {
  .section-process .process-heading {
    margin-bottom: 24px;
  }
  .section-process .heading-section.mb-80 {
    margin-bottom: 24px !important;
  }
}

/* =========================================================
   Insights hub
   ========================================================= */
.tcu-insights-page .section-page-title {
  background:
    radial-gradient(700px 320px at 15% 0%, rgba(10, 91, 231, 0.1), transparent 55%),
    var(--tcu-bg-light);
  padding: clamp(48px, 7vw, 80px) 0 40px;
  border-bottom: 1px solid var(--tcu-border);
}
.tcu-insights-page .page-title {
  font-size: clamp(40px, 5vw, 72px) !important;
  color: var(--tcu-text-primary) !important;
  line-height: 1.05 !important;
}
.tcu-insights-layout {
  display: grid;
  gap: 40px;
}
@media (min-width: 992px) {
  .tcu-insights-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
    align-items: start;
  }
  .tcu-insights-sidebar {
    position: sticky;
    top: calc(var(--tcu-header-offset) + 12px);
  }
}
@media (max-width: 991px) {
  .tcu-insights-sidebar { order: 2; }
  .tcu-insights-main { order: 1; }
}

.tcu-insights-featured {
  display: grid;
  gap: 20px;
  background: var(--tcu-card);
  border: 1px solid var(--tcu-border);
  border-radius: var(--tcu-radius);
  overflow: hidden;
  margin-bottom: 28px;
  text-decoration: none !important;
  color: inherit;
}
@media (min-width: 768px) {
  .tcu-insights-featured {
    grid-template-columns: 1.1fr 1fr;
    min-height: 280px;
  }
}
.tcu-insights-featured__media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(10, 91, 231, 0.18), rgba(13, 13, 13, 0.55)),
    #1a2336;
}
.tcu-insight-card__media img,
.tcu-insights-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 10;
}
/* Reliable fallback when image missing — never plain grey */
.tcu-insight-card__media:not(:has(img[src])),
.tcu-insights-featured__media:not(:has(img[src])) {
  min-height: 180px;
}
.tcu-insight-card__media img[src=""],
.tcu-insights-featured__media img[src=""],
.tcu-insight-card__media img:not([src]),
.tcu-insights-featured__media img:not([src]) {
  opacity: 0;
}
.tcu-insights-featured__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tcu-insights-featured__cat {
  color: var(--tcu-blue);
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 10px;
}
.tcu-insights-featured h2 {
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1.18 !important;
  margin: 0 0 12px !important;
  color: var(--tcu-text-primary) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcu-insights-featured p {
  color: var(--tcu-text-secondary);
  margin: 0 0 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcu-insights-featured .read {
  color: var(--tcu-blue);
  font-weight: 750;
}

.tcu-insights-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .tcu-insights-grid { grid-template-columns: repeat(2, 1fr); }
}

.tcu-insight-card {
  display: flex;
  flex-direction: column;
  background: var(--tcu-card);
  border: 1px solid var(--tcu-border);
  border-radius: var(--tcu-radius-sm);
  overflow: hidden;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.tcu-insight-card:hover {
  border-color: #C5CEDC;
  transform: translateY(-2px);
}
.tcu-insight-card__media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(160deg, rgba(10, 91, 231, 0.22), rgba(17, 19, 26, 0.55)),
    #243049;
  overflow: hidden;
}
.tcu-insight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.tcu-insight-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tcu-insight-card__cat {
  color: var(--tcu-blue);
  font-size: 12px;
  font-weight: 750;
  margin-bottom: 8px;
}
.tcu-insight-card h3 {
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
  margin: 0 0 8px !important;
  color: var(--tcu-text-primary) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcu-insight-card p {
  color: var(--tcu-text-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcu-insight-card .read {
  color: var(--tcu-blue);
  font-weight: 750;
  font-size: 14px;
}

/* Soften legacy horizontal cards if still present */
.tcu-insights-page .article-blog .infor_name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: unset !important;
}
.tcu-insights-page .blog-image {
  background:
    linear-gradient(160deg, rgba(10, 91, 231, 0.2), rgba(17, 19, 26, 0.45)),
    #243049;
  border-radius: 14px;
  overflow: hidden;
}
.tcu-insights-page .blog-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* =========================================================
   Pricing / FAQ
   ========================================================= */
.section-faqs .heading-title,
.section-faqs .heading-title.text-gradient-3 {
  color: var(--tcu-text-primary) !important;
  background: none !important;
  -webkit-text-fill-color: var(--tcu-text-primary) !important;
  font-size: clamp(32px, 4vw, 52px) !important;
}
.section-faqs .heading-section.mb-64,
.section-faqs .heading-section.center.mb-64 {
  margin-bottom: 28px !important;
}
.section-faqs .accordion-asked {
  gap: 10px !important;
}
.section-faqs .accordion-asked-item {
  background: var(--tcu-card) !important;
  border: 1px solid var(--tcu-border) !important;
  border-radius: var(--tcu-radius-sm) !important;
  padding: 2px 6px !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease;
}
.section-faqs .accordion-asked-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(10, 91, 231, 0.45) !important;
}
.section-faqs .accordion-button {
  color: var(--tcu-text-primary) !important;
  padding: 16px 14px !important;
  font-size: 1.02rem !important;
  gap: 12px;
}
.section-faqs .accordion-button.collapsed {
  color: var(--tcu-text-primary) !important;
}
.section-faqs .accordion-button:not(.collapsed) {
  color: var(--tcu-text-primary) !important;
}
.section-faqs .accordion-button .right-icon,
.section-faqs .accordion-button span.right-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--tcu-border);
  background: var(--tcu-bg-light);
}
.section-faqs .accordion-button:not(.collapsed) .right-icon,
.section-faqs .accordion-button:not(.collapsed) span.right-icon {
  border-color: var(--tcu-blue);
  background: rgba(10, 91, 231, 0.1);
}
.section-faqs .accordion-body {
  color: var(--tcu-text-secondary) !important;
  padding: 0 14px 16px !important;
  line-height: 1.65 !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
}
.section-faqs .accordion-body::before {
  background: linear-gradient(90deg, transparent, var(--tcu-border), transparent) !important;
  top: 0 !important;
}

/* Services hub FAQ (svc2) */
.svc2-faq__item {
  background: var(--tcu-bg-light) !important;
  border: 1px solid var(--tcu-border) !important;
  border-radius: var(--tcu-radius-sm) !important;
}
.svc2-faq__item.open {
  background: var(--tcu-dark) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.svc2-faq__btn {
  color: var(--tcu-text-primary) !important;
}
.svc2-faq__item.open .svc2-faq__btn {
  color: var(--tcu-text-on-dark) !important;
}
.svc2-faq__body {
  color: var(--tcu-text-muted-on-dark) !important;
}
.svc2-faq__item:not(.open) .svc2-faq__plus {
  background: transparent !important;
  color: var(--tcu-blue) !important;
  border: 1.5px solid var(--tcu-blue);
}
.svc2-faq__item.open .svc2-faq__plus {
  background: var(--tcu-blue) !important;
  color: #fff !important;
  border-color: var(--tcu-blue);
}

/* Ecommerce Growth / dark pricing plans — readable on dark */
.svc2-plan--dark,
.pricing-card--dark {
  background: var(--tcu-dark) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--tcu-text-on-dark) !important;
}
.svc2-plan--dark .svc2-plan__name,
.svc2-plan--dark .svc2-plan__amount,
.svc2-plan--dark .svc2-plan__about h4,
.pricing-card--dark .pricing-card__name,
.pricing-card--dark .pricing-card__price,
.pricing-card--dark .pricing-card__features-title {
  color: var(--tcu-text-on-dark) !important;
  opacity: 1 !important;
}
.svc2-plan--dark .svc2-plan__for,
.svc2-plan--dark .svc2-plan__period,
.svc2-plan--dark .svc2-plan__about p,
.svc2-plan--dark .svc2-plan__list li,
.pricing-card--dark .pricing-card__billing,
.pricing-card--dark .pricing-card__desc,
.pricing-card--dark .pricing-card__list li {
  color: var(--tcu-text-muted-on-dark) !important;
  opacity: 1 !important;
}
.pricing-card--dark .pricing-card__label {
  color: #9DB7FF !important;
  background: rgba(10, 91, 231, 0.28) !important;
}
.pricing-card--dark .pricing-check {
  background: rgba(10, 91, 231, 0.4) !important;
  color: #fff !important;
}
.svc2-plan--dark .svc2-plan__cta {
  background: var(--tcu-blue) !important;
  color: #fff !important;
}

/* Visually hidden utility (a11y) */
.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Closed mobile drawer: keep duplicate nav out of tab / SR order */
.offcanvas-menu:not(.show) {
  visibility: hidden;
  pointer-events: none;
}
.offcanvas-menu:not(.show) a,
.offcanvas-menu:not(.show) button,
.offcanvas-menu:not(.show) input,
.offcanvas-menu:not(.show) [tabindex] {
  visibility: hidden;
}
.offcanvas-menu.show {
  visibility: visible;
  pointer-events: auto;
}
.offcanvas-menu.show a,
.offcanvas-menu.show button,
.offcanvas-menu.show input,
.offcanvas-menu.show [tabindex] {
  visibility: visible;
}

/* Secondary CTA specificity over .tf-btn fills */
.tcu-svc-hero .svc-hero-btns .tf-btn.team-btn-secondary,
.svc-hero-btns .tf-btn.team-btn-secondary,
a.tf-btn.team-btn-secondary {
  background: transparent !important;
  color: var(--tcu-blue) !important;
  border: 1.5px solid var(--tcu-blue) !important;
  box-shadow: none !important;
}
a.tf-btn.team-btn-secondary:hover {
  background: rgba(10, 91, 231, 0.06) !important;
  color: var(--tcu-blue) !important;
}

/* Service category eyebrow */
.tcu-svc-hero .svc2-eyebrow,
.svc2-hero .svc2-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tcu-blue) !important;
}

/* Tighten team/founder clearance under pill header */
.team-member-page main > .seo-page,
.founder-page main > .seo-page {
  padding-top: 88px;
}
/* Inner pages with breadcrumbs under overlapping pill header */
body.tcu-inner > main > .seo-page:first-of-type,
body.tcu-inner main > nav.seo-page {
  padding-top: 88px;
}
@media (max-width: 991px) {
  .team-member-page main > .seo-page,
  .founder-page main > .seo-page,
  body.tcu-inner > main > .seo-page:first-of-type,
  body.tcu-inner main > nav.seo-page {
    padding-top: 80px;
  }
}
.team-member-page .tcu-team-profile,
.founder-page .tcu-team-profile,
.tcu-team-profile.flat-spacing-1 {
  padding-top: 12px !important;
  padding-bottom: clamp(48px, 6vw, 80px) !important;
}
.team-member-page .breadcrumb,
.founder-page .breadcrumb {
  margin-bottom: 8px !important;
}

/* Insights sidebar: wrap titles (no ellipsis clipping) */
.tcu-insights-page .tcu-insights-sidebar .relatest-post-item .title,
.tcu-insights-page .tcu-insights-sidebar .relatest-post-item .title a,
.tcu-insights-sidebar .relatest-post-item .title,
.tcu-insights-sidebar .relatest-post-item .title a {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  max-height: none !important;
  line-height: 1.35 !important;
  color: var(--tcu-text-primary) !important;
}
.tcu-insights-sidebar .relatest-post-item .image {
  background:
    linear-gradient(160deg, rgba(10, 91, 231, 0.28), rgba(17, 19, 26, 0.55)),
    #243049;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  width: 96px;
  aspect-ratio: 16 / 10;
}
.tcu-insights-sidebar .relatest-post-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* =========================================================
   Responsive foundation (phone / tablet / iOS / Android)
   ========================================================= */

/* Theme forced .overflow-hidden { overflow: visible } for GSAP —
   restore containment where horizontal overflow breaks the page. */
body.overflow-hidden {
  overflow: hidden !important;
}
.tf-swiper,
.tf-swiper .swiper-wrapper,
.swiper,
.swiper-container,
.section-process .overflow-hidden,
.section-process .tf-swiper,
.infiniteSlide,
.marquee-section,
.marquee-wrapper,
.wrap-partners,
.partners-wrap,
[class*="infiniteSlide"] {
  max-width: 100%;
}
.tf-swiper,
.swiper,
.section-process .overflow-hidden,
.section-process .tf-swiper,
.infiniteSlide {
  overflow: hidden !important;
}
/* Marquee / trusted logos track must not expand the document */
.infiniteSlide,
.infiniteSlide_trusted,
.marquee-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
}

/* Process carousel: usable on touch; slides fit viewport */
.section-process .tf-swiper {
  overflow: hidden !important;
  width: 100%;
}
.section-process .swiper-slide {
  max-width: 100%;
  box-sizing: border-box;
}
.section-process .process-card {
  max-width: 100%;
}
.section-process .group-btn-slider {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 12px;
  margin-top: 20px;
  padding-bottom: max(8px, var(--tcu-safe-bottom));
}
.section-process .nav-prev-swiper,
.section-process .nav-next-swiper,
.group-btn-slider .nav-prev-swiper,
.group-btn-slider .nav-next-swiper {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  flex-shrink: 0;
  touch-action: manipulation;
}

/* iOS 100vh / address-bar — prefer dynamic viewport units */
.section-hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}
@media (max-width: 991px) {
  .section-hero {
    min-height: 0;
  }
}
.section-about-us {
  min-height: 0 !important;
}
@media (min-width: 1440px) {
  .section-about-us {
    min-height: min(100vh, 100dvh);
  }
}

/* About body copy + stats card (white elevated bar) */
.section-about-us .review-box .about-body .desc {
  margin-bottom: 16px;
}
.section-about-us .about-body .text {
  margin-bottom: 14px;
  color: var(--tcu-text-secondary, #525866);
  line-height: 1.65;
}
.section-about-us .about-body .text:last-child,
.section-about-us .about-body .mb-0 {
  margin-bottom: 0;
}
.section-about-us .about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 8px 0;
  background-color: #ffffff;
  border-radius: 28px;
  box-shadow:
    0 10px 30px rgba(17, 19, 26, 0.08),
    0 2px 8px rgba(17, 19, 26, 0.04),
    0 -6px 0 rgba(0, 0, 0, 0.03) inset,
    0 3px 0 rgba(255, 255, 255, 0.9) inset;
}
.section-about-us .about-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 16px;
  min-width: 0;
}
/* 2x2 dividers (mobile / tablet) */
.section-about-us .about-stats__item:nth-child(odd) {
  border-right: 1px solid #e4e4e7;
}
.section-about-us .about-stats__item:nth-child(-n + 2) {
  border-bottom: 1px solid #e4e4e7;
}
.section-about-us .about-stats__value {
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0a5be7;
  margin-bottom: 8px;
}
.section-about-us .about-stats__label {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #18181b;
  max-width: 14ch;
}
@media (min-width: 992px) {
  .section-about-us .about-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 32px;
    padding: 12px 8px;
    border-radius: 32px;
  }
  .section-about-us .about-stats__item {
    padding: 28px 20px;
  }
  .section-about-us .about-stats__item:nth-child(odd),
  .section-about-us .about-stats__item:nth-child(-n + 2) {
    border-right: none;
    border-bottom: none;
  }
  .section-about-us .about-stats__item:not(:last-child) {
    border-right: 1px solid #e4e4e7;
  }
  .section-about-us .about-stats__label {
    max-width: 16ch;
  }
}
@media (max-width: 575px) {
  .section-about-us .about-stats {
    border-radius: 24px;
  }
  .section-about-us .about-stats__item {
    padding: 18px 12px;
  }
  .section-about-us .about-stats__label {
    font-size: 0.8125rem;
  }
}

/* Hero mobile refinements */
.section-hero .content-wrap {
  max-width: 100%;
  padding-inline: 4px;
  box-sizing: border-box;
}
.section-hero .content-wrap .title,
.section-hero h1.title,
.section-hero .title1,
.section-hero .title2 {
  max-width: 100%;
}
.section-hero .content-wrap .sub {
  max-width: calc(100% - 16px);
  width: auto !important;
  white-space: normal;
  text-align: center;
}
.section-hero .scroll-more {
  max-width: calc(100% - 48px);
  width: min(320px, calc(100% - 48px));
  box-sizing: border-box;
}
.section-hero .content-wrap .title-icon {
  max-width: 100%;
}
@media (max-width: 575px) {
  .section-hero .content-wrap .title-icon {
    height: auto;
    min-height: 100px;
  }
  .section-hero .content-wrap .title-icon .box {
    width: min(200px, 70vw);
    height: 64px;
  }
  .section-hero .content-wrap .title-icon .title-icon-wrap {
    width: min(200px, 70vw);
    height: 140px;
  }
  .section-hero .hero-image {
    inset: 8px 8px 0 8px;
    border-radius: 24px;
  }
  .section-hero .content-wrap {
    padding: 112px 0 88px;
  }
}

/* Touch-friendly CTAs — equal height primary/secondary */
.tf-btn:not(.mobile-menu):not(.open-mb-menu),
.tf-btn-2,
a.tf-btn:not(.mobile-menu):not(.open-mb-menu),
a.tf-btn-2,
button.tf-btn,
.svc-hero-btns .tf-btn,
.svc-hero-btns .tf-btn-2,
.svc-hero-btns .tf-btn.team-btn-secondary,
.hero-cta-row .tf-btn,
.hero-cta-row .tf-btn-2,
.bot-btns .tf-btn,
.bot-btns .tf-btn-2,
.tcu-btn-group .tf-btn,
.tcu-btn-group .tf-btn-2,
.tcu-team-actions .tf-btn,
.tf-header .header-inner > a.tf-btn:not(.mobile-menu) {
  box-sizing: border-box;
  min-height: 52px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
  touch-action: manipulation;
}

/* Shared CTA groups — never overlap; equal gaps */
.tcu-btn-group,
.bot-btns,
.svc-hero-btns,
.tcu-svc-hero .svc-hero-btns,
.section-hero .content-wrap .bot-btns,
.section-hero .hero-cta-row,
.locations-hero .d-flex.gap-12,
.d-flex.gap-12.justify-content-center.flex-wrap.mb-28,
#final-cta .tcu-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  isolation: isolate;
}
.bot-btns,
.section-about-us .tcu-btn-group,
.section-about-us .col-left .tcu-btn-group,
.section-about-us .position-relative > .tcu-btn-group {
  justify-content: flex-start;
}
.section-hero .content-wrap .bot-btns,
#final-cta .tcu-btn-group,
.section-page-title + * .bot-btns {
  justify-content: center;
}
.tcu-btn-group > .tf-btn,
.tcu-btn-group > .tf-btn-2,
.bot-btns > .tf-btn,
.bot-btns > .tf-btn-2,
.svc-hero-btns > .tf-btn,
.svc-hero-btns > .tf-btn-2,
.svc-hero-btns > a {
  flex: 0 1 auto;
  max-width: 100%;
  margin: 0 !important; /* kill me-12 / adjacent margins that cause uneven gaps */
  white-space: normal;
}

/* Mobile: stack with 16px vertical gap; keep off viewport edges */
@media (max-width: 767px) {
  .tcu-btn-group,
  .bot-btns,
  .svc-hero-btns,
  .tcu-svc-hero .svc-hero-btns,
  .section-hero .content-wrap .bot-btns,
  .section-hero .hero-cta-row,
  #final-cta .tcu-btn-group {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-inline: 0;
  }
  .tcu-btn-group > .tf-btn,
  .tcu-btn-group > .tf-btn-2,
  .bot-btns > .tf-btn,
  .bot-btns > .tf-btn-2,
  .svc-hero-btns > .tf-btn,
  .svc-hero-btns > .tf-btn-2,
  .svc-hero-btns > a,
  #final-cta .tcu-btn-group > .tf-btn,
  #final-cta .tcu-btn-group > .tf-btn-2 {
    width: 100%;
    max-width: 100%;
  }
  .section-hero .content-wrap .bot-btns > .tf-btn,
  .section-hero .content-wrap .bot-btns > .tf-btn-2 {
    max-width: 320px;
    width: 100%;
    margin-inline: auto !important;
  }
}

/* Header CTA matches primary button height; keep clear of nav */
.tf-header .header-inner {
  gap: 12px;
  align-items: center;
}
.tf-header .header-inner > a.tf-btn:not(.mobile-menu) {
  flex-shrink: 0;
  white-space: nowrap;
}
.tf-header .box-navigation {
  margin-inline: 8px 12px;
}

/* Insight dark CTA pairs (Growth Audit + WhatsApp) */
.d-flex.gap-16.justify-content-center.flex-wrap:has(> .tf-btn) {
  gap: 12px !important;
  align-items: center;
}
@media (max-width: 767px) {
  .d-flex.gap-16.justify-content-center.flex-wrap:has(> .tf-btn) {
    flex-direction: column;
    align-items: stretch;
    gap: 16px !important;
  }
  .d-flex.gap-16.justify-content-center.flex-wrap:has(> .tf-btn) > .tf-btn {
    width: 100%;
    max-width: 100%;
  }
}

/* Container horizontal padding consistency */
.container {
  padding-left: max(24px, var(--tcu-safe-left));
  padding-right: max(24px, var(--tcu-safe-right));
}
@media (min-width: 992px) {
  .container {
    padding-left: max(48px, var(--tcu-safe-left));
    padding-right: max(48px, var(--tcu-safe-right));
  }
}

.section-faqs .accordion-button {
  min-height: 48px;
  touch-action: manipulation;
}
.svc2-faq__btn {
  min-height: 48px;
  touch-action: manipulation;
}

/* iOS Safari: prevent input zoom (font-size < 16px) */
input,
textarea,
select,
.form-control,
.section-contact input,
.section-contact textarea,
.section-contact select,
.growth-audit-form input,
.growth-audit-form textarea,
.growth-audit-form select,
.form-contact input,
.form-contact textarea,
.form-contact select {
  font-size: 16px !important;
  max-width: 100%;
}
.section-contact .form-contact,
.section-contact.contact-v2 .form-contact,
.growth-audit-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Pricing cards: stack cleanly; no hover-only actions */
.section-pricing .pricing-cards-row > [class*="col-"] {
  display: flex;
}
.pricing-card {
  width: 100%;
  max-width: 100%;
}
@media (hover: none) {
  .pricing-card:hover {
    transform: none;
  }
  .tcu-insight-card:hover {
    transform: none;
  }
  .home-paths a.review-box:hover {
    transform: none;
  }
}

/* Contact / about grids — force full-width stack below lg */
@media (max-width: 991px) {
  .section-contact .row > [class*="col-"],
  .section-contact.contact-v2 .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section-contact .contact-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: inherit;
  }
}

/* Bootstrap cols that sometimes refuse to stack when width is forced */
@media (max-width: 767px) {
  .row > [class*="col-md-"],
  .row > [class*="col-lg-"],
  .row > [class*="col-xl-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tcu-team-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .tcu-team-actions .tf-btn {
    width: 100%;
    justify-content: center;
  }
  .svc-hero-btns,
  .tcu-svc-hero .svc-hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .svc-hero-btns .tf-btn,
  .svc-hero-btns .tf-btn-2 {
    width: 100%;
    justify-content: center;
  }
  .tcu-svc-hero h1,
  .svc2-hero:not(.svc2-hero--hub) h1 {
    max-width: 100% !important;
  }
  .tcu-insights-page .page-title,
  .section-page-title .page-title {
    font-size: clamp(32px, 9vw, 48px) !important;
  }
  .section-faqs .heading-title {
    font-size: clamp(28px, 8vw, 40px) !important;
  }
  .team-member-photo,
  .team-member-photo img,
  .team-member-photo--avatar {
    max-height: 420px;
  }
  .offcanvas-menu {
    padding-top: var(--tcu-safe-top);
    padding-bottom: var(--tcu-safe-bottom);
  }
}

/* Tablet: keep two-col cards where useful; contain padding */
@media (min-width: 768px) and (max-width: 991px) {
  .tf-header {
    --tcu-header-offset: 96px;
  }
  .section-pricing .pricing-cards-row > [class*="col-lg-4"] {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .tcu-team-layout {
    gap: 24px 32px;
  }
  .tcu-insights-featured {
    min-height: 0;
  }
}

/* WhatsApp / CTA wrap */
.bot-btns,
.hero-cta-row,
.tcu-team-actions,
.svc-hero-btns {
  flex-wrap: wrap;
  max-width: 100%;
}

/* Footer / sticky bits clear the home indicator */
footer {
  padding-bottom: max(0px, var(--tcu-safe-bottom));
}

/* Prefer reduced motion — marquees, floats, card lifts */
@media (prefers-reduced-motion: reduce) {
  .marquee-wrapper,
  .infiniteSlide,
  .infiniteSlide_trusted,
  .trusted-bar__marquee,
  [class*="infiniteSlide"] {
    animation: none !important;
  }
  .aiugc-phone--a,
  .aiugc-phone--b,
  .aiugc-phone--c {
    animation: none !important;
  }
  .pricing-card,
  .tcu-insight-card,
  .home-paths a.review-box,
  .tf-header,
  header {
    transition: none !important;
  }
  html {
    scroll-behavior: auto !important;
  }
}

/* Pricing / page heading-title: theme locks 72px until 767 — softens on tablet too */
.heading-section .heading-title,
.section-page-title .heading-title,
.section-pricing .heading-title,
h1.heading-title {
  font-size: clamp(32px, 4vw + 0.85rem, 72px) !important;
  line-height: 1.1 !important;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 991px) {
  .heading-section .heading-title,
  h1.heading-title {
    font-size: clamp(32px, 5.5vw, 48px) !important;
    line-height: 1.15 !important;
  }
}

/* Ensure svc hero content never wider than viewport */
.tcu-svc-hero .container,
.svc2-hero .container,
.tcu-svc-hero .svc2-hero-inner {
  width: 100% !important;
  max-width: var(--tcu-max) !important;
  padding-inline: max(16px, var(--tcu-safe-left), var(--tcu-safe-right));
  box-sizing: border-box;
}
.tcu-svc-hero h1,
.tcu-svc-hero .lead,
.svc-hero-btns {
  max-width: 100% !important;
}

/* Team bio: contain prose width on narrow screens */
.tcu-team-bio,
.tcu-team-bio.seo-prose,
.tcu-team-head {
  max-width: 100%;
  min-width: 0;
}
.tcu-team-layout > * {
  min-width: 0;
}

/* Mobile drawer hamburger always visible in pill on small screens */
@media (max-width: 991px) {
  .tf-header .header-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .tf-header .mobile-menu {
    margin-left: auto;
    color: var(--tcu-text-primary) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Desktop sanity: no regressions above 1280 */
@media (min-width: 1280px) {
  .container {
    max-width: var(--tcu-max);
  }
}

