/* =========================================
   ARMA İLETİŞİM SAYFASI
========================================= */

.abg-contact-main,
.abg-contact-main * {
    box-sizing: border-box;
}

.abg-contact-main {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Inter', sans-serif;
    color: #111827;
    background: #ffffff;
    overflow: hidden;
}

.abg-contact-container {
    width: min(1240px, 92%);
    margin: 0 auto;
}

/* ÜST BOŞLUK EZME */
body:not(:has(.arma-slider)) .abg-contact-main,
body:not(:has(.arma-slider)) .abg-contact-main section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================================
   HERO
========================================= */

.abg-contact-hero {
    position: relative;
    width: 100%;
    min-height: 440px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    background: #0b111d;
    overflow: hidden;
}

.abg-contact-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("/Uploads/Images/site/armabaner2.png");
    background-size: cover;
    background-position: center center;
    transform: scale(1.04);
}

.abg-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 13, 23, 0.94) 0%, rgba(8, 13, 23, 0.68) 48%, rgba(8, 13, 23, 0.20) 100%),
        linear-gradient(180deg, rgba(8, 13, 23, 0.20) 0%, rgba(8, 13, 23, 0.72) 100%);
    z-index: 1;
}

.abg-contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: #ffffff;
}

.abg-contact-hero-content span {
    display: inline-block;
    margin-bottom: 16px;
    color: #ff8a00;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
}

.abg-contact-hero-content h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -3px;
}

.abg-contact-hero-content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
}

/* =========================================
   CONTACT SECTION
========================================= */

.abg-contact-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 138, 0, 0.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.abg-contact-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 60px;
    align-items: start;
}

/* LEFT */
.abg-contact-label {
    display: inline-block;
    margin-bottom: 16px;
    color: #ff8a00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2.5px;
}

.abg-contact-info h2,
.abg-map-head h2 {
    margin: 0 0 20px;
    color: #0b2f3f;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -1.7px;
}

.abg-contact-info > p,
.abg-map-head p {
    margin: 0 0 32px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
}

.abg-contact-cards {
    display: grid;
    gap: 16px;
}

.abg-contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    text-decoration: none !important;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.abg-contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 138, 0, 0.34);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

.abg-contact-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #0b111d;
    color: #ff8a00;
    font-size: 24px;
}

.abg-contact-card span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.abg-contact-card strong {
    display: block;
    color: #0b2f3f;
    font-size: 17px;
    font-weight: 900;
}

/* FORM */
.abg-contact-form-wrap {
    position: relative;
}

.abg-contact-form {
    position: relative;
    padding: 42px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.abg-contact-form::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 138, 0, 0.12);
}

.abg-form-head {
    position: relative;
    z-index: 2;
    margin-bottom: 26px;
}

.abg-form-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff8a00;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.abg-form-head h3 {
    margin: 0;
    color: #0b2f3f;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
}

.abg-form-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.abg-form-group {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}

.abg-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #0b2f3f;
    font-size: 14px;
    font-weight: 800;
}

.abg-form-group input,
.abg-form-group textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #f8fafc;
    color: #111827;
    border-radius: 16px;
    padding: 15px 16px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    font-family: 'Inter', sans-serif;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.abg-form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.abg-form-group input:focus,
.abg-form-group textarea:focus {
    background: #ffffff;
    border-color: rgba(255, 138, 0, 0.65);
    box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.10);
}

.abg-form-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8a00, #ff6b00);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 18px 42px rgba(255, 122, 0, 0.30);
    transition: transform .3s ease, box-shadow .3s ease;
}

.abg-form-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(255, 122, 0, 0.38);
}

.abg-form-alert {
    position: relative;
    z-index: 2;
    display: none;
    margin-top: 16px;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
}

.abg-form-alert.success {
    display: block;
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.abg-form-alert.error {
    display: block;
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

/* =========================================
   MAP
========================================= */

.abg-map-section {
    padding: 0 0 110px;
    background: #f8fafc;
}

.abg-map-head {
    max-width: 720px;
    margin-bottom: 34px;
}

.abg-map-head span {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff8a00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2.4px;
}

.abg-map-box {
    width: 100%;
    height: 470px;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.12);
    background: #ffffff;
}

.abg-map-box iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* =========================================
   ANIMATION
========================================= */

.abg-contact-anim {
    opacity: 0;
    transform: translateY(28px);
}

.abg-contact-anim.abg-contact-show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .75s ease, transform .75s ease;
}

/* JS çalışmazsa boş kalmasın */
.no-js .abg-contact-anim,
.abg-contact-main .abg-contact-anim {
    visibility: visible;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {
    .abg-contact-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

@media (max-width: 768px) {
    .abg-contact-hero {
        min-height: 390px;
    }

    .abg-contact-hero-content h1 {
        font-size: 44px;
        letter-spacing: -1.5px;
    }

    .abg-contact-hero-content p {
        font-size: 16px;
    }

    .abg-contact-section {
        padding: 70px 0;
    }

    .abg-contact-info h2,
    .abg-map-head h2 {
        font-size: 34px;
    }

    .abg-contact-info > p,
    .abg-map-head p {
        font-size: 15px;
    }

    .abg-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .abg-contact-form {
        padding: 30px 24px;
        border-radius: 26px;
    }

    .abg-form-head h3 {
        font-size: 27px;
    }

    .abg-map-section {
        padding-bottom: 70px;
    }

    .abg-map-box {
        height: 380px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .abg-contact-container {
        width: 90%;
    }

    .abg-contact-card {
        align-items: flex-start;
        padding: 18px;
    }

    .abg-contact-icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        font-size: 21px;
    }

    .abg-contact-card strong {
        font-size: 15px;
    }

    .abg-contact-hero-content h1 {
        font-size: 38px;
    }
}

/* =========================================
   TÜM İÇ SAYFA HERO'LARI AYNI BOYUTTA
   Hakkımızda + Ürünler + İletişim + Sertifikalar + Sürdürülebilirlik
========================================= */

/* Desktop */
.abg-about-hero,
.arma-products-hero,
.abg-contact-hero,
.abg-cert-hero,
.arma-sustain-hero {
    height: 520px !important;
    min-height: 520px !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

/* İçerik genişliği aynı olsun */
.abg-about-hero .abg-about-container,
.arma-products-hero .arma-products-container,
.abg-contact-hero .abg-contact-container,
.abg-cert-hero .abg-cert-container,
.arma-sustain-hero .arma-sustain-container {
    width: min(1240px, 92%) !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Yazı blokları aynı genişlikte olsun */
.abg-about-hero-content,
.arma-products-hero-inner,
.abg-contact-hero-content,
.abg-cert-hero-content,
.arma-sustain-hero-content {
    max-width: 760px !important;
}

/* Başlıklar aynı ölçüde olsun */
.abg-about-hero-content h1,
.arma-products-hero-inner h1,
.abg-contact-hero-content h1,
.abg-cert-hero-content h1,
.arma-sustain-hero-content h1 {
    font-size: clamp(52px, 6vw, 86px) !important;
    line-height: 0.95 !important;
    letter-spacing: -3px !important;
    margin-bottom: 18px !important;
}

/* Açıklamalar aynı ölçüde olsun */
.abg-about-hero-content p,
.arma-products-hero-inner p,
.abg-contact-hero-content p,
.abg-cert-hero-content p,
.arma-sustain-hero-content p {
    font-size: 21px !important;
    line-height: 1.65 !important;
    max-width: 680px !important;
}

/* Küçük üst etiketler aynı dursun */
.abg-about-hero-content span,
.arma-products-hero-inner span,
.abg-contact-hero-content span,
.abg-cert-hero-content span,
.arma-sustain-hero-content span {
    display: inline-block !important;
    margin-bottom: 16px !important;
    color: #ff8a00 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
}

/* Sürdürülebilirlik arka planı da aynı mantıkta dursun */
.arma-sustain-hero-bg {
    position: absolute !important;
    inset: 0 !important;

    background-image: url("/Uploads/Images/site/surdurulebilirlik.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    filter: saturate(1.05) contrast(1.05) brightness(0.82) !important;
    transform: scale(1.04) !important;

    z-index: 0 !important;
}

.arma-sustain-hero-overlay {
    position: absolute !important;
    inset: 0 !important;

    background:
        linear-gradient(
            90deg,
            rgba(8, 13, 23, 0.94) 0%,
            rgba(8, 13, 23, 0.72) 48%,
            rgba(8, 13, 23, 0.24) 100%
        ),
        linear-gradient(
            180deg,
            rgba(8, 13, 23, 0.18) 0%,
            rgba(8, 13, 23, 0.76) 100%
        ) !important;

    z-index: 1 !important;
}

/* Mobil */
@media (max-width: 768px) {
    .abg-about-hero,
    .arma-products-hero,
    .abg-contact-hero,
    .abg-cert-hero,
    .arma-sustain-hero {
        height: 420px !important;
        min-height: 420px !important;
    }

    .abg-about-hero-content h1,
    .arma-products-hero-inner h1,
    .abg-contact-hero-content h1,
    .abg-cert-hero-content h1,
    .arma-sustain-hero-content h1 {
        font-size: 44px !important;
        letter-spacing: -1.5px !important;
    }

    .abg-about-hero-content p,
    .arma-products-hero-inner p,
    .abg-contact-hero-content p,
    .abg-cert-hero-content p,
    .arma-sustain-hero-content p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}
/* =========================================
   ARMA TÜM BANNER / HERO FİLTRELERİ TAM KALDIRMA
========================================= */

/* Hero içindeki tüm karartma katmanlarını kapat */
.page-hero::before,
.page-hero::after,
.inner-hero::before,
.inner-hero::after,
.sub-hero::before,
.sub-hero::after,
.page-banner::before,
.page-banner::after,
.arma-hero::before,
.arma-hero::after,
.arma-slider::before,
.arma-slider::after,
.slide::before,
.slide::after,
.slide-overlay,
.hero-overlay,
.page-hero-overlay,
.inner-hero-overlay,
.banner-overlay,
.overlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    background-image: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* Görsellerdeki filtreleri sıfırla */
.page-hero,
.inner-hero,
.sub-hero,
.page-banner,
.arma-hero,
.arma-slider,
.slide,
.page-hero img,
.inner-hero img,
.sub-hero img,
.page-banner img,
.arma-hero img,
.arma-slider img,
.slide img {
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    background-blend-mode: normal !important;
}

/* Eğer karartma background içinde gradient olarak verildiyse */
.page-hero,
.inner-hero,
.sub-hero,
.page-banner {
    background-blend-mode: normal !important;
}