/* İletişim sayfası — profesyonel düzen */
.contact-page-pro {
    padding: 0 0 80px;
    background: #f4f7fa;
    font-family: 'Montserrat', sans-serif;
}

.contact-pro-hero {
    background: linear-gradient(135deg, #0a192f 0%, #0b3d6e 55%, #0b50a1 100%);
    padding: 48px 0 56px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.contact-pro-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 50%;
    height: 140%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.14) 0%, transparent 70%);
    pointer-events: none;
}
.contact-pro-hero .container { position: relative; z-index: 1; }
.contact-pro-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    margin: 0 0 12px;
    color: #fff;
}
.contact-pro-hero-lead {
    margin: 0 0 24px;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 560px;
    line-height: 1.65;
}
.contact-pro-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 28px;
    max-width: 640px;
}
.contact-pro-metric {
    text-align: center;
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}
.contact-pro-metric strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 4px;
}
.contact-pro-metric span {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.3;
    letter-spacing: 0.2px;
}
@media (max-width: 768px) {
    .contact-pro-metrics { grid-template-columns: repeat(2, 1fr); }
}

.contact-pro-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.contact-pro-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.25s, box-shadow 0.25s;
    border: 2px solid transparent;
}
.contact-pro-cta:hover { transform: translateY(-2px); }
.contact-pro-cta--phone {
    background: #fff;
    color: #0a192f !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.contact-pro-cta--phone:hover { box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25); }
.contact-pro-cta--wa {
    background: #25D366;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.contact-pro-cta--wa:hover { background: #1ebe5d; color: #fff !important; }

.contact-pro-body { padding-top: 50px; }
.contact-pro-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 32px;
    align-items: start;
}

.contact-pro-info-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 10px 40px rgba(10, 25, 47, 0.06);
    margin-bottom: 20px;
}
.contact-pro-info-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0a192f;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f4f8;
}
.contact-pro-channel {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}
.contact-pro-channel:last-child { border-bottom: none; padding-bottom: 0; }
.contact-pro-channel-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0a192f, #0b50a1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.contact-pro-channel-icon.icon-wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.contact-pro-channel h4 {
    margin: 0 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
}
.contact-pro-channel a,
.contact-pro-channel p {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0a192f;
    text-decoration: none;
    line-height: 1.5;
}
.contact-pro-channel a:hover { color: #0b50a1; }

.contact-pro-guarantee {
    background: linear-gradient(135deg, #0a192f 0%, #0b50a1 100%);
    border-radius: 14px;
    padding: 22px 24px;
    color: #fff;
}
.contact-pro-guarantee h4 {
    margin: 0 0 10px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #d4af37;
}
.contact-pro-guarantee ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-pro-guarantee li {
    font-size: 0.85rem;
    padding: 6px 0 6px 22px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}
.contact-pro-guarantee li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #d4af37;
    font-size: 0.75rem;
}

.contact-pro-form-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 36px 32px;
    box-shadow: 0 12px 48px rgba(10, 25, 47, 0.08);
}
.contact-pro-form-card .form-label-head {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0a192f;
}
.contact-pro-form-card .form-label-sub {
    margin: 0 0 24px;
    color: #64748b;
    font-size: 0.9rem;
}
.contact-pro-form-card .form-control {
    border: 1px solid #dde4ec;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-pro-form-card .form-control:focus {
    border-color: #0b50a1;
    box-shadow: 0 0 0 3px rgba(11, 80, 161, 0.12);
    outline: none;
}
.contact-pro-form-card textarea.form-control { min-height: 130px; resize: vertical; }
.contact-pro-form-card button[type="submit"],
.contact-pro-form-card #submit {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #0a192f, #0b50a1);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: transform 0.25s, box-shadow 0.25s;
    margin-top: 8px;
}
.contact-pro-form-card button[type="submit"]:hover,
.contact-pro-form-card #submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(11, 80, 161, 0.35);
}

.contact-pro-map-wrap {
    margin-top: 48px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px rgba(10, 25, 47, 0.06);
    background: #fff;
}
.contact-pro-map-wrap h3 {
    margin: 0;
    padding: 18px 24px;
    font-size: 1rem;
    font-weight: 700;
    color: #0a192f;
    border-bottom: 1px solid #f0f4f8;
}
.contact-pro-map-wrap .google-maps {
    line-height: 0;
}
.contact-pro-map-wrap .google-maps iframe {
    width: 100% !important;
    min-height: 380px;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .contact-pro-grid { grid-template-columns: 1fr; }
    .contact-pro-hero { padding: 36px 0 44px; }
}
