/* ==================== İletişim Sayfası - contact.css ==================== */

/* Hero */
.contact-hero {
    position: relative;
    padding: 4rem 0 5rem;
    overflow: hidden;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0066FF 0%, #0052CC 50%, #0047B3 100%);
}

.contact-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
}

.contact-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.contact-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.contact-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.9) !important;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Kartlar bölümü */
.contact-cards-section {
    padding: 2rem 0 0;
    position: relative;
}

.contact-card {
    display: block;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    text-align: center;
    text-decoration: none !important;
    color: #0D1B2A;
    box-shadow: 0 4px 24px rgba(0, 102, 255, 0.08);
    border: 1px solid rgba(0, 102, 255, 0.08);
    height: 100%;
    transition: all 0.35s ease;
    position: relative;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 102, 255, 0.15);
    border-color: rgba(0, 102, 255, 0.2);
    color: #0D1B2A;
}

.contact-card-static {
    cursor: default;
}

.contact-card-static:hover {
    transform: none;
}

.contact-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, #E6F0FF 0%, #D6E8FF 100%);
    color: #0066FF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.contact-card-icon-phone {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    color: #2E7D32;
}

.contact-card-icon-email {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    color: #E65100;
}

.contact-card h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.contact-card p {
    color: #778DA9;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.contact-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #00C48C;
    background: rgba(0, 196, 140, 0.12);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

/* Form bölümü */
.contact-form-section {
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, #F8FAFC 0%, #fff 100%);
}

.contact-form-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(15, 23, 42, 0.08);
    padding: 2.5rem;
    border: 1px solid rgba(0, 102, 255, 0.06);
}

.contact-form-header {
    margin-bottom: 2rem;
}

.contact-form-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.contact-form-header .text-muted {
    font-size: 0.95rem;
}

/* Form elemanları */
.page-iletisim .contact-form .form-control,
.page-iletisim .contact-form .form-select {
    border-radius: 10px;
    padding: 0.65rem 1rem;
    border: 1px solid #E2E8F0;
    transition: all 0.2s ease;
}

.page-iletisim .contact-form .form-control:focus,
.page-iletisim .contact-form .form-select:focus {
    border-color: #0066FF;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
    outline: none;
}

.page-iletisim .contact-form .btn-iletisim {
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    font-weight: 600;
    background: #0066FF;
    border-color: #0066FF;
    color: #fff;
}

.page-iletisim .contact-form .btn-iletisim:hover {
    background: #0052CC;
    border-color: #0052CC;
    color: #fff;
    transform: translateY(-1px);
}

/* Sağ panel - Acil mi? */
.contact-quick-cta {
    background: linear-gradient(135deg, #fff 0%, #F8FAFC 100%);
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #E2E8F0;
    position: sticky;
    top: 100px;
}

.contact-quick-cta h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.contact-cta-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 600;
    color: #fff !important;
    transition: all 0.3s ease;
    margin-bottom: 0.75rem;
}

.contact-cta-btn i {
    font-size: 1.4rem;
}

.contact-cta-phone {
    background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
}

.contact-cta-phone:hover {
    transform: translateX(4px);
    color: #fff !important;
}

.contact-cta-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.contact-cta-whatsapp:hover {
    transform: translateX(4px);
    color: #fff !important;
}

.contact-hours {
    background: #E6F0FF;
    color: #0052CC;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .contact-quick-cta {
        position: static;
    }
}
