/**
 * GT Business public site — aligns with GujjuTicks Angular (indigo / violet / slate).
 */
:root {
  --gt-surface: #f8fafc;
  --gt-surface-2: #eef2ff;
  --gt-ink: #0f172a;
  --gt-muted: #64748b;
  --gt-accent: #6366f1;
  --bs-primary: #4f46e5;
  --bs-primary-rgb: 79, 70, 229;
  --bs-link-color: #4f46e5;
  --bs-link-hover-color: #4338ca;
  --bs-body-color: var(--gt-ink);
  --bs-body-bg: var(--gt-surface);
  --bs-border-color: rgba(15, 23, 42, 0.08);
  --bs-font-sans-serif:
    'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

body.gt-public {
  font-family: var(--bs-font-sans-serif);
  color: var(--gt-ink);
  background: linear-gradient(185deg, var(--gt-surface-2) 0%, var(--gt-surface) 38%, #f1f5f9 100%);
  min-height: 100vh;
}

.gt-public__mesh {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 55% at 85% -10%, rgba(167, 139, 250, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 5% 105%, rgba(52, 211, 153, 0.12) 0%, transparent 50%);
}

.gt-navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.gt-navbar .nav-link.active {
  color: #4338ca !important;
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.95) 0%, rgba(250, 245, 255, 0.9) 100%);
  border: 1px solid rgba(199, 210, 254, 0.85);
}

.gt-navbar::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  opacity: 0.5;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(99, 102, 241, 0.5) 40%,
    rgba(168, 85, 247, 0.45) 60%,
    transparent 100%
  );
  pointer-events: none;
}

.gt-brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #818cf8 0%, #6366f1 45%, #8b5cf6 100%);
  box-shadow: 0 8px 22px -10px rgba(79, 70, 229, 0.55);
}

.gt-brand-wordmark {
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--gt-accent);
}

.gt-hero-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(199, 210, 254, 0.75);
  background: linear-gradient(165deg, #ffffff 0%, rgba(248, 250, 252, 0.96) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 18px 48px -28px rgba(15, 23, 42, 0.18);
}

.gt-feature-card {
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.gt-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px -22px rgba(99, 102, 241, 0.35);
}

.gt-feature-ico {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
}

.gt-feature-ico--indigo {
  background: linear-gradient(145deg, #6366f1, #818cf8);
}

.gt-feature-ico--sky {
  background: linear-gradient(145deg, #38bdf8, #06b6d4);
}

.gt-feature-ico--rose {
  background: linear-gradient(145deg, #fb7185, #fb923c);
}

.gt-feature-ico--mint {
  background: linear-gradient(145deg, #34d399, #2dd4bf);
}

.gt-feature-ico--amber {
  background: linear-gradient(145deg, #fcd34d, #f97316);
}

.gt-feature-ico--violet {
  background: linear-gradient(145deg, #c084fc, #e879f9);
}

.gt-feature-ico--slate {
  background: linear-gradient(145deg, #94a3b8, #64748b);
}

.gt-android-panel {
  border-radius: 1.25rem;
  border: 1px solid rgba(99, 102, 241, 0.25);
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 42%, #4c1d95 100%);
  color: #e0e7ff;
  box-shadow: 0 22px 50px -24px rgba(49, 46, 129, 0.65);
}

.gt-android-panel .btn-outline-light {
  border-color: rgba(224, 231, 255, 0.45);
  color: #eef2ff;
}

.gt-android-panel .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.gt-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
}

.gt-coming-card {
  border-radius: 1.25rem;
  max-width: 36rem;
  margin-inline: auto;
}
