/* scoped style strony (z tresci produkcyjnych szablonow) */

/* ============================================================
   MT - Mentoring page (Figma qr() 1:1)
   ============================================================ */
.mt-page { min-height: 100vh; }

/* Hero */
.mt-hero {
    background: linear-gradient(135deg, rgba(210,229,225,0.3), #fff);
    padding: 80px 0 112px;
}
@media (min-width: 1024px) { .mt-hero { padding: 80px 0 112px; } }
.mt-hero__inner {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
}
.mt-hero h1 {
    font-size: clamp(36px, 5vw, 60px);
    color: #232D4B;
    margin-bottom: 24px;
    line-height: 1.1;
}
.mt-hero__sub {
    font-size: 20px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 16px;
}
.mt-hero__check {
    font-size: 18px;
    color: #4B5563;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.mt-hero__check svg { flex-shrink: 0; }
/*ikona*/ .mt-hero__check .bz-ico.bz-ico { flex-shrink: 0; }
/*ikona*/ .mt-hero__check li::before { flex-shrink: 0; }

/* Section spacing */
.mt-sec { padding: 80px 0; }
.mt-sec--gray { background: #F9FAFB; }
.mt-sec--mint { background: linear-gradient(135deg, rgba(210,229,225,0.2), #fff); }
.mt-sec__inner { max-width: 1024px; margin: 0 auto; }
.mt-sec__inner--narrow { max-width: 896px; margin: 0 auto; }
.mt-sec h2 {
    font-size: clamp(30px, 4vw, 48px);
    color: #232D4B;
    margin-bottom: 48px;
    text-align: center;
}

/* Icon box */
.mt-ibox {
    width: 56px; height: 56px;
    border-radius: 12px;
    background: rgba(129,189,81,0.1);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0;
}
.mt-ibox--48 { width: 48px; height: 48px; }
.mt-ibox--80 {
    width: 80px; height: 80px;
    border-radius: 9999px;
}

/* Why mentoring cards */
.mt-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.mt-card {
    background: linear-gradient(135deg, rgba(210,229,225,0.2), #fff);
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #E5E7EB;
}
.mt-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 12px;
}
.mt-card p { color: #374151; line-height: 1.6; }

/* Forma wsparcia */
.mt-grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.mt-form-card {
    border-radius: 16px;
    padding: 32px;
    border-width: 2px;
    border-style: solid;
    transition: all 0.2s;
}
.mt-form-card--green {
    border-color: #81BD51;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
.mt-form-card--gray {
    border-color: #E5E7EB;
    background: #fff;
}
.mt-form-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.mt-form-head .mt-ibox { width: 48px; height: 48px; margin-bottom: 0; }
.mt-form-head h3 {
    font-size: 24px;
    font-weight: 500;
    color: #232D4B;
}
.mt-form-list { display: flex; flex-direction: column; gap: 12px; }
.mt-form-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.mt-form-item svg { flex-shrink: 0; margin-top: 2px; }
/*ikona*/ .mt-form-item .bz-ico.bz-ico { flex-shrink: 0; margin-top: 2px; }
/*ikona*/ .mt-form-item li::before { flex-shrink: 0; margin-top: 2px; }
.mt-form-item span { color: #374151; }

/* O czym rozmawiamy */
.mt-topics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.mt-topic {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #E5E7EB;
    transition: all 0.2s;
}
.mt-topic:hover {
    border-color: #81BD51;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}
.mt-topic__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.mt-topic__row .mt-ibox { width: 48px; height: 48px; margin-bottom: 0; }
.mt-topic h3 {
    font-size: 18px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 8px;
}
.mt-topic p {
    font-size: 14px;
    color: #4B5563;
    line-height: 1.6;
}

/* Wyklady */
.mt-sec--wyklady .mt-sec__inner { max-width: 1152px; }
.mt-lec-stack { display: flex; flex-direction: column; gap: 32px; }
.mt-lec-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.mt-lec-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
}
@media (min-width: 768px) {
    .mt-lec-inner { flex-direction: row; }
}
.mt-lec-img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    border-radius: 12px;
}
@media (min-width: 768px) {
    .mt-lec-img { width: 256px !important; height: 256px !important; min-width: 256px; flex-shrink: 0; }
}
.mt-lec-body { flex: 1; }
.mt-lec-who {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}
.mt-lec-badge {
    width: 48px; height: 48px;
    border-radius: 9999px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    flex-shrink: 0;
}
.mt-lec-badge--green { background: #81BD51; }
.mt-lec-badge--navy { background: #232D4B; }
.mt-lec-who h3 {
    font-size: 24px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 4px;
}
.mt-lec-role { color: #4B5563; }
.mt-lec-topic {
    color: #232D4B;
    margin-bottom: 8px;
}
.mt-lec-desc {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 16px;
}
.mt-lec-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mt-tag {
    font-size: 12px;
    background: rgba(129,189,81,0.1);
    color: #81BD51;
    padding: 6px 12px;
    border-radius: 9999px;
}
.mt-lec-note {
    text-align: center;
    color: #4B5563;
    margin-top: 48px;
}

/* Kto prowadzi */
.mt-mentor-card {
    background: linear-gradient(135deg, rgba(210,229,225,0.3), #fff);
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #E5E7EB;
}
@media (min-width: 1024px) { .mt-mentor-card { padding: 48px; } }
.mt-mentor-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media (min-width: 1024px) {
    .mt-mentor-inner { flex-direction: row; align-items: flex-start; }
}
.mt-mentor-inner h3 {
    font-size: 24px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 16px;
}
.mt-mentor-inner > div:last-child p {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 16px;
}
.mt-mentor-list { display: flex; flex-direction: column; gap: 12px; }
.mt-mentor-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.mt-mentor-item svg { flex-shrink: 0; margin-top: 2px; }
/*ikona*/ .mt-mentor-item .bz-ico.bz-ico { flex-shrink: 0; margin-top: 2px; }
/*ikona*/ .mt-mentor-item li::before { flex-shrink: 0; margin-top: 2px; }
.mt-mentor-item span { color: #374151; }

/* CTA */
.mt-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #232D4B, #1a2136);
    color: #fff;
}
.mt-cta__inner {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
}
.mt-cta h2 {
    font-size: clamp(30px, 4vw, 48px);
    margin-bottom: 24px;
    line-height: 1.1;
    color: #fff;
}
.mt-cta p {
    font-size: 20px;
    color: rgba(209,213,219,1);
    margin-bottom: 32px;
}
.mt-cta__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
/*przycisk*/ .wp-block-button.mt-cta__btns > .wp-block-button__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
@media (min-width: 640px) { .mt-cta__btns { flex-direction: row; }
/*przycisk*/ .wp-block-button.mt-cta__btns > .wp-block-button__link { flex-direction: row; } }
.mt-btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #81BD51;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}
/*przycisk*/ .wp-block-button.mt-btn-green > .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #81BD51;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}
.mt-btn-green:hover { background: #6fa043; }
/*przycisk*/ .wp-block-button.mt-btn-green:hover > .wp-block-button__link { background: #6fa043; }
.mt-btn-outline-w {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}
/*przycisk*/ .wp-block-button.mt-btn-outline-w > .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}
.mt-btn-outline-w:hover { background: rgba(255,255,255,0.1); }
/*przycisk*/ .wp-block-button.mt-btn-outline-w:hover > .wp-block-button__link { background: rgba(255,255,255,0.1); }

@media (max-width: 767px) {
    .mt-grid3 { grid-template-columns: 1fr; }
    .mt-grid2 { grid-template-columns: 1fr; }
    .mt-topics-grid { grid-template-columns: 1fr; }
}

/* style inline przeniesione do klas */
.bz-i-1.bz-i-1.bz-i-1.bz-i-1 { background:#fff; }
.bz-i-2.bz-i-2.bz-i-2.bz-i-2 { font-size:18px; color:#4B5563; text-align:center; margin-bottom:48px; max-width:768px; margin-left:auto; margin-right:auto; }
.bz-i-3.bz-i-3.bz-i-3.bz-i-3 { margin-bottom:16px; }

/*przycisk*/ .wp-block-button:where([class*="btn"]) { background: none; border: 0; padding: 0; box-shadow: none; }
/*przycisk*/ .wp-block-button:where([class*="btn"]) > .wp-block-button__link { background: none; border: 0; }
