:root {
  --cream: #f6f3ee;
  --paper: #ffffff;
  --ink: #1e1e22;
  --muted: #5b5b65;
  --line: #e6e0d6;
  --red: #e3262d;
  --red-deep: #b51a20;
  --char: #1c1c1f;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Source Sans 3", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow: 0 1px 2px rgba(30, 20, 10, .06), 0 10px 30px rgba(30, 20, 10, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--body); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 10; background: var(--char); border-bottom: 3px solid var(--red); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.brand img { display: block; height: 34px; width: auto; }
.nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav ul a { text-decoration: none; font-weight: 600; font-size: 15px; color: #c9c9d0; letter-spacing: .02em; }
.nav ul a:hover { color: #fff; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 15px; letter-spacing: .05em;
  text-transform: uppercase; padding: 12px 22px; border-radius: 4px;
  background: var(--red); color: #fff; border: 2px solid var(--red);
}
.btn:hover { background: #f03a41; border-color: #f03a41; }
.btn.light { background: #fff; color: var(--red-deep); border-color: #fff; }
.btn.light:hover { background: #ffeceb; border-color: #ffeceb; }
.btn.line { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.btn.line:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* Hero */
.hero {
  position: relative; overflow: hidden; color: #fff; padding: 56px 0 128px;
  background:
    linear-gradient(100deg, rgba(96, 6, 12, .78) 0%, rgba(140, 12, 18, .42) 52%, rgba(140, 12, 18, .08) 100%),
    url("plate.jpg") center / cover;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 28px; align-items: center; }
.prepared { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.prepared img { width: 76px; height: 76px; flex: none; filter: drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.prepared small { display: block; font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #ffd9d6; }
.prepared b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(17px, 2.4vw, 22px); line-height: 1.15; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.08; margin: 0; text-transform: uppercase; letter-spacing: .005em; }
h1 { font-size: clamp(36px, 5.6vw, 62px); text-shadow: 0 2px 18px rgba(60, 0, 4, .35); }
h1 em { font-style: normal; color: #ffe3c8; }
.lead { font-size: clamp(18px, 2.3vw, 20px); color: #fff3f1; max-width: 52ch; margin: 22px 0 30px; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-truck { display: block; width: 100%; height: auto; filter: drop-shadow(0 26px 24px rgba(50, 0, 4, .45)); }

/* Stats overlapping the hero */
.stats {
  position: relative; z-index: 2; margin-top: -68px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.stat { background: var(--paper); border-radius: 8px; padding: 24px 24px 22px; box-shadow: var(--shadow); border-top: 4px solid var(--red); }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(26px, 4vw, 36px); line-height: 1.05; text-transform: uppercase; color: var(--red); }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 16px; line-height: 1.4; }

/* Sections */
section { padding: 88px 0; }
.alt { background: var(--paper); }
.kicker { font-weight: 700; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin: 0 0 12px; }
h2 { font-size: clamp(30px, 5vw, 44px); }
h2::after { content: ""; display: block; width: 64px; height: 4px; background: var(--red); margin-top: 18px; }
h3 { font-size: 20px; letter-spacing: .01em; }
.intro { color: var(--muted); max-width: 66ch; margin: 24px 0 0; }
.intro + .intro { margin-top: 16px; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.pillar { background: var(--paper); border-radius: 8px; padding: 30px 26px; box-shadow: var(--shadow); }
.pillar .icon { width: 68px; height: 68px; margin-bottom: 16px; display: block; }
.pillar h3 { margin-bottom: 8px; }
.pillar p { margin: 0; color: var(--muted); font-size: 16.5px; }

.meu { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; align-items: start; }
.photo { margin: 0; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); background: #111; position: sticky; top: 88px; }
.photo img { display: block; width: 100%; height: auto; }
.stack { display: grid; gap: 28px; }
.card { background: var(--paper); border-radius: 8px; padding: 30px 28px; box-shadow: var(--shadow); }
.card h3 { margin-bottom: 16px; }
.checks { list-style: none; margin: 0; padding: 0; }
.checks li { position: relative; padding: 0 0 14px 34px; }
.checks li:last-child { padding-bottom: 0; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 5px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.2 10.4l3.1 3.1 6.5-6.7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat;
}
.equip { margin: 0; color: var(--muted); }
.equip + .equip { margin-top: 14px; }
.equip strong { color: var(--ink); }

/* Steps */
.steps { list-style: none; margin: 44px 0 0; padding: 0; counter-reset: step; display: grid; gap: 16px; }
.step {
  counter-increment: step; position: relative; background: var(--cream);
  border: 1px solid var(--line); border-radius: 8px; padding: 26px 26px 26px 92px;
}
.step::before {
  content: counter(step); position: absolute; left: 24px; top: 24px;
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  background: var(--red); color: #fff; font-family: var(--display); font-weight: 800; font-size: 22px;
}
.step h3 { margin-bottom: 8px; }
.step p { margin: 0 0 10px; color: var(--muted); font-size: 17px; }
.step p:last-child { margin-bottom: 0; }
.step ul { margin: 8px 0 0; padding-left: 20px; color: var(--muted); font-size: 17px; }
.step li { margin: 3px 0; }
.step li::marker { color: var(--red); }
.tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 10px; }
.tri h4 { margin: 0 0 4px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); }
.tri ul { margin-top: 0; }

/* Why on-site (dark band) */
.band {
  background: linear-gradient(180deg, rgba(28,28,31,.94), rgba(28,28,31,.94)), url("plate.jpg") center / cover;
  color: #fff;
}
.band .intro { color: #c9c9d0; }
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.no { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-left: 4px solid var(--red); border-radius: 6px; padding: 22px; }
.no b { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 18px; line-height: 1.15; display: block; }
.quote { margin-top: 40px; padding: 34px 28px; border-radius: 8px; text-align: center; background: var(--red); }
.quote p { margin: 0 auto; max-width: 52ch; color: #fff3f1; }
.quote .tag { margin-top: 14px; font-family: var(--display); font-weight: 800; font-size: clamp(24px, 4.4vw, 34px); text-transform: uppercase; color: #fff; }

/* Proposal */
.proposal { margin-top: 36px; border: 2px dashed #cfc7b9; border-radius: 10px; padding: 44px 28px; text-align: center; background: var(--paper); }
.proposal img { width: 84px; height: 84px; margin-bottom: 14px; }
.badge { display: inline-block; font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; padding: 5px 12px; border: 1px solid var(--red); color: var(--red-deep); border-radius: 999px; margin: 0 0 14px; }
.proposal h3 { font-size: clamp(22px, 3.4vw, 30px); margin-bottom: 10px; }
.proposal p { margin: 0 auto; max-width: 54ch; color: var(--muted); }

/* Contact (red plate) */
.contact-band {
  color: #fff;
  background:
    linear-gradient(100deg, rgba(96, 6, 12, .75) 0%, rgba(140, 12, 18, .35) 100%),
    url("plate.jpg") center / cover;
}
.contact-band .kicker { color: #ffd9d6; }
.contact-band h2::after { background: #fff; }
.contact { display: grid; grid-template-columns: .85fr 1.05fr 1.7fr; gap: 20px; margin-top: 36px; }
.contact .c { background: var(--paper); color: var(--ink); border-radius: 8px; padding: 24px 24px; box-shadow: 0 10px 30px rgba(50, 0, 4, .25); }
.contact small { display: block; font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; }
.contact a { font-size: clamp(16px, 1.9vw, 19px); font-weight: 600; text-decoration: none; overflow-wrap: break-word; }
.contact a:hover { text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }

footer { background: var(--char); color: #b4b4bc; padding: 44px 0 52px; text-align: center; font-size: 15px; border-top: 3px solid var(--red); }
footer .logos { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 20px; }
footer .logos img.rl { height: 42px; width: auto; }
footer .logos img.seal { height: 64px; width: 64px; }
footer .logos i { display: block; width: 1px; height: 44px; background: #4a4a52; }
footer .tag { font-family: var(--display); font-weight: 800; text-transform: uppercase; color: #fff; font-size: 18px; margin-bottom: 8px; }
footer p { margin: 0 auto; max-width: 62ch; }
footer .fine { margin-top: 12px; font-size: 13px; color: #8a8a93; }

@media (max-width: 900px) {
  .nav ul { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero-truck { margin: 8px auto 0; max-width: 560px; }
  .pillars, .why, .tri, .contact, .stats { grid-template-columns: 1fr; }
  .meu { grid-template-columns: 1fr; }
  .photo { position: static; max-width: 520px; margin: 0 auto; }
  .stats { margin-top: -56px; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .hero { padding: 40px 0 110px; }
  section { padding: 60px 0; }
  .step { padding: 22px 20px; }
  .step::before { position: static; margin-bottom: 14px; }
  .prepared img { width: 62px; height: 62px; }
  footer .logos { flex-direction: column; gap: 14px; }
  footer .logos i { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Shared: page nav state, reference note, price tables */
.nav ul a[aria-current="page"] { color: #fff; box-shadow: 0 3px 0 var(--red); padding-bottom: 6px; }
.refnote { margin-top: 20px; padding: 16px 20px; border-left: 4px solid var(--red); background: rgba(227, 38, 45, .07); border-radius: 0 8px 8px 0; color: var(--ink); font-size: 16.5px; }
/* Tables */
.tbl-title { margin: 44px 0 14px; font-size: 22px; }
.tbl-title:first-of-type { margin-top: 36px; }
.ptable { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.ptable th { background: var(--char); color: #fff; text-align: left; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; padding: 14px 20px; }
.ptable th:last-child, .ptable td.price { text-align: right; }
.ptable td { padding: 16px 20px; border-top: 1px solid var(--line); vertical-align: top; }
.ptable tbody tr:first-child td { border-top: 0; }
.ptable tbody tr:nth-child(even) { background: #fbf9f6; }
.ptable td.name { font-weight: 700; width: 34%; }
.ptable td.desc { color: var(--muted); font-size: 16.5px; }
.ptable td.price { font-family: var(--display); font-weight: 800; color: var(--red); font-size: 20px; white-space: nowrap; width: 20%; }
.ptable td.price.text { white-space: normal; font-family: var(--body); font-size: 16px; line-height: 1.35; }
@media (max-width: 700px) {
  .ptable thead { display: none; }
  .ptable, .ptable tbody { display: block; }
  .ptable tr { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "name price" "desc price"; column-gap: 16px; padding: 14px 18px; border-top: 1px solid var(--line); }
  .ptable tbody tr:first-child { border-top: 0; }
  .ptable td { padding: 0; border: 0; width: auto !important; }
  .ptable td.name { grid-area: name; }
  .ptable td.desc { grid-area: desc; margin-top: 2px; font-size: 15.5px; }
  .ptable td.price { grid-area: price; align-self: center; max-width: 150px; }
}
.btn.ghost-dark { background: transparent; color: var(--ink); border-color: #b9b2a5; }
.btn.ghost-dark:hover { background: rgba(0, 0, 0, .05); border-color: var(--ink); }
