:root {
  --black: #030407;
  --white: #f8fbff;
  --muted: rgba(248, 251, 255, 0.7);
  --gold: #f3c66c;
  --purple: #40206f;
  --violet: #9b5cff;
  --cyan: #22f0df;
  --green: #0fa878;
  --panel: rgba(255, 255, 255, 0.075);
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  --cursor-x: 50%;
  --cursor-y: 50%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  background: var(--black);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.lexoraram {
  background:
    radial-gradient(circle at 50% 18%, rgba(64, 32, 111, 0.78), transparent 34rem),
    radial-gradient(circle at 18% 78%, rgba(243, 198, 108, 0.12), transparent 30rem),
    linear-gradient(135deg, #030407 0%, #080717 55%, #190921 100%);
}

body.hydroponics {
  background:
    radial-gradient(circle at 74% 16%, rgba(34, 240, 223, 0.16), transparent 30rem),
    radial-gradient(circle at 18% 72%, rgba(15, 168, 120, 0.24), transparent 32rem),
    linear-gradient(135deg, #020604 0%, #061412 56%, #03100c 100%);
}

body.crp-crm-page {
  background:
    radial-gradient(circle at 74% 16%, rgba(40, 217, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 20% 74%, rgba(155, 92, 255, 0.22), transparent 30rem),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.06), transparent 25rem),
    linear-gradient(135deg, #02040a 0%, #071426 52%, #12091f 100%);
}

.farmora-page .product-shell::after {
  opacity: 0.8;
}

.farmora-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
}

.farmora-chamber {
  position: relative;
  min-height: 650px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(34, 240, 223, 0.13), transparent 20rem),
    radial-gradient(circle at 50% 72%, rgba(15, 168, 120, 0.22), transparent 20rem),
    rgba(255, 255, 255, 0.065);
}

.farmora-chamber::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(34, 240, 223, 0.36) 0 1px, transparent 2px),
    linear-gradient(90deg, transparent, rgba(34, 240, 223, 0.12), transparent);
  background-size: 48px 48px, 100% 100%;
  animation: videoGrainMove 18s linear infinite;
  opacity: 0.46;
}

.chamber-fog {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 82%, rgba(255, 255, 255, 0.12), transparent 38%),
    linear-gradient(115deg, transparent 0 32%, rgba(255, 255, 255, 0.08) 40%, transparent 52%);
  animation: cinematicFlow 9s ease-in-out infinite;
}

.greenhouse-shell {
  position: absolute;
  top: 12%;
  left: 50%;
  width: min(58%, 380px);
  height: 74%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 36px 36px 18px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.14)),
    radial-gradient(circle at 50% 72%, rgba(15, 168, 120, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 46px rgba(255, 255, 255, 0.1), 0 0 54px rgba(34, 240, 223, 0.16);
  backdrop-filter: blur(10px);
}

.greenhouse-shell::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(34, 240, 223, 0.18);
  border-radius: 28px;
}

.tower-pipe {
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 30px;
  border-radius: 999px;
  background: linear-gradient(rgba(255, 255, 255, 0.16), rgba(34, 240, 223, 0.14), rgba(255, 255, 255, 0.1));
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.18), 0 0 24px rgba(34, 240, 223, 0.14);
}

.pipe-left { left: 27%; }
.pipe-right { right: 27%; }

.tower-water {
  position: absolute;
  right: 20%;
  bottom: 18%;
  left: 20%;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(34, 240, 223, 0.72), rgba(15, 168, 120, 0.5), transparent);
  filter: drop-shadow(0 0 20px rgba(34, 240, 223, 0.46));
  animation: waterFlow 3.4s linear infinite;
}

.tower-plant {
  position: absolute;
  left: 50%;
  width: 88px;
  height: 52px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(34, 240, 223, 0.88), rgba(15, 168, 120, 0.78));
  box-shadow: 0 0 20px rgba(34, 240, 223, 0.26);
  transform-origin: left center;
  animation: leafSway 3.8s ease-in-out infinite;
}

.plant-a { top: 20%; transform: translateX(-50%) rotate(-28deg); }
.plant-b { top: 32%; transform: translateX(-50%) rotate(150deg); animation-delay: -0.8s; }
.plant-c { top: 45%; transform: translateX(-50%) rotate(-24deg) scale(1.08); animation-delay: -1.5s; }
.plant-d { top: 58%; transform: translateX(-50%) rotate(148deg) scale(1.12); animation-delay: -2.2s; }
.plant-e { top: 70%; transform: translateX(-50%) rotate(-20deg) scale(1.2); animation-delay: -2.8s; }

.farmora-sensor {
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(34, 240, 223, 0.42);
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 24px rgba(34, 240, 223, 0.24);
  font-weight: 900;
  cursor: pointer;
  animation: nodePulse 2.8s ease-in-out infinite;
}

.sensor-ph { top: 28%; left: 17%; }
.sensor-ec { top: 55%; right: 16%; animation-delay: -0.8s; }
.sensor-climate { right: 22%; bottom: 18%; animation-delay: -1.6s; }

.live-metric {
  position: absolute;
  z-index: 4;
  width: 170px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.live-metric:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 240, 223, 0.45);
}

.live-metric strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.live-metric span {
  color: var(--muted);
  font-size: 0.85rem;
}

.metric-ph { top: 11%; left: 8%; }
.metric-ec { top: 12%; right: 8%; }
.metric-humidity { top: 43%; left: 5%; }
.metric-temp { top: 42%; right: 5%; }
.metric-growth { bottom: 9%; left: 8%; }
.metric-yield { right: 8%; bottom: 9%; }

.farmora-popup {
  position: absolute;
  right: 50%;
  bottom: 6%;
  z-index: 6;
  width: min(360px, calc(100% - 40px));
  padding: 14px 16px;
  border: 1px solid rgba(243, 198, 108, 0.3);
  border-radius: 17px;
  color: white;
  background: rgba(3, 8, 8, 0.72);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
  text-align: center;
  font-weight: 800;
}

.farmora-popup.is-active {
  animation: sensorReveal 520ms ease both;
}

.farmora-journey {
  position: relative;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 20px;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 34px;
  overflow: hidden;
}

.farmora-journey::before,
.farmora-engine::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 50%, rgba(34, 240, 223, 0.12), transparent 24rem);
  pointer-events: none;
}

.growth-morph {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 240, 223, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
}

.morph-plant {
  transform: scale(0.82);
}

.journey-rail {
  position: relative;
  z-index: 1;
}

.farmora-insight {
  position: relative;
  z-index: 1;
  min-height: auto;
}

.farmora-engine {
  position: relative;
  min-height: 650px;
  border-radius: 34px;
  overflow: hidden;
}

.engine-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 210px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(243, 198, 108, 0.38);
  border-radius: 50%;
  background: rgba(3, 8, 8, 0.72);
  box-shadow: 0 0 72px rgba(34, 240, 223, 0.24), inset 0 0 34px rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
  font: 900 1.1rem/1.2 "Space Grotesk", Inter, sans-serif;
  text-align: center;
}

.engine-node {
  position: absolute;
  z-index: 3;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.engine-node::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 180px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(34, 240, 223, 0.55), transparent);
  transform: rotate(var(--angle, 0deg));
  transform-origin: left;
  animation: dataFlow 3s linear infinite;
}

.engine-node h3 {
  font-size: 1.05rem;
}

.engine-node p {
  color: var(--muted);
  line-height: 1.55;
}

.node-vision { top: 9%; left: 39%; --angle: 90deg; }
.node-climate { top: 28%; right: 6%; --angle: 164deg; }
.node-nutrient { right: 15%; bottom: 10%; --angle: 220deg; }
.node-yield { bottom: 10%; left: 14%; --angle: 318deg; }
.node-alerts { top: 28%; left: 6%; --angle: 18deg; }

.farmora-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 34px;
}

.farmora-dashboard article {
  min-height: 160px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.farmora-dashboard strong {
  display: block;
  color: rgba(248, 251, 255, 0.82);
  font-family: "Space Grotesk", Inter, sans-serif;
}

.farmora-dashboard span {
  display: block;
  margin-top: 24px;
  color: white;
  font-size: 1.8rem;
  font-weight: 900;
}

.mini-chart,
.timeline-bars {
  height: 82px;
  margin-top: 28px;
  border-radius: 14px;
  background:
    linear-gradient(to top, rgba(34, 240, 223, 0.36) 0 46%, transparent 47%) 8% 100% / 12% 100% no-repeat,
    linear-gradient(to top, rgba(243, 198, 108, 0.34) 0 72%, transparent 73%) 32% 100% / 12% 100% no-repeat,
    linear-gradient(to top, rgba(15, 168, 120, 0.42) 0 58%, transparent 59%) 56% 100% / 12% 100% no-repeat,
    linear-gradient(to top, rgba(155, 92, 255, 0.34) 0 86%, transparent 87%) 80% 100% / 12% 100% no-repeat,
    rgba(255, 255, 255, 0.04);
  animation: barRise 4s ease-in-out infinite;
}

.timeline-bars {
  background:
    linear-gradient(90deg, rgba(34, 240, 223, 0.55) 0 22%, transparent 23%) 0 20% / 100% 10px no-repeat,
    linear-gradient(90deg, rgba(243, 198, 108, 0.46) 0 54%, transparent 55%) 0 50% / 100% 10px no-repeat,
    linear-gradient(90deg, rgba(15, 168, 120, 0.5) 0 82%, transparent 83%) 0 80% / 100% 10px no-repeat;
}

.farmora-card-grid .module-card {
  min-height: 190px;
}

.future-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 30px;
}

.future-strip span {
  flex: 1 1 180px;
  padding: 18px;
  border: 1px solid rgba(34, 240, 223, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
  text-align: center;
}

.farmora-night-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  overflow: hidden;
}

.farmora-night-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 48%, rgba(34, 240, 223, 0.22), transparent 20rem),
    linear-gradient(115deg, transparent 0 42%, rgba(15, 168, 120, 0.2) 48%, transparent 58%);
  pointer-events: none;
}

.farmora-night-cta > * {
  position: relative;
  z-index: 1;
}

.farmora-night-cta h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 0.98;
}

.crm-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.crm-dashboard-hero {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(40, 217, 255, 0.14), transparent 20rem),
    radial-gradient(circle at 78% 70%, rgba(155, 92, 255, 0.16), transparent 20rem),
    rgba(255, 255, 255, 0.07);
}

.crm-dashboard-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 217, 255, 0.045) 1px, transparent 1px);
  background-size: 62px 62px;
  animation: gridScan 8s linear infinite;
}

.crm-window-bar {
  position: absolute;
  top: 34px;
  right: 34px;
  left: 34px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 28px 50%, rgba(244, 199, 107, 0.9) 0 5px, transparent 6px),
    radial-gradient(circle at 50px 50%, rgba(40, 217, 255, 0.9) 0 5px, transparent 6px),
    radial-gradient(circle at 72px 50%, rgba(155, 92, 255, 0.9) 0 5px, transparent 6px),
    rgba(255, 255, 255, 0.065);
}

.crm-widget {
  position: absolute;
  z-index: 2;
  width: 190px;
  min-height: 110px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.crm-widget:hover,
.crm-screen:hover,
.pricing-card:hover {
  transform: translateY(-7px);
  border-color: rgba(40, 217, 255, 0.42);
}

.crm-widget strong,
.crm-screen strong {
  display: block;
  color: rgba(248, 251, 255, 0.8);
  font-family: "Space Grotesk", Inter, sans-serif;
}

.crm-widget span,
.crm-screen span {
  display: block;
  margin-top: 18px;
  color: white;
  font-size: 1.75rem;
  font-weight: 900;
}

.widget-leads { top: 108px; left: 52px; }
.widget-conversion { top: 108px; right: 52px; }
.widget-pipeline { top: 268px; left: 34px; }
.widget-campaigns { top: 258px; right: 34px; }
.widget-tickets { bottom: 58px; left: 74px; }
.widget-forecast { right: 74px; bottom: 58px; }

.crm-pipeline-flow {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 3;
  display: grid;
  gap: 10px;
  width: 210px;
  transform: translate(-50%, -50%);
}

.crm-pipeline-flow span {
  padding: 12px 14px;
  border: 1px solid rgba(40, 217, 255, 0.2);
  border-radius: 15px;
  background: rgba(4, 8, 18, 0.72);
  box-shadow: 0 0 24px rgba(40, 217, 255, 0.1);
  font-weight: 900;
  animation: pipelineSlide 4s ease-in-out infinite;
}

.crm-pipeline-flow span:nth-child(2) { animation-delay: -0.8s; }
.crm-pipeline-flow span:nth-child(3) { animation-delay: -1.6s; }
.crm-pipeline-flow span:nth-child(4) { animation-delay: -2.4s; }

.crm-notification {
  position: absolute;
  top: 91px;
  left: 50%;
  z-index: 4;
  padding: 12px 16px;
  border: 1px solid rgba(244, 199, 107, 0.32);
  border-radius: 999px;
  background: rgba(4, 8, 18, 0.78);
  box-shadow: 0 0 28px rgba(244, 199, 107, 0.14);
  transform: translateX(-50%);
  font-weight: 900;
  animation: notifyDrop 4.2s ease-in-out infinite;
}

.crm-module {
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.crm-ai-map {
  position: relative;
  min-height: 650px;
  border-radius: 34px;
  overflow: hidden;
}

.crm-ai-map::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(40, 217, 255, 0.16), transparent 20rem),
    linear-gradient(90deg, transparent 49.8%, rgba(244, 199, 107, 0.16) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(155, 92, 255, 0.16) 50%, transparent 50.2%);
}

.crm-ai-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 210px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(244, 199, 107, 0.34);
  border-radius: 50%;
  background: rgba(4, 8, 18, 0.78);
  box-shadow: 0 0 72px rgba(40, 217, 255, 0.22);
  transform: translate(-50%, -50%);
  font: 900 1.1rem/1.2 "Space Grotesk", Inter, sans-serif;
  text-align: center;
}

.crm-ai-node {
  position: absolute;
  z-index: 3;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.crm-ai-node::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 180px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(40, 217, 255, 0.55), transparent);
  transform: rotate(var(--angle, 0deg));
  transform-origin: left;
  animation: dataFlow 3s linear infinite;
}

.crm-ai-node p {
  color: var(--muted);
}

.ai-score { top: 9%; left: 39%; --angle: 90deg; }
.ai-churn { top: 28%; right: 6%; --angle: 164deg; }
.ai-follow { right: 15%; bottom: 10%; --angle: 220deg; }
.ai-revenue { bottom: 10%; left: 14%; --angle: 318deg; }
.ai-sentiment { top: 28%; left: 6%; --angle: 18deg; }

.crm-screen-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.crm-screen,
.pricing-card {
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.crm-screen:hover,
.pricing-card:hover {
  box-shadow: 0 28px 80px rgba(40, 217, 255, 0.12);
}

.crm-funnel {
  width: 150px;
  height: 110px;
  margin-top: 24px;
  clip-path: polygon(0 0, 100% 0, 64% 48%, 64% 100%, 36% 100%, 36% 48%);
  background: linear-gradient(180deg, rgba(40, 217, 255, 0.52), rgba(155, 92, 255, 0.28));
  animation: architecturePulse 3.8s ease-in-out infinite;
}

.crm-map,
.crm-calendar {
  height: 104px;
  margin-top: 24px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 28% 44%, rgba(40, 217, 255, 0.7) 0 8px, transparent 9px),
    radial-gradient(circle at 58% 30%, rgba(244, 199, 107, 0.7) 0 8px, transparent 9px),
    radial-gradient(circle at 78% 62%, rgba(155, 92, 255, 0.7) 0 8px, transparent 9px),
    rgba(255, 255, 255, 0.055);
}

.crm-calendar {
  background-image:
    linear-gradient(rgba(40, 217, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 34px 26px;
}

.integration-mesh {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 30px;
  overflow: hidden;
}

.integration-mesh::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(40, 217, 255, 0.14), transparent),
    linear-gradient(0deg, transparent, rgba(155, 92, 255, 0.1), transparent);
  animation: cinematicFlow 8s ease-in-out infinite;
}

.integration-mesh span {
  position: relative;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  font-weight: 900;
  text-align: center;
}

.pricing-card {
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 18px;
}

.pricing-card.featured {
  border-color: rgba(244, 199, 107, 0.4);
  box-shadow: 0 28px 90px rgba(244, 199, 107, 0.11);
}

.pricing-card h3 {
  font-size: 2rem;
}

.pricing-card p {
  color: var(--muted);
  line-height: 1.65;
}

.crm-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
}

.crm-cta h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 0.98;
}

.crm-cta p {
  color: var(--muted);
  line-height: 1.7;
}

.crm-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.68);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.crm-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.crm-modal-card {
  position: relative;
  width: min(620px, 100%);
  padding: clamp(26px, 5vw, 44px);
  border-radius: 28px;
}

.crm-modal-card h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.crm-modal-card p {
  color: var(--muted);
  line-height: 1.75;
}

.crm-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

body.digital-growth {
  background:
    radial-gradient(circle at 78% 14%, rgba(244, 199, 107, 0.18), transparent 28rem),
    radial-gradient(circle at 20% 22%, rgba(34, 240, 223, 0.12), transparent 26rem),
    radial-gradient(circle at 18% 72%, rgba(155, 92, 255, 0.24), transparent 30rem),
    linear-gradient(135deg, #030407 0%, #10091e 48%, #071225 100%);
}

body.erp-saas {
  background:
    radial-gradient(circle at 72% 16%, rgba(40, 217, 255, 0.15), transparent 28rem),
    radial-gradient(circle at 22% 76%, rgba(244, 199, 107, 0.12), transparent 30rem),
    linear-gradient(135deg, #02050b 0%, #071225 52%, #101018 100%);
}

body.custom-software {
  background:
    radial-gradient(circle at 70% 20%, rgba(155, 92, 255, 0.22), transparent 30rem),
    radial-gradient(circle at 18% 72%, rgba(32, 226, 215, 0.16), transparent 30rem),
    linear-gradient(135deg, #030407 0%, #08111e 55%, #13071f 100%);
}

body.emotional-ai {
  background:
    radial-gradient(circle at 76% 18%, rgba(244, 199, 107, 0.1), transparent 30rem),
    radial-gradient(circle at 22% 74%, rgba(155, 92, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 50% 42%, rgba(32, 226, 215, 0.18), transparent 28rem),
    linear-gradient(135deg, #020706 0%, #071426 52%, #10091c 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.product-shell::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 78%);
}

.product-shell::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.035), transparent 28%),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.06), transparent 28rem);
}

.product-nav {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(2, 3, 7, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
  transition: box-shadow 400ms ease, border-color 400ms ease;
}

.product-nav:hover {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(244, 199, 107, 0.08);
}

.brand-link,
.product-menu,
.hero-actions,
.metric-row,
.node-grid,
.stage-tabs,
.cta-row {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 12px;
  min-width: 0;
}

.brand-link img {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  object-fit: cover;
  transform: scale(1.08);
  background: white;
  box-shadow: 0 0 24px rgba(34, 240, 223, 0.22);
}

.brand-link strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
  line-height: 1;
}

.brand-link span span {
  display: block;
  max-width: 240px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-menu {
  gap: 6px;
}

.product-menu a {
  padding: 10px 9px;
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  transition: color 220ms ease, background 220ms ease;
}

.product-menu a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(380px, 1.16fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 128px 0 60px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.6rem, 8vw, 7.2rem);
  line-height: 0.86;
}

.hero-title {
  max-width: 12ch;
}

.hero-kicker {
  margin: 20px 0 0;
  font-size: clamp(1.32rem, 2vw, 2rem);
  font-weight: 800;
}

.hero-copy {
  margin: 18px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 220ms ease, background 220ms ease;
  position: relative;
  overflow: hidden;
}

.button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.button:hover::after {
  transform: translateX(100%);
}

.button:hover {
  transform: translateY(-3px);
}

.button-gold {
  color: #070609;
  background: linear-gradient(135deg, var(--gold), #fff0bd 48%, #b9852e);
  box-shadow: 0 18px 42px rgba(243, 198, 108, 0.24);
}

.button-glass {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.06);
}

.metric-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.metric-row span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.84rem;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  line-height: 0.98;
}

.section-head p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.glass-card {
  border: 1px solid var(--border);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.architecture-stage {
  position: relative;
  min-height: 640px;
  border-radius: 34px;
  overflow: hidden;
}

.architecture-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 46%, rgba(243, 198, 108, 0.18), transparent 18rem),
    linear-gradient(90deg, transparent 49.8%, rgba(243, 198, 108, 0.2) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(155, 92, 255, 0.18) 50%, transparent 50.2%);
  background-size: auto, 100% 100%, 100% 100%;
}

.data-line {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(243, 198, 108, 0.16);
  border-radius: 50%;
  animation: architecturePulse 5s ease-in-out infinite;
}

.data-line::before,
.data-line::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(155, 92, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.data-line::after {
  inset: 24%;
  border-color: rgba(255, 255, 255, 0.14);
}

.legal-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: min(46vw, 330px);
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(243, 198, 108, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 30%),
    radial-gradient(circle at 50% 68%, rgba(155, 92, 255, 0.24), transparent 48%),
    rgba(5, 5, 12, 0.68);
  box-shadow: 0 0 70px rgba(155, 92, 255, 0.28), inset 0 0 42px rgba(243, 198, 108, 0.12);
}

.legal-core::before {
  width: 54%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 22px rgba(243, 198, 108, 0.5);
  animation: balanceBeam 3.8s ease-in-out infinite;
}

.legal-core::after {
  position: absolute;
  width: 4px;
  height: 58%;
  content: "";
  background: linear-gradient(transparent, rgba(243, 198, 108, 0.88), transparent);
}

.legal-core span {
  position: absolute;
  bottom: 25%;
  color: white;
  font: 900 1.1rem/1 "Space Grotesk", sans-serif;
  text-align: center;
}

.justice-symbol {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: rgba(248, 251, 255, 0.84);
  font: 900 0.82rem/1 "Space Grotesk", Inter, sans-serif;
}

.justice-scale {
  top: 8%;
  left: 8%;
  width: 150px;
  height: 120px;
}

.justice-scale::before {
  width: 120px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 20px rgba(243, 198, 108, 0.42);
  animation: balanceBeam 3.8s ease-in-out infinite;
}

.justice-scale::after {
  position: absolute;
  width: 3px;
  height: 74px;
  content: "";
  background: linear-gradient(var(--gold), transparent);
}

.justice-hammer {
  right: 9%;
  top: 12%;
  width: 128px;
  height: 128px;
  transform: rotate(-24deg);
}

.justice-hammer::before,
.justice-hammer::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), #fff0bd);
  box-shadow: 0 0 18px rgba(243, 198, 108, 0.24);
}

.justice-hammer::before {
  width: 82px;
  height: 24px;
  top: 22px;
}

.justice-hammer::after {
  width: 18px;
  height: 92px;
  top: 34px;
  left: 54px;
}

.justice-angel {
  bottom: 9%;
  left: 8%;
  width: 140px;
  height: 120px;
  opacity: 0.76;
}

.justice-angel::before,
.justice-angel::after {
  position: absolute;
  top: 30px;
  width: 72px;
  height: 54px;
  content: "";
  border: 1px solid rgba(243, 198, 108, 0.4);
  border-radius: 100% 0 100% 0;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 0 24px rgba(155, 92, 255, 0.16);
}

.justice-angel::before {
  left: 0;
  transform: rotate(-18deg);
}

.justice-angel::after {
  right: 0;
  transform: rotate(108deg);
}

.legal-node {
  position: absolute;
  z-index: 3;
  width: min(210px, 26vw);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: rgba(248, 251, 255, 0.86);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28), inset 0 0 20px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  font-weight: 900;
  cursor: pointer;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), border-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
}

.legal-node::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 160px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(243, 198, 108, 0.62), transparent);
  transform-origin: left;
  animation: dataFlow 2.8s linear infinite;
}

.legal-node:hover,
.legal-node.is-active {
  color: white;
  transform: translateY(-6px) scale(1.04);
  border-color: rgba(243, 198, 108, 0.6);
  box-shadow: 0 24px 64px rgba(243, 198, 108, 0.18), 0 0 0 1px rgba(243, 198, 108, 0.12);
}

.n1 { top: 8%; left: 39%; }
.n2 { top: 20%; right: 8%; }
.n3 { top: 45%; right: 4%; }
.n4 { right: 15%; bottom: 12%; }
.n5 { bottom: 8%; left: 39%; }
.n6 { bottom: 14%; left: 11%; }
.n7 { top: 45%; left: 4%; }
.n8 { top: 20%; left: 8%; }

.floating-doc {
  position: absolute;
  z-index: 1;
  width: 86px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2) 0 0) 16px 28px / 44px 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.14) 0 0) 16px 46px / 58px 2px no-repeat,
    linear-gradient(rgba(243, 198, 108, 0.26) 0 0) 16px 64px / 38px 2px no-repeat,
    rgba(255, 255, 255, 0.055);
  animation: floatDoc 5.2s ease-in-out infinite;
}

.doc-a { top: 14%; left: 22%; }
.doc-b { right: 22%; bottom: 18%; animation-delay: -2.4s; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module-card {
  min-height: 210px;
  padding: 22px;
  border-radius: 22px;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.23, 1, 0.32, 1), border-color 220ms ease, box-shadow 220ms ease;
  will-change: transform;
  cursor: default;
}

.module-card.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.module-card:hover {
  border-color: rgba(243, 198, 108, 0.5);
  box-shadow: 0 24px 70px rgba(155, 92, 255, 0.2), 0 0 32px rgba(243, 198, 108, 0.12);
  transform: translateY(-6px);
}

.module-card h3 {
  font-size: 1.15rem;
}

.module-card p {
  color: var(--muted);
  line-height: 1.65;
}

.hydro-visual {
  position: relative;
  min-height: 590px;
  border-radius: 34px;
  overflow: hidden;
}

.hydro-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 76%, rgba(15, 168, 120, 0.22), transparent 18rem),
    linear-gradient(90deg, transparent, rgba(34, 240, 223, 0.14), transparent);
}

.sensor-ring {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(34, 240, 223, 0.16);
  border-radius: 50%;
  animation: architecturePulse 4.4s ease-in-out infinite;
}

.water-line {
  position: absolute;
  right: 10%;
  bottom: 19%;
  left: 10%;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(34, 240, 223, 0.58), rgba(15, 168, 120, 0.46), transparent);
  filter: drop-shadow(0 0 18px rgba(34, 240, 223, 0.38));
  animation: waterFlow 3.4s linear infinite;
}

.plant-stage {
  position: absolute;
  right: 10%;
  bottom: 17%;
  left: 10%;
  display: grid;
  height: 66%;
  place-items: end center;
}

.plant {
  position: relative;
  width: 230px;
  height: 360px;
}

.plant::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 78%;
  content: "";
  border-radius: 999px;
  background: linear-gradient(var(--cyan), var(--green));
  transform: translateX(-50%) scaleY(var(--growth, 0.82));
  transform-origin: bottom;
  box-shadow: 0 0 24px rgba(34, 240, 223, 0.36);
  transition: transform 500ms ease;
}

.leaf {
  position: absolute;
  left: 50%;
  width: 110px;
  height: 50px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(34, 240, 223, 0.86), rgba(15, 168, 120, 0.72));
  box-shadow: 0 0 22px rgba(34, 240, 223, 0.22);
  transform-origin: left center;
  animation: leafMove 3.8s ease-in-out infinite;
}

.leaf-one { bottom: 118px; transform: rotate(-28deg); }
.leaf-two { bottom: 170px; transform: rotate(152deg) scaleX(0.9); animation-delay: -1s; }
.leaf-three { bottom: 222px; transform: rotate(-20deg) scale(0.82); animation-delay: -2s; }
.leaf-four { bottom: 262px; transform: rotate(150deg) scale(0.76); animation-delay: -1.6s; }

.crop-head {
  position: absolute;
  bottom: 292px;
  left: 50%;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, rgba(243, 198, 108, 0.82), rgba(15, 168, 120, 0.82));
  box-shadow: 0 0 36px rgba(243, 198, 108, 0.28);
  transform: translateX(-50%);
}

.monitor-widget {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 14px;
  border: 1px solid rgba(34, 240, 223, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), border-color 300ms ease, box-shadow 300ms ease;
  cursor: default;
}

.hydro-robot {
  position: absolute;
  z-index: 4;
  left: 10%;
  bottom: 22%;
  width: 120px;
  height: 90px;
  animation: robotPatrol 6.5s ease-in-out infinite;
}

.hydro-robot::before {
  position: absolute;
  left: 24px;
  top: 12px;
  width: 72px;
  height: 48px;
  content: "";
  border: 1px solid rgba(34, 240, 223, 0.44);
  border-radius: 18px;
  background:
    radial-gradient(circle at 34% 42%, rgba(34, 240, 223, 0.85) 0 4px, transparent 5px),
    radial-gradient(circle at 66% 42%, rgba(243, 198, 108, 0.85) 0 4px, transparent 5px),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 28px rgba(34, 240, 223, 0.24);
}

.hydro-robot::after {
  position: absolute;
  left: 16px;
  bottom: 6px;
  width: 88px;
  height: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 240, 223, 0.28), rgba(15, 168, 120, 0.5), rgba(34, 240, 223, 0.28));
}

.fpga-kit {
  position: absolute;
  z-index: 3;
  right: 8%;
  bottom: 28%;
  width: 150px;
  height: 102px;
  border: 1px solid rgba(34, 240, 223, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(34, 240, 223, 0.32) 1px, transparent 1px),
    linear-gradient(rgba(34, 240, 223, 0.2) 1px, transparent 1px),
    rgba(255, 255, 255, 0.055);
  background-size: 24px 24px;
  box-shadow: 0 0 32px rgba(34, 240, 223, 0.2);
  animation: boardPulse 3.6s ease-in-out infinite;
}

.fpga-kit::before {
  position: absolute;
  inset: 30px 45px;
  content: "";
  border-radius: 10px;
  background: rgba(243, 198, 108, 0.28);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04), 0 0 24px rgba(243, 198, 108, 0.22);
}

.service-visual {
  position: relative;
  min-height: 590px;
  border-radius: 34px;
  overflow: hidden;
}

.service-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.growth-orb,
.erp-orb,
.software-orb,
.emotion-orb {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  animation: architecturePulse 4.4s ease-in-out infinite;
}

.growth-bars {
  position: absolute;
  right: 12%;
  bottom: 10%;
  left: 10%;
  height: 180px;
  background:
    linear-gradient(to top, rgba(155, 92, 255, 0.44) 0 38%, transparent 39%) 4% 100% / 12% 100% no-repeat,
    linear-gradient(to top, rgba(34, 240, 223, 0.42) 0 58%, transparent 59%) 28% 100% / 12% 100% no-repeat,
    linear-gradient(to top, rgba(243, 198, 108, 0.5) 0 82%, transparent 83%) 52% 100% / 12% 100% no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.26) 0 68%, transparent 69%) 76% 100% / 12% 100% no-repeat;
  animation: barRise 4s ease-in-out infinite;
}

.poster-studio {
  position: absolute;
  top: 16%;
  left: 14%;
  display: grid;
  align-content: end;
  gap: 8px;
  width: 190px;
  height: 250px;
  padding: 18px;
  border: 1px solid rgba(243, 198, 108, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 28% 24%, rgba(243, 198, 108, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(155, 92, 255, 0.42), rgba(34, 240, 223, 0.16)),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.26), 0 0 32px rgba(243, 198, 108, 0.12);
  animation: posterGenerate 4.8s ease-in-out infinite;
}

.poster-studio::before {
  position: absolute;
  inset: 18px 18px auto;
  height: 118px;
  content: "";
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(circle at 70% 34%, rgba(243, 198, 108, 0.8) 0 12px, transparent 13px),
    rgba(3, 4, 7, 0.28);
}

.poster-studio span,
.poster-studio strong,
.video-studio strong {
  position: relative;
  z-index: 1;
}

.poster-studio span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
}

.poster-studio strong,
.video-studio strong {
  font-family: "Space Grotesk", Inter, sans-serif;
}

.video-studio {
  position: absolute;
  top: 14%;
  right: 12%;
  display: grid;
  align-content: end;
  gap: 8px;
  width: 220px;
  height: 150px;
  padding: 18px;
  border: 1px solid rgba(34, 240, 223, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 0 34px rgba(34, 240, 223, 0.16);
}

.video-studio span {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 240, 223, 0.18);
  transform: translateX(-50%);
}

.video-studio span::before {
  position: absolute;
  top: 13px;
  left: 18px;
  width: 0;
  height: 0;
  content: "";
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--gold);
  filter: drop-shadow(0 0 12px rgba(243, 198, 108, 0.5));
}

.keyword-cloud {
  position: absolute;
  top: 44%;
  right: 8%;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 260px;
}

.keyword-cloud span,
.seo-upgrade,
.ai-cue {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.9);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  font-weight: 900;
}

.keyword-cloud span {
  padding: 10px 12px;
  animation: keywordFloat 3.6s ease-in-out infinite;
}

.keyword-cloud span:nth-child(2) { animation-delay: -0.8s; }
.keyword-cloud span:nth-child(3) { animation-delay: -1.6s; }
.keyword-cloud span:nth-child(4) { animation-delay: -2.4s; }

.seo-upgrade {
  position: absolute;
  left: 14%;
  bottom: 28%;
  padding: 14px 18px;
  border-color: rgba(243, 198, 108, 0.32);
  color: white;
  animation: seoPulse 3s ease-in-out infinite;
}

.erp-grid {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(40, 217, 255, 0.18);
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(40, 217, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 199, 107, 0.14) 1px, transparent 1px);
  background-size: 62px 52px;
  animation: gridScan 5.2s linear infinite;
}

.erp-module {
  position: absolute;
  width: 150px;
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  font-weight: 900;
}

.erp-crm { top: 16%; left: 12%; }
.erp-hrms { top: 18%; right: 14%; }
.erp-inventory { bottom: 18%; left: 15%; }
.erp-finance { right: 13%; bottom: 17%; }

.code-window {
  position: absolute;
  top: 16%;
  left: 10%;
  width: min(70%, 520px);
  height: 280px;
  border: 1px solid rgba(40, 217, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(rgba(40, 217, 255, 0.44) 0 0) 40px 76px / 130px 3px no-repeat,
    linear-gradient(rgba(244, 199, 107, 0.48) 0 0) 72px 116px / 210px 3px no-repeat,
    linear-gradient(rgba(155, 92, 255, 0.48) 0 0) 40px 156px / 270px 3px no-repeat,
    linear-gradient(rgba(40, 217, 255, 0.32) 0 0) 88px 196px / 180px 3px no-repeat,
    rgba(255, 255, 255, 0.065);
  animation: codeGlow 4.4s ease-in-out infinite;
}

.cloud-stack {
  position: absolute;
  right: 12%;
  bottom: 16%;
  width: 220px;
  height: 150px;
  border-radius: 80px;
  background:
    radial-gradient(circle at 32% 58%, rgba(40, 217, 255, 0.35) 0 42px, transparent 43px),
    radial-gradient(circle at 56% 42%, rgba(155, 92, 255, 0.35) 0 52px, transparent 53px),
    radial-gradient(circle at 72% 62%, rgba(244, 199, 107, 0.28) 0 38px, transparent 39px);
  filter: drop-shadow(0 0 34px rgba(40, 217, 255, 0.2));
}

.emotion-face {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(34, 240, 223, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 38%, rgba(244, 199, 107, 0.72) 0 7px, transparent 8px),
    radial-gradient(circle at 66% 38%, rgba(40, 217, 255, 0.72) 0 7px, transparent 8px),
    radial-gradient(ellipse at 50% 68%, rgba(34, 240, 223, 0.18), transparent 22%),
    rgba(255, 255, 255, 0.055);
  transform: translateX(-50%);
  box-shadow: 0 0 54px rgba(34, 240, 223, 0.18);
  animation: heartMind 4.8s ease-in-out infinite;
}

.peace-halo {
  position: absolute;
  top: 9%;
  left: 50%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(34, 240, 223, 0.16), transparent 58%),
    conic-gradient(from 0deg, transparent, rgba(244, 199, 107, 0.18), transparent, rgba(155, 92, 255, 0.16), transparent);
  transform: translateX(-50%);
  filter: blur(2px);
  animation: architecturePulse 5.8s ease-in-out infinite;
}

.ai-cue {
  position: absolute;
  z-index: 3;
  padding: 12px 14px;
  color: rgba(248, 251, 255, 0.86);
  animation: cueFloat 4.2s ease-in-out infinite;
}

.cue-one {
  top: 22%;
  left: 11%;
}

.cue-two {
  top: 44%;
  right: 10%;
  animation-delay: -1.2s;
}

.cue-three {
  left: 14%;
  bottom: 20%;
  animation-delay: -2.4s;
}

.calm-wave {
  position: absolute;
  right: 8%;
  bottom: 12%;
  left: 8%;
  height: 220px;
  background:
    radial-gradient(ellipse at 50% 82%, rgba(34, 240, 223, 0.18), transparent 54%),
    linear-gradient(115deg, transparent 0 24%, rgba(34, 240, 223, 0.16) 28%, transparent 36%),
    linear-gradient(62deg, transparent 0 38%, rgba(244, 199, 107, 0.12) 42%, transparent 52%);
  animation: calmDrift 9s ease-in-out infinite;
}

.monitor-widget:hover {
  transform: translateY(-6px) scale(1.04);
  border-color: rgba(34, 240, 223, 0.5);
  box-shadow: 0 24px 60px rgba(34, 240, 223, 0.18), 0 0 0 1px rgba(34, 240, 223, 0.12);
}

.monitor-widget strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.monitor-widget span {
  color: var(--muted);
  font-size: 0.84rem;
}

.widget-a { top: 13%; left: 8%; }
.widget-b { top: 21%; right: 8%; }
.widget-c { right: 12%; bottom: 12%; }

.journey-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 20px;
}

.stage-tabs {
  align-items: stretch;
  flex-direction: column;
  gap: 9px;
}

.stage-tab {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 13px 14px;
  color: rgba(248, 251, 255, 0.76);
  background: rgba(255, 255, 255, 0.055);
  font: 800 0.95rem/1.2 Inter, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), border-color 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  position: relative;
  overflow: hidden;
}

.stage-tab::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.12) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.stage-tab:hover::after {
  transform: translateX(100%);
}

.stage-tab:hover,
.stage-tab.is-active {
  color: white;
  transform: translateX(6px);
  border-color: rgba(34, 240, 223, 0.5);
  background: rgba(34, 240, 223, 0.1);
  box-shadow: 0 8px 28px rgba(34, 240, 223, 0.12), inset 0 0 0 1px rgba(34, 240, 223, 0.08);
}

.insight-panel {
  min-height: 428px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.insight-panel:hover {
  border-color: rgba(34, 240, 223, 0.28);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5), 0 0 50px rgba(34, 240, 223, 0.08);
}

.insight-panel::before {
  position: absolute;
  right: -8rem;
  bottom: -8rem;
  width: 22rem;
  height: 22rem;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 240, 223, 0.22), transparent 64%);
  animation: architecturePulse 4s ease-in-out infinite;
}

.insight-panel h3 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.insight-panel p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.insight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.insight-stats span {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(34, 240, 223, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(248, 251, 255, 0.8);
  font-weight: 800;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  cursor: default;
}

.insight-stats span:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 240, 223, 0.4);
  box-shadow: 0 12px 32px rgba(34, 240, 223, 0.12);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: clamp(26px, 5vw, 48px);
  border-radius: 32px;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.cta-band:hover {
  border-color: rgba(243, 198, 108, 0.3);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), 0 0 60px rgba(243, 198, 108, 0.08);
}

.cta-band h2 {
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 0.98;
}

.cta-band p {
  color: var(--muted);
  line-height: 1.7;
}

.cta-row {
  flex-wrap: wrap;
  gap: 12px;
}

@keyframes architecturePulse {
  0%, 100% { transform: scale(0.96); opacity: 0.62; }
  50% { transform: scale(1.02); opacity: 1; }
}

@keyframes balanceBeam {
  0%, 100% { transform: rotate(-4deg); }
  50% { transform: rotate(4deg); }
}

@keyframes dataFlow {
  0% { opacity: 0; transform: rotate(var(--angle, 0deg)) scaleX(0.28); }
  50% { opacity: 1; }
  100% { opacity: 0; transform: rotate(var(--angle, 0deg)) scaleX(1.1); }
}

@keyframes floatDoc {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-18px) rotate(4deg); }
}

@keyframes waterFlow {
  0% { transform: translateX(-28px) scaleX(0.96); }
  50% { transform: translateX(28px) scaleX(1.04); }
  100% { transform: translateX(-28px) scaleX(0.96); }
}

@keyframes leafMove {
  0%, 100% { filter: brightness(0.94); }
  50% { filter: brightness(1.18); }
}

@keyframes barRise {
  0%, 100% { transform: translateY(10px); filter: brightness(0.92); }
  50% { transform: translateY(-10px); filter: brightness(1.22); }
}

@keyframes gridScan {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 62px 52px, 62px 52px; }
}

@keyframes codeGlow {
  0%, 100% { filter: brightness(0.92); transform: translateX(0); }
  50% { filter: brightness(1.2); transform: translateX(8px); }
}

@keyframes heartMind {
  0%, 100% { transform: translateX(-50%) scale(0.96); }
  50% { transform: translateX(-50%) scale(1.06); }
}

@keyframes robotPatrol {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(min(28vw, 220px)); }
}

@keyframes boardPulse {
  0%, 100% { filter: brightness(0.92); }
  50% { filter: brightness(1.22); }
}

@keyframes cinematicFlow {
  0%, 100% { transform: translateX(-24px); opacity: 0.62; }
  50% { transform: translateX(24px); opacity: 1; }
}

@keyframes posterGenerate {
  0%, 100% { transform: translateY(0) rotate(-2deg); filter: brightness(0.95); }
  50% { transform: translateY(-12px) rotate(2deg); filter: brightness(1.18); }
}

@keyframes keywordFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes seoPulse {
  0%, 100% { transform: scale(0.98); border-color: rgba(243, 198, 108, 0.28); }
  50% { transform: scale(1.04); border-color: rgba(243, 198, 108, 0.58); }
}

@keyframes cueFloat {
  0%, 100% { transform: translateY(0); opacity: 0.72; }
  50% { transform: translateY(-12px); opacity: 1; }
}

@keyframes calmDrift {
  0%, 100% { transform: translateX(-18px); opacity: 0.58; }
  50% { transform: translateX(18px); opacity: 0.9; }
}

@keyframes sensorReveal {
  0% { transform: translateX(50%) translateY(10px); opacity: 0.4; }
  100% { transform: translateX(50%) translateY(0); opacity: 1; }
}

@keyframes pipelineSlide {
  0%, 100% { transform: translateX(-10px); opacity: 0.72; }
  50% { transform: translateX(10px); opacity: 1; }
}

@keyframes notifyDrop {
  0%, 100% { transform: translateX(-50%) translateY(-8px); opacity: 0.72; }
  50% { transform: translateX(-50%) translateY(0); opacity: 1; }
}

@media (max-width: 980px) {
  .product-nav {
    align-items: flex-start;
    border-radius: 28px;
  }

  .product-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .product-hero,
  .journey-layout,
  .farmora-journey,
  .farmora-night-cta,
  .crm-hero,
  .crm-cta,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-hero {
    padding-top: 156px;
  }

  .farmora-hero {
    grid-template-columns: 1fr;
  }

  .farmora-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crm-screen-grid,
  .pricing-grid,
  .integration-mesh {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-node {
    width: 190px;
  }
}

@media (max-width: 700px) {
  .product-nav {
    position: absolute;
    width: calc(100% - 24px);
    top: 12px;
  }

  .brand-link span span {
    display: none;
  }

  .product-menu a {
    padding: 8px;
    font-size: 0.76rem;
  }

  .product-hero,
  .section {
    width: min(100% - 24px, 1180px);
  }

  .product-hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }

  .architecture-stage,
  .hydro-visual,
  .farmora-chamber,
  .farmora-engine,
  .crm-dashboard-hero,
  .crm-ai-map {
    min-height: 680px;
  }

  .crm-widget {
    width: 145px;
    padding: 12px;
    font-size: 0.78rem;
  }

  .crm-widget span {
    font-size: 1.25rem;
  }

  .widget-leads { top: 100px; left: 18px; }
  .widget-conversion { top: 100px; right: 18px; }
  .widget-pipeline { top: 258px; left: 14px; }
  .widget-campaigns { top: 258px; right: 14px; }
  .widget-tickets { bottom: 52px; left: 18px; }
  .widget-forecast { right: 18px; bottom: 52px; }

  .crm-pipeline-flow {
    width: 160px;
  }

  .greenhouse-shell {
    width: 70%;
  }

  .live-metric {
    width: 136px;
    padding: 11px;
    font-size: 0.78rem;
  }

  .metric-ph { top: 8%; left: 4%; }
  .metric-ec { top: 8%; right: 4%; }
  .metric-humidity { top: 38%; left: 2%; }
  .metric-temp { top: 38%; right: 2%; }
  .metric-growth { bottom: 12%; left: 4%; }
  .metric-yield { right: 4%; bottom: 12%; }

  .farmora-journey {
    padding: 16px;
  }

  .farmora-dashboard {
    grid-template-columns: 1fr;
  }

  .engine-core {
    width: 160px;
  }

  .engine-node {
    width: 150px;
    padding: 12px;
    font-size: 0.76rem;
  }

  .crm-ai-core {
    width: 160px;
  }

  .crm-ai-node {
    width: 150px;
    padding: 12px;
    font-size: 0.76rem;
  }

  .node-vision { top: 4%; left: 28%; }
  .node-climate { top: 23%; right: 1%; }
  .node-nutrient { right: 5%; bottom: 14%; }
  .node-yield { bottom: 14%; left: 5%; }
  .node-alerts { top: 23%; left: 1%; }

  .ai-score { top: 4%; left: 28%; }
  .ai-churn { top: 23%; right: 1%; }
  .ai-follow { right: 5%; bottom: 14%; }
  .ai-revenue { bottom: 14%; left: 5%; }
  .ai-sentiment { top: 23%; left: 1%; }

  .crm-screen-grid,
  .pricing-grid,
  .integration-mesh {
    grid-template-columns: 1fr;
  }

  .legal-core {
    width: 230px;
  }

  .legal-node {
    width: 150px;
    padding: 11px 12px;
    font-size: 0.8rem;
  }

  .n1 { top: 4%; left: 29%; }
  .n2 { top: 18%; right: 1%; }
  .n3 { top: 43%; right: 0; }
  .n4 { right: 4%; bottom: 16%; }
  .n5 { bottom: 4%; left: 29%; }
  .n6 { bottom: 16%; left: 3%; }
  .n7 { top: 43%; left: 0; }
  .n8 { top: 18%; left: 1%; }

  .module-grid,
  .insight-stats {
    grid-template-columns: 1fr;
  }

  .monitor-widget {
    width: 154px;
    padding: 12px;
  }

  .justice-symbol,
  .fpga-kit,
  .hydro-robot {
    transform: scale(0.78);
    transform-origin: center;
  }

  .erp-module {
    width: 128px;
    font-size: 0.8rem;
  }

  .widget-a { top: 7%; left: 4%; }
  .widget-b { top: 14%; right: 4%; }
  .widget-c { right: 6%; bottom: 7%; }

  .plant {
    transform: scale(0.86);
  }
}
