/* =================== VARIABLES =================== */
:root {
  --site-bg: #fbeac2;
  --site-bg-2: #f5dfb0;
  --brand-primary: #f4a61f;
  --brand-primary-dark: #b37e21;
  --nav-height: 100px;
  --shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 12px 28px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.16);
  --book-side-pad: 56px;
}

/* ===== EGYSÉGES GRADIENTES HÁTTÉR MINDENHOL ===== */
body {
  background: radial-gradient(140% 120% at 50% -40%, #fff, #fbeac2 45%, #f5dfb0) !important;
}

/* ===== WRAPPEREK ÉS CONTAINER-EK TRANSPARENT ===== */
.site-bg,
.main-bg,
.container,
.container-fluid {
  background: transparent !important;
  background-color: transparent !important;
}
