/* Seed.tr product families — org charts & showcases */
.family-section {
  position: relative;
  overflow: hidden;
}
.family-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    radial-gradient(circle at 20% 20%, currentColor 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, currentColor 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.family-argus { background: linear-gradient(180deg, #1a0505 0%, #2b0a0a 40%, #140808 100%); color: #fff; }
.family-seed { background: linear-gradient(180deg, #f4f8ff 0%, #e8f0ff 50%, #f8fbff 100%); color: #122; }
.family-radr { background: linear-gradient(180deg, #06261f 0%, #0d3b31 45%, #041a15 100%); color: #fff; }
.family-hobi { background: linear-gradient(180deg, #f7f2ff 0%, #efe6ff 50%, #faf7ff 100%); color: #221133; }

.family-eyebrow {
  display: inline-block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.75rem;
}
.family-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.family-tagline { font-size: 1.15rem; opacity: 0.9; margin-bottom: 1rem; }
.family-desc { max-width: 820px; opacity: 0.8; }

.family-org-chart { margin-top: 2rem; }
.org-hub { display: flex; justify-content: center; }
.org-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  min-width: 140px;
  max-width: 180px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.family-seed .org-node,
.family-hobi .org-node {
  background: #fff;
  border-color: rgba(0,0,0,0.06);
  color: inherit;
}
.org-node img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
}
.org-node strong { font-size: 0.92rem; text-align: center; line-height: 1.2; }
.org-node span, .gartner-chip {
  font-size: 0.65rem;
  opacity: 0.75;
  text-align: center;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.org-node-hub {
  min-width: 200px;
  max-width: 240px;
  border-color: var(--node-accent, #8B0000);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--node-accent, #8B0000) 35%, transparent), 0 12px 32px rgba(0,0,0,0.2);
  animation: hubPulse 3.2s ease-in-out infinite;
}
.org-node:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: var(--node-accent, #8B0000);
}
@keyframes hubPulse {
  0%, 100% { box-shadow: 0 0 0 2px color-mix(in srgb, var(--node-accent, #8B0000) 30%, transparent), 0 12px 32px rgba(0,0,0,0.18); }
  50% { box-shadow: 0 0 0 6px color-mix(in srgb, var(--node-accent, #8B0000) 18%, transparent), 0 16px 40px rgba(0,0,0,0.25); }
}

.org-connectors { height: 88px; margin: 0.25rem 0; }
.org-svg { width: 100%; height: 100%; }
.org-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  opacity: 0.35;
  stroke-dasharray: 8 6;
  animation: dashFlow 2.4s linear infinite;
}
.family-argus .org-line, .family-radr .org-line { stroke: #fff; }
.family-seed .org-line, .family-hobi .org-line { stroke: #0d6efd; opacity: 0.45; }
@keyframes dashFlow {
  to { stroke-dashoffset: -28; }
}

.org-satellites {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  justify-items: center;
}

.argus-bridge {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: rgba(139,0,0,0.18);
  border: 1px solid rgba(139,0,0,0.35);
}
.family-seed .argus-bridge,
.family-hobi .argus-bridge {
  background: rgba(139,0,0,0.06);
  border-color: rgba(139,0,0,0.2);
  color: #4a0000;
}
.argus-bridge i { font-size: 1.4rem; color: #c0392b; }

.family-showcase { position: relative; }
.showcase-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.5rem 0.25rem 1.25rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.showcase-card {
  scroll-snap-align: start;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 1rem;
  transition: transform .35s ease;
}
.family-seed .showcase-card,
.family-hobi .showcase-card {
  background: #fff;
  border-color: rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px rgba(13,110,253,0.08);
}
.showcase-card:hover { transform: translateY(-8px); }
.showcase-screen {
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(255,255,255,0.1);
}
.showcase-chrome {
  display: flex;
  gap: 6px;
  padding: 8px 10px;
  background: #1c1c1c;
}
.showcase-chrome span {
  width: 8px; height: 8px; border-radius: 50%;
  background: #555;
}
.showcase-chrome span:nth-child(1) { background: #ff5f56; }
.showcase-chrome span:nth-child(2) { background: #ffbd2e; }
.showcase-chrome span:nth-child(3) { background: #27c93f; }
.showcase-viewport {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.showcase-viewport img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  opacity: 0;
  animation: shotFade 9s infinite;
}
.showcase-viewport img:nth-child(1) { animation-delay: 0s; }
.showcase-viewport img:nth-child(2) { animation-delay: 3s; }
.showcase-viewport img:nth-child(3) { animation-delay: 6s; }
.showcase-viewport img:only-child { opacity: 1; animation: none; }
@keyframes shotFade {
  0%, 5% { opacity: 0; transform: scale(1.04); }
  10%, 30% { opacity: 1; transform: scale(1); }
  35%, 100% { opacity: 0; transform: scale(0.98); }
}
.showcase-card h3 { font-size: 1.1rem; margin-bottom: 0.35rem; }
.showcase-gartner {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
.showcase-card p { font-size: 0.9rem; opacity: 0.85; }

.org-overview {
  background: linear-gradient(135deg, #1a0505 0%, #0d1b2a 55%, #06261f 100%);
  color: #fff;
}
.org-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.org-family-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  transition: transform .3s ease, background .3s ease;
}
.org-family-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.12);
  color: inherit;
}
.org-family-card h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.org-family-card p { font-size: 0.88rem; opacity: 0.8; margin: 0; }
.org-root {
  text-align: center;
  margin-bottom: 1.5rem;
}
.org-root .badge-root {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: #8B0000;
  font-weight: 700;
  letter-spacing: 0.04em;
  animation: hubPulse 3s ease-in-out infinite;
  --node-accent: #8B0000;
}

.solutions-family-block { margin-bottom: 3.5rem; }
.solutions-family-block .family-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.product-meta-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
}
.arch-layers { list-style: none; padding: 0; margin: 0; }
.arch-layers li {
  position: relative;
  padding: 0.65rem 0.75rem 0.65rem 2.2rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  background: #f8f9fa;
}
.arch-layers li::before {
  content: attr(data-step);
  position: absolute;
  left: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--primary-color, #8B0000);
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-shot-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.product-shot-rail img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #111;
  border-radius: 12px;
  padding: 1rem;
}
.radr-family-panel {
  background: linear-gradient(135deg, #06261f, #0d3b31);
  color: #fff;
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.radr-family-panel a { color: #b8f0d8; }

@media (max-width: 768px) {
  .org-satellites { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .org-node { min-width: 0; width: 100%; max-width: none; }
  .org-connectors { height: 56px; }
}
