:root {
  --bg: #edf2f6;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --ink: #102031;
  --muted: #607086;
  --line: rgba(16, 32, 49, 0.08);
  --green: #3ca35d;
  --green-deep: #287645;
  --blue: #2f6daa;
  --gold: #efb23e;
  --navy: #13253c;
  --navy-deep: #0e1b2d;
  --shadow: 0 30px 80px rgba(22, 40, 62, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(60, 163, 93, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(47, 109, 170, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, var(--bg) 100%);
}

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

.site-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 20px auto 48px;
}

.auth-shell {
  width: min(calc(100% - 24px), 1380px);
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(22, 40, 62, 0.1);
}

.auth-topbar {
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(145deg, #f8fbfd, #dfe8ef);
  box-shadow: inset 0 0 0 1px rgba(16, 32, 49, 0.08);
}

.brand-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.brand-dot-blue {
  left: 4px;
  top: 4px;
  background: var(--blue);
}

.brand-dot-gold {
  right: 4px;
  top: 8px;
  background: var(--gold);
}

.brand-dot-green {
  left: 9px;
  bottom: 4px;
  background: var(--green);
}

.brand strong {
  color: var(--green-deep);
}

.nav,
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-actions-compact {
  gap: 10px;
}

.nav a,
.login-link {
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a.active,
.login-link.active {
  color: var(--green-deep);
  font-weight: 700;
}

.login-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(16, 32, 49, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.login-icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.login-icon::before,
.login-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.login-icon::before {
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--navy);
}

.login-icon::after {
  bottom: 0;
  width: 16px;
  height: 9px;
  border-radius: 10px 10px 6px 6px;
  background: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.button-small {
  padding: 11px 18px;
  font-size: 0.92rem;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
  box-shadow: 0 16px 30px rgba(60, 163, 93, 0.26);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 49, 0.12);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.04;
}

h1 {
  font-size: clamp(2.9rem, 5.8vw, 5.2rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -0.03em;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-deep);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-text,
.section-copy p,
.final-cta p,
.price-panel p,
.proof-grid span,
.page-hero-copy p,
.page-card p,
.site-footer p,
.auth-copy,
.auth-note,
.journey-copy p,
.capability-card p,
.rfq-ui p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.03rem;
}

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

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(60, 163, 93, 0.14);
}

.page-hero,
.contact-layout,
.auth-layout,
.journey-section,
.capability-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.journey-section,
.page-hero,
.proof,
.capability-section,
.site-footer,
.signin-choice-grid,
.auth-layout,
.flow-section,
.solution-steps,
.tagline-call {
  margin-top: 54px;
}

.journey-section {
  min-height: calc(100svh - 112px);
}

.journey-section-alt {
  min-height: auto;
}

.journey-copy,
.section-copy,
.page-hero-copy {
  max-width: 580px;
}

.stack-visual {
  position: relative;
  min-height: 620px;
}

.floating-screen,
.page-card,
.feature-item,
.price-panel,
.process-board,
.timeline-item,
.contact-card,
.link-panel,
.step-card,
.signin-choice,
.auth-panel,
.dashboard-preview,
.capability-card,
.proof-card,
.tagline-link {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(22, 40, 62, 0.08);
}

.floating-screen {
  position: absolute;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.floating-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(16, 32, 49, 0.08);
  background: rgba(248, 250, 252, 0.9);
}

.window-controls {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 8px;
}

.window-controls::before,
.window-controls::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(95, 113, 134, 0.45);
}

.window-controls::before {
  left: 0;
}

.window-controls::after {
  left: 12px;
}

.device-brand {
  font-weight: 800;
  color: var(--ink);
}

.business-stack .screen-dashboard {
  left: 90px;
  top: 44px;
  width: min(100%, 520px);
  z-index: 2;
}

.business-stack .screen-ai {
  left: 0;
  bottom: 50px;
  width: 280px;
  z-index: 3;
}

.business-stack .screen-reports {
  right: 0;
  bottom: 16px;
  width: 330px;
  z-index: 4;
}

.supplier-stack .screen-supplier-dash {
  left: 0;
  top: 30px;
  width: 320px;
}

.supplier-stack .screen-client-rfq {
  left: 160px;
  top: 120px;
  width: min(100%, 420px);
  z-index: 2;
}

.supplier-stack .screen-quote-track {
  right: 0;
  bottom: 22px;
  width: 270px;
  z-index: 3;
}

.chat-ui,
.dashboard-surface,
.report-ui,
.rfq-ui,
.tracker-ui {
  padding: 18px;
}

.chat-bubble {
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.chat-bubble-light {
  background: rgba(16, 32, 49, 0.06);
}

.chat-bubble-green {
  background: rgba(60, 163, 93, 0.14);
}

.chat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-tags span,
.rfq-status {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(60, 163, 93, 0.13);
  color: var(--green-deep);
  font-size: 0.8rem;
  font-weight: 700;
}

.surface-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.surface-stats article,
.preview-stat-row article,
.chart-card,
.list-card,
.quotes-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  box-shadow: inset 0 0 0 1px rgba(16, 32, 49, 0.05);
}

.surface-stats small,
.preview-stat-row small {
  display: block;
  color: #7c8a9c;
  font-size: 0.76rem;
  margin-bottom: 10px;
}

.surface-stats strong,
.preview-stat-row strong,
.metric {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
}

.surface-chart,
.bar-chart {
  display: grid;
  align-items: end;
  gap: 10px;
  height: 145px;
  margin-top: 16px;
}

.bars-eight,
.bar-chart {
  grid-template-columns: repeat(8, 1fr);
}

.surface-chart i,
.bar-chart i {
  display: block;
  height: var(--h);
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(60,163,93,0.88), rgba(47,109,170,0.74));
}

.report-head,
.chart-head,
.list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.report-row,
.list-row,
.quote-line {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.5fr;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(16, 32, 49, 0.07);
}

.report-row:first-of-type,
.list-row:first-of-type,
.quote-line:first-of-type {
  border-top: 0;
}

.report-row span,
.report-row em,
.list-row span,
.quote-line span,
.quote-line em {
  color: #55667c;
  font-size: 0.9rem;
  font-style: normal;
  justify-self: end;
}

.rfq-ui strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.rfq-ui p {
  margin: 0 0 10px;
  font-size: 0.92rem;
}

.tracker-ui {
  display: grid;
  gap: 12px;
}

.tracker-step {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(16, 32, 49, 0.06);
  color: #516172;
  font-weight: 600;
}

.tracker-step.done,
.tracker-step.current {
  color: var(--green-deep);
}

.tracker-step.current {
  background: rgba(60, 163, 93, 0.13);
}

.proof {
  display: grid;
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(22, 40, 62, 0.08);
}

.proof-grid {
  display: grid;
  gap: 16px;
}

.proof-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.proof-card {
  padding: 20px;
}

.proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(60,163,93,0.16), rgba(47,109,170,0.16));
  color: var(--green-deep);
  font-weight: 800;
}

.capability-grid,
.workflow-page,
.signin-choice-grid,
.content-grid,
.pricing-layout,
.section-links {
  display: grid;
  gap: 18px;
}

.capability-grid,
.workflow-page,
.signin-choice-grid,
.content-grid,
.section-links {
  grid-template-columns: repeat(2, 1fr);
}

.pricing-layout {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.capability-card,
.step-card,
.page-card,
.feature-item,
.price-panel,
.timeline-item,
.contact-card,
.link-panel,
.signin-choice,
.auth-panel {
  padding: 24px;
}

.step-number,
.plan-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(60, 163, 93, 0.12);
  color: var(--green-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.step-number {
  letter-spacing: 0.12em;
}

.flow-section,
.solution-steps {
  display: grid;
  gap: 24px;
}

.tagline-call {
  padding-bottom: 10px;
}

.tagline-link {
  display: block;
  padding: 34px 30px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(60, 163, 93, 0.14), transparent 30%),
    radial-gradient(circle at bottom right, rgba(47, 109, 170, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.82);
}

.tagline-link span,
.link-panel span,
.contact-card a,
.signin-choice span,
.auth-note a,
.auth-options a {
  font-weight: 700;
  color: var(--green-deep);
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 8px 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label,
.checkbox-row {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(16, 32, 49, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.signin-choice {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,246,250,0.96)),
    linear-gradient(135deg, rgba(60,163,93,0.09), transparent 65%);
}

.customer-choice,
.supplier-choice {
  position: relative;
}

.customer-choice::after,
.supplier-choice::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 120px;
  height: 90px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(19,37,60,0.94), rgba(41,72,107,0.9));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.customer-choice::before,
.supplier-choice::before {
  content: "";
  position: absolute;
  right: 42px;
  bottom: 44px;
  width: 84px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  box-shadow: 0 18px 0 rgba(60,163,93,0.78), 0 36px 0 rgba(255,255,255,0.16);
  z-index: 1;
}

.auth-layout {
  align-items: stretch;
}

.auth-panel {
  background: rgba(255, 255, 255, 0.9);
}

.auth-form {
  margin-top: 26px;
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.checkbox-row {
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
}

.checkbox-row input {
  width: 16px;
  height: 16px;
}

.auth-note {
  margin: 22px 0 0;
}

.dashboard-preview {
  overflow: hidden;
  min-height: 720px;
  padding: 0;
  background: linear-gradient(180deg, #fbfdff 0%, #edf3f7 100%);
}

.preview-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(16, 32, 49, 0.08);
  background: rgba(255,255,255,0.94);
}

.preview-brand {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
}

.preview-topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #5f7186;
  font-size: 0.9rem;
}

.mini-cta,
.list-head button {
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
  font-weight: 700;
}

.list-head button {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.preview-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 660px;
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 12px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}

.preview-sidebar span {
  padding: 12px 14px;
  border-radius: 12px;
  color: rgba(255,255,255,0.74);
  font-size: 0.85rem;
  font-weight: 600;
}

.preview-sidebar span.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(60,163,93,0.96), rgba(40,118,69,0.96));
}

.preview-main {
  padding: 18px;
}

.preview-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  margin-top: 16px;
}

.chart-card {
  min-height: 220px;
}

.chart-head span,
.list-head span {
  color: var(--navy);
  font-weight: 700;
}

.chart-head strong {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.7rem;
}

.compact-chart {
  grid-template-columns: repeat(5, 1fr);
  height: 120px;
}

.quotes-card {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.wide-card {
  grid-column: 1;
}

.supplier-grid {
  grid-template-columns: 1.3fr 0.7fr;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.float-slow {
  animation: drift 9s ease-in-out infinite;
}

.float-medium {
  animation: drift 7s ease-in-out infinite reverse;
}

.float-fast {
  animation: drift 6s ease-in-out infinite;
}

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

@media (max-width: 1120px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-hero,
  .contact-layout,
  .auth-layout,
  .journey-section,
  .capability-section,
  .capability-grid,
  .workflow-page,
  .signin-choice-grid,
  .content-grid,
  .section-links,
  .pricing-layout,
  .proof-grid-four {
    grid-template-columns: 1fr;
  }

  .journey-section {
    min-height: auto;
  }

  .stack-visual {
    min-height: 700px;
  }

  .business-stack .screen-dashboard,
  .supplier-stack .screen-client-rfq {
    left: 50%;
    transform: translateX(-50%);
  }

  .business-stack .screen-ai,
  .supplier-stack .screen-supplier-dash {
    left: 0;
  }

  .business-stack .screen-reports,
  .supplier-stack .screen-quote-track {
    right: 0;
  }

  .preview-grid,
  .supplier-grid {
    grid-template-columns: 1fr;
  }

  .quotes-card,
  .wide-card {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .preview-stat-row {
    grid-template-columns: 1fr;
  }

  .preview-topbar,
  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-topbar nav {
    justify-content: flex-start;
  }

  .preview-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .surface-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(calc(100% - 18px), var(--max));
    margin-top: 10px;
  }

  .topbar {
    gap: 14px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
  }

  h1 {
    font-size: 2.7rem;
  }

  .stack-visual {
    min-height: 820px;
  }

  .business-stack .screen-dashboard,
  .business-stack .screen-ai,
  .business-stack .screen-reports,
  .supplier-stack .screen-supplier-dash,
  .supplier-stack .screen-client-rfq,
  .supplier-stack .screen-quote-track {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 16px;
    transform: none;
  }

  .proof,
  .page-card,
  .capability-card,
  .step-card,
  .proof-card,
  .auth-panel,
  .dashboard-preview,
  .tagline-link {
    border-radius: 24px;
  }

  .report-row,
  .list-row,
  .quote-line {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer {
    flex-direction: column;
  }

  .auth-panel {
    padding: 24px;
  }

  .dashboard-preview {
    min-height: auto;
  }
}

.glass-accent {
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(233,248,239,0.94));
}

.glass-accent-alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(234,242,249,0.96));
}

.hero-highlight {
  box-shadow: 0 30px 80px rgba(17, 39, 63, 0.18), 0 0 0 1px rgba(255,255,255,0.55) inset;
}

.form-feedback {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-feedback.ok {
  color: var(--green-deep);
}

.form-feedback.error {
  color: #b94a48;
}

.demo-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(16, 32, 49, 0.05);
  color: var(--muted);
  font-size: 0.92rem;
}

.register-preview {
  min-height: 620px;
}

.register-body {
  display: block;
  min-height: auto;
  padding: 20px;
}

.register-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.register-highlight-grid article {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  box-shadow: inset 0 0 0 1px rgba(16, 32, 49, 0.05);
}

.register-highlight-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.dashboard-page {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.dashboard-intro {
  max-width: 760px;
}

.standalone-dashboard {
  min-height: 760px;
}

.icon-briefcase,
.icon-chart,
.icon-shield,
.icon-network {
  position: relative;
}

.icon-briefcase i,
.icon-chart i,
.icon-shield i,
.icon-network i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.icon-briefcase i::before,
.icon-briefcase i::after,
.icon-chart i::before,
.icon-chart i::after,
.icon-shield i::before,
.icon-shield i::after,
.icon-network i::before,
.icon-network i::after {
  content: "";
  position: absolute;
}

.icon-briefcase i::before {
  inset: 5px 1px 1px 1px;
  border: 2px solid var(--green-deep);
  border-radius: 4px;
}

.icon-briefcase i::after {
  top: 0;
  left: 5px;
  right: 5px;
  height: 6px;
  border: 2px solid var(--green-deep);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.icon-chart i::before {
  bottom: 1px;
  left: 1px;
  width: 4px;
  height: 8px;
  background: var(--green-deep);
  box-shadow: 6px -4px 0 var(--green-deep), 12px -9px 0 var(--green-deep);
}

.icon-chart i::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--green-deep);
}

.icon-shield i::before {
  left: 3px;
  right: 3px;
  top: 1px;
  bottom: 2px;
  border: 2px solid var(--green-deep);
  border-radius: 8px 8px 10px 10px;
  clip-path: polygon(50% 0%, 100% 14%, 100% 58%, 50% 100%, 0% 58%, 0% 14%);
}

.icon-shield i::after {
  top: 7px;
  left: 7px;
  width: 5px;
  height: 3px;
  border-left: 2px solid var(--green-deep);
  border-bottom: 2px solid var(--green-deep);
  transform: rotate(-45deg);
}

.icon-network i::before {
  top: 1px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green-deep);
  box-shadow: -6px 10px 0 var(--green-deep), 6px 10px 0 var(--green-deep);
}

.icon-network i::after {
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--green-deep);
  border-right: 2px solid var(--green-deep);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .register-highlight-grid {
    grid-template-columns: 1fr;
  }
}

.signin-shell {
  width: min(calc(100% - 20px), 1380px);
}

.signin-topbar {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
}

.signin-stage {
  position: relative;
  padding: 18px 0 24px;
}

.signin-backdrop {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.45), rgba(228,233,237,0.72)),
    radial-gradient(circle at 22% 26%, rgba(255,255,255,0.78), transparent 28%),
    radial-gradient(circle at 74% 20%, rgba(210,229,217,0.45), transparent 22%),
    linear-gradient(180deg, #eef2f4 0%, #dfe4e8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 30px 70px rgba(22, 40, 62, 0.12);
}

.signin-leaf {
  position: absolute;
  width: 86px;
  height: 160px;
  opacity: 0.32;
  filter: blur(0.2px);
}

.signin-leaf::before,
.signin-leaf::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #9cc2a5, #6d9c79);
  border-radius: 80% 20% 80% 20%;
  transform-origin: bottom center;
}

.signin-leaf::before {
  width: 32px;
  height: 90px;
  left: 8px;
  top: 28px;
  transform: rotate(-24deg);
}

.signin-leaf::after {
  width: 28px;
  height: 82px;
  left: 36px;
  top: 10px;
  transform: rotate(18deg);
}

.leaf-left {
  left: -6px;
  bottom: 52px;
}

.leaf-right {
  right: 8px;
  bottom: 100px;
}

.signin-poster {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 28px;
  align-items: center;
  min-height: 720px;
  padding: 54px 42px 34px;
}

.poster-copy {
  max-width: 440px;
}

.poster-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}

.poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.poster-collage {
  position: relative;
  min-height: 620px;
}

.poster-device {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 28px 70px rgba(24, 38, 58, 0.18);
}

.poster-device-top {
  padding: 9px 12px;
  font-size: 0.74rem;
}

.poster-monitor {
  top: 0;
  right: 18px;
  width: min(100%, 560px);
  border-radius: 22px;
}

.poster-monitor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -58px;
  width: 200px;
  height: 58px;
  transform: translateX(-50%);
  border-radius: 0 0 120px 120px;
  background: linear-gradient(180deg, #848d95, #636a71);
  box-shadow: 0 20px 32px rgba(0,0,0,0.08);
}

.poster-monitor::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -84px;
  width: 300px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #c3c9cf, #9ea6ad);
}

.monitor-surface {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 292px;
  background:
    linear-gradient(180deg, rgba(252,253,254,0.94), rgba(241,245,249,0.96)),
    linear-gradient(135deg, rgba(60,163,93,0.06), transparent 58%);
}

.monitor-sidebar {
  display: grid;
  gap: 8px;
  padding: 16px 12px;
  background: linear-gradient(180deg, #13263d 0%, #173150 100%);
}

.monitor-sidebar span {
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255,255,255,0.74);
  font-size: 0.78rem;
  font-weight: 600;
}

.monitor-sidebar span.active {
  background: linear-gradient(135deg, rgba(60,163,93,0.96), rgba(40,118,69,0.96));
  color: #fff;
}

.monitor-main {
  padding: 16px;
}

.monitor-top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.monitor-top-row article {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.86);
  box-shadow: inset 0 0 0 1px rgba(16, 32, 49, 0.05);
}

.monitor-top-row small {
  display: block;
  margin-bottom: 8px;
  color: #8090a2;
  font-size: 0.72rem;
}

.monitor-top-row strong {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.6rem;
}

.monitor-quote-card {
  margin-top: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  box-shadow: inset 0 0 0 1px rgba(16, 32, 49, 0.05);
}

.poster-laptop {
  left: 0;
  bottom: 34px;
  width: 310px;
  border-radius: 18px 18px 14px 14px;
}

.poster-laptop::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -16px;
  height: 18px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, #969ea6, #bcc2c8);
}

.laptop-surface {
  padding: 16px;
  background: linear-gradient(180deg, rgba(251,253,254,0.94), rgba(238,244,248,0.98));
}

.poster-mini-hero {
  min-height: 160px;
}

.poster-mini-hero h3 {
  font-size: 1.22rem;
}

.poster-mini-features div {
  font-size: 0.72rem;
}

.poster-tablet {
  right: 12px;
  bottom: 8px;
  width: 360px;
  border-radius: 22px;
}

.tablet-surface {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(251,253,254,0.95), rgba(238,244,248,0.98));
}

.poster-tablet-copy h3 {
  font-size: 1.42rem;
}

.poster-tablet-copy p {
  margin-top: 10px;
}

.tablet-analytics {
  display: grid;
  align-content: center;
  gap: 12px;
}

.tablet-analytics span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(16, 32, 49, 0.08);
}

.tablet-analytics .mid {
  width: 72%;
}

.poster-chat {
  left: 244px;
  bottom: -2px;
  width: 150px;
  border-radius: 20px;
}

.poster-chat-ui {
  min-height: 170px;
}

.poster-chat .chat-bubble {
  font-size: 0.8rem;
  padding: 12px;
}

.poster-choice-grid {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 56px), 980px);
  margin: -18px auto 0;
}

.poster-choice {
  background: rgba(255,255,255,0.88);
  box-shadow: 0 20px 48px rgba(23, 38, 57, 0.12);
}

@media (max-width: 1120px) {
  .signin-poster {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 42px 26px 28px;
  }

  .poster-copy {
    max-width: 100%;
  }

  .poster-collage {
    min-height: 680px;
  }
}

@media (max-width: 900px) {
  .poster-monitor {
    width: 100%;
    right: 0;
  }

  .poster-tablet {
    width: 300px;
  }

  .poster-chat {
    left: 210px;
  }

  .poster-choice-grid {
    width: min(calc(100% - 26px), 980px);
  }
}

@media (max-width: 640px) {
  .signin-stage {
    padding-top: 8px;
  }

  .signin-backdrop {
    border-radius: 28px;
  }

  .signin-poster {
    padding: 28px 18px 20px;
  }

  .poster-collage {
    min-height: auto;
  }

  .poster-monitor,
  .poster-laptop,
  .poster-tablet,
  .poster-chat {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 16px;
  }

  .poster-monitor::before,
  .poster-monitor::after,
  .poster-laptop::after {
    display: none;
  }

  .monitor-surface,
  .tablet-surface {
    grid-template-columns: 1fr;
  }

  .monitor-top-row {
    grid-template-columns: 1fr;
  }

  .monitor-sidebar {
    display: none;
  }

  .poster-choice-grid {
    width: min(calc(100% - 12px), 980px);
    margin-top: 4px;
  }
}

.brand-image img {
  display: block;
  width: 188px;
  height: auto;
}

.footer-logo img {
  width: 176px;
}

.app-grid {
  display: grid;
  gap: 18px;
}

.business-app-grid,
.supplier-app-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.app-panel {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 44px rgba(22, 40, 62, 0.08);
}

.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.panel-head h2 {
  font-size: 1.6rem;
}

.panel-head span {
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 220px;
  text-align: right;
}

.compact-form textarea {
  min-height: 120px;
}

.request-list {
  display: grid;
  gap: 12px;
}

.request-card {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(16,32,49,0.08);
  border-radius: 18px;
  background: rgba(248,250,252,0.92);
  text-align: left;
  cursor: pointer;
}

.request-card strong {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.request-card span,
.request-card small {
  color: var(--muted);
}

.request-card-active {
  border-color: rgba(60,163,93,0.4);
  background: rgba(232,246,236,0.92);
}

.data-table {
  display: grid;
  gap: 10px;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.6fr 0.8fr;
  gap: 12px;
  align-items: center;
}

.table-head {
  padding: 0 4px 8px;
  border-bottom: 1px solid rgba(16,32,49,0.08);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-row {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(248,250,252,0.92);
}

.table-row strong {
  display: block;
  margin-bottom: 5px;
}

.table-row small {
  color: var(--muted);
}

.table-action {
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: rgba(16,32,49,0.08);
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.table-action.selected {
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
}

.report-summary {
  display: grid;
  gap: 14px;
}

.report-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(248,250,252,0.94);
  box-shadow: inset 0 0 0 1px rgba(16,32,49,0.05);
}

.report-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.report-card p {
  margin: 0 0 8px;
  color: var(--muted);
}

.empty-state {
  margin: 0;
  padding: 18px;
  border-radius: 16px;
  background: rgba(248,250,252,0.94);
  color: var(--muted);
}

@media (max-width: 1120px) {
  .business-app-grid,
  .supplier-app-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .table-head,
  .table-row {
    grid-template-columns: 1fr;
  }

  .panel-head {
    flex-direction: column;
  }

  .panel-head span {
    text-align: left;
    max-width: none;
  }
}


.signin-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

.section-mini-head {
  margin-bottom: 18px;
}

.section-mini-head h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.onboarding-panel {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.monitor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.monitor-stat-card {
  padding: 20px;
}

.monitor-stat-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
}

.monitor-stat-card strong {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
}

.monitor-list {
  display: grid;
  gap: 12px;
}

.monitor-row {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(248,250,252,0.94);
}

.monitor-row strong {
  font-size: 0.96rem;
}

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

@media (max-width: 1120px) {
  .signin-split-grid,
  .monitor-grid {
    grid-template-columns: 1fr;
  }
}
