/* ═══════════════════════════════════════════════════════════════
   EWR – Výkup elektroniky | ewaste4 variant
   Design: Dark Industrial Editorial
   Font: DM Sans only
   Palette: ewaste1 tokens (dark variant)
═══════════════════════════════════════════════════════════════ */

/* ──────────────────────────── TOKENS ──────────────────────────── */
:root {
  /* Accent green — used sparingly */
  --green:        #5c9e1a;
  --green-bright: #6db820;
  --green-dark:   #3d7012;
  --green-dim:    #4a7a1e;
  --green-glow:   rgba(92, 158, 26, 0.10);
  --green-glow-2: rgba(92, 158, 26, 0.05);

  /* Light backgrounds */
  --bg-deep:    #0c1e12;
  --bg-main:    #ffffff;
  --bg-card:    #ffffff;
  --bg-card2:   #f5f9ee;
  --bg-mid:     #f5f9ee;
  --bg-light:   #f3f4f6;

  /* Text */
  --text-white:  #111827;
  --text-muted:  #6b7280;
  --text-dim:    #9ca3af;
  --text-dark:   #111827;

  /* Borders */
  --border:      #e5e7eb;
  --border-mid:  #d1d5db;
  --border-solid: #d1d5db;

  /* Typography */
  --font: 'DM Sans', sans-serif;

  /* Spacing */
  --radius:    8px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  /* Transitions */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --t:    .22s var(--ease);
  --t-slow: .45s var(--ease);

  /* Shadows */
  --shadow-green: 0 0 20px rgba(92, 158, 26, 0.08);
  --shadow-card:  0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);
  --shadow-deep:  0 8px 32px rgba(0,0,0,.12);
}

/* ──────────────────────────── RESET ──────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-dark);
  background: var(--bg-main);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: var(--font); }

/* ──────────────────────────── LAYOUT ──────────────────────────── */
.shell {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}
.shell-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}
section { padding: clamp(4.5rem, 8vw, 8rem) 0; }

/* ──────────────────────────── CIRCUIT PATTERN ──────────────────────────── */
.circuit-bg {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='%23111827' stroke-width='0.5' opacity='0.04'%3E%3Crect x='10' y='10' width='60' height='60' rx='2'/%3E%3Ccircle cx='10' cy='10' r='2.5'/%3E%3Ccircle cx='70' cy='10' r='2.5'/%3E%3Ccircle cx='10' cy='70' r='2.5'/%3E%3Ccircle cx='70' cy='70' r='2.5'/%3E%3Ccircle cx='40' cy='40' r='4'/%3E%3Cline x1='40' y1='10' x2='40' y2='36'/%3E%3Cline x1='40' y1='44' x2='40' y2='70'/%3E%3Cline x1='10' y1='40' x2='36' y2='40'/%3E%3Cline x1='44' y1='40' x2='70' y2='40'/%3E%3Ccircle cx='40' cy='10' r='2'/%3E%3Ccircle cx='40' cy='70' r='2'/%3E%3Ccircle cx='10' cy='40' r='2'/%3E%3Ccircle cx='70' cy='40' r='2'/%3E%3Cline x1='10' y1='10' x2='25' y2='10'/%3E%3Cline x1='10' y1='10' x2='10' y2='25'/%3E%3Cline x1='70' y1='10' x2='55' y2='10'/%3E%3Cline x1='70' y1='10' x2='70' y2='25'/%3E%3Cline x1='10' y1='70' x2='25' y2='70'/%3E%3Cline x1='10' y1='70' x2='10' y2='55'/%3E%3Cline x1='70' y1='70' x2='55' y2='70'/%3E%3Cline x1='70' y1='70' x2='70' y2='55'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
}

/* ──────────────────────────── TYPOGRAPHY ──────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 1rem;
}
.label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--green-dark);
  border-radius: 2px;
}
.section-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  color: var(--text-dark);
  margin-bottom: 1rem;
}
.section-lead {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 58ch;
  line-height: 1.78;
}
.text-green { color: var(--green); }
.text-muted { color: var(--text-muted); }

/* ──────────────────────────── BUTTONS ──────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .8rem 1.9rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: var(--t);
  cursor: pointer;
  white-space: nowrap;
}
.btn-green {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.btn-green:hover {
  background: var(--green-bright);
  border-color: var(--green-bright);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(140, 191, 58, .4);
}
.btn-outline {
  background: transparent;
  color: var(--green);
  border-color: var(--border-mid);
}
.btn-outline:hover {
  border-color: var(--green);
  background: var(--green-glow);
  transform: translateY(-2px);
}
.btn-ghost {
  background: var(--bg-mid);
  color: var(--text-muted);
  border-color: var(--border);
}
.btn-ghost:hover {
  background: var(--bg-light);
  color: var(--text-dark);
  transform: translateY(-2px);
}
.btn-sm { padding: .55rem 1.3rem; font-size: .92rem; }
.btn-lg { padding: 1rem 2.4rem; font-size: 1.1rem; }

/* ──────────────────────────── TOP BAR ──────────────────────────── */
.top-bar {
  background: var(--bg-mid);
  border-bottom: 1px solid var(--border);
  padding: .55rem 0;
  font-size: .82rem;
  color: var(--text-muted);
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.top-bar i { color: var(--green-dark); font-size: .75rem; margin-right: .25rem; }
.top-bar a { color: var(--text-muted); transition: var(--t); }
.top-bar a:hover { color: var(--green-dark); }
.top-bar .top-phone {
  font-weight: 700;
  color: var(--green-dark) !important;
  font-size: .87rem;
}
.top-sep { color: var(--border-solid); }

/* ──────────────────────────── NAVIGATION ──────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  height: 74px;
  gap: 1.5rem;
}
.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-logo { width: 120px; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: .1rem;
  flex: 1;
}
.nav-links a {
  font-size: .95rem;
  font-weight: 600;
  padding: .4rem .75rem;
  border-radius: 6px;
  color: var(--text-muted);
  transition: var(--t);
  position: relative;
}
.nav-links a:hover { color: var(--text-dark); background: var(--bg-mid); }
.nav-links a.active {
  color: var(--green-dark);
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: .75rem;
  right: .75rem;
  height: 2px;
  background: var(--green-dark);
  border-radius: 2px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}
.nav-phone-link {
  font-size: .88rem;
  font-weight: 700;
  color: var(--text-dark);
  transition: var(--t);
  padding: .35rem .7rem;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.nav-phone-link:hover { color: var(--green-dark); border-color: var(--green); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: .4rem;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--t);
}

/* ──────────────────────────── HERO ──────────────────────────── */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f8f9fa;
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.5) saturate(.7);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(248,249,250,.97) 45%, rgba(248,249,250,.85) 70%, rgba(248,249,250,.4) 100%),
    linear-gradient(to top, rgba(248,249,250,.6) 0%, transparent 50%);
}
.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 4rem;
  align-items: center;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 1.5rem;
  padding: .4rem 1rem;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: var(--bg-mid);
}
.hero-tag i { font-size: .8rem; }
.hero-h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -.03em;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}
.hero-h1 em {
  font-style: normal;
  color: var(--green-dark);
  display: block;
}
.hero-desc {
  font-size: 1.15rem;
  color: #4b5563;
  line-height: 1.75;
  max-width: 50ch;
  margin-bottom: 2.5rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.hero-badges {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.hero-badge {
  display: flex;
  flex-direction: column;
}
.hero-badge-val {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--green-dark);
  letter-spacing: -.03em;
}
.hero-badge-lbl {
  font-size: .78rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: .15rem;
}

/* Hero right card */
.hero-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(140,191,58,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.hero-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-bottom: 1.5rem;
}
.hero-cat-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .65rem .85rem;
  background: var(--bg-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: var(--t);
  text-decoration: none;
}
.hero-cat-item:hover {
  border-color: var(--green-dark);
  color: var(--green-dark);
  background: #f0fdf4;
  transform: translateX(3px);
}
.hero-cat-item i { font-size: .85rem; color: var(--green-dark); flex-shrink: 0; }
.hero-card-cta { margin-top: 1rem; width: 100%; justify-content: center; }

/* ──────────────────────────── STATS STRIP ──────────────────────────── */
.stats-strip {
  background: var(--bg-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 3rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.stat-item {
  text-align: center;
  position: relative;
}
.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background: var(--border);
}
.stat-number {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--green-dark);
  letter-spacing: -.04em;
  line-height: 1;
  display: block;
}
.stat-unit { font-size: 1.2rem; font-weight: 700; vertical-align: super; }
.stat-label {
  font-size: .88rem;
  color: var(--text-muted);
  margin-top: .45rem;
  font-weight: 500;
}

/* ──────────────────────────── CO VYKUPUJEME ──────────────────────────── */
.categories-section {
  background: var(--bg-main);
  position: relative;
}
.categories-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-mid), transparent);
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.cats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.cat-card {
  background: var(--bg-card);

  padding: 2rem 1.6rem;
  transition: var(--t);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  position: relative;
  overflow: hidden;
}
.cat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transition: var(--t);
  transform-origin: left;
}
.cat-card:hover { background: var(--bg-mid); }
.cat-card:hover::after { transform: scaleX(1); }
.cat-card:hover .cat-icon { transform: scale(1.1); color: var(--green-dark); }
.cat-icon {
  font-size: 2rem;
  color: var(--text-muted);
  transition: var(--t);
  width: fit-content;
}
.cat-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.25;
}
.cat-sub {
  font-size: .8rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.cat-price {
  font-size: .8rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-top: auto;
  padding-top: .75rem;
  border-top: 1px solid var(--border);
}

/* ──────────────────────────── JAK TO FUNGUJE ──────────────────────────── */
.steps-section {
  background: var(--bg-mid);
  position: relative;
  overflow: hidden;
}
.steps-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .5;
}
.steps-inner {
  position: relative;
  z-index: 1;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
.step-item {
  position: relative;
}
.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(100% + .5rem);
  width: calc(2rem - 1rem);
  height: 2px;
  background: var(--border);
  display: none;
}
.step-num {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--green-dark);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.step-connector {
  position: absolute;
  top: 28px;
  left: 100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--border-mid), transparent);
}
.step-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: .6rem;
}
.step-desc {
  font-size: .9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ──────────────────────────── USP / PROČ MY ──────────────────────────── */
.usp-section {
  background: var(--bg-card);
}
.usp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.usp-visual {
  position: relative;
}
.usp-img-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.usp-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: brightness(.7) saturate(.8);
  transition: filter .5s var(--ease);
}
.usp-img-wrap:hover img { filter: brightness(.85) saturate(.9); }
.usp-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem 1.4rem;
  backdrop-filter: blur(12px);
}
.usp-badge-val {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--green-dark);
  letter-spacing: -.03em;
  line-height: 1;
}
.usp-badge-lbl { font-size: .78rem; color: var(--text-muted); }
.usp-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.5rem;
}
.usp-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}
.usp-ico {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--bg-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 1.1rem;
}
.usp-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .3rem;
}
.usp-item-desc { font-size: .9rem; color: var(--text-muted); line-height: 1.6; }

/* ──────────────────────────── GALLERY ──────────────────────────── */
.gallery-section {
  background: var(--bg-main);
  padding: 0;
  overflow: hidden;
}
.gallery-strip {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  height: 420px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease), filter .6s var(--ease);
  filter: brightness(.65) saturate(.7);
}
.gallery-item:hover img { transform: scale(1.05); filter: brightness(.8) saturate(.9); }
.gallery-item-label {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text-white);
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(8px);
  padding: .3rem .7rem;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,.1);
}
.gallery-divider {
  width: 1px;
  background: rgba(140,191,58,.2);
}

/* ──────────────────────────── B2B ──────────────────────────── */
.b2b-section {
  background: var(--bg-mid);
  position: relative;
  overflow: hidden;
}
.b2b-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.b2b-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.b2b-feat {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.2rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: .92rem;
  color: var(--text-muted);
  font-weight: 500;
  transition: var(--t);
}
.b2b-feat:hover { border-color: var(--green); color: var(--text-dark); }
.b2b-feat i { color: var(--green); font-size: 1rem; flex-shrink: 0; }
.b2b-cta-box {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  position: sticky;
  top: 90px;
}
.b2b-cta-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: .75rem;
}
.b2b-cta-desc { font-size: .95rem; color: var(--text-muted); margin-bottom: 2rem; line-height: 1.65; }
.b2b-actions { display: flex; flex-direction: column; gap: .75rem; }
.b2b-actions .btn { width: 100%; justify-content: center; }

/* ──────────────────────────── REVIEWS ──────────────────────────── */
.reviews-section {
  background: var(--bg-mid);
  position: relative;
  overflow: hidden;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.review-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  position: relative;
  transition: var(--t);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review-card:hover { border-color: var(--border-mid); transform: translateY(-4px); }
.review-card.featured {
  border-color: var(--green-dark);
  background: #ffffff;
}
.review-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 1.75rem;
  width: 40px; height: 3px;
  background: var(--green-dark);
  border-radius: 0 0 3px 3px;
}
.review-stars { color: #f59e0b; font-size: .85rem; letter-spacing: .1em; }
.review-text {
  font-size: .93rem;
  color: var(--text-muted);
  line-height: 1.7;
  flex: 1;
}
.review-text::before { content: '\201C'; }
.review-text::after { content: '\201D'; }
.review-author {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border-mid);
  flex-shrink: 0;
}
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-avatar-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-glow);
  border: 2px solid var(--border-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  font-weight: 800;
  color: var(--green);
  flex-shrink: 0;
}
.review-name { font-weight: 700; font-size: .9rem; color: var(--text-dark); }
.review-meta { font-size: .78rem; color: var(--text-dim); }
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews-score {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reviews-score-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--green-dark);
  line-height: 1;
}
.reviews-score-info { font-size: .85rem; color: var(--text-muted); }
.reviews-score-info strong { display: block; font-size: .95rem; color: var(--text-dark); }

/* ──────────────────────────── CTA BANNER ──────────────────────────── */
.cta-banner {
  background: var(--bg-deep);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='%230c1e12' stroke-width='0.5' opacity='0.08'%3E%3Crect x='10' y='10' width='60' height='60' rx='2'/%3E%3Ccircle cx='40' cy='40' r='4'/%3E%3Cline x1='40' y1='10' x2='40' y2='36'/%3E%3Cline x1='40' y1='44' x2='40' y2='70'/%3E%3Cline x1='10' y1='40' x2='36' y2='40'/%3E%3Cline x1='44' y1='40' x2='70' y2='40'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
}
.cta-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.cta-banner-title {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -.02em;
  max-width: 50ch;
}
.cta-banner-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-dark {
  background: var(--green-dark);
  color: #ffffff;
  border-color: var(--bg-deep);
}
.btn-dark:hover {
  background: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.btn-green-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(7,14,9,.4);
}
.btn-green-ghost:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }

/* ──────────────────────────── FOOTER ──────────────────────────── */
.site-footer {
  background: #0c1e12;
  padding: 5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-logo { width: 110px; height: auto; margin-bottom: 1.2rem; filter: brightness(0) invert(1) opacity(.7); }
.footer-desc { font-size: .88rem; color: #9ca3af; line-height: 1.65; margin-bottom: 1.4rem; }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  color: #9ca3af;
  margin-bottom: .5rem;
}
.footer-contact-item i { color: #6b7280; font-size: .78rem; flex-shrink: 0; }
.footer-contact-item a { transition: var(--t); }
.footer-contact-item a:hover { color: var(--green-bright); }
.footer-col-title {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 1.2rem;
}
.footer-links { display: flex; flex-direction: column; gap: .5rem; }
.footer-links a {
  font-size: .88rem;
  color: #9ca3af;
  transition: var(--t);
  padding: .15rem 0;
}
.footer-links a:hover { color: #e5e7eb; }
.footer-hours { display: flex; flex-direction: column; gap: .45rem; }
.footer-hour-row {
  display: flex;
  justify-content: space-between;
  font-size: .85rem;
  color: #6b7280;
  padding-bottom: .45rem;
  border-bottom: 1px solid var(--border);
}
.footer-hour-row:last-child { border-bottom: none; }
.footer-hour-row span:last-child { color: #d1d5db; font-weight: 600; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #1f2937;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy { font-size: .82rem; color: #6b7280; }
.footer-links-inline {
  display: flex;
  gap: 1.5rem;
}
.footer-links-inline a {
  font-size: .82rem;
  color: #6b7280;
  transition: var(--t);
}
.footer-links-inline a:hover { color: #d1d5db; }

/* ──────────────────────────── PAGE HERO (inner pages) ──────────────────────────── */
.page-hero {
  background: var(--bg-mid);
  border-bottom: 1px solid var(--border);
  padding: 4rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-mid), transparent);
}
.page-hero-inner { position: relative; z-index: 1; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}
.breadcrumb a { transition: var(--t); }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb i { font-size: .65rem; }
.page-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--text-dark);
  margin-bottom: .75rem;
}
.page-lead { font-size: 1.05rem; color: var(--text-muted); max-width: 60ch; line-height: 1.75; }

/* ──────────────────────────── PRICE TABLES ──────────────────────────── */
.cenik-section { background: var(--bg-card); }
.cenik-nav-strip {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 3rem;
}
.cenik-tab {
  padding: .45rem 1.1rem;
  border-radius: 100px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: var(--t);
  text-decoration: none;
  cursor: pointer;
}
.cenik-tab:hover, .cenik-tab.active {
  background: var(--green-glow);
  border-color: var(--green);
  color: var(--green);
}
.price-category {
  margin-bottom: 3.5rem;
  scroll-margin-top: 90px;
}
.price-cat-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.price-cat-icon {
  width: 48px;
  height: 48px;
  background: var(--bg-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--green-dark);
  flex-shrink: 0;
}
.price-cat-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
}
.price-cat-sub { font-size: .85rem; color: var(--text-muted); margin-top: .15rem; }
.price-table-wrap {
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-lg);
  overflow: scroll;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table th {
  background: var(--bg-light);
  padding: .9rem 1.25rem;
  text-align: left;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.price-table th:last-child { text-align: right; }
.price-table td {
  padding: .9rem 1.25rem;
  font-size: .92rem;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border);
  line-height: 1.4;
}
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: var(--green-glow-2); }
.price-table td:last-child {
  text-align: right;
  font-weight: 800;
  color: var(--green-dark);
  font-size: 1rem;
  white-space: nowrap;
}
.price-table td:nth-child(2) { color: var(--text-muted); text-align: right; }
.price-table .price-note {
  font-size: .8rem;
  color: var(--text-muted);
  font-weight: 400;
  display: block;
  margin-top: .2rem;
}
.price-updated {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  color: var(--text-muted);
  padding: .75rem 1.25rem;
  background: var(--bg-light);
  border-top: 1px solid var(--border);
}
.price-updated i { color: var(--green-dark); }
.price-disclaimer {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  font-size: .9rem;
  color: #374151;
  line-height: 1.65;
  margin-top: 2rem;
}
.price-disclaimer strong { color: var(--text-dark); }

/* ──────────────────────────── KONTAKT PAGE ──────────────────────────── */
.kontakt-section { background: var(--bg-card); }
.kontakt-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.contact-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-decoration: none;
  transition: var(--t);
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.contact-card:hover { border-color: var(--border-mid); transform: translateY(-3px); }
.contact-card-icon {
  width: 40px; height: 40px;
  background: var(--bg-mid);
  border: 1px solid var(--border-mid);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; color: var(--green-dark);
}
.contact-card-label { font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--text-dim); }
.contact-card-val { font-size: 1rem; font-weight: 700; color: var(--text-dark); line-height: 1.3; }
.contact-card-hint { font-size: .78rem; color: var(--text-dim); }
.hours-table { width: 100%; }
.hours-table td {
  padding: .6rem 0;
  border-bottom: 1px solid var(--border);
  font-size: .9rem;
}
.hours-table td:first-child { color: var(--text-muted); }
.site-footer .hours-table td { color: #9ca3af; }
.site-footer .hours-table td:last-child { color: #d1d5db; }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--text-dark); }
.hours-table tr:last-child td { border-bottom: none; }
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: 2rem;
  height: 280px;
}
.map-wrap iframe { width: 100%; height: 100%; border: none; }
.form-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  position: sticky;
  top: 90px;
}
.form-title { font-size: 1.4rem; font-weight: 800; color: var(--text-dark); margin-bottom: .5rem; }
.form-lead { font-size: .88rem; color: var(--text-muted); margin-bottom: 1.75rem; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group { margin-bottom: 1rem; }
.form-group label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: .45rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.form-control {
  width: 100%;
  padding: .75rem 1rem;
  background: var(--bg-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-dark);
  font-size: .95rem;
  font-family: var(--font);
  transition: var(--t);
  outline: none;
}
.form-control::placeholder { color: var(--text-dim); }
.form-control:focus {
  border-color: var(--green-dark);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(92,158,26,.1);
}
textarea.form-control { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; justify-content: center; margin-top: .5rem; }

/* ──────────────────────────── FAQ ──────────────────────────── */
.faq-section { background: var(--bg-mid); }
.faq-list { margin-top: 3rem; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.3rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  transition: var(--t);
  user-select: none;
}
.faq-q:hover { color: var(--green-dark); }
.faq-q-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-mid);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; color: var(--text-muted);
  flex-shrink: 0;
  transition: var(--t);
}
.faq-item.open .faq-q-icon { background: var(--green-dark); color: #ffffff; transform: rotate(45deg); }
.faq-a {
  font-size: .93rem;
  color: var(--text-muted);
  line-height: 1.75;
  padding-bottom: 1.3rem;
  display: none;
}
.faq-item.open .faq-a { display: block; }

/* ──────────────────────────── ANIMATIONS ──────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes glow-pulse {
  0%, 100% { opacity: .6; }
  50%       { opacity: 1; }
}
.animate-fadeup { animation: fadeUp .7s var(--ease) both; }
.animate-fadeup-delay-1 { animation: fadeUp .7s .1s var(--ease) both; }
.animate-fadeup-delay-2 { animation: fadeUp .7s .2s var(--ease) both; }
.animate-fadeup-delay-3 { animation: fadeUp .7s .3s var(--ease) both; }
.animate-fadeup-delay-4 { animation: fadeUp .7s .4s var(--ease) both; }

/* ──────────────────────────── RESPONSIVE ──────────────────────────── */
@media (max-width: 1160px) {
  .nav-phone-link { display: none; }
}
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2)::after { display: none; }
  .cats-grid { grid-template-columns: repeat(3, 1fr); }
  .usp-layout { grid-template-columns: 1fr; gap: 3rem; }
  .usp-visual { max-width: 600px; }
  .b2b-layout { grid-template-columns: 1fr; }
  .b2b-cta-box { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .kontakt-layout { grid-template-columns: 1fr; }
  .form-card { position: static; }
}
@media (max-width: 1010px) {
  .nav {justify-content: space-between;}
  .top-bar-left { display: none; }
  .nav-links { display: none; position: fixed; inset: 74px 0 0 0; background: var(--bg-deep); flex-direction: column; align-items: flex-start; padding: 2rem; gap: .25rem; border-top: 1px solid var(--border); z-index: 300; overflow-y: auto; min-height: 250px;}
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; font-size: 1.1rem; }
  .nav-toggle { display: flex; }
}
@media (max-width: 768px) {
  .cats-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: 1fr; height: auto; }
  .gallery-strip .gallery-item { height: 240px; }
  .gallery-strip .gallery-item:not(:first-child) { display: none; }
  .contact-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-banner-inner { flex-direction: column; text-align: center; }
  .hero-badges { justify-content: flex-start; gap: 1.5rem; }
}
@media (max-width: 480px) {
  .cats-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item::after { display: none !important; }
  .hero-h1 { font-size: 2.4rem; }
  .nav-actions .btn.btn-sm {display: none;}
}
