/* ================= WEBTASARIM.CSS (FİNAL VERSİYON) ================= */

/* Temel Arka Plan (Dikişsiz BGM Mavisi) */
body.bgm-dark-body {
    background-color: #102652 !important;
    margin: 0;
    padding: 0;
}

.wt-hero-final-section {
    position: relative !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 100px !important;
    overflow: hidden !important;
    border: none !important;
    z-index: 1;
}

/* Arka Plan Uçuşan İkonlar */
.wt-bg-elements { position: absolute !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; pointer-events: none !important; z-index: -1 !important; }
.wt-bg-elements i { position: absolute !important; color: rgba(255, 255, 255, 0.03) !important; animation: wtFloat 6s ease-in-out infinite alternate !important; }
.w-1 { top: 20%; left: 10%; font-size: 150px; }
.w-2 { bottom: 20%; right: 15%; font-size: 120px; animation-delay: 1s; }
.w-3 { top: 40%; left: 50%; font-size: 80px; animation-delay: 2s; }
@keyframes wtFloat { 0% { transform: translateY(0); } 100% { transform: translateY(-30px); } }

.wt-hero-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 50px !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 10 !important;
}

/* --- SOL: İÇERİK --- */
.wt-hero-content { flex: 1.2 !important; }

.wt-badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    background: rgba(255, 204, 0, 0.1) !important; border: 1px solid rgba(255, 204, 0, 0.3) !important;
    color: #ffcc00 !important; padding: 10px 25px !important; border-radius: 50px !important;
    font-weight: 800 !important; font-size: 13px !important; margin-bottom: 30px !important;
    letter-spacing: 1.5px !important; text-transform: uppercase !important;
}

.wt-title {
    font-size: 55px !important; font-weight: 900 !important; color: #ffffff !important;
    line-height: 1.1 !important; margin-bottom: 30px !important;
}

/* SÖZ VERİLEN KAYAN RENKLİ BAŞLIK EFEKTİ */
.wt-animated-gradient {
    background: linear-gradient(90deg, #ffcc00, #ffffff, #ffcc00, #ff9900) !important;
    background-size: 300% auto !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: shineTextWtFinal 4s linear infinite !important;
    display: inline-block !important;
}
@keyframes shineTextWtFinal { 0% { background-position: 0% center; } 100% { background-position: 300% center; } }

/* SEO Optimize Edilmiş, Kalın ve Ferah Açıklama Metni */
.wt-desc-final {
    font-size: 19px !important; color: #cbd5e1 !important; line-height: 1.8 !important;
    margin-bottom: 40px !important; max-width: 650px !important; font-weight: 400 !important;
}

/* --- METİN VURGU RENKLERİ (SEO İÇİN ÇOK ÖNEMLİ) --- */
.wt-text-white { color: #ffffff !important; font-weight: 700 !important; }
.wt-text-yellow { color: #ffcc00 !important; font-weight: 700 !important; }

/* Butonlar */
.wt-btn-group { display: flex !important; gap: 20px !important; }

.wt-btn-primary {
    background: #ffcc00 !important; color: #102652 !important; font-weight: 800 !important;
    padding: 18px 35px !important; border-radius: 12px !important; text-decoration: none !important;
    transition: all 0.3s ease !important; box-shadow: 0 10px 20px rgba(255,204,0,0.2) !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
}
.wt-btn-primary:hover { transform: translateY(-5px) !important; background: #ffffff !important; box-shadow: 0 15px 30px rgba(255,255,255,0.3) !important; }

.wt-btn-secondary {
    background: rgba(255,255,255,0.05) !important; color: #ffffff !important; font-weight: 700 !important;
    padding: 18px 35px !important; border-radius: 12px !important; text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.1) !important; display: inline-flex !important; align-items: center !important; gap: 8px !important;
    transition: all 0.3s ease !important; justify-content: center !important;
}
.wt-btn-secondary:hover { background: #25D366 !important; border-color: #25D366 !important; transform: translateY(-5px) !important; }

/* --- SAĞ: GERÇEK GÖRSEL KUTUSU (FİNAL) --- */
.wt-hero-visual { flex: 1 !important; position: relative !important; perspective: 1000px !important; }

/* Havada süzülme efekti (Glassmorphism Kutu) */
.wt-mockup-box-final {
    background: rgba(255, 255, 255, 0.02) !important; border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 35px !important; min-height: 480px !important; 
    display: flex !important; align-items: center !important; justify-content: center !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4) !important;
    backdrop-filter: blur(15px) !important; -webkit-backdrop-filter: blur(15px) !important;
    animation: wtFloatingCardFinal 6s ease-in-out infinite !important;
    overflow: hidden !important; 
}
@keyframes wtFloatingCardFinal { 0%, 100% { transform: translateY(0) rotateX(0deg); } 50% { transform: translateY(-20px) rotateX(2deg); } }

/* FOTOĞRAF AYARLARI */
.wt-mockup-img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important;
    border-radius: 34px !important; 
    display: block !important;
    position: relative !important; z-index: 1 !important;
}

/* Fotoğraf Üstüne Hafif Karanlık Efekti */
.wt-store-overlay {
    position: absolute !important;
    top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;
    background: linear-gradient(180deg, rgba(16,38,82,0) 50%, rgba(16,38,82,0.6) 100%) !important;
    pointer-events: none !important; z-index: 2 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .wt-hero-container { flex-direction: column !important; text-align: center !important; gap: 60px !important; padding: 50px 20px !important; }
    .wt-title { font-size: 42px !important; }
    .wt-desc-final { margin: 0 auto 40px auto !important; }
    .wt-btn-group { justify-content: center !important; flex-wrap: wrap !important; width: 100% !important; }
    .wt-btn-primary, .wt-btn-secondary { width: 100% !important; max-width: 320px !important; justify-content: center !important; }
    .wt-mockup-box-final { min-height: 380px !important; width: 100% !important; }
}





/* ================= WEB TASARIM - SİSTEM ALTYAPIMIZ (ÖZELLİKLER) ================= */

.wt-features-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
}

.wt-features-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.wt-feat-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}

.wt-feat-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.wt-feat-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- 4'LÜ KART SİSTEMİ (GRID) --- */
.wt-feat-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Yanyana 4 Sütun */
    gap: 25px !important;
    width: 100% !important;
}

/* Cam Efektli (Glassmorphism) Kartlar */
.wt-feat-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 25px !important;
    padding: 40px 25px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
}

/* Hover (Üzerine Gelme) Efekti */
.wt-feat-card:hover {
    transform: translateY(-15px) !important;
    background: rgba(255, 204, 0, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), inset 0 0 20px rgba(255,204,0,0.05) !important;
}

/* İkon Kutusu */
.wt-feat-icon {
    width: 75px !important;
    height: 75px !important;
    margin: 0 auto 25px auto !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 35px !important;
    transition: all 0.4s ease !important;
}

.wt-feat-card:hover .wt-feat-icon {
    background: #ffcc00 !important;
    color: #102652 !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 0 25px rgba(255, 204, 0, 0.4) !important;
}

/* Metinler */
.wt-feat-card h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    transition: color 0.3s ease !important;
    line-height: 1.3 !important;
}

.wt-feat-card:hover h3 {
    color: #ffcc00 !important;
}

.wt-feat-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 1100px) {
    .wt-feat-grid { grid-template-columns: repeat(2, 1fr) !important; /* Tablette 2'li */ }
}

@media (max-width: 768px) {
    .wt-feat-grid { grid-template-columns: 1fr !important; /* Telefonda Alt Alta */ padding: 0 15px !important; }
    .wt-feat-main-title { font-size: 36px !important; }
    .wt-feat-subtitle { font-size: 16px !important; padding: 0 15px !important; }
}



/* ================= WEB TASARIM - TEKNOLOJİ YIĞINIMIZ ================= */

.wt-tech-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
}

.wt-tech-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.wt-tech-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}

.wt-tech-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.wt-tech-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- TEKNOLOJİ İKONLARI (FLEXBOX KUSURSUZ MOBİL UYUM) --- */
.wt-tech-wrapper {
    display: flex !important;
    flex-wrap: wrap !important; /* Ekrana sığmazsa alt satıra atar (Mobil Uyum) */
    justify-content: center !important;
    gap: 30px !important;
    width: 100% !important;
}

/* Cam Efektli İkon Kutuları */
.wt-tech-item {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 20px !important;
    width: 140px !important;
    height: 140px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: default !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.wt-tech-item i {
    font-size: 60px !important;
    color: #cbd5e1 !important; /* İlk başta hepsi gri/soluk */
    margin-bottom: 10px !important;
    transition: all 0.4s ease !important;
}

.wt-tech-item span {
    color: #94a3b8 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

/* --- HOVER (PARLAMA) EFEKTLERİ --- */
.wt-tech-item:hover {
    transform: translateY(-15px) scale(1.05) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
}

/* Renkli İkon Parlamaları */
.wt-tech-item:hover .tech-html { color: #E34F26 !important; filter: drop-shadow(0 0 10px rgba(227, 79, 38, 0.5)) !important; }
.wt-tech-item:hover .tech-css { color: #1572B6 !important; filter: drop-shadow(0 0 10px rgba(21, 114, 182, 0.5)) !important; }
.wt-tech-item:hover .tech-js { color: #F7DF1E !important; filter: drop-shadow(0 0 10px rgba(247, 223, 30, 0.5)) !important; }
.wt-tech-item:hover .tech-php { color: #777BB4 !important; filter: drop-shadow(0 0 10px rgba(119, 123, 180, 0.5)) !important; }
.wt-tech-item:hover .tech-db { color: #00758F !important; filter: drop-shadow(0 0 10px rgba(0, 117, 143, 0.5)) !important; }
.wt-tech-item:hover .tech-seo { color: #ffcc00 !important; filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.5)) !important; }

.wt-tech-item:hover span {
    color: #ffffff !important; /* Yazı beyaza döner */
}

/* --- MOBİL UYUM --- */
@media (max-width: 768px) {
    .wt-tech-main-title { font-size: 36px !important; }
    .wt-tech-subtitle { font-size: 16px !important; padding: 0 15px !important; }
    .wt-tech-wrapper { gap: 15px !important; }
    /* Telefonda kutuları biraz küçültelim ki yan yana 2 tane sığsın */
    .wt-tech-item { width: calc(50% - 15px) !important; height: 120px !important; }
    .wt-tech-item i { font-size: 45px !important; }
}



/* ================= WEB TASARIM - PROJE SÜRECİMİZ ================= */

.wt-process-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
    overflow: hidden !important;
}

.wt-process-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.wt-process-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}

.wt-process-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.wt-process-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- ADIM KARTLARI (GRID SİSTEMİ) --- */
.wt-process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Yanyana 4 Sütun */
    gap: 30px !important;
    width: 100% !important;
}

/* Kart Tasarımı */
.wt-process-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 25px !important;
    padding: 45px 30px !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: left !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Üzerine Gelince Zıplama Efekti */
.wt-process-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
}

/* Kart Arkasındaki Dev Numara Filigranı (Watermark) */
.wt-step-watermark {
    position: absolute !important;
    right: -10px !important;
    bottom: -20px !important;
    font-size: 120px !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.03) !important;
    line-height: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    transition: all 0.5s ease !important;
}

.wt-process-card:hover .wt-step-watermark {
    color: rgba(255, 204, 0, 0.08) !important;
    transform: scale(1.1) rotate(-5deg) !important;
}

/* İkonlar */
.wt-process-icon {
    font-size: 35px !important;
    color: #ffcc00 !important;
    background: rgba(255, 204, 0, 0.1) !important;
    width: 65px !important;
    height: 65px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.4s ease !important;
}

.wt-process-card:hover .wt-process-icon {
    background: #ffcc00 !important;
    color: #102652 !important;
    transform: scale(1.1) !important;
}

/* Metinler */
.wt-process-card h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
    line-height: 1.3 !important;
}

.wt-process-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 1100px) {
    .wt-process-grid { grid-template-columns: repeat(2, 1fr) !important; /* Tablette 2'li */ }
}

@media (max-width: 768px) {
    .wt-process-grid { grid-template-columns: 1fr !important; /* Telefonda Alt Alta */ padding: 0 15px !important; }
    .wt-process-main-title { font-size: 36px !important; }
    .wt-process-subtitle { font-size: 16px !important; padding: 0 15px !important; }
}












/* BGM SIGNATURE FINAL - V16 */
.bgm-sektorel-section {
    background: radial-gradient(circle at center, #162d5e 0%, #102652 100%) !important;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Arka Plan Yıldız Tozu */
.bgm-stars-layer {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://www.transparenttextures.com/patterns/stardust.png');
    opacity: 0.12; pointer-events: none; animation: bgmStars 120s linear infinite;
    z-index: 1;
}
@keyframes bgmStars { from { background-position: 0 0; } to { background-position: 1000px 1000px; } }

/* Başlık Grubu */
.bgm-header-center {
    text-align: center !important;
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 10;
}

.bgm-main-title { 
    font-weight: 900 !important; font-size: 56px !important; margin-bottom: 25px;
    background: linear-gradient(to right, #fff 20%, #ffcc00 40%, #ffcc00 60%, #fff 80%);
    background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    animation: bgmShine 3s linear infinite; display: inline-block;
}
@keyframes bgmShine { to { background-position: 200% center; } }

.bgm-seo-desc {
    color: #ffffff !important; font-size: 20px !important; font-weight: 500 !important;
    line-height: 1.8; text-shadow: 0 2px 10px rgba(0,0,0,0.5); margin-bottom: 0;
}

/* AKILLI NEON ARAMA KUTUSU */
.bgm-search-box {
    max-width: 650px; margin: 60px auto 80px; position: relative; z-index: 20; padding: 0 15px;
}
.bgm-search-inner {
    position: relative; background: linear-gradient(90deg, #ffcc00, #fff, #ffcc00);
    background-size: 200% auto; padding: 2px; border-radius: 50px;
    animation: borderShine 4s linear infinite; box-shadow: 0 15px 45px rgba(0,0,0,0.4);
}
@keyframes borderShine { to { background-position: 200% center; } }

.bgm-search-input {
    width: 100%; background: #102652 !important; border: none !important;
    border-radius: 50px; padding: 20px 30px; color: #fff !important;
    font-size: 17px !important; outline: none !important; text-align: center;
}

/* 5'Lİ NİZAMİ GRİD */
.bgm-grid-master {
    display: grid !important; grid-template-columns: repeat(5, 1fr) !important;
    gap: 25px !important; max-width: 1450px; margin: 0 auto !important;
    padding: 0 25px; position: relative; z-index: 10;
}

/* KART TASARIMI */
.bgm-premium-card {
    position: relative !important; height: 500px !important; border-radius: 32px !important;
    overflow: hidden !important; background: #1e293b; border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: transform 0.2s ease, box-shadow 0.4s ease !important; transform-style: preserve-3d; 
    display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none !important;
}

.bgm-premium-card:hover { border-color: #ffcc00 !important; box-shadow: 0 35px 80px rgba(0,0,0,0.8) !important; }

.bgm-card-img { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.bgm-card-img img {
    width: 100% !important; height: 100% !important; object-fit: cover !important;
    filter: brightness(0.65) saturate(1.3); transition: 0.7s ease;
}
.bgm-premium-card:hover .bgm-card-img img { filter: brightness(0.85) saturate(1.5); transform: scale(1.1); }

/* Kart İçeriği */
.bgm-card-overlay {
    position: relative; z-index: 5; padding: 45px 25px; text-align: center !important;
    background: linear-gradient(to top, #102652 0%, rgba(16, 38, 82, 0.9) 70%, transparent 100%);
}
.bgm-card-overlay h3 { color: #fff !important; font-weight: 800 !important; font-size: 26px !important; margin-bottom: 12px; letter-spacing: -0.5px; }
.bgm-card-overlay p { color: #ffffff !important; font-size: 15px !important; font-weight: 600 !important; opacity: 0.95; line-height: 1.6; margin-bottom: 20px; }
.bgm-incele-btn { color: #ffcc00; font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }

/* 📱 MOBİL UYUMLULUK */
@media (max-width: 1400px) { .bgm-grid-master { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 992px) { .bgm-grid-master { grid-template-columns: repeat(2, 1fr) !important; } .bgm-main-title { font-size: 40px !important; } }
@media (max-width: 576px) { .bgm-grid-master { grid-template-columns: 1fr !important; } }









/* ================= WEB TASARIM - MEGA KAPANIŞ (CTA) ================= */

.wt-cta-section {
    position: relative !important;
    padding: 120px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Kutu Arkasındaki Yuvarlak Işık Parlaması */
.wt-cta-bg-glow {
    position: absolute !important;
    top: 50% !important; left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 700px !important; height: 700px !important;
    background: radial-gradient(circle, rgba(255, 204, 0, 0.08) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

.wt-cta-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Devasa Cam Kutu */
.wt-cta-box {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 40px !important;
    padding: 80px 50px !important;
    text-align: center !important;
    max-width: 950px !important;
    width: 100% !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.wt-cta-main-title {
    font-size: 52px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.wt-cta-subtitle {
    color: #cbd5e1 !important;
    font-size: 19px !important;
    max-width: 750px !important;
    line-height: 1.8 !important;
    margin-bottom: 40px !important;
    font-weight: 400 !important;
}

/* CTA'ya Özel Buton Merkezlemesi */
.wt-cta-box .wt-btn-group {
    justify-content: center !important;
    width: 100% !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .wt-cta-box { padding: 60px 30px !important; }
}

@media (max-width: 768px) {
    .wt-cta-main-title { font-size: 38px !important; }
    .wt-cta-box { padding: 50px 20px !important; border-radius: 30px !important; }
    .wt-cta-subtitle { font-size: 16px !important; }
    .wt-cta-box .wt-btn-group { flex-direction: column !important; }
    .wt-cta-box .wt-btn-primary, .wt-cta-box .wt-btn-secondary { width: 100% !important; max-width: 100% !important; }
}


