* {
    font-family: 'Inter', sans-serif;
}

body {
    background: #000000;
}

.copy-btn {
    transition: all 0.2s ease;
}

.copy-btn:active {
    transform: scale(0.95);
}

.faq-question {
    cursor: pointer;
    transition: background 0.2s;
}

.faq-question:hover {
    background-color: #1f2937;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
    max-height: 300px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.hero-gradient {
    background: linear-gradient(135deg, #000000 0%, #0a1a0a 100%);
}

.code-box {
    background: #0d0d0d;
    border: 2px solid #22c55e;
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.15);
}

.step-icon {
    width: 3rem;
    height: 3rem;
    background: #22c55e;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.btn-primary {
    background: #22c55e;
    color: #000000;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    transition: all 0.2s;
    display: inline-block;
    box-shadow: 0 8px 24px -6px rgba(34, 197, 94, 0.4);
}

.btn-primary:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -8px rgba(34, 197, 94, 0.6);
    color: #000000;
}

.btn-outline {
    border: 2px solid #22c55e;
    color: #22c55e;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    transition: all 0.2s;
    display: inline-block;
    background: transparent;
}

.btn-outline:hover {
    background: #22c55e;
    color: #000000;
}

.feature-icon {
    color: #22c55e;
    font-size: 2rem;
    width: 3rem;
    text-align: center;
}

.section-dark {
    background: #0a0a0a;
}

.section-card {
    background: #111111;
    border: 1px solid #1f2937;
}

.section-card-light {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
}

footer a {
    color: #6b7280;
    transition: color 0.2s;
}

footer a:hover {
    color: #e5e7eb;
}

.faq-border {
    border-color: #1f2937;
}

.faq-border:hover {
    border-color: #374151;
}

.cta-green {
    background: #22c55e;
}

.cta-green:hover {
    background: #16a34a;
}

.cta-green .btn-white {
    background: #000000;
    color: #22c55e;
}

.cta-green .btn-white:hover {
    background: #1a1a1a;
}

.step-link {
    color: #86efac;
    text-decoration: none;
    border-bottom: 1px dotted #22c55e60;
    transition: border-color 0.2s;
}

.step-link:hover {
    border-bottom-color: #22c55e;
    color: #a3f0b5;
}

/* Jednoduchá pätička */
.footer-simple {
    border-top: 1px solid #1a1a1a;
}
