:root{
  --primary:#1F3556;
  --accent:#F2B705;
  --light:#F8F9FB;
  --text:#2E2E2E;
}

body{
  margin:0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color:var(--text);
  text-align:center;

  /* SFONDO: colore + pattern leggero */
  background-color: var(--light);
  background-image: url("/assets/img/pattern-bg.png"); /* opzionale */
  background-repeat: repeat;
  background-size: 900px auto;
}

header{ padding:60px 20px 20px; }
.logo{ max-width:220px; }

h1{
  color:var(--primary);
  font-weight:600;
  margin-top:30px;
  font-size:32px;
}

.languages{ margin-top:30px; font-size:16px; line-height:1.8; }
.languages div{ margin:4px 0; }

.cta-section{ margin-top:50px; }

.cta-button{
  background:var(--primary);
  color:white;
  padding:14px 28px;
  border:none;
  border-radius:6px;
  font-size:16px;
  cursor:pointer;
  text-decoration:none;
  display:inline-block;
  transition:0.3s;
}

.cta-button:hover{
  background:var(--accent);
  color:#1F3556;
}

.section-divider{
  margin:70px auto;
  width:60%;
  height:1px;
  background:#ddd;
}

footer{
  background:white;
  padding:40px 20px;
  font-size:14px;
  line-height:1.6;
}

.footer-top{ margin-bottom:20px; color:#666; }

.disclaimer{
  margin-top:25px;
  font-size:12px;
  color:#777;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

.company{
  margin-top:25px;
  font-size:12px;
  color:#888;
}
.site-footer{
    margin-top:80px;
    background:#ffffff;
    position:relative;
    padding-top:60px;
    color:#1F3556;
    font-size:14px;
}

.footer-wave{
    width:100%;
    display:block;
    margin-bottom:-5px;
}

.footer-content{
    padding:40px 20px 60px;
    text-align:center;
}