:root {
  --brand-green: #159447;
  --brand-green-dark: #0d6f36;
  --brand-yellow: #f6c945;
  --ink: #18221d;
  --muted: #5d6a63;
  --paper: #ffffff;
  --soft: #f4f7f3;
  --line: #dde6df;
}

* {
  box-sizing: border-box;
}

body.modernized {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
}

body.modernized > table:first-of-type,
body.modernized > .topnav {
  display: none;
}

body.modernized a {
  color: var(--brand-green-dark);
}

.modern-site {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.modern-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
}

.modern-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.modern-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--brand-green);
  color: #fff;
  font-size: 22px;
}

.modern-logo small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.modern-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.modern-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
}

.modern-nav .modern-call {
  background: var(--brand-green);
  color: #fff;
  border-color: var(--brand-green);
}

.modern-nav .modern-line {
  background: var(--brand-yellow);
  color: #1f2117;
  border-color: var(--brand-yellow);
}

.modern-hero {
  position: relative;
  min-height: 520px;
  background: linear-gradient(90deg, rgba(16, 30, 22, .88), rgba(16, 30, 22, .55), rgba(16, 30, 22, .15)), url("/image/modern-hero-truck.webp") center right / cover no-repeat;
  color: #fff;
}

.modern-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 22px 82px;
}

.modern-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 15px;
}

.modern-hero h1 {
  max-width: 720px;
  margin: 20px 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.22;
  letter-spacing: 0;
}

.modern-hero p {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.7;
}

.modern-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.3);
}

.modern-btn-primary {
  background: var(--brand-yellow);
  color: #1f2117;
  border-color: var(--brand-yellow);
}

.modern-btn-secondary {
  background: rgba(255,255,255,.13);
  color: #fff;
}

.modern-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: -42px auto 32px;
  padding: 0 22px;
  position: relative;
  z-index: 2;
}

.modern-trust-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(20, 35, 26, .08);
}

.modern-trust-item b {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.35;
}

.modern-trust-item span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.modernized .content1,
.modernized .contentContact,
.modernized .linkF,
.modernized p,
.modernized td {
  line-height: 1.75;
}

.modernized .content1,
.modernized .contentContact {
  font-size: 16px !important;
}

.modernized h2 {
  font-size: clamp(22px, 2.5vw, 30px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.modernized h3 {
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.modernized .contentContact h2,
.modernized .contentContact h3 {
  font-size: clamp(22px, 2.5vw, 30px) !important;
}

.modernized .titleContent1,
.modernized .keymain1 {
  margin-left: auto;
  margin-right: auto;
}

.modernized .titleContent1 span,
.modernized .keymain1 span,
.modernized .typeCar {
  border-radius: 8px;
  background: #e7f6ec !important;
  color: var(--brand-green-dark);
  padding: 8px 12px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.modernized img {
  max-width: 100%;
  height: auto;
}

.modernized .imgsCar,
.modernized .imgReview,
.modernized .imgSocialMedia {
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(15, 34, 23, .10);
}

.modernized footer {
  margin-top: 40px;
  background: #132119;
  color: #f7fff9;
}

.modernized footer a {
  color: #f7fff9;
}

.modernized .divRowFooter {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 22px;
}

.modernized footer .divRowFooter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: start;
}

.modernized footer .f1,
.modernized footer .f2 {
  width: auto !important;
  min-width: 0;
}

.modernized footer .f1 > div:first-child,
.modernized footer .f2 > div:first-child {
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 700;
  margin-bottom: 12px;
}

.modernized footer .linkF {
  font-size: 15px !important;
  line-height: 1.75 !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.modernized footer .linkF a {
  font-size: 15px !important;
  line-height: 1.75 !important;
  text-decoration-thickness: 1px;
}

.modernized footer .conF,
.modernized footer h3.conF,
.modernized footer h4.conF {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.modernized footer .imgF {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 6px;
}

.modernized footer br {
  line-height: 1.45;
}

.modernized #local.button,
.modernized .button#local {
  max-width: min(980px, calc(100% - 28px));
  margin: 10px auto 22px;
  padding: 16px 22px !important;
  border-radius: 8px !important;
  border: 2px solid var(--brand-green) !important;
  background: #e7f6ec !important;
  display: block;
}

.modernized #local .titleContent1 {
  margin: 0 !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.35 !important;
  color: var(--ink);
}

.modernized #showlocal {
  max-width: 1180px;
  margin: 0 auto 34px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.modernized #showlocal td {
  padding: 4px 10px !important;
  width: 20% !important;
}

.modernized #showlocal .textPovices,
.modernized #showlocal h3.textPovices,
.modernized #showlocal h4.textPovices {
  margin: 0 !important;
  padding: 8px 6px !important;
  font-size: clamp(18px, 1.75vw, 24px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: var(--ink);
  text-align: center;
  overflow-wrap: anywhere;
}

.modern-mobile-sticky {
  display: none;
}

@media (max-width: 820px) {
  .modern-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .modern-nav {
    width: 100%;
    justify-content: stretch;
  }

  .modern-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .modern-hero {
    min-height: 540px;
    background-position: center right;
  }

  .modern-hero-inner {
    padding: 50px 18px 72px;
  }

  .modern-hero h1 {
    font-size: clamp(27px, 7.2vw, 32px);
  }

  .modern-hero p {
    font-size: 16px;
  }

  .modern-trust {
    grid-template-columns: 1fr 1fr;
    margin-top: -32px;
    padding: 0 14px;
  }

  .modern-trust-item {
    padding: 14px;
  }

  .modern-mobile-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -8px 24px rgba(0,0,0,.18);
  }

  .modern-mobile-sticky a {
    min-height: 54px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
  }

  .modern-mobile-sticky .tel {
    background: var(--brand-green);
    color: #fff;
  }

  .modern-mobile-sticky .line {
    background: var(--brand-yellow);
    color: #1f2117;
  }

  body.modernized {
    padding-bottom: 54px;
  }

  .modernized footer .divRowFooter {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .modernized footer .f1 > div:first-child,
  .modernized footer .f2 > div:first-child {
    font-size: 18px !important;
  }

  .modernized footer .linkF,
  .modernized footer .linkF a,
  .modernized footer .conF,
  .modernized footer h3.conF,
  .modernized footer h4.conF {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .modernized #showlocal {
    display: block;
    max-width: 100%;
    padding: 0 10px;
  }

  .modernized #showlocal tbody,
  .modernized #showlocal tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .modernized #showlocal td {
    display: block;
    width: auto !important;
    padding: 0 !important;
  }

  .modernized #showlocal td[style*="width:5%"],
  .modernized #showlocal td[colspan] {
    display: none !important;
  }

  .modernized #showlocal .textPovices,
  .modernized #showlocal h3.textPovices,
  .modernized #showlocal h4.textPovices {
    font-size: 17px !important;
    padding: 9px 6px !important;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
  }
}

@media (max-width: 520px) {
  .modern-logo {
    font-size: 16px;
  }

  .modern-logo small {
    font-size: 12px;
  }

  .modern-logo-mark {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .modern-hero {
    min-height: 500px;
  }

  .modern-hero-inner {
    padding: 42px 16px 62px;
  }

  .modern-trust {
    grid-template-columns: 1fr;
  }

  .modern-actions .modern-btn {
    width: 100%;
  }

  .modernized .content1,
  .modernized .contentContact,
  .modernized td {
    font-size: 15px !important;
  }

  .modernized #showlocal tbody,
  .modernized #showlocal tr {
    grid-template-columns: 1fr;
  }
}
