:root {
  --blue-top: #006ee6;
  --white: #fff;
  --text: #0a1f44;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

body {
  font-family: "Nunito", sans-serif;
  color: var(--text);
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* Layout */

.sidebar {
  padding-left: 20px;
  align-self: start;
  position: fixed;
  top: 1px;
}

.sidebar ul {
  list-style: none;
  margin: 0;
}

.sidebar li {
  margin-bottom: 8px;
}

.sidebar a {
  text-decoration: none;
  color: #0070f3;
  margin-bottom: 0px;
  margin-top: 5px;
}

.nav-list {
  list-style: none;
  padding-left: 15px;
  margin: 0;
  position: relative;
}

.nav-list li {
  position: relative;
  padding-left: 20px;
}

.nav-list::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background: #ddd;
}

.nav-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: rgba(0, 110, 230, 1);
  border-radius: 50%;
  position: absolute;
  left: -6.5px;
  top: 6px;
}

.nav-list a {
  color: #0070f3;
  text-decoration: none;
  transition: font-weight 0.2s, color 0.2s;
}

.nav-list a.active {
  font-weight: 600;
  color: #0070f3;
}

.category-row {
  display: flex;
}

/* Links e bottoni */
.category-link {
  text-decoration: underline;
  color: #0070f3 !important;
  margin-left: 3px;
}

.info-icon {
  margin-top: 9px;
  margin-left: 3px;
}

.btn-approfondimento {
  display: inline-flex;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 1000px;
  height: 32px;
  padding: 4px;
  gap: 4px;
}

.btn-approfondimento-img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.btn-opinione {
  font-size: 18px;
  min-width: 160px;
  height: 40px;
  border-radius: 8px;
  background: var(--white);
  color: var(--blue-top) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
  border: 1px solid var(--blue-top);
}

.opinion-row {
  border-top: 1px solid rgba(217, 217, 217, 1);
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 16px;
}

.tooltip-card-container {
  display: flex;
  gap: 8px;
}
.title-text-container {
  max-width: 784px;
}
/* Card */
.card-ecosistema-custom {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
  gap: 16px;
}

.card-row {
  display: grid;
  border-top: 1px solid #d9d9d9;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.card-icon {
  width: 25px;
  height: 25px;
}

.core-kit-card-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.core-kit-card-container .core-kit__link-card {
  background-color: #f7f7f7;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.core-kit-card-container .core-kit__link-card .core-kit__link-card__icon {
  width: 80px;
  height: 80px;
}
.core-kit-card-container .core-kit__link-card .core-kit__link-card__text {
  width: 100%;
}
.core-kit-card-container .core-kit__alert-card {
  display: flex;
  gap: 0.5rem;
  padding: 16px;
  background-color: #f7f7f7;
}
.core-kit-card-container .core-kit__alert-card .core-kit__alert-card__icon {
  width: 32px;
  height: 32px;
}
/* Utility spacing */
.margin-t-40 {
  margin-top: 40px;
}

.margin-t-32 {
  margin-top: 32px;
}

.margin-t-24 {
  margin-top: 24px;
}

.margin-t-16 {
  margin-top: 16px;
}

.margin-t-8 {
  margin-top: 8px;
}
.margin-t-4 {
  margin-top: 4px;
}
.margin-b-0 {
  margin-bottom: 0px;
}

.margin-b-16 {
  margin-bottom: 16px;
}
.margin-r-4 {
  margin-right: 4px;
}
.margin-b-24 {
  margin-bottom: 24px;
}
.text-box-img {
  width: 100%;
  margin-top: 24px;
  object-fit: contain;
}

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

.image-grid-row .col {
  display: flex;
  justify-content: center; /* orizzontale */
  align-items: center; /* verticale */
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
}

.card-no-border {
  overflow: hidden;
  gap: 16px;
}

.card-no-border-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* =========== Statement → Pillars =========== */
.statement-lead {
  margin: 0;
  font-weight: 300;
}
.pillars {
  display: grid;
  row-gap: 16px;
}
.pillar-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 24px;
  align-items: start;
}
/*@media (min-width:768px){ .pillar-item{ min-height: 140px; } }*/

.pillar-icon {
  width: 64px;
  height: 64px;
}
/* Material Symbols */
.pillar-symbol {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  display: grid;
  place-items: center;
  inline-size: 28.8px;
  block-size: 28.8px;
  line-height: 1;
  color: var(--Icon-Color-Non-Interactive-Primary, #006ee6);
}
.pillar-text {
  margin: 0;
}
/* Spazio tra il paragrafo e la griglia dei pillars */
.hero_txt2_p + .pillars {
  margin-top: 16px; /* aumenta a 24px se vuoi più aria */
}

.t-small-bold {
  font-family: "Nunito";
  font-weight: 500;
  font-style: Medium;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  color: #202124;
}

.t-bold {
  font-weight: 600;
}

.t-body-4 {
  font-family: "Nunito";
  font-weight: 400;
  font-style: Light;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.0625rem;
  color: #202124;
}

.area-rgs-box {
  padding: 40px;
}

.area-rgs-box-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.area-rgs-box {
  padding: 40px;
  border-radius: 8px;
  background-image: url("../componentSvg/area_rgs_box_cover.svg");
  background-size: cover;
  background-position: center;
}

.area-rgs-box-row {
  display: flex;
  gap: 24px;
}

.area-rgs-box-img-col img {
  width: 80px;
  height: 80px;
}

.accedi-area-rgs-btn {
  background: rgba(0, 110, 230, 1);
  border: none;
  padding: 12px 16px 12px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.area-rgs-box-img-col .icon-circle {
  background: white;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.t-small-btn-bold {
  font-family: "Nunito";
  font-weight: 500;
  font-style: Medium;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  color: white;
}

.linee-guida-box {
  padding-top: 24px;
  padding-bottom: 24px;
}

.linee-guida-img {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
}

.linee-guida-list {
  display: grid;
  gap: 16px;
}
.linee-guida-list-link {
  width: max-content;
}
.linee-guida-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.linee-guida-item .a {
  text-decoration: underline;
}

.blue {
  color: #0070f3 !important;
}

.linee-guida-list-icon {
  width: 24px;
  height: 24px;
}
.linee-guida-list-row {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 768px) {
  .margin-t-40 {
    margin-top: 24px !important;
  }

  .opinion-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .btn-opinione {
    width: 100%;
    text-align: center;
    height: 48px;
  }

  .accedi-area-rgs-btn {
    width: 100%;
  }
  .card-row {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    margin-top: 0px;
    border-top: none;
  }

  .card-row p {
    margin-top: 8px;
  }
  .card-ecosistema-custom {
    padding: 0;
    margin-top: 16px !important;
  }
}
@media (max-width: 425px) {
  .sidebar {
    display: none;
  }
}

.core-kit-card-container.margin-t-40 div {
    border-radius: 0.5rem;
}
.core-kit-card-container.margin-t-40 vrs-hyperlink img {
  height: 24px;
  width: 24px;
  max-width: fit-content;
}
