/* Express Entry Hub - Roadmap Retrieval Template Styles */
/* This file contains styles specifically for the roadmap retrieval template */

/* CSS Variables for consistent theming */
:root {
  --navy: #0b1c3f;
  --navy-dark: #08122b;
  --navy-soft: #102a5c;
  --gold: #f5c96b;
  --text: #ffffff;
  --muted: #cbd5e1;
}

/* Force override WordPress theme styles with high specificity */
body.eeh-home,
html body.eeh-home,
body.page .eeh-home,
body.single .eeh-home,
body.post .eeh-home,
#wpbody-content .eeh-home,
#page .eeh-home,
.site-content .eeh-home,
.entry-content .eeh-home,
.content-area .eeh-home,
.main-content .eeh-home {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif !important;
  color: var(--text) !important;
  background-color: var(--navy) !important;
  background: 
    radial-gradient(circle at 20% 30%, rgba(53, 95, 211, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(245, 201, 107, 0.2) 0%, transparent 50%),
    radial-gradient(circle at top left, #355fd3 0%, var(--navy) 55%, #020617 100%) !important;
  background-attachment: fixed !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow-x: hidden !important;
}

/* Static background elements */
body.eeh-home::before,
html body.eeh-home::before,
body.page .eeh-home::before,
body.single .eeh-home::before,
body.post .eeh-home::before,
#wpbody-content .eeh-home::before,
#page .eeh-home::before,
.site-content .eeh-home::before,
.entry-content .eeh-home::before,
.content-area .eeh-home::before,
.main-content .eeh-home::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: 
    radial-gradient(circle at 10% 20%, rgba(245, 201, 107, 0.1) 0%, transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(53, 95, 211, 0.1) 0%, transparent 25%) !important;
  z-index: -1 !important;
}

/* Container and layout */
.eeh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.eeh-section {
  padding: 52px 0;
}

/* Typography */
.eeh-h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.eeh-h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.eeh-h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--gold);
}

.eeh-lead {
  font-size: 15px;
  color: var(--muted);
  max-width: 900px;
  line-height: 1.8;
  margin-bottom: 22px;
}

/* HERO section */
.eeh-hero {
  padding: 92px 0 40px;
}

.eeh-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.eeh-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.eeh-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 201, 107, 0.35);
}

.eeh-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.eeh-hero-disclaimer {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gold);
}

/* BADGES */
.eeh-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.badge-ai {
  background: rgba(245, 201, 107, 0.18);
  color: var(--gold);
}

.badge-legal {
  background: rgba(255, 255, 255, 0.12);
}

/* CONTENT SECTIONS */
.eeh-content-section {
  background: linear-gradient(160deg, var(--navy-soft), var(--navy-dark));
  padding: 40px;
  border-radius: 22px;
  border: 1px solid rgba(245, 201, 107, 0.22);
  margin-bottom: 30px;
}

.eeh-content-section p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.eeh-content-section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.eeh-content-section li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: var(--muted);
}

/* CARDS & BOXES */
.eeh-card {
  background: linear-gradient(160deg, var(--navy-soft), var(--navy-dark));
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(245, 201, 107, 0.22);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.eeh-card strong {
  color: var(--gold);
  font-weight: 600;
}

.eeh-warning-box {
  background: rgba(245, 201, 107, 0.1);
  border: 1px solid rgba(245, 201, 107, 0.5);
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
}

.eeh-warning-box h3 {
  color: var(--gold);
  margin-bottom: 15px;
}

.eeh-legal-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(245, 201, 107, 0.35);
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
}

.eeh-legal-box p {
  margin-bottom: 12px;
}

/* CHIPS */
.eeh-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.eeh-chip {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

/* AI STRIP */
.eeh-ai-strip {
  background: linear-gradient(135deg, #0f2a5c, #08122b);
  border: 1px solid rgba(245, 201, 107, 0.35);
  border-radius: 26px;
  padding: 34px;
  margin-top: 30px;
}

/* RETRIEVAL FORM */
.eeh-retrieval-box {
  background: linear-gradient(135deg, var(--navy-soft), var(--navy-dark));
  border: 2px solid rgba(245, 201, 107, 0.5);
  border-radius: 22px;
  padding: 40px;
  margin: 40px 0;
  text-align: center;
  color: var(--text);
}

.eeh-retrieval-box h3 {
  color: var(--gold);
  margin-bottom: 20px;
  font-size: 28px;
}

.eeh-retrieval-box p {
  color: var(--muted);
}

.eeh-retrieval-form {
  max-width: 600px;
  margin: 0 auto;
}

.eeh-retrieval-input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(245, 201, 107, 0.3);
  color: var(--text);
  font-size: 16px;
  margin-bottom: 20px;
}

.eeh-retrieval-input::placeholder {
  color: var(--muted);
}

.eeh-retrieval-button {
  background: linear-gradient(135deg, var(--gold), #e6b450);
  color: var(--navy);
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.eeh-retrieval-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(245, 201, 107, 0.3);
}

.eeh-info-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(245, 201, 107, 0.35);
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
}

.eeh-info-box p {
  margin-bottom: 12px;
}


/* Responsive design */
@media (max-width: 768px) {
  .eeh-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .eeh-hero {
    padding: 60px 0 30px;
  }
  
  .eeh-h1 {
    font-size: 32px;
  }
  
  .eeh-h2 {
    font-size: 24px;
  }
  
  .eeh-h3 {
    font-size: 20px;
  }
  
  .eeh-content-section,
  .eeh-retrieval-box,
  .eeh-legal-box,
  .eeh-warning-box {
    padding: 24px;
  }
  
}
