/* Style dla bannera strony */
.page-banner {
    background: linear-gradient(135deg, #f8f9ff 0%, #e9f0ff 100%);
    padding: 8rem 0 4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.banner-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.banner-content h1 {
    font-size: 3rem;
    color: #2d3748;
    margin-bottom: 1rem;
}

.banner-content p {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.6;
}

/* Style dla testu automatyzacji */
.automation-test-banner {
    background: linear-gradient(135deg, #f8f9ff 0%, #e9f0ff 100%);
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.automation-test-cta {
    margin: 0;
}

.cta-box {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.cta-text {
    max-width: 600px;
}

.cta-icon {
    font-size: 2.5rem;
    color: #4070f4;
    margin-bottom: 1rem;
}

.cta-box h3 {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.cta-box p {
    font-size: 1.1rem;
    color: #4a5568;
    margin: 0;
}

.cta-benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a5568;
    background: #f8f9ff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.benefit-item i {
    color: #4070f4;
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: transform 0.2s ease;
}

.btn-lg:hover {
    transform: translateY(-2px);
}

/* Style dla sekcji procesu */
.process {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e9f0ff 100%);
}

.process .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}

.process-step {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-number {
    position: absolute;
    top: 50%;
    left: -2.5rem;
    background: #4070f4;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(64, 112, 244, 0.3);
    transform: translateY(-50%);
    z-index: 2;
}

.process-icon {
    color: #4070f4;
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 1rem;
}

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

.process-step h3 {
    color: #2d3748;
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: 600;
}

.process-step p {
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1.1rem;
}

.process-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.process-benefits li {
    color: #4a5568;
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.1rem;
}

.process-benefits li:before {
    content: "•";
    color: #4070f4;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}

.process-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #718096;
    font-size: 1rem;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.process-time i {
    color: #4070f4;
}

/* Style dla sekcji porównania */
.comparison {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e9f0ff 100%);
}

.comparison-table {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 3rem 0;
}

.comparison-header {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    background: #f8f9ff;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-cell {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparison-cell.empty {
    background: transparent;
}

.comparison-cell.without,
.comparison-cell.with {
    text-align: center;
    gap: 0.5rem;
}

.comparison-cell.without i {
    color: #ef4444;
    font-size: 1.5rem;
}

.comparison-cell.with i {
    color: #10b981;
    font-size: 1.5rem;
}

.comparison-cell h3 {
    font-size: 1.2rem;
    margin: 0;
    color: #2d3748;
}

.comparison-row {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-cell.feature {
    background: #f8f9ff;
    font-weight: 600;
    color: #2d3748;
}

.comparison-cell p {
    margin: 0 0 1rem 0;
    color: #4a5568;
    line-height: 1.5;
}

.metric {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 500;
}

.metric.negative {
    background: #fee2e2;
    color: #ef4444;
}

.metric.positive {
    background: #d1fae5;
    color: #10b981;
}

.metric i {
    font-size: 1rem;
}

/* Style dla trybu ciemnego */
.dark-mode .comparison {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 1) 100%);
}

.dark-mode .comparison-table {
    background: rgba(31, 41, 55, 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.dark-mode .comparison-header {
    background: rgba(17, 24, 39, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .comparison-cell h3 {
    color: #e5e7eb;
}

.dark-mode .comparison-cell p {
    color: #9ca3af;
}

.dark-mode .comparison-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .comparison-cell.feature {
    background: rgba(17, 24, 39, 0.5);
    color: #e5e7eb;
}

.dark-mode .metric.negative {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.dark-mode .metric.positive {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.dark-mode .comparison-cell.without i {
    color: #f87171;
}

.dark-mode .comparison-cell.with i {
    color: #34d399;
}

/* Style dla formatowania nazwy AI on BOARD */
.ai-text {
    color: #4070f4;
    font-weight: 700;
}

.on-text {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: lowercase;
    opacity: 0.9;
}

.board-text {
    color: #2d3748;
    font-weight: 700;
}

.dark-mode .ai-text {
    color: #60a5fa;
}

.dark-mode .on-text {
    color: #9ca3af;
}

.dark-mode .board-text {
    color: #f3f4f6;
}

/* Dodatkowe style dla dark mode */
.dark-mode .page-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 1) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .banner-content h1 {
    color: #f3f4f6;
}

.dark-mode .banner-content p {
    color: #9ca3af;
}

.dark-mode .automation-test-banner {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 1) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .cta-box {
    background: rgba(31, 41, 55, 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.dark-mode .cta-icon {
    color: #60a5fa;
}

.dark-mode .cta-box h3 {
    color: #f3f4f6;
}

.dark-mode .cta-box p {
    color: #9ca3af;
}

.dark-mode .benefit-item {
    background: rgba(96, 165, 250, 0.1);
    color: #e5e7eb;
}

.dark-mode .benefit-item i {
    color: #60a5fa;
}

.dark-mode .process {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 1) 100%);
}

.dark-mode .process-step {
    background: rgba(31, 41, 55, 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.dark-mode .process-number {
    background: #4070f4;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}

.dark-mode .process-icon {
    color: #60a5fa;
}

.dark-mode .process-step h3 {
    color: #f3f4f6;
}

.dark-mode .process-step p {
    color: #9ca3af;
}

.dark-mode .process-benefits li {
    color: #9ca3af;
}

.dark-mode .process-benefits li:before {
    color: #60a5fa;
}

.dark-mode .process-time {
    color: #9ca3af;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .process-time i {
    color: #60a5fa;
}

.dark-mode .cta {
    background: rgba(17, 24, 39, 0.95);
}

.dark-mode .cta h2 {
    color: #f3f4f6;
}

.dark-mode .cta p {
    color: #9ca3af;
}

.dark-mode .cta-note {
    color: rgba(255, 255, 255, 0.6);
}

/* Responsywność */
@media (max-width: 768px) {
    .page-banner {
        padding: 6rem 0 3rem;
    }
    
    .banner-content h1 {
        font-size: 2.5rem;
    }
    
    .banner-content p {
        font-size: 1.1rem;
    }

    .cta-box {
        padding: 2rem;
    }
    
    .cta-benefits {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-box h3 {
        font-size: 1.5rem;
    }

    .process {
        padding: 3rem 0;
    }
    
    .process-steps {
        gap: 2rem;
    }
    
    .process-step {
        padding: 1.5rem;
        margin-left: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .process-number {
        left: -2rem;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .process-step h3 {
        font-size: 1.5rem;
    }

    .comparison {
        padding: 3rem 0;
    }

    .comparison-header,
    .comparison-row {
        grid-template-columns: 1fr;
    }

    .comparison-cell.empty {
        display: none;
    }

    .comparison-cell.feature {
        padding: 1rem;
        text-align: center;
    }

    .comparison-cell.without,
    .comparison-cell.with {
        padding: 1.5rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .dark-mode .comparison-cell.without,
    .dark-mode .comparison-cell.with {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .comparison-row:last-child .comparison-cell:last-child {
        border-bottom: none;
    }
} 