/* ============================================
   Page Sections V2 - Rich Content Sections
   Zengin İçerik Bölümleri - Premium Design
============================================ */

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ============================================
   1. Features Grid Section
   Ortak Özellikler Grid - Premium
============================================ */
.features-grid-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.features-grid-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.features-grid-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-grid-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    color: #0891b2;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(8, 145, 178, 0.2);
}

.features-grid-section .section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.features-grid-section .section-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.feature-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: relative;
    overflow: hidden;
}

.feature-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #06b6d4);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(8, 145, 178, 0.15);
    border-color: transparent;
}

.feature-card-v2:hover::before {
    transform: scaleX(1);
}

.feature-card-v2 .feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(145deg, #0891b2 0%, #0e7490 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 10px 30px rgba(8, 145, 178, 0.3);
    position: relative;
}

.feature-card-v2 .feature-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(8, 145, 178, 0.3), transparent);
    z-index: -1;
}

.feature-card-v2 .feature-icon svg {
    width: 36px;
    height: 36px;
    color: #fff;
    stroke-width: 1.5;
}

.feature-card-v2 h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.feature-card-v2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* Feature Card Colors - Gradient Variations */
.feature-card-v2.card-green .feature-icon {
    background: linear-gradient(145deg, #10b981 0%, #059669 100%);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}
.feature-card-v2.card-green::before {
    background: linear-gradient(90deg, #10b981, #34d399);
}

.feature-card-v2.card-purple .feature-icon {
    background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}
.feature-card-v2.card-purple::before {
    background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

.feature-card-v2.card-orange .feature-icon {
    background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
}
.feature-card-v2.card-orange::before {
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.feature-card-v2.card-pink .feature-icon {
    background: linear-gradient(145deg, #ec4899 0%, #db2777 100%);
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}
.feature-card-v2.card-pink::before {
    background: linear-gradient(90deg, #ec4899, #f472b6);
}

.feature-card-v2.card-blue .feature-icon {
    background: linear-gradient(145deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}
.feature-card-v2.card-blue::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

/* ============================================
   2. Why Choose Us Section
   Neden Bizi Tercih Etmelisiniz - Premium
============================================ */
.why-choose-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-choose-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.1) 100%);
    color: #10b981;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.why-choose-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.why-choose-content > p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    color: #64748b;
    margin-bottom: 36px;
    line-height: 1.8;
}

.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 16px;
    padding: 20px 24px;
    background: #fff;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.why-choose-list li:hover {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    transform: translateX(8px);
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.1);
}

.why-choose-list li .check-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(145deg, #10b981 0%, #059669 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.why-choose-list li .check-icon svg {
    width: 16px;
    height: 16px;
    color: #fff;
    stroke-width: 2.5;
}

.why-choose-list li span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #334155;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.why-choose-image {
    position: relative;
}

.why-choose-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.why-choose-image .big-check {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 130px;
    height: 130px;
    background: linear-gradient(145deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 50px rgba(16, 185, 129, 0.4);
}

.why-choose-image .big-check::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 3px dashed rgba(16, 185, 129, 0.3);
    animation: spin 20s linear infinite;
}

.why-choose-image .big-check svg {
    width: 64px;
    height: 64px;
    color: #fff;
    stroke-width: 2.5;
}

/* ============================================
   3. Other Services Section
   Diğer Hizmetlerimiz - Premium
============================================ */
.other-services-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.other-services-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.other-services-section .section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.other-services-section .section-title span {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.other-services-section .section-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.services-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.service-card-mini {
    background: #fff;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 2px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card-mini::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #06b6d4);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card-mini:hover {
    border-color: #0891b2;
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(8, 145, 178, 0.15);
}

.service-card-mini:hover::after {
    transform: scaleX(1);
}

.service-card-mini.featured {
    border-color: #f59e0b;
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
}

.service-card-mini.featured::before {
    content: 'Popüler';
    position: absolute;
    top: 20px;
    right: -28px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    padding: 6px 40px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.service-card-mini .service-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(145deg, #0891b2 0%, #0e7490 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 12px 35px rgba(8, 145, 178, 0.25);
    position: relative;
}

.service-card-mini .service-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(8, 145, 178, 0.2), transparent);
    z-index: -1;
}

.service-card-mini .service-icon svg {
    width: 42px;
    height: 42px;
    color: #fff;
    stroke-width: 1.5;
}

.service-card-mini h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.service-card-mini .service-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.service-card-mini .service-price small {
    font-size: 15px;
    font-weight: 500;
    color: #64748b;
    -webkit-text-fill-color: #64748b;
}

.service-card-mini .service-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.6;
}

.service-card-mini .btn-service {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #fff;
    padding: 14px 32px;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3);
}

.service-card-mini .btn-service:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.4);
}

.service-card-mini .btn-service svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.service-card-mini .btn-service:hover svg {
    transform: translateX(4px);
}

/* Service Card Color Variations */
.service-card-mini:nth-child(1) .service-icon {
    background: linear-gradient(145deg, #10b981 0%, #059669 100%);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.25);
}
.service-card-mini:nth-child(1):hover::after {
    background: linear-gradient(90deg, #10b981, #34d399);
}

.service-card-mini:nth-child(2) .service-icon {
    background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 12px 35px rgba(245, 158, 11, 0.25);
}
.service-card-mini:nth-child(2):hover::after {
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.service-card-mini:nth-child(3) .service-icon {
    background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.25);
}
.service-card-mini:nth-child(3):hover::after {
    background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

/* ============================================
   4. Blog Section
   Blog Yazıları - Premium
============================================ */
.blog-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.blog-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-section .section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.blog-section .section-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
}

.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.blog-card .blog-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.blog-card .blog-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(0,0,0,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover .blog-image::after {
    opacity: 1;
}

.blog-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

.blog-card .blog-content {
    padding: 28px;
}

.blog-card .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #94a3b8;
}

.blog-card .blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-card .blog-meta svg {
    width: 15px;
    height: 15px;
    color: #0891b2;
}

.blog-card h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.blog-card h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card h4 a:hover {
    color: #0891b2;
}

.blog-card .blog-excerpt {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 20px;
}

.blog-card .blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0891b2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-card .blog-read-more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.blog-card .blog-read-more:hover {
    color: #0e7490;
}

.blog-card .blog-read-more:hover svg {
    transform: translateX(4px);
}

/* ============================================
   5. Transfer Section
   Hosting Transfer Ücretsiz - Premium
============================================ */
.transfer-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0369a1 0%, #0891b2 50%, #06b6d4 100%);
    position: relative;
    overflow: hidden;
}

.transfer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.transfer-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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.02'%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");
    pointer-events: none;
}

.transfer-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.transfer-content {
    color: #fff;
}

.transfer-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.transfer-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 44px;
    font-weight: 800;
    margin: 0 0 24px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.transfer-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.8;
    margin-bottom: 36px;
}

.transfer-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 36px;
}

.transfer-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    padding: 16px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.transfer-feature:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.transfer-feature svg {
    width: 22px;
    height: 22px;
    color: #fbbf24;
    flex-shrink: 0;
}

.transfer-feature span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.btn-transfer {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #0891b2;
    padding: 18px 40px;
    border-radius: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

.btn-transfer:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.btn-transfer svg {
    width: 22px;
    height: 22px;
}

.transfer-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.transfer-icon-box {
    width: 280px;
    height: 280px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(30px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.transfer-icon-box::before {
    content: '';
    position: absolute;
    width: 340px;
    height: 340px;
    border: 2px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation: spinSlow 30s linear infinite;
}

.transfer-icon-box::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px dashed rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: spinSlow 40s linear infinite reverse;
}

@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.transfer-icon-box svg {
    width: 120px;
    height: 120px;
    color: #fff;
    stroke-width: 1;
}

/* ============================================
   6. Advantages Section
   Rakiplere Göre Avantajlar - Premium
============================================ */
.advantages-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.advantages-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.advantages-section .section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.advantage-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #06b6d4);
    border-radius: 0 0 4px 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(8, 145, 178, 0.12);
    border-color: transparent;
}

.advantage-card:hover::before {
    opacity: 1;
}

.advantage-card .advantage-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(145deg, #f0fdfa 0%, #ccfbf1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
    border: 2px solid rgba(8, 145, 178, 0.1);
}

.advantage-card .advantage-icon::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(8, 145, 178, 0.15);
    animation: spin 15s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.advantage-card .advantage-icon svg {
    width: 40px;
    height: 40px;
    color: #0891b2;
    stroke-width: 1.5;
}

.advantage-card h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.advantage-card p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* Advantage Card Color Variations */
.advantage-card:nth-child(1) .advantage-icon {
    background: linear-gradient(145deg, #f0fdfa 0%, #ccfbf1 100%);
}
.advantage-card:nth-child(1) .advantage-icon svg { color: #0891b2; }

.advantage-card:nth-child(2) .advantage-icon {
    background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
    border-color: rgba(245, 158, 11, 0.2);
}
.advantage-card:nth-child(2) .advantage-icon svg { color: #d97706; }
.advantage-card:nth-child(2) .advantage-icon::after { border-color: rgba(245, 158, 11, 0.2); }

.advantage-card:nth-child(3) .advantage-icon {
    background: linear-gradient(145deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: rgba(139, 92, 246, 0.2);
}
.advantage-card:nth-child(3) .advantage-icon svg { color: #7c3aed; }
.advantage-card:nth-child(3) .advantage-icon::after { border-color: rgba(139, 92, 246, 0.2); }

.advantage-card:nth-child(4) .advantage-icon {
    background: linear-gradient(145deg, #dcfce7 0%, #bbf7d0 100%);
    border-color: rgba(16, 185, 129, 0.2);
}
.advantage-card:nth-child(4) .advantage-icon svg { color: #059669; }
.advantage-card:nth-child(4) .advantage-icon::after { border-color: rgba(16, 185, 129, 0.2); }

/* ============================================
   7. Trust Logos Section
============================================ */
.trust-logos-section {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.trust-logos-section .section-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.trust-logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.trust-logo {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.trust-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.trust-logo img {
    height: 40px;
    width: auto;
}

/* ============================================
   Responsive Design
============================================ */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .why-choose-image {
        order: -1;
    }
    
    .services-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .blog-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .transfer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .transfer-features {
        justify-content: center;
    }
    
    .transfer-illustration {
        order: -1;
    }
    
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid-section,
    .why-choose-section,
    .other-services-section,
    .blog-section,
    .transfer-section,
    .advantages-section {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .blog-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .transfer-features {
        grid-template-columns: 1fr;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .features-grid-section .section-title,
    .why-choose-content h2,
    .other-services-section .section-title,
    .transfer-content h2,
    .advantages-section .section-title,
    .blog-section .section-title {
        font-size: 28px;
        letter-spacing: -0.3px;
    }
    
    .features-grid-section .section-desc,
    .other-services-section .section-desc,
    .blog-section .section-desc,
    .why-choose-content > p {
        font-size: 15px;
    }
    
    .feature-card-v2 {
        padding: 28px 20px;
    }
    
    .feature-card-v2 .feature-icon {
        width: 64px;
        height: 64px;
    }
    
    .feature-card-v2 .feature-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .advantage-card {
        padding: 28px 20px;
    }
    
    .advantage-card .advantage-icon {
        width: 70px;
        height: 70px;
    }
    
    .advantage-card .advantage-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .service-card-mini {
        padding: 28px 24px;
    }
    
    .service-card-mini .service-icon {
        width: 70px;
        height: 70px;
    }
    
    .service-card-mini .service-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .transfer-icon-box {
        width: 180px;
        height: 180px;
    }
    
    .transfer-icon-box svg {
        width: 70px;
        height: 70px;
    }
    
    .transfer-icon-box::before,
    .transfer-icon-box::after {
        display: none;
    }
    
    .why-choose-image .big-check {
        width: 80px;
        height: 80px;
        right: -15px;
        bottom: -15px;
    }
    
    .why-choose-image .big-check svg {
        width: 40px;
        height: 40px;
    }
    
    .why-choose-image .big-check::before {
        display: none;
    }
    
    .why-choose-list li {
        padding: 16px;
    }
    
    .why-choose-list li .check-icon {
        width: 28px;
        height: 28px;
    }
    
    .blog-card .blog-content {
        padding: 20px;
    }
    
    .blog-card h4 {
        font-size: 18px;
    }
}

/* ============================================
   Animations
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card-v2,
.why-choose-list li,
.service-card-mini,
.blog-card,
.advantage-card {
    animation: fadeInUp 0.6s ease forwards;
}

.feature-card-v2:nth-child(1) { animation-delay: 0.1s; }
.feature-card-v2:nth-child(2) { animation-delay: 0.15s; }
.feature-card-v2:nth-child(3) { animation-delay: 0.2s; }
.feature-card-v2:nth-child(4) { animation-delay: 0.25s; }
.feature-card-v2:nth-child(5) { animation-delay: 0.3s; }
.feature-card-v2:nth-child(6) { animation-delay: 0.35s; }

/* ============================================
   FAQ SECTION V3 - Premium Design
   Sıkça Sorulan Sorular - Kurumsal Tasarım
============================================ */
.faq-section-v3 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.faq-section-v3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.faq-wrapper-v3 {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-header-v3 {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge-v3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-badge-v3.cyan {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    color: #0891b2;
    border: 1px solid rgba(8, 145, 178, 0.2);
}

.section-badge-v3 svg {
    width: 16px;
    height: 16px;
}

.faq-header-v3 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -1px;
}

.faq-header-v3 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    color: #64748b;
    margin: 0;
}

/* FAQ Content Layout */
.faq-content-v3 {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    align-items: flex-start;
}

/* FAQ Illustration */
.faq-illustration {
    position: sticky;
    top: 100px;
}

.faq-visual-card {
    background: linear-gradient(145deg, #0891b2 0%, #06b6d4 100%);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 20px 50px rgba(8, 145, 178, 0.3);
}

.faq-visual-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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.05'%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");
    pointer-events: none;
}

.visual-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    backdrop-filter: blur(10px);
}

.visual-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.visual-text {
    position: relative;
    z-index: 1;
}

.visual-text .count {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.visual-text .label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.visual-decoration {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 6px;
}

.visual-decoration .dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.visual-decoration .dot.d1 { animation: dotPulse 2s ease infinite; }
.visual-decoration .dot.d2 { animation: dotPulse 2s ease 0.3s infinite; }
.visual-decoration .dot.d3 { animation: dotPulse 2s ease 0.6s infinite; }

@keyframes dotPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* FAQ Contact Card */
.faq-contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.faq-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    color: #10b981;
}

.contact-text {
    flex: 1;
}

.contact-text h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.contact-text p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.contact-btn {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.contact-btn svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

/* FAQ List */
.faq-list-v3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item-v3 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.faq-item-v3:hover {
    border-color: #0891b2;
    box-shadow: 0 8px 30px rgba(8, 145, 178, 0.1);
}

.faq-item-v3.active {
    border-color: #0891b2;
    box-shadow: 0 8px 30px rgba(8, 145, 178, 0.15);
}

/* FAQ Question */
.faq-question-v3 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-question-v3:hover {
    background: rgba(8, 145, 178, 0.02);
}

.question-number {
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0891b2;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item-v3.active .question-number {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

.question-text {
    flex: 1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.5;
}

.question-toggle {
    width: 36px;
    height: 36px;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.question-toggle svg {
    width: 18px;
    height: 18px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.faq-item-v3.active .question-toggle {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

.faq-item-v3.active .question-toggle svg {
    color: #fff;
    transform: rotate(45deg);
}

/* FAQ Answer */
.faq-answer-v3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}

.faq-item-v3.active .faq-answer-v3 {
    max-height: 1000px;
}

/* Ensure FAQ toggle button works */
.faq-question-v3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.faq-question-v3:focus {
    outline: none;
}

.faq-question-v3:focus-visible {
    outline: 2px solid #0891b2;
    outline-offset: 2px;
}

.answer-content {
    padding: 0 24px 24px;
    padding-left: 84px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
}

.answer-content p {
    margin: 0 0 16px;
}

.answer-content p:last-child {
    margin-bottom: 0;
}

.answer-content ul,
.answer-content ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

.answer-content li {
    margin-bottom: 8px;
}

/* ============================================
   FAQ V3 Responsive
============================================ */
@media (max-width: 1024px) {
    .faq-content-v3 {
        grid-template-columns: 1fr;
    }
    
    .faq-illustration {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .faq-visual-card {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .faq-section-v3 {
        padding: 80px 0;
    }
    
    .faq-header-v3 h2 {
        font-size: 32px;
    }
    
    .faq-illustration {
        grid-template-columns: 1fr;
    }
    
    .faq-question-v3 {
        padding: 20px;
        gap: 12px;
    }
    
    .question-number {
        width: 36px;
        height: 36px;
        font-size: 12px;
        border-radius: 10px;
    }
    
    .question-text {
        font-size: 15px;
    }
    
    .question-toggle {
        width: 32px;
        height: 32px;
    }
    
    .answer-content {
        padding: 0 20px 20px;
        padding-left: 68px;
        font-size: 14px;
    }
}
