:root {
  --navy-950: #00162b;
  --navy-900: #031d36;
  --navy-850: #06243f;
  --navy-800: #0b2c4a;
  --ink: #102946;
  --muted: #d9e9f4;
  --teal: #00c8c1;
  --teal-2: #31d7dc;
  --orange: #ff6b14;
  --orange-2: #ff7e1f;
  --line: rgba(255, 255, 255, 0.22);
  --shadow: 0 18px 55px rgba(0, 10, 24, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7fbff;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

img,
svg {
  display: block;
}

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

.page {
  min-height: 100vh;
  overflow: hidden;
}

.hero-shell {
  background:
    radial-gradient(circle at 62% 40%, rgba(0, 206, 194, 0.16), transparent 30%),
    linear-gradient(105deg, #001529 0%, #001b32 45%, #06243c 100%);
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 420px minmax(620px, 1fr) 260px;
  align-items: center;
  height: 106px;
  padding: 0 70px;
  background: linear-gradient(90deg, rgba(0, 20, 39, 0.96), rgba(3, 26, 49, 0.98));
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  line-height: 1;
}

.brand__name {
  font-size: 51px;
  font-weight: 900;
  color: #fff;
}

.brand__name span {
  color: var(--teal);
  margin-left: 8px;
}

.brand__sub {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.chevron {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-right: 2px solid var(--teal-2);
  border-bottom: 2px solid var(--teal-2);
  transform: rotate(45deg) translateY(-3px);
}

.demo-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.demo-button {
  min-width: 230px;
  background: linear-gradient(135deg, var(--orange), #ff5a08);
  color: #fff;
  box-shadow: 0 12px 26px rgba(255, 98, 12, 0.22);
}

.demo-button--header {
  justify-self: end;
  min-width: 232px;
}

.secondary-button {
  min-width: 224px;
  border: 2px solid var(--teal);
  color: #fff;
  background: rgba(2, 28, 50, 0.55);
}

.hero {
  position: relative;
  min-height: 548px;
  overflow: hidden;
}

.hero__image {
  position: absolute;
  inset: 0 0 0 42.5%;
  background:
    linear-gradient(90deg, rgba(0, 20, 38, 0.72), rgba(0, 23, 43, 0.08) 35%, rgba(0, 19, 36, 0.42) 100%),
    linear-gradient(0deg, rgba(0, 15, 28, 0.55), rgba(0, 15, 28, 0.06) 44%, rgba(0, 15, 28, 0.18)),
    url("assets/hero-workers.png") center center / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #001529 0%, rgba(0, 21, 41, 0.98) 32%, rgba(0, 21, 41, 0.68) 47%, transparent 66%),
    linear-gradient(0deg, rgba(0, 22, 43, 0.65), transparent 50%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 710px;
  padding: 36px 0 0 73px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--teal);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 61px;
  line-height: 1.12;
  font-weight: 900;
}

.hero h1 span {
  color: var(--orange);
}

.hero__copy {
  width: 620px;
  margin: 20px 0 27px;
  color: #f4f8fb;
  font-size: 18px;
  line-height: 1.48;
}

.hero__actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.glass-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(153, 209, 233, 0.32);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(7, 40, 68, 0.9), rgba(10, 46, 77, 0.76));
  box-shadow: 0 18px 35px rgba(0, 11, 25, 0.28);
  backdrop-filter: blur(12px);
}

.glass-card h2 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.issue-card {
  top: 54px;
  right: auto;
  left: clamp(760px, 54vw, 1040px);
  width: 200px;
  height: 157px;
  padding: 19px 20px 14px;
}

.issue-card__value {
  margin-top: 14px;
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.issue-card__value span {
  color: #00d39c;
  font-size: 15px;
  font-weight: 800;
}

.issue-card p {
  margin: 8px 0 2px;
  color: #c7d9e8;
  font-size: 12px;
  font-weight: 600;
}

.issue-card svg {
  width: 160px;
  height: 50px;
  margin-top: 1px;
}

.inventory-card {
  top: 252px;
  right: 490px;
  width: 401px;
  height: 216px;
  padding: 20px 22px;
}

.inventory-card__body {
  display: flex;
  align-items: center;
  gap: 29px;
  height: 165px;
}

.donut {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
}

.donut::before {
  position: absolute;
  inset: 22px;
  content: "";
  border-radius: inherit;
  background: #0a2e4f;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}

.donut > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.1;
}

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

.donut span {
  margin-top: 3px;
  color: #dcecf5;
  font-size: 11px;
  font-weight: 700;
}

.donut--inventory {
  width: 149px;
  height: 149px;
  background: conic-gradient(var(--teal) 0 54%, #26bfe2 54% 78%, #ff8b22 78% 100%);
}

.legend {
  flex: 1;
  margin: 12px 0 0;
  color: #fff;
}

.legend div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 21px;
}

.legend dt,
.legend dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.legend dt {
  display: flex;
  align-items: center;
  color: #fff;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border-radius: 50%;
}

.dot--teal {
  background: var(--teal);
}

.dot--cyan {
  background: #25c4db;
}

.dot--orange {
  background: #ff861f;
}

.compliance-card {
  top: 252px;
  right: 70px;
  width: 260px;
  height: 216px;
  padding: 20px;
}

.donut--compliance {
  width: 96px;
  height: 96px;
  margin: 30px auto 16px;
  background: conic-gradient(var(--teal) 0 94%, rgba(255, 255, 255, 0.18) 94% 100%);
}

.donut--compliance::before {
  inset: 13px;
}

.donut--compliance strong {
  font-size: 25px;
}

.compliance-card p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.status {
  display: flex;
  justify-content: center;
  margin-top: 9px;
  color: #00d39c;
  font-size: 13px;
  font-weight: 900;
}

.status::before {
  width: 12px;
  height: 12px;
  margin: 1px 7px 0 0;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.hero-pills {
  position: absolute;
  right: 67px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(14, 48, 79, 0.88);
  box-shadow: 0 15px 35px rgba(0, 8, 20, 0.22);
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 244px;
  height: 52px;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero-pills span:first-child {
  border-left: 0;
}

.hero-pills svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.hero-pills span:first-child svg {
  color: var(--orange);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  max-width: 1944px;
  min-height: 162px;
  margin: 8px auto 0;
  padding: 18px 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #05213b, #0a2a48);
  color: #fff;
  box-shadow: var(--shadow);
}

.feature {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 124px;
  padding: 22px 31px 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.feature:first-child {
  border-left: 0;
}

.feature svg {
  width: 52px;
  height: 52px;
  color: var(--teal);
  stroke: currentColor;
  stroke-width: 2.3;
  fill: none;
}

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

.feature h2 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.feature p {
  margin: 0;
  color: #d8e6f1;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
}

.sap-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 36px;
  margin-top: 5px;
  background: #ff6a0f;
  color: #071d32;
  font-size: 21px;
  font-weight: 900;
  transform: skewX(-18deg);
}

.workflow {
  padding: 7px 50px 0;
  background:
    radial-gradient(circle at 50% -30%, rgba(35, 203, 214, 0.13), transparent 35%),
    #f7fbff;
}

.workflow > h2 {
  margin: 0;
  color: #102b4a;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.workflow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: 62px;
  max-width: 1390px;
  margin: 19px auto 0;
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 158px;
  text-align: center;
}

.step:not(:last-child)::after {
  position: absolute;
  top: 38px;
  left: calc(50% + 82px);
  width: 116px;
  height: 0;
  border-top: 2px dashed #0b9ca5;
  content: "";
}

.step:not(:last-child)::before {
  position: absolute;
  top: 34px;
  left: calc(50% + 190px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #0b9ca5;
  content: "";
}

.step__number {
  position: absolute;
  top: -7px;
  left: 38px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, #00afa8, #067a91);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(0, 120, 141, 0.25);
}

.step__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid #d7e5ef;
  border-radius: 4px;
  background: #fff;
  color: #123453;
  box-shadow: 0 5px 14px rgba(8, 43, 70, 0.06);
}

.step__icon svg {
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.step h3 {
  margin: 13px 0 7px;
  color: #0f2948;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.step p {
  max-width: 205px;
  margin: 0;
  color: #15334f;
  font-size: 13.5px;
  line-height: 1.4;
}

.metrics-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 2000px;
  min-height: 129px;
  margin: 24px 32px 0;
  padding: 22px 38px;
  border-radius: 7px;
  background: linear-gradient(145deg, #05213b, #0a2c4b);
  color: #fff;
  box-shadow: var(--shadow);
}

.metrics-bar article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  padding: 0 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.metrics-bar article:first-child {
  border-left: 0;
}

.metrics-bar svg {
  width: 58px;
  height: 58px;
  color: var(--teal);
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}

.metric--orange svg,
.metric--orange strong {
  color: var(--orange);
}

.metrics-bar strong {
  display: block;
  color: var(--teal);
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
}

.metrics-bar span {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.metrics-bar p {
  margin: 4px 0 0;
  color: #d8e7f2;
  font-size: 12px;
}

.integration {
  display: grid;
  grid-template-columns: 540px 210px 1fr;
  gap: 48px;
  align-items: center;
  min-height: 126px;
  padding: 18px 96px;
  background: #fbfdff;
  border-bottom: 1px solid rgba(7, 37, 61, 0.09);
}

.integration__intro h2,
.integration__capabilities h3 {
  margin: 0 0 10px;
  color: #102b4a;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.integration__intro p {
  max-width: 520px;
  margin: 0;
  color: #153550;
  font-size: 15px;
  line-height: 1.35;
}

.sap-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 84px;
  padding-left: 4px;
  border-right: 1px solid #c6d9e5;
}

.sap-logo span {
  display: grid;
  place-items: center;
  width: 132px;
  height: 68px;
  padding-right: 20px;
  background: linear-gradient(135deg, #1387d3, #13b8e9);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  color: #fff;
  font-size: 39px;
  font-weight: 900;
  font-style: italic;
}

.sap-logo b {
  position: absolute;
  right: 38px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 0 16px;
  border-radius: 6px;
  background: #08a69e;
  color: #fff;
  font-size: 15px;
}

.integration__capabilities ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(155px, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.integration__capabilities li {
  position: relative;
  padding-left: 27px;
  color: #193a57;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.integration__capabilities li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 2px solid #0aa9a8;
  border-radius: 50%;
  color: #0aa9a8;
  content: "";
}

.integration__capabilities li::after {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #0aa9a8;
  border-bottom: 2px solid #0aa9a8;
  content: "";
  transform: rotate(45deg);
}

.site-footer {
  display: grid;
  grid-template-columns: 330px repeat(4, minmax(150px, 1fr)) 310px;
  gap: 40px;
  min-height: 160px;
  padding: 22px 96px 18px;
  background: linear-gradient(145deg, #00162b, #05223d);
  color: #dce9f2;
}

.brand--footer .brand__name {
  font-size: 27px;
}

.footer__brand p {
  max-width: 295px;
  margin: 10px 0 14px;
  font-size: 14px;
  line-height: 1.45;
}

.socials {
  display: flex;
  align-items: center;
  gap: 22px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}

.socials svg,
address svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.site-footer h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.site-footer nav,
.site-footer address {
  display: flex;
  flex-direction: column;
  font-style: normal;
}

.site-footer a,
.site-footer address span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 25px;
  color: #dce9f2;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 1450px) {
  .site-header {
    grid-template-columns: 330px 1fr 210px;
    padding: 0 42px;
  }

  .brand__name {
    font-size: 40px;
  }

  .primary-nav {
    gap: 24px;
    font-size: 14px;
  }

  .demo-button--header {
    min-width: 190px;
  }

  .hero__content {
    padding-left: 44px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .inventory-card {
    right: 300px;
  }

  .compliance-card {
    width: 225px;
    right: 42px;
  }

  .hero-pills {
    right: 42px;
  }

  .hero-pills span {
    min-width: 205px;
    padding: 0 16px;
    font-size: 12px;
  }

  .feature-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 32px;
    margin-right: 32px;
  }

  .feature:nth-child(4) {
    border-left: 0;
  }

  .metrics-bar {
    grid-template-columns: repeat(5, 1fr);
    padding: 20px;
  }

  .metrics-bar article {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 0 18px;
  }

  .integration {
    grid-template-columns: 420px 180px 1fr;
    padding: 20px 42px;
  }

  .integration__capabilities ul {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    gap: 13px 28px;
  }

  .site-footer {
    grid-template-columns: 280px repeat(3, 1fr);
    padding: 26px 42px;
  }
}

@media (max-width: 1320px) {
  .issue-card,
  .inventory-card,
  .compliance-card,
  .hero-pills {
    display: none;
  }

  .hero__image {
    inset: 0 0 0 48%;
  }

  .hero::before {
    background:
      linear-gradient(90deg, #001529 0%, rgba(0, 21, 41, 0.98) 38%, rgba(0, 21, 41, 0.76) 57%, transparent 82%),
      linear-gradient(0deg, rgba(0, 22, 43, 0.6), transparent 50%);
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 88px;
    padding: 18px 28px;
  }

  .menu-toggle {
    align-self: start;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    margin-top: 2px;
    border: 1px solid rgba(0, 200, 193, 0.65);
    border-radius: 6px;
    background: rgba(3, 32, 56, 0.68);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle:checked + .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle:checked + .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .primary-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .primary-nav a {
    min-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
  }

  .nav-toggle:checked ~ .primary-nav {
    display: flex;
  }

  .demo-button--header {
    grid-column: 1 / -1;
    display: none;
    justify-self: stretch;
    width: 100%;
    max-width: 280px;
    min-width: 0;
    margin-top: 16px;
  }

  .nav-toggle:checked ~ .demo-button--header {
    display: inline-flex;
  }

  .hero {
    min-height: 850px;
  }

  .hero__image {
    inset: 340px 0 0 0;
  }

  .hero::before {
    background: linear-gradient(180deg, #001529 0%, rgba(0, 21, 41, 0.92) 42%, rgba(0, 21, 41, 0.2) 100%);
  }

  .hero__content {
    width: auto;
    max-width: 720px;
    padding: 34px 28px 0;
  }

  .hero__copy {
    width: auto;
  }

  .issue-card,
  .inventory-card,
  .compliance-card,
  .hero-pills {
    display: none;
  }

  .feature-strip,
  .metrics-bar,
  .workflow__steps,
  .integration,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    margin: 10px 18px 0;
  }

  .feature,
  .feature:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .feature:first-child {
    border-top: 0;
  }

  .workflow {
    padding: 24px 24px 0;
  }

  .workflow__steps {
    gap: 24px;
  }

  .step:not(:last-child)::after,
  .step:not(:last-child)::before {
    display: none;
  }

  .step__number {
    left: calc(50% - 68px);
  }

  .metrics-bar {
    margin: 24px 18px 0;
  }

  .metrics-bar article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 18px 8px;
  }

  .metrics-bar article:first-child {
    border-top: 0;
  }

  .integration {
    gap: 24px;
    padding: 28px 24px;
  }

  .sap-logo {
    border-right: 0;
  }

  .site-footer {
    gap: 26px;
    padding: 32px 28px;
  }
}

@media (max-width: 650px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 18px 22px;
  }

  .brand__name {
    font-size: clamp(29px, 7.5vw, 33px);
  }

  .hero {
    min-height: 820px;
  }

  .hero__image {
    inset: 400px 0 0 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 310px;
  }

  .feature {
    grid-template-columns: 56px 1fr;
    padding: 22px;
  }

  .metrics-bar article {
    grid-template-columns: 58px 1fr;
  }

  .integration__capabilities ul {
    grid-template-columns: 1fr;
  }
}
