.elementor-kit-2971{--e-global-color-primary:#08203E;--e-global-color-secondary:#557C93;--e-global-color-text:#04060B;--e-global-color-accent:#0A1628;--e-global-color-59ae0dd:#0C1B2E;--e-global-color-ae69754:#10243D;--e-global-color-3f371c4:#557C9340;--e-global-color-d8a5a0b:#557C93;--e-global-color-aaa6b6f:#557C9366;--e-global-color-86f602a:#6A95AF;--e-global-color-c613f25:#6BA5D9;--e-global-color-101e1c7:#6BA5D9;--e-global-color-c35a376:#FFFFFF;--e-global-color-087cac5:#FFFFFF99;--e-global-color-7f1468b:#FFFFFF66;--e-global-color-af8fe57:#081426D9;--e-global-color-8845dbe:#6BA5D938;--e-global-typography-primary-font-family:"Geist";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;}.elementor-kit-2971 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2971 button,.elementor-kit-2971 input[type="button"],.elementor-kit-2971 input[type="submit"],.elementor-kit-2971 .elementor-button{border-radius:8px 8px 8px 8px;padding:14px 024px 14px 024px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --ty-bg: #0A0A0F;
  --ty-surface: #1E293B;
  --ty-surface-2: #151923;
  --ty-text: #F8FAFC;
  --ty-muted: #94A3B8;
  --ty-blue: #6BA5D9;
  --ty-blue-dim: rgba(107, 165, 217, 0.12);
  --ty-green: #10B981;
  --ty-line: rgba(255, 255, 255, 0.08);
  --ty-line-strong: rgba(255, 255, 255, 0.14);
}

.ty-eyebrow {
  font-family: 'Geist', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ty-muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ty-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--ty-blue);
  border-radius: 1px;
}

.ty-hairline {
  height: 1px;
  background: var(--ty-line);
  width: 100%;
}

.ty-section {
  padding-top: clamp(64px, 10vw, 128px);
  padding-bottom: clamp(64px, 10vw, 128px);
}

@media (max-width: 767px) {
  .ty-desktop-only { display: none !important; }
}
@media (min-width: 768px) {
  .ty-mobile-only { display: none !important; }
}

/* ============================================
   HERO — AURORA + STATUS CHIP
   ============================================ */

.ty-aurora {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.ty-aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  will-change: transform;
}
.ty-aurora-blob.b1 {
  width: 720px;
  height: 720px;
  left: -10%;
  top: -20%;
  background: radial-gradient(circle, rgba(107,165,217,0.45) 0%, rgba(107,165,217,0.12) 40%, transparent 70%);
  animation: ty-drift-1 28s ease-in-out infinite;
}
.ty-aurora-blob.b2 {
  width: 620px;
  height: 620px;
  right: -15%;
  top: 20%;
  background: radial-gradient(circle, rgba(155,190,212,0.35) 0%, rgba(107,165,217,0.08) 45%, transparent 75%);
  animation: ty-drift-2 32s ease-in-out infinite;
}
.ty-aurora-blob.b3 {
  width: 540px;
  height: 540px;
  left: 30%;
  bottom: -25%;
  background: radial-gradient(circle, rgba(107,165,217,0.30) 0%, rgba(180,210,225,0.06) 40%, transparent 70%);
  animation: ty-drift-3 36s ease-in-out infinite;
}
@keyframes ty-drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(120px, 80px) scale(1.1); }
  66% { transform: translate(60px, 160px) scale(0.95); }
}
@keyframes ty-drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-100px, 60px) scale(0.95); }
  66% { transform: translate(-40px, 140px) scale(1.08); }
}
@keyframes ty-drift-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-80px, -120px) scale(1.12); }
}

.ty-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ty-status-chip {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(107, 165, 217, 0.2);
  border-radius: 100px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: 'Geist', sans-serif;
  font-size: 11px;
  color: #B8C5D6;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.ty-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
  animation: ty-chip-pulse 2s infinite;
}
.ty-status-label {
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
}
.ty-status-divider {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.12);
}
.ty-status-meta {
  color: #94A3B8;
  font-size: 11px;
}
.ty-status-meta strong {
  color: #F8FAFC;
  font-weight: 500;
}
@keyframes ty-chip-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}
@media (max-width: 767px) {
  .ty-status-chip { left: 16px; bottom: 16px; padding: 8px 12px; font-size: 10px; }
}

/* ============================================
   CODE BLOCK (Row 1 helper — kept for reference)
   ============================================ */

.ty-code-block {
  background: #0B0E14;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.ty-code-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.ty-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.ty-dot-red { background: #FF5F57; }
.ty-dot-yellow { background: #FEBC2E; }
.ty-dot-green { background: #28C840; }
.ty-code-filename {
  margin-left: 12px;
  font-size: 12px;
  color: #94A3B8;
  font-family: 'Geist', sans-serif;
}
.ty-code-body {
  padding: 24px;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #F8FAFC;
  overflow-x: auto;
  white-space: pre;
}
.ty-code-key { color: #6BA5D9; }
.ty-code-string { color: #A8D5A8; }
.ty-code-bool { color: #E8B86A; }
.ty-code-brace { color: #F8FAFC; }

@media (max-width: 767px) {
  .ty-code-body { font-size: 11px; padding: 16px; }
}

/* ============================================
   ROW 1 — SINGLE AGENT ANATOMY (orbital view)
   ============================================ */

.ty-anatomy {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/11;
  box-sizing: border-box;
  background: radial-gradient(ellipse at center, rgba(107,165,217,0.06) 0%, transparent 70%), #0B0E14;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Geist', sans-serif;
}

.ty-anatomy-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
  z-index: 5;
}
.ty-anatomy-title {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #94A3B8;
  text-transform: uppercase;
}
.ty-anatomy-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #6BA5D9;
  text-transform: uppercase;
}
.ty-anatomy-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6BA5D9;
  box-shadow: 0 0 0 0 rgba(107,165,217,0.6);
  animation: ty-anatomy-pulse 1.8s infinite;
}
@keyframes ty-anatomy-pulse {
  0% { box-shadow: 0 0 0 0 rgba(107,165,217,0.6); opacity: 1; }
  70% { box-shadow: 0 0 0 8px rgba(107,165,217,0); opacity: 0.5; }
  100% { box-shadow: 0 0 0 0 rgba(107,165,217,0); opacity: 1; }
}

.ty-anatomy-svg {
  position: absolute;
  inset: 40px 16px 16px 16px;
  width: calc(100% - 32px);
  height: calc(100% - 56px);
  max-width: calc(100% - 32px);
  display: block;
}

/* Orbital connector lines */
.orbit-line {
  stroke: rgba(107,165,217,0.2);
  stroke-width: 1;
  stroke-dasharray: 3 4;
  animation: ty-orbit-shimmer 6s ease-in-out infinite;
}
.orbit-line:nth-of-type(2) { animation-delay: 0.4s; }
.orbit-line:nth-of-type(3) { animation-delay: 0.8s; }
.orbit-line:nth-of-type(4) { animation-delay: 1.2s; }
.orbit-line:nth-of-type(5) { animation-delay: 1.6s; }
.orbit-line:nth-of-type(6) { animation-delay: 2s; }
@keyframes ty-orbit-shimmer {
  0%, 100% { stroke: rgba(107,165,217,0.15); }
  50% { stroke: rgba(107,165,217,0.4); }
}

/* Central LLM core */
.core-outer-ring {
  fill: none;
  stroke: rgba(107,165,217,0.2);
  stroke-width: 1;
  animation: ty-core-ring-outer 4s ease-in-out infinite;
}
.core-mid-ring {
  fill: none;
  stroke: rgba(107,165,217,0.4);
  stroke-width: 1;
  animation: ty-core-ring-mid 3s ease-in-out infinite;
}
.core-body {
  fill: rgba(107,165,217,0.12);
  stroke: #6BA5D9;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 8px rgba(107,165,217,0.4));
  animation: ty-core-breathe 2.5s ease-in-out infinite;
}
@keyframes ty-core-breathe {
  0%, 100% { 
    fill: rgba(107,165,217,0.12);
    filter: drop-shadow(0 0 6px rgba(107,165,217,0.35));
  }
  50% { 
    fill: rgba(107,165,217,0.22);
    filter: drop-shadow(0 0 12px rgba(107,165,217,0.6));
  }
}
@keyframes ty-core-ring-outer {
  0%, 100% { r: 52; opacity: 0.2; }
  50% { r: 56; opacity: 0.5; }
}
@keyframes ty-core-ring-mid {
  0%, 100% { r: 42; opacity: 0.4; }
  50% { r: 45; opacity: 0.7; }
}
.core-label-top {
  fill: #F8FAFC;
  font-size: 10px;
  font-weight: 600;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.08em;
  text-anchor: middle;
  dominant-baseline: middle;
}
.core-label-bot {
  fill: #6BA5D9;
  font-size: 7px;
  font-weight: 500;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.12em;
  text-anchor: middle;
  dominant-baseline: middle;
}

/* Orbital modules (the satellite boxes) */
.module rect {
  fill: #151923;
  stroke: rgba(107,165,217,0.35);
  stroke-width: 1;
  animation: ty-module-glow 6s ease-in-out infinite;
}
.module[data-pos="1"] rect { animation-delay: 0s; }
.module[data-pos="2"] rect { animation-delay: 0.4s; }
.module[data-pos="3"] rect { animation-delay: 0.8s; }
.module[data-pos="4"] rect { animation-delay: 1.2s; }
.module[data-pos="5"] rect { animation-delay: 1.6s; }
.module[data-pos="6"] rect { animation-delay: 2s; }
@keyframes ty-module-glow {
  0%, 85%, 100% { 
    stroke: rgba(107,165,217,0.35);
    fill: #151923;
  }
  90% { 
    stroke: rgba(107,165,217,0.9);
    fill: #1A2230;
  }
}
.module-title {
  fill: #F8FAFC;
  font-size: 9px;
  font-weight: 500;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.06em;
  text-anchor: middle;
  dominant-baseline: middle;
  text-transform: uppercase;
}
.module-sub {
  fill: #6BA5D9;
  font-size: 7px;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.04em;
  text-anchor: middle;
  dominant-baseline: middle;
}

/* Traveling pulses from core to modules */
.pulse {
  fill: #F8FAFC;
  filter: drop-shadow(0 0 4px rgba(107,165,217,0.9));
  opacity: 0;
}
.pulse.p1 { animation: ty-pulse-1 3s ease-in-out infinite; animation-delay: 0s; }
.pulse.p2 { animation: ty-pulse-2 3s ease-in-out infinite; animation-delay: 0.4s; }
.pulse.p3 { animation: ty-pulse-3 3s ease-in-out infinite; animation-delay: 0.8s; }
.pulse.p4 { animation: ty-pulse-4 3s ease-in-out infinite; animation-delay: 1.2s; }
.pulse.p5 { animation: ty-pulse-5 3s ease-in-out infinite; animation-delay: 1.6s; }
.pulse.p6 { animation: ty-pulse-6 3s ease-in-out infinite; animation-delay: 2s; }

@keyframes ty-pulse-1 {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(-150px, -85px); opacity: 1; }
  60% { opacity: 0; }
  100% { transform: translate(-150px, -85px); opacity: 0; }
}
@keyframes ty-pulse-2 {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(150px, -85px); opacity: 1; }
  60% { opacity: 0; }
  100% { transform: translate(150px, -85px); opacity: 0; }
}
@keyframes ty-pulse-3 {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(-190px, 0); opacity: 1; }
  60% { opacity: 0; }
  100% { transform: translate(-190px, 0); opacity: 0; }
}
@keyframes ty-pulse-4 {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(190px, 0); opacity: 1; }
  60% { opacity: 0; }
  100% { transform: translate(190px, 0); opacity: 0; }
}
@keyframes ty-pulse-5 {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(-150px, 85px); opacity: 1; }
  60% { opacity: 0; }
  100% { transform: translate(-150px, 85px); opacity: 0; }
}
@keyframes ty-pulse-6 {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(150px, 85px); opacity: 1; }
  60% { opacity: 0; }
  100% { transform: translate(150px, 85px); opacity: 0; }
}

/* Mobile: shrink the text slightly */
@media (max-width: 640px) {
  .module-title { font-size: 8px; }
  .module-sub { font-size: 6px; }
  .core-label-top { font-size: 9px; }
  .core-label-bot { font-size: 6px; }
}

/* ============================================
   ROW 2 — SWIMLANE (ENHANCED WITH TRAVELING LIGHT)
   ============================================ */

.ty-swimlane {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Geist', sans-serif;
}
.ty-swim-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ty-swim-label {
  flex-shrink: 0;
  width: 84px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #94A3B8;
  text-align: right;
}
.ty-swim-track {
  position: relative;
  flex: 1;
  height: 36px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
  overflow: hidden;
}
.ty-swim-track::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(90deg, transparent, rgba(107,165,217,0.25), transparent);
  animation: ty-swim-sweep 5s ease-in-out infinite;
}
.ty-swim-row:nth-child(1) .ty-swim-track::after { animation-delay: 0s; }
.ty-swim-row:nth-child(2) .ty-swim-track::after { animation-delay: 0.6s; }
.ty-swim-row:nth-child(3) .ty-swim-track::after { animation-delay: 1.2s; }
@keyframes ty-swim-sweep {
  0% { left: -60px; }
  100% { left: 100%; }
}
.ty-swim-block {
  position: absolute;
  top: 4px;
  height: 28px;
  background: rgba(107,165,217,0.14);
  border: 1px solid rgba(107,165,217,0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #F8FAFC;
  z-index: 2;
}
.ty-swim-arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6BA5D9;
  border-right: 1px solid #6BA5D9;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .ty-swim-label { width: 60px; font-size: 10px; }
  .ty-swim-block { font-size: 10px; }
}

/* ============================================
   ROW 3 — DISCOVERY RADAR SCAN
   ============================================ */

.ty-radar {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: radial-gradient(ellipse at center, rgba(107,165,217,0.05) 0%, transparent 70%), #0B0E14;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Geist', sans-serif;
  display: flex;
  flex-direction: column;
}

.ty-radar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
}
.ty-radar-title {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #94A3B8;
  text-transform: uppercase;
}
.ty-radar-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #10B981;
  text-transform: uppercase;
}
.ty-radar-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
  animation: ty-radar-pulse 2s infinite;
}
@keyframes ty-radar-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

.ty-radar-body {
  flex: 1;
  position: relative;
  padding: 8px;
}
.ty-radar-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Radar rings — slow breathing */
.radar-ring {
  animation: ty-ring-breathe 4s ease-in-out infinite;
}
.radar-ring:nth-of-type(2) { animation-delay: 0.5s; }
.radar-ring:nth-of-type(3) { animation-delay: 1s; }
@keyframes ty-ring-breathe {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* The sweeping radar arm — rotates around the center */
.radar-sweep {
  transform-origin: 240px 140px;
  animation: ty-radar-sweep 4s linear infinite;
}
@keyframes ty-radar-sweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Hub center pulse */
.hub-pulse {
  transform-origin: 240px 140px;
  animation: ty-hub-expand 2s ease-out infinite;
}
@keyframes ty-hub-expand {
  0% { r: 4; opacity: 1; }
  100% { r: 20; opacity: 0; }
}

/* Discovery targets — light up sequentially as the radar sweeps over them */
.target circle {
  transition: all 200ms;
}
.target text.target-label {
  fill: #94A3B8;
  font-size: 8px;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.04em;
  opacity: 0.4;
}

/* Each target lights up briefly when the sweep reaches its angle */
.target.t1 circle { animation: ty-target-ping 4s ease-in-out infinite; animation-delay: 3.2s; }
.target.t1 text { animation: ty-target-text 4s ease-in-out infinite; animation-delay: 3.2s; }

.target.t2 circle { animation: ty-target-ping 4s ease-in-out infinite; animation-delay: 0.4s; }
.target.t2 text { animation: ty-target-text 4s ease-in-out infinite; animation-delay: 0.4s; }

.target.t3 circle { animation: ty-target-ping 4s ease-in-out infinite; animation-delay: 1.2s; }
.target.t3 text { animation: ty-target-text 4s ease-in-out infinite; animation-delay: 1.2s; }

.target.t4 circle { animation: ty-target-ping 4s ease-in-out infinite; animation-delay: 2.0s; }
.target.t4 text { animation: ty-target-text 4s ease-in-out infinite; animation-delay: 2.0s; }

.target.t5 circle { animation: ty-target-ping 4s ease-in-out infinite; animation-delay: 2.4s; }
.target.t5 text { animation: ty-target-text 4s ease-in-out infinite; animation-delay: 2.4s; }

.target.t6 circle { animation: ty-target-ping 4s ease-in-out infinite; animation-delay: 3.6s; }
.target.t6 text { animation: ty-target-text 4s ease-in-out infinite; animation-delay: 3.6s; }

@keyframes ty-target-ping {
  0%, 90%, 100% { 
    fill: #0B0E14;
    stroke: rgba(107,165,217,0.5);
    stroke-width: 1.5;
    filter: none;
  }
  3% { 
    fill: #6BA5D9;
    stroke: #6BA5D9;
    stroke-width: 2;
    filter: drop-shadow(0 0 6px rgba(107,165,217,0.9));
  }
  20% { 
    fill: rgba(107,165,217,0.3);
    stroke: #6BA5D9;
    stroke-width: 1.5;
    filter: drop-shadow(0 0 3px rgba(107,165,217,0.5));
  }
}
@keyframes ty-target-text {
  0%, 90%, 100% { opacity: 0.4; fill: #94A3B8; }
  5%, 25% { opacity: 1; fill: #F8FAFC; }
}

/* Footer with stats */
.ty-radar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
}
.ty-radar-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ty-radar-stat-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #94A3B8;
  text-transform: uppercase;
}
.ty-radar-stat-value {
  font-size: 14px;
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: -0.01em;
}
.ty-radar-stat-good {
  color: #10B981;
}

@media (max-width: 640px) {
  .target text.target-label { font-size: 7px; }
  .ty-radar-stat-label { font-size: 8px; }
  .ty-radar-stat-value { font-size: 12px; }
}

/* ============================================
   ROW 4 — METRICS PANEL (ENHANCED WITH LIVE TICK)
   ============================================ */

/* ============================================
   ROW 4 — AGENT OPERATIONS DASHBOARD
   ============================================ */

.ty-dash {
  font-family: 'Geist', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 4px;
}

.ty-dash-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ty-dash-title {
  font-size: 16px;
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: -0.01em;
}
.ty-dash-subtitle {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 2px;
}
.ty-dash-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #10B981;
  padding: 5px 10px;
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 100px;
  background: rgba(16,185,129,0.06);
}
.ty-dash-live-dot {
  width: 6px;
  height: 6px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
  animation: ty-dash-pulse 2s infinite;
}
@keyframes ty-dash-pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* KPI row */
.ty-dash-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.ty-dash-kpi {
  padding: 14px 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.ty-dash-kpi::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107,165,217,0.6), transparent);
  animation: ty-dash-scan 5s ease-in-out infinite;
}
.ty-dash-kpi:nth-child(2)::after { animation-delay: 1.2s; }
.ty-dash-kpi:nth-child(3)::after { animation-delay: 2.4s; }
@keyframes ty-dash-scan {
  0%, 80% { left: -100%; }
  90% { left: 100%; }
  100% { left: 100%; }
}
.ty-dash-kpi-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #94A3B8;
  margin-bottom: 4px;
}
.ty-dash-kpi-value {
  font-size: 22px;
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.ty-dash-kpi-unit {
  font-size: 13px;
  color: #94A3B8;
  margin-left: 1px;
}
.ty-dash-kpi-delta {
  font-size: 10px;
  margin-top: 4px;
  color: #94A3B8;
}
.ty-dash-kpi-delta.up { color: #10B981; }

/* Charts row */
.ty-dash-charts {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
}
.ty-dash-donut-wrap,
.ty-dash-line-wrap,
.ty-dash-bars-wrap {
  padding: 14px 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
}
.ty-dash-card-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #94A3B8;
  margin-bottom: 8px;
}

/* Donut chart */
.ty-dash-donut {
  width: 100%;
  height: auto;
  max-height: 100px;
  display: block;
}
.ty-dash-donut .donut-track {
  fill: none;
  stroke: rgba(255,255,255,0.05);
  stroke-width: 12;
}
.ty-dash-donut .donut-seg {
  fill: none;
  stroke-width: 12;
  stroke-linecap: butt;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
  stroke-dasharray: 276;
}
.ty-dash-donut .donut-seg.s1 {
  stroke: #6BA5D9;
  stroke-dashoffset: 276;
  animation: ty-donut-s1 3s ease-out forwards, ty-donut-s1-loop 8s ease-in-out 3s infinite;
}
.ty-dash-donut .donut-seg.s2 {
  stroke: #10B981;
  stroke-dasharray: 276;
  stroke-dashoffset: 276;
  animation: ty-donut-s2 3s ease-out 0.3s forwards, ty-donut-s2-loop 8s ease-in-out 3.3s infinite;
}
.ty-dash-donut .donut-seg.s3 {
  stroke: #9BBED4;
  stroke-dasharray: 276;
  stroke-dashoffset: 276;
  animation: ty-donut-s3 3s ease-out 0.6s forwards, ty-donut-s3-loop 8s ease-in-out 3.6s infinite;
}
@keyframes ty-donut-s1 {
  to { stroke-dashoffset: 110; }
}
@keyframes ty-donut-s2 {
  to { stroke-dashoffset: 200; stroke-dasharray: 276; transform: rotate(150deg); transform-origin: 60px 60px; }
}
@keyframes ty-donut-s3 {
  to { stroke-dashoffset: 235; stroke-dasharray: 276; transform: rotate(230deg); transform-origin: 60px 60px; }
}
@keyframes ty-donut-s1-loop {
  0%, 100% { stroke-dashoffset: 110; }
  50% { stroke-dashoffset: 105; }
}
@keyframes ty-donut-s2-loop {
  0%, 100% { stroke-dashoffset: 200; }
  50% { stroke-dashoffset: 195; }
}
@keyframes ty-donut-s3-loop {
  0%, 100% { stroke-dashoffset: 235; }
  50% { stroke-dashoffset: 232; }
}
.ty-dash-donut .donut-center {
  fill: #F8FAFC;
  font-size: 14px;
  font-weight: 600;
  text-anchor: middle;
  font-family: 'Geist', sans-serif;
}
.ty-dash-donut .donut-sub {
  fill: #94A3B8;
  font-size: 7px;
  text-anchor: middle;
  letter-spacing: 0.1em;
  font-family: 'Geist', sans-serif;
  text-transform: uppercase;
}
.ty-dash-legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.ty-dash-legend .legend-item {
  font-size: 9px;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ty-dash-legend .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

/* Line graph */
.ty-dash-line-wrap {
  display: flex;
  flex-direction: column;
}
.ty-dash-line {
  width: 100%;
  flex: 1;
  min-height: 100px;
  display: block;
}
.ty-dash-line .grid {
  stroke: rgba(255,255,255,0.04);
  stroke-width: 1;
  stroke-dasharray: 2 4;
}
.ty-dash-line .line-path {
  fill: none;
  stroke: #6BA5D9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  filter: drop-shadow(0 0 4px rgba(107,165,217,0.5));
  animation: ty-line-draw 4s ease-out forwards, ty-line-redraw 12s linear 4s infinite;
}
@keyframes ty-line-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes ty-line-redraw {
  0%, 100% { stroke-dashoffset: 0; }
  48% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: 700; }
  52% { stroke-dashoffset: 700; }
  100% { stroke-dashoffset: 0; }
}
.ty-dash-line .line-fill {
  fill: url(#dashGradient);
  opacity: 0;
  animation: ty-fill-in 1s ease-out 3.5s forwards;
}
@keyframes ty-fill-in {
  to { opacity: 1; }
}
.ty-dash-line .line-dot {
  fill: #F8FAFC;
  filter: drop-shadow(0 0 6px rgba(107,165,217,0.9));
  opacity: 0;
  animation: ty-dot-travel 12s linear 4s infinite;
}
@keyframes ty-dot-travel {
  0% { opacity: 0; transform: translate(0, -50px); }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0; transform: translate(285px, -55px); }
}

/* Since we can't gradient-fill via CSS on SVG in all browsers, use a fallback */
.ty-dash-line .line-fill {
  fill: rgba(107,165,217,0.12);
}

/* Bars */
.ty-dash-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 50px;
  margin-top: 4px;
}
.ty-dash-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, #6BA5D9 0%, rgba(107,165,217,0.3) 100%);
  border-radius: 2px 2px 0 0;
  height: 0%;
  animation: ty-bar-grow 1.2s ease-out forwards, ty-bar-breathe 4s ease-in-out infinite;
  animation-delay: var(--d), calc(var(--d) + 1.2s);
  transform-origin: bottom;
}
@keyframes ty-bar-grow {
  to { height: var(--h); }
}
@keyframes ty-bar-breathe {
  0%, 100% { 
    height: var(--h);
    opacity: 0.9;
  }
  50% { 
    height: calc(var(--h) + 4%);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .ty-dash-kpis { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .ty-dash-kpi { padding: 10px 12px; }
  .ty-dash-kpi-value { font-size: 18px; }
  .ty-dash-charts { grid-template-columns: 1fr; }
  .ty-dash-donut-wrap { max-width: 200px; margin: 0 auto; }
  .ty-dash-bars { height: 40px; }
}
/* ============================================
   SECTION 3 ROW ICONS (replacing 01/02/03/04)
   ============================================ */

.ty-row-icon {
  width: 96px;
  height: 96px;
  margin-bottom: -8px;
  opacity: 0.9;
}
.ty-row-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Icon 1 — Brain circuit (Custom agents) */
/* Icon 1 — AI Agent (Custom agents) */
.ty-icon-agent .agent-frame {
  fill: none;
  stroke: rgba(107,165,217,0.35);
  stroke-width: 1.2;
  stroke-linejoin: round;
}
.ty-icon-agent .agent-head {
  fill: rgba(107,165,217,0.08);
  stroke: #6BA5D9;
  stroke-width: 1.5;
}
.ty-icon-agent .agent-antenna {
  stroke: #6BA5D9;
  stroke-width: 1.5;
  stroke-linecap: round;
}
.ty-icon-agent .agent-antenna-tip {
  fill: #6BA5D9;
  animation: ty-agent-blink 2s ease-in-out infinite;
}
.ty-icon-agent .agent-eye {
  fill: #6BA5D9;
  animation: ty-agent-eye 4s ease-in-out infinite;
}
.ty-icon-agent .agent-eye.right {
  animation-delay: 0.1s;
}
.ty-icon-agent .agent-scan {
  fill: rgba(107,165,217,0.7);
  opacity: 0;
  filter: drop-shadow(0 0 3px rgba(107,165,217,0.8));
  animation: ty-agent-scan 4s ease-in-out infinite;
}
.ty-icon-agent .agent-mouth {
  stroke: #6BA5D9;
  stroke-width: 1.5;
  stroke-linecap: round;
  opacity: 0.4;
  animation: ty-agent-process 1.5s ease-in-out infinite;
}
.ty-icon-agent .agent-mouth.m2 {
  animation-delay: 0.2s;
}
.ty-icon-agent .agent-mouth.m3 {
  animation-delay: 0.4s;
}
.ty-icon-agent .agent-dot {
  fill: #6BA5D9;
  opacity: 0.3;
  animation: ty-agent-corner 3s ease-in-out infinite;
}
.ty-icon-agent .agent-dot:nth-child(11) { animation-delay: 0s; }
.ty-icon-agent .agent-dot:nth-child(12) { animation-delay: 0.75s; }
.ty-icon-agent .agent-dot:nth-child(13) { animation-delay: 1.5s; }
.ty-icon-agent .agent-dot:nth-child(14) { animation-delay: 2.25s; }

@keyframes ty-agent-blink {
  0%, 90%, 100% { opacity: 1; }
  95% { opacity: 0.3; }
}
@keyframes ty-agent-eye {
  0%, 85%, 100% { opacity: 1; transform: scaleY(1); }
  90% { opacity: 0.4; transform: scaleY(0.1); }
  92% { opacity: 0.4; transform: scaleY(0.1); }
  94% { opacity: 1; transform: scaleY(1); }
}
@keyframes ty-agent-scan {
  0%, 100% { opacity: 0; transform: translateX(0); }
  20% { opacity: 1; }
  50% { opacity: 1; transform: translateX(0); }
  80% { opacity: 0; }
}
@keyframes ty-agent-process {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
@keyframes ty-agent-corner {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}
.ty-icon-agent .agent-eye {
  transform-origin: center;
  transform-box: fill-box;
}

/* Icon 2 — Network triangle (Orchestration) */
.ty-icon-network circle {
  fill: rgba(107,165,217,0.12);
  stroke: #6BA5D9;
  stroke-width: 1.5;
}
.ty-icon-network .edge {
  stroke: #6BA5D9;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: ty-net-draw 4s ease-in-out infinite;
}
.ty-icon-network .edge:nth-child(4) { animation-delay: 0s; }
.ty-icon-network .edge:nth-child(5) { animation-delay: 0.4s; }
.ty-icon-network .edge:nth-child(6) { animation-delay: 0.8s; }
@keyframes ty-net-draw {
  0% { stroke-dashoffset: 80; opacity: 0.2; }
  40% { stroke-dashoffset: 0; opacity: 1; }
  80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 80; opacity: 0.2; }
}

/* Icon 3 — Compass (Discovery) */
.ty-icon-compass .ring {
  fill: none;
  stroke: #6BA5D9;
  stroke-width: 1.5;
  opacity: 0.5;
}
.ty-icon-compass .ring-inner {
  fill: none;
  stroke: #6BA5D9;
  stroke-width: 1;
  opacity: 0.3;
}
.ty-icon-compass .tick {
  stroke: #6BA5D9;
  stroke-width: 1;
  opacity: 0.6;
}
.ty-icon-compass .needle {
  fill: #6BA5D9;
  transform-origin: 48px 48px;
  animation: ty-compass-spin 6s ease-in-out infinite;
}
@keyframes ty-compass-spin {
  0% { transform: rotate(0deg); }
  30% { transform: rotate(140deg); }
  45% { transform: rotate(120deg); }
  60% { transform: rotate(135deg); }
  100% { transform: rotate(360deg); }
}

/* Icon 4 — Heartbeat (Operations) */
.ty-icon-pulse .baseline {
  stroke: rgba(107,165,217,0.25);
  stroke-width: 1.5;
  fill: none;
}
.ty-icon-pulse .wave {
  stroke: #6BA5D9;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  filter: drop-shadow(0 0 3px rgba(107,165,217,0.6));
  animation: ty-pulse-wave 3s linear infinite;
}
@keyframes ty-pulse-wave {
  0% { stroke-dashoffset: 200; }
  100% { stroke-dashoffset: -200; }
}

/* ============================================
   AGENT STREAM (unchanged)
   ============================================ */

.ty-agent-stream {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  color: #F8FAFC;
}
.ty-stream-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ty-stream-title {
  color: #94A3B8;
  font-size: 11px;
}
.ty-stream-live {
  color: #10B981;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.1em;
}
.ty-stream-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ty-stream-line {
  display: grid;
  grid-template-columns: 42px 16px 1fr;
  gap: 8px;
  align-items: start;
  color: #94A3B8;
  line-height: 1.5;
}
.ty-stream-time {
  color: #5A6474;
  font-size: 11px;
}
.ty-stream-arrow {
  color: #6BA5D9;
}
.ty-stream-ok { color: #B8C5D6; }
.ty-stream-ok .ty-stream-arrow { color: #10B981; }
.ty-stream-active { color: #F8FAFC; }
.ty-stream-active .ty-stream-arrow { color: #E8B86A; }
.ty-stream-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 11px;
  color: #94A3B8;
}
@media (max-width: 480px) {
  .ty-agent-stream { font-size: 11px; }
  .ty-stream-line { grid-template-columns: 36px 14px 1fr; gap: 6px; }
}

/* ============================================
   TIMELINE (unchanged)
   ============================================ */

.ty-timeline-row {
  position: relative;
}
.ty-timeline-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(107,165,217,0.4) 20%, 
    rgba(107,165,217,0.4) 80%, 
    transparent 100%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .ty-timeline-row::before { display: none; }
}
/* ============================================
   TESTIMONIALS — ASYMMETRIC WALL (simplified)
   ============================================ */

.ty-wall {
  column-count: 3;
  column-gap: 24px;
  font-family: 'Geist', sans-serif;
}

.ty-wall > .elementor-element,
.ty-wall > .e-con {
  break-inside: avoid;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1024px) {
  .ty-wall { column-count: 2; }
}
@media (max-width: 640px) {
  .ty-wall { column-count: 1; }
}

/* Individual testimonial card */
.ty-tcard {
  padding: 28px 28px 24px;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  transition: all 280ms ease-out;
  position: relative;
}
.ty-tcard:hover {
  background: rgba(107,165,217,0.03);
  border-color: rgba(107,165,217,0.18);
  transform: translateY(-2px);
}

/* Star rating row */
.ty-tcard-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}
.ty-tcard-stars svg {
  width: 14px;
  height: 14px;
  fill: #6BA5D9;
}

/* Quote text */
.ty-tcard-quote {
  font-size: 15px;
  line-height: 1.65;
  color: #D1D9E0;
  margin-bottom: 24px;
}

/* Author row */
.ty-tcard-author {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ty-tcard-name {
  font-size: 14px;
  font-weight: 500;
  color: #F8FAFC;
  line-height: 1.3;
  display: block;
}
.ty-tcard-role {
  font-size: 12px;
  color: #94A3B8;
  margin-top: 4px;
  line-height: 1.4;
  display: block;
}

/* Section header stat row (from previous build — keep this) */
.ty-wall-header {
  text-align: center;
  margin-bottom: 72px;
}
.ty-wall-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .ty-wall-trust {
    flex-direction: column;
    gap: 12px;
  }
  .ty-wall-trust-dot {
    display: none;
  }
}
.ty-wall-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #94A3B8;
}
.ty-wall-trust-item strong {
  color: #F8FAFC;
  font-weight: 500;
}
.ty-wall-trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #94A3B8;
  opacity: 0.5;
}
/* ============================================
   HEADER — RESOURCES DROPDOWN
   ============================================ */

.elementor-nav-menu .sub-menu {
  background: rgba(10, 10, 15, 0.92) !important;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 8px !important;
  min-width: 240px !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(107,165,217,0.04) !important;
  margin-top: 14px !important;
}

.elementor-nav-menu .sub-menu li a {
  font-family: 'Geist', sans-serif !important;
  font-size: 14px !important;
  color: #D1D9E0 !important;
  padding: 13px 16px !important;
  border-radius: 8px !important;
  transition: all 200ms ease-out !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  border: none !important;
}

.elementor-nav-menu .sub-menu li a:hover,
.elementor-nav-menu .sub-menu li a:focus {
  background: rgba(107, 165, 217, 0.08) !important;
  color: #F8FAFC !important;
  padding-left: 20px !important;
}

/* Chevron — ALWAYS visible, brightens on hover */
.elementor-nav-menu > li.menu-item-has-children > a {
  position: relative !important;
  padding-right: 22px !important;
}

.elementor-nav-menu > li.menu-item-has-children > a::after {
  content: "" !important;
  position: absolute !important;
  right: 2px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  transform: translateY(-70%) rotate(45deg) !important;
  opacity: 0.5 !important;
  transition: transform 220ms ease-out, opacity 220ms ease-out !important;
  display: block !important;
}

.elementor-nav-menu > li.menu-item-has-children:hover > a::after {
  transform: translateY(-20%) rotate(225deg) !important;
  opacity: 1 !important;
}

/* Kill any residual Elementor submenu arrow icons */
.elementor-nav-menu .sub-arrow,
.elementor-nav-menu li.menu-item-has-children > a > .sub-arrow,
.elementor-nav-menu li.menu-item-has-children > a > i,
.elementor-nav-menu li.menu-item-has-children > a > svg {
  display: none !important;
}
/* ============================================
   CASE STUDIES — HERO INDEX
   ============================================ */

.ty-cs-index {
  font-family: 'Geist', sans-serif;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 8px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ty-cs-index-header {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 16px;
  padding: 14px 16px 16px 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #6BA5D9;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 4px;
}

.ty-cs-index-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 16px;
  padding: 16px;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  transition: all 220ms ease-out;
  border: 1px solid transparent;
  position: relative;
}

.ty-cs-index-row::after {
  content: "→";
  position: absolute;
  right: 12px;
  opacity: 0;
  color: #6BA5D9;
  transform: translateX(-6px);
  transition: all 220ms ease-out;
  font-size: 14px;
}

.ty-cs-index-row:hover {
  background: rgba(107,165,217,0.05);
  border-color: rgba(107,165,217,0.18);
}

.ty-cs-index-row:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.ty-cs-index-row:hover .ty-cs-index-stat {
  opacity: 0;
}

.ty-cs-index-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #6BA5D9;
  font-variant-numeric: tabular-nums;
}

.ty-cs-index-name {
  font-size: 15px;
  color: #F8FAFC;
  font-weight: 400;
}

.ty-cs-index-stat {
  font-size: 12px;
  color: #94A3B8;
  font-variant-numeric: tabular-nums;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  transition: opacity 220ms ease-out;
}

@media (max-width: 768px) {
  .ty-cs-index-name { font-size: 14px; }
  .ty-cs-index-stat { font-size: 11px; }
}
/* ============================================
   CASE STUDIES — BENTO GRID
   ============================================ */

.ty-bento-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 24px;
  width: 100%;
}

.ty-bento-grid > .e-con,
.ty-bento-grid > .elementor-element {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

.ty-bento-tile-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.ty-bento-tile {
  grid-column: span 1;
  grid-row: span 1;
}

@media (max-width: 1024px) {
  .ty-bento-grid { grid-template-columns: repeat(2, 1fr); }
  .ty-bento-tile-feature { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 640px) {
  .ty-bento-grid { grid-template-columns: 1fr; }
  .ty-bento-tile-feature { grid-column: span 1; }
}
.ty-bento-card {
  position: relative;
  overflow: hidden;
  transition: all 320ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: default;
}

.ty-bento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107,165,217,0.7), transparent);
  opacity: 0;
  transition: opacity 320ms ease-out;
}

.ty-bento-card:hover {
  border-color: rgba(107,165,217,0.22) !important;
  background: rgba(107,165,217,0.025) !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}

.ty-bento-card:hover::before {
  opacity: 1;
}
/* ============================================
   CASE STUDIES — TILE INTERNALS
   ============================================ */

.ty-tile-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Geist', sans-serif;
  flex-wrap: wrap;
}

.ty-tile-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #6BA5D9;
  letter-spacing: 0.05em;
  padding-right: 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.ty-tile-tag {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #94A3B8;
  text-transform: uppercase;
}

.ty-tile-featured {
  margin-left: auto;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #6BA5D9;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid rgba(107,165,217,0.3);
  border-radius: 100px;
  background: rgba(107,165,217,0.06);
}

.ty-tile-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: 'Geist', sans-serif;
}

.ty-tile-metric {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ty-tile-metric .v {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ty-tile-metric .v i {
  font-style: normal;
  font-size: 0.5em;
  color: #94A3B8;
  margin-left: 2px;
  font-weight: 400;
}

.ty-tile-metric .l {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #94A3B8;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .ty-tile-metrics { gap: 16px; }
  .ty-tile-metric .v { font-size: 32px; }
}
.ty-tile-metrics-sm {
  display: flex;
  gap: 32px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: 'Geist', sans-serif;
}

.ty-tile-metric-sm {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ty-tile-metric-sm .v {
  font-size: 32px;
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ty-tile-metric-sm .v i {
  font-style: normal;
  font-size: 0.5em;
  color: #94A3B8;
  margin-left: 2px;
}

.ty-tile-metric-sm .l {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #94A3B8;
  text-transform: uppercase;
  margin-top: 4px;
}

.ty-tile-download-sm {
  margin-top: 28px;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  transition: all 200ms ease-out;
}

.ty-tile-download-sm:hover {
  transform: translateX(3px);
}
/* ============================================
   CASE STUDIES — AGGREGATE STRIP
   ============================================ */

.ty-cs-aggregate {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ty-cs-aggregate > .e-con {
  border-right: 1px solid rgba(255,255,255,0.08);
}

.ty-cs-aggregate > .e-con:last-child {
  border-right: none;
}

.ty-cs-agg-value {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1024px) {
  .ty-cs-aggregate {
    flex-wrap: wrap !important;
  }
  .ty-cs-aggregate > .e-con {
    width: 50% !important;
  }
  .ty-cs-aggregate > .e-con:nth-child(2) {
    border-right: none;
  }
  .ty-cs-aggregate > .e-con:nth-child(1),
  .ty-cs-aggregate > .e-con:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
}

@media (max-width: 640px) {
  .ty-cs-aggregate > .e-con {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .ty-cs-aggregate > .e-con:last-child {
    border-bottom: none;
  }
}
/* Override status chip position on Case Studies hero */
.ty-cs-hero .ty-status-chip {
  left: auto;
  right: 32px;
  top: 32px;
  bottom: auto;
}

@media (max-width: 767px) {
  .ty-cs-hero .ty-status-chip {
    right: 16px;
    top: 16px;
  }
}
/* ============================================
   CASE STUDIES — CAROUSEL
   ============================================ */

/* --------------------------------------------
   1. NAVIGATION ARROWS (top-right of section header)
   -------------------------------------------- */
.ty-cs-carousel-nav {
  display: flex !important;
  gap: 10px !important;
}

button.ty-cs-nav-btn,
.ty-cs-carousel-nav button.ty-cs-nav-btn {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 220ms ease-out !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
  text-decoration: none !important;
  line-height: 1 !important;
  color: #D1D9E0 !important;
}

button.ty-cs-nav-btn svg,
.ty-cs-carousel-nav button.ty-cs-nav-btn svg,
button.ty-cs-nav-btn > svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  stroke: #D1D9E0 !important;
  fill: none !important;
  pointer-events: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

button.ty-cs-nav-btn svg path,
.ty-cs-carousel-nav button.ty-cs-nav-btn svg path {
  stroke: #D1D9E0 !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

button.ty-cs-nav-btn:hover:not(.swiper-button-disabled) {
  background: rgba(107,165,217,0.1) !important;
  border-color: rgba(107,165,217,0.4) !important;
  transform: translateY(-1px) !important;
}

button.ty-cs-nav-btn:hover:not(.swiper-button-disabled) svg,
button.ty-cs-nav-btn:hover:not(.swiper-button-disabled) svg path {
  stroke: #F8FAFC !important;
}

button.ty-cs-nav-btn:focus,
button.ty-cs-nav-btn:active,
button.ty-cs-nav-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

button.ty-cs-nav-btn.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

/* --------------------------------------------
   2. CAROUSEL CONTAINER
   (padding top minimal, no bottom padding —
    pagination lives outside via negative bottom)
   -------------------------------------------- */
.ty-cs-swiper {
  width: 100%;
  padding: 4px 4px 4px 4px;
  overflow: visible !important;
  margin-top: 56px;
  margin-bottom: 80px;
  position: relative;
}

.ty-cs-swiper .swiper-wrapper {
  align-items: stretch;
}

.ty-cs-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* --------------------------------------------
   3. SLIDE CARD (the actual case study card)
   -------------------------------------------- */
.ty-cs-slide-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: all 360ms cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  min-height: 540px;
}

.ty-cs-slide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107,165,217,0.7), transparent);
  opacity: 0;
  transition: opacity 320ms ease-out;
  z-index: 5;
}

.ty-cs-slide-card:hover {
  border-color: rgba(107,165,217,0.25);
  background: rgba(107,165,217,0.025);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}

.ty-cs-slide-card:hover::before {
  opacity: 1;
}

/* --------------------------------------------
   4. CARD IMAGE AREA
   -------------------------------------------- */
.ty-cs-slide-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.ty-cs-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(0.85);
  transition: all 500ms ease-out;
}

.ty-cs-slide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    rgba(10,10,15,0) 0%, 
    rgba(10,10,15,0.25) 50%, 
    rgba(10,10,15,0.9) 100%);
  pointer-events: none;
}

.ty-cs-slide-card:hover .ty-cs-slide-image img {
  filter: brightness(0.82) saturate(1);
  transform: scale(1.06);
}

/* --------------------------------------------
   5. CARD BODY (text content area below image)
   -------------------------------------------- */
.ty-cs-slide-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
}

/* --------------------------------------------
   6. CARD METADATA STRIP (number + industry tag)
   -------------------------------------------- */
.ty-cs-slide-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Geist', sans-serif;
}

.ty-cs-slide-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #6BA5D9;
  letter-spacing: 0.05em;
  padding-right: 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.ty-cs-slide-tag {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #94A3B8;
  text-transform: uppercase;
}

/* --------------------------------------------
   7. CARD TITLE
   -------------------------------------------- */
.ty-cs-slide-title {
  font-family: 'Geist', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #F8FAFC;
  margin: 0;
}

/* --------------------------------------------
   8. CARD DESCRIPTION
   -------------------------------------------- */
.ty-cs-slide-desc {
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #94A3B8;
  margin: 0;
  flex-grow: 1;
}

/* --------------------------------------------
   9. CARD METRICS ROW (the two big numbers)
   -------------------------------------------- */
.ty-cs-slide-metrics {
  display: flex;
  gap: 32px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: 'Geist', sans-serif;
}

.ty-cs-slide-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ty-cs-slide-metric .v {
  font-size: 28px;
  font-weight: 500;
  color: #F8FAFC;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ty-cs-slide-metric .v i {
  font-style: normal;
  font-size: 0.5em;
  color: #94A3B8;
  margin-left: 2px;
}

.ty-cs-slide-metric .l {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #94A3B8;
  text-transform: uppercase;
}

/* --------------------------------------------
   10. CARD DOWNLOAD CTA
   -------------------------------------------- */
.ty-cs-slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Geist', sans-serif;
  font-size: 13px;
  color: #6BA5D9;
  font-weight: 500;
  margin-top: 4px;
  transition: all 200ms ease-out;
}

.ty-cs-slide-card:hover .ty-cs-slide-cta {
  color: #F8FAFC;
  transform: translateX(3px);
}

/* --------------------------------------------
   11. PAGINATION DOTS
   (positioned BELOW the swiper container using
    negative bottom — physically outside the
    carousel area, cannot overlap cards)
   -------------------------------------------- */
.ty-cs-swiper .swiper-pagination,
.ty-cs-swiper > .swiper-pagination {
  position: absolute !important;
  bottom: -50px !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 20 !important;
  height: 12px !important;
  pointer-events: auto !important;
}

.ty-cs-swiper .swiper-pagination .swiper-pagination-bullet,
.ty-cs-swiper .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.2) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 220ms ease-out !important;
  cursor: pointer !important;
  display: inline-block !important;
  border: none !important;
  box-shadow: none !important;
}

.ty-cs-swiper .swiper-pagination .swiper-pagination-bullet-active,
.ty-cs-swiper .swiper-pagination-bullet-active {
  background: #6BA5D9 !important;
  width: 28px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 12px rgba(107,165,217,0.5) !important;
}

/* --------------------------------------------
   12. MOBILE RESPONSIVE
   -------------------------------------------- */
@media (max-width: 767px) {
  .ty-cs-carousel-nav {
    display: none;
  }
  .ty-cs-slide-body {
    padding: 24px;
  }
  .ty-cs-slide-image {
    height: 180px;
  }
  .ty-cs-slide-card {
    min-height: 480px;
  }
  .ty-cs-swiper {
    margin-top: 32px;
    margin-bottom: 70px;
  }
}
/* ============================================
   BLOGS HERO — KNOWLEDGE STREAM GRAPHIC
   ============================================ */

.ty-blog-pulse {
  font-family: 'Geist', sans-serif;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.ty-blog-pulse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 8px;
}

.ty-blog-pulse-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #6BA5D9;
  text-transform: uppercase;
}

.ty-blog-pulse-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #10B981;
  text-transform: uppercase;
}

.ty-blog-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10B981;
  animation: ty-blog-pulse-dot 2s ease-in-out infinite;
}

@keyframes ty-blog-pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  50% { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}

.ty-blog-pulse-svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 12px 0;
}

/* Lines */
.ty-blog-lines line {
  stroke: rgba(107,165,217,0.18);
  stroke-width: 1;
}

/* Outer nodes */
.ty-blog-nodes .node {
  fill: rgba(107,165,217,0.15);
  stroke: #6BA5D9;
  stroke-width: 1.5;
  animation: ty-blog-node-pulse 4s ease-in-out infinite;
}

.ty-blog-nodes .node.n1 { animation-delay: 0s; }
.ty-blog-nodes .node.n2 { animation-delay: 0.6s; }
.ty-blog-nodes .node.n3 { animation-delay: 1.2s; }
.ty-blog-nodes .node.n4 { animation-delay: 1.8s; }
.ty-blog-nodes .node.n5 { animation-delay: 2.4s; }
.ty-blog-nodes .node.n6 { animation-delay: 3.0s; }

@keyframes ty-blog-node-pulse {
  0%, 100% { 
    fill: rgba(107,165,217,0.15);
    r: 6;
  }
  50% { 
    fill: rgba(107,165,217,0.5);
    r: 7;
  }
}

/* Center hub */
.ty-blog-hub-ring {
  fill: none;
  stroke: rgba(107,165,217,0.25);
  stroke-width: 1;
  animation: ty-blog-ring-rotate 20s linear infinite;
  transform-origin: 200px 160px;
}

.ty-blog-hub-ring-2 {
  fill: none;
  stroke: rgba(107,165,217,0.12);
  stroke-width: 1;
  stroke-dasharray: 4 4;
  animation: ty-blog-ring-rotate 30s linear infinite reverse;
  transform-origin: 200px 160px;
}

@keyframes ty-blog-ring-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ty-blog-hub-core {
  fill: #6BA5D9;
  filter: drop-shadow(0 0 10px rgba(107,165,217,0.7));
}

.ty-blog-hub-pulse {
  fill: none;
  stroke: #6BA5D9;
  stroke-width: 2;
  opacity: 0;
  animation: ty-blog-hub-expand 3s ease-out infinite;
  transform-origin: 200px 160px;
}

@keyframes ty-blog-hub-expand {
  0% { 
    r: 14; 
    opacity: 0.8;
    stroke-width: 2;
  }
  100% { 
    r: 50; 
    opacity: 0;
    stroke-width: 0.5;
  }
}

/* Traveling pulses along connection lines */
.ty-blog-traveler {
  fill: #6BA5D9;
  filter: drop-shadow(0 0 6px rgba(107,165,217,0.9));
  opacity: 0;
}

.ty-blog-traveler.t1 {
  animation: ty-blog-travel-1 5s ease-in-out infinite;
}
.ty-blog-traveler.t2 {
  animation: ty-blog-travel-2 5s ease-in-out infinite;
  animation-delay: 1.25s;
}
.ty-blog-traveler.t3 {
  animation: ty-blog-travel-3 5s ease-in-out infinite;
  animation-delay: 2.5s;
}
.ty-blog-traveler.t4 {
  animation: ty-blog-travel-4 5s ease-in-out infinite;
  animation-delay: 3.75s;
}

@keyframes ty-blog-travel-1 {
  0% { cx: 80; cy: 60; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { cx: 200; cy: 160; opacity: 0; }
}
@keyframes ty-blog-travel-2 {
  0% { cx: 320; cy: 60; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { cx: 200; cy: 160; opacity: 0; }
}
@keyframes ty-blog-travel-3 {
  0% { cx: 60; cy: 200; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { cx: 200; cy: 160; opacity: 0; }
}
@keyframes ty-blog-travel-4 {
  0% { cx: 280; cy: 270; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { cx: 200; cy: 160; opacity: 0; }
}

/* Node labels */
.ty-blog-label {
  fill: #94A3B8;
  font-size: 9px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  text-anchor: middle;
  letter-spacing: 0.08em;
}

.ty-blog-pulse-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: center;
}

.ty-blog-pulse-meta {
  font-size: 11px;
  color: #94A3B8;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}

@media (max-width: 768px) {
  .ty-blog-pulse {
    padding: 20px;
  }
}
/* ============================================
   BLOGS — CAROUSEL CARD STYLING
   ============================================ */

.ty-blog-swiper {
  width: 100%;
  padding: 4px 4px 4px 4px;
  overflow: visible !important;
  margin-top: 56px;
  margin-bottom: 80px;
  position: relative;
}

.ty-blog-swiper .swiper-wrapper {
  align-items: stretch;
}

.ty-blog-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.ty-blog-slide-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: all 360ms cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  min-height: 560px;
}

.ty-blog-slide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107,165,217,0.7), transparent);
  opacity: 0;
  transition: opacity 320ms ease-out;
  z-index: 5;
}

.ty-blog-slide-card:hover {
  border-color: rgba(107,165,217,0.25);
  background: rgba(107,165,217,0.025);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}

.ty-blog-slide-card:hover::before {
  opacity: 1;
}

/* Image area with category tag overlay */
.ty-blog-slide-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.ty-blog-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(0.85);
  transition: all 500ms ease-out;
}

.ty-blog-slide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    rgba(10,10,15,0) 0%, 
    rgba(10,10,15,0.25) 50%, 
    rgba(10,10,15,0.85) 100%);
  pointer-events: none;
}

.ty-blog-slide-card:hover .ty-blog-slide-image img {
  filter: brightness(0.82) saturate(1);
  transform: scale(1.06);
}

.ty-blog-slide-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-family: 'Geist', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #F8FAFC;
  text-transform: uppercase;
  padding: 6px 12px;
  background: rgba(10,10,15,0.65);
  border: 1px solid rgba(107,165,217,0.35);
  border-radius: 100px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Card body */
.ty-blog-slide-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
}

.ty-blog-slide-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Geist', sans-serif;
}

.ty-blog-slide-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #6BA5D9;
  letter-spacing: 0.05em;
  padding-right: 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.ty-blog-slide-date {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #94A3B8;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}

.ty-blog-slide-title {
  font-family: 'Geist', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #F8FAFC;
  margin: 0;
}

.ty-blog-slide-desc {
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #94A3B8;
  margin: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Author + read CTA row at bottom */
.ty-blog-slide-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  margin-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.ty-blog-slide-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ty-blog-slide-author-name {
  font-family: 'Geist', sans-serif;
  font-size: 12px;
  color: #F8FAFC;
  font-weight: 500;
}

.ty-blog-slide-author-role {
  font-family: 'Geist', sans-serif;
  font-size: 10px;
  color: #94A3B8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ty-blog-slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Geist', sans-serif;
  font-size: 13px;
  color: #6BA5D9;
  font-weight: 500;
  transition: all 200ms ease-out;
}

.ty-blog-slide-card:hover .ty-blog-slide-cta {
  color: #F8FAFC;
  transform: translateX(3px);
}

/* Pagination dots — same approach as case studies */
.ty-blog-swiper .swiper-pagination,
.ty-blog-swiper > .swiper-pagination {
  position: absolute !important;
  bottom: -50px !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 20 !important;
  height: 12px !important;
  pointer-events: auto !important;
}

.ty-blog-swiper .swiper-pagination .swiper-pagination-bullet,
.ty-blog-swiper .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.2) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 220ms ease-out !important;
  cursor: pointer !important;
  display: inline-block !important;
  border: none !important;
  box-shadow: none !important;
}

.ty-blog-swiper .swiper-pagination .swiper-pagination-bullet-active,
.ty-blog-swiper .swiper-pagination-bullet-active {
  background: #6BA5D9 !important;
  width: 28px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 12px rgba(107,165,217,0.5) !important;
}

@media (max-width: 767px) {
  .ty-blog-slide-body {
    padding: 24px;
  }
  .ty-blog-slide-image {
    height: 170px;
  }
  .ty-blog-slide-card {
    min-height: 500px;
  }
  .ty-blog-swiper {
    margin-top: 32px;
    margin-bottom: 70px;
  }
  .ty-blog-slide-title {
    font-size: 20px;
  }
}
/* ============================================
   BLOG POST — TYPOGRAPHY & LAYOUT
   ============================================ */

.ty-blog-post {
  font-family: 'Geist', sans-serif;
  color: #D1D9E0;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.ty-blog-post-hero {
  padding: 120px 0 64px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 64px;
}

.ty-blog-post-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Geist', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #6BA5D9;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.ty-blog-post-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6BA5D9;
  border-radius: 1px;
}

.ty-blog-post-title {
  font-family: 'Geist', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -2px;
  color: #F8FAFC;
  margin: 0 0 32px 0;
}

.ty-blog-post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  color: #94A3B8;
  letter-spacing: 0.05em;
}

.ty-blog-post-meta-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.15);
}

.ty-blog-post-image {
  width: 100%;
  margin: 48px 0 64px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  background: rgba(255,255,255,0.02);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ty-blog-post-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6BA5D9;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 2px dashed rgba(107,165,217,0.3);
  border-radius: 8px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  background: rgba(107,165,217,0.03);
}

.ty-blog-post-image-placeholder svg {
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

.ty-blog-post h2 {
  font-family: 'Geist', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #F8FAFC;
  margin: 64px 0 24px 0;
}

.ty-blog-post h3 {
  font-family: 'Geist', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #F8FAFC;
  margin: 48px 0 16px 0;
}

.ty-blog-post p {
  font-family: 'Geist', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #C5D0DB;
  margin: 0 0 24px 0;
}

.ty-blog-post p strong {
  color: #F8FAFC;
  font-weight: 500;
}

.ty-blog-post p em {
  color: #B8C5D6;
  font-style: italic;
}

.ty-blog-post a {
  color: #6BA5D9;
  text-decoration: none;
  border-bottom: 1px solid rgba(107,165,217,0.3);
  transition: all 200ms ease-out;
}

.ty-blog-post a:hover {
  color: #F8FAFC;
  border-bottom-color: #6BA5D9;
}

.ty-blog-post ul,
.ty-blog-post ol {
  margin: 0 0 32px 0;
  padding-left: 24px;
  color: #C5D0DB;
}

.ty-blog-post li {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 12px;
}

.ty-blog-post li::marker {
  color: #6BA5D9;
}

.ty-blog-post blockquote {
  margin: 40px 0;
  padding: 24px 32px;
  border-left: 3px solid #6BA5D9;
  background: rgba(107,165,217,0.04);
  border-radius: 0 8px 8px 0;
}

.ty-blog-post blockquote p {
  font-size: 19px;
  font-style: italic;
  color: #F8FAFC;
  margin: 0;
}

.ty-blog-post pre,
.ty-blog-post code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 2px 6px;
  color: #6BA5D9;
}

.ty-blog-post pre {
  padding: 20px;
  margin: 24px 0;
  overflow-x: auto;
  color: #F8FAFC;
}

.ty-blog-post hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 64px 0;
}

.ty-blog-post-footer {
  margin-top: 96px;
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

@media (max-width: 768px) {
  .ty-blog-post {
    padding: 0 20px;
  }
  .ty-blog-post-hero {
    padding: 80px 0 48px 0;
    margin-bottom: 48px;
  }
  .ty-blog-post p,
  .ty-blog-post li {
    font-size: 16px;
  }
  .ty-blog-post h2 {
    font-size: 26px;
    margin: 48px 0 20px 0;
  }
  .ty-blog-post h3 {
    font-size: 20px;
    margin: 36px 0 14px 0;
  }
}
/* ============================================
   FIX — PREVENT HORIZONTAL PAGE SCROLL FROM SWIPER
   ============================================ */

/* Stop horizontal scroll on the body and html */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}

/* Wrap any container that holds a swiper and clip overflow */
.ty-cs-swiper,
.ty-blog-swiper {
  max-width: 100%;
}

/* Force the swiper's parent Elementor container to clip horizontal overflow */
.elementor-element:has(> .elementor-widget-html .ty-cs-swiper),
.elementor-element:has(> .elementor-widget-html .ty-blog-swiper),
.e-con:has(.ty-cs-swiper),
.e-con:has(.ty-blog-swiper) {
  overflow-x: clip !important;
  max-width: 100vw;
}

/* Mobile — extra strict */
@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
  }
  
  .ty-cs-swiper,
  .ty-blog-swiper {
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ============================================
   CONTACT PAGE — FULL REBUILD
   ============================================ */

/* -------- SECTION 1: Trust strip in hero -------- */
.ty-contact-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-family: 'Geist', sans-serif;
  padding: 14px 24px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ty-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #D1D9E0;
  letter-spacing: 0.02em;
}

.ty-trust-item svg {
  color: #6BA5D9;
  flex-shrink: 0;
}

.ty-trust-divider {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.12);
}

@media (max-width: 640px) {
  .ty-contact-trust-strip {
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    padding: 16px 24px;
  }
  .ty-trust-divider {
    display: none;
  }
}

/* -------- SECTION 2 LEFT: Process list -------- */
.ty-process-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ty-process-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-family: 'Geist', sans-serif;
  transition: all 240ms ease-out;
}

.ty-process-item:last-child {
  border-bottom: none;
}

.ty-process-item:hover {
  padding-left: 8px;
}

.ty-process-num {
  flex-shrink: 0;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  color: #6BA5D9;
  letter-spacing: 0.05em;
  padding-top: 2px;
  min-width: 28px;
}

.ty-process-content {
  flex-grow: 1;
}

.ty-process-title {
  font-family: 'Geist', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #F8FAFC;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.ty-process-desc {
  font-family: 'Geist', sans-serif;
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0;
}

.ty-process-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(107,165,217,0.06);
  border: 1px solid rgba(107,165,217,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6BA5D9;
}

/* -------- SECTION 2 RIGHT: Direct contact items (email + phone) -------- */
.ty-direct-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ty-direct-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  text-decoration: none;
  font-family: 'Geist', sans-serif;
  transition: all 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ty-direct-item:hover {
  background: rgba(107,165,217,0.06);
  border-color: rgba(107,165,217,0.3);
  transform: translateY(-1px);
}

.ty-direct-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: rgba(107,165,217,0.08);
  border: 1px solid rgba(107,165,217,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6BA5D9;
  transition: all 260ms ease-out;
}

.ty-direct-item:hover .ty-direct-icon {
  background: rgba(107,165,217,0.15);
  color: #F8FAFC;
}

.ty-direct-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ty-direct-label {
  font-family: 'Geist', sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #6BA5D9;
  text-transform: uppercase;
  font-weight: 500;
}

.ty-direct-value {
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  color: #F8FAFC;
  line-height: 1.3;
}

.ty-direct-arrow {
  flex-shrink: 0;
  color: #5A6474;
  transition: all 260ms ease-out;
}

.ty-direct-item:hover .ty-direct-arrow {
  color: #F8FAFC;
  transform: translate(2px, -2px);
}

/* Calendly button full width override */
.ty-contact-calendly-btn.elementor-widget-button .elementor-button {
  width: 100% !important;
  justify-content: center !important;
}

/* -------- SECTION 3: Location list (address + hours + serving) -------- */
.ty-location-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.ty-location-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  font-family: 'Geist', sans-serif;
  transition: all 240ms ease-out;
}

.ty-location-item:hover {
  padding-left: 12px;
  background: rgba(107,165,217,0.03);
}

.ty-location-item-static {
  cursor: default;
}

.ty-location-item-static:hover {
  padding-left: 4px;
  background: transparent;
}

.ty-location-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(107,165,217,0.06);
  border: 1px solid rgba(107,165,217,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6BA5D9;
  transition: all 240ms ease-out;
}

.ty-location-item:hover .ty-location-icon {
  background: rgba(107,165,217,0.15);
  color: #F8FAFC;
}

.ty-location-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ty-location-label {
  font-family: 'Geist', sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #6BA5D9;
  text-transform: uppercase;
  font-weight: 500;
}

.ty-location-value {
  font-family: 'Geist', sans-serif;
  font-size: 15px;
  color: #F8FAFC;
  line-height: 1.4;
}

.ty-location-arrow {
  flex-shrink: 0;
  color: #5A6474;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 240ms ease-out;
}

.ty-location-item:hover .ty-location-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #6BA5D9;
}

/* -------- Mobile adjustments -------- */
@media (max-width: 767px) {
  .ty-process-item {
    gap: 14px;
  }
  .ty-direct-item {
    padding: 16px 18px;
    gap: 14px;
  }
  .ty-direct-icon {
    width: 38px;
    height: 38px;
  }
  .ty-location-item {
    gap: 14px;
    padding: 22px 4px;
  }
  .ty-location-value {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-display: auto;
	src: url('https://lightyellow-termite-698702.hostingersite.com/wp-content/uploads/2026/04/Geist-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */