html {
  scroll-behavior: smooth;
}

:root {
  --ts-text: #12233f;
  --ts-text-strong: #0b1730;
  --ts-muted: rgba(18, 35, 63, 0.72);
  --ts-soft: rgba(18, 35, 63, 0.5);
  --ts-border: rgba(148, 163, 184, 0.28);
  --ts-panel: rgba(255, 255, 255, 0.86);
  --ts-panel-strong: rgba(255, 255, 255, 0.96);
  --ts-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  --ts-rainbow: linear-gradient(137deg, #ffdb3b 10%, #fe53bb 42%, #8f51ea 68%, #0044ff 90%);
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.14) 0, rgba(96, 165, 250, 0) 28%),
    radial-gradient(circle at top right, rgba(254, 83, 187, 0.12) 0, rgba(254, 83, 187, 0) 26%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 48%, #eef4fb 100%);
  color: var(--ts-text);
}

summary::-webkit-details-marker {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ts-theme-light {
  position: relative;
  overflow: clip;
}

.ts-theme-light::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 219, 59, 0.18) 0, rgba(255, 219, 59, 0) 17%),
    radial-gradient(circle at 82% 22%, rgba(254, 83, 187, 0.16) 0, rgba(254, 83, 187, 0) 20%),
    radial-gradient(circle at 18% 18%, rgba(0, 68, 255, 0.12) 0, rgba(0, 68, 255, 0) 20%),
    repeating-radial-gradient(circle at 50% 7%, rgba(0, 116, 255, 0.065) 0 1px, rgba(255, 255, 255, 0) 1px 22px);
  opacity: 0.85;
  z-index: 0;
}

.ts-theme-light > * {
  position: relative;
  z-index: 1;
}

.ts-theme-light [class*='text-white'] {
  color: rgba(11, 23, 48, 0.96);
}

.ts-theme-light [class*='text-white/82'] {
  color: rgba(18, 35, 63, 0.82);
}

.ts-theme-light [class*='text-white/72'] {
  color: rgba(18, 35, 63, 0.72);
}

.ts-theme-light [class*='text-white/66'],
.ts-theme-light [class*='text-white/64'],
.ts-theme-light [class*='text-white/62'] {
  color: rgba(18, 35, 63, 0.68);
}

.ts-theme-light [class*='text-white/52'],
.ts-theme-light [class*='text-white/48'],
.ts-theme-light [class*='text-white/46'] {
  color: rgba(18, 35, 63, 0.5);
}

.ts-theme-light [class*='text-[#ffba85]'],
.ts-theme-light [class*='text-[#ffd0a5]'],
.ts-theme-light [class*='text-[#ffcfab]'],
.ts-theme-light [class*='text-[#feca57]'] {
  color: #ef6b2d;
}

.ts-site-header {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 10px 30px rgba(148, 163, 184, 0.12);
}

.ts-site-footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(244, 247, 252, 0.92) 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.ts-hero-section {
  background: transparent;
}

.ts-hero-eyebrow,
.ts-badge-secondary {
  border: 1px solid rgba(239, 107, 45, 0.14);
  background: rgba(239, 107, 45, 0.08);
  color: #ef6b2d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ts-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 1rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(59, 130, 246, 0.12);
  background: rgba(59, 130, 246, 0.05);
  color: rgba(24, 74, 167, 0.86);
}

.ts-button,
.ts-button-small,
.ts-icon-button,
.ts-locale-button,
.ts-profile-link,
.ts-desktop-nav-link,
.ts-mobile-nav-link,
.tomosar-gallery-button {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.ts-button,
.ts-button-small {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  overflow: hidden;
  border: double 4px transparent;
  border-radius: 999px;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 247, 252, 0.92) 100%),
    var(--ts-rainbow);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100% 100%, 300% 300%;
  color: var(--ts-text-strong);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.12), 0 10px 24px rgba(254, 83, 187, 0.1);
  animation: ts-rainbow-shift 9s ease infinite;
}

.ts-button::before,
.ts-button-small::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.95) 0 1.1px, transparent 1.6px),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.6px),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.82) 0 1.2px, transparent 1.8px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  opacity: 0.75;
  transform: translateX(0);
  animation: ts-stars-drift 7s linear infinite;
  z-index: 0;
}

.ts-button::after,
.ts-button-small::after {
  content: '';
  position: absolute;
  inset: auto 12% -55% 12%;
  height: 110%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 219, 59, 0.22) 0%, rgba(255, 219, 59, 0) 52%),
    radial-gradient(circle, rgba(254, 83, 187, 0.18) 0%, rgba(254, 83, 187, 0) 56%),
    radial-gradient(circle, rgba(0, 68, 255, 0.18) 0%, rgba(0, 68, 255, 0) 60%);
  filter: blur(18px);
  opacity: 0.95;
  z-index: 0;
}

.ts-button > *,
.ts-button-small > * {
  position: relative;
  z-index: 1;
}

.ts-button {
  min-height: 3rem;
  padding: 0.88rem 1.4rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ts-button-small {
  min-height: 2.55rem;
  padding: 0.7rem 1.2rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.ts-button:hover,
.ts-button-small:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 42px rgba(59, 130, 246, 0.16), 0 16px 30px rgba(254, 83, 187, 0.14);
}

.ts-button:focus-visible,
.ts-button-small:focus-visible,
.ts-icon-button:focus-visible,
.ts-locale-button:focus-visible,
.ts-desktop-nav-link:focus-visible,
.ts-mobile-nav-link:focus-visible,
.tomosar-gallery-button:focus-visible,
.form-field input:focus,
.form-field textarea:focus,
.tomosar-gradient-input:focus {
  outline: none;
}

.ts-button:focus-visible,
.ts-button-small:focus-visible {
  box-shadow:
    0 0 0 4px rgba(96, 165, 250, 0.2),
    0 24px 44px rgba(59, 130, 246, 0.16),
    0 14px 28px rgba(254, 83, 187, 0.16);
}

.ts-button-outline {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 250, 252, 0.76) 100%),
    var(--ts-rainbow);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.ts-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ts-text);
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
}

.ts-icon-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

.ts-header-pill {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.1);
}

.ts-locale-button {
  min-width: 3.1rem;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: rgba(18, 35, 63, 0.56);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.ts-locale-button:hover {
  color: var(--ts-text-strong);
  background: rgba(59, 130, 246, 0.06);
}

.ts-locale-button.is-active {
  color: var(--ts-text-strong);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 247, 252, 0.9) 100%),
    var(--ts-rainbow);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  box-shadow: 0 8px 18px rgba(143, 81, 234, 0.12);
}

.ts-desktop-nav {
  display: none;
}

.ts-desktop-nav-link,
.ts-mobile-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: rgba(18, 35, 63, 0.74);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.ts-desktop-nav-link:hover,
.ts-mobile-nav-link:hover {
  color: var(--ts-text-strong);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18), 0 10px 24px rgba(148, 163, 184, 0.08);
}

.ts-mobile-menu {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.94);
}

.tomosar-gradient-panel {
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.88) 100%) padding-box,
    linear-gradient(137deg, rgba(255, 219, 59, 0.38) 10%, rgba(254, 83, 187, 0.3) 42%, rgba(143, 81, 234, 0.28) 68%, rgba(0, 68, 255, 0.22) 90%) border-box;
  box-shadow: var(--ts-shadow);
  backdrop-filter: blur(16px);
}

.tomosar-gradient-subpanel,
.contact-meta-card,
.ts-mobile-nav-link {
  border: 1px solid transparent;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.88) 100%) padding-box,
    linear-gradient(137deg, rgba(255, 255, 255, 0.98) 6%, rgba(96, 165, 250, 0.14) 50%, rgba(254, 83, 187, 0.18) 100%) border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 24px rgba(148, 163, 184, 0.08);
}

.ts-panel-body::before {
  content: '';
  position: absolute;
  inset-inline: 1.5rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 219, 59, 0) 0%, rgba(254, 83, 187, 0.25) 22%, rgba(0, 68, 255, 0.32) 52%, rgba(255, 255, 255, 0) 100%);
}

.ts-chevron-wrap {
  margin-top: 0.25rem;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(18, 35, 63, 0.62);
}

details[open] .ts-chevron-wrap svg,
details[open] summary svg:last-child {
  transform: rotate(180deg);
}

.icon-inline {
  width: 1rem;
  height: 1rem;
}

.ts-logo-chip,
.ts-logo-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.94) 56%, rgba(235, 241, 249, 0.92) 100%);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

.ts-logo-chip::before,
.ts-logo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(from 180deg, #ffdb3b, #fe53bb, #8f51ea, #0044ff, #45d7ff, #ffdb3b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: ts-spin 8s linear infinite;
}

.ts-logo-chip::after,
.ts-logo-frame::after {
  content: '';
  position: absolute;
  inset: -18%;
  border-radius: inherit;
  background:
    repeating-radial-gradient(circle at center, rgba(59, 130, 246, 0.14) 0 2px, rgba(255, 255, 255, 0) 2px 14px),
    radial-gradient(circle at 30% 30%, rgba(255, 219, 59, 0.22) 0, rgba(255, 219, 59, 0) 34%),
    radial-gradient(circle at 72% 42%, rgba(254, 83, 187, 0.18) 0, rgba(254, 83, 187, 0) 34%),
    radial-gradient(circle at 52% 72%, rgba(0, 68, 255, 0.16) 0, rgba(0, 68, 255, 0) 32%);
  filter: blur(18px);
  opacity: 0.8;
  z-index: -1;
  animation: ts-radar-pulse 6s ease-in-out infinite;
}

.ts-logo-chip-sm {
  padding: 0.3rem;
}

.ts-logo-chip img,
.ts-logo-frame img {
  position: relative;
  z-index: 1;
}

.ts-logo-kicker {
  color: rgba(18, 35, 63, 0.46);
}

.ts-logo-name {
  color: var(--ts-text-strong);
}

.ts-hero-logo-shell {
  box-shadow: 0 26px 62px rgba(59, 130, 246, 0.12), 0 18px 42px rgba(254, 83, 187, 0.1);
}

.form-field {
  display: grid;
  gap: 0.75rem;
  color: rgba(18, 35, 63, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-field input,
.form-field textarea,
.tomosar-gradient-input {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 249, 252, 0.86) 100%);
  padding: 1rem 1.1rem;
  color: var(--ts-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.form-field input::placeholder,
.form-field textarea::placeholder,
.tomosar-gradient-input::placeholder {
  color: rgba(18, 35, 63, 0.34);
}

.form-field input:focus,
.form-field textarea:focus,
.tomosar-gradient-input:focus {
  border-color: rgba(143, 81, 234, 0.42);
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14), 0 10px 24px rgba(96, 165, 250, 0.08);
}

.contact-meta-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 1.35rem;
  padding: 1rem 1.1rem;
}

.contact-meta-card svg,
.ts-profile-link svg {
  color: #ef6b2d;
}

.ts-profile-link {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ts-text-strong);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
}

.ts-profile-link:hover {
  transform: translateY(-1px);
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.tomosar-gallery-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.76);
  padding: 0.85rem 1.15rem;
  box-shadow: 0 16px 36px rgba(148, 163, 184, 0.12);
  text-decoration: none;
}

.tomosar-gallery-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

.tomosar-gallery-button-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ts-text-strong);
}

[data-form-status].is-success {
  color: #1f9d55;
}

[data-form-status].is-error {
  color: #cf3d4b;
}

.hidden {
  display: none !important;
}

@keyframes ts-rainbow-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes ts-stars-drift {
  0% {
    transform: translateX(0);
    opacity: 0.68;
  }
  50% {
    transform: translateX(8%);
    opacity: 0.92;
  }
  100% {
    transform: translateX(0);
    opacity: 0.68;
  }
}

@keyframes ts-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ts-radar-pulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.95;
  }
}

@media (max-width: 1023px) {
  .ts-button-small.hidden.md\:inline-flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ts-button,
  .ts-button-small {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .ts-desktop-nav {
    display: flex !important;
  }

  .ts-icon-button[data-menu-toggle] {
    display: none !important;
  }

  #primary-burger-menu {
    display: none !important;
  }
}

.ts-strategy-grid {
  align-items: stretch;
}

.ts-strategy-card {
  --ts-strategy-accent-a: rgba(59, 130, 246, 0.94);
  --ts-strategy-accent-b: rgba(143, 81, 234, 0.88);
  --ts-strategy-glow: rgba(96, 165, 250, 0.26);
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 1.9rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74) 0%, rgba(247, 250, 253, 0.6) 100%);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 24px 44px rgba(15, 23, 42, 0.1);
  isolation: isolate;
}

.ts-strategy-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.ts-strategy-card::after {
  content: '';
  position: absolute;
  top: -18%;
  left: -40%;
  width: 65%;
  height: 165%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(22deg);
  filter: blur(24px);
  opacity: 0.72;
  animation: ts-strategy-shine 10s ease-in-out infinite;
  pointer-events: none;
}

.ts-strategy-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.ts-strategy-orb {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 10px 0 20px rgba(255, 255, 255, 0.5);
}

.ts-strategy-orb-primary {
  top: 1rem;
  right: -1.35rem;
  width: 9rem;
  height: 9rem;
  background-image: linear-gradient(140deg, var(--ts-strategy-accent-a), var(--ts-strategy-accent-b));
  opacity: 0.28;
  animation: ts-strategy-float 14s ease-in-out infinite;
}

.ts-strategy-orb-secondary {
  bottom: 1.35rem;
  left: -0.85rem;
  width: 4.75rem;
  height: 4.75rem;
  background-image: linear-gradient(135deg, var(--ts-strategy-accent-b), var(--ts-strategy-accent-a));
  opacity: 0.26;
}

.ts-strategy-label {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(11, 23, 48, 0.54);
}

.ts-strategy-lead {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 800;
  color: var(--ts-text-strong);
  max-width: 14ch;
}

.ts-strategy-description {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.72;
  color: rgba(18, 35, 63, 0.76);
}

.ts-strategy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: auto;
}

.ts-strategy-point {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(11, 23, 48, 0.78);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 22px rgba(148, 163, 184, 0.12);
}

.ts-strategy-card.is-mission {
  --ts-strategy-accent-a: rgba(34, 211, 238, 0.96);
  --ts-strategy-accent-b: rgba(99, 102, 241, 0.92);
  --ts-strategy-glow: rgba(56, 189, 248, 0.22);
}

.ts-strategy-card.is-vision {
  --ts-strategy-accent-a: rgba(251, 191, 36, 0.96);
  --ts-strategy-accent-b: rgba(244, 114, 182, 0.92);
  --ts-strategy-glow: rgba(251, 146, 60, 0.22);
}

.ts-strategy-card.is-values {
  --ts-strategy-accent-a: rgba(52, 211, 153, 0.96);
  --ts-strategy-accent-b: rgba(14, 165, 233, 0.92);
  --ts-strategy-glow: rgba(45, 212, 191, 0.22);
}

.ts-strategy-card.is-mission,
.ts-strategy-card.is-vision,
.ts-strategy-card.is-values {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 24px 44px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 36px var(--ts-strategy-glow);
}

@keyframes ts-strategy-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1rem, 0.7rem, 0) scale(0.88);
  }
}

@keyframes ts-strategy-shine {
  0% {
    transform: translateX(-135%) rotate(22deg);
  }
  45%,
  100% {
    transform: translateX(255%) rotate(22deg);
  }
}

@media (max-width: 767px) {
  .ts-strategy-card-inner {
    padding: 1.35rem;
  }

  .ts-strategy-lead {
    max-width: none;
    font-size: 1.16rem;
  }

  .ts-strategy-description {
    font-size: 0.93rem;
  }
}

.ts-logo-lockup {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.08rem;
}

.ts-logo-lockup .ts-logo-kicker,
.ts-logo-lockup .ts-logo-name {
  white-space: normal;
  line-height: 1.2;
}

.ts-logo-lockup .ts-logo-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
}

.ts-logo-lockup .ts-logo-name {
  max-width: 20rem;
  font-size: 0.8rem;
  color: rgba(18, 35, 63, 0.72);
}

.ts-hero-description {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(18, 35, 63, 0.76);
}

.ts-footer-copy {
  max-width: none;
}

.ts-footer-supporting {
  font-size: 1.5rem;
  line-height: 1.55;
  font-weight: 600;
  color: rgba(18, 35, 63, 0.74);
  white-space: nowrap;
}

.ts-ecosystem-card {
  position: relative;
  isolation: isolate;
  border-radius: 2rem;
}

.ts-ecosystem-card-stack,
.ts-ecosystem-card-content {
  border-radius: inherit;
}

.ts-ecosystem-card-stack {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.16), rgba(59, 130, 246, 0.14), rgba(244, 114, 182, 0.16));
  filter: blur(26px);
  transform: translate(12px, 14px) scale(0.985);
  opacity: 0.65;
  z-index: -3;
}

.ts-ecosystem-card-stack-secondary {
  background: linear-gradient(135deg, rgba(255, 219, 59, 0.14), rgba(143, 81, 234, 0.16), rgba(0, 68, 255, 0.14));
  transform: translate(-10px, -12px) scale(0.975);
  opacity: 0.42;
  z-index: -4;
}

.ts-ecosystem-card-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at bottom right, rgba(191, 219, 254, 0.3), rgba(255, 255, 255, 0) 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.94) 52%, rgba(240, 244, 251, 0.96) 100%);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ts-ecosystem-card-content::before,
.ts-ecosystem-card-content::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
  pointer-events: none;
}

.ts-ecosystem-card-content::before {
  top: -4rem;
  left: -3rem;
  width: 12rem;
  height: 12rem;
  background: radial-gradient(circle, rgba(255, 219, 59, 0.22) 0%, rgba(255, 219, 59, 0) 68%);
}

.ts-ecosystem-card-content::after {
  right: -4rem;
  bottom: -4rem;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.2) 0%, rgba(96, 165, 250, 0) 70%);
}

.ts-ecosystem-logo-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  z-index: 1;
}

.ts-ecosystem-logo-item {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(96, 165, 250, 0.14), rgba(254, 83, 187, 0.18), rgba(255, 219, 59, 0.2)) border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 30px rgba(148, 163, 184, 0.1);
  padding: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ts-ecosystem-logo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(96, 165, 250, 0.15), 0 14px 28px rgba(244, 114, 182, 0.12);
  border-color: rgba(96, 165, 250, 0.24);
}

.ts-ecosystem-logo-item img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

@media (min-width: 640px) {
  .ts-logo-lockup .ts-logo-kicker {
    font-size: 0.74rem;
  }

  .ts-logo-lockup .ts-logo-name {
    font-size: 0.92rem;
  }

  .ts-ecosystem-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ts-hero-description,
  .ts-footer-supporting {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .ts-footer-copy {
    max-width: 100%;
  }

  .ts-footer-supporting {
    white-space: normal;
  }
}

@media (max-width: 639px) {
  .ts-logo-lockup .ts-logo-kicker {
    letter-spacing: 0.2em;
  }

  .ts-logo-lockup .ts-logo-name {
    font-size: 0.75rem;
  }

  .ts-ecosystem-logo-item {
    min-height: 6.8rem;
    padding: 1rem;
  }
}
