:root {
  color-scheme: dark;
  --bg: #090b0f;
  --bg-soft: #111720;
  --panel: rgba(17, 23, 32, 0.78);
  --panel-strong: #151c26;
  --text: #f7f4ed;
  --muted: #aab4c0;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #ff1208;
  --brand-2: #ffb24a;
  --green: #47d18c;
  --blue: #7aa7ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 63, 50, 0.16), transparent 30%),
    linear-gradient(180deg, #07090d 0%, #0d1118 48%, #f4f1ea 48%, #f4f1ea 100%);
  color: var(--text);
  overflow-x: hidden;
}

body.geo-page {
  background: #f4f1ea;
  color: #121820;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-nav {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100vw - 32px));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 11, 15, 0.52);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 168px;
  white-space: nowrap;
}

.brand-mark {
  width: 58px;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255, 18, 8, 0.2));
}

.brand-word {
  width: clamp(118px, 10vw, 162px);
  height: auto;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.08));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(247, 244, 237, 0.82);
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-select {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 0 12px;
}

.language-select option {
  color: #111;
}

.section {
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  color: #121820;
  background: #f4f1ea;
}

.section-dark {
  background: var(--bg);
  color: var(--text);
}

.section-dark-soft {
  background: #111720;
  color: var(--text);
}

.geo-article {
  width: min(920px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.geo-article .hero-copy {
  color: #4f5b6b;
}

.geo-article section {
  border-top: 1px solid rgba(12, 18, 28, 0.12);
  padding: 28px 0;
}

.geo-article h1 {
  color: #121820;
}

.geo-article h2 {
  font-size: clamp(26px, 3vw, 40px);
}

.geo-article p,
.geo-article li {
  color: #4f5b6b;
  line-height: 1.65;
}

.geo-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: #a92a20;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 140px max(24px, calc((100vw - 1180px) / 2)) 96px;
}

.hero-motion,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-motion {
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 34%, rgba(122, 167, 255, 0.26), transparent 26%),
    radial-gradient(circle at 60% 80%, rgba(239, 63, 50, 0.22), transparent 22%),
    linear-gradient(135deg, #111720 0%, #080b0f 52%, #17110d 100%);
}

.motion-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 62px 62px;
  transform: perspective(900px) rotateX(58deg) translateY(10%);
  animation: gridDrift 16s linear infinite;
  opacity: 0.34;
}

.hero-brand-orbit {
  position: absolute;
  right: 11%;
  top: 18%;
  width: min(34vw, 460px);
  opacity: 0.11;
  filter: drop-shadow(0 0 70px rgba(255, 18, 8, 0.25));
  animation: orbitFloat 10s ease-in-out infinite;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.95) 0%, rgba(5, 7, 10, 0.78) 38%, rgba(5, 7, 10, 0.22) 74%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.55), rgba(5, 7, 10, 0.9));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  max-width: 100%;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 920px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(247, 244, 237, 0.82);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.hero-cta,
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-chips {
  margin-top: 42px;
}

.hero-chips span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
  color: rgba(247, 244, 237, 0.78);
  font-size: 13px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  min-height: 46px;
  padding: 0 20px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
  color: #14110e;
}

.btn-secondary,
.btn-glass {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  backdrop-filter: blur(12px);
}

.btn-link {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand);
}

.module {
  position: absolute;
  width: 170px;
  min-height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  padding: 16px;
  color: rgba(247, 244, 237, 0.74);
  animation: modulePulse 7.5s ease-in-out infinite;
}

.module span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 800;
}

.module strong {
  font-size: 18px;
}

.module-1 {
  top: 28%;
  left: 50%;
}

.module-2 {
  top: 44%;
  left: 62%;
  animation-delay: 0.6s;
}

.module-3 {
  top: 25%;
  left: 72%;
  animation-delay: 1.2s;
}

.module-4 {
  top: 58%;
  left: 78%;
  animation-delay: 1.8s;
}

.module-5 {
  top: 40%;
  left: 88%;
  animation-delay: 2.4s;
}

.flow-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-2), var(--green), transparent);
  opacity: 0.65;
  transform-origin: left center;
}

.flow-a {
  top: 51%;
  left: 48%;
  width: 46%;
  animation: flowBlink 3.6s linear infinite;
}

.flow-b {
  top: 36%;
  left: 58%;
  width: 34%;
  transform: rotate(-12deg);
  animation: flowBlink 3.6s linear infinite 1s;
}

.product {
  position: absolute;
  width: 18px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5f0e7, #b8c0ca);
  box-shadow: 0 0 26px rgba(255, 178, 74, 0.8);
}

.product-a {
  top: 48%;
  left: 45%;
  animation: productTravel 7.5s ease-in-out infinite;
}

.product-b {
  top: 33%;
  left: 55%;
  animation: productTravelAlt 8.5s ease-in-out infinite 1.2s;
}

.signal {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(71, 209, 140, 0.24);
  border-radius: 50%;
  opacity: 0.46;
  animation: signalPulse 4s ease-in-out infinite;
}

.signal-1 {
  top: 20%;
  right: 20%;
}

.signal-2 {
  bottom: 17%;
  right: 8%;
  animation-delay: 1.4s;
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading p {
  color: #5d6978;
  font-size: 18px;
  line-height: 1.55;
}

.section-dark-soft .section-heading p,
.section-dark .section-heading p {
  color: rgba(247, 244, 237, 0.72);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.path-card,
.equipment-card,
.quick-form,
.lead-preview {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #fffaf1;
  box-shadow: 0 16px 50px rgba(20, 22, 26, 0.08);
}

.path-card {
  padding: 32px;
}

.path-card.accent {
  background: #131922;
  color: var(--text);
}

.path-card.accent p,
.path-card.accent li {
  color: rgba(247, 244, 237, 0.7);
}

.path-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #111;
  font-weight: 900;
}

.path-card p,
.path-card li {
  color: #566273;
  line-height: 1.55;
}

.buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.buyer-grid article {
  border: 1px solid rgba(12, 18, 28, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.72);
  padding: 22px;
}

.buyer-grid span,
.decision-matrix span,
.recommendation-header span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #a92a20;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.buyer-grid p {
  margin-bottom: 0;
  color: #5b6675;
  line-height: 1.55;
}

.recommendation-section {
  background: #ebe6dc;
}

.recommendation-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 20px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 18px;
  box-shadow: 0 16px 50px rgba(20, 22, 26, 0.08);
}

.recommendation-form label {
  display: grid;
  gap: 8px;
  color: #273142;
  font-size: 13px;
  font-weight: 800;
}

.recommendation-form select,
.recommendation-form input {
  width: 100%;
  border: 1px solid rgba(12, 18, 28, 0.14);
  border-radius: var(--radius);
  background: #fff;
  color: #121820;
  padding: 12px;
}

.recommendation-result,
.prep-panel {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 24px;
  color: #273142;
  box-shadow: 0 16px 50px rgba(20, 22, 26, 0.08);
}

.recommendation-result p,
.prep-panel p {
  color: #5b6675;
  line-height: 1.55;
}

.quote-readiness-section,
.value-snapshot-section {
  background: #f7f4ed;
}

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

.readiness-grid article,
.quote-readiness-card,
.value-grid article,
.value-snapshot-card {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 22px;
  box-shadow: 0 16px 50px rgba(20, 22, 26, 0.08);
}

.readiness-grid span,
.quote-readiness-lists span,
.value-grid span,
.value-snapshot-columns span {
  display: block;
  margin-bottom: 10px;
  color: #a92a20;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.readiness-grid p,
.value-grid p {
  color: #5b6675;
  line-height: 1.55;
}

.quote-readiness-card {
  margin-top: 14px;
  margin-bottom: 16px;
}

.readiness-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.1);
}

.readiness-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.quote-readiness-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0;
}

.quote-readiness-head p {
  margin: 0;
  color: #5b6675;
}

.quote-readiness-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-readiness-lists article {
  border: 1px solid rgba(12, 18, 28, 0.1);
  border-radius: var(--radius);
  background: rgba(235, 230, 220, 0.58);
  padding: 16px;
}

.value-snapshot-card {
  margin-top: 14px;
  background: #fff8ea;
}

.value-snapshot-card > strong {
  color: #a92a20;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.value-snapshot-card h4 {
  margin: 10px 0 14px;
  color: #121820;
  font-size: 22px;
}

.value-snapshot-card p {
  margin-bottom: 0;
  color: #4f5b6b;
  line-height: 1.5;
}

.value-snapshot-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.value-snapshot-columns article {
  border: 1px solid rgba(12, 18, 28, 0.1);
  border-radius: var(--radius);
  background: rgba(235, 230, 220, 0.58);
  padding: 16px;
}

.module-chain-card {
  margin-top: 14px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #f8efe0;
  padding: 18px;
}

.module-chain-card > strong {
  display: block;
  margin-bottom: 12px;
  color: #121820;
}

.module-chain-card p {
  margin-bottom: 0;
  color: #4f5b6b;
  line-height: 1.5;
}

.recommendation-header {
  border-bottom: 1px solid rgba(12, 18, 28, 0.1);
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.recommendation-header h3 {
  margin-bottom: 10px;
}

.recommendation-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.recommendation-detail-grid article {
  border: 1px solid rgba(12, 18, 28, 0.1);
  border-radius: var(--radius);
  background: rgba(235, 230, 220, 0.58);
  padding: 16px;
}

.recommendation-detail-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #121820;
}

.recommendation-detail-grid ul,
.decision-matrix ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #4f5b6b;
  line-height: 1.5;
}

.recommendation-next {
  margin: 18px 0;
}

.decision-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.decision-matrix article {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 24px;
  box-shadow: 0 16px 50px rgba(20, 22, 26, 0.08);
}

.prep-panel {
  margin-top: 18px;
}

.prep-panel.dark {
  margin-top: 22px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  box-shadow: none;
}

.prep-panel.dark p {
  color: rgba(247, 244, 237, 0.68);
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.process-node {
  position: relative;
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  padding: 18px;
  overflow: hidden;
}

.process-node::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.process-node span {
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 800;
}

.process-node h3 {
  margin-top: 16px;
}

.process-node p {
  color: rgba(247, 244, 237, 0.68);
  font-size: 14px;
}

.process-chain-button {
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.module-chain-advisor {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
}

.module-chain-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 18px;
}

.module-chain-head p,
.module-chain-note {
  color: rgba(247, 244, 237, 0.68);
  line-height: 1.55;
}

.module-chain-head span {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.module-chain-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.module-chain-steps li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
}

.module-chain-steps.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.module-chain-steps.compact li {
  border-color: rgba(12, 18, 28, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: #273142;
}

.filter-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.filter {
  border: 1px solid rgba(12, 18, 28, 0.14);
  border-radius: 999px;
  background: transparent;
  color: #273142;
  cursor: pointer;
  padding: 10px 16px;
  font-weight: 800;
}

.filter.active {
  border-color: var(--brand);
  background: #171d25;
  color: var(--text);
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.equipment-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.equipment-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #d7d2ca;
}

.equipment-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tag {
  border-radius: 999px;
  background: rgba(239, 63, 50, 0.1);
  color: #a92a20;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.equipment-body p {
  color: #5b6675;
  line-height: 1.5;
}

.spec-list {
  display: grid;
  gap: 8px;
  margin: auto 0 18px;
  padding: 0;
  list-style: none;
  color: #2c3542;
  font-size: 14px;
}

.spec-list li {
  border-top: 1px solid rgba(12, 18, 28, 0.1);
  padding-top: 8px;
}

.guide-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.guide-grid,
.answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-card,
.answer-grid article,
.answer-card,
.evaluation-flow article {
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 24px;
  box-shadow: 0 16px 50px rgba(20, 22, 26, 0.08);
}

.guide-card span,
.evaluation-flow span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #171d25;
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 900;
}

.guide-card p,
.answer-grid p,
.evaluation-flow p {
  color: #5b6675;
  line-height: 1.55;
}

.answer-card {
  display: block;
  color: #121820;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.answer-card:hover {
  border-color: rgba(239, 63, 50, 0.42);
  box-shadow: 0 20px 56px rgba(20, 22, 26, 0.12);
  transform: translateY(-2px);
}

.evaluation-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.section-dark-soft .evaluation-flow article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.section-dark-soft .evaluation-flow p {
  color: rgba(247, 244, 237, 0.68);
}

.answers-section {
  background: #ebe6dc;
}

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

.storyboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.storyboard-grid article {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 80% 16%, rgba(255, 178, 74, 0.2), transparent 34%);
  padding: 26px;
  overflow: hidden;
}

.storyboard-grid article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(71, 209, 140, 0.28);
  border-radius: 50%;
}

.storyboard-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 900;
}

.storyboard-grid p {
  color: rgba(247, 244, 237, 0.68);
  line-height: 1.55;
}

.media-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.media-copy p {
  color: #5b6675;
  font-size: 18px;
  line-height: 1.55;
}

.media-collage {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
}

.media-collage img {
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  object-fit: cover;
}

.media-collage img:first-child {
  grid-row: span 2;
  height: 100%;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: 22px;
  align-items: start;
}

.quick-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.quick-form label {
  display: grid;
  gap: 8px;
  color: rgba(247, 244, 237, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.quick-form .full {
  grid-column: 1 / -1;
}

.quick-form input,
.quick-form select,
.quick-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
  color: var(--text);
  padding: 12px;
}

.quick-form option {
  color: #111;
}

.lead-preview {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(247, 244, 237, 0.82);
  box-shadow: none;
}

.lead-preview pre {
  white-space: pre-wrap;
  color: var(--text);
  font-size: 13px;
}

.submit-status {
  border-radius: var(--radius);
  padding: 12px;
  font-weight: 800;
}

.submit-status.success {
  background: rgba(71, 209, 140, 0.14);
  color: #8df0bb;
}

.submit-status.warning {
  background: rgba(255, 178, 74, 0.14);
  color: #ffd089;
}

.submit-status.neutral {
  background: rgba(122, 167, 255, 0.14);
  color: #bfd3ff;
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}

.server-signal {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.18);
  padding: 12px;
  color: rgba(247, 244, 237, 0.82);
  font-size: 13px;
}

.server-signal p {
  margin: 0;
  color: rgba(247, 244, 237, 0.68);
}

.assistant-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.78);
  color: var(--text);
  padding: 10px 16px 10px 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.assistant-launcher span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #111;
  font-weight: 900;
}

.assistant-panel {
  position: fixed;
  z-index: 70;
  right: 24px;
  bottom: 86px;
  width: min(440px, calc(100vw - 32px));
  max-height: calc(100vh - 120px);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(11, 15, 22, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.assistant-panel.open {
  display: flex;
}

.assistant-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.assistant-header h2 {
  margin: 0;
  font-size: 22px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 22px;
}

.assistant-messages {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding: 18px;
}

.message {
  width: fit-content;
  max-width: 90%;
  border-radius: 14px;
  padding: 12px 14px;
  line-height: 1.45;
}

.message.bot {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 244, 237, 0.88);
}

.message.user {
  justify-self: end;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #111;
  font-weight: 800;
}

.assistant-actions {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.assistant-actions button,
.assistant-actions input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 12px;
  text-align: left;
}

.assistant-actions button {
  cursor: pointer;
  font-weight: 700;
}

.assistant-actions button:hover {
  border-color: var(--brand-2);
}

.assistant-footer {
  display: flex;
  gap: 8px;
  padding: 12px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mini {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 244, 237, 0.78);
  padding: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

@keyframes gridDrift {
  from {
    transform: perspective(900px) rotateX(58deg) translateY(10%);
  }
  to {
    transform: perspective(900px) rotateX(58deg) translateY(16%);
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes modulePulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(0);
  }
  45% {
    border-color: rgba(255, 178, 74, 0.75);
    box-shadow: 0 0 38px rgba(255, 178, 74, 0.14), 0 18px 60px rgba(0, 0, 0, 0.35);
    transform: translateY(-5px);
  }
}

@keyframes productTravel {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(46vw) rotate(16deg);
    opacity: 0;
  }
}

@keyframes productTravelAlt {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(34vw) translateY(22vh);
    opacity: 0;
  }
}

@keyframes flowBlink {
  0%,
  100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.88;
  }
}

@keyframes signalPulse {
  0%,
  100% {
    transform: scale(0.72);
    opacity: 0;
  }
  48% {
    transform: scale(1.08);
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  .site-nav {
    top: 10px;
    width: calc(100vw - 20px);
    border-radius: 20px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 860px;
  }

  .module {
    opacity: 0.62;
  }

  .module-1 {
    left: 44%;
  }

  .module-2 {
    left: 58%;
  }

  .module-3,
  .module-4,
  .module-5 {
    left: 66%;
  }

  .path-grid,
  .buyer-grid,
  .equipment-grid,
  .recommendation-form,
  .recommendation-detail-grid,
  .readiness-grid,
  .value-grid,
  .quote-readiness-lists,
  .value-snapshot-columns,
  .module-chain-steps,
  .module-chain-steps.compact,
  .decision-matrix,
  .guide-grid,
  .answer-grid,
  .evaluation-flow,
  .storyboard-grid,
  .media-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-nav {
    left: 10px;
    right: 10px;
    transform: none;
    width: calc(100% - 20px);
    max-width: 370px;
    gap: 10px;
    overflow: hidden;
  }

  .btn-glass {
    display: none;
  }

  .brand {
    min-width: 142px;
    gap: 7px;
  }

  .brand-mark {
    width: 44px;
  }

  .brand-word {
    width: 100px;
  }

  .hero {
    min-height: 820px;
    padding: 124px 24px 72px;
    align-items: flex-start;
  }

  .hero-content {
    flex: 0 0 min(310px, calc(100vw - 48px));
    width: min(310px, calc(100vw - 48px));
    max-width: min(310px, calc(100vw - 48px));
    padding-top: 28px;
  }

  h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.03;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 15px;
    overflow-wrap: break-word;
  }

  .hero-cta {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 260px);
  }

  .hero-cta .btn {
    justify-content: center;
    width: 100%;
  }

  .hero-chips {
    gap: 10px;
    margin-top: 34px;
  }

  .hero-chips span {
    max-width: 100%;
    white-space: normal;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .process-rail,
  .quick-form {
    grid-template-columns: 1fr;
  }

  .module-chain-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .assistant-panel {
    right: 12px;
    bottom: 78px;
    width: calc(100vw - 24px);
  }

  .assistant-launcher {
    right: 14px;
    bottom: 14px;
    gap: 0;
    padding: 8px;
  }

  .assistant-launcher strong {
    display: none;
  }
}
