/*
Theme Name: KurjerJob Landing
Theme URI: https://kurjerjob.local
Author: Custom
Description: Простая трёхстраничная тема о работе курьером (лендинг + инструкция + видео).
Version: 1.0
Text Domain: kurjerjob
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f5f7fa;
    color: #222;
}

a {
    color: #007bff;
}

a:hover {
    color: #0056b3;
}

.kj-header {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    padding: 20px 0;
    margin-bottom: 30px;
}

.kj-header .site-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.kj-header .site-tagline {
    margin: 0;
    opacity: 0.9;
}

.kj-nav a {
    color: #fff;
    margin-left: 20px;
    font-weight: 500;
    text-decoration: none;
}

.kj-nav a:hover {
    text-decoration: underline;
}

.kj-main {
    padding-bottom: 40px;
}

.kj-footer {
    background: #111827;
    color: #9ca3af;
    padding: 20px 0;
    font-size: 14px;
}

.kj-cta-btn {
    display: inline-block;
    background-color: #facc15;
    color: #111827;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.35);
    border: none;
}

.kj-cta-btn:hover {
    background-color: #eab308;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(250, 204, 21, 0.45);
}

.kj-section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.kj-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    padding: 24px;
    margin-bottom: 24px;
}

.kj-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.kj-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.kj-step-number {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 12px;
}

.kj-step-title {
    font-weight: 600;
}

.kj-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.kj-video-card iframe {
    width: 100%;
    border-radius: 10px;
    border: none;
    aspect-ratio: 16 / 9;
}

.kj-video-card h3 {
    font-size: 16px;
    margin-top: 10px;
}

