body {
  background: linear-gradient(
    180deg,
    #F8F5F2 0%,
    #F3F2EE 20%,
    #EAF4F4 60%,
    #EAF4F4 100%
  );
}

.t-record {
  background-color: transparent !important;
}

.t-record:not(.t-cover) {
  background-color: transparent !important;
}



/* =========================
   HEADER – SOLID + SHADOW
   Desktop + Mobile
========================= */

/* HEADER BACKGROUND */
.t228,
.tmenu-mobile,
.tmenu {
  background: #F8F5F2 !important;
}

/* LIGHT SHADOW */
.t228 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* DEFAULT MENU LINKS */
.t-menu__link-item {
  color: #16354A !important;
  transition: color 0.2s ease, opacity 0.2s ease;
}

/* HOVER */
.t-menu__link-item:hover {
  color: #0F2A3A !important;
  opacity: 1 !important;
}

/* ACTIVE */
.t-menu__link-item.t-active {
  color: #16354A !important;
  font-weight: 800;
}


