/* ============================= */
/* HOME HERO V3 */
/* ============================= */

.gt-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.12), transparent 28%),
    radial-gradient(circle at 85% 32%, rgba(34, 197, 94, 0.10), transparent 26%),
    radial-gradient(circle at 72% 78%, rgba(255, 122, 0, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}

.gt-hero-inner {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
}

/* CONTENT */

.gt-hero-content {
  max-width: 760px;
}

.gt-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 8px 12px;
  margin-bottom: 26px;

  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);

  color: #334155;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gt-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 0 0 5px rgba(15, 23, 42, 0.08);
}

.gt-hero h1 {
  max-width: 850px;

  margin: 0 0 26px;

  font-size: clamp(3rem, 5.2vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 760;

  color: #0f172a;
}

.gt-hero-lead {
  max-width: 650px;
  margin: 0 0 28px;

  color: #475569;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.65;
}

.gt-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.gt-hero-signals span {
  display: inline-flex;
  align-items: center;

  padding: 8px 11px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.07);

  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
}

.gt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.gt-btn-primary,
.gt-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 20px;

  border-radius: 14px;
  text-decoration: none;

  font-size: 0.95rem;
  font-weight: 800;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.gt-btn-primary {
  color: #ffffff;
  background: #111827;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.18);
}

.gt-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: #020617;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.24);
}

.gt-btn-secondary {
  color: #111827;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.10);
}

.gt-btn-secondary:hover {
  color: #0d6efd;
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(13, 110, 253, 0.22);
}

.gt-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

.gt-hero-note span::before {
  content: "✓";
  margin-right: 7px;
  color: #198754;
}

/* PANEL */

.gt-hero-panel {
  position: relative;

  padding: 22px;

  border-radius: 28px;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(248,250,252,0.78));

  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 30px 80px rgba(15, 23, 42, 0.12),
    0 8px 24px rgba(15, 23, 42, 0.06);

  backdrop-filter: blur(18px);
}

.gt-hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 28px;
  background:
    linear-gradient(
      135deg,
      rgba(37, 99, 235, 0.20),
      transparent 28%,
      rgba(34, 197, 94, 0.18) 62%,
      rgba(255, 122, 0, 0.20)
    );
  z-index: -1;
}

.gt-panel-top {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 18px;
  padding: 10px 12px;

  border-radius: 14px;

  background: rgba(15, 23, 42, 0.04);
  color: #334155;

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.panel-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.gt-system-card {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;

  padding: 18px;
  margin-bottom: 14px;

  border-radius: 20px;

  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.07);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.gt-system-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  text-decoration: none;
}

.gt-system-card.vue:hover {
  border-color: rgba(34, 197, 94, 0.25);
}

.gt-system-card.pro:hover {
  border-color: rgba(37, 99, 235, 0.25);
}

.gt-system-card,
.gt-system-card:visited,
.gt-system-card:hover,
.gt-system-card:active {
  text-decoration: none;
  color: inherit;
}

.system-icon {
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-system-card strong {
  display: block;
  color: #111827;
  font-size: 1rem;
  font-weight: 850;
}

.gt-system-card span {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
}

.vue-symbol {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow:
    0 0 0 8px rgba(34, 197, 94, 0.10),
    0 0 18px rgba(34, 197, 94, 0.22);
}

.pro-symbol-mini {
  position: relative;
  width: 27px;
  height: 11px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-symbol-mini::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 1.5px;
  background: rgba(37, 99, 235, 0.45);
  transform: translateY(-50%);
}

.pro-symbol-mini span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2563eb;
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 0 6px rgba(37, 99, 235, 0.10),
    0 0 16px rgba(37, 99, 235, 0.20);
}

.gt-lab-strip {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;

  margin: 18px 0;
  padding: 16px;

  border-radius: 18px;

  background: rgba(255, 122, 0, 0.08);
  border: 1px solid rgba(255, 122, 0, 0.16);
}

.gt-lab-strip div {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #c05600;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gt-lab-strip strong {
  color: #111827;
  font-size: 0.88rem;
}

.lab-mini-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7a00;
  box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.12);
}

.gt-panel-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gt-panel-metrics div {
  padding: 15px;

  border-radius: 18px;

  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.gt-panel-metrics strong {
  display: block;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 850;
}

.gt-panel-metrics span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .gt-hero {
    padding: 76px 0 88px;
  }

  .gt-hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .gt-hero-content {
    max-width: 860px;
  }

  .gt-hero-panel {
    max-width: 560px;
  }
}

@media (max-width: 576px) {
  .gt-hero {
    padding: 58px 0 70px;
  }

  .gt-hero h1 {
  font-size: clamp(2.55rem, 12vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

  .gt-hero-actions {
    flex-direction: column;
  }

  .gt-btn-primary,
  .gt-btn-secondary {
    width: 100%;
  }

  .gt-lab-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .gt-panel-metrics {
    grid-template-columns: 1fr;
  }
}