
/*
Theme Name: Doinko Dark Complete
Version: 1.0
Text Domain: doinko-dark
*/
body{font-family:Arial,sans-serif;margin:0}
.container{max-width:1200px;margin:auto;padding:20px}
.site-header,.site-footer{background:#111;color:#fff;padding:20px}
.site-header a,.site-footer a{color:#fff;text-decoration:none}
.hero-section{padding:100px 20px;background:#1a1a1a;color:#fff;text-align:center}
.section{padding:60px 20px}


/* ============================================
   HOMEPAGE — HERO BACKGROUND EFFECTS
============================================ */
.hero-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.hero-bg-effects .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.35;
}

.hero-bg-effects .orb-1 {
    width: 500px;
    height: 500px;
    background: #6366f1;
    top: -100px;
    left: -100px;
}

.hero-bg-effects .orb-2 {
    width: 400px;
    height: 400px;
    background: #a855f7;
    bottom: -100px;
    right: -100px;
}

.hero-bg-effects .grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* ============================================
   HERO MOCKUP (fallback when no image)
============================================ */
.hero-mockup {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 20px;
    box-shadow: var(--shadow-lg);
    width: 100%;
    aspect-ratio: 4 / 3;
}

.mockup-header {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.mockup-header span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.mockup-header span:nth-child(1) { background: #f43f5e; }
.mockup-header span:nth-child(2) { background: #f59e0b; }
.mockup-header span:nth-child(3) { background: #10b981; }

.mockup-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mockup-bar {
    height: 14px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.mockup-bar.w-80 { width: 80%; background: var(--accent-gradient); opacity: 0.7; }
.mockup-bar.w-60 { width: 60%; }
.mockup-bar.w-90 { width: 90%; }

.mockup-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 120px;
    margin-top: 20px;
}

.mockup-chart span {
    flex: 1;
    background: var(--accent-gradient);
    border-radius: 6px 6px 0 0;
    opacity: 0.8;
    animation: chartGrow 1.2s ease forwards;
}

@keyframes chartGrow {
    from { transform: scaleY(0); transform-origin: bottom; }
    to { transform: scaleY(1); transform-origin: bottom; }
}

/* ============================================
   TRUST BAR
============================================ */
.trust-bar {
    padding: 50px 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.trust-label {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.trust-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    opacity: 0.7;
}

.trust-logos img {
    max-height: 40px;
    width: auto;
    filter: grayscale(100%) brightness(2);
    transition: all var(--transition-base);
}

.trust-logos img:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}

.logo-placeholder {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    padding: 10px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
}

/* ============================================
   ABOUT PLACEHOLDER (when no image)
============================================ */
.about-placeholder {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ap-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.ap-circle.ap-1 {
    width: 200px;
    height: 200px;
    background: var(--accent-primary);
    top: 20%;
    left: 10%;
    opacity: 0.5;
}

.ap-circle.ap-2 {
    width: 250px;
    height: 250px;
    background: var(--accent-secondary);
    bottom: 10%;
    right: 10%;
    opacity: 0.4;
}

.ap-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ap-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 800;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.ap-text {
    display: block;
    margin-top: 12px;
    font-size: 1.1rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.about-visual {
    position: relative;
}

/* ============================================
   PROCESS SECTION
============================================ */
.process-section {
    background: var(--bg-primary);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.process-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--border-color), transparent);
    z-index: 0;
}

.process-step {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    transition: all var(--transition-base);
    z-index: 1;
}

.process-step:hover {
    transform: translateY(-6px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-lg);
}

.process-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: var(--accent-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 800;
    color: white;
    font-size: 1.1rem;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.process-step h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.process-step p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin: 0;
}

/* ============================================
   RESPONSIVE — HOMEPAGE ADDITIONS
============================================ */
@media (max-width: 1200px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .process-grid::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .hero-bg-effects .orb-1,
    .hero-bg-effects .orb-2 {
        width: 300px;
        height: 300px;
    }
    .trust-logos {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
    .trust-logos {
        gap: 20px;
    }
    .logo-placeholder {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
    .ap-number {
        font-size: 3.5rem;
    }
    .mockup-chart {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .trust-logos {
        gap: 16px;
    }
    .hero-mockup {
        padding: 14px;
    }
}
