* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #f7f7fb;
  color: #0f172a;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.top-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #9be1ff 0%, #8a6cff 52%, #d8a7ff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.brand-text {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.4px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  font-size: 14px;
  color: #475569;
  font-weight: 500;
}

.main-nav a:hover {
  color: #000000;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-login,
.nav-signup {
  height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.nav-login {
  color: #111827;
  background: #eef1f6;
}

.nav-signup {
  color: #ffffff;
  background: #000000;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.narrow {
  max-width: 920px;
}

.center {
  text-align: center;
}

.section-space {
  padding: 96px 0;
}

.genops-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
  background:
    radial-gradient(circle at top left, rgba(147, 197, 253, 0.22), transparent 34%),
    radial-gradient(circle at right center, rgba(168, 85, 247, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, #f7f7fb 100%);
}

.genops-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 38px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 720px;
}

.hero-label,
.section-kicker,
.trusted-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ececff;
  color: #5b4df7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.light {
  background: rgba(255,255,255,0.12);
  color: #d6d6ff;
}

.hero-copy h1 {
  font-size: 64px;
  line-height: 1.03;
  letter-spacing: -2px;
  color: #09090b;
  margin-bottom: 22px;
}

.hero-copy h1 span {
  display: block;
  color: #374151;
}

.hero-copy p {
  font-size: 18px;
  color: #556070;
  max-width: 680px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  color: #ffffff;
  background: #000000;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.15);
}

.btn-light {
  color: #111827;
  background: #eef2f7;
}

.btn-outline {
  color: #111827;
  background: #ffffff;
  border: 1px solid #dbe2ea;
}

.hero-secondary-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 600;
  font-size: 15px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.hero-panel {
  position: absolute;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.hero-panel-main {
  top: 20px;
  right: 10px;
  width: 100%;
  max-width: 500px;
  border-radius: 28px;
  padding: 24px;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16a34a;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.metric-card {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.metric-card h4 {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 8px;
}

.metric-card p {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.hero-panel-small {
  width: 260px;
  border-radius: 22px;
  padding: 18px;
}

.hero-panel-small h4 {
  font-size: 15px;
  margin-bottom: 8px;
}

.hero-panel-small p {
  font-size: 14px;
  color: #5b6472;
}

.hero-panel-small:nth-of-type(2) {
  bottom: 88px;
  left: 10px;
}

.hero-panel-small:nth-of-type(3) {
  bottom: 10px;
  left: 130px;
}

.hero-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.6;
}

.glow-1 {
  width: 260px;
  height: 260px;
  background: rgba(96, 165, 250, 0.26);
  top: 40px;
  left: -40px;
}

.glow-2 {
  width: 260px;
  height: 260px;
  background: rgba(168, 85, 247, 0.18);
  bottom: 40px;
  right: 40px;
}

.trusted-strip {
  padding: 26px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  background: #ffffff;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.logo-row span {
  color: #4b5563;
  font-weight: 600;
  font-size: 15px;
}

.boxed {
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.boxed span {
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e7ebf1;
}

.feature-intro h2,
.section-heading h2,
.split-copy h2,
.final-cta-box h2,
.resources h2,
.trusted-section h2 {
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  color: #0b1020;
  margin-bottom: 18px;
}

.feature-intro p,
.split-copy p,
.trusted-section p {
  font-size: 18px;
  color: #5d6677;
  max-width: 840px;
  margin-bottom: 18px;
}

.section-heading {
  margin-bottom: 34px;
}

.info-grid {
  display: grid;
  gap: 22px;
}

.four-col {
  grid-template-columns: repeat(4, 1fr);
}

.five-col {
  grid-template-columns: repeat(5, 1fr);
}

.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.info-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #e8edf3;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}

.info-card.large {
  min-height: 220px;
}

.info-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #111827;
}

.info-card p {
  font-size: 16px;
  color: #5b6472;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.visual-card {
  min-height: 340px;
  border-radius: 30px;
  background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
  padding: 28px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
}

.visual-line {
  height: 14px;
  width: 78%;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  margin-bottom: 16px;
}

.visual-line.short {
  width: 46%;
}

.visual-block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.visual-block-grid span {
  height: 110px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
}

.dark-band {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.dark-band h2,
.dark-band p {
  color: #ffffff;
}

.resources .resource-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.resources .resource-list a {
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e8edf3;
  color: #111827;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.final-cta-box {
  padding: 36px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f5fb 100%);
  border: 1px solid #e8edf3;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fade-up {
  animation: fadeUp 1s ease forwards;
}

.fade-in {
  animation: fadeIn 1.1s ease forwards;
}

.floating-card {
  animation: floatY 5s ease-in-out infinite;
}

.delay-1 {
  animation-delay: 0.4s;
}

.delay-2 {
  animation-delay: 0.8s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1180px) {
  .four-col,
  .five-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .genops-hero-inner,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-copy h1 {
    font-size: 52px;
  }

  .final-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  .main-nav {
    display: none;
  }

  .two-col,
  .four-col,
  .five-col {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .feature-intro h2,
  .section-heading h2,
  .split-copy h2,
  .final-cta-box h2,
  .resources h2,
  .trusted-section h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .hero-copy p,
  .feature-intro p,
  .split-copy p,
  .trusted-section p {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-panel-main {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }

  .hero-panel-small {
    display: none;
  }

  .section-space {
    padding: 72px 0;
  }
}

@media (max-width: 640px) {
 /* ============================= */
/* GENOPS WORKFLOW DASHBOARD UI */
/* ============================= */
}
.ai-workflow {
  display: flex;
  background: #05070d;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
  width: 100%;
  max-width: 520px;
}

.workflow-sidebar {
  width: 140px;
  flex-shrink: 0;
  background: #0b0f1a;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.workflow-sidebar h4 {
  color: #fff;
}

.workflow-sidebar p {
  color: #888;
}

.workflow-canvas {
  flex: 1;
  position: relative;
  min-height: 420px;
  padding: 20px;
}

.workflow-header {
  display: flex;
  justify-content: space-between;
  color: white;
}

.node {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: white;
  padding: 10px 16px;
  border-radius: 10px;
}

/* vertical spacing */
.node1 { top: 80px; }
.node2 { top: 160px; }
.node3 { top: 240px; }
.node4 { top: 320px; }

.connections {
  position: absolute;
  width: 100%;
  height: 100%;
}

.connections line {
  stroke: rgba(255,255,255,0.2);
}
