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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #2e1065;
}

.text-purple-dark {
    color: #2e1065 !important;
}

.bg-purple-dark {
    background-color: #2e1065 !important;
}

.bg-purple-light {
    background-color: #f5f3ff !important;
}

.bg-purple-accent {
    background-color: #a855f7 !important;
}

.bg-purple-pastel {
    background-color: #c084fc !important;
}

.text-purple-pastel {
    color: #c084fc !important;
}

.btn-primary {
    background-color: #a855f7;
    border-color: #a855f7;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #9333ea;
    border-color: #9333ea;
    color: #ffffff;
    box-shadow: none;
}

.btn-outline-light {
    border-color: #f5f3ff;
    color: #f5f3ff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: #f5f3ff;
    color: #2e1065;
    border-color: #f5f3ff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f5f3ff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #c084fc;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.card-body {
    padding: 1.5rem;
}

.hero-section {
    background-color: #2e1065;
    color: #f5f3ff;
}

.hero-section h1,
.hero-section .h1 {
    color: #f5f3ff;
}

.section-alt {
    background-color: #f5f3ff;
    color: #1a1a1a;
}

.section-alt h2,
.section-alt .h2 {
    color: #2e1065;
}

.section-purple {
    background-color: #2e1065;
    color: #f5f3ff;
}

.section-purple h2,
.section-purple .h2 {
    color: #f5f3ff;
}

.section-mauve {
    background-color: #c084fc;
    color: #2e1065;
}

.section-mauve h2,
.section-mauve .h2 {
    color: #2e1065;
}

.text-light {
    color: #f5f3ff !important;
}

.bg-light {
    background-color: #f5f3ff !important;
}

.bg-dark {
    background-color: #2e1065 !important;
}

.text-dark {
    color: #2e1065 !important;
}

a {
    color: #a855f7;
    text-decoration: none;
}

a:hover {
    color: #9333ea;
    text-decoration: underline;
}

a.text-white:hover {
    color: #c084fc !important;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2e1065;
    color: #f5f3ff;
    padding: 1rem;
    z-index: 9999;
    border-top: 2px solid #a855f7;
    display: none;
}

#cookie-banner p {
    margin: 0;
    color: #f5f3ff;
}

#cookie-accept, #cookie-decline {
    margin-left: 10px;
}

.form-control:focus {
    border-color: #a855f7;
    box-shadow: 0 0 0 0.2rem rgba(168, 85, 247, 0.25);
}

.form-label {
    font-weight: 600;
    color: #2e1065;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.step-number {
    background-color: #a855f7;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-icon {
    font-size: 2rem;
    color: #a855f7;
    margin-bottom: 1rem;
}

.testimonial-card {
    background-color: #f5f3ff;
    border-left: 4px solid #a855f7;
}

.faq-item {
    border-bottom: 1px solid #c084fc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.faq-question {
    font-weight: 700;
    color: #2e1065;
    cursor: pointer;
}

.faq-answer {
    display: none;
    color: #1a1a1a;
    margin-top: 0.5rem;
}

.faq-item.active .faq-answer {
    display: block;
}

img[data-ai-prompt] {
    width: 100%;
    height: auto;
    background-color: #e5e7eb;
    border-radius: 8px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
}
.card img,
.bg-light img,
.container img {
  display: block;
  width: 100%;
  height: auto;
}
/* Font safety overrides */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
input,
textarea,
select {
  font-family: var(--font-sans);
}
/* WP Generator feature helpers */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #0ea5e9, #22c55e);
  z-index: 9999;
  transition: width 120ms ease-out;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
  z-index: 9998;
}
.scroll-top.is-visible {
  opacity: 0.95;
  transform: translateY(0);
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

