/* Kolbo Shop Hero PRO v2.0.1 – גרסת פרודקשן
   בלוק שיווקי בחנות WooCommerce + עמוד שירות תיקון מחשבים מעוצב.
*/

/* === HERO בחנות === */

.kolbo-shop-hero-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 16px 12px;
    margin: 0 auto 10px;
}

.kolbo-shop-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    background: linear-gradient(135deg, #111111, #1f1f1f);
    border-radius: 18px;
    padding: 22px 20px 22px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

/* Badge */
.kolbo-shop-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.35);
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

/* Title & subtitle */
.kolbo-shop-hero-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 8px;
    font-weight: 700;
}

.kolbo-shop-hero-subtitle {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

/* Pills */
.kolbo-shop-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.kolbo-shop-hero-pills span {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* CTA buttons */
.kolbo-shop-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.kolbo-shop-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.kolbo-shop-hero-button.primary {
    background: #e53935;
    border-color: #e53935;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(229, 57, 53, 0.45);
}

.kolbo-shop-hero-button.primary:hover {
    background: #f4511e;
    border-color: #f4511e;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(244, 81, 30, 0.55);
}

.kolbo-shop-hero-button.ghost {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.38);
}

.kolbo-shop-hero-button.ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

/* Meta */
.kolbo-shop-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    opacity: 0.78;
}

/* Decorative glow */
.kolbo-shop-hero-inner::before {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    top: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 81, 30, 0.4), transparent 60%);
    opacity: 0.76;
    pointer-events: none;
    transform: translateX(-50%);
}

/* Responsive hero */
@media (max-width: 768px) {
    .kolbo-shop-hero-inner {
        padding: 18px 14px 18px;
        border-radius: 14px;
    }

    .kolbo-shop-hero-title {
        font-size: 20px;
    }

    .kolbo-shop-hero-subtitle {
        font-size: 14px;
    }

    .kolbo-shop-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .kolbo-shop-hero-button {
        width: 100%;
        justify-content: center;
    }

    .kolbo-shop-hero-meta {
        flex-direction: column;
    }
}

/* === עמוד תיקון מחשבים – עיצוב ויזואלי מקצועי === */

.kolbo-pc-repair-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 16px 40px;
    box-sizing: border-box;
}

.kolbo-pc-hero {
    margin-bottom: 24px;
}

.kolbo-pc-hero-inner {
    background: linear-gradient(135deg, #111111, #222222);
    border-radius: 18px;
    padding: 26px 20px 22px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.kolbo-pc-hero-inner::before {
    content: "";
    position: absolute;
    inset-inline-start: 60%;
    top: -140px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 81, 30, 0.4), transparent 60%);
    opacity: 0.8;
    pointer-events: none;
    transform: translateX(-50%);
}

.kolbo-pc-hero-title {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.3;
}

.kolbo-pc-hero-subtitle {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.6;
    max-width: 680px;
    position: relative;
    z-index: 1;
}

/* Highlights */
.kolbo-pc-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.kolbo-pc-hero-highlights span {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Nav buttons */
.kolbo-pc-hero-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.kolbo-pc-hero-nav.bottom {
    margin-top: 14px;
}

/* Buttons style reused */
.kolbo-pc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.kolbo-pc-btn.primary {
    background: #e53935;
    border-color: #e53935;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(229, 57, 53, 0.5);
}

.kolbo-pc-btn.primary:hover {
    background: #f4511e;
    border-color: #f4511e;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(244, 81, 30, 0.6);
}

.kolbo-pc-btn.secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.32);
}

.kolbo-pc-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.kolbo-pc-btn.ghost {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
}

.kolbo-pc-btn.ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

/* Sections grid */
.kolbo-pc-sections {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 18px;
    margin-bottom: 20px;
}

.kolbo-pc-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 16px 18px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.kolbo-pc-card h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.kolbo-pc-card ul {
    margin: 0 0 0;
    padding-inline-start: 18px;
    font-size: 14px;
    line-height: 1.6;
}

/* Contact section */
.kolbo-pc-contact .kolbo-pc-card.contact {
    margin-top: 4px;
}

.kolbo-pc-card.contact ul {
    margin-bottom: 12px;
}

.kolbo-pc-contact-note {
    font-size: 14px;
    margin: 0 0 10px;
}

.kolbo-pc-auto-note {
    font-size: 12px;
    opacity: 0.75;
    margin: 10px 0 0;
}

/* Responsive page */
@media (max-width: 900px) {
    .kolbo-pc-sections {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .kolbo-pc-repair-page {
        padding-inline: 10px;
    }

    .kolbo-pc-hero-inner {
        padding: 20px 14px 18px;
        border-radius: 14px;
    }

    .kolbo-pc-hero-title {
        font-size: 22px;
    }

    .kolbo-pc-hero-subtitle {
        font-size: 14px;
    }

    .kolbo-pc-hero-nav,
    .kolbo-pc-hero-nav.bottom {
        flex-direction: column;
        alignיית: stretch;
    }

    .kolbo-pc-btn {
        width: 100%;
        justify-content: center;
    }
}
