@charset "UTF-8";
.accreditation-badge {
  display: inline-flex;
  align-items: center;
  background: var(--card);
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.06);
  padding: 8px 12px;
  border-radius: 6px;
  margin: 15px 0;
}

.badge-icon {
  color: #da9c00;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.badge-text {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.4;
}

.badge-text strong {
  color: #1e293b;
}

.badge-link {
  color: #3b82f6;
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 500;
}

.badge-link:hover {
  color: #2563eb;
}

/* Ottimizzazione per mobile */
@media (max-width: 600px) {
  .accreditation-badge {
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
  }
}
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Cabin", sans-serif;
  margin-top: 10%;
  background-color: #f8fcfd;
}
body p {
  font-size: 1.2rem;
}
body .flow-text {
  margin-left: 1%;
}

body {
  text-shadow: none !important;
  color: #333;
}

#header {
  background: #f8fcfd;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  width: 100%;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}

#title {
  color: #333;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 2%;
}

#sottotitolo {
  opacity: 0;
  animation: fade-in 1s ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  font-size: 1.5rem;
}

.brand-logo {
  margin-left: 5%;
  align-self: left;
  font-family: "Cabin", sans-serif;
  color: #333 !important;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .brand-logo {
    left: 75% !important;
    transform: translateX(0%) !important;
  }
}

#logo-img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.nav-wrapper {
  background-color: #f8fcfd;
}
.nav-wrapper .nav-bottoni {
  min-width: 100px !important;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}
.nav-wrapper .dropdown-content li {
  background-color: #f4c400;
}
.nav-wrapper .dropdown-content a {
  color: #333;
}
@media screen and (max-width: 992px) {
  .nav-wrapper {
    padding-bottom: 5rem;
  }
}
.nav-wrapper .sidenav-trigger i {
  color: #333;
  font-size: 30px !important;
  margin-top: 6px;
}

#titolo {
  animation: fade-in 1.5s ease;
  font-family: "Cabin", sans-serif;
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #titolo {
    font-size: 5rem !important;
  }
}

.main-yellow-text {
  color: #f4c400;
}

.yellow-underline {
  border-bottom: 3px solid #f4c400;
}

.dark-underline {
  border-bottom: 3px solid #333;
}

.yellow-bg {
  background-color: #f4c400;
}

.black-bg {
  background-color: #333;
  color: #f8fcfd;
}

.black-font {
  color: #333;
}

.paragraph {
  max-width: 800px;
  text-align: justify;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 80%;
}

.card {
  color: #333 !important;
  border-radius: 25px !important;
}
.card .card-content {
  border-radius: 25px !important;
  background-color: #f8fcfd;
  border: 2px solid #f4c400;
  transition: all 0.2s ease;
  text-shadow: none !important;
}
.card .card-content p {
  color: #333 !important;
}
.card .card-title {
  color: #333 !important;
  text-shadow: none !important;
}

[type=checkbox].filled-in:checked + span:not(.lever):before {
  border-bottom: 2px solid #333 !important;
  border-right: 2px solid #333 !important;
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  color: #333 !important;
  background-color: #f4c400 !important;
  border: 2px solid #333 !important;
}

[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  border-bottom: 2px solid #949494 !important;
  border-right: 2px solid #949494 !important;
}

[type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  border: 2px solid #949494 !important;
}

[type=radio]:checked + span:after {
  background-color: #333 !important;
  border: none !important;
}

.fixed-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 1000 !important;
}

.btn-floating {
  background-color: #f4c400 !important;
  border-radius: 25px !important;
  color: #333 !important;
  width: 100% !important;
  font-weight: 500;
  font-size: 1.5rem !important;
}
.btn-floating span {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.tabella-costi {
  background: #333 !important;
  color: #f8fcfd;
}

.tabella-patrimonio {
  background: #f4c400 !important;
  color: #333;
}

.border-table table {
  border-top: 1px solid black !important;
}
.border-table table tfoot {
  border-bottom: 1px solid black !important;
}

.results-card {
  border-radius: 25px !important;
  font-size: 1.2rem;
  display: none;
}

.page-footer {
  background-color: #f4c400 !important;
}
.page-footer .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly !important;
  row-gap: 1rem;
}
.page-footer .footer-copyright .kofitext {
  color: #333 !important;
}
.page-footer .footer-copyright div {
  color: #333 !important;
}
.page-footer .footer-copyright div a {
  color: #333 !important;
}

.input-field {
  background-color: rgba(244, 195, 0, 0.2745098039);
  border-radius: 10px;
  margin: 20px;
  box-shadow: 5px 0 0 10px 10px black;
}

.input-field label {
  color: darkslategray !important;
}

#cookie-law {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 5%;
  background-color: #ccc;
  z-index: 999;
}

#cookie-law > div {
  padding: 0;
}

#cookie-law > div:first-child {
  padding-right: 40px;
}

#cookie-law > div:first-child > a {
  color: inherit;
}

#cookie-law > div:last-child {
  vertical-align: middle;
}

#cookie-law > div:last-child > a {
  padding: 10px 20px;
  background: rgb(100, 149, 237);
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

.fade-in {
  animation: fade-in-bottom 1s ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.hidden {
  opacity: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#p-bottone {
  margin: auto;
}

#row-calcolo {
  margin: 5%;
}

#calcolo {
  border-radius: 10px;
  min-width: 130px;
}

#switch-risparmi {
  background-color: transparent !important;
  padding-bottom: 5px;
  vertical-align: middle;
}

.risultati {
  margin: 20px;
}

#anni-affitto-acquisto, #div-anni-affitto-acquisto {
  padding-left: 10px;
  width: 220px;
  min-width: 220px;
}

#div-anni-affitto-acquisto {
  min-width: 240px;
}

.divider {
  margin-bottom: 10px;
}

.left-margin {
  margin-left: 2%;
}

.user-hidden {
  opacity: 0% !important;
  display: none !important;
  visibility: hidden !important;
}

.results-card {
  border-radius: 25px !important;
  font-size: 1.2rem;
  display: none;
}

.round-border {
  border-radius: 10px;
  margin-bottom: 1em;
}

.button-container {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-floating {
  border-radius: 25px !important;
  width: 130px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}

.tabella-pac {
  background-color: #f4c400 !important;
  color: #333;
}

.readonly {
  background-color: rgba(240, 240, 240, 0.5) !important;
}

.come-funziona {
  cursor: pointer !important;
}

.come-funziona, #strategia {
  font-size: 1rem;
  margin-top: 2rem;
}

:root {
  --bg: #0f172a;
  --card-bg: #1e293b;
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --accent-blue: #38bdf8;
  --accent-orange: #fbbf24;
  --border: #334155;
  --success: #22c55e;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-bottom: 30px;
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (max-width: 950px) {
  .main-grid {
    grid-template-columns: 1fr;
  }
}
.card {
  background: var(--card);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.06);
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.input-group {
  margin-bottom: 15px;
}
.input-group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333 !important;
  font-size: 14px !important;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

input[type=number], select {
  width: 100%;
  padding: 8px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.radio-group {
  display: flex;
  gap: 15px;
  padding: 8px;
  border-radius: 6px;
}

.range-value {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--accent-orange);
}

.results-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.res-card {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.res-card.blue {
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid var(--accent-blue);
}

.res-card.orange {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid var(--accent-orange);
}

.res-card .value {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 5px;
}

.chart-container {
  height: 350px;
}

.select-wrapper span {
  color: #333 !important;
  font-family: "Cabin", sans-serif !important;
}

/* Slider giallo */
.yield-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.yield-row label {
  font-size: 0.9rem !important;
  color: var(--text-muted);
}

.main-slider {
  min-width: 75px;
  height: 6px;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: linear-gradient(90deg, var(--ss-primary-200), #e2e8f0);
  outline: none;
}

.main-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--accent-orange);
  cursor: pointer;
}

.main-slider::-moz-range-thumb {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: var(--accent-orange) !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 2px var(--accent-orange) !important;
  cursor: pointer !important;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.toggle-log {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}

.toggle-label {
  font-size: 0.7rem !important;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.toggle-log input {
  margin: 0;
  cursor: pointer;
}

.toggle-control {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-blue);
  cursor: pointer;
}
.toggle-control span {
  font-size: 0.9rem !important;
}

.toggle-control input {
  width: auto;
}

/* vincitore */
/* Card Risultati - Stato base */
.res-card {
  transition: all 0.4s ease; /* Transizione fluida per il cambio risultati */
  position: relative;
  overflow: hidden;
}

/* Effetto Luce per il Vincitore */
.res-card.winner.orange {
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
  border: 2px solid var(--accent-orange);
  transform: scale(1.02);
}

.res-card.winner.blue {
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
  border: 2px solid var(--accent-blue);
  transform: scale(1.02);
}

/* Badge Vincitore */
.winner-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--text);
  color: var(--bg);
  font-size: 1rem;
  font-weight: bold;
  padding: 1px 2px;
  border-radius: 20px;
  text-transform: uppercase;
}

/* Verdetto migliorato */
.verdetto-card {
  margin-top: 25px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  background: var(--card);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.06);
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.verdetto-card strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

/* Styling avanzato per la Chart Card */
.chart-card {
  position: relative;
  border-top: 4px solid var(--accent-orange); /* La "firma" cromatica */
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

/* Facciamo risaltare il titolo del grafico */
.chart-header h3 {
  color: var(--text); /* Più luminoso */
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Un piccolo pallino pulsante vicino al titolo per indicare "Live" */
.chart-header h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent-blue);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-blue);
}

/* Opzionale: un sottile bagliore dietro il grafico */
.chart-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

/* Stile per le FAQ */
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.faq-item summary {
  font-weight: 600;
  cursor: pointer;
  color: #333;
  padding: 10px;
  list-style: none; /* Rimuove la freccia standard su alcuni browser */
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "▶";
  font-size: 0.8rem;
  margin-right: 10px;
  color: var(--accent-blue);
  transition: transform 0.2s;
}

.faq-item details[open] summary::before {
  transform: rotate(90deg);
}

.faq-content {
  padding: 10px 20px;
  color: rgba(51, 51, 51, 0.7176470588);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Tabella Comparison */
.comparison-section table {
  margin-top: 20px;
}

.comparison-section th {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.comparison-section td {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.warning-text {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=riscatto-laurea.css.map */