body.presa-visione-body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #0B2559 !important;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.pv-navbar {
    padding: 15px 20px;
    background-color: #001A4D;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.acceptance-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 650px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-title {
    color: #003366;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0.2em;
    cursor: pointer;
    border: 2px solid #adb5bd;
}

.form-check-label {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    margin-left: 10px;
    cursor: pointer;
}

.link-terms {
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 600;
}

.btn-access {
    background-color: #adb5bd;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 30px;
    float: right;
    transition: all 0.3s ease;
    cursor: not-allowed;
}

.btn-access:not(:disabled) {
    background-color: #0d6efd;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(13, 110, 253, 0.3);
}

.pv-footer {
    background-color: transparent;
    color: white;
    padding: 2rem 0;
    margin-top: auto;
}

.pv-footer a {
    color: #dbe4f3;
    text-decoration: none;
    margin-right: 20px;
}
.pv-footer a:hover { text-decoration: underline; color: #fff; }

.no-bullets{
  list-style: none;
  padding-left: 1.5 rem;
  margin-left: 0;
}

@media (max-width: 576px) {
    .acceptance-card { padding: 25px; }
    .btn-access { width: 100%; float: none; }
    .pv-footer .d-flex { flex-direction: column; align-items: center; gap: 20px; }
    .pv-footer .links { text-align: center; }
}