/* Homepage — Zašto PuffShop? trust section (replaces Elementor USP 54f87c31) */
.cp-why-puffshop-section {
  background: #f4f8fb !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

.cp-why-puffshop-section .cp-reveal,
.cp-home-faq .cp-reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.cp-home-faq {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: clamp(32px, 6vw, 56px) var(--cp-edge, 16px);
}

.cp-why-puffshop-section > .elementor-container,
.cp-why-puffshop-section .elementor-widget-wrap {
  background: transparent !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.cp-why-puffshop {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(40px, 7vw, 64px) var(--cp-edge, 16px);
  position: relative;
  border-top: 1px solid rgba(0, 140, 186, 0.12);
  border-bottom: 1px solid rgba(0, 140, 186, 0.08);
}

.cp-why-puffshop__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 4vw, 36px);
  max-width: var(--cp-max, 1180px);
  margin: 0 auto;
}

.cp-why-puffshop__header {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.cp-why-puffshop__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 6px;
  background: rgba(0, 140, 186, 0.1);
  color: var(--cp-brand, #008cba);
  font-family: var(--cp-font-display, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cp-why-puffshop__title {
  font-family: var(--cp-font-display, system-ui, sans-serif);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--cp-ink, #0a0a0a);
}

.cp-why-puffshop__lead {
  margin: 0;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.55;
  color: var(--cp-muted, #5c6670);
}

.cp-why-puffshop__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 16px);
}

.cp-why-puffshop__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 128px;
  padding: clamp(16px, 2.5vw, 20px) clamp(10px, 2vw, 14px);
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s var(--cp-ease, ease), box-shadow 0.2s var(--cp-ease, ease);
}

.cp-why-puffshop__stat:hover {
  border-color: rgba(0, 140, 186, 0.28);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.cp-why-puffshop__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(0, 140, 186, 0.1);
  color: var(--cp-brand, #008cba);
}

.cp-why-puffshop__value {
  display: block;
  font-family: var(--cp-font-display, system-ui, sans-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cp-brand-dark, #006994);
  margin-bottom: 4px;
}

.cp-why-puffshop__value.cp-orders-tick {
  animation: cp-why-stat-tick 0.3s var(--cp-ease, ease);
}

@keyframes cp-why-stat-tick {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); color: var(--cp-brand, #008cba); }
  100% { transform: scale(1); }
}

.cp-why-puffshop__label {
  font-size: 12px;
  line-height: 1.35;
  color: var(--cp-muted, #5c6670);
  max-width: 14ch;
}

.cp-why-puffshop__partners {
  text-align: center;
  padding-top: 4px;
}

.cp-why-puffshop__partners-label {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cp-muted, #5c6670);
}

.cp-why-puffshop__partners-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
}

.cp-why-puffshop__partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s, transform 0.2s;
}

.cp-why-puffshop__partner:hover,
.cp-why-puffshop__partner:focus-visible {
  border-color: rgba(0, 140, 186, 0.3);
  transform: translateY(-1px);
}

.cp-why-puffshop__partner .cp-partner-logo {
  display: block;
  height: 30px;
  width: auto;
  max-width: 132px;
}

@media (max-width: 900px) {
  .cp-why-puffshop__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-why-puffshop__label {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .cp-why-puffshop__stat {
    min-height: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cp-why-puffshop__stat,
  .cp-why-puffshop__partner {
    transition: none;
  }

  .cp-why-puffshop__stat:hover,
  .cp-why-puffshop__partner:hover {
    transform: none;
  }
}
