:root {
  --ink: #11130f;
  --ink-soft: #242821;
  --muted: #62675e;
  --muted-light: #92988e;
  --paper: #fbfbf7;
  --paper-soft: #f1f3eb;
  --panel: #ffffff;
  --line: #dfe2d8;
  --line-dark: #30342d;
  --lime: #d9ff43;
  --lime-hover: #c9ef34;
  --green: #168b62;
  --green-soft: #e1f5ec;
  --yellow: #ffd34e;
  --yellow-soft: #fff4c9;
  --coral: #ef765f;
  --danger: #c44336;
  --shadow-sm: 0 8px 24px rgba(17, 19, 15, 0.07);
  --shadow-lg: 0 28px 80px rgba(17, 19, 15, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#topo {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.is-locked {
  overflow: hidden;
}

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

button,
input {
  color: inherit;
  font: inherit;
}

select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(22, 139, 98, 0.32);
  outline-offset: 3px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  stroke-width: 2;
}

.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header .shell,
.hero.shell {
  width: min(1540px, calc(100% - 96px));
}

.topbar {
  position: relative;
  z-index: 22;
  background: var(--ink);
  color: #f5f6ef;
  font-size: 12px;
  font-weight: 600;
}

.topbar-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar span,
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar a {
  color: var(--lime);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(17, 19, 15, 0.08);
  background: rgba(251, 251, 247, 0.98);
  backdrop-filter: blur(10px);
}

.header-inner {
  position: relative;
  display: grid;
  min-height: 104px;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 198px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.brand-logo-light {
  width: 168px;
}

.site-header .brand-logo {
  width: 260px;
  max-height: 68px;
}

.mini-brand-logo {
  display: block;
  width: 106px;
  height: auto;
}

.brand-mark {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: var(--lime);
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-name {
  font-family: "Manrope", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.brand-name span {
  color: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3.4vw, 56px);
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  display: none;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.login-link,
.cart-button,
.menu-button,
.icon-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.login-link {
  min-height: auto;
  padding: 0 20px;
  color: var(--ink);
  font-size: 16px;
}

.cart-button {
  gap: 12px;
  min-height: 56px;
  padding: 0 12px 0 18px;
  background: var(--ink);
  color: white;
  font-size: 16px;
}

.cart-button strong {
  display: grid;
  min-width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 15px;
}

.menu-button {
  display: none;
  width: 42px;
  border: 1px solid var(--line);
}

.hero-band {
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 19, 15, 0.08);
  background: var(--paper);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(560px, 0.42fr);
  align-items: center;
  min-height: 660px;
  gap: clamp(42px, 5vw, 84px);
  padding-block: 88px 104px;
}

.hero-copy {
  max-width: 880px;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.availability > span {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1baa78;
  box-shadow: 0 0 0 5px rgba(27, 170, 120, 0.12);
}

.hero h1,
.section-heading h2,
.vault-copy h2,
.bulk-inner h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(50px, 4vw, 70px);
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-nowrap {
  white-space: nowrap;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #52584f;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.58;
}

.hero-title-line {
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 28px;
  background: var(--lime);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 18px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(109, 134, 15, 0.18);
}

.button-primary:hover {
  background: var(--lime-hover);
}

.button-quiet {
  border-color: #d7dbd0;
  background: rgba(255, 255, 255, 0.68);
}

.hero .button {
  min-width: 258px;
  min-height: 58px;
  justify-content: space-between;
  padding-inline: 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: none;
}

.hero .button-quiet {
  border-color: rgba(17, 19, 15, 0.16);
  background: transparent;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  width: 100%;
}

.hero-stat {
  min-height: 164px;
  padding: 0 clamp(20px, 1.45vw, 26px);
  border-left: 1px solid rgba(17, 19, 15, 0.14);
}

.hero-stat strong {
  display: block;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 3vw, 52px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-stat > span {
  display: block;
  width: 38px;
  height: 4px;
  margin: 32px 0 28px;
  background: var(--lime);
}

.hero-stat h2 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-stat p {
  margin: 0;
  color: #5f655b;
  font-size: 16px;
  font-weight: 600;
}

.button-outline {
  border-color: #cfd3c9;
  background: white;
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-light {
  background: white;
  color: var(--ink);
}

.button-full {
  width: 100%;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: #5f655b;
  font-size: 13px;
  font-weight: 600;
}

.hero-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-assurances svg {
  color: var(--green);
}

.hero-proof-grid {
  display: grid;
  width: min(100%, 680px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.hero-proof-grid span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(207, 213, 201, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 14px 15px;
  box-shadow: 0 12px 32px rgba(17, 19, 15, 0.05);
}

.hero-proof-grid strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.hero-proof-grid small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.sales-shortcuts {
  position: sticky;
  top: 104px;
  z-index: 18;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.sales-shortcuts-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-block: 10px;
}

.sales-shortcuts a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 12px;
  color: #2d332b;
  transition: background 160ms ease, border-color 160ms ease;
}

.sales-shortcuts a:hover {
  border-color: #dce1d8;
  background: #f7f9f4;
}

.sales-shortcuts svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.sales-shortcuts span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.sales-shortcuts strong,
.sales-shortcuts small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sales-shortcuts strong {
  font-size: 12px;
  font-weight: 800;
}

.sales-shortcuts small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.hero-system {
  overflow: hidden;
  border: 1px solid #2f332c;
  border-radius: var(--radius);
  background: var(--ink);
  color: #f7f8f2;
  box-shadow: var(--shadow-lg);
}

.system-header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line-dark);
  padding: 17px 20px;
}

.system-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.system-brand > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #50554b;
  border-radius: 7px;
  color: var(--lime);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.system-brand div {
  display: grid;
  gap: 2px;
}

.system-brand strong {
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  line-height: 1;
}

.system-brand small,
.system-status,
.volume-flow-heading small {
  color: #9da398;
  font-size: 11px;
  font-weight: 600;
}

.system-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-align: right;
}

.system-status svg {
  color: var(--lime);
}

.model-map {
  padding-inline: 20px;
}

.model-line {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 28px;
  gap: 13px;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px solid var(--line-dark);
}

.model-line > svg {
  width: 20px;
  height: 20px;
  justify-self: end;
  color: #767d72;
}

.model-line-plus > svg,
.model-line-pro > svg {
  color: var(--lime);
}

.model-index {
  align-self: start;
  margin-top: 25px;
  color: #676d63;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.model-copy {
  min-width: 0;
  padding-block: 18px;
}

.model-copy strong {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.model-copy strong small {
  color: var(--lime);
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.model-copy p {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 7px;
  margin: 6px 0 0;
  color: #afb4aa;
  font-size: 12px;
  line-height: 1.45;
}

.model-copy p span {
  color: #d8dcd3;
}

.model-copy em {
  display: inline-flex;
  margin-top: 7px;
  color: var(--lime);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.volume-flow {
  padding: 18px 20px 20px;
  background: #1c1f1a;
}

.volume-flow-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.volume-flow-heading > span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.volume-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #42473f;
}

.volume-scale > span {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 3px;
  border-right: 1px solid #353a33;
  padding: 14px 9px 0;
}

.volume-scale > span:first-child {
  padding-left: 0;
}

.volume-scale > span:last-child {
  border-right: 0;
  padding-right: 0;
}

.volume-scale > span::before {
  position: absolute;
  top: -3px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.volume-scale > span:first-child::before {
  left: 0;
}

.volume-scale strong {
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
}

.volume-scale small {
  color: #8f958a;
  font-size: 9px;
  line-height: 1.25;
}

.lot-builder {
  position: relative;
  border: 1px solid #d6d9ce;
  border-radius: var(--radius);
  padding: 20px;
  background: white;
  box-shadow: var(--shadow-lg);
}

.lot-builder::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: -8px;
  width: 8px;
  border-radius: 4px 0 0 4px;
  background: var(--lime);
  content: "";
}

.builder-heading,
.quantity-row,
.builder-summary,
.modal-summary,
.drawer-header,
.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mini-label,
.field-label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.builder-heading h2 {
  margin: 4px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}

.discount-chip {
  border: 1px solid #c7dc74;
  border-radius: 999px;
  padding: 7px 10px;
  background: #f3ffd0;
  color: #4f6410;
  font-size: 12px;
  font-weight: 800;
}

.builder-field {
  margin-top: 15px;
}

.product-segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f5f6f1;
}

.product-segments button {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.product-segments button small {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-segments button.is-selected {
  background: white;
  box-shadow: 0 3px 10px rgba(17, 19, 15, 0.09);
}

.builder-product-info {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-symbol,
.account-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: var(--lime);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.builder-product-info strong,
.builder-product-info span {
  display: block;
}

.builder-product-info strong {
  font-size: 14px;
}

.builder-product-info span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.builder-product-info button,
.dash-tool-icon,
.dash-row-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8f9f5;
}

.quantity-row > div:first-child {
  flex: 1;
}

.stepper {
  display: grid;
  grid-template-columns: 42px 66px 42px;
  width: fit-content;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #cfd3c8;
  border-radius: 7px;
}

.stepper button,
.stepper input {
  min-height: 39px;
  border: 0;
  background: white;
}

.stepper button {
  display: grid;
  place-items: center;
  cursor: pointer;
}

.stepper button:hover {
  background: #f0f2eb;
}

.stepper input {
  width: 66px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
  appearance: textfield;
}

.stepper input::-webkit-inner-spin-button,
.stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.unit-price {
  align-self: end;
  padding-bottom: 2px;
  text-align: right;
}

.unit-price span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.unit-price strong {
  display: block;
  margin-top: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.builder-presets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 8px;
}

.builder-presets button {
  min-height: 31px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fafbf7;
  cursor: pointer;
  color: #5b6057;
  font-size: 12px;
  font-weight: 700;
}

.builder-presets button.is-selected {
  border-color: #7c9431;
  background: #f3ffd0;
  color: #40500c;
}

.builder-summary {
  margin: 12px 0 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.builder-summary > div span,
.modal-summary > div span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.builder-summary > div strong,
.modal-summary > div strong {
  display: block;
  margin-top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
}

.saving {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.quote-note {
  margin: 0 0 12px;
  border-left: 3px solid var(--green);
  padding: 10px 12px;
  background: var(--green-soft);
  color: #2f5d4b;
  font-size: 12px;
  line-height: 1.5;
}

.quote-note[hidden] {
  display: none;
}

.builder-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.builder-note svg {
  color: var(--green);
}

.proof-band {
  border-bottom: 1px solid var(--line);
  background: white;
}

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

.proof-grid > div {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.proof-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.proof-grid svg {
  width: 23px;
  height: 23px;
  color: var(--green);
}

.proof-grid span {
  display: grid;
  color: var(--muted);
  font-size: 13px;
}

.proof-grid strong {
  color: var(--ink);
  font-size: 14px;
}

.section {
  padding-block: 100px;
}

.catalog-section {
  background:
    linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
}

.section-heading {
  margin-bottom: 38px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading h2,
.vault-copy h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.6fr);
  gap: 80px;
  align-items: end;
}

.split-heading p:last-child,
.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 570px;
  flex-direction: column;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
  box-shadow: 0 12px 36px rgba(17, 19, 15, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  border-color: #cbd3c7;
  box-shadow: 0 22px 58px rgba(17, 19, 15, 0.1);
  transform: translateY(-3px);
}

.product-card.featured {
  border: 2px solid var(--ink);
  padding: 23px;
  box-shadow: 0 20px 50px rgba(17, 19, 15, 0.12);
}

.featured-ribbon {
  position: absolute;
  top: 0;
  right: 24px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  border-radius: 0 0 6px 6px;
  padding: 0 10px;
  background: var(--ink);
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 7px;
}

.product-icon svg {
  width: 23px;
  height: 23px;
}

.base-icon {
  background: #eef0ea;
  color: #495047;
}

.plus-icon {
  background: var(--yellow-soft);
  color: #745700;
}

.pro-icon {
  background: var(--green-soft);
  color: var(--green);
}

.product-tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 7px 9px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-code {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.product-card h3 {
  margin: 1px 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-fit {
  display: inline-flex;
  width: fit-content;
  margin-top: 13px;
  border-radius: 999px;
  background: #eff4ed;
  padding: 7px 9px;
  color: #32644f;
  font-size: 11px;
  font-weight: 800;
}

.price-block {
  margin-top: 0;
  border: 1px solid #e1e5dd;
  border-radius: 8px;
  background: white;
  padding: 16px;
}

.price-entry {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.price-entry strong {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
}

.price-entry small {
  color: var(--muted);
  font-weight: 600;
}

.price-entry-range {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.volume-price-secondary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 13px;
  border-top: 1px solid #e8ebe4;
  padding-top: 11px;
}

.volume-price-secondary span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.volume-price-secondary strong {
  color: var(--ink-soft);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border-top: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #464b43;
  font-size: 13px;
}

.feature-list svg {
  color: var(--green);
}

.feature-list .muted-feature {
  color: var(--muted-light);
}

.feature-list .muted-feature svg {
  color: var(--muted-light);
}

.product-card > .button {
  margin-top: auto;
  justify-content: space-between;
  padding-inline: 16px;
}

.product-card > .button span {
  opacity: 0.72;
}

.volume-bar {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: 32px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  background:
    linear-gradient(135deg, #f1f3eb, #f8faf5);
}

.volume-bar > div:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}

.volume-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  background: white;
  color: var(--green);
}

.volume-bar strong,
.volume-bar span {
  display: block;
}

.volume-bar > div:first-child span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.price-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  border-radius: 7px;
  background: white;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #edf0ea;
}

.price-table th,
.price-table td {
  border-bottom: 1px solid var(--line);
  padding: 8px 12px;
  text-align: right;
  white-space: nowrap;
}

.price-table th:first-child,
.price-table td:first-child {
  text-align: left;
}

.price-table th {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

.price-table td {
  font-weight: 700;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
  color: var(--green);
  background: #f3fbf7;
}

.demo-note {
  margin: 10px 0 0;
  color: var(--muted-light);
  font-size: 11px;
  text-align: right;
}

.vault-section {
  overflow: hidden;
  padding-block: 82px;
  background: var(--ink);
  color: white;
}

.vault-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}

.eyebrow-light {
  color: var(--lime);
}

.vault-copy h2 {
  font-size: 44px;
}

.vault-copy > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: #b9bdb4;
  font-size: 16px;
  line-height: 1.55;
}

.vault-benefits {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.vault-benefits li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
}

.vault-benefits li > svg {
  width: 21px;
  height: 21px;
  color: var(--lime);
}

.vault-benefits strong,
.vault-benefits span {
  display: block;
}

.vault-benefits strong {
  margin-bottom: 3px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}

.vault-benefits span {
  color: #aeb3aa;
  font-size: 13px;
  line-height: 1.4;
}

.dashboard-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #3d4239;
  border-radius: var(--radius);
  background: #f7f8f3;
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
}

.dashboard-top {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
  background: white;
}

.dashboard-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.dashboard-brand .mini-brand-logo {
  width: 92px;
}

.dashboard-brand > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 5px;
  background: var(--ink);
  color: var(--lime);
  font-size: 8px;
}

.dash-tools {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dash-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--yellow-soft);
  color: #725500;
  font-size: 11px;
  font-weight: 800;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 340px;
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid var(--line);
  padding: 14px 12px;
  background: white;
}

.dash-sidebar span {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 0 10px;
  color: #73786f;
  font-size: 11px;
  font-weight: 700;
}

.dash-sidebar span.active {
  background: #eff2e8;
  color: var(--ink);
}

.dash-main {
  min-width: 0;
  padding: 18px;
}

.dash-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dash-title small {
  color: var(--muted);
  font-size: 10px;
}

.dash-title h3 {
  margin: 3px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
}

.dash-static-action {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border-radius: 6px;
  padding: 0 11px;
  background: var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 700;
}

.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 13px;
}

.dash-stats > span {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 10px;
  background: white;
}

.dash-stats small,
.dash-stats strong {
  display: block;
}

.dash-stats small {
  color: var(--muted);
  font-size: 9px;
}

.dash-stats strong {
  margin-top: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.account-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.account-list article {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto 34px;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px;
  background: white;
}

.account-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.account-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  font-size: 10px;
}

.plus-bg {
  background: var(--yellow-soft);
  color: #715400;
}

.pro-bg {
  background: var(--green-soft);
  color: var(--green);
}

.base-bg {
  background: #ecefe8;
  color: #555c51;
}

.account-main strong,
.account-main small {
  display: block;
}

.account-main strong {
  font-size: 12px;
}

.account-main small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 9px;
  font-weight: 800;
}

.status.ready {
  background: var(--green-soft);
  color: var(--green);
}

.status.preparing {
  background: var(--yellow-soft);
  color: #745700;
}

.process-section {
  background: #f4f5ee;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.process-heading {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.process-heading p:last-child {
  margin-top: 18px;
}

.process-steps {
  display: grid;
  border-top: 1px solid #cfd3c8;
}

.process-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 20px;
  align-items: start;
  min-height: 174px;
  border-bottom: 1px solid #cfd3c8;
  padding: 30px 0;
}

.step-number {
  color: var(--green);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.process-steps h3 {
  margin: 0 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.process-steps article > svg {
  width: 28px;
  height: 28px;
  justify-self: end;
  color: #7a8075;
}

.faq-section {
  background: white;
}

.faq-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 100px;
  align-items: start;
}

.faq-heading {
  margin: 0;
}

.faq-heading p:last-of-type {
  margin-top: 16px;
}

.faq-contact {
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary svg {
  width: 19px;
  height: 19px;
  transition: transform 180ms ease;
}

details[open] summary svg {
  transform: rotate(45deg);
}

details p {
  max-width: 680px;
  margin: -6px 0 22px;
  color: var(--muted);
  line-height: 1.6;
}

.bulk-section {
  padding-block: 72px;
  background: var(--green);
  color: white;
}

.bulk-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.bulk-kicker {
  display: block;
  margin-bottom: 8px;
  color: #c8f5e4;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.bulk-inner h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.bulk-inner p {
  max-width: 650px;
  margin: 12px 0 0;
  color: #d8f4e9;
  line-height: 1.55;
}

.bulk-inner .button {
  flex: 0 0 auto;
}

.site-footer {
  padding-block: 62px 24px;
  background: var(--ink);
  color: white;
}

.footer-main {
  display: grid;
  grid-template-columns: 180px minmax(250px, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.footer-brand .brand-name span {
  color: var(--lime);
}

.footer-main p {
  max-width: 500px;
  margin: 0;
  color: #aeb3a9;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a,
.footer-links button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #d9dcd5;
  cursor: pointer;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  border-top: 1px solid #33372f;
  padding-top: 20px;
  color: #777d73;
  font-size: 11px;
}

.footer-bottom span:last-child {
  color: var(--lime);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.mobile-buy-bar {
  display: none;
}

.cart-drawer,
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  visibility: hidden;
  background: rgba(17, 19, 15, 0.58);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.cart-drawer.is-open,
.modal-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(470px, 100%);
  height: 100%;
  flex-direction: column;
  background: #fbfcf8;
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-header {
  min-height: 94px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.drawer-header h2 {
  margin: 3px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
}

.icon-button {
  width: 42px;
  border: 1px solid var(--line);
  background: #f5f6f1;
}

.cart-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 22px;
  background: #f2f4ed;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.cart-progress span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-progress svg {
  color: var(--green);
}

.cart-items {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 10px;
  overflow-y: auto;
  padding: 18px 22px;
}

.empty-cart {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty-cart > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  background: #f0f2eb;
  color: var(--muted);
}

.empty-cart > span svg {
  width: 24px;
  height: 24px;
}

.empty-cart strong {
  margin-top: 16px;
  font-family: "Manrope", sans-serif;
}

.empty-cart p {
  margin: 5px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.cart-line {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: white;
  box-shadow: 0 10px 26px rgba(17, 19, 15, 0.045);
}

.cart-line-main {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
}

.cart-line-main .account-icon {
  width: 42px;
  height: 42px;
}

.cart-line-main strong,
.cart-line-main small {
  display: block;
}

.cart-line-main small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.cart-line-price {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.cart-line-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  border-top: 1px solid var(--line);
  padding-top: 11px;
}

.cart-line-actions span {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.cart-line-actions button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--danger);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.cart-footer {
  border-top: 1px solid var(--line);
  padding: 18px 22px 22px;
  background: white;
  box-shadow: 0 -14px 34px rgba(17, 19, 15, 0.05);
}

.cart-saving {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 12px;
}

.cart-saving[hidden] {
  display: none;
}

.cart-quote-note {
  margin-bottom: 12px;
}

.cart-total {
  margin-bottom: 16px;
  font-size: 15px;
}

.cart-total strong {
  font-family: "Manrope", sans-serif;
  font-size: 25px;
}

.cart-footer > p:not(.quote-note) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.modal-backdrop {
  display: grid;
  place-items: center;
  padding: 20px;
}

.buy-modal {
  position: relative;
  width: min(570px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border-radius: var(--radius);
  padding: 28px;
  background:
    linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
  box-shadow: var(--shadow-lg);
  transform: translateY(12px) scale(0.985);
  transition: transform 200ms ease;
}

.modal-backdrop.is-open .buy-modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.buy-modal h2 {
  margin: 5px 54px 7px 0;
  font-family: "Manrope", sans-serif;
  font-size: 31px;
}

.buy-modal > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.modal-product-summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: #f8f9f5;
}

.modal-product-summary strong,
.modal-product-summary small {
  display: block;
}

.modal-product-summary small {
  margin-top: 3px;
  color: var(--muted);
}

.modal-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  font-size: 13px;
  font-weight: 700;
}

.modal-field-head small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
}

.modal-price-tiers {
  overflow: hidden;
  margin-top: 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
}

.modal-tier-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 43px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 0 12px;
  color: var(--muted);
  font-size: 12px;
  transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.modal-tier-row:last-child {
  border-bottom: 0;
}

.modal-tier-row strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
}

.modal-tier-row.is-selected {
  background: #edf8f2;
  color: var(--ink);
  box-shadow: inset 3px 0 0 var(--green);
  font-weight: 700;
}

.modal-tier-row.is-selected strong {
  color: var(--green);
}

.modal-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.modal-stepper {
  display: grid;
  grid-template-columns: 40px 66px 40px;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  box-shadow: 0 8px 18px rgba(17, 19, 15, 0.04);
}

.modal-stepper button,
.modal-stepper input {
  min-width: 0;
  border: 0;
  background: transparent;
}

.modal-stepper button {
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--green);
}

.modal-stepper button:hover {
  background: var(--paper-soft);
}

.modal-stepper input {
  width: 66px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
  appearance: textfield;
}

.modal-stepper input::-webkit-inner-spin-button,
.modal-stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.modal-current-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 14px;
}

.modal-current-pricing > div:last-child {
  text-align: right;
}

.modal-current-pricing span {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.modal-current-pricing strong {
  display: block;
  margin-top: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.modal-current-pricing > div:last-child strong {
  font-size: 21px;
}

.buy-modal > .tier-incentive {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 13px 0 0;
  border-radius: 7px;
  background: #eef8f3;
  padding: 11px 12px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.tier-incentive svg {
  margin-top: 2px;
}

.large-scale-state {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  border-radius: 7px;
  padding: 14px;
  background: var(--ink);
  color: white;
}

.large-scale-state > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.large-scale-state span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.large-scale-state strong {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
}

.large-scale-state p {
  margin: 0;
  color: #b5baaf;
  font-size: 11px;
  line-height: 1.45;
}

.modal-current-pricing[hidden],
.tier-incentive[hidden],
.large-scale-state[hidden] {
  display: none;
}

.buy-modal > [data-add-cart] {
  margin-top: 16px;
}

.quantity-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 9px;
}

.quantity-options button {
  display: flex;
  min-height: 56px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.quantity-options button small {
  margin-top: 3px;
  color: var(--green);
  font-size: 9px;
}

.quantity-options button.is-selected {
  border-color: #819a31;
  background: #f5ffd6;
  box-shadow: 0 0 0 1px #819a31;
}

.custom-field {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.custom-field input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 10px;
  background: white;
  text-align: center;
  font-weight: 800;
}

.modal-summary {
  margin: 20px 0 15px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: min(360px, calc(100% - 32px));
  border: 1px solid #cbd0c5;
  border-radius: var(--radius);
  padding: 13px;
  background: white;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

body.cart-open .toast {
  right: 494px;
}

.toast > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
}

.toast strong,
.toast small {
  display: block;
}

.toast small {
  margin-top: 2px;
  color: var(--muted);
}

.portal-body {
  min-height: 100vh;
  background: var(--paper-soft);
}

.portal-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

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

.portal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.portal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.admin-grid {
  align-items: start;
}

.portal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.portal-card h1,
.portal-card h2,
.portal-card h3 {
  margin: 0 0 14px;
  font-family: "Manrope", sans-serif;
  line-height: 1.08;
}

.portal-card p {
  color: var(--muted);
  line-height: 1.55;
}

.compact-card {
  align-self: start;
}

.portal-card label {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--ink-soft);
  font-weight: 700;
}

.portal-card input,
.portal-card select,
.portal-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfbf8;
  padding: 12px 13px;
}

.portal-card textarea {
  min-height: 180px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.55;
}

.portal-card .button {
  margin-top: 16px;
}

.portal-state {
  position: sticky;
  bottom: 16px;
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  padding: 10px 16px;
  color: var(--muted);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.portal-state[data-tone="success"] {
  border-color: rgba(22, 139, 98, 0.22);
  background: var(--green-soft);
  color: var(--green);
}

.portal-state[data-tone="error"] {
  border-color: rgba(196, 67, 54, 0.25);
  background: #fff0ed;
  color: var(--danger);
}

.profile-strip,
.portal-lines,
.portal-stack,
.admin-list {
  display: grid;
  gap: 10px;
}

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

.profile-strip span,
.profile-strip strong {
  overflow-wrap: anywhere;
}

.portal-card-head,
.portal-line,
.admin-row,
.portal-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.portal-line,
.admin-row {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfbf8;
  padding: 12px;
}

.portal-line div {
  display: grid;
  gap: 3px;
}

.portal-line span,
.admin-row span,
.admin-row small {
  color: var(--muted);
}

.portal-total {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 18px;
  font-weight: 800;
}

.pill {
  border-radius: 999px;
  background: var(--green-soft);
  padding: 7px 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vault-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.vault-unit {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f7f8f2;
  padding: 14px;
}

.vault-unit > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.vault-field {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
}

.vault-field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vault-field pre {
  overflow-x: auto;
  margin: 0;
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.55;
}

.vault-field button,
.admin-row button,
.admin-row select {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 800;
}

.adspower-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.adspower-form input {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px 12px;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 30px;
}

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

.admin-search {
  display: flex;
  gap: 10px;
  margin: 0 0 14px;
}

.admin-search input {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 12px;
}

.admin-search button {
  border: 1px solid var(--ink);
  border-radius: 7px;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}

.empty-panel {
  margin: 0;
  border: 1px dashed var(--line);
  border-radius: 7px;
  background: #fbfbf8;
  padding: 14px;
  color: var(--muted);
  font-weight: 700;
}

.admin-kpi {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  background: #fbfbf8;
}

.admin-kpi span {
  color: var(--muted);
  font-size: 13px;
}

.admin-row {
  align-items: flex-start;
  flex-wrap: wrap;
}

.admin-row small {
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    gap: 62px;
  }

  .hero h1 {
    font-size: clamp(52px, 7.4vw, 78px);
  }

  .hero-nowrap {
    white-space: normal;
  }

  .hero-copy {
    max-width: 880px;
  }

  .hero-stats {
    max-width: 860px;
  }

  .vault-layout {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 42px;
  }

  .dashboard-body {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .dash-main {
    padding: 18px;
  }

  .account-list article {
    grid-template-columns: minmax(150px, 1fr) auto 34px;
  }
}

@media (max-width: 920px) {
  .header-inner {
    min-height: 82px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-top: 0;
    padding: 8px 16px 16px;
    background: var(--paper);
    box-shadow: none;
  }

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

  .nav-links a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a.is-active {
    color: var(--green);
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 64px 68px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .sales-shortcuts {
    top: 82px;
  }

  .sales-shortcuts-inner {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sales-shortcuts a {
    min-height: 52px;
  }

  .hero-system {
    width: min(680px, 100%);
  }

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

  .hero-stat {
    padding-inline: 24px;
  }

  .hero-stat strong {
    font-size: clamp(42px, 8vw, 58px);
  }

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

  .proof-grid > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .split-heading,
  .process-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .product-card:last-child {
    grid-column: 1 / -1;
    min-height: 520px;
  }

  .vault-layout {
    grid-template-columns: 1fr;
  }

  .vault-copy {
    max-width: 700px;
  }

  .process-heading {
    position: static;
  }

  .faq-heading {
    max-width: 580px;
  }

  .footer-main {
    grid-template-columns: 180px 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(100% - 32px, 1240px);
  }

  .brand-logo {
    width: 132px;
    max-height: 42px;
  }

  .site-header .brand-logo {
    width: 154px;
    max-height: 42px;
  }

  .header-inner {
    min-height: 72px;
  }

  .login-link {
    display: none;
  }

  .cart-button {
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .cart-button > span {
    display: none;
  }

  .cart-button strong {
    position: absolute;
    top: 14px;
    right: 46px;
    min-width: 17px;
    height: 17px;
    border: 2px solid var(--paper);
    font-size: 8px;
  }

  .hero {
    gap: 42px;
    padding-block: 44px 52px;
  }

  .hero h1 {
    font-size: clamp(36px, 10.8vw, 50px);
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.52;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .hero .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .availability {
    margin-bottom: 28px;
    font-size: 11px;
  }

  .hero-title-line {
    margin-top: 22px;
  }

  .hero-assurances {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .hero-proof-grid span {
    padding: 12px 13px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(17, 19, 15, 0.12);
  }

  .hero-stat {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(94px, 0.35fr) minmax(0, 1fr);
    gap: 14px 18px;
    border-left: 0;
    border-bottom: 1px solid rgba(17, 19, 15, 0.12);
    padding: 22px 0;
  }

  .hero-stat strong {
    grid-row: span 3;
    font-size: 40px;
  }

  .hero-stat > span {
    width: 32px;
    height: 3px;
    margin: 0;
  }

  .hero-stat h2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .hero-stat p {
    font-size: 14px;
  }

  .system-header,
  .model-map,
  .volume-flow {
    padding-right: 16px;
    padding-left: 16px;
  }

  .model-line {
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    gap: 10px;
    min-height: 98px;
  }

  .volume-scale > span {
    padding-right: 6px;
    padding-left: 6px;
  }

  .volume-scale > span::before {
    left: 6px;
  }

  .volume-scale small {
    font-size: 8px;
    overflow-wrap: anywhere;
  }

  .lot-builder {
    padding: 20px;
  }

  .lot-builder::before {
    top: -7px;
    right: 18px;
    bottom: auto;
    left: 18px;
    width: auto;
    height: 7px;
    border-radius: 4px 4px 0 0;
  }

  .product-segments button small {
    display: none;
  }

  .quantity-row {
    align-items: end;
  }

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

  .proof-grid > div,
  .proof-grid > div:nth-child(3) {
    min-height: 70px;
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px 4px;
  }

  .proof-grid > div:first-child {
    border-left: 0;
  }

  .proof-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 72px;
  }

  .vault-section {
    padding-block: 56px;
  }

  .split-heading {
    gap: 20px;
  }

  .section-heading h2,
  .vault-copy h2 {
    font-size: 34px;
  }

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

  .product-card,
  .product-card:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .volume-bar {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .demo-note {
    text-align: left;
  }

  .dashboard-window {
    overflow: hidden;
  }

  .dashboard-top,
  .dashboard-body {
    min-width: 0;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
    min-height: 320px;
  }

  .dash-sidebar {
    display: none;
  }

  .dash-main {
    padding: 14px;
  }

  .process-steps article {
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 14px;
  }

  .bulk-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .bulk-inner .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    grid-column: auto;
  }

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

  .site-footer {
    padding-bottom: 100px;
  }

  .mobile-buy-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 18;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--line);
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -12px 30px rgba(17, 19, 15, 0.09);
    backdrop-filter: blur(12px);
  }

  .mobile-buy-bar small,
  .mobile-buy-bar strong {
    display: block;
  }

  .mobile-buy-bar small {
    color: var(--muted);
    font-size: 10px;
  }

  .mobile-buy-bar strong {
    font-size: 15px;
  }

  .mobile-buy-bar .button {
    min-height: 44px;
  }

  .quantity-options {
    grid-template-columns: 1fr 1fr;
  }

  .toast {
    right: 16px;
    bottom: 88px;
  }

  body.cart-open .toast {
    right: 16px;
    bottom: 170px;
  }
}

@media (max-width: 420px) {
  .brand {
    gap: 9px;
  }

  .brand-logo {
    width: 116px;
    max-height: 38px;
  }

  .site-header .brand-logo {
    width: 148px;
    max-height: 40px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .brand-name {
    font-size: 18px;
  }

  .account-list article {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .dash-row-icon {
    display: none;
  }

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

  .system-status {
    display: none;
  }

  .model-copy strong {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .builder-heading {
    align-items: flex-start;
  }

  .builder-heading h2 {
    font-size: 23px;
  }

  .quantity-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .unit-price {
    text-align: left;
  }

  .builder-summary,
  .modal-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .saving {
    text-align: left;
  }

  .price-table-wrap {
    margin-inline: -8px;
    padding-inline: 8px;
  }

  summary {
    font-size: 15px;
  }

  .modal-backdrop {
    align-items: end;
    padding: 0;
  }

  .buy-modal {
    width: 100%;
    max-height: 92vh;
    border-radius: 8px 8px 0 0;
    padding: 22px 18px;
  }

  .custom-field {
    grid-template-columns: 1fr 84px;
  }
}

@media (max-width: 760px) {
  .portal-shell,
  .auth-shell {
    width: min(100% - 28px, 1120px);
    padding-block: 24px 44px;
  }

  .portal-header,
  .portal-card-head,
  .portal-line,
  .portal-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-grid,
  .admin-grid,
  .profile-strip,
  .portal-metrics,
  .admin-form-grid,
  .admin-kpis {
    grid-template-columns: 1fr;
  }

  .admin-search {
    flex-direction: column;
  }

  .portal-card {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* BM250 application panels */
.app-body {
  background: #f4f6f2;
  color: #151812;
}

.app-body [hidden] {
  display: none !important;
}

.app-body [id] {
  scroll-margin-top: 92px;
}

.app-layout {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 252px minmax(0, 1fr);
}

.app-sidebar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  height: 100vh;
  flex-direction: column;
  overflow-y: auto;
  background: #11130f;
  color: #f7f8f3;
  padding: 24px 18px 18px;
}

.app-brand,
.app-mobile-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.app-brand {
  display: grid;
  align-items: start;
  justify-items: start;
  gap: 8px;
  padding: 2px 8px 25px;
  border-bottom: 1px solid #2e332b;
}

.app-brand .brand-logo {
  width: 150px;
  max-height: 42px;
}

.app-mobile-brand .brand-logo {
  width: 124px;
  max-height: 38px;
}

.app-brand .brand-mark,
.app-mobile-brand .brand-mark {
  width: 38px;
  height: 38px;
  font-size: 11px;
}

.app-brand > span:last-child {
  display: grid;
  gap: 2px;
}

.app-brand strong,
.app-mobile-brand strong {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.app-brand strong {
  color: white;
}

.app-brand small {
  color: #92998d;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-nav {
  display: grid;
  gap: 4px;
  margin-top: 25px;
}

.app-nav p {
  margin: 0 10px 9px;
  color: #737b6e;
  font-size: 10px;
  font-weight: 800;
}

.app-nav a,
.app-sidebar-foot a,
.app-sidebar-foot button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #b8beb4;
  padding: 11px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.app-nav a:hover,
.app-sidebar-foot a:hover,
.app-sidebar-foot button:hover {
  background: #1c201a;
  color: white;
}

.app-nav a.is-active {
  background: #252a20;
  color: white;
  box-shadow: inset 3px 0 0 var(--lime);
}

.app-nav a.is-active svg {
  color: var(--lime);
}

.app-nav svg,
.app-sidebar-foot svg {
  width: 17px;
  height: 17px;
}

.app-sidebar-foot {
  display: grid;
  gap: 3px;
  margin-top: auto;
  border-top: 1px solid #2e332b;
  padding-top: 13px;
}

.app-sidebar-foot > span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 12px 4px;
  color: #778072;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-sidebar-foot > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ed39a;
  box-shadow: 0 0 0 4px rgba(46, 211, 154, 0.1);
}

.app-sidebar-callout {
  margin-top: auto;
  border: 1px solid #343a30;
  border-radius: 8px;
  background: #181b16;
  padding: 16px;
}

.app-sidebar-callout > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--lime);
  font-size: 9px;
  font-weight: 800;
}

.app-sidebar-callout strong {
  display: block;
  margin-top: 13px;
  color: white;
  font-size: 14px;
}

.app-sidebar-callout p {
  margin: 7px 0 0;
  color: #969d91;
  font-size: 11px;
  line-height: 1.55;
}

.client-app .app-sidebar-foot {
  margin-top: 14px;
}

.app-main {
  min-width: 0;
}

.app-topbar {
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e2e5de;
  background: rgba(255, 255, 255, 0.96);
  padding: 0 32px;
}

.app-mobile-brand {
  display: none;
}

.app-topbar-title {
  display: grid;
  gap: 2px;
}

.app-topbar-title strong {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.app-topbar-title span {
  color: #778074;
  font-size: 11px;
}

.app-topbar-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.icon-button,
.app-account-link,
.app-buy-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dfe3dc;
  border-radius: 6px;
  background: white;
  padding: 0 12px;
  cursor: pointer;
  color: #272b25;
  font-size: 12px;
  font-weight: 700;
}

.icon-button {
  width: 38px;
  padding: 0;
}

.app-buy-link {
  border-color: #11130f;
  background: #11130f;
  color: white;
}

.app-buy-link svg {
  color: var(--lime);
}

.app-content {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.app-page-heading,
.client-welcome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.app-eyebrow,
.ops-kicker {
  margin: 0 0 8px;
  color: #147b58;
  font-size: 10px;
  font-weight: 800;
}

.app-page-heading h1,
.client-welcome h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  line-height: 1.08;
}

.app-page-heading > div > p:last-child,
.client-welcome > div > p:last-child {
  max-width: 650px;
  margin: 10px 0 0;
  color: #656d62;
  font-size: 14px;
  line-height: 1.6;
}

.app-primary-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #b8db2e;
  border-radius: 6px;
  background: var(--lime);
  padding: 0 16px;
  cursor: pointer;
  color: #11130f;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(151, 185, 27, 0.16);
}

.app-primary-action:hover {
  background: var(--lime-hover);
}

.app-primary-action,
.app-secondary-action {
  text-decoration: none;
}

.app-secondary-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #dfe3dc;
  border-radius: 6px;
  background: white;
  padding: 0 14px;
  color: #252a22;
  font-size: 12px;
  font-weight: 800;
}

.app-secondary-action:hover {
  border-color: #cfd5ca;
  background: #f7f9f4;
}

.operation-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.app-status {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  border: 1px solid #dfe3dc;
  border-radius: 999px;
  background: #fff;
  padding: 7px 11px;
  color: #687066;
  font-size: 11px;
  font-weight: 700;
}

.app-status svg,
.client-loading > svg,
.empty-panel > svg {
  width: 15px;
  height: 15px;
}

.app-status[data-tone="success"] {
  border-color: #bfe5d6;
  background: #ebfaf4;
  color: #147b58;
}

.app-status[data-tone="error"] {
  border-color: #f0c5be;
  background: #fff2ef;
  color: #ae3d32;
}

.ops-section,
.ops-workspace {
  margin-top: 22px;
  border: 1px solid #e0e4dd;
  border-radius: 8px;
  background: white;
  padding: 24px;
  box-shadow: 0 8px 26px rgba(29, 35, 25, 0.045);
}

.overview-dashboard {
  margin-top: 24px;
}

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

.executive-kpi {
  position: relative;
  display: grid;
  min-height: 132px;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(29, 35, 25, 0.042);
}

.executive-kpi::after {
  position: absolute;
  right: 16px;
  bottom: 15px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #dfe5d8;
  content: "";
}

.executive-kpi > span {
  color: #747c70;
  font-size: 10px;
  font-weight: 900;
}

.executive-kpi > strong {
  margin-top: 13px;
  color: #10130e;
  font-family: "Manrope", sans-serif;
  font-size: 31px;
  line-height: 1;
}

.executive-kpi.is-accent > strong {
  color: #137d59;
  font-size: 27px;
}

.executive-kpi.needs-action {
  border-color: #d9e7a5;
  background: #fbfff0;
}

.executive-kpi.needs-action::after,
.executive-kpi.is-accent::after {
  background: var(--lime);
}

.executive-kpi > small {
  margin-top: 8px;
  color: #7d8578;
  font-size: 11px;
  font-weight: 700;
}

.ops-section-head,
.client-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.ops-section-head h2,
.client-section-head h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.ops-section-head-wide {
  align-items: end;
}

.ops-section-head-wide > p {
  max-width: 390px;
  margin: 0;
  color: #71786e;
  font-size: 12px;
  text-align: right;
}

.section-note {
  color: #858c82;
  font-size: 11px;
  font-weight: 600;
}

.admin-kpis,
.product-stock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.stock-kpi {
  position: relative;
  display: grid;
  min-height: 138px;
  overflow: hidden;
  border: 1px solid #e1e5dd;
  border-radius: 7px;
  background: #fafbf8;
  padding: 18px;
}

.stock-kpi::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #1a8e66;
  content: "";
}

.stock-kpi:nth-child(2)::before {
  background: #b6dc25;
}

.stock-kpi:nth-child(3)::before {
  background: #11130f;
}

.stock-kpi > span {
  color: #656c62;
  font-size: 10px;
  font-weight: 800;
}

.stock-kpi > strong {
  align-self: center;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.product-stock-grid .stock-kpi {
  min-height: 160px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(250, 252, 248, 0.96)),
    #fbfcfa;
}

.product-stock-grid .stock-kpi > span {
  color: #20241f;
  font-size: 12px;
}

.product-stock-grid .stock-kpi > strong {
  margin-top: 12px;
  color: #10130e;
  font-size: 25px;
}

.product-stock-grid .stock-kpi > small {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
}

.stock-kpi > small {
  color: #7e857b;
  font-size: 10px;
}

.stock-kpi-statuses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.stock-kpi-statuses span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #70786d;
  font-size: 10px;
  font-weight: 600;
}

.stock-kpi-statuses i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ab27f;
}

.stock-kpi-statuses span:nth-child(2) i {
  background: #e7b83f;
}

.stock-kpi-statuses span:nth-child(3) i {
  background: #697068;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.overview-grid:not(.has-alerts) {
  grid-template-columns: 1fr;
}

.attention-section,
.activity-section {
  align-self: start;
}

.alert-list,
.activity-list {
  display: grid;
  gap: 9px;
}

.alert-item,
.activity-item {
  display: grid;
  align-items: center;
  gap: 12px;
  border: 1px solid #e3e7df;
  border-radius: 7px;
  background: #fbfcfa;
  padding: 12px;
}

.alert-item {
  grid-template-columns: 20px 1fr;
  color: #252a22;
  font-size: 12px;
  font-weight: 800;
}

.alert-item svg {
  width: 17px;
  height: 17px;
  color: #9a6b09;
}

.activity-item {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 58px;
}

.activity-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  background: #eef4e9;
  color: #147b58;
}

.activity-icon svg {
  width: 16px;
  height: 16px;
}

.activity-item div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.activity-item strong {
  overflow: hidden;
  color: #171b15;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-item small,
.activity-item time {
  color: #747c70;
  font-size: 10px;
  font-weight: 700;
}

.activity-item time {
  white-space: nowrap;
}

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

.ops-card {
  min-width: 0;
  border: 1px solid #e0e4dd;
  border-radius: 7px;
  background: #fbfcfa;
  padding: 20px;
}

.ops-card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
}

.ops-card-head > div {
  display: grid;
  gap: 2px;
}

.ops-card-head > div > span {
  color: #7e867a;
  font-size: 9px;
  font-weight: 800;
}

.ops-card-head h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.ops-card-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 6px;
  background: #e8f6f0;
  color: #137d59;
}

.format-chip {
  margin-left: auto;
  border: 1px solid #d9ded5;
  border-radius: 999px;
  background: white;
  padding: 5px 8px;
  color: #6d7469;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
}

.ops-card-copy {
  margin: -4px 0 17px;
  color: #70776d;
  font-size: 12px;
  line-height: 1.55;
}

.field-label {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  color: #31352f;
  font-size: 11px;
  font-weight: 800;
}

.field-label input,
.field-label select,
.field-label textarea {
  width: 100%;
  border: 1px solid #dce0d9;
  border-radius: 6px;
  background: white;
  padding: 10px 11px;
  color: #1b1e19;
  font-size: 12px;
  font-weight: 500;
}

.field-label input,
.field-label select {
  min-height: 40px;
}

.field-label textarea {
  min-height: 94px;
  resize: vertical;
  line-height: 1.55;
}

.field-label input:focus,
.field-label select:focus,
.field-label textarea:focus {
  border-color: #7aa88f;
  outline: 3px solid rgba(22, 139, 98, 0.1);
}

.import-form textarea {
  min-height: 274px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
}

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

.form-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 19px 0 0;
  color: #858d81;
  font-size: 9px;
  font-weight: 800;
}

.form-divider::after {
  height: 1px;
  flex: 1;
  background: #e4e7e1;
  content: "";
}

.app-body .button-full {
  width: 100%;
  margin-top: 16px;
}

.import-hint {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 10px;
  color: #747c70;
  font-size: 10px;
  line-height: 1.45;
}

.import-hint svg {
  margin-top: 1px;
}

.ops-split-grid > .ops-section {
  min-width: 0;
}

.admin-list,
.portal-stack {
  display: grid;
  gap: 9px;
}

.ops-list-head,
.ops-row {
  display: grid;
  align-items: center;
  gap: 12px;
}

.ops-list-head {
  grid-template-columns: minmax(130px, 1.2fr) minmax(120px, 0.8fr) minmax(160px, 1fr) auto;
  border-bottom: 1px solid #e5e8e2;
  padding: 0 12px 9px;
  color: #858c82;
  font-size: 9px;
  font-weight: 800;
}

.ops-row {
  grid-template-columns: minmax(130px, 1.2fr) minmax(120px, 0.8fr) minmax(160px, 1fr) auto;
  min-height: 58px;
  border: 1px solid #e3e6e0;
  border-radius: 6px;
  background: #fbfcfa;
  padding: 10px 12px;
}

.ops-row-main,
.ops-row-contact {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.ops-row-main strong,
.ops-row-contact strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-row-main small,
.ops-row-contact small,
.ops-row-id {
  overflow: hidden;
  color: #7e867b;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-badge,
.status-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-badge {
  background: #ecefe9;
  color: #343a32;
}

.product-badge.plus {
  background: #eff8c9;
  color: #536512;
}

.product-badge.pro {
  background: #1c201a;
  color: var(--lime);
}

.status-badge {
  background: #edf0eb;
  color: #60675e;
}

.status-badge::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.status-badge.is-success {
  background: #e3f5ed;
  color: #137c58;
}

.status-badge.is-warning {
  background: #fff4d7;
  color: #9a6b09;
}

.status-badge.is-danger {
  background: #fff0ed;
  color: #ad4035;
}

.ops-row-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.ops-row-actions button,
.ops-row-actions select {
  min-height: 32px;
  border: 1px solid #dce0d8;
  border-radius: 5px;
  background: white;
  padding: 0 9px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.ops-row-actions button.is-primary {
  border-color: #11130f;
  background: #11130f;
  color: white;
}

.ops-row-actions button.is-primary svg {
  color: var(--lime);
}

.ops-row-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.customer-row {
  grid-template-columns: minmax(170px, 1.4fr) minmax(130px, 1fr) auto;
}

.adspower-row {
  grid-template-columns: minmax(170px, 1.4fr) auto minmax(170px, 1fr);
}

.admin-search {
  position: relative;
  display: flex;
  width: min(380px, 100%);
  gap: 7px;
  margin: 0;
}

.admin-search > svg {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 14px;
  height: 14px;
  color: #838b80;
  transform: translateY(-50%);
}

.admin-search input {
  min-width: 0;
  min-height: 38px;
  flex: 1;
  border: 1px solid #dfe3dc;
  border-radius: 6px;
  background: #fafbf9;
  padding: 8px 10px 8px 34px;
  font-size: 11px;
}

.admin-search button {
  min-height: 38px;
  border: 1px solid #11130f;
  border-radius: 6px;
  background: #11130f;
  color: white;
  padding: 0 13px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.empty-panel {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  border: 1px dashed #d7dcd3;
  border-radius: 7px;
  background: #fafbf9;
  padding: 18px;
  color: #7b8377;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

/* Client panel */
.client-app .app-main {
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 255, 67, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f9f4 0%, #eef2eb 100%);
}

.client-app .app-content {
  width: min(1440px, calc(100% - 72px));
}

.client-content > .app-status {
  margin: 0 0 18px;
}

.client-view {
  display: none;
}

.client-view.is-active {
  display: block;
}

.client-page {
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 26px;
  box-shadow: 0 18px 52px rgba(29, 35, 25, 0.055);
}

.client-welcome {
  position: relative;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dbe2d7;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 244, 0.86) 56%, rgba(232, 240, 225, 0.9)),
    #fff;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(29, 35, 25, 0.08);
}

.client-welcome::before {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(20, 123, 88, 0.12);
  border-radius: 50%;
  background: rgba(217, 255, 67, 0.08);
  content: "";
}

.client-welcome-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

.client-welcome-copy h1 {
  max-width: 760px;
  font-size: 42px;
}

.client-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.client-hero-side {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(360px, 100%);
  gap: 10px;
}

.client-profile {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  border: 1px solid #e1e5de;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  box-shadow: 0 16px 42px rgba(29, 35, 25, 0.06);
}

.profile-avatar {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #151812;
  color: var(--lime);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.client-profile > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.client-profile strong,
.client-profile small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-profile strong {
  font-size: 13px;
}

.client-profile small {
  color: #747c71;
  font-size: 10px;
}

.client-profile-meta {
  margin-top: 3px;
  color: #858c82;
  font-size: 9px;
}

.client-flow-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #e1e5de;
  border-radius: 8px;
  background: #11130f;
  color: white;
}

.client-flow-card span {
  display: grid;
  min-height: 70px;
  place-items: center;
  align-content: center;
  gap: 6px;
  border-right: 1px solid #2c3128;
  color: #c7cdc1;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.client-flow-card span:last-child {
  border-right: 0;
}

.client-flow-card svg {
  width: 17px;
  height: 17px;
  color: var(--lime);
}

.portal-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 0;
}

.client-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 14px;
  margin-top: 26px;
}

.client-overview-card {
  min-width: 0;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: white;
  padding: 18px;
  box-shadow: 0 14px 38px rgba(29, 35, 25, 0.052);
}

.client-overview-card .client-section-head {
  margin-bottom: 14px;
}

.client-overview-card .client-section-head h2 {
  font-size: 17px;
}

.client-metric {
  position: relative;
  display: grid;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #fbfcf8);
  padding: 20px;
  box-shadow: 0 18px 46px rgba(29, 35, 25, 0.065);
}

.client-metric::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #dfe6d8;
  content: "";
}

.client-metric > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #676f64;
  font-size: 10px;
  font-weight: 800;
}

.client-metric > span svg {
  color: #13825d;
}

.client-metric > strong {
  align-self: center;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  line-height: 1;
}

.client-metric > small {
  color: #828a7f;
  font-size: 11px;
  font-weight: 700;
}

.client-metric.metric-paid::after {
  background: #2ab27f;
}

.client-metric.metric-waiting::after {
  background: #e7b83f;
}

.client-metric.is-accent {
  border-color: #272c23;
  background:
    linear-gradient(145deg, #11130f, #1b2017);
  color: white;
}

.client-metric.is-accent::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 3px;
  background: var(--lime);
  content: "";
}

.client-metric.is-accent > span,
.client-metric.is-accent > small {
  color: #aab1a5;
}

.client-metric.is-accent > span svg {
  color: var(--lime);
}

.client-orders-section {
  margin-top: 34px;
}

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

.client-section-head > div > span {
  display: block;
  margin-top: 5px;
  color: #71796f;
  font-size: 12px;
  line-height: 1.45;
}

.client-section-head a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  border: 1px solid #d9ded5;
  border-radius: 6px;
  background: white;
  padding: 0 12px;
  color: #267458;
  font-size: 11px;
  font-weight: 800;
}

.client-section-head a:hover {
  border-color: #cbd5c7;
  background: #f8faf5;
}

.client-order {
  overflow: hidden;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 26px rgba(29, 35, 25, 0.04);
}

.client-order-mini {
  box-shadow: none;
}

.client-order-mini .client-order-head {
  gap: 12px;
  padding: 14px;
}

.client-order-mini .client-order-total {
  display: none;
}

.client-order-mini .client-order-body,
.client-order-mini .client-vault {
  padding: 14px;
}

.client-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #e3e6e0;
  background:
    linear-gradient(180deg, rgba(250, 252, 248, 0.8), rgba(255, 255, 255, 0.98)),
    white;
  padding: 18px 20px;
}

.client-order-id {
  display: flex;
  align-items: center;
  gap: 11px;
}

.client-order-id > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  background: #edf5f1;
  color: #147c59;
}

.client-order-id > div {
  display: grid;
  gap: 2px;
}

.client-order-id small {
  color: #7c8479;
  font-size: 9px;
  font-weight: 800;
}

.client-order-id strong {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}

.client-order-id em {
  overflow: hidden;
  max-width: 340px;
  color: #657064;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-order-total {
  display: grid;
  gap: 2px;
  text-align: right;
}

.client-order-total span {
  color: #7d857a;
  font-size: 9px;
  font-weight: 700;
}

.client-order-total strong {
  font-size: 15px;
}

.client-order-body {
  display: grid;
  grid-template-columns: minmax(230px, 0.38fr) minmax(0, 1fr);
  gap: 0;
}

.client-order-body.client-order-only {
  grid-template-columns: 1fr;
}

.client-order-body.client-order-only .client-order-summary {
  border-right: 0;
}

.client-order-summary {
  border-right: 1px solid #e3e6e0;
  background: #f7f9f4;
  padding: 20px;
}

.client-order-summary h4,
.client-vault h4 {
  margin: 0 0 13px;
  color: #6d756a;
  font-size: 9px;
  font-weight: 800;
}

.client-app .portal-lines {
  display: grid;
  gap: 8px;
}

.order-progress-mini {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.order-progress-mini span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a9286;
  font-size: 10px;
  font-weight: 800;
}

.order-progress-mini i {
  width: 8px;
  height: 8px;
  border: 1px solid #cbd1c7;
  border-radius: 50%;
  background: #fff;
}

.order-progress-mini span.is-active {
  color: #1a7758;
}

.order-progress-mini span.is-active i {
  border-color: #168b62;
  background: #168b62;
  box-shadow: 0 0 0 4px rgba(22, 139, 98, 0.1);
}

.client-app .portal-line {
  display: grid;
  gap: 6px;
  border: 0;
  border-bottom: 1px solid #e4e7e1;
  border-radius: 0;
  background: transparent;
  padding: 0 0 12px;
}

.client-app .portal-line:last-child {
  border-bottom: 0;
}

.portal-line-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.client-app .portal-line strong {
  font-size: 11px;
}

.client-app .portal-line span {
  color: #737b70;
  font-size: 10px;
}

.client-vault {
  min-width: 0;
  padding: 20px;
}

.client-vault-order .client-vault {
  background: #fbfcf8;
}

.vault-support-copy {
  margin: -6px 0 14px;
  color: #798176;
  font-size: 11px;
  line-height: 1.5;
}

.vault-grid {
  display: grid;
  gap: 10px;
  margin: 0;
}

.vault-unit {
  overflow: hidden;
  border: 1px solid #dfe3dc;
  border-radius: 7px;
  background: #fff;
  padding: 0;
}

.vault-unit[open] {
  border-color: #cfd8cd;
  box-shadow: 0 10px 26px rgba(29, 35, 25, 0.055);
}

.vault-unit > summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  cursor: pointer;
  list-style: none;
}

.vault-unit > summary::-webkit-details-marker {
  display: none;
}

.vault-unit-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.vault-unit-title > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 5px;
  background: #1a1e18;
  color: var(--lime);
}

.vault-unit-title > div {
  display: grid;
  gap: 1px;
}

.vault-unit-title strong {
  font-size: 11px;
}

.vault-unit-title small {
  color: #7f877c;
  font-size: 9px;
}

.vault-unit-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid #e3e6e0;
  background: #fafbf9;
  padding: 12px;
}

.vault-field {
  display: grid;
  min-width: 0;
  gap: 7px;
  border: 1px solid #e0e4dd;
  border-radius: 6px;
  background: white;
  padding: 11px;
  margin: 0;
}

.vault-field:hover {
  border-color: #cbd4c9;
}

.vault-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.vault-field-head span {
  color: #697166;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.vault-field button {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde1da;
  border-radius: 5px;
  background: #fafbf9;
  padding: 0;
  cursor: pointer;
  color: #596158;
}

.vault-field button:hover {
  border-color: #b9c4b5;
  color: #137d59;
}

.vault-data-list {
  display: grid;
  gap: 6px;
}

.vault-data-list > div {
  display: grid;
  grid-template-columns: minmax(82px, 0.32fr) minmax(0, 1fr);
  gap: 8px;
  border-radius: 5px;
  background: #f8faf6;
  padding: 8px;
}

.vault-data-list span {
  overflow: hidden;
  color: #777f74;
  font-size: 9px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vault-data-list strong {
  overflow-wrap: anywhere;
  color: #20241d;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  line-height: 1.45;
}

.vault-data-list p {
  margin: 0;
  border-radius: 5px;
  background: #f8faf6;
  padding: 10px;
  color: #737b70;
  font-size: 10px;
  font-weight: 700;
}

.adspower-form {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) minmax(160px, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  border: 1px solid #dfe3dc;
  border-radius: 7px;
  background: #f7f9f5;
  padding: 12px;
}

.adspower-form > strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}

.adspower-form input {
  min-width: 0;
  min-height: 36px;
  border: 1px solid #dce1d9;
  border-radius: 5px;
  background: white;
  padding: 8px 10px;
  font-size: 10px;
}

.adspower-form button {
  min-height: 36px;
  margin: 0;
  border-radius: 5px;
  padding-inline: 11px;
  font-size: 10px;
}

.client-loading {
  display: grid;
  min-height: 160px;
  place-items: center;
  align-content: center;
}

.client-loading strong {
  color: #2b3029;
}

.client-loading span {
  color: #858d82;
  font-size: 10px;
  font-weight: 500;
}

.client-empty-state {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 26px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff 0%, #fbfcf8 56%, #edf4e9 100%);
  padding: 28px;
  box-shadow: 0 18px 52px rgba(29, 35, 25, 0.065);
}

.client-empty-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.client-empty-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  background: #11130f;
  color: var(--lime);
}

.client-empty-icon svg {
  width: 23px;
  height: 23px;
}

.client-empty-copy .ops-kicker {
  margin-top: 18px;
}

.client-empty-copy h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 1.08;
}

.client-empty-copy p:not(.ops-kicker) {
  max-width: 520px;
  margin: 10px 0 18px;
  color: #687066;
  font-size: 14px;
  line-height: 1.55;
}

.client-empty-models {
  display: grid;
  gap: 10px;
}

.client-empty-models span {
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid #e0e5dc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.client-empty-models strong {
  color: #11130f;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}

.client-empty-models small {
  color: #70786d;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .app-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .app-content {
    width: min(100% - 40px, 1280px);
  }

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

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

  .client-overview-grid {
    grid-template-columns: 1fr;
  }

  .client-empty-state {
    grid-template-columns: 1fr;
  }

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

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

  .adspower-form > strong,
  .adspower-form button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .app-layout {
    display: block;
  }

  .app-sidebar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    width: 100%;
    height: 62px;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    padding: 0 16px;
  }

  .app-brand {
    flex: 0 0 auto;
    border: 0;
    padding: 0 16px 0 0;
  }

  .app-brand .brand-logo {
    width: 112px;
    max-height: 34px;
  }

  .app-brand small {
    display: none;
  }

  .app-nav {
    display: flex;
    min-width: 0;
    flex: 1;
    gap: 3px;
    overflow-x: auto;
    margin: 0;
    scrollbar-width: none;
  }

  .app-nav::-webkit-scrollbar {
    display: none;
  }

  .app-nav p,
  .app-sidebar-foot,
  .app-sidebar-callout {
    display: none;
  }

  .app-nav a {
    flex: 0 0 auto;
    padding: 9px 10px;
    white-space: nowrap;
  }

  .app-nav a.is-active {
    box-shadow: inset 0 -2px 0 var(--lime);
  }

  .app-topbar {
    top: 62px;
    min-height: 62px;
    padding-inline: 20px;
  }

  .client-order-body {
    grid-template-columns: 1fr;
  }

  .client-order-summary {
    border-right: 0;
    border-bottom: 1px solid #e3e6e0;
  }
}

@media (max-width: 680px) {
  .app-sidebar {
    padding: 0 10px;
  }

  .app-brand {
    padding-right: 8px;
  }

  .app-brand > span:last-child {
    display: none;
  }

  .app-nav a {
    width: 40px;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    padding-inline: 0;
    font-size: 0;
  }

  .app-nav a svg {
    width: 18px;
    height: 18px;
  }

  .app-topbar {
    padding-inline: 14px;
  }

  .app-topbar-title span,
  .app-account-link span,
  .app-buy-link span {
    display: none;
  }

  .app-account-link,
  .app-buy-link {
    width: 38px;
    padding: 0;
  }

  .app-content {
    width: min(100% - 28px, 1280px);
    padding: 26px 0 50px;
  }

  .app-page-heading,
  .client-welcome,
  .ops-section-head,
  .client-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .operation-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .operation-actions .app-primary-action,
  .operation-actions .app-secondary-action {
    flex: 1 1 160px;
  }

  .app-page-heading h1,
  .client-welcome h1 {
    font-size: 28px;
  }

  .app-page-heading .app-primary-action {
    width: 100%;
  }

  .app-status {
    border-radius: 7px;
  }

  .ops-section,
  .ops-workspace,
  .client-page,
  .client-welcome {
    padding: 18px;
  }

  .executive-kpis,
  .product-stock-grid,
  .admin-kpis,
  .portal-metrics,
  .admin-form-grid,
  .vault-unit-content {
    grid-template-columns: 1fr;
  }

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

  .stock-kpi,
  .client-metric,
  .executive-kpi {
    min-height: 116px;
  }

  .activity-item {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .activity-item time {
    grid-column: 2;
  }

  .ops-section-head-wide > p {
    text-align: left;
  }

  .ops-card {
    padding: 16px;
  }

  .format-chip {
    display: none;
  }

  .ops-section-head-search .admin-search,
  .admin-search {
    width: 100%;
  }

  .ops-list-head {
    display: none;
  }

  .ops-row {
    grid-template-columns: 1fr auto;
  }

  .customer-row,
  .adspower-row {
    grid-template-columns: 1fr auto;
  }

  .ops-row-id {
    grid-column: 1 / -1;
  }

  .ops-row-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .client-profile {
    width: 100%;
    min-width: 0;
    border: 1px solid #e1e5de;
    padding: 14px;
  }

  .client-hero-side {
    width: 100%;
  }

  .client-welcome-actions {
    width: 100%;
  }

  .client-welcome-actions .app-primary-action,
  .client-welcome-actions .app-secondary-action {
    flex: 1 1 150px;
  }

  .client-order-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-order-total {
    text-align: left;
  }

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

  .client-empty-models {
    grid-template-columns: 1fr;
  }

  .adspower-form > strong,
  .adspower-form button {
    grid-column: auto;
  }
}

/* Authentication experience */
.auth-page {
  min-height: 100vh;
  background: #f4f6f2;
}

.auth-page [hidden] {
  display: none !important;
}

.auth-experience {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(390px, 0.88fr) minmax(500px, 1.12fr);
}

.auth-brand-panel {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  background: #11130f;
  color: white;
  padding: 36px clamp(34px, 5vw, 74px);
}

.auth-brand-panel::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 4px;
  background: var(--lime);
  content: "";
}

.auth-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
}

.auth-brand .brand-logo {
  width: 166px;
  max-height: 46px;
}

.auth-brand-panel .auth-brand {
  display: grid;
  align-items: start;
  gap: 8px;
}

.auth-brand .brand-mark {
  width: 40px;
  height: 40px;
  font-size: 11px;
}

.auth-brand > span:last-child {
  display: grid;
  gap: 2px;
}

.auth-brand strong {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.auth-brand small {
  color: #8e9789;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.auth-brand-copy {
  margin: auto 0 46px;
}

.auth-brand-copy > p {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
}

.auth-brand-copy h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  line-height: 1.12;
}

.auth-brand-copy > span {
  display: block;
  max-width: 490px;
  margin-top: 20px;
  color: #aeb5aa;
  font-size: 14px;
  line-height: 1.65;
}

.auth-assurances {
  display: grid;
  gap: 10px;
  margin-bottom: auto;
}

.auth-assurances > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #2a2f27;
  padding-top: 13px;
}

.auth-assurances > div > svg {
  width: 19px;
  height: 19px;
  color: var(--lime);
}

.auth-assurances span {
  display: grid;
  gap: 2px;
}

.auth-assurances strong {
  font-size: 12px;
}

.auth-assurances small {
  color: #8f978b;
  font-size: 10px;
}

.auth-brand-foot {
  margin-top: 34px;
  color: #71796d;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.auth-access-panel {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 52px 34px;
}

.auth-mobile-header {
  display: none;
}

.auth-card-modern {
  width: min(100%, 460px);
}

.auth-card-heading h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 1.12;
}

.auth-card-heading > span {
  display: block;
  margin-top: 9px;
  color: #6f776c;
  font-size: 13px;
}

.auth-mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 25px;
  border: 1px solid #dce1d9;
  border-radius: 7px;
  background: #e9ede6;
  padding: 4px;
}

.auth-page[data-auth-mode="reset"] .auth-mode-tabs {
  display: none;
}

.auth-mode-tabs button {
  min-height: 39px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  color: #6d756a;
  font-size: 12px;
  font-weight: 800;
}

.auth-mode-tabs button.is-active {
  background: white;
  color: #171a15;
  box-shadow: 0 4px 12px rgba(25, 31, 22, 0.08);
}

.auth-pane {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.auth-field {
  display: grid;
  gap: 7px;
  color: #30342e;
  font-size: 11px;
  font-weight: 800;
}

.auth-field > span {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-field > span > svg {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  color: #7e867b;
  pointer-events: none;
}

.auth-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8ddd5;
  border-radius: 6px;
  background: white;
  padding: 10px 12px 10px 39px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(31, 37, 27, 0.025);
}

.auth-field input:focus {
  border-color: #6b9f87;
  outline: 3px solid rgba(22, 139, 98, 0.1);
}

.auth-submit {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #11130f;
  border-radius: 6px;
  background: #11130f;
  color: white;
  padding: 0 15px 0 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.auth-submit:hover {
  background: #242821;
}

.auth-submit svg {
  color: var(--lime);
}

.auth-text-action,
.auth-back {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  padding: 2px 0;
  cursor: pointer;
  color: #287457;
  font-size: 11px;
  font-weight: 800;
}

.auth-text-action {
  justify-self: center;
}

.auth-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid #dde2da;
  border-radius: 6px;
  background: white;
  padding: 10px 12px;
  color: #687066;
  font-size: 10px;
  font-weight: 700;
}

.auth-status[data-tone="success"] {
  border-color: #bce3d3;
  background: #ebf9f3;
  color: #137b58;
}

.auth-status[data-tone="error"] {
  border-color: #f0c5be;
  background: #fff1ef;
  color: #ab4035;
}

.auth-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 13px 0 0;
  color: #899085;
  font-size: 9px;
  font-weight: 700;
}

.auth-security svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 920px) {
  .auth-experience {
    grid-template-columns: 1fr;
  }

  .auth-brand-panel {
    display: none;
  }

  .auth-access-panel {
    display: block;
    padding: 0 22px 44px;
  }

  .auth-mobile-header {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #dde1da;
  }

  .auth-mobile-header .auth-brand .brand-mark {
    width: 34px;
    height: 34px;
  }

  .auth-mobile-header .auth-brand .brand-logo {
    width: 122px;
    max-height: 36px;
  }

  .auth-mobile-header > a:last-child {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #646c61;
    font-size: 10px;
    font-weight: 800;
  }

  .auth-card-modern {
    margin: 42px auto 0;
  }
}

@media (max-width: 520px) {
  .auth-access-panel {
    padding-inline: 16px;
  }

  .auth-card-modern {
    margin-top: 28px;
  }

  .auth-card-heading h2 {
    font-size: 26px;
  }
}

/* Checkout */
.checkout-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #f8faf5 0%, #f1f4ed 100%);
}

.checkout-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  min-height: 72px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #dfe3dc;
  background: rgba(255, 255, 255, 0.96);
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  backdrop-filter: blur(14px);
}

.checkout-header .auth-brand strong {
  color: #171a15;
}

.checkout-progress {
  display: flex;
  align-items: center;
  gap: 9px;
}

.checkout-progress > svg {
  width: 13px;
  height: 13px;
  color: #b2b8ae;
}

.checkout-progress span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7c8479;
  font-size: 10px;
  font-weight: 800;
}

.checkout-progress span > svg,
.checkout-progress span > b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #e6f5ee;
  color: #147b58;
  font-size: 9px;
}

.checkout-progress span.is-current {
  color: #1f231e;
}

.checkout-progress span.is-current > b {
  background: #151812;
  color: var(--lime);
}

.checkout-account {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 7px;
  color: #555d53;
  font-size: 11px;
  font-weight: 800;
}

.checkout-shell-modern {
  display: grid;
  width: min(1120px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 20px;
  margin: 0 auto;
  padding: 46px 0 72px;
}

.checkout-review,
.checkout-summary-modern {
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 42px rgba(29, 35, 25, 0.065);
}

.checkout-review {
  padding: 26px;
}

.checkout-heading {
  border-bottom: 1px solid #e2e6df;
  padding-bottom: 21px;
}

.checkout-heading h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1.15;
}

.checkout-heading > span {
  display: block;
  margin-top: 9px;
  color: #6f776c;
  font-size: 12px;
}

.checkout-items-modern {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.checkout-item-modern {
  display: grid;
  grid-template-columns: 42px minmax(160px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  border: 1px solid #e0e4dd;
  border-radius: 7px;
  background: #fff;
  padding: 13px;
}

.checkout-item-modern:hover {
  border-color: #cbd5c7;
  background: #fcfdfb;
}

.checkout-product-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 6px;
  background: #e5f5ee;
  color: #137c58;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.checkout-product-mark.plus {
  background: #eff8c9;
  color: #566713;
}

.checkout-product-mark.pro {
  background: #171a15;
  color: var(--lime);
}

.checkout-item-name,
.checkout-item-quantity,
.checkout-item-price {
  display: grid;
  gap: 3px;
}

.checkout-item-name strong,
.checkout-item-quantity strong,
.checkout-item-price strong {
  font-size: 12px;
}

.checkout-item-name small,
.checkout-item-name em,
.checkout-item-quantity span,
.checkout-item-price span {
  color: #7d857a;
  font-size: 9px;
}

.checkout-item-name em {
  color: #177b59;
  font-style: normal;
  font-weight: 800;
}

.checkout-item-quantity {
  min-width: 76px;
  border-left: 1px solid #e0e4dd;
  padding-left: 14px;
}

.checkout-item-price {
  min-width: 94px;
  text-align: right;
}

.checkout-protection {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  border: 1px solid #cfe7dc;
  border-radius: 7px;
  background: #eff9f4;
  padding: 13px;
}

.checkout-protection > svg {
  color: #147d59;
}

.checkout-protection > div {
  display: grid;
  gap: 2px;
}

.checkout-protection strong {
  font-size: 11px;
}

.checkout-protection span {
  color: #668074;
  font-size: 9px;
}

.checkout-summary-modern {
  position: sticky;
  top: 92px;
  overflow: hidden;
  padding: 22px;
}

.checkout-summary-modern::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--lime);
  content: "";
}

.checkout-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 19px;
  color: #4f574d;
  font-size: 9px;
  font-weight: 800;
}

.checkout-summary-head > svg {
  color: #147d59;
}

.checkout-summary-row,
.checkout-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.checkout-summary-row {
  margin-top: 11px;
  color: #687066;
  font-size: 11px;
}

.checkout-summary-row strong {
  color: #262b24;
}

.checkout-summary-total {
  margin-top: 18px;
  border-top: 1px solid #dfe3dc;
  padding-top: 17px;
}

.checkout-summary-total span {
  font-size: 12px;
  font-weight: 800;
}

.checkout-summary-total strong {
  font-family: "Manrope", sans-serif;
  font-size: 23px;
}

.checkout-pay {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  border: 1px solid #b8db2e;
  border-radius: 6px;
  background: var(--lime);
  padding: 0 14px 0 17px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.checkout-pay:hover {
  background: var(--lime-hover);
}

.checkout-state {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 12px;
  border: 1px solid #dfe3dc;
  border-radius: 6px;
  background: #fafbf9;
  padding: 9px 10px;
  color: #6f776d;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.checkout-state[data-tone="success"] {
  border-color: #c3e5d7;
  background: #edf9f4;
  color: #147b58;
}

.checkout-state[data-tone="error"] {
  border-color: #efc6bf;
  background: #fff1ef;
  color: #ad4035;
}

.checkout-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 12px 0 0;
  color: #8b9288;
  font-size: 8px;
  font-weight: 700;
}

.checkout-safe svg {
  width: 11px;
  height: 11px;
}

.checkout-loading,
.checkout-empty {
  display: grid;
  min-height: 130px;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #d9ddd6;
  border-radius: 7px;
  color: #798176;
  font-size: 10px;
  font-weight: 700;
}

.checkout-empty strong {
  color: #30352e;
  font-size: 12px;
}

.checkout-empty a {
  color: #147b58;
}

@media (max-width: 880px) {
  .checkout-header {
    grid-template-columns: 1fr auto;
    padding-inline: 20px;
  }

  .checkout-progress {
    display: none;
  }

  .checkout-shell-modern {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .checkout-summary-modern {
    position: static;
  }
}

@media (max-width: 580px) {
  .checkout-header {
    min-height: 64px;
    padding-inline: 14px;
  }

  .checkout-account span {
    display: none;
  }

  .checkout-shell-modern {
    width: min(100% - 28px, 1120px);
  }

  .checkout-review,
  .checkout-summary-modern {
    padding: 18px;
  }

  .checkout-heading h1 {
    font-size: 24px;
  }

  .checkout-item-modern {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .checkout-item-quantity {
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
  }

  .checkout-item-price {
    grid-column: 3;
    grid-row: 1 / 3;
  }
}
