.contatti-page {
  padding-top: 120px;
  background-color: #FFFFFF;
  min-height: 100vh;
}

.contatti-section {
  padding: 60px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.contatti-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: flex-start;
}

.contatti-info {
  display: flex;
  flex-direction: column;
}

.contatti-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 50px;
  font-family: 'Oswald', sans-serif, system-ui;
  text-transform: uppercase;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
}

.info-block {
  margin-bottom: 40px;
}

.info-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1F2937;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.info-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #0EA5E9; /* Linea azzurra */
}

.info-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4B5563;
}

.info-text p {
  margin-bottom: 5px;
}

.social-icons-contact {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F3F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0EA5E9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon-btn:hover {
  background-color: #0EA5E9;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.social-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Contact Form Section */
.contatti-form-wrapper {
  background-color: #F0F9FF; /* Celeste chiarissimo */
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.1);
  border: 1px solid #BAE6FD;
}

.form-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1F2937;
  font-family: 'Oswald', sans-serif, system-ui;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  letter-spacing: -0.5px;
}

.form-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #EF4444; /* Linea rossa */
}

.form-subtitle {
  color: #4B5563;
  font-size: 0.95rem;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1 1;
}

.form-input {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  font-size: 0.95rem;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}

.form-input:focus {
  outline: none;
  border-color: #0EA5E9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.form-input::placeholder {
  color: #9CA3AF;
}

textarea.form-input {
  resize: vertical;
  min-height: 120px;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #4B5563;
  margin-bottom: 10px;
}

.form-checkbox input {
  accent-color: #0EA5E9;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.form-checkbox a {
  color: #0EA5E9;
  text-decoration: none;
  font-weight: 500;
}

.form-checkbox a:hover {
  text-decoration: underline;
}

.submit-btn {
  background-color: #0EA5E9;
  color: white;
  border: none;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  align-self: center;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: #0284C7;
}

/* Responsive */
@media (max-width: 968px) {
  .contatti-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 576px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
  
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
  
  .contatti-form-wrapper {
    padding: 30px 20px;
  }
}

/* Sezione Info Sede (ex Mappe) */
.location-section {
  background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%); /* Celeste / Cyan del brand */
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.location-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.location-header {
  text-align: center; 
  margin-bottom: 50px;
}

.location-title {
  color: #ffffff; /* Bianco per contrasto sul celeste */
  font-size: 3rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif, system-ui;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.location-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 400;
}

.location-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Bilanciato a metà */
  grid-gap: 60px;
  gap: 60px;
  align-items: center;
}

.location-map-wrapper {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 4px solid #ffffff;
}

.location-info {
  color: #334155;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border-left: 5px solid #0284C7;
}

.location-info-title {
  background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location-info-text {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #475569;
}

.location-info-text p {
  margin-bottom: 10px;
}

.location-info-text a {
  background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.location-info-text a:hover {
  color: #0284c7;
  text-decoration: underline;
}

.location-info-text strong {
  color: #1e293b;
  font-weight: 700;
}

.location-info-subtitle {
  background: linear-gradient(135deg, #06B6D4 0%, #0284C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 968px) {
  .location-content-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .location-map-wrapper {
    height: 300px;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.08);
  }
  .location-info {
    border-radius: 0 0 20px 20px;
    border-left: none;
    border-top: 5px solid #0284C7;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  .location-info-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .location-section {
    padding: 50px 5%;
  }
  .location-title {
    font-size: 2.5rem;
  }
}


