/* Start custom CSS *//* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* LINE-HEIGHT FIX: Elementor v4 genera line-height en px, override con !important */
.elementor h1 { line-height: 1.05 !important; }
.elementor h2 { line-height: 1.1 !important; }
.elementor h3 { line-height: 1.2 !important; }
.elementor p  { line-height: 1.6 !important; }
.elementor .hero-h1   { line-height: 1.05 !important; }
.elementor .hero-sub  { line-height: 1.5 !important; }
.elementor .nav-brand { line-height: 1.2 !important; }

/* HERO BACKGROUND */
.elementor .hero {
  background-image: url('https://trongame.online/wp-content/uploads/adventure-connect/hero-running.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.elementor .hero-overlay {
  background: linear-gradient(180deg, rgba(13,31,38,0.55) 0%, rgba(13,31,38,0.35) 40%, rgba(13,31,38,0.85) 100%);
  pointer-events: none;
}
.elementor .hero-content { margin-inline: auto; }

/* NAV: reducir gap para que no haya overlap a ~1000px */
.elementor .nav-links { gap: 20px !important; }

/* NAV LOGO SIZE (UUID: f9edae5) */
.elementor .f9edae5 { width: 44px !important; height: 44px !important; max-width: 44px !important; }
.elementor .f9edae5 img { width: 44px !important; height: 44px !important; object-fit: contain; }

/* FOOTER LOGO SIZE (UUID: aa16774) */
.elementor .aa16774 { width: 56px !important; height: 56px !important; max-width: 56px !important; }
.elementor .aa16774 img { width: 56px !important; height: 56px !important; object-fit: contain; }/* End custom CSS */