* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Gabarito", sans-serif;
}

.header {
  padding: 16px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header .container .logo img {
  width: 125px;
}
.header .container .img-line {
  width: 70%;
}

.a-br {
  padding: 16px 24px;
  border-radius: 12px;
  color: #000;
  border: 1px solid #019EFF;
  text-decoration: none;
}
.a-br:hover {
  background-color: #019EFF;
  color: #fff;
}

.a-bg {
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;
  border: 1px solid #019EFF;
  background-color: #019EFF;
  text-decoration: none;
}
.a-bg:hover {
  background-color: #fff;
  color: #019EFF;
}

.card-items {
  padding-bottom: 120px;
}
.card-items .container .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.card-items .container .items .item {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 16px;
}
.card-items .container .items .item .novita {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #F79B4D;
  padding: 12px 24px;
  text-transform: uppercase;
  border-bottom-left-radius: 30px;
}
.card-items .container .items .item .logo {
  width: auto;
  height: 77px;
  margin-bottom: 28px;
}
.card-items .container .items .item .a-card-segui {
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 4px;
  padding: 6px 20px;
  font-weight: 600;
  color: #fff;
  background-color: #C4681B;
  text-decoration: none;
  margin-bottom: 28px;
}
.card-items .container .items .item .a-card-segui span {
  font-size: 12px;
}
.card-items .container .items .item .a-card-verifica {
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 4px;
  padding: 15px 20px;
  font-weight: 600;
  color: #F58220;
  background-color: #fff;
  text-decoration: none;
}
.card-items .container .items .item-1 {
  background-color: #F58220;
  border-radius: 16px;
}
.card-items .container .items .item-1 .lotto-box {
  margin-bottom: 28px;
  color: #fff;
}
.card-items .container .items .item-1 .lotto-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.card-items .container .items .item-1 .lotto-header-row,
.card-items .container .items .item-1 .lotto-row {
  display: flex;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 6px 0;
  margin-bottom: 5px;
  border-radius: 6px;
}
.card-items .container .items .item-1 .lotto-header-row {
  font-weight: bold;
  background-color: transparent;
  border-radius: 10px 10px 0 0;
  color: #fff;
  border-top: 1px solid #fff;
  border-radius: 0;
  border-bottom: none;
}
.card-items .container .items .item-1 .cell,
.card-items .container .items .item-1 .lotto-row div {
  flex: 1;
  text-align: center;
}
.card-items .container .items .item-1 .ruota {
  flex: 1.5;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
}
.card-items .container .items .item-1 .nazionale {
  background-color: #285c99 !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}
.card-items .container .items .item-1 .lotto-footer {
  display: flex;
  background-color: #fff;
  margin-top: 15px;
  border-radius: 10px;
  padding: 10px;
  color: #000;
  font-size: 12px;
  justify-content: space-between;
  text-align: center;
  position: relative;
  border: 2px solid #285c99;
  padding-top: 38px;
}
.card-items .container .items .item-1 .lotto-footer .footer-tag {
  font-weight: bold;
  background-color: #285c99;
  position: absolute;
  padding: 5px 35px;
  color: #fff;
  top: 0;
  right: 0;
  border-bottom-left-radius: 20px;
}
.card-items .container .items .item-1 .lotto-footer .itm {
  width: auto;
  min-width: auto;
  text-align: center;
}
.card-items .container .items .item-1 .lotto-footer .itm img {
  width: 15px;
  margin-bottom: 4px;
}
.card-items .container .items .item-1 .lotto-footer .itm p {
  margin-bottom: 0;
}
.card-items .container .items .item-1 .lotto-footer div {
  min-width: 80px;
}
.card-items .container .items .item-2 {
  background-color: #2C337B;
}
.card-items .container .items .item-2 .a-card-segui {
  background-color: #4F5DD2;
}
.card-items .container .items .item-2 .estrazione-container {
  margin-bottom: 28px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  height: 615px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-items .container .items .item-2 .estrazione-container h2 {
  color: #1c2c6b;
  font-size: 18px;
  margin-bottom: 20px;
}
.card-items .container .items .item-2 .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 10px;
}
.card-items .container .items .item-2 .ball {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
}
.card-items .container .items .item-2 .dark {
  background-color: #1c2c6b;
  color: white;
}
.card-items .container .items .item-2 .orange-fill {
  background-color: #f7941e;
  color: white;
}
.card-items .container .items .item-2 .orange-border {
  border: 2px solid #f7941e;
  color: #1c2c6b;
}
.card-items .container .items .item-2 .row-orange-highlight {
  margin: 30px 0;
}
.card-items .container .items .item-3 {
  background-color: #63C5DB;
}
.card-items .container .items .item-3 .a-card-segui {
  background-color: #176B7E;
}
.card-items .container .items .item-3 .lotto-container {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 28px;
  height: 615px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-items .container .items .item-3 .lotto-date {
  color: #f15a29;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.card-items .container .items .item-3 .lotto-date span {
  display: block;
  font-size: 22px;
}
.card-items .container .items .item-3 .lotto-main-numbers,
.card-items .container .items .item-3 .lotto-bonus-numbers {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px 0;
}
.card-items .container .items .item-3 .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-items .container .items .item-3 .blue {
  background-color: #3498a3;
  color: white;
}
.card-items .container .items .item-3 .orange {
  border: 3px solid #f15a29;
  color: #3498a3;
}

.top-vincite {
  padding-bottom: 180px;
}
.top-vincite .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.top-vincite .title h2 {
  font-weight: bold;
  font-size: 36px;
  color: #019EFF;
}
.top-vincite .title .img-line {
  width: 85%;
}
.top-vincite .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.top-vincite .items .item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F4F4F4;
  text-align: center;
}
.top-vincite .items .item img {
  width: 100%;
}
.top-vincite .items .item .text {
  padding: 16px;
}
.top-vincite .items .item .text h3 {
  color: #2C337B;
  font-size: 24px;
  font-weight: bold;
}
.top-vincite .items .item .text h4 {
  color: #2C337B;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.bg-main-block {
  padding-bottom: 180px;
}
.bg-main-block .container {
  background: url(../img/bg.webp) center center/cover no-repeat;
  border-radius: 16px;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-main-block .container img {
  width: 200px;
  margin-bottom: 16px;
}
.bg-main-block .container a {
  border-radius: 99px;
}

.divertirsi {
  padding-bottom: 80px;
}
.divertirsi .container {
  background-color: #F4F4F4;
  border-radius: 16px;
  padding: 25px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.divertirsi .container .img {
  width: 28%;
}
.divertirsi .container .img img {
  width: 100%;
}
.divertirsi .container .text {
  text-align: center;
  width: 55%;
}
.divertirsi .container .text h3 {
  color: #019EFF;
  font-size: 24px;
  margin-bottom: 53px;
}
.divertirsi .container .text .items {
  margin: 0 auto;
  display: grid;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.divertirsi .container .text .items .item img {
  width: 88px;
  margin-bottom: 12px;
}
.divertirsi .container .text .items .item h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.dove {
  padding-bottom: 80px;
}
.dove .container {
  background-color: #F4F4F4;
  border-radius: 16px;
  padding: 25px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.dove .container h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #019EFF;
  text-align: center;
}
.dove .container h3 {
  margin-bottom: 60px;
  color: #019EFF;
  font-size: 24px;
  text-align: center;
}
.dove .container .items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 70px;
}
.dove .container .items .item {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 450px;
}
.dove .container .items .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.dove .container .items .item .top img {
  width: 64px;
  margin-right: 16px;
}
.dove .container .items .item .top h4 {
  color: #019EFF;
  margin-bottom: 0;
  font-size: 32px;
}
.dove .container .items .item p {
  color: #1D1D1D;
  margin-bottom: 80px;
}
.dove .container .items .item a {
  border-radius: 99px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.faq-container {
  padding-bottom: 80px;
}
.faq-container .container {
  display: flex;
  justify-content: space-between;
}
.faq-container .container .faq-title {
  width: 35%;
  font-size: 36px;
  font-weight: bold;
  color: #0099ff;
  margin-bottom: 20px;
}
.faq-container .container h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #019EFF;
  text-align: center;
}
.faq-container .container .text {
  width: 45%;
}
.faq-container .container .items {
  width: 45%;
}
.faq-container .toggle-switch {
  position: relative;
  width: 50px;
  height: 25px;
}
.faq-container .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.faq-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.faq-container .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.faq-container input:checked + .slider {
  background-color: #00aaff;
}
.faq-container input:checked + .slider:before {
  transform: translateX(25px);
}
.faq-container .faq-item {
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.faq-container h4 {
  max-width: 250px;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
}
.faq-container .faq-question {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../img/faq-dec.webp) center center no-repeat;
  background-size: 100%;
  width: 100%;
}
.faq-container .faq-answer {
  margin-top: 10px;
  display: none;
  font-size: 14px;
  color: #333;
}
.faq-container .faq-item.open .faq-answer {
  display: block;
}
.faq-container .arrow {
  font-size: 18px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  color: #0099ff;
}
.faq-container .faq-item.open .arrow {
  transform: rotate(180deg);
}

.hai-block {
  padding-bottom: 50px;
}
.hai-block .container {
  background-color: #019EFF;
  border-radius: 16px;
  padding: 40px 65px;
  color: #fff;
}
.hai-block .container h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
}
.hai-block .container .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.hai-block .container .text h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.hai-block .container .text .item {
  text-align: center;
  width: 220px;
}

.lotto-block {
  padding-bottom: 100px;
}
.lotto-block h2 {
  color: #0099ff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
.lotto-block h3 {
  color: #0099ff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.lotto-block img {
  width: 100%;
}
.lotto-block p {
  margin-bottom: 32px;
}
.lotto-block .block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 40px;
}

.footer {
  padding-bottom: 30px;
  text-align: center;
}
.footer .text {
  margin: 0 auto;
  width: 100%;
  max-width: 715px;
}
.footer .text h2 {
  color: #0099ff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 45px;
}
.footer .text p {
  margin-bottom: 40px;
}
.footer .text .f-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.footer .text .f-link a {
  color: #0099ff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.footer .text .f-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.footer .text .f-logo img {
  width: auto;
  height: 45px;
}

.informativwe {
  padding-top: 50px;
  padding-bottom: 100px;
}
.informativwe h2 {
  text-align: center;
  color: #0099ff;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}
.informativwe .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.informativwe .items .item {
  padding: 16px;
  background-color: #019EFF;
  color: #fff;
}
.informativwe .items .item-1 {
  background-color: #F79B4D;
}

/* === Registration Form Styles === */
#registerForm {
  background: #fff;
  border: 2px solid #2196f3;
  border-radius: 16px;
  padding: 32px 24px 24px 24px;
  margin-top: 32px;
  box-shadow: 0 4px 24px rgba(33, 150, 243, 0.08);
}

#registerForm .form-control {
  border: 2px solid #2196f3;
  border-radius: 10px;
  font-size: 18px;
  padding: 14px 44px 14px 16px;
  background: #f8faff;
}

#registerForm .form-control:focus {
  border-color: #1976d2;
  box-shadow: none;
  background: #fff;
}

#registerForm .btn-primary {
  background: #0094ff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  padding: 12px 0;
  margin-top: 12px;
  transition: background 0.2s;
}

#registerForm .btn-primary:hover {
  background: #1976d2;
}

#registerForm .btn-link {
  color: #2196f3;
  font-size: 20px;
  padding: 0 12px;
  z-index: 2;
}

#registerForm .invalid-feedback {
  display: block;
  font-size: 14px;
  color: #e53935;
  margin-top: 2px;
}

/* Modal styles */
#codeModal .modal-content {
  border-radius: 16px;
  border: 2px solid #2196f3;
}

#codeModal .modal-title {
  color: #2196f3;
  font-weight: 700;
}

#codeModal .form-control {
  border: 2px solid #2196f3;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 6px;
}

#codeModal .btn-primary {
  background: #0094ff;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 0;
}

#codeModal .invalid-feedback {
  color: #e53935;
  font-size: 15px;
  text-align: center;
}

/* === Login Form Styles === */
#loginForm {
  background: #fff;
  border: 2px solid #2196f3;
  border-radius: 16px;
  padding: 32px 24px 24px 24px;
  margin-top: 32px;
  box-shadow: 0 4px 24px rgba(33, 150, 243, 0.08);
}

#loginForm .form-control {
  border: 2px solid #2196f3;
  border-radius: 10px;
  font-size: 18px;
  padding: 14px 44px 14px 16px;
  background: #f8faff;
}

#loginForm .form-control:focus {
  border-color: #1976d2;
  box-shadow: none;
  background: #fff;
}

#loginForm .btn-primary {
  background: #0094ff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  padding: 12px 0;
  margin-top: 12px;
  transition: background 0.2s;
}

#loginForm .btn-primary:hover {
  background: #1976d2;
}

#loginForm .btn-link {
  color: #2196f3;
  font-size: 20px;
  padding: 0 12px;
  z-index: 2;
}

#loginForm .invalid-feedback {
  display: block;
  font-size: 14px;
  color: #e53935;
  margin-top: 2px;
}

@media (max-width: 600px) {
  #loginForm {
    padding: 18px 6px 18px 6px;
  }
  #loginForm .form-control {
    font-size: 16px;
    padding: 10px 36px 10px 10px;
  }
}
@media (max-width: 991px) {
  .header .container .logo img {
    width: 120px;
  }
  .header .container {
    gap: 15px;
  }
  .a-bg, .a-br {
    padding: 16px 20px;
  }
  .header .container .img-line {
    display: none;
  }
  .card-items .container .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-items .container .items .item-3 .lotto-main-numbers, .card-items .container .items .item-3 .lotto-bonus-numbers {
    gap: 8px;
  }
  .card-items .container .items .item-3 .lotto-container {
    height: 450px;
  }
  .card-items {
    padding-bottom: 70px;
  }
  .top-vincite .title .img-line {
    display: none;
  }
  .top-vincite .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .top-vincite {
    padding-bottom: 80px;
  }
  .divertirsi .container {
    flex-direction: column;
  }
  .divertirsi .container .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .divertirsi .container .text {
    width: 100%;
  }
  .divertirsi .container .text .items {
    gap: 20px;
  }
  .divertirsi .container .text .items .item img {
    width: 70px;
  }
  .divertirsi .container, .dove .container {
    padding: 20px;
  }
  .dove .container .items {
    flex-direction: column;
    gap: 20px;
  }
  .faq-container .container {
    flex-direction: column;
  }
  .faq-container .container .faq-title {
    width: 100%;
  }
  .faq-container .container .items {
    width: 100%;
  }
  .faq-container .faq-question {
    background: url(../img/faq-mob.webp) center center no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 22px;
  }
  .hai-block .container {
    padding: 20px;
  }
  .hai-block .container .text {
    flex-direction: column;
  }
  .lotto-block .block {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .text h2 {
    font-size: 32px;
  }
  .footer .text .f-link {
    justify-content: center;
  }
  .footer .text .f-link a {
    font-size: 16px;
  }
  .informativwe .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-container .container .text {
    width: 100%;
  }
  .faq-container h4 {
    font-size: 16px;
    max-width: 140px;
  }
}
/* === Cookie Modal Styles === */
.cookie-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: flex-end;
  background: transparent;
  min-height: 0;
}

.cookie-modal-content {
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 0 24px rgba(33, 150, 243, 0.12);
  padding: 28px 24px 20px 24px;
  max-width: 480px;
  width: 100%;
  margin: 24px;
  font-size: 16px;
  color: #222;
}

.cookie-modal-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cookie-modal-btn:not(.cookie-modal-link) {
  background: #0094ff;
  color: #fff;
}

.cookie-modal-btn:not(.cookie-modal-link):hover {
  background: #1976d2;
}

.cookie-modal-link {
  background: #f3f6fa;
  color: #2196f3;
  text-decoration: none;
  border: 1px solid #e3eaf3;
}

.cookie-modal-link:hover {
  background: #e3eaf3;
  color: #1976d2;
}

@media (max-width: 600px) {
  .cookie-modal-content {
    padding: 16px 6px 12px 6px;
    font-size: 15px;
    margin: 8px;
  }
  .cookie-modal-btn {
    font-size: 15px;
    padding: 8px 12px;
  }
}
/* === Age Modal Styles === */
.age-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(30, 42, 70, 0.45);
  min-height: 0;
}

.age-modal-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 32px rgba(33, 150, 243, 0.16);
  padding: 32px 28px 24px 28px;
  max-width: 400px;
  width: 100%;
  font-size: 17px;
  color: #222;
  text-align: center;
}

.age-modal-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2196f3;
  margin-bottom: 12px;
}

.age-modal-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: #0094ff;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}

.age-modal-btn:hover {
  background: #1976d2;
}

.age-modal-btn-outline {
  background: #f3f6fa;
  color: #2196f3;
  border: 1px solid #e3eaf3;
}

.age-modal-btn-outline:hover {
  background: #e3eaf3;
  color: #1976d2;
}

.age-modal-warning {
  border: 2px solid #e53935;
}

.age-modal-warning h4 {
  color: #e53935;
}

.age-modal-warning p {
  color: #e53935;
  font-weight: 600;
}

@media (max-width: 600px) {
  .age-modal-content {
    padding: 16px 6px 12px 6px;
    font-size: 15px;
    margin: 8px;
  }
  .age-modal-btn {
    font-size: 15px;
    padding: 8px 12px;
  }
}/*# sourceMappingURL=style.css.map */