:root {
  --navy: #071d49;
  --navy-2: #0d2a5c;
  --text: #101828;
  --muted: #667085;
  --line: #d9e1ec;
  --soft: #f6f8fb;
  --soft-2: #edf3f8;
  --white: #ffffff;
  --green: #24a148;
  --green-dark: #168038;
  --red: #b42318;
  --amber: #b54708;
  --shadow: 0 18px 45px rgba(7, 29, 73, 0.13);
  --shadow-soft: 0 14px 35px rgba(7, 29, 73, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, "Noto Sans Armenian", "Noto Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 42px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  color: var(--navy);
  font-size: 27px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--navy);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.brand-mark path:last-child {
  stroke: var(--green);
  stroke-width: 4;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1f3764;
  font-size: 13px;
  font-weight: 800;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a[aria-current="page"] {
  color: var(--green-dark);
}

.login-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.button,
.header-cta,
.price-card a,
.demo-form button,
.storefront-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary,
.header-cta,
.demo-form button,
.price-card.featured a,
.storefront-action.primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(7, 29, 73, 0.16);
}

.button.secondary,
.price-card a,
.storefront-action.secondary {
  color: var(--navy);
  background: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.section,
.hero,
.page-hero,
.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(600px, 1.1fr);
  gap: 48px;
  align-items: center;
  padding: 58px 0 54px;
}

.hero-copy h1 span {
  display: block;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
  padding: 70px 0 46px;
  border-bottom: 1px solid var(--line);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(34px, 3.8vw, 56px);
}

.hero p,
.page-hero p,
.section-lead {
  max-width: 650px;
  color: #253858;
  font-size: 18px;
}

.hero p,
.page-hero p {
  margin: 24px 0 0;
}

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

.trust-line {
  padding-left: 16px;
  border-left: 3px solid var(--green);
  color: var(--muted) !important;
  font-size: 15px !important;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 560px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

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

.hero-proof strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.15;
}

.section {
  padding: 68px 0;
  border-top: 1px solid var(--line);
}

.section.compact {
  padding: 42px 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  max-width: 680px;
  text-align: left;
}

.section-heading h2,
.trust-band h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.product-preview {
  position: relative;
  min-height: 520px;
}

.dashboard {
  display: grid;
  grid-template-columns: 168px 1fr;
  width: min(720px, 100%);
  min-height: 474px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: var(--shadow-soft);
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 14px;
  color: #d8e4f8;
  background: linear-gradient(180deg, var(--navy), #09285f);
  font-size: 13px;
}

.mini-brand {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.dash-sidebar span {
  padding: 11px 12px;
  border-radius: 6px;
}

.dash-sidebar .active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

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

.dash-top,
.shop-head,
.storefront-top,
.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dash-top strong,
.admin-top strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
}

.dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.dash-metrics span {
  min-height: 68px;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

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

.dash-metrics strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.1;
}

.dash-metrics small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.dash-top small,
.admin-top small {
  color: var(--muted);
  font-size: 13px;
}

.dash-top button,
.tabs button,
.qty button {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
}

.dash-top button {
  min-height: 34px;
  padding: 0 14px;
}

.filter-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.4fr;
  gap: 10px;
  margin: 16px 0;
}

.filter-row span,
.field-like {
  min-height: 38px;
  padding: 10px 12px;
  overflow: hidden;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

th,
td {
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}

th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.status.green {
  color: var(--green-dark);
  background: #e8f6ed;
}

.status.blue {
  color: #175cd3;
  background: #eaf2ff;
}

.status.amber {
  color: var(--amber);
  background: #fff4df;
}

.shop-panel {
  position: absolute;
  top: 72px;
  right: 0;
  width: 292px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 29, 73, 0.14);
}

.shop-head {
  color: var(--navy);
  font-size: 14px;
}

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

.tabs button {
  min-height: 32px;
  font-size: 11px;
}

.tabs .selected {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.product-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

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

.product-row strong {
  color: var(--navy);
  font-size: 12px;
}

.product-row small {
  color: var(--muted);
  font-size: 12px;
}

.product-thumb {
  width: 38px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.oil {
  background: linear-gradient(90deg, #ffd45a 40%, #f9b115 41% 62%, #fff1a4 63%);
}

.rice {
  background: linear-gradient(135deg, #ffffff, #f3eee3);
}

.pasta {
  background: linear-gradient(135deg, #f8c453, #e7832a);
}

.cup {
  background: linear-gradient(135deg, #f8fafc, #c8d5e2);
}

.box {
  background: linear-gradient(135deg, #b98b55, #f0c486);
}

.qty {
  display: grid;
  grid-template-columns: 22px 22px 22px;
  align-items: center;
  justify-items: center;
  font-size: 12px;
}

.qty button {
  width: 22px;
  height: 22px;
  padding: 0;
}

.repeat-button,
.submit-order {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.repeat-button {
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
}

.submit-order {
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
}

.grid-2,
.grid-3,
.grid-4,
.pricing-grid,
.feature-grid,
.faq-grid,
.role-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card,
.workflow,
.price-card,
.faq-card,
.stat-card,
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card,
.workflow,
.faq-card,
.stat-card {
  padding: 24px;
}

.card h3,
.workflow h3,
.price-card h3,
.faq-card h3,
.stat-card strong {
  margin: 0;
  color: var(--navy);
  font-size: 19px;
}

.card p,
.workflow p,
.price-card p,
.faq-card p,
.stat-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 800;
}

.layer-card {
  min-height: 190px;
}

.architecture-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.architecture-rail article {
  min-height: 210px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.architecture-rail article:last-child {
  border-right: 0;
}

.architecture-rail small {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.architecture-rail strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.architecture-rail p {
  margin: 12px 0 0;
  color: var(--muted);
}

.operations-section {
  background: linear-gradient(180deg, var(--white), #f8fafc);
}

.operations-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

.ops-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ops-column h3 {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  font-size: 20px;
}

.ops-column span {
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 10px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ops-column.problem h3 {
  color: var(--red);
}

.ops-column.solution h3 {
  color: var(--green-dark);
}

.ops-column.solution span {
  background: #f1fbf5;
}

.ops-arrow {
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 28px;
  font-weight: 800;
}

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

.process-list article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.process-list span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.process-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 23px;
}

.process-list p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--muted);
}

.layer-card small,
.page-tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.flow {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 10px;
}

.flow span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 10px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.flow i {
  height: 1px;
  background: var(--line);
}

.workflow.before h3 {
  color: var(--red);
}

.workflow.after h3 {
  color: var(--green-dark);
}

.feature-list,
.check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  color: #344054;
}

.feature-list li::before,
.check-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
  font-weight: 800;
}

.trust-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-band p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
}

.price-card.featured {
  border-color: var(--navy);
  box-shadow: var(--shadow);
}

.price-card strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 25px;
}

.price-card strong span {
  color: var(--muted);
  font-size: 14px;
}

.price-card a {
  margin-top: auto;
}

.demo-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.demo-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--text);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.demo-form textarea,
.demo-form .wide {
  grid-column: 1 / -1;
}

.demo-form textarea {
  min-height: 94px;
  resize: vertical;
}

.demo-form button {
  grid-column: 1 / -1;
}

.small-note {
  color: var(--muted);
  font-size: 13px;
}

.admin-shell,
.storefront-shell {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
}

.admin-menu {
  display: grid;
  gap: 4px;
  align-content: start;
  padding: 18px;
  color: #d8e4f8;
  background: var(--navy);
}

.admin-menu span {
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.admin-menu .active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.admin-content {
  min-width: 0;
  padding: 22px;
}

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

.page-hero .stat-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card {
  padding: 16px;
}

.stat-card strong {
  display: block;
  font-size: 24px;
}

.storefront-shell {
  padding: 22px;
}

.storefront-top {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.storefront-logo {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-weight: 800;
}

.storefront-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.storefront-info h3 {
  margin: 0;
  color: var(--navy);
}

.storefront-info p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.category-row span {
  padding: 8px 10px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

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

.store-product {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.store-product strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
}

.store-product small {
  color: var(--muted);
}

.legal-copy {
  max-width: 840px;
}

.legal-copy h2 {
  color: var(--navy);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  color: var(--muted);
}

.footer-inner .brand {
  font-size: 23px;
}

.footer-inner .brand-mark {
  width: 34px;
  height: 34px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .site-header {
    padding: 0 22px;
  }

  .main-nav,
  .login-link,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header.nav-open .main-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 12px 22px 20px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .site-header.nav-open .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

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

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

  .dashboard {
    width: 100%;
  }

  .shop-panel {
    position: relative;
    top: auto;
    right: auto;
    width: min(420px, 100%);
    margin: -70px 24px 0 auto;
  }

  .grid-4,
  .role-grid,
  .stat-row,
  .architecture-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .architecture-rail article:nth-child(2) {
    border-right: 0;
  }

  .architecture-rail article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .operations-board {
    grid-template-columns: 1fr;
  }

  .ops-arrow {
    transform: rotate(90deg);
  }

  .grid-3,
  .pricing-grid,
  .storefront-products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: sticky;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    padding-right: 72px;
    overflow: hidden;
  }

  .menu-toggle {
    position: absolute;
    top: 17px;
    left: min(330px, calc(100vw - 62px));
    right: auto;
    opacity: 0;
  }

  .site-header::after {
    content: "";
    position: absolute;
    top: 31px;
    left: min(340px, calc(100vw - 50px));
    right: auto;
    width: 22px;
    height: 2px;
    background: var(--navy);
    box-shadow: 0 7px 0 var(--navy), 0 14px 0 var(--navy);
    pointer-events: none;
  }

  .section,
  .hero,
  .page-hero,
  .footer-inner {
    width: min(100% - 36px, 1180px);
  }

  .hero,
  .page-hero {
    padding: 44px 0;
  }

  .hero h1,
  .page-hero h1 {
    max-width: min(320px, 100%);
    font-size: 31px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .hero p,
  .page-hero p,
  .section-lead {
    max-width: min(320px, 100%);
    font-size: 16px;
  }

  .hero > div:first-child,
  .page-hero > div:first-child,
  .hero-actions,
  .trust-line,
  .product-preview,
  .dashboard,
  .admin-shell,
  .storefront-shell {
    max-width: calc(100vw - 36px);
  }

  .hero-actions,
  .trust-band,
  .footer-inner {
    display: grid;
  }

  .hero-proof,
  .dash-metrics,
  .ops-column,
  .architecture-rail {
    grid-template-columns: 1fr;
  }

  .architecture-rail article,
  .architecture-rail article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .architecture-rail article:last-child {
    border-bottom: 0;
  }

  .button,
  .header-cta,
  .price-card a,
  .storefront-action {
    width: 100%;
  }

  .dashboard,
  .admin-shell {
    display: block;
  }

  .dash-sidebar,
  .admin-menu {
    display: none;
  }

  .dash-main,
  .admin-content {
    padding: 16px;
    overflow-x: hidden;
  }

  .dash-top button {
    display: none;
  }

  .filter-row,
  .grid-2,
  .grid-4,
  .role-grid,
  .stat-row,
  .faq-grid,
  .demo-form {
    grid-template-columns: 1fr;
  }

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

  .flow i {
    width: 1px;
    height: 18px;
    margin: 0 auto;
  }

  table {
    min-width: 0;
    font-size: 12px;
    table-layout: fixed;
  }

  th,
  td {
    padding: 11px 6px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .shop-panel {
    margin: 18px 0 0;
    max-width: 100%;
  }

  .storefront-top,
  .footer-inner {
    align-items: flex-start;
  }
}
