.tt-bi-page {
  --tt-bi-ink: #110b18;
  --tt-bi-panel: #21132f;
  --tt-bi-panel-soft: #2a1939;
  --tt-bi-cream: #f4f0eb;
  --tt-bi-cream-muted: #d8d0c9;
  --tt-bi-line: rgba(255, 255, 255, 0.13);
  position: relative;
  padding-top: 92px;
  overflow: clip;
  background: var(--tt-bg);
  color: var(--tt-text);
}

.tt-bi-page h1,
.tt-bi-page h2,
.tt-bi-page h3,
.tt-bi-page p,
.tt-bi-page ul,
.tt-bi-page ol {
  margin-top: 0;
}

.tt-bi-page button,
.tt-bi-page input,
.tt-bi-page select,
.tt-bi-page textarea {
  font: inherit;
}

.tt-bi-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tt-bi-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.tt-bi-section {
  position: relative;
  padding: 128px 0;
  scroll-margin-top: 158px;
}

.tt-bi-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--tt-violet-soft);
  font-size: 10px;
  font-weight: 830;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tt-bi-kicker::before {
  content: "--";
  letter-spacing: 0.06em;
}

.tt-bi-title {
  max-width: 850px;
  margin-bottom: 0;
  color: var(--tt-text);
  font-size: clamp(43px, 5.1vw, 76px);
  font-weight: 820;
  letter-spacing: -0.062em;
  line-height: 0.99;
}

.tt-bi-title span {
  color: var(--tt-violet-soft);
}

.tt-bi-title-wide {
  max-width: 1050px;
}

.tt-bi-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 62px;
}

.tt-bi-section-head-centered {
  align-items: center;
}

.tt-bi-section-intro {
  max-width: 560px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.72;
}

.tt-bi-js .tt-bi-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms var(--tt-ease), transform 680ms var(--tt-ease);
  transition-delay: var(--tt-bi-reveal-delay, 0ms);
}

.tt-bi-js .tt-bi-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tt-bi-rail {
  position: sticky;
  z-index: 1050;
  top: 76px;
  height: 58px;
  border-top: 1px solid rgba(183, 161, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(90deg, rgba(47, 28, 64, 0.97), rgba(35, 20, 51, 0.97));
  box-shadow: 0 18px 45px rgba(8, 3, 13, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(22px) saturate(130%);
}

.tt-bi-rail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 28px;
}

.tt-bi-rail-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #fff !important;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.tt-bi-rail-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 3px;
}

.tt-bi-rail-links a {
  position: relative;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 11px;
  font-weight: 720;
  transition: color 180ms ease;
}

.tt-bi-rail-links a:hover,
.tt-bi-rail-links a.is-active {
  color: #fff !important;
}

.tt-bi-rail-links a.is-active::after {
  position: absolute;
  right: 11px;
  bottom: 2px;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--tt-mint);
  content: "";
}

.tt-bi-rail-login {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  font-size: 11px;
  font-weight: 760;
}

.tt-bi-rail-login svg {
  width: 14px;
  height: 14px;
}

.tt-bi-hero {
  position: relative;
  min-height: min(940px, calc(100vh - 32px));
  padding: 106px 0 45px;
  overflow: hidden;
  isolation: isolate;
}

.tt-bi-hero-backdrop,
.tt-bi-grid-lines {
  position: absolute;
  z-index: -3;
  inset: 0;
}

.tt-bi-hero-backdrop {
  background:
    linear-gradient(90deg, rgba(23, 13, 36, 0.99) 0%, rgba(23, 13, 36, 0.92) 42%, rgba(23, 13, 36, 0.46) 100%),
    linear-gradient(0deg, var(--tt-bg) 0%, transparent 33%),
    image-set(url("/assets/bi/restaurant-hero-1440.webp") type("image/webp"), url("/assets/bi/restaurant-hero.jpg") type("image/jpeg")) center / cover no-repeat;
  filter: saturate(0.82) contrast(1.05);
}

.tt-bi-hero::after {
  position: absolute;
  z-index: -2;
  top: 4%;
  right: -14%;
  width: 64vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 71, 255, 0.24), transparent 67%);
  content: "";
  filter: blur(14px);
}

.tt-bi-grid-lines {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 86%);
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.tt-bi-hero-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.86fr) minmax(510px, 1.14fr);
  align-items: center;
  min-height: 610px;
  gap: clamp(50px, 6vw, 110px);
}

.tt-bi-hero-copy {
  position: relative;
  z-index: 4;
}

.tt-bi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tt-bi-eyebrow::before {
  color: var(--tt-mint);
  content: "--";
  letter-spacing: 0.06em;
}

.tt-bi-hero h1 {
  max-width: 760px;
  margin-bottom: 27px;
  color: #fff;
  font-size: clamp(57px, 6.2vw, 98px);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.tt-bi-hero h1 span {
  background: linear-gradient(100deg, #fff 0%, #c2adff 45%, #6ff0c8 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.tt-bi-hero-lead {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.68;
}

.tt-bi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tt-bi-hero-actions svg {
  width: 17px;
  height: 17px;
}

.tt-bi-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  max-width: 650px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.tt-bi-hero-proof > div {
  display: grid;
  gap: 3px;
  padding: 21px 15px 0 0;
}

.tt-bi-hero-proof > div + div {
  padding-left: 0;
}

.tt-bi-hero-proof strong {
  color: #fff;
  font-size: 25px;
  font-weight: 820;
  letter-spacing: -0.05em;
}

.tt-bi-hero-proof span {
  color: rgba(255, 255, 255, 0.49);
  font-size: 11px;
  line-height: 1.4;
}

.tt-bi-hero-visual {
  position: relative;
  z-index: 2;
  width: calc(100% + 7vw);
  margin-right: -7vw;
  padding: 70px 0;
}

.tt-bi-visual-aura {
  position: absolute;
  inset: 6% 2% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 71, 255, 0.34), rgba(255, 91, 73, 0.08) 45%, transparent 72%);
  filter: blur(42px);
}

.tt-bi-product-window {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 20px;
  background: #161119;
  box-shadow: 0 50px 130px rgba(0, 0, 0, 0.62), 0 0 90px rgba(110, 71, 255, 0.17);
  transform: perspective(1200px) rotateY(-5deg) rotateX(1.5deg);
  transform-origin: center;
  transition: transform 180ms ease-out, box-shadow 300ms ease;
}

.tt-bi-product-window:hover {
  box-shadow: 0 58px 150px rgba(0, 0, 0, 0.7), 0 0 110px rgba(110, 71, 255, 0.23);
}

.tt-bi-window-bar {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(31, 25, 36, 0.98);
}

.tt-bi-window-dots {
  display: flex;
  gap: 6px;
}

.tt-bi-window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6f65;
}

.tt-bi-window-dots span:nth-child(2) { background: #ffc44a; }
.tt-bi-window-dots span:nth-child(3) { background: #4ad17b; }

.tt-bi-window-address {
  display: flex;
  align-items: center;
  justify-self: center;
  min-width: 210px;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.02em;
}

.tt-bi-window-address i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tt-mint);
  box-shadow: 0 0 12px rgba(48, 216, 163, 0.7);
}

.tt-bi-window-live {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 730;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-bi-window-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tt-mint);
}

.tt-bi-window-screen {
  position: relative;
  height: 528px;
  overflow: hidden;
  background: #f4f5f8;
}

.tt-bi-window-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.tt-bi-screen-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(110, 71, 255, 0.08) 50%, transparent 52%);
  background-size: 100% 170px;
  pointer-events: none;
  animation: tt-bi-scan 6s linear infinite;
}

@keyframes tt-bi-scan {
  from { background-position-y: -180px; }
  to { background-position-y: 700px; }
}

.tt-bi-floating-signal {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  min-width: 260px;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(29, 18, 40, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px) saturate(130%);
}

.tt-bi-signal-risk {
  top: 24px;
  left: -44px;
}

.tt-bi-signal-performance {
  right: 2vw;
  bottom: 10px;
}

.tt-bi-signal-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 79, 95, 0.14);
  color: #ff7a85;
}

.tt-bi-signal-performance .tt-bi-signal-icon {
  background: rgba(48, 216, 163, 0.14);
  color: var(--tt-mint);
}

.tt-bi-signal-icon svg {
  width: 19px;
  height: 19px;
}

.tt-bi-floating-signal > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.tt-bi-floating-signal small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tt-bi-floating-signal strong {
  color: #fff;
  font-size: 11px;
}

.tt-bi-floating-signal > b {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.tt-bi-signal-performance > b {
  color: var(--tt-mint);
}

.tt-bi-sources {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tt-bi-sources p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tt-bi-sources > div {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-bi-sources > div a {
  color: rgba(255, 255, 255, 0.62) !important;
  text-decoration: underline;
  text-decoration-color: rgba(176, 148, 255, 0.38);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.tt-bi-sources > div a:hover,
.tt-bi-sources > div a:focus-visible {
  color: #fff !important;
  text-decoration-color: var(--tt-mint);
}

.tt-bi-sources > div i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--tt-violet-soft);
}

.tt-bi-manifesto {
  overflow: hidden;
  background: var(--tt-bi-cream);
  color: var(--tt-bi-ink);
}

.tt-bi-manifesto::after {
  position: absolute;
  right: -7vw;
  bottom: -22vw;
  width: 45vw;
  aspect-ratio: 1;
  border: 1px solid rgba(110, 71, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(110, 71, 255, 0.025), 0 0 0 160px rgba(110, 71, 255, 0.02);
  content: "";
}

.tt-bi-manifesto-grid {
  display: grid;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 62px;
}

.tt-bi-manifesto .tt-bi-kicker {
  color: var(--tt-violet-deep);
}

.tt-bi-manifesto .tt-bi-title {
  color: var(--tt-bi-ink);
}

.tt-bi-manifesto .tt-bi-title span {
  color: var(--tt-violet-deep);
}

.tt-bi-manifesto-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  max-width: 940px;
  margin-top: 52px;
}

.tt-bi-manifesto-copy p {
  margin-bottom: 0;
  color: rgba(17, 11, 24, 0.66);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.67;
}

.tt-bi-platform {
  background:
    radial-gradient(circle at 88% 12%, rgba(110, 71, 255, 0.16), transparent 34%),
    var(--tt-bg);
}

.tt-bi-gallery {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
  background: #170d24;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  isolation: isolate;
}

.tt-bi-gallery::before {
  position: absolute;
  z-index: -1;
  top: 18%;
  right: -12%;
  width: 58%;
  aspect-ratio: 1.15;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 148, 255, 0.17), transparent 68%);
  content: "";
  filter: blur(12px);
  pointer-events: none;
}

.tt-bi-gallery-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(33, 17, 49, 0.94);
}

.tt-bi-gallery-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  gap: 10px;
  padding: 0 14px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms var(--tt-ease), box-shadow 180ms ease;
}

.tt-bi-gallery-tab span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.tt-bi-gallery-tab:hover,
.tt-bi-gallery-tab.is-active {
  border-color: rgba(176, 148, 255, 0.38);
  background: linear-gradient(130deg, rgba(110, 71, 255, 0.18), rgba(255, 91, 73, 0.07)), rgba(255, 255, 255, 0.045);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

body.tt-site .tt-bi-gallery-tab:focus-visible {
  outline: 2px solid rgba(176, 148, 255, 0.72) !important;
  outline-offset: -4px !important;
  box-shadow: none !important;
}

.tt-bi-gallery-tab.is-active::after {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tt-mint), var(--tt-violet-soft));
  content: "";
}

.tt-bi-gallery-tab.is-active span {
  color: var(--tt-mint);
}

.tt-bi-gallery-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.48fr);
  min-height: 640px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 88%, rgba(110, 71, 255, 0.16), transparent 42%),
    #170d24;
}

.tt-bi-gallery-panel[hidden] {
  display: none;
}

.tt-bi-gallery-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  align-self: end;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 -54px 24px 24px;
  padding: clamp(26px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 18, 48, 0.98), rgba(38, 23, 57, 0.97) 68%, rgba(55, 36, 78, 0.95));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(24px) saturate(145%);
}

.tt-bi-gallery-index {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.tt-bi-gallery-overline {
  margin-bottom: 12px;
  color: var(--tt-mint) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tt-bi-gallery-copy h3 {
  margin-bottom: 21px;
  color: #fff;
  font-size: clamp(29px, 2.7vw, 43px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.tt-bi-gallery-copy > p:not(.tt-bi-gallery-overline) {
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.72;
}

.tt-bi-gallery-copy ul {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.tt-bi-gallery-copy li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.tt-bi-gallery-copy li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--tt-violet-soft);
  content: "";
}

.tt-bi-gallery-image {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-width: 0;
  min-height: 600px;
  margin: 20px 20px 20px 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #f4f5f8;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
  cursor: zoom-in;
}

.tt-bi-gallery-image > span {
  display: none;
}

.tt-bi-gallery-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: 0;
  border-radius: inherit;
  background: #f4f5f8;
  object-fit: cover;
  object-position: top center;
  transition: transform 350ms var(--tt-ease);
}

.tt-bi-gallery-image:hover img {
  transform: scale(1.006);
}

.tt-bi-gallery-image > i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(18, 10, 27, 0.82);
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.tt-bi-gallery-image > i svg {
  width: 13px;
  height: 13px;
}

.tt-bi-capabilities {
  background: linear-gradient(180deg, #1b1028, #241333 54%, #1a0f27);
}

.tt-bi-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.tt-bi-bento-card {
  position: relative;
  grid-column: span 4;
  min-height: 340px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  transition: border-color 230ms ease, transform 230ms var(--tt-ease), background 230ms ease;
}

.tt-bi-bento-card:hover {
  border-color: rgba(170, 146, 255, 0.38);
  background: linear-gradient(145deg, rgba(110, 71, 255, 0.1), rgba(255, 255, 255, 0.025));
  transform: translateY(-5px);
}

.tt-bi-bento-feature,
.tt-bi-bento-audit {
  grid-column: span 6;
}

.tt-bi-bento-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.tt-bi-bento-top > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(110, 71, 255, 0.11);
  color: var(--tt-violet-soft);
}

.tt-bi-bento-top svg {
  width: 21px;
  height: 21px;
}

.tt-bi-bento-top > b {
  color: rgba(255, 255, 255, 0.25);
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.14em;
}

.tt-bi-bento-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 23px;
  font-weight: 790;
  letter-spacing: -0.035em;
}

.tt-bi-bento-card > p {
  max-width: 540px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.68;
}

.tt-bi-mini-chart {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  height: 95px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 25px;
}

.tt-bi-mini-chart i {
  position: absolute;
  right: -4%;
  bottom: 20px;
  left: -4%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--tt-violet-soft) 15%, var(--tt-coral) 55%, var(--tt-mint));
  clip-path: polygon(0 70%, 13% 50%, 26% 63%, 40% 28%, 53% 45%, 68% 18%, 80% 40%, 100% 0, 100% 100%, 0 100%);
  transform: scaleY(21);
  transform-origin: bottom;
  opacity: 0.34;
}

.tt-bi-mini-chart i:nth-child(2) {
  bottom: 39px;
  transform: scaleY(1);
  opacity: 0.9;
}

.tt-bi-mini-chart span {
  position: absolute;
  bottom: 49px;
  left: 39%;
  width: 7px;
  height: 7px;
  border: 2px solid #21132f;
  border-radius: 50%;
  background: var(--tt-coral);
  box-shadow: 0 0 12px rgba(255, 91, 73, 0.8);
}

.tt-bi-mini-chart span:nth-of-type(2) { bottom: 62px; left: 67%; background: var(--tt-mint); }
.tt-bi-mini-chart span:nth-of-type(3) { bottom: 36px; left: 81%; background: var(--tt-violet-soft); }

.tt-bi-live-pill,
.tt-bi-quality-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: var(--tt-mint) !important;
  font-size: 8px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
}

.tt-bi-live-pill i {
  width: auto;
  height: auto;
  background: none;
}

.tt-bi-live-pill i::before {
  content: "--";
}

.tt-bi-audit-list {
  display: grid;
}

.tt-bi-audit-list > span {
  display: grid;
  grid-template-columns: 7px 66px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.tt-bi-audit-list > span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.tt-bi-audit-list > span > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tt-danger);
  box-shadow: 0 0 10px rgba(255, 79, 95, 0.62);
}

.tt-bi-audit-list > span:nth-child(2) > i { background: var(--tt-amber); }
.tt-bi-audit-list > span:nth-child(3) > i { background: var(--tt-mint); }

.tt-bi-audit-list b,
.tt-bi-audit-list strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  letter-spacing: 0.06em;
}

.tt-bi-audit-list em {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-style: normal;
}

.tt-bi-station-bars {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.tt-bi-station-bars > span {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.tt-bi-station-bars > span > i {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 3px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}

.tt-bi-station-bars > span > i::after {
  display: block;
  width: var(--tt-bi-bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tt-violet), var(--tt-mint));
  content: "";
}

.tt-bi-station-bars b,
.tt-bi-station-bars em {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-style: normal;
}

.tt-bi-avatars {
  display: flex;
  margin-top: 38px;
}

.tt-bi-avatars span {
  display: grid;
  width: 41px;
  height: 41px;
  margin-left: -7px;
  place-items: center;
  border: 3px solid #281737;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tt-violet), #bc61da);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.tt-bi-avatars span:first-child { margin-left: 0; }
.tt-bi-avatars span:nth-child(2) { background: linear-gradient(135deg, var(--tt-coral), #d53b85); }
.tt-bi-avatars span:nth-child(3) { background: linear-gradient(135deg, #0cae86, var(--tt-mint)); }
.tt-bi-avatars span:last-child { background: rgba(255, 255, 255, 0.08); }

.tt-bi-product-rank {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.tt-bi-product-rank > span {
  display: grid;
  grid-template-columns: 27px 1fr 44px;
  align-items: center;
  gap: 8px;
}

.tt-bi-product-rank b,
.tt-bi-product-rank strong {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.tt-bi-product-rank i {
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--tt-violet) 76%, rgba(255, 255, 255, 0.07) 76%);
}

.tt-bi-product-rank > span:nth-child(2) i { background: linear-gradient(90deg, var(--tt-coral) 57%, rgba(255, 255, 255, 0.07) 57%); }
.tt-bi-product-rank > span:nth-child(3) i { background: linear-gradient(90deg, var(--tt-mint) 43%, rgba(255, 255, 255, 0.07) 43%); }

.tt-bi-bento-quality {
  background: linear-gradient(145deg, rgba(48, 216, 163, 0.075), rgba(255, 255, 255, 0.018));
}

.tt-bi-quality-ring {
  position: absolute;
  right: -30px;
  bottom: -40px;
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--tt-mint) 0 87%, rgba(255, 255, 255, 0.08) 87%);
}

.tt-bi-quality-ring::after {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #21182d;
  content: "";
}

.tt-bi-quality-ring span {
  position: relative;
  z-index: 1;
  display: grid;
  margin: -30px 0 0 -28px;
  text-align: center;
}

.tt-bi-quality-ring strong {
  color: #fff;
  font-size: 20px;
}

.tt-bi-quality-ring small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  text-transform: uppercase;
}

.tt-bi-audit {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 48%, rgba(255, 91, 73, 0.1), transparent 32%),
    #120a1c;
}

.tt-bi-audit::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
  content: "";
  pointer-events: none;
}

.tt-bi-audit-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: 90px;
}

.tt-bi-audit-copy .tt-bi-section-intro {
  margin-top: 28px;
}

.tt-bi-audit-benefits {
  display: grid;
  gap: 2px;
  margin-top: 45px;
}

.tt-bi-audit-benefits article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tt-bi-audit-benefits article > strong {
  padding-top: 3px;
  color: var(--tt-coral);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.tt-bi-audit-benefits h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 770;
}

.tt-bi-audit-benefits p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.tt-bi-timeline-card {
  position: relative;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(47, 28, 62, 0.95), rgba(28, 16, 39, 0.98));
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.4), 0 0 70px rgba(255, 91, 73, 0.06);
}

.tt-bi-timeline-card::after {
  position: absolute;
  z-index: -1;
  inset: 18% -12%;
  border-radius: 50%;
  background: rgba(255, 91, 73, 0.13);
  content: "";
  filter: blur(70px);
}

.tt-bi-timeline-head,
.tt-bi-timeline-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tt-bi-timeline-head > div {
  display: grid;
  gap: 3px;
}

.tt-bi-timeline-head > div span,
.tt-bi-timeline-meta small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tt-bi-timeline-head > div strong {
  color: #fff;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.tt-bi-timeline-head > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: var(--tt-mint);
  font-size: 9px;
  font-weight: 760;
  text-transform: uppercase;
}

.tt-bi-timeline-head > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.tt-bi-timeline-meta {
  display: grid;
  grid-template-columns: 1fr 0.55fr 0.8fr;
  gap: 8px;
  margin-top: 22px;
  padding: 15px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.tt-bi-timeline-meta > span {
  display: grid;
  gap: 3px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 11px;
}

.tt-bi-event-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.tt-bi-event-timeline::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 17px;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.tt-bi-event-timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.tt-bi-event-timeline li > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 5px solid #2a1939;
  border-radius: 50%;
  background: var(--tt-mint);
  color: #15101a;
}

.tt-bi-event-timeline li.is-alert > span {
  background: var(--tt-coral);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 91, 73, 0.08);
}

.tt-bi-event-timeline svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}

.tt-bi-event-timeline li > div {
  display: grid;
  gap: 3px;
}

.tt-bi-event-timeline strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.tt-bi-event-timeline small,
.tt-bi-event-timeline time {
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
}

.tt-bi-event-timeline time {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.tt-bi-timeline-footer {
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.tt-bi-timeline-footer > span,
.tt-bi-timeline-footer button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 9px;
  font-weight: 720;
}

.tt-bi-timeline-footer svg {
  width: 14px;
  height: 14px;
}

.tt-bi-timeline-footer button {
  border: 0;
  background: transparent;
  color: var(--tt-violet-soft);
}

.tt-bi-risk {
  overflow: hidden;
  background: #0f0917;
}

.tt-bi-risk-glow {
  position: absolute;
  top: 6%;
  right: -14%;
  width: 60vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 95, 0.12), rgba(110, 71, 255, 0.08) 40%, transparent 70%);
  filter: blur(20px);
}

.tt-bi-risk-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: 82px;
}

.tt-bi-risk-copy .tt-bi-section-intro {
  margin-top: 28px;
}

.tt-bi-risk-principle {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 27px;
  padding: 15px;
  border: 1px solid rgba(48, 216, 163, 0.17);
  border-radius: 13px;
  background: rgba(48, 216, 163, 0.055);
}

.tt-bi-risk-principle > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: rgba(48, 216, 163, 0.1);
  color: var(--tt-mint);
}

.tt-bi-risk-principle svg {
  width: 21px;
  height: 21px;
}

.tt-bi-risk-principle p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.58;
}

.tt-bi-risk-principle strong {
  color: #fff;
}

.tt-bi-risk-factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.tt-bi-risk-factors article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.tt-bi-risk-factors article > span {
  color: var(--tt-coral);
  font-size: 14px;
  font-weight: 820;
}

.tt-bi-risk-factors article > div {
  display: grid;
  gap: 3px;
}

.tt-bi-risk-factors strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.tt-bi-risk-factors small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  line-height: 1.4;
}

.tt-bi-risk-console {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(40, 23, 53, 0.96), rgba(22, 13, 30, 0.99));
  box-shadow: 0 42px 105px rgba(0, 0, 0, 0.45), 0 0 90px rgba(255, 79, 95, 0.07);
}

.tt-bi-risk-console-head,
.tt-bi-risk-console-head > div,
.tt-bi-risk-console-head > div > div {
  display: flex;
  align-items: center;
}

.tt-bi-risk-console-head {
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.tt-bi-risk-console-head > div {
  gap: 11px;
}

.tt-bi-risk-console-head > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 79, 95, 0.11);
  color: #ff7b86;
}

.tt-bi-risk-console-head svg {
  width: 20px;
  height: 20px;
}

.tt-bi-risk-console-head > div > div {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}

.tt-bi-risk-console-head strong {
  color: #fff;
  font-size: 12px;
}

.tt-bi-risk-console-head small {
  color: rgba(255, 255, 255, 0.39);
  font-size: 8px;
}

.tt-bi-risk-console-head > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tt-mint);
  font-size: 8px;
  font-weight: 750;
}

.tt-bi-risk-console-head > b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.tt-bi-risk-overview {
  display: grid;
  grid-template-columns: 115px 1fr 102px;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
}

.tt-bi-risk-score {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#ff6573 0 78%, rgba(255, 255, 255, 0.08) 78%);
  box-shadow: 0 0 35px rgba(255, 79, 95, 0.12);
}

.tt-bi-risk-score::before {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #21142c;
  content: "";
}

.tt-bi-risk-score > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
}

.tt-bi-risk-score strong {
  color: #fff;
  font-size: 35px;
  letter-spacing: -0.07em;
}

.tt-bi-risk-score small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
}

.tt-bi-risk-profile > span {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0;
  color: #ff7d88;
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-bi-risk-profile h3 {
  margin-bottom: 2px;
  color: #fff;
  font-size: 23px;
  font-weight: 790;
  letter-spacing: -0.04em;
}

.tt-bi-risk-profile p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
}

.tt-bi-risk-profile > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tt-bi-risk-profile > div span {
  padding: 0 7px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.47);
  font-size: 7px;
}

.tt-bi-risk-profile > div span:last-child {
  padding-right: 0;
  border-right: 0;
}

.tt-bi-risk-confidence {
  display: grid;
  gap: 4px;
}

.tt-bi-risk-confidence small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 7px;
}

.tt-bi-risk-confidence strong {
  color: var(--tt-mint);
  font-size: 18px;
}

.tt-bi-risk-confidence > span {
  height: 3px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.tt-bi-risk-confidence > span i {
  display: block;
  width: 84%;
  height: 100%;
  border-radius: inherit;
  background: var(--tt-mint);
}

.tt-bi-risk-components {
  display: grid;
  gap: 9px;
  padding: 17px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
}

.tt-bi-risk-components > div {
  display: grid;
  grid-template-columns: 105px 1fr 25px;
  align-items: center;
  gap: 10px;
}

.tt-bi-risk-components span,
.tt-bi-risk-components strong {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
}

.tt-bi-risk-components > div > i {
  height: 4px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
}

.tt-bi-risk-components > div > i b {
  display: block;
  width: var(--tt-bi-score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tt-coral), #df5ea4, var(--tt-violet-soft));
}

.tt-bi-followup {
  margin-top: 14px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tt-bi-followup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
}

.tt-bi-followup-head > div {
  display: grid;
  gap: 2px;
}

.tt-bi-followup-head strong {
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
}

.tt-bi-followup-head small {
  color: rgba(255, 255, 255, 0.32);
  font-size: 7px;
}

.tt-bi-followup-head button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: var(--tt-violet-soft);
  font-size: 7px;
}

.tt-bi-followup-head svg {
  width: 12px;
  height: 12px;
}

.tt-bi-followup-list {
  display: grid;
}

.tt-bi-followup-list > div {
  display: grid;
  grid-template-columns: 62px 1fr 28px;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tt-bi-followup-list > div > span {
  padding: 0;
  background: transparent;
  color: #ff7b86;
  font-size: 6px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.tt-bi-followup-list > div:nth-child(2) > span { background: transparent; color: var(--tt-amber); }
.tt-bi-followup-list > div:nth-child(3) > span { background: transparent; color: var(--tt-mint); }

.tt-bi-followup-list p {
  display: grid;
  gap: 2px;
  margin-bottom: 0;
}

.tt-bi-followup-list strong {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
}

.tt-bi-followup-list small {
  color: rgba(255, 255, 255, 0.31);
  font-size: 7px;
}

.tt-bi-followup-list em {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.tt-bi-risk-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 100px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.09);
}

.tt-bi-risk-flow article {
  position: relative;
  min-height: 270px;
  padding: 27px;
  background: #171021;
}

.tt-bi-risk-flow article > span {
  position: absolute;
  top: 21px;
  right: 21px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.tt-bi-risk-flow article > svg {
  width: 30px;
  height: 30px;
  margin-bottom: 38px;
  color: var(--tt-coral);
}

.tt-bi-risk-flow article:nth-child(2) > svg { color: var(--tt-violet-soft); }
.tt-bi-risk-flow article:nth-child(3) > svg { color: var(--tt-amber); }
.tt-bi-risk-flow article:nth-child(4) > svg { color: var(--tt-mint); }

.tt-bi-risk-flow h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 780;
}

.tt-bi-risk-flow p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.62;
}

.tt-bi-experience {
  background: var(--tt-bi-cream);
  color: var(--tt-bi-ink);
}

.tt-bi-experience .tt-bi-title {
  color: var(--tt-bi-ink);
}

.tt-bi-experience .tt-bi-title span {
  color: var(--tt-violet-deep);
}

.tt-bi-experience .tt-bi-kicker {
  color: var(--tt-violet-deep);
}

.tt-bi-experience .tt-bi-section-intro {
  color: rgba(17, 11, 24, 0.6);
}

.tt-bi-showcase {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: repeat(2, minmax(270px, 1fr));
  gap: 20px;
}

.tt-bi-showcase-card {
  position: relative;
  display: grid;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(17, 11, 24, 0.1);
  text-align: left;
  cursor: zoom-in;
  transition: transform 260ms var(--tt-ease), box-shadow 260ms ease;
}

.tt-bi-showcase-card:hover {
  box-shadow: 0 28px 58px rgba(17, 11, 24, 0.14);
  transform: translateY(-3px);
}

body.tt-site .tt-bi-showcase-card:focus-visible {
  outline: 3px solid var(--tt-violet-deep) !important;
  outline-offset: 4px !important;
  box-shadow: 0 24px 52px rgba(17, 11, 24, 0.14) !important;
}

.tt-bi-showcase-card.is-large {
  grid-row: 1 / span 2;
}

.tt-bi-showcase-card > div {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 3px;
  padding: 68px 24px 24px;
  background: linear-gradient(transparent, rgba(244, 240, 235, 0.93) 46%, rgba(244, 240, 235, 0.99));
  color: var(--tt-bi-ink);
  pointer-events: none;
}

.tt-bi-showcase-card > div span {
  color: var(--tt-violet-deep);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tt-bi-showcase-card > div strong {
  color: var(--tt-bi-ink);
  font-size: 17px;
}

.tt-bi-showcase-card > span {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
}

.tt-bi-showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 500ms var(--tt-ease), filter 300ms ease;
}

.tt-bi-showcase-card:hover img {
  filter: brightness(1.015);
  transform: scale(1.012);
}

.tt-bi-assistant {
  background:
    radial-gradient(circle at 10% 50%, rgba(110, 71, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #1b0e2b, #241236);
}

.tt-bi-assistant-layout {
  display: grid;
  grid-template-columns: minmax(490px, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: 92px;
}

.tt-bi-assistant-demo {
  position: relative;
}

.tt-bi-assistant-demo::before {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: rgba(110, 71, 255, 0.17);
  content: "";
  filter: blur(65px);
}

.tt-bi-assistant-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(27, 17, 38, 0.95);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
}

.tt-bi-assistant-head {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.tt-bi-assistant-head > span,
.tt-bi-assistant-messages .is-assistant > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--tt-violet), #9e5bdc);
  color: #fff;
  box-shadow: 0 9px 25px rgba(110, 71, 255, 0.3);
}

.tt-bi-assistant-head svg,
.tt-bi-assistant-messages .is-assistant > span svg {
  width: 20px;
  height: 20px;
}

.tt-bi-assistant-head > div {
  display: grid;
  gap: 2px;
}

.tt-bi-assistant-head strong {
  color: #fff;
  font-size: 12px;
}

.tt-bi-assistant-head small {
  color: rgba(255, 255, 255, 0.39);
  font-size: 8px;
}

.tt-bi-assistant-head > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tt-mint);
  font-size: 8px;
  font-weight: 760;
}

.tt-bi-assistant-head > b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.tt-bi-assistant-messages {
  display: grid;
  gap: 20px;
  min-height: 310px;
  padding: 28px;
}

.tt-bi-assistant-messages .is-user {
  justify-self: end;
  max-width: 73%;
  padding: 13px 15px;
  border-radius: 15px 15px 4px;
  background: var(--tt-violet);
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}

.tt-bi-assistant-messages .is-assistant {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  max-width: 88%;
  gap: 11px;
}

.tt-bi-assistant-messages .is-assistant > span {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.tt-bi-assistant-messages .is-assistant > div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px 15px 15px;
  background: rgba(255, 255, 255, 0.05);
}

.tt-bi-assistant-messages p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.58;
}

.tt-bi-assistant-messages button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tt-violet-soft);
  font-size: 9px;
  font-weight: 760;
}

.tt-bi-assistant-messages button svg {
  width: 13px;
  height: 13px;
}

.tt-bi-assistant-input {
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: center;
  gap: 10px;
  margin: 0 17px 17px;
  padding: 9px 9px 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.tt-bi-assistant-input > span {
  color: rgba(255, 255, 255, 0.28);
  font-size: 9px;
}

.tt-bi-assistant-input button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: var(--tt-violet);
  color: #fff;
}

.tt-bi-assistant-input svg {
  width: 17px;
  height: 17px;
}

.tt-bi-assistant-copy .tt-bi-section-intro {
  margin-top: 27px;
}

.tt-bi-assistant-points {
  display: grid;
  gap: 11px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.tt-bi-assistant-points li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
}

.tt-bi-assistant-points li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: rgba(48, 216, 163, 0.09);
  color: var(--tt-mint);
}

.tt-bi-assistant-points svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.3;
}

.tt-bi-assistant-points li > div {
  display: grid;
  gap: 2px;
}

.tt-bi-assistant-points strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.tt-bi-assistant-points small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
}

.tt-bi-outcomes {
  background: #160c21;
}

.tt-bi-outcomes-head {
  display: grid;
  grid-template-columns: 0.34fr 1.66fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 70px;
}

.tt-bi-outcome-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(22px, 3vw, 48px);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.tt-bi-outcome-list article {
  min-height: 280px;
  padding: 27px 0;
}

.tt-bi-outcome-list article > span {
  display: block;
  margin-bottom: 60px;
  color: var(--tt-coral);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.tt-bi-outcome-list h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 770;
  letter-spacing: -0.035em;
}

.tt-bi-outcome-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.64;
}

.tt-bi-faq {
  background: linear-gradient(180deg, #1d102b, #170d24);
}

.tt-bi-faq-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.74fr) minmax(520px, 1.26fr);
  align-items: start;
  gap: 100px;
}

.tt-bi-faq-heading {
  position: sticky;
  top: 165px;
}

.tt-bi-faq-heading .tt-bi-section-intro {
  margin-top: 27px;
}

.tt-bi-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--tt-mint) !important;
  font-size: 13px;
  font-weight: 760;
}

.tt-bi-text-link svg {
  width: 15px;
  height: 15px;
}

.tt-bi-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tt-bi-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tt-bi-faq-list summary {
  position: relative;
  padding: 26px 55px 26px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 710;
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}

.tt-bi-faq-list summary::-webkit-details-marker {
  display: none;
}

.tt-bi-faq-list summary > span {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
}

.tt-bi-faq-list summary > span::before,
.tt-bi-faq-list summary > span::after {
  position: absolute;
  top: 10px;
  right: 2px;
  left: 2px;
  height: 1px;
  background: var(--tt-violet-soft);
  content: "";
  transition: transform 200ms ease;
}

.tt-bi-faq-list summary > span::after {
  transform: rotate(90deg);
}

.tt-bi-faq-list details[open] summary > span::after {
  transform: rotate(0);
}

.tt-bi-faq-list details > p {
  max-width: 720px;
  margin: -5px 55px 26px 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  line-height: 1.7;
}

.tt-bi-contact {
  position: relative;
  padding: 135px 0;
  overflow: hidden;
  scroll-margin-top: 150px;
  isolation: isolate;
}

.tt-bi-contact-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 8, 24, 0.96), rgba(23, 13, 36, 0.72)),
    image-set(url("/assets/bi/restaurant-hero-1440.webp") type("image/webp"), url("/assets/bi/restaurant-hero.jpg") type("image/jpeg")) center / cover no-repeat;
}

.tt-bi-contact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
}

.tt-bi-contact-layout {
  display: grid;
  grid-template-columns: minmax(410px, 0.82fr) minmax(550px, 1.18fr);
  align-items: center;
  gap: 95px;
}

.tt-bi-contact-copy h2 {
  max-width: 720px;
  margin-bottom: 25px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.tt-bi-contact-copy h2 span {
  color: var(--tt-mint);
}

.tt-bi-contact-copy > p {
  max-width: 580px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 17px;
  line-height: 1.7;
}

.tt-bi-contact-details {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.09);
}

.tt-bi-contact-details > * {
  display: grid;
  gap: 3px;
  padding: 15px 18px;
  background: rgba(20, 11, 29, 0.73);
}

.tt-bi-contact-details small {
  color: rgba(255, 255, 255, 0.39);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tt-bi-contact-details strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.tt-bi-contact-form-wrap {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(30, 17, 42, 0.91);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(24px) saturate(130%);
}

.tt-bi-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}

.tt-bi-form-head > div {
  display: grid;
  gap: 4px;
}

.tt-bi-form-head > div > span {
  color: var(--tt-coral);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tt-bi-form-head h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.tt-bi-form-head > b {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  color: var(--tt-mint);
  font-size: 8px;
  font-weight: 760;
}

.tt-bi-form-head > b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.tt-bi-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tt-bi-form-grid label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.tt-bi-form-grid label.is-wide {
  grid-column: 1 / -1;
}

.tt-bi-form-grid label > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 680;
}

.page-template-taptasty-bi .tt-bi-contact-form input:not([type="checkbox"]):not([type="submit"]),
.page-template-taptasty-bi .tt-bi-contact-form select,
.page-template-taptasty-bi .tt-bi-contact-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.page-template-taptasty-bi .tt-bi-contact-form input:not([type="checkbox"]):not([type="submit"]),
.page-template-taptasty-bi .tt-bi-contact-form select {
  height: 47px !important;
}

.page-template-taptasty-bi .tt-bi-contact-form textarea {
  min-height: 105px;
  resize: vertical;
}

.page-template-taptasty-bi .tt-bi-contact-form input::placeholder,
.page-template-taptasty-bi .tt-bi-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
}

.page-template-taptasty-bi .tt-bi-contact-form select option {
  background: #21132f;
  color: #fff;
}

.page-template-taptasty-bi .tt-bi-contact-form input:focus,
.page-template-taptasty-bi .tt-bi-contact-form select:focus,
.page-template-taptasty-bi .tt-bi-contact-form textarea:focus {
  border-color: rgba(170, 146, 255, 0.68) !important;
  box-shadow: 0 0 0 3px rgba(110, 71, 255, 0.13) !important;
}

.tt-bi-consent {
  margin: 19px 0 21px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  line-height: 1.55;
}

.page-template-taptasty-bi .tt-bi-consent > span:last-child {
  padding-right: 4px;
}

.tt-bi-consent a {
  color: var(--tt-violet-soft) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-template-taptasty-bi .tt-bi-form-submit {
  width: 100% !important;
  min-height: 51px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ff745e, var(--tt-coral) 46%, #d93e7f) !important;
  box-shadow: 0 16px 36px rgba(255, 91, 73, 0.2) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.page-template-taptasty-bi .tt-bi-form-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.tt-bi-form-note {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
  text-align: center;
}

.tt-bi-contact-form .tt-form-validation-summary {
  margin-bottom: 16px !important;
}

.tt-bi-contact-form .tt-field-error-msg {
  margin-top: 6px !important;
}

@media (max-width: 1240px) {
  .tt-bi-hero-layout {
    grid-template-columns: minmax(390px, 0.9fr) minmax(470px, 1.1fr);
    gap: 45px;
  }

  .tt-bi-hero-visual {
    width: calc(100% + 4vw);
    margin-right: -4vw;
  }

  .tt-bi-window-screen {
    height: 475px;
  }

  .tt-bi-audit-layout,
  .tt-bi-risk-layout,
  .tt-bi-contact-layout {
    gap: 55px;
  }

  .tt-bi-risk-layout {
    grid-template-columns: minmax(370px, 0.82fr) minmax(500px, 1.18fr);
  }

  .tt-bi-risk-overview {
    grid-template-columns: 105px 1fr 88px;
    gap: 14px;
  }

  .tt-bi-risk-score {
    width: 102px;
    height: 102px;
  }

  .tt-bi-risk-score::before {
    width: 84px;
    height: 84px;
  }
}

@media (max-width: 1050px) {
  .tt-bi-page {
    padding-top: 82px;
  }

  .tt-bi-section {
    padding: 100px 0;
  }

  .tt-bi-rail {
    top: 72px;
  }

  .tt-bi-rail-links {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tt-bi-rail-links::-webkit-scrollbar {
    display: none;
  }

  .tt-bi-rail-links a {
    flex: 0 0 auto;
  }

  .tt-bi-hero {
    min-height: auto;
    padding-top: 84px;
  }

  .tt-bi-hero-layout,
  .tt-bi-audit-layout,
  .tt-bi-risk-layout,
  .tt-bi-assistant-layout,
  .tt-bi-contact-layout {
    grid-template-columns: 1fr;
  }

  .tt-bi-hero-copy {
    max-width: 770px;
  }

  .tt-bi-hero-visual {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
  }

  .tt-bi-signal-risk {
    left: 2%;
  }

  .tt-bi-product-window {
    margin-inline: auto;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
  }

  .tt-bi-section-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tt-bi-manifesto-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tt-bi-gallery-panel {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .tt-bi-gallery-copy {
    margin: 0 -36px 20px 20px;
    padding: 28px;
  }

  .tt-bi-gallery-image {
    padding: 0;
  }

  .tt-bi-bento-card {
    grid-column: span 6;
  }

  .tt-bi-audit-layout,
  .tt-bi-risk-layout,
  .tt-bi-assistant-layout,
  .tt-bi-contact-layout {
    gap: 70px;
  }

  .tt-bi-audit-copy,
  .tt-bi-risk-copy,
  .tt-bi-assistant-copy,
  .tt-bi-contact-copy {
    max-width: 780px;
  }

  .tt-bi-timeline-card,
  .tt-bi-risk-console,
  .tt-bi-assistant-demo,
  .tt-bi-contact-form-wrap {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .tt-bi-risk-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-bi-outcomes-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tt-bi-outcome-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-bi-outcome-list article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tt-bi-outcome-list article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tt-bi-faq-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .tt-bi-faq-heading {
    position: static;
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .tt-bi-page {
    padding-top: 76px;
  }

  .tt-bi-section {
    padding: 78px 0;
    scroll-margin-top: 130px;
  }

  .tt-bi-title {
    font-size: clamp(38px, 11.4vw, 54px);
  }

  .tt-bi-rail {
    top: 66px;
    height: 53px;
  }

  .tt-bi-rail-inner {
    width: calc(100vw - 30px);
    gap: 12px;
  }

  .tt-bi-rail-brand {
    display: none;
  }

  .tt-bi-rail-login {
    padding-inline: 10px;
    white-space: nowrap;
  }

  .tt-bi-rail-login svg {
    display: none;
  }

  .tt-bi-rail-links a {
    padding-inline: 8px;
    font-size: 10px;
  }

  .tt-bi-hero {
    padding: 66px 0 34px;
  }

  .tt-bi-hero-layout {
    min-height: 0;
    gap: 36px;
  }

  .tt-bi-eyebrow {
    font-size: 8px;
  }

  .tt-bi-hero h1 {
    font-size: clamp(49px, 15vw, 68px);
  }

  .tt-bi-hero-lead {
    font-size: 16px;
  }

  .tt-bi-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tt-bi-hero-actions .tt-button {
    width: 100%;
  }

  .tt-bi-hero-proof {
    gap: 13px;
  }

  .tt-bi-hero-proof > div,
  .tt-bi-hero-proof > div + div {
    padding: 17px 0 0;
    border-left: 0;
  }

  .tt-bi-hero-proof strong {
    font-size: 21px;
  }

  .tt-bi-hero-proof span {
    font-size: 9px;
  }

  .tt-bi-hero-visual {
    padding: 42px 0 78px;
  }

  .tt-bi-product-window {
    border-radius: 14px;
    transform: none;
  }

  .tt-bi-window-bar {
    grid-template-columns: 47px 1fr 47px;
    height: 42px;
    padding-inline: 10px;
  }

  .tt-bi-window-dots {
    gap: 4px;
  }

  .tt-bi-window-dots span {
    width: 6px;
    height: 6px;
  }

  .tt-bi-window-address {
    min-width: 0;
    padding: 6px 8px;
    font-size: 8px;
  }

  .tt-bi-window-live {
    font-size: 7px;
  }

  .tt-bi-window-screen {
    height: min(420px, 95vw);
  }

  .tt-bi-floating-signal {
    grid-template-columns: 31px 1fr auto;
    min-width: min(245px, 78vw);
    padding: 9px 10px;
  }

  .tt-bi-signal-icon {
    width: 31px;
    height: 31px;
  }

  .tt-bi-signal-risk {
    top: 5px;
    left: -6px;
  }

  .tt-bi-signal-performance {
    right: -5px;
    bottom: 16px;
  }

  .tt-bi-sources {
    align-items: flex-start;
    flex-direction: column;
  }

  .tt-bi-sources > div {
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    font-size: 8px;
    white-space: nowrap;
  }

  .tt-bi-manifesto-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }

  .tt-bi-gallery-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tt-bi-gallery-tabs::-webkit-scrollbar {
    display: none;
  }

  .tt-bi-gallery-tab {
    flex: 0 0 auto;
    min-width: 145px;
    min-height: 56px;
  }

  .tt-bi-gallery-panel {
    grid-template-columns: 1fr;
  }

  .tt-bi-gallery-copy {
    margin: 16px;
    padding: 25px;
  }

  .tt-bi-gallery-index {
    margin-bottom: 24px;
  }

  .tt-bi-gallery-image {
    min-height: 420px;
    margin: 0 16px 16px;
    padding: 0;
    border: 0;
    border-radius: 16px;
  }

  .tt-bi-gallery-image img {
    min-height: 420px;
  }

  .tt-bi-gallery-image > i {
    right: 16px;
  }

  .tt-bi-bento {
    grid-template-columns: 1fr;
  }

  .tt-bi-bento-card,
  .tt-bi-bento-feature,
  .tt-bi-bento-audit {
    grid-column: auto;
    min-height: 325px;
  }

  .tt-bi-audit-layout,
  .tt-bi-risk-layout,
  .tt-bi-assistant-layout,
  .tt-bi-contact-layout {
    gap: 48px;
  }

  .tt-bi-timeline-card,
  .tt-bi-risk-console,
  .tt-bi-contact-form-wrap {
    padding: 18px;
    border-radius: 18px;
  }

  .tt-bi-timeline-meta {
    grid-template-columns: 1fr 0.5fr;
  }

  .tt-bi-timeline-meta span:last-child {
    grid-column: 1 / -1;
  }

  .tt-bi-event-timeline li {
    grid-template-columns: 34px 1fr;
  }

  .tt-bi-event-timeline time {
    grid-column: 2;
  }

  .tt-bi-timeline-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tt-bi-risk-factors {
    grid-template-columns: 1fr;
  }

  .tt-bi-risk-console {
    overflow-x: auto;
  }

  .tt-bi-risk-console > * {
    min-width: 490px;
  }

  .tt-bi-risk-flow {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }

  .tt-bi-risk-flow article {
    min-height: 230px;
  }

  .tt-bi-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 320px);
  }

  .tt-bi-showcase-card.is-large {
    grid-row: auto;
  }

  .tt-bi-assistant-messages {
    min-height: 330px;
    padding: 20px;
  }

  .tt-bi-assistant-messages .is-user,
  .tt-bi-assistant-messages .is-assistant {
    max-width: 95%;
  }

  .tt-bi-outcome-list {
    grid-template-columns: 1fr;
  }

  .tt-bi-outcome-list article,
  .tt-bi-outcome-list article:nth-child(2),
  .tt-bi-outcome-list article:nth-child(3),
  .tt-bi-outcome-list article:nth-child(4) {
    min-height: 230px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .tt-bi-outcome-list article:first-child {
    border-top: 0;
  }

  .tt-bi-outcome-list article > span {
    margin-bottom: 42px;
  }

  .tt-bi-faq-layout {
    gap: 42px;
  }

  .tt-bi-faq-list summary {
    padding-block: 21px;
    font-size: 15px;
  }

  .tt-bi-contact {
    padding: 90px 0;
  }

  .tt-bi-contact-copy h2 {
    font-size: clamp(43px, 12vw, 57px);
  }

  .tt-bi-form-head {
    flex-direction: column;
  }

  .tt-bi-form-grid {
    grid-template-columns: 1fr;
  }

  .tt-bi-form-grid label.is-wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-bi-page *,
  .tt-bi-page *::before,
  .tt-bi-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .tt-bi-js .tt-bi-reveal {
    opacity: 1;
    transform: none;
  }
}
