:root {
  --blue: #3c8ce8;
  --dark: #252f78;
  --text: #142264;
  --muted: #5a8cca;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

.page2 {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  box-shadow: none;
}
.site-header {
  height: 64px;
  background: var(--blue);
  position: relative;
  z-index: 5;
}

.hero-logo-link {
  position: absolute;
  left: 19px;
  top: 19px;
  z-index: 10;
  display: block;
}

.logo-top {
  width: 206px;
  height: auto;
  display: block;
}

nav {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 34px;
  padding-right: 48px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

nav a {
  color: #10205f;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a[aria-current="page"] { text-decoration: underline; }

.hero {
  min-height: 350px;
  background: url("immagini_contatti/hero.png") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero h1 {
  margin: 0;
  color: #1d2d79;
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
}

.content {
  padding: 56px 60px 66px;
}

/*.map-link {
  display: block;
  width: min(650px, 100%);
  margin: 0 auto 22px;
  position: relative;
  text-decoration: none;
  border: 1px solid #e2e7ef;
  transition: transform .25s ease, box-shadow .25s ease;
}*/

.map-container {
  width: min(650px, 100%);
  margin: 0 auto 22px;
  border: 1px solid #e2e7ef;
  overflow: hidden;
  border-radius: 4px;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 420px;
}

.map-link:hover,
.map-link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(36, 47, 120, .18);
  outline: none;
}

.map-link img {
  display: block;
  width: 100%;
  height: auto;
}

.map-link span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  background: #fff;
  color: #1d2d79;
  border-radius: 24px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(0,0,0,.14);
}

.content h2 {
  margin: 0 0 46px;
  text-align: center;
  color: #202d79;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px 88px;
  
}

.contact-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 50px;
  font-size: 21px;
  font-weight: 700;
  color: #202d79;
}

.contact-item a {
  color: #202d79;
  text-decoration: none;
}

.contact-item a:hover { text-decoration: underline; }
/*
.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #202d79;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
*/

.contact-icon2 {
	width: 30px;
    height: 24px;
}

.contact-icon3 {
	width: 17px;
    height: 34px;
}

.contact-icon.in {
  border-radius: 6px;
  font-size: 17px;
}

.brand-strip {
  background: var(--blue);
  display: grid;
  grid-template-columns: 1fr 230px;
  align-items: center;
  gap: 50px;
  padding: 46px 120px 42px;
  color: #17235e;
}

.info {
	left: 0px;
	top: 0px;
	background: #f00;
	grid-template-columns: 2fr 1fr;
}

.brand-strip h2 {
  margin: 0 0 21px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.brand-strip p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.brand-strip img {
  width: 214px;
  background: #ff;
  justify-self: start; 
}



footer {
  background: var(--dark);
  color: #fff;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px 88px;
  padding: 32px 36px 35px;
  font-size: 13px;
  line-height: 1.22;
}

.footer-brand img {
  width: 92px;
  height: auto;
  margin-bottom: 12px;
}

.footer-brand p,
.footer-details p { margin: 0; }
.footer-details p { margin-bottom: 18px; }

@media (max-width: 760px) {
  .page { max-width: none; }
  .site-header { height: auto; padding-top: 105px; }
  .hero-logo-link { left: 50%; transform: translateX(-50%); }
  nav { height: auto; justify-content: center; flex-wrap: wrap; gap: 16px; padding: 12px; }
  .hero { min-height: 260px; }
  .hero h1 { font-size: 42px; }
  .content { padding: 36px 22px 44px; }
  .content h2 { font-size: 17px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-item { font-size: 18px; grid-template-columns: 46px 1fr; }
  .brand-strip { grid-template-columns: 1fr; text-align: center; padding: 38px 24px; }
  .brand-strip img { justify-self: center; }
  footer { grid-template-columns: 1fr; gap: 25px; text-align: center; }
}
