/* Tema 2 — İletişim */

.pb-contact-main {
    padding: 1.25rem 0 3rem;
}

.pb-contact-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

.pb-contact-breadcrumb a {
    color: #0a2240;
    font-weight: 600;
    text-decoration: none;
}

.pb-contact-breadcrumb a:hover {
    text-decoration: underline;
}

.pb-contact-page-head {
    margin-bottom: 1.25rem;
}

.pb-contact-page-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 1.9rem);
    color: #0a2240;
    font-weight: 800;
}

.pb-contact-page-lead {
    margin: 0.65rem 0 0;
    color: #64748b;
    line-height: 1.6;
    max-width: 42rem;
}

.pb-contact-layout {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .pb-contact-layout {
        grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
    }
}

.pb-contact-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(10, 34, 64, 0.06);
    padding: 1.5rem 1.25rem;
}

@media (min-width: 768px) {
    .pb-contact-panel {
        padding: 1.75rem 1.75rem;
    }
}

.pb-contact-section-title {
    margin: 0 0 1.1rem;
    font-size: 1.05rem;
    color: #0a2240;
    font-weight: 800;
}

.pb-contact-cards {
    display: grid;
    gap: 0.75rem;
}

.pb-contact-card {
    padding: 0.9rem 1rem;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    background: #f8fafc;
}

.pb-contact-card-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.pb-contact-card-value {
    color: #0a2240;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

a.pb-contact-card-value:hover {
    text-decoration: underline;
}

.pb-contact-card-value--text {
    margin: 0;
    font-weight: 600;
}

.pb-contact-note {
    margin: auto 0 0;
    padding-top: 1.25rem;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.55;
}

.pb-contact-note a {
    color: #0a2240;
    font-weight: 700;
    text-decoration: none;
}

.pb-contact-note a:hover {
    text-decoration: underline;
}

.pb-contact-form {
    display: grid;
    gap: 1rem;
    flex: 1;
}

.pb-contact-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0a2240;
}

.pb-contact-optional {
    font-weight: 500;
    color: #94a3b8;
}

.pb-contact-field input,
.pb-contact-field textarea {
    width: 100%;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font: inherit;
    color: #0f172a;
}

.pb-contact-field textarea {
    resize: vertical;
    min-height: 130px;
}

.pb-contact-field input:focus,
.pb-contact-field textarea:focus {
    outline: 2px solid rgba(10, 34, 64, 0.15);
    border-color: #0a2240;
}

.pb-contact-submit {
    justify-self: start;
    min-height: 46px;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 999px;
    background: #0a2240;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.pb-contact-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.pb-contact-feedback {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.925rem;
}

.pb-contact-feedback.is-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.pb-contact-feedback.is-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
}

.pb-contact-map-wrap {
    margin-top: 1.25rem;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    overflow: hidden;
    background: #eef2f6;
    box-shadow: 0 8px 30px rgba(10, 34, 64, 0.06);
    min-height: 280px;
}

.pb-contact-map {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

@media (min-width: 768px) {
    .pb-contact-map {
        height: 360px;
    }
}
