/**
 * GT Business — /solutions page (light futuristic).
 */
.gt-solutions-page .gt-public__mesh {
  display: none;
}

.gt-solutions-page .gt-main {
  background: #f7f8fc;
}

.gt-sol {
  --s-ink: #0f172a;
  --s-muted: #64748b;
  --s-cyan: #0e7490;
  --s-cyan-b: #06b6d4;
  --s-violet: #7c3aed;
  --s-border: rgba(15, 23, 42, 0.08);
  --s-bg: #f7f8fc;
  --s-soft: #eef1f8;
  --s-display: 'Space Grotesk', system-ui, sans-serif;
  --s-body: 'DM Sans', system-ui, sans-serif;
  --s-mono: 'IBM Plex Mono', ui-monospace, monospace;
  font-family: var(--s-body);
  color: var(--s-ink);
  overflow-x: clip;
}

.gt-sol-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 4.75rem) 0 3rem;
  background: linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
}

.gt-sol-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.gt-sol-hero__grid {
  position: absolute;
  inset: -8%;
  background-image:
    linear-gradient(rgba(14, 116, 144, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 116, 144, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 20%, #000 15%, transparent 75%);
  animation: gt-sol-grid 28s ease-in-out infinite alternate;
}

@keyframes gt-sol-grid {
  to {
    transform: translate(-10px, 10px);
  }
}

.gt-sol-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  animation: gt-sol-breathe 12s ease-in-out infinite alternate;
}

.gt-sol-hero__glow--a {
  width: 260px;
  height: 260px;
  top: 0;
  right: 5%;
  background: rgba(124, 58, 237, 0.15);
}

.gt-sol-hero__glow--b {
  width: 220px;
  height: 220px;
  bottom: 5%;
  left: 0;
  background: rgba(6, 182, 212, 0.14);
  animation-delay: -3s;
}

@keyframes gt-sol-breathe {
  to {
    transform: translate(10px, -8px) scale(1.08);
  }
}

.gt-sol-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem 0.35rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 116, 144, 0.22);
  background: rgba(255, 255, 255, 0.9);
  font-family: var(--s-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--s-cyan);
  margin-bottom: 1.15rem;
}

.gt-sol-chip__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--s-cyan-b);
  animation: gt-sol-pulse 2.2s ease-out infinite;
}

@keyframes gt-sol-pulse {
  70% {
    box-shadow: 0 0 0 8px rgba(6, 182, 212, 0);
  }
}

.gt-sol-hero__title {
  font-family: var(--s-display);
  font-size: clamp(2.15rem, 4.5vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 15ch;
  margin-bottom: 1.1rem;
}

.gt-sol-grad {
  background: linear-gradient(115deg, #0891b2, #06b6d4 40%, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gt-sol-hero__lede {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--s-muted);
  max-width: 36rem;
  margin-bottom: 1.5rem;
}

.gt-sol-hero-card {
  padding: 1.35rem 1.4rem;
  border-radius: 1.15rem;
  border: 1px solid var(--s-border);
  background: #fff;
  box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.28);
}

.gt-sol-hero-card__label {
  font-family: var(--s-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--s-violet);
  margin-bottom: 0.85rem;
}

.gt-sol-hero-card li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.92rem;
  font-weight: 500;
}

.gt-sol-hero-card li:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.gt-sol-hero-card i {
  color: var(--s-cyan);
}

.gt-sol-section {
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
}

.gt-sol-section--soft {
  background: var(--s-soft);
  border-block: 1px solid var(--s-border);
}

.gt-sol-section--cta {
  padding-top: 1.25rem;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.gt-sol-section__head {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.gt-sol-kicker {
  font-family: var(--s-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--s-violet);
  margin-bottom: 0.55rem;
}

.gt-sol-h2 {
  font-family: var(--s-display);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin-bottom: 0.65rem;
}

.gt-sol-copy {
  color: var(--s-muted);
  line-height: 1.6;
}

.gt-sol-industry {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.15rem;
  border: 1px solid var(--s-border);
  background: #fff;
  box-shadow: 0 14px 32px -28px rgba(15, 23, 42, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gt-sol-industry:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 116, 144, 0.28);
  box-shadow: 0 20px 40px -28px rgba(14, 116, 144, 0.28);
}

.gt-sol-industry__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.gt-sol-industry__title {
  font-family: var(--s-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.gt-sol-industry__desc {
  font-size: 0.9rem;
  color: var(--s-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.gt-sol-industry__list li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  font-size: 0.85rem;
  color: #334155;
  margin-bottom: 0.4rem;
}

.gt-sol-industry__list i {
  color: #059669;
  margin-top: 0.1rem;
}

.gt-sol-persona {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.15rem;
  border: 1px solid var(--s-border);
  background: #fff;
  box-shadow: 0 14px 32px -28px rgba(15, 23, 42, 0.18);
}

.gt-sol-persona__title {
  font-family: var(--s-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}

.gt-sol-outcomes {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.gt-sol-outcome {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid var(--s-border);
  background: #fff;
}

.gt-sol-outcome__index {
  font-family: var(--s-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--s-violet);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.gt-sol-outcome__title {
  font-family: var(--s-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.gt-sol-outcome__body {
  font-size: 0.88rem;
  color: var(--s-muted);
  line-height: 1.5;
  margin: 0;
}

.gt-sol-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.gt-sol-btn--primary {
  color: #fff !important;
  background: var(--s-ink);
  border-color: var(--s-ink);
}

.gt-sol-btn--primary:hover {
  color: #fff !important;
  background: #1e293b;
  transform: translateY(-1px);
}

.gt-sol-btn--ghost {
  color: var(--s-ink) !important;
  background: #fff;
  border-color: var(--s-border);
}

.gt-sol-btn--ghost:hover {
  border-color: rgba(14, 116, 144, 0.3);
  background: #f8fafc;
  color: var(--s-ink) !important;
}

.gt-sol-cta {
  text-align: center;
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--s-border);
  background:
    radial-gradient(ellipse 70% 80% at 10% 100%, rgba(6, 182, 212, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 70% 80% at 90% 0%, rgba(124, 58, 237, 0.1) 0%, transparent 55%),
    #fff;
  box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.22);
}

.gt-sol-cta__title {
  font-family: var(--s-display);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
}

.gt-sol-cta__sub {
  color: var(--s-muted);
  margin: 0 auto 1.15rem;
  max-width: 32rem;
}

.gt-sol-reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(3px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s ease;
  transition-delay: var(--d, 0ms);
}

.gt-sol-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .gt-sol-hero__grid,
  .gt-sol-hero__glow,
  .gt-sol-chip__dot {
    animation: none !important;
  }

  .gt-sol-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .gt-sol-industry:hover,
  .gt-sol-btn--primary:hover {
    transform: none;
  }
}
