/*
Theme Name: Spa Premium
Description: Clean, fast, premium theme for Spa Signals Blog
Author: Spa Signals
Version: 1.0.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  background: #0a0e1a;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  gap: 24px;
  list-style: none;
}

.nav-menu a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
}

.nav-menu a:hover {
  color: #4ade80;
}

/* Blog Grid */
.blog-hero {
  background: linear-gradient(135deg, #0a0e1a 0%, #1e293b 100%);
  color: #fff;
  padding: 60px 0;
  margin-bottom: 40px;
}

.blog-hero h1 {
  font-size: 48px;
  margin-bottom: 16px;
  font-weight: 800;
}

.blog-hero p {
  font-size: 20px;
  opacity: 0.9;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
  margin: 40px 0;
}

.post-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #f3f4f6;
}

.post-content {
  padding: 24px;
}

.post-meta {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.post-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.post-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.post-title a:hover {
  color: #0ea5e9;
}

.post-excerpt {
  color: #4b5563;
  line-height: 1.6;
}

/* Single Post */
.article-header {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.article-header h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 800;
}

.article-meta {
  color: #6b7280;
  font-size: 16px;
}

.article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.8;
}

.article-content h2 {
  font-size: 32px;
  margin: 40px 0 20px;
  font-weight: 700;
}

.article-content h3 {
  font-size: 24px;
  margin: 32px 0 16px;
  font-weight: 600;
}

.article-content p {
  margin-bottom: 24px;
}

.article-content ul,
.article-content ol {
  margin: 24px 0;
  padding-left: 32px;
}

.article-content li {
  margin-bottom: 8px;
}

.article-content blockquote {
  border-left: 4px solid #0ea5e9;
  padding: 20px;
  margin: 32px 0;
  background: #f0f9ff;
  font-style: italic;
}

/* TOC */
.toc {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  margin: 32px 0;
}

.toc-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.toc ol {
  margin: 0;
  padding-left: 20px;
}

.toc li {
  margin-bottom: 8px;
}

.toc a {
  color: #4b5563;
  text-decoration: none;
}

.toc a:hover {
  color: #0ea5e9;
}

/* CTA */
.cta-box {
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
  color: #fff;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  margin: 40px 0;
}

.cta-box h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.cta-box p {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.95;
}

.btn {
  display: inline-block;
  background: #fff;
  color: #0ea5e9;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s;
}

.btn:hover {
  transform: scale(1.05);
}

/* Footer */
.site-footer {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  padding: 40px 0;
  margin-top: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content p {
  color: #6b7280;
}
/* Spa Signals Dark Theme - Matching main site */

/* Remove bright colors, use dark elegant theme */
body {
  background: #0a0e1a; /* Dark background like main site */
  color: #e5e7eb; /* Light text */
}

.site-header {
  background: #0a0e1a;
  border-bottom: 1px solid rgba(212, 184, 131, 0.2); /* Soft gold border */
}

.site-title {
  color: #D4B883; /* Soft gold */
}

.nav-menu a {
  color: #e5e7eb;
}

.nav-menu a:hover {
  color: #D4B883; /* Soft gold on hover */
}

/* Article styles */
.article-header h1 {
  color: #f5f3ef; /* Porcelain */
}

.article-content {
  color: #e5e7eb;
}

.article-content h2 {
  color: #D4B883; /* Soft gold for headings */
}

.article-content a {
  color: #D4B883;
  text-decoration: underline;
}

.article-content a:hover {
  color: #f5f3ef;
}

/* CTAs - Dark glass effect like main site */
.ssai-cta {
  background: linear-gradient(135deg, rgba(212, 184, 131, 0.1) 0%, rgba(212, 184, 131, 0.05) 100%);
  border: 1px solid rgba(212, 184, 131, 0.3);
  backdrop-filter: blur(10px);
  color: #f5f3ef;
}

.ssai-cta-alt {
  background: linear-gradient(135deg, rgba(212, 184, 131, 0.15) 0%, rgba(212, 184, 131, 0.08) 100%);
  border: 1px solid rgba(212, 184, 131, 0.3);
  backdrop-filter: blur(10px);
  color: #f5f3ef;
}

.ssai-cta a, .ssai-cta-alt a {
  color: #D4B883 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #D4B883;
}

.ssai-cta a:hover, .ssai-cta-alt a:hover {
  color: #f5f3ef !important;
  border-color: #f5f3ef;
}

/* Remove bright blue, use soft gold */
.cta-inline {
  background: rgba(212, 184, 131, 0.05);
  border-left: 4px solid #D4B883;
}

/* Chart placeholders */
.chart-placeholder {
  background: linear-gradient(135deg, rgba(212, 184, 131, 0.05) 0%, rgba(212, 184, 131, 0.02) 100%);
  border: 1px solid rgba(212, 184, 131, 0.2);
  color: #D4B883;
}

/* Footer */
.site-footer {
  background: #0a0e1a;
  border-top: 1px solid rgba(212, 184, 131, 0.2);
  color: #e5e7eb;
}

/* Remove all bright colors */
.btn {
  background: #D4B883;
  color: #0a0e1a;
}

.btn:hover {
  background: #f5f3ef;
}

/* Article meta */
.article-meta {
  color: rgba(212, 184, 131, 0.7);
}
/* Spa Signals Blog - Dark Theme to Match Main Site */

:root {
  --bg-dark: #0a0e1a;
  --bg-darker: #060810;
  --text-light: #e5e7eb;
  --text-muted: #9ca3af;
  --accent-gold: #D4B883;
  --accent-gold-hover: #E5C994;
  --border-subtle: rgba(212, 184, 131, 0.2);
}

/* Global Styles */
body {
  background: var(--bg-dark) !important;
  color: var(--text-light) !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Override any bright colors */
.site-header,
.site-footer {
  background: var(--bg-darker) !important;
  border-color: var(--border-subtle) !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  color: var(--accent-gold) !important;
}

/* Links */
a {
  color: var(--accent-gold) !important;
  text-decoration: none;
}

a:hover {
  color: var(--accent-gold-hover) !important;
  text-decoration: underline;
}

/* CTAs - Glass effect with gold */
.ssai-cta {
  background: linear-gradient(135deg, rgba(212, 184, 131, 0.1) 0%, rgba(212, 184, 131, 0.05) 100%) !important;
  border: 1px solid var(--accent-gold) !important;
  padding: 25px !important;
  border-radius: 12px !important;
  margin: 40px 0 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ssai-cta-alt {
  background: rgba(10, 14, 26, 0.8) !important;
  border: 1px solid rgba(212, 184, 131, 0.3) !important;
  padding: 25px !important;
  border-radius: 12px !important;
  margin: 40px 0 !important;
}

/* Buttons */
.wp-block-button__link,
.button,
.btn {
  background: linear-gradient(135deg, var(--accent-gold) 0%, #C4A873 100%) !important;
  color: var(--bg-dark) !important;
  border: none !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

.wp-block-button__link:hover,
.button:hover,
.btn:hover {
  background: linear-gradient(135deg, var(--accent-gold-hover) 0%, var(--accent-gold) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 184, 131, 0.3);
}

/* Article content */
.entry-content {
  background: rgba(10, 14, 26, 0.5);
  padding: 40px !important;
  border-radius: 12px;
  border: 1px solid var(--border-subtle);
}

.entry-content p {
  color: var(--text-light) !important;
  line-height: 1.8;
}

/* Remove any blue/bright colors */
.ssai-cta a,
.ssai-cta-alt a {
  color: var(--accent-gold) !important;
}

/* Navigation */
.main-navigation {
  background: var(--bg-darker) !important;
}

.main-navigation a {
  color: var(--text-light) !important;
}

.main-navigation a:hover {
  color: var(--accent-gold) !important;
}

/* Featured images */
.post-thumbnail {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* Meta information */
.entry-meta {
  color: var(--text-muted) !important;
}

.entry-meta a {
  color: var(--accent-gold) !important;
}

/* No bright blue or green anywhere */
*[style*="#0ea5e9"],
*[style*="#3b82f6"],
*[style*="#10b981"],
*[style*="#06b6d4"] {
  color: var(--accent-gold) !important;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid var(--accent-gold);
  background: rgba(212, 184, 131, 0.05);
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
}

/* Code blocks */
pre, code {
  background: var(--bg-darker) !important;
  color: var(--accent-gold) !important;
  border: 1px solid var(--border-subtle) !important;
}
/* OVERRIDE ALL BLUE AND PURPLE - FORCE DARK THEME */

/* Kill any blue/purple anywhere */
* {
  --wp--preset--color--vivid-cyan-blue: #D4B883 !important;
  --wp--preset--color--vivid-purple: #D4B883 !important;
  --wp--preset--color--primary: #D4B883 !important;
  --wp--preset--color--secondary: #D4B883 !important;
}

/* Override WordPress default blue links */
a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #D4B883 !important;
}

/* Kill blue/purple in buttons */
.wp-block-button__link,
.button,
.btn,
input[type="submit"],
button {
  background: #D4B883 !important;
  color: #0a0e1a !important;
  border: none !important;
}

/* Override any inline styles with blue/purple */
[style*="#0ea5e9"],
[style*="#3b82f6"], 
[style*="#06b6d4"],
[style*="#8b5cf6"],
[style*="#a855f7"],
[style*="#7c3aed"],
[style*="blue"],
[style*="purple"] {
  background-color: #1a1f2e !important;
  color: #D4B883 !important;
}

/* Force CTA styles */
.ssai-cta {
  background: #1a1f2e !important;
  border: 2px solid #D4B883 !important;
  color: #e5e7eb !important;
}

.ssai-cta a,
.ssai-cta-alt a {
  color: #D4B883 !important;
}

.ssai-cta-alt {
  background: #0a0e1a !important;
  border: 2px solid rgba(212, 184, 131, 0.3) !important;
}

/* Override any theme blue/purple */
.has-vivid-cyan-blue-background-color,
.has-vivid-purple-background-color {
  background-color: #1a1f2e !important;
}

.has-vivid-cyan-blue-color,
.has-vivid-purple-color {
  color: #D4B883 !important;
}
/* Navigation Styles to Match spasignals.com */

/* Header Container */
.site-header {
  background: #0a0e1a !important;
  border-bottom: 1px solid rgba(212, 184, 131, 0.1);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Navigation Container */
.main-navigation {
  background: transparent !important;
  padding: 20px 0;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Navigation Links */
.nav-menu li {
  list-style: none;
}

.nav-menu a {
  color: #e5e7eb !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 8px 12px;
  border-radius: 6px;
}

.nav-menu a:hover {
  color: #D4B883 !important;
  background: rgba(212, 184, 131, 0.1);
}

/* Current/Active Page */
.nav-menu .current-menu-item a,
.nav-menu .current_page_item a {
  color: #D4B883 !important;
  background: rgba(212, 184, 131, 0.1);
}

/* CTA Button in Navigation */
.menu-cta-button a {
  background: #D4B883 !important;
  color: #0a0e1a !important;
  padding: 10px 24px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

.menu-cta-button a:hover {
  background: #E5C994 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 184, 131, 0.3);
}

/* Logo Area */
.site-branding {
  padding: 20px 0;
  text-align: center;
}

.site-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.site-title a {
  color: #D4B883 !important;
  text-decoration: none;
}

/* Container */
.navigation-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Mobile Menu Toggle (hidden on desktop) */
.menu-toggle {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    background: #D4B883;
    color: #0a0e1a;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0a0e1a;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid rgba(212, 184, 131, 0.1);
  }
  
  .nav-menu.toggled {
    display: flex;
  }
}

/* Footer Styles */
.site-footer {
  background: #060810 !important;
  color: #e5e7eb;
  padding: 40px 0 20px;
  border-top: 1px solid rgba(212, 184, 131, 0.1);
  margin-top: 60px;
}

.footer-widgets {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.footer-widgets h3 {
  color: #D4B883;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-widgets a {
  color: #e5e7eb !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-widgets a:hover {
  color: #D4B883 !important;
}

.site-info {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 184, 131, 0.1);
  color: #9ca3af;
}

.site-info a {
  color: #D4B883 !important;
}
