/**
 * Enterprise hub pages and marketing surfaces.
 */
@import url("./tokens.1e153cea9a1e.css");

/* Full-bleed header band with net mesh (page body stays clean) */
.tt-hub-hero {
  --tt-mesh-size: 48px;
  --tt-mesh-line: rgba(107, 76, 58, 0.08);
  --tt-mesh-fade: rgba(255, 249, 244, 0.62);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: var(--tt-space-xl);
  padding:
    clamp(2.75rem, 5.5vw, 4.5rem)
    max(var(--tt-space-lg), calc(50vw - (var(--tt-content-max) / 2)))
    clamp(2.25rem, 4.5vw, 3.5rem);
  border-bottom: 1px solid var(--tt-brand-border);
  background:
    linear-gradient(135deg, #fff7ed 0%, var(--tt-brand-canvas-warm) 42%, #f0f9ff 100%);
}

/*
 * Careers-style edge-to-edge mesh: hero often sits inside .tt-enterprise-container.
 * Break out to the viewport so the net covers the full header width.
 */
.tt-hub-page .tt-enterprise-container {
  overflow: visible;
}

/* Legal pages already full-bleed the outer .tt-legal-hero mesh — skip nested breakout. */
.tt-hub-page:not(.tt-legal-public) .tt-enterprise-container > .tt-hub-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

body:has(.tt-hub-page) {
  overflow-x: clip;
}

.tt-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, transparent 52%, var(--tt-mesh-fade) 100%),
    radial-gradient(circle at 18% 22%, rgba(249, 115, 22, 0.16) 0%, transparent 46%),
    radial-gradient(circle at 82% 58%, rgba(14, 165, 233, 0.1) 0%, transparent 42%),
    radial-gradient(circle at 50% 110%, rgba(247, 149, 0, 0.08) 0%, transparent 40%),
    linear-gradient(var(--tt-mesh-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--tt-mesh-line) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    auto,
    auto,
    var(--tt-mesh-size) var(--tt-mesh-size),
    var(--tt-mesh-size) var(--tt-mesh-size);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
}

.tt-hub-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(233, 84, 32, 0.12) 12%,
    rgba(245, 158, 11, 0.55) 50%,
    rgba(233, 84, 32, 0.12) 88%,
    transparent 100%
  );
}

.tt-hub-hero > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .tt-hub-hero::before {
    animation: tt-hub-hero-mesh-breathe 16s ease-in-out infinite alternate;
  }
}

@keyframes tt-hub-hero-mesh-breathe {
  from {
    opacity: 0.86;
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  to {
    opacity: 1;
    background-position: 0 0, 2% 1%, -1% 2%, 0 0, 10px 6px, 10px 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-hub-hero::before {
    animation: none;
  }
}

/* Legal embeds its own header mesh — avoid double grid */
.tt-legal-hero .tt-hub-hero {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  background: transparent;
}

.tt-legal-hero .tt-hub-hero::before,
.tt-legal-hero .tt-hub-hero::after {
  content: none;
  display: none;
}

.tt-hub-hero h1 {
  font-size: var(--tt-font-display-size);
  font-weight: 800;
  color: var(--tt-brand-ink);
  margin: 0 0 var(--tt-space-md);
  line-height: var(--tt-line-height-tight);
}

.tt-hub-hero p {
  max-width: var(--tt-prose-max);
  margin: 0 auto var(--tt-space-lg);
  font-size: 1.125rem;
  color: var(--tt-brand-muted);
  line-height: var(--tt-line-height-body);
}

.tt-hub-hero p a {
  color: var(--tt-brand-link);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tt-hub-hero p a:hover {
  color: var(--tt-brand-link-hover);
}

.tt-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: var(--tt-space-lg);
  margin: var(--tt-space-xl) 0;
}

.tt-hub-diagram {
  margin: var(--tt-space-xl) auto;
  max-width: var(--tt-content-max);
  padding: var(--tt-space-lg);
  background: var(--tt-brand-canvas-white);
  border: 1px solid var(--tt-brand-border);
  border-radius: var(--tt-radius-lg);
}

.tt-hub-diagram pre {
  margin: 0;
  font-size: 0.75rem;
  overflow-x: auto;
}

.tt-hub-featured {
  border-color: var(--tt-brand-orange) !important;
  box-shadow: 0 0 0 1px rgba(233, 84, 32, 0.2);
}

.tt-hub-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: var(--tt-radius-pill);
  background: rgba(233, 84, 32, 0.12);
  color: var(--tt-brand-orange);
}

/* Hub page shell — warm canvas, balanced vertical rhythm above footer */
.tt-hub-page {
  width: 100%;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.tt-hub-page .tt-enterprise-container {
  /* Header mesh band (.tt-hub-hero) sits flush under the site nav */
  padding-top: 0;
}

/*
 * Warm enterprise hubs (platform, company, legal, solutions, …):
 * suppress landing dark chrome so pages match careers / Life at TumiTrust.
 */
body:has(.tt-enterprise-surface) {
  background: #fff9f4 !important;
  background-image: none !important;
  color: var(--tt-brand-ink);
}

body:has(.tt-enterprise-surface)::before {
  display: none !important;
}

body:has(.tt-enterprise-surface) .hex-grid-bg,
body:has(.tt-enterprise-surface) .energy-ring-bg,
body:has(.tt-enterprise-surface) .particles-bg {
  display: none !important;
}

main:has(> .tt-enterprise-surface) > .fixed.inset-0 {
  display: none !important;
}

/* Keep base website dark nav + footer chrome consistent */
body:has(.tt-enterprise-surface) #tt-site-nav,
body:has(.tt-enterprise-surface) footer {
  position: relative;
  z-index: 2;
}

.tt-enterprise-surface {
  position: relative;
  z-index: 1;
}

.tt-hub-hero--left {
  text-align: left;
}

.tt-hub-hero--left p {
  margin-left: 0;
}

.tt-hub-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: var(--tt-space-md);
}

.tt-hub-cta-row--footer {
  justify-content: flex-start;
  margin-top: var(--tt-space-xl);
  padding-top: var(--tt-space-lg);
  border-top: 1px solid var(--tt-brand-border);
}

.tt-hub-meta {
  font-size: var(--tt-font-small-size);
  color: var(--tt-brand-muted);
  margin: 0;
}

.tt-hub-meta span {
  font-weight: 600;
  color: var(--tt-brand-ink);
}

.tt-hub-card-meta {
  margin: var(--tt-space-sm) 0 0;
  font-size: 0.75rem;
  color: var(--tt-brand-muted);
}

.tt-hub-grid--tight {
  margin-top: var(--tt-space-xl);
}

.tt-hub-grid--last {
  margin-bottom: 0;
}

/* Long-form prose inside enterprise hub pages */
.tt-enterprise-prose {
  max-width: var(--tt-prose-max);
  margin: 0 auto var(--tt-space-xl);
  font-size: var(--tt-font-body-size);
  line-height: var(--tt-line-height-body);
  color: var(--tt-brand-ink);
}

.tt-enterprise-prose h2 {
  font-size: var(--tt-font-h2-size);
  font-weight: 700;
  margin: var(--tt-space-xl) 0 var(--tt-space-md);
  padding-left: var(--tt-space-md);
  border-left: 3px solid var(--tt-brand-orange);
}

.tt-enterprise-prose h2:first-child {
  margin-top: 0;
}

.tt-enterprise-prose p,
.tt-enterprise-prose ul,
.tt-enterprise-prose ol {
  margin: 0 0 var(--tt-space-md);
}

.tt-enterprise-prose ul,
.tt-enterprise-prose ol {
  padding-left: 1.35rem;
}

.tt-enterprise-prose li {
  margin: 0.35rem 0;
}

.tt-enterprise-prose a {
  color: var(--tt-brand-link);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tt-enterprise-prose a:hover {
  color: var(--tt-brand-link-hover);
}

.tt-enterprise-prose code {
  font-family: var(--tt-font-mono);
  font-size: 0.88em;
  padding: 0.1rem 0.35rem;
  border-radius: var(--tt-radius-sm);
  background: rgba(233, 84, 32, 0.08);
  border: 1px solid var(--tt-brand-border);
}

.tt-enterprise-prose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: var(--tt-space-lg) 0;
  border: 1px solid var(--tt-brand-border);
  border-radius: var(--tt-radius-md);
  overflow: hidden;
  font-size: var(--tt-font-small-size);
}

.tt-enterprise-prose th,
.tt-enterprise-prose td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--tt-brand-border);
}

.tt-enterprise-prose th {
  background: rgba(233, 84, 32, 0.1);
  font-weight: 700;
}

.tt-enterprise-prose tr:last-child td {
  border-bottom: none;
}

.tt-enterprise-prose .tt-hub-diagram {
  max-width: none;
  margin: var(--tt-space-lg) 0;
}

.tt-hub-section-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tt-brand-muted);
  margin: var(--tt-space-xl) 0 var(--tt-space-md);
}

.tt-resource-admonition {
  margin: var(--tt-space-lg) 0;
  padding: var(--tt-space-md) var(--tt-space-lg);
  border-radius: var(--tt-radius-md);
  border-left: 4px solid var(--tt-brand-orange);
  background: rgba(233, 84, 32, 0.06);
}

.tt-resource-admonition--caution {
  border-left-color: #d97706;
  background: rgba(217, 119, 6, 0.08);
}

.tt-resource-admonition--info {
  border-left-color: var(--tt-brand-orange);
}

.tt-resource-admonition__label {
  margin: 0 0 var(--tt-space-sm);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tt-brand-orange);
}

.tt-resource-admonition p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Public architecture diagrams — logical layers only (marketing / portfolio)
   -------------------------------------------------------------------------- */

.tt-arch-showcase {
  margin: var(--tt-space-xl) 0 var(--tt-space-2xl);
}

.tt-arch-showcase__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto var(--tt-space-xl);
}

.tt-arch-showcase__kicker {
  margin: 0 0 var(--tt-space-sm);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tt-brand-orange);
}

.tt-arch-showcase__title {
  margin: 0 0 var(--tt-space-md);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--tt-brand-ink);
  line-height: var(--tt-line-height-tight);
}

.tt-arch-showcase__lede {
  margin: 0;
  font-size: 1rem;
  line-height: var(--tt-line-height-body);
  color: var(--tt-brand-muted);
}

.tt-arch-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--tt-space-lg);
}

.tt-arch-showcase__footer {
  margin: var(--tt-space-lg) 0 0;
  text-align: center;
  font-size: var(--tt-font-small-size);
}

.tt-arch-showcase__footer a {
  color: var(--tt-brand-link);
  font-weight: 600;
  text-decoration: none;
}

.tt-arch-showcase__footer a:hover {
  color: var(--tt-brand-link-hover);
  text-decoration: underline;
}

.tt-arch-panel {
  background: var(--tt-brand-canvas-white);
  border: 1px solid var(--tt-brand-border);
  border-radius: var(--tt-radius-lg);
  padding: var(--tt-space-lg);
  box-shadow: var(--tt-shadow-sm);
}

.tt-arch-panel--wide {
  grid-column: 1 / -1;
}

.tt-arch-panel__title {
  margin: 0 0 var(--tt-space-xs);
  font-size: 1rem;
  font-weight: 700;
  color: var(--tt-brand-ink);
}

.tt-arch-panel__desc {
  margin: 0 0 var(--tt-space-md);
  font-size: 0.8rem;
  color: var(--tt-brand-muted);
  line-height: 1.45;
}

.tt-arch-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
}

.tt-arch-arrow {
  align-self: center;
  width: 2px;
  height: 0.85rem;
  background: linear-gradient(180deg, var(--tt-brand-orange), rgba(233, 84, 32, 0.25));
  position: relative;
}

.tt-arch-arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--tt-brand-orange);
}

.tt-arch-arrow--short {
  height: 0.55rem;
}

.tt-arch-node {
  padding: 0.55rem 0.75rem;
  border-radius: var(--tt-radius-md);
  border: 1px solid var(--tt-brand-border);
  background: rgba(233, 84, 32, 0.04);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  color: var(--tt-brand-ink);
}

.tt-arch-node--producer {
  background: rgba(233, 84, 32, 0.1);
  border-color: var(--tt-brand-border-strong);
}

.tt-arch-node--api {
  background: rgba(233, 84, 32, 0.14);
  border-color: var(--tt-brand-orange);
  color: var(--tt-brand-orange);
}

.tt-arch-node--core {
  text-align: left;
  background: var(--tt-brand-slate-900);
  border-color: rgba(233, 84, 32, 0.45);
  color: #e2e8f0;
}

.tt-arch-node--core .tt-arch-node__label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.9);
  margin-bottom: 0.45rem;
}

.tt-arch-node__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #cbd5e1;
}

.tt-arch-node--data,
.tt-arch-node--clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}

.tt-arch-node--data span,
.tt-arch-node--clients span {
  padding: 0.2rem 0.45rem;
  border-radius: var(--tt-radius-pill);
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid var(--tt-brand-border);
  font-size: 0.68rem;
  font-weight: 600;
}

.tt-arch-pti {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.tt-arch-pti__banner {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border-radius: var(--tt-radius-md);
  background: linear-gradient(135deg, var(--tt-brand-orange), var(--tt-brand-amber));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.tt-arch-pti__contexts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
}

.tt-arch-pti__contexts span {
  padding: 0.25rem 0.5rem;
  border-radius: var(--tt-radius-pill);
  border: 1px solid var(--tt-brand-border-strong);
  background: rgba(233, 84, 32, 0.08);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--tt-brand-ink);
}

.tt-arch-pti__more {
  opacity: 0.75;
}

.tt-arch-node--identity,
.tt-arch-node--intel,
.tt-arch-node--eco {
  width: 100%;
}

.tt-arch-pti__outputs {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--tt-brand-muted);
  letter-spacing: 0.04em;
}

.tt-arch-network {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.65rem;
  align-items: stretch;
}

.tt-arch-network__heading {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tt-brand-orange);
}

.tt-arch-network__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.72rem;
  line-height: 1.55;
  color: var(--tt-brand-ink);
}

.tt-arch-network__col li::before {
  content: '· ';
  color: var(--tt-brand-orange);
  font-weight: 700;
}

.tt-arch-network__bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.35rem;
  border-radius: var(--tt-radius-md);
  background: var(--tt-brand-slate-900);
  border: 1px solid rgba(233, 84, 32, 0.4);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
  text-align: center;
}

.tt-arch-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
}

.tt-arch-flow li {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
}

.tt-arch-flow li span {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  border-radius: var(--tt-radius-pill);
  border: 1px solid var(--tt-brand-border);
  background: rgba(233, 84, 32, 0.06);
  color: var(--tt-brand-ink);
}

.tt-arch-flow li:not(:last-child)::after {
  content: '→';
  margin-left: 0.45rem;
  color: var(--tt-brand-orange);
  font-weight: 700;
}

.tt-arch-flow__decision span {
  background: var(--tt-brand-orange);
  border-color: var(--tt-brand-orange);
  color: #fff;
}

/* Dark surface variant (homepage motion strip) */
.tt-arch-showcase--dark .tt-arch-showcase__title {
  color: #f1f5f9;
}

.tt-arch-showcase--dark .tt-arch-showcase__lede {
  color: #94a3b8;
}

.tt-arch-showcase--dark .tt-arch-panel {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(233, 84, 32, 0.25);
}

.tt-arch-showcase--dark .tt-arch-panel__title {
  color: #e2e8f0;
}

.tt-arch-showcase--dark .tt-arch-panel__desc {
  color: #94a3b8;
}

.tt-arch-showcase--dark .tt-arch-node {
  background: rgba(30, 41, 59, 0.65);
  border-color: rgba(148, 163, 184, 0.25);
  color: #e2e8f0;
}

.tt-arch-showcase--dark .tt-arch-node--data span,
.tt-arch-showcase--dark .tt-arch-node--clients span {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}

.tt-arch-showcase--dark .tt-arch-pti__contexts span {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(233, 84, 32, 0.35);
  color: #e2e8f0;
}

.tt-arch-showcase--dark .tt-arch-network__col ul {
  color: #cbd5e1;
}

.tt-arch-showcase--dark .tt-arch-flow li span {
  background: rgba(30, 41, 59, 0.75);
  border-color: rgba(148, 163, 184, 0.25);
  color: #e2e8f0;
}

.tt-arch-showcase--dark .tt-arch-showcase__footer a {
  color: #fbbf24;
}

.tt-arch-teaser {
  max-width: 52rem;
  margin: 1.5rem auto 0;
  padding: 1.25rem 1.5rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(233, 84, 32, 0.25);
  border-radius: var(--tt-radius-md);
  text-align: center;
}

.tt-arch-teaser__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.85);
}

.tt-arch-teaser__tagline {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: #e2e8f0;
  font-family: var(--tt-font-mono);
}

.tt-arch-teaser__cta {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}

.tt-arch-flow--compact {
  margin: 0;
}

@media (max-width: 900px) {
  .tt-arch-showcase__grid {
    grid-template-columns: 1fr;
  }

  .tt-arch-network {
    grid-template-columns: 1fr;
  }

  .tt-arch-network__bridge {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0.45rem 0.65rem;
  }

  .tt-arch-flow li:not(:last-child)::after {
    display: none;
  }

  .tt-arch-flow {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ── Enterprise marketing nav dropdowns ───────────────────────────────────── */
.tt-ent-nav-dropdown {
  position: relative;
}

/* Invisible bridge so the pointer can reach the panel without losing hover */
.tt-ent-nav-dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.65rem;
  pointer-events: auto;
}

.tt-ent-nav-dropdown__panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 15rem;
  padding: 0.4rem;
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.98) 0%, rgba(15, 23, 42, 0.98) 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 0.85rem;
  box-shadow:
    0 18px 40px -20px rgba(2, 6, 23, 0.65),
    0 0 0 1px rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 10001;
}

.tt-ent-nav-dropdown:hover .tt-ent-nav-dropdown__panel,
.tt-ent-nav-dropdown:focus-within .tt-ent-nav-dropdown__panel,
.tt-ent-nav-dropdown.is-open .tt-ent-nav-dropdown__panel {
  display: block;
}

.tt-ent-nav-dropdown__panel a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #cbd5e1;
  border-radius: 0.55rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.tt-ent-nav-dropdown__panel a i {
  width: 1rem;
  text-align: center;
  color: #94a3b8;
  opacity: 0.95;
  font-size: 0.72rem;
  transition: color 0.15s ease;
}

.tt-ent-nav-dropdown__panel a:hover,
.tt-ent-nav-dropdown__panel a:focus-visible {
  background: rgba(247, 149, 0, 0.12);
  color: #fff7ed;
  outline: none;
}

.tt-ent-nav-dropdown__panel a:hover i,
.tt-ent-nav-dropdown__panel a:focus-visible i {
  color: #fbbf24;
  opacity: 1;
}

.tt-ent-nav-dropdown__trigger {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Shared hub polish — solutions / developers / company / help / FAQ
   -------------------------------------------------------------------------- */

.tt-hub-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--tt-space-lg);
  margin: 0 0 var(--tt-space-2xl);
}

@media (max-width: 900px) {
  .tt-hub-pillars {
    grid-template-columns: 1fr;
  }
}

.tt-hub-pillar {
  background: rgba(255, 254, 251, 0.72);
  border: 1px solid var(--tt-brand-border);
  border-radius: var(--tt-radius-lg);
  padding: var(--tt-space-lg);
  box-shadow: 0 6px 20px rgba(42, 34, 28, 0.04);
}

.tt-hub-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--tt-radius-md);
  background: rgba(233, 84, 32, 0.12);
  color: var(--tt-brand-orange);
  margin-bottom: var(--tt-space-md);
  font-size: 1.05rem;
}

.tt-hub-pillar h3 {
  margin: 0 0 var(--tt-space-sm);
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--tt-brand-ink);
}

.tt-hub-pillar p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--tt-brand-muted);
}

.tt-hub-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--tt-space-md);
  margin: 0 0 var(--tt-space-2xl);
  counter-reset: tt-hub-step;
}

@media (max-width: 900px) {
  .tt-hub-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .tt-hub-steps {
    grid-template-columns: 1fr;
  }
}

.tt-hub-step {
  position: relative;
  background: var(--tt-brand-canvas-white);
  border: 1px solid var(--tt-brand-border);
  border-radius: var(--tt-radius-lg);
  padding: var(--tt-space-lg) var(--tt-space-md);
  text-align: center;
  counter-increment: tt-hub-step;
}

.tt-hub-step::before {
  content: counter(tt-hub-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  background: var(--tt-brand-orange);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.tt-hub-step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 750;
  color: var(--tt-brand-ink);
}

.tt-hub-step p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--tt-brand-muted);
}

.tt-hub-featured-band {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: var(--tt-space-2xl);
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--tt-radius-lg);
  border: 1px solid rgba(233, 84, 32, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 254, 251, 0.95) 0%, rgba(255, 247, 237, 0.92) 100%);
  box-shadow: 0 0 0 1px rgba(233, 84, 32, 0.08), 0 12px 32px rgba(42, 34, 28, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tt-hub-featured-band:hover {
  transform: translateY(-2px);
  border-color: rgba(233, 84, 32, 0.45);
  box-shadow: 0 0 0 1px rgba(233, 84, 32, 0.12), 0 18px 40px rgba(42, 34, 28, 0.1);
}

.tt-hub-featured-band__title {
  margin: 0.35rem 0 0.4rem;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 800;
  color: var(--tt-brand-ink);
  line-height: 1.25;
}

.tt-hub-featured-band__desc {
  margin: 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--tt-brand-muted);
}

.tt-hub-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.75rem;
  border-radius: var(--tt-radius-md);
  background: rgba(233, 84, 32, 0.1);
  color: var(--tt-brand-orange);
  font-size: 1rem;
}

.tt-enterprise-card .tt-hub-badge {
  margin-bottom: 0.75rem;
}

.tt-faq-list {
  max-width: 48rem;
  margin: 0 auto var(--tt-space-2xl);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tt-faq-item {
  background: var(--tt-brand-canvas-white);
  border: 1px solid var(--tt-brand-border);
  border-radius: var(--tt-radius-lg);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(42, 34, 28, 0.04);
}

.tt-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--tt-brand-ink);
  font-size: 1.02rem;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.tt-faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 84, 32, 0.1);
  color: var(--tt-brand-orange);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
}

.tt-faq-item[open] summary::after {
  content: "−";
}

.tt-faq-item[open] summary {
  border-bottom: 1px solid var(--tt-brand-border);
}

.tt-faq-item .tt-faq-answer {
  padding: 0.9rem 1.15rem 1.15rem;
  color: var(--tt-brand-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.tt-faq-item .tt-faq-answer p {
  margin: 0 0 0.65rem;
}

.tt-faq-item .tt-faq-answer p:last-child {
  margin-bottom: 0;
}

@keyframes tt-hub-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tt-hub-page .tt-hub-hero,
.tt-hub-page .tt-hub-featured-band,
.tt-hub-page .tt-hub-pillars,
.tt-hub-page .tt-hub-steps,
.tt-hub-page .tt-hub-grid,
.tt-hub-page .tt-faq-list {
  animation: tt-hub-rise 0.55s ease both;
}

.tt-hub-page .tt-hub-featured-band {
  animation-delay: 0.06s;
}

.tt-hub-page .tt-hub-pillars,
.tt-hub-page .tt-hub-steps {
  animation-delay: 0.1s;
}

.tt-hub-page .tt-hub-grid,
.tt-hub-page .tt-faq-list {
  animation-delay: 0.16s;
}

@media (prefers-reduced-motion: reduce) {
  .tt-hub-page .tt-hub-hero,
  .tt-hub-page .tt-hub-featured-band,
  .tt-hub-page .tt-hub-pillars,
  .tt-hub-page .tt-hub-steps,
  .tt-hub-page .tt-hub-grid,
  .tt-hub-page .tt-faq-list {
    animation: none;
  }
}
