/* =========================================================
   =========================================================
   =========================================================
/* İLETİŞİM BÖLÜMÜ – TEMİZ TEK BLOK 
/* İLETİŞİM BÖLÜMÜ – TEMİZ TEK BLOK 
========================================================= 
========================================================= 
========================================================= */
/* =========================================================
   MIRAI CONTACT — GLASS PREMIUM v5 (FINAL)
========================================================= */
/* SECTION WRAPPER */
.mirai-contact-premium {
    padding: 70px 0 90px;
}

/* ------------------ BAŞLIK ------------------ */
.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-header p {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: .7;
}

.contact-header .line {
    display: block;
    width: 70px;
    height: 2px;
    background: #000;
    margin: 14px auto 0 auto;
    opacity: .3;
}

/* ------------------ 4’LÜ KARTLAR ------------------ */
.mirai-contact-cards {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

/* Cam taban */
.glass {
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(16px) saturate(170%);
    -webkit-backdrop-filter: blur(16px) saturate(170%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Kartların kendisi */
.mirai-card {
    width: 210px;
    padding: 22px 16px;
    text-align: center;
    transition: .28s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mirai-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.10), 0 22px 46px rgba(0, 0, 0, 0.14);
}

.mirai-icon img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}

.mirai-card h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mirai-card p {
    font-size: 12px;
    margin: 3px 0;
}

/* Kart butonları */
.mirai-btn-green,
.mirai-btn-black {
    padding: 8px 12px;
    border-radius: 8px;
    width: 85%;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    border: none;
    transition: .25s;
}

.mirai-btn-green {
    background: #27d46b;
    color: #fff;
}

.mirai-btn-black {
    background: #000;
    color: #fff;
}

.mirai-btn-green:hover,
.mirai-btn-black:hover {
    transform: translateY(-3px);
}

/* ------------------ ALT BLOK (Şirket + Form) ------------------ */
/* Dış cam kutu */
.mirai-info-form-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 36px 40px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(20px) saturate(170%);
    -webkit-backdrop-filter: blur(20px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* ← iki kolon eşit yükseklik */
    gap: 40px;
}

/* İki kolon da aynı esneme değerine sahip */
.mirai-company-info,
.mirai-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Sol blok başlık */
.mirai-company-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Bilgi satırları */
.row-item {
    font-size: 13px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Sosyal medya satırı */
.social {
    margin-top: 18px;
}

/* Normal ikon görünümü */
.social a,
.social a i {
    font-size: 28px !important;
    margin-right: 18px !important;
    color: #222 !important;
    transition: .22s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hover efekti – override edilemez */
.social a:hover,
.social a:hover i {
    transform: scale(1.22) !important;
    /* Premium kibar büyüme */
    color: #8C0304 !important;
    /* Mirai Burgundy */
    opacity: .85 !important;
}

/* Form alanları */
.mirai-form input,
.mirai-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border-radius: 12px;
    border: 1px solid #d4d4d4;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.mirai-form textarea {
    resize: vertical;
    min-height: 140px;
}

.mirai-form h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 18px;
    color: #111;
}

.mirai-form form {
    text-align: center;
}

.mirai-form .submit-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
}

.mirai-company-info .row-item {
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 15px;
}





/* Gönder butonu */
.submit-btn {
    align-self: flex-start;
    background: #000;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    transition: .25s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.submit-btn:hover {
    transform: translateY(-3px);
}

/* ------------------ RESPONSIVE ------------------ */
@media (max-width: 992px) {
    .mirai-contact-premium {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .mirai-contact-cards {
        flex-direction: column;
        align-items: center;
    }

    .mirai-card {
        width: 80%;
        max-width: 360px;
    }

    .mirai-info-form-wrapper {
        flex-direction: column;
        padding: 26px 22px;
    }
}

