/* ================= TRANSFORMATION SECTION =============== */
.xenTrnZ_942_section {
    position: relative;
    padding: 120px 8%;
    background: linear-gradient(135deg, #0c1220 0%, #0f1b2e 100%);
    color: #ffffff;
    overflow: hidden;
}

.xenTrnZ_942_container {
    max-width: 1300px;
    margin: auto;
}

.xenTrnZ_942_headingWrap {
    text-align: center;
    margin-bottom: 80px;
}

.xenTrnZ_942_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.xenTrnZ_942_title span {
    color: #d4af37;
}

.xenTrnZ_942_subtitle {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    opacity: 0.8;
}

.xenTrnZ_942_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.xenTrnZ_942_card {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border-radius: 16px;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.xenTrnZ_942_card:hover {
    transform: translateY(-10px);
    background: rgba(212, 175, 55, 0.05);
    border-color: #d4af37;
}

.xenTrnZ_942_iconWrap {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background: #d4af37;
    color: #0c1220;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
}

.xenTrnZ_942_card h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.xenTrnZ_942_card p {
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.6;
}
