/* ===== SEZIONE CHI SIAMO & I NOSTRI VALORI ===== */

.chisiamo-page-wrapper {
  padding-top: 110px !important;
}

.about-section {
  background: linear-gradient(180deg, #0b0b0c 0%, #121316 50%, #0b0b0c 100%);
  padding: 24px 5% 80px;
  position: relative;
  overflow: hidden;
  color: #f7f5f0;
}

/* Sfumatura dorata di sfondo per atmosfera luxury */
.about-section::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -150px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(198, 163, 90, 0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.about-section::after {
  content: '';
  position: absolute;
  bottom: 5%;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(198, 163, 90, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.about-container {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===================================================
   DESKTOP (> 1024px): 2 COLONNE PERFETTAMENTE BILANCIATE
   =================================================== */

.about-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  grid-gap: 46px;
  gap: 46px;
  align-items: center;
}

/* ===================================================
   COLONNA SINISTRA: CAROSELLO FOTOGRAFICO
   =================================================== */

.about-carousel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

/* Box principale immagine - Proporzione 4:3 perfetta per le foto native */
.about-carousel-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 480px;
  border-radius: 14px;
  overflow: hidden;
  background: #14151a;
  border: 1.5px solid rgba(198, 163, 90, 0.35);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.65), 0 0 20px rgba(198, 163, 90, 0.12);
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

/* Immagine con transizione morbida e proporzioni fedeli senza tagli */
.about-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.35s ease, transform 0.4s ease;
}

.about-carousel-card:hover .about-carousel-img {
  transform: scale(1.02);
}

/* Overlay sfumato sottile per valorizzare la vettura senza scurirla */
.about-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 11, 14, 0.2) 0%,
    transparent 20%,
    transparent 65%,
    rgba(10, 11, 14, 0.55) 100%
  );
  pointer-events: none;
}

/* Badge in alto a sinistra */
.about-carousel-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(11, 12, 15, 0.78);
  border: 1px solid rgba(198, 163, 90, 0.45);
  color: #C6A35A;
  padding: 4px 11px;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 3;
}

/* Contatore slide in alto a destra */
.about-carousel-counter {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(11, 12, 15, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 3;
}

.about-carousel-counter span {
  color: #C6A35A;
}

/* Frecce di navigazione in vetro scuro semitrasparente */
.about-carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(15, 16, 20, 0.65);
  border: 1.2px solid rgba(198, 163, 90, 0.45);
  color: #C6A35A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s ease;
  z-index: 4;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  outline: none;
}

@media (hover: hover) {
  .about-carousel-nav-btn:hover {
    background: #C6A35A;
    color: #0b0b0c;
    border-color: #C6A35A;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 0 16px rgba(198, 163, 90, 0.5);
  }
}

.about-carousel-nav-btn.prev {
  left: 12px;
}

.about-carousel-nav-btn.next {
  right: 12px;
}

.about-carousel-nav-btn svg {
  width: 17px;
  height: 17px;
}

/* Didascalia in basso dentro l'immagine stile pillola frosted */
.about-carousel-caption {
  position: absolute;
  bottom: 24px;
  left: 12px;
  right: 12px;
  z-index: 3;
  text-align: center;
  pointer-events: none;
}

.about-carousel-caption p {
  margin: 0 auto;
  display: inline-block;
  background: rgba(11, 12, 15, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(198, 163, 90, 0.28);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #f7f5f0;
  max-width: 92%;
  line-height: 1.35;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

/* Pallini indicatori in basso */
.about-carousel-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 3;
}

.about-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.about-carousel-dot.active {
  width: 20px;
  border-radius: 4px;
  background: #C6A35A;
  box-shadow: 0 0 8px rgba(198, 163, 90, 0.6);
}

/* Barra miniature sotto l'immagine */
.about-thumbs-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.about-thumb-btn {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background: #14151a;
  cursor: pointer;
  padding: 0;
  transition: all 0.22s ease;
  position: relative;
}

.about-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
  transition: filter 0.22s ease;
}

.about-thumb-btn:hover {
  border-color: rgba(198, 163, 90, 0.6);
}

.about-thumb-btn:hover img {
  filter: brightness(0.95);
}

.about-thumb-btn.active {
  border-color: #C6A35A;
  box-shadow: 0 0 12px rgba(198, 163, 90, 0.4);
}

.about-thumb-btn.active img {
  filter: brightness(1);
}

/* ===================================================
   COLONNA DESTRA: TESTO PERSONALE & I MIEI VALORI
   =================================================== */

.about-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Kicker dorato discreto */
.about-kicker {
  color: #C6A35A;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 4px;
}

/* Titolo compatto e proporzionato */
.about-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.about-title .highlight {
  background: linear-gradient(135deg, #C6A35A 0%, #E5C378 50%, #C6A35A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

/* Paragrafo storia / presentazione */
.about-narrative {
  margin-bottom: 18px;
  padding: 14px 18px;
  background: rgba(20, 21, 26, 0.6);
  border-left: 3px solid #C6A35A;
  border-radius: 0 10px 10px 0;
}

.about-narrative p {
  color: #e2e8f0;
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
  font-weight: 400;
}

/* Titolo "I miei valori:" */
.about-values-header-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.about-values-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin: 0;
  text-transform: uppercase;
}

.about-values-header-mini::after {
  content: '';
  flex: 1 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 163, 90, 0.4), transparent);
}

/* Griglia dei Valori (2 colonne compatte) */
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 14px;
}

.about-value-card {
  background: rgba(20, 21, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 12px;
  transition: all 0.22s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: relative;
}

.about-value-card:hover {
  background: rgba(26, 28, 35, 0.95);
  border-color: rgba(198, 163, 90, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4), 0 0 12px rgba(198, 163, 90, 0.15);
}

/* Header della card con icona e titolo */
.value-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.value-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(198, 163, 90, 0.12);
  border: 1px solid rgba(198, 163, 90, 0.4);
  color: #C6A35A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.about-value-card:hover .value-icon-circle {
  background: #C6A35A;
  color: #0b0b0c;
  transform: scale(1.05);
}

.value-icon-circle svg {
  width: 15px;
  height: 15px;
}

.value-title {
  font-size: 0.84rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.25;
}

.value-desc {
  font-size: 0.77rem;
  color: #9e9ea7;
  line-height: 1.42;
  margin: 0;
}

/* Striscia Garanzie Trust */
.about-trust-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px 14px;
  background: rgba(198, 163, 90, 0.06);
  border: 1px solid rgba(198, 163, 90, 0.18);
  border-radius: 8px;
}

.about-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.77rem;
  font-weight: 600;
  color: #e5c378;
}

.about-trust-item svg {
  color: #C6A35A;
  flex-shrink: 0;
}

.about-trust-separator {
  color: rgba(198, 163, 90, 0.35);
  font-size: 0.75rem;
}

/* Pulsanti CTA azione */
.about-actions-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-about-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C6A35A 0%, #d4b267 100%);
  color: #0b0b0c;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.22s ease;
  box-shadow: 0 4px 14px rgba(198, 163, 90, 0.3);
}

.btn-about-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d4b267 0%, #E5C378 100%);
  box-shadow: 0 6px 18px rgba(198, 163, 90, 0.45);
  color: #000;
}

.btn-about-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 21, 26, 0.8);
  border: 1.5px solid rgba(198, 163, 90, 0.45);
  color: #C6A35A;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: all 0.22s ease;
}

.btn-about-secondary:hover {
  background: rgba(198, 163, 90, 0.15);
  border-color: #C6A35A;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ===================================================
   RESPONSIVE: LAPTOP & IPAD PRO (1025px - 1200px)
   =================================================== */

@media (max-width: 1200px) {
  .about-main-grid {
    gap: 36px;
  }

  .about-carousel-card {
    aspect-ratio: 4 / 3;
    max-height: 460px;
  }

  .about-title {
    font-size: 1.55rem;
  }

  .about-narrative p {
    font-size: 0.9rem;
  }
}

/* ===================================================
   RESPONSIVE: IPAD & TABLET (769px - 1024px)
   =================================================== */

@media (max-width: 1024px) {
  .chisiamo-page-wrapper {
    padding-top: 105px !important;
  }

  .about-section {
    padding: 24px 4% 70px;
  }

  .about-main-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 720px;
    margin: 0 auto;
  }

  .about-carousel-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .about-carousel-card {
    aspect-ratio: 4 / 3;
    max-height: 440px;
  }

  .about-thumbs-row {
    gap: 8px;
  }

  .about-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .about-value-card {
    padding: 12px 14px;
  }

  .about-actions-row {
    justify-content: flex-start;
  }
}

/* ===================================================
   RESPONSIVE: SMARTPHONE & SMARTPHONE LARGE (< 768px)
   =================================================== */

@media (max-width: 768px) {
  .chisiamo-page-wrapper {
    padding-top: 100px !important;
  }

  .about-section {
    padding: 24px 16px 55px;
  }

  .about-main-grid {
    gap: 26px;
  }

  .about-carousel-card {
    aspect-ratio: 4 / 3;
    max-height: 380px;
    border-radius: 12px;
  }

  /* Nascondi il badge ripetitivo su mobile per lasciare la vettura completamente visibile */
  .about-carousel-badge {
    display: none;
  }

  .about-carousel-counter {
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 0.68rem;
  }

  .about-carousel-nav-btn {
    width: 32px;
    height: 32px;
    background: rgba(15, 16, 20, 0.55);
  }

  .about-carousel-nav-btn.prev {
    left: 8px;
  }

  .about-carousel-nav-btn.next {
    right: 8px;
  }

  .about-carousel-nav-btn svg {
    width: 15px;
    height: 15px;
  }

  .about-carousel-caption {
    bottom: 22px;
    left: 8px;
    right: 8px;
  }

  .about-carousel-caption p {
    font-size: 0.74rem;
    padding: 4px 10px;
  }

  .about-carousel-dots {
    bottom: 6px;
    gap: 5px;
  }

  .about-carousel-dot {
    width: 5px;
    height: 5px;
  }

  .about-carousel-dot.active {
    width: 16px;
  }

  .about-thumbs-row {
    gap: 7px;
  }

  .about-thumb-btn {
    border-radius: 6px;
  }

  .about-title {
    font-size: 1.45rem;
    margin-bottom: 10px;
  }

  .about-narrative {
    padding: 12px 14px;
    margin-bottom: 16px;
  }

  .about-narrative p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .about-values-title {
    font-size: 0.9rem;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-value-card {
    padding: 12px 14px;
  }

  .value-title {
    font-size: 0.86rem;
  }

  .value-desc {
    font-size: 0.78rem;
  }

  .about-trust-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px;
  }

  .about-trust-separator {
    display: none;
  }

  .about-actions-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .btn-about-primary,
  .btn-about-secondary {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 0.85rem;
  }
}

/* ===================================================
   RESPONSIVE: PICCOLI SMARTPHONE (<= 480px & iPhone SE)
   =================================================== */

@media (max-width: 480px) {
  .chisiamo-page-wrapper {
    padding-top: 96px !important;
  }

  .about-section {
    padding: 22px 14px 45px;
  }

  .about-carousel-card {
    aspect-ratio: 4 / 3;
    max-height: 320px;
  }

  .about-thumbs-row {
    gap: 6px;
  }

  .about-carousel-caption {
    bottom: 20px;
    left: 6px;
    right: 6px;
  }

  .about-carousel-caption p {
    font-size: 0.71rem;
    padding: 3px 8px;
    line-height: 1.25;
  }

  .about-carousel-dots {
    bottom: 5px;
  }

  .about-title {
    font-size: 1.35rem;
  }

  .about-narrative {
    padding: 10px 12px;
  }

  .about-narrative p {
    font-size: 0.84rem;
  }

  .about-value-card {
    padding: 10px 12px;
  }
}

/* Schermi ultracompatti (<= 360px) */
@media (max-width: 360px) {
  .chisiamo-page-wrapper {
    padding-top: 92px !important;
  }

  .about-section {
    padding: 18px 10px 40px;
  }

  .about-carousel-card {
    aspect-ratio: 4 / 3;
    max-height: 270px;
  }

  .about-thumbs-row {
    gap: 4px;
  }

  .about-title {
    font-size: 1.25rem;
  }
}

