.tacho-page {
  color: #142632;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.tacho-page * {
  box-sizing: border-box;
}

.tacho-page a {
  color: #0d789e;
  text-decoration: none;
}

.tacho-page a:hover {
  color: #075579;
  text-decoration: underline;
}

.tacho-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tacho-page .wrap {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.tacho-page .hero {
  background:
    linear-gradient(112deg, rgba(7, 61, 83, 0.94) 0%, rgba(13, 106, 137, 0.9) 50%, rgba(22, 141, 112, 0.86) 100%),
    url("../img/fleet-management-cover.jpg") center/cover no-repeat;
  color: #ffffff;
  padding: 68px 0 52px;
}

.tacho-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  gap: 38px;
  align-items: center;
}

.tacho-page .eyebrow {
  margin: 0 0 12px;
  color: #d9fff1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.tacho-page h1,
.tacho-page h2,
.tacho-page h3 {
  margin-top: 0;
  line-height: 1.15;
}

.tacho-page h1 {
  max-width: 800px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  letter-spacing: 0;
}

.tacho-page h2 {
  margin-bottom: 18px;
  color: #142632;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.tacho-page h3 {
  margin-bottom: 10px;
  color: #142632;
  font-size: 1.18rem;
}

.tacho-page .lead {
  max-width: 790px;
  margin: 0 0 26px;
  color: #eefaff;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.tacho-page .hero-note {
  margin-top: 20px;
  color: #e9f9ff;
  font-size: 0.95rem;
}

.tacho-page .hero-panel,
.tacho-page .media-card,
.tacho-page .card,
.tacho-page .notice,
.tacho-page .step,
.tacho-page .price-card {
  background: #ffffff;
  border: 1px solid #d7e5eb;
  border-radius: 8px;
}

.tacho-page .hero-panel {
  overflow: hidden;
  color: #142632;
  border: 0;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.tacho-page .hero-panel-body {
  padding: 22px;
}

.tacho-page .hero-panel-body p,
.tacho-page .card p,
.tacho-page .step p,
.tacho-page .price-card p {
  margin: 0;
  color: #60717c;
}

.tacho-page .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #e5f7f2;
  color: #0b6554;
  font-size: 1.45rem;
  font-weight: 800;
}

.tacho-page .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tacho-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.tacho-page .btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.tacho-page .btn-primary {
  background: #ffffff;
  color: #075579;
}

.tacho-page .btn-primary:hover {
  color: #075579;
  background: #e9f9ff;
}

.tacho-page .btn-secondary {
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.tacho-page .btn-secondary:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.tacho-page .btn-dark {
  background: #0d789e;
  color: #ffffff;
}

.tacho-page .btn-dark:hover {
  background: #075579;
  color: #ffffff;
}

.tacho-page .band {
  padding: 56px 0;
  background: #ffffff;
}

.tacho-page .band-soft {
  background: #f3f8fa;
}

.tacho-page .section-lead {
  max-width: 820px;
  margin: 0 0 28px;
  color: #60717c;
  font-size: 1.08rem;
}

.tacho-page .grid-2,
.tacho-page .grid-3,
.tacho-page .media-grid,
.tacho-page .price-grid,
.tacho-page .steps {
  display: grid;
  gap: 18px;
}

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

.tacho-page .grid-3,
.tacho-page .price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tacho-page .media-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tacho-page .steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: step;
}

.tacho-page .card,
.tacho-page .notice,
.tacho-page .step,
.tacho-page .price-card {
  padding: 22px;
}

.tacho-page .notice {
  background: #fff8e8;
  border-color: #f3d59a;
}

.tacho-page .notice strong {
  display: block;
  margin-bottom: 6px;
  color: #8a5a06;
}

.tacho-page .step {
  position: relative;
  min-height: 176px;
  padding-top: 52px;
}

.tacho-page .step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0d789e;
  color: #ffffff;
  font-weight: 800;
}

.tacho-page .media-card {
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(20, 38, 50, 0.08);
}

.tacho-page .media-card img {
  width: 100%;
  background: #ffffff;
}

.tacho-page .media-caption {
  padding: 14px 16px;
  color: #60717c;
  font-size: 0.95rem;
}

.tacho-page .split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 34px;
  align-items: center;
}

.tacho-page .list {
  margin: 0;
  padding-left: 20px;
}

.tacho-page .list li + li {
  margin-top: 8px;
}

.tacho-page .price-card strong {
  display: block;
  margin-bottom: 8px;
  color: #075579;
  font-size: 1.8rem;
}

.tacho-page .code-like {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 6px;
  background: #eef4f7;
  color: #102f40;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.95rem;
  word-break: break-word;
}

.tacho-page .cta-band {
  background: #102f40;
  color: #ffffff !important;
  padding: 54px 0;
}

.tacho-page .cta-band .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.tacho-page .cta-band p {
  margin: 0;
  color: #d8edf5 !important;
  font-size: 1.08rem;
}

.tacho-page .cta-band h1,
.tacho-page .cta-band h2,
.tacho-page .cta-band h3 {
  margin-bottom: 8px;
  color: #ffffff !important;
}

.tacho-page .cta-band .btn-primary {
  background: #ffffff !important;
  color: #075579 !important;
}

.tacho-page .cta-band .btn-secondary {
  border-color: rgba(255, 255, 255, 0.85) !important;
  color: #ffffff !important;
  background: transparent !important;
}

.tacho-page .sources {
  font-size: 0.94rem;
  color: #60717c;
}

.tacho-page .sources a {
  word-break: break-word;
}

@media (max-width: 880px) {
  .tacho-page .hero-grid,
  .tacho-page .split,
  .tacho-page .cta-band .wrap {
    display: block;
  }

  .tacho-page .hero {
    padding: 50px 0 38px;
  }

  .tacho-page .hero-panel {
    margin-top: 28px;
  }

  .tacho-page .grid-2,
  .tacho-page .grid-3,
  .tacho-page .media-grid,
  .tacho-page .price-grid,
  .tacho-page .steps {
    grid-template-columns: 1fr;
  }

  .tacho-page .cta-band .cta-row {
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .tacho-page .wrap {
    width: min(100% - 22px, 960px);
  }

  .tacho-page .btn {
    width: 100%;
  }

  .tacho-page .hero-panel-body,
  .tacho-page .card,
  .tacho-page .notice,
  .tacho-page .step,
  .tacho-page .price-card {
    padding: 18px;
  }

  .tacho-page .step {
    padding-top: 52px;
  }
}
