:root {
  --ink: #1f2a37; --muted: #5b6673; --line: #dfe4ea; --ground: #f7f8f9; --surface: #ffffff;
  --accent: #b34a1f; --accent-ink: #ffffff; --band: #1f2a37;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 17px/1.55 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.15; font-weight: 700; text-wrap: balance; }
h1 { font-size: clamp(30px, 4.5vw, 44px); margin: 0 0 12px; }
h2 { font-size: 26px; margin: 36px 0 12px; }
h3 { font-size: 19px; margin: 0 0 6px; }
.lede { font-size: 20px; color: var(--muted); max-width: 62ch; margin: 0 0 20px; }
.prose { max-width: 72ch; padding-top: 32px; }
.prose p { margin: 0 0 14px; }
.small { font-size: 14px; color: var(--muted); }
.top { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 2; }
.top .wrap { display: flex; align-items: center; gap: 18px; min-height: 64px; flex-wrap: wrap; }
.brand { font-weight: 800; font-size: 20px; text-decoration: none; letter-spacing: -0.01em; }
.top nav { display: flex; gap: 14px; flex-wrap: wrap; font-size: 15px; }
.top nav a { text-decoration: none; color: var(--muted); }
.top nav a.cta { color: var(--accent); font-weight: 700; }
.top nav a.lang { border: 1px solid var(--line); border-radius: 3px; padding: 1px 7px; }
.top .phone { margin-left: auto; font-weight: 700; text-decoration: none; white-space: nowrap; }
.hero { background: var(--surface); border-bottom: 1px solid var(--line); padding: 56px 0 40px; }
.trust { list-style: none; padding: 0; margin: 20px 0 0; display: flex; gap: 10px 22px; flex-wrap: wrap; color: var(--muted); font-size: 15px; }
.trust li::before { content: "✓ "; color: var(--accent); font-weight: 700; }
.btn { display: inline-block; background: var(--accent); color: var(--accent-ink); text-decoration: none; font-weight: 700; padding: 12px 20px; border-radius: 4px; margin: 4px 6px 4px 0; }
.btn.ghost { background: transparent; color: var(--accent); border: 2px solid var(--accent); padding: 10px 18px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.card { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 18px; text-decoration: none; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.areas { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.areas a { display: inline-block; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 6px 14px; text-decoration: none; font-size: 15px; }
.cta-band { background: var(--band); color: #fff; padding: 36px 0; margin-top: 40px; }
.cta-band h2 { margin-top: 0; }
.cta-band .btn.ghost { color: #fff; border-color: #fff; }
details { border-top: 1px solid var(--line); padding: 12px 0; }
details summary { cursor: pointer; font-weight: 700; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; min-width: 420px; background: var(--surface); }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
th { font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
form.quote { display: grid; gap: 12px; max-width: 520px; }
form.quote label { display: grid; gap: 4px; font-weight: 600; font-size: 15px; }
form.quote input, form.quote textarea { font: inherit; padding: 10px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
form.quote button { justify-self: start; background: var(--accent); color: #fff; border: 0; font: inherit; font-weight: 700; padding: 12px 22px; border-radius: 4px; cursor: pointer; }
footer { margin-top: 48px; padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
@media (max-width: 640px) { .top .phone { margin-left: 0; } .hero { padding: 36px 0 28px; } }
