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

/* ============================================================
   KT - Kontakt page (Figma Vr() 1:1)
   ============================================================ */
.kt-page { min-height: 100vh; background: #F9FAFB; }

/* Hero */
.kt-hero {
    background: #fff;
    padding: 64px 0 96px;
}
.kt-hero__inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}
.kt-hero h1 {
    font-size: clamp(36px, 5vw, 60px);
    color: #232D4B;
    margin-bottom: 24px;
}
.kt-hero__sub {
    font-size: 18px;
    color: #374151;
    line-height: 1.6;
}

/* Contact grid */
.kt-sec { padding: 64px 0; }
.kt-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
}
@media (min-width: 1024px) {
    .kt-grid { grid-template-columns: 1fr 2fr; }
}

/* Left column */
.kt-left { display: flex; flex-direction: column; gap: 24px; }

/* Contact cards */
.kt-ccard {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.kt-ccard__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}
.kt-ccard__ico {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: #232D4B;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.kt-ccard__ico svg { width: 24px; height: 24px; color: #fff; stroke: #fff; }
/*ikona*/ .kt-ccard__ico .bz-ico.bz-ico { width: 24px; height: 24px; color: #fff; }
/*ikona*/ .kt-ccard__ico li::before { width: 24px; height: 24px; color: #fff; }
.kt-ccard__title {
    font-size: 18px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 4px;
}
.kt-ccard__sub {
    font-size: 14px;
    color: #4B5563;
}
.kt-ccard__link {
    font-size: 24px;
    font-weight: 500;
    color: #81BD51;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}
.kt-ccard__link:hover { color: #6fa043; }
.kt-ccard__link--sm { font-size: 18px; word-break: break-all; }

/* Green CTA card */
.kt-quick {
    background: linear-gradient(135deg, #81BD51, #6fa043);
    border-radius: 12px;
    padding: 32px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.kt-quick__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.kt-quick__head svg { width: 24px; height: 24px; }
/*ikona*/ .kt-quick__head .bz-ico.bz-ico { width: 24px; height: 24px; }
/*ikona*/ .kt-quick__head li::before { width: 24px; height: 24px; }
.kt-quick__head span {
    font-size: 18px;
    font-weight: 500;
}
.kt-quick__text {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 24px;
}
.kt-quick__btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    background: #fff;
    color: #81BD51;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
/*przycisk*/ .wp-block-button.kt-quick__btn > .wp-block-button__link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    background: #fff;
    color: #81BD51;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
.kt-quick__btn:hover { background: #F3F4F6; }
/*przycisk*/ .wp-block-button.kt-quick__btn:hover > .wp-block-button__link { background: #F3F4F6; }

/* Right column */
.kt-right { display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 1024px) {
    .kt-right { grid-column: span 2; }
    .kt-grid { grid-template-columns: 1fr 2fr; }
    .kt-right { grid-column: auto; }
}

/* Adres do korespondencji - navy card */
.kt-addr-card {
    background: linear-gradient(to right, #232D4B, rgba(35,45,75,0.9));
    border-radius: 12px;
    padding: 24px;
    color: #fff;
}
.kt-addr-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.kt-addr-head svg { width: 20px; height: 20px; }
/*ikona*/ .kt-addr-head .bz-ico.bz-ico { width: 20px; height: 20px; }
/*ikona*/ .kt-addr-head li::before { width: 20px; height: 20px; }
.kt-addr-head h3 {
    font-size: 18px;
    font-weight: 500;
}
.kt-addr-card p {
    font-size: 18px;
    line-height: 1.6;
}

/* Data cards */
.kt-dcard {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.kt-dcard__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}
.kt-dcard__ico {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.kt-dcard__ico--navy { background: #232D4B; }
.kt-dcard__ico--green { background: #81BD51; }
.kt-dcard__ico svg { width: 24px; height: 24px; color: #fff; stroke: #fff; }
/*ikona*/ .kt-dcard__ico .bz-ico.bz-ico { width: 24px; height: 24px; color: #fff; }
/*ikona*/ .kt-dcard__ico li::before { width: 24px; height: 24px; color: #fff; }
.kt-dcard__title {
    font-size: 20px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 4px;
}
.kt-dcard__sub {
    font-size: 14px;
    color: #4B5563;
}

/* Organ prowadzący grid */
.kt-organ-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 48px;
}
.kt-organ-grid .kt-label {
    font-size: 12px;
    color: #6B7280;
    margin-bottom: 4px;
}
.kt-organ-grid .kt-value {
    font-size: 14px;
    color: #232D4B;
    line-height: 1.5;
}
.kt-organ-grid .kt-value--bold { font-weight: 500; }
.kt-organ-grid .kt-row-span { grid-row: span 2; }
.kt-krs-row {
    display: flex;
    gap: 32px;
}
.kt-krs-row > div .kt-label {
    font-size: 12px;
    color: #6B7280;
    margin-bottom: 4px;
}
.kt-krs-row > div .kt-value {
    font-size: 14px;
    font-weight: 500;
    color: #232D4B;
}

/* Schools */
.kt-schools { display: flex; flex-direction: column; gap: 24px; }
.kt-school {
    padding-bottom: 24px;
}
.kt-school--border { border-bottom: 1px solid #E5E7EB; }
.kt-school h4 {
    font-size: 18px;
    font-weight: 500;
    color: #232D4B;
    margin-bottom: 16px;
}
.kt-school-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
}
.kt-school-addr {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.kt-school-addr svg {
    width: 16px; height: 16px;
    color: #9CA3AF;
    stroke: #9CA3AF;
    flex-shrink: 0;
    margin-top: 4px;
}
/*ikona*/ .kt-school-addr .bz-ico.bz-ico { width: 16px; height: 16px; color: #9CA3AF; flex-shrink: 0; margin-top: 4px; }
/*ikona*/ .kt-school-addr li::before { width: 16px; height: 16px; color: #9CA3AF; flex-shrink: 0; margin-top: 4px; }
.kt-school-data { display: flex; flex-direction: column; gap: 12px; }

/* Pills section */
.kt-pills {
    padding: 48px 0;
    background: #F9FAFB;
    border-top: 1px solid #E5E7EB;
}
.kt-pills__inner {
    max-width: 1280px;
    margin: 0 auto;
}
.kt-pills__text {
    text-align: center;
    color: #4B5563;
    margin-bottom: 24px;
}
.kt-pills__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.kt-pill {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: #232D4B;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.kt-pill:hover { background: #F9FAFB; }
/* Social media */
.kt-social__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.kt-social__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.kt-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #F3F4F6;       /* jasnoszare tło – pasuje do białej karty */
    color: #232D4B;            /* navy ikona w stanie spoczynku */
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.kt-social__link svg {
    width: 20px;
    height: 20px;
}
/*ikona*/ .kt-social__link .bz-ico.bz-ico { width: 20px; height: 20px; }
/*ikona*/ .kt-social__link li::before { width: 20px; height: 20px; }
.kt-social__link:hover,
.kt-social__link:focus-visible {
    background: #81BD51;
    color: #fff;
    transform: translateY(-2px);
}
.kt-social__link:focus-visible {
    outline: 2px solid #232D4B;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .kt-organ-grid { grid-template-columns: 1fr; }
    .kt-organ-grid .kt-row-span { grid-row: auto; }
    .kt-school-grid { grid-template-columns: 1fr; }
}

/* style inline przeniesione do klas */
.bz-i-1.bz-i-1.bz-i-1.bz-i-1 { flex:1; }

/*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; }
