/* Hide theme-generated title */
.entry-title,
.page-title,
h1.entry-title {
  display: none;
}

/* Gold italic in Elementor headings */
.elementor-heading-title i {
  color: #C9A84C;
}

/* Dark navy hero on heading container only */
.elementor-element-af0b873 {
  background-color: #1a2035;
  padding: 3rem 2rem !important;
}

/* White heading text */
.elementor-element-af0b873 .elementor-heading-title {
  color: #ffffff !important;
  font-size: 2.5rem !important;
}

/* Keep gold on Guesswork */
.elementor-element-af0b873 .elementor-heading-title i {
  color: #C9A84C !important;
}
.page-id-13723 .sharedaddy,
.page-id-13723 .sd-block,
.page-id-13723 .sd-sharing-enabled,
.page-id-13723 .jetpack-likes-widget-wrapper {
  display: none !important;
}
/* MC4WP Dependency Map Form Styling */
.mc4wp-form-fields {
    background: transparent;
}
.mc4wp-form-fields label {
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff;
    padding: 12px 16px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 16px;
    outline: none;
}
.mc4wp-form-fields input[type="text"]::placeholder,
.mc4wp-form-fields input[type="email"]::placeholder {
    color: rgba(255,255,255,0.5);
}
.mc4wp-form-fields input[type="submit"] {
    background: transparent;
    border: 1px solid #c9a84c;
    color: #c9a84c;
    padding: 12px 32px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 8px;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background: #c9a84c;
    color: #0f1923;
}
.mc4wp-form p {
    margin: 0 0 8px 0;
}
html, body { background-color: #0f1624 !important; }
button.cga-search-trigger {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0.35rem 0.5rem !important;
  color: rgba(255,255,255,0.7) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  height: auto !important;
  min-height: unset !important;
  box-shadow: none !important;
}
button.cga-search-trigger:hover { color: #C9963A !important; }
button.cga-search-trigger svg { width: 18px !important; height: 18px !important; }


/* Fix fade-in elements not animating on The Hero Trap page */
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}
/* === MOBILE NAV === */
.cga-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}
.cga-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,0.8);
  transition: all 0.3s;
}
.cga-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cga-hamburger.open span:nth-child(2) { opacity: 0; }
.cga-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  .nav-links { display: none !important; }
  .nav-cta { display: none !important; }
  .cga-hamburger { display: flex !important; }
  nav { position: relative; }
  .cga-mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #0f1624;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .cga-mobile-menu.open { display: flex; }
  .cga-mobile-menu a {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: color 0.2s;
  }
  .cga-mobile-menu a:hover { color: #C9963A; }
  .cga-mobile-menu .mobile-close {
    position: absolute;
    top: 1.5rem; right: 1.5rem;
    background: none; border: none;
    color: white; font-size: 2rem;
    cursor: pointer; line-height: 1;
  }
}
