.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn-icon,
.rail-icon,
.service-icon svg,
.process-icon svg,
.hero-points svg {
  fill: currentColor;
}

.btn-icon {
  width: 20px;
  height: 20px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
  color: #d6e0e7;
  font-size: 13px;
  font-weight: 800;
}

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

.hero-points svg {
  width: 17px;
  height: 17px;
  color: var(--orange);
}

.rail-icon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  color: var(--orange);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  min-width: 0;
  min-height: 310px;
  padding: 30px;
  border: 1px solid #d2cec7;
  background: #fff;
  color: #111b23;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  left: -35px;
  bottom: -35px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 107, 26, .18);
  border-radius: 50%;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: 0 18px 45px rgba(19, 31, 40, .1);
}

.service-icon,
.process-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #0c1823;
  color: var(--orange);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.service-icon svg,
.process-icon svg {
  width: 28px;
  height: 28px;
}

.service-card .code {
  display: block;
  margin: 24px 0 8px;
  color: #e85e13;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.35;
}

.service-card p {
  margin: 0 0 18px;
  color: #63707a;
  font-size: 14px;
}

.service-card b {
  color: #e85e13;
  font-size: 13px;
}

.all-services {
  display: table;
  margin: 35px auto 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #9c958b;
  color: #27343d;
  font-weight: 900;
}

.process-zone {
  background: #0b1721;
}

.section-head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.section-head .section-tag {
  grid-column: 1;
}

.section-head .section-title {
  grid-column: 1;
  margin-bottom: 0;
}

.section-head > p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  max-width: 640px;
  margin: 0;
  color: #98a9b6;
}

.section-head.compact {
  grid-template-columns: .9fr 1.1fr;
}

.light .section-head > p {
  color: #66717a;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-grid article {
  position: relative;
  min-width: 0;
  padding: 34px;
  background: #0c1823;
}

.process-grid article > span {
  position: absolute;
  top: 26px;
  left: 28px;
  color: #526674;
  font: 700 13px "El Messiri";
}

.process-grid h3 {
  margin: 24px 0 8px;
  font-size: 25px;
}

.process-grid p {
  margin: 0;
  color: #91a2af;
  font-size: 14px;
}

.vehicles-zone {
  position: relative;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid #c8c4bd;
  border-right: 1px solid #c8c4bd;
}

.vehicle-grid span {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-left: 1px solid #c8c4bd;
  border-bottom: 1px solid #c8c4bd;
  background: rgba(255, 255, 255, .45);
  color: #24323d;
  font-weight: 900;
}

.dark-link {
  border-color: #948d83;
}

.coverage-zone {
  background: #071019;
}

.guides-zone {
  background: #0b1721;
}

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

.guide-grid a {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  background: #0c1823;
  transition: border-color .2s ease, transform .2s ease;
}

.guide-grid a:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
}

.guide-grid span {
  color: var(--orange);
  font: 700 12px "El Messiri";
}

.guide-grid h3 {
  margin: 20px 0 10px;
  font-size: 25px;
}

.guide-grid p {
  color: #91a2af;
  font-size: 14px;
}

.guide-grid b {
  color: #dce4e9;
  font-size: 13px;
}

.home-faq {
  background: #f1ede6;
  color: #111b23;
}

.faq-home-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 75px;
}

.faq-home-grid > div:first-child > p {
  max-width: 440px;
  color: #66717a;
}

.home-faq .text-link {
  color: #26343d;
  border-color: #999087;
}

.home-faq-list details {
  border-bottom: 1px solid #c8c4bd;
  background: #fff;
}

.home-faq-list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::before {
  content: "+";
  position: absolute;
  right: 22px;
  top: 15px;
  color: var(--orange);
  font-size: 28px;
}

.home-faq-list details[open] summary::before {
  content: "−";
}

.home-faq-list p {
  margin: 0;
  padding: 0 58px 22px 24px;
  color: #66717a;
}

.final-call p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
}

.final-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.final-actions > a:last-child {
  color: #fff;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, .65);
}

@media (max-width: 900px) {
  .service-cards,
  .process-grid,
  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head,
  .section-head.compact,
  .faq-home-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-head .section-tag,
  .section-head .section-title,
  .section-head > p {
    grid-column: 1;
    grid-row: auto;
  }

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

@media (max-width: 560px) {
  .hero-points {
    display: grid;
    gap: 8px;
  }

  .service-cards,
  .process-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
    padding: 25px;
  }

  .process-grid article {
    padding: 28px;
  }

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

  .faq-home-grid {
    gap: 30px;
  }

  .final-actions {
    width: 100%;
  }
}
