/* ============================================
   PERCHÉ CI SAREMO
   ============================================ */
.perche {
  background: var(--bg-dark);
  padding: 80px 0;
  overflow: hidden;
}

.perche-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.perche-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  max-width: 626px;
}

.perche-logo {
  max-width: 248px;
  height: auto;
  object-fit: contain;
}

.perche-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-display);
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}

.detail-row svg { flex-shrink: 0; }

.detail-sep {
  color: var(--white-20);
  margin: 0 4px;
}

.detail-line {
  width: 100%;
  height: 1px;
  background: var(--white-20);
}

.perche-right {
  max-width: 548px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.perche-right h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.perche-right p {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.perche-right p + p {
  margin-top: -32px;
}

/* --- Responsive --- */
@media (max-width: 1280px) {
  .perche-inner { flex-direction: column; gap: 60px; }
  .perche-left, .perche-right { max-width: 100%; }
}

@media (max-width: 768px) {
  .perche { padding: 60px 0; }
  .perche-logo { max-width: 180px; }
  .detail-row { font-size: 16px; flex-wrap: wrap; white-space: normal; }
  .detail-row svg { width: 24px; height: 24px; }
  .perche-right h2 { font-size: 28px; }
}

@media (max-width: 480px) {
  .perche-right h2 { font-size: 24px; }
}
