:root {
  --burgundy: #6b1f2a;
  --burgundy-dark: #4e141d;
  --beige: #e8d9c0;
  --warm: #fbf6ec;
  --ink: #1f1a17;
  --muted: #6d625b;
  --line: #e8ddd0;
  --teal: #0f766e;
  --green: #15803d;
  --blue: #2563eb;
  --amber: #b45309;
  --white: #fffdf8;
  font-family: Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 12px clamp(16px, 5vw, 64px);
  background: rgba(107, 31, 42, 0.96);
  color: var(--beige);
  border-bottom: 1px solid rgba(232, 217, 192, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.site-header nav a,
.header-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 8px;
  font-weight: 800;
}

.site-header nav a:hover,
.header-action {
  background: var(--beige);
  color: var(--burgundy-dark);
}

.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(84px, 12vh, 132px) clamp(18px, 6vw, 80px) clamp(96px, 14vh, 150px);
  background: var(--burgundy-dark);
  color: var(--beige);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline-start: min(8vw, 96px);
  opacity: 0.72;
}

.dashboard-window {
  width: min(760px, 70vw);
  transform: rotate(-2deg);
  border: 1px solid rgba(232, 217, 192, 0.28);
  border-radius: 8px;
  background: #fff8ed;
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.window-bar {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #eee3d2;
  border-radius: 8px 8px 0 0;
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--burgundy);
}

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

.metric,
.chart,
.activity-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 14px;
}

.metric {
  min-height: 94px;
  display: grid;
  align-content: center;
}

.metric small {
  color: var(--muted);
  font-weight: 800;
}

.metric strong {
  font-size: 24px;
  font-weight: 900;
}

.metric.burgundy strong {
  color: var(--burgundy);
}

.metric.teal strong {
  color: var(--teal);
}

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

.chart {
  grid-column: span 2;
  min-height: 240px;
  display: flex;
  align-items: end;
  gap: 12px;
}

.chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: var(--blue);
}

.chart span:nth-child(even) {
  background: var(--teal);
}

.activity-list p {
  margin: 10px 0 0;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f6ecdc;
  color: var(--muted);
  font-weight: 700;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  margin-inline-start: auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-weight: 900;
}

.hero-section .eyebrow {
  color: var(--beige);
}

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

h1 {
  margin-bottom: 10px;
  font-size: clamp(54px, 9vw, 112px);
  line-height: 1;
  font-weight: 900;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.18;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-copy {
  width: min(560px, 100%);
  color: #f1e5cf;
  font-size: 20px;
  font-weight: 700;
}

.hero-actions,
.screen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.primary-button,
.secondary-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-button {
  background: var(--beige);
  color: var(--burgundy-dark);
}

.secondary-button {
  border: 1px solid rgba(232, 217, 192, 0.72);
  color: var(--beige);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  min-height: 112px;
  padding: 20px clamp(16px, 3vw, 36px);
  background: var(--white);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  font-size: 22px;
  color: var(--burgundy);
}

.trust-band span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 6vw, 80px);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.feature-section {
  background: #fffdf8;
}

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

.feature-grid article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-icon {
  width: 48px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--burgundy);
  color: var(--beige);
  font-size: 12px;
  font-weight: 900;
}

.feature-grid p,
.workflow p,
.security-copy p,
.security-list p {
  color: var(--muted);
  font-weight: 700;
}

.screens-section {
  background: #f5eee2;
}

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

.phone-shot {
  min-height: 520px;
  padding: 14px;
  border-radius: 8px;
  background: #1f1a17;
  color: var(--ink);
  box-shadow: 0 20px 48px rgba(31, 26, 23, 0.18);
}

.phone-top {
  width: 70px;
  height: 6px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #473f38;
}

.shot-screen {
  min-height: 460px;
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.shot-screen h3 {
  color: var(--burgundy);
  font-size: 22px;
}

.mini-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mini-metrics span,
.inventory-stat,
.cart-line,
.warning-line,
.search-line {
  padding: 10px;
  border-radius: 8px;
  background: #f1e6d7;
  font-weight: 800;
}

.mini-chart {
  height: 120px;
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 16px 0;
}

.mini-chart i {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: var(--teal);
}

.shot-screen ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shot-screen li,
.stock-list p,
.report-shot p {
  margin: 8px 0;
  padding: 9px 10px;
  border-radius: 8px;
  background: #f8f1e7;
  color: var(--muted);
  font-weight: 700;
}

.category-row {
  display: flex;
  gap: 6px;
  margin: 12px 0;
}

.category-row span {
  flex: 1;
  padding: 8px 5px;
  border-radius: 8px;
  background: var(--burgundy);
  color: var(--beige);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.product-grid button {
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.stock-list p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.warning-line {
  margin-top: 14px;
  color: var(--amber);
}

.report-bars {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.report-bars span {
  height: 18px;
  border-radius: 999px;
  background: var(--blue);
}

.report-bars span:nth-child(2) {
  background: var(--teal);
}

.report-bars span:nth-child(3) {
  background: var(--green);
}

.workflow-section {
  background: var(--white);
}

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

.workflow div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
}

.workflow b {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
}

.security-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  background: #efe4d5;
}

.security-list {
  display: grid;
  gap: 10px;
}

.security-list p {
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}

.security-list b {
  color: var(--burgundy);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 6vw, 80px);
  background: var(--burgundy-dark);
  color: var(--beige);
}

.site-footer img {
  width: 142px;
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer a {
  padding: 8px 12px;
  border: 1px solid rgba(232, 217, 192, 0.6);
  border-radius: 8px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .feature-grid,
  .screen-gallery,
  .workflow {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .header-action {
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-backdrop {
    position: relative;
    order: 2;
    width: 100%;
    padding: 20px 0 0;
    opacity: 1;
  }

  .hero-section {
    display: grid;
    gap: 22px;
  }

  .dashboard-window {
    width: 100%;
    transform: none;
  }

  .dash-grid {
    grid-template-columns: 1fr;
  }

  .chart {
    grid-column: auto;
    min-height: 160px;
  }

  .feature-grid,
  .screen-gallery,
  .workflow,
  .trust-band,
  .security-section {
    grid-template-columns: 1fr;
  }

  .phone-shot {
    min-height: 0;
  }

  .shot-screen {
    min-height: 420px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .site-header nav a {
    flex: 1 1 42%;
  }
}
