:root {
      --bg: #eceef2;
      --card: #ffffff;
      --ink: #171a1f;
      --muted: #535a65;
      --red: #bf121c;
      --green: #2f7f40;
      --line: #d9dde4;
      --radius: 14px;
      --shadow: 0 12px 30px rgba(17, 20, 27, 0.12);
      --wrap: min(1180px, calc(100% - 36px));
    }

    * { box-sizing: border-box; }
    html, body {
      margin: 0;
      padding: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: "Montserrat", sans-serif;
    }

    a { color: inherit; text-decoration: none; }
    .wrap { width: var(--wrap); margin: 0 auto; }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(251, 252, 254, 0.95);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--line);
    }

    .topbar-row {
      min-height: 84px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .logo { height: 74px; width: auto; }

    .menu {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 18px;
      list-style: none;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: #21252c;
    }

    .menu a {
      padding: 6px 2px;
      border-bottom: 2px solid transparent;
      transition: border-color 0.2s ease, color 0.2s ease;
    }

    .menu a:hover,
    .menu a:focus-visible,
    .menu .active {
      border-color: var(--red);
      color: #111318;
    }

    .cta-top {
      padding: 12px 15px;
      border-radius: 8px;
      background: var(--red);
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      box-shadow: 0 8px 20px rgba(191, 18, 28, 0.3);
    }

    #site-header {
      min-height: 84px;
    }

    .hero {
      height: 540px;
      min-height: 540px;
      background:
        linear-gradient(90deg, rgba(19, 21, 25, 0.9) 0%, rgba(22, 25, 31, 0.75) 45%, rgba(22, 25, 31, 0.45) 70%, rgba(17, 20, 25, 0.6) 100%),
        url("/assets/img/camionpluma.jpg");
      background-size: cover;
      background-position: center;
      color: #fff;
      display: flex;
      align-items: center;
    }

    .hero-box {
      width: var(--wrap);
      margin: 0 auto;
      padding: 42px 0 108px;
    }

    .hero h1 {
      margin: 0;
      max-width: 820px;
      font-size: clamp(34px, 4.8vw, 62px);
      line-height: 0.96;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }

    .hero p {
      margin: 22px 0 0;
      max-width: 760px;
      font-size: clamp(16px, 1.6vw, 23px);
      line-height: 1.4;
      color: #eceff6;
    }

    .hero h1,
    .hero p {
      text-align: left;
    }

    .stats {
      width: var(--wrap);
      margin: -58px auto 0;
      background: linear-gradient(90deg, #191d24, #20252f);
      color: #fff;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow: hidden;
    }

    .stat {
      padding: 20px 14px;
      border-right: 1px solid rgba(255, 255, 255, 0.08);
      min-height: 88px;
    }

    .stat:last-child { border-right: 0; }

    .stat b {
      display: block;
      font-size: clamp(22px, 2.2vw, 32px);
      line-height: 1.05;
      font-weight: 800;
    }

    .stat span {
      display: block;
      margin-top: 7px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #d6dbe5;
    }

    .grid {
      width: var(--wrap);
      margin: 18px auto 70px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 20px;
      box-shadow: 0 8px 24px rgba(16, 20, 27, 0.08);
    }

    .title {
      margin: 0 0 10px;
      font-family: "Rajdhani", sans-serif;
      text-transform: uppercase;
      font-size: clamp(30px, 3.2vw, 46px);
      line-height: 0.92;
      color: #161920;
    }

    .lead {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.5;
    }

    .data {
      margin-top: 14px;
      display: grid;
      gap: 10px;
    }

    .item {
      border: 1px solid #d5dce6;
      border-radius: 10px;
      background: #f8fafd;
      padding: 12px;
    }

    .item b {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      color: #39424f;
      letter-spacing: 0.05em;
      margin-bottom: 4px;
    }

    .item p {
      margin: 0;
      color: #1f2732;
      font-weight: 700;
    }

    .map-wrap {
      margin-top: 12px;
      border: 1px solid #d5dce6;
      border-radius: 10px;
      overflow: hidden;
      background: #e9eef6;
    }

    .map-frame {
      width: 100%;
      height: 240px;
      border: 0;
      display: block;
    }

    .map-link {
      display: inline-flex;
      margin-top: 8px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: #1f2732;
    }

    .actions {
      margin-top: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .contact-form {
      margin-top: 16px;
      padding-top: 14px;
      border-top: 1px solid #d8dfe9;
      display: grid;
      gap: 10px;
    }

    .field {
      display: grid;
      gap: 6px;
    }

    .field label {
      font-size: 12px;
      font-weight: 700;
      color: #2e3745;
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      border: 1px solid #cdd6e3;
      border-radius: 8px;
      padding: 10px 11px;
      font: inherit;
      font-size: 14px;
      color: #1f2732;
      background: #fff;
    }

    .field textarea {
      min-height: 110px;
      resize: vertical;
    }

    .form-note {
      margin: 0;
      color: #5a6371;
      font-size: 12px;
      line-height: 1.45;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 11px 14px;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      border: 1px solid transparent;
    }

    .btn-main {
      background: var(--red);
      color: #fff;
      box-shadow: 0 8px 20px rgba(191, 18, 28, 0.25);
    }

    .btn-wa {
      background: var(--green);
      color: #fff;
      gap: 8px;
    }

    .btn-lite {
      background: #fff;
      border-color: #c9d2df;
      color: #232a34;
    }

    .wa-icon {
      width: 14px;
      height: 14px;
      display: inline-block;
      flex: 0 0 14px;
    }

    .wa-icon svg {
      width: 100%;
      height: 100%;
      display: block;
      fill: currentColor;
    }

    @media (max-width: 900px) {
      .stats { grid-template-columns: repeat(2, 1fr); }
      .grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 680px) {
      :root { --wrap: min(1180px, calc(100% - 22px)); }
      .logo { height: 58px; }
      .hero-box { padding-bottom: 90px; }
      .stats { grid-template-columns: 1fr; }
      .stat { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
      .stat:last-child { border-bottom: 0; }
      .actions { flex-direction: column; }
      .btn { width: 100%; }
    }