/* ============================================================
   DELTA MOTORS — main stylesheet
   Fonts: Oswald + PT Sans (Google Fonts)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=PT+Sans:wght@400;700&display=swap&subset=cyrillic,cyrillic-ext,latin');

/* ---- design tokens ---- */
:root {
  --accent:        #e11026;
  --font-display:  'Oswald', sans-serif;
  --font-body:     'PT Sans', sans-serif;
  --ink:      #0a0b0d;
  --ink-2:    #121319;
  --steel-100: #f4f6f8;
  --steel-200: #dfe3e8;
  --steel-300: #b8c0c9;
  --steel-400: #8a939d;
  --steel-500: #5c656f;
  --steel-700: #2b3037;
  --glow:      #5fa8ff;
}

/* ---- reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img   { display: block; max-width: 100%; }
a     { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul    { list-style: none; }

/* ---- chrome helpers ---- */
.metal-text {
  background: linear-gradient(180deg, #fff 0%, #d6dbe1 28%, #9aa3ad 52%, #eef2f6 60%, #7d8690 78%, #c3cad2 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* ---- layout ---- */
.dm-page { font-family: var(--font-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.wrap    { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.eyebrow { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .22em; font-size: 13px; font-weight: 600; }

@media (max-width: 560px) { .wrap { padding: 0 20px; } }

/* ============================================================
   THEME A — ХРОМ
   ============================================================ */
.theme-a { background: var(--ink); color: #cbd2da; }
.theme-a h2, .theme-a h3 { font-family: var(--font-display); }

/* buttons */
.theme-a .btn-a { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 600; letter-spacing: .04em; font-size: 15px; padding: 14px 24px; border-radius: 9px; transition: .18s; text-transform: uppercase; }
.theme-a .btn-a svg { transition: transform .18s; }
.theme-a .btn-a:hover svg { transform: translateX(3px); }
.theme-a .btn-a--primary { background: linear-gradient(180deg, #ff2a3d, var(--accent)); color: #fff; box-shadow: 0 8px 26px -8px var(--accent), inset 0 1px 0 rgba(255,255,255,.35); }
.theme-a .btn-a--primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.theme-a .btn-a--ghost { border: 1px solid rgba(255,255,255,.2); color: #e7ebef; }
.theme-a .btn-a--ghost:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.4); }

/* header */
.theme-a .a-head { position: relative; z-index: 5; }
.theme-a .a-head-in { display: flex; align-items: center; gap: 28px; padding-top: 18px; padding-bottom: 18px; }
.theme-a .a-logo { height: 50px; width: auto; filter: drop-shadow(0 2px 10px rgba(95,168,255,.25)); }
.theme-a .a-nav { display: flex; gap: 26px; margin-left: 14px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em; font-size: 13.5px; font-weight: 500; color: #9aa3ad; }
.theme-a .a-nav a { transition: color .15s; white-space: nowrap; }
.theme-a .a-nav a:hover { color: #fff; }
.theme-a .a-head-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #e7ebef; font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: .03em; white-space: nowrap; }
.theme-a .a-head-cta svg { color: var(--accent); }
@media (max-width: 1040px) { .theme-a .a-nav { display: none; } }
@media (max-width: 560px) { .theme-a .a-head-cta span { display: none; } }

/* hero */
.theme-a .a-hero { position: relative; overflow: hidden; padding: 46px 0 64px; background: radial-gradient(120% 90% at 50% -10%, #1a1d23 0%, #0a0b0d 60%); }
.theme-a .a-hero-glow { position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 900px; height: 520px; border-radius: 50%; background: radial-gradient(closest-side, rgba(95,168,255,.22), transparent 70%); filter: blur(6px); pointer-events: none; }
.theme-a .a-hero-grid { position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(110% 80% at 50% 10%, #000, transparent 75%); }
.theme-a .a-hero-in { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.theme-a .a-hero-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em; font-size: 12.5px; color: #aab2bb; border: 1px solid rgba(255,255,255,.12); padding: 8px 16px; border-radius: 30px; background: rgba(255,255,255,.03); }
.theme-a .pv-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); display: inline-block; flex-shrink: 0; }
.theme-a .a-hero-logo { width: min(680px, 88%); height: auto; margin: 26px 0 8px; filter: drop-shadow(0 6px 30px rgba(95,168,255,.35)); }
.theme-a .a-hero-promise { max-width: 660px; font-size: 18px; line-height: 1.6; color: #aeb6bf; margin: 14px 0 30px; }
.theme-a .a-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* facts bar */
.theme-a .a-facts { display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 54px; padding: 24px 30px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.theme-a .a-fact { text-align: center; min-width: 120px; }
.theme-a .a-fact-k { font-family: var(--font-display); font-weight: 700; font-size: 30px; line-height: 1; }
.theme-a .a-fact-l { font-size: 13px; color: #8a939d; margin-top: 6px; letter-spacing: .02em; }
.theme-a .a-fact-div { width: 1px; height: 38px; background: rgba(255,255,255,.1); }
@media (max-width: 680px) { .theme-a .a-fact-div { display: none; } .theme-a .a-facts { gap: 18px; } }

/* sections */
.theme-a .a-sec { padding: 84px 0; }
.theme-a .a-sec--alt { background: linear-gradient(180deg, #0c0d10, #101216); }
.theme-a .a-eye { color: var(--accent); }
.theme-a .a-h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.05; font-weight: 700; letter-spacing: -.01em; margin-top: 10px; }
.theme-a .a-sechead { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 40px; }
.theme-a .a-sechead-p { max-width: 320px; color: #8a939d; font-size: 15px; line-height: 1.6; }
@media (max-width: 760px) { .theme-a .a-sechead { flex-direction: column; align-items: flex-start; gap: 14px; } }

/* categories */
.theme-a .a-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.theme-a .a-cat { position: relative; padding: 24px 22px 22px; border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, #191c21, #0e1014); border: 1px solid rgba(255,255,255,.07); transition: .2s; display: block; }
.theme-a .a-cat::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 3px; background: var(--accent); opacity: 0; transition: .2s; }
.theme-a .a-cat:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.18); box-shadow: 0 18px 40px -18px rgba(0,0,0,.8); }
.theme-a .a-cat:hover::before { opacity: 1; }
.theme-a .a-cat-ic { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #dce3ea; background: linear-gradient(180deg, #2a2e35, #16181d); border: 1px solid rgba(255,255,255,.08); margin-bottom: 18px; }
.theme-a .a-cat:hover .a-cat-ic { color: #fff; }
.theme-a .a-cat-n { position: absolute; top: 20px; right: 20px; font-family: var(--font-display); font-size: 13px; color: #4d555e; letter-spacing: .1em; }
.theme-a .a-cat h3 { font-size: 19px; color: #eef2f6; font-weight: 600; letter-spacing: .01em; }
.theme-a .a-cat p  { font-size: 13.5px; color: #8a939d; margin-top: 7px; line-height: 1.5; }
.theme-a .a-cat-go { position: absolute; bottom: 20px; right: 20px; color: var(--accent); opacity: 0; transform: translateX(-4px); transition: .2s; }
.theme-a .a-cat:hover .a-cat-go { opacity: 1; transform: translateX(0); }
@media (max-width: 980px) { .theme-a .a-cats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .theme-a .a-cats { grid-template-columns: 1fr; } }

/* advantages */
.theme-a .a-advs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.theme-a .a-adv-card { padding: 26px 24px; border-radius: 14px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.07); }
.theme-a .a-adv-ic { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; color: var(--accent); background: rgba(225,16,38,.1); border: 1px solid rgba(225,16,38,.25); margin-bottom: 18px; }
.theme-a .a-adv-card h3 { font-size: 18px; color: #eef2f6; font-weight: 600; }
.theme-a .a-adv-card p  { font-size: 14px; color: #8a939d; margin-top: 8px; line-height: 1.55; }
@media (max-width: 880px) { .theme-a .a-advs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .theme-a .a-advs { grid-template-columns: 1fr; } }

/* steps */
.theme-a .a-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.theme-a .a-step { padding: 28px 26px; border-radius: 14px; background: linear-gradient(180deg, #16181d, #0d0f12); border: 1px solid rgba(255,255,255,.07); }
.theme-a .a-step-n { font-family: var(--font-display); font-weight: 700; font-size: 46px; line-height: 1; }
.theme-a .a-step h3 { font-size: 19px; color: #eef2f6; margin-top: 10px; font-weight: 600; }
.theme-a .a-step p  { font-size: 14px; color: #8a939d; margin-top: 8px; line-height: 1.55; }
@media (max-width: 760px) { .theme-a .a-steps { grid-template-columns: 1fr; } }

/* contact cta */
.theme-a .a-zayavka { position: relative; overflow: hidden; padding: 84px 0; background: radial-gradient(120% 100% at 80% 0%, #1b1417 0%, #0a0b0d 55%); }
.theme-a .a-glow-2 { position: absolute; top: -200px; left: 78%; width: 600px; height: 400px; border-radius: 50%; background: radial-gradient(closest-side, rgba(225,16,38,.3), transparent 70%); filter: blur(8px); pointer-events: none; }
.theme-a .a-zayavka-in { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.theme-a .a-zayavka-left p { color: #aeb6bf; font-size: 16px; line-height: 1.6; margin-top: 14px; max-width: 420px; }
.theme-a .a-contacts { display: flex; flex-direction: column; gap: 14px; }
.theme-a .a-contact { display: flex; align-items: center; gap: 18px; padding: 20px 22px; border-radius: 14px; background: linear-gradient(180deg, #15171c, #0e1014); border: 1px solid rgba(255,255,255,.1); transition: .18s; }
.theme-a .a-contact:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.24); box-shadow: 0 18px 40px -22px #000; }
.theme-a .a-contact-ic { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: var(--accent); background: rgba(225,16,38,.1); border: 1px solid rgba(225,16,38,.28); }
.theme-a .a-contact-tx { display: flex; flex-direction: column; line-height: 1.2; }
.theme-a .a-contact-tx b  { font-family: var(--font-display); font-size: 18px; color: #eef2f6; font-weight: 600; letter-spacing: .01em; }
.theme-a .a-contact-tx em { font-style: normal; font-size: 14.5px; color: #8a939d; margin-top: 3px; }
.theme-a .a-contact-go { margin-left: auto; color: #5c656f; transition: .18s; }
.theme-a .a-contact:hover .a-contact-go { color: var(--accent); transform: translateX(3px); }
@media (max-width: 820px) { .theme-a .a-zayavka-in { grid-template-columns: 1fr; gap: 34px; } }

/* stores */
.theme-a .a-stores { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.theme-a .a-store { padding: 26px; border-radius: 16px; background: linear-gradient(180deg, #16181d, #0d0f12); border: 1px solid rgba(255,255,255,.08); }
.theme-a .a-store-top { display: flex; gap: 14px; align-items: flex-start; }
.theme-a .a-store-pin { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; color: var(--accent); background: rgba(225,16,38,.1); border: 1px solid rgba(225,16,38,.25); }
.theme-a .a-store-top h3 { font-size: 20px; color: #eef2f6; font-weight: 600; }
.theme-a .a-store-top p  { font-size: 14.5px; color: #9aa3ad; margin-top: 3px; }
.theme-a .a-store-ph { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0; }
.theme-a .a-store-ph li { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 500; font-size: 16px; color: #dce3ea; white-space: nowrap; }
.theme-a .a-store-ph svg { color: var(--accent); }
.theme-a .a-store-mapwrap { margin-top: 4px; border-radius: 11px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #0c0e11; }
.theme-a .a-store-map { display: block; width: 100%; height: 200px; border: 0; filter: grayscale(.25) contrast(1.05); }
.theme-a .a-store-route { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .06em; font-size: 13px; font-weight: 600; color: #dce3ea; border: 1px solid rgba(255,255,255,.16); padding: 10px 16px; border-radius: 9px; transition: .18s; }
.theme-a .a-store-route svg { color: var(--accent); }
.theme-a .a-store-route:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.theme-a .a-store-route:hover svg { color: #fff; }
@media (max-width: 680px) { .theme-a .a-stores { grid-template-columns: 1fr; } }

/* footer */
.theme-a .a-foot { padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,.08); background: #070809; }
.theme-a .a-foot-in { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.theme-a .a-foot-brand img { height: 78px; width: auto; margin-bottom: 14px; }
.theme-a .a-foot-brand p { color: #8a939d; font-size: 14px; }
.theme-a .a-socials { display: flex; gap: 14px; flex-wrap: wrap; }
.theme-a .a-social { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 12px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.02); transition: .18s; color: #dce3ea; }
.theme-a .a-social svg { color: var(--accent); }
.theme-a .a-social:hover { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.theme-a .a-social span { display: flex; flex-direction: column; font-size: 12px; color: #8a939d; line-height: 1.35; }
.theme-a .a-social b { font-size: 14.5px; color: #eef2f6; font-weight: 600; }
.theme-a .a-foot-bot { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #5c656f; font-size: 13px; flex-wrap: wrap; gap: 10px; }
