/* ProAutoService — main stylesheet */

html, body {
  margin: 0;
  padding: 0;
  background: #14161a;
  color: #e8eaed;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
a { color: #e8493f; text-decoration: none; }
a:hover { color: #ff6b5e; }
img { max-width: 100%; display: block; }
::selection { background: #d4222a; color: #fff; }
input, select, textarea, button { font-family: 'Barlow', Helvetica, Arial, sans-serif; }
h1, h2, h3, p { margin: 0; }
button { border: none; background: none; cursor: pointer; }

.mono { font-family: 'JetBrains Mono', monospace; }
.cond { font-family: 'Barlow Condensed', sans-serif; }

@keyframes slidein { from { transform: translateX(40px); opacity: 0 } to { transform: translateX(0); opacity: 1 } }
@keyframes fadein { from { opacity: 0; transform: translateY(10px) } to { opacity: 1; transform: none } }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }

/* ---- Top info bar ---- */
.topbar {
  background: #0f1113; border-bottom: 1px solid #23262b;
  font-size: 13px; color: #8f959d; padding: 8px 0;
}
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.topbar-left { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; font-size: 12px; letter-spacing: .02em; }
.topbar-left .sep { color: #3a3f45; }
.topbar-right { display: flex; gap: 18px; align-items: center; font-size: 12px; }
.topbar-right a { color: #cfd3d8; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(20,22,26,0.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid #23262b;
}
.site-header .wrap { padding: 14px 24px; display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  width: 38px; height: 38px; background: #d4222a; display: grid; place-items: center;
  transform: skewX(-10deg); flex-shrink: 0;
}
.brand-mark span { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; color: #fff; transform: skewX(10deg); }
.brand-name { line-height: 1; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; }
.brand-name .accent { color: #d4222a; }
.brand-sub { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; color: #7d838b; letter-spacing: .18em; margin-top: 3px; }

.main-nav { display: flex; flex-wrap: wrap; gap: 2px; align-items: center; }
.main-nav a {
  padding: 9px 12px; font-size: 14.5px; font-weight: 500; color: #cfd3d8;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fff; border-bottom: 2px solid #d4222a; }

.header-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.cart-btn {
  position: relative; display: flex; align-items: center; gap: 9px; padding: 10px 16px;
  border: 1px solid #33383e; background: #1b1e22; font-size: 14px; font-weight: 600; cursor: pointer;
}
.cart-btn:hover { border-color: #d4222a; }
.cart-btn .lbl { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #9aa0a7; }
.cart-btn .count { font-family: 'Barlow Condensed', sans-serif; font-size: 17px; color: #fff; }
.btn-cta {
  padding: 11px 18px; background: #d4222a; color: #fff; font-weight: 600; font-size: 14px; letter-spacing: .02em;
}
.btn-cta:hover { background: #ee2f38; color: #fff; }
.nav-toggle { display: none; }

/* ---- Buttons ---- */
.btn {
  display: inline-block; padding: 15px 26px; font-weight: 600; font-size: 15.5px; cursor: pointer; border: none;
}
.btn-primary { background: #d4222a; color: #fff; }
.btn-primary:hover { background: #ee2f38; color: #fff; }
.btn-outline { border: 1px solid #3a3f45; color: #e8eaed; background: transparent; }
.btn-outline:hover { border-color: #b8bdc4; }
.btn-block { display: block; width: 100%; text-align: center; }
.btn-sm { padding: 11px 16px; font-size: 14px; }

/* ---- Hero ---- */
.hero {
  position: relative; overflow: hidden; border-bottom: 1px solid #23262b;
  background: linear-gradient(180deg,#1a1d21,#14161a);
}
.hero .wrap { padding: 78px 24px 86px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; border: 1px solid #33383e; padding: 7px 13px;
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: .14em; color: #b8bdc4; margin-bottom: 26px;
}
.eyebrow .dot { width: 7px; height: 7px; background: #d4222a; border-radius: 50%; }
.hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 66px; line-height: .98; letter-spacing: -.01em; margin: 0 0 22px; text-transform: uppercase; }
.hero h1 .accent { color: #d4222a; }
.hero p.lead { font-size: 18.5px; line-height: 1.62; color: #b0b6bd; max-width: 560px; margin: 0 0 32px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; border-top: 1px solid #23262b; padding-top: 26px; }
.hero-stats .num { font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 700; color: #fff; }
.hero-stats .lbl { font-size: 13.5px; color: #8f959d; }
.hero-media { border: 1px solid #33383e; overflow: hidden; aspect-ratio: 4/3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

.media-frame { border: 1px solid #2a2e34; overflow: hidden; background: #1c2024; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.ratio-4-3 { aspect-ratio: 4/3; }
.ratio-3-4 { aspect-ratio: 3/4; }
.ratio-16-9 { aspect-ratio: 16/9; }
.ratio-16-8 { aspect-ratio: 16/8; }

/* ---- Sections ---- */
section.block { border-bottom: 1px solid #23262b; }
section.block.alt { background: #181b1f; }
.block-pad { padding: 70px 24px; }
.section-head { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end; justify-content: space-between; margin-bottom: 34px; }
.eyebrow-sm { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: .18em; color: #d4222a; margin-bottom: 12px; }
h2.title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 44px; margin: 0; text-transform: uppercase; line-height: 1; }
h2.title-lg { font-size: 42px; }
.section-desc { max-width: 620px; font-size: 16px; line-height: 1.6; color: #9aa0a7; margin: 0; }

/* ---- Assistant tool ---- */
.assistant-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: start; }
.assistant-form { background: #1e2226; border: 1px solid #2c3036; padding: 26px; }
.field-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .16em; color: #8f959d; margin-bottom: 8px; }
.assistant-form select, .field input, .field select, .field textarea {
  width: 100%; padding: 12px 13px; background: #14171a; color: #e8eaed; border: 1px solid #33383e; font-size: 15px;
}
.assistant-form select { margin-bottom: 20px; }
.assistant-note { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #6d737a; margin-top: 14px; line-height: 1.6; }
.assistant-result { background: #1e2226; border: 1px solid #2c3036; min-height: 420px; padding: 28px; }
.result-empty { height: 100%; min-height: 380px; display: grid; place-items: center; text-align: center; }
.result-empty .mark { width: 64px; height: 64px; border: 1px solid #33383e; margin: 0 auto 20px; display: grid; place-items: center; font-family: 'Barlow Condensed', sans-serif; font-size: 28px; color: #4a4f56; }
.result-empty .t { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 600; color: #b8bdc4; text-transform: uppercase; margin-bottom: 10px; }
.result-empty .d { font-size: 14.5px; color: #7d838b; max-width: 340px; line-height: 1.6; margin: 0 auto; }
.result-head { display: flex; flex-wrap: wrap; gap: 14px; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #2c3036; padding-bottom: 16px; margin-bottom: 22px; }
.result-head .car { font-family: 'Barlow Condensed', sans-serif; font-size: 27px; font-weight: 700; text-transform: uppercase; }
.result-head .ctx { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #8f959d; margin-top: 4px; }
.result-head .estimate-lbl { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #8f959d; letter-spacing: .14em; text-align: right; }
.result-head .estimate { font-family: 'Barlow Condensed', sans-serif; font-size: 29px; font-weight: 700; color: #d4222a; text-align: right; }
.result-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .16em; color: #8f959d; margin-bottom: 12px; }
.job-row { display: flex; gap: 14px; align-items: flex-start; background: #181b1f; border-left: 2px solid #d4222a; padding: 13px 16px; margin-bottom: 10px; }
.job-row .t { font-weight: 600; font-size: 15.5px; margin-bottom: 3px; }
.job-row .d { font-size: 13.8px; color: #9aa0a7; line-height: 1.55; }
.job-row .time { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #b8bdc4; white-space: nowrap; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.chip { border: 1px solid #33383e; padding: 7px 12px; font-size: 13.5px; color: #cfd3d8; }
.chip-soft { background: #23272c; padding: 7px 12px; font-size: 13.5px; color: #b8bdc4; }
.result-ctas { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---- Services grid ---- */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.card { background: #1b1e22; border: 1px solid #2a2e34; padding: 26px; }
.card:hover { border-color: #d4222a; }
.card .no { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #d4222a; letter-spacing: .14em; margin-bottom: 14px; }
.card .t { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; line-height: 1.1; }
.card .d { font-size: 14.5px; color: #9aa0a7; line-height: 1.62; margin-bottom: 16px; }
.card .from { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #b8bdc4; }

/* ---- Process steps ---- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid #2a2e34; }
.step { padding: 28px; border-right: 1px solid #2a2e34; }
.step:last-child { border-right: none; }
.step .n { font-family: 'Barlow Condensed', sans-serif; font-size: 46px; font-weight: 700; color: #2f343a; line-height: 1; }
.step .t { font-weight: 600; font-size: 17px; margin: 8px 0; }
.step .d { font-size: 14px; color: #9aa0a7; line-height: 1.6; }

/* ---- Product cards ---- */
.product-card { background: #1b1e22; border: 1px solid #2a2e34; display: flex; flex-direction: column; }
.product-media { aspect-ratio: 4/3; position: relative; border-bottom: 1px solid #2a2e34; overflow: hidden; background: #1c2024; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.stock-badge { position: absolute; top: 10px; left: 10px; font-family: 'JetBrains Mono', monospace; font-size: 10px; background: #14161a; color: #7bd88f; padding: 4px 8px; }
.product-body { padding: 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.product-cat { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #d4222a; letter-spacing: .12em; }
.product-name { font-weight: 600; font-size: 15.5px; line-height: 1.35; flex: 1; }
.product-note { font-size: 13px; color: #8f959d; line-height: 1.5; }
.product-sku { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #6d737a; }
.product-price { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; }
.add-btn {
  padding: 11px; text-align: center; border: 1px solid #3a3f45; font-size: 14px; font-weight: 600; cursor: pointer; background: transparent; color: #e8eaed; width: 100%;
}
.add-btn:hover { background: #d4222a; border-color: #d4222a; color: #fff; }

/* ---- Reviews ---- */
.review-card { background: #1e2226; border: 1px solid #2a2e34; padding: 26px; }
.review-card .stars { color: #d4222a; font-size: 15px; letter-spacing: 3px; margin-bottom: 14px; }
.review-card .text { font-size: 15.5px; line-height: 1.66; color: #cfd3d8; margin-bottom: 18px; }
.review-card .who { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #8f959d; }

/* ---- FAQ ---- */
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; }
.faq-list { display: grid; gap: 0; border-top: 1px solid #2a2e34; }
.faq-item { border-bottom: 1px solid #2a2e34; }
.faq-q { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 20px 4px; cursor: pointer; background: none; border: none; width: 100%; text-align: left; color: #e8eaed; }
.faq-q .t { font-weight: 600; font-size: 17px; }
.faq-q .sign { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; color: #d4222a; flex-shrink: 0; }
.faq-a { padding: 0 4px 22px; font-size: 15.5px; line-height: 1.68; color: #9aa0a7; max-width: 760px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .sign { content: '−'; }

/* ---- CTA band ---- */
.cta-band {
  background-image: linear-gradient(100deg, rgba(212,34,42,.93), rgba(143,18,24,.93)), url('/img/cta-inspection.jpg');
  background-size: cover; background-position: center; position: relative;
}
.cta-band .wrap { padding: 56px 24px; display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.cta-band .t { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1; }
.cta-band .d { font-size: 16.5px; color: #ffdfe0; margin-top: 10px; }
.cta-band .btn { background: #14161a; color: #fff; }
.cta-band .btn:hover { background: #000; color: #fff; }

/* ---- Page header (inner pages) ---- */
.page-main { max-width: 1240px; margin: 0 auto; padding: 56px 24px 80px; }
.page-main.narrow-main { max-width: 880px; }
.breadcrumb { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #8f959d; letter-spacing: .14em; margin-bottom: 14px; }
.page-main h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 54px; margin: 0 0 16px; text-transform: uppercase; }
.page-lead { font-size: 17.5px; color: #a8aeb5; line-height: 1.65; max-width: 760px; margin: 0 0 44px; }

/* ---- Services list (full) ---- */
.service-row { display: grid; grid-template-columns: .85fr 1.4fr .55fr; gap: 30px; background: #1b1e22; border: 1px solid #2a2e34; padding: 28px; margin-bottom: 20px; }
.service-row .long { font-size: 15.5px; color: #b0b6bd; line-height: 1.7; margin-bottom: 16px; }
.service-row .price-col { text-align: right; }
.service-row .price-col .lbl { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #8f959d; letter-spacing: .12em; }
.service-row .price-col .val { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.service-row .price-col .dur { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #8f959d; }

/* ---- Pricing packages ---- */
.pkg { background: #1b1e22; border: 1px solid #2a2e34; padding: 28px; position: relative; }
.pkg.featured { border-color: #d4222a; }
.pkg .badge { position: absolute; top: 0; right: 0; background: #d4222a; color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 10.5px; padding: 5px 10px; letter-spacing: .12em; }
.pkg .name { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 600; text-transform: uppercase; }
.pkg .price { font-family: 'Barlow Condensed', sans-serif; font-size: 40px; font-weight: 700; color: #d4222a; margin: 10px 0 4px; }
.pkg .note { font-size: 13.5px; color: #8f959d; margin-bottom: 18px; }
.pkg ul { display: grid; gap: 9px; font-size: 14.5px; color: #b0b6bd; list-style: none; margin: 0; padding: 0; }

/* ---- Data tables ---- */
.dtable { border: 1px solid #2a2e34; }
.dtable .thead { display: grid; background: #20242a; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .12em; color: #8f959d; padding: 14px 20px; }
.dtable .row { display: grid; padding: 15px 20px; border-top: 1px solid #2a2e34; font-size: 15px; align-items: center; }
.dtable .row:hover { background: #1b1e22; }
.dtable .right { text-align: right; }
.cols-3 .thead, .cols-3 .row { grid-template-columns: 2fr 1fr 1fr; }
.cols-int .thead, .cols-int .row { grid-template-columns: 1fr 1.6fr 1fr; }
.cols-ship .thead, .cols-ship .row { grid-template-columns: 1.4fr 1fr 1fr; }
.cols-cookie .thead, .cols-cookie .row { grid-template-columns: 1fr 1.6fr .8fr; }
.price-cell { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 600; }
.km-cell { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; color: #fff; }
.mono-cell { font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: #9aa0a7; }

/* ---- Category pills ---- */
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.pill { padding: 9px 16px; border: 1px solid #33383e; font-size: 14px; cursor: pointer; background: transparent; color: #cfd3d8; }
.pill:hover { border-color: #d4222a; }
.pill.active { background: #d4222a; color: #fff; border-color: #d4222a; }

/* ---- Info boxes ---- */
.info-box { border: 1px solid #2a2e34; padding: 24px; }
.info-box .t { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; }
.info-box .d { font-size: 14.5px; color: #9aa0a7; line-height: 1.6; }
.callout { background: #1b1e22; border-left: 2px solid #d4222a; padding: 26px 28px; }
.callout .t { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.callout .d { font-size: 15.5px; color: #b0b6bd; line-height: 1.7; }

/* ---- Stat boxes (about) ---- */
.stat-box { border: 1px solid #2a2e34; padding: 24px; }
.stat-box .num { font-family: 'Barlow Condensed', sans-serif; font-size: 36px; font-weight: 700; color: #d4222a; }
.stat-box .lbl { font-size: 14px; color: #9aa0a7; margin-top: 6px; }

/* ---- Knowledge base ---- */
.article-card { background: #1b1e22; border: 1px solid #2a2e34; display: flex; flex-direction: column; }
.article-card:hover { border-color: #d4222a; }
.article-card .thumb { aspect-ratio: 16/9; overflow: hidden; background: #1c2024; }
.article-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-card .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.article-card .tag { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #d4222a; letter-spacing: .12em; }
.article-card .t { font-family: 'Barlow Condensed', sans-serif; font-size: 23px; font-weight: 600; line-height: 1.15; text-transform: uppercase; }
.article-card .excerpt { font-size: 14.5px; color: #9aa0a7; line-height: 1.6; flex: 1; }
.article-card .meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #8f959d; }

.article-back { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #d4222a; cursor: pointer; margin-bottom: 22px; display: inline-block; }
.article-body h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 46px; line-height: 1.05; margin: 0 0 14px; text-transform: uppercase; }
.article-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #d4222a; letter-spacing: .14em; margin-bottom: 12px; }
.article-meta { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #8f959d; margin-bottom: 30px; }
.article-hero { border: 1px solid #2a2e34; margin-bottom: 34px; overflow: hidden; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-copy { display: grid; gap: 20px; }
.article-copy p { font-size: 17px; line-height: 1.75; color: #c2c7cd; margin: 0; }
.article-cta { margin-top: 38px; background: #1b1e22; border-left: 2px solid #d4222a; padding: 24px 26px; }
.article-cta .t { font-weight: 600; font-size: 17px; margin-bottom: 8px; }
.article-cta .d { font-size: 15px; color: #9aa0a7; line-height: 1.65; margin-bottom: 16px; }

/* ---- About ---- */
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; margin-bottom: 52px; }
.about-copy { display: grid; gap: 18px; }
.about-copy p { font-size: 17px; line-height: 1.75; color: #c2c7cd; }
.stats-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 52px; }
h2.section-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 34px; margin: 0 0 20px; text-transform: uppercase; }

/* ---- Contact ---- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; }
.contact-form-box { background: #1b1e22; border: 1px solid #2a2e34; padding: 30px; }
.contact-form-box .title { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 600; text-transform: uppercase; margin-bottom: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field { margin-bottom: 0; }
.field-full { margin-bottom: 16px; }
.consent-row { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: #9aa0a7; line-height: 1.55; margin-bottom: 20px; }
.consent-row input { margin-top: 3px; }
.consent-row a, .consent-row .link { color: #e8493f; cursor: pointer; }
.form-success { margin-top: 16px; border: 1px solid #2f6b3f; background: #16241a; padding: 14px; font-size: 14.5px; color: #9fdcae; }
.form-error { margin-top: 16px; border: 1px solid #6b2f2f; background: #241616; padding: 14px; font-size: 14.5px; color: #dc9f9f; }
.contact-side { display: grid; gap: 16px; align-content: start; }
.contact-info-box { background: #1b1e22; border: 1px solid #2a2e34; padding: 26px; }
.contact-info-box .lbl { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #8f959d; letter-spacing: .14em; margin-bottom: 14px; }
.contact-info-box .addr { font-size: 16.5px; line-height: 1.7; color: #e8eaed; }
.contact-info-box .hr { height: 1px; background: #2a2e34; margin: 18px 0; }
.contact-info-box .line { display: grid; gap: 9px; font-size: 15.5px; }
.contact-info-box .line span.k { color: #8f959d; }
.hours-row { display: flex; justify-content: space-between; font-size: 15.5px; }
.hours-row .t { font-family: 'JetBrains Mono', monospace; font-size: 13.5px; }
.map-box { border: 1px solid #2a2e34; padding: 20px; display: grid; place-items: center; text-align: center; min-height: 220px; background: repeating-linear-gradient(135deg,#1b1e22 0 12px,#181b1f 12px 24px); }
.map-box .t { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #b8bdc4; }
.map-box .s { color: #6d737a; display: block; margin-top: 4px; }
.map-box a { display: inline-block; margin-top: 14px; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #e8493f; }

/* ---- Legal pages ---- */
.legal-date { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #8f959d; margin-bottom: 34px; }
.legal-body { display: grid; gap: 26px; font-size: 16.5px; line-height: 1.75; color: #c2c7cd; }
.legal-body .h { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 600; color: #fff; text-transform: uppercase; margin-bottom: 10px; }
.legal-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 30px; }
.legal-panel { background: #1b1e22; border: 1px solid #2a2e34; padding: 26px; font-size: 16px; line-height: 1.8; color: #c2c7cd; }
.legal-panel .lbl { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #8f959d; letter-spacing: .14em; margin-bottom: 12px; }

/* ---- Footer ---- */
.site-footer { border-top: 1px solid #23262b; background: #0f1113; }
.footer-grid { max-width: 1240px; margin: 0 auto; padding: 56px 24px 30px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.footer-brand .accent { color: #d4222a; }
.footer-desc { font-size: 14.5px; color: #8f959d; line-height: 1.7; margin-bottom: 16px; }
.footer-legal-id { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #6d737a; line-height: 1.8; }
.footer-col-title { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #8f959d; letter-spacing: .14em; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; font-size: 14.5px; color: #b0b6bd; }
.footer-links a, .footer-links button { color: #b0b6bd; text-align: left; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-bottom {
  max-width: 1240px; margin: 0 auto; padding: 20px 24px 40px; border-top: 1px solid #1c1f23;
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #6d737a;
}

/* ---- Cart drawer ---- */
.cart-overlay { position: fixed; inset: 0; z-index: 90; display: none; justify-content: flex-end; }
.cart-overlay.open { display: flex; }
.cart-scrim { position: absolute; inset: 0; background: rgba(8,9,11,0.72); border: none; padding: 0; }
.cart-panel {
  position: relative; width: 470px; max-width: 100%; height: 100%; background: #181b1f; border-left: 1px solid #2a2e34;
  display: flex; flex-direction: column; animation: slidein .25s ease;
}
.cart-head { padding: 22px 26px; border-bottom: 1px solid #2a2e34; display: flex; align-items: center; justify-content: space-between; }
.cart-head .t { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 700; text-transform: uppercase; }
.cart-close { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #8f959d; cursor: pointer; background: none; border: none; }
.cart-close:hover { color: #fff; }
.cart-body { flex: 1; overflow-y: auto; padding: 20px 26px; }
.cart-empty { text-align: center; padding: 70px 10px; }
.cart-empty .t { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; color: #b8bdc4; text-transform: uppercase; margin-bottom: 10px; }
.cart-empty .d { font-size: 14.5px; color: #7d838b; line-height: 1.6; margin-bottom: 22px; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #23272c; padding-bottom: 14px; margin-bottom: 14px; }
.cart-line .thumb { width: 64px; height: 64px; background: #24282d; border: 1px solid #2a2e34; }
.cart-line .name { font-weight: 600; font-size: 14.5px; line-height: 1.35; margin-bottom: 5px; }
.cart-line .unit { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #8f959d; margin-bottom: 8px; }
.qty-row { display: flex; gap: 8px; align-items: center; }
.qty-btn { width: 26px; height: 26px; border: 1px solid #33383e; display: grid; place-items: center; cursor: pointer; font-size: 15px; background: none; color: #e8eaed; }
.qty-btn:hover { border-color: #d4222a; }
.qty-val { font-family: 'JetBrains Mono', monospace; font-size: 13px; min-width: 20px; text-align: center; }
.remove-link { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: #7d838b; cursor: pointer; margin-left: 6px; background: none; border: none; }
.remove-link:hover { color: #e8493f; }
.line-total { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; white-space: nowrap; }
.cart-foot { border-top: 1px solid #2a2e34; padding: 22px 26px; }
.sum-row { display: flex; justify-content: space-between; color: #9aa0a7; font-size: 15px; }
.sum-row span:last-child { color: #e8eaed; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid #2a2e34; padding-top: 11px; margin-top: 9px; }
.sum-total .l { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600; text-transform: uppercase; }
.sum-total .v { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 700; color: #d4222a; }
.checkout-fields { display: grid; gap: 10px; margin: 16px 0; }
.checkout-fields input { width: 100%; padding: 11px 12px; background: #14171a; border: 1px solid #33383e; color: #e8eaed; font-size: 14px; }
.cart-fineprint { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #6d737a; margin-top: 12px; line-height: 1.6; }
.cart-fineprint a, .cart-fineprint .link { color: #e8493f; cursor: pointer; }

/* ---- Cookie consent ---- */
.consent-bar { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 80; display: none; justify-content: center; }
.consent-bar.open { display: flex; }
.consent-card {
  max-width: 1000px; width: 100%; background: #1b1e22; border: 1px solid #33383e; padding: 24px 26px;
  display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.consent-card .t { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; }
.consent-card .d { font-size: 14.5px; color: #9aa0a7; line-height: 1.6; }
.consent-card .d a, .consent-card .d .link { color: #e8493f; cursor: pointer; }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---- Toast ---- */
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 95; background: #d4222a; color: #fff; padding: 14px 20px; font-weight: 600; font-size: 14.5px; display: none; }
.toast.show { display: block; animation: fadein .2s ease; }

/* ---- Mobile ---- */
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; padding: 48px 20px 56px; }
  .hero h1 { font-size: 46px; }
  .assistant-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .grid-2, .stats-4, .steps, .legal-cols { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid #2a2e34; }
  .step:last-child { border-bottom: none; }
  .faq-grid, .about-grid, .contact-grid, .service-row { grid-template-columns: 1fr; }
  .service-row { gap: 16px; }
  .service-row .price-col { text-align: left; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #33383e; background: #1b1e22; color: #e8eaed; }
  body.nav-open .main-nav { display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 70; background: #14161a; flex-direction: column; padding: 90px 24px 24px; gap: 4px; overflow-y: auto; }
  body.nav-open .main-nav a { padding: 16px 4px; font-size: 20px; border-bottom: 1px solid #23262b; width: 100%; }
  .cols-3 .thead, .cols-3 .row, .cols-int .thead, .cols-int .row, .cols-ship .thead, .cols-ship .row, .cols-cookie .thead, .cols-cookie .row { grid-template-columns: 1fr; gap: 4px; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
  .cart-panel { width: 100%; }
}
@media (max-width: 640px) {
  .grid-3, .grid-4, .grid-2, .stats-4, .legal-cols { grid-template-columns: 1fr; }
  .hero h1 { font-size: 36px; }
  h1.page-h1, .page-main h1 { font-size: 38px; }
  .field-row { grid-template-columns: 1fr; }
  .topbar .wrap { font-size: 11px; }
  .consent-card { grid-template-columns: 1fr; }
}
