/* ====================================================================     
     GOLDEN HOUR — Bizzabo · perf-cleaned
     Spoléhá na Bizzabo nativní fonty (Calibre, FinancierDisplay z
     cdn-static.bizzabo.com — již načtené v základu).
     ==================================================================== */


  /* --- BACKGROUND ----------------------------------------------------
     Žádné background-attachment:fixed — drahé pro repaints při open
     Bizzabo popupu. Gradient se scrolluje s body, vizuálně ekvivalent. */
  body,
  body.trade-template {
    background:
      linear-gradient(
        180deg,
        #2D3D5E 0%,
        #4A5878 25%,
        #8A7E8E 50%,
        #BFA098 70%,
        #E2AFA2 86%,
        #E4A878 100%
      ) !important;
  }

  .main-app-container,
  .home-custom-css {
    background: transparent !important;
  }


  /* --- LAYOUT — vytáhnout button blíž k headerCustomCode --- */
  .section-2343775 .custom-space-top { padding-top: 0 !important; }
  .section-2343775 .element-12265888 { display: none !important; }   /* prázdný H2 */
  .section-2343775 .element-12265893 { display: none !important; }   /* prázdný img */
  .section-2343775 .element-12265895 { margin-top: 0 !important; }   /* button wrapper */


  /* --- BUTTON JOIN THE NIGHT --- */
  .section-2343775 .element-12265895 .atom-main {
    background-color: #1B243D !important;
    border-color: #1B243D !important;
    color: #F2EBE0 !important;
    border-radius: 0 !important;
    font-family: 'Calibre', sans-serif !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
  }
  .section-2343775 .element-12265895 .atom-main:hover {
    background-color: #F2EBE0 !important;
    color: #1B243D !important;
    border-color: #C68A2E !important;
  }