
#googlePartnership {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.partnership-container {
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

/* Arka plan efektleri */
.partnership-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
    pointer-events: none;
}

.glow-google-blue {
    background: #4285F4;
    top: -200px;
    left: -200px;
    animation: float 8s ease-in-out infinite;
}

.glow-google-red {
    background: #EA4335;
    top: -100px;
    right: -200px;
    animation: float 8s ease-in-out infinite reverse;
}

.glow-google-yellow {
    background: #FBBC05;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    animation: float 10s ease-in-out infinite;
}

.glow-google-green {
    background: #34A853;
    bottom: -150px;
    right: -100px;
    animation: float 7s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* İçerik */
.partnership-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.partnership-info {
    animation: fadeInLeft 0.8s ease;
}

.partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.2), rgba(52, 168, 83, 0.2));
    border: 1px solid rgba(66, 133, 244, 0.3);
    border-radius: 50px;
    margin-bottom: 30px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #34A853;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(52, 168, 83, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 168, 83, 0);
    }
}

.badge-text {
    color: #60a5fa;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partnership-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.partnership-title .google-text {
    background: linear-gradient(90deg, #4285F4 25%, #EA4335 25% 50%, #FBBC05 50% 75%, #34A853 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.partnership-description {
    color: #94a3b8;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.partnership-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(66, 133, 244, 0.2);
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #4285F4, #34A853);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: #cbd5e1;
    font-size: 14px;
}

.partnership-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #4285F4, #34A853);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(66, 133, 244, 0.4);
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: transparent;
    color: #60a5fa;
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-secondary:hover {
    background: rgba(96, 165, 250, 0.1);
    border-color: rgba(96, 165, 250, 0.5);
    transform: translateY(-3px);
}

/* Google Logo ve Sertifikalar */
.partnership-visual {
    position: relative;
    animation: fadeInRight 0.8s ease;
}

.google-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.google-logo {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    animation: floatLogo 4s ease-in-out infinite;
}

@keyframes floatLogo {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.certification-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cert-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cert-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.05);
    border-color: rgba(66, 133, 244, 0.3);
}

.cert-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    color: #4285F4;
}

.cert-title {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.cert-desc {
    color: #64748b;
    font-size: 12px;
}

/* Özellikler */
.features-strip {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.features-list {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    flex-wrap: wrap;
}

.feature-item {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    color: #4285F4;
}

.feature-content {
    flex: 1;
}

.feature-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.feature-text {
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 968px) {
    .partnership-container {
        padding: 60px 40px;
    }

    .partnership-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .partnership-title {
        font-size: 36px;
    }

    .features-list {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .partnership-container {
        padding: 40px 20px;
    }

    .partnership-stats {
        grid-template-columns: 1fr;
    }

    .certification-cards {
        grid-template-columns: 1fr;
    }

    .partnership-title {
        font-size: 28px;
    }
}

/* Animasyonlar */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
