.page-hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 5rem; align-items: end; }
.hero-photo-wrap { width: 400px; flex-shrink: 0; align-self: flex-end; }
.hero-photo { width: 100%; height: 520px; object-fit: cover; object-position: center top; border-radius: 16px; display: block; box-shadow: 0 -8px 40px rgba(0,0,0,0.3); }
.hero-photo-wrap { animation: fadeUp 0.6s 0.15s ease both; }
.main-content { max-width: 1200px; margin: 0 auto; padding: 6rem 2rem; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; margin-bottom: 7rem; }
.intro-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }
.intro-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--night); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 1.5rem; }
.intro-text { font-size: 0.97rem; color: #4a5568; line-height: 1.85; margin: 0 0 1.25rem; }
.intro-text:last-child { margin: 0; }
.info-stack { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 90px; }
.info-card { background: var(--gray-bg); border-radius: 14px; padding: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; }
.info-icon { width: 40px; height: 40px; background: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.info-card-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #94a3b8; margin-bottom: 0.25rem; }
.info-card-value { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--night); line-height: 1.4; }
.perche-section { background: linear-gradient(135deg, var(--night) 0%, var(--navy) 100%); border-radius: 24px; padding: 4rem; margin-bottom: 7rem; position: relative; overflow: hidden; }
.perche-section::before { content: ''; position: absolute; top: -30%; right: -5%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(200,16,46,0.12) 0%, transparent 70%); pointer-events: none; }
.perche-section::after { content: '\201C'; position: absolute; top: 1rem; left: 3rem; font-family: 'Outfit', sans-serif; font-size: 10rem; font-weight: 800; color: rgba(255,255,255,0.04); line-height: 1; pointer-events: none; }
.perche-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #ff6b80; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.perche-text { font-size: 1.15rem; color: rgba(255,255,255,0.85); line-height: 1.85; margin: 0 0 1.25rem; max-width: 680px; position: relative; z-index: 1; }
.perche-text:last-of-type { margin: 0; }
.come-lavoro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 7rem; }
.come-card { border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 2rem; transition: border-color 0.25s, box-shadow 0.25s; }
.come-card:hover { border-color: var(--navy); box-shadow: 0 8px 32px rgba(27,58,107,0.1); }
.come-number { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 800; color: rgba(200,16,46,0.12); line-height: 1; margin-bottom: 1rem; }
.come-title { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 700; color: var(--night); margin: 0 0 0.6rem; }
.come-desc { font-size: 0.875rem; color: #4a5568; line-height: 1.7; margin: 0; }
.reviews-strip { background: var(--gray-bg); border-radius: 24px; padding: 3.5rem; margin-bottom: 4rem; }
.reviews-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 2rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.review-card { background: white; border-radius: 14px; padding: 1.75rem; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.review-stars { color: #f6c90e; font-size: 0.9rem; margin-bottom: 0.75rem; }
.review-text { font-size: 0.875rem; color: #4a5568; line-height: 1.75; font-style: italic; margin: 0 0 1.25rem; }
.review-author { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--night); }
.review-role { font-size: 0.75rem; color: #94a3b8; margin-top: 0.15rem; }
.cta-banner { background: var(--red); border-radius: 20px; padding: 3.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-banner h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: white; letter-spacing: -0.02em; margin: 0; max-width: 480px; }
.btn-white { background: white; color: var(--red); padding: 0.85rem 2rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.come-lavoro-header { margin-bottom: 3rem; }
.come-lavoro-header .intro-title { margin-bottom: 2.5rem; }
footer { margin-top: 6rem; }
@media (max-width: 900px) {
  .page-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero-photo-wrap { width: 100%; max-width: 440px; }
}
@media (max-width: 640px) {
  .page-hero { padding: 7rem 1.5rem 3rem; }
  .page-hero-inner { gap: 0; }
  .hero-photo-wrap { margin-top: 2rem; max-width: 100%; }
  .hero-photo { height: 300px; }
  .intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .info-stack { position: static; }
  .come-lavoro-grid { grid-template-columns: 1fr; }
  .perche-section { padding: 2.5rem; }
  .cta-banner { padding: 2rem; }
  .reviews-strip { padding: 2rem; }
}
