:root {
  --ink: #211915;
  --wine: #6f263d;
  --forest: #17463d;
  --moss: #6d7b4c;
  --brass: #b98545;
  --clay: #b96042;
  --paper: #fbf6ef;
  --soft: #efe3d5;
  --mist: #eef2ec;
  --line: rgba(33, 25, 21, 0.14);
  --shadow: 0 24px 60px rgba(52, 31, 22, 0.14);
  --glass: rgba(255, 250, 244, 0.58);
  --glass-tint: rgba(185, 133, 69, 0.11);
  --glass-line: rgba(255, 250, 244, 0.52);
  --max: 1160px;
  --radius: 8px;
  font-family: "Segoe UI", Candara, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 246, 239, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  object-fit: contain;
  background: transparent;
}

.brand strong,
h1,
h2,
h3,
.price {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.brand span {
  display: block;
  color: #6f5d54;
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 20px);
  font-size: 13px;
}

.site-nav a {
  text-decoration: none;
  color: #463832;
}

.menu-button {
  display: none;
  background: var(--forest);
  color: var(--paper);
  border: 0;
  border-radius: var(--radius);
  padding: 10px 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  padding: 12px 18px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.button.primary {
  background: var(--wine);
  color: #fff8f2;
  box-shadow: 0 12px 28px rgba(111, 38, 61, 0.22);
}

.button.secondary {
  background: transparent;
  color: var(--forest);
  border-color: rgba(23, 70, 61, 0.34);
}

.button.gold {
  background: var(--brass);
  color: #211915;
}

.hero {
  min-height: 520px;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff8f2;
  background: #211915;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18, 17, 14, 0.78), rgba(18, 17, 14, 0.44) 45%, rgba(18, 17, 14, 0.18));
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.compact {
  min-height: 330px;
}

.hero.compact {
  color: var(--ink);
  background: url("../assets/Images/banner2.png") center / cover no-repeat;
}

.hero.compact::before {
  background: linear-gradient(90deg, rgba(251, 246, 239, 0.94), rgba(251, 246, 239, 0.76) 56%, rgba(251, 246, 239, 0.42));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 34px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brass);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.section-kicker {
  font-size: 20px;
  line-height: 1.2;
}

h1 {
  margin: 0;
  max-width: 1080px;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: 1.02;
}

.compact h1 {
  max-width: 860px;
  font-size: clamp(34px, 4.8vw, 58px);
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
}

h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.15;
}

.hero p,
.lede {
  max-width: 730px;
  font-size: clamp(17px, 1.7vw, 21px);
}

.hero p {
  margin: 18px 0 0;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

main > section:not(.hero) {
  padding: clamp(58px, 8vw, 104px) 0;
}

#dashboard {
  padding-bottom: clamp(24px, 4vw, 44px);
}

#revenue-edition {
  padding-top: clamp(24px, 4vw, 44px);
}

main > .hero + section {
  padding-top: clamp(28px, 4vw, 50px);
}

main > section[id] {
  scroll-margin-top: 88px;
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

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

.revenue-stack {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
}

.revenue-stack .image-frame {
  width: min(100%, 960px);
  justify-self: center;
}

.feature-showcase {
  width: min(1360px, calc(100% - 32px));
  display: grid;
  gap: clamp(30px, 5vw, 64px);
}

.feature-copy {
  max-width: none;
}

.feature-copy > .section-kicker,
.feature-copy > h2 {
  max-width: 790px;
}

.feature-bullets {
  max-width: 760px;
}

.supplier-spotlight {
  width: min(100%, 1080px);
  margin: 28px auto 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  color: var(--wine);
  text-shadow: 0 2px 0 rgba(255, 250, 244, 0.82), 0 18px 42px rgba(185, 133, 69, 0.34);
}

.feature-image {
  width: min(100%, 1080px);
  justify-self: center;
}

.feature-image img,
.feature-image video {
  aspect-ratio: 16 / 8;
  object-fit: contain;
  background: #fffaf4;
}

.panel {
  background:
    linear-gradient(135deg, var(--glass), rgba(238, 242, 236, 0.46)),
    linear-gradient(135deg, var(--glass-tint), rgba(23, 70, 61, 0.06));
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  box-shadow: 0 24px 62px rgba(52, 31, 22, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(135%);
  overflow: hidden;
}

.panel.pad {
  padding: clamp(24px, 4vw, 42px);
}

.image-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fffaf4;
  box-shadow: var(--shadow);
}

.image-frame img,
.image-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: contain;
  background: #fffaf4;
}

.how-video-shell {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.how-video-frame {
  margin-inline: auto;
  justify-self: center;
}

.landing-paths {
  margin-top: clamp(28px, 4vw, 54px);
}

.card-note {
  margin: 28px auto 0;
  max-width: 420px;
  text-align: center;
  color: #f7f0e7;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.path-subheading {
  margin-inline: auto;
  text-align: center;
}

.upgrade-window-section {
  background:
    radial-gradient(76% 120% at 50% 0%, rgba(185, 133, 69, 0.08), transparent 62%),
    linear-gradient(180deg, var(--paper), #fffaf4);
}

.upgrade-window-frame {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 14px 36px rgba(52, 31, 22, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.upgrade-window-frame h2 {
  color: var(--wine);
  font-size: clamp(26px, 3vw, 38px);
}

.upgrade-window-frame p {
  max-width: 920px;
  margin: 12px auto 0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.45;
}

.band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 82% at 10% 5%, rgba(185, 133, 69, 0.34) 0 22%, transparent 56%),
    radial-gradient(92% 76% at 92% 102%, rgba(111, 38, 61, 0.38) 0 25%, transparent 62%),
    radial-gradient(96% 86% at 76% 12%, rgba(23, 70, 61, 0.42) 0 28%, transparent 64%),
    linear-gradient(135deg, #d8c49b 0%, #8ca987 48%, #2f6559 100%);
}

.band::before,
.band::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  z-index: 0;
  pointer-events: none;
}

.band::before {
  top: -90px;
  height: 180px;
  background:
    radial-gradient(80% 120% at 28% 0%, var(--paper) 0 48%, transparent 50%),
    radial-gradient(75% 110% at 74% 0%, rgba(251, 246, 239, 0.92) 0 42%, transparent 45%);
}

.band::after {
  bottom: -92px;
  height: 190px;
  background:
    radial-gradient(78% 120% at 22% 100%, var(--paper) 0 48%, transparent 50%),
    radial-gradient(80% 120% at 82% 100%, rgba(251, 246, 239, 0.94) 0 44%, transparent 47%);
}

.band .shell {
  position: relative;
  z-index: 1;
}

.band .card {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.56), rgba(238, 242, 236, 0.34)),
    linear-gradient(135deg, rgba(185, 133, 69, 0.12), rgba(23, 70, 61, 0.08));
  border-color: rgba(255, 250, 244, 0.48);
  box-shadow: 0 22px 58px rgba(33, 25, 21, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px) saturate(140%);
}

.dark-band {
  background: var(--forest);
  color: #f7f0e7;
}

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

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

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

.card {
  padding: 24px;
  background:
    linear-gradient(135deg, var(--glass), rgba(238, 242, 236, 0.42)),
    linear-gradient(135deg, rgba(111, 38, 61, 0.07), rgba(185, 133, 69, 0.1));
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(52, 31, 22, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(135%);
}

.dark-band .card {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.16), rgba(238, 242, 236, 0.08)),
    linear-gradient(135deg, rgba(185, 133, 69, 0.12), rgba(23, 70, 61, 0.06));
  border-color: rgba(255, 255, 255, 0.22);
}

.price {
  margin: 8px 0 12px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  color: var(--wine);
}

.dark-band .price {
  color: #f0bf78;
}

.list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.list li {
  display: flex;
  gap: 10px;
}

.list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brass);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.step::before {
  content: counter(step);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-weight: 800;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.stat {
  padding: 18px;
  border-left: 3px solid var(--brass);
  background:
    linear-gradient(135deg, var(--glass), rgba(238, 242, 236, 0.38)),
    linear-gradient(135deg, rgba(185, 133, 69, 0.12), rgba(23, 70, 61, 0.06));
  box-shadow: 0 16px 38px rgba(52, 31, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(16px) saturate(130%);
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.form-section-heading {
  grid-column: 1 / -1;
}

.form-section-heading h2 {
  margin-bottom: 0;
  color: var(--wine);
}

.form-preview {
  margin-bottom: 22px;
}

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

label {
  display: grid;
  gap: 6px;
  color: #5e504a;
  font-size: 13px;
  font-weight: 800;
}

label.wide,
.form-actions,
.confirmation {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  padding: 12px;
}

textarea {
  min-height: 104px;
  resize: vertical;
}

.error {
  min-height: 18px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
}

.confirmation {
  padding: 18px;
  border: 1px solid rgba(23, 70, 61, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(237, 244, 238, 0.62), rgba(255, 250, 244, 0.5)),
    linear-gradient(135deg, rgba(23, 70, 61, 0.08), rgba(185, 133, 69, 0.09));
  box-shadow: 0 16px 38px rgba(52, 31, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px) saturate(130%);
}

.policy {
  max-width: 850px;
}

.policy h2 {
  margin-top: 42px;
  font-size: 30px;
}

.article-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 96px) 0;
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 102px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffaf4;
}

.article-toc ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.article-toc a {
  color: var(--forest);
  text-decoration: none;
  font-weight: 700;
}

.article-content {
  min-width: 0;
}

.article-kicker {
  margin: 0 0 10px;
  color: var(--wine);
  font-weight: 800;
}

.article-content h2 {
  margin-top: clamp(38px, 6vw, 64px);
  font-size: clamp(30px, 3.7vw, 46px);
}

.article-content h2:first-of-type {
  margin-top: 0;
}

.article-content p {
  font-size: 18px;
}

.article-callout {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 34px);
  border-left: 5px solid var(--brass);
  background:
    linear-gradient(135deg, rgba(238, 242, 236, 0.6), rgba(255, 250, 244, 0.5)),
    linear-gradient(135deg, rgba(185, 133, 69, 0.1), rgba(23, 70, 61, 0.07));
  box-shadow: 0 18px 46px rgba(52, 31, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px) saturate(130%);
}

.article-callout.muted {
  border-left-color: var(--forest);
  background:
    linear-gradient(135deg, var(--glass), rgba(238, 242, 236, 0.42)),
    linear-gradient(135deg, rgba(23, 70, 61, 0.08), rgba(185, 133, 69, 0.09));
  border-top: 1px solid var(--glass-line);
  border-right: 1px solid var(--glass-line);
  border-bottom: 1px solid var(--glass-line);
}

.article-grid {
  margin: 34px 0 8px;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.site-footer {
  padding: 44px 0;
  background: #211915;
  color: #efe5d9;
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #efe5d9;
  text-decoration: none;
}

.footer-sitemap {
  width: min(var(--max), calc(100% - 32px));
  margin: 34px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(239, 229, 217, 0.18);
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  color: #efe5d9;
}

.footer-sitemap h2 {
  margin: 0;
  color: #fff8f2;
  font-size: 28px;
}

.sitemap-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 14px;
}

.sitemap-links a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 980px) {
  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    display: none;
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .split,
  .split.reverse,
  .form-shell {
    grid-template-columns: 1fr;
  }

  .grid.three,
  .grid.two,
  .stat-row,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-toc {
    position: static;
  }

  .footer-sitemap {
    grid-template-columns: 1fr;
  }

  .feature-image {
    justify-self: stretch;
    width: 100%;
  }

  .hero {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .nav-shell {
    width: min(100% - 20px, var(--max));
  }

  .brand > span:not(.brand-mark) {
    display: none;
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  form {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}
