/* Tellerdesk premium 2026 overlay — keeps brand, enhances motion & 3D */

:root {
  --td-orange: #ff8000;
  --td-o1: #fc5a03;
  --td-o2: #fc6704;
  --td-o3: #fd7805;
  --td-o4: #fd8605;
  --td-o5: #fc9319;
  --td-o6: #fdd02c;
  --td-o7: #ed5603;
  --td-o8: #c93303;
  --td-dark: #171717;
  --td-ink: #1c1d21;
  --td-glass: rgba(23, 23, 23, 0.72);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* ---------- Navbar ---------- */
.header.sticky-bar {
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.header.sticky-bar.stick {
  background: var(--td-glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

.header .main-menu li a {
  position: relative;
}

.header .main-menu > li > a.active::before,
.header .main-menu > li > a:hover::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--td-o1), var(--td-o6));
}

.header .btn-login-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 14px;
  padding: 10px 6px;
  white-space: nowrap;
}

.header .btn-login-link:hover {
  color: var(--td-o3);
}

.header .btn-brand-4-medium {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 999px;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: auto;
  min-width: max-content;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(252, 90, 3, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.header .btn-brand-4-medium svg {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  flex-shrink: 0;
}

.header .btn-brand-4-medium:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(252, 90, 3, 0.36);
}

.box-buttons .btn-brand-4-medium {
  padding: 10px 18px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: auto;
}

.box-buttons .btn-brand-4-medium svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

@media (min-width: 1200px) {
  .header .main-menu li {
    padding: 0 14px;
  }
  .header .main-menu li a {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .main-menu li.has-children > a::after {
    top: 44px;
  }
  .header .main-header .header-right {
    width: auto;
    min-width: 280px;
  }
  .td-scene {
    overflow: visible;
  }
}

/* ---------- Hero ---------- */
.hero-4 {
  position: relative;
  overflow: hidden;
  background-color: var(--td-dark);
  background-image: none;
}

.hero-4::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 70%;
  height: 90%;
  background: radial-gradient(ellipse at center, rgba(252, 90, 3, 0.28) 0%, rgba(201, 51, 3, 0.08) 42%, transparent 70%);
  pointer-events: none;
}

.hero-4 .banner-inner {
  text-align: left;
  padding: 140px 0 48px;
  position: relative;
  z-index: 1;
}

.btn.btn-brand-5,
.btn.btn-brand-4-sm {
  padding: 5px 14px;
  background: transparent !important;
  border: 1px solid #fd7805;
  border-radius: 4px;
  color: #fd7805 !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: none !important;
  animation: none !important;
  filter: none !important;
}

.btn.btn-brand-5:hover,
.btn.btn-brand-4-sm:hover {
  background: rgba(253, 120, 5, 0.12) !important;
  border-color: #fd7805;
  color: #fd7805 !important;
}

.td-hero-copy .btn.btn-brand-5 {
  font-size: 12px;
}

.td-hero-copy .display-2 {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.td-hero-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 32px;
}

.td-hero-copy .box-buttons {
  justify-content: flex-start;
}

.btn-ghost-demo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.btn-ghost-demo:hover {
  color: var(--td-o5);
}

.btn-ghost-demo .video-play-button {
  width: 48px;
  height: 48px;
  padding: 0;
  transform: none;
  display: inline-block;
  animation: none;
  flex-shrink: 0;
  position: relative;
}

.btn-ghost-demo .video-play-button:before,
.btn-ghost-demo .video-play-button:after {
  width: 48px;
  height: 48px;
}

.btn-ghost-demo .video-play-button span {
  border-left-width: 12px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  margin-left: -4px;
  top: 16px;
  left: 46%;
}

/* 3D product scene */
.td-scene {
  position: relative;
  min-height: 0;
  perspective: 1600px;
  transform-style: preserve-3d;
  padding-bottom: 4px;
}

.td-scene-glow {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 14%;
  bottom: 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(252, 90, 3, 0.5) 0%, rgba(253, 120, 5, 0.16) 45%, transparent 72%);
  filter: blur(22px);
  pointer-events: none;
  z-index: 0;
}

.td-scene-stage {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transform: rotateX(8deg) rotateY(-16deg) translateY(var(--td-scroll, 0px));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.td-laptop-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 176px 0;
  box-sizing: border-box;
  transform-style: preserve-3d;
}

.td-laptop {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  transform-style: preserve-3d;
}

.td-under-floats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 16px;
  margin: 12px auto 0;
  width: calc(100% - 352px);
  max-width: none;
  transform: translateZ(48px) scale(1.06);
  transform-origin: center top;
}

.td-under-floats .td-float {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  flex: none;
  padding: 20px 22px;
  border-radius: 20px;
  transform: translateZ(48px);
  min-height: 88px;
}

.td-under-floats .td-chip {
  width: 40px;
  height: 40px;
}

.td-under-floats .td-chip svg {
  width: 22px;
  height: 22px;
}

.td-under-floats .td-float-copy strong {
  font-size: 15px;
}

.td-under-floats .td-float-copy span {
  font-size: 13px;
  margin-top: 3px;
}

.td-lid {
  background: linear-gradient(180deg, #2a2a2a 0%, #111 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px 18px 8px 8px;
  padding: 12px 12px 16px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(252, 90, 3, 0.12);
  transform: translateZ(28px);
}

.td-screen {
  border-radius: 8px;
  overflow: hidden;
  background: #0e0e0e;
  position: relative;
}

.td-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.td-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 28%);
  pointer-events: none;
}

.td-base {
  height: 12px;
  margin: 0 18px;
  background: linear-gradient(180deg, #3a3a3a, #1a1a1a);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.td-float {
  position: absolute;
  z-index: 3;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: rgba(28, 28, 28, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 14px 16px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transform: translateZ(60px);
  width: 168px;
  max-width: 168px;
  box-sizing: border-box;
}

.td-float-copy strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.td-float-copy span {
  display: block;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 3px;
  line-height: 1.3;
}

/* Social media — same column edge left / right */
.td-f-wa { top: 2%; left: 0; }
.td-f-ms { top: 34%; left: 0; }
.td-f-ig { top: 2%; right: 0; }
.td-f-em { top: 34%; right: 0; }
/* Non-social stay slightly inset (side-view fan) */
.td-f-ticket { top: 66%; left: 14px; bottom: auto; }
.td-f-user { top: 66%; right: 14px; bottom: auto; }

.td-chip-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.td-chip {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.td-chip svg {
  width: 20px;
  height: 20px;
  display: block;
}

.td-chip.wa { background: #25d366; }
.td-chip.ig { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); }
.td-chip.ms { background: #0084ff; }
.td-chip.em { background: #fd7805; }
.td-chip.ai { background: #1c1d21; border: 1px solid #fd7805; }
.td-chip.user { background: #2b2c2d; border: 1px solid rgba(255,255,255,.12); }
.td-chip.ticket { background: #c93303; }
.td-chip.voice { background: #fd7805; }
.td-chip.tg { background: #229ed9; }

@media (prefers-reduced-motion: no-preference) {
  .td-scene-glow {
    animation: orange-back-blink 2.8s ease-in-out infinite;
  }
  .td-laptop {
    animation: td-rise 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .td-float {
    animation: td-float-in 0.8s ease both, td-bob 5.5s ease-in-out infinite;
  }
  .td-f-wa { animation-delay: 0.35s, 0.35s; }
  .td-f-ig { animation-delay: 0.35s, 0.35s; }
  .td-f-ms { animation-delay: 0.55s, 0.9s; }
  .td-f-em { animation-delay: 0.55s, 0.9s; }
  .td-f-ticket { animation-delay: 0.75s, 1.4s; }
  .td-f-user { animation-delay: 0.75s, 1.4s; }
  .td-f-voice { animation-delay: 0.95s, 0.55s; }
  .td-f-tg { animation-delay: 0.95s, 0.55s; }
}

@keyframes td-rise {
  from { opacity: 0; transform: translateY(48px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes td-float-in {
  from { opacity: 0; transform: translateY(18px) translateZ(20px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) translateZ(60px) scale(1); }
}

@keyframes td-bob {
  0%, 100% { transform: translateY(0) translateZ(60px); }
  50% { transform: translateY(-6px) translateZ(68px); }
}

/* ---------- Channel strip ---------- */
.box-logos-2.box-logos-3,
.box-logos-3 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #171717 !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.box-logos-3::before,
.box-logos-3::after {
  display: none !important;
  content: none !important;
}

.box-our-features-5 {
  background-color: #171717 !important;
}

.td-channel-kicker {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
  border: none;
}

.td-channel-kicker strong {
  color: var(--td-o5);
}

.td-owt-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 6px;
  border: none;
}
.td-owt-mark img {
  width: min(360px, 72vw);
  height: auto;
  max-height: 78px;
  object-fit: contain;
}

.td-channel-ecosystem {
  position: relative;
}

.td-channel-ecosystem::before {
  display: none;
}

.carouselTickerLogos2.carouselTicker_vertical .carouselTicker__item {
  width: 210px;
  height: 88px;
  padding: 0 16px;
  line-height: 88px;
}

.carouselTickerLogos2.carouselTicker_vertical .carouselTicker__item img {
  max-height: 58px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.item-logo:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 8px 16px rgba(252, 90, 3, 0.28));
}

.td-channel-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 0;
  overflow: visible;
  border: none;
  background: transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.td-channel-pills::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.td-channel-pills span,
.td-channel-pills a,
.td-channel-pills a:visited,
.td-channel-pills a:link,
.td-channel-pills a:active,
.td-channel-pills a:focus {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
  box-shadow: none !important;
  outline: none;
}

.td-channel-pills a:hover {
  border-color: var(--td-o5) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

/* ---------- Feature cards / inbox hub ---------- */
.td-hub {
  position: relative;
  min-height: 0;
  margin: 0 auto 70px;
  max-width: 1080px;
  perspective: none;
}

.td-hub-core {
  width: 100%;
  margin: 0 auto;
  background: none;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.td-hub-core img {
  display: block;
  width: 100%;
  height: auto;
}

.td-hub-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(28, 28, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 12px 8px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.td-hub-node .td-badge {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--td-o1);
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
}

.td-hn-1 { top: 12px; left: 4%; }
.td-hn-2 { top: 8px; right: 6%; }
.td-hn-3 { top: 46%; left: 0; }
.td-hn-4 { top: 42%; right: 0; }
.td-hn-5 { bottom: 18px; left: 12%; }
.td-hn-6 { bottom: 10px; right: 10%; }

.box-our-features-5 .card-features-5 {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transform-style: preserve-3d;
}

.box-our-features-5 .card-features-5:hover {
  transform: translateY(-8px) rotateX(4deg);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
}

/* ---------- Workspaces 3D ---------- */
.td-ws-stage {
  position: relative;
  perspective: 1100px;
  min-height: 420px;
  overflow: visible;
  padding: 28px 12px 36px;
}

.td-ws-stage > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.td-ws-card {
  position: absolute;
  z-index: 3;
  width: 178px;
  background: #fff;
  border-radius: 16px;
  padding: 14px 14px 12px;
  box-shadow: 0 18px 40px rgba(28, 29, 33, 0.18);
  border: 1px solid rgba(28, 29, 33, 0.08);
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 0;
  align-items: center;
}

.td-ws-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--td-o4), var(--td-o8));
  grid-row: 1 / 2;
}

.td-ws-1 .td-ws-badge { background: linear-gradient(145deg, #fd8605, #c93303); }
.td-ws-2 .td-ws-badge { background: linear-gradient(145deg, #1c1d21, #3a3a3a); }
.td-ws-3 .td-ws-badge { background: linear-gradient(145deg, #fd7805, #ed5603); }

.td-ws-copy {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.td-ws-card small {
  display: block;
  color: #898a8a;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 1.2;
}

.td-ws-card b {
  display: block;
  color: var(--td-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.td-ws-card .bar {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 4px;
  border-radius: 4px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--td-o1), var(--td-o6));
}

.td-ws-1 { top: 4%; left: 0; --td-ws-rot: -3deg; transform: rotate(var(--td-ws-rot)); }
.td-ws-2 { top: 36%; right: 0; --td-ws-rot: 2deg; transform: rotate(var(--td-ws-rot)); }
.td-ws-3 { bottom: 2%; left: 6%; --td-ws-rot: -2deg; transform: rotate(var(--td-ws-rot)); }

.td-ws-link {
  position: absolute;
  z-index: 0;
  inset: 18% 12%;
  border: 1px dashed rgba(253, 120, 5, 0.35);
  border-radius: 24px;
  pointer-events: none;
}

/* ---------- Automation flow ---------- */
.td-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.td-flow-node {
  background: #171717;
  color: #fff;
  border-radius: 16px;
  padding: 16px 14px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.td-flow-node em {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--td-o5);
  margin-bottom: 6px;
}

.td-flow-node strong {
  font-size: 14px;
}

.td-flow-node:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--td-o3);
  border-right: 2px solid var(--td-o3);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.td-ops-stage {
  position: relative;
}

.td-ops-stage > img {
  width: 100%;
  height: auto;
}

.td-phone {
  width: min(240px, 52%);
  margin: 0;
  position: absolute;
  left: 0;
  top: 12%;
  z-index: 2;
  background: #111;
  border-radius: 32px;
  padding: 14px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  color: #fff;
  text-align: left;
}

.td-phone-notch {
  width: 84px;
  height: 10px;
  border-radius: 8px;
  background: #000;
  margin: 0 auto 14px;
}

.td-sla {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(252, 90, 3, 0.12);
  border: 1px solid rgba(253, 120, 5, 0.35);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.td-msg {
  background: #222;
  border-radius: 12px 12px 12px 4px;
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 8px;
}

.td-msg.out {
  background: var(--td-o3);
  color: #191919;
  border-radius: 12px 12px 4px 12px;
  margin-left: 28px;
}

/* ---------- AI handoff ---------- */
.td-handoff {
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 18px;
}

.td-bubble {
  max-width: 88%;
  border-radius: 16px;
  padding: 10px 14px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.td-bubble.customer {
  background: #2b2c2d;
}

.td-bubble.ai {
  background: linear-gradient(135deg, rgba(252, 90, 3, 0.28), rgba(253, 134, 5, 0.12));
  border: 1px solid rgba(253, 134, 5, 0.35);
  margin-left: auto;
}

.td-handoff-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.td-handoff-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--td-o3);
  box-shadow: 0 0 0 0 rgba(253, 120, 5, 0.5);
}

.td-agent-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  padding: 8px 10px;
  color: #fff;
  font-size: 13px;
}

.td-agent-mini img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.td-agent-mini span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.td-bubble.ai {
  min-height: 48px;
}

/* ---------- FAQ ---------- */
.box-faqs-list .card-faq {
  background: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.box-faqs-list .card-faq.is-open {
  border-color: rgba(253, 120, 5, 0.45);
  box-shadow: inset 3px 0 0 var(--td-o3);
}

.box-faqs-list .card-faq .item-title {
  margin-bottom: 0;
}

.box-faqs-list .card-faq .item-info {
  padding-left: 24px;
}

.box-faqs-list.td-faq-ready .card-faq .item-info {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.box-faqs-list.td-faq-ready .card-faq.is-open .item-info {
  max-height: 480px;
  padding: 12px 24px 8px 24px;
  opacity: 1;
}

.box-faqs-list .card-faq .item-title h6::after {
  content: "+";
  margin-left: auto;
  color: var(--td-o5);
  font-weight: 500;
}

.box-faqs-list .card-faq.is-open .item-title h6::after {
  content: "–";
}

/* ---------- Team ---------- */
.card-team-2 {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-style: preserve-3d;
}

.card-team-2:hover {
  transform: rotateY(-6deg) rotateX(4deg) translateY(-6px);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
}

/* ---------- Analytics ---------- */
.td-analytics-panel {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.td-analytics-panel .box-image-client {
  position: relative;
  z-index: 1;
}

.td-kpi-float {
  position: absolute;
  z-index: 2;
  background: rgba(23, 23, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  min-width: 140px;
  text-align: left;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.td-kpi-float b {
  color: var(--td-o5);
  font-size: 22px;
  display: block;
}

.td-kpi-float span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.td-kpi-1 { top: 8%; left: -8%; }
.td-kpi-2 { bottom: 18%; right: -4%; }

.td-chart-draw {
  position: absolute;
  left: 12%;
  right: 18%;
  bottom: 22%;
  height: 70px;
  z-index: 2;
  pointer-events: none;
}

.td-chart-draw path {
  fill: none;
  stroke: var(--td-o3);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

.td-analytics-panel.is-in .td-chart-draw path {
  animation: td-draw 1.4s ease forwards;
}

@keyframes td-draw {
  to { stroke-dashoffset: 0; }
}

/* ---------- Pricing ---------- */
.block-pricing .row {
  align-items: stretch;
}

.card-pricing-style-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.card-pricing-style-2 .card-lists {
  flex: 1;
}

.card-pricing-style-2 .list-feature li {
  align-items: flex-start;
}

.card-pricing-style-2 .card-price .heading-1 {
  letter-spacing: -0.03em;
}

.card-pricing-style-2:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

.card-pricing-style-2.active {
  outline: 2px solid var(--td-o3);
  box-shadow: 0 24px 48px rgba(252, 90, 3, 0.18);
}

/* ---------- Footer CTA ---------- */
.box-newsletter {
  position: relative;
  overflow: hidden;
}

.box-newsletter::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--td-o4), var(--td-o8));
  opacity: 0.35;
  transform: rotate(18deg);
  pointer-events: none;
}

.td-geo {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--td-o5), var(--td-o1));
  opacity: 0.55;
  pointer-events: none;
}

.td-geo.g1 { left: 24px; bottom: 18px; }
.td-geo.g2 { right: 80px; bottom: 40px; width: 16px; height: 16px; }

/* ---------- Reveal ---------- */
.td-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.td-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1400px) {
  .td-laptop-wrap {
    padding: 4px 168px 0;
  }
  .td-under-floats {
    width: calc(100% - 336px);
  }
}
@media (max-width: 1199px) {
  .hero-4 .banner-inner {
    padding: 110px 0 12px;
    text-align: center;
  }
  .td-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .td-hero-copy .box-buttons {
    justify-content: center;
  }
  .td-scene {
    min-height: 0;
    margin: 8px auto 0;
    overflow: visible;
    perspective: none;
    padding: 24px 8px 28px;
  }
  .td-scene-stage {
    transform: none !important;
  }
  .td-scene-glow {
    display: block;
    top: 8%;
    bottom: auto;
    height: 42%;
    left: 8%;
    right: 8%;
  }
  .td-laptop-wrap {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
  }
  .td-laptop {
    grid-column: 1 / -1;
    order: -1;
    width: min(420px, 86%);
    max-width: none;
    margin: 0 auto 6px;
  }
  .td-laptop-wrap > .td-float {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex;
    width: 100%;
    max-width: none;
    padding: 10px 12px;
    border-radius: 14px;
    transform: none !important;
    animation: none !important;
  }
  .td-under-floats {
    width: 100%;
    max-width: min(420px, 100%);
    margin: 10px auto 0;
    gap: 10px;
    transform: none;
  }
  .td-under-floats .td-float {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 12px 14px;
    min-height: 0;
    transform: none !important;
    animation: none !important;
  }
  .td-chip {
    width: 28px;
    height: 28px;
  }
  .td-chip svg {
    width: 16px;
    height: 16px;
  }
  .td-hub {
    min-height: 0;
    text-align: center;
    margin-bottom: 36px;
  }
  .td-hub-node {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-flex;
    margin: 6px 4px;
  }
  .td-hn-3,
  .td-hn-4 {
    display: inline-flex;
  }
  .td-hub-core {
    margin-top: 18px;
  }
  .td-flow {
    grid-template-columns: 1fr 1fr;
  }
  .td-flow-node:nth-child(2)::after {
    display: none;
  }
  .td-ws-card {
    width: 148px;
    padding: 12px;
  }
  .td-ws-badge {
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 8px;
  }
  .td-ws-card b {
    font-size: 13px;
  }
  .td-ws-1 { top: 2%; left: 2%; }
  .td-ws-2 { top: 34%; right: 2%; }
  .td-ws-3 { bottom: 4%; left: 8%; }
  .td-kpi-float {
    display: none;
  }
  .td-phone {
    position: relative;
    width: min(280px, 80%);
    margin: 0 auto 20px;
    top: auto;
    left: auto;
  }
}

@media (max-width: 575px) {
  .hero-4 .banner-inner {
    padding: 88px 0 8px;
  }
  .td-scene {
    margin-top: 4px;
    padding: 16px 0 20px;
  }
  .td-ws-card {
    width: 132px;
    padding: 10px;
  }
  .td-ws-1 { top: 0; left: 0; }
  .td-ws-2 { top: 30%; right: 0; }
  .td-ws-3 { bottom: 0; left: 4%; }
  .td-scene-glow {
    display: block;
    height: 36%;
    top: 6%;
  }
  .td-laptop-wrap {
    padding: 0;
    gap: 8px;
  }
  .td-laptop {
    width: min(280px, 82%);
    margin: 0 auto 4px;
  }
  .td-laptop-wrap > .td-float {
    padding: 9px 10px;
    border-radius: 12px;
  }
  .td-float-copy strong {
    font-size: 12px;
  }
  .td-float-copy span {
    display: none;
  }
  .td-under-floats {
    width: 100%;
    max-width: none;
    margin-top: 8px;
    gap: 8px;
  }
  .td-under-floats .td-float {
    padding: 10px 12px;
    min-height: 0;
  }
  .td-under-floats .td-float-copy span {
    display: none;
  }
  .td-under-floats .td-chip {
    width: 28px;
    height: 28px;
  }
  .box-logos-3 {
    padding-top: 4px;
    padding-bottom: 20px;
  }
  .td-channel-kicker {
    margin-bottom: 12px;
  }
  .td-channel-pills span,
  .td-channel-pills a {
    font-size: 12px;
    padding: 7px 10px;
  }
  .td-flow {
    grid-template-columns: 1fr;
  }
  .td-flow-node::after {
    display: none;
  }
  .header .btn-login-link {
    display: none;
  }
  .box-faqs-list .card-faq.is-open .item-info {
    max-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .td-scene-glow,
  .td-laptop,
  .td-float,
  .td-handoff-pulse,
  .td-chart-draw path,
  .box-newsletter::after {
    animation: none !important;
  }
  .td-reveal {
    opacity: 1;
    transform: none;
  }
  .td-scene-stage {
    transform: none !important;
  }
  .header .btn-brand-4-medium:hover,
  .card-pricing-style-2:hover,
  .card-team-2:hover,
  .box-our-features-5 .card-features-5:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .td-channel-ecosystem::before {
    animation: td-line 4.5s linear infinite;
  }
  .td-handoff-pulse {
    animation: td-pulse 1.8s ease-out infinite;
  }
  .td-geo.g1 {
    animation: td-bob 6s ease-in-out infinite;
  }
  .td-ws-1 {
    animation: td-ws-float 5s ease-in-out infinite;
  }
  .td-ws-2 {
    animation: td-ws-float 6s ease-in-out 0.4s infinite;
  }
  .td-ws-3 {
    animation: td-ws-float 7s ease-in-out 0.8s infinite;
  }
}

@keyframes td-ws-float {
  0%, 100% { transform: translateY(0) rotate(var(--td-ws-rot, 0deg)); }
  50% { transform: translateY(-8px) rotate(var(--td-ws-rot, 0deg)); }
}

@keyframes td-line {
  0% { background-position: 0 0; }
  100% { background-position: 200% 0; }
}

@keyframes td-pulse {
  0% { box-shadow: 0 0 0 0 rgba(253, 120, 5, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(253, 120, 5, 0); }
  100% { box-shadow: 0 0 0 0 rgba(253, 120, 5, 0); }
}

/* Performance */
#preloader-active {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#preloader-active.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.td-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #fd7805;
  border-radius: 50%;
  animation: td-spin 0.7s linear infinite;
}
@keyframes td-spin {
  to { transform: rotate(360deg); }
}
.heat-grid:not(.heat-live),
.heat-grid:not(.heat-live) span {
  animation: none !important;
}
.box-our-features-5,
.box-case-study-2,
.box-imazing-features,
.box-faqs-2,
.box-our-team-2,
.box-our-client,
.box-pricing-2,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}
html.td-paused * {
  animation-play-state: paused !important;
}
@media (max-width: 991px) {
  .heat-grid,
  .heat-grid span {
    animation: none !important;
  }
}

.td-legal {
  background: #171717;
  padding: 140px 0 80px;
  color: rgba(255, 255, 255, 0.78);
}
.td-legal-inner {
  max-width: 860px;
  margin: 0 auto;
}
.td-legal-kicker {
  color: #fc9319;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.td-legal h1 {
  color: #fff;
  margin-bottom: 8px;
}
.td-legal-updated {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}
.td-legal h2 {
  color: #fff;
  font-size: 24px;
  margin: 40px 0 14px;
}
.td-legal h3 {
  color: #fc9319;
  font-size: 18px;
  margin: 26px 0 10px;
}
.td-legal p {
  margin-bottom: 14px;
  line-height: 1.7;
}
.td-legal ul {
  padding-left: 22px;
  margin: 0 0 16px;
}
.td-legal li {
  margin-bottom: 6px;
  line-height: 1.6;
}
.td-legal a {
  color: #fd7805;
}
.td-legal a:hover {
  color: #fc9319;
}
@media (max-width: 575px) {
  .td-legal {
    padding: 110px 0 48px;
  }
}

/* Mobile header: clean search + hamburger */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-right {
    display: flex !important;
  }
}

@media (max-width: 1199.98px) {
  .header .main-header .header-right {
    width: auto !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    gap: 2px;
  }
  .header .btn-login-link,
  .header .btn-brand-4-medium {
    display: none;
  }
  .header .btn.btn-search {
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    background-size: 20px 20px;
    background-position: center;
    flex-shrink: 0;
    border: 0;
  }
  .header .burger-icon {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    top: auto !important;
    right: auto;
    width: 22px;
    height: 16px;
    margin: 0 10px 0 4px;
    z-index: 6;
  }
  .header .burger-icon > span {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .header .burger-icon > span::before,
  .header .burger-icon > span::after {
    content: none !important;
    display: none !important;
  }
  .header .burger-icon.burger-close > span.burger-icon-top {
    opacity: 0;
  }
  .header .burger-icon.burger-close > span.burger-icon-mid,
  .header .burger-icon.burger-close > span.burger-icon-bottom {
    position: absolute;
    top: 7px !important;
    bottom: auto !important;
  }
  .header .burger-icon.burger-close > span.burger-icon-mid {
    transform: rotate(45deg);
  }
  .header .burger-icon.burger-close > span.burger-icon-bottom {
    transform: rotate(-45deg);
  }
  .sticky-bar.stick .burger-icon {
    top: auto !important;
  }
}

@media (max-width: 1199.98px) {
  .mobile-header-wrapper-inner .burger-icon {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 16px;
    top: 28px;
    right: 24px;
  }
  .mobile-header-wrapper-inner .burger-icon > span {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    height: 2px;
    border-radius: 2px;
    background: #1e1e1e;
  }
  .mobile-header-wrapper-inner .burger-icon > span::before,
  .mobile-header-wrapper-inner .burger-icon > span::after {
    content: none !important;
    display: none !important;
  }
  .mobile-header-wrapper-inner .burger-icon.burger-close > span.burger-icon-top {
    opacity: 0;
  }
  .mobile-header-wrapper-inner .burger-icon.burger-close > span.burger-icon-mid,
  .mobile-header-wrapper-inner .burger-icon.burger-close > span.burger-icon-bottom {
    position: absolute;
    top: 7px !important;
  }
  .mobile-header-wrapper-inner .burger-icon.burger-close > span.burger-icon-mid {
    transform: rotate(45deg);
  }
  .mobile-header-wrapper-inner .burger-icon.burger-close > span.burger-icon-bottom {
    transform: rotate(-45deg);
  }
}

/* ---------- Responsive polish ---------- */
.header-logo img {
  height: 76px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

.header .main-header .header-left .header-logo {
  margin-right: 28px;
  flex-shrink: 0;
}

.td-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.td-footer-brand a {
  display: inline-flex;
  line-height: 0;
}

.td-footer-copy {
  margin-top: 14px;
}

.td-footer-copy p {
  margin-bottom: 8px;
}

.footer img[alt="Tellerdesk"] {
  display: block;
  height: 88px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .menu-bottom-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 8px;
}

.footer .menu-bottom-footer li {
  padding: 0 12px;
}

@media (min-width: 1400px) {
  .header-logo img {
    height: 86px;
    max-width: 270px;
  }
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
  .header-logo img {
    height: 70px;
    max-width: 220px;
  }
  .header .main-header .header-left .header-logo {
    margin-right: 16px;
  }
  .header .main-menu li {
    padding: 0 10px;
  }
  .header .main-header .header-right {
    min-width: 240px;
  }
}

@media (max-width: 1199.98px) {
  .header-logo img {
    height: 56px;
    max-width: 200px;
  }
  .header .main-header .header-left .header-logo {
    margin-right: 0;
  }
  .td-hero-copy .display-2 {
    font-size: 36px;
    line-height: 1.15;
  }
  .td-hero-lead {
    font-size: 16px;
    padding: 0 8px;
  }
  .box-buttons .btn-brand-4-medium {
    padding: 9px 16px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .header-logo img {
    height: 50px;
    max-width: 186px;
  }
  .td-hero-copy .display-2 {
    font-size: 30px;
  }
  .carouselTickerLogos2.carouselTicker_vertical .carouselTicker__item {
    width: 168px;
    height: 72px;
    padding: 0 10px;
    line-height: 72px;
  }
  .carouselTickerLogos2.carouselTicker_vertical .carouselTicker__item img {
    max-height: 42px;
    max-width: 146px;
  }
  .td-channel-kicker {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 0 10px;
    line-height: 1.5;
  }
  .td-owt-mark img {
    max-height: 56px;
  }
  .td-footer-brand {
    align-items: center;
    text-align: center;
  }
  .footer img[alt="Tellerdesk"] {
    height: 72px;
    max-width: 250px;
    margin: 0 auto;
  }
  .footer .col-lg-3.col-md-3.col-sm-12,
  .footer .col-lg-3.col-md-4 {
    text-align: center;
  }
  .footer .col-lg-3.col-md-4 .text-start {
    text-align: center !important;
    display: block !important;
    width: 100%;
  }
  .footer .menu-bottom-footer {
    justify-content: center;
    margin-top: 8px;
  }
  .footer .menu-bottom-footer li {
    padding: 0 10px;
  }
  .box-newsletter {
    padding: 28px 20px;
  }
  .box-newsletter h2 {
    font-size: 26px;
    line-height: 1.25;
  }
}

@media (max-width: 575.98px) {
  .header-logo img {
    height: 46px;
    max-width: 172px;
  }
  .header .btn.btn-search {
    width: 38px;
    height: 38px;
    background-size: 18px 18px;
  }
  .td-legal h1 {
    font-size: 32px;
  }
  .td-legal h2 {
    font-size: 20px;
  }
}

/* ---------- Voice and SMS ---------- */
#voice .container {
  position: relative;
  z-index: 1;
}
body.td-voice-page #voice {
  padding-top: 160px;
}
#voice .btn.btn-brand-5 {
  background: #191919 !important;
}
#voice .card-features-5 {
  min-height: 100%;
}
.td-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.td-voice-grid .card-features-5 {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.td-voice-grid .card-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.td-voice-grid .card-info h6 {
  min-height: 2.6em;
  margin-bottom: 12px;
}
.td-voice-grid .card-info p {
  margin-bottom: 0;
}
#voice .card-features-5 .card-info h6:has(.td-voice-step) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.td-voice-step {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fd7805;
  color: #191919;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: inline-block;
}
.td-voice-panel {
  background: rgba(23, 23, 23, 0.72);
  border: 1px solid rgba(253, 120, 5, 0.28);
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
}
.td-voice-panel .list-check {
  margin-bottom: 16px;
}
.td-voice-stage {
  position: relative;
  min-height: 380px;
  padding: 8px 4px 4px;
}
.td-voice-thread {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px 18px 120px;
}
.td-voice-thread-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #fff;
}
.td-voice-thread-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd7805;
}
.td-voice-thread-bar strong {
  font-size: 15px;
}
.td-voice-thread-bar em {
  margin-left: auto;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.td-voice-msg {
  max-width: 82%;
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.td-voice-msg.in {
  background: #2a2a2a;
  color: rgba(255, 255, 255, 0.92);
}
.td-voice-msg.out {
  margin-left: auto;
  background: #fd7805;
  color: #191919;
}
.td-call-card {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: min(320px, 88%);
  background: #111;
  border: 1px solid rgba(253, 120, 5, 0.45);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}
.td-call-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.td-call-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fd7805;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.td-call-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fd7805;
}
.td-call-timer {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.td-call-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.td-call-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2a2a2a, #171717);
  border: 1px solid rgba(253, 120, 5, 0.4);
  display: grid;
  place-items: center;
  flex: 0 0 42px;
}
.td-call-who strong {
  display: block;
  color: #fff;
  font-size: 16px;
}
.td-call-who small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.td-call-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.td-call-actions span {
  flex: 1;
  text-align: center;
  border: 1px solid rgba(253, 120, 5, 0.45);
  color: #fd7805;
  border-radius: 999px;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
}
.td-call-actions span.end {
  background: #fd7805;
  color: #191919;
  border-color: #fd7805;
}
.td-call-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 991.98px) {
  .td-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .td-voice-grid {
    grid-template-columns: 1fr;
  }
  .td-voice-grid .card-info h6 {
    min-height: 0;
  }
  .td-voice-stage {
    min-height: 0;
    padding: 0;
  }
  .td-call-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }
  .td-voice-thread {
    padding-bottom: 18px;
  }
}

@media (max-width: 991.98px) {
  html,
  body {
    overflow-x: hidden;
  }
  .box-our-features-5,
  .box-case-study-2,
  .box-imazing-features,
  .box-faqs-2,
  .box-our-team-2,
  .box-our-client,
  .box-pricing-2,
  .footer {
    content-visibility: visible;
  }
  section[id] {
    scroll-margin-top: 84px;
  }
  .heat-grid {
    display: none !important;
  }
  #scrollUp {
    position: fixed !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 0 !important;
  }
  #scrollUp svg {
    height: 14px;
    width: 12px;
  }
  .box-our-features-5,
  .box-imazing-features,
  .box-faqs-2-inner,
  .box-pricing-2,
  .box-case-study-2 {
    padding-top: 72px !important;
    padding-bottom: 64px !important;
  }
  body.td-voice-page #voice {
    padding-top: 110px !important;
  }
  .box-imazing-features h2,
  .box-faqs-2 h2,
  .box-our-features-5 h2,
  .box-case-study-2 h2,
  .box-pricing-2 h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .box-imazing-features h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .btn.btn-brand-5,
  .btn.btn-brand-4-sm {
    background: #191919 !important;
  }
  .box-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .box-buttons .mr-15 {
    margin-right: 0 !important;
  }
  .td-channel-pills {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    max-width: 100%;
    padding-bottom: 0;
  }
  .box-faqs-list {
    padding: 16px 12px 8px !important;
    border-radius: 18px;
    margin-bottom: 24px;
  }
  .box-faqs-list .item-faqs {
    width: 100% !important;
    padding: 0 !important;
  }
  .card-faq .item-title h6 {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 8px;
  }
  .box-faqs-2 .text-center {
    padding: 0 8px;
  }
  .td-voice-panel {
    padding: 22px 18px;
    margin-bottom: 16px;
  }
  .card-pricing-style-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-feature li {
    word-break: break-word;
  }
}

@media (max-width: 575.98px) {
  .box-imazing-features h2,
  .box-faqs-2 h2,
  .box-our-features-5 h2,
  .box-case-study-2 h2,
  .box-pricing-2 h2 {
    font-size: 26px;
  }
  .box-imazing-features h1 {
    font-size: 28px;
  }
  .td-hero-copy .display-2 {
    font-size: 28px;
    line-height: 1.18;
  }
  .hero-4 .banner-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .box-buttons .btn-brand-4-medium,
  .box-buttons .btn-brand-5 {
    width: auto;
  }
  .card-features-5 {
    padding: 20px 16px;
  }
  .box-newsletter {
    padding: 22px 16px;
  }
  .box-newsletter h2 {
    font-size: 22px;
  }
  .box-newsletter .newsletter-right form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .box-newsletter .newsletter-right .form-control,
  .box-newsletter .newsletter-right button {
    width: 100%;
    max-width: 100%;
  }
}
