/* ============================================================
   TORQ Piese Auto — design system „Asiimov Industrial"
   alb dominant / negru panouri / portocaliu #ff6a00 accent
   Skin tactical: stencil pe titluri, digital-camo pe fundal,
   dungi de hazard, chamfer + colțuri portocalii ca semnătură.
   ============================================================ */


:root {
  --bg: #f2f1ee;
  --paper: #ffffff;
  --ink: #0e0e0e;
  --panel: #141414;
  --panel-2: #1c1c1c;
  --orange: #ff6a00;
  --orange-hot: #ff8126;
  --orange-deep: #d95500;
  --gray: #6f6b67;
  --gray-light: #b9b5b0;
  --line: rgba(16, 16, 16, .14);
  --line-strong: rgba(16, 16, 16, .26);
  --line-dark: rgba(255, 255, 255, .12);
  --chamfer: 16px;
  --chamfer-sm: 10px;
  --font-display: 'Clash Display', sans-serif;
  --font-stencil: 'Saira Stencil One', 'Clash Display', sans-serif;
  --font-body: 'Satoshi', sans-serif;
  --shadow-card: 0 1px 2px rgba(16,16,16,.05), 0 12px 32px -12px rgba(16,16,16,.18);
  --shadow-pop: 0 24px 60px -16px rgba(16,16,16,.35);
  --glow: 0 0 0 1px var(--orange), 0 8px 32px -6px rgba(255,106,0,.5);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  /* digital-camo Asiimov: pătrate mari gri-cald + accent portocaliu, foarte discret pe alb */
  --camo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23101010' fill-opacity='0.035'%3E%3Crect x='0' y='0' width='20' height='20'/%3E%3Crect x='40' y='0' width='20' height='20'/%3E%3Crect x='20' y='20' width='20' height='20'/%3E%3Crect x='80' y='20' width='40' height='20'/%3E%3Crect x='0' y='40' width='20' height='20'/%3E%3Crect x='60' y='40' width='20' height='20'/%3E%3Crect x='100' y='40' width='20' height='20'/%3E%3Crect x='20' y='60' width='40' height='20'/%3E%3Crect x='80' y='60' width='20' height='20'/%3E%3Crect x='40' y='80' width='20' height='20'/%3E%3Crect x='0' y='100' width='20' height='20'/%3E%3Crect x='60' y='100' width='20' height='20'/%3E%3C/g%3E%3Cg fill='%23ff6a00' fill-opacity='0.05'%3E%3Crect x='100' y='0' width='20' height='20'/%3E%3Crect x='40' y='60' width='20' height='20'/%3E%3Crect x='100' y='100' width='20' height='20'/%3E%3C/g%3E%3C/svg%3E");
  /* digital-camo pentru panouri negre: pătrate în alb + portocaliu, discret */
  --camo-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Crect x='0' y='0' width='20' height='20'/%3E%3Crect x='40' y='0' width='20' height='20'/%3E%3Crect x='20' y='20' width='20' height='20'/%3E%3Crect x='80' y='20' width='40' height='20'/%3E%3Crect x='0' y='40' width='20' height='20'/%3E%3Crect x='60' y='40' width='20' height='20'/%3E%3Crect x='20' y='60' width='40' height='20'/%3E%3Crect x='80' y='60' width='20' height='20'/%3E%3Crect x='40' y='80' width='20' height='20'/%3E%3Crect x='60' y='100' width='20' height='20'/%3E%3C/g%3E%3Cg fill='%23ff6a00' fill-opacity='0.08'%3E%3Crect x='100' y='0' width='20' height='20'/%3E%3Crect x='40' y='60' width='20' height='20'/%3E%3C/g%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  background-image: var(--camo);
  background-attachment: fixed;
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--orange); color: #fff; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .01em;
  text-wrap: balance;
}
/* Titlurile-afiș (hero, capete de secțiune, band-uri, page-hero) — stencil Asiimov.
   Numele de produs (.prod-card h3, #p-name) rămân în Satoshi/Clash pt. lizibilitate. */
.stencil,
.hero-copy h1,
.page-hero h1,
.section-head h2,
.band-dark h2 {
  font-family: var(--font-stencil);
  font-weight: 400;
  letter-spacing: .02em;
}

.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
@media (max-width: 640px) { .wrap { width: calc(100% - 32px); } }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ── Utilitare Asiimov ─────────────────────────────────────── */

.chamfer {
  clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer));
}
.chamfer-sm {
  clip-path: polygon(var(--chamfer-sm) 0, 100% 0, 100% calc(100% - var(--chamfer-sm)), calc(100% - var(--chamfer-sm)) 100%, 0 100%, 0 var(--chamfer-sm));
}

.tech-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gray);
}
.tech-label::before { content: '// '; color: var(--orange); }
.on-dark .tech-label, .tech-label.light { color: var(--gray-light); }

.hazard {
  height: 10px;
  background: repeating-linear-gradient(-45deg, var(--ink) 0 14px, var(--orange) 14px 28px);
}
.hazard-thin {
  height: 5px;
  background: repeating-linear-gradient(-45deg, var(--ink) 0 10px, var(--orange) 10px 20px);
}

/* Colțuri portocalii — semnătura Asiimov pe panouri-cheie (bracket TL + BR) */
.brackets { position: relative; }
.brackets::before, .brackets::after {
  content: ''; position: absolute; width: 26px; height: 26px; z-index: 3; pointer-events: none;
  border: 3px solid var(--orange);
}
.brackets::before { top: -3px; left: -3px; border-right: 0; border-bottom: 0; }
.brackets::after { bottom: -3px; right: -3px; border-left: 0; border-top: 0; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: background .2s, box-shadow .25s, transform .2s;
  position: relative;
}
.btn:hover { background: var(--orange-hot); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-dark { background: var(--ink); }
.btn-dark:hover { background: var(--panel-2); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.on-dark .btn-ghost { color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.4); }
.on-dark .btn-ghost:hover { background: var(--orange); box-shadow: inset 0 0 0 2px var(--orange); }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }

.badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--ink);
  color: #fff;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.badge-orange { background: var(--orange); }

/* ── Header / nav ──────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header::before { content: ''; display: block; height: 3px; background: linear-gradient(90deg, var(--orange) 0 38%, var(--ink) 38% 100%); }
/* Grid 1fr/auto/1fr: linkurile stau centrate pe bara, nu in spatiul ramas
   dupa logo (space-between le impingea cu ~40px spre dreapta). */
.nav-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; height: 68px; }
.nav-row > .logo { justify-self: start; }
.nav-row > nav { justify-self: center; }
.nav-row > .nav-actions { justify-self: end; }

.logo { display: flex; align-items: center; gap: 11px; }
.logo svg { width: 36px; height: 36px; flex: none; }
.logo b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .04em;
}
.logo span { font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gray); display: block; line-height: 1; margin-top: 2px; }

.nav-links { display: flex; gap: 4px; list-style: none; }
.nav-links a {
  display: block;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 16px; right: 100%; bottom: 6px;
  height: 2px;
  background: var(--orange);
  transition: right .25s;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 16px; }
.nav-links a[aria-current="page"] { font-weight: 700; }

.nav-actions { display: flex; align-items: center; gap: 8px; }
.cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  transition: background .2s;
}
.cart-btn:hover { background: var(--orange); }
.cart-btn svg { width: 18px; height: 18px; }
.cart-count {
  min-width: 20px; height: 20px;
  display: grid; place-items: center;
  padding: 0 5px;
  background: var(--orange);
  font-size: 12px; font-weight: 900;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}
.cart-btn:hover .cart-count { background: var(--ink); }

.nav-toggle { display: none; padding: 10px; }
.nav-toggle svg { width: 24px; height: 24px; display: block; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--paper);
    border-bottom: 2px solid var(--ink);
    padding: 8px 16px 16px;
    display: none;
  }
  .nav-links.open { display: flex; }

  /* Bara de sus incapea la limita si butonul de cos iesea din ecran:
     gap mai mic, logo si buton mai compacte. */
  .nav-row { display: flex; gap: 10px; }
  /* Logo stanga, hamburger + cos grupate in dreapta. */
  .nav-row > nav { margin-left: auto; }
  .logo { min-width: 0; gap: 9px; }
  .logo svg { width: 32px; height: 32px; }
  .logo b { font-size: 19px; }
  .logo span { letter-spacing: .18em; }
  .nav-toggle { padding: 10px 8px; }
  .cart-btn { padding: 10px 13px; gap: 8px; }
  .cart-btn .cart-label { display: none; }
}

/* Telefoane mici (iPhone SE): logo-ul ajungea lipit de meniul hamburger. */
@media (max-width: 380px) {
  .logo svg { width: 29px; height: 29px; }
  .logo b { font-size: 17px; }
  .logo span { font-size: 9px; letter-spacing: .14em; }
  .cart-btn { padding: 10px 11px; }
}

/* ── Hero (home) ───────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: clip;
  background: var(--bg);
}
.hero::after {
  content: '';
  position: absolute;
  top: -10%; right: -18%;
  width: 62%; height: 130%;
  background: var(--panel);
  transform: skewX(-12deg);
  z-index: 0;
}
.hero::before {
  content: '';
  position: absolute;
  top: -10%; right: 41%;
  width: 26px; height: 130%;
  background: var(--orange);
  transform: skewX(-12deg);
  z-index: 1;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 84px 0 96px;
}
.hero-copy h1 {
  font-family: var(--font-stencil);
  font-size: clamp(42px, 5.8vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  margin: 18px 0 22px;
}
.hero-copy h1 em { font-style: normal; color: var(--orange); }
.hero-copy p { font-size: 18px; color: var(--gray); max-width: 46ch; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero fără fotografie — panou „consolă" tactic Asiimov */
.hero-media { position: relative; }
.hero-panel {
  position: relative;
  background: var(--panel-2);
  background-image: var(--camo-dark);
  color: #fff;
  padding: 26px 28px 30px;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
  box-shadow: var(--shadow-pop);
}
.hero-panel .hp-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hp-live { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-light); }
.hp-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: hp-pulse 1.9s infinite; }
@keyframes hp-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,106,0,.55); } 70% { box-shadow: 0 0 0 10px rgba(255,106,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,106,0,0); } }
.hp-mono {
  font-family: var(--font-stencil);
  font-size: clamp(96px, 13vw, 156px);
  line-height: .9;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.24);
  margin: 14px 0 6px;
  position: relative;
  user-select: none;
}
.hp-mono::after { /* jumătatea de jos portocalie — two-tone Asiimov */
  content: 'LV';
  position: absolute; inset: 0;
  color: var(--orange);
  -webkit-text-stroke: 0;
  clip-path: inset(52% 0 0 0);
}
.hp-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-dark); margin-top: 22px; }
.hp-specs > div { background: var(--panel); padding: 16px 14px; }
.hp-specs b { font-family: var(--font-stencil); font-weight: 400; font-size: 26px; display: block; line-height: 1; color: #fff; }
.hp-specs span { font-size: 11px; color: var(--gray-light); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; display: block; margin-top: 7px; }
.hero-panel .hazard-thin { margin-top: 20px; }

@media (max-width: 960px) {
  /* Pe o coloană panoul dark stă singur, deci fundalul diagonal nu mai e nevoie. */
  .hero::after, .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding: 48px 0 60px; }
}

/* animații intrare hero */
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.load-rise { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.d1 { animation-delay: .08s; } .d2 { animation-delay: .18s; } .d3 { animation-delay: .3s; } .d4 { animation-delay: .42s; }

/* ── Marquee categorii ─────────────────────────────────────── */

.marquee {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  padding: 13px 0;
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: scroll 28s linear infinite;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 48px; }
.marquee-track i { font-style: normal; color: var(--orange); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ── Secțiuni generice ─────────────────────────────────────── */

.section { padding: 88px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 48px); margin-top: 12px; }
.section-head .more { font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--orange); padding-bottom: 4px; transition: gap .2s; }
.section-head .more:hover { gap: 14px; }
.section-head .more svg { width: 16px; height: 16px; }
@media (max-width: 640px) { .section { padding: 60px 0; } .section-head { flex-direction: column; align-items: start; } }

.band-dark {
  background: var(--panel);
  background-image: var(--camo-dark);
  color: #fff;
  position: relative;
  clip-path: polygon(0 28px, 100% 0, 100% calc(100% - 28px), 0 100%);
  padding: 110px 0;
}
.band-dark::after { content: ''; position: absolute; inset: 0; background: var(--grain); pointer-events: none; }
/* linie portocalie de „scanare" pe muchia de sus a benzii */
.band-dark::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; z-index: 3;
  background: linear-gradient(90deg, var(--orange) 0 42%, transparent 42%);
  transform: skewY(-1.15deg); transform-origin: left;
}
.band-dark > .wrap { position: relative; z-index: 2; }

/* ── Garaj: „Alege mașina ta" ──────────────────────────────── */
.garage {
  background: var(--panel);
  background-image: var(--camo-dark);
  color: #fff;
  position: relative;
  padding: 46px 0;
}
.garage::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange) 0 42%, transparent 42%);
}
.garage > .wrap { position: relative; z-index: 2; }
.garage h2 { font-family: var(--font-stencil); font-weight: 400; font-size: clamp(26px, 3vw, 40px); margin: 10px 0 8px; }
.garage p { color: var(--gray-light); font-size: 15px; margin-bottom: 22px; max-width: 52ch; }
.garage.garage-slim { padding: 26px 0; }
.garage.garage-slim .tech-label { display: block; margin-bottom: 14px; }

.car-form { display: flex; gap: 12px; flex-wrap: wrap; align-items: end; }
.car-field { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 150px; }
.car-field label {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gray-light); font-weight: 700;
}
.car-field select {
  appearance: none; -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230e0e0e' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: var(--ink); border: 0; border-radius: 0;
  padding: 13px 34px 13px 14px; font: inherit; font-weight: 600;
  cursor: pointer; width: 100%;
}
.car-field select:focus { outline: 2px solid var(--orange); outline-offset: 1px; }
.car-field select:disabled { opacity: .5; cursor: not-allowed; }
.car-form .car-go { flex: none; }
@media (max-width: 640px) {
  .car-field { flex-basis: 100%; }
  .car-form .car-go { width: 100%; justify-content: center; }
}

.car-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff;
  padding: 9px 10px 9px 14px; font-size: 14px; font-weight: 600;
  margin: 22px 0 -4px;
}
.car-badge svg { width: 18px; height: 18px; color: var(--orange); flex: none; }
.car-badge b { font-weight: 800; }
.car-badge .car-clear {
  background: rgba(255,255,255,.12); color: #fff; border: 0;
  width: 22px; height: 22px; line-height: 1; font-size: 13px;
  cursor: pointer; display: grid; place-items: center;
}
.car-badge .car-clear:hover { background: var(--orange); }

/* ── Trust bar ─────────────────────────────────────────────── */

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trust-item { background: var(--paper); padding: 30px 26px; display: flex; gap: 16px; align-items: start; transition: background .25s; }
.trust-item:hover { background: #fff7f0; }
.trust-item svg { width: 30px; height: 30px; flex: none; color: var(--orange); }
.trust-item b { font-family: var(--font-display); font-size: 17px; text-transform: uppercase; display: block; margin-bottom: 4px; }
.trust-item small { color: var(--gray); font-size: 13.5px; line-height: 1.5; display: block; }
@media (max-width: 960px) { .trust-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .trust-grid { grid-template-columns: 1fr; } }

/* ── Grid categorii ────────────────────────────────────────── */

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card {
  position: relative;
  background: var(--paper);
  padding: 26px 24px 22px;
  box-shadow: var(--shadow-card);
  clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer));
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.cat-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 100%;
  width: 4px;
  background: var(--orange);
  transition: bottom .3s;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-pop); }
.cat-card:hover::before { bottom: 0; }
.cat-card .num { font-size: 11px; font-weight: 700; letter-spacing: .16em; color: var(--gray-light); }
.cat-card h3 { font-size: 21px; margin: 8px 0 4px; }
.cat-card p { font-size: 13.5px; color: var(--gray); }
.cat-card .arrow { position: absolute; right: 18px; bottom: 16px; width: 20px; height: 20px; color: var(--orange); transition: transform .25s; }
.cat-card:hover .arrow { transform: translateX(5px); }
@media (max-width: 960px) { .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .cat-grid { grid-template-columns: 1fr; } }

/* ── Card produs ───────────────────────────────────────────── */

.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1080px) { .prod-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .prod-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .prod-grid { grid-template-columns: 1fr; } }

.prod-card {
  position: relative;
  background: var(--paper);
  box-shadow: var(--shadow-card);
  clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer));
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  border-top: 3px solid var(--ink);
}
.prod-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-pop), 0 0 0 2px var(--orange);
  border-top-color: var(--orange);
}
/* colț portocaliu-tăiat jos-dreapta = accentul chamfer al skinului */
.prod-card::after {
  content: ''; position: absolute; right: 0; bottom: 0; width: var(--chamfer); height: var(--chamfer);
  background: var(--orange);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0; transition: opacity .25s; z-index: 2;
}
.prod-card:hover::after { opacity: 1; }
.prod-card .img-link { position: relative; display: block; overflow: hidden; background: #e9e7e4; }
.prod-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.prod-card:hover img { transform: scale(1.06); }
.prod-card .badge { position: absolute; top: 12px; left: 12px; z-index: 2; }
.prod-card .body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.prod-card .cat { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-deep); }
.prod-card .cat::before { content: '// '; color: var(--orange); }
.prod-card h3 { font-size: 16.5px; font-family: var(--font-body); font-weight: 700; text-transform: none; letter-spacing: 0; line-height: 1.35; flex: 1; }
.prod-card h3 a:hover { color: var(--orange-deep); }
.price-row { display: flex; align-items: baseline; gap: 10px; }
.price { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--orange-deep); }
.price-old { font-size: 14px; color: var(--gray-light); text-decoration: line-through; font-weight: 500; }
.stock-note { font-size: 12px; font-weight: 700; color: var(--orange-deep); }
.stock-note.out { color: #b3261e; }
.prod-card .add-btn {
  margin-top: 6px;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: background .2s, color .2s;
}
.prod-card .add-btn:hover { background: var(--ink); color: #fff; }
.prod-card .add-btn[disabled] { background: var(--gray-light); color: #fff; cursor: not-allowed; }
.prod-card .add-btn svg { width: 16px; height: 16px; }

/* ── Toolbar catalog ───────────────────────────────────────── */

.toolbar {
  position: sticky;
  top: 71px;
  z-index: 40;
  background: rgba(244,244,242,.94);
  backdrop-filter: blur(10px);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 36px;
}
.toolbar-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; }
.chip {
  padding: 9px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .03em;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
  transition: background .2s, color .2s;
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip.active::after { content: ' ✓'; }
.search-box { position: relative; }
.search-box input {
  padding: 11px 14px 11px 40px;
  border: 1px solid var(--line);
  background: var(--paper);
  width: 210px;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.search-box input:focus { outline: 2px solid var(--orange); outline-offset: -1px; }
.search-box svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: var(--gray); pointer-events: none; }
.sort-select {
  padding: 11px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-weight: 500;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

/* Buton „Filtre" — vizibil doar pe mobil, unde chips-urile ocupau tot ecranul. */
.filters-toggle { display: none; }

@media (max-width: 760px) {
  .toolbar { padding: 10px 0; margin-bottom: 26px; }
  .toolbar-row { gap: 10px; }

  .filters-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: none;
    padding: 11px 13px;
    background: var(--paper);
    border: 1px solid var(--line);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .03em;
    text-transform: uppercase;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
    transition: background .2s, color .2s, border-color .2s;
  }
  .filters-toggle svg { width: 16px; height: 16px; flex: none; }
  .filters-toggle .ft-current { max-width: 10ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--orange-deep); }
  .filters-toggle .ft-chev { transition: transform .2s; }
  .filters-toggle[aria-expanded="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
  .filters-toggle[aria-expanded="true"] .ft-current { color: var(--orange); }
  .filters-toggle[aria-expanded="true"] .ft-chev { transform: rotate(180deg); }

  .search-box { flex: 1; min-width: 0; }
  .search-box input { width: 100%; }

  .chips, .sort-select { display: none; }
  .toolbar-row.filters-open .chips {
    display: flex;
    flex-basis: 100%;
    max-height: 40vh;
    overflow-y: auto;
    padding: 2px 2px 4px;
  }
  .toolbar-row.filters-open .sort-select { display: block; flex-basis: 100%; width: 100%; }
}

.empty-state { text-align: center; padding: 80px 20px; color: var(--gray); }
.empty-state svg { width: 56px; height: 56px; margin: 0 auto 18px; color: var(--gray-light); }
.empty-state b { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; display: block; margin-bottom: 8px; color: var(--ink); }

.skeleton { background: linear-gradient(100deg, #e9e7e4 40%, #f2f0ed 50%, #e9e7e4 60%); background-size: 200% 100%; animation: shimmer 1.4s infinite; min-height: 320px; clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer)); }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ── Pagina produs ─────────────────────────────────────────── */

.breadcrumb { font-size: 13px; color: var(--gray); margin: 26px 0; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--orange-deep); }
.breadcrumb .sep { color: var(--gray-light); }

.pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: start; margin-bottom: 80px; }
@media (max-width: 900px) { .pdp { grid-template-columns: 1fr; gap: 32px; } }
.pdp-media { position: relative; }
.pdp-media .frame { clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px); box-shadow: var(--shadow-card); position: relative; background: #e9e7e4; }
.pdp-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pdp-media .corner { position: absolute; width: 44px; height: 44px; border: 3px solid var(--orange); }
.pdp-media .corner.tl { top: -8px; left: -8px; border-right: 0; border-bottom: 0; }
.pdp-media .corner.br { bottom: -8px; right: -8px; border-left: 0; border-top: 0; }

.pdp-info h1 { font-size: clamp(26px, 3vw, 38px); margin: 10px 0 16px; text-transform: none; }
.pdp-info .price-row { margin: 18px 0 6px; }
.pdp-info .price { font-size: 36px; }
.pdp-info .price-old { font-size: 18px; }
.pdp-desc { color: var(--gray); margin: 16px 0 26px; max-width: 56ch; }

.qty-row { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin-bottom: 30px; }
.qty-stepper {
  display: flex;
  align-items: center;
  border: 2px solid var(--ink);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.qty-stepper button { width: 46px; height: 100%; min-height: 52px; font-size: 20px; font-weight: 700; transition: background .15s; }
.qty-stepper button:hover { background: var(--ink); color: #fff; }
.qty-stepper input { width: 52px; text-align: center; border: 0; font-weight: 700; font-size: 17px; background: transparent; -moz-appearance: textfield; }
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }

.spec-table { width: 100%; border-collapse: collapse; margin: 12px 0 6px; }
.spec-table th, .spec-table td { text-align: left; padding: 12px 14px; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.spec-table th { font-weight: 700; width: 42%; color: var(--gray); font-weight: 600; }
.spec-table tr:hover td, .spec-table tr:hover th { background: #fff7f0; }

/* ── Coș (drawer + pagină) ─────────────────────────────────── */

.drawer-backdrop {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(16,16,16,.55);
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 120;
  width: min(430px, 92vw);
  background: var(--panel);
  color: #fff;
  transform: translateX(105%);
  transition: transform .38s cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}
.cart-drawer.open { transform: none; }
.cart-drawer::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--orange); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line-dark); }
.drawer-head b { font-family: var(--font-display); font-size: 19px; text-transform: uppercase; letter-spacing: .04em; }
.drawer-close { padding: 8px; opacity: .7; transition: opacity .15s, transform .2s; }
.drawer-close:hover { opacity: 1; transform: rotate(90deg); }
.drawer-close svg { width: 20px; height: 20px; display: block; }
.drawer-items { flex: 1; overflow-y: auto; padding: 12px 24px; }
.drawer-empty { text-align: center; padding: 60px 12px; color: var(--gray-light); }

.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); align-items: center; }
.cart-line img { width: 64px; height: 64px; object-fit: cover; clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px); }
.cart-line .name { font-size: 13.5px; font-weight: 700; line-height: 1.35; }
.cart-line .meta { font-size: 12.5px; color: var(--gray-light); margin-top: 3px; }
.cart-line .line-qty { display: flex; align-items: center; gap: 2px; margin-top: 7px; }
.cart-line .line-qty button { width: 25px; height: 25px; display: grid; place-items: center; background: rgba(255,255,255,.08); font-weight: 700; transition: background .15s; }
.cart-line .line-qty button:hover { background: var(--orange); }
.cart-line .line-qty span { min-width: 30px; text-align: center; font-weight: 700; font-size: 14px; }
.cart-line .line-price { font-family: var(--font-display); font-weight: 600; font-size: 15.5px; text-align: right; }
.cart-line .rm { font-size: 11.5px; color: var(--gray-light); margin-top: 8px; text-decoration: underline; }
.cart-line .rm:hover { color: var(--orange-hot); }

.drawer-foot { padding: 20px 24px 26px; border-top: 1px solid var(--line-dark); }
.ship-progress { margin-bottom: 16px; }
.ship-progress small { font-size: 12.5px; color: var(--gray-light); display: block; margin-bottom: 7px; }
.ship-progress small b { color: var(--orange-hot); }
.ship-bar { height: 6px; background: rgba(255,255,255,.12); overflow: hidden; }
.ship-bar i { display: block; height: 100%; background: var(--orange); transition: width .4s; }
.drawer-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.drawer-total span { font-size: 13px; color: var(--gray-light); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.drawer-total b { font-family: var(--font-display); font-size: 26px; }
.drawer-foot .btn { width: 100%; justify-content: center; }

/* pagina coș */
.cart-page { display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: start; margin-bottom: 90px; }
@media (max-width: 900px) { .cart-page { grid-template-columns: 1fr; } }
.cart-list { background: var(--paper); box-shadow: var(--shadow-card); padding: 8px 26px; clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer)); }
.cart-list .cart-line { grid-template-columns: 84px 1fr auto; border-color: var(--line); }
.cart-list .cart-line img { width: 84px; height: 84px; }
.cart-list .cart-line .meta, .cart-list .rm { color: var(--gray); }
.cart-list .cart-line .line-qty button { background: #eceae7; }
.cart-list .cart-line .line-qty button:hover { background: var(--orange); color: #fff; }

.summary-card {
  background: var(--panel);
  color: #fff;
  padding: 28px;
  position: sticky;
  top: 100px;
  clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer));
}
.summary-card::after { content: ''; position: absolute; inset: 0; background: var(--grain); pointer-events: none; }
.summary-card > * { position: relative; z-index: 1; }
.summary-card h2 { font-size: 21px; margin-bottom: 20px; }
.sum-row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 15px; border-bottom: 1px solid var(--line-dark); }
.sum-row span { color: var(--gray-light); }
.sum-row.total { border: 0; padding-top: 16px; font-family: var(--font-display); font-size: 23px; font-weight: 700; }
.sum-row.total span { color: #fff; font-size: 15px; font-family: var(--font-body); text-transform: uppercase; letter-spacing: .08em; align-self: center; }
/* `>` ca sa nu prinda si butonul „Aplica" din caseta de cupon, care e tot
   in summary-card: il facea latime completa si strivea inputul la 28px. */
.summary-card > .btn { width: 100%; justify-content: center; margin-top: 20px; }
.free-ship-note { font-size: 13px; color: var(--orange-hot); font-weight: 700; margin-top: 12px; text-align: center; }

/* ── Checkout ──────────────────────────────────────────────── */

.checkout-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: start; margin-bottom: 90px; }
@media (max-width: 900px) { .checkout-grid { grid-template-columns: 1fr; } .checkout-grid .summary-card { position: static; order: -1; } }

.form-card { background: var(--paper); box-shadow: var(--shadow-card); padding: 34px; clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer)); }
.form-card h2 { font-size: 21px; margin-bottom: 6px; }
.form-card .sub { color: var(--gray); font-size: 14px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 7px; }
.field label small { color: var(--gray); font-weight: 500; text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  background: var(--bg);
  transition: border-color .15s;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--orange); background: #fff; }
.field textarea { resize: vertical; min-height: 88px; }
.field .err-msg { display: none; font-size: 12.5px; color: #b3261e; font-weight: 700; margin-top: 5px; }
.field.invalid input, .field.invalid select { border-color: #b3261e; }
.field.invalid .err-msg { display: block; }
/* honeypot — ascuns vizual, invizibil pentru oameni */
.hp-field { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }

.pay-options { display: grid; gap: 12px; margin-top: 10px; }
.pay-card {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 2px solid var(--line);
  cursor: pointer;
  transition: border-color .2s, background .2s;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.pay-card input { position: absolute; opacity: 0; }
.pay-card svg { width: 26px; height: 26px; flex: none; color: var(--ink); }
.pay-card b { display: block; font-size: 15px; }
.pay-card small { color: var(--gray); font-size: 13px; }
.pay-card:has(input:checked) { border-color: var(--orange); background: #fff7f0; }
.pay-card:has(input:checked) svg { color: var(--orange); }
.pay-card.disabled { opacity: .55; cursor: not-allowed; }
.pay-card .soon {
  margin-left: auto;
  font-size: 10.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  background: var(--ink); color: var(--orange-hot);
  padding: 5px 10px;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}

.form-error {
  display: none;
  background: #fdeceb;
  border-left: 4px solid #b3261e;
  color: #7a1812;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
}
.form-error.show { display: block; }

/* ── Confirmare ────────────────────────────────────────────── */

.confirm-hero { text-align: center; padding: 76px 0 50px; }
.confirm-hero .check-ring {
  width: 86px; height: 86px;
  margin: 0 auto 26px;
  display: grid; place-items: center;
  background: var(--orange);
  color: #fff;
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  animation: rise .6s cubic-bezier(.2,.7,.2,1) both;
}
.confirm-hero .check-ring svg { width: 40px; height: 40px; }
.confirm-hero h1 { font-size: clamp(30px, 4vw, 50px); margin-bottom: 12px; }
.confirm-hero .order-no { font-family: var(--font-display); font-size: 23px; color: var(--orange-deep); font-weight: 700; letter-spacing: .04em; }
.confirm-hero p { color: var(--gray); max-width: 54ch; margin: 14px auto 0; }
.confirm-box { max-width: 620px; margin: 0 auto 90px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0; }
.steps-4 { grid-template-columns: repeat(4, 1fr); }
.step { background: var(--paper); box-shadow: var(--shadow-card); padding: 20px; text-align: left; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
.step .n { font-family: var(--font-display); font-weight: 700; color: var(--orange); font-size: 22px; }
.step b { display: block; font-size: 14.5px; margin: 6px 0 3px; }
.step small { color: var(--gray); font-size: 13px; line-height: 1.5; }
@media (max-width: 900px) { .steps, .steps-4 { grid-template-columns: 1fr 1fr; } }
/* Sub 600px cardurile pe coloana deveneau inalte si goale: numarul trece
   in stanga, textul in dreapta — rand compact, nu turn. */
@media (max-width: 600px) {
  .steps, .steps-4 { grid-template-columns: 1fr; gap: 10px; }
  .step { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: start; padding: 16px 18px; }
  .step .n { grid-row: 1 / span 2; font-size: 20px; line-height: 1.35; }
  .step b { margin: 0 0 3px; }
}

/* ── Despre ────────────────────────────────────────────────── */

.page-hero { padding: 64px 0 56px; position: relative; overflow: clip; }
.page-hero::after {
  content: '';
  position: absolute;
  top: 0; right: -6%;
  width: 34%; height: 200%;
  background: repeating-linear-gradient(-55deg, transparent 0 26px, rgba(16,16,16,.045) 26px 52px);
  transform: rotate(0deg);
  pointer-events: none;
}
.page-hero h1 { font-family: var(--font-stencil); font-weight: 400; font-size: clamp(34px, 4.6vw, 60px); margin: 14px 0 16px; }
.page-hero h1 em { font-style: normal; color: var(--orange); }
.page-hero p { color: var(--gray); font-size: 17px; max-width: 60ch; }

.about-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.about-cell { background: var(--paper); box-shadow: var(--shadow-card); padding: 30px; clip-path: polygon(var(--chamfer) 0, 100% 0, 100% calc(100% - var(--chamfer)), calc(100% - var(--chamfer)) 100%, 0 100%, 0 var(--chamfer)); }
.about-cell.media { padding: 0; position: relative; align-self: start; }
/* Fara `cover`: imaginile-card contin text (LAVOLAN.RO, lista de categorii) si
   decuparea laterala le facea ilizibile pe mobil. Ratie naturala, zero crop. */
.about-cell.media img { width: 100%; height: auto; }
.about-cell.dark { background: var(--panel); color: #fff; position: relative; }
.about-cell.dark::after { content: ''; position: absolute; inset: 0; background: var(--grain); pointer-events: none; }
.about-cell.dark > * { position: relative; z-index: 1; }
.about-cell.orange { background: var(--orange); color: #fff; }
.about-cell h2, .about-cell h3 { font-size: 22px; margin: 10px 0 12px; }
.about-cell p { font-size: 14.5px; line-height: 1.65; }
.about-cell.dark p, .about-cell.orange p { color: rgba(255,255,255,.82); }
.c-12 { grid-column: span 12; } .c-7 { grid-column: span 7; } .c-6 { grid-column: span 6; } .c-5 { grid-column: span 5; } .c-4 { grid-column: span 4; } .c-8 { grid-column: span 8; }
@media (max-width: 880px) { .c-7, .c-6, .c-5, .c-4, .c-8 { grid-column: span 12; } }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
@media (max-width: 760px) { .stat-row { grid-template-columns: 1fr 1fr; } }
.stat b { font-family: var(--font-display); font-size: clamp(34px, 4vw, 52px); font-weight: 700; display: block; line-height: 1; }
.stat b i { font-style: normal; color: var(--orange); }
.stat span { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-light); display: block; margin-top: 8px; }

/* ── CTA band ──────────────────────────────────────────────── */

.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band-inner h2 { font-size: clamp(28px, 3.6vw, 46px); max-width: 18ch; }
.cta-band-inner h2 em { font-style: normal; color: var(--orange); }
.cta-band-inner p { color: var(--gray-light); margin-top: 10px; max-width: 44ch; }

/* ── Footer ────────────────────────────────────────────────── */

.site-footer { background: var(--ink); color: #fff; position: relative; margin-top: 90px; }
.site-footer::after { content: ''; position: absolute; inset: 0; background: var(--grain); pointer-events: none; }
.site-footer > * { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 64px 0 48px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid .logo b { color: #fff; }
.footer-grid .logo span { color: var(--gray-light); }
.footer-about { color: var(--gray-light); font-size: 14px; margin-top: 16px; max-width: 34ch; }
.footer-col h3 { font-size: 13px; letter-spacing: .16em; color: var(--orange); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.78); font-size: 14.5px; transition: color .15s, padding-left .2s; }
.footer-col a:hover { color: var(--orange-hot); padding-left: 6px; }
.footer-col li { font-size: 14.5px; color: rgba(255,255,255,.78); }
.footer-col li b { color: #fff; display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2px; color: var(--gray-light); }
.footer-bottom { border-top: 1px solid var(--line-dark); padding: 20px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--gray-light); }

/* ── Toast ─────────────────────────────────────────────────── */

.toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, 120%);
  background: var(--panel);
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  padding: 15px 22px;
  border-left: 4px solid var(--orange);
  box-shadow: var(--shadow-pop);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  max-width: min(480px, calc(100vw - 40px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
.toast.show { transform: translate(-50%, 0); }
.toast.error { border-left-color: #e5484d; }

/* ── Reveal on scroll ──────────────────────────────────────── */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > :nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > :nth-child(3) { transition-delay: .16s; }
.reveal-stagger.in > :nth-child(4) { transition-delay: .24s; }
.reveal-stagger.in > :nth-child(5) { transition-delay: .32s; }
.reveal-stagger.in > :nth-child(6) { transition-delay: .4s; }
.reveal-stagger.in > :nth-child(7) { transition-delay: .48s; }
.reveal-stagger.in > :nth-child(8) { transition-delay: .56s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}

/* ── Popup newsletter ──────────────────────────────────────── */
.nl-backdrop {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(10,10,10,.66);
  display: grid; place-items: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: opacity .3s;
}
@supports (backdrop-filter: blur(2px)) { .nl-backdrop { backdrop-filter: blur(3px); } }
.nl-backdrop.show { opacity: 1; visibility: visible; }
.nl-modal {
  position: relative; width: min(560px, 100%);
  background: var(--panel-2); background-image: var(--camo-dark);
  color: #fff; padding: 34px 30px 28px;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  box-shadow: var(--shadow-pop);
  transform: translateY(14px) scale(.98); transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.nl-backdrop.show .nl-modal { transform: none; }
.nl-close {
  position: absolute; top: 10px; right: 12px; z-index: 4;
  width: 34px; height: 34px; font-size: 26px; line-height: 1; color: var(--gray-light);
  transition: color .2s;
}
.nl-close:hover { color: var(--orange); }
.nl-modal h2 { color: #fff; font-size: clamp(24px, 5vw, 30px); margin: 12px 0 10px; }
.nl-sub { color: var(--gray-light); font-size: 14.5px; margin-bottom: 20px; }
.nl-form { display: flex; flex-direction: column; gap: 12px; }
.nl-input {
  background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); color: #fff;
  padding: 14px 16px; font-size: 15px; width: 100%;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.nl-input::placeholder { color: var(--gray); }
.nl-input:focus { outline: 2px solid var(--orange); outline-offset: -1px; }
.nl-submit { justify-content: center; width: 100%; }
.nl-msg { font-size: 14px; margin-top: 12px; min-height: 1.2em; }
.nl-msg.err { color: #ff8a6a; }
.nl-msg.ok { color: #7bd88f; font-weight: 700; }
.nl-note { color: var(--gray); font-size: 11.5px; margin-top: 14px; line-height: 1.5; }
@media (prefers-reduced-motion: reduce) {
  .nl-backdrop, .nl-modal { transition: none; }
}

/* ── Popup: pași + roata norocului ─────────────────────────── */
.nl-ask-btns { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.nl-no { color: var(--gray-light); font-size: 13.5px; padding: 8px; text-decoration: underline; text-underline-offset: 3px; }
.nl-no:hover { color: #fff; }
.nl-wheel-box { position: relative; width: min(330px, 100%); margin: 10px auto 0; }
.nl-pointer {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 27px solid #fff;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.6));
}
.nl-wheel {
  width: 100%; aspect-ratio: 1; border-radius: 50%;
  box-shadow: var(--shadow-pop);
  transform: rotate(0deg);
}
.nl-wheel svg { display: block; width: 100%; height: auto; }
/* Etichetele sunt in unitati SVG, deci se micsoreaza odata cu roata si nu mai
   ies din felie pe telefon. Clash Display, gros — nu mai par subtiri. */
.nl-wheel .wl { font-family: var(--font-display); font-weight: 700; }
.nl-wheel .wl-lg { font-size: 42px; letter-spacing: .01em; }
.nl-wheel .wl-sm { font-size: 16px; }
.nl-result { text-align: center; }
.nl-win { color: var(--orange-hot) !important; font-size: clamp(22px, 5vw, 28px); margin-bottom: 8px; }
.nl-code { display: flex; gap: 8px; justify-content: center; align-items: stretch; margin: 10px 0 4px; }
.nl-code code {
  font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: 3px; color: #fff;
  background: rgba(255,255,255,.08); border: 1px dashed var(--orange); padding: 10px 16px;
}
.nl-copy { background: var(--orange); color: var(--ink); font-weight: 700; padding: 0 16px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px); }

/* ── Bandă newsletter centrată (deasupra footer-ului) ──────── */
.nl-band { background: var(--bg); padding: clamp(48px, 7vw, 76px) 0; border-top: 1px solid var(--line); }
.nl-band-inner {
  position: relative; width: min(620px, calc(100% - 48px)); margin-inline: auto; text-align: center;
  background: var(--panel-2); background-image: var(--camo-dark); color: #fff;
  padding: clamp(28px, 4vw, 44px);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  box-shadow: var(--shadow-pop);
}
.nl-band-inner .tech-label { justify-content: center; display: flex; }
.nl-band-inner h2 { color: #fff; font-size: clamp(26px, 4vw, 36px); margin: 10px 0 10px; }
.nl-band-inner p { color: var(--gray-light); font-size: 15px; max-width: 46ch; margin: 0 auto 22px; }
.nl-band-form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; }
.nl-band-form .nl-input { flex: 1; }
.nl-band-form .btn { white-space: nowrap; }
.nl-band-msg { min-height: 1.2em; margin-top: 12px !important; font-size: 14px; }
.nl-band-msg.err { color: #ff8a6a; }
.nl-band-msg.ok { color: #7bd88f; font-weight: 700; }
@media (max-width: 480px) { .nl-band-form { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .nl-wheel { transition: none !important; } }
/* Telefoane inguste: mai mult loc pentru roata in interiorul popup-ului. */
@media (max-width: 420px) { .nl-modal { padding: 30px 18px 24px; } }

/* ── Cupon la checkout ─────────────────────────────────────── */
.coupon-box { display: flex; gap: 8px; margin: 6px 0 4px; }
.coupon-box input {
  /* summary-card e negru cu `color:#fff`, iar inputul mostenea alb pe alb. */
  flex: 1; padding: 11px 13px; border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  text-transform: uppercase; letter-spacing: .06em; font-weight: 700; min-width: 0;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}
.coupon-box input::placeholder { color: var(--gray); font-weight: 700; }
.coupon-box input:focus { outline: 2px solid var(--orange); outline-offset: -1px; }
.coupon-box input:disabled { opacity: .7; }
.coupon-box .btn { padding: 11px 18px; font-size: 13px; }
.coupon-msg { min-height: 1.1em; font-size: 13px; margin-bottom: 10px; }
.coupon-msg.err { color: #b3261e; }
.coupon-msg.ok { color: var(--orange-deep); font-weight: 700; }
/* Pe telefon casuta ramanea ingusta langa buton: le punem unul sub altul,
   cu input mai mare (16px = fara zoom automat pe iOS). */
@media (max-width: 600px) {
  .coupon-box { flex-direction: column; gap: 10px; }
  .coupon-box input { width: 100%; padding: 15px 16px; font-size: 16px; letter-spacing: .08em; }
  .coupon-box .btn { width: 100%; justify-content: center; padding: 14px 20px; font-size: 14px; }
}
.sum-row.disc b { color: var(--orange-deep); }

/* ── Bara de consimțământ ────────────────────────────────────────────────────
   Deasupra popupului de newsletter (z-index 300), fiindcă ea decide dacă se
   măsoară ceva; slabă ca înălțime, ca să nu acopere modalul. Șanfrenul e
   același motiv de brand ca la butoane și carduri. */
#lv-consent {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 400;
  width: min(880px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 22px;
  background: var(--panel);
  color: #fff;
  box-shadow: var(--shadow-pop);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transform: translate(-50%, calc(100% + 24px));
  opacity: 0;
  transition: transform .32s cubic-bezier(.2, .7, .3, 1), opacity .32s;
}
#lv-consent.show { transform: translate(-50%, 0); opacity: 1; }
@media (prefers-reduced-motion: reduce) { #lv-consent { transition: none; } }

.lv-consent-txt {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--gray-light);
  max-width: 62ch;
}
.lv-consent-txt b { color: #fff; font-weight: 700; }

.lv-consent-btns { display: flex; gap: 10px; margin-left: auto; flex-shrink: 0; }
.lv-consent-btns button {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 11px 20px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: background .2s, color .2s;
}
.lv-consent-yes { background: var(--orange); color: #fff; }
.lv-consent-yes:hover { background: var(--orange-hot); }
.lv-consent-no { background: transparent; color: var(--gray-light); box-shadow: inset 0 0 0 1.5px var(--line-dark); }
.lv-consent-no:hover { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .38); }
#lv-consent button:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

@media (max-width: 700px) {
  #lv-consent { flex-direction: column; align-items: stretch; gap: 14px; bottom: 10px; padding: 18px; }
  .lv-consent-btns { margin-left: 0; }
  .lv-consent-btns button { flex: 1; }
}
