/*
Theme Name: Автодеталь КНР
Theme URI: https://avtodetal-knr.ru/
Author: Автодеталь КНР
Description: Лёгкая премиальная тема WooCommerce для магазина запчастей китайских автомобилей.
Version: 1.3.1
Text Domain: avtodetal-knr
*/

:root {
  --adk-bg: #0b0c0f;
  --adk-panel: #14161b;
  --adk-panel-2: #1b1e24;
  --adk-line: rgba(255, 255, 255, .10);
  --adk-text: #f5f7fa;
  --adk-muted: #a6acb8;
  --adk-red: #ed1c2f;
  --adk-red-2: #b80919;
  --adk-green: #32c777;
  --adk-radius: 22px;
  --adk-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --adk-max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--adk-bg);
  color: var(--adk-text);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% -10%, rgba(237, 28, 47, .12), transparent 32%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.adk-container { width: min(calc(100% - 40px), var(--adk-max)); margin-inline: auto; }
.adk-main { min-height: 60vh; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

.adk-topbar {
  padding: 8px 0;
  color: #cfd3db;
  background: #08090b;
  border-bottom: 1px solid var(--adk-line);
  font-size: 13px;
}
.adk-topbar__inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.adk-topbar__points { display: flex; gap: 24px; }
.adk-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--adk-green); box-shadow: 0 0 12px rgba(50,199,119,.7); }

.adk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 12, 15, .88);
  border-bottom: 1px solid var(--adk-line);
  backdrop-filter: blur(18px);
}
.admin-bar .adk-header { top: 32px; }
.adk-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 78px; gap: 42px; }
.adk-logo { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.adk-logo__mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(237,28,47,.48); border-radius: 12px; background: linear-gradient(145deg,#251015,#0d0e11); color: var(--adk-red); font-weight: 900; box-shadow: inset 0 0 20px rgba(237,28,47,.08); }
.adk-logo__text { display: grid; line-height: 1.05; }
.adk-logo__text strong { font-size: 17px; letter-spacing: .02em; }
.adk-logo__text span { color: var(--adk-muted); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; margin-top: 5px; }
.adk-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.adk-nav a { color: #d9dce2; font-size: 14px; font-weight: 650; transition: .2s ease; }
.adk-nav a:hover, .adk-nav .current-menu-item > a { color: #fff; }
.adk-header__actions { display: flex; align-items: center; gap: 10px; }
.adk-icon-btn { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 13px; border: 1px solid var(--adk-line); border-radius: 12px; background: rgba(255,255,255,.035); color: #fff; }
.adk-icon-btn:hover { border-color: rgba(237,28,47,.52); background: rgba(237,28,47,.1); }
.adk-cart-count { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 7px; padding-inline: 4px; border-radius: 99px; background: var(--adk-red); color: #fff; font-size: 10px; font-weight: 800; }
.adk-menu-toggle { display: none; }

.adk-button, .button, button[type=submit], input[type=submit], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px !important;
  border: 1px solid var(--adk-red) !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, var(--adk-red), var(--adk-red-2)) !important;
  color: #fff !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 30px rgba(237,28,47,.18);
}
.adk-button:hover, .button:hover, button[type=submit]:hover, .woocommerce a.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.adk-button--ghost { border-color: rgba(255,255,255,.18) !important; background: rgba(255,255,255,.06) !important; box-shadow: none; }
.adk-button--small { min-height: 42px; padding: 9px 15px !important; font-size: 13px; }

.adk-hero { position: relative; min-height: 690px; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--adk-line); }
.adk-hero__media { position: absolute; inset: 0; background-position: center; background-size: cover; }
.adk-hero__media-image { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.adk-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,10,.98) 0%, rgba(7,8,10,.88) 33%, rgba(7,8,10,.22) 72%, rgba(7,8,10,.10) 100%), linear-gradient(0deg, #0b0c0f 0%, transparent 28%); }
.adk-hero__content { position: relative; z-index: 2; max-width: 650px; padding: 88px 0 102px; }
.adk-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #ff6a76; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.adk-eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--adk-red); }
.adk-hero h1 { max-width: 650px; margin: 0 0 22px; font-size: clamp(44px, 5.3vw, 76px); line-height: .99; letter-spacing: -.055em; }
.adk-hero h1 span { color: var(--adk-red); }
.adk-hero__lead { max-width: 570px; margin: 0 0 30px; color: #c5c9d1; font-size: clamp(17px, 1.55vw, 21px); }
.adk-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.adk-hero__facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #d5d8de; font-size: 13px; }
.adk-hero__facts span { display: flex; align-items: center; gap: 8px; }
.adk-hero__facts i { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(50,199,119,.35); border-radius: 50%; background: rgba(50,199,119,.10); color: var(--adk-green); font-style: normal; font-size: 11px; }

/* Premium home */
.adk-hero--premium { min-height: 750px; align-items: stretch; isolation: isolate; }
.adk-hero--premium .adk-hero__media { background-position: center center; filter: saturate(.88) contrast(1.05); transform: scale(1.01); }
.adk-hero--premium .adk-hero__media::after { background: linear-gradient(90deg,#08090b 0%,rgba(8,9,11,.94) 30%,rgba(8,9,11,.28) 63%,rgba(8,9,11,.10) 100%),linear-gradient(0deg,#0b0c0f 0%,transparent 32%); }
.adk-hero--animated { --adk-x:0; --adk-y:0; background:#08090b; }
.adk-hero--animated .adk-hero__media { inset:-3%; width:106%; height:106%; background-position:50% 50%; filter:saturate(.94) contrast(1.08) brightness(.92); transform:translate3d(calc(var(--adk-x) * -14px),calc(var(--adk-y) * -9px),0) scale(1.035); transition:transform .45s cubic-bezier(.2,.75,.25,1); will-change:transform,background-position; animation:adk-hero-camera 16s ease-in-out infinite alternate; }
.adk-hero--animated .adk-hero__media::after { z-index:1; background:linear-gradient(90deg,#07080a 0%,rgba(7,8,10,.93) 29%,rgba(7,8,10,.43) 51%,rgba(7,8,10,.08) 79%,rgba(7,8,10,.18) 100%),linear-gradient(0deg,#0b0c0f 0%,rgba(11,12,15,.38) 22%,transparent 47%); }
.adk-hero__fog,.adk-hero__light,.adk-hero__scan,.adk-hero__particles { position:absolute; inset:0; z-index:1; pointer-events:none; }
.adk-hero__fog { background:radial-gradient(ellipse at 72% 72%,rgba(237,28,47,.11),transparent 28%),linear-gradient(115deg,transparent 35%,rgba(255,255,255,.025) 51%,transparent 64%); opacity:.78; transform:translate3d(calc(var(--adk-x) * 8px),calc(var(--adk-y) * 5px),0); animation:adk-fog-breathe 7s ease-in-out infinite alternate; }
.adk-hero__light { inset:-10% -20%; background:linear-gradient(108deg,transparent 34%,rgba(237,28,47,.02) 43%,rgba(255,68,82,.2) 49%,rgba(237,28,47,.035) 55%,transparent 64%); mix-blend-mode:screen; opacity:.55; transform:translateX(-35%); animation:adk-light-sweep 7.8s cubic-bezier(.55,.08,.28,.99) infinite; }
.adk-hero__scan { inset:auto 0 88px; height:1px; background:linear-gradient(90deg,transparent 40%,rgba(255,54,71,.76) 64%,transparent 83%); box-shadow:0 0 16px rgba(237,28,47,.34); opacity:.45; transform:translateX(-100%); animation:adk-road-scan 6.5s ease-in-out infinite 1.2s; }
.adk-hero__particles i { position:absolute; width:3px; height:3px; border-radius:50%; background:#ff4355; box-shadow:0 0 12px rgba(255,55,73,.9); opacity:0; animation:adk-particle-rise 6s ease-in infinite; }
.adk-hero__particles i:nth-child(1){left:53%;top:75%;animation-delay:.2s}.adk-hero__particles i:nth-child(2){left:61%;top:80%;animation-delay:1.1s}.adk-hero__particles i:nth-child(3){left:69%;top:68%;animation-delay:2.6s}.adk-hero__particles i:nth-child(4){left:76%;top:79%;animation-delay:3.8s}.adk-hero__particles i:nth-child(5){left:84%;top:65%;animation-delay:4.5s}.adk-hero__particles i:nth-child(6){left:91%;top:76%;animation-delay:1.9s}.adk-hero__particles i:nth-child(7){left:57%;top:62%;animation-delay:5.1s}
.adk-hero__accent { position:absolute; z-index:1; left:0; top:18%; width:4px; height:160px; background:linear-gradient(180deg,transparent,var(--adk-red),transparent); box-shadow:0 0 26px rgba(237,28,47,.75); }
.adk-hero__layout { position:relative; z-index:3; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(310px,.55fr); gap:80px; align-items:center; padding-top:62px; padding-bottom:122px; }
.adk-hero--premium .adk-hero__content { max-width:700px; padding:35px 0; }
.adk-hero__kicker { display:flex; align-items:center; gap:13px; margin-bottom:23px; color:#eeb8bc; font-size:11px; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.adk-hero__kicker span { padding:6px 9px; border:1px solid rgba(237,28,47,.34); border-radius:6px; background:rgba(237,28,47,.08); color:#ff5362; letter-spacing:.06em; }
.adk-hero--premium h1 { margin-bottom:24px; font-size:clamp(54px,6.1vw,88px); line-height:.94; letter-spacing:-.062em; }
.adk-hero--premium h1 span { background:linear-gradient(90deg,#ff3347,#b30719); -webkit-background-clip:text; background-clip:text; color:transparent; }
.adk-hero--premium .adk-hero__lead { max-width:610px; color:#c5c9d1; font-size:18px; line-height:1.65; }
.adk-button--shine { position:relative; overflow:hidden; }
.adk-button--shine::after { content:""; position:absolute; inset:-100% auto -100% -40%; width:32px; transform:rotate(18deg); background:rgba(255,255,255,.25); transition:left .4s ease; }
.adk-button--shine:hover::after { left:120%; }
.adk-button--glass { border-color:rgba(255,255,255,.18)!important; background:rgba(13,15,18,.62)!important; backdrop-filter:blur(12px); box-shadow:none; }
.adk-hero__trust { display:flex; gap:25px; margin-top:31px; }
.adk-hero__trust span { display:flex; align-items:center; gap:8px; color:#d4d8df; font-size:12px; }
.adk-hero__trust i { display:grid; place-items:center; width:20px; height:20px; border-radius:50%; border:1px solid rgba(50,199,119,.28); background:rgba(50,199,119,.1); color:#48da89; font-style:normal; }
.adk-quick-card { position:relative; align-self:center; margin-top:26px; padding:28px; overflow:hidden; border:1px solid rgba(255,255,255,.15); border-radius:24px; background:linear-gradient(145deg,rgba(24,26,31,.86),rgba(9,10,13,.76)); backdrop-filter:blur(20px); box-shadow:0 30px 80px rgba(0,0,0,.42); transform:perspective(900px) translate3d(calc(var(--adk-x) * 8px),calc(var(--adk-y) * 6px),0) rotateX(calc(var(--adk-y) * -1.5deg)) rotateY(calc(var(--adk-x) * 2deg)); transition:transform .5s cubic-bezier(.2,.75,.25,1),border-color .3s,box-shadow .3s; will-change:transform; }
.adk-quick-card::before { content:""; position:absolute; z-index:-1; inset:-1px; border-radius:inherit; background:radial-gradient(circle at 75% 15%,rgba(237,28,47,.18),transparent 38%); animation:adk-card-pulse 4.8s ease-in-out infinite alternate; }
.adk-quick-card:hover { border-color:rgba(255,87,101,.32); box-shadow:0 34px 95px rgba(0,0,0,.52),0 0 40px rgba(237,28,47,.08); }
.adk-quick-card__tag { display:inline-block; margin-bottom:19px; padding:5px 9px; border-radius:6px; background:rgba(237,28,47,.12); color:#ff6270; font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.adk-quick-card h2 { margin:0 0 9px; font-size:28px; line-height:1.08; letter-spacing:-.035em; }
.adk-quick-card p { margin:0 0 20px; color:#9fa5b0; font-size:13px; }
.adk-quick-card__vin { position:relative; display:grid; gap:5px; margin-bottom:20px; padding:16px; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:13px; background:rgba(5,6,8,.6); }
.adk-quick-card__vin small { color:#68707d; font-size:9px; letter-spacing:.13em; text-transform:uppercase; }
.adk-quick-card__vin strong { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.09em; }
.adk-quick-card__vin span { position:absolute; left:-70%; bottom:0; width:70%; height:2px; background:linear-gradient(90deg,transparent,var(--adk-red),transparent); animation:adk-vin-scan 3.2s ease-in-out infinite; }
.adk-quick-card > a { display:flex; justify-content:space-between; align-items:center; color:#fff; font-size:12px; font-weight:800; }
.adk-quick-card > a b { color:#ff5362; font-size:18px; }
.adk-hero__stats { position:absolute; z-index:4; left:50%; bottom:0; transform:translateX(-50%); display:grid; grid-template-columns:repeat(3,150px) 1fr; align-items:center; min-height:88px; border:1px solid rgba(255,255,255,.1); border-bottom:0; border-radius:20px 20px 0 0; background:rgba(12,14,17,.9); backdrop-filter:blur(18px); }
.adk-hero__stats > div { display:flex; align-items:center; gap:10px; min-height:45px; padding:0 24px; border-right:1px solid rgba(255,255,255,.09); }
.adk-hero__stats strong { font-size:27px; letter-spacing:-.04em; }
.adk-hero__stats span { color:#858c98; font-size:10px; line-height:1.35; text-transform:uppercase; letter-spacing:.06em; }
.adk-hero__stats .adk-hero__stats-note { justify-content:flex-end; border:0; color:#878e99; font-size:11px; }
.adk-live-dot { width:7px; height:7px; flex:0 0 auto; border-radius:50%; background:var(--adk-green); box-shadow:0 0 13px rgba(50,199,119,.8); }
.adk-hero--animated:not(.is-ready) .adk-hero__content,.adk-hero--animated:not(.is-ready) .adk-quick-card { opacity:0; transform:translateY(18px); }
.adk-hero--animated .adk-hero__content,.adk-hero--animated .adk-quick-card { transition:opacity .8s ease,transform .9s cubic-bezier(.2,.75,.25,1); }
.adk-hero--animated .adk-quick-card { transition-delay:.12s; }
@keyframes adk-hero-camera { 0%{background-position:48% 50%} 100%{background-position:52% 48%} }
@keyframes adk-fog-breathe { from{opacity:.48;filter:blur(0)} to{opacity:.9;filter:blur(3px)} }
@keyframes adk-light-sweep { 0%,12%{transform:translateX(-45%);opacity:0} 42%{opacity:.68} 72%,100%{transform:translateX(48%);opacity:0} }
@keyframes adk-road-scan { 0%,15%{transform:translateX(-100%);opacity:0} 45%{opacity:.55} 75%,100%{transform:translateX(100%);opacity:0} }
@keyframes adk-particle-rise { 0%{opacity:0;transform:translate3d(0,8px,0) scale(.65)} 18%{opacity:.7} 76%{opacity:.3} 100%{opacity:0;transform:translate3d(18px,-58px,0) scale(1.25)} }
@keyframes adk-card-pulse { from{opacity:.52;transform:scale(.94)} to{opacity:1;transform:scale(1.08)} }
@keyframes adk-vin-scan { 0%,18%{transform:translateX(0);opacity:0} 45%{opacity:1} 82%,100%{transform:translateX(245%);opacity:0} }
.adk-marquee { border-bottom:1px solid var(--adk-line); background:#0e1013; }
.adk-marquee__inner { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:83px; overflow-x:auto; scrollbar-width:none; }
.adk-marquee__inner::-webkit-scrollbar { display:none; }
.adk-marquee__inner a { color:#e8eaee; font-size:15px; font-weight:900; letter-spacing:.04em; white-space:nowrap; transition:color .2s; }
.adk-marquee__inner a:hover { color:#ff5261; }
.adk-marquee__inner i { width:3px; height:3px; flex:0 0 auto; border-radius:50%; background:#4d525b; }
.adk-marquee__label { color:#656c77; font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; white-space:nowrap; }
.adk-section__head--wide > div { flex:1; }
.adk-section__head--wide h2 span { color:#6d737d; }
.adk-bento { display:grid; grid-template-columns:1.12fr .88fr .88fr; grid-template-rows:300px 270px; gap:16px; }
.adk-bento-card { position:relative; overflow:hidden; border:1px solid var(--adk-line); border-radius:24px; background:#16181d; box-shadow:var(--adk-shadow); }
.adk-bento-card--large { grid-row:1/3; }
.adk-bento-card--wide { grid-column:2/4; }
.adk-bento-card img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease,filter .55s ease; }
.adk-bento-card__shade { position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,8,10,.96) 0%,rgba(7,8,10,.16) 67%),linear-gradient(90deg,rgba(7,8,10,.4),transparent 60%); }
.adk-bento-card:hover img { transform:scale(1.045); filter:saturate(1.08); }
.adk-bento-card__copy { position:absolute; z-index:2; left:25px; right:25px; bottom:22px; display:grid; }
.adk-bento-card__copy small { margin-bottom:7px; color:#ff6673; font-size:9px; font-style:normal; font-weight:900; letter-spacing:.12em; }
.adk-bento-card__copy strong { font-size:clamp(23px,2.2vw,34px); line-height:1.04; letter-spacing:-.035em; }
.adk-bento-card__copy em { margin-top:11px; color:#a9aeb7; font-size:11px; font-style:normal; }
.adk-process__line { display:grid; grid-template-columns:repeat(3,1fr); position:relative; gap:0; border:1px solid var(--adk-line); border-radius:24px; overflow:hidden; }
.adk-process__line article { display:grid; grid-template-columns:auto 1fr; gap:20px; padding:34px; background:linear-gradient(145deg,#17191e,#111317); border-right:1px solid var(--adk-line); }
.adk-process__line article:last-child { border:0; }
.adk-process__line article > span { color:rgba(237,28,47,.42); font-size:35px; font-weight:950; line-height:1; letter-spacing:-.06em; }
.adk-process__line small { color:#ff6673; font-size:9px; font-weight:900; letter-spacing:.12em; }
.adk-process__line h3 { margin:5px 0 7px; font-size:20px; }
.adk-process__line p { margin:0; color:#8f96a1; font-size:13px; }
.adk-selection__inner { display:grid; grid-template-columns:.8fr 1.2fr; gap:85px; align-items:center; }
.adk-selection__copy h2 { margin:0 0 18px; font-size:clamp(36px,4.3vw,58px); line-height:1.02; letter-spacing:-.05em; }
.adk-selection__copy p { margin:0 0 26px; color:var(--adk-muted); }
.adk-selection__models { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.adk-selection__models a { position:relative; min-height:150px; padding:24px; overflow:hidden; border:1px solid var(--adk-line); border-radius:19px; background:linear-gradient(145deg,#191b20,#101216); }
.adk-selection__models a::after { content:""; position:absolute; right:-35px; bottom:-50px; width:130px; height:130px; border:1px solid rgba(237,28,47,.2); border-radius:50%; box-shadow:0 0 50px rgba(237,28,47,.08); }
.adk-selection__models span { display:block; color:#ff6270; font-size:10px; font-weight:900; letter-spacing:.12em; }
.adk-selection__models strong { display:block; margin:14px 0 16px; font-size:23px; }
.adk-selection__models em { color:#797f89; font-size:11px; font-style:normal; }
.adk-final-cta { padding-top:20px; }
.adk-final-cta__panel { position:relative; display:flex; justify-content:space-between; align-items:center; gap:50px; overflow:hidden; padding:55px clamp(32px,5vw,70px); border:1px solid rgba(237,28,47,.28); border-radius:30px; background:radial-gradient(circle at 88% 10%,rgba(237,28,47,.27),transparent 38%),linear-gradient(135deg,#211316,#111318 70%); box-shadow:var(--adk-shadow); }
.adk-final-cta__panel::before { content:"汽"; position:absolute; right:22%; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.025); font-size:250px; font-weight:900; }
.adk-final-cta__cn { color:#ff6572; font-size:11px; font-weight:900; letter-spacing:.18em; }
.adk-final-cta h2 { margin:10px 0 13px; font-size:clamp(34px,4.2vw,56px); line-height:1; letter-spacing:-.05em; }
.adk-final-cta p { margin:0; color:#aeb3bd; }
.adk-final-cta__actions { position:relative; z-index:2; display:grid; justify-items:center; gap:12px; min-width:230px; }
.adk-final-cta__actions small { color:#7d838e; font-size:10px; text-align:center; }

.adk-brandbar { padding: 22px 0; border-bottom: 1px solid var(--adk-line); background: #0e1013; }
.adk-brandbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.adk-brandbar__inner::-webkit-scrollbar { display: none; }
.adk-brandbar__label { min-width: max-content; color: #737a87; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.adk-brand { min-width: max-content; color: #e7e9ed; font-size: 15px; font-weight: 850; letter-spacing: .035em; }

.adk-section { padding: 96px 0; }
.adk-section--soft { background: #101216; border-block: 1px solid var(--adk-line); }
.adk-section__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.adk-section__head h2, .adk-page-title { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.adk-section__head p { max-width: 520px; margin: 0; color: var(--adk-muted); }
.adk-text-link { color: #ff6a76; font-weight: 750; white-space: nowrap; }

.adk-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.adk-category-card { position: relative; min-height: 420px; overflow: hidden; border: 1px solid var(--adk-line); border-radius: var(--adk-radius); background: var(--adk-panel); box-shadow: var(--adk-shadow); }
.adk-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.adk-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,10,.96) 0%, rgba(7,8,10,.12) 62%); }
.adk-category-card:hover img { transform: scale(1.045); }
.adk-category-card__content { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; }
.adk-category-card__content small { color: #ff6a76; font-weight: 800; }
.adk-category-card__content h3 { margin: 4px 0 5px; font-size: 23px; }
.adk-category-card__content p { margin: 0; color: #afb4be; font-size: 13px; }

.adk-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.adk-step { position: relative; padding: 30px; border: 1px solid var(--adk-line); border-radius: var(--adk-radius); background: linear-gradient(145deg, #181a20, #101216); }
.adk-step__num { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; border: 1px solid rgba(237,28,47,.45); border-radius: 14px; color: #ff6a76; background: rgba(237,28,47,.08); font-size: 14px; font-weight: 900; }
.adk-step h3 { margin: 0 0 8px; font-size: 21px; }
.adk-step p { margin: 0; color: var(--adk-muted); }

.adk-vin-banner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; border: 1px solid rgba(237,28,47,.26); border-radius: 30px; background: radial-gradient(circle at 80% 30%, rgba(237,28,47,.26), transparent 44%), linear-gradient(145deg,#1b1519,#111318); box-shadow: var(--adk-shadow); }
.adk-vin-banner__copy { padding: clamp(34px,5vw,70px); }
.adk-vin-banner h2 { margin: 0 0 15px; font-size: clamp(32px,4.2vw,58px); line-height: 1.02; letter-spacing: -.045em; }
.adk-vin-banner p { max-width: 620px; margin: 0 0 24px; color: #c3c7cf; }
.adk-vin-banner__code { padding: 34px; }
.adk-vin-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(8,9,11,.62); backdrop-filter: blur(12px); }
.adk-vin-card__label { color: #8d94a0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.adk-vin-card__number { margin: 12px 0 18px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(20px,2.2vw,31px); letter-spacing: .12em; }
.adk-vin-card__scan { height: 4px; border-radius: 4px; background: linear-gradient(90deg, transparent, var(--adk-red), transparent); box-shadow: 0 0 18px rgba(237,28,47,.8); }

.adk-benefits { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--adk-line); border-radius: var(--adk-radius); overflow: hidden; }
.adk-benefit { padding: 26px; background: var(--adk-panel); border-right: 1px solid var(--adk-line); }
.adk-benefit:last-child { border: 0; }
.adk-benefit strong { display: block; margin-bottom: 5px; }
.adk-benefit span { color: var(--adk-muted); font-size: 13px; }

.adk-page-hero { padding: 78px 0 46px; background: linear-gradient(180deg,#121419,#0b0c0f); border-bottom: 1px solid var(--adk-line); }
.adk-page-hero p { max-width: 720px; color: var(--adk-muted); font-size: 18px; }
.adk-content { padding: 64px 0 96px; }
.adk-prose { max-width: 880px; }
.adk-prose h2 { margin-top: 44px; font-size: 30px; }
.adk-prose p, .adk-prose li { color: #c3c7cf; }
.adk-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 32px 0; }
.adk-info-card { padding: 26px; border: 1px solid var(--adk-line); border-radius: 18px; background: var(--adk-panel); }
.adk-info-card h3 { margin-top: 0; }
.adk-info-card p { margin-bottom: 0; color: var(--adk-muted); }

.adk-form { max-width: 760px; padding: clamp(24px,4vw,44px); border: 1px solid var(--adk-line); border-radius: 24px; background: var(--adk-panel); box-shadow: var(--adk-shadow); }
.adk-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.adk-field { margin-bottom: 17px; }
.adk-field label { display: block; margin-bottom: 7px; color: #dfe2e7; font-size: 13px; font-weight: 750; }
.adk-field input, .adk-field select, .adk-field textarea, .woocommerce input.input-text, .woocommerce select, .woocommerce textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; outline: none; background: #0c0e11; color: #fff;
}
.adk-field textarea { min-height: 130px; resize: vertical; }
.adk-field input:focus, .adk-field textarea:focus { border-color: var(--adk-red); box-shadow: 0 0 0 3px rgba(237,28,47,.1); }
.adk-form__note { color: var(--adk-muted); font-size: 12px; }
.adk-alert { margin-bottom: 22px; padding: 16px 18px; border: 1px solid rgba(50,199,119,.35); border-radius: 13px; background: rgba(50,199,119,.09); color: #9cf0bf; }

.adk-shop-wrap { padding: 54px 0 96px; }
.adk-shop-head { margin-bottom: 30px; }
.adk-shop-head p { color: var(--adk-muted); }
.adk-catalog-filter { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 10px; margin: 0 0 34px; padding: 14px; border: 1px solid var(--adk-line); border-radius: 18px; background: var(--adk-panel); }
.adk-catalog-filter input, .adk-catalog-filter select { min-width: 0; height: 48px; padding: 0 13px; border: 1px solid var(--adk-line); border-radius: 11px; background: #0b0d10; color: #fff; }
.adk-catalog-filter button { min-height: 48px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 26px; color: var(--adk-muted); }
.woocommerce .woocommerce-ordering select { padding: 10px 12px; border: 1px solid var(--adk-line); border-radius: 10px; background: var(--adk-panel); color: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 20px; overflow: hidden; border: 1px solid var(--adk-line); border-radius: 18px; background: var(--adk-panel); transition: transform .2s ease, border-color .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); border-color: rgba(237,28,47,.4); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1; object-fit: cover; margin: 0 0 18px !important; background: #0e1013; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 18px !important; min-height: 60px; color: #f5f6f8; font-size: 16px !important; line-height: 1.35; }
.woocommerce ul.products li.product .price { padding: 0 18px; color: #fff !important; font-size: 18px !important; font-weight: 850 !important; }
.woocommerce ul.products li.product .price del { color: #737984 !important; font-size: 13px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { margin: 10px 18px 0 !important; min-height: 42px; padding: 10px 14px !important; font-size: 12px; }
.woocommerce span.onsale { top: 12px !important; left: 12px !important; min-width: 0 !important; min-height: 0 !important; padding: 7px 10px !important; border-radius: 9px !important; background: var(--adk-red) !important; line-height: 1 !important; }
.woocommerce nav.woocommerce-pagination ul { border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li { border: 0 !important; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; padding: 12px !important; border-radius: 10px; background: var(--adk-panel); color: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--adk-red); }
.woocommerce div.product { padding: 54px 0 90px; }
.woocommerce div.product div.images img { border-radius: 20px; }
.woocommerce div.product .product_title { font-size: clamp(32px,4vw,52px); line-height: 1.05; }
.woocommerce div.product p.price { color: #fff !important; font-size: 29px !important; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--adk-muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--adk-line) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--adk-line) !important; background: var(--adk-panel) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #fff !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--adk-red) !important; background: var(--adk-panel) !important; color: #fff !important; }
.woocommerce table.shop_table { border-color: var(--adk-line) !important; border-radius: 16px !important; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: var(--adk-line) !important; }

.adk-footer { padding: 60px 0 24px; border-top: 1px solid var(--adk-line); background: #08090b; }
.adk-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.adk-footer h4 { margin: 0 0 17px; font-size: 14px; }
.adk-footer p, .adk-footer a { color: #8f96a2; font-size: 13px; }
.adk-footer a { display: block; margin: 8px 0; }
.adk-footer a:hover { color: #fff; }
.adk-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--adk-line); color: #666d78; font-size: 12px; }

@media (prefers-reduced-motion: reduce) {
  .adk-hero--animated .adk-hero__media,.adk-hero__fog,.adk-hero__light,.adk-hero__scan,.adk-hero__particles i,.adk-quick-card::before,.adk-quick-card__vin span { animation:none !important; }
  .adk-hero--animated .adk-hero__media,.adk-quick-card { transform:none !important; transition:none !important; }
  .adk-hero--animated .adk-hero__content,.adk-hero--animated .adk-quick-card { opacity:1 !important; }
}

@media (max-width: 1080px) {
  .adk-header__inner { gap: 18px; }
  .adk-nav { gap: 14px; }
  .adk-category-grid, .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .adk-category-card { min-height: 360px; }
  .adk-benefits { grid-template-columns: repeat(2,1fr); }
  .adk-benefit:nth-child(2) { border-right: 0; }
  .adk-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--adk-line); }
  .adk-hero__layout { gap:30px; grid-template-columns:1fr 330px; }
  .adk-hero__stats { grid-template-columns:repeat(3,130px) 1fr; }
  .adk-bento { grid-template-columns:1fr 1fr; grid-template-rows:410px 280px 280px; }
  .adk-bento-card--large { grid-column:1/3; grid-row:auto; }
  .adk-bento-card--wide { grid-column:1/3; }
}
@media (max-width: 820px) {
  .admin-bar .adk-header { top: 46px; }
  .adk-topbar__points span:nth-child(n+2) { display: none; }
  .adk-header__inner { grid-template-columns: 1fr auto; min-height: 68px; }
  .adk-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 18px 20px 24px; background: #0c0e11; border-bottom: 1px solid var(--adk-line); flex-direction: column; align-items: flex-start; }
  .adk-nav.is-open { display: flex; }
  .adk-menu-toggle { display: grid; }
  .adk-header__actions .adk-button { display: none !important; }
  .adk-hero { min-height: 610px; }
  .adk-hero__media { background-position: 63% center; }
  .adk-hero__media::after { background: linear-gradient(90deg,rgba(7,8,10,.97),rgba(7,8,10,.76) 68%,rgba(7,8,10,.35)); }
  .adk-vin-banner { grid-template-columns: 1fr; }
  .adk-vin-banner__code { padding-top: 0; }
  .adk-info-grid, .adk-steps { grid-template-columns: 1fr; }
  .adk-catalog-filter { grid-template-columns: 1fr 1fr; }
  .adk-footer__grid { grid-template-columns: 1fr 1fr; }
  .adk-hero--premium { min-height:auto; }
  .adk-hero--premium .adk-hero__media { background-position:66% center; }
  .adk-hero--animated .adk-hero__media { inset:-2%; width:104%; height:104%; transform:scale(1.02); animation-duration:22s; }
  .adk-hero__particles,.adk-hero__scan { display:none; }
  .adk-hero__light { animation-duration:10s; opacity:.35; }
  .adk-quick-card { transform:none; }
  .adk-hero__layout { grid-template-columns:1fr; padding-top:45px; padding-bottom:145px; }
  .adk-quick-card { max-width:450px; margin-top:0; }
  .adk-hero__stats { grid-template-columns:repeat(3,1fr); }
  .adk-hero__stats-note { display:none!important; }
  .adk-process__line { grid-template-columns:1fr; }
  .adk-process__line article { border-right:0; border-bottom:1px solid var(--adk-line); }
  .adk-selection__inner { grid-template-columns:1fr; gap:40px; }
  .adk-final-cta__panel { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 560px) {
  .adk-container { width: min(calc(100% - 28px), var(--adk-max)); }
  .adk-logo__text strong { font-size: 15px; }
  .adk-logo__text span { display: none; }
  .adk-header__actions .adk-icon-btn:first-child { display: none; }
  .adk-hero { min-height: 650px; }
  .adk-hero__content { padding: 68px 0 84px; }
  .adk-hero h1 { font-size: 45px; }
  .adk-hero__facts { gap: 12px; flex-direction: column; }
  .adk-section { padding: 68px 0; }
  .adk-section__head { align-items: flex-start; flex-direction: column; }
  .adk-category-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .adk-category-card { min-height: 390px; }
  .adk-benefits { grid-template-columns: 1fr; }
  .adk-benefit { border-right: 0; border-bottom: 1px solid var(--adk-line); }
  .adk-form__grid, .adk-catalog-filter { grid-template-columns: 1fr; }
  .adk-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .adk-footer__bottom { flex-direction: column; }
  .adk-hero--premium .adk-hero__media { background-position:68% center; opacity:.62; }
  .adk-hero--animated .adk-hero__media { background-position:67% center; animation:none; }
  .adk-hero--premium .adk-hero__media::after { background:linear-gradient(90deg,rgba(7,8,10,.98),rgba(7,8,10,.67)),linear-gradient(0deg,#0b0c0f 0%,transparent 42%); }
  .adk-hero__layout { padding-bottom:128px; }
  .adk-hero--premium h1 { font-size:49px; }
  .adk-hero__trust { align-items:flex-start; flex-direction:column; gap:10px; }
  .adk-quick-card { padding:22px; }
  .adk-hero__stats { min-height:80px; }
  .adk-hero__stats > div { padding:0 10px; gap:5px; flex-direction:column; justify-content:center; text-align:center; }
  .adk-hero__stats strong { font-size:22px; }
  .adk-hero__stats span { font-size:8px; }
  .adk-marquee__inner { justify-content:flex-start; }
  .adk-bento { grid-template-columns:1fr; grid-template-rows:390px repeat(3,260px); }
  .adk-bento-card--large,.adk-bento-card--wide { grid-column:auto; }
  .adk-selection__models { grid-template-columns:1fr; }
  .adk-final-cta__panel { padding:35px 25px; }
  .adk-final-cta__actions { width:100%; min-width:0; justify-items:stretch; }
}


.adk-call-float { position: fixed; right: 22px; bottom: 22px; z-index: 9999; display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 20px; border-radius: 999px; background: linear-gradient(135deg, #32c777, #159d55); color: #fff !important; font-weight: 850; box-shadow: 0 14px 34px rgba(21,157,85,.4); transition: transform .2s ease, box-shadow .2s ease; }
.adk-call-float:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(21,157,85,.52); }
.adk-call-float span { font-size: 20px; }
.adk-topbar a[href^="tel:"] { font-weight: 850; color: #fff; }
@media (max-width: 720px) { .adk-call-float { right: 14px; bottom: 14px; min-height: 50px; padding: 0 17px; } .adk-call-float strong { font-size: 14px; } }
