:root {
    --bs-dark: #121212;
    --bs-light: #e0e0e0;
    --bs-primary: #007bff;
    --bs-info: #00bfff;
    --bs-secondary: #333333;
}

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

.bg-darker {
    background-color: #121212 !important;
}

.bg-dark {
    background-color: #1e1e1e !important;
}

.text-info {
    color: #00bfff !important;
}

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

.text-muted {
    color: #a0a0a0 !important;
}

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

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
}

.btn-primary:focus {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-info {
    color: #00bfff;
    border-color: #00bfff;
}

.btn-outline-info:hover {
    background-color: #00bfff;
    color: #121212;
    border-color: #00bfff;
}

.btn-outline-info:focus {
    background-color: #00bfff;
    color: #121212;
    border-color: #00bfff;
    box-shadow: 0 0 0 0.25rem rgba(0, 191, 255, 0.5);
}

.btn-outline-info:active {
    background-color: #0099cc;
    color: #121212;
    border-color: #0099cc;
}

.btn-outline-secondary {
    color: #a0a0a0;
    border-color: #333333;
}

.btn-outline-secondary:hover {
    background-color: #333333;
    color: #e0e0e0;
    border-color: #333333;
}

.btn-outline-secondary:focus {
    background-color: #333333;
    color: #e0e0e0;
    border-color: #333333;
    box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}

.btn-outline-secondary:active {
    background-color: #222222;
    color: #e0e0e0;
    border-color: #222222;
}

.navbar-brand {
    color: #00bfff;
    font-weight: bold;
}

.nav-link {
    color: #e0e0e0;
}

.nav-link:hover {
    color: #00bfff;
}

.nav-link.active {
    color: #00bfff;
    font-weight: 600;
}

.card {
    background-color: #1e1e1e;
    border: 1px solid #333333;
}

.border-secondary {
    border-color: #333333 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-info {
    border-color: #00bfff !important;
}

.form-control, .form-select {
    background-color: #121212;
    border-color: #333333;
    color: #e0e0e0;
}

.form-control:focus, .form-select:focus {
    background-color: #121212;
    border-color: #007bff;
    color: #e0e0e0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #666666;
}

.accordion-button {
    background-color: #1e1e1e;
    color: #e0e0e0;
}

.accordion-button:not(.collapsed) {
    background-color: #1e1e1e;
    color: #00bfff;
    border-color: #333333;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    border-color: #007bff;
}

.accordion-item {
    background-color: #1e1e1e;
    border: 1px solid #333333;
}

.accordion-body {
    color: #a0a0a0;
}

.hover-text-info:hover {
    color: #00bfff !important;
}

.shape-diagonal {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent 50%, #1a1a1a 50%);
    z-index: 0;
    pointer-events: none;
}

.icon-top {
    font-size: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #333333;
}

@media (max-width: 767.98px) {
    .hero-section {
        text-align: center;
    }
    .shape-diagonal {
        display: none;
    }
}
.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);
}

small {
    color: #ffffff;
}

.card-body {
    color: #ffffff;
}