/* =============================================
   БезШтрафа.рф — Pod Klyuch (Turnkey) Page
   ============================================= */

/* --- Hero --- */
.pk-hero__grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 3rem;
    align-items: center;
}

.pk-hero__title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.pk-hero__subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.pk-hero__points {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.pk-hero__points li {
    position: relative;
    padding: 0.4rem 0 0.4rem 26px;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.pk-hero__points li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: var(--success, #28a745);
    font-weight: 700;
    font-size: 13px;
}

.pk-hero__hint {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0.5rem 0 0;
}

/* --- Price Card --- */
.pk-hero__price-card {
    background: linear-gradient(160deg, #1a1a2e 0%, #16213e 100%);
    border: 2px solid #c9a227;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    color: #e0e0e0;
}

.pk-hero__price-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a2e;
    background: linear-gradient(135deg, #c9a227, #a67c00);
    padding: 0.25rem 1rem;
    border-radius: 100px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pk-hero__price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #c9a227;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.pk-hero__price span {
    font-size: 1.25rem;
    font-weight: 600;
}

.pk-hero__price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    text-align: left;
}

.pk-hero__price-list li {
    position: relative;
    padding: 0.35rem 0 0.35rem 22px;
    font-size: 0.875rem;
    color: #d0d0e0;
}

.pk-hero__price-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0.35rem;
    color: #c9a227;
    font-weight: 700;
    font-size: 12px;
}

.pk-hero__price-extra {
    font-size: 0.75rem;
    color: #a0a0b8;
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- Steps --- */
.pk-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.pk-step {
    text-align: center;
    padding: 1.5rem 1rem;
}

.pk-step__num {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: var(--primary-bg);
    color: var(--primary);
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
}

.pk-step__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
}

.pk-step__text {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

/* --- Includes (Входит / Не входит) --- */
.pk-includes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.pk-includes__col {
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.pk-includes__col--yes {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.pk-includes__col--no {
    background: #fef2f2;
    border-color: #fecaca;
}

.pk-includes__heading {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.pk-includes__col--yes .pk-includes__heading {
    color: #166534;
}

.pk-includes__col--no .pk-includes__heading {
    color: #991b1b;
}

.pk-includes__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pk-includes__list li {
    position: relative;
    padding: 0.4rem 0 0.4rem 24px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.pk-includes__col--yes .pk-includes__list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #16a34a;
    font-weight: 700;
    font-size: 12px;
}

.pk-includes__col--no .pk-includes__list li::before {
    content: '\00D7';
    position: absolute;
    left: 2px;
    top: 0.25rem;
    color: #dc2626;
    font-weight: 700;
    font-size: 16px;
}

/* --- For Whom --- */
.pk-for-whom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pk-for-whom__card {
    padding: 1.5rem;
    background: var(--bg-card, #fff);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.pk-for-whom__card:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.pk-for-whom__card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
}

.pk-for-whom__card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .pk-hero__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pk-hero__price-card {
        max-width: 380px;
        margin: 0 auto;
    }

    .pk-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pk-hero__title {
        font-size: 1.75rem;
    }

    .pk-includes {
        grid-template-columns: 1fr;
    }

    .pk-for-whom {
        grid-template-columns: 1fr;
    }

    .pk-steps {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}
