:root {
  --td-ink: #062a2f;
  --td-blue: #145c63;
  --td-cyan: #18b7a5;
  --td-lime: #d8f45f;
  --td-coral: #f0a32a;
  --td-paper: #f7f9fb;
  --td-muted: #607086;
  --td-line: rgba(7, 17, 31, 0.11);
  --td-radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.td-body {
  margin: 0;
  color: var(--td-ink);
  background: #ffffff;
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
body.td-modal-open { overflow: hidden; }
.td-body h1,
.td-body h2,
.td-body h3 { font-weight: 500; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.td-topbar {
  position: relative;
  z-index: 51;
  background: #0b4a52;
  color: #fff;
  font-size: 0.9rem;
}
.td-topbar__inner {
  width: min(1280px, calc(100% - 32px));
  min-height: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.td-topbar__label-mobile { display: none; }
.td-topbar a,
.td-topbar__whatsapp {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.td-topbar__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.td-topbar__whatsapp svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.td-topbar__whatsapp:hover,
.td-topbar__whatsapp:focus {
  text-decoration: underline;
  outline: none;
}

.td-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto auto auto minmax(24px, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
  align-items: center;
  min-height: 86px;
  padding: 12px clamp(16px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--td-line);
  backdrop-filter: blur(16px);
}
.td-brand {
  grid-column: 2;
  justify-self: end;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-weight: 600;
}
.td-brand__logo {
  grid-column: 1;
  width: clamp(168px, 14.5vw, 234px);
  height: auto;
  object-fit: contain;
}
.td-brand__mark {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--td-cyan), var(--td-blue));
}
.td-brand__word {
  grid-column: 2;
  color: var(--td-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1;
}
.td-brand__text {
  grid-column: 1;
  max-width: 180px;
  margin-left: 72px;
  color: rgba(7, 17, 31, 0.72);
  font-size: 0.62rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.td-nav {
  grid-column: 3;
  display: flex;
  justify-content: flex-start;
  gap: clamp(10px, 1.6vw, 24px);
}
.td-nav a,
.td-footer a {
  text-decoration: none;
  color: var(--td-muted);
  font-weight: 500;
}
.td-nav a:hover,
.td-footer a:hover { color: var(--td-coral); }
.td-header__cta {
  grid-column: 4;
  justify-self: start;
}
.td-header__cta,
.td-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--td-radius);
  background: var(--td-ink);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.td-button--ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.td-button--dark { background: #ffffff; color: var(--td-ink); }
.td-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--td-line);
  border-radius: 8px;
  background: #fff;
}
.td-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--td-ink);
}

.td-hero {
  position: relative;
  min-height: clamp(620px, 82vh, 860px);
  overflow: hidden;
  background: var(--td-ink);
}
.td-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 42, 47, 0.92) 0%, rgba(6, 42, 47, 0.72) 46%, rgba(6, 42, 47, 0.22) 100%),
    url("../images/hero-supply-chain-software-consulting.jpg") center / cover no-repeat;
}
.td-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 4vw, 68px);
  align-items: end;
  padding: 120px 0 60px;
}
.td-hero__copy {
  color: #fff;
  max-width: 850px;
}
.td-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--td-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.td-hero h1,
.td-page-hero h1,
.td-section h2,
.td-split h2,
.td-case-band h2,
.td-cta-band h2,
.td-error h1 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
}
.td-hero h1 {
  max-width: 920px;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  color: var(--td-lime);
}
.td-hero p {
  max-width: 700px;
  color: #ffe27a;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.75;
}
.td-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.td-proof-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--td-radius);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(12px);
}
.td-proof-panel span { color: rgba(255, 255, 255, 0.7); font-weight: 500; }
.td-proof-panel strong { display: block; margin: 10px 0 18px; font-size: 1.6rem; font-weight: 500; line-height: 1.2; }
.td-proof-panel__bars { display: grid; gap: 10px; }
.td-proof-panel__bars i {
  display: block;
  height: 10px;
  width: var(--w);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--td-coral), var(--td-cyan), var(--td-lime));
}
.td-proof-panel p { margin-bottom: 0; font-size: 0.95rem; }

.td-stat-strip,
.td-section,
.td-split,
.td-logo-section,
.td-case-band,
.td-cta-band,
.td-content-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}
.td-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  transform: translateY(-38px);
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  overflow: hidden;
  background: var(--td-line);
}
.td-stat-strip div {
  min-height: 130px;
  padding: 24px;
  background: #fff;
}
.td-stat-strip strong {
  display: block;
  color: var(--td-blue);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
}
.td-stat-strip span { color: var(--td-muted); font-weight: 400; line-height: 1.5; }
.td-section { padding: 48px 0 80px; }
.td-section__head {
  max-width: 820px;
  margin-bottom: 34px;
}
.td-section__head h2,
.td-split h2,
.td-case-band h2,
.td-cta-band h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
}
.td-section__head p,
.td-split p,
.td-case-band p,
.td-content-card p,
.td-feature-list li,
.td-check-list li {
  color: var(--td-muted);
  line-height: 1.8;
}
.td-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.td-card,
.td-content-card,
.td-image-card {
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.07);
}
.td-card {
  min-height: 260px;
  padding: 26px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}
.td-card:hover { transform: translateY(-4px); border-color: rgba(17, 183, 201, 0.55); }
.td-card__media {
  width: 100%;
  height: 132px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: var(--td-radius);
  background: var(--td-paper);
}
.td-card span { color: var(--td-coral); font-weight: 700; }
.td-card h3,
.td-content-card h2,
.td-content-card h3 {
  margin: 14px 0 10px;
  font-size: 1.35rem;
  font-weight: 500;
}
.td-card p { color: var(--td-muted); line-height: 1.75; }

.dt-home-service-grid .td-card {
  min-height: 220px;
  padding: 20px;
}
.dt-home-service-grid .td-card__media {
  height: 96px;
  margin-bottom: 14px;
}
.dt-home-service-grid .td-card h3 {
  margin-top: 10px;
  font-size: 1.18rem;
}
.dt-home-service-grid .td-card p {
  font-size: 0.94rem;
  line-height: 1.62;
}

.td-split {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 36px;
  align-items: center;
  padding: 82px 0;
}
.td-image-card { overflow: hidden; }
.td-image-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.td-check-list,
.td-feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.td-check-list li,
.td-feature-list li { position: relative; padding-left: 28px; }
.td-check-list li:before,
.td-feature-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--td-cyan);
}
.td-logo-section { padding: 70px 0; }
.td-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.td-logo-grid img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  padding: 12px 28px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
}
.td-case-band,
.td-cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 80px;
  padding: 42px;
  border-radius: var(--td-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--td-blue), var(--td-ink));
}
.td-case-band p { color: rgba(255, 255, 255, 0.78); }
.td-case-links { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 10px; }
.td-case-links a {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--td-radius);
  text-decoration: none;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
}

.td-page-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 118px clamp(16px, 4vw, 52px) 64px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 42, 47, 0.76), rgba(20, 92, 99, 0.6)),
    var(--td-page-image, url("../images/network-header.png")) center / cover no-repeat;
}
.td-page-hero__copy {
  width: min(980px, 100%);
  text-align: center;
}
.td-page-hero h1 { font-size: clamp(2.2rem, 5vw, 5.2rem); }
.td-page-hero h1 { color: var(--td-lime); }
.td-page-hero p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #ffe27a;
  line-height: 1.75;
  font-size: 1.08rem;
}
.td-content-shell { padding: 58px 0 70px; }
.td-content-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 44px);
  margin-bottom: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,249,251,0.92)),
    #fff;
}
.td-content-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--td-coral), var(--td-cyan), var(--td-lime));
}
.td-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 24px 0; }
.td-content-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.td-mini-card {
  padding: 22px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
}
.td-mini-card h3 { margin-top: 0; }
.td-contact-form { display: grid; gap: 14px; max-width: 680px; }
.td-contact-form input,
.td-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  font: inherit;
}
.td-contact-form textarea { min-height: 140px; resize: vertical; }
.td-error { width: min(800px, calc(100% - 32px)); margin: 0 auto; padding: 120px 0; }

.td-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.td-modal.is-open { display: flex; }
.td-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(10px);
}
.td-modal__dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--td-radius);
  background: #fff;
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.34);
}
.td-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: var(--td-radius);
  background: rgba(7, 17, 31, 0.28);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.td-modal__copy {
  padding: clamp(28px, 4vw, 48px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(6,42,47,0.96), rgba(20,92,99,0.88)),
    url("../images/service-strip.jpg") center / cover no-repeat;
}
.td-modal__copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}
.td-modal__copy p {
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
}
.td-modal__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.td-modal__signals span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--td-radius);
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.1);
  font-size: 0.9rem;
}
.td-modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
}
.td-modal-form label {
  display: grid;
  gap: 7px;
  color: var(--td-muted);
  font-size: 0.9rem;
  font-weight: 600;
}
.td-modal-form input,
.td-modal-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  color: var(--td-ink);
  font: inherit;
  background: var(--td-paper);
}
.td-modal-form textarea {
  min-height: 132px;
  resize: vertical;
}
.td-modal-form__wide,
.td-modal-form .td-button,
.td-modal-form__status {
  grid-column: 1 / -1;
}
.td-modal-form__status {
  min-height: 22px;
  margin: 0;
  color: var(--td-blue);
  font-weight: 600;
}
.td-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 16px 10px 12px;
  border: 0;
  border-radius: 999px;
  background: #075e54;
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.28);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.td-whatsapp-float svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}
.td-whatsapp-float:hover,
.td-whatsapp-float:focus {
  transform: translateY(-2px);
  outline: none;
}
.td-whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.td-whatsapp-modal.is-open { display: flex; }
.td-whatsapp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.68);
  backdrop-filter: blur(8px);
}
.td-whatsapp-modal__dialog {
  position: relative;
  width: min(460px, 100%);
  padding: 32px;
  border-radius: var(--td-radius);
  background: #fff;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.34);
  text-align: center;
}
.td-whatsapp-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
  color: var(--td-ink);
  font-size: 1.5rem;
  cursor: pointer;
}
.td-whatsapp-modal__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
}
.td-whatsapp-modal__icon svg {
  width: 100%;
  height: 100%;
}
.td-whatsapp-modal h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
}
.td-whatsapp-modal p {
  color: var(--td-muted);
  line-height: 1.68;
}
.td-whatsapp-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.td-whatsapp-modal .td-button--outline {
  color: var(--td-ink);
  border-color: var(--td-line);
}

.td-strategy-map,
.td-service-visual,
.td-playbook,
.td-channel-stack,
.td-strategy-panel {
  margin: 34px 0;
}
.td-service-visual {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: var(--td-ink);
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.08);
}
.td-service-visual__media {
  min-height: 340px;
  background: #fff;
}
.td-service-visual__media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}
.dt-delivery-visual .td-service-visual__media,
.dt-delivery-visual .td-service-visual__media img {
  height: min(800px, 72vh);
  min-height: 420px;
}
.dt-delivery-visual .td-service-visual__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7f8;
}
.dt-delivery-visual .td-service-visual__media img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.dt-service-page-visual .td-service-visual__media,
.dt-service-page-visual .td-service-visual__media img {
  min-height: 300px;
  max-height: 420px;
}
.dt-service-page-visual .td-service-visual__media img {
  object-fit: cover;
  object-position: center;
}
.td-service-visual__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
  color: #fff;
}
.td-service-visual__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
}
.td-service-visual__copy p {
  color: rgba(255,255,255,0.76);
  line-height: 1.78;
}
.td-strategy-map {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 28px;
  align-items: start;
}
.td-strategy-map__intro,
.td-playbook,
.td-strategy-panel {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.06);
}
.td-strategy-map__intro {
  position: sticky;
  top: 110px;
}
.td-strategy-map__intro h2,
.td-playbook h2,
.td-channel-stack__head h2,
.td-strategy-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
}
.td-strategy-map__intro p,
.td-playbook p,
.td-strategy-panel p,
.td-strategy-panel li,
.td-channel-stack__grid p {
  color: var(--td-muted);
  line-height: 1.78;
}
.td-strategy-map__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.td-strategy-map__grid article {
  min-height: 270px;
  padding: 26px;
  border-radius: var(--td-radius);
  color: #fff;
  background: linear-gradient(145deg, var(--td-ink), var(--td-blue));
}
.td-strategy-map__grid article:nth-child(2),
.td-strategy-map__grid article:nth-child(3) {
  color: var(--td-ink);
  background: var(--td-paper);
  border: 1px solid var(--td-line);
}
.td-strategy-map__grid span {
  color: var(--td-coral);
  font-size: 0.78rem;
  font-weight: 700;
}
.td-strategy-map__grid h3 {
  margin: 34px 0 12px;
  font-size: 1.45rem;
}
.td-strategy-map__grid p { line-height: 1.72; }
.td-playbook {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}
.td-playbook__steps {
  display: grid;
  gap: 12px;
}
.td-playbook__steps article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: var(--td-paper);
}
.td-playbook__steps strong {
  color: var(--td-blue);
  font-size: 1.12rem;
  font-weight: 600;
}
.td-playbook__steps p { margin: 0; }
.td-channel-stack {
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--td-radius);
  background: var(--td-ink);
  color: #fff;
}
.td-channel-stack__head {
  max-width: 820px;
  margin-bottom: 26px;
}
.td-channel-stack__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.td-channel-stack__grid a {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--td-radius);
  background: rgba(255,255,255,0.08);
  text-decoration: none;
}
.td-channel-stack__grid a:hover {
  border-color: rgba(17, 183, 201, 0.72);
  background: rgba(255,255,255,0.12);
}
.td-channel-stack__grid span {
  display: block;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
}
.td-channel-stack__grid p { color: rgba(255,255,255,0.74); }
.td-strategy-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 30px;
  align-items: start;
}
.td-strategy-panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.td-strategy-panel li {
  padding: 18px 18px 18px 22px;
  border-left: 3px solid var(--td-cyan);
  background: var(--td-paper);
}
.td-strategy-panel strong {
  color: var(--td-ink);
  font-weight: 600;
}

.td-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
  margin: 28px 0;
  padding: 28px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #07111f;
  color: #fff;
}
.td-showcase__media {
  overflow: hidden;
  border-radius: var(--td-radius);
}
.td-showcase__media img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}
.td-showcase__copy h2,
.td-case-detail__copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 1.04;
}
.td-showcase__copy p,
.td-case-detail__copy p {
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
}
.td-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}
.td-tool-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.07);
}
.td-tool-card h3 {
  margin: 0 0 12px;
  color: var(--td-blue);
  font-weight: 500;
}
.td-tool-card p {
  color: var(--td-muted);
  line-height: 1.78;
}
.td-case-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.td-case-index__item {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--td-line);
  border-radius: var(--td-radius);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(7, 17, 31, 0.06);
}
.td-case-index__item:hover {
  border-color: rgba(17, 183, 201, 0.55);
  transform: translateY(-3px);
}
.td-case-index__item img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  padding: 18px;
  border-radius: var(--td-radius);
  background: var(--td-paper);
}
.td-case-index__item span {
  color: var(--td-coral);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.td-case-index__item h2 {
  margin: 6px 0 8px;
  font-size: 1.3rem;
  font-weight: 500;
}
.td-case-index__item p {
  margin: 0;
  color: var(--td-muted);
  line-height: 1.65;
}
.td-case-detail {
  margin: 30px 0;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--td-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--td-ink), var(--td-blue));
}
.td-case-detail__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin-bottom: 28px;
  border-radius: var(--td-radius);
  background: #fff;
}
.td-case-detail__visual img {
  max-height: 170px;
  object-fit: contain;
  padding: 20px;
}
.td-case-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.td-case-detail__grid article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--td-radius);
  background: rgba(255,255,255,0.08);
}
.td-case-detail__grid span {
  color: var(--td-lime);
  font-weight: 700;
}
.td-case-detail__grid h3 {
  margin: 12px 0 10px;
  font-weight: 500;
}
.td-case-detail__grid p {
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
}
.td-case-detail__next {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.td-button--outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.32);
}

.td-footer {
  padding: 56px clamp(16px, 4vw, 52px) 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--td-ink);
}
.td-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
  width: min(1280px, 100%);
  margin: 0 auto;
}
.td-brand--footer { color: #fff; }
.td-brand--footer .td-brand__word { color: #fff; }
.td-brand--footer .td-brand__logo {
  width: 150px;
}
.td-brand--footer .td-brand__text { color: rgba(255, 255, 255, 0.76); }
.td-footer h2 { margin: 0 0 14px; color: #fff; font-size: 1rem; }
.td-footer a { display: block; color: rgba(255, 255, 255, 0.72); margin: 10px 0; }
.td-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1280px, 100%);
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .td-topbar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 0;
  }
  .td-header { grid-template-columns: 1fr auto; }
  .td-brand { grid-column: 1; justify-self: start; }
  .td-menu-toggle { display: block; grid-column: 2; justify-self: end; }
  .td-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0;
  }
  .td-nav.is-open { display: flex; }
  .td-header__cta { display: none; }
  .td-hero__inner,
  .td-split,
  .td-showcase,
  .td-modal__dialog,
  .td-strategy-map,
  .td-service-visual,
  .td-playbook,
  .td-strategy-panel,
  .td-case-band,
  .td-cta-band { grid-template-columns: 1fr; }
  .td-strategy-map__intro { position: static; }
  .td-service-grid,
  .td-content-grid--three,
  .td-channel-stack__grid,
  .td-tool-grid,
  .td-case-detail__grid,
  .td-case-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); transform: none; margin-top: 16px; }
  .td-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .td-header { min-height: 68px; gap: 12px; }
  .td-topbar { font-size: 0.8rem; }
  .td-topbar__inner {
    width: min(1280px, calc(100% - 24px));
    gap: 3px;
  }
  .td-topbar__label-full { display: none; }
  .td-topbar__label-mobile {
    display: inline;
    white-space: nowrap;
  }
  .td-topbar__whatsapp {
    gap: 7px;
    min-height: 28px;
  }
  .td-topbar__whatsapp svg {
    width: 20px;
    height: 20px;
  }
  .td-brand__logo { width: 155px; }
  .td-brand__text {
    max-width: none;
    margin-left: 58px;
    font-size: 0.54rem;
    line-height: 1;
    white-space: nowrap;
  }
  .td-hero { min-height: auto; }
  .td-hero__inner { padding: 86px 0 42px; }
  .td-hero h1 { font-size: 2.55rem; }
  .td-actions .td-button,
  .td-button--ghost { width: 100%; }
  .td-stat-strip,
  .td-service-grid,
  .td-content-grid,
  .td-content-grid--three,
  .td-strategy-map__grid,
  .td-channel-stack__grid,
  .td-tool-grid,
  .td-case-detail__grid,
  .td-case-index,
  .td-logo-grid,
  .td-case-links,
  .td-footer__grid { grid-template-columns: 1fr; }
  .td-case-index__item { grid-template-columns: 1fr; }
  .td-case-index__item img { width: 100%; height: 180px; }
  .td-modal { padding: 10px; }
  .td-modal-form { grid-template-columns: 1fr; }
  .td-whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding: 8px 12px;
  }
  .td-whatsapp-float span { display: none; }
  .td-whatsapp-float svg { width: 38px; height: 38px; }
  .td-case-band,
  .td-cta-band { padding: 26px; }
  .td-footer__bottom { flex-direction: column; }
}
