/* Brand Tecnica Industriale */
body {
  background: linear-gradient(135deg, #f4f4f6 0%, #e5e9f0 100%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #1f2937;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
.container {
  max-width: 540px;
  margin: 60px auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(13, 59, 102, 0.12);
  overflow: hidden;
}
.header {
  background: linear-gradient(135deg, #0d3b66 0%, #1a5490 100%);
  padding: 35px 40px;
  text-align: center;
  color: white;
}
.logo {
  margin: 0 0 8px 0;
}
.logo a {
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.header h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
  letter-spacing: 0.3px;
}
.center, section.center {
  padding: 40px;
}
h1, h2, h3 {
  color: #0d3b66;
}
form input[type=email],
form input[type=text] {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: border 0.2s;
  box-sizing: border-box;
  margin-bottom: 12px;
}
form input[type=email]:focus,
form input[type=text]:focus {
  border-color: #0d3b66;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 59, 102, 0.1);
}
form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.button, button {
  background: #f95738 !important;
  color: white !important;
  padding: 14px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.button:hover, button:hover {
  background: #e64825 !important;
}
.lists li {
  background: #f9fafb;
  padding: 14px 18px;
  margin: 8px 0;
  border-radius: 8px;
  border-left: 3px solid #0d3b66;
  list-style: none;
}
.lists li:hover {
  background: #eef2f9;
}
.lists input[type=checkbox] {
  margin-right: 10px;
}
.lists strong {
  color: #0d3b66;
  font-size: 14px;
}
.lists em {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
  font-style: normal;
  line-height: 1.4;
}
.footer {
  background: #f9fafb;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
}
.footer a {
  color: #0d3b66;
  text-decoration: none;
}
