/* ============================================================
   CHI SONO — css/about.css  (layout split-screen, nessun riuso di service.css)
   ============================================================ */

:root {
  --teal-green: #007884;
  --theme-color: #eb8220;
}

/* ============================================================
   1. HERO SPLIT
   ============================================================ */
.ab2-hero {
  display: flex;
  min-height: calc(100vh - 44px);
  overflow: hidden;
}

.ab2-photo-panel {
  flex: 0 0 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-green);
  padding: 100px 32px 80px 56px;
}

.ab2-photo-panel img {
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.30);
  display: block;
}

.ab2-text-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f5f5f5;
  padding: 120px 72px 80px 72px;
  position: relative;
}

.ab2-text-inner { max-width: 520px; }

.ab2-eyebrow {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-green);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ab2-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--teal-green);
  flex-shrink: 0;
}

.ab2-name {
  font-size: clamp(4.2rem, 5.5vw, 7.2rem);
  font-weight: 800;
  line-height: 1.0;
  color: #121212;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.ab2-role {
  font-size: 1.85rem;
  font-weight: 300;
  color: #555;
  margin-bottom: 28px;
}

.ab2-role strong {
  font-weight: 700;
  color: #121212;
}

.ab2-divider {
  width: 48px;
  height: 3px;
  background: var(--theme-color);
  border-radius: 2px;
  margin-bottom: 24px;
}

.ab2-tagline {
  font-size: 1.55rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7;
  margin-bottom: 36px;
}

.ab2-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ab2-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1.55rem;
  font-weight: 600;
  color: #121212;
  text-decoration: none;
  transition: color 0.2s;
}

.ab2-phone-link:hover { color: var(--teal-green); text-decoration: none; }

.ab2-trust-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
  color: #888;
}

.ab2-sep {
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================================
   2. COUNTER STRIP (dark)
   ============================================================ */
.ab2-counters {
  background: #1a1a1a;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 52px 0;
}

.ab2-counter-item {
  text-align: center;
  padding: 0 16px;
  position: relative;
}

.ab2-counter-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: rgba(255,255,255,0.12);
}

.ab2-counter-num {
  display: block;
  font-size: clamp(3.8rem, 4.5vw, 5.2rem);
  font-weight: 800;
  color: var(--teal-green);
  line-height: 1;
  margin-bottom: 8px;
}

.ab2-counter-label {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================================
   3. BIO — due colonne asimmetriche
   ============================================================ */
.ab2-bio {
  padding: 100px 0;
  background: #fff;
}

.ab2-bio-left {
  padding-right: 48px;
  border-right: 1.5px solid rgba(0,0,0,0.08);
}

.ab2-quote-mark {
  font-size: 7rem;
  line-height: 0.6;
  color: rgba(0,120,132,0.15);
  font-family: Georgia, serif;
  margin-bottom: 16px;
  display: block;
}

.ab2-quote {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 300;
  color: var(--teal-green);
  line-height: 1.55;
  margin-bottom: 28px;
}

.ab2-quote-author {
  font-size: 1.25rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ab2-bio-right { padding-left: 48px; }

.ab2-bio-text {
  font-size: 1.55rem;
  font-weight: 300;
  color: #444;
  line-height: 1.75;
  margin-bottom: 18px;
}

.ab2-bio-text strong { font-weight: 700; color: #121212; }

.ab2-cred-strip {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1.5px solid rgba(0,0,0,0.07);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ab2-cred-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border: 1.5px solid rgba(0,120,132,0.28);
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--teal-green);
  background: rgba(0,120,132,0.04);
}

.ab2-cred-badge svg { flex-shrink: 0; }

/* ============================================================
   4. VALORI — 3 card flat su sfondo grigio
   ============================================================ */
.ab2-values {
  padding: 80px 0;
  background: #f5f5f5;
}

.ab2-values-title {
  font-size: clamp(2.8rem, 3.5vw, 4rem);
  font-weight: 800;
  color: #121212;
  margin-bottom: 8px;
  line-height: 1.15;
}

.ab2-values-sub {
  font-size: 1.55rem;
  font-weight: 300;
  color: #666;
  margin-bottom: 48px;
}

.ab2-val-card {
  border: 1.5px solid rgba(0,0,0,0.09);
  border-radius: 20px;
  padding: 36px 32px;
  background: #fff;
  height: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ab2-val-card:hover {
  border-color: rgba(0,120,132,0.3);
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
}

.ab2-val-num {
  font-size: 5rem;
  font-weight: 800;
  color: rgba(0,120,132,0.10);
  line-height: 1;
  margin-bottom: 16px;
  display: block;
  font-variant-numeric: tabular-nums;
}

.ab2-val-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 12px;
}

.ab2-val-desc {
  font-size: 1.4rem;
  font-weight: 300;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   5. CTA TEAL
   ============================================================ */
.ab2-cta {
  background: var(--teal-green);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ab2-cta::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}

.ab2-cta::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

.ab2-cta-inner { position: relative; z-index: 1; }

.ab2-cta h2 {
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.ab2-cta p {
  font-size: 1.65rem;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
}

.ab2-cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ab2-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 36px;
  background: #fff;
  color: var(--teal-green);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.22s, transform 0.18s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.ab2-cta-btn-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  color: var(--teal-green);
  text-decoration: none;
}

.ab2-cta-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.22s, transform 0.18s;
}

.ab2-cta-btn-wa:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
  .ab2-text-panel { padding: 120px 52px 80px; }
  .ab2-bio-left { padding-right: 36px; }
  .ab2-bio-right { padding-left: 36px; }
}

@media (max-width: 991px) {
  .ab2-hero { flex-direction: column; min-height: auto; }
  .ab2-photo-panel { flex: none; height: auto; padding: 40px 32px 32px; justify-content: center; }
  .ab2-photo-panel img { max-height: 340px; width: auto; max-width: 100%; border-radius: 20px; }
  .ab2-text-panel { padding: 56px 40px 60px; }
  .ab2-text-inner { max-width: 100%; }

  .ab2-counters { flex-wrap: wrap; justify-content: center; padding: 40px 0; }
  .ab2-counter-item { flex: 0 0 50%; padding: 28px 0; }
  .ab2-counter-item:not(:last-child)::after { display: none; }
  .ab2-counter-item:nth-child(1),
  .ab2-counter-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.08); }

  .ab2-bio { padding: 72px 0; }
  .ab2-bio-left { padding-right: 0; border-right: none; border-bottom: 1.5px solid rgba(0,0,0,0.08); padding-bottom: 40px; margin-bottom: 40px; }
  .ab2-bio-right { padding-left: 0; }

  .ab2-values { padding: 60px 0; }
}

@media (max-width: 767px) {
  .ab2-photo-panel { height: 70vw; max-height: 360px; }
  .ab2-val-card { margin-bottom: 16px; }

  /* Più respiro laterale su mobile per le sezioni con .container */
  .ab2-bio > .container,
  .ab2-values > .container,
  .ab2-cta > .container { padding-left: 24px; padding-right: 24px; }

  .ab2-bio { padding: 56px 0; }
  .ab2-values { padding: 52px 0; }
  .ab2-cta { padding: 60px 0; }
  .ab2-values-sub { margin-bottom: 32px; }
}

@media (max-width: 575px) {
  .ab2-name { font-size: 3.6rem; }
  .ab2-text-panel { padding: 48px 24px 52px; }
  .ab2-quote { font-size: 2rem; }
  .ab2-actions { flex-direction: column; align-items: flex-start; }
  .ab2-cta h2 { font-size: 2.6rem; }
  .ab2-cta-btns { flex-direction: column; }
  .ab2-cta-btn-primary,
  .ab2-cta-btn-wa { width: 100%; justify-content: center; }
  .ab2-counter-item { flex: 0 0 50%; }
}
