/* sites2make — Dark theme (refined, logo gold #d7b14a) */

body.theme-wow {
    --gold: #d7b14a;
    --gold-light: #e4c46a;
    --gold-pale: rgba(215, 177, 74, 0.12);
    --gold-soft: rgba(215, 177, 74, 0.08);
    --charcoal: #d4d0c8;
    --charcoal-dark: #f0ece6;
    --text-muted: #9a958d;
    --bs-secondary-color: #9a958d;
    --bs-secondary-color-rgb: 154, 149, 141;
    --bg-light: #121216;
    --white: #1c1c22;
    --surface-elevated: #24242c;
    --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 28px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.4);
    color: var(--charcoal);
    background: var(--bg-light);
}

body.theme-wow .text-muted {
    color: var(--text-muted) !important;
}

/* Subtle background — no neon orbs */
body.theme-wow .wow-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 50% at 85% 15%, rgba(215, 177, 74, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 10% 80%, rgba(215, 177, 74, 0.04) 0%, transparent 50%),
        var(--bg-light);
}

body.theme-wow .wow-orb,
body.theme-wow .wow-grid {
    display: none;
}

/* Typography */
body.theme-wow .hero-title,
body.theme-wow .section-title,
body.theme-wow .page-header h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.02em;
    color: var(--charcoal-dark);
    background: none;
    -webkit-text-fill-color: unset;
    animation: none;
}

body.theme-wow .text-gold {
    color: var(--gold) !important;
    background: none;
    -webkit-text-fill-color: unset;
}

/* Navbar */
body.theme-wow .site-navbar {
    background: rgba(18, 18, 22, 0.92);
    border-bottom: 1px solid rgba(215, 177, 74, 0.12);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

body.theme-wow .site-navbar.scrolled {
    background: rgba(18, 18, 22, 0.98);
    border-bottom-color: rgba(215, 177, 74, 0.2);
}

body.theme-wow .site-navbar .nav-link {
    color: rgba(240, 236, 230, 0.85);
}

body.theme-wow .site-navbar .nav-link::after {
    background: var(--gold);
    height: 2px;
    box-shadow: none;
}

body.theme-wow .site-navbar .nav-link:hover,
body.theme-wow .site-navbar .nav-link.active {
    color: var(--gold);
    text-shadow: none;
}

body.theme-wow .btn-lang {
    background: var(--gold-pale);
    border-color: rgba(215, 177, 74, 0.25);
    color: var(--charcoal-dark);
}

body.theme-wow .btn-theme-toggle {
    background: var(--gold-pale);
    border-color: rgba(215, 177, 74, 0.3);
    color: var(--gold);
}

body.theme-wow .btn-theme-toggle:hover,
body.theme-wow .btn-theme-toggle:focus,
body.theme-wow .btn-theme-toggle.show {
    background: rgba(215, 177, 74, 0.18);
    border-color: var(--gold);
    color: var(--gold-light);
}

body.theme-wow .theme-switcher .dropdown-item:hover,
body.theme-wow .theme-switcher .dropdown-item:focus,
body.theme-wow .lang-switcher .dropdown-item:hover,
body.theme-wow .lang-switcher .dropdown-item:focus {
    background: var(--gold-pale);
    color: var(--gold);
}

body.theme-wow .theme-switcher .dropdown-item.active,
body.theme-wow .theme-switcher .dropdown-item:active,
body.theme-wow .lang-switcher .dropdown-item.active,
body.theme-wow .lang-switcher .dropdown-item:active {
    background: rgba(215, 177, 74, 0.15);
    color: var(--gold);
    font-weight: 600;
}

body.theme-wow .navbar-toggler-icon {
    filter: invert(1);
}

/* Buttons */
body.theme-wow .btn-gold {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: #1a1a1f;
    box-shadow: 0 4px 16px rgba(215, 177, 74, 0.25);
    border: none;
    animation: none;
}

body.theme-wow .btn-gold:hover {
    color: #1a1a1f;
    box-shadow: 0 6px 20px rgba(215, 177, 74, 0.35);
}

body.theme-wow .btn-outline-gold {
    border-color: var(--gold);
    color: var(--gold);
    background: transparent;
}

body.theme-wow .btn-outline-gold:hover {
    background: var(--gold-pale);
    color: var(--gold-light);
    box-shadow: none;
}

/* Hero */
body.theme-wow .hero-section::before,
body.theme-wow .hero-section::after {
    display: none;
}

body.theme-wow .hero-badge {
    background: var(--gold-pale);
    border-color: rgba(215, 177, 74, 0.3);
    color: var(--gold);
}

body.theme-wow .hero-subtitle {
    color: var(--text-muted);
}

body.theme-wow .hero-visual-card {
    background: var(--white);
    border: 1px solid rgba(215, 177, 74, 0.15);
    box-shadow: var(--shadow-md);
}

body.theme-wow .hero-code .tag {
    color: var(--gold);
}

body.theme-wow .hero-code .val {
    color: var(--charcoal-dark);
}

/* Sections */
body.theme-wow .stats-section,
body.theme-wow .section-padding.bg-white,
body.theme-wow .home-chart-section {
    background: transparent !important;
}

body.theme-wow .stats-section {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.theme-wow .stat-number {
    color: var(--gold);
    text-shadow: none;
}

body.theme-wow .stat-label {
    color: var(--text-muted);
}

body.theme-wow .section-badge {
    background: var(--gold-pale);
    color: var(--gold);
    border: 1px solid rgba(215, 177, 74, 0.2);
}

body.theme-wow .section-subtitle {
    color: var(--text-muted);
}

/* Cards */
body.theme-wow .service-card,
body.theme-wow .portfolio-card,
body.theme-wow .value-card,
body.theme-wow .service-detail-card,
body.theme-wow .contact-form-wrap,
body.theme-wow .tech-stack-item {
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.theme-wow .service-card::before {
    background: var(--gold);
}

body.theme-wow .service-card:hover,
body.theme-wow .portfolio-card:hover,
body.theme-wow .tech-stack-item:hover {
    border-color: rgba(215, 177, 74, 0.25);
    box-shadow: var(--shadow-md);
}

body.theme-wow .service-icon {
    background: var(--gold-pale);
    color: var(--gold);
}

body.theme-wow .service-card:hover .service-icon {
    background: var(--gold);
    color: #1a1a1f;
}

body.theme-wow .service-card h4,
body.theme-wow .service-card p,
body.theme-wow .portfolio-card-body h5,
body.theme-wow .portfolio-card-body p {
    color: var(--charcoal-dark);
}

body.theme-wow .portfolio-card-overlay {
    background: linear-gradient(to top, rgba(18, 18, 22, 0.85) 0%, transparent 65%);
}

body.theme-wow .portfolio-placeholder {
    background: var(--surface-elevated);
    color: var(--gold);
}

/* Page header */
body.theme-wow .page-header {
    background: transparent;
}

body.theme-wow .page-header::after {
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    height: 2px;
}

/* CTA */
body.theme-wow .cta-banner {
    background: linear-gradient(135deg, rgba(215, 177, 74, 0.12) 0%, var(--white) 100%);
    border: 1px solid rgba(215, 177, 74, 0.2);
    color: var(--charcoal-dark);
}

body.theme-wow .cta-banner h2,
body.theme-wow .cta-banner p {
    color: var(--charcoal-dark);
}

/* Contact */
body.theme-wow .contact-form-wrap {
    color: var(--charcoal-dark);
}

body.theme-wow .contact-form-wrap .form-label {
    color: var(--charcoal-dark);
}

body.theme-wow .contact-form-wrap .form-control {
    background: var(--surface-elevated);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--charcoal-dark);
}

body.theme-wow .contact-form-wrap .form-control::placeholder {
    color: var(--text-muted);
}

body.theme-wow .contact-info-card {
    background: linear-gradient(160deg, #2a2824 0%, #1e1e22 100%);
    border: 1px solid rgba(215, 177, 74, 0.2);
    color: #f0ece6;
}

body.theme-wow .contact-info-card h4,
body.theme-wow .contact-info-card p,
body.theme-wow .contact-info-card .contact-info-item,
body.theme-wow .contact-info-card .contact-info-item div {
    color: #f0ece6;
}

body.theme-wow .contact-info-card small {
    color: rgba(240, 236, 230, 0.55) !important;
}

body.theme-wow .contact-info-card a {
    color: var(--gold-light) !important;
}

body.theme-wow .contact-info-card a:hover {
    color: var(--gold) !important;
}

body.theme-wow .contact-info-item {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.theme-wow .contact-info-item i {
    background: rgba(215, 177, 74, 0.15);
    color: var(--gold);
}

body.theme-wow .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(215, 177, 74, 0.15);
    background: var(--surface-elevated);
    color: var(--charcoal-dark);
}

body.theme-wow .value-card {
    border-left-color: var(--gold);
}

body.theme-wow .value-card h4 {
    color: var(--charcoal-dark);
}

/* Chart */
body.theme-wow .donut-bg {
    stroke: rgba(255, 255, 255, 0.08);
}

body.theme-wow .donut-center-label {
    fill: var(--charcoal-dark);
}

body.theme-wow .donut-center-sub {
    fill: var(--text-muted);
}

body.theme-wow .chart-glow {
    background: radial-gradient(circle, rgba(215, 177, 74, 0.12) 0%, transparent 70%);
}

body.theme-wow .chart-legend strong {
    color: var(--gold);
}

body.theme-wow .tech-stack-name {
    color: var(--charcoal-dark);
}

/* Footer */
body.theme-wow .site-footer {
    background: #0e0e12;
    border-top: 1px solid rgba(215, 177, 74, 0.1);
    color: var(--text-muted);
}

body.theme-wow .site-footer .footer-brand,
body.theme-wow .site-footer h5,
body.theme-wow .footer-heading {
    color: #f0ece6;
}

body.theme-wow .footer-tagline,
body.theme-wow .footer-copy {
    color: var(--text-muted);
}

body.theme-wow .footer-links a {
    color: var(--text-muted);
}

body.theme-wow .footer-links a:hover {
    color: var(--gold);
}

/* Mobile drawer */
body.theme-wow .mobile-drawer {
    background: #16161c;
    border-right-color: rgba(215, 177, 74, 0.2);
}

body.theme-wow .mobile-nav-list a {
    color: rgba(240, 236, 230, 0.9);
}

body.theme-wow .mobile-nav-list a.active,
body.theme-wow .mobile-nav-list a:hover {
    color: var(--gold);
}

body.theme-wow .btn-close {
    filter: invert(1);
}

body.theme-wow .mobile-drawer-lang-label {
    color: var(--text-muted);
}

body.theme-wow .about-image-wrap::before {
    border-color: var(--gold);
    opacity: 0.35;
}

body.theme-wow .service-list li::before {
    color: var(--gold);
}

/* Dropdown menus on dark */
body.theme-wow .dropdown-menu {
    background: var(--white);
    border-color: rgba(255, 255, 255, 0.08);
}

body.theme-wow .dropdown-item {
    color: var(--charcoal-dark);
}
