:root {
  color-scheme: dark;
  --orange: #ff5a00;
  --orange-2: #ff7a1a;
  --dark: #050607;
  --dark-2: #0b0d0f;
  --panel: rgba(14, 15, 16, .78);
  --line: rgba(255, 255, 255, .14);
  --line-strong: rgba(255, 122, 26, .36);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, .68);
  --soft: rgba(255, 255, 255, .08);
  --shadow: 0 26px 76px rgba(0, 0, 0, .48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 73% 8%, rgba(255, 90, 0, .18), transparent 28%),
    radial-gradient(circle at 10% 16%, rgba(255, 90, 0, .10), transparent 24%),
    linear-gradient(180deg, #050607 0%, #08090a 46%, #050607 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 78%);
}

a { color: inherit; }
img { max-width: 100%; }

.site-header,
.hero,
.services-section,
.why-section,
.source-stats,
.site-footer,
.copyright {
  width: min(1500px, calc(100% - 56px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 92px;
  padding: 18px 0;
  background: linear-gradient(180deg, rgba(5,6,7,.96), rgba(5,6,7,.78));
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-grid;
  gap: 2px;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 176px;
  height: auto;
}

.brand-title {
  font-size: 35px;
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.04em;
}

.brand-title b { color: var(--orange); }
.brand-subtitle {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 54px);
}

.site-nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
}

.site-nav a.active,
.site-nav a:hover { color: var(--orange-2); }
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
}

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

.request-link,
.primary-action,
.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  padding: 0 25px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 16px 34px rgba(255, 90, 0, .28);
  text-decoration: none;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.request-link span,
.primary-action span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--orange);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.header-phone {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
}

.hero {
  position: relative;
  display: block;
  min-height: 730px;
  padding: 78px 0 40px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 45%;
  z-index: -1;
  height: 560px;
  border-radius: 0 0 0 80px;
  background:
    linear-gradient(90deg, rgba(5,6,7,.08), rgba(5,6,7,.32)),
    url("/assets/itlider-hero.png?v=hero-20260708") center / cover no-repeat;
  filter: saturate(1.14) contrast(1.08) brightness(1.22);
  opacity: 1;
}

.hero-copy {
  max-width: 690px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-2);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(72px, 11vw, 132px);
  line-height: .82;
  font-weight: 950;
  letter-spacing: -.07em;
}
h1 span { color: var(--orange); }
h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.02em;
}
h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 950;
}

.hero-text {
  max-width: 610px;
  color: #fff;
  font-size: 22px;
  line-height: 1.55;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin: 44px 0;
}

.hero-benefits span {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: start;
  color: var(--orange);
  font-size: 24px;
}
.hero-benefits b {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}
.hero-benefits small {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 28px;
}

.ghost-action {
  min-width: 210px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.ghost-action.muted { border-color: var(--line); }

.quick-contacts {
  width: min(660px, 100%);
  padding: 27px 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.quick-contacts strong {
  display: block;
  color: var(--orange-2);
  font-size: 28px;
  font-weight: 950;
}
.quick-contacts p {
  margin: 6px 0 20px;
  color: var(--muted);
}
.quick-contacts div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.quick-contacts a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.quick-contacts a:hover,
.ghost-action:hover {
  border-color: var(--orange);
  background: rgba(255, 90, 0, .12);
}

.request-card {
  position: absolute;
  top: 385px;
  right: 12px;
  width: 420px;
  padding: 25px 27px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(8, 9, 11, .94), rgba(20, 17, 14, .91)),
    radial-gradient(circle at 100% 0%, rgba(255, 105, 0, .16), transparent 34%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.request-card h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.03;
  letter-spacing: -.02em;
}

.request-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 0;
}

form {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

label {
  display: grid;
  gap: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  padding: 0 11px;
  color: #fff;
  background: rgba(255,255,255,.075);
  font: inherit;
  font-size: 12px;
  outline: none;
}

select { appearance: none; }
textarea {
  min-height: 74px;
  padding: 9px 11px;
  line-height: 1.45;
  resize: vertical;
}
input::placeholder,
textarea::placeholder { color: rgba(255,255,255,.50); }
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(255, 105, 0, .9);
  box-shadow: 0 0 0 4px rgba(255, 105, 0, .13);
}

.inline-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 7px;
}
.inline-field button {
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--orange);
  font-weight: 950;
  cursor: pointer;
}

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

.captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 90, 0, .30);
  border-radius: 8px;
  background: rgba(255, 90, 0, .08);
}
.captcha-row span {
  color: var(--muted);
  font-size: 10px;
}
.captcha-row strong {
  color: #fff;
  font-size: 13px;
}

.trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.submit {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
}
.submit:disabled { opacity: .72; cursor: wait; }

.status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}
.status.ok {
  color: #bff7d9;
  border: 1px solid rgba(25, 179, 107, .28);
  background: rgba(25, 179, 107, .12);
}
.status.err {
  color: #ffd3cf;
  border: 1px solid rgba(255, 85, 74, .30);
  background: rgba(255, 85, 74, .13);
}

.app-panel {
  margin: 14px -27px -25px;
  padding: 17px 27px 19px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.045));
}
.app-panel h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.app-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.app-download {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  row-gap: 1px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  text-decoration: none;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.app-download:hover {
  transform: translateY(-1px);
  border-color: rgba(255,90,0,.58);
  background:
    linear-gradient(145deg, rgba(255,90,0,.16), rgba(255,255,255,.045));
}
.app-icon {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
}
.app-download small {
  color: rgba(255,255,255,.70);
  font-size: 10px;
  font-weight: 850;
}
.app-download b {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}
.android .app-icon {
  border-radius: 10px;
  background: linear-gradient(145deg, #82d616, #3fb500);
}
.android .app-icon::before,
.android .app-icon::after {
  content: "";
  position: absolute;
  background: #061005;
}
.android .app-icon::before {
  width: 17px;
  height: 11px;
  left: 8px;
  top: 11px;
  border-radius: 4px 4px 3px 3px;
  box-shadow:
    -7px 8px 0 -4px #061005,
    7px 8px 0 -4px #061005;
}
.android .app-icon::after {
  width: 3px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 50%;
  box-shadow: 7px 0 0 #061005;
}
.windows .app-icon {
  border-radius: 10px;
  background: linear-gradient(145deg, #0aa7ff, #0067d8);
}
.windows .app-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(0,20,55,.75) 47%, rgba(0,20,55,.75) 53%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(0,20,55,.75) 47%, rgba(0,20,55,.75) 53%, transparent 53%),
    rgba(255,255,255,.88);
  border-radius: 2px;
}

.services-section {
  margin-top: 0;
  padding: 0 470px 70px 0;
  text-align: center;
}
.services-section h2 { margin-bottom: 40px; }
.services-section h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--orange);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: #101112;
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 100%, rgba(255,90,0,.34), transparent 36%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.86));
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--orange);
  font-weight: 950;
}
.service-card p {
  max-width: 340px;
  margin-bottom: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}
.service-card b {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--orange);
  font-size: 24px;
}
.service-card:hover img { transform: scale(1.05); }

.why-section {
  padding: 30px 0 22px;
  text-align: center;
  clear: both;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
}
.why-grid article {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-content: center;
  padding: 18px 24px;
  text-align: left;
  border-right: 1px solid var(--line);
}
.why-grid article:last-child { border-right: 0; }
.why-grid span {
  grid-row: span 2;
  color: var(--orange);
  font-size: 34px;
}
.why-grid b {
  color: #fff;
  font-size: 15px;
}
.why-grid small {
  color: var(--muted);
  line-height: 1.35;
}

.source-stats {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) repeat(6, minmax(98px, .55fr));
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 34px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.source-stats-title {
  padding: 8px 12px;
  text-align: left;
}
.source-stats-title strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
}
.source-stats-title span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}
.source-stat {
  min-height: 52px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.source-stat.total {
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
}
.source-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  color: var(--orange);
  background: rgba(255,255,255,.14);
  font-size: 14px;
  font-weight: 950;
}
.source-stat.total .source-icon {
  color: var(--orange);
  background: #fff;
}
.source-stat strong,
.source-stat small { display: block; }
.source-stat strong {
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 950;
}
.source-stat small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}
.source-stat.total small { color: rgba(255,255,255,.82); }

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr .55fr 1fr 1.35fr;
  gap: 54px;
  padding: 42px 0 34px;
  border-top: 1px solid var(--line);
}
.site-footer p,
.site-footer a,
.site-footer span {
  color: var(--muted);
  line-height: 1.5;
  text-decoration: none;
}
.site-footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 17px;
}
.site-footer nav,
.site-footer address {
  display: grid;
  align-content: start;
  gap: 10px;
  font-style: normal;
}
.footer-brand { margin-bottom: 16px; }
.footer-brand img { width: 168px; }
.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 950;
}

.map-card {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 9, 11, .58), rgba(8,9,11,.90)),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}
.map-card span {
  color: var(--orange);
  font-size: 42px;
}
.map-card strong {
  font-size: 20px;
  font-weight: 950;
}
.map-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,90,0,.18);
  border: 1px solid rgba(255,90,0,.32);
  font-weight: 900;
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 13px;
}
.copyright a {
  color: var(--muted);
  text-decoration: none;
}

.service-page {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
  margin: 28px auto;
}
.service-page-media,
.service-page-copy {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow);
}
.service-page-media img {
  display: block;
  width: 100%;
  height: min(62vh, 620px);
  object-fit: cover;
}
.service-page-copy {
  padding: clamp(24px, 4vw, 46px);
}
.service-page-copy h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
}
.service-page-copy p,
.service-page-copy li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}
.service-page-copy ul { padding-left: 20px; }
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.primary,
.outline {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 900;
}
.primary {
  color: #fff;
  background: var(--orange);
}
.outline {
  border: 1px solid var(--line);
  color: #fff;
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: 210px 1fr;
  }
  .header-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }
  .hero {
    min-height: 760px;
  }
  .request-card {
    right: 0;
    width: 390px;
  }
  .services-section {
    padding-right: 420px;
  }
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-grid article { border-bottom: 1px solid var(--line); }
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .services-section,
  .why-section,
  .source-stats,
  .site-footer,
  .copyright {
    width: min(100% - 28px, 1500px);
  }
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .site-nav {
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .header-actions {
    flex-wrap: wrap;
  }
  .hero {
    min-height: auto;
    padding-top: 30px;
  }
  .hero::before {
    inset: 0;
    height: 460px;
    border-radius: 0 0 36px 36px;
    opacity: .78;
  }
  .request-card {
    position: static;
    width: auto;
    margin-top: 28px;
  }
  .services-section {
    margin-top: 0;
    padding-right: 0;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .source-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .source-stats-title {
    grid-column: 1 / -1;
  }
  .site-footer,
  .service-page {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .services-section,
  .why-section,
  .source-stats,
  .site-footer,
  .copyright {
    width: min(100% - 20px, 1500px);
  }
  .brand-title { font-size: 30px; }
  .site-nav { gap: 18px; }
  .header-actions,
  .hero-actions,
  .copyright {
    flex-direction: column;
    align-items: stretch;
  }
  .header-phone {
    text-align: center;
  }
  h1 {
    font-size: clamp(56px, 18vw, 78px);
  }
  h2 { font-size: 28px; }
  .hero-text {
    font-size: 18px;
  }
  .hero-benefits {
    gap: 18px;
    margin: 30px 0;
  }
  .quick-contacts,
  .request-card {
    padding: 20px;
  }
  .quick-contacts div,
  .services-grid,
  .why-grid,
  .site-footer,
  .service-page {
    grid-template-columns: 1fr;
  }
  .quick-contacts strong {
    font-size: 23px;
  }
  .captcha-row,
  .inline-field,
  .app-actions {
    grid-template-columns: 1fr;
  }
  .app-panel {
    margin: 20px -20px -20px;
    padding: 20px;
  }
  .service-card {
    min-height: 248px;
  }
  .why-grid article {
    border-right: 0;
  }
  .source-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 440px) {
  .site-nav a {
    font-size: 14px;
    white-space: nowrap;
  }
  .source-stats {
    grid-template-columns: 1fr;
  }
}
