/* Asona Pupa — Auto Paint Services | shared stylesheet */

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/barlow-300-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20AC, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/barlow-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20AC, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-500-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20AC, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20AC, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/space-grotesk-var-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20AC, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/space-grotesk-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}

:root {
  --bg: #0c0f13;
  --panel: rgba(255,255,255,.03);
  --panel-2: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.09);
  --border-2: rgba(255,255,255,.14);
  --text: #d5dbe2;
  --text-strong: #f2f5f9;
  --text-head: #f0f4f8;
  --muted: #98a4b2;
  --muted-2: #8b97a6;
  --muted-3: #7f8b9a;
  --muted-4: #6d7887;
  --blue: #3b6ee0;
  --blue-light: #5f88de;
  --blue-lighter: #9dbcf6;
  --blue-btn: #2f5fd0;
  --blue-btn-hover: #4275ea;
  --blue-deep: #24408c;
  --link: #7fa4f0;
  --link-hover: #a9c3f7;
  --gold: #c9a227;
  --font-head: 'Space Grotesk', Helvetica, Arial, sans-serif;
  --font-body: Barlow, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --max: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: var(--font-body);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background:
    radial-gradient(1100px 620px at 78% -8%, rgba(47,95,208,.20), transparent 60%),
    radial-gradient(760px 520px at 4% 12%, rgba(150,168,190,.09), transparent 62%),
    var(--bg);
}
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); }
img { max-width: 100%; display: block; }
::selection { background: #2b4c96; color: #fff; }
h1, h2, h3 { font-family: var(--font-head); margin: 0; color: var(--text-head); }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
input, textarea { font-family: var(--font-body); }

@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.rise { animation: riseIn .6s ease both; }
.rise-slow { animation: riseIn .8s ease both; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 26px; }
.eyebrow { font: 600 11px/1 var(--font-mono); letter-spacing: .16em; color: var(--muted-4); text-transform: uppercase; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(12,15,19,.86);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .wrap {
  height: 74px; display: flex; align-items: center; gap: 26px;
}
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(145deg,#3b6ee0,#1b2b52);
  border: 1px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; color: #eaf0fb; font-size: 15px;
}
.brand-name { line-height: 1.05; }
.brand-name b { display: block; font-family: var(--font-head); font-weight: 600; font-size: 16px; letter-spacing: .03em; color: #eef2f7; }
.brand-name span { display: block; font: 400 10px/1.2 var(--font-mono); letter-spacing: .18em; color: #7c8899; }

.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a {
  padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 500;
  color: #c3ccd7;
}
.main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,.06); color: #fff; }
.cart-btn {
  margin-left: 8px; display: flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 9px; border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04); cursor: pointer; font-size: 14px; font-weight: 600; color: #e8eef7;
}
.cart-btn:hover { border-color: #3b6ee0; background: rgba(59,110,224,.14); }
.cart-count {
  min-width: 21px; height: 21px; padding: 0 6px; border-radius: 11px; background: #3b6ee0; color: #fff;
  font: 600 12px/21px Barlow,sans-serif; text-align: center;
}
.nav-toggle { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 26px; border-radius: 11px; font-weight: 600; font-size: 15px; cursor: pointer; border: 1px solid transparent;
  text-align: center;
}
.btn-primary {
  background: linear-gradient(140deg,#4275ea,#24408c); color: #fff;
  border-color: rgba(255,255,255,.18); box-shadow: 0 14px 34px -16px rgba(59,110,224,.9);
}
.btn-primary:hover { filter: brightness(1.1); color: #fff; }
.btn-outline { border-color: rgba(255,255,255,.16); color: #dbe3ec; background: transparent; }
.btn-outline:hover { border-color: #8b98a8; background: rgba(255,255,255,.05); color: #dbe3ec; }
.btn-solid { background: #2f5fd0; color: #fff; }
.btn-solid:hover { background: #4275ea; color: #fff; }
.btn-sm { padding: 12px 18px; font-size: 14px; border-radius: 9px; }
.btn-block { width: 100%; }
.link-arrow { font-size: 14px; font-weight: 600; color: #8fb0f3; cursor: pointer; }
.link-arrow:hover { color: #c0d3fb; }

/* ---------- Hero ---------- */
.hero { padding: 76px 26px 30px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border-radius: 999px;
  border: 1px solid rgba(59,110,224,.45); background: rgba(59,110,224,.12);
  font: 500 12px/1 var(--font-body); letter-spacing: .1em; color: #9dbcf6; text-transform: uppercase;
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: #3b6ee0; display: inline-block; }
.hero h1 { font-weight: 700; font-size: 60px; line-height: 1.03; letter-spacing: -.02em; margin: 20px 0 0; }
.hero p.lede { font-size: 19px; line-height: 1.62; color: #9aa6b4; margin: 20px 0 0; max-width: 560px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 42px; flex-wrap: wrap; }
.hero-stats .num { font-family: var(--font-head); font-size: 30px; font-weight: 600; color: #eef2f8; }
.hero-stats .lab { font-size: 13px; color: #7f8b9a; letter-spacing: .04em; }

.hero-photo { position: relative; }
.photo-frame {
  aspect-ratio: 4/5; border-radius: 20px; border: 1px solid rgba(255,255,255,.09);
  overflow: hidden; background: #14181f;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-card {
  position: absolute; bottom: -24px; left: -28px; width: 210px; padding: 16px 18px; border-radius: 14px;
  background: rgba(19,23,29,.95); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 50px -20px #000;
}
.photo-card .lab { font: 500 11px/1 var(--font-mono); letter-spacing: .14em; color: #7f8b9a; }
.swatches { display: flex; gap: 7px; margin-top: 11px; }
.swatches span { flex: 1; height: 34px; border-radius: 6px; display: block; }
.photo-card .note { font-size: 12px; color: #9aa6b4; margin-top: 10px; }

/* ---------- Partner strip ---------- */
.partners {
  border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07);
  margin-top: 66px; background: rgba(255,255,255,.02);
}
.partners .wrap { padding: 20px 26px; display: flex; gap: 44px; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.partners .logos { display: flex; gap: 30px; flex-wrap: wrap; font-family: var(--font-head); font-size: 15px; color: #8d99a8; letter-spacing: .06em; }

/* ---------- Section shell ---------- */
.section { padding: 82px 26px 0; }
.section:first-of-type { padding-top: 74px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.section-head h2 { font-size: 38px; font-weight: 600; letter-spacing: -.015em; margin: 14px 0 0; }

/* ---------- Cards grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.grid-6 { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; margin-top: 34px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 20px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.card {
  padding: 26px; border-radius: 16px;
  background: linear-gradient(170deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.09);
}
.card:hover { border-color: rgba(59,110,224,.55); transform: translateY(-3px); }
a.card, div.card[role="link"] { cursor: pointer; transition: transform .15s ease, border-color .15s ease; }
.card .no { font: 600 12px/1 var(--font-mono); letter-spacing: .14em; color: #5f88de; }
.card .title { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: #eef2f7; margin-top: 14px; }
.card .desc { font-size: 14.5px; line-height: 1.6; color: #94a0ae; margin-top: 9px; }
.card .meta-row {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; font-size: 13px; color: #7f8b9a;
}
.card .meta-row b { color: #cdd6e0; font-weight: 600; }

.step {
  padding: 20px 16px; border-radius: 14px; background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08); border-top: 2px solid #3b6ee0;
}
.step .n { font-family: var(--font-head); font-size: 26px; font-weight: 600; color: #3f6fd8; }
.step .t { font-weight: 600; font-size: 15px; color: #e7ecf3; margin-top: 10px; }
.step .d { font-size: 13.5px; line-height: 1.55; color: #8b97a6; margin-top: 7px; }

/* ---------- Before/after banner ---------- */
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 38px;
  border-radius: 22px; background: linear-gradient(120deg,rgba(59,110,224,.16),rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.1); margin-top: 34px;
}
.compare h2 { font-size: 34px; font-weight: 600; margin: 14px 0 0; letter-spacing: -.015em; }
.compare p { font-size: 16.5px; line-height: 1.65; color: #a6b2c0; margin: 16px 0 0; }
.compare ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.compare li { display: flex; gap: 11px; font-size: 15px; color: #c3ccd7; }
.compare li span { color: #5f88de; }
.compare-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.compare-photo {
  aspect-ratio: 1; border-radius: 14px; border: 1px solid rgba(255,255,255,.09); overflow: hidden;
  position: relative; background: #14181f;
}
.compare-photo img { width: 100%; height: 100%; object-fit: cover; }
.compare-photo .tag {
  position: absolute; left: 14px; bottom: 14px; font: 10px/1.5 var(--font-mono); letter-spacing: .12em; color: #eef2f7;
  background: rgba(0,0,0,.45); padding: 4px 8px; border-radius: 6px;
}

/* ---------- Products ---------- */
.product-card { border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.032); border: 1px solid rgba(255,255,255,.09); display: flex; flex-direction: column; }
.product-photo { aspect-ratio: 16/11; background: #14181f; overflow: hidden; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font: 11px/1 var(--font-mono); letter-spacing: .13em; color: #5f88de; }
.product-name { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: #eef2f7; margin-top: 10px; }
.product-desc { font-size: 14px; line-height: 1.55; color: #8f9baa; margin-top: 7px; flex: 1; }
.product-stock { font-size: 13px; margin-top: 12px; color: #7cae8b; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.price { font-family: var(--font-head); font-size: 19px; font-weight: 600; color: #fff; }
.add-btn { padding: 10px 16px; border-radius: 9px; background: #2f5fd0; color: #fff; font-weight: 600; font-size: 13.5px; border: none; }
.add-btn:hover { background: #4275ea; }

/* ---------- Reviews ---------- */
.review { padding: 26px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); }
.review .stars { color: #c9a227; font-size: 14px; letter-spacing: .16em; }
.review .text { font-size: 15.5px; line-height: 1.62; color: #c2ccd7; margin-top: 12px; }
.review .who { margin-top: 16px; font-size: 13px; color: #7f8b9a; }

/* ---------- Blog cards ---------- */
.blog-card { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.03); display: block; }
.blog-card:hover { border-color: rgba(59,110,224,.5); transform: translateY(-3px); }
.blog-photo { aspect-ratio: 16/9; background: #14181f; overflow: hidden; }
.blog-photo img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 22px; }
.blog-tag { font: 11px/1 var(--font-mono); letter-spacing: .13em; color: #5f88de; }
.blog-title { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: #eef2f7; margin-top: 12px; line-height: 1.3; }
.blog-excerpt { font-size: 14px; line-height: 1.58; color: #8f9baa; margin-top: 9px; }
.blog-meta { margin-top: 14px; font-size: 12.5px; color: #727e8d; }

/* ---------- FAQ ---------- */
.faq-item { padding: 19px 22px; border-radius: 13px; background: rgba(255,255,255,.032); border: 1px solid rgba(255,255,255,.09); }
.faq-item:hover { border-color: rgba(255,255,255,.2); }
.faq-q { display: flex; justify-content: space-between; gap: 16px; align-items: center; cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::marker { content: ""; }
.faq-q .qt { font-weight: 600; font-size: 16px; color: #e9eef5; }
.faq-q .sign { color: #7f8b9a; font-size: 18px; display: inline-block; transition: transform .15s ease; }
.faq-item[open] .sign { transform: rotate(45deg); }
.faq-a { font-size: 15px; line-height: 1.65; color: #98a4b2; margin-top: 11px; }

/* ---------- CTA ---------- */
.cta-banner {
  padding: 46px; border-radius: 22px; background: linear-gradient(120deg,#16203a,#111419);
  border: 1px solid rgba(255,255,255,.11); display: flex; gap: 36px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.cta-banner h2 { font-size: 32px; font-weight: 600; letter-spacing: -.015em; }
.cta-banner p { font-size: 16px; color: #a4b0be; margin: 12px 0 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions a.btn-primary { padding: 15px 26px; background: #2f5fd0; box-shadow: none; }
.cta-actions a.btn-primary:hover { background: #4275ea; }

/* ---------- Forms ---------- */
.field { display: grid; gap: 6px; }
.field label { font-size: 13px; color: #8b97a6; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; border-radius: 10px; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.13); color: #e8eef7; font: 400 15px var(--font-body); outline: none;
}
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #3b6ee0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent-row { display: flex; gap: 11px; align-items: flex-start; margin-top: 4px; }
.consent-box {
  width: 19px; height: 19px; flex: 0 0 auto; border-radius: 5px; border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; margin-top: 1px;
}
.consent-row input[type=checkbox] { position: absolute; opacity: 0; width: 19px; height: 19px; margin: 0; cursor: pointer; }
.consent-row input[type=checkbox]:checked ~ .consent-box { background: #2f5fd0; border-color: #2f5fd0; }
.consent-row input[type=checkbox]:checked ~ .consent-box::after { content: "✓"; }
.consent-row input[type=checkbox]:focus-visible ~ .consent-box { outline: 2px solid #7fa4f0; outline-offset: 2px; }
.consent-row label { font-size: 13.5px; line-height: 1.5; color: #8b97a6; cursor: pointer; }
.form-note { font-size: 12.5px; color: #6d7887; line-height: 1.5; }
.form-panel { padding: 32px; border-radius: 18px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); }

/* ---------- Footer ---------- */
.site-footer { margin-top: 96px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); }
.footer-grid { padding: 56px 26px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 38px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand .brand-mark { width: 32px; height: 32px; font-size: 14px; }
.footer-brand b { font-family: var(--font-head); font-weight: 600; font-size: 15px; letter-spacing: .03em; color: #eef2f7; }
.footer-desc { font-size: 14.5px; line-height: 1.7; color: #8b97a6; margin-top: 16px; }
.footer-contact { font-size: 14.5px; line-height: 1.7; color: #8b97a6; margin-top: 12px; }
.badges { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.badges span { padding: 6px 11px; border-radius: 7px; border: 1px solid rgba(255,255,255,.12); font-size: 12px; color: #8b97a6; }
.footer-col .eyebrow { color: #6d7887; }
.footer-col .links { display: grid; gap: 9px; margin-top: 14px; }
.footer-col .links a { font-size: 14.5px; color: #98a4b2; }
.footer-col .links a:hover { color: #fff; }
.footer-bottom {
  max-width: var(--max); margin: 0 auto; padding: 20px 26px 40px; border-top: 1px solid rgba(255,255,255,.07);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #6d7887;
}

/* ---------- 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(6,8,11,.66); backdrop-filter: blur(3px); border: none; padding: 0; }
.cart-panel {
  position: relative; width: 430px; max-width: 92vw; height: 100%; background: #11151b;
  border-left: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; box-shadow: -30px 0 70px -20px #000;
}
.cart-head { padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; align-items: center; }
.cart-head h2 { font-size: 19px; font-weight: 600; color: #eff3f8; }
.cart-close {
  width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(255,255,255,.14); background: transparent;
  display: flex; align-items: center; justify-content: center; color: #a4b0be; font-size: 16px;
}
.cart-close:hover { background: rgba(255,255,255,.07); }
.cart-body { flex: 1; overflow: auto; padding: 20px 24px; }
.cart-empty { padding: 50px 0; text-align: center; }
.cart-empty p { font-size: 16px; color: #8b97a6; }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 66px 1fr; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
.cart-item .thumb { aspect-ratio: 1; border-radius: 9px; background: #171c24; border: 1px solid rgba(255,255,255,.08); overflow:hidden; }
.cart-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .name { font-size: 15px; font-weight: 600; color: #e8eef7; line-height: 1.35; }
.cart-item .unit { font-size: 13px; color: #8b97a6; margin-top: 4px; }
.cart-item .row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.qty-ctrl { display: flex; align-items: center; gap: 8px; }
.qty-btn {
  width: 27px; height: 27px; border-radius: 7px; border: 1px solid rgba(255,255,255,.15); background: transparent;
  display: flex; align-items: center; justify-content: center; color: #c3ccd7; font-size: 15px; line-height: 1;
}
.qty-btn:hover { background: rgba(255,255,255,.08); }
.qty-val { min-width: 20px; text-align: center; font-size: 15px; font-weight: 600; color: #fff; }
.line-total { font-family: var(--font-head); font-weight: 600; font-size: 15px; color: #fff; }
.cart-item .rm { font-size: 12.5px; color: #8b97a6; background: none; border: none; }
.cart-item .rm:hover { color: #e57373; }
.cart-foot { padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.02); }
.sum-row { display: flex; justify-content: space-between; font-size: 14.5px; color: #8b97a6; margin-top: 7px; }
.sum-row:first-child { margin-top: 0; }
.sum-total { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.09); }
.sum-total span:first-child { font-size: 15px; color: #c3ccd7; }
.sum-total b { font-family: var(--font-head); font-size: 23px; font-weight: 700; color: #fff; }
.checkout-fields { margin-top: 22px; display: grid; gap: 12px; }
.checkout-fields input { width: 100%; padding: 12px 14px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); color: #e8eef7; font: 400 14.5px var(--font-body); outline: none; }
.order-note { font-size: 12.5px; line-height: 1.55; color: #7f8b9a; }
.order-done { margin-top: 22px; padding: 22px; border-radius: 14px; background: rgba(59,110,224,.12); border: 1px solid rgba(59,110,224,.35); }
.order-done .t { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: #dbe6fb; }
.order-done .d { font-size: 14.5px; line-height: 1.6; color: #a9bde6; margin-top: 9px; }

/* ---------- Cookie banner ---------- */
.cookie-bar { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 80; display: flex; justify-content: center; }
.cookie-bar.hidden { display: none; }
.cookie-inner {
  max-width: 940px; width: 100%; padding: 20px 24px; border-radius: 16px; background: rgba(17,21,27,.97);
  border: 1px solid rgba(255,255,255,.13); box-shadow: 0 26px 60px -22px #000; display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
}
.cookie-inner p { flex: 1; min-width: 280px; font-size: 14.5px; line-height: 1.6; color: #a4b0be; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions button { padding: 12px 18px; border-radius: 9px; font-size: 14px; font-weight: 600; border: 1px solid rgba(255,255,255,.16); background: transparent; color: #dbe3ec; }
.cookie-actions button:hover { background: rgba(255,255,255,.07); }
.cookie-actions .accept { background: #2f5fd0; color: #fff; border-color: transparent; }
.cookie-actions .accept:hover { background: #4275ea; }

/* ---------- Page heads ---------- */
.page-head { padding: 60px 26px 0; }
.page-head h1 { font-size: 48px; font-weight: 700; letter-spacing: -.02em; margin: 14px 0 0; }
.page-head .lede { font-size: 17px; line-height: 1.65; color: #98a4b2; margin: 16px 0 0; max-width: 760px; }

/* ---------- Services list ---------- */
.service-row {
  display: grid; grid-template-columns: 220px 1fr 210px; gap: 28px; padding: 26px; border-radius: 18px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09);
}
.service-photo { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: #14181f; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 15px; }
.service-tags span { padding: 6px 11px; border-radius: 999px; background: rgba(59,110,224,.13); border: 1px solid rgba(59,110,224,.32); font-size: 12.5px; color: #9dbcf6; }
.service-side { display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.09); }
.service-side .price { font-family: var(--font-head); font-size: 26px; font-weight: 600; color: #fff; margin-top: 7px; }
.service-side .small { font-size: 13.5px; color: #8b97a6; margin-top: 6px; }
.book-btn { text-align: center; padding: 12px; border-radius: 10px; border: 1px solid rgba(255,255,255,.18); font-weight: 600; font-size: 14px; color: #e8eef7; display:block; }
.book-btn:hover { background: rgba(59,110,224,.16); border-color: #3b6ee0; color: #e8eef7; }

.equipment-box { margin-top: 52px; padding: 34px; border-radius: 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); }
.equipment-box h2 { font-size: 26px; font-weight: 600; }
.equip-item { padding: 18px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); }
.equip-item .t { font-weight: 600; font-size: 15px; color: #e6ecf3; }
.equip-item .d { font-size: 13.5px; line-height: 1.55; color: #8b97a6; margin-top: 7px; }

/* ---------- Price table ---------- */
.price-table { margin-top: 36px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.price-head-row, .price-row {
  display: grid; grid-template-columns: 1.7fr 1fr .8fr .9fr; gap: 16px; padding: 17px 24px;
}
.price-head-row { background: rgba(255,255,255,.06); font: 600 11px/1 var(--font-mono); letter-spacing: .14em; color: #8b97a6; padding: 16px 24px; }
.price-row { border-top: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.017); }
.price-row:hover { background: rgba(59,110,224,.08); }
.price-row .name { font-weight: 600; font-size: 15.5px; color: #e7ecf3; }
.price-row .scope, .price-row .time { font-size: 14.5px; color: #8f9baa; }
.price-row .amt { text-align: right; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: #fff; }

.packages { margin-top: 30px; }
.package { padding: 28px; border-radius: 18px; background: linear-gradient(170deg,rgba(255,255,255,.06),rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.11); }
.package .badge { font: 600 11px/1 var(--font-mono); letter-spacing: .14em; color: #5f88de; }
.package .name { font-family: var(--font-head); font-size: 22px; font-weight: 600; margin-top: 12px; }
.package .price { font-family: var(--font-head); font-size: 34px; font-weight: 700; color: #fff; margin-top: 10px; }
.package .items { display: grid; gap: 9px; margin-top: 18px; }
.package .items div { display: flex; gap: 10px; font-size: 14.5px; color: #b6c0cc; }
.package .items span { color: #5f88de; }
.package .btn-solid { margin-top: 22px; display: block; text-align: center; }

.pay-note { margin-top: 30px; padding: 26px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); font-size: 14.5px; line-height: 1.7; color: #93a0ae; }

/* ---------- Shop filters ---------- */
.shop-filters { display: flex; gap: 9px; margin-top: 28px; flex-wrap: wrap; }
.shop-filters a {
  padding: 10px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04); color: #c3ccd7;
}
.shop-filters a:hover { border-color: #3b6ee0; }
.shop-filters a.active { background: #2f5fd0; color: #fff; border-color: transparent; }
.shop-perks { margin-top: 34px; }
.perk { padding: 20px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); }
.perk .t { font-weight: 600; font-size: 15px; color: #e6ecf3; }
.perk .d { font-size: 13.5px; line-height: 1.55; color: #8b97a6; margin-top: 6px; }

/* ---------- Gallery ---------- */
.gallery-card { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.03); }
.gallery-photo { aspect-ratio: 4/3; background: #14181f; overflow: hidden; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; }
.gallery-body { padding: 20px; }
.gallery-body .car { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: #eef2f7; }
.gallery-body .work { font-size: 14px; line-height: 1.55; color: #8f9baa; margin-top: 7px; }
.gallery-body .meta-row { margin-top: 12px; padding-top: 12px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; margin-top: 30px; align-items: start; }
.about-grid p { font-size: 17.5px; line-height: 1.75; color: #a4b0be; margin: 18px 0 0; }
.about-grid p:first-child { margin-top: 0; }
.about-photo { aspect-ratio: 3/4; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: #14181f; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.company-box { margin-top: 18px; padding: 24px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); }
.company-box .rows { display: grid; gap: 9px; margin-top: 14px; font-size: 14.5px; color: #a4b0be; line-height: 1.5; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 28px; }
.value-box { padding: 22px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); }
.value-box .t { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: #eef2f7; }
.value-box .d { font-size: 14.5px; line-height: 1.6; color: #8f9baa; margin-top: 8px; }
.team-card { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.03); }
.team-photo { aspect-ratio: 1; background: #14181f; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-body { padding: 18px; }
.team-body .name { font-family: var(--font-head); font-size: 16.5px; font-weight: 600; color: #eef2f7; }
.team-body .role { font-size: 13.5px; color: #8fb0f3; margin-top: 5px; }
.team-body .note { font-size: 13.5px; line-height: 1.55; color: #8b97a6; margin-top: 9px; }
.timeline-box { margin-top: 52px; padding: 34px; border-radius: 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); }
.timeline-row { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.07); }
.timeline-row .y { font-family: var(--font-head); font-size: 19px; font-weight: 600; color: #5f88de; }
.timeline-row .d { font-size: 15.5px; line-height: 1.6; color: #a4b0be; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; margin-top: 32px; align-items: start; }
.contact-info-box { padding: 28px; border-radius: 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); }
.contact-info-box + .contact-info-box { margin-top: 18px; }
.contact-info-box .t { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: #eff3f8; margin-top: 12px; }
.contact-info-box .rows { display: grid; gap: 8px; margin-top: 14px; font-size: 15.5px; color: #a4b0be; }
.hours-row { display: flex; justify-content: space-between; font-size: 15.5px; color: #b6c0cc; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.06); }
.hours-row b { color: #e6ecf3; font-weight: 600; }
.map-box { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); aspect-ratio: 16/9; }
.map-box iframe { width: 100%; height: 100%; border: 0; display: block; }
.form-success { padding: 30px 0; text-align: center; }
.form-success .t { font-family: var(--font-head); font-size: 24px; font-weight: 600; color: #eff3f8; }
.form-success .d { font-size: 15.5px; line-height: 1.65; color: #98a4b2; margin-top: 12px; }

/* ---------- Legal ---------- */
.legal-layout { padding: 60px 26px 0; display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: start; max-width: var(--max); margin: 0 auto; }
.legal-nav { position: sticky; top: 100px; padding: 22px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); }
.legal-nav .links { display: grid; gap: 4px; margin-top: 14px; }
.legal-nav a { padding: 10px 12px; border-radius: 8px; font-size: 14.5px; color: #98a4b2; }
.legal-nav a:hover { background: rgba(255,255,255,.07); }
.legal-nav a.active { background: rgba(59,110,224,.18); color: #dbe6fb; }
.legal-content { max-width: 780px; }
.legal-content h1 { font-size: 38px; font-weight: 700; letter-spacing: -.018em; }
.legal-content .updated { font-size: 13.5px; color: #7f8b9a; margin-top: 12px; }
.legal-content h2 { font-size: 22px; font-weight: 600; color: #eff3f8; margin: 32px 0 0; }
.legal-content p { font-size: 16.5px; line-height: 1.75; color: #a1adba; margin: 12px 0 0; }

/* ---------- Article ---------- */
.article-wrap { max-width: 820px; margin: 0 auto; padding: 60px 26px 0; }
.back-link { font-size: 14px; color: #8fb0f3; cursor: pointer; }
.article-tag { font: 11px/1 var(--font-mono); letter-spacing: .14em; color: #5f88de; margin-top: 24px; }
.article-wrap h1 { font-size: 42px; font-weight: 700; letter-spacing: -.02em; line-height: 1.12; margin: 14px 0 0; }
.article-meta { font-size: 13.5px; color: #7f8b9a; margin-top: 14px; }
.article-photo { aspect-ratio: 16/8; border-radius: 16px; margin-top: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: #14181f; }
.article-photo img { width: 100%; height: 100%; object-fit: cover; }
.article-body { margin-top: 30px; }
.article-body h2 { font-size: 25px; font-weight: 600; color: #eff3f8; margin: 34px 0 0; letter-spacing: -.01em; }
.article-body p { font-size: 17.5px; line-height: 1.78; color: #a8b3c0; margin: 14px 0 0; }
.article-note { margin: 22px 0 0; padding: 20px 22px; border-radius: 14px; background: rgba(59,110,224,.1); border: 1px solid rgba(59,110,224,.3); font-size: 16px; line-height: 1.68; color: #bcd0f6; }
.article-cta {
  margin: 44px 0 0; padding: 28px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09);
  display: flex; gap: 22px; align-items: center; flex-wrap: wrap; justify-content: space-between;
}
.article-cta .t { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: #eff3f8; }
.article-cta .d { font-size: 15px; color: #95a1af; margin-top: 7px; }
.related { margin: 44px 0 60px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.related-card { padding: 20px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); display: block; }
.related-card:hover { border-color: rgba(59,110,224,.5); }
.related-card .tag { font: 11px/1 var(--font-mono); letter-spacing: .13em; color: #5f88de; }
.related-card .title { font-family: var(--font-head); font-size: 16px; font-weight: 600; color: #eef2f7; margin-top: 10px; line-height: 1.35; }

/* ---------- 404 ---------- */
.error-wrap { max-width: 640px; margin: 0 auto; padding: 140px 26px; text-align: center; }
.error-wrap .code { font-family: var(--font-head); font-size: 90px; font-weight: 700; color: #3f6fd8; }
.error-wrap h1 { font-size: 30px; margin-top: 10px; }
.error-wrap p { font-size: 16px; color: #98a4b2; margin-top: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 44px; }
  .hero h1 { font-size: 42px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-6 { grid-template-columns: repeat(3,1fr); }
  .compare { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-side { border-left: none; border-top: 1px solid rgba(255,255,255,.09); padding-left: 0; padding-top: 18px; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .price-head-row, .price-row { grid-template-columns: 1.4fr 1fr; }
  .price-head-row div:nth-child(3), .price-row .time { display: none; }
}
@media (max-width: 640px) {
  .site-header .wrap { height: auto; padding: 14px 18px; flex-wrap: wrap; }
  .main-nav { display: none; width: 100%; margin-left: 0; justify-content: flex-start; order: 3; }
  .main-nav.open { display: flex; }
  .nav-toggle {
    display: flex; margin-left: auto; width: 38px; height: 38px; border-radius: 8px; align-items: center; justify-content: center;
    border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); color: #e8eef7;
  }
  .cart-btn { order: 2; }
  .hero { padding: 34px 18px 20px; }
  .hero h1 { font-size: 32px; }
  .wrap, .section, .page-head, .article-wrap { padding-left: 18px; padding-right: 18px; }
  .grid-3, .grid-4, .grid-6 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 18px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .cart-panel { width: 100%; }
}
