/*
 Theme Name:  Hello TemeJoc Child
 Theme URI:   https://temejoc.ro/
 Description: Child theme pentru Hello Elementor, optimizat pentru jocurile TemeJoc (Orar Joc, Digital Lab, DinoLab).
 Author:      Francisc Ionuț + TemeJoc
 Author URI:  https://temejoc.ro/
 Template:    hello-elementor
 Version:     1.0.0
 Text Domain: hello-temejoc-child
*/

/* Font de bază pentru tot site-ul */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* === SKIN GLOBAL TEMEJOC – fundal & text === */
/* Fundal închis cu gradient, comun pentru toate paginile frontend */
html,
body {
  background: radial-gradient(circle at top, #1e293b 0, #020617 55%);
  color: #f9fafb;
}

/* Variantă și mai „noapte” pentru paginile de app (dacă vrei) */
body.temejoc-app-page {
  background: radial-gradient(circle at top, #0b1120 0, #020617 55%) !important;
  color: #e5e7eb;
}

/* Scoatem fondurile albe din containerele Hello / Elementor (frontend) */
.site,
.site-main,
#page,
#content,
.page-content,
.elementor,
.elementor-section,
.elementor-container,
.elementor-location-header,
.elementor-location-footer {
  background: transparent !important;
}

/* Linkuri generice, în culorile TemeJoc */
body a {
  color: #38bdf8;
}
body a:hover {
  color: #0ea5e9;
}

/* === Eliminăm gap-urile dintre header, conținut și footer === */

/* Containerul principal al temei – fără margin/padding suplimentar sus/jos */
.site-main,
#content,
.page-content,
#primary,
#main {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Prima secțiune Elementor lipită de header */
.elementor-section-wrap > .elementor-section:first-of-type {
  margin-top: 0;
}

/* Ultima secțiune Elementor lipită de footer */
.elementor-section-wrap > .elementor-section:last-of-type {
  margin-bottom: 0;
}

/* Footerul temei – fără spațiu suplimentar și fără fundal alb */
.site-footer,
.elementor-location-footer {
  margin-top: 0;
  padding-top: 0;
  background: transparent !important;
}
