/* AJ Can Fix Your Website — Blog Brand Styles */
:root {
  --bg: #031C26;
  --section: #166273;
  --teal-mid: #689BA6;
  --green: #4ade80;
  --green-dark: #22c55e;
}

html, body {
  background: var(--bg) !important;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

/* Site header */
.wp-site-blocks > header,
header.wp-block-template-part {
  background: rgba(3,28,38,0.95) !important;
  border-bottom: 1px solid rgba(104,155,166,0.2);
  padding: 16px 32px;
}

/* Site title */
.wp-block-site-title a,
.site-title a {
  color: var(--green) !important;
  font-family: 'Arial Black', Arial, sans-serif !important;
  font-size: 1.1rem !important;
  text-decoration: none !important;
}

/* Nav links */
.wp-block-navigation a,
.wp-block-navigation-item a {
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.wp-block-navigation a:hover,
.wp-block-navigation-item a:hover {
  color: var(--green) !important;
}

/* Main content area */
.wp-site-blocks,
.wp-site-blocks > main,
.wp-block-group,
.wp-block-post-content,
.entry-content,
.has-background {
  background: var(--bg) !important;
  color: #fff !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.wp-block-post-title,
.wp-block-post-title a {
  color: #fff !important;
  font-family: 'Arial Black', Arial, sans-serif !important;
  text-decoration: none !important;
}

.wp-block-post-title a:hover {
  color: var(--green) !important;
}

/* Body text */
p, li, td, th, blockquote {
  color: rgba(255,255,255,0.85);
}

/* Links */
a {
  color: var(--green);
}
a:hover {
  color: var(--green-dark);
}

/* Post excerpt */
.wp-block-post-excerpt__excerpt,
.wp-block-post-excerpt p {
  color: rgba(255,255,255,0.65) !important;
}

/* Post date / meta */
.wp-block-post-date,
.wp-block-post-date time,
.wp-block-post-author,
.wp-block-post-author__name {
  color: rgba(255,255,255,0.4) !important;
  font-size: 0.85rem;
}

/* Post list cards */
.wp-block-post {
  border-bottom: 1px solid rgba(104,155,166,0.15);
  padding-bottom: 32px;
  margin-bottom: 32px;
}

/* Pagination */
.wp-block-query-pagination a,
.wp-block-query-pagination-numbers a {
  color: var(--green) !important;
}

/* Lists */
ol, ul {
  padding-left: 1.5em;
}
li {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.85);
}

/* Blockquotes */
blockquote {
  border-left: 3px solid var(--green);
  padding-left: 20px;
  margin-left: 0;
  color: rgba(255,255,255,0.7) !important;
}

/* Strong */
strong {
  color: #fff;
}

/* Code */
code, pre {
  background: rgba(255,255,255,0.05);
  color: var(--green);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Footer */
.wp-site-blocks > footer,
footer.wp-block-template-part {
  background: var(--bg) !important;
  border-top: 1px solid rgba(104,155,166,0.2);
  color: rgba(255,255,255,0.4) !important;
  padding: 24px 32px;
}
footer a {
  color: rgba(255,255,255,0.4) !important;
}

/* Hide site tagline */
.wp-block-site-tagline { display: none; }

/* Logo */
.aj-logo img, .aj-logo a img {
  filter: brightness(3) saturate(0.8) hue-rotate(10deg) !important;
  height: 120px !important;
  width: auto !important;
}

/* Post title size — keep readable, not massive */
.wp-block-post-title {
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

/* Post excerpt */
.wp-block-post-excerpt__excerpt {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

/* Read more link */
.wp-block-post-excerpt__more-link {
  color: var(--green) !important;
  text-decoration: none !important;
  font-weight: bold;
}

/* Body text size on posts */
.wp-block-post-content p,
.wp-block-post-content li {
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

/* Post heading sizes */
.wp-block-post-content h2 { font-size: 1.4rem !important; margin-top: 2em !important; }
.wp-block-post-content h3 { font-size: 1.15rem !important; margin-top: 1.5em !important; }

/* Separator */
hr, .wp-block-separator {
  border-color: rgba(104,155,166,0.2);
}

/* Blog CTA bar */
.aj-blog-cta {
  background: var(--section);
  border-top: 2px solid var(--green);
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.aj-blog-cta-text {
  color: #fff !important;
  font-family: 'Arial Black', Arial, sans-serif !important;
  font-size: 1.1rem !important;
  margin: 0 !important;
}
.aj-blog-cta-btn {
  background: var(--green);
  color: #031C26 !important;
  font-family: 'Arial Black', Arial, sans-serif;
  font-weight: 900;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 1rem;
  transition: background 0.2s;
}
.aj-blog-cta-btn:hover { background: var(--green-dark); }
.aj-blog-cta-call {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
}
.aj-blog-cta-call:hover { color: #fff !important; }

/* Back to main site button */
.back-to-site {
  display: inline-block;
  background: var(--green);
  color: #031C26 !important;
  font-family: 'Arial Black', Arial, sans-serif;
  font-weight: 900;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 0.9rem;
  margin: 16px 0;
}
.back-to-site:hover {
  background: var(--green-dark);
  color: #031C26 !important;
}
